|
|
|
1 | 2024-11-27T17:43:00.069Z | job assigned to worker 01JDQBERPDCMQDW2D8C20RVW66 [factory aws, i-00226b9e787b9a871] (queued for 53 s) |
|
2 | 2024-11-27T17:43:08.005Z | starting task 0: "setup" |
3 | 2024-11-27T17:43:08.014Z | ++ uname -s |
4 | 2024-11-27T17:43:08.018Z | + kern=SunOS |
5 | 2024-11-27T17:43:08.018Z | + case "$kern" in |
6 | 2024-11-27T17:43:08.018Z | + groupadd -g 12345 build |
7 | 2024-11-27T17:43:08.021Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-27T17:43:10.025Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-27T17:43:10.191Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-27T17:43:10.194Z | + home_fs=zfs |
11 | 2024-11-27T17:43:10.194Z | + [[ zfs == autofs ]] |
12 | 2024-11-27T17:43:10.194Z | + mkdir -p /home/build |
13 | 2024-11-27T17:43:10.197Z | + chown build:build /home/build /work |
14 | 2024-11-27T17:43:12.196Z | + chmod 0700 /home/build /work |
15 | 2024-11-27T17:43:12.200Z | process exited: duration 4196 ms, exit code 0 |
|
16 | 2024-11-27T17:43:12.205Z | starting task 1: "rust-toolchain" |
17 | 2024-11-27T17:43:12.211Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-27T17:43:12.211Z | ' 1.81.0 |
19 | 2024-11-27T17:43:12.211Z | * toolchain channel = "1.81.0" |
20 | 2024-11-27T17:43:12.211Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-27T17:43:12.211Z | ' default |
22 | 2024-11-27T17:43:12.211Z | * toolchain profile = "default" |
23 | 2024-11-27T17:43:12.213Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-27T17:43:12.213Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-27T17:43:12.327Z | info: downloading installer |
26 | 2024-11-27T17:43:13.783Z | info: profile set to 'default' |
27 | 2024-11-27T17:43:13.783Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-27T17:43:13.790Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-27T17:43:13.942Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-27T17:43:13.942Z | info: downloading component 'cargo' |
31 | 2024-11-27T17:43:14.856Z | info: downloading component 'clippy' |
32 | 2024-11-27T17:43:15.276Z | info: downloading component 'rust-docs' |
33 | 2024-11-27T17:43:16.479Z | info: downloading component 'rust-std' |
34 | 2024-11-27T17:43:18.412Z | info: downloading component 'rustc' |
35 | 2024-11-27T17:43:25.243Z | info: downloading component 'rustfmt' |
36 | 2024-11-27T17:43:25.496Z | info: installing component 'cargo' |
37 | 2024-11-27T17:43:26.288Z | info: installing component 'clippy' |
38 | 2024-11-27T17:43:26.646Z | info: installing component 'rust-docs' |
39 | 2024-11-27T17:43:28.277Z | info: installing component 'rust-std' |
40 | 2024-11-27T17:43:29.967Z | info: installing component 'rustc' |
41 | 2024-11-27T17:43:38.783Z | info: installing component 'rustfmt' |
42 | 2024-11-27T17:43:38.859Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-27T17:43:38.859Z | |
44 | 2024-11-27T17:43:38.859Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-27T17:43:38.859Z | |
46 | 2024-11-27T17:43:38.859Z | |
47 | 2024-11-27T17:43:38.859Z | Rust is installed now. Great! |
48 | 2024-11-27T17:43:38.859Z | |
49 | 2024-11-27T17:43:38.859Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-27T17:43:38.859Z | environment variable. This has not been done automatically. |
51 | 2024-11-27T17:43:38.859Z | |
52 | 2024-11-27T17:43:38.859Z | To configure your current shell, you need to source |
53 | 2024-11-27T17:43:38.859Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-27T17:43:38.859Z | |
55 | 2024-11-27T17:43:38.859Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-27T17:43:38.860Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-27T17:43:38.860Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-27T17:43:38.860Z | + rustc --version |
59 | 2024-11-27T17:43:38.860Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-27T17:43:38.860Z | process exited: duration 24185 ms, exit code 0 |
|
61 | 2024-11-27T17:43:38.954Z | starting task 2: "authentication" |
62 | 2024-11-27T17:43:38.998Z | process exited: duration 37 ms, exit code 0 |
|
63 | 2024-11-27T17:43:39.008Z | starting task 3: "clone repository" |
64 | 2024-11-27T17:43:39.012Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-27T17:43:39.019Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-27T17:43:39.331Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-27T17:43:46.586Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-27T17:43:46.588Z | + git fetch origin efa5390f99bda256f70843e105473e1cbecbf39d |
69 | 2024-11-27T17:43:46.858Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-27T17:43:46.858Z | * branch efa5390f99bda256f70843e105473e1cbecbf39d -> FETCH_HEAD |
71 | 2024-11-27T17:43:46.868Z | + [[ -n alan/update-time-for-c-and-p ]] |
72 | 2024-11-27T17:43:46.871Z | ++ git branch --show-current |
73 | 2024-11-27T17:43:46.873Z | + current=main |
74 | 2024-11-27T17:43:46.873Z | + [[ main != alan/update-time-for-c-and-p ]] |
75 | 2024-11-27T17:43:46.873Z | + git branch -f alan/update-time-for-c-and-p efa5390f99bda256f70843e105473e1cbecbf39d |
76 | 2024-11-27T17:43:46.876Z | + git checkout -f alan/update-time-for-c-and-p |
77 | 2024-11-27T17:43:47.145Z | Switched to branch 'alan/update-time-for-c-and-p' |
78 | 2024-11-27T17:43:47.152Z | + git reset --hard efa5390f99bda256f70843e105473e1cbecbf39d |
79 | 2024-11-27T17:43:47.152Z | HEAD is now at efa5390f9 Update Crucible and Propolis |
80 | 2024-11-27T17:43:47.152Z | process exited: duration 8134 ms, exit code 0 |
|
81 | 2024-11-27T17:43:47.159Z | starting task 4: "build" |
82 | 2024-11-27T17:43:47.166Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-27T17:43:47.167Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-27T17:43:47.167Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-27T17:43:47.169Z | + cargo --version |
86 | 2024-11-27T17:43:47.227Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-27T17:43:47.230Z | + rustc --version |
88 | 2024-11-27T17:43:47.292Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-27T17:43:47.294Z | + source ./env.sh |
90 | 2024-11-27T17:43:47.296Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-27T17:43:47.297Z | ++ set -o xtrace |
92 | 2024-11-27T17:43:47.299Z | ++++ dirname ./env.sh |
93 | 2024-11-27T17:43:47.299Z | +++ readlink -f . |
94 | 2024-11-27T17:43:47.351Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-27T17:43:47.354Z | ++ 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-11-27T17:43:47.354Z | ++ 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-11-27T17:43:47.354Z | ++ 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-11-27T17:43:47.354Z | ++ 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-11-27T17:43:47.354Z | ++ 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-11-27T17:43:47.354Z | ++ 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-11-27T17:43:47.354Z | ++ 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-11-27T17:43:47.354Z | ++ 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-11-27T17:43:47.354Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-27T17:43:47.354Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-27T17:43:47.354Z | + 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-11-27T17:43:47.354Z | + 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-11-27T17:43:47.354Z | + banner prerequisites |
108 | 2024-11-27T17:43:47.406Z | |
109 | 2024-11-27T17:43:47.406Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-27T17:43:47.406Z | # # # # # # # # # # # # # # # |
111 | 2024-11-27T17:43:47.406Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-27T17:43:47.407Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-27T17:43:47.407Z | # # # # # # # # # # # # # # # |
114 | 2024-11-27T17:43:47.407Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-27T17:43:47.407Z | |
116 | 2024-11-27T17:43:47.409Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-27T17:44:06.302Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-27T17:44:10.188Z | Startup: Caching catalogs ... Done |
119 | 2024-11-27T17:44:19.598Z | Planning: Solver setup ... Done (8.554s) |
120 | 2024-11-27T17:44:19.719Z | Planning: Running solver ... Done (0.120s) |
121 | 2024-11-27T17:44:19.920Z | Planning: Finding local manifests ... Done (0.109s) |
122 | 2024-11-27T17:44:19.930Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-27T17:44:20.664Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-27T17:44:21.036Z | Planning: Package planning ... Done (0.372s) |
125 | 2024-11-27T17:44:21.098Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-11-27T17:44:21.801Z | Planning: Checking for conflicting actions ... Done (0.707s) |
127 | 2024-11-27T17:44:28.898Z | Planning: Consolidating action changes ... Done (7.102s) |
128 | 2024-11-27T17:44:29.279Z | Planning: Evaluating mediators ... Done (0.382s) |
129 | 2024-11-27T17:44:29.361Z | Planning: Planning completed in 19.09 seconds |
130 | 2024-11-27T17:44:30.072Z | Packages to install: 4 |
131 | 2024-11-27T17:44:30.072Z | Packages to update: 1 |
132 | 2024-11-27T17:44:30.076Z | Mediators to change: 2 |
133 | 2024-11-27T17:44:30.076Z | Services to change: 1 |
134 | 2024-11-27T17:44:30.076Z | Estimated space available: 155.64 GB |
135 | 2024-11-27T17:44:30.076Z | Estimated space to be consumed: 1.60 GB |
136 | 2024-11-27T17:44:30.076Z | Create boot environment: No |
137 | 2024-11-27T17:44:30.076Z | Create backup boot environment: Yes |
138 | 2024-11-27T17:44:30.076Z | Rebuild boot archive: No |
139 | 2024-11-27T17:44:30.076Z | |
140 | 2024-11-27T17:44:30.076Z | Changed mediators: |
141 | 2024-11-27T17:44:30.076Z | mediator clang: |
142 | 2024-11-27T17:44:30.076Z | version: None -> 15 (system default) |
143 | 2024-11-27T17:44:30.076Z | |
144 | 2024-11-27T17:44:30.076Z | mediator llvm: |
145 | 2024-11-27T17:44:30.076Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-27T17:44:30.076Z | |
147 | 2024-11-27T17:44:30.076Z | Changed packages: |
148 | 2024-11-27T17:44:30.077Z | helios-dev |
149 | 2024-11-27T17:44:30.077Z | developer/build-essential |
150 | 2024-11-27T17:44:30.077Z | None -> 11-2.0 |
151 | 2024-11-27T17:44:30.077Z | library/libxmlsec1 |
152 | 2024-11-27T17:44:30.077Z | None -> 1.2.35-2.0 |
153 | 2024-11-27T17:44:30.077Z | ooce/developer/clang-15 |
154 | 2024-11-27T17:44:30.077Z | None -> 15.0.7-2.0 |
155 | 2024-11-27T17:44:30.077Z | ooce/developer/llvm-15 |
156 | 2024-11-27T17:44:30.078Z | None -> 15.0.7-2.0 |
157 | 2024-11-27T17:44:30.078Z | package/pkg |
158 | 2024-11-27T17:44:30.078Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-27T17:44:30.078Z | |
160 | 2024-11-27T17:44:30.078Z | Services: |
161 | 2024-11-27T17:44:30.078Z | restart_fmri: |
162 | 2024-11-27T17:44:30.078Z | svc:/system/update-man-index:default |
163 | 2024-11-27T17:44:30.078Z | |
164 | 2024-11-27T17:44:30.078Z | Editable files to change: |
165 | 2024-11-27T17:44:30.078Z | Update: |
166 | 2024-11-27T17:44:30.078Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-27T17:44:30.505Z | |
168 | 2024-11-27T17:44:30.505Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-27T17:44:35.508Z | Download: 488/4281 items 16.8/220.6MB 7% complete (3.5M/s) |
170 | 2024-11-27T17:44:40.506Z | Download: 1120/4281 items 30.9/220.6MB 14% complete (3.0M/s) |
171 | 2024-11-27T17:44:46.038Z | Download: 1196/4281 items 83.2/220.6MB 37% complete (8.1M/s) |
172 | 2024-11-27T17:44:51.042Z | Download: 2134/4281 items 118.8/220.6MB 53% complete (8.1M/s) |
173 | 2024-11-27T17:44:56.040Z | Download: 2497/4281 items 120.2/220.6MB 54% complete (3.8M/s) |
174 | 2024-11-27T17:45:01.522Z | Download: 3242/4281 items 202.8/220.6MB 91% complete (8.3M/s) |
175 | 2024-11-27T17:45:06.699Z | Download: 3245/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
176 | 2024-11-27T17:45:11.699Z | Download: 3595/4281 items 215.9/220.6MB 97% complete (1.4M/s) |
177 | 2024-11-27T17:45:15.572Z | Download: Completed 220.60 MB in 45.09 seconds (4.9M/s) |
178 | 2024-11-27T17:45:17.504Z | Actions: 1/5063 actions (Removing old actions) |
179 | 2024-11-27T17:45:17.531Z | Actions: 194/5063 actions (Installing new actions) |
180 | 2024-11-27T17:45:22.543Z | Actions: 4086/5063 actions (Installing new actions) |
181 | 2024-11-27T17:45:22.840Z | Actions: 4226/5063 actions (Updating modified actions) |
182 | 2024-11-27T17:45:23.240Z | Actions: Completed 5063 actions in 5.74 seconds. |
183 | 2024-11-27T17:45:23.640Z | Done (0.393s) |
184 | 2024-11-27T17:45:23.644Z | Done (0.000s) |
185 | 2024-11-27T17:45:24.181Z | Done (0.539s) |
186 | 2024-11-27T17:45:29.800Z | Done (5.406s) |
187 | 2024-11-27T17:45:30.054Z | Done (0.185s) |
188 | 2024-11-27T17:45:30.057Z | Done (0.000s) |
189 | 2024-11-27T17:45:30.225Z | Done (0.000s) |
190 | 2024-11-27T17:45:30.904Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-11-27T17:45:31.062Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-11-27T17:45:31.066Z | Planning: Consolidating action changes ... Done |
193 | 2024-11-27T17:45:31.332Z | Planning: Evaluating mediators ... Done |
194 | 2024-11-27T17:45:31.334Z | Planning: Planning completed in 0.43 seconds |
195 | 2024-11-27T17:45:31.369Z | Mediators to change: 2 |
196 | 2024-11-27T17:45:31.369Z | Create boot environment: No |
197 | 2024-11-27T17:45:31.372Z | Create backup boot environment: No |
198 | 2024-11-27T17:45:31.462Z | Done |
199 | 2024-11-27T17:45:31.462Z | Done |
200 | 2024-11-27T17:45:31.806Z | Done |
201 | 2024-11-27T17:45:35.549Z | Done |
202 | 2024-11-27T17:45:35.640Z | Done |
203 | 2024-11-27T17:45:35.642Z | Done |
204 | 2024-11-27T17:45:35.754Z | Done |
205 | 2024-11-27T17:45:36.377Z | Planning: Evaluating mediator changes ... Done |
206 | 2024-11-27T17:45:36.380Z | Planning: Merging actions ... Done |
207 | 2024-11-27T17:45:36.566Z | Planning: Checking for conflicting actions ... Done |
208 | 2024-11-27T17:45:36.569Z | Planning: Consolidating action changes ... Done |
209 | 2024-11-27T17:45:36.838Z | Planning: Evaluating mediators ... Done |
210 | 2024-11-27T17:45:36.896Z | Planning: Planning completed in 0.77 seconds |
211 | 2024-11-27T17:45:36.935Z | Packages to change: 1 |
212 | 2024-11-27T17:45:36.935Z | Mediators to change: 1 |
213 | 2024-11-27T17:45:36.937Z | Services to change: 1 |
214 | 2024-11-27T17:45:36.937Z | Create boot environment: No |
215 | 2024-11-27T17:45:36.937Z | Create backup boot environment: Yes |
216 | 2024-11-27T17:45:38.969Z | Actions: 1/6 actions (Updating modified actions) |
217 | 2024-11-27T17:45:39.022Z | Actions: Completed 6 actions in 0.05 seconds. |
218 | 2024-11-27T17:45:39.030Z | Done |
219 | 2024-11-27T17:45:39.030Z | Done |
220 | 2024-11-27T17:45:39.131Z | Done |
221 | 2024-11-27T17:45:42.888Z | Done |
222 | 2024-11-27T17:45:42.979Z | Done |
223 | 2024-11-27T17:45:42.981Z | Done |
224 | 2024-11-27T17:45:43.123Z | Done |
225 | 2024-11-27T17:45:43.562Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
226 | 2024-11-27T17:45:43.562Z | clang system 15 system |
227 | 2024-11-27T17:45:43.562Z | csh system system illumos |
228 | 2024-11-27T17:45:43.562Z | ctags system system illumos |
229 | 2024-11-27T17:45:43.562Z | gcc vendor 12 vendor |
230 | 2024-11-27T17:45:43.562Z | gcc system 10 system |
231 | 2024-11-27T17:45:43.562Z | gcc system 7 system |
232 | 2024-11-27T17:45:43.562Z | go system 1.20 system |
233 | 2024-11-27T17:45:43.563Z | go system 1.19 system |
234 | 2024-11-27T17:45:43.563Z | llvm system 15 system |
235 | 2024-11-27T17:45:43.563Z | llvm system 14 system |
236 | 2024-11-27T17:45:43.563Z | mariadb system 10.6 system |
237 | 2024-11-27T17:45:43.563Z | mta vendor vendor dma |
238 | 2024-11-27T17:45:43.563Z | openjdk system 17 system |
239 | 2024-11-27T17:45:43.563Z | openjdk system 11 system |
240 | 2024-11-27T17:45:43.563Z | openjdk system 1.8 system |
241 | 2024-11-27T17:45:43.563Z | openssl vendor 3 vendor |
242 | 2024-11-27T17:45:43.563Z | perl system 5.36 system |
243 | 2024-11-27T17:45:43.563Z | postgresql system 15 system |
244 | 2024-11-27T17:45:43.563Z | postgresql system 13 system |
245 | 2024-11-27T17:45:43.563Z | python vendor 3 vendor |
246 | 2024-11-27T17:45:43.563Z | python system 2 system |
247 | 2024-11-27T17:45:43.563Z | python3 system 3.11 system |
248 | 2024-11-27T17:45:43.563Z | ruby system 3.0 system |
249 | 2024-11-27T17:45:43.563Z | words vendor vendor american-english |
250 | 2024-11-27T17:45:43.563Z | words system system australian-english |
251 | 2024-11-27T17:45:43.563Z | words system system british-english |
252 | 2024-11-27T17:45:43.563Z | words system system canadian-english |
253 | 2024-11-27T17:45:43.563Z | words system system french |
254 | 2024-11-27T17:45:43.563Z | words system system italian |
255 | 2024-11-27T17:45:43.563Z | words system system ngerman |
256 | 2024-11-27T17:45:43.563Z | words system system ogerman |
257 | 2024-11-27T17:45:43.563Z | words system system spanish |
258 | 2024-11-27T17:45:43.895Z | PUBLISHER TYPE STATUS P LOCATION |
259 | 2024-11-27T17:45:43.895Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
260 | 2024-11-27T17:45:46.535Z | FMRI IFO |
261 | 2024-11-27T17:45:46.536Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
262 | 2024-11-27T17:45:46.536Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
263 | 2024-11-27T17:45:46.536Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
264 | 2024-11-27T17:45:46.536Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
265 | 2024-11-27T17:45:46.536Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
266 | 2024-11-27T17:45:46.536Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
267 | 2024-11-27T17:45:46.536Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
268 | 2024-11-27T17:45:46.536Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
269 | 2024-11-27T17:45:46.536Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
270 | 2024-11-27T17:45:46.536Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
271 | 2024-11-27T17:45:46.536Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
272 | 2024-11-27T17:45:46.536Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
273 | 2024-11-27T17:45:46.536Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
274 | 2024-11-27T17:45:46.536Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
275 | 2024-11-27T17:45:46.536Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
276 | 2024-11-27T17:45:47.282Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
277 | 2024-11-27T17:45:47.578Z | Updating crates.io index |
278 | 2024-11-27T17:45:47.635Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
279 | 2024-11-27T17:45:48.116Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
280 | 2024-11-27T17:45:48.360Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
281 | 2024-11-27T17:45:48.637Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
282 | 2024-11-27T17:45:48.879Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
283 | 2024-11-27T17:45:49.680Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
284 | 2024-11-27T17:45:52.255Z | Updating git repository `https://github.com/oxidecomputer/opte` |
285 | 2024-11-27T17:45:53.378Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
286 | 2024-11-27T17:45:54.207Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
287 | 2024-11-27T17:45:54.511Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
288 | 2024-11-27T17:45:54.870Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
289 | 2024-11-27T17:45:55.492Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
290 | 2024-11-27T17:45:55.825Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
291 | 2024-11-27T17:45:56.136Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
292 | 2024-11-27T17:45:56.401Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
293 | 2024-11-27T17:45:56.732Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
294 | 2024-11-27T17:45:56.993Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
295 | 2024-11-27T17:45:57.280Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
296 | 2024-11-27T17:45:57.630Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
297 | 2024-11-27T17:45:58.007Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
298 | 2024-11-27T17:45:58.276Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
299 | 2024-11-27T17:45:58.735Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
300 | 2024-11-27T17:45:59.065Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
301 | 2024-11-27T17:45:59.478Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
302 | 2024-11-27T17:45:59.906Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
303 | 2024-11-27T17:46:00.175Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
304 | 2024-11-27T17:46:00.576Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
305 | 2024-11-27T17:46:00.849Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
306 | 2024-11-27T17:46:02.376Z | Downloading crates ... |
307 | 2024-11-27T17:46:02.475Z | Downloaded anstyle-query v1.1.1 |
308 | 2024-11-27T17:46:02.479Z | Downloaded anstyle-parse v0.2.5 |
309 | 2024-11-27T17:46:02.484Z | Downloaded anstyle v1.0.10 |
310 | 2024-11-27T17:46:02.489Z | Downloaded anstream v0.6.15 |
311 | 2024-11-27T17:46:02.538Z | Downloaded crypto-common v0.1.6 |
312 | 2024-11-27T17:46:02.541Z | Downloaded cfg-if v1.0.0 |
313 | 2024-11-27T17:46:02.544Z | Downloaded camino-tempfile v1.1.1 |
314 | 2024-11-27T17:46:02.552Z | Downloaded cargo_toml v0.20.5 |
315 | 2024-11-27T17:46:02.566Z | Downloaded syn v1.0.109 |
316 | 2024-11-27T17:46:02.576Z | Downloaded equivalent v1.0.1 |
317 | 2024-11-27T17:46:02.579Z | Downloaded is_terminal_polyfill v1.70.1 |
318 | 2024-11-27T17:46:02.579Z | Downloaded bytecount v0.6.8 |
319 | 2024-11-27T17:46:02.582Z | Downloaded block-buffer v0.10.4 |
320 | 2024-11-27T17:46:02.582Z | Downloaded colorchoice v1.0.2 |
321 | 2024-11-27T17:46:02.585Z | Downloaded byteorder v1.5.0 |
322 | 2024-11-27T17:46:02.588Z | Downloaded pretty-hex v0.4.1 |
323 | 2024-11-27T17:46:02.588Z | Downloaded dof v0.3.0 |
324 | 2024-11-27T17:46:02.588Z | Downloaded itoa v1.0.11 |
325 | 2024-11-27T17:46:02.591Z | Downloaded heck v0.5.0 |
326 | 2024-11-27T17:46:02.596Z | Downloaded memmap v0.7.0 |
327 | 2024-11-27T17:46:02.599Z | Downloaded digest v0.10.7 |
328 | 2024-11-27T17:46:02.600Z | Downloaded serde_spanned v0.6.8 |
329 | 2024-11-27T17:46:02.603Z | Downloaded cargo_metadata v0.18.1 |
330 | 2024-11-27T17:46:02.605Z | Downloaded clap_derive v4.5.18 |
331 | 2024-11-27T17:46:02.608Z | Downloaded fs-err v2.11.0 |
332 | 2024-11-27T17:46:02.610Z | Downloaded macaddr v1.0.1 |
333 | 2024-11-27T17:46:02.610Z | Downloaded cargo-platform v0.1.8 |
334 | 2024-11-27T17:46:02.615Z | Downloaded camino v1.1.9 |
335 | 2024-11-27T17:46:02.617Z | Downloaded swrite v0.1.0 |
336 | 2024-11-27T17:46:02.621Z | Downloaded pest_derive v2.7.14 |
337 | 2024-11-27T17:46:02.627Z | Downloaded dtrace-parser v0.2.0 |
338 | 2024-11-27T17:46:02.633Z | Downloaded scroll_derive v0.12.0 |
339 | 2024-11-27T17:46:02.646Z | Downloaded usdt-macro v0.5.0 |
340 | 2024-11-27T17:46:02.659Z | Downloaded heck v0.4.1 |
341 | 2024-11-27T17:46:02.662Z | Downloaded terminal_size v0.4.0 |
342 | 2024-11-27T17:46:02.664Z | Downloaded errno v0.3.9 |
343 | 2024-11-27T17:46:02.667Z | Downloaded pest_generator v2.7.14 |
344 | 2024-11-27T17:46:02.669Z | Downloaded smawk v0.3.2 |
345 | 2024-11-27T17:46:02.672Z | Downloaded generic-array v0.14.7 |
346 | 2024-11-27T17:46:02.672Z | Downloaded fnv v1.0.7 |
347 | 2024-11-27T17:46:02.675Z | Downloaded clap v4.5.21 |
348 | 2024-11-27T17:46:02.680Z | Downloaded unicode-linebreak v0.1.5 |
349 | 2024-11-27T17:46:02.683Z | Downloaded autocfg v1.4.0 |
350 | 2024-11-27T17:46:02.686Z | Downloaded strsim v0.11.1 |
351 | 2024-11-27T17:46:02.686Z | Downloaded proc-macro-error-attr v1.0.4 |
352 | 2024-11-27T17:46:02.686Z | Downloaded version_check v0.9.5 |
353 | 2024-11-27T17:46:02.690Z | Downloaded plain v0.2.3 |
354 | 2024-11-27T17:46:02.690Z | Downloaded fastrand v2.1.1 |
355 | 2024-11-27T17:46:02.692Z | Downloaded cpufeatures v0.2.14 |
356 | 2024-11-27T17:46:02.692Z | Downloaded clap_lex v0.7.2 |
357 | 2024-11-27T17:46:02.692Z | Downloaded usdt v0.5.0 |
358 | 2024-11-27T17:46:02.692Z | Downloaded thiserror-impl v1.0.69 |
359 | 2024-11-27T17:46:02.695Z | Downloaded serde_tokenstream v0.2.2 |
360 | 2024-11-27T17:46:02.698Z | Downloaded usdt-impl v0.5.0 |
361 | 2024-11-27T17:46:02.701Z | Downloaded toml_datetime v0.6.8 |
362 | 2024-11-27T17:46:02.711Z | Downloaded utf8parse v0.2.2 |
363 | 2024-11-27T17:46:02.714Z | Downloaded usdt-attr-macro v0.5.0 |
364 | 2024-11-27T17:46:02.714Z | Downloaded thread-id v4.2.2 |
365 | 2024-11-27T17:46:02.716Z | Downloaded tabled_derive v0.7.0 |
366 | 2024-11-27T17:46:02.716Z | Downloaded quote v1.0.37 |
367 | 2024-11-27T17:46:02.726Z | Downloaded once_cell v1.20.2 |
368 | 2024-11-27T17:46:02.732Z | Downloaded sha2 v0.10.8 |
369 | 2024-11-27T17:46:02.734Z | Downloaded semver v1.0.23 |
370 | 2024-11-27T17:46:02.739Z | Downloaded tempfile v3.13.0 |
371 | 2024-11-27T17:46:02.755Z | Downloaded proc-macro-error v1.0.4 |
372 | 2024-11-27T17:46:02.762Z | Downloaded thiserror v1.0.69 |
373 | 2024-11-27T17:46:02.762Z | Downloaded pest_meta v2.7.14 |
374 | 2024-11-27T17:46:02.765Z | Downloaded bitflags v2.6.0 |
375 | 2024-11-27T17:46:02.768Z | Downloaded serde_derive v1.0.215 |
376 | 2024-11-27T17:46:02.773Z | Downloaded ryu v1.0.18 |
377 | 2024-11-27T17:46:02.775Z | Downloaded scroll v0.12.0 |
378 | 2024-11-27T17:46:02.775Z | Downloaded anyhow v1.0.93 |
379 | 2024-11-27T17:46:02.778Z | Downloaded textwrap v0.16.1 |
380 | 2024-11-27T17:46:02.781Z | Downloaded unicode-ident v1.0.13 |
381 | 2024-11-27T17:46:02.784Z | Downloaded toml v0.8.19 |
382 | 2024-11-27T17:46:02.789Z | Downloaded typenum v1.17.0 |
383 | 2024-11-27T17:46:02.789Z | Downloaded proc-macro2 v1.0.89 |
384 | 2024-11-27T17:46:02.792Z | Downloaded papergrid v0.11.0 |
385 | 2024-11-27T17:46:02.795Z | Downloaded log v0.4.22 |
386 | 2024-11-27T17:46:02.797Z | Downloaded zerocopy-derive v0.7.35 |
387 | 2024-11-27T17:46:02.800Z | Downloaded ucd-trie v0.1.7 |
388 | 2024-11-27T17:46:02.803Z | Downloaded memchr v2.7.4 |
389 | 2024-11-27T17:46:02.808Z | Downloaded indexmap v2.6.0 |
390 | 2024-11-27T17:46:02.815Z | Downloaded serde v1.0.215 |
391 | 2024-11-27T17:46:02.853Z | Downloaded toml_edit v0.22.22 |
392 | 2024-11-27T17:46:02.874Z | Downloaded pest v2.7.14 |
393 | 2024-11-27T17:46:02.879Z | Downloaded serde_json v1.0.132 |
394 | 2024-11-27T17:46:02.886Z | Downloaded clap_builder v4.5.21 |
395 | 2024-11-27T17:46:02.892Z | Downloaded goblin v0.8.2 |
396 | 2024-11-27T17:46:02.898Z | Downloaded zerocopy v0.7.35 |
397 | 2024-11-27T17:46:02.913Z | Downloaded winnow v0.6.20 |
398 | 2024-11-27T17:46:02.921Z | Downloaded tabled v0.15.0 |
399 | 2024-11-27T17:46:02.935Z | Downloaded hashbrown v0.15.0 |
400 | 2024-11-27T17:46:02.947Z | Downloaded syn v2.0.87 |
401 | 2024-11-27T17:46:02.956Z | Downloaded unicode-width v0.1.14 |
402 | 2024-11-27T17:46:02.961Z | Downloaded rustix v0.38.37 |
403 | 2024-11-27T17:46:03.007Z | Downloaded libc v0.2.162 |
404 | 2024-11-27T17:46:03.324Z | Compiling proc-macro2 v1.0.89 |
405 | 2024-11-27T17:46:03.324Z | Compiling unicode-ident v1.0.13 |
406 | 2024-11-27T17:46:03.326Z | Compiling version_check v0.9.5 |
407 | 2024-11-27T17:46:03.326Z | Compiling serde v1.0.215 |
408 | 2024-11-27T17:46:03.326Z | Compiling memchr v2.7.4 |
409 | 2024-11-27T17:46:03.326Z | Compiling thiserror v1.0.69 |
410 | 2024-11-27T17:46:03.360Z | Compiling libc v0.2.162 |
411 | 2024-11-27T17:46:03.362Z | Compiling ryu v1.0.18 |
412 | 2024-11-27T17:46:03.560Z | Compiling ucd-trie v0.1.7 |
413 | 2024-11-27T17:46:03.752Z | Compiling itoa v1.0.11 |
414 | 2024-11-27T17:46:03.969Z | Compiling once_cell v1.20.2 |
415 | 2024-11-27T17:46:04.221Z | Compiling byteorder v1.5.0 |
416 | 2024-11-27T17:46:04.322Z | Compiling rustix v0.38.37 |
417 | 2024-11-27T17:46:04.683Z | Compiling serde_json v1.0.132 |
418 | 2024-11-27T17:46:04.857Z | Compiling bitflags v2.6.0 |
419 | 2024-11-27T17:46:05.039Z | Compiling usdt-impl v0.5.0 |
420 | 2024-11-27T17:46:05.113Z | Compiling proc-macro-error-attr v1.0.4 |
421 | 2024-11-27T17:46:05.116Z | Compiling syn v1.0.109 |
422 | 2024-11-27T17:46:05.221Z | Compiling proc-macro-error v1.0.4 |
423 | 2024-11-27T17:46:05.261Z | Compiling log v0.4.22 |
424 | 2024-11-27T17:46:05.489Z | Compiling equivalent v1.0.1 |
425 | 2024-11-27T17:46:05.491Z | Compiling hashbrown v0.15.0 |
426 | 2024-11-27T17:46:05.532Z | Compiling plain v0.2.3 |
427 | 2024-11-27T17:46:05.603Z | Compiling utf8parse v0.2.2 |
428 | 2024-11-27T17:46:05.651Z | Compiling quote v1.0.37 |
429 | 2024-11-27T17:46:05.689Z | Compiling camino v1.1.9 |
430 | 2024-11-27T17:46:05.782Z | Compiling anstyle-parse v0.2.5 |
431 | 2024-11-27T17:46:05.812Z | Compiling errno v0.3.9 |
432 | 2024-11-27T17:46:06.058Z | Compiling syn v2.0.87 |
433 | 2024-11-27T17:46:06.164Z | Compiling thread-id v4.2.2 |
434 | 2024-11-27T17:46:06.420Z | Compiling is_terminal_polyfill v1.70.1 |
435 | 2024-11-27T17:46:06.443Z | Compiling semver v1.0.23 |
436 | 2024-11-27T17:46:06.550Z | Compiling anstyle-query v1.1.1 |
437 | 2024-11-27T17:46:06.699Z | Compiling anstyle v1.0.10 |
438 | 2024-11-27T17:46:06.725Z | Compiling indexmap v2.6.0 |
439 | 2024-11-27T17:46:06.794Z | Compiling pretty-hex v0.4.1 |
440 | 2024-11-27T17:46:06.949Z | Compiling colorchoice v1.0.2 |
441 | 2024-11-27T17:46:07.024Z | Compiling autocfg v1.4.0 |
442 | 2024-11-27T17:46:07.125Z | Compiling unicode-width v0.1.14 |
443 | 2024-11-27T17:46:07.190Z | Compiling winnow v0.6.20 |
444 | 2024-11-27T17:46:07.602Z | Compiling anstream v0.6.15 |
445 | 2024-11-27T17:46:08.009Z | Compiling clap_lex v0.7.2 |
446 | 2024-11-27T17:46:08.058Z | Compiling cfg-if v1.0.0 |
447 | 2024-11-27T17:46:08.225Z | Compiling fs-err v2.11.0 |
448 | 2024-11-27T17:46:08.396Z | Compiling terminal_size v0.4.0 |
449 | 2024-11-27T17:46:08.751Z | Compiling heck v0.5.0 |
450 | 2024-11-27T17:46:08.760Z | Compiling fnv v1.0.7 |
451 | 2024-11-27T17:46:08.760Z | Compiling strsim v0.11.1 |
452 | 2024-11-27T17:46:08.760Z | Compiling fastrand v2.1.1 |
453 | 2024-11-27T17:46:08.760Z | Compiling anyhow v1.0.93 |
454 | 2024-11-27T17:46:09.063Z | Compiling bytecount v0.6.8 |
455 | 2024-11-27T17:46:09.217Z | Compiling heck v0.4.1 |
456 | 2024-11-27T17:46:09.299Z | Compiling papergrid v0.11.0 |
457 | 2024-11-27T17:46:09.549Z | Compiling tempfile v3.13.0 |
458 | 2024-11-27T17:46:09.722Z | Compiling clap_builder v4.5.21 |
459 | 2024-11-27T17:46:09.779Z | Compiling memmap v0.7.0 |
460 | 2024-11-27T17:46:09.885Z | Compiling smawk v0.3.2 |
461 | 2024-11-27T17:46:10.108Z | Compiling unicode-linebreak v0.1.5 |
462 | 2024-11-27T17:46:10.598Z | Compiling textwrap v0.16.1 |
463 | 2024-11-27T17:46:10.750Z | Compiling swrite v0.1.0 |
464 | 2024-11-27T17:46:11.973Z | Compiling tabled_derive v0.7.0 |
465 | 2024-11-27T17:46:13.504Z | Compiling tabled v0.15.0 |
466 | 2024-11-27T17:46:15.156Z | Compiling serde_derive v1.0.215 |
467 | 2024-11-27T17:46:15.156Z | Compiling thiserror-impl v1.0.69 |
468 | 2024-11-27T17:46:15.159Z | Compiling zerocopy-derive v0.7.35 |
469 | 2024-11-27T17:46:15.159Z | Compiling scroll_derive v0.12.0 |
470 | 2024-11-27T17:46:15.297Z | Compiling clap_derive v4.5.18 |
471 | 2024-11-27T17:46:16.394Z | Compiling scroll v0.12.0 |
472 | 2024-11-27T17:46:16.885Z | Compiling goblin v0.8.2 |
473 | 2024-11-27T17:46:16.996Z | Compiling zerocopy v0.7.35 |
474 | 2024-11-27T17:46:19.201Z | Compiling clap v4.5.21 |
475 | 2024-11-27T17:46:20.495Z | Compiling pest v2.7.14 |
476 | 2024-11-27T17:46:22.112Z | Compiling pest_meta v2.7.14 |
477 | 2024-11-27T17:46:23.131Z | Compiling pest_generator v2.7.14 |
478 | 2024-11-27T17:46:24.917Z | Compiling pest_derive v2.7.14 |
479 | 2024-11-27T17:46:25.157Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-11-27T17:46:25.178Z | Compiling toml_datetime v0.6.8 |
481 | 2024-11-27T17:46:25.202Z | Compiling serde_spanned v0.6.8 |
482 | 2024-11-27T17:46:25.546Z | Compiling toml_edit v0.22.22 |
483 | 2024-11-27T17:46:25.572Z | Compiling dtrace-parser v0.2.0 |
484 | 2024-11-27T17:46:25.728Z | Compiling cargo-platform v0.1.8 |
485 | 2024-11-27T17:46:25.778Z | Compiling macaddr v1.0.1 |
486 | 2024-11-27T17:46:26.231Z | Compiling camino-tempfile v1.1.1 |
487 | 2024-11-27T17:46:26.856Z | Compiling dof v0.3.0 |
488 | 2024-11-27T17:46:26.982Z | Compiling cargo_metadata v0.18.1 |
489 | 2024-11-27T17:46:28.489Z | Compiling usdt-macro v0.5.0 |
490 | 2024-11-27T17:46:28.489Z | Compiling usdt-attr-macro v0.5.0 |
491 | 2024-11-27T17:46:28.622Z | Compiling toml v0.8.19 |
492 | 2024-11-27T17:46:29.499Z | Compiling cargo_toml v0.20.5 |
493 | 2024-11-27T17:46:29.923Z | Compiling usdt v0.5.0 |
494 | 2024-11-27T17:46:32.977Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
495 | 2024-11-27T17:46:37.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.16s |
496 | 2024-11-27T17:46:37.440Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
497 | 2024-11-27T17:46:37.966Z | Downloading crates ... |
498 | 2024-11-27T17:46:38.134Z | Downloaded headers-core v0.3.0 |
499 | 2024-11-27T17:46:38.138Z | Downloaded darling v0.20.10 |
500 | 2024-11-27T17:46:38.156Z | Downloaded arrayref v0.3.9 |
501 | 2024-11-27T17:46:38.163Z | Downloaded ahash v0.8.11 |
502 | 2024-11-27T17:46:38.166Z | Downloaded aead v0.5.2 |
503 | 2024-11-27T17:46:38.172Z | Downloaded arc-swap v1.7.1 |
504 | 2024-11-27T17:46:38.178Z | Downloaded async-stream-impl v0.3.6 |
505 | 2024-11-27T17:46:38.180Z | Downloaded adler2 v2.0.0 |
506 | 2024-11-27T17:46:38.180Z | Downloaded array-init v0.0.4 |
507 | 2024-11-27T17:46:38.180Z | Downloaded argon2 v0.5.3 |
508 | 2024-11-27T17:46:38.183Z | Downloaded addr2line v0.24.2 |
509 | 2024-11-27T17:46:38.185Z | Downloaded assert_matches v1.5.0 |
510 | 2024-11-27T17:46:38.187Z | Downloaded async-stream v0.3.6 |
511 | 2024-11-27T17:46:38.191Z | Downloaded allocator-api2 v0.2.18 |
512 | 2024-11-27T17:46:38.200Z | Downloaded ascii-canvas v3.0.0 |
513 | 2024-11-27T17:46:38.200Z | Downloaded async-trait v0.1.83 |
514 | 2024-11-27T17:46:38.204Z | Downloaded http-range v0.1.5 |
515 | 2024-11-27T17:46:38.206Z | Downloaded async-bb8-diesel v0.2.1 |
516 | 2024-11-27T17:46:38.206Z | Downloaded async-recursion v1.1.1 |
517 | 2024-11-27T17:46:38.210Z | Downloaded aes-gcm v0.10.3 |
518 | 2024-11-27T17:46:38.213Z | Downloaded http-body-util v0.1.2 |
519 | 2024-11-27T17:46:38.218Z | Downloaded aes v0.8.4 |
520 | 2024-11-27T17:46:38.222Z | Downloaded hostname v0.4.0 |
521 | 2024-11-27T17:46:38.224Z | Downloaded aho-corasick v1.1.3 |
522 | 2024-11-27T17:46:38.229Z | Downloaded instability v0.3.2 |
523 | 2024-11-27T17:46:38.231Z | Downloaded inout v0.1.3 |
524 | 2024-11-27T17:46:38.234Z | Downloaded hostname v0.3.1 |
525 | 2024-11-27T17:46:38.237Z | Downloaded icu_locid v1.5.0 |
526 | 2024-11-27T17:46:38.239Z | Downloaded hubpack_derive v0.1.1 |
527 | 2024-11-27T17:46:38.242Z | Downloaded indent_write v2.2.0 |
528 | 2024-11-27T17:46:38.244Z | Downloaded buf-list v1.0.3 |
529 | 2024-11-27T17:46:38.247Z | Downloaded instant v0.1.13 |
530 | 2024-11-27T17:46:38.247Z | Downloaded ident_case v1.0.1 |
531 | 2024-11-27T17:46:38.251Z | Downloaded iana-time-zone v0.1.61 |
532 | 2024-11-27T17:46:38.253Z | Downloaded hyper-tls v0.6.0 |
533 | 2024-11-27T17:46:38.257Z | Downloaded highway v1.2.0 |
534 | 2024-11-27T17:46:38.261Z | Downloaded icu_provider v1.5.0 |
535 | 2024-11-27T17:46:38.263Z | Downloaded castaway v0.2.3 |
536 | 2024-11-27T17:46:38.263Z | Downloaded blowfish v0.9.1 |
537 | 2024-11-27T17:46:38.266Z | Downloaded chacha20 v0.9.1 |
538 | 2024-11-27T17:46:38.271Z | Downloaded bcs v0.1.6 |
539 | 2024-11-27T17:46:38.273Z | Downloaded is_ci v1.2.0 |
540 | 2024-11-27T17:46:38.273Z | Downloaded is-terminal v0.4.13 |
541 | 2024-11-27T17:46:38.273Z | Downloaded atty v0.2.14 |
542 | 2024-11-27T17:46:38.275Z | Downloaded crucible-workspace-hack v0.1.0 |
543 | 2024-11-27T17:46:38.275Z | Downloaded atomicwrites v0.4.4 |
544 | 2024-11-27T17:46:38.278Z | Downloaded block-padding v0.3.3 |
545 | 2024-11-27T17:46:38.278Z | Downloaded icu_locid_transform v1.5.0 |
546 | 2024-11-27T17:46:38.280Z | Downloaded idna_adapter v1.2.0 |
547 | 2024-11-27T17:46:38.283Z | Downloaded bitfield-struct v0.6.2 |
548 | 2024-11-27T17:46:38.288Z | Downloaded hyper-staticfile v0.10.1 |
549 | 2024-11-27T17:46:38.290Z | Downloaded icu_provider_macros v1.5.0 |
550 | 2024-11-27T17:46:38.290Z | Downloaded crunchy v0.2.2 |
551 | 2024-11-27T17:46:38.290Z | Downloaded ciborium-io v0.2.2 |
552 | 2024-11-27T17:46:38.290Z | Downloaded cstr-argument v0.1.2 |
553 | 2024-11-27T17:46:38.292Z | Downloaded hex-literal v0.4.1 |
554 | 2024-11-27T17:46:38.292Z | Downloaded matches v0.1.10 |
555 | 2024-11-27T17:46:38.295Z | Downloaded impl-trait-for-tuples v0.2.2 |
556 | 2024-11-27T17:46:38.298Z | Downloaded cipher v0.4.4 |
557 | 2024-11-27T17:46:38.298Z | Downloaded constant_time_eq v0.3.1 |
558 | 2024-11-27T17:46:38.301Z | Downloaded chrono-tz-build v0.4.0 |
559 | 2024-11-27T17:46:38.301Z | Downloaded match_cfg v0.1.0 |
560 | 2024-11-27T17:46:38.304Z | Downloaded mime v0.3.17 |
561 | 2024-11-27T17:46:38.304Z | Downloaded md5 v0.7.0 |
562 | 2024-11-27T17:46:38.304Z | Downloaded hickory-client v0.24.1 |
563 | 2024-11-27T17:46:38.307Z | Downloaded hyper-rustls v0.27.3 |
564 | 2024-11-27T17:46:38.310Z | Downloaded hubpack v0.1.2 |
565 | 2024-11-27T17:46:38.312Z | Downloaded heck v0.3.3 |
566 | 2024-11-27T17:46:38.313Z | Downloaded rpassword v7.3.1 |
567 | 2024-11-27T17:46:38.315Z | Downloaded colored v2.1.0 |
568 | 2024-11-27T17:46:38.317Z | Downloaded russh-cryptovec v0.7.3 |
569 | 2024-11-27T17:46:38.320Z | Downloaded lru-cache v0.1.2 |
570 | 2024-11-27T17:46:38.320Z | Downloaded lazycell v1.3.0 |
571 | 2024-11-27T17:46:38.324Z | Downloaded internet-checksum v0.2.1 |
572 | 2024-11-27T17:46:38.324Z | Downloaded httparse v1.9.5 |
573 | 2024-11-27T17:46:38.328Z | Downloaded icu_normalizer_data v1.5.0 |
574 | 2024-11-27T17:46:38.328Z | Downloaded cbc v0.1.2 |
575 | 2024-11-27T17:46:38.331Z | Downloaded crossbeam-deque v0.8.5 |
576 | 2024-11-27T17:46:38.331Z | Downloaded base64 v0.21.7 |
577 | 2024-11-27T17:46:38.335Z | Downloaded lru v0.12.5 |
578 | 2024-11-27T17:46:38.338Z | Downloaded lockfree-object-pool v0.1.6 |
579 | 2024-11-27T17:46:38.341Z | Downloaded lalrpop-util v0.19.12 |
580 | 2024-11-27T17:46:38.341Z | Downloaded cfg_aliases v0.2.1 |
581 | 2024-11-27T17:46:38.343Z | Downloaded atomic-waker v1.1.2 |
582 | 2024-11-27T17:46:38.343Z | Downloaded keccak v0.1.5 |
583 | 2024-11-27T17:46:38.346Z | Downloaded curve25519-dalek-derive v0.1.1 |
584 | 2024-11-27T17:46:38.346Z | Downloaded md-5 v0.10.6 |
585 | 2024-11-27T17:46:38.350Z | Downloaded managed v0.8.0 |
586 | 2024-11-27T17:46:38.359Z | Downloaded lazy_static v1.5.0 |
587 | 2024-11-27T17:46:38.359Z | Downloaded ctr v0.9.2 |
588 | 2024-11-27T17:46:38.363Z | Downloaded serde-big-array v0.5.1 |
589 | 2024-11-27T17:46:38.363Z | Downloaded memoffset v0.9.1 |
590 | 2024-11-27T17:46:38.363Z | Downloaded base64 v0.13.1 |
591 | 2024-11-27T17:46:38.366Z | Downloaded tower-service v0.3.3 |
592 | 2024-11-27T17:46:38.366Z | Downloaded crc32fast v1.4.2 |
593 | 2024-11-27T17:46:38.366Z | Downloaded serde-hex v0.1.0 |
594 | 2024-11-27T17:46:38.370Z | Downloaded quinn-udp v0.5.5 |
595 | 2024-11-27T17:46:38.370Z | Downloaded indexmap v1.9.3 |
596 | 2024-11-27T17:46:38.374Z | Downloaded simd-adler32 v0.3.7 |
597 | 2024-11-27T17:46:38.376Z | Downloaded xattr v1.3.1 |
598 | 2024-11-27T17:46:38.378Z | Downloaded foreign-types v0.5.0 |
599 | 2024-11-27T17:46:38.378Z | Downloaded derive_builder_macro v0.20.2 |
600 | 2024-11-27T17:46:38.380Z | Downloaded sqlformat v0.2.6 |
601 | 2024-11-27T17:46:38.381Z | Downloaded cancel-safe-futures v0.1.5 |
602 | 2024-11-27T17:46:38.384Z | Downloaded spki v0.7.3 |
603 | 2024-11-27T17:46:38.389Z | Downloaded sync_wrapper v1.0.1 |
604 | 2024-11-27T17:46:38.389Z | Downloaded heapless v0.8.0 |
605 | 2024-11-27T17:46:38.391Z | Downloaded tls_codec_derive v0.4.1 |
606 | 2024-11-27T17:46:38.394Z | Downloaded termios v0.3.3 |
607 | 2024-11-27T17:46:38.400Z | Downloaded termcolor v1.4.1 |
608 | 2024-11-27T17:46:38.400Z | Downloaded foreign-types v0.3.2 |
609 | 2024-11-27T17:46:38.400Z | Downloaded slog-scope v4.4.0 |
610 | 2024-11-27T17:46:38.403Z | Downloaded num-iter v0.1.45 |
611 | 2024-11-27T17:46:38.403Z | Downloaded openssl-probe v0.1.5 |
612 | 2024-11-27T17:46:38.404Z | Downloaded number_prefix v0.4.0 |
613 | 2024-11-27T17:46:38.404Z | Downloaded mime_guess v2.0.5 |
614 | 2024-11-27T17:46:38.407Z | Downloaded const-oid v0.9.6 |
615 | 2024-11-27T17:46:38.410Z | Downloaded utf16_iter v1.0.5 |
616 | 2024-11-27T17:46:38.410Z | Downloaded backtrace v0.3.74 |
617 | 2024-11-27T17:46:38.414Z | Downloaded openssl-macros v0.1.1 |
618 | 2024-11-27T17:46:38.414Z | Downloaded num_threads v0.1.7 |
619 | 2024-11-27T17:46:38.416Z | Downloaded zerovec-derive v0.10.3 |
620 | 2024-11-27T17:46:38.421Z | Downloaded utf-8 v0.7.6 |
621 | 2024-11-27T17:46:38.421Z | Downloaded cookie_store v0.21.0 |
622 | 2024-11-27T17:46:38.423Z | Downloaded jobserver v0.1.32 |
623 | 2024-11-27T17:46:38.423Z | Downloaded defmt-macros v0.3.9 |
624 | 2024-11-27T17:46:38.427Z | Downloaded either v1.13.0 |
625 | 2024-11-27T17:46:38.430Z | Downloaded compact_str v0.8.0 |
626 | 2024-11-27T17:46:38.433Z | Downloaded ed25519 v2.2.3 |
627 | 2024-11-27T17:46:38.433Z | Downloaded difflib v0.4.0 |
628 | 2024-11-27T17:46:38.436Z | Downloaded spin v0.9.8 |
629 | 2024-11-27T17:46:38.439Z | Downloaded strum_macros v0.26.4 |
630 | 2024-11-27T17:46:38.440Z | Downloaded pretty-hex v0.2.1 |
631 | 2024-11-27T17:46:38.444Z | Downloaded memmap2 v0.9.5 |
632 | 2024-11-27T17:46:38.445Z | Downloaded foldhash v0.1.3 |
633 | 2024-11-27T17:46:38.447Z | Downloaded fixedbitset v0.4.2 |
634 | 2024-11-27T17:46:38.447Z | Downloaded normalize-line-endings v0.3.0 |
635 | 2024-11-27T17:46:38.447Z | Downloaded tokio-tungstenite v0.21.0 |
636 | 2024-11-27T17:46:38.449Z | Downloaded bumpalo v3.16.0 |
637 | 2024-11-27T17:46:38.452Z | Downloaded sync-ptr v0.1.1 |
638 | 2024-11-27T17:46:38.455Z | Downloaded base64 v0.22.1 |
639 | 2024-11-27T17:46:38.457Z | Downloaded parse-display v0.10.0 |
640 | 2024-11-27T17:46:38.461Z | Downloaded hash32 v0.3.1 |
641 | 2024-11-27T17:46:38.461Z | Downloaded progenitor-impl v0.8.0 |
642 | 2024-11-27T17:46:38.464Z | Downloaded walkdir v2.5.0 |
643 | 2024-11-27T17:46:38.467Z | Downloaded nibble_vec v0.1.0 |
644 | 2024-11-27T17:46:38.467Z | Downloaded termtree v0.4.1 |
645 | 2024-11-27T17:46:38.467Z | Downloaded icu_collections v1.5.0 |
646 | 2024-11-27T17:46:38.475Z | Downloaded powerfmt v0.2.0 |
647 | 2024-11-27T17:46:38.479Z | Downloaded percent-encoding v2.3.1 |
648 | 2024-11-27T17:46:38.479Z | Downloaded thiserror-impl-no-std v2.0.2 |
649 | 2024-11-27T17:46:38.479Z | Downloaded primeorder v0.13.6 |
650 | 2024-11-27T17:46:38.479Z | Downloaded icu_normalizer v1.5.0 |
651 | 2024-11-27T17:46:38.483Z | Downloaded dhcproto-macros v0.1.0 |
652 | 2024-11-27T17:46:38.486Z | Downloaded rustc-hash v1.1.0 |
653 | 2024-11-27T17:46:38.486Z | Downloaded const_format v0.2.33 |
654 | 2024-11-27T17:46:38.490Z | Downloaded ecdsa v0.16.9 |
655 | 2024-11-27T17:46:38.494Z | Downloaded r2d2 v0.8.10 |
656 | 2024-11-27T17:46:38.494Z | Downloaded foreign-types-shared v0.1.1 |
657 | 2024-11-27T17:46:38.494Z | Downloaded zone_cfg_derive v0.3.0 |
658 | 2024-11-27T17:46:38.497Z | Downloaded zone_cfg_derive v0.1.2 |
659 | 2024-11-27T17:46:38.497Z | Downloaded icu_properties v1.5.1 |
660 | 2024-11-27T17:46:38.500Z | Downloaded nanorand v0.7.0 |
661 | 2024-11-27T17:46:38.500Z | Downloaded slog-async v2.8.0 |
662 | 2024-11-27T17:46:38.512Z | Downloaded parse-size v1.1.0 |
663 | 2024-11-27T17:46:38.514Z | Downloaded tokio-macros v2.4.0 |
664 | 2024-11-27T17:46:38.516Z | Downloaded rusty-fork v0.3.0 |
665 | 2024-11-27T17:46:38.517Z | Downloaded smallvec v0.6.14 |
666 | 2024-11-27T17:46:38.520Z | Downloaded slog-json v2.6.1 |
667 | 2024-11-27T17:46:38.522Z | Downloaded progenitor-client v0.8.0 |
668 | 2024-11-27T17:46:38.522Z | Downloaded slog-stdlog v4.1.1 |
669 | 2024-11-27T17:46:38.525Z | Downloaded slog-envlogger v2.2.0 |
670 | 2024-11-27T17:46:38.527Z | Downloaded slog-bunyan v2.5.0 |
671 | 2024-11-27T17:46:38.527Z | Downloaded tar v0.4.42 |
672 | 2024-11-27T17:46:38.530Z | Downloaded rustc-demangle v0.1.24 |
673 | 2024-11-27T17:46:38.534Z | Downloaded heapless v0.7.17 |
674 | 2024-11-27T17:46:38.538Z | Downloaded crypto-bigint v0.5.5 |
675 | 2024-11-27T17:46:38.544Z | Downloaded time-core v0.1.2 |
676 | 2024-11-27T17:46:38.546Z | Downloaded untrusted v0.7.1 |
677 | 2024-11-27T17:46:38.546Z | Downloaded universal-hash v0.5.1 |
678 | 2024-11-27T17:46:38.546Z | Downloaded foreign-types-macros v0.2.3 |
679 | 2024-11-27T17:46:38.546Z | Downloaded env_filter v0.1.2 |
680 | 2024-11-27T17:46:38.549Z | Downloaded enum-as-inner v0.6.1 |
681 | 2024-11-27T17:46:38.553Z | Downloaded enum-as-inner v0.5.1 |
682 | 2024-11-27T17:46:38.553Z | Downloaded parking_lot_core v0.9.10 |
683 | 2024-11-27T17:46:38.556Z | Downloaded form_urlencoded v1.2.1 |
684 | 2024-11-27T17:46:38.556Z | Downloaded foreign-types-shared v0.3.1 |
685 | 2024-11-27T17:46:38.556Z | Downloaded similar v2.6.0 |
686 | 2024-11-27T17:46:38.560Z | Downloaded write16 v1.0.0 |
687 | 2024-11-27T17:46:38.562Z | Downloaded tungstenite v0.24.0 |
688 | 2024-11-27T17:46:38.571Z | Downloaded want v0.3.1 |
689 | 2024-11-27T17:46:38.574Z | Downloaded mockall v0.13.0 |
690 | 2024-11-27T17:46:38.574Z | Downloaded yoke-derive v0.7.4 |
691 | 2024-11-27T17:46:38.574Z | Downloaded tokio-tungstenite v0.24.0 |
692 | 2024-11-27T17:46:38.574Z | Downloaded tokio-stream v0.1.16 |
693 | 2024-11-27T17:46:38.576Z | Downloaded radium v0.7.0 |
694 | 2024-11-27T17:46:38.579Z | Downloaded postgres-types v0.2.8 |
695 | 2024-11-27T17:46:38.582Z | Downloaded crossbeam-channel v0.5.13 |
696 | 2024-11-27T17:46:38.586Z | Downloaded nodrop v0.1.14 |
697 | 2024-11-27T17:46:38.586Z | Downloaded endian-type v0.1.2 |
698 | 2024-11-27T17:46:38.586Z | Downloaded sec1 v0.7.3 |
699 | 2024-11-27T17:46:38.589Z | Downloaded same-file v1.0.6 |
700 | 2024-11-27T17:46:38.589Z | Downloaded rustc_version v0.4.1 |
701 | 2024-11-27T17:46:38.592Z | Downloaded thread_local v1.1.8 |
702 | 2024-11-27T17:46:38.596Z | Downloaded zip v0.6.6 |
703 | 2024-11-27T17:46:38.599Z | Downloaded indicatif v0.17.9 |
704 | 2024-11-27T17:46:38.603Z | Downloaded precomputed-hash v0.1.1 |
705 | 2024-11-27T17:46:38.603Z | Downloaded strum_macros v0.25.3 |
706 | 2024-11-27T17:46:38.605Z | Downloaded stable_deref_trait v1.2.0 |
707 | 2024-11-27T17:46:38.605Z | Downloaded oso-derive v0.27.3 |
708 | 2024-11-27T17:46:38.605Z | Downloaded peg-runtime v0.8.3 |
709 | 2024-11-27T17:46:38.605Z | Downloaded zerocopy-derive v0.8.10 |
710 | 2024-11-27T17:46:38.612Z | Downloaded fs_extra v1.3.0 |
711 | 2024-11-27T17:46:38.615Z | Downloaded cc v1.1.30 |
712 | 2024-11-27T17:46:38.617Z | Downloaded zone v0.3.0 |
713 | 2024-11-27T17:46:38.621Z | Downloaded env_logger v0.10.2 |
714 | 2024-11-27T17:46:38.625Z | Downloaded pkcs1 v0.7.5 |
715 | 2024-11-27T17:46:38.625Z | Downloaded ssh-encoding v0.2.0 |
716 | 2024-11-27T17:46:38.629Z | Downloaded serde_urlencoded v0.7.1 |
717 | 2024-11-27T17:46:38.629Z | Downloaded serde_path_to_error v0.1.16 |
718 | 2024-11-27T17:46:38.632Z | Downloaded signal-hook v0.3.17 |
719 | 2024-11-27T17:46:38.632Z | Downloaded postgres-protocol v0.6.7 |
720 | 2024-11-27T17:46:38.635Z | Downloaded parking_lot_core v0.8.6 |
721 | 2024-11-27T17:46:38.639Z | Downloaded take_mut v0.2.2 |
722 | 2024-11-27T17:46:38.639Z | Downloaded tap v1.0.1 |
723 | 2024-11-27T17:46:38.639Z | Downloaded serde_derive_internals v0.29.1 |
724 | 2024-11-27T17:46:38.646Z | Downloaded minimal-lexical v0.2.1 |
725 | 2024-11-27T17:46:38.651Z | Downloaded ena v0.14.3 |
726 | 2024-11-27T17:46:38.651Z | Downloaded fallible-iterator v0.2.0 |
727 | 2024-11-27T17:46:38.651Z | Downloaded embedded-io v0.6.1 |
728 | 2024-11-27T17:46:38.651Z | Downloaded embedded-io v0.4.0 |
729 | 2024-11-27T17:46:38.651Z | Downloaded downcast v0.11.0 |
730 | 2024-11-27T17:46:38.663Z | Downloaded phf v0.11.2 |
731 | 2024-11-27T17:46:38.663Z | Downloaded rustls-pemfile v2.2.0 |
732 | 2024-11-27T17:46:38.667Z | Downloaded test-strategy v0.3.1 |
733 | 2024-11-27T17:46:38.667Z | Downloaded phf_codegen v0.11.2 |
734 | 2024-11-27T17:46:38.667Z | Downloaded openssl-sys v0.9.103 |
735 | 2024-11-27T17:46:38.667Z | Downloaded rand_core v0.6.4 |
736 | 2024-11-27T17:46:38.670Z | Downloaded tracing-attributes v0.1.27 |
737 | 2024-11-27T17:46:38.670Z | Downloaded ed25519-dalek v2.1.1 |
738 | 2024-11-27T17:46:38.672Z | Downloaded rand_chacha v0.3.1 |
739 | 2024-11-27T17:46:38.674Z | Downloaded pkcs5 v0.7.1 |
740 | 2024-11-27T17:46:38.677Z | Downloaded uzers v0.12.1 |
741 | 2024-11-27T17:46:38.682Z | Downloaded slog-term v2.9.1 |
742 | 2024-11-27T17:46:38.687Z | Downloaded smf v0.2.3 |
743 | 2024-11-27T17:46:38.687Z | Downloaded x509-cert v0.2.5 |
744 | 2024-11-27T17:46:38.691Z | Downloaded diesel_table_macro_syntax v0.2.0 |
745 | 2024-11-27T17:46:38.691Z | Downloaded rand_seeder v0.3.0 |
746 | 2024-11-27T17:46:38.696Z | Downloaded des v0.8.1 |
747 | 2024-11-27T17:46:38.698Z | Downloaded vte_generate_state_changes v0.1.2 |
748 | 2024-11-27T17:46:38.698Z | Downloaded tabwriter v1.4.0 |
749 | 2024-11-27T17:46:38.698Z | Downloaded tiny-keccak v2.0.2 |
750 | 2024-11-27T17:46:38.702Z | Downloaded native-tls v0.2.12 |
751 | 2024-11-27T17:46:38.702Z | Downloaded env_logger v0.11.5 |
752 | 2024-11-27T17:46:38.705Z | Downloaded darling_core v0.20.10 |
753 | 2024-11-27T17:46:38.709Z | Downloaded unsafe-libyaml v0.2.11 |
754 | 2024-11-27T17:46:38.713Z | Downloaded progenitor-macro v0.8.0 |
755 | 2024-11-27T17:46:38.717Z | Downloaded writeable v0.5.5 |
756 | 2024-11-27T17:46:38.721Z | Downloaded fallible-iterator v0.3.0 |
757 | 2024-11-27T17:46:38.721Z | Downloaded nu-ansi-term v0.50.1 |
758 | 2024-11-27T17:46:38.729Z | Downloaded wyz v0.5.1 |
759 | 2024-11-27T17:46:38.729Z | Downloaded packed_struct_codegen v0.10.1 |
760 | 2024-11-27T17:46:38.729Z | Downloaded tungstenite v0.21.0 |
761 | 2024-11-27T17:46:38.732Z | Downloaded password-hash v0.4.2 |
762 | 2024-11-27T17:46:38.732Z | Downloaded zerocopy v0.6.6 |
763 | 2024-11-27T17:46:38.732Z | Downloaded itertools v0.10.5 |
764 | 2024-11-27T17:46:38.738Z | Downloaded quinn v0.11.5 |
765 | 2024-11-27T17:46:38.742Z | Downloaded diesel-dtrace v0.3.0 |
766 | 2024-11-27T17:46:38.744Z | Downloaded typed-path v0.9.3 |
767 | 2024-11-27T17:46:38.750Z | Downloaded signal-hook-tokio v0.3.1 |
768 | 2024-11-27T17:46:38.753Z | Downloaded multimap v0.10.0 |
769 | 2024-11-27T17:46:38.753Z | Downloaded futures-task v0.3.31 |
770 | 2024-11-27T17:46:38.755Z | Downloaded float-ord v0.3.2 |
771 | 2024-11-27T17:46:38.755Z | Downloaded float-cmp v0.9.0 |
772 | 2024-11-27T17:46:38.758Z | Downloaded shlex v1.3.0 |
773 | 2024-11-27T17:46:38.758Z | Downloaded unicode_categories v0.1.1 |
774 | 2024-11-27T17:46:38.761Z | Downloaded psl-types v2.0.11 |
775 | 2024-11-27T17:46:38.763Z | Downloaded topological-sort v0.2.2 |
776 | 2024-11-27T17:46:38.763Z | Downloaded half v2.4.1 |
777 | 2024-11-27T17:46:38.768Z | Downloaded hashbrown v0.13.2 |
778 | 2024-11-27T17:46:38.776Z | Downloaded which v4.4.2 |
779 | 2024-11-27T17:46:38.776Z | Downloaded wait-timeout v0.2.0 |
780 | 2024-11-27T17:46:38.783Z | Downloaded shell-words v1.1.0 |
781 | 2024-11-27T17:46:38.783Z | Downloaded sha1 v0.10.6 |
782 | 2024-11-27T17:46:38.783Z | Downloaded yoke v0.7.4 |
783 | 2024-11-27T17:46:38.784Z | Downloaded glob v0.3.1 |
784 | 2024-11-27T17:46:38.784Z | Downloaded dsl_auto_type v0.1.2 |
785 | 2024-11-27T17:46:38.795Z | Downloaded parking_lot v0.11.2 |
786 | 2024-11-27T17:46:38.795Z | Downloaded tungstenite v0.23.0 |
787 | 2024-11-27T17:46:38.798Z | Downloaded num-conv v0.1.0 |
788 | 2024-11-27T17:46:38.798Z | Downloaded tokio-native-tls v0.3.1 |
789 | 2024-11-27T17:46:38.798Z | Downloaded polyval v0.6.2 |
790 | 2024-11-27T17:46:38.798Z | Downloaded tls_codec v0.4.1 |
791 | 2024-11-27T17:46:38.798Z | Downloaded serde_with_macros v3.11.0 |
792 | 2024-11-27T17:46:38.798Z | Downloaded displaydoc v0.2.5 |
793 | 2024-11-27T17:46:38.801Z | Downloaded proc-macro-crate v1.3.1 |
794 | 2024-11-27T17:46:38.801Z | Downloaded tinyvec_macros v0.1.1 |
795 | 2024-11-27T17:46:38.804Z | Downloaded paste v1.0.15 |
796 | 2024-11-27T17:46:38.807Z | Downloaded newline-converter v0.3.0 |
797 | 2024-11-27T17:46:38.807Z | Downloaded new_debug_unreachable v1.0.6 |
798 | 2024-11-27T17:46:38.813Z | Downloaded num-complex v0.4.6 |
799 | 2024-11-27T17:46:38.813Z | Downloaded newtype_derive v0.1.6 |
800 | 2024-11-27T17:46:38.816Z | Downloaded ppv-lite86 v0.2.20 |
801 | 2024-11-27T17:46:38.816Z | Downloaded tracing-core v0.1.32 |
802 | 2024-11-27T17:46:38.816Z | Downloaded pin-utils v0.1.0 |
803 | 2024-11-27T17:46:38.816Z | Downloaded static_assertions v1.1.0 |
804 | 2024-11-27T17:46:38.820Z | Downloaded russh-keys v0.45.0 |
805 | 2024-11-27T17:46:38.825Z | Downloaded flume v0.11.1 |
806 | 2024-11-27T17:46:38.830Z | Downloaded idna v1.0.3 |
807 | 2024-11-27T17:46:38.835Z | Downloaded structmeta-derive v0.2.0 |
808 | 2024-11-27T17:46:38.835Z | Downloaded num-bigint v0.4.6 |
809 | 2024-11-27T17:46:38.838Z | Downloaded structmeta-derive v0.3.0 |
810 | 2024-11-27T17:46:38.838Z | Downloaded vte v0.11.1 |
811 | 2024-11-27T17:46:38.842Z | Downloaded funty v2.0.0 |
812 | 2024-11-27T17:46:38.842Z | Downloaded itertools v0.13.0 |
813 | 2024-11-27T17:46:38.848Z | Downloaded num-derive v0.4.2 |
814 | 2024-11-27T17:46:38.852Z | Downloaded hash32 v0.2.1 |
815 | 2024-11-27T17:46:38.856Z | Downloaded omicron-zone-package v0.11.1 |
816 | 2024-11-27T17:46:38.857Z | Downloaded password-hash v0.5.0 |
817 | 2024-11-27T17:46:38.866Z | Downloaded hkdf v0.12.4 |
818 | 2024-11-27T17:46:38.866Z | Downloaded zerofrom-derive v0.1.4 |
819 | 2024-11-27T17:46:38.866Z | Downloaded zerofrom v0.1.4 |
820 | 2024-11-27T17:46:38.883Z | Downloaded string_cache v0.8.7 |
821 | 2024-11-27T17:46:38.883Z | Downloaded unarray v0.1.4 |
822 | 2024-11-27T17:46:38.883Z | Downloaded progenitor v0.8.0 |
823 | 2024-11-27T17:46:38.883Z | Downloaded gethostname v0.5.0 |
824 | 2024-11-27T17:46:38.883Z | Downloaded pkcs8 v0.10.2 |
825 | 2024-11-27T17:46:38.883Z | Downloaded fxhash v0.2.1 |
826 | 2024-11-27T17:46:38.883Z | Downloaded parse-zoneinfo v0.3.1 |
827 | 2024-11-27T17:46:38.883Z | Downloaded rayon v1.10.0 |
828 | 2024-11-27T17:46:38.887Z | Downloaded try-lock v0.2.5 |
829 | 2024-11-27T17:46:38.887Z | Downloaded opaque-debug v0.3.1 |
830 | 2024-11-27T17:46:38.887Z | Downloaded ff v0.13.0 |
831 | 2024-11-27T17:46:38.887Z | Downloaded ghash v0.5.1 |
832 | 2024-11-27T17:46:38.887Z | Downloaded tokio-rustls v0.25.0 |
833 | 2024-11-27T17:46:38.891Z | Downloaded num_enum_derive v0.5.11 |
834 | 2024-11-27T17:46:38.891Z | Downloaded toolchain_find v0.4.0 |
835 | 2024-11-27T17:46:38.894Z | Downloaded der_derive v0.7.3 |
836 | 2024-11-27T17:46:38.894Z | Downloaded typify-macro v0.2.0 |
837 | 2024-11-27T17:46:38.894Z | Downloaded rfc6979 v0.4.0 |
838 | 2024-11-27T17:46:38.896Z | Downloaded futures-io v0.3.31 |
839 | 2024-11-27T17:46:38.896Z | Downloaded phf_shared v0.11.2 |
840 | 2024-11-27T17:46:38.898Z | Downloaded fd-lock v4.0.2 |
841 | 2024-11-27T17:46:38.901Z | Downloaded elliptic-curve v0.13.8 |
842 | 2024-11-27T17:46:38.904Z | Downloaded poly1305 v0.8.0 |
843 | 2024-11-27T17:46:38.906Z | Downloaded rsa v0.9.6 |
844 | 2024-11-27T17:46:38.910Z | Downloaded zone v0.1.8 |
845 | 2024-11-27T17:46:38.923Z | Downloaded zeroize_derive v1.4.2 |
846 | 2024-11-27T17:46:38.923Z | Downloaded zeroize v1.8.1 |
847 | 2024-11-27T17:46:38.923Z | Downloaded slab v0.4.9 |
848 | 2024-11-27T17:46:38.927Z | Downloaded tinystr v0.7.6 |
849 | 2024-11-27T17:46:38.927Z | Downloaded supports-color v3.0.1 |
850 | 2024-11-27T17:46:38.927Z | Downloaded subtle v2.6.1 |
851 | 2024-11-27T17:46:38.927Z | Downloaded unicode-segmentation v1.12.0 |
852 | 2024-11-27T17:46:38.927Z | Downloaded predicates v3.1.2 |
853 | 2024-11-27T17:46:38.930Z | Downloaded nom v7.1.3 |
854 | 2024-11-27T17:46:38.932Z | Downloaded slog v2.7.0 |
855 | 2024-11-27T17:46:38.935Z | Downloaded ron v0.7.1 |
856 | 2024-11-27T17:46:38.939Z | Downloaded rand_xorshift v0.3.0 |
857 | 2024-11-27T17:46:38.944Z | Downloaded fallible-streaming-iterator v0.1.9 |
858 | 2024-11-27T17:46:38.944Z | Downloaded rustyline v14.0.0 |
859 | 2024-11-27T17:46:38.949Z | Downloaded path-slash v0.1.5 |
860 | 2024-11-27T17:46:38.954Z | Downloaded sqlparser_derive v0.2.2 |
861 | 2024-11-27T17:46:38.954Z | Downloaded tui-tree-widget v0.22.0 |
862 | 2024-11-27T17:46:38.954Z | Downloaded group v0.13.0 |
863 | 2024-11-27T17:46:38.954Z | Downloaded ssh-cipher v0.2.0 |
864 | 2024-11-27T17:46:38.958Z | Downloaded sigpipe v0.1.3 |
865 | 2024-11-27T17:46:38.958Z | Downloaded phf_shared v0.10.0 |
866 | 2024-11-27T17:46:38.958Z | Downloaded futures-executor v0.3.31 |
867 | 2024-11-27T17:46:38.958Z | Downloaded futures-core v0.3.31 |
868 | 2024-11-27T17:46:38.958Z | Downloaded serde_yaml v0.9.34+deprecated |
869 | 2024-11-27T17:46:38.960Z | Downloaded strum v0.26.3 |
870 | 2024-11-27T17:46:38.964Z | Downloaded smallvec v1.13.2 |
871 | 2024-11-27T17:46:38.968Z | Downloaded diesel_derives v2.2.3 |
872 | 2024-11-27T17:46:38.970Z | Downloaded unicase v2.7.0 |
873 | 2024-11-27T17:46:38.970Z | Downloaded siphasher v0.3.11 |
874 | 2024-11-27T17:46:38.978Z | Downloaded tinyvec v1.8.0 |
875 | 2024-11-27T17:46:38.981Z | Downloaded pin-project-internal v1.1.6 |
876 | 2024-11-27T17:46:38.981Z | Downloaded deranged v0.3.11 |
877 | 2024-11-27T17:46:38.981Z | Downloaded darling_macro v0.20.10 |
878 | 2024-11-27T17:46:38.981Z | Downloaded pbkdf2 v0.11.0 |
879 | 2024-11-27T17:46:38.981Z | Downloaded bitvec v1.0.1 |
880 | 2024-11-27T17:46:38.994Z | Downloaded flagset v0.4.6 |
881 | 2024-11-27T17:46:38.996Z | Downloaded scheduled-thread-pool v0.2.7 |
882 | 2024-11-27T17:46:38.998Z | Downloaded pkg-config v0.3.31 |
883 | 2024-11-27T17:46:38.998Z | Downloaded filetime v0.2.25 |
884 | 2024-11-27T17:46:39.003Z | Downloaded time v0.3.36 |
885 | 2024-11-27T17:46:39.009Z | Downloaded structmeta v0.3.0 |
886 | 2024-11-27T17:46:39.014Z | Downloaded bindgen v0.69.5 |
887 | 2024-11-27T17:46:39.016Z | Downloaded num-integer v0.1.46 |
888 | 2024-11-27T17:46:39.016Z | Downloaded hashlink v0.9.1 |
889 | 2024-11-27T17:46:39.018Z | Downloaded scrypt v0.11.0 |
890 | 2024-11-27T17:46:39.020Z | Downloaded subprocess v0.2.9 |
891 | 2024-11-27T17:46:39.024Z | Downloaded reedline v0.35.0 |
892 | 2024-11-27T17:46:39.029Z | Downloaded signature v2.2.0 |
893 | 2024-11-27T17:46:39.031Z | Downloaded snafu-derive v0.8.5 |
894 | 2024-11-27T17:46:39.034Z | Downloaded debug-ignore v1.0.5 |
895 | 2024-11-27T17:46:39.034Z | Downloaded derive-where v1.2.7 |
896 | 2024-11-27T17:46:39.037Z | Downloaded data-encoding v2.6.0 |
897 | 2024-11-27T17:46:39.040Z | Downloaded derive_builder_core v0.20.2 |
898 | 2024-11-27T17:46:39.043Z | Downloaded fatfs v0.3.6 |
899 | 2024-11-27T17:46:39.046Z | Downloaded ssh-key v0.6.6 |
900 | 2024-11-27T17:46:39.051Z | Downloaded owo-colors v4.1.0 |
901 | 2024-11-27T17:46:39.053Z | Downloaded pin-project-lite v0.2.14 |
902 | 2024-11-27T17:46:39.058Z | Downloaded pbkdf2 v0.12.2 |
903 | 2024-11-27T17:46:39.060Z | Downloaded num-rational v0.4.2 |
904 | 2024-11-27T17:46:39.062Z | Downloaded tokio-postgres v0.7.12 |
905 | 2024-11-27T17:46:39.065Z | Downloaded multer v3.1.0 |
906 | 2024-11-27T17:46:39.067Z | Downloaded vergen v8.3.2 |
907 | 2024-11-27T17:46:39.070Z | Downloaded rcgen v0.12.1 |
908 | 2024-11-27T17:46:39.074Z | Downloaded tokio-rustls v0.26.0 |
909 | 2024-11-27T17:46:39.077Z | Downloaded derive_builder v0.20.2 |
910 | 2024-11-27T17:46:39.080Z | Downloaded tough v0.19.0 |
911 | 2024-11-27T17:46:39.088Z | Downloaded miniz_oxide v0.8.0 |
912 | 2024-11-27T17:46:39.092Z | Downloaded publicsuffix v2.2.3 |
913 | 2024-11-27T17:46:39.094Z | Downloaded futures v0.3.31 |
914 | 2024-11-27T17:46:39.097Z | Downloaded socket2 v0.5.7 |
915 | 2024-11-27T17:46:39.100Z | Downloaded steno v0.4.1 |
916 | 2024-11-27T17:46:39.103Z | Downloaded chrono v0.4.38 |
917 | 2024-11-27T17:46:39.111Z | Downloaded futures-channel v0.3.31 |
918 | 2024-11-27T17:46:39.114Z | Downloaded icu_properties_data v1.5.0 |
919 | 2024-11-27T17:46:39.123Z | Downloaded schemars v0.8.21 |
920 | 2024-11-27T17:46:39.136Z | Downloaded p256 v0.13.2 |
921 | 2024-11-27T17:46:39.139Z | Downloaded zip v2.1.3 |
922 | 2024-11-27T17:46:39.142Z | Downloaded toml v0.7.8 |
923 | 2024-11-27T17:46:39.145Z | Downloaded unicode-bidi v0.3.17 |
924 | 2024-11-27T17:46:39.148Z | Downloaded russh v0.45.0 |
925 | 2024-11-27T17:46:39.153Z | Downloaded quinn-proto v0.11.8 |
926 | 2024-11-27T17:46:39.161Z | Downloaded reqwest v0.12.9 |
927 | 2024-11-27T17:46:39.168Z | Downloaded rusqlite v0.32.1 |
928 | 2024-11-27T17:46:39.174Z | Downloaded toml_edit v0.19.15 |
929 | 2024-11-27T17:46:39.190Z | Downloaded unicode-normalization v0.1.24 |
930 | 2024-11-27T17:46:39.194Z | Downloaded idna v0.4.0 |
931 | 2024-11-27T17:46:39.200Z | Downloaded h2 v0.4.6 |
932 | 2024-11-27T17:46:39.208Z | Downloaded smoltcp v0.9.1 |
933 | 2024-11-27T17:46:39.218Z | Downloaded lalrpop v0.19.12 |
934 | 2024-11-27T17:46:39.230Z | Downloaded idna v0.5.0 |
935 | 2024-11-27T17:46:39.236Z | Downloaded rayon-core v1.12.1 |
936 | 2024-11-27T17:46:39.241Z | Downloaded petname v2.0.2 |
937 | 2024-11-27T17:46:39.246Z | Downloaded flate2 v1.0.34 |
938 | 2024-11-27T17:46:39.253Z | Downloaded hashbrown v0.14.5 |
939 | 2024-11-27T17:46:39.257Z | Downloaded proptest v1.5.0 |
940 | 2024-11-27T17:46:39.267Z | Downloaded regex v1.11.1 |
941 | 2024-11-27T17:46:39.280Z | Downloaded futures-util v0.3.31 |
942 | 2024-11-27T17:46:39.292Z | Downloaded p521 v0.13.3 |
943 | 2024-11-27T17:46:39.297Z | Downloaded portable-atomic v1.9.0 |
944 | 2024-11-27T17:46:39.303Z | Downloaded rustls-webpki v0.102.8 |
945 | 2024-11-27T17:46:39.321Z | Downloaded object v0.30.4 |
946 | 2024-11-27T17:46:39.331Z | Downloaded salty v0.3.0 |
947 | 2024-11-27T17:46:39.337Z | Downloaded unicode-width v0.2.0 |
948 | 2024-11-27T17:46:39.344Z | Downloaded dropshot v0.12.0 |
949 | 2024-11-27T17:46:39.364Z | Downloaded rustls-webpki v0.101.7 |
950 | 2024-11-27T17:46:39.377Z | Downloaded vcpkg v0.2.15 |
951 | 2024-11-27T17:46:39.414Z | Downloaded chrono-tz v0.10.0 |
952 | 2024-11-27T17:46:39.421Z | Downloaded diesel v2.2.4 |
953 | 2024-11-27T17:46:39.438Z | Downloaded webpki-roots v0.26.6 |
954 | 2024-11-27T17:46:39.443Z | Downloaded nix v0.28.0 |
955 | 2024-11-27T17:46:39.453Z | Downloaded zerocopy v0.8.10 |
956 | 2024-11-27T17:46:39.475Z | Downloaded p384 v0.13.0 |
957 | 2024-11-27T17:46:39.482Z | Downloaded rustls v0.21.12 |
958 | 2024-11-27T17:46:39.494Z | Downloaded nix v0.29.0 |
959 | 2024-11-27T17:46:39.503Z | Downloaded smoltcp v0.11.0 |
960 | 2024-11-27T17:46:39.516Z | Downloaded regex-syntax v0.6.29 |
961 | 2024-11-27T17:46:39.523Z | Downloaded object v0.36.5 |
962 | 2024-11-27T17:46:39.538Z | Downloaded polar-core v0.27.3 |
963 | 2024-11-27T17:46:39.543Z | Downloaded rustls v0.22.4 |
964 | 2024-11-27T17:46:39.556Z | Downloaded gimli v0.31.1 |
965 | 2024-11-27T17:46:39.565Z | Downloaded regex-syntax v0.8.5 |
966 | 2024-11-27T17:46:39.574Z | Downloaded dropshot v0.13.0 |
967 | 2024-11-27T17:46:39.592Z | Downloaded rustls v0.23.14 |
968 | 2024-11-27T17:46:39.604Z | Downloaded radix_trie v0.2.1 |
969 | 2024-11-27T17:46:39.609Z | Downloaded nix v0.27.1 |
970 | 2024-11-27T17:46:39.619Z | Downloaded openapiv3 v2.0.0 |
971 | 2024-11-27T17:46:39.631Z | Downloaded trust-dns-proto v0.22.0 |
972 | 2024-11-27T17:46:39.643Z | Downloaded regress v0.10.1 |
973 | 2024-11-27T17:46:39.651Z | Downloaded regress v0.9.1 |
974 | 2024-11-27T17:46:39.659Z | Downloaded bstr v1.10.0 |
975 | 2024-11-27T17:46:39.670Z | Downloaded git2 v0.19.0 |
976 | 2024-11-27T17:46:39.679Z | Downloaded typify-impl v0.2.0 |
977 | 2024-11-27T17:46:39.693Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
978 | 2024-11-27T17:46:39.705Z | Downloaded ratatui v0.28.1 |
979 | 2024-11-27T17:46:39.724Z | Downloaded zerocopy-derive v0.6.6 |
980 | 2024-11-27T17:46:39.733Z | Downloaded regex-automata v0.4.8 |
981 | 2024-11-27T17:46:39.749Z | Downloaded sled v0.34.7 |
982 | 2024-11-27T17:46:39.759Z | Downloaded openssl v0.10.66 |
983 | 2024-11-27T17:46:39.768Z | Downloaded petgraph v0.6.5 |
984 | 2024-11-27T17:46:39.785Z | Downloaded lzma-sys v0.1.20 |
985 | 2024-11-27T17:46:39.812Z | Downloaded winnow v0.5.40 |
986 | 2024-11-27T17:46:39.820Z | Downloaded idna v0.3.0 |
987 | 2024-11-27T17:46:39.827Z | Downloaded curve25519-dalek v4.1.3 |
988 | 2024-11-27T17:46:39.837Z | Downloaded tokio v1.40.0 |
989 | 2024-11-27T17:46:39.872Z | Downloaded hickory-proto v0.24.1 |
990 | 2024-11-27T17:46:39.886Z | Downloaded libz-sys v1.1.20 |
991 | 2024-11-27T17:46:39.905Z | Downloaded idna v0.2.3 |
992 | 2024-11-27T17:46:39.912Z | Downloaded quick-xml v0.33.0 |
993 | 2024-11-27T17:46:39.918Z | Downloaded dhcproto v0.12.0 |
994 | 2024-11-27T17:46:39.920Z | Downloaded serde_with v3.11.0 |
995 | 2024-11-27T17:46:39.931Z | Downloaded sqlparser v0.45.0 |
996 | 2024-11-27T17:46:39.934Z | Downloaded rustls-pki-types v1.9.0 |
997 | 2024-11-27T17:46:39.939Z | Downloaded csv v1.3.0 |
998 | 2024-11-27T17:46:39.957Z | Downloaded headers v0.4.0 |
999 | 2024-11-27T17:46:39.963Z | Downloaded sha3 v0.10.8 |
1000 | 2024-11-27T17:46:39.966Z | Downloaded snafu v0.8.5 |
1001 | 2024-11-27T17:46:39.975Z | Downloaded structmeta v0.2.0 |
1002 | 2024-11-27T17:46:39.977Z | Downloaded schemars_derive v0.8.21 |
1003 | 2024-11-27T17:46:39.977Z | Downloaded packed_struct v0.10.1 |
1004 | 2024-11-27T17:46:39.977Z | Downloaded pin-project v1.1.6 |
1005 | 2024-11-27T17:46:39.986Z | Downloaded num-traits v0.2.19 |
1006 | 2024-11-27T17:46:39.989Z | Downloaded expectorate v1.1.0 |
1007 | 2024-11-27T17:46:39.993Z | Downloaded num-bigint-dig v0.8.4 |
1008 | 2024-11-27T17:46:39.997Z | Downloaded der v0.7.9 |
1009 | 2024-11-27T17:46:40.000Z | Downloaded zerovec v0.10.4 |
1010 | 2024-11-27T17:46:40.007Z | Downloaded whoami v1.5.2 |
1011 | 2024-11-27T17:46:40.010Z | Downloaded tokio-util v0.7.12 |
1012 | 2024-11-27T17:46:40.014Z | Downloaded tokio-rustls v0.24.1 |
1013 | 2024-11-27T17:46:40.017Z | Downloaded blake3 v1.5.4 |
1014 | 2024-11-27T17:46:40.026Z | Downloaded itertools v0.12.1 |
1015 | 2024-11-27T17:46:40.030Z | Downloaded predicates-tree v1.0.11 |
1016 | 2024-11-27T17:46:40.034Z | Downloaded predicates-core v1.0.8 |
1017 | 2024-11-27T17:46:40.034Z | Downloaded newtype-uuid v1.1.3 |
1018 | 2024-11-27T17:46:40.036Z | Downloaded diff v0.1.13 |
1019 | 2024-11-27T17:46:40.039Z | Downloaded futures-sink v0.3.31 |
1020 | 2024-11-27T17:46:40.039Z | Downloaded defmt-parser v0.3.4 |
1021 | 2024-11-27T17:46:40.040Z | Downloaded unicode-properties v0.1.3 |
1022 | 2024-11-27T17:46:40.045Z | Downloaded dropshot_endpoint v0.13.0 |
1023 | 2024-11-27T17:46:40.049Z | Downloaded dropshot_endpoint v0.12.0 |
1024 | 2024-11-27T17:46:40.049Z | Downloaded vsss-rs v3.3.4 |
1025 | 2024-11-27T17:46:40.049Z | Downloaded ron v0.8.1 |
1026 | 2024-11-27T17:46:40.053Z | Downloaded libxml v0.3.3 |
1027 | 2024-11-27T17:46:40.058Z | Downloaded mio v1.0.2 |
1028 | 2024-11-27T17:46:40.063Z | Downloaded num_enum v0.5.11 |
1029 | 2024-11-27T17:46:40.070Z | Downloaded phf_generator v0.11.2 |
1030 | 2024-11-27T17:46:40.075Z | Downloaded peg-macros v0.8.4 |
1031 | 2024-11-27T17:46:40.075Z | Downloaded value-bag v1.9.0 |
1032 | 2024-11-27T17:46:40.077Z | Downloaded yasna v0.5.2 |
1033 | 2024-11-27T17:46:40.077Z | Downloaded xz2 v0.1.7 |
1034 | 2024-11-27T17:46:40.077Z | Downloaded aws-lc-rs v1.10.0 |
1035 | 2024-11-27T17:46:40.084Z | Downloaded libm v0.2.8 |
1036 | 2024-11-27T17:46:40.092Z | Downloaded encoding_rs v0.8.34 |
1037 | 2024-11-27T17:46:40.112Z | Downloaded peg v0.8.4 |
1038 | 2024-11-27T17:46:40.116Z | Downloaded zopfli v0.8.1 |
1039 | 2024-11-27T17:46:40.118Z | Downloaded olpc-cjson v0.1.4 |
1040 | 2024-11-27T17:46:40.120Z | Downloaded num v0.4.3 |
1041 | 2024-11-27T17:46:40.120Z | Downloaded derive_more v0.99.18 |
1042 | 2024-11-27T17:46:40.124Z | Downloaded tracing v0.1.40 |
1043 | 2024-11-27T17:46:40.128Z | Downloaded hyper v1.5.0 |
1044 | 2024-11-27T17:46:40.134Z | Downloaded postcard v1.0.10 |
1045 | 2024-11-27T17:46:40.136Z | Downloaded crossterm v0.28.1 |
1046 | 2024-11-27T17:46:40.143Z | Downloaded uuid v1.11.0 |
1047 | 2024-11-27T17:46:40.145Z | Downloaded hashbrown v0.12.3 |
1048 | 2024-11-27T17:46:40.149Z | Downloaded synstructure v0.13.1 |
1049 | 2024-11-27T17:46:40.153Z | Downloaded thiserror-no-std v2.0.2 |
1050 | 2024-11-27T17:46:40.155Z | Downloaded strip-ansi-escapes v0.2.0 |
1051 | 2024-11-27T17:46:40.155Z | Downloaded stringprep v0.1.5 |
1052 | 2024-11-27T17:46:40.158Z | Downloaded rustfmt-wrapper v0.2.1 |
1053 | 2024-11-27T17:46:40.158Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1054 | 2024-11-27T17:46:40.215Z | Downloaded rustc-hash v2.0.0 |
1055 | 2024-11-27T17:46:40.217Z | Downloaded rtoolbox v0.0.2 |
1056 | 2024-11-27T17:46:40.217Z | Downloaded oso v0.27.3 |
1057 | 2024-11-27T17:46:40.220Z | Downloaded sct v0.7.1 |
1058 | 2024-11-27T17:46:40.223Z | Downloaded parking_lot v0.12.3 |
1059 | 2024-11-27T17:46:40.227Z | Downloaded mockall_derive v0.13.0 |
1060 | 2024-11-27T17:46:40.231Z | Downloaded time-macros v0.2.18 |
1061 | 2024-11-27T17:46:40.231Z | Downloaded url v2.5.3 |
1062 | 2024-11-27T17:46:40.235Z | Downloaded strum_macros v0.24.3 |
1063 | 2024-11-27T17:46:40.235Z | Downloaded quick-error v1.2.3 |
1064 | 2024-11-27T17:46:40.238Z | Downloaded qorb v0.2.0 |
1065 | 2024-11-27T17:46:40.241Z | Downloaded display-error-chain v0.2.2 |
1066 | 2024-11-27T17:46:40.241Z | Downloaded dirs-sys-next v0.1.2 |
1067 | 2024-11-27T17:46:40.241Z | Downloaded dirs-next v2.0.0 |
1068 | 2024-11-27T17:46:40.245Z | Downloaded utf8_iter v1.0.4 |
1069 | 2024-11-27T17:46:40.245Z | Downloaded untrusted v0.9.0 |
1070 | 2024-11-27T17:46:40.245Z | Downloaded slog-dtrace v0.3.0 |
1071 | 2024-11-27T17:46:40.250Z | Downloaded rand v0.8.5 |
1072 | 2024-11-27T17:46:40.253Z | Downloaded unicode-xid v0.2.6 |
1073 | 2024-11-27T17:46:40.253Z | Downloaded unicode-truncate v1.1.0 |
1074 | 2024-11-27T17:46:40.253Z | Downloaded mirai-annotations v1.12.0 |
1075 | 2024-11-27T17:46:40.253Z | Downloaded fragile v2.0.0 |
1076 | 2024-11-27T17:46:40.257Z | Downloaded serde_repr v0.1.19 |
1077 | 2024-11-27T17:46:40.257Z | Downloaded serde_plain v1.0.2 |
1078 | 2024-11-27T17:46:40.259Z | Downloaded salsa20 v0.10.2 |
1079 | 2024-11-27T17:46:40.259Z | Downloaded samael v0.0.17 |
1080 | 2024-11-27T17:46:40.263Z | Downloaded prettyplease v0.2.25 |
1081 | 2024-11-27T17:46:40.266Z | Downloaded signal-hook-registry v1.4.2 |
1082 | 2024-11-27T17:46:40.268Z | Downloaded typify v0.2.0 |
1083 | 2024-11-27T17:46:40.271Z | Downloaded globset v0.4.15 |
1084 | 2024-11-27T17:46:40.273Z | Downloaded getrandom v0.2.15 |
1085 | 2024-11-27T17:46:40.275Z | Downloaded http v1.1.0 |
1086 | 2024-11-27T17:46:40.277Z | Downloaded pem-rfc7468 v0.7.0 |
1087 | 2024-11-27T17:46:40.280Z | Downloaded pem v3.0.4 |
1088 | 2024-11-27T17:46:40.280Z | Downloaded parse-display-derive v0.10.0 |
1089 | 2024-11-27T17:46:40.282Z | Downloaded tokio-tungstenite v0.23.1 |
1090 | 2024-11-27T17:46:40.285Z | Downloaded term v0.7.0 |
1091 | 2024-11-27T17:46:40.287Z | Downloaded chacha20poly1305 v0.10.1 |
1092 | 2024-11-27T17:46:40.290Z | Downloaded defmt v0.3.8 |
1093 | 2024-11-27T17:46:40.292Z | Downloaded futures-macro v0.3.31 |
1094 | 2024-11-27T17:46:40.292Z | Downloaded dyn-clone v1.0.17 |
1095 | 2024-11-27T17:46:40.294Z | Downloaded dunce v1.0.5 |
1096 | 2024-11-27T17:46:40.294Z | Downloaded hickory-server v0.24.1 |
1097 | 2024-11-27T17:46:40.299Z | Downloaded hickory-resolver v0.24.1 |
1098 | 2024-11-27T17:46:40.303Z | Downloaded libloading v0.8.5 |
1099 | 2024-11-27T17:46:40.305Z | Downloaded crossbeam-utils v0.8.20 |
1100 | 2024-11-27T17:46:40.308Z | Downloaded crossbeam-epoch v0.9.18 |
1101 | 2024-11-27T17:46:40.311Z | Downloaded bytes v1.8.0 |
1102 | 2024-11-27T17:46:40.313Z | Downloaded lock_api v0.4.12 |
1103 | 2024-11-27T17:46:40.316Z | Downloaded clang-sys v1.8.1 |
1104 | 2024-11-27T17:46:40.319Z | Downloaded twox-hash v1.6.3 |
1105 | 2024-11-27T17:46:40.319Z | Downloaded csv-core v0.1.11 |
1106 | 2024-11-27T17:46:40.321Z | Downloaded ciborium v0.2.2 |
1107 | 2024-11-27T17:46:40.321Z | Downloaded crc-catalog v2.4.0 |
1108 | 2024-11-27T17:46:40.323Z | Downloaded crc-any v2.5.0 |
1109 | 2024-11-27T17:46:40.325Z | Downloaded cookie v0.18.1 |
1110 | 2024-11-27T17:46:40.327Z | Downloaded const_format_proc_macros v0.2.33 |
1111 | 2024-11-27T17:46:40.330Z | Downloaded console v0.15.8 |
1112 | 2024-11-27T17:46:40.332Z | Downloaded spin v0.5.2 |
1113 | 2024-11-27T17:46:40.332Z | Downloaded litemap v0.7.3 |
1114 | 2024-11-27T17:46:40.336Z | Downloaded ciborium-ll v0.2.2 |
1115 | 2024-11-27T17:46:40.339Z | Downloaded waitgroup v0.1.2 |
1116 | 2024-11-27T17:46:40.339Z | Downloaded rustversion v1.0.17 |
1117 | 2024-11-27T17:46:40.339Z | Downloaded rustls-pemfile v1.0.4 |
1118 | 2024-11-27T17:46:40.341Z | Downloaded signal-hook-mio v0.2.4 |
1119 | 2024-11-27T17:46:40.343Z | Downloaded secrecy v0.8.0 |
1120 | 2024-11-27T17:46:40.344Z | Downloaded scopeguard v1.2.0 |
1121 | 2024-11-27T17:46:40.345Z | Downloaded rustc_version v0.1.7 |
1122 | 2024-11-27T17:46:40.346Z | Downloaded resolv-conf v0.7.0 |
1123 | 2024-11-27T17:46:40.349Z | Downloaded ref-cast-impl v1.0.23 |
1124 | 2024-11-27T17:46:40.349Z | Downloaded ref-cast v1.0.23 |
1125 | 2024-11-27T17:46:40.351Z | Downloaded libefi-sys v0.1.0 |
1126 | 2024-11-27T17:46:40.351Z | Downloaded ipnet v2.10.1 |
1127 | 2024-11-27T17:46:40.354Z | Downloaded icu_locid_transform_data v1.5.0 |
1128 | 2024-11-27T17:46:40.356Z | Downloaded cobs v0.2.3 |
1129 | 2024-11-27T17:46:40.356Z | Downloaded cmake v0.1.51 |
1130 | 2024-11-27T17:46:40.356Z | Downloaded semver v0.1.20 |
1131 | 2024-11-27T17:46:40.359Z | Downloaded maybe-uninit v2.0.0 |
1132 | 2024-11-27T17:46:40.359Z | Downloaded maplit v1.0.2 |
1133 | 2024-11-27T17:46:40.359Z | Downloaded linked-hash-map v0.5.6 |
1134 | 2024-11-27T17:46:40.362Z | Downloaded linear-map v1.2.0 |
1135 | 2024-11-27T17:46:40.362Z | Downloaded libsw v3.3.1 |
1136 | 2024-11-27T17:46:40.364Z | Downloaded blake2 v0.10.6 |
1137 | 2024-11-27T17:46:40.367Z | Downloaded crc v3.2.1 |
1138 | 2024-11-27T17:46:40.370Z | Downloaded ipnetwork v0.20.0 |
1139 | 2024-11-27T17:46:40.370Z | Downloaded hmac v0.12.1 |
1140 | 2024-11-27T17:46:40.372Z | Downloaded kstat-rs v0.2.4 |
1141 | 2024-11-27T17:46:40.372Z | Downloaded hyper-util v0.1.10 |
1142 | 2024-11-27T17:46:40.376Z | Downloaded cfg_aliases v0.1.1 |
1143 | 2024-11-27T17:46:40.378Z | Downloaded backoff v0.4.0 |
1144 | 2024-11-27T17:46:40.380Z | Downloaded bzip2 v0.4.4 |
1145 | 2024-11-27T17:46:40.380Z | Downloaded convert_case v0.4.0 |
1146 | 2024-11-27T17:46:40.382Z | Downloaded cexpr v0.6.0 |
1147 | 2024-11-27T17:46:40.385Z | Downloaded cassowary v0.3.0 |
1148 | 2024-11-27T17:46:40.385Z | Downloaded httpdate v1.0.3 |
1149 | 2024-11-27T17:46:40.387Z | Downloaded hex v0.4.3 |
1150 | 2024-11-27T17:46:40.387Z | Downloaded bitflags v1.3.2 |
1151 | 2024-11-27T17:46:40.390Z | Downloaded bit-vec v0.6.3 |
1152 | 2024-11-27T17:46:40.392Z | Downloaded base64ct v1.6.0 |
1153 | 2024-11-27T17:46:40.392Z | Downloaded bitfield v0.14.0 |
1154 | 2024-11-27T17:46:40.395Z | Downloaded bit-set v0.5.3 |
1155 | 2024-11-27T17:46:40.395Z | Downloaded http-body v1.0.1 |
1156 | 2024-11-27T17:46:40.397Z | Downloaded bcrypt-pbkdf v0.10.0 |
1157 | 2024-11-27T17:46:40.397Z | Downloaded bb8 v0.8.5 |
1158 | 2024-11-27T17:46:40.399Z | Downloaded base16ct v0.2.0 |
1159 | 2024-11-27T17:46:40.399Z | Downloaded indoc v1.0.9 |
1160 | 2024-11-27T17:46:40.402Z | Downloaded humantime v2.1.0 |
1161 | 2024-11-27T17:46:40.404Z | Downloaded home v0.5.9 |
1162 | 2024-11-27T17:46:40.404Z | Downloaded arrayvec v0.7.6 |
1163 | 2024-11-27T17:46:40.496Z | Downloaded libsqlite3-sys v0.30.1 |
1164 | 2024-11-27T17:46:40.767Z | Downloaded ring v0.17.8 |
1165 | 2024-11-27T17:46:40.929Z | Downloaded ring v0.16.20 |
1166 | 2024-11-27T17:46:41.158Z | Downloaded aws-lc-sys v0.22.0 |
1167 | 2024-11-27T17:46:41.458Z | Compiling serde v1.0.215 |
1168 | 2024-11-27T17:46:41.460Z | Compiling lock_api v0.4.12 |
1169 | 2024-11-27T17:46:41.460Z | Compiling scopeguard v1.2.0 |
1170 | 2024-11-27T17:46:41.460Z | Compiling value-bag v1.9.0 |
1171 | 2024-11-27T17:46:41.460Z | Compiling typenum v1.17.0 |
1172 | 2024-11-27T17:46:41.616Z | Compiling generic-array v0.14.7 |
1173 | 2024-11-27T17:46:41.644Z | Compiling syn v2.0.87 |
1174 | 2024-11-27T17:46:41.658Z | Compiling getrandom v0.2.15 |
1175 | 2024-11-27T17:46:41.806Z | Compiling subtle v2.6.1 |
1176 | 2024-11-27T17:46:41.931Z | Compiling rand_core v0.6.4 |
1177 | 2024-11-27T17:46:42.135Z | Compiling log v0.4.22 |
1178 | 2024-11-27T17:46:42.156Z | Compiling shlex v1.3.0 |
1179 | 2024-11-27T17:46:42.159Z | Compiling jobserver v0.1.32 |
1180 | 2024-11-27T17:46:42.278Z | Compiling smallvec v1.13.2 |
1181 | 2024-11-27T17:46:42.451Z | Compiling const-oid v0.9.6 |
1182 | 2024-11-27T17:46:42.472Z | Compiling spin v0.9.8 |
1183 | 2024-11-27T17:46:42.558Z | Compiling cc v1.1.30 |
1184 | 2024-11-27T17:46:42.692Z | Compiling pin-project-lite v0.2.14 |
1185 | 2024-11-27T17:46:42.835Z | Compiling rustix v0.38.37 |
1186 | 2024-11-27T17:46:42.879Z | Compiling parking_lot_core v0.9.10 |
1187 | 2024-11-27T17:46:42.992Z | Compiling futures-core v0.3.31 |
1188 | 2024-11-27T17:46:43.202Z | Compiling signal-hook-registry v1.4.2 |
1189 | 2024-11-27T17:46:43.391Z | Compiling mio v1.0.2 |
1190 | 2024-11-27T17:46:43.902Z | Compiling parking_lot v0.12.3 |
1191 | 2024-11-27T17:46:44.059Z | Compiling aho-corasick v1.1.3 |
1192 | 2024-11-27T17:46:44.185Z | Compiling regex-syntax v0.8.5 |
1193 | 2024-11-27T17:46:44.490Z | Compiling cpufeatures v0.2.14 |
1194 | 2024-11-27T17:46:44.510Z | Compiling either v1.13.0 |
1195 | 2024-11-27T17:46:44.594Z | Compiling lazy_static v1.5.0 |
1196 | 2024-11-27T17:46:44.628Z | Compiling futures-sink v0.3.31 |
1197 | 2024-11-27T17:46:44.747Z | Compiling glob v0.3.1 |
1198 | 2024-11-27T17:46:44.798Z | Compiling stable_deref_trait v1.2.0 |
1199 | 2024-11-27T17:46:44.882Z | Compiling socket2 v0.5.7 |
1200 | 2024-11-27T17:46:44.909Z | Compiling slab v0.4.9 |
1201 | 2024-11-27T17:46:44.944Z | Compiling prettyplease v0.2.25 |
1202 | 2024-11-27T17:46:45.294Z | Compiling minimal-lexical v0.2.1 |
1203 | 2024-11-27T17:46:45.651Z | Compiling libloading v0.8.5 |
1204 | 2024-11-27T17:46:45.810Z | Compiling clang-sys v1.8.1 |
1205 | 2024-11-27T17:46:45.830Z | Compiling nom v7.1.3 |
1206 | 2024-11-27T17:46:45.918Z | Compiling bindgen v0.69.5 |
1207 | 2024-11-27T17:46:46.086Z | Compiling serde_json v1.0.132 |
1208 | 2024-11-27T17:46:46.428Z | Compiling home v0.5.9 |
1209 | 2024-11-27T17:46:46.754Z | Compiling itertools v0.12.1 |
1210 | 2024-11-27T17:46:46.774Z | Compiling futures-channel v0.3.31 |
1211 | 2024-11-27T17:46:47.209Z | Compiling rustc-hash v1.1.0 |
1212 | 2024-11-27T17:46:47.209Z | Compiling pin-utils v0.1.0 |
1213 | 2024-11-27T17:46:47.351Z | Compiling futures-task v0.3.31 |
1214 | 2024-11-27T17:46:47.372Z | Compiling futures-io v0.3.31 |
1215 | 2024-11-27T17:46:47.642Z | Compiling foldhash v0.1.3 |
1216 | 2024-11-27T17:46:47.709Z | Compiling allocator-api2 v0.2.18 |
1217 | 2024-11-27T17:46:47.946Z | Compiling regex-automata v0.4.8 |
1218 | 2024-11-27T17:46:48.542Z | Compiling lazycell v1.3.0 |
1219 | 2024-11-27T17:46:48.721Z | Compiling hashbrown v0.15.0 |
1220 | 2024-11-27T17:46:49.712Z | Compiling synstructure v0.13.1 |
1221 | 2024-11-27T17:46:49.961Z | Compiling cexpr v0.6.0 |
1222 | 2024-11-27T17:46:50.074Z | Compiling cmake v0.1.51 |
1223 | 2024-11-27T17:46:51.137Z | Compiling libm v0.2.8 |
1224 | 2024-11-27T17:46:51.157Z | Compiling dunce v1.0.5 |
1225 | 2024-11-27T17:46:51.291Z | Compiling tinyvec_macros v0.1.1 |
1226 | 2024-11-27T17:46:51.390Z | Compiling fs_extra v1.3.0 |
1227 | 2024-11-27T17:46:51.457Z | Compiling pkg-config v0.3.31 |
1228 | 2024-11-27T17:46:51.506Z | Compiling tinyvec v1.8.0 |
1229 | 2024-11-27T17:46:51.735Z | Compiling num-traits v0.2.19 |
1230 | 2024-11-27T17:46:52.244Z | Compiling ring v0.17.8 |
1231 | 2024-11-27T17:46:53.024Z | Compiling unicode-normalization v0.1.24 |
1232 | 2024-11-27T17:46:53.059Z | Compiling litemap v0.7.3 |
1233 | 2024-11-27T17:46:53.100Z | Compiling paste v1.0.15 |
1234 | 2024-11-27T17:46:53.385Z | Compiling writeable v0.5.5 |
1235 | 2024-11-27T17:46:53.405Z | Compiling base64ct v1.6.0 |
1236 | 2024-11-27T17:46:53.461Z | Compiling unicode-bidi v0.3.17 |
1237 | 2024-11-27T17:46:53.627Z | Compiling regex v1.11.1 |
1238 | 2024-11-27T17:46:53.971Z | Compiling pem-rfc7468 v0.7.0 |
1239 | 2024-11-27T17:46:54.656Z | Compiling aws-lc-rs v1.10.0 |
1240 | 2024-11-27T17:46:54.686Z | Compiling flagset v0.4.6 |
1241 | 2024-11-27T17:46:54.874Z | Compiling httparse v1.9.5 |
1242 | 2024-11-27T17:46:55.107Z | Compiling tracing-core v0.1.32 |
1243 | 2024-11-27T17:46:55.661Z | Compiling percent-encoding v2.3.1 |
1244 | 2024-11-27T17:46:55.943Z | Compiling rustls-pki-types v1.9.0 |
1245 | 2024-11-27T17:46:55.998Z | Compiling icu_locid_transform_data v1.5.0 |
1246 | 2024-11-27T17:46:56.106Z | Compiling crossbeam-utils v0.8.20 |
1247 | 2024-11-27T17:46:56.439Z | Compiling time-core v0.1.2 |
1248 | 2024-11-27T17:46:56.601Z | Compiling untrusted v0.7.1 |
1249 | 2024-11-27T17:46:56.706Z | Compiling serde_derive v1.0.215 |
1250 | 2024-11-27T17:46:56.728Z | Compiling zeroize_derive v1.4.2 |
1251 | 2024-11-27T17:46:56.771Z | Compiling zerocopy-derive v0.7.35 |
1252 | 2024-11-27T17:46:56.799Z | Compiling tokio-macros v2.4.0 |
1253 | 2024-11-27T17:46:56.999Z | Compiling zerofrom-derive v0.1.4 |
1254 | 2024-11-27T17:46:58.292Z | Compiling zeroize v1.8.1 |
1255 | 2024-11-27T17:46:58.404Z | Compiling yoke-derive v0.7.4 |
1256 | 2024-11-27T17:46:58.693Z | Compiling thiserror-impl v1.0.69 |
1257 | 2024-11-27T17:46:59.048Z | Compiling zerocopy v0.7.35 |
1258 | 2024-11-27T17:46:59.943Z | Compiling crypto-common v0.1.6 |
1259 | 2024-11-27T17:47:00.182Z | Compiling block-buffer v0.10.4 |
1260 | 2024-11-27T17:47:00.450Z | Compiling digest v0.10.7 |
1261 | 2024-11-27T17:47:00.710Z | Compiling zerovec-derive v0.10.3 |
1262 | 2024-11-27T17:47:00.778Z | Compiling futures-macro v0.3.31 |
1263 | 2024-11-27T17:47:00.939Z | Compiling hmac v0.12.1 |
1264 | 2024-11-27T17:47:01.179Z | Compiling block-padding v0.3.3 |
1265 | 2024-11-27T17:47:01.215Z | Compiling zerofrom v0.1.4 |
1266 | 2024-11-27T17:47:01.401Z | Compiling displaydoc v0.2.5 |
1267 | 2024-11-27T17:47:01.445Z | Compiling inout v0.1.3 |
1268 | 2024-11-27T17:47:01.466Z | Compiling yoke v0.7.4 |
1269 | 2024-11-27T17:47:01.699Z | Compiling cipher v0.4.4 |
1270 | 2024-11-27T17:47:01.846Z | Compiling sha2 v0.10.8 |
1271 | 2024-11-27T17:47:01.910Z | Compiling thiserror v1.0.69 |
1272 | 2024-11-27T17:47:02.053Z | Compiling ppv-lite86 v0.2.20 |
1273 | 2024-11-27T17:47:02.224Z | Compiling der_derive v0.7.3 |
1274 | 2024-11-27T17:47:02.720Z | Compiling futures-util v0.3.31 |
1275 | 2024-11-27T17:47:02.879Z | Compiling icu_provider_macros v1.5.0 |
1276 | 2024-11-27T17:47:03.105Z | Compiling rand_chacha v0.3.1 |
1277 | 2024-11-27T17:47:03.385Z | Compiling zerovec v0.10.4 |
1278 | 2024-11-27T17:47:03.863Z | Compiling tracing-attributes v0.1.27 |
1279 | 2024-11-27T17:47:04.116Z | Compiling rand v0.8.5 |
1280 | 2024-11-27T17:47:04.621Z | Compiling der v0.7.9 |
1281 | 2024-11-27T17:47:05.429Z | Compiling tinystr v0.7.6 |
1282 | 2024-11-27T17:47:05.492Z | Compiling icu_collections v1.5.0 |
1283 | 2024-11-27T17:47:05.605Z | Compiling salsa20 v0.10.2 |
1284 | 2024-11-27T17:47:05.841Z | Compiling icu_locid v1.5.0 |
1285 | 2024-11-27T17:47:05.863Z | Compiling pest v2.7.14 |
1286 | 2024-11-27T17:47:06.280Z | Compiling pbkdf2 v0.12.2 |
1287 | 2024-11-27T17:47:06.447Z | Compiling powerfmt v0.2.0 |
1288 | 2024-11-27T17:47:06.863Z | Compiling spki v0.7.3 |
1289 | 2024-11-27T17:47:07.060Z | Compiling vcpkg v0.2.15 |
1290 | 2024-11-27T17:47:07.236Z | Compiling icu_provider v1.5.0 |
1291 | 2024-11-27T17:47:07.808Z | Compiling tracing v0.1.40 |
1292 | 2024-11-27T17:47:07.970Z | Compiling mirai-annotations v1.12.0 |
1293 | 2024-11-27T17:47:08.178Z | Compiling icu_locid_transform v1.5.0 |
1294 | 2024-11-27T17:47:08.304Z | Compiling untrusted v0.9.0 |
1295 | 2024-11-27T17:47:08.367Z | Compiling icu_properties_data v1.5.0 |
1296 | 2024-11-27T17:47:08.409Z | Compiling num-conv v0.1.0 |
1297 | 2024-11-27T17:47:08.636Z | Compiling pest_meta v2.7.14 |
1298 | 2024-11-27T17:47:08.711Z | Compiling time-macros v0.2.18 |
1299 | 2024-11-27T17:47:08.998Z | Compiling deranged v0.3.11 |
1300 | 2024-11-27T17:47:09.017Z | Compiling scrypt v0.11.0 |
1301 | 2024-11-27T17:47:09.366Z | Compiling openssl-sys v0.9.103 |
1302 | 2024-11-27T17:47:09.601Z | Compiling icu_properties v1.5.1 |
1303 | 2024-11-27T17:47:10.503Z | Compiling cbc v0.1.2 |
1304 | 2024-11-27T17:47:10.731Z | Compiling bitflags v2.6.0 |
1305 | 2024-11-27T17:47:10.957Z | Compiling bytes v1.8.0 |
1306 | 2024-11-27T17:47:11.180Z | Compiling indexmap v2.6.0 |
1307 | 2024-11-27T17:47:12.056Z | Compiling tokio v1.40.0 |
1308 | 2024-11-27T17:47:12.313Z | Compiling http v1.1.0 |
1309 | 2024-11-27T17:47:12.366Z | Compiling semver v1.0.23 |
1310 | 2024-11-27T17:47:12.636Z | Compiling aes v0.8.4 |
1311 | 2024-11-27T17:47:13.173Z | Compiling rustc_version v0.4.1 |
1312 | 2024-11-27T17:47:14.017Z | Compiling scroll_derive v0.12.0 |
1313 | 2024-11-27T17:47:14.388Z | Compiling icu_normalizer_data v1.5.0 |
1314 | 2024-11-27T17:47:14.496Z | Compiling atomic-waker v1.1.2 |
1315 | 2024-11-27T17:47:14.542Z | Compiling utf8_iter v1.0.4 |
1316 | 2024-11-27T17:47:14.687Z | Compiling utf16_iter v1.0.5 |
1317 | 2024-11-27T17:47:14.801Z | Compiling num_threads v0.1.7 |
1318 | 2024-11-27T17:47:14.891Z | Compiling write16 v1.0.0 |
1319 | 2024-11-27T17:47:14.911Z | Compiling time v0.3.36 |
1320 | 2024-11-27T17:47:14.938Z | Compiling http-body v1.0.1 |
1321 | 2024-11-27T17:47:15.020Z | Compiling which v4.4.2 |
1322 | 2024-11-27T17:47:15.044Z | Compiling icu_normalizer v1.5.0 |
1323 | 2024-11-27T17:47:15.165Z | Compiling pkcs5 v0.7.1 |
1324 | 2024-11-27T17:47:15.523Z | Compiling scroll v0.12.0 |
1325 | 2024-11-27T17:47:15.833Z | Compiling pest_generator v2.7.14 |
1326 | 2024-11-27T17:47:16.103Z | Compiling form_urlencoded v1.2.1 |
1327 | 2024-11-27T17:47:16.385Z | Compiling try-lock v0.2.5 |
1328 | 2024-11-27T17:47:16.436Z | Compiling slog v2.7.0 |
1329 | 2024-11-27T17:47:16.458Z | Compiling goblin v0.8.2 |
1330 | 2024-11-27T17:47:16.528Z | Compiling want v0.3.1 |
1331 | 2024-11-27T17:47:16.825Z | Compiling idna_adapter v1.2.0 |
1332 | 2024-11-27T17:47:17.034Z | Compiling pkcs8 v0.10.2 |
1333 | 2024-11-27T17:47:17.058Z | Compiling httpdate v1.0.3 |
1334 | 2024-11-27T17:47:17.547Z | Compiling idna v1.0.3 |
1335 | 2024-11-27T17:47:17.724Z | Compiling uuid v1.11.0 |
1336 | 2024-11-27T17:47:17.857Z | Compiling pest_derive v2.7.14 |
1337 | 2024-11-27T17:47:17.975Z | Compiling serde_tokenstream v0.2.2 |
1338 | 2024-11-27T17:47:18.640Z | Compiling serde_spanned v0.6.8 |
1339 | 2024-11-27T17:47:18.729Z | Compiling dtrace-parser v0.2.0 |
1340 | 2024-11-27T17:47:18.874Z | Compiling toml_datetime v0.6.8 |
1341 | 2024-11-27T17:47:19.160Z | Compiling match_cfg v0.1.0 |
1342 | 2024-11-27T17:47:19.262Z | Compiling foreign-types-shared v0.1.1 |
1343 | 2024-11-27T17:47:19.471Z | Compiling adler2 v2.0.0 |
1344 | 2024-11-27T17:47:19.475Z | Compiling tower-service v0.3.3 |
1345 | 2024-11-27T17:47:19.475Z | Compiling iana-time-zone v0.1.61 |
1346 | 2024-11-27T17:47:19.533Z | Compiling base64 v0.22.1 |
1347 | 2024-11-27T17:47:19.594Z | Compiling openssl v0.10.66 |
1348 | 2024-11-27T17:47:19.936Z | Compiling rustversion v1.0.17 |
1349 | 2024-11-27T17:47:20.038Z | Compiling chrono v0.4.38 |
1350 | 2024-11-27T17:47:20.277Z | Compiling miniz_oxide v0.8.0 |
1351 | 2024-11-27T17:47:20.298Z | Compiling foreign-types v0.3.2 |
1352 | 2024-11-27T17:47:20.400Z | Compiling hostname v0.3.1 |
1353 | 2024-11-27T17:47:20.623Z | Compiling tokio-util v0.7.12 |
1354 | 2024-11-27T17:47:20.733Z | Compiling url v2.5.3 |
1355 | 2024-11-27T17:47:21.918Z | Compiling h2 v0.4.6 |
1356 | 2024-11-27T17:47:22.118Z | Compiling openssl-macros v0.1.1 |
1357 | 2024-11-27T17:47:22.297Z | Compiling dof v0.3.0 |
1358 | 2024-11-27T17:47:22.745Z | Compiling async-trait v0.1.83 |
1359 | 2024-11-27T17:47:22.905Z | Compiling dirs-sys-next v0.1.2 |
1360 | 2024-11-27T17:47:23.636Z | Compiling usdt-impl v0.5.0 |
1361 | 2024-11-27T17:47:23.852Z | Compiling native-tls v0.2.12 |
1362 | 2024-11-27T17:47:24.191Z | Compiling rustls v0.23.14 |
1363 | 2024-11-27T17:47:24.463Z | Compiling rustls v0.22.4 |
1364 | 2024-11-27T17:47:24.576Z | Compiling siphasher v0.3.11 |
1365 | 2024-11-27T17:47:24.721Z | Compiling syn v1.0.109 |
1366 | 2024-11-27T17:47:24.988Z | Compiling data-encoding v2.6.0 |
1367 | 2024-11-27T17:47:25.320Z | Compiling dirs-next v2.0.0 |
1368 | 2024-11-27T17:47:25.638Z | Compiling http-body-util v0.1.2 |
1369 | 2024-11-27T17:47:26.179Z | Compiling crossbeam-epoch v0.9.18 |
1370 | 2024-11-27T17:47:26.974Z | Compiling heapless v0.7.17 |
1371 | 2024-11-27T17:47:26.977Z | Compiling signature v2.2.0 |
1372 | 2024-11-27T17:47:27.087Z | Compiling sha1 v0.10.6 |
1373 | 2024-11-27T17:47:27.284Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1374 | 2024-11-27T17:47:27.365Z | Compiling serde_derive_internals v0.29.1 |
1375 | 2024-11-27T17:47:27.400Z | Compiling thread_local v1.1.8 |
1376 | 2024-11-27T17:47:27.516Z | Compiling cookie v0.18.1 |
1377 | 2024-11-27T17:47:27.798Z | Compiling multer v3.1.0 |
1378 | 2024-11-27T17:47:27.819Z | Compiling encoding_rs v0.8.34 |
1379 | 2024-11-27T17:47:27.955Z | Compiling schemars v0.8.21 |
1380 | 2024-11-27T17:47:27.976Z | Compiling slog-async v2.8.0 |
1381 | 2024-11-27T17:47:28.110Z | Compiling rayon-core v1.12.1 |
1382 | 2024-11-27T17:47:28.296Z | Compiling gimli v0.31.1 |
1383 | 2024-11-27T17:47:28.373Z | Compiling unicode-properties v0.1.3 |
1384 | 2024-11-27T17:47:28.505Z | Compiling signal-hook v0.3.17 |
1385 | 2024-11-27T17:47:28.758Z | Compiling ipnet v2.10.1 |
1386 | 2024-11-27T17:47:28.795Z | Compiling mime v0.3.17 |
1387 | 2024-11-27T17:47:29.411Z | Compiling hyper v1.5.0 |
1388 | 2024-11-27T17:47:30.052Z | Compiling openssl-probe v0.1.5 |
1389 | 2024-11-27T17:47:30.277Z | Compiling schemars_derive v0.8.21 |
1390 | 2024-11-27T17:47:30.424Z | Compiling toml_edit v0.22.22 |
1391 | 2024-11-27T17:47:32.356Z | Compiling hyper-util v0.1.10 |
1392 | 2024-11-27T17:47:33.281Z | Compiling addr2line v0.24.2 |
1393 | 2024-11-27T17:47:33.669Z | Compiling stringprep v0.1.5 |
1394 | 2024-11-27T17:47:33.964Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2024-11-27T17:47:33.985Z | Compiling usdt-macro v0.5.0 |
1396 | 2024-11-27T17:47:34.388Z | Compiling crossbeam-deque v0.8.5 |
1397 | 2024-11-27T17:47:34.709Z | Compiling term v0.7.0 |
1398 | 2024-11-27T17:47:35.360Z | Compiling slog-json v2.6.1 |
1399 | 2024-11-27T17:47:35.498Z | Compiling serde_urlencoded v0.7.1 |
1400 | 2024-11-27T17:47:35.538Z | Compiling crossbeam-channel v0.5.13 |
1401 | 2024-11-27T17:47:35.618Z | Compiling curve25519-dalek v4.1.3 |
1402 | 2024-11-27T17:47:35.715Z | Compiling futures-executor v0.3.31 |
1403 | 2024-11-27T17:47:36.045Z | Compiling enum-as-inner v0.6.1 |
1404 | 2024-11-27T17:47:36.213Z | Compiling md-5 v0.10.6 |
1405 | 2024-11-27T17:47:36.234Z | Compiling async-stream-impl v0.3.6 |
1406 | 2024-11-27T17:47:36.287Z | Compiling rustls-pemfile v2.2.0 |
1407 | 2024-11-27T17:47:36.478Z | Compiling num-integer v0.1.46 |
1408 | 2024-11-27T17:47:36.635Z | Compiling idna v0.3.0 |
1409 | 2024-11-27T17:47:36.691Z | Compiling idna v0.4.0 |
1410 | 2024-11-27T17:47:37.154Z | Compiling hash32 v0.2.1 |
1411 | 2024-11-27T17:47:37.275Z | Compiling ff v0.13.0 |
1412 | 2024-11-27T17:47:37.507Z | Compiling is-terminal v0.4.13 |
1413 | 2024-11-27T17:47:37.528Z | Compiling dropshot v0.12.0 |
1414 | 2024-11-27T17:47:37.601Z | Compiling object v0.36.5 |
1415 | 2024-11-27T17:47:37.640Z | Compiling fallible-iterator v0.2.0 |
1416 | 2024-11-27T17:47:37.804Z | Compiling psl-types v2.0.11 |
1417 | 2024-11-27T17:47:38.054Z | Compiling anyhow v1.0.93 |
1418 | 2024-11-27T17:47:38.393Z | Compiling portable-atomic v1.9.0 |
1419 | 2024-11-27T17:47:38.415Z | Compiling smoltcp v0.9.1 |
1420 | 2024-11-27T17:47:38.435Z | Compiling utf-8 v0.7.6 |
1421 | 2024-11-27T17:47:38.711Z | Compiling linked-hash-map v0.5.6 |
1422 | 2024-11-27T17:47:38.783Z | Compiling quick-error v1.2.3 |
1423 | 2024-11-27T17:47:38.941Z | Compiling num-bigint-dig v0.8.4 |
1424 | 2024-11-27T17:47:38.962Z | Compiling base16ct v0.2.0 |
1425 | 2024-11-27T17:47:39.078Z | Compiling dyn-clone v1.0.17 |
1426 | 2024-11-27T17:47:39.140Z | Compiling take_mut v0.2.2 |
1427 | 2024-11-27T17:47:39.238Z | Compiling rustc-demangle v0.1.24 |
1428 | 2024-11-27T17:47:39.330Z | Compiling sec1 v0.7.3 |
1429 | 2024-11-27T17:47:39.519Z | Compiling lru-cache v0.1.2 |
1430 | 2024-11-27T17:47:39.725Z | Compiling resolv-conf v0.7.0 |
1431 | 2024-11-27T17:47:40.259Z | Compiling tungstenite v0.24.0 |
1432 | 2024-11-27T17:47:40.281Z | Compiling postgres-protocol v0.6.7 |
1433 | 2024-11-27T17:47:40.526Z | Compiling publicsuffix v2.2.3 |
1434 | 2024-11-27T17:47:40.620Z | Compiling slog-term v2.9.1 |
1435 | 2024-11-27T17:47:40.799Z | Compiling async-stream v0.3.6 |
1436 | 2024-11-27T17:47:41.118Z | Compiling hickory-proto v0.24.1 |
1437 | 2024-11-27T17:47:41.678Z | Compiling usdt v0.5.0 |
1438 | 2024-11-27T17:47:41.931Z | Compiling group v0.13.0 |
1439 | 2024-11-27T17:47:42.248Z | Compiling num-iter v0.1.45 |
1440 | 2024-11-27T17:47:42.568Z | Compiling futures v0.3.31 |
1441 | 2024-11-27T17:47:42.668Z | Compiling slog-bunyan v2.5.0 |
1442 | 2024-11-27T17:47:43.513Z | Compiling camino v1.1.9 |
1443 | 2024-11-27T17:47:44.060Z | Compiling toml v0.8.19 |
1444 | 2024-11-27T17:47:44.502Z | Compiling tokio-native-tls v0.3.1 |
1445 | 2024-11-27T17:47:44.712Z | Compiling phf_shared v0.11.2 |
1446 | 2024-11-27T17:47:44.801Z | Compiling dropshot_endpoint v0.12.0 |
1447 | 2024-11-27T17:47:45.108Z | Compiling terminal_size v0.4.0 |
1448 | 2024-11-27T17:47:45.263Z | Compiling backtrace v0.3.74 |
1449 | 2024-11-27T17:47:45.328Z | Compiling waitgroup v0.1.2 |
1450 | 2024-11-27T17:47:45.554Z | Compiling openapiv3 v2.0.0 |
1451 | 2024-11-27T17:47:45.848Z | Compiling serde_path_to_error v0.1.16 |
1452 | 2024-11-27T17:47:45.983Z | Compiling hkdf v0.12.4 |
1453 | 2024-11-27T17:47:46.241Z | Compiling crypto-bigint v0.5.5 |
1454 | 2024-11-27T17:47:46.716Z | Compiling curve25519-dalek-derive v0.1.1 |
1455 | 2024-11-27T17:47:48.362Z | Compiling zerocopy-derive v0.6.6 |
1456 | 2024-11-27T17:47:49.069Z | Compiling webpki-roots v0.26.6 |
1457 | 2024-11-27T17:47:49.288Z | Compiling idna v0.5.0 |
1458 | 2024-11-27T17:47:49.509Z | Compiling hubpack_derive v0.1.1 |
1459 | 2024-11-27T17:47:49.580Z | Compiling hostname v0.4.0 |
1460 | 2024-11-27T17:47:49.836Z | Compiling ahash v0.8.11 |
1461 | 2024-11-27T17:47:50.147Z | Compiling fs-err v2.11.0 |
1462 | 2024-11-27T17:47:50.178Z | Compiling crc32fast v1.4.2 |
1463 | 2024-11-27T17:47:50.432Z | Compiling bitflags v1.3.2 |
1464 | 2024-11-27T17:47:50.451Z | Compiling debug-ignore v1.0.5 |
1465 | 2024-11-27T17:47:50.530Z | Compiling winnow v0.5.40 |
1466 | 2024-11-27T17:47:50.550Z | Compiling managed v0.8.0 |
1467 | 2024-11-27T17:47:50.592Z | Compiling console v0.15.8 |
1468 | 2024-11-27T17:47:50.673Z | Compiling zerocopy v0.6.6 |
1469 | 2024-11-27T17:47:50.986Z | Compiling clap_builder v4.5.21 |
1470 | 2024-11-27T17:47:51.566Z | Compiling hubpack v0.1.2 |
1471 | 2024-11-27T17:47:51.807Z | Compiling strum_macros v0.25.3 |
1472 | 2024-11-27T17:47:52.199Z | Compiling flate2 v1.0.34 |
1473 | 2024-11-27T17:47:52.324Z | Compiling cookie_store v0.21.0 |
1474 | 2024-11-27T17:47:52.565Z | Compiling elliptic-curve v0.13.8 |
1475 | 2024-11-27T17:47:53.284Z | Compiling hickory-resolver v0.24.1 |
1476 | 2024-11-27T17:47:54.016Z | Compiling toml_edit v0.19.15 |
1477 | 2024-11-27T17:47:54.391Z | Compiling phf v0.11.2 |
1478 | 2024-11-27T17:47:54.413Z | Compiling hyper-tls v0.6.0 |
1479 | 2024-11-27T17:47:54.700Z | Compiling signal-hook-mio v0.2.4 |
1480 | 2024-11-27T17:47:54.847Z | Compiling rayon v1.10.0 |
1481 | 2024-11-27T17:47:54.867Z | Compiling bzip2 v0.4.4 |
1482 | 2024-11-27T17:47:56.100Z | Compiling tokio-tungstenite v0.24.0 |
1483 | 2024-11-27T17:47:56.662Z | Compiling postgres-types v0.2.8 |
1484 | 2024-11-27T17:47:59.694Z | Compiling ed25519 v2.2.3 |
1485 | 2024-11-27T17:47:59.717Z | Compiling phf_shared v0.10.0 |
1486 | 2024-11-27T17:48:00.143Z | Compiling tokio-stream v0.1.16 |
1487 | 2024-11-27T17:48:00.351Z | Compiling pkcs1 v0.7.5 |
1488 | 2024-11-27T17:48:00.657Z | Compiling serde-big-array v0.5.1 |
1489 | 2024-11-27T17:48:00.897Z | Compiling clap_derive v4.5.18 |
1490 | 2024-11-27T17:48:01.228Z | Compiling rfc6979 v0.4.0 |
1491 | 2024-11-27T17:48:01.396Z | Compiling serde_repr v0.1.19 |
1492 | 2024-11-27T17:48:01.422Z | Compiling derive-where v1.2.7 |
1493 | 2024-11-27T17:48:01.477Z | Compiling float-cmp v0.9.0 |
1494 | 2024-11-27T17:48:01.571Z | Compiling bstr v1.10.0 |
1495 | 2024-11-27T17:48:01.709Z | Compiling sync_wrapper v1.0.1 |
1496 | 2024-11-27T17:48:01.871Z | Compiling predicates-core v1.0.8 |
1497 | 2024-11-27T17:48:02.234Z | Compiling bit-vec v0.6.3 |
1498 | 2024-11-27T17:48:02.323Z | Compiling difflib v0.4.0 |
1499 | 2024-11-27T17:48:02.615Z | Compiling unicode-width v0.2.0 |
1500 | 2024-11-27T17:48:02.710Z | Compiling normalize-line-endings v0.3.0 |
1501 | 2024-11-27T17:48:02.840Z | Compiling new_debug_unreachable v1.0.6 |
1502 | 2024-11-27T17:48:02.942Z | Compiling unicode-segmentation v1.12.0 |
1503 | 2024-11-27T17:48:03.189Z | Compiling precomputed-hash v0.1.1 |
1504 | 2024-11-27T17:48:03.312Z | Compiling whoami v1.5.2 |
1505 | 2024-11-27T17:48:03.475Z | Compiling number_prefix v0.4.0 |
1506 | 2024-11-27T17:48:03.712Z | Compiling static_assertions v1.1.0 |
1507 | 2024-11-27T17:48:03.820Z | Compiling fixedbitset v0.4.2 |
1508 | 2024-11-27T17:48:03.841Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1509 | 2024-11-27T17:48:03.971Z | Compiling tokio-postgres v0.7.12 |
1510 | 2024-11-27T17:48:04.032Z | Compiling indicatif v0.17.9 |
1511 | 2024-11-27T17:48:04.313Z | Compiling petgraph v0.6.5 |
1512 | 2024-11-27T17:48:05.027Z | Compiling similar v2.6.0 |
1513 | 2024-11-27T17:48:06.202Z | Compiling clap v4.5.21 |
1514 | 2024-11-27T17:48:06.335Z | Compiling string_cache v0.8.7 |
1515 | 2024-11-27T17:48:06.364Z | Compiling predicates v3.1.2 |
1516 | 2024-11-27T17:48:06.826Z | Compiling bit-set v0.5.3 |
1517 | 2024-11-27T17:48:07.136Z | Compiling ecdsa v0.16.9 |
1518 | 2024-11-27T17:48:07.531Z | Compiling rsa v0.9.6 |
1519 | 2024-11-27T17:48:08.056Z | Compiling ed25519-dalek v2.1.1 |
1520 | 2024-11-27T17:48:08.249Z | Compiling toml v0.7.8 |
1521 | 2024-11-27T17:48:08.491Z | Compiling zip v0.6.6 |
1522 | 2024-11-27T17:48:09.418Z | Compiling crossterm v0.28.1 |
1523 | 2024-11-27T17:48:10.102Z | Compiling hex v0.4.3 |
1524 | 2024-11-27T17:48:10.183Z | Compiling x509-cert v0.2.5 |
1525 | 2024-11-27T17:48:10.613Z | Compiling itertools v0.10.5 |
1526 | 2024-11-27T17:48:10.722Z | Compiling peg-runtime v0.8.3 |
1527 | 2024-11-27T17:48:10.932Z | Compiling lalrpop-util v0.19.12 |
1528 | 2024-11-27T17:48:10.998Z | Compiling unicode-xid v0.2.6 |
1529 | 2024-11-27T17:48:11.181Z | Compiling strum_macros v0.26.4 |
1530 | 2024-11-27T17:48:11.315Z | Compiling xattr v1.3.1 |
1531 | 2024-11-27T17:48:11.446Z | Compiling filetime v0.2.25 |
1532 | 2024-11-27T17:48:11.768Z | Compiling tar v0.4.42 |
1533 | 2024-11-27T17:48:16.109Z | Compiling strum v0.26.3 |
1534 | 2024-11-27T17:48:19.138Z | Compiling aws-lc-sys v0.22.0 |
1535 | 2024-11-27T17:48:51.536Z | Compiling rustls-webpki v0.102.8 |
1536 | 2024-11-27T17:48:54.968Z | Compiling tokio-rustls v0.25.0 |
1537 | 2024-11-27T17:48:57.432Z | Compiling tokio-rustls v0.26.0 |
1538 | 2024-11-27T17:48:57.804Z | Compiling hyper-rustls v0.27.3 |
1539 | 2024-11-27T17:48:58.122Z | Compiling reqwest v0.12.9 |
1540 | 2024-11-27T17:48:58.558Z | Compiling qorb v0.2.0 |
1541 | 2024-11-27T17:49:03.989Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1542 | 2024-11-27T17:49:04.228Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1543 | 2024-11-27T17:49:10.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1544 | 2024-11-27T17:49:10.261Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1545 | 2024-11-27T17:49:10.319Z | Nov 27 17:49:10.057 INFO Starting download, target: Clickhouse |
1546 | 2024-11-27T17:49:10.319Z | Nov 27 17:49:10.057 INFO Starting download, target: Cockroach |
1547 | 2024-11-27T17:49:10.319Z | Nov 27 17:49:10.057 INFO Starting download, target: Console |
1548 | 2024-11-27T17:49:10.319Z | Nov 27 17:49:10.057 INFO Starting download, target: DendriteOpenapi |
1549 | 2024-11-27T17:49:10.319Z | Nov 27 17:49:10.057 INFO Starting download, target: DendriteStub |
1550 | 2024-11-27T17:49:10.322Z | Nov 27 17:49:10.057 INFO Starting download, target: MaghemiteMgd |
1551 | 2024-11-27T17:49:10.322Z | Nov 27 17:49:10.057 INFO Starting download, target: TransceiverControl |
1552 | 2024-11-27T17:49:10.322Z | Nov 27 17:49:10.058 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1553 | 2024-11-27T17:49:10.322Z | Nov 27 17:49:10.058 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1554 | 2024-11-27T17:49:10.322Z | Nov 27 17:49:10.058 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1555 | 2024-11-27T17:49:10.322Z | Nov 27 17:49:10.058 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1556 | 2024-11-27T17:49:10.322Z | Nov 27 17:49:10.058 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1557 | 2024-11-27T17:49:10.322Z | Nov 27 17:49:10.058 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1558 | 2024-11-27T17:49:10.322Z | Nov 27 17:49:10.058 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1559 | 2024-11-27T17:49:10.452Z | Nov 27 17:49:10.184 INFO Download complete, target: DendriteOpenapi |
1560 | 2024-11-27T17:49:10.712Z | Nov 27 17:49:10.414 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1561 | 2024-11-27T17:49:10.967Z | Nov 27 17:49:10.679 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1562 | 2024-11-27T17:49:11.268Z | Nov 27 17:49:10.999 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1563 | 2024-11-27T17:49:11.291Z | Nov 27 17:49:11.000 INFO Download complete, target: Console |
1564 | 2024-11-27T17:49:11.393Z | Nov 27 17:49:11.117 INFO Download complete, target: TransceiverControl |
1565 | 2024-11-27T17:49:11.472Z | Nov 27 17:49:11.210 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1566 | 2024-11-27T17:49:11.685Z | Nov 27 17:49:11.424 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1567 | 2024-11-27T17:49:11.685Z | Nov 27 17:49:11.424 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1568 | 2024-11-27T17:49:12.521Z | Nov 27 17:49:12.261 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1569 | 2024-11-27T17:49:14.109Z | Nov 27 17:49:13.849 INFO Download complete, target: MaghemiteMgd |
1570 | 2024-11-27T17:49:14.109Z | Nov 27 17:49:13.849 INFO Download complete, target: DendriteStub |
1571 | 2024-11-27T17:49:18.889Z | Nov 27 17:49:18.632 INFO Checking that binary works, target: Cockroach |
1572 | 2024-11-27T17:49:19.055Z | Nov 27 17:49:18.798 INFO Download complete, target: Cockroach |
1573 | 2024-11-27T17:49:24.325Z | Nov 27 17:49:24.071 INFO Checking that binary works, target: Clickhouse |
1574 | 2024-11-27T17:49:24.755Z | Nov 27 17:49:24.501 INFO Download complete, target: Clickhouse |
1575 | 2024-11-27T17:49:24.830Z | All builder prerequisites installed successfully, and PATH looks valid |
1576 | 2024-11-27T17:49:24.833Z | |
1577 | 2024-11-27T17:49:24.833Z | real 5:37.614297416 |
1578 | 2024-11-27T17:49:24.833Z | user 16:38.561796814 |
1579 | 2024-11-27T17:49:24.833Z | sys 3:16.377860301 |
1580 | 2024-11-27T17:49:24.833Z | trap 0.559348419 |
1581 | 2024-11-27T17:49:24.833Z | tflt 5.351479558 |
1582 | 2024-11-27T17:49:24.833Z | dflt 4.738143376 |
1583 | 2024-11-27T17:49:24.833Z | kflt 0.412782597 |
1584 | 2024-11-27T17:49:24.833Z | lock 30:28.131350212 |
1585 | 2024-11-27T17:49:24.833Z | slp 1:04:04.460315213 |
1586 | 2024-11-27T17:49:24.833Z | lat 56.785766388 |
1587 | 2024-11-27T17:49:24.833Z | stop 2:22.073410387 |
1588 | 2024-11-27T17:49:24.833Z | + banner hack-check |
1589 | 2024-11-27T17:49:24.836Z | |
1590 | 2024-11-27T17:49:24.836Z | # # ## #### # # #### # # ###### #### # # |
1591 | 2024-11-27T17:49:24.836Z | # # # # # # # # # # # # # # # # # |
1592 | 2024-11-27T17:49:24.836Z | ###### # # # #### ##### # ###### ##### # #### |
1593 | 2024-11-27T17:49:24.836Z | # # ###### # # # # # # # # # # |
1594 | 2024-11-27T17:49:24.836Z | # # # # # # # # # # # # # # # # # |
1595 | 2024-11-27T17:49:24.836Z | # # # # #### # # #### # # ###### #### # # |
1596 | 2024-11-27T17:49:24.836Z | |
1597 | 2024-11-27T17:49:24.836Z | + export CARGO_INCREMENTAL=0 |
1598 | 2024-11-27T17:49:24.836Z | + CARGO_INCREMENTAL=0 |
1599 | 2024-11-27T17:49:24.836Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1600 | 2024-11-27T17:49:25.365Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1601 | 2024-11-27T17:49:28.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
1602 | 2024-11-27T17:49:28.930Z | Running `target/debug/xtask check-features --ci` |
1603 | 2024-11-27T17:49:28.950Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1604 | 2024-11-27T17:49:28.951Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1605 | 2024-11-27T17:49:29.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1606 | 2024-11-27T17:49:29.433Z | Running `target/debug/xtask download cargo-hack` |
1607 | 2024-11-27T17:49:30.260Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1608 | 2024-11-27T17:49:30.627Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1609 | 2024-11-27T17:49:35.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s |
1610 | 2024-11-27T17:49:35.926Z | Running `target/debug/xtask-downloader cargo-hack` |
1611 | 2024-11-27T17:49:35.964Z | Nov 27 17:49:35.716 INFO Starting download, target: CargoHack |
1612 | 2024-11-27T17:49:35.966Z | Nov 27 17:49:35.717 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1613 | 2024-11-27T17:49:36.615Z | Nov 27 17:49:36.368 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1614 | 2024-11-27T17:49:36.700Z | Nov 27 17:49:36.453 INFO Download complete, target: CargoHack |
1615 | 2024-11-27T17:49:36.704Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1616 | 2024-11-27T17:49:36.720Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1617 | 2024-11-27T17:49:36.886Z | info: running `cargo check --bins` on api_identity (1/173) |
1618 | 2024-11-27T17:49:37.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-11-27T17:49:37.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-11-27T17:49:37.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-11-27T17:49:37.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1622 | 2024-11-27T17:49:37.490Z | |
1623 | 2024-11-27T17:49:37.490Z | info: running `cargo check --bins` on bootstore (2/173) |
1624 | 2024-11-27T17:49:38.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-11-27T17:49:38.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-11-27T17:49:38.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2024-11-27T17:49:38.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1628 | 2024-11-27T17:49:38.129Z | |
1629 | 2024-11-27T17:49:38.129Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1630 | 2024-11-27T17:49:38.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-11-27T17:49:38.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-11-27T17:49:38.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-11-27T17:49:38.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1634 | 2024-11-27T17:49:38.774Z | |
1635 | 2024-11-27T17:49:38.774Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1636 | 2024-11-27T17:49:39.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-11-27T17:49:39.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-11-27T17:49:39.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-11-27T17:49:39.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1640 | 2024-11-27T17:49:39.408Z | |
1641 | 2024-11-27T17:49:39.408Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1642 | 2024-11-27T17:49:39.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2024-11-27T17:49:39.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2024-11-27T17:49:39.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2024-11-27T17:49:39.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1646 | 2024-11-27T17:49:39.820Z | |
1647 | 2024-11-27T17:49:39.820Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1648 | 2024-11-27T17:49:40.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2024-11-27T17:49:40.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2024-11-27T17:49:40.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2024-11-27T17:49:40.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1652 | 2024-11-27T17:49:40.246Z | |
1653 | 2024-11-27T17:49:40.246Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1654 | 2024-11-27T17:49:40.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-11-27T17:49:40.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-11-27T17:49:40.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-11-27T17:49:40.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1658 | 2024-11-27T17:49:40.660Z | |
1659 | 2024-11-27T17:49:40.660Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1660 | 2024-11-27T17:49:41.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2024-11-27T17:49:41.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2024-11-27T17:49:41.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2024-11-27T17:49:41.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1664 | 2024-11-27T17:49:41.079Z | |
1665 | 2024-11-27T17:49:41.079Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1666 | 2024-11-27T17:49:41.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2024-11-27T17:49:41.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2024-11-27T17:49:41.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2024-11-27T17:49:41.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1670 | 2024-11-27T17:49:41.506Z | |
1671 | 2024-11-27T17:49:41.506Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1672 | 2024-11-27T17:49:41.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2024-11-27T17:49:41.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2024-11-27T17:49:41.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2024-11-27T17:49:41.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1676 | 2024-11-27T17:49:41.923Z | |
1677 | 2024-11-27T17:49:41.923Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1678 | 2024-11-27T17:49:42.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-11-27T17:49:42.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-11-27T17:49:42.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-11-27T17:49:42.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1682 | 2024-11-27T17:49:42.345Z | |
1683 | 2024-11-27T17:49:42.345Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1684 | 2024-11-27T17:49:42.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-11-27T17:49:42.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-11-27T17:49:42.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2024-11-27T17:49:42.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1688 | 2024-11-27T17:49:42.771Z | |
1689 | 2024-11-27T17:49:42.771Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1690 | 2024-11-27T17:49:43.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2024-11-27T17:49:43.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2024-11-27T17:49:43.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2024-11-27T17:49:43.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1694 | 2024-11-27T17:49:43.191Z | |
1695 | 2024-11-27T17:49:43.191Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1696 | 2024-11-27T17:49:43.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2024-11-27T17:49:43.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2024-11-27T17:49:43.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2024-11-27T17:49:43.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1700 | 2024-11-27T17:49:43.604Z | |
1701 | 2024-11-27T17:49:43.604Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1702 | 2024-11-27T17:49:43.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2024-11-27T17:49:43.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2024-11-27T17:49:43.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2024-11-27T17:49:43.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1706 | 2024-11-27T17:49:44.021Z | |
1707 | 2024-11-27T17:49:44.021Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1708 | 2024-11-27T17:49:44.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2024-11-27T17:49:44.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2024-11-27T17:49:44.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2024-11-27T17:49:44.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1712 | 2024-11-27T17:49:44.435Z | |
1713 | 2024-11-27T17:49:44.435Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1714 | 2024-11-27T17:49:44.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2024-11-27T17:49:44.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2024-11-27T17:49:44.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2024-11-27T17:49:44.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1718 | 2024-11-27T17:49:44.861Z | |
1719 | 2024-11-27T17:49:44.861Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1720 | 2024-11-27T17:49:45.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2024-11-27T17:49:45.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2024-11-27T17:49:45.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2024-11-27T17:49:45.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1724 | 2024-11-27T17:49:45.282Z | |
1725 | 2024-11-27T17:49:45.282Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1726 | 2024-11-27T17:49:45.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2024-11-27T17:49:45.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2024-11-27T17:49:45.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2024-11-27T17:49:45.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1730 | 2024-11-27T17:49:45.703Z | |
1731 | 2024-11-27T17:49:45.703Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1732 | 2024-11-27T17:49:46.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2024-11-27T17:49:46.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2024-11-27T17:49:46.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2024-11-27T17:49:46.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1736 | 2024-11-27T17:49:46.121Z | |
1737 | 2024-11-27T17:49:46.121Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1738 | 2024-11-27T17:49:46.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2024-11-27T17:49:46.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2024-11-27T17:49:46.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2024-11-27T17:49:46.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1742 | 2024-11-27T17:49:46.537Z | |
1743 | 2024-11-27T17:49:46.537Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1744 | 2024-11-27T17:49:46.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2024-11-27T17:49:46.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2024-11-27T17:49:46.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2024-11-27T17:49:46.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1748 | 2024-11-27T17:49:46.968Z | |
1749 | 2024-11-27T17:49:46.968Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1750 | 2024-11-27T17:49:47.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2024-11-27T17:49:47.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2024-11-27T17:49:47.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2024-11-27T17:49:47.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1754 | 2024-11-27T17:49:47.398Z | |
1755 | 2024-11-27T17:49:47.398Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1756 | 2024-11-27T17:49:47.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2024-11-27T17:49:47.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2024-11-27T17:49:47.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2024-11-27T17:49:47.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1760 | 2024-11-27T17:49:47.822Z | |
1761 | 2024-11-27T17:49:47.822Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1762 | 2024-11-27T17:49:48.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2024-11-27T17:49:48.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2024-11-27T17:49:48.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2024-11-27T17:49:48.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1766 | 2024-11-27T17:49:48.464Z | |
1767 | 2024-11-27T17:49:48.464Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1768 | 2024-11-27T17:49:49.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2024-11-27T17:49:49.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2024-11-27T17:49:49.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2024-11-27T17:49:49.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1772 | 2024-11-27T17:49:49.104Z | |
1773 | 2024-11-27T17:49:49.104Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1774 | 2024-11-27T17:49:49.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2024-11-27T17:49:49.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2024-11-27T17:49:49.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2024-11-27T17:49:49.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1778 | 2024-11-27T17:49:49.747Z | |
1779 | 2024-11-27T17:49:49.747Z | info: running `cargo check --bins` on oxlog (28/173) |
1780 | 2024-11-27T17:49:50.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2024-11-27T17:49:50.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2024-11-27T17:49:50.373Z | Checking cfg-if v1.0.0 |
1783 | 2024-11-27T17:49:50.377Z | Checking libc v0.2.162 |
1784 | 2024-11-27T17:49:50.478Z | Checking serde v1.0.215 |
1785 | 2024-11-27T17:49:50.481Z | Checking zeroize v1.8.1 |
1786 | 2024-11-27T17:49:50.494Z | Checking memchr v2.7.4 |
1787 | 2024-11-27T17:49:50.498Z | Checking typenum v1.17.0 |
1788 | 2024-11-27T17:49:50.514Z | Checking scopeguard v1.2.0 |
1789 | 2024-11-27T17:49:50.517Z | Checking subtle v2.6.1 |
1790 | 2024-11-27T17:49:50.540Z | Checking value-bag v1.9.0 |
1791 | 2024-11-27T17:49:50.647Z | Checking lock_api v0.4.12 |
1792 | 2024-11-27T17:49:50.723Z | Checking itoa v1.0.11 |
1793 | 2024-11-27T17:49:50.779Z | Checking const-oid v0.9.6 |
1794 | 2024-11-27T17:49:50.923Z | Checking log v0.4.22 |
1795 | 2024-11-27T17:49:50.929Z | Checking smallvec v1.13.2 |
1796 | 2024-11-27T17:49:51.052Z | Checking pin-project-lite v0.2.14 |
1797 | 2024-11-27T17:49:51.171Z | Checking byteorder v1.5.0 |
1798 | 2024-11-27T17:49:51.323Z | Checking futures-core v0.3.31 |
1799 | 2024-11-27T17:49:51.376Z | Checking once_cell v1.20.2 |
1800 | 2024-11-27T17:49:51.475Z | Checking cpufeatures v0.2.14 |
1801 | 2024-11-27T17:49:51.508Z | Checking futures-sink v0.3.31 |
1802 | 2024-11-27T17:49:51.564Z | Checking stable_deref_trait v1.2.0 |
1803 | 2024-11-27T17:49:51.583Z | Checking spin v0.9.8 |
1804 | 2024-11-27T17:49:51.651Z | Checking zerocopy v0.7.35 |
1805 | 2024-11-27T17:49:51.668Z | Checking zerofrom v0.1.4 |
1806 | 2024-11-27T17:49:51.682Z | Checking getrandom v0.2.15 |
1807 | 2024-11-27T17:49:51.682Z | Checking parking_lot_core v0.9.10 |
1808 | 2024-11-27T17:49:51.801Z | Checking generic-array v0.14.7 |
1809 | 2024-11-27T17:49:51.872Z | Checking signal-hook-registry v1.4.2 |
1810 | 2024-11-27T17:49:51.903Z | Checking rand_core v0.6.4 |
1811 | 2024-11-27T17:49:51.932Z | Checking mio v1.0.2 |
1812 | 2024-11-27T17:49:52.005Z | Checking parking_lot v0.12.3 |
1813 | 2024-11-27T17:49:52.133Z | Checking socket2 v0.5.7 |
1814 | 2024-11-27T17:49:52.197Z | Checking slab v0.4.9 |
1815 | 2024-11-27T17:49:52.369Z | Checking yoke v0.7.4 |
1816 | 2024-11-27T17:49:52.457Z | Checking futures-channel v0.3.31 |
1817 | 2024-11-27T17:49:52.528Z | Checking foldhash v0.1.3 |
1818 | 2024-11-27T17:49:52.614Z | Checking futures-io v0.3.31 |
1819 | 2024-11-27T17:49:52.617Z | Checking pin-utils v0.1.0 |
1820 | 2024-11-27T17:49:52.705Z | Checking allocator-api2 v0.2.18 |
1821 | 2024-11-27T17:49:52.720Z | Checking equivalent v1.0.1 |
1822 | 2024-11-27T17:49:52.734Z | Checking futures-task v0.3.31 |
1823 | 2024-11-27T17:49:52.788Z | Checking zerovec v0.10.4 |
1824 | 2024-11-27T17:49:52.818Z | Checking ryu v1.0.18 |
1825 | 2024-11-27T17:49:52.831Z | Checking tinyvec_macros v0.1.1 |
1826 | 2024-11-27T17:49:52.910Z | Checking tinyvec v1.8.0 |
1827 | 2024-11-27T17:49:52.937Z | Checking crypto-common v0.1.6 |
1828 | 2024-11-27T17:49:52.952Z | Checking block-buffer v0.10.4 |
1829 | 2024-11-27T17:49:53.043Z | Checking futures-util v0.3.31 |
1830 | 2024-11-27T17:49:53.058Z | Checking block-padding v0.3.3 |
1831 | 2024-11-27T17:49:53.107Z | Checking fnv v1.0.7 |
1832 | 2024-11-27T17:49:53.157Z | Checking digest v0.10.7 |
1833 | 2024-11-27T17:49:53.231Z | Checking libm v0.2.8 |
1834 | 2024-11-27T17:49:53.252Z | Checking inout v0.1.3 |
1835 | 2024-11-27T17:49:53.334Z | Checking hashbrown v0.15.0 |
1836 | 2024-11-27T17:49:53.491Z | Checking cipher v0.4.4 |
1837 | 2024-11-27T17:49:53.566Z | Checking hmac v0.12.1 |
1838 | 2024-11-27T17:49:53.791Z | Checking sha2 v0.10.8 |
1839 | 2024-11-27T17:49:53.862Z | Checking writeable v0.5.5 |
1840 | 2024-11-27T17:49:54.165Z | Checking litemap v0.7.3 |
1841 | 2024-11-27T17:49:54.185Z | Checking base64ct v1.6.0 |
1842 | 2024-11-27T17:49:54.231Z | Checking unicode-normalization v0.1.24 |
1843 | 2024-11-27T17:49:54.386Z | Checking unicode-bidi v0.3.17 |
1844 | 2024-11-27T17:49:54.461Z | Checking tinystr v0.7.6 |
1845 | 2024-11-27T17:49:54.493Z | Checking num-traits v0.2.19 |
1846 | 2024-11-27T17:49:54.512Z | Checking ppv-lite86 v0.2.20 |
1847 | 2024-11-27T17:49:54.636Z | Checking pem-rfc7468 v0.7.0 |
1848 | 2024-11-27T17:49:54.838Z | Checking icu_locid v1.5.0 |
1849 | 2024-11-27T17:49:54.894Z | Checking flagset v0.4.6 |
1850 | 2024-11-27T17:49:55.044Z | Checking tracing-core v0.1.32 |
1851 | 2024-11-27T17:49:55.076Z | Checking der v0.7.9 |
1852 | 2024-11-27T17:49:55.134Z | Checking thiserror v1.0.69 |
1853 | 2024-11-27T17:49:55.260Z | Checking rustls-pki-types v1.9.0 |
1854 | 2024-11-27T17:49:55.272Z | Checking rand_chacha v0.3.1 |
1855 | 2024-11-27T17:49:55.566Z | Checking bytes v1.8.0 |
1856 | 2024-11-27T17:49:55.677Z | Checking indexmap v2.6.0 |
1857 | 2024-11-27T17:49:55.721Z | Checking serde_json v1.0.132 |
1858 | 2024-11-27T17:49:55.845Z | Checking bitflags v2.6.0 |
1859 | 2024-11-27T17:49:55.881Z | Checking icu_provider v1.5.0 |
1860 | 2024-11-27T17:49:56.133Z | Checking percent-encoding v2.3.1 |
1861 | 2024-11-27T17:49:56.247Z | Checking icu_locid_transform_data v1.5.0 |
1862 | 2024-11-27T17:49:56.347Z | Checking tracing v0.1.40 |
1863 | 2024-11-27T17:49:56.362Z | Checking rand v0.8.5 |
1864 | 2024-11-27T17:49:56.378Z | Checking tokio v1.40.0 |
1865 | 2024-11-27T17:49:56.559Z | Checking http v1.1.0 |
1866 | 2024-11-27T17:49:56.691Z | Checking icu_locid_transform v1.5.0 |
1867 | 2024-11-27T17:49:56.956Z | Checking icu_collections v1.5.0 |
1868 | 2024-11-27T17:49:56.978Z | Checking spki v0.7.3 |
1869 | 2024-11-27T17:49:57.281Z | Checking salsa20 v0.10.2 |
1870 | 2024-11-27T17:49:57.445Z | Checking pbkdf2 v0.12.2 |
1871 | 2024-11-27T17:49:57.482Z | Checking aws-lc-sys v0.22.0 |
1872 | 2024-11-27T17:49:57.603Z | Checking httparse v1.9.5 |
1873 | 2024-11-27T17:49:57.622Z | Checking powerfmt v0.2.0 |
1874 | 2024-11-27T17:49:57.665Z | Checking untrusted v0.7.1 |
1875 | 2024-11-27T17:49:57.685Z | Checking untrusted v0.9.0 |
1876 | 2024-11-27T17:49:57.823Z | Checking icu_properties_data v1.5.0 |
1877 | 2024-11-27T17:49:57.838Z | Checking mirai-annotations v1.12.0 |
1878 | 2024-11-27T17:49:57.873Z | Checking deranged v0.3.11 |
1879 | 2024-11-27T17:49:57.984Z | Checking ring v0.17.8 |
1880 | 2024-11-27T17:49:58.002Z | Checking scrypt v0.11.0 |
1881 | 2024-11-27T17:49:58.017Z | Checking cbc v0.1.2 |
1882 | 2024-11-27T17:49:58.071Z | Checking icu_properties v1.5.1 |
1883 | 2024-11-27T17:49:58.172Z | Checking aes v0.8.4 |
1884 | 2024-11-27T17:49:58.214Z | Checking crossbeam-utils v0.8.20 |
1885 | 2024-11-27T17:49:58.218Z | Checking time-core v0.1.2 |
1886 | 2024-11-27T17:49:58.383Z | Checking utf8_iter v1.0.4 |
1887 | 2024-11-27T17:49:58.592Z | Checking atomic-waker v1.1.2 |
1888 | 2024-11-27T17:49:58.730Z | Checking num-conv v0.1.0 |
1889 | 2024-11-27T17:49:58.969Z | Checking write16 v1.0.0 |
1890 | 2024-11-27T17:49:58.983Z | Checking num_threads v0.1.7 |
1891 | 2024-11-27T17:49:59.082Z | Checking utf16_iter v1.0.5 |
1892 | 2024-11-27T17:49:59.095Z | Checking icu_normalizer_data v1.5.0 |
1893 | 2024-11-27T17:49:59.111Z | Checking pkcs5 v0.7.1 |
1894 | 2024-11-27T17:49:59.186Z | Checking http-body v1.0.1 |
1895 | 2024-11-27T17:49:59.251Z | Checking form_urlencoded v1.2.1 |
1896 | 2024-11-27T17:49:59.380Z | Checking try-lock v0.2.5 |
1897 | 2024-11-27T17:49:59.457Z | Checking httpdate v1.0.3 |
1898 | 2024-11-27T17:49:59.516Z | Checking want v0.3.1 |
1899 | 2024-11-27T17:49:59.597Z | Checking pkcs8 v0.10.2 |
1900 | 2024-11-27T17:49:59.696Z | Checking unicode-ident v1.0.13 |
1901 | 2024-11-27T17:49:59.709Z | Checking time v0.3.36 |
1902 | 2024-11-27T17:49:59.712Z | Checking toml_datetime v0.6.8 |
1903 | 2024-11-27T17:49:59.850Z | Checking proc-macro2 v1.0.89 |
1904 | 2024-11-27T17:49:59.912Z | Checking uuid v1.11.0 |
1905 | 2024-11-27T17:49:59.926Z | Checking serde_spanned v0.6.8 |
1906 | 2024-11-27T17:50:00.095Z | Checking aws-lc-rs v1.10.0 |
1907 | 2024-11-27T17:50:00.111Z | Checking slog v2.7.0 |
1908 | 2024-11-27T17:50:00.439Z | Checking scroll v0.12.0 |
1909 | 2024-11-27T17:50:00.508Z | Checking base64 v0.22.1 |
1910 | 2024-11-27T17:50:00.586Z | Checking tower-service v0.3.3 |
1911 | 2024-11-27T17:50:00.703Z | Checking ucd-trie v0.1.7 |
1912 | 2024-11-27T17:50:00.899Z | Checking adler2 v2.0.0 |
1913 | 2024-11-27T17:50:00.915Z | Checking iana-time-zone v0.1.61 |
1914 | 2024-11-27T17:50:00.976Z | Checking plain v0.2.3 |
1915 | 2024-11-27T17:50:01.039Z | Checking foreign-types-shared v0.1.1 |
1916 | 2024-11-27T17:50:01.055Z | Checking match_cfg v0.1.0 |
1917 | 2024-11-27T17:50:01.115Z | Checking goblin v0.8.2 |
1918 | 2024-11-27T17:50:01.138Z | Checking hostname v0.3.1 |
1919 | 2024-11-27T17:50:01.152Z | Checking foreign-types v0.3.2 |
1920 | 2024-11-27T17:50:01.238Z | Checking chrono v0.4.38 |
1921 | 2024-11-27T17:50:01.268Z | Checking miniz_oxide v0.8.0 |
1922 | 2024-11-27T17:50:01.342Z | Checking icu_normalizer v1.5.0 |
1923 | 2024-11-27T17:50:01.768Z | Checking rustls-webpki v0.102.8 |
1924 | 2024-11-27T17:50:01.918Z | Checking pest v2.7.14 |
1925 | 2024-11-27T17:50:01.993Z | Checking quote v1.0.37 |
1926 | 2024-11-27T17:50:02.038Z | Checking openssl-sys v0.9.103 |
1927 | 2024-11-27T17:50:02.110Z | Checking idna_adapter v1.2.0 |
1928 | 2024-11-27T17:50:02.304Z | Checking idna v1.0.3 |
1929 | 2024-11-27T17:50:02.336Z | Checking errno v0.3.9 |
1930 | 2024-11-27T17:50:02.500Z | Checking dirs-sys-next v0.1.2 |
1931 | 2024-11-27T17:50:02.567Z | Checking aho-corasick v1.1.3 |
1932 | 2024-11-27T17:50:02.673Z | Checking siphasher v0.3.11 |
1933 | 2024-11-27T17:50:02.766Z | Checking url v2.5.3 |
1934 | 2024-11-27T17:50:02.984Z | Checking pretty-hex v0.4.1 |
1935 | 2024-11-27T17:50:03.172Z | Checking regex-syntax v0.8.5 |
1936 | 2024-11-27T17:50:03.317Z | Checking data-encoding v2.6.0 |
1937 | 2024-11-27T17:50:03.335Z | Checking openssl v0.10.66 |
1938 | 2024-11-27T17:50:03.442Z | Checking tokio-util v0.7.12 |
1939 | 2024-11-27T17:50:03.633Z | Checking dirs-next v2.0.0 |
1940 | 2024-11-27T17:50:03.768Z | Checking rustix v0.38.37 |
1941 | 2024-11-27T17:50:03.999Z | Checking syn v2.0.87 |
1942 | 2024-11-27T17:50:04.275Z | Checking http-body-util v0.1.2 |
1943 | 2024-11-27T17:50:04.371Z | Checking h2 v0.4.6 |
1944 | 2024-11-27T17:50:04.443Z | Checking dtrace-parser v0.2.0 |
1945 | 2024-11-27T17:50:04.758Z | Checking crossbeam-epoch v0.9.18 |
1946 | 2024-11-27T17:50:04.912Z | Checking sha1 v0.10.6 |
1947 | 2024-11-27T17:50:05.189Z | Checking signature v2.2.0 |
1948 | 2024-11-27T17:50:05.204Z | Checking lazy_static v1.5.0 |
1949 | 2024-11-27T17:50:05.325Z | Checking thread-id v4.2.2 |
1950 | 2024-11-27T17:50:05.398Z | Checking thread_local v1.1.8 |
1951 | 2024-11-27T17:50:05.438Z | Checking encoding_rs v0.8.34 |
1952 | 2024-11-27T17:50:05.668Z | Checking openssl-probe v0.1.5 |
1953 | 2024-11-27T17:50:05.812Z | Checking ipnet v2.10.1 |
1954 | 2024-11-27T17:50:06.175Z | Checking dof v0.3.0 |
1955 | 2024-11-27T17:50:06.298Z | Checking gimli v0.31.1 |
1956 | 2024-11-27T17:50:06.411Z | Checking regex-automata v0.4.8 |
1957 | 2024-11-27T17:50:06.767Z | Checking anstyle v1.0.10 |
1958 | 2024-11-27T17:50:07.104Z | Checking utf8parse v0.2.2 |
1959 | 2024-11-27T17:50:07.180Z | Checking winnow v0.6.20 |
1960 | 2024-11-27T17:50:07.243Z | Checking either v1.13.0 |
1961 | 2024-11-27T17:50:07.639Z | Checking mime v0.3.17 |
1962 | 2024-11-27T17:50:07.842Z | Checking unicode-properties v0.1.3 |
1963 | 2024-11-27T17:50:07.954Z | Checking anstyle-parse v0.2.5 |
1964 | 2024-11-27T17:50:08.219Z | Checking stringprep v0.1.5 |
1965 | 2024-11-27T17:50:08.239Z | Checking crossbeam-deque v0.8.5 |
1966 | 2024-11-27T17:50:08.498Z | Checking term v0.7.0 |
1967 | 2024-11-27T17:50:08.555Z | Checking rustls v0.22.4 |
1968 | 2024-11-27T17:50:08.878Z | Checking native-tls v0.2.12 |
1969 | 2024-11-27T17:50:08.939Z | Checking rustls v0.23.14 |
1970 | 2024-11-27T17:50:09.186Z | Checking slog-json v2.6.1 |
1971 | 2024-11-27T17:50:09.436Z | Checking serde_urlencoded v0.7.1 |
1972 | 2024-11-27T17:50:09.837Z | Checking crossbeam-channel v0.5.13 |
1973 | 2024-11-27T17:50:10.163Z | Checking toml_edit v0.22.22 |
1974 | 2024-11-27T17:50:10.361Z | Checking addr2line v0.24.2 |
1975 | 2024-11-27T17:50:10.364Z | Checking usdt-impl v0.5.0 |
1976 | 2024-11-27T17:50:10.567Z | Checking futures-executor v0.3.31 |
1977 | 2024-11-27T17:50:10.598Z | Checking hyper v1.5.0 |
1978 | 2024-11-27T17:50:10.793Z | Checking num-integer v0.1.46 |
1979 | 2024-11-27T17:50:10.877Z | Checking rustls-pemfile v2.2.0 |
1980 | 2024-11-27T17:50:10.894Z | Checking idna v0.3.0 |
1981 | 2024-11-27T17:50:11.086Z | Checking idna v0.4.0 |
1982 | 2024-11-27T17:50:11.102Z | Checking md-5 v0.10.6 |
1983 | 2024-11-27T17:50:11.284Z | Checking ff v0.13.0 |
1984 | 2024-11-27T17:50:11.326Z | Checking memmap v0.7.0 |
1985 | 2024-11-27T17:50:11.490Z | Checking is-terminal v0.4.13 |
1986 | 2024-11-27T17:50:11.528Z | Checking hash32 v0.2.1 |
1987 | 2024-11-27T17:50:11.605Z | Checking object v0.36.5 |
1988 | 2024-11-27T17:50:11.787Z | Checking is_terminal_polyfill v1.70.1 |
1989 | 2024-11-27T17:50:11.832Z | Checking utf-8 v0.7.6 |
1990 | 2024-11-27T17:50:11.906Z | Checking base16ct v0.2.0 |
1991 | 2024-11-27T17:50:11.971Z | Checking rustc-demangle v0.1.24 |
1992 | 2024-11-27T17:50:12.025Z | Checking quick-error v1.2.3 |
1993 | 2024-11-27T17:50:12.097Z | Checking colorchoice v1.0.2 |
1994 | 2024-11-27T17:50:12.164Z | Checking linked-hash-map v0.5.6 |
1995 | 2024-11-27T17:50:12.221Z | Checking fallible-iterator v0.2.0 |
1996 | 2024-11-27T17:50:12.282Z | Checking anstyle-query v1.1.1 |
1997 | 2024-11-27T17:50:12.389Z | Checking dyn-clone v1.0.17 |
1998 | 2024-11-27T17:50:12.405Z | Checking psl-types v2.0.11 |
1999 | 2024-11-27T17:50:12.482Z | Checking take_mut v0.2.2 |
2000 | 2024-11-27T17:50:12.522Z | Checking schemars v0.8.21 |
2001 | 2024-11-27T17:50:12.581Z | Checking publicsuffix v2.2.3 |
2002 | 2024-11-27T17:50:12.605Z | Checking hyper-util v0.1.10 |
2003 | 2024-11-27T17:50:12.620Z | Checking slog-async v2.8.0 |
2004 | 2024-11-27T17:50:12.718Z | Checking toml v0.8.19 |
2005 | 2024-11-27T17:50:12.817Z | Checking lru-cache v0.1.2 |
2006 | 2024-11-27T17:50:12.821Z | Checking postgres-protocol v0.6.7 |
2007 | 2024-11-27T17:50:12.913Z | Checking anstream v0.6.15 |
2008 | 2024-11-27T17:50:13.004Z | Checking tokio-rustls v0.25.0 |
2009 | 2024-11-27T17:50:13.281Z | Checking resolv-conf v0.7.0 |
2010 | 2024-11-27T17:50:13.394Z | Checking sec1 v0.7.3 |
2011 | 2024-11-27T17:50:13.442Z | Checking tungstenite v0.24.0 |
2012 | 2024-11-27T17:50:13.534Z | Checking hickory-proto v0.24.1 |
2013 | 2024-11-27T17:50:13.641Z | Checking heapless v0.7.17 |
2014 | 2024-11-27T17:50:13.786Z | Checking slog-term v2.9.1 |
2015 | 2024-11-27T17:50:14.176Z | Checking usdt v0.5.0 |
2016 | 2024-11-27T17:50:14.280Z | Checking group v0.13.0 |
2017 | 2024-11-27T17:50:14.360Z | Checking num-iter v0.1.45 |
2018 | 2024-11-27T17:50:14.428Z | Checking futures v0.3.31 |
2019 | 2024-11-27T17:50:14.468Z | Checking tokio-rustls v0.26.0 |
2020 | 2024-11-27T17:50:14.515Z | Checking slog-bunyan v2.5.0 |
2021 | 2024-11-27T17:50:14.532Z | Checking tokio-native-tls v0.3.1 |
2022 | 2024-11-27T17:50:14.545Z | Checking rayon-core v1.12.1 |
2023 | 2024-11-27T17:50:14.637Z | Checking multer v3.1.0 |
2024 | 2024-11-27T17:50:14.637Z | Checking terminal_size v0.4.0 |
2025 | 2024-11-27T17:50:14.682Z | Checking phf_shared v0.11.2 |
2026 | 2024-11-27T17:50:14.786Z | Checking cookie v0.18.1 |
2027 | 2024-11-27T17:50:14.823Z | Checking async-stream v0.3.6 |
2028 | 2024-11-27T17:50:14.853Z | Checking bzip2-sys v0.1.11+1.0.8 |
2029 | 2024-11-27T17:50:14.956Z | Checking camino v1.1.9 |
2030 | 2024-11-27T17:50:14.976Z | Checking signal-hook v0.3.17 |
2031 | 2024-11-27T17:50:15.015Z | Checking waitgroup v0.1.2 |
2032 | 2024-11-27T17:50:15.040Z | Checking openapiv3 v2.0.0 |
2033 | 2024-11-27T17:50:15.145Z | Checking webpki-roots v0.26.6 |
2034 | 2024-11-27T17:50:15.210Z | Checking serde_path_to_error v0.1.16 |
2035 | 2024-11-27T17:50:15.212Z | Checking idna v0.5.0 |
2036 | 2024-11-27T17:50:15.298Z | Checking hkdf v0.12.4 |
2037 | 2024-11-27T17:50:15.352Z | Checking crypto-bigint v0.5.5 |
2038 | 2024-11-27T17:50:15.497Z | Checking hostname v0.4.0 |
2039 | 2024-11-27T17:50:15.523Z | Checking crc32fast v1.4.2 |
2040 | 2024-11-27T17:50:15.632Z | Checking debug-ignore v1.0.5 |
2041 | 2024-11-27T17:50:15.757Z | Checking strsim v0.11.1 |
2042 | 2024-11-27T17:50:15.779Z | Checking bitflags v1.3.2 |
2043 | 2024-11-27T17:50:15.813Z | Checking unicode-width v0.1.14 |
2044 | 2024-11-27T17:50:15.880Z | Checking winnow v0.5.40 |
2045 | 2024-11-27T17:50:16.043Z | Checking clap_lex v0.7.2 |
2046 | 2024-11-27T17:50:16.076Z | Checking managed v0.8.0 |
2047 | 2024-11-27T17:50:16.289Z | Checking clap_builder v4.5.21 |
2048 | 2024-11-27T17:50:16.328Z | Checking console v0.15.8 |
2049 | 2024-11-27T17:50:16.468Z | Checking smoltcp v0.9.1 |
2050 | 2024-11-27T17:50:16.934Z | Checking cookie_store v0.21.0 |
2051 | 2024-11-27T17:50:17.618Z | Checking flate2 v1.0.34 |
2052 | 2024-11-27T17:50:18.029Z | Checking hyper-rustls v0.27.3 |
2053 | 2024-11-27T17:50:18.045Z | Checking backtrace v0.3.74 |
2054 | 2024-11-27T17:50:18.251Z | Checking elliptic-curve v0.13.8 |
2055 | 2024-11-27T17:50:18.277Z | Checking signal-hook-mio v0.2.4 |
2056 | 2024-11-27T17:50:18.352Z | Checking hickory-resolver v0.24.1 |
2057 | 2024-11-27T17:50:18.364Z | Checking rayon v1.10.0 |
2058 | 2024-11-27T17:50:18.406Z | Checking dropshot v0.12.0 |
2059 | 2024-11-27T17:50:18.429Z | Checking bzip2 v0.4.4 |
2060 | 2024-11-27T17:50:18.614Z | Checking anyhow v1.0.93 |
2061 | 2024-11-27T17:50:18.751Z | Checking phf v0.11.2 |
2062 | 2024-11-27T17:50:18.917Z | Checking hyper-tls v0.6.0 |
2063 | 2024-11-27T17:50:18.972Z | Checking toml_edit v0.19.15 |
2064 | 2024-11-27T17:50:18.977Z | Checking num-bigint-dig v0.8.4 |
2065 | 2024-11-27T17:50:19.004Z | Checking tokio-tungstenite v0.24.0 |
2066 | 2024-11-27T17:50:19.197Z | Checking postgres-types v0.2.8 |
2067 | 2024-11-27T17:50:19.410Z | Checking regex v1.11.1 |
2068 | 2024-11-27T17:50:19.479Z | Checking bstr v1.10.0 |
2069 | 2024-11-27T17:50:19.950Z | Checking ed25519 v2.2.3 |
2070 | 2024-11-27T17:50:20.006Z | Checking tokio-stream v0.1.16 |
2071 | 2024-11-27T17:50:20.068Z | Checking phf_shared v0.10.0 |
2072 | 2024-11-27T17:50:20.240Z | Checking curve25519-dalek v4.1.3 |
2073 | 2024-11-27T17:50:20.347Z | Checking zerocopy v0.6.6 |
2074 | 2024-11-27T17:50:20.424Z | Checking pkcs1 v0.7.5 |
2075 | 2024-11-27T17:50:20.844Z | Checking hubpack v0.1.2 |
2076 | 2024-11-27T17:50:20.917Z | Checking portable-atomic v1.9.0 |
2077 | 2024-11-27T17:50:21.115Z | Checking float-cmp v0.9.0 |
2078 | 2024-11-27T17:50:21.143Z | Checking serde-big-array v0.5.1 |
2079 | 2024-11-27T17:50:21.157Z | Checking rfc6979 v0.4.0 |
2080 | 2024-11-27T17:50:21.306Z | Checking sync_wrapper v1.0.1 |
2081 | 2024-11-27T17:50:21.327Z | Checking minimal-lexical v0.2.1 |
2082 | 2024-11-27T17:50:21.359Z | Checking predicates-core v1.0.8 |
2083 | 2024-11-27T17:50:21.398Z | Checking unicode-width v0.2.0 |
2084 | 2024-11-27T17:50:21.434Z | Checking new_debug_unreachable v1.0.6 |
2085 | 2024-11-27T17:50:21.524Z | Checking number_prefix v0.4.0 |
2086 | 2024-11-27T17:50:21.538Z | Checking whoami v1.5.2 |
2087 | 2024-11-27T17:50:21.706Z | Checking normalize-line-endings v0.3.0 |
2088 | 2024-11-27T17:50:21.722Z | Checking fixedbitset v0.4.2 |
2089 | 2024-11-27T17:50:21.821Z | Checking bit-vec v0.6.3 |
2090 | 2024-11-27T17:50:21.843Z | Checking unicode-segmentation v1.12.0 |
2091 | 2024-11-27T17:50:21.857Z | Checking static_assertions v1.1.0 |
2092 | 2024-11-27T17:50:21.945Z | Checking precomputed-hash v0.1.1 |
2093 | 2024-11-27T17:50:21.959Z | Checking difflib v0.4.0 |
2094 | 2024-11-27T17:50:21.974Z | Checking petgraph v0.6.5 |
2095 | 2024-11-27T17:50:22.047Z | Checking qorb v0.2.0 |
2096 | 2024-11-27T17:50:22.052Z | Checking string_cache v0.8.7 |
2097 | 2024-11-27T17:50:22.134Z | Checking bit-set v0.5.3 |
2098 | 2024-11-27T17:50:22.134Z | Checking ed25519-dalek v2.1.1 |
2099 | 2024-11-27T17:50:22.215Z | Checking indicatif v0.17.9 |
2100 | 2024-11-27T17:50:22.261Z | Checking predicates v3.1.2 |
2101 | 2024-11-27T17:50:22.329Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2102 | 2024-11-27T17:50:22.377Z | Checking tokio-postgres v0.7.12 |
2103 | 2024-11-27T17:50:22.490Z | Checking similar v2.6.0 |
2104 | 2024-11-27T17:50:22.546Z | Checking nom v7.1.3 |
2105 | 2024-11-27T17:50:22.953Z | Checking reqwest v0.12.9 |
2106 | 2024-11-27T17:50:22.999Z | Checking toml v0.7.8 |
2107 | 2024-11-27T17:50:23.390Z | Checking ecdsa v0.16.9 |
2108 | 2024-11-27T17:50:23.767Z | Checking rsa v0.9.6 |
2109 | 2024-11-27T17:50:24.151Z | Checking clap v4.5.21 |
2110 | 2024-11-27T17:50:24.277Z | Checking zip v0.6.6 |
2111 | 2024-11-27T17:50:24.739Z | Checking crossterm v0.28.1 |
2112 | 2024-11-27T17:50:24.809Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2113 | 2024-11-27T17:50:24.836Z | Checking itertools v0.10.5 |
2114 | 2024-11-27T17:50:24.851Z | Checking itertools v0.12.1 |
2115 | 2024-11-27T17:50:24.972Z | Checking ahash v0.8.11 |
2116 | 2024-11-27T17:50:25.251Z | Checking fs-err v2.11.0 |
2117 | 2024-11-27T17:50:25.472Z | Checking x509-cert v0.2.5 |
2118 | 2024-11-27T17:50:25.475Z | Checking hex v0.4.3 |
2119 | 2024-11-27T17:50:25.536Z | Checking semver v1.0.23 |
2120 | 2024-11-27T17:50:25.822Z | Checking peg-runtime v0.8.3 |
2121 | 2024-11-27T17:50:25.947Z | Checking lalrpop-util v0.19.12 |
2122 | 2024-11-27T17:50:25.992Z | Checking sigpipe v0.1.3 |
2123 | 2024-11-27T17:50:27.400Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2124 | 2024-11-27T17:50:27.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.98s |
2125 | 2024-11-27T17:50:27.872Z | |
2126 | 2024-11-27T17:50:27.872Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2127 | 2024-11-27T17:50:28.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2128 | 2024-11-27T17:50:28.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2129 | 2024-11-27T17:50:28.537Z | Compiling hashbrown v0.14.5 |
2130 | 2024-11-27T17:50:28.658Z | Checking heck v0.5.0 |
2131 | 2024-11-27T17:50:28.668Z | Compiling unsafe-libyaml v0.2.11 |
2132 | 2024-11-27T17:50:28.682Z | Compiling ident_case v1.0.1 |
2133 | 2024-11-27T17:50:28.693Z | Checking progenitor-client v0.8.0 |
2134 | 2024-11-27T17:50:28.707Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2135 | 2024-11-27T17:50:28.723Z | Compiling proc-macro-crate v1.3.1 |
2136 | 2024-11-27T17:50:28.809Z | Compiling darling_core v0.20.10 |
2137 | 2024-11-27T17:50:28.849Z | Checking ipnetwork v0.20.0 |
2138 | 2024-11-27T17:50:29.043Z | Compiling structmeta-derive v0.3.0 |
2139 | 2024-11-27T17:50:29.059Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2140 | 2024-11-27T17:50:29.198Z | Compiling newtype-uuid v1.1.3 |
2141 | 2024-11-27T17:50:29.377Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2142 | 2024-11-27T17:50:29.505Z | Compiling lzma-sys v0.1.20 |
2143 | 2024-11-27T17:50:29.733Z | Compiling foreign-types-macros v0.2.3 |
2144 | 2024-11-27T17:50:29.786Z | Checking regress v0.10.1 |
2145 | 2024-11-27T17:50:29.822Z | Compiling num_enum_derive v0.5.11 |
2146 | 2024-11-27T17:50:30.264Z | Compiling serde_yaml v0.9.34+deprecated |
2147 | 2024-11-27T17:50:30.663Z | Compiling dropshot v0.13.0 |
2148 | 2024-11-27T17:50:30.952Z | Checking arc-swap v1.7.1 |
2149 | 2024-11-27T17:50:31.049Z | Checking foreign-types-shared v0.3.1 |
2150 | 2024-11-27T17:50:31.161Z | Checking foreign-types v0.5.0 |
2151 | 2024-11-27T17:50:31.372Z | Checking slog-scope v4.4.0 |
2152 | 2024-11-27T17:50:31.392Z | Compiling proc-macro-error v1.0.4 |
2153 | 2024-11-27T17:50:32.021Z | Compiling structmeta v0.3.0 |
2154 | 2024-11-27T17:50:32.086Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2155 | 2024-11-27T17:50:32.154Z | Checking tungstenite v0.21.0 |
2156 | 2024-11-27T17:50:32.183Z | Compiling heck v0.3.3 |
2157 | 2024-11-27T17:50:32.441Z | Checking num_enum v0.5.11 |
2158 | 2024-11-27T17:50:32.471Z | Compiling parse-display-derive v0.10.0 |
2159 | 2024-11-27T17:50:32.585Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2160 | 2024-11-27T17:50:32.615Z | Compiling dropshot_endpoint v0.13.0 |
2161 | 2024-11-27T17:50:33.089Z | Checking cstr-argument v0.1.2 |
2162 | 2024-11-27T17:50:33.256Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2163 | 2024-11-27T17:50:33.310Z | Checking typify-impl v0.2.0 |
2164 | 2024-11-27T17:50:33.457Z | Checking instant v0.1.13 |
2165 | 2024-11-27T17:50:33.577Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2166 | 2024-11-27T17:50:34.093Z | Checking pretty-hex v0.2.1 |
2167 | 2024-11-27T17:50:34.270Z | Checking fastrand v2.1.1 |
2168 | 2024-11-27T17:50:34.616Z | Checking base64 v0.21.7 |
2169 | 2024-11-27T17:50:34.717Z | Checking tempfile v3.13.0 |
2170 | 2024-11-27T17:50:35.071Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2171 | 2024-11-27T17:50:35.099Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2172 | 2024-11-27T17:50:35.142Z | Checking backoff v0.4.0 |
2173 | 2024-11-27T17:50:35.278Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2174 | 2024-11-27T17:50:35.357Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2175 | 2024-11-27T17:50:35.409Z | Checking tokio-tungstenite v0.21.0 |
2176 | 2024-11-27T17:50:35.469Z | Compiling zone_cfg_derive v0.1.2 |
2177 | 2024-11-27T17:50:35.685Z | Checking strum v0.26.3 |
2178 | 2024-11-27T17:50:35.866Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2179 | 2024-11-27T17:50:35.888Z | Compiling darling_macro v0.20.10 |
2180 | 2024-11-27T17:50:35.912Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2181 | 2024-11-27T17:50:35.928Z | Checking slog-stdlog v4.1.1 |
2182 | 2024-11-27T17:50:36.142Z | Checking regress v0.9.1 |
2183 | 2024-11-27T17:50:36.268Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2184 | 2024-11-27T17:50:36.411Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2185 | 2024-11-27T17:50:36.610Z | Checking colored v2.1.0 |
2186 | 2024-11-27T17:50:36.691Z | Checking macaddr v1.0.1 |
2187 | 2024-11-27T17:50:36.791Z | Compiling darling v0.20.10 |
2188 | 2024-11-27T17:50:36.902Z | Checking base64 v0.13.1 |
2189 | 2024-11-27T17:50:36.919Z | Compiling serde_with_macros v3.11.0 |
2190 | 2024-11-27T17:50:36.968Z | Checking zone v0.1.8 |
2191 | 2024-11-27T17:50:37.184Z | Checking parse-display v0.10.0 |
2192 | 2024-11-27T17:50:37.293Z | Checking ron v0.7.1 |
2193 | 2024-11-27T17:50:37.426Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2194 | 2024-11-27T17:50:37.630Z | Checking xz2 v0.1.7 |
2195 | 2024-11-27T17:50:37.905Z | Checking slog-envlogger v2.2.0 |
2196 | 2024-11-27T17:50:37.944Z | Checking tabwriter v1.4.0 |
2197 | 2024-11-27T17:50:38.131Z | Checking xattr v1.3.1 |
2198 | 2024-11-27T17:50:38.172Z | Checking pem v3.0.4 |
2199 | 2024-11-27T17:50:38.324Z | Checking yasna v0.5.2 |
2200 | 2024-11-27T17:50:38.457Z | Checking headers-core v0.3.0 |
2201 | 2024-11-27T17:50:38.492Z | Checking smf v0.2.3 |
2202 | 2024-11-27T17:50:38.606Z | Checking filetime v0.2.25 |
2203 | 2024-11-27T17:50:38.825Z | Checking same-file v1.0.6 |
2204 | 2024-11-27T17:50:38.961Z | Checking tar v0.4.42 |
2205 | 2024-11-27T17:50:38.994Z | Checking walkdir v2.5.0 |
2206 | 2024-11-27T17:50:39.045Z | Checking headers v0.4.0 |
2207 | 2024-11-27T17:50:39.282Z | Checking camino-tempfile v1.1.1 |
2208 | 2024-11-27T17:50:39.298Z | Checking rcgen v0.12.1 |
2209 | 2024-11-27T17:50:39.534Z | Checking atomicwrites v0.4.4 |
2210 | 2024-11-27T17:50:39.701Z | Checking subprocess v0.2.9 |
2211 | 2024-11-27T17:50:39.868Z | Checking serde_with v3.11.0 |
2212 | 2024-11-27T17:50:43.969Z | Compiling typify-macro v0.2.0 |
2213 | 2024-11-27T17:50:45.834Z | Compiling typify v0.2.0 |
2214 | 2024-11-27T17:50:45.901Z | Compiling progenitor-impl v0.8.0 |
2215 | 2024-11-27T17:50:49.103Z | Compiling progenitor-macro v0.8.0 |
2216 | 2024-11-27T17:50:54.409Z | Checking progenitor v0.8.0 |
2217 | 2024-11-27T17:50:54.565Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2218 | 2024-11-27T17:50:54.568Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2219 | 2024-11-27T17:50:57.320Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2220 | 2024-11-27T17:50:57.594Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2221 | 2024-11-27T17:51:03.981Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2222 | 2024-11-27T17:51:05.604Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2223 | 2024-11-27T17:51:06.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.99s |
2224 | 2024-11-27T17:51:07.021Z | |
2225 | 2024-11-27T17:51:07.021Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2226 | 2024-11-27T17:51:07.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2227 | 2024-11-27T17:51:07.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2228 | 2024-11-27T17:51:07.678Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2229 | 2024-11-27T17:51:09.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
2230 | 2024-11-27T17:51:09.250Z | |
2231 | 2024-11-27T17:51:09.250Z | info: running `cargo check --bins` on nexus-config (31/173) |
2232 | 2024-11-27T17:51:09.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2233 | 2024-11-27T17:51:09.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2234 | 2024-11-27T17:51:09.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2235 | 2024-11-27T17:51:09.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2236 | 2024-11-27T17:51:09.878Z | |
2237 | 2024-11-27T17:51:09.878Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2238 | 2024-11-27T17:51:10.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2239 | 2024-11-27T17:51:10.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2240 | 2024-11-27T17:51:10.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2241 | 2024-11-27T17:51:10.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2242 | 2024-11-27T17:51:10.494Z | |
2243 | 2024-11-27T17:51:10.494Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2244 | 2024-11-27T17:51:11.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2245 | 2024-11-27T17:51:11.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2246 | 2024-11-27T17:51:11.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2247 | 2024-11-27T17:51:11.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2248 | 2024-11-27T17:51:11.117Z | |
2249 | 2024-11-27T17:51:11.117Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2250 | 2024-11-27T17:51:11.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2251 | 2024-11-27T17:51:11.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2252 | 2024-11-27T17:51:11.793Z | Compiling zerocopy v0.8.10 |
2253 | 2024-11-27T17:51:11.793Z | Compiling progenitor-client v0.8.0 |
2254 | 2024-11-27T17:51:11.793Z | Compiling itertools v0.13.0 |
2255 | 2024-11-27T17:51:11.796Z | Compiling zerocopy-derive v0.8.10 |
2256 | 2024-11-27T17:51:11.796Z | Compiling heapless v0.8.0 |
2257 | 2024-11-27T17:51:11.796Z | Compiling newtype-uuid v1.1.3 |
2258 | 2024-11-27T17:51:11.796Z | Compiling ipnetwork v0.20.0 |
2259 | 2024-11-27T17:51:11.796Z | Checking hash32 v0.3.1 |
2260 | 2024-11-27T17:51:12.119Z | Compiling instant v0.1.13 |
2261 | 2024-11-27T17:51:12.193Z | Compiling smoltcp v0.11.0 |
2262 | 2024-11-27T17:51:12.269Z | Compiling progenitor v0.8.0 |
2263 | 2024-11-27T17:51:12.366Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2264 | 2024-11-27T17:51:12.530Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2265 | 2024-11-27T17:51:12.814Z | Compiling backoff v0.4.0 |
2266 | 2024-11-27T17:51:12.843Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2267 | 2024-11-27T17:51:12.909Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2268 | 2024-11-27T17:51:13.085Z | Compiling dropshot v0.13.0 |
2269 | 2024-11-27T17:51:13.118Z | Compiling serde_with v3.11.0 |
2270 | 2024-11-27T17:51:13.148Z | Compiling parse-display v0.10.0 |
2271 | 2024-11-27T17:51:13.195Z | Checking num-rational v0.4.2 |
2272 | 2024-11-27T17:51:13.743Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2273 | 2024-11-27T17:51:13.900Z | Compiling regress v0.9.1 |
2274 | 2024-11-27T17:51:13.914Z | Compiling phf_generator v0.11.2 |
2275 | 2024-11-27T17:51:14.083Z | Checking num-complex v0.4.6 |
2276 | 2024-11-27T17:51:15.202Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2277 | 2024-11-27T17:51:15.641Z | Compiling macaddr v1.0.1 |
2278 | 2024-11-27T17:51:16.098Z | Checking cobs v0.2.3 |
2279 | 2024-11-27T17:51:16.114Z | Compiling num v0.4.3 |
2280 | 2024-11-27T17:51:16.277Z | Checking postcard v1.0.10 |
2281 | 2024-11-27T17:51:16.330Z | Compiling phf_codegen v0.11.2 |
2282 | 2024-11-27T17:51:16.853Z | Compiling parse-zoneinfo v0.3.1 |
2283 | 2024-11-27T17:51:17.264Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2284 | 2024-11-27T17:51:17.552Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2285 | 2024-11-27T17:51:17.705Z | Compiling convert_case v0.4.0 |
2286 | 2024-11-27T17:51:18.076Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2287 | 2024-11-27T17:51:18.751Z | Compiling float-ord v0.3.2 |
2288 | 2024-11-27T17:51:18.938Z | Compiling derive_more v0.99.18 |
2289 | 2024-11-27T17:51:19.068Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2290 | 2024-11-27T17:51:19.193Z | Compiling chrono-tz-build v0.4.0 |
2291 | 2024-11-27T17:51:19.666Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2292 | 2024-11-27T17:51:20.588Z | Compiling crucible-workspace-hack v0.1.0 |
2293 | 2024-11-27T17:51:20.725Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2294 | 2024-11-27T17:51:20.856Z | Compiling chrono-tz v0.10.0 |
2295 | 2024-11-27T17:51:20.896Z | Checking newline-converter v0.3.0 |
2296 | 2024-11-27T17:51:21.020Z | Checking prettyplease v0.2.25 |
2297 | 2024-11-27T17:51:21.045Z | Compiling slog-dtrace v0.3.0 |
2298 | 2024-11-27T17:51:21.341Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2299 | 2024-11-27T17:51:21.635Z | Checking expectorate v1.1.0 |
2300 | 2024-11-27T17:51:22.115Z | Compiling zone_cfg_derive v0.3.0 |
2301 | 2024-11-27T17:51:22.675Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2302 | 2024-11-27T17:51:22.727Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2303 | 2024-11-27T17:51:22.763Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2304 | 2024-11-27T17:51:22.890Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2305 | 2024-11-27T17:51:23.485Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2306 | 2024-11-27T17:51:23.591Z | Compiling const_format_proc_macros v0.2.33 |
2307 | 2024-11-27T17:51:23.768Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2308 | 2024-11-27T17:51:23.845Z | Compiling num-derive v0.4.2 |
2309 | 2024-11-27T17:51:24.094Z | Checking highway v1.2.0 |
2310 | 2024-11-27T17:51:24.524Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2311 | 2024-11-27T17:51:24.837Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2312 | 2024-11-27T17:51:25.013Z | Checking zone v0.3.0 |
2313 | 2024-11-27T17:51:25.770Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2314 | 2024-11-27T17:51:25.813Z | Checking const_format v0.2.33 |
2315 | 2024-11-27T17:51:25.841Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2316 | 2024-11-27T17:51:26.273Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2317 | 2024-11-27T17:51:26.299Z | Checking gethostname v0.5.0 |
2318 | 2024-11-27T17:51:26.315Z | Checking bcs v0.1.6 |
2319 | 2024-11-27T17:51:26.421Z | Compiling async-recursion v1.1.1 |
2320 | 2024-11-27T17:51:26.867Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2321 | 2024-11-27T17:51:26.867Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2322 | 2024-11-27T17:51:27.144Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2323 | 2024-11-27T17:51:28.481Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2324 | 2024-11-27T17:51:28.963Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2325 | 2024-11-27T17:51:34.542Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2326 | 2024-11-27T17:51:37.878Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2327 | 2024-11-27T17:51:40.563Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2328 | 2024-11-27T17:51:41.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.66s |
2329 | 2024-11-27T17:51:41.935Z | |
2330 | 2024-11-27T17:51:41.935Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2331 | 2024-11-27T17:51:42.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2332 | 2024-11-27T17:51:42.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2333 | 2024-11-27T17:51:42.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2334 | 2024-11-27T17:51:42.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2335 | 2024-11-27T17:51:42.574Z | |
2336 | 2024-11-27T17:51:42.574Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2337 | 2024-11-27T17:51:43.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2338 | 2024-11-27T17:51:43.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2339 | 2024-11-27T17:51:43.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2340 | 2024-11-27T17:51:43.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2341 | 2024-11-27T17:51:43.200Z | |
2342 | 2024-11-27T17:51:43.200Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2343 | 2024-11-27T17:51:43.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2344 | 2024-11-27T17:51:43.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2345 | 2024-11-27T17:51:43.859Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2346 | 2024-11-27T17:51:44.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2347 | 2024-11-27T17:51:44.679Z | |
2348 | 2024-11-27T17:51:44.679Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2349 | 2024-11-27T17:51:45.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2350 | 2024-11-27T17:51:45.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2351 | 2024-11-27T17:51:45.349Z | Compiling cfg_aliases v0.1.1 |
2352 | 2024-11-27T17:51:45.351Z | Compiling vte_generate_state_changes v0.1.2 |
2353 | 2024-11-27T17:51:45.352Z | Checking fd-lock v4.0.2 |
2354 | 2024-11-27T17:51:45.352Z | Checking nibble_vec v0.1.0 |
2355 | 2024-11-27T17:51:45.451Z | Checking endian-type v0.1.2 |
2356 | 2024-11-27T17:51:45.454Z | Checking bytecount v0.6.8 |
2357 | 2024-11-27T17:51:45.470Z | Compiling tabled_derive v0.7.0 |
2358 | 2024-11-27T17:51:45.522Z | Compiling peg-macros v0.8.4 |
2359 | 2024-11-27T17:51:45.536Z | Compiling nix v0.28.0 |
2360 | 2024-11-27T17:51:45.605Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2361 | 2024-11-27T17:51:45.624Z | Checking papergrid v0.11.0 |
2362 | 2024-11-27T17:51:45.656Z | Compiling sqlparser_derive v0.2.2 |
2363 | 2024-11-27T17:51:45.672Z | Checking radix_trie v0.2.1 |
2364 | 2024-11-27T17:51:46.068Z | Checking vte v0.11.1 |
2365 | 2024-11-27T17:51:46.085Z | Checking home v0.5.9 |
2366 | 2024-11-27T17:51:46.230Z | Checking nu-ansi-term v0.50.1 |
2367 | 2024-11-27T17:51:46.618Z | Checking unicode_categories v0.1.1 |
2368 | 2024-11-27T17:51:46.754Z | Checking sqlparser v0.45.0 |
2369 | 2024-11-27T17:51:46.818Z | Checking display-error-chain v0.2.2 |
2370 | 2024-11-27T17:51:46.919Z | Checking sqlformat v0.2.6 |
2371 | 2024-11-27T17:51:47.439Z | Checking strip-ansi-escapes v0.2.0 |
2372 | 2024-11-27T17:51:47.584Z | Checking reedline v0.35.0 |
2373 | 2024-11-27T17:51:47.842Z | Checking tabled v0.15.0 |
2374 | 2024-11-27T17:51:48.424Z | Checking peg v0.8.4 |
2375 | 2024-11-27T17:51:48.791Z | Checking rustyline v14.0.0 |
2376 | 2024-11-27T17:51:57.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.71s |
2377 | 2024-11-27T17:51:57.561Z | |
2378 | 2024-11-27T17:51:57.561Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2379 | 2024-11-27T17:51:58.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-11-27T17:51:58.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-11-27T17:51:58.221Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2382 | 2024-11-27T17:52:03.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
2383 | 2024-11-27T17:52:03.446Z | |
2384 | 2024-11-27T17:52:03.446Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2385 | 2024-11-27T17:52:04.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-11-27T17:52:04.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-11-27T17:52:04.109Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2388 | 2024-11-27T17:52:07.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
2389 | 2024-11-27T17:52:08.054Z | |
2390 | 2024-11-27T17:52:08.054Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2391 | 2024-11-27T17:52:08.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-11-27T17:52:08.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-11-27T17:52:08.715Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2394 | 2024-11-27T17:52:13.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s |
2395 | 2024-11-27T17:52:13.686Z | |
2396 | 2024-11-27T17:52:13.686Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2397 | 2024-11-27T17:52:14.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-11-27T17:52:14.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-11-27T17:52:14.348Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2400 | 2024-11-27T17:52:19.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
2401 | 2024-11-27T17:52:19.308Z | |
2402 | 2024-11-27T17:52:19.308Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2403 | 2024-11-27T17:52:19.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-11-27T17:52:19.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-11-27T17:52:19.969Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2406 | 2024-11-27T17:52:23.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
2407 | 2024-11-27T17:52:24.134Z | |
2408 | 2024-11-27T17:52:24.134Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2409 | 2024-11-27T17:52:24.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-11-27T17:52:24.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-11-27T17:52:24.800Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2412 | 2024-11-27T17:52:28.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
2413 | 2024-11-27T17:52:28.974Z | |
2414 | 2024-11-27T17:52:28.974Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2415 | 2024-11-27T17:52:29.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-11-27T17:52:29.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-11-27T17:52:29.642Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2418 | 2024-11-27T17:52:34.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s |
2419 | 2024-11-27T17:52:34.764Z | |
2420 | 2024-11-27T17:52:34.764Z | info: running `cargo check --bins` on oximeter (46/173) |
2421 | 2024-11-27T17:52:35.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-11-27T17:52:35.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-11-27T17:52:35.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-11-27T17:52:35.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2425 | 2024-11-27T17:52:35.389Z | |
2426 | 2024-11-27T17:52:35.389Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2427 | 2024-11-27T17:52:35.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-11-27T17:52:35.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-11-27T17:52:35.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2024-11-27T17:52:35.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2431 | 2024-11-27T17:52:36.000Z | |
2432 | 2024-11-27T17:52:36.000Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2433 | 2024-11-27T17:52:36.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-11-27T17:52:36.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-11-27T17:52:36.638Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2436 | 2024-11-27T17:52:37.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
2437 | 2024-11-27T17:52:37.251Z | |
2438 | 2024-11-27T17:52:37.251Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2439 | 2024-11-27T17:52:37.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-11-27T17:52:37.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-11-27T17:52:37.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-11-27T17:52:37.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2443 | 2024-11-27T17:52:37.871Z | |
2444 | 2024-11-27T17:52:37.871Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2445 | 2024-11-27T17:52:38.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-11-27T17:52:38.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-11-27T17:52:38.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-11-27T17:52:38.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2449 | 2024-11-27T17:52:38.505Z | |
2450 | 2024-11-27T17:52:38.505Z | info: running `cargo check --bins` on oxql-types (51/173) |
2451 | 2024-11-27T17:52:39.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-11-27T17:52:39.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-11-27T17:52:39.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-11-27T17:52:39.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2455 | 2024-11-27T17:52:39.130Z | |
2456 | 2024-11-27T17:52:39.130Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2457 | 2024-11-27T17:52:39.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-11-27T17:52:39.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-11-27T17:52:39.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-11-27T17:52:39.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2461 | 2024-11-27T17:52:39.793Z | |
2462 | 2024-11-27T17:52:39.793Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2463 | 2024-11-27T17:52:40.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-11-27T17:52:40.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-11-27T17:52:40.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-11-27T17:52:40.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2467 | 2024-11-27T17:52:40.439Z | |
2468 | 2024-11-27T17:52:40.439Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2469 | 2024-11-27T17:52:41.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-11-27T17:52:41.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-11-27T17:52:41.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-11-27T17:52:41.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2473 | 2024-11-27T17:52:41.084Z | |
2474 | 2024-11-27T17:52:41.085Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2475 | 2024-11-27T17:52:41.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-11-27T17:52:41.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-11-27T17:52:41.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-11-27T17:52:41.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2479 | 2024-11-27T17:52:41.717Z | |
2480 | 2024-11-27T17:52:41.717Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2481 | 2024-11-27T17:52:42.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-11-27T17:52:42.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-11-27T17:52:42.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-11-27T17:52:42.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2485 | 2024-11-27T17:52:42.355Z | |
2486 | 2024-11-27T17:52:42.355Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2487 | 2024-11-27T17:52:42.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-11-27T17:52:42.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-11-27T17:52:42.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-11-27T17:52:42.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2491 | 2024-11-27T17:52:42.987Z | |
2492 | 2024-11-27T17:52:42.987Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2493 | 2024-11-27T17:52:43.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-11-27T17:52:43.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-11-27T17:52:43.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-11-27T17:52:43.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2497 | 2024-11-27T17:52:43.597Z | |
2498 | 2024-11-27T17:52:43.597Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2499 | 2024-11-27T17:52:44.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-11-27T17:52:44.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-11-27T17:52:44.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-11-27T17:52:44.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2503 | 2024-11-27T17:52:44.235Z | |
2504 | 2024-11-27T17:52:44.235Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2505 | 2024-11-27T17:52:44.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-11-27T17:52:44.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-11-27T17:52:44.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-11-27T17:52:44.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2509 | 2024-11-27T17:52:44.872Z | |
2510 | 2024-11-27T17:52:44.872Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2511 | 2024-11-27T17:52:45.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-11-27T17:52:45.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-11-27T17:52:45.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-11-27T17:52:45.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2515 | 2024-11-27T17:52:45.503Z | |
2516 | 2024-11-27T17:52:45.503Z | info: running `cargo check --bins` on dpd-client (62/173) |
2517 | 2024-11-27T17:52:46.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-11-27T17:52:46.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-11-27T17:52:46.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-11-27T17:52:46.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2521 | 2024-11-27T17:52:46.120Z | |
2522 | 2024-11-27T17:52:46.120Z | info: running `cargo check --bins` on gateway-client (63/173) |
2523 | 2024-11-27T17:52:46.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-11-27T17:52:46.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-11-27T17:52:46.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-11-27T17:52:46.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2527 | 2024-11-27T17:52:46.746Z | |
2528 | 2024-11-27T17:52:46.746Z | info: running `cargo check --bins` on installinator-client (64/173) |
2529 | 2024-11-27T17:52:47.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-11-27T17:52:47.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-11-27T17:52:47.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-11-27T17:52:47.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2533 | 2024-11-27T17:52:47.400Z | |
2534 | 2024-11-27T17:52:47.400Z | info: running `cargo check --bins` on installinator-common (65/173) |
2535 | 2024-11-27T17:52:47.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-11-27T17:52:47.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-11-27T17:52:47.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-11-27T17:52:47.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2539 | 2024-11-27T17:52:48.039Z | |
2540 | 2024-11-27T17:52:48.039Z | info: running `cargo check --bins` on update-engine (66/173) |
2541 | 2024-11-27T17:52:48.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-11-27T17:52:48.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-11-27T17:52:48.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-11-27T17:52:48.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2545 | 2024-11-27T17:52:48.659Z | |
2546 | 2024-11-27T17:52:48.659Z | info: running `cargo check --bins` on nexus-client (67/173) |
2547 | 2024-11-27T17:52:49.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-11-27T17:52:49.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-11-27T17:52:49.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-11-27T17:52:49.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2551 | 2024-11-27T17:52:49.308Z | |
2552 | 2024-11-27T17:52:49.308Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2553 | 2024-11-27T17:52:49.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-11-27T17:52:49.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-11-27T17:52:49.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-11-27T17:52:49.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2557 | 2024-11-27T17:52:49.941Z | |
2558 | 2024-11-27T17:52:49.941Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2559 | 2024-11-27T17:52:50.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-11-27T17:52:50.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-11-27T17:52:50.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-11-27T17:52:50.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2563 | 2024-11-27T17:52:50.554Z | |
2564 | 2024-11-27T17:52:50.554Z | info: running `cargo check --bins` on nexus-types (70/173) |
2565 | 2024-11-27T17:52:51.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-11-27T17:52:51.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-11-27T17:52:51.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-11-27T17:52:51.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2569 | 2024-11-27T17:52:51.204Z | |
2570 | 2024-11-27T17:52:51.204Z | info: running `cargo check --bins` on oxide-client (71/173) |
2571 | 2024-11-27T17:52:51.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-11-27T17:52:51.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-11-27T17:52:51.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-11-27T17:52:51.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2575 | 2024-11-27T17:52:51.813Z | |
2576 | 2024-11-27T17:52:51.813Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2577 | 2024-11-27T17:52:52.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-11-27T17:52:52.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-11-27T17:52:52.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-11-27T17:52:52.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2581 | 2024-11-27T17:52:52.443Z | |
2582 | 2024-11-27T17:52:52.443Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2583 | 2024-11-27T17:52:52.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-11-27T17:52:52.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-11-27T17:52:52.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-11-27T17:52:52.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2587 | 2024-11-27T17:52:53.057Z | |
2588 | 2024-11-27T17:52:53.057Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2589 | 2024-11-27T17:52:53.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-11-27T17:52:53.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-11-27T17:52:53.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-11-27T17:52:53.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2593 | 2024-11-27T17:52:53.694Z | |
2594 | 2024-11-27T17:52:53.694Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2595 | 2024-11-27T17:52:54.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-11-27T17:52:54.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-11-27T17:52:54.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-11-27T17:52:54.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2599 | 2024-11-27T17:52:54.363Z | |
2600 | 2024-11-27T17:52:54.364Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2601 | 2024-11-27T17:52:54.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-11-27T17:52:54.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-11-27T17:52:54.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-11-27T17:52:54.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2605 | 2024-11-27T17:52:55.027Z | |
2606 | 2024-11-27T17:52:55.027Z | info: running `cargo check --bins` on wicket-common (77/173) |
2607 | 2024-11-27T17:52:55.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-11-27T17:52:55.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-11-27T17:52:55.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2024-11-27T17:52:55.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2611 | 2024-11-27T17:52:55.680Z | |
2612 | 2024-11-27T17:52:55.680Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2613 | 2024-11-27T17:52:56.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-11-27T17:52:56.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-11-27T17:52:56.343Z | Checking csv-core v0.1.11 |
2616 | 2024-11-27T17:52:56.343Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2617 | 2024-11-27T17:52:56.346Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2618 | 2024-11-27T17:52:56.652Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2619 | 2024-11-27T17:52:56.663Z | Checking csv v1.3.0 |
2620 | 2024-11-27T17:52:57.220Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2621 | 2024-11-27T17:52:57.560Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2622 | 2024-11-27T17:52:58.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
2623 | 2024-11-27T17:52:58.999Z | |
2624 | 2024-11-27T17:52:58.999Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2625 | 2024-11-27T17:52:59.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-11-27T17:52:59.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-11-27T17:52:59.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-11-27T17:52:59.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2629 | 2024-11-27T17:52:59.642Z | |
2630 | 2024-11-27T17:52:59.642Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2631 | 2024-11-27T17:53:00.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-11-27T17:53:00.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-11-27T17:53:00.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2024-11-27T17:53:00.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2635 | 2024-11-27T17:53:00.272Z | |
2636 | 2024-11-27T17:53:00.272Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2637 | 2024-11-27T17:53:00.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2024-11-27T17:53:00.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2024-11-27T17:53:00.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2640 | 2024-11-27T17:53:00.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2641 | 2024-11-27T17:53:01.012Z | |
2642 | 2024-11-27T17:53:01.012Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2643 | 2024-11-27T17:53:01.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2024-11-27T17:53:01.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2024-11-27T17:53:01.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2024-11-27T17:53:01.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2647 | 2024-11-27T17:53:01.757Z | |
2648 | 2024-11-27T17:53:01.757Z | info: running `cargo check --bins` on dns-server (83/173) |
2649 | 2024-11-27T17:53:02.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2024-11-27T17:53:02.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2024-11-27T17:53:02.407Z | Compiling parking_lot_core v0.8.6 |
2652 | 2024-11-27T17:53:02.407Z | Checking fxhash v0.2.1 |
2653 | 2024-11-27T17:53:02.410Z | Checking hickory-server v0.24.1 |
2654 | 2024-11-27T17:53:02.410Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2655 | 2024-11-27T17:53:02.410Z | Checking hickory-client v0.24.1 |
2656 | 2024-11-27T17:53:03.108Z | Checking parking_lot v0.11.2 |
2657 | 2024-11-27T17:53:03.239Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2658 | 2024-11-27T17:53:03.241Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2659 | 2024-11-27T17:53:03.349Z | Checking sled v0.34.7 |
2660 | 2024-11-27T17:53:05.128Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2661 | 2024-11-27T17:53:06.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
2662 | 2024-11-27T17:53:06.554Z | |
2663 | 2024-11-27T17:53:06.554Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2664 | 2024-11-27T17:53:07.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2024-11-27T17:53:07.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2024-11-27T17:53:07.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2024-11-27T17:53:07.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2668 | 2024-11-27T17:53:07.185Z | |
2669 | 2024-11-27T17:53:07.185Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2670 | 2024-11-27T17:53:07.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-11-27T17:53:07.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-11-27T17:53:07.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2024-11-27T17:53:07.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2674 | 2024-11-27T17:53:07.863Z | |
2675 | 2024-11-27T17:53:07.863Z | info: running `cargo check --bins` on gateway-types (86/173) |
2676 | 2024-11-27T17:53:08.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2024-11-27T17:53:08.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2024-11-27T17:53:08.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2024-11-27T17:53:08.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2680 | 2024-11-27T17:53:08.499Z | |
2681 | 2024-11-27T17:53:08.499Z | info: running `cargo check --bins` on ipcc (87/173) |
2682 | 2024-11-27T17:53:09.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-11-27T17:53:09.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-11-27T17:53:09.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2024-11-27T17:53:09.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2686 | 2024-11-27T17:53:09.129Z | |
2687 | 2024-11-27T17:53:09.129Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2688 | 2024-11-27T17:53:09.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-11-27T17:53:09.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-11-27T17:53:09.830Z | Compiling radium v0.7.0 |
2691 | 2024-11-27T17:53:09.830Z | Compiling semver v0.1.20 |
2692 | 2024-11-27T17:53:09.946Z | Checking tap v1.0.1 |
2693 | 2024-11-27T17:53:09.948Z | Compiling maybe-uninit v2.0.0 |
2694 | 2024-11-27T17:53:09.968Z | Checking password-hash v0.5.0 |
2695 | 2024-11-27T17:53:09.970Z | Checking blake2 v0.10.6 |
2696 | 2024-11-27T17:53:09.970Z | Checking crc-catalog v2.4.0 |
2697 | 2024-11-27T17:53:09.971Z | Compiling owo-colors v4.1.0 |
2698 | 2024-11-27T17:53:10.094Z | Checking wyz v0.5.1 |
2699 | 2024-11-27T17:53:10.116Z | Compiling packed_struct v0.10.1 |
2700 | 2024-11-27T17:53:10.273Z | Compiling rustc_version v0.1.7 |
2701 | 2024-11-27T17:53:10.387Z | Compiling cancel-safe-futures v0.1.5 |
2702 | 2024-11-27T17:53:10.415Z | Checking funty v2.0.0 |
2703 | 2024-11-27T17:53:10.484Z | Checking argon2 v0.5.3 |
2704 | 2024-11-27T17:53:10.610Z | Checking crc v3.2.1 |
2705 | 2024-11-27T17:53:10.625Z | Compiling packed_struct_codegen v0.10.1 |
2706 | 2024-11-27T17:53:10.625Z | Compiling indexmap v1.9.3 |
2707 | 2024-11-27T17:53:10.743Z | Checking half v2.4.1 |
2708 | 2024-11-27T17:53:10.759Z | Compiling newtype_derive v0.1.6 |
2709 | 2024-11-27T17:53:10.759Z | Checking nodrop v0.1.14 |
2710 | 2024-11-27T17:53:10.868Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2711 | 2024-11-27T17:53:10.959Z | Checking ciborium-io v0.2.2 |
2712 | 2024-11-27T17:53:11.072Z | Checking array-init v0.0.4 |
2713 | 2024-11-27T17:53:11.113Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2714 | 2024-11-27T17:53:11.176Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2715 | 2024-11-27T17:53:11.196Z | Checking ciborium-ll v0.2.2 |
2716 | 2024-11-27T17:53:11.228Z | Checking smallvec v0.6.14 |
2717 | 2024-11-27T17:53:11.364Z | Checking bitvec v1.0.1 |
2718 | 2024-11-27T17:53:11.494Z | Checking libsw v3.3.1 |
2719 | 2024-11-27T17:53:11.532Z | Compiling memoffset v0.9.1 |
2720 | 2024-11-27T17:53:11.615Z | Checking linear-map v1.2.0 |
2721 | 2024-11-27T17:53:11.751Z | Checking swrite v0.1.0 |
2722 | 2024-11-27T17:53:11.829Z | Checking hashbrown v0.12.3 |
2723 | 2024-11-27T17:53:11.873Z | Checking termcolor v1.4.1 |
2724 | 2024-11-27T17:53:11.915Z | Checking bitfield v0.14.0 |
2725 | 2024-11-27T17:53:11.945Z | Checking indent_write v2.2.0 |
2726 | 2024-11-27T17:53:12.043Z | Checking serde-hex v0.1.0 |
2727 | 2024-11-27T17:53:12.148Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2728 | 2024-11-27T17:53:12.188Z | Checking ron v0.8.1 |
2729 | 2024-11-27T17:53:12.306Z | Checking env_logger v0.10.2 |
2730 | 2024-11-27T17:53:12.913Z | Checking ciborium v0.2.2 |
2731 | 2024-11-27T17:53:13.287Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2732 | 2024-11-27T17:53:13.604Z | Checking steno v0.4.1 |
2733 | 2024-11-27T17:53:13.609Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2734 | 2024-11-27T17:53:13.731Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2735 | 2024-11-27T17:53:13.830Z | Checking hashbrown v0.13.2 |
2736 | 2024-11-27T17:53:13.854Z | Checking crc-any v2.5.0 |
2737 | 2024-11-27T17:53:13.904Z | Checking humantime v2.1.0 |
2738 | 2024-11-27T17:53:14.193Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2739 | 2024-11-27T17:53:14.234Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2740 | 2024-11-27T17:53:14.605Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2741 | 2024-11-27T17:53:14.864Z | Checking path-slash v0.1.5 |
2742 | 2024-11-27T17:53:14.909Z | Checking object v0.30.4 |
2743 | 2024-11-27T17:53:14.954Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2744 | 2024-11-27T17:53:15.005Z | Checking nix v0.27.1 |
2745 | 2024-11-27T17:53:15.743Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2746 | 2024-11-27T17:53:16.095Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2747 | 2024-11-27T17:53:16.297Z | Checking tungstenite v0.23.0 |
2748 | 2024-11-27T17:53:16.321Z | Checking kstat-rs v0.2.4 |
2749 | 2024-11-27T17:53:16.367Z | Checking signal-hook-tokio v0.3.1 |
2750 | 2024-11-27T17:53:16.671Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2751 | 2024-11-27T17:53:17.256Z | Checking tokio-tungstenite v0.23.1 |
2752 | 2024-11-27T17:53:17.838Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2753 | 2024-11-27T17:53:17.917Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2754 | 2024-11-27T17:53:17.932Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2755 | 2024-11-27T17:53:24.904Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2756 | 2024-11-27T17:53:26.181Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2757 | 2024-11-27T17:53:28.823Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2758 | 2024-11-27T17:53:34.505Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2759 | 2024-11-27T17:53:35.217Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2760 | 2024-11-27T17:53:38.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.90s |
2761 | 2024-11-27T17:53:38.218Z | |
2762 | 2024-11-27T17:53:38.218Z | info: running `cargo check --bins` on gateway-api (89/173) |
2763 | 2024-11-27T17:53:38.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2024-11-27T17:53:38.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2024-11-27T17:53:38.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2766 | 2024-11-27T17:53:38.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2767 | 2024-11-27T17:53:38.847Z | |
2768 | 2024-11-27T17:53:38.847Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2769 | 2024-11-27T17:53:39.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2024-11-27T17:53:39.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2024-11-27T17:53:39.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2024-11-27T17:53:39.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2773 | 2024-11-27T17:53:39.462Z | |
2774 | 2024-11-27T17:53:39.462Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2775 | 2024-11-27T17:53:40.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-11-27T17:53:40.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-11-27T17:53:40.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2024-11-27T17:53:40.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2779 | 2024-11-27T17:53:40.091Z | |
2780 | 2024-11-27T17:53:40.091Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2781 | 2024-11-27T17:53:40.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-11-27T17:53:40.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-11-27T17:53:40.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2024-11-27T17:53:40.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2785 | 2024-11-27T17:53:40.722Z | |
2786 | 2024-11-27T17:53:40.722Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2787 | 2024-11-27T17:53:41.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-11-27T17:53:41.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-11-27T17:53:41.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2024-11-27T17:53:41.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2791 | 2024-11-27T17:53:41.352Z | |
2792 | 2024-11-27T17:53:41.352Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2793 | 2024-11-27T17:53:41.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-11-27T17:53:41.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-11-27T17:53:41.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2024-11-27T17:53:41.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2797 | 2024-11-27T17:53:41.977Z | |
2798 | 2024-11-27T17:53:41.977Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2799 | 2024-11-27T17:53:42.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-11-27T17:53:42.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-11-27T17:53:42.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-11-27T17:53:42.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2803 | 2024-11-27T17:53:42.605Z | |
2804 | 2024-11-27T17:53:42.605Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2805 | 2024-11-27T17:53:43.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-11-27T17:53:43.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-11-27T17:53:43.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2024-11-27T17:53:43.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2809 | 2024-11-27T17:53:43.239Z | |
2810 | 2024-11-27T17:53:43.239Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2811 | 2024-11-27T17:53:43.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-11-27T17:53:43.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-11-27T17:53:43.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2024-11-27T17:53:43.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2815 | 2024-11-27T17:53:43.889Z | |
2816 | 2024-11-27T17:53:43.889Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2817 | 2024-11-27T17:53:44.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-11-27T17:53:44.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-11-27T17:53:44.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2024-11-27T17:53:44.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2821 | 2024-11-27T17:53:44.525Z | |
2822 | 2024-11-27T17:53:44.525Z | info: running `cargo check --bins` on sp-sim (99/173) |
2823 | 2024-11-27T17:53:45.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-11-27T17:53:45.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-11-27T17:53:45.167Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2826 | 2024-11-27T17:53:47.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
2827 | 2024-11-27T17:53:47.211Z | |
2828 | 2024-11-27T17:53:47.211Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2829 | 2024-11-27T17:53:47.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-11-27T17:53:47.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-11-27T17:53:47.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2024-11-27T17:53:47.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2833 | 2024-11-27T17:53:47.882Z | |
2834 | 2024-11-27T17:53:47.882Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2835 | 2024-11-27T17:53:48.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-11-27T17:53:48.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-11-27T17:53:48.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2024-11-27T17:53:48.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2839 | 2024-11-27T17:53:48.571Z | |
2840 | 2024-11-27T17:53:48.571Z | info: running `cargo check --bins` on db-macros (102/173) |
2841 | 2024-11-27T17:53:49.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-11-27T17:53:49.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-11-27T17:53:49.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2024-11-27T17:53:49.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2845 | 2024-11-27T17:53:49.187Z | |
2846 | 2024-11-27T17:53:49.188Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2847 | 2024-11-27T17:53:49.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-11-27T17:53:49.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-11-27T17:53:49.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2024-11-27T17:53:49.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2851 | 2024-11-27T17:53:49.806Z | |
2852 | 2024-11-27T17:53:49.806Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2853 | 2024-11-27T17:53:50.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-11-27T17:53:50.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-11-27T17:53:50.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2024-11-27T17:53:50.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2857 | 2024-11-27T17:53:50.482Z | |
2858 | 2024-11-27T17:53:50.482Z | info: running `cargo check --bins` on authz-macros (105/173) |
2859 | 2024-11-27T17:53:51.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-11-27T17:53:51.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-11-27T17:53:51.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-11-27T17:53:51.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2863 | 2024-11-27T17:53:51.097Z | |
2864 | 2024-11-27T17:53:51.097Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2865 | 2024-11-27T17:53:51.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-11-27T17:53:51.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-11-27T17:53:51.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2024-11-27T17:53:51.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2869 | 2024-11-27T17:53:51.757Z | |
2870 | 2024-11-27T17:53:51.758Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2871 | 2024-11-27T17:53:52.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-11-27T17:53:52.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-11-27T17:53:52.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2024-11-27T17:53:52.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2875 | 2024-11-27T17:53:52.422Z | |
2876 | 2024-11-27T17:53:52.422Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2877 | 2024-11-27T17:53:52.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-11-27T17:53:52.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-11-27T17:53:52.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2024-11-27T17:53:52.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2881 | 2024-11-27T17:53:53.051Z | |
2882 | 2024-11-27T17:53:53.051Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2883 | 2024-11-27T17:53:53.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-11-27T17:53:53.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-11-27T17:53:53.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2024-11-27T17:53:53.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2887 | 2024-11-27T17:53:53.714Z | |
2888 | 2024-11-27T17:53:53.714Z | info: running `cargo check --bins` on typed-rng (110/173) |
2889 | 2024-11-27T17:53:54.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-11-27T17:53:54.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-11-27T17:53:54.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2024-11-27T17:53:54.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2893 | 2024-11-27T17:53:54.331Z | |
2894 | 2024-11-27T17:53:54.331Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2895 | 2024-11-27T17:53:54.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2024-11-27T17:53:54.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2024-11-27T17:53:55.088Z | Checking keccak v0.1.5 |
2898 | 2024-11-27T17:53:55.197Z | Checking secrecy v0.8.0 |
2899 | 2024-11-27T17:53:55.200Z | Compiling unicase v2.7.0 |
2900 | 2024-11-27T17:53:55.200Z | Compiling same-file v1.0.6 |
2901 | 2024-11-27T17:53:55.218Z | Compiling tempfile v3.13.0 |
2902 | 2024-11-27T17:53:55.243Z | Compiling thiserror-impl-no-std v2.0.2 |
2903 | 2024-11-27T17:53:55.246Z | Checking universal-hash v0.5.1 |
2904 | 2024-11-27T17:53:55.246Z | Compiling blake3 v1.5.4 |
2905 | 2024-11-27T17:53:55.373Z | Compiling walkdir v2.5.0 |
2906 | 2024-11-27T17:53:55.453Z | Compiling ring v0.16.20 |
2907 | 2024-11-27T17:53:55.482Z | Checking sha3 v0.10.8 |
2908 | 2024-11-27T17:53:55.498Z | Checking opaque-debug v0.3.1 |
2909 | 2024-11-27T17:53:55.586Z | Checking poly1305 v0.8.0 |
2910 | 2024-11-27T17:53:55.637Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2911 | 2024-11-27T17:53:55.878Z | Checking chacha20 v0.9.1 |
2912 | 2024-11-27T17:53:55.925Z | Checking aead v0.5.2 |
2913 | 2024-11-27T17:53:56.086Z | Compiling memmap2 v0.9.5 |
2914 | 2024-11-27T17:53:56.103Z | Compiling arrayvec v0.7.6 |
2915 | 2024-11-27T17:53:56.157Z | Compiling libefi-sys v0.1.0 |
2916 | 2024-11-27T17:53:56.160Z | Compiling spin v0.5.2 |
2917 | 2024-11-27T17:53:56.224Z | Compiling arrayref v0.3.9 |
2918 | 2024-11-27T17:53:56.327Z | Compiling salty v0.3.0 |
2919 | 2024-11-27T17:53:56.377Z | Compiling constant_time_eq v0.3.1 |
2920 | 2024-11-27T17:53:56.440Z | Checking chacha20poly1305 v0.10.1 |
2921 | 2024-11-27T17:53:56.528Z | Compiling toolchain_find v0.4.0 |
2922 | 2024-11-27T17:53:56.544Z | Compiling camino-tempfile v1.1.1 |
2923 | 2024-11-27T17:53:56.617Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2924 | 2024-11-27T17:53:56.773Z | Compiling bitfield-struct v0.6.2 |
2925 | 2024-11-27T17:53:56.951Z | Compiling topological-sort v0.2.2 |
2926 | 2024-11-27T17:53:57.029Z | Compiling mime_guess v2.0.5 |
2927 | 2024-11-27T17:53:57.173Z | Compiling rustfmt-wrapper v0.2.1 |
2928 | 2024-11-27T17:53:57.586Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2929 | 2024-11-27T17:53:57.667Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2930 | 2024-11-27T17:53:57.736Z | Checking primeorder v0.13.6 |
2931 | 2024-11-27T17:53:57.815Z | Checking env_filter v0.1.2 |
2932 | 2024-11-27T17:53:57.960Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2933 | 2024-11-27T17:53:58.037Z | Checking env_logger v0.11.5 |
2934 | 2024-11-27T17:53:58.220Z | Checking p384 v0.13.0 |
2935 | 2024-11-27T17:53:58.261Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2936 | 2024-11-27T17:53:58.314Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2937 | 2024-11-27T17:53:58.374Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2938 | 2024-11-27T17:53:58.468Z | Checking thiserror-no-std v2.0.2 |
2939 | 2024-11-27T17:53:58.577Z | Checking vsss-rs v3.3.4 |
2940 | 2024-11-27T17:53:58.617Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2941 | 2024-11-27T17:53:58.668Z | Checking simd-adler32 v0.3.7 |
2942 | 2024-11-27T17:53:58.858Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2943 | 2024-11-27T17:53:58.937Z | Checking http-range v0.1.5 |
2944 | 2024-11-27T17:53:59.019Z | Checking bumpalo v3.16.0 |
2945 | 2024-11-27T17:53:59.035Z | Checking lockfree-object-pool v0.1.6 |
2946 | 2024-11-27T17:53:59.103Z | Compiling zip v2.1.3 |
2947 | 2024-11-27T17:53:59.280Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2948 | 2024-11-27T17:53:59.329Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2949 | 2024-11-27T17:53:59.347Z | Checking zopfli v0.8.1 |
2950 | 2024-11-27T17:53:59.366Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2951 | 2024-11-27T17:53:59.585Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2952 | 2024-11-27T17:53:59.649Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2953 | 2024-11-27T17:54:00.008Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2954 | 2024-11-27T17:54:00.122Z | Checking nanorand v0.7.0 |
2955 | 2024-11-27T17:54:00.231Z | Checking atty v0.2.14 |
2956 | 2024-11-27T17:54:00.259Z | Checking glob v0.3.1 |
2957 | 2024-11-27T17:54:00.365Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2958 | 2024-11-27T17:54:00.463Z | Checking flume v0.11.1 |
2959 | 2024-11-27T17:54:00.576Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2960 | 2024-11-27T17:54:00.870Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2961 | 2024-11-27T17:54:00.966Z | Checking hyper-staticfile v0.10.1 |
2962 | 2024-11-27T17:54:01.202Z | Compiling omicron-zone-package v0.11.1 |
2963 | 2024-11-27T17:54:01.498Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2964 | 2024-11-27T17:54:02.771Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2965 | 2024-11-27T17:54:02.836Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2966 | 2024-11-27T17:54:02.969Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2967 | 2024-11-27T17:54:03.103Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2968 | 2024-11-27T17:54:03.187Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2969 | 2024-11-27T17:54:03.255Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2970 | 2024-11-27T17:54:03.846Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2971 | 2024-11-27T17:54:04.561Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2972 | 2024-11-27T17:54:05.585Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2973 | 2024-11-27T17:54:07.495Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2974 | 2024-11-27T17:54:07.495Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2975 | 2024-11-27T17:54:17.798Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2976 | 2024-11-27T17:54:31.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.18s |
2977 | 2024-11-27T17:54:31.678Z | |
2978 | 2024-11-27T17:54:31.678Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2979 | 2024-11-27T17:54:32.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2024-11-27T17:54:32.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2024-11-27T17:54:32.409Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2982 | 2024-11-27T17:54:46.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.70s |
2983 | 2024-11-27T17:54:46.567Z | |
2984 | 2024-11-27T17:54:46.567Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2985 | 2024-11-27T17:54:47.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2024-11-27T17:54:47.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2024-11-27T17:54:47.297Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2988 | 2024-11-27T17:55:00.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s |
2989 | 2024-11-27T17:55:01.170Z | |
2990 | 2024-11-27T17:55:01.170Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2991 | 2024-11-27T17:55:01.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2024-11-27T17:55:01.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2024-11-27T17:55:01.899Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2994 | 2024-11-27T17:55:15.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s |
2995 | 2024-11-27T17:55:15.823Z | |
2996 | 2024-11-27T17:55:15.823Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
2997 | 2024-11-27T17:55:16.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2024-11-27T17:55:16.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2024-11-27T17:55:16.554Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3000 | 2024-11-27T17:55:30.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s |
3001 | 2024-11-27T17:55:30.630Z | |
3002 | 2024-11-27T17:55:30.630Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
3003 | 2024-11-27T17:55:31.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2024-11-27T17:55:31.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2024-11-27T17:55:31.374Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3006 | 2024-11-27T17:55:45.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s |
3007 | 2024-11-27T17:55:45.313Z | |
3008 | 2024-11-27T17:55:45.313Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3009 | 2024-11-27T17:55:45.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2024-11-27T17:55:45.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2024-11-27T17:55:46.042Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3012 | 2024-11-27T17:55:59.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s |
3013 | 2024-11-27T17:55:59.841Z | |
3014 | 2024-11-27T17:55:59.841Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3015 | 2024-11-27T17:56:00.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2024-11-27T17:56:00.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2024-11-27T17:56:00.574Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3018 | 2024-11-27T17:56:14.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.46s |
3019 | 2024-11-27T17:56:14.494Z | |
3020 | 2024-11-27T17:56:14.494Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3021 | 2024-11-27T17:56:15.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2024-11-27T17:56:15.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2024-11-27T17:56:15.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3024 | 2024-11-27T17:56:15.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3025 | 2024-11-27T17:56:15.150Z | |
3026 | 2024-11-27T17:56:15.150Z | info: running `cargo check --bins` on key-manager (120/173) |
3027 | 2024-11-27T17:56:15.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2024-11-27T17:56:15.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2024-11-27T17:56:15.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2024-11-27T17:56:15.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3031 | 2024-11-27T17:56:15.783Z | |
3032 | 2024-11-27T17:56:15.783Z | info: running `cargo check --bins` on range-requests (121/173) |
3033 | 2024-11-27T17:56:16.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2024-11-27T17:56:16.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2024-11-27T17:56:16.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2024-11-27T17:56:16.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3037 | 2024-11-27T17:56:16.394Z | |
3038 | 2024-11-27T17:56:16.394Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3039 | 2024-11-27T17:56:16.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2024-11-27T17:56:16.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2024-11-27T17:56:16.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2024-11-27T17:56:16.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3043 | 2024-11-27T17:56:17.017Z | |
3044 | 2024-11-27T17:56:17.017Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3045 | 2024-11-27T17:56:17.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2024-11-27T17:56:17.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2024-11-27T17:56:17.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2024-11-27T17:56:17.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3049 | 2024-11-27T17:56:17.669Z | |
3050 | 2024-11-27T17:56:17.669Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3051 | 2024-11-27T17:56:18.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2024-11-27T17:56:18.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2024-11-27T17:56:18.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2024-11-27T17:56:18.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3055 | 2024-11-27T17:56:18.314Z | |
3056 | 2024-11-27T17:56:18.314Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3057 | 2024-11-27T17:56:18.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-11-27T17:56:18.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-11-27T17:56:18.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2024-11-27T17:56:18.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3061 | 2024-11-27T17:56:18.959Z | |
3062 | 2024-11-27T17:56:18.959Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3063 | 2024-11-27T17:56:19.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2024-11-27T17:56:19.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2024-11-27T17:56:19.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2024-11-27T17:56:19.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3067 | 2024-11-27T17:56:19.616Z | |
3068 | 2024-11-27T17:56:19.616Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3069 | 2024-11-27T17:56:20.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2024-11-27T17:56:20.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2024-11-27T17:56:20.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2024-11-27T17:56:20.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3073 | 2024-11-27T17:56:20.275Z | |
3074 | 2024-11-27T17:56:20.275Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3075 | 2024-11-27T17:56:20.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2024-11-27T17:56:20.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2024-11-27T17:56:20.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2024-11-27T17:56:20.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3079 | 2024-11-27T17:56:20.934Z | |
3080 | 2024-11-27T17:56:20.934Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3081 | 2024-11-27T17:56:21.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2024-11-27T17:56:21.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2024-11-27T17:56:21.629Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3084 | 2024-11-27T17:56:21.629Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3085 | 2024-11-27T17:56:22.563Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3086 | 2024-11-27T17:56:24.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
3087 | 2024-11-27T17:56:24.532Z | |
3088 | 2024-11-27T17:56:24.532Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3089 | 2024-11-27T17:56:25.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2024-11-27T17:56:25.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2024-11-27T17:56:25.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3092 | 2024-11-27T17:56:25.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3093 | 2024-11-27T17:56:25.166Z | |
3094 | 2024-11-27T17:56:25.167Z | info: running `cargo check --bins` on cert-dev (131/173) |
3095 | 2024-11-27T17:56:25.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2024-11-27T17:56:25.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2024-11-27T17:56:25.779Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3098 | 2024-11-27T17:56:26.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3099 | 2024-11-27T17:56:26.212Z | |
3100 | 2024-11-27T17:56:26.212Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3101 | 2024-11-27T17:56:26.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2024-11-27T17:56:26.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2024-11-27T17:56:26.884Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3104 | 2024-11-27T17:56:26.884Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3105 | 2024-11-27T17:56:27.486Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3106 | 2024-11-27T17:56:27.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3107 | 2024-11-27T17:56:28.019Z | |
3108 | 2024-11-27T17:56:28.019Z | info: running `cargo check --bins` on ch-dev (133/173) |
3109 | 2024-11-27T17:56:28.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2024-11-27T17:56:28.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2024-11-27T17:56:28.681Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3112 | 2024-11-27T17:56:29.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3113 | 2024-11-27T17:56:29.571Z | |
3114 | 2024-11-27T17:56:29.572Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3115 | 2024-11-27T17:56:30.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2024-11-27T17:56:30.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2024-11-27T17:56:30.227Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3118 | 2024-11-27T17:56:30.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3119 | 2024-11-27T17:56:30.770Z | |
3120 | 2024-11-27T17:56:30.771Z | info: running `cargo check --bins` on db-dev (135/173) |
3121 | 2024-11-27T17:56:31.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2024-11-27T17:56:31.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2024-11-27T17:56:31.430Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3124 | 2024-11-27T17:56:32.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3125 | 2024-11-27T17:56:32.334Z | |
3126 | 2024-11-27T17:56:32.334Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3127 | 2024-11-27T17:56:32.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2024-11-27T17:56:32.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2024-11-27T17:56:32.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3130 | 2024-11-27T17:56:32.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3131 | 2024-11-27T17:56:32.983Z | |
3132 | 2024-11-27T17:56:32.983Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3133 | 2024-11-27T17:56:33.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2024-11-27T17:56:33.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2024-11-27T17:56:33.606Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3136 | 2024-11-27T17:56:34.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
3137 | 2024-11-27T17:56:34.680Z | |
3138 | 2024-11-27T17:56:34.680Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3139 | 2024-11-27T17:56:35.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2024-11-27T17:56:35.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2024-11-27T17:56:35.299Z | Checking cargo-platform v0.1.8 |
3142 | 2024-11-27T17:56:35.565Z | Checking cargo_metadata v0.18.1 |
3143 | 2024-11-27T17:56:36.529Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3144 | 2024-11-27T17:56:37.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
3145 | 2024-11-27T17:56:37.444Z | |
3146 | 2024-11-27T17:56:37.444Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3147 | 2024-11-27T17:56:38.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3148 | 2024-11-27T17:56:38.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3149 | 2024-11-27T17:56:38.161Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3150 | 2024-11-27T17:56:38.874Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3151 | 2024-11-27T17:56:39.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3152 | 2024-11-27T17:56:39.621Z | |
3153 | 2024-11-27T17:56:39.621Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3154 | 2024-11-27T17:56:40.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2024-11-27T17:56:40.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2024-11-27T17:56:40.405Z | Compiling crunchy v0.2.2 |
3157 | 2024-11-27T17:56:40.405Z | Compiling tiny-keccak v2.0.2 |
3158 | 2024-11-27T17:56:40.409Z | Compiling dsl_auto_type v0.1.2 |
3159 | 2024-11-27T17:56:40.409Z | Checking scheduled-thread-pool v0.2.7 |
3160 | 2024-11-27T17:56:40.409Z | Compiling diesel_table_macro_syntax v0.2.0 |
3161 | 2024-11-27T17:56:40.409Z | Compiling ascii-canvas v3.0.0 |
3162 | 2024-11-27T17:56:40.518Z | Compiling ena v0.14.3 |
3163 | 2024-11-27T17:56:40.521Z | Compiling diff v0.1.13 |
3164 | 2024-11-27T17:56:40.709Z | Checking r2d2 v0.8.10 |
3165 | 2024-11-27T17:56:40.850Z | Compiling regex-syntax v0.6.29 |
3166 | 2024-11-27T17:56:40.938Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3167 | 2024-11-27T17:56:40.990Z | Compiling ref-cast v1.0.23 |
3168 | 2024-11-27T17:56:41.022Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3169 | 2024-11-27T17:56:41.067Z | Compiling derive_builder_core v0.20.2 |
3170 | 2024-11-27T17:56:41.172Z | Compiling libxml v0.3.3 |
3171 | 2024-11-27T17:56:41.223Z | Compiling ref-cast-impl v1.0.23 |
3172 | 2024-11-27T17:56:41.330Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3173 | 2024-11-27T17:56:41.563Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3174 | 2024-11-27T17:56:41.608Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3175 | 2024-11-27T17:56:41.821Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3176 | 2024-11-27T17:56:41.852Z | Compiling strum_macros v0.24.3 |
3177 | 2024-11-27T17:56:41.893Z | Compiling samael v0.0.17 |
3178 | 2024-11-27T17:56:42.235Z | Compiling diesel_derives v2.2.3 |
3179 | 2024-11-27T17:56:42.261Z | Compiling indoc v1.0.9 |
3180 | 2024-11-27T17:56:43.260Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3181 | 2024-11-27T17:56:43.547Z | Compiling impl-trait-for-tuples v0.2.2 |
3182 | 2024-11-27T17:56:43.565Z | Compiling derive_builder_macro v0.20.2 |
3183 | 2024-11-27T17:56:44.399Z | Compiling lalrpop v0.19.12 |
3184 | 2024-11-27T17:56:44.456Z | Checking derive_builder v0.20.2 |
3185 | 2024-11-27T17:56:44.615Z | Compiling oso-derive v0.27.3 |
3186 | 2024-11-27T17:56:45.129Z | Checking quick-xml v0.33.0 |
3187 | 2024-11-27T17:56:45.546Z | Compiling diesel-dtrace v0.3.0 |
3188 | 2024-11-27T17:56:45.609Z | Checking maplit v1.0.2 |
3189 | 2024-11-27T17:56:45.761Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3190 | 2024-11-27T17:56:45.913Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3191 | 2024-11-27T17:56:46.196Z | Checking bb8 v0.8.5 |
3192 | 2024-11-27T17:56:46.246Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3193 | 2024-11-27T17:56:46.540Z | Checking castaway v0.2.3 |
3194 | 2024-11-27T17:56:46.692Z | Checking rand_seeder v0.3.0 |
3195 | 2024-11-27T17:56:46.718Z | Checking compact_str v0.8.0 |
3196 | 2024-11-27T17:56:46.950Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3197 | 2024-11-27T17:56:47.076Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3198 | 2024-11-27T17:56:47.137Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3199 | 2024-11-27T17:56:47.514Z | Checking unicode-truncate v1.1.0 |
3200 | 2024-11-27T17:56:47.597Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3201 | 2024-11-27T17:56:47.753Z | Checking lru v0.12.5 |
3202 | 2024-11-27T17:56:47.888Z | Compiling instability v0.3.2 |
3203 | 2024-11-27T17:56:48.057Z | Checking unicode-linebreak v0.1.5 |
3204 | 2024-11-27T17:56:48.544Z | Checking is_ci v1.2.0 |
3205 | 2024-11-27T17:56:48.691Z | Checking smawk v0.3.2 |
3206 | 2024-11-27T17:56:48.828Z | Checking cassowary v0.3.0 |
3207 | 2024-11-27T17:56:48.879Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3208 | 2024-11-27T17:56:49.901Z | Checking textwrap v0.16.1 |
3209 | 2024-11-27T17:56:49.904Z | Checking supports-color v3.0.1 |
3210 | 2024-11-27T17:56:49.904Z | Checking ratatui v0.28.1 |
3211 | 2024-11-27T17:56:49.904Z | Checking multimap v0.10.0 |
3212 | 2024-11-27T17:56:52.159Z | Checking diesel v2.2.4 |
3213 | 2024-11-27T17:57:18.034Z | Compiling polar-core v0.27.3 |
3214 | 2024-11-27T17:57:22.172Z | Checking async-bb8-diesel v0.2.1 |
3215 | 2024-11-27T17:57:25.531Z | Checking oso v0.27.3 |
3216 | 2024-11-27T17:58:37.362Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3217 | 2024-11-27T17:58:43.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
3218 | 2024-11-27T17:58:43.589Z | |
3219 | 2024-11-27T17:58:43.589Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3220 | 2024-11-27T17:58:44.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2024-11-27T17:58:44.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2024-11-27T17:58:44.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3223 | 2024-11-27T17:58:44.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3224 | 2024-11-27T17:58:44.365Z | |
3225 | 2024-11-27T17:58:44.365Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3226 | 2024-11-27T17:58:44.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2024-11-27T17:58:44.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2024-11-27T17:58:44.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3229 | 2024-11-27T17:58:44.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3230 | 2024-11-27T17:58:44.941Z | |
3231 | 2024-11-27T17:58:44.941Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3232 | 2024-11-27T17:58:45.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2024-11-27T17:58:45.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2024-11-27T17:58:45.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3235 | 2024-11-27T17:58:45.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3236 | 2024-11-27T17:58:45.559Z | |
3237 | 2024-11-27T17:58:45.559Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3238 | 2024-11-27T17:58:46.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2024-11-27T17:58:46.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2024-11-27T17:58:46.355Z | Compiling libz-sys v1.1.20 |
3241 | 2024-11-27T17:58:46.466Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3242 | 2024-11-27T17:58:46.480Z | Compiling vergen v8.3.2 |
3243 | 2024-11-27T17:58:46.483Z | Compiling cargo-platform v0.1.8 |
3244 | 2024-11-27T17:58:46.483Z | Compiling pin-project-internal v1.1.6 |
3245 | 2024-11-27T17:58:46.518Z | Compiling libsqlite3-sys v0.30.1 |
3246 | 2024-11-27T17:58:46.518Z | Compiling snafu-derive v0.8.5 |
3247 | 2024-11-27T17:58:46.520Z | Compiling buf-list v1.0.3 |
3248 | 2024-11-27T17:58:46.767Z | Compiling rustls v0.21.12 |
3249 | 2024-11-27T17:58:47.022Z | Compiling cargo_metadata v0.18.1 |
3250 | 2024-11-27T17:58:47.074Z | Compiling cfg_aliases v0.2.1 |
3251 | 2024-11-27T17:58:47.180Z | Checking globset v0.4.15 |
3252 | 2024-11-27T17:58:47.197Z | Compiling nix v0.29.0 |
3253 | 2024-11-27T17:58:47.225Z | Checking olpc-cjson v0.1.4 |
3254 | 2024-11-27T17:58:47.408Z | Checking rustls-webpki v0.101.7 |
3255 | 2024-11-27T17:58:47.446Z | Checking sct v0.7.1 |
3256 | 2024-11-27T17:58:47.625Z | Checking serde_plain v1.0.2 |
3257 | 2024-11-27T17:58:47.668Z | Checking typed-path v0.9.3 |
3258 | 2024-11-27T17:58:48.199Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3259 | 2024-11-27T17:58:48.477Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3260 | 2024-11-27T17:58:48.557Z | Checking hashlink v0.9.1 |
3261 | 2024-11-27T17:58:48.742Z | Checking fallible-streaming-iterator v0.1.9 |
3262 | 2024-11-27T17:58:48.987Z | Checking fallible-iterator v0.3.0 |
3263 | 2024-11-27T17:58:49.178Z | Checking parse-size v1.1.0 |
3264 | 2024-11-27T17:58:49.628Z | Checking pin-project v1.1.6 |
3265 | 2024-11-27T17:58:49.647Z | Checking rusqlite v0.32.1 |
3266 | 2024-11-27T17:58:49.742Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3267 | 2024-11-27T17:58:49.759Z | Checking rustls-pemfile v1.0.4 |
3268 | 2024-11-27T17:58:49.891Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3269 | 2024-11-27T17:58:49.964Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3270 | 2024-11-27T17:58:50.246Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3271 | 2024-11-27T17:58:50.676Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3272 | 2024-11-27T17:58:50.773Z | Checking twox-hash v1.6.3 |
3273 | 2024-11-27T17:58:50.812Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3274 | 2024-11-27T17:58:51.178Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3275 | 2024-11-27T17:58:51.252Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3276 | 2024-11-27T17:58:51.344Z | Checking tokio-rustls v0.24.1 |
3277 | 2024-11-27T17:58:51.707Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3278 | 2024-11-27T17:58:51.829Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3279 | 2024-11-27T17:58:51.851Z | Checking fatfs v0.3.6 |
3280 | 2024-11-27T17:58:52.029Z | Checking snafu v0.8.5 |
3281 | 2024-11-27T17:58:52.510Z | Checking tough v0.19.0 |
3282 | 2024-11-27T17:58:52.751Z | Checking assert_matches v1.5.0 |
3283 | 2024-11-27T17:58:56.766Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3284 | 2024-11-27T17:58:58.137Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3285 | 2024-11-27T17:58:58.795Z | Compiling git2 v0.19.0 |
3286 | 2024-11-27T17:59:03.506Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3287 | 2024-11-27T17:59:56.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3288 | 2024-11-27T17:59:56.260Z | |
3289 | 2024-11-27T17:59:56.260Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3290 | 2024-11-27T17:59:56.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3291 | 2024-11-27T17:59:56.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3292 | 2024-11-27T17:59:56.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3293 | 2024-11-27T17:59:56.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3294 | 2024-11-27T17:59:56.955Z | |
3295 | 2024-11-27T17:59:56.955Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3296 | 2024-11-27T17:59:57.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3297 | 2024-11-27T17:59:57.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3298 | 2024-11-27T17:59:57.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3299 | 2024-11-27T17:59:57.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3300 | 2024-11-27T17:59:57.564Z | |
3301 | 2024-11-27T17:59:57.564Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3302 | 2024-11-27T17:59:58.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3303 | 2024-11-27T17:59:58.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3304 | 2024-11-27T17:59:58.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3305 | 2024-11-27T17:59:58.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3306 | 2024-11-27T17:59:58.216Z | |
3307 | 2024-11-27T17:59:58.216Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3308 | 2024-11-27T17:59:58.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3309 | 2024-11-27T17:59:58.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3310 | 2024-11-27T17:59:58.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3311 | 2024-11-27T17:59:58.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3312 | 2024-11-27T17:59:58.885Z | |
3313 | 2024-11-27T17:59:58.885Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3314 | 2024-11-27T17:59:59.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2024-11-27T17:59:59.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2024-11-27T17:59:59.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3317 | 2024-11-27T17:59:59.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3318 | 2024-11-27T17:59:59.564Z | |
3319 | 2024-11-27T17:59:59.564Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3320 | 2024-11-27T18:00:00.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3321 | 2024-11-27T18:00:00.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3322 | 2024-11-27T18:00:00.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3323 | 2024-11-27T18:00:00.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3324 | 2024-11-27T18:00:00.235Z | |
3325 | 2024-11-27T18:00:00.235Z | info: running `cargo check --bins` on update-common (151/173) |
3326 | 2024-11-27T18:00:00.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3327 | 2024-11-27T18:00:00.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3328 | 2024-11-27T18:00:00.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3329 | 2024-11-27T18:00:00.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3330 | 2024-11-27T18:00:00.896Z | |
3331 | 2024-11-27T18:00:00.896Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3332 | 2024-11-27T18:00:01.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3333 | 2024-11-27T18:00:01.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3334 | 2024-11-27T18:00:01.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3335 | 2024-11-27T18:00:01.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3336 | 2024-11-27T18:00:01.554Z | |
3337 | 2024-11-27T18:00:01.554Z | info: running `cargo check --bins` on tufaceous (153/173) |
3338 | 2024-11-27T18:00:02.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3339 | 2024-11-27T18:00:02.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3340 | 2024-11-27T18:00:02.241Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3341 | 2024-11-27T18:00:03.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
3342 | 2024-11-27T18:00:03.419Z | |
3343 | 2024-11-27T18:00:03.419Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3344 | 2024-11-27T18:00:04.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2024-11-27T18:00:04.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2024-11-27T18:00:04.267Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3347 | 2024-11-27T18:00:04.392Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3348 | 2024-11-27T18:00:04.395Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3349 | 2024-11-27T18:00:04.395Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3350 | 2024-11-27T18:00:30.776Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3351 | 2024-11-27T18:00:30.778Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3352 | 2024-11-27T18:00:30.778Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3353 | 2024-11-27T18:00:30.778Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3354 | 2024-11-27T18:00:30.778Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3355 | 2024-11-27T18:00:31.567Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3356 | 2024-11-27T18:00:32.856Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3357 | 2024-11-27T18:01:11.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
3358 | 2024-11-27T18:01:11.580Z | |
3359 | 2024-11-27T18:01:11.580Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3360 | 2024-11-27T18:01:12.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2024-11-27T18:01:12.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2024-11-27T18:01:12.294Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3363 | 2024-11-27T18:01:12.294Z | Checking heck v0.4.1 |
3364 | 2024-11-27T18:01:12.296Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3365 | 2024-11-27T18:01:12.546Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3366 | 2024-11-27T18:01:13.895Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3367 | 2024-11-27T18:01:14.817Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3368 | 2024-11-27T18:01:15.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
3369 | 2024-11-27T18:01:16.096Z | |
3370 | 2024-11-27T18:01:16.096Z | info: running `cargo check --bins` on installinator-api (156/173) |
3371 | 2024-11-27T18:01:16.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2024-11-27T18:01:16.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2024-11-27T18:01:16.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3374 | 2024-11-27T18:01:16.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3375 | 2024-11-27T18:01:16.749Z | |
3376 | 2024-11-27T18:01:16.749Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3377 | 2024-11-27T18:01:17.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3378 | 2024-11-27T18:01:17.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3379 | 2024-11-27T18:01:17.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3380 | 2024-11-27T18:01:17.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3381 | 2024-11-27T18:01:17.399Z | |
3382 | 2024-11-27T18:01:17.399Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3383 | 2024-11-27T18:01:17.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3384 | 2024-11-27T18:01:17.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3385 | 2024-11-27T18:01:18.079Z | Compiling petname v2.0.2 |
3386 | 2024-11-27T18:01:18.083Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3387 | 2024-11-27T18:01:18.083Z | Checking sync-ptr v0.1.1 |
3388 | 2024-11-27T18:01:19.513Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3389 | 2024-11-27T18:01:21.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
3390 | 2024-11-27T18:01:21.267Z | |
3391 | 2024-11-27T18:01:21.267Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3392 | 2024-11-27T18:01:21.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3393 | 2024-11-27T18:01:21.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3394 | 2024-11-27T18:01:21.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3395 | 2024-11-27T18:01:21.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3396 | 2024-11-27T18:01:21.934Z | |
3397 | 2024-11-27T18:01:21.934Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3398 | 2024-11-27T18:01:22.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2024-11-27T18:01:22.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2024-11-27T18:01:22.607Z | Checking memmap2 v0.9.5 |
3401 | 2024-11-27T18:01:22.607Z | Checking arrayvec v0.7.6 |
3402 | 2024-11-27T18:01:22.609Z | Checking spin v0.5.2 |
3403 | 2024-11-27T18:01:22.609Z | Checking constant_time_eq v0.3.1 |
3404 | 2024-11-27T18:01:22.609Z | Checking arrayref v0.3.9 |
3405 | 2024-11-27T18:01:22.609Z | Checking topological-sort v0.2.2 |
3406 | 2024-11-27T18:01:22.609Z | Checking shell-words v1.1.0 |
3407 | 2024-11-27T18:01:22.876Z | Checking ring v0.16.20 |
3408 | 2024-11-27T18:01:23.006Z | Checking blake3 v1.5.4 |
3409 | 2024-11-27T18:01:23.994Z | Checking omicron-zone-package v0.11.1 |
3410 | 2024-11-27T18:01:25.128Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3411 | 2024-11-27T18:01:26.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
3412 | 2024-11-27T18:01:26.214Z | |
3413 | 2024-11-27T18:01:26.214Z | info: running `cargo check --bins` on xtask (161/173) |
3414 | 2024-11-27T18:01:26.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3415 | 2024-11-27T18:01:26.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3416 | 2024-11-27T18:01:26.648Z | Checking bitflags v2.6.0 |
3417 | 2024-11-27T18:01:26.650Z | Checking serde v1.0.215 |
3418 | 2024-11-27T18:01:26.650Z | Checking thiserror v1.0.69 |
3419 | 2024-11-27T18:01:26.741Z | Checking scroll v0.12.0 |
3420 | 2024-11-27T18:01:26.743Z | Checking log v0.4.22 |
3421 | 2024-11-27T18:01:26.760Z | Checking hashbrown v0.15.0 |
3422 | 2024-11-27T18:01:26.762Z | Checking zerocopy v0.7.35 |
3423 | 2024-11-27T18:01:26.781Z | Checking syn v2.0.87 |
3424 | 2024-11-27T18:01:26.842Z | Checking pest v2.7.14 |
3425 | 2024-11-27T18:01:26.982Z | Checking rustix v0.38.37 |
3426 | 2024-11-27T18:01:27.157Z | Checking once_cell v1.20.2 |
3427 | 2024-11-27T18:01:27.177Z | Checking goblin v0.8.2 |
3428 | 2024-11-27T18:01:27.447Z | Checking fs-err v2.11.0 |
3429 | 2024-11-27T18:01:27.747Z | Checking tabled v0.15.0 |
3430 | 2024-11-27T18:01:27.814Z | Checking indexmap v2.6.0 |
3431 | 2024-11-27T18:01:28.119Z | Checking anyhow v1.0.93 |
3432 | 2024-11-27T18:01:28.912Z | Checking terminal_size v0.4.0 |
3433 | 2024-11-27T18:01:28.912Z | Checking tempfile v3.13.0 |
3434 | 2024-11-27T18:01:29.083Z | Checking clap_builder v4.5.21 |
3435 | 2024-11-27T18:01:29.232Z | Checking dtrace-parser v0.2.0 |
3436 | 2024-11-27T18:01:31.218Z | Checking serde_json v1.0.132 |
3437 | 2024-11-27T18:01:31.218Z | Checking toml_datetime v0.6.8 |
3438 | 2024-11-27T18:01:31.221Z | Checking serde_spanned v0.6.8 |
3439 | 2024-11-27T18:01:31.221Z | Checking camino v1.1.9 |
3440 | 2024-11-27T18:01:31.221Z | Checking cargo-platform v0.1.8 |
3441 | 2024-11-27T18:01:31.278Z | Checking semver v1.0.23 |
3442 | 2024-11-27T18:01:31.290Z | Checking clap v4.5.21 |
3443 | 2024-11-27T18:01:31.358Z | Checking macaddr v1.0.1 |
3444 | 2024-11-27T18:01:31.491Z | Checking toml_edit v0.22.22 |
3445 | 2024-11-27T18:01:31.736Z | Checking camino-tempfile v1.1.1 |
3446 | 2024-11-27T18:01:32.390Z | Checking dof v0.3.0 |
3447 | 2024-11-27T18:01:32.390Z | Checking cargo_metadata v0.18.1 |
3448 | 2024-11-27T18:01:32.803Z | Checking usdt-impl v0.5.0 |
3449 | 2024-11-27T18:01:33.155Z | Checking usdt v0.5.0 |
3450 | 2024-11-27T18:01:33.245Z | Checking toml v0.8.19 |
3451 | 2024-11-27T18:01:33.721Z | Checking cargo_toml v0.20.5 |
3452 | 2024-11-27T18:01:34.942Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3453 | 2024-11-27T18:01:35.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.34s |
3454 | 2024-11-27T18:01:35.659Z | |
3455 | 2024-11-27T18:01:35.659Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3456 | 2024-11-27T18:01:36.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3457 | 2024-11-27T18:01:36.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3458 | 2024-11-27T18:01:36.429Z | Checking polyval v0.6.2 |
3459 | 2024-11-27T18:01:36.543Z | Checking ctr v0.9.2 |
3460 | 2024-11-27T18:01:36.556Z | Checking ssh-encoding v0.2.0 |
3461 | 2024-11-27T18:01:36.556Z | Checking blowfish v0.9.1 |
3462 | 2024-11-27T18:01:36.581Z | Checking password-hash v0.4.2 |
3463 | 2024-11-27T18:01:36.584Z | Checking matches v0.1.10 |
3464 | 2024-11-27T18:01:36.611Z | Checking p521 v0.13.3 |
3465 | 2024-11-27T18:01:36.611Z | Checking p256 v0.13.2 |
3466 | 2024-11-27T18:01:36.683Z | Checking idna v0.2.3 |
3467 | 2024-11-27T18:01:36.771Z | Checking ghash v0.5.1 |
3468 | 2024-11-27T18:01:36.815Z | Compiling enum-as-inner v0.5.1 |
3469 | 2024-11-27T18:01:36.844Z | Checking bcrypt-pbkdf v0.10.0 |
3470 | 2024-11-27T18:01:36.863Z | Checking russh-cryptovec v0.7.3 |
3471 | 2024-11-27T18:01:36.936Z | Checking aes-gcm v0.10.3 |
3472 | 2024-11-27T18:01:36.980Z | Checking pbkdf2 v0.11.0 |
3473 | 2024-11-27T18:01:37.062Z | Checking md5 v0.7.0 |
3474 | 2024-11-27T18:01:37.083Z | Checking num-bigint v0.4.6 |
3475 | 2024-11-27T18:01:37.100Z | Checking des v0.8.1 |
3476 | 2024-11-27T18:01:37.177Z | Checking ssh-cipher v0.2.0 |
3477 | 2024-11-27T18:01:37.257Z | Compiling dhcproto-macros v0.1.0 |
3478 | 2024-11-27T18:01:37.340Z | Checking hex-literal v0.4.1 |
3479 | 2024-11-27T18:01:37.365Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3480 | 2024-11-27T18:01:37.474Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3481 | 2024-11-27T18:01:37.477Z | Checking ssh-key v0.6.6 |
3482 | 2024-11-27T18:01:37.518Z | Checking internet-checksum v0.2.1 |
3483 | 2024-11-27T18:01:37.838Z | Checking trust-dns-proto v0.22.0 |
3484 | 2024-11-27T18:01:38.789Z | Checking russh-keys v0.45.0 |
3485 | 2024-11-27T18:01:39.731Z | Checking russh v0.45.0 |
3486 | 2024-11-27T18:01:40.340Z | Checking dhcproto v0.12.0 |
3487 | 2024-11-27T18:01:57.365Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3488 | 2024-11-27T18:01:58.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.12s |
3489 | 2024-11-27T18:01:58.982Z | |
3490 | 2024-11-27T18:01:58.982Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3491 | 2024-11-27T18:01:59.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3492 | 2024-11-27T18:01:59.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3493 | 2024-11-27T18:01:59.627Z | Checking termios v0.3.3 |
3494 | 2024-11-27T18:01:59.847Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3495 | 2024-11-27T18:02:00.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3496 | 2024-11-27T18:02:00.797Z | |
3497 | 2024-11-27T18:02:00.798Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3498 | 2024-11-27T18:02:01.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3499 | 2024-11-27T18:02:01.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3500 | 2024-11-27T18:02:01.503Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3501 | 2024-11-27T18:02:03.508Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3502 | 2024-11-27T18:02:05.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
3503 | 2024-11-27T18:02:05.571Z | |
3504 | 2024-11-27T18:02:05.571Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3505 | 2024-11-27T18:02:06.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3506 | 2024-11-27T18:02:06.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3507 | 2024-11-27T18:02:06.206Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3508 | 2024-11-27T18:02:06.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3509 | 2024-11-27T18:02:06.867Z | |
3510 | 2024-11-27T18:02:06.867Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3511 | 2024-11-27T18:02:07.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3512 | 2024-11-27T18:02:07.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3513 | 2024-11-27T18:02:07.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3514 | 2024-11-27T18:02:07.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3515 | 2024-11-27T18:02:07.474Z | |
3516 | 2024-11-27T18:02:07.474Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3517 | 2024-11-27T18:02:08.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3518 | 2024-11-27T18:02:08.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3519 | 2024-11-27T18:02:08.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3520 | 2024-11-27T18:02:08.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3521 | 2024-11-27T18:02:08.087Z | |
3522 | 2024-11-27T18:02:08.088Z | info: running `cargo check --bins` on omicron-package (168/173) |
3523 | 2024-11-27T18:02:08.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3524 | 2024-11-27T18:02:08.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3525 | 2024-11-27T18:02:08.751Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3526 | 2024-11-27T18:02:10.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3527 | 2024-11-27T18:02:10.240Z | |
3528 | 2024-11-27T18:02:10.240Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3529 | 2024-11-27T18:02:10.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3530 | 2024-11-27T18:02:10.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3531 | 2024-11-27T18:02:10.948Z | Checking rtoolbox v0.0.2 |
3532 | 2024-11-27T18:02:10.951Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3533 | 2024-11-27T18:02:10.951Z | Checking tui-tree-widget v0.22.0 |
3534 | 2024-11-27T18:02:11.175Z | Checking rpassword v7.3.1 |
3535 | 2024-11-27T18:02:15.301Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3536 | 2024-11-27T18:02:18.350Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3537 | 2024-11-27T18:02:19.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.33s |
3538 | 2024-11-27T18:02:19.762Z | |
3539 | 2024-11-27T18:02:19.762Z | info: running `cargo check --bins` on wicket (170/173) |
3540 | 2024-11-27T18:02:20.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3541 | 2024-11-27T18:02:20.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3542 | 2024-11-27T18:02:20.459Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3543 | 2024-11-27T18:02:20.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3544 | 2024-11-27T18:02:21.086Z | |
3545 | 2024-11-27T18:02:21.086Z | info: running `cargo check --bins` on wicketd (171/173) |
3546 | 2024-11-27T18:02:21.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3547 | 2024-11-27T18:02:21.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3548 | 2024-11-27T18:02:21.799Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3549 | 2024-11-27T18:02:25.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
3550 | 2024-11-27T18:02:25.953Z | |
3551 | 2024-11-27T18:02:25.953Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3552 | 2024-11-27T18:02:26.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3553 | 2024-11-27T18:02:26.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3554 | 2024-11-27T18:02:26.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3555 | 2024-11-27T18:02:26.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3556 | 2024-11-27T18:02:26.566Z | |
3557 | 2024-11-27T18:02:26.566Z | info: running `cargo check --bins` on zone-setup (173/173) |
3558 | 2024-11-27T18:02:27.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3559 | 2024-11-27T18:02:27.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3560 | 2024-11-27T18:02:27.300Z | Checking uzers v0.12.1 |
3561 | 2024-11-27T18:02:27.641Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3562 | 2024-11-27T18:02:28.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
3563 | 2024-11-27T18:02:29.013Z | |
3564 | 2024-11-27T18:02:29.016Z | real 13:04.625750823 |
3565 | 2024-11-27T18:02:29.016Z | user 24:24.550166283 |
3566 | 2024-11-27T18:02:29.016Z | sys 5:29.540131720 |
3567 | 2024-11-27T18:02:29.016Z | trap 0.480926868 |
3568 | 2024-11-27T18:02:29.016Z | tflt 2.487630772 |
3569 | 2024-11-27T18:02:29.016Z | dflt 3.020874195 |
3570 | 2024-11-27T18:02:29.016Z | kflt 0.000809307 |
3571 | 2024-11-27T18:02:29.016Z | lock 46:14.950944415 |
3572 | 2024-11-27T18:02:29.016Z | slp 2:07:18.519766454 |
3573 | 2024-11-27T18:02:29.016Z | lat 1:01.066431652 |
3574 | 2024-11-27T18:02:29.016Z | stop 3:19.898634500 |
3575 | 2024-11-27T18:02:29.016Z | process exited: duration 1122496 ms, exit code 0 |
|
3576 | 2024-11-27T18:02:29.023Z | found 0 output files |