|
|
|
1 | 2024-11-20T00:44:06.655Z | job assigned to worker 01JD3GC3EHE8R68BZ46GBYD9SZ [factory aws, i-06e692f60a469ae91] (queued for 55 s) |
|
2 | 2024-11-20T00:44:15.236Z | starting task 0: "setup" |
3 | 2024-11-20T00:44:15.244Z | ++ uname -s |
4 | 2024-11-20T00:44:15.248Z | + kern=SunOS |
5 | 2024-11-20T00:44:15.248Z | + case "$kern" in |
6 | 2024-11-20T00:44:15.248Z | + groupadd -g 12345 build |
7 | 2024-11-20T00:44:15.248Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-20T00:44:17.253Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-20T00:44:17.336Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-20T00:44:17.339Z | + home_fs=zfs |
11 | 2024-11-20T00:44:17.339Z | + [[ zfs == autofs ]] |
12 | 2024-11-20T00:44:17.339Z | + mkdir -p /home/build |
13 | 2024-11-20T00:44:17.341Z | + chown build:build /home/build /work |
14 | 2024-11-20T00:44:19.342Z | + chmod 0700 /home/build /work |
15 | 2024-11-20T00:44:19.345Z | process exited: duration 4111 ms, exit code 0 |
|
16 | 2024-11-20T00:44:19.350Z | starting task 1: "rust-toolchain" |
17 | 2024-11-20T00:44:19.356Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-20T00:44:19.356Z | ' 1.81.0 |
19 | 2024-11-20T00:44:19.356Z | * toolchain channel = "1.81.0" |
20 | 2024-11-20T00:44:19.356Z | * toolchain profile = "default" |
21 | 2024-11-20T00:44:19.356Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-20T00:44:19.356Z | ' default |
23 | 2024-11-20T00:44:19.359Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-20T00:44:19.359Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-20T00:44:19.483Z | info: downloading installer |
26 | 2024-11-20T00:44:20.849Z | info: profile set to 'default' |
27 | 2024-11-20T00:44:20.849Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-20T00:44:20.854Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-20T00:44:20.992Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-20T00:44:20.992Z | info: downloading component 'cargo' |
31 | 2024-11-20T00:44:21.779Z | info: downloading component 'clippy' |
32 | 2024-11-20T00:44:22.071Z | info: downloading component 'rust-docs' |
33 | 2024-11-20T00:44:23.162Z | info: downloading component 'rust-std' |
34 | 2024-11-20T00:44:24.898Z | info: downloading component 'rustc' |
35 | 2024-11-20T00:44:31.600Z | info: downloading component 'rustfmt' |
36 | 2024-11-20T00:44:31.821Z | info: installing component 'cargo' |
37 | 2024-11-20T00:44:32.622Z | info: installing component 'clippy' |
38 | 2024-11-20T00:44:32.980Z | info: installing component 'rust-docs' |
39 | 2024-11-20T00:44:34.633Z | info: installing component 'rust-std' |
40 | 2024-11-20T00:44:36.396Z | info: installing component 'rustc' |
41 | 2024-11-20T00:44:41.986Z | info: installing component 'rustfmt' |
42 | 2024-11-20T00:44:42.305Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-20T00:44:42.305Z | |
44 | 2024-11-20T00:44:42.666Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-20T00:44:42.666Z | |
46 | 2024-11-20T00:44:42.671Z | |
47 | 2024-11-20T00:44:42.671Z | Rust is installed now. Great! |
48 | 2024-11-20T00:44:42.671Z | |
49 | 2024-11-20T00:44:42.671Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-20T00:44:42.671Z | environment variable. This has not been done automatically. |
51 | 2024-11-20T00:44:42.671Z | |
52 | 2024-11-20T00:44:42.671Z | To configure your current shell, you need to source |
53 | 2024-11-20T00:44:42.671Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-20T00:44:42.671Z | |
55 | 2024-11-20T00:44:42.671Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-20T00:44:42.671Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-20T00:44:42.671Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-20T00:44:42.739Z | + rustc --version |
59 | 2024-11-20T00:44:42.803Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-20T00:44:42.806Z | process exited: duration 23455 ms, exit code 0 |
|
61 | 2024-11-20T00:44:42.812Z | starting task 2: "authentication" |
62 | 2024-11-20T00:44:42.833Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-20T00:44:42.838Z | starting task 3: "clone repository" |
64 | 2024-11-20T00:44:42.844Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-20T00:44:42.846Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-20T00:44:43.103Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-20T00:44:49.829Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-20T00:44:49.829Z | + git fetch origin 034856d52d23db4e329953f9086e8909aa5402aa |
69 | 2024-11-20T00:44:50.145Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-20T00:44:50.145Z | * branch 034856d52d23db4e329953f9086e8909aa5402aa -> FETCH_HEAD |
71 | 2024-11-20T00:44:50.156Z | + [[ -n fix-mountpoint-for-tests ]] |
72 | 2024-11-20T00:44:50.159Z | ++ git branch --show-current |
73 | 2024-11-20T00:44:50.163Z | + current=main |
74 | 2024-11-20T00:44:50.163Z | + [[ main != fix-mountpoint-for-tests ]] |
75 | 2024-11-20T00:44:50.163Z | + git branch -f fix-mountpoint-for-tests 034856d52d23db4e329953f9086e8909aa5402aa |
76 | 2024-11-20T00:44:50.168Z | + git checkout -f fix-mountpoint-for-tests |
77 | 2024-11-20T00:44:50.339Z | Switched to branch 'fix-mountpoint-for-tests' |
78 | 2024-11-20T00:44:50.343Z | + git reset --hard 034856d52d23db4e329953f9086e8909aa5402aa |
79 | 2024-11-20T00:44:50.354Z | HEAD is now at 034856d52 Use test-configured mountpoint root for datasets |
80 | 2024-11-20T00:44:50.357Z | process exited: duration 7517 ms, exit code 0 |
|
81 | 2024-11-20T00:44:50.362Z | starting task 4: "build" |
82 | 2024-11-20T00:44:50.369Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-20T00:44:50.372Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-20T00:44:50.372Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-20T00:44:50.372Z | + cargo --version |
86 | 2024-11-20T00:44:50.424Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-20T00:44:50.428Z | + rustc --version |
88 | 2024-11-20T00:44:50.487Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-20T00:44:50.490Z | + source ./env.sh |
90 | 2024-11-20T00:44:50.490Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-20T00:44:50.490Z | ++ set -o xtrace |
92 | 2024-11-20T00:44:50.494Z | ++++ dirname ./env.sh |
93 | 2024-11-20T00:44:50.497Z | +++ readlink -f . |
94 | 2024-11-20T00:44:50.510Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-20T00:44:50.513Z | ++ 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-20T00:44:50.514Z | ++ 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-20T00:44:50.514Z | ++ 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-20T00:44:50.514Z | ++ 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-20T00:44:50.514Z | ++ 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-20T00:44:50.514Z | ++ 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-20T00:44:50.514Z | ++ 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-20T00:44:50.514Z | ++ 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-20T00:44:50.514Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-20T00:44:50.514Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-20T00:44:50.514Z | + 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-20T00:44:50.514Z | + 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-20T00:44:50.514Z | + banner prerequisites |
108 | 2024-11-20T00:44:50.532Z | |
109 | 2024-11-20T00:44:50.532Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-20T00:44:50.533Z | # # # # # # # # # # # # # # # |
111 | 2024-11-20T00:44:50.533Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-20T00:44:50.533Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-20T00:44:50.533Z | # # # # # # # # # # # # # # # |
114 | 2024-11-20T00:44:50.533Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-20T00:44:50.533Z | |
116 | 2024-11-20T00:44:50.535Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-20T00:45:03.049Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-20T00:45:06.831Z | Startup: Caching catalogs ... Done |
119 | 2024-11-20T00:45:15.632Z | Planning: Solver setup ... Done (8.045s) |
120 | 2024-11-20T00:45:15.742Z | Planning: Running solver ... Done (0.111s) |
121 | 2024-11-20T00:45:15.918Z | Planning: Finding local manifests ... Done (0.089s) |
122 | 2024-11-20T00:45:15.968Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-20T00:45:16.724Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-20T00:45:16.915Z | Planning: Package planning ... Done (0.193s) |
125 | 2024-11-20T00:45:16.970Z | Planning: Merging actions ... Done (0.055s) |
126 | 2024-11-20T00:45:17.618Z | Planning: Checking for conflicting actions ... Done (0.650s) |
127 | 2024-11-20T00:45:21.710Z | Planning: Consolidating action changes ... Done (4.092s) |
128 | 2024-11-20T00:45:22.254Z | Planning: Evaluating mediators ... Done (0.543s) |
129 | 2024-11-20T00:45:22.376Z | Planning: Planning completed in 15.46 seconds |
130 | 2024-11-20T00:45:22.410Z | Packages to install: 4 |
131 | 2024-11-20T00:45:22.410Z | Packages to update: 1 |
132 | 2024-11-20T00:45:22.413Z | Mediators to change: 2 |
133 | 2024-11-20T00:45:22.413Z | Services to change: 1 |
134 | 2024-11-20T00:45:22.413Z | Estimated space available: 155.64 GB |
135 | 2024-11-20T00:45:22.413Z | Estimated space to be consumed: 1.60 GB |
136 | 2024-11-20T00:45:22.413Z | Create boot environment: No |
137 | 2024-11-20T00:45:22.413Z | Create backup boot environment: Yes |
138 | 2024-11-20T00:45:22.413Z | Rebuild boot archive: No |
139 | 2024-11-20T00:45:22.413Z | |
140 | 2024-11-20T00:45:22.413Z | Changed mediators: |
141 | 2024-11-20T00:45:22.413Z | mediator clang: |
142 | 2024-11-20T00:45:22.413Z | version: None -> 15 (system default) |
143 | 2024-11-20T00:45:22.413Z | |
144 | 2024-11-20T00:45:22.413Z | mediator llvm: |
145 | 2024-11-20T00:45:22.413Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-20T00:45:22.413Z | |
147 | 2024-11-20T00:45:22.413Z | Changed packages: |
148 | 2024-11-20T00:45:22.413Z | helios-dev |
149 | 2024-11-20T00:45:22.413Z | developer/build-essential |
150 | 2024-11-20T00:45:22.413Z | None -> 11-2.0 |
151 | 2024-11-20T00:45:22.413Z | library/libxmlsec1 |
152 | 2024-11-20T00:45:22.413Z | None -> 1.2.35-2.0 |
153 | 2024-11-20T00:45:22.413Z | ooce/developer/clang-15 |
154 | 2024-11-20T00:45:22.413Z | None -> 15.0.7-2.0 |
155 | 2024-11-20T00:45:22.413Z | ooce/developer/llvm-15 |
156 | 2024-11-20T00:45:22.413Z | None -> 15.0.7-2.0 |
157 | 2024-11-20T00:45:22.413Z | package/pkg |
158 | 2024-11-20T00:45:22.413Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-20T00:45:22.413Z | |
160 | 2024-11-20T00:45:22.413Z | Services: |
161 | 2024-11-20T00:45:22.413Z | restart_fmri: |
162 | 2024-11-20T00:45:22.413Z | svc:/system/update-man-index:default |
163 | 2024-11-20T00:45:22.413Z | |
164 | 2024-11-20T00:45:22.413Z | Editable files to change: |
165 | 2024-11-20T00:45:22.413Z | Update: |
166 | 2024-11-20T00:45:22.413Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-20T00:45:22.628Z | |
168 | 2024-11-20T00:45:22.629Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-20T00:45:28.765Z | Download: 211/4281 items 1.3/220.6MB 0% complete (446k/s) |
170 | 2024-11-20T00:45:33.768Z | Download: 976/4281 items 19.4/220.6MB 8% complete (1.9M/s) |
171 | 2024-11-20T00:45:38.768Z | Download: 1233/4281 items 96.3/220.6MB 43% complete (9.4M/s) |
172 | 2024-11-20T00:45:43.825Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (10.1M/s) |
173 | 2024-11-20T00:45:48.923Z | Download: 3245/4281 items 203.0/220.6MB 92% complete (11.8M/s) |
174 | 2024-11-20T00:45:53.924Z | Download: 3886/4281 items 218.6/220.6MB 99% complete (10.0M/s) |
175 | 2024-11-20T00:46:01.292Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (9.5M/s) |
176 | 2024-11-20T00:46:01.396Z | Download: Completed 220.60 MB in 38.77 seconds (5.7M/s) |
177 | 2024-11-20T00:46:03.449Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2024-11-20T00:46:03.469Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2024-11-20T00:46:08.470Z | Actions: 4125/5063 actions (Installing new actions) |
180 | 2024-11-20T00:46:08.863Z | Actions: 4226/5063 actions (Updating modified actions) |
181 | 2024-11-20T00:46:09.210Z | Actions: Completed 5063 actions in 5.76 seconds. |
182 | 2024-11-20T00:46:09.426Z | Done (0.207s) |
183 | 2024-11-20T00:46:09.428Z | Done (0.000s) |
184 | 2024-11-20T00:46:09.953Z | Done (0.526s) |
185 | 2024-11-20T00:46:15.854Z | Done (5.695s) |
186 | 2024-11-20T00:46:16.091Z | Done (0.168s) |
187 | 2024-11-20T00:46:16.094Z | Done (0.000s) |
188 | 2024-11-20T00:46:16.255Z | Done (0.000s) |
189 | 2024-11-20T00:46:16.934Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-11-20T00:46:17.093Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-11-20T00:46:17.096Z | Planning: Consolidating action changes ... Done |
192 | 2024-11-20T00:46:17.363Z | Planning: Evaluating mediators ... Done |
193 | 2024-11-20T00:46:17.365Z | Planning: Planning completed in 0.43 seconds |
194 | 2024-11-20T00:46:17.401Z | Mediators to change: 2 |
195 | 2024-11-20T00:46:17.401Z | Create boot environment: No |
196 | 2024-11-20T00:46:17.404Z | Create backup boot environment: No |
197 | 2024-11-20T00:46:17.555Z | Done |
198 | 2024-11-20T00:46:17.556Z | Done |
199 | 2024-11-20T00:46:17.902Z | Done |
200 | 2024-11-20T00:46:21.580Z | Done |
201 | 2024-11-20T00:46:21.673Z | Done |
202 | 2024-11-20T00:46:21.677Z | Done |
203 | 2024-11-20T00:46:21.827Z | Done |
204 | 2024-11-20T00:46:22.443Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-11-20T00:46:22.445Z | Planning: Merging actions ... Done |
206 | 2024-11-20T00:46:22.634Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-11-20T00:46:22.637Z | Planning: Consolidating action changes ... Done |
208 | 2024-11-20T00:46:22.905Z | Planning: Evaluating mediators ... Done |
209 | 2024-11-20T00:46:22.963Z | Planning: Planning completed in 0.77 seconds |
210 | 2024-11-20T00:46:23.003Z | Packages to change: 1 |
211 | 2024-11-20T00:46:23.003Z | Mediators to change: 1 |
212 | 2024-11-20T00:46:23.005Z | Services to change: 1 |
213 | 2024-11-20T00:46:23.005Z | Create boot environment: No |
214 | 2024-11-20T00:46:23.005Z | Create backup boot environment: Yes |
215 | 2024-11-20T00:46:25.007Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2024-11-20T00:46:25.049Z | Actions: Completed 6 actions in 0.04 seconds. |
217 | 2024-11-20T00:46:25.052Z | Done |
218 | 2024-11-20T00:46:25.052Z | Done |
219 | 2024-11-20T00:46:25.159Z | Done |
220 | 2024-11-20T00:46:28.812Z | Done |
221 | 2024-11-20T00:46:28.903Z | Done |
222 | 2024-11-20T00:46:28.907Z | Done |
223 | 2024-11-20T00:46:29.008Z | Done |
224 | 2024-11-20T00:46:29.434Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2024-11-20T00:46:29.434Z | clang system 15 system |
226 | 2024-11-20T00:46:29.434Z | csh system system illumos |
227 | 2024-11-20T00:46:29.434Z | ctags system system illumos |
228 | 2024-11-20T00:46:29.434Z | gcc vendor 12 vendor |
229 | 2024-11-20T00:46:29.434Z | gcc system 10 system |
230 | 2024-11-20T00:46:29.434Z | gcc system 7 system |
231 | 2024-11-20T00:46:29.434Z | go system 1.20 system |
232 | 2024-11-20T00:46:29.434Z | go system 1.19 system |
233 | 2024-11-20T00:46:29.434Z | llvm system 15 system |
234 | 2024-11-20T00:46:29.434Z | llvm system 14 system |
235 | 2024-11-20T00:46:29.434Z | mariadb system 10.6 system |
236 | 2024-11-20T00:46:29.435Z | mta vendor vendor dma |
237 | 2024-11-20T00:46:29.435Z | openjdk system 17 system |
238 | 2024-11-20T00:46:29.435Z | openjdk system 11 system |
239 | 2024-11-20T00:46:29.435Z | openjdk system 1.8 system |
240 | 2024-11-20T00:46:29.435Z | openssl vendor 3 vendor |
241 | 2024-11-20T00:46:29.435Z | perl system 5.36 system |
242 | 2024-11-20T00:46:29.435Z | postgresql system 15 system |
243 | 2024-11-20T00:46:29.435Z | postgresql system 13 system |
244 | 2024-11-20T00:46:29.435Z | python vendor 3 vendor |
245 | 2024-11-20T00:46:29.435Z | python system 2 system |
246 | 2024-11-20T00:46:29.435Z | python3 system 3.11 system |
247 | 2024-11-20T00:46:29.435Z | ruby system 3.0 system |
248 | 2024-11-20T00:46:29.435Z | words vendor vendor american-english |
249 | 2024-11-20T00:46:29.435Z | words system system australian-english |
250 | 2024-11-20T00:46:29.435Z | words system system british-english |
251 | 2024-11-20T00:46:29.435Z | words system system canadian-english |
252 | 2024-11-20T00:46:29.435Z | words system system french |
253 | 2024-11-20T00:46:29.435Z | words system system italian |
254 | 2024-11-20T00:46:29.435Z | words system system ngerman |
255 | 2024-11-20T00:46:29.435Z | words system system ogerman |
256 | 2024-11-20T00:46:29.435Z | words system system spanish |
257 | 2024-11-20T00:46:29.770Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2024-11-20T00:46:29.770Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2024-11-20T00:46:32.322Z | FMRI IFO |
260 | 2024-11-20T00:46:32.322Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2024-11-20T00:46:32.322Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2024-11-20T00:46:32.322Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2024-11-20T00:46:32.322Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2024-11-20T00:46:32.322Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2024-11-20T00:46:32.322Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2024-11-20T00:46:32.322Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
267 | 2024-11-20T00:46:32.322Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
268 | 2024-11-20T00:46:32.322Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
269 | 2024-11-20T00:46:32.322Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
270 | 2024-11-20T00:46:32.322Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
271 | 2024-11-20T00:46:32.322Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
272 | 2024-11-20T00:46:32.322Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
273 | 2024-11-20T00:46:32.322Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
274 | 2024-11-20T00:46:32.322Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2024-11-20T00:46:33.073Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
276 | 2024-11-20T00:46:33.342Z | Updating crates.io index |
277 | 2024-11-20T00:46:33.346Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
278 | 2024-11-20T00:46:34.250Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
279 | 2024-11-20T00:46:34.538Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
280 | 2024-11-20T00:46:34.764Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
281 | 2024-11-20T00:46:35.042Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
282 | 2024-11-20T00:46:35.939Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
283 | 2024-11-20T00:46:38.326Z | Updating git repository `https://github.com/oxidecomputer/opte` |
284 | 2024-11-20T00:46:39.342Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
285 | 2024-11-20T00:46:40.092Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
286 | 2024-11-20T00:46:40.352Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
287 | 2024-11-20T00:46:40.621Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
288 | 2024-11-20T00:46:41.251Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
289 | 2024-11-20T00:46:41.524Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
290 | 2024-11-20T00:46:41.874Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
291 | 2024-11-20T00:46:42.171Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
292 | 2024-11-20T00:46:42.419Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
293 | 2024-11-20T00:46:42.673Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
294 | 2024-11-20T00:46:42.938Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
295 | 2024-11-20T00:46:43.255Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
296 | 2024-11-20T00:46:43.649Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
297 | 2024-11-20T00:46:44.015Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
298 | 2024-11-20T00:46:44.551Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
299 | 2024-11-20T00:46:44.799Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
300 | 2024-11-20T00:46:45.297Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
301 | 2024-11-20T00:46:45.629Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2024-11-20T00:46:46.004Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2024-11-20T00:46:46.267Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2024-11-20T00:46:47.540Z | Downloading crates ... |
305 | 2024-11-20T00:46:47.619Z | Downloaded plain v0.2.3 |
306 | 2024-11-20T00:46:47.652Z | Downloaded anyhow v1.0.93 |
307 | 2024-11-20T00:46:47.656Z | Downloaded autocfg v1.4.0 |
308 | 2024-11-20T00:46:47.659Z | Downloaded anstyle v1.0.10 |
309 | 2024-11-20T00:46:47.662Z | Downloaded bitflags v2.6.0 |
310 | 2024-11-20T00:46:47.666Z | Downloaded anstyle-query v1.1.1 |
311 | 2024-11-20T00:46:47.668Z | Downloaded anstyle-parse v0.2.5 |
312 | 2024-11-20T00:46:47.671Z | Downloaded anstream v0.6.15 |
313 | 2024-11-20T00:46:47.677Z | Downloaded block-buffer v0.10.4 |
314 | 2024-11-20T00:46:47.687Z | Downloaded hashbrown v0.15.0 |
315 | 2024-11-20T00:46:47.692Z | Downloaded clap_lex v0.7.2 |
316 | 2024-11-20T00:46:47.694Z | Downloaded clap_derive v4.5.18 |
317 | 2024-11-20T00:46:47.697Z | Downloaded cargo_toml v0.20.5 |
318 | 2024-11-20T00:46:47.700Z | Downloaded serde v1.0.215 |
319 | 2024-11-20T00:46:47.703Z | Downloaded heck v0.4.1 |
320 | 2024-11-20T00:46:47.706Z | Downloaded fs-err v2.11.0 |
321 | 2024-11-20T00:46:47.711Z | Downloaded crypto-common v0.1.6 |
322 | 2024-11-20T00:46:47.714Z | Downloaded clap_builder v4.5.21 |
323 | 2024-11-20T00:46:47.720Z | Downloaded memmap v0.7.0 |
324 | 2024-11-20T00:46:47.724Z | Downloaded itoa v1.0.11 |
325 | 2024-11-20T00:46:47.724Z | Downloaded sha2 v0.10.8 |
326 | 2024-11-20T00:46:47.727Z | Downloaded colorchoice v1.0.2 |
327 | 2024-11-20T00:46:47.727Z | Downloaded equivalent v1.0.1 |
328 | 2024-11-20T00:46:47.727Z | Downloaded bytecount v0.6.8 |
329 | 2024-11-20T00:46:47.730Z | Downloaded is_terminal_polyfill v1.70.1 |
330 | 2024-11-20T00:46:47.730Z | Downloaded fastrand v2.1.1 |
331 | 2024-11-20T00:46:47.732Z | Downloaded errno v0.3.9 |
332 | 2024-11-20T00:46:47.732Z | Downloaded dtrace-parser v0.2.0 |
333 | 2024-11-20T00:46:47.735Z | Downloaded cargo-platform v0.1.8 |
334 | 2024-11-20T00:46:47.735Z | Downloaded byteorder v1.5.0 |
335 | 2024-11-20T00:46:47.739Z | Downloaded usdt-macro v0.5.0 |
336 | 2024-11-20T00:46:47.742Z | Downloaded once_cell v1.20.2 |
337 | 2024-11-20T00:46:47.744Z | Downloaded pretty-hex v0.4.1 |
338 | 2024-11-20T00:46:47.745Z | Downloaded macaddr v1.0.1 |
339 | 2024-11-20T00:46:47.748Z | Downloaded scroll_derive v0.12.0 |
340 | 2024-11-20T00:46:47.756Z | Downloaded usdt-attr-macro v0.5.0 |
341 | 2024-11-20T00:46:47.759Z | Downloaded swrite v0.1.0 |
342 | 2024-11-20T00:46:47.765Z | Downloaded heck v0.5.0 |
343 | 2024-11-20T00:46:47.768Z | Downloaded generic-array v0.14.7 |
344 | 2024-11-20T00:46:47.768Z | Downloaded dof v0.3.0 |
345 | 2024-11-20T00:46:47.770Z | Downloaded cpufeatures v0.2.14 |
346 | 2024-11-20T00:46:47.770Z | Downloaded cfg-if v1.0.0 |
347 | 2024-11-20T00:46:47.774Z | Downloaded smawk v0.3.2 |
348 | 2024-11-20T00:46:47.777Z | Downloaded terminal_size v0.4.0 |
349 | 2024-11-20T00:46:47.779Z | Downloaded toml_datetime v0.6.8 |
350 | 2024-11-20T00:46:47.782Z | Downloaded indexmap v2.6.0 |
351 | 2024-11-20T00:46:47.786Z | Downloaded version_check v0.9.5 |
352 | 2024-11-20T00:46:47.788Z | Downloaded proc-macro-error-attr v1.0.4 |
353 | 2024-11-20T00:46:47.792Z | Downloaded strsim v0.11.1 |
354 | 2024-11-20T00:46:47.795Z | Downloaded utf8parse v0.2.2 |
355 | 2024-11-20T00:46:47.795Z | Downloaded thiserror v1.0.69 |
356 | 2024-11-20T00:46:47.797Z | Downloaded serde_spanned v0.6.8 |
357 | 2024-11-20T00:46:47.801Z | Downloaded unicode-linebreak v0.1.5 |
358 | 2024-11-20T00:46:47.803Z | Downloaded tabled_derive v0.7.0 |
359 | 2024-11-20T00:46:47.808Z | Downloaded usdt v0.5.0 |
360 | 2024-11-20T00:46:47.811Z | Downloaded cargo_metadata v0.18.1 |
361 | 2024-11-20T00:46:47.811Z | Downloaded serde_tokenstream v0.2.2 |
362 | 2024-11-20T00:46:47.813Z | Downloaded pest_generator v2.7.14 |
363 | 2024-11-20T00:46:47.816Z | Downloaded camino v1.1.9 |
364 | 2024-11-20T00:46:47.819Z | Downloaded tempfile v3.13.0 |
365 | 2024-11-20T00:46:47.821Z | Downloaded digest v0.10.7 |
366 | 2024-11-20T00:46:47.825Z | Downloaded thread-id v4.2.2 |
367 | 2024-11-20T00:46:47.828Z | Downloaded thiserror-impl v1.0.69 |
368 | 2024-11-20T00:46:47.828Z | Downloaded semver v1.0.23 |
369 | 2024-11-20T00:46:47.831Z | Downloaded scroll v0.12.0 |
370 | 2024-11-20T00:46:47.831Z | Downloaded proc-macro-error v1.0.4 |
371 | 2024-11-20T00:46:47.834Z | Downloaded pest_derive v2.7.14 |
372 | 2024-11-20T00:46:47.836Z | Downloaded fnv v1.0.7 |
373 | 2024-11-20T00:46:47.839Z | Downloaded camino-tempfile v1.1.1 |
374 | 2024-11-20T00:46:47.957Z | Downloaded quote v1.0.37 |
375 | 2024-11-20T00:46:47.960Z | Downloaded usdt-impl v0.5.0 |
376 | 2024-11-20T00:46:47.976Z | Downloaded textwrap v0.16.1 |
377 | 2024-11-20T00:46:47.980Z | Downloaded proc-macro2 v1.0.89 |
378 | 2024-11-20T00:46:47.980Z | Downloaded log v0.4.22 |
379 | 2024-11-20T00:46:47.980Z | Downloaded ryu v1.0.18 |
380 | 2024-11-20T00:46:47.980Z | Downloaded toml v0.8.19 |
381 | 2024-11-20T00:46:47.984Z | Downloaded zerocopy-derive v0.7.35 |
382 | 2024-11-20T00:46:47.988Z | Downloaded serde_derive v1.0.215 |
383 | 2024-11-20T00:46:47.990Z | Downloaded pest_meta v2.7.14 |
384 | 2024-11-20T00:46:47.993Z | Downloaded unicode-ident v1.0.13 |
385 | 2024-11-20T00:46:47.996Z | Downloaded ucd-trie v0.1.7 |
386 | 2024-11-20T00:46:47.999Z | Downloaded typenum v1.17.0 |
387 | 2024-11-20T00:46:47.999Z | Downloaded clap v4.5.21 |
388 | 2024-11-20T00:46:48.006Z | Downloaded papergrid v0.11.0 |
389 | 2024-11-20T00:46:48.012Z | Downloaded memchr v2.7.4 |
390 | 2024-11-20T00:46:48.027Z | Downloaded toml_edit v0.22.22 |
391 | 2024-11-20T00:46:48.047Z | Downloaded serde_json v1.0.132 |
392 | 2024-11-20T00:46:48.059Z | Downloaded pest v2.7.14 |
393 | 2024-11-20T00:46:48.085Z | Downloaded zerocopy v0.7.35 |
394 | 2024-11-20T00:46:48.099Z | Downloaded winnow v0.6.20 |
395 | 2024-11-20T00:46:48.107Z | Downloaded tabled v0.15.0 |
396 | 2024-11-20T00:46:48.121Z | Downloaded goblin v0.8.2 |
397 | 2024-11-20T00:46:48.127Z | Downloaded syn v1.0.109 |
398 | 2024-11-20T00:46:48.145Z | Downloaded unicode-width v0.1.14 |
399 | 2024-11-20T00:46:48.150Z | Downloaded syn v2.0.87 |
400 | 2024-11-20T00:46:48.161Z | Downloaded rustix v0.38.37 |
401 | 2024-11-20T00:46:48.196Z | Downloaded libc v0.2.162 |
402 | 2024-11-20T00:46:48.504Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-11-20T00:46:48.504Z | Compiling unicode-ident v1.0.13 |
404 | 2024-11-20T00:46:48.504Z | Compiling version_check v0.9.5 |
405 | 2024-11-20T00:46:48.508Z | Compiling serde v1.0.215 |
406 | 2024-11-20T00:46:48.508Z | Compiling memchr v2.7.4 |
407 | 2024-11-20T00:46:48.508Z | Compiling thiserror v1.0.69 |
408 | 2024-11-20T00:46:48.508Z | Compiling libc v0.2.162 |
409 | 2024-11-20T00:46:48.508Z | Compiling ucd-trie v0.1.7 |
410 | 2024-11-20T00:46:48.798Z | Compiling itoa v1.0.11 |
411 | 2024-11-20T00:46:49.059Z | Compiling ryu v1.0.18 |
412 | 2024-11-20T00:46:49.423Z | Compiling once_cell v1.20.2 |
413 | 2024-11-20T00:46:49.434Z | Compiling byteorder v1.5.0 |
414 | 2024-11-20T00:46:49.587Z | Compiling rustix v0.38.37 |
415 | 2024-11-20T00:46:49.876Z | Compiling serde_json v1.0.132 |
416 | 2024-11-20T00:46:50.085Z | Compiling bitflags v2.6.0 |
417 | 2024-11-20T00:46:50.146Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-11-20T00:46:50.205Z | Compiling usdt-impl v0.5.0 |
419 | 2024-11-20T00:46:50.292Z | Compiling syn v1.0.109 |
420 | 2024-11-20T00:46:50.453Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-11-20T00:46:50.478Z | Compiling hashbrown v0.15.0 |
422 | 2024-11-20T00:46:50.519Z | Compiling plain v0.2.3 |
423 | 2024-11-20T00:46:50.663Z | Compiling camino v1.1.9 |
424 | 2024-11-20T00:46:50.699Z | Compiling utf8parse v0.2.2 |
425 | 2024-11-20T00:46:50.746Z | Compiling log v0.4.22 |
426 | 2024-11-20T00:46:50.871Z | Compiling equivalent v1.0.1 |
427 | 2024-11-20T00:46:50.979Z | Compiling quote v1.0.37 |
428 | 2024-11-20T00:46:51.001Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-11-20T00:46:51.151Z | Compiling errno v0.3.9 |
430 | 2024-11-20T00:46:51.384Z | Compiling syn v2.0.87 |
431 | 2024-11-20T00:46:51.577Z | Compiling thread-id v4.2.2 |
432 | 2024-11-20T00:46:51.602Z | Compiling indexmap v2.6.0 |
433 | 2024-11-20T00:46:51.708Z | Compiling is_terminal_polyfill v1.70.1 |
434 | 2024-11-20T00:46:51.710Z | Compiling winnow v0.6.20 |
435 | 2024-11-20T00:46:51.860Z | Compiling pretty-hex v0.4.1 |
436 | 2024-11-20T00:46:52.009Z | Compiling anstyle v1.0.10 |
437 | 2024-11-20T00:46:52.072Z | Compiling colorchoice v1.0.2 |
438 | 2024-11-20T00:46:52.234Z | Compiling autocfg v1.4.0 |
439 | 2024-11-20T00:46:52.467Z | Compiling anstyle-query v1.1.1 |
440 | 2024-11-20T00:46:52.627Z | Compiling semver v1.0.23 |
441 | 2024-11-20T00:46:52.878Z | Compiling unicode-width v0.1.14 |
442 | 2024-11-20T00:46:52.921Z | Compiling anstream v0.6.15 |
443 | 2024-11-20T00:46:53.417Z | Compiling fs-err v2.11.0 |
444 | 2024-11-20T00:46:53.419Z | Compiling terminal_size v0.4.0 |
445 | 2024-11-20T00:46:53.504Z | Compiling heck v0.4.1 |
446 | 2024-11-20T00:46:53.661Z | Compiling bytecount v0.6.8 |
447 | 2024-11-20T00:46:53.687Z | Compiling heck v0.5.0 |
448 | 2024-11-20T00:46:53.885Z | Compiling strsim v0.11.1 |
449 | 2024-11-20T00:46:54.046Z | Compiling anyhow v1.0.93 |
450 | 2024-11-20T00:46:54.175Z | Compiling fastrand v2.1.1 |
451 | 2024-11-20T00:46:54.291Z | Compiling cfg-if v1.0.0 |
452 | 2024-11-20T00:46:54.392Z | Compiling fnv v1.0.7 |
453 | 2024-11-20T00:46:54.540Z | Compiling clap_lex v0.7.2 |
454 | 2024-11-20T00:46:54.741Z | Compiling tempfile v3.13.0 |
455 | 2024-11-20T00:46:54.868Z | Compiling clap_builder v4.5.21 |
456 | 2024-11-20T00:46:54.935Z | Compiling papergrid v0.11.0 |
457 | 2024-11-20T00:46:55.102Z | Compiling memmap v0.7.0 |
458 | 2024-11-20T00:46:55.228Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-11-20T00:46:55.455Z | Compiling smawk v0.3.2 |
460 | 2024-11-20T00:46:55.682Z | Compiling textwrap v0.16.1 |
461 | 2024-11-20T00:46:55.729Z | Compiling swrite v0.1.0 |
462 | 2024-11-20T00:46:56.966Z | Compiling tabled_derive v0.7.0 |
463 | 2024-11-20T00:46:58.505Z | Compiling tabled v0.15.0 |
464 | 2024-11-20T00:47:00.378Z | Compiling serde_derive v1.0.215 |
465 | 2024-11-20T00:47:00.378Z | Compiling thiserror-impl v1.0.69 |
466 | 2024-11-20T00:47:00.381Z | Compiling zerocopy-derive v0.7.35 |
467 | 2024-11-20T00:47:00.381Z | Compiling scroll_derive v0.12.0 |
468 | 2024-11-20T00:47:00.381Z | Compiling clap_derive v4.5.18 |
469 | 2024-11-20T00:47:01.523Z | Compiling scroll v0.12.0 |
470 | 2024-11-20T00:47:02.096Z | Compiling goblin v0.8.2 |
471 | 2024-11-20T00:47:02.242Z | Compiling zerocopy v0.7.35 |
472 | 2024-11-20T00:47:02.851Z | Compiling pest v2.7.14 |
473 | 2024-11-20T00:47:04.405Z | Compiling clap v4.5.21 |
474 | 2024-11-20T00:47:05.112Z | Compiling pest_meta v2.7.14 |
475 | 2024-11-20T00:47:05.930Z | Compiling pest_generator v2.7.14 |
476 | 2024-11-20T00:47:07.770Z | Compiling pest_derive v2.7.14 |
477 | 2024-11-20T00:47:08.459Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-11-20T00:47:10.667Z | Compiling serde_spanned v0.6.8 |
479 | 2024-11-20T00:47:10.667Z | Compiling toml_datetime v0.6.8 |
480 | 2024-11-20T00:47:10.670Z | Compiling cargo-platform v0.1.8 |
481 | 2024-11-20T00:47:11.046Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-11-20T00:47:11.112Z | Compiling toml_edit v0.22.22 |
483 | 2024-11-20T00:47:11.261Z | Compiling macaddr v1.0.1 |
484 | 2024-11-20T00:47:11.532Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-11-20T00:47:12.111Z | Compiling dof v0.3.0 |
486 | 2024-11-20T00:47:12.111Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-11-20T00:47:13.919Z | Compiling toml v0.8.19 |
488 | 2024-11-20T00:47:14.158Z | Compiling usdt-macro v0.5.0 |
489 | 2024-11-20T00:47:14.158Z | Compiling usdt-attr-macro v0.5.0 |
490 | 2024-11-20T00:47:14.752Z | Compiling cargo_toml v0.20.5 |
491 | 2024-11-20T00:47:15.555Z | Compiling usdt v0.5.0 |
492 | 2024-11-20T00:47:18.269Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-11-20T00:47:22.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.59s |
494 | 2024-11-20T00:47:22.698Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-11-20T00:47:23.230Z | Downloading crates ... |
496 | 2024-11-20T00:47:23.406Z | Downloaded aes-gcm v0.10.3 |
497 | 2024-11-20T00:47:23.427Z | Downloaded aho-corasick v1.1.3 |
498 | 2024-11-20T00:47:23.433Z | Downloaded ahash v0.8.11 |
499 | 2024-11-20T00:47:23.436Z | Downloaded adler2 v2.0.0 |
500 | 2024-11-20T00:47:23.440Z | Downloaded allocator-api2 v0.2.18 |
501 | 2024-11-20T00:47:23.443Z | Downloaded arc-swap v1.7.1 |
502 | 2024-11-20T00:47:23.447Z | Downloaded atty v0.2.14 |
503 | 2024-11-20T00:47:23.450Z | Downloaded assert_matches v1.5.0 |
504 | 2024-11-20T00:47:23.452Z | Downloaded arrayref v0.3.9 |
505 | 2024-11-20T00:47:23.452Z | Downloaded async-stream v0.3.6 |
506 | 2024-11-20T00:47:23.455Z | Downloaded atomicwrites v0.4.4 |
507 | 2024-11-20T00:47:23.457Z | Downloaded argon2 v0.5.3 |
508 | 2024-11-20T00:47:23.459Z | Downloaded async-recursion v1.1.1 |
509 | 2024-11-20T00:47:23.462Z | Downloaded heapless v0.8.0 |
510 | 2024-11-20T00:47:23.466Z | Downloaded atomic-waker v1.1.2 |
511 | 2024-11-20T00:47:23.469Z | Downloaded array-init v0.0.4 |
512 | 2024-11-20T00:47:23.469Z | Downloaded async-stream-impl v0.3.6 |
513 | 2024-11-20T00:47:23.471Z | Downloaded async-bb8-diesel v0.2.1 |
514 | 2024-11-20T00:47:23.474Z | Downloaded arrayvec v0.7.6 |
515 | 2024-11-20T00:47:23.477Z | Downloaded hex-literal v0.4.1 |
516 | 2024-11-20T00:47:23.477Z | Downloaded bitfield v0.14.0 |
517 | 2024-11-20T00:47:23.480Z | Downloaded headers-core v0.3.0 |
518 | 2024-11-20T00:47:23.480Z | Downloaded base64 v0.21.7 |
519 | 2024-11-20T00:47:23.484Z | Downloaded httparse v1.9.5 |
520 | 2024-11-20T00:47:23.487Z | Downloaded icu_locid v1.5.0 |
521 | 2024-11-20T00:47:23.493Z | Downloaded hyper-util v0.1.10 |
522 | 2024-11-20T00:47:23.499Z | Downloaded home v0.5.9 |
523 | 2024-11-20T00:47:23.502Z | Downloaded hickory-client v0.24.1 |
524 | 2024-11-20T00:47:23.505Z | Downloaded icu_normalizer v1.5.0 |
525 | 2024-11-20T00:47:23.509Z | Downloaded icu_normalizer_data v1.5.0 |
526 | 2024-11-20T00:47:23.511Z | Downloaded hyper-tls v0.6.0 |
527 | 2024-11-20T00:47:23.514Z | Downloaded hmac v0.12.1 |
528 | 2024-11-20T00:47:23.517Z | Downloaded cobs v0.2.3 |
529 | 2024-11-20T00:47:23.517Z | Downloaded ciborium-io v0.2.2 |
530 | 2024-11-20T00:47:23.519Z | Downloaded castaway v0.2.3 |
531 | 2024-11-20T00:47:23.519Z | Downloaded crunchy v0.2.2 |
532 | 2024-11-20T00:47:23.523Z | Downloaded bit-set v0.5.3 |
533 | 2024-11-20T00:47:23.523Z | Downloaded cfg_aliases v0.1.1 |
534 | 2024-11-20T00:47:23.526Z | Downloaded crucible-workspace-hack v0.1.0 |
535 | 2024-11-20T00:47:23.526Z | Downloaded heck v0.3.3 |
536 | 2024-11-20T00:47:23.528Z | Downloaded http-body-util v0.1.2 |
537 | 2024-11-20T00:47:23.528Z | Downloaded cstr-argument v0.1.2 |
538 | 2024-11-20T00:47:23.533Z | Downloaded hostname v0.3.1 |
539 | 2024-11-20T00:47:23.533Z | Downloaded base16ct v0.2.0 |
540 | 2024-11-20T00:47:23.536Z | Downloaded blowfish v0.9.1 |
541 | 2024-11-20T00:47:23.536Z | Downloaded block-padding v0.3.3 |
542 | 2024-11-20T00:47:23.536Z | Downloaded buf-list v1.0.3 |
543 | 2024-11-20T00:47:23.539Z | Downloaded bb8 v0.8.5 |
544 | 2024-11-20T00:47:23.541Z | Downloaded cfg_aliases v0.2.1 |
545 | 2024-11-20T00:47:23.543Z | Downloaded cassowary v0.3.0 |
546 | 2024-11-20T00:47:23.546Z | Downloaded instant v0.1.13 |
547 | 2024-11-20T00:47:23.546Z | Downloaded bitflags v1.3.2 |
548 | 2024-11-20T00:47:23.550Z | Downloaded ipnetwork v0.20.0 |
549 | 2024-11-20T00:47:23.554Z | Downloaded ident_case v1.0.1 |
550 | 2024-11-20T00:47:23.556Z | Downloaded convert_case v0.4.0 |
551 | 2024-11-20T00:47:23.556Z | Downloaded cmake v0.1.51 |
552 | 2024-11-20T00:47:23.559Z | Downloaded http-range v0.1.5 |
553 | 2024-11-20T00:47:23.559Z | Downloaded bzip2 v0.4.4 |
554 | 2024-11-20T00:47:23.562Z | Downloaded is_ci v1.2.0 |
555 | 2024-11-20T00:47:23.568Z | Downloaded is-terminal v0.4.13 |
556 | 2024-11-20T00:47:23.568Z | Downloaded humantime v2.1.0 |
557 | 2024-11-20T00:47:23.574Z | Downloaded internet-checksum v0.2.1 |
558 | 2024-11-20T00:47:23.574Z | Downloaded instability v0.3.2 |
559 | 2024-11-20T00:47:23.574Z | Downloaded hubpack v0.1.2 |
560 | 2024-11-20T00:47:23.574Z | Downloaded chacha20 v0.9.1 |
561 | 2024-11-20T00:47:23.578Z | Downloaded icu_locid_transform v1.5.0 |
562 | 2024-11-20T00:47:23.578Z | Downloaded md5 v0.7.0 |
563 | 2024-11-20T00:47:23.578Z | Downloaded httpdate v1.0.3 |
564 | 2024-11-20T00:47:23.580Z | Downloaded ctr v0.9.2 |
565 | 2024-11-20T00:47:23.583Z | Downloaded md-5 v0.10.6 |
566 | 2024-11-20T00:47:23.585Z | Downloaded hostname v0.4.0 |
567 | 2024-11-20T00:47:23.585Z | Downloaded crossbeam-deque v0.8.5 |
568 | 2024-11-20T00:47:23.588Z | Downloaded http-body v1.0.1 |
569 | 2024-11-20T00:47:23.590Z | Downloaded constant_time_eq v0.3.1 |
570 | 2024-11-20T00:47:23.590Z | Downloaded crc v3.2.1 |
571 | 2024-11-20T00:47:23.593Z | Downloaded hubpack_derive v0.1.1 |
572 | 2024-11-20T00:47:23.596Z | Downloaded curve25519-dalek-derive v0.1.1 |
573 | 2024-11-20T00:47:23.598Z | Downloaded memoffset v0.9.1 |
574 | 2024-11-20T00:47:23.598Z | Downloaded const_format_proc_macros v0.2.33 |
575 | 2024-11-20T00:47:23.601Z | Downloaded linked-hash-map v0.5.6 |
576 | 2024-11-20T00:47:23.603Z | Downloaded bcs v0.1.6 |
577 | 2024-11-20T00:47:23.606Z | Downloaded ipnet v2.10.1 |
578 | 2024-11-20T00:47:23.608Z | Downloaded hyper-rustls v0.27.3 |
579 | 2024-11-20T00:47:23.611Z | Downloaded matches v0.1.10 |
580 | 2024-11-20T00:47:23.613Z | Downloaded managed v0.8.0 |
581 | 2024-11-20T00:47:23.613Z | Downloaded cipher v0.4.4 |
582 | 2024-11-20T00:47:23.616Z | Downloaded take_mut v0.2.2 |
583 | 2024-11-20T00:47:23.619Z | Downloaded tabwriter v1.4.0 |
584 | 2024-11-20T00:47:23.619Z | Downloaded untrusted v0.9.0 |
585 | 2024-11-20T00:47:23.621Z | Downloaded hickory-resolver v0.24.1 |
586 | 2024-11-20T00:47:23.625Z | Downloaded lru v0.12.5 |
587 | 2024-11-20T00:47:23.628Z | Downloaded mime v0.3.17 |
588 | 2024-11-20T00:47:23.630Z | Downloaded lazy_static v1.5.0 |
589 | 2024-11-20T00:47:23.633Z | Downloaded linear-map v1.2.0 |
590 | 2024-11-20T00:47:23.633Z | Downloaded console v0.15.8 |
591 | 2024-11-20T00:47:23.636Z | Downloaded zone_cfg_derive v0.1.2 |
592 | 2024-11-20T00:47:23.639Z | Downloaded want v0.3.1 |
593 | 2024-11-20T00:47:23.639Z | Downloaded maybe-uninit v2.0.0 |
594 | 2024-11-20T00:47:23.642Z | Downloaded strum v0.26.3 |
595 | 2024-11-20T00:47:23.642Z | Downloaded blake2 v0.10.6 |
596 | 2024-11-20T00:47:23.644Z | Downloaded rustc_version v0.4.1 |
597 | 2024-11-20T00:47:23.651Z | Downloaded rustc_version v0.1.7 |
598 | 2024-11-20T00:47:23.653Z | Downloaded indoc v1.0.9 |
599 | 2024-11-20T00:47:23.653Z | Downloaded serde_urlencoded v0.7.1 |
600 | 2024-11-20T00:47:23.653Z | Downloaded lru-cache v0.1.2 |
601 | 2024-11-20T00:47:23.656Z | Downloaded indent_write v2.2.0 |
602 | 2024-11-20T00:47:23.656Z | Downloaded lockfree-object-pool v0.1.6 |
603 | 2024-11-20T00:47:23.659Z | Downloaded cancel-safe-futures v0.1.5 |
604 | 2024-11-20T00:47:23.662Z | Downloaded dhcproto-macros v0.1.0 |
605 | 2024-11-20T00:47:23.665Z | Downloaded sqlparser_derive v0.2.2 |
606 | 2024-11-20T00:47:23.665Z | Downloaded clang-sys v1.8.1 |
607 | 2024-11-20T00:47:23.669Z | Downloaded float-ord v0.3.2 |
608 | 2024-11-20T00:47:23.671Z | Downloaded slog-envlogger v2.2.0 |
609 | 2024-11-20T00:47:23.671Z | Downloaded const-oid v0.9.6 |
610 | 2024-11-20T00:47:23.674Z | Downloaded cookie v0.18.1 |
611 | 2024-11-20T00:47:23.677Z | Downloaded lalrpop-util v0.19.12 |
612 | 2024-11-20T00:47:23.679Z | Downloaded spin v0.5.2 |
613 | 2024-11-20T00:47:23.682Z | Downloaded normalize-line-endings v0.3.0 |
614 | 2024-11-20T00:47:23.682Z | Downloaded signal-hook-registry v1.4.2 |
615 | 2024-11-20T00:47:23.686Z | Downloaded slog-json v2.6.1 |
616 | 2024-11-20T00:47:23.689Z | Downloaded mime_guess v2.0.5 |
617 | 2024-11-20T00:47:23.689Z | Downloaded wyz v0.5.1 |
618 | 2024-11-20T00:47:23.689Z | Downloaded untrusted v0.7.1 |
619 | 2024-11-20T00:47:23.691Z | Downloaded universal-hash v0.5.1 |
620 | 2024-11-20T00:47:23.698Z | Downloaded match_cfg v0.1.0 |
621 | 2024-11-20T00:47:23.698Z | Downloaded impl-trait-for-tuples v0.2.2 |
622 | 2024-11-20T00:47:23.701Z | Downloaded termcolor v1.4.1 |
623 | 2024-11-20T00:47:23.701Z | Downloaded tap v1.0.1 |
624 | 2024-11-20T00:47:23.701Z | Downloaded subtle v2.6.1 |
625 | 2024-11-20T00:47:23.703Z | Downloaded base64 v0.13.1 |
626 | 2024-11-20T00:47:23.706Z | Downloaded progenitor-client v0.8.0 |
627 | 2024-11-20T00:47:23.708Z | Downloaded phf_shared v0.10.0 |
628 | 2024-11-20T00:47:23.708Z | Downloaded defmt-macros v0.3.9 |
629 | 2024-11-20T00:47:23.711Z | Downloaded zone v0.3.0 |
630 | 2024-11-20T00:47:23.713Z | Downloaded rand_chacha v0.3.1 |
631 | 2024-11-20T00:47:23.717Z | Downloaded icu_provider v1.5.0 |
632 | 2024-11-20T00:47:23.720Z | Downloaded icu_properties v1.5.1 |
633 | 2024-11-20T00:47:23.723Z | Downloaded crc-any v2.5.0 |
634 | 2024-11-20T00:47:23.726Z | Downloaded slog-scope v4.4.0 |
635 | 2024-11-20T00:47:23.726Z | Downloaded num_threads v0.1.7 |
636 | 2024-11-20T00:47:23.729Z | Downloaded float-cmp v0.9.0 |
637 | 2024-11-20T00:47:23.729Z | Downloaded static_assertions v1.1.0 |
638 | 2024-11-20T00:47:23.731Z | Downloaded hyper-staticfile v0.10.1 |
639 | 2024-11-20T00:47:23.734Z | Downloaded serde-big-array v0.5.1 |
640 | 2024-11-20T00:47:23.736Z | Downloaded termtree v0.4.1 |
641 | 2024-11-20T00:47:23.736Z | Downloaded dyn-clone v1.0.17 |
642 | 2024-11-20T00:47:23.739Z | Downloaded num v0.4.3 |
643 | 2024-11-20T00:47:23.741Z | Downloaded funty v2.0.0 |
644 | 2024-11-20T00:47:23.742Z | Downloaded embedded-io v0.6.1 |
645 | 2024-11-20T00:47:23.745Z | Downloaded embedded-io v0.4.0 |
646 | 2024-11-20T00:47:23.748Z | Downloaded percent-encoding v2.3.1 |
647 | 2024-11-20T00:47:23.748Z | Downloaded peg v0.8.4 |
648 | 2024-11-20T00:47:23.750Z | Downloaded parse-display v0.10.0 |
649 | 2024-11-20T00:47:23.753Z | Downloaded indexmap v1.9.3 |
650 | 2024-11-20T00:47:23.755Z | Downloaded term v0.7.0 |
651 | 2024-11-20T00:47:23.760Z | Downloaded tower-service v0.3.3 |
652 | 2024-11-20T00:47:23.771Z | Downloaded rtoolbox v0.0.2 |
653 | 2024-11-20T00:47:23.773Z | Downloaded rfc6979 v0.4.0 |
654 | 2024-11-20T00:47:23.776Z | Downloaded rand_xorshift v0.3.0 |
655 | 2024-11-20T00:47:23.776Z | Downloaded hickory-server v0.24.1 |
656 | 2024-11-20T00:47:23.782Z | Downloaded shlex v1.3.0 |
657 | 2024-11-20T00:47:23.785Z | Downloaded nu-ansi-term v0.50.1 |
658 | 2024-11-20T00:47:23.787Z | Downloaded multer v3.1.0 |
659 | 2024-11-20T00:47:23.790Z | Downloaded mirai-annotations v1.12.0 |
660 | 2024-11-20T00:47:23.793Z | Downloaded write16 v1.0.0 |
661 | 2024-11-20T00:47:23.793Z | Downloaded compact_str v0.8.0 |
662 | 2024-11-20T00:47:23.796Z | Downloaded schemars_derive v0.8.21 |
663 | 2024-11-20T00:47:23.799Z | Downloaded structmeta-derive v0.2.0 |
664 | 2024-11-20T00:47:23.801Z | Downloaded darling_macro v0.20.10 |
665 | 2024-11-20T00:47:23.802Z | Downloaded icu_collections v1.5.0 |
666 | 2024-11-20T00:47:23.809Z | Downloaded smf v0.2.3 |
667 | 2024-11-20T00:47:23.812Z | Downloaded gethostname v0.5.0 |
668 | 2024-11-20T00:47:23.815Z | Downloaded crypto-bigint v0.5.5 |
669 | 2024-11-20T00:47:23.819Z | Downloaded utf8_iter v1.0.4 |
670 | 2024-11-20T00:47:23.823Z | Downloaded termios v0.3.3 |
671 | 2024-11-20T00:47:23.827Z | Downloaded synstructure v0.13.1 |
672 | 2024-11-20T00:47:23.827Z | Downloaded cc v1.1.30 |
673 | 2024-11-20T00:47:23.831Z | Downloaded peg-runtime v0.8.3 |
674 | 2024-11-20T00:47:23.831Z | Downloaded openssl-probe v0.1.5 |
675 | 2024-11-20T00:47:23.834Z | Downloaded structmeta v0.3.0 |
676 | 2024-11-20T00:47:23.834Z | Downloaded openssl-macros v0.1.1 |
677 | 2024-11-20T00:47:23.834Z | Downloaded pkcs8 v0.10.2 |
678 | 2024-11-20T00:47:23.837Z | Downloaded fixedbitset v0.4.2 |
679 | 2024-11-20T00:47:23.839Z | Downloaded fallible-iterator v0.2.0 |
680 | 2024-11-20T00:47:23.842Z | Downloaded data-encoding v2.6.0 |
681 | 2024-11-20T00:47:23.842Z | Downloaded mockall_derive v0.13.0 |
682 | 2024-11-20T00:47:23.845Z | Downloaded dhcproto v0.12.0 |
683 | 2024-11-20T00:47:23.848Z | Downloaded foldhash v0.1.3 |
684 | 2024-11-20T00:47:23.851Z | Downloaded flagset v0.4.6 |
685 | 2024-11-20T00:47:23.854Z | Downloaded backtrace v0.3.74 |
686 | 2024-11-20T00:47:23.858Z | Downloaded prettyplease v0.2.25 |
687 | 2024-11-20T00:47:23.862Z | Downloaded time-core v0.1.2 |
688 | 2024-11-20T00:47:23.866Z | Downloaded base64 v0.22.1 |
689 | 2024-11-20T00:47:23.868Z | Downloaded derive-where v1.2.7 |
690 | 2024-11-20T00:47:23.872Z | Downloaded zone v0.1.8 |
691 | 2024-11-20T00:47:23.875Z | Downloaded tar v0.4.42 |
692 | 2024-11-20T00:47:23.878Z | Downloaded zerofrom v0.1.4 |
693 | 2024-11-20T00:47:23.881Z | Downloaded enum-as-inner v0.5.1 |
694 | 2024-11-20T00:47:23.881Z | Downloaded crossbeam-channel v0.5.13 |
695 | 2024-11-20T00:47:23.888Z | Downloaded filetime v0.2.25 |
696 | 2024-11-20T00:47:23.890Z | Downloaded unsafe-libyaml v0.2.11 |
697 | 2024-11-20T00:47:23.893Z | Downloaded futures-channel v0.3.31 |
698 | 2024-11-20T00:47:23.897Z | Downloaded packed_struct_codegen v0.10.1 |
699 | 2024-11-20T00:47:23.899Z | Downloaded downcast v0.11.0 |
700 | 2024-11-20T00:47:23.900Z | Downloaded nibble_vec v0.1.0 |
701 | 2024-11-20T00:47:23.902Z | Downloaded tinyvec_macros v0.1.1 |
702 | 2024-11-20T00:47:23.902Z | Downloaded tokio-rustls v0.26.0 |
703 | 2024-11-20T00:47:23.904Z | Downloaded quick-error v1.2.3 |
704 | 2024-11-20T00:47:23.908Z | Downloaded psl-types v2.0.11 |
705 | 2024-11-20T00:47:23.908Z | Downloaded pem v3.0.4 |
706 | 2024-11-20T00:47:23.912Z | Downloaded pkcs5 v0.7.1 |
707 | 2024-11-20T00:47:23.915Z | Downloaded slog v2.7.0 |
708 | 2024-11-20T00:47:23.917Z | Downloaded publicsuffix v2.2.3 |
709 | 2024-11-20T00:47:23.920Z | Downloaded predicates v3.1.2 |
710 | 2024-11-20T00:47:23.925Z | Downloaded slog-stdlog v4.1.1 |
711 | 2024-11-20T00:47:23.928Z | Downloaded serde_path_to_error v0.1.16 |
712 | 2024-11-20T00:47:23.928Z | Downloaded precomputed-hash v0.1.1 |
713 | 2024-11-20T00:47:23.932Z | Downloaded slog-dtrace v0.3.0 |
714 | 2024-11-20T00:47:23.935Z | Downloaded strum_macros v0.25.3 |
715 | 2024-11-20T00:47:23.935Z | Downloaded twox-hash v1.6.3 |
716 | 2024-11-20T00:47:23.939Z | Downloaded strum_macros v0.24.3 |
717 | 2024-11-20T00:47:23.942Z | Downloaded test-strategy v0.3.1 |
718 | 2024-11-20T00:47:23.948Z | Downloaded futures v0.3.31 |
719 | 2024-11-20T00:47:23.964Z | Downloaded russh-cryptovec v0.7.3 |
720 | 2024-11-20T00:47:23.967Z | Downloaded pem-rfc7468 v0.7.0 |
721 | 2024-11-20T00:47:23.967Z | Downloaded sync-ptr v0.1.1 |
722 | 2024-11-20T00:47:23.967Z | Downloaded sync_wrapper v1.0.1 |
723 | 2024-11-20T00:47:23.967Z | Downloaded qorb v0.2.0 |
724 | 2024-11-20T00:47:23.974Z | Downloaded phf_generator v0.11.2 |
725 | 2024-11-20T00:47:23.976Z | Downloaded phf_codegen v0.11.2 |
726 | 2024-11-20T00:47:23.979Z | Downloaded num-integer v0.1.46 |
727 | 2024-11-20T00:47:23.979Z | Downloaded nanorand v0.7.0 |
728 | 2024-11-20T00:47:23.982Z | Downloaded mockall v0.13.0 |
729 | 2024-11-20T00:47:23.984Z | Downloaded num-derive v0.4.2 |
730 | 2024-11-20T00:47:23.987Z | Downloaded postgres-protocol v0.6.7 |
731 | 2024-11-20T00:47:23.989Z | Downloaded dsl_auto_type v0.1.2 |
732 | 2024-11-20T00:47:23.993Z | Downloaded ed25519 v2.2.3 |
733 | 2024-11-20T00:47:23.996Z | Downloaded dunce v1.0.5 |
734 | 2024-11-20T00:47:23.996Z | Downloaded rustls-pemfile v2.2.0 |
735 | 2024-11-20T00:47:23.999Z | Downloaded predicates-core v1.0.8 |
736 | 2024-11-20T00:47:23.999Z | Downloaded rpassword v7.3.1 |
737 | 2024-11-20T00:47:24.002Z | Downloaded typify v0.2.0 |
738 | 2024-11-20T00:47:24.005Z | Downloaded slog-term v2.9.1 |
739 | 2024-11-20T00:47:24.007Z | Downloaded dropshot_endpoint v0.12.0 |
740 | 2024-11-20T00:47:24.010Z | Downloaded newtype_derive v0.1.6 |
741 | 2024-11-20T00:47:24.013Z | Downloaded num-conv v0.1.0 |
742 | 2024-11-20T00:47:24.013Z | Downloaded zopfli v0.8.1 |
743 | 2024-11-20T00:47:24.016Z | Downloaded sec1 v0.7.3 |
744 | 2024-11-20T00:47:24.023Z | Downloaded supports-color v3.0.1 |
745 | 2024-11-20T00:47:24.027Z | Downloaded unicode-bidi v0.3.17 |
746 | 2024-11-20T00:47:24.027Z | Downloaded dropshot_endpoint v0.13.0 |
747 | 2024-11-20T00:47:24.030Z | Downloaded xz2 v0.1.7 |
748 | 2024-11-20T00:47:24.030Z | Downloaded displaydoc v0.2.5 |
749 | 2024-11-20T00:47:24.034Z | Downloaded debug-ignore v1.0.5 |
750 | 2024-11-20T00:47:24.036Z | Downloaded unicode-truncate v1.1.0 |
751 | 2024-11-20T00:47:24.036Z | Downloaded thiserror-no-std v2.0.2 |
752 | 2024-11-20T00:47:24.041Z | Downloaded tui-tree-widget v0.22.0 |
753 | 2024-11-20T00:47:24.043Z | Downloaded rayon-core v1.12.1 |
754 | 2024-11-20T00:47:24.047Z | Downloaded native-tls v0.2.12 |
755 | 2024-11-20T00:47:24.050Z | Downloaded either v1.13.0 |
756 | 2024-11-20T00:47:24.052Z | Downloaded thiserror-impl-no-std v2.0.2 |
757 | 2024-11-20T00:47:24.055Z | Downloaded parking_lot v0.11.2 |
758 | 2024-11-20T00:47:24.057Z | Downloaded dirs-next v2.0.0 |
759 | 2024-11-20T00:47:24.060Z | Downloaded ecdsa v0.16.9 |
760 | 2024-11-20T00:47:24.062Z | Downloaded waitgroup v0.1.2 |
761 | 2024-11-20T00:47:24.062Z | Downloaded display-error-chain v0.2.2 |
762 | 2024-11-20T00:47:24.065Z | Downloaded const_format v0.2.33 |
763 | 2024-11-20T00:47:24.070Z | Downloaded futures-macro v0.3.31 |
764 | 2024-11-20T00:47:24.073Z | Downloaded futures-io v0.3.31 |
765 | 2024-11-20T00:47:24.073Z | Downloaded dirs-sys-next v0.1.2 |
766 | 2024-11-20T00:47:24.077Z | Downloaded polyval v0.6.2 |
767 | 2024-11-20T00:47:24.077Z | Downloaded ff v0.13.0 |
768 | 2024-11-20T00:47:24.080Z | Downloaded smallvec v1.13.2 |
769 | 2024-11-20T00:47:24.080Z | Downloaded parse-size v1.1.0 |
770 | 2024-11-20T00:47:24.083Z | Downloaded num-iter v0.1.45 |
771 | 2024-11-20T00:47:24.083Z | Downloaded spin v0.9.8 |
772 | 2024-11-20T00:47:24.085Z | Downloaded tungstenite v0.23.0 |
773 | 2024-11-20T00:47:24.088Z | Downloaded hash32 v0.3.1 |
774 | 2024-11-20T00:47:24.091Z | Downloaded hash32 v0.2.1 |
775 | 2024-11-20T00:47:24.093Z | Downloaded defmt v0.3.8 |
776 | 2024-11-20T00:47:24.096Z | Downloaded unicase v2.7.0 |
777 | 2024-11-20T00:47:24.100Z | Downloaded itertools v0.10.5 |
778 | 2024-11-20T00:47:24.105Z | Downloaded yoke-derive v0.7.4 |
779 | 2024-11-20T00:47:24.108Z | Downloaded siphasher v0.3.11 |
780 | 2024-11-20T00:47:24.108Z | Downloaded path-slash v0.1.5 |
781 | 2024-11-20T00:47:24.110Z | Downloaded paste v1.0.15 |
782 | 2024-11-20T00:47:24.113Z | Downloaded rand_core v0.6.4 |
783 | 2024-11-20T00:47:24.116Z | Downloaded crossterm v0.28.1 |
784 | 2024-11-20T00:47:24.121Z | Downloaded half v2.4.1 |
785 | 2024-11-20T00:47:24.124Z | Downloaded signal-hook-tokio v0.3.1 |
786 | 2024-11-20T00:47:24.127Z | Downloaded flume v0.11.1 |
787 | 2024-11-20T00:47:24.129Z | Downloaded foreign-types v0.5.0 |
788 | 2024-11-20T00:47:24.132Z | Downloaded wait-timeout v0.2.0 |
789 | 2024-11-20T00:47:24.132Z | Downloaded slog-async v2.8.0 |
790 | 2024-11-20T00:47:24.134Z | Downloaded oso v0.27.3 |
791 | 2024-11-20T00:47:24.137Z | Downloaded samael v0.0.17 |
792 | 2024-11-20T00:47:24.144Z | Downloaded number_prefix v0.4.0 |
793 | 2024-11-20T00:47:24.146Z | Downloaded toolchain_find v0.4.0 |
794 | 2024-11-20T00:47:24.146Z | Downloaded libxml v0.3.3 |
795 | 2024-11-20T00:47:24.153Z | Downloaded structmeta v0.2.0 |
796 | 2024-11-20T00:47:24.156Z | Downloaded password-hash v0.4.2 |
797 | 2024-11-20T00:47:24.159Z | Downloaded num-rational v0.4.2 |
798 | 2024-11-20T00:47:24.159Z | Downloaded snafu-derive v0.8.5 |
799 | 2024-11-20T00:47:24.159Z | Downloaded itertools v0.13.0 |
800 | 2024-11-20T00:47:24.167Z | Downloaded fxhash v0.2.1 |
801 | 2024-11-20T00:47:24.169Z | Downloaded sigpipe v0.1.3 |
802 | 2024-11-20T00:47:24.169Z | Downloaded packed_struct v0.10.1 |
803 | 2024-11-20T00:47:24.172Z | Downloaded xattr v1.3.1 |
804 | 2024-11-20T00:47:24.177Z | Downloaded secrecy v0.8.0 |
805 | 2024-11-20T00:47:24.177Z | Downloaded ghash v0.5.1 |
806 | 2024-11-20T00:47:24.180Z | Downloaded defmt-parser v0.3.4 |
807 | 2024-11-20T00:47:24.180Z | Downloaded pbkdf2 v0.12.2 |
808 | 2024-11-20T00:47:24.180Z | Downloaded postgres-types v0.2.8 |
809 | 2024-11-20T00:47:24.183Z | Downloaded vergen v8.3.2 |
810 | 2024-11-20T00:47:24.185Z | Downloaded x509-cert v0.2.5 |
811 | 2024-11-20T00:47:24.192Z | Downloaded ref-cast-impl v1.0.23 |
812 | 2024-11-20T00:47:24.194Z | Downloaded resolv-conf v0.7.0 |
813 | 2024-11-20T00:47:24.197Z | Downloaded serde_derive_internals v0.29.1 |
814 | 2024-11-20T00:47:24.197Z | Downloaded diesel-dtrace v0.3.0 |
815 | 2024-11-20T00:47:24.200Z | Downloaded pretty-hex v0.2.1 |
816 | 2024-11-20T00:47:24.202Z | Downloaded oso-derive v0.27.3 |
817 | 2024-11-20T00:47:24.202Z | Downloaded derive_builder_macro v0.20.2 |
818 | 2024-11-20T00:47:24.205Z | Downloaded rustc-demangle v0.1.24 |
819 | 2024-11-20T00:47:24.208Z | Downloaded string_cache v0.8.7 |
820 | 2024-11-20T00:47:24.208Z | Downloaded whoami v1.5.2 |
821 | 2024-11-20T00:47:24.210Z | Downloaded serde_with v3.11.0 |
822 | 2024-11-20T00:47:24.224Z | Downloaded num_enum_derive v0.5.11 |
823 | 2024-11-20T00:47:24.228Z | Downloaded nodrop v0.1.14 |
824 | 2024-11-20T00:47:24.228Z | Downloaded num-complex v0.4.6 |
825 | 2024-11-20T00:47:24.228Z | Downloaded powerfmt v0.2.0 |
826 | 2024-11-20T00:47:24.228Z | Downloaded difflib v0.4.0 |
827 | 2024-11-20T00:47:24.228Z | Downloaded tokio-tungstenite v0.24.0 |
828 | 2024-11-20T00:47:24.231Z | Downloaded fatfs v0.3.6 |
829 | 2024-11-20T00:47:24.233Z | Downloaded endian-type v0.1.2 |
830 | 2024-11-20T00:47:24.233Z | Downloaded parking_lot_core v0.9.10 |
831 | 2024-11-20T00:47:24.237Z | Downloaded parking_lot_core v0.8.6 |
832 | 2024-11-20T00:47:24.240Z | Downloaded signature v2.2.0 |
833 | 2024-11-20T00:47:24.243Z | Downloaded zerovec v0.10.4 |
834 | 2024-11-20T00:47:24.246Z | Downloaded foreign-types-shared v0.1.1 |
835 | 2024-11-20T00:47:24.250Z | Downloaded thread_local v1.1.8 |
836 | 2024-11-20T00:47:24.250Z | Downloaded yoke v0.7.4 |
837 | 2024-11-20T00:47:24.254Z | Downloaded yasna v0.5.2 |
838 | 2024-11-20T00:47:24.256Z | Downloaded topological-sort v0.2.2 |
839 | 2024-11-20T00:47:24.256Z | Downloaded ref-cast v1.0.23 |
840 | 2024-11-20T00:47:24.258Z | Downloaded deranged v0.3.11 |
841 | 2024-11-20T00:47:24.261Z | Downloaded ron v0.7.1 |
842 | 2024-11-20T00:47:24.264Z | Downloaded value-bag v1.9.0 |
843 | 2024-11-20T00:47:24.269Z | Downloaded new_debug_unreachable v1.0.6 |
844 | 2024-11-20T00:47:24.272Z | Downloaded futures-task v0.3.31 |
845 | 2024-11-20T00:47:24.272Z | Downloaded unicode-properties v0.1.3 |
846 | 2024-11-20T00:47:24.274Z | Downloaded idna v1.0.3 |
847 | 2024-11-20T00:47:24.277Z | Downloaded radium v0.7.0 |
848 | 2024-11-20T00:47:24.279Z | Downloaded hyper v1.5.0 |
849 | 2024-11-20T00:47:24.285Z | Downloaded diesel_table_macro_syntax v0.2.0 |
850 | 2024-11-20T00:47:24.288Z | Downloaded globset v0.4.15 |
851 | 2024-11-20T00:47:24.292Z | Downloaded fs_extra v1.3.0 |
852 | 2024-11-20T00:47:24.295Z | Downloaded stringprep v0.1.5 |
853 | 2024-11-20T00:47:24.295Z | Downloaded derive_more v0.99.18 |
854 | 2024-11-20T00:47:24.298Z | Downloaded r2d2 v0.8.10 |
855 | 2024-11-20T00:47:24.300Z | Downloaded pin-utils v0.1.0 |
856 | 2024-11-20T00:47:24.303Z | Downloaded num-traits v0.2.19 |
857 | 2024-11-20T00:47:24.305Z | Downloaded subprocess v0.2.9 |
858 | 2024-11-20T00:47:24.308Z | Downloaded miniz_oxide v0.8.0 |
859 | 2024-11-20T00:47:24.311Z | Downloaded foreign-types-shared v0.3.1 |
860 | 2024-11-20T00:47:24.314Z | Downloaded foreign-types-macros v0.2.3 |
861 | 2024-11-20T00:47:24.314Z | Downloaded foreign-types v0.3.2 |
862 | 2024-11-20T00:47:24.314Z | Downloaded try-lock v0.2.5 |
863 | 2024-11-20T00:47:24.314Z | Downloaded futures-sink v0.3.31 |
864 | 2024-11-20T00:47:24.317Z | Downloaded futures-executor v0.3.31 |
865 | 2024-11-20T00:47:24.319Z | Downloaded structmeta-derive v0.3.0 |
866 | 2024-11-20T00:47:24.319Z | Downloaded parking_lot v0.12.3 |
867 | 2024-11-20T00:47:24.323Z | Downloaded phf_shared v0.11.2 |
868 | 2024-11-20T00:47:24.323Z | Downloaded strum_macros v0.26.4 |
869 | 2024-11-20T00:47:24.328Z | Downloaded signal-hook v0.3.17 |
870 | 2024-11-20T00:47:24.330Z | Downloaded unicode-xid v0.2.6 |
871 | 2024-11-20T00:47:24.330Z | Downloaded derive_builder v0.20.2 |
872 | 2024-11-20T00:47:24.335Z | Downloaded vte_generate_state_changes v0.1.2 |
873 | 2024-11-20T00:47:24.338Z | Downloaded owo-colors v4.1.0 |
874 | 2024-11-20T00:47:24.341Z | Downloaded form_urlencoded v1.2.1 |
875 | 2024-11-20T00:47:24.341Z | Downloaded tokio-native-tls v0.3.1 |
876 | 2024-11-20T00:47:24.344Z | Downloaded tokio-macros v2.4.0 |
877 | 2024-11-20T00:47:24.344Z | Downloaded scheduled-thread-pool v0.2.7 |
878 | 2024-11-20T00:47:24.346Z | Downloaded same-file v1.0.6 |
879 | 2024-11-20T00:47:24.350Z | Downloaded des v0.8.1 |
880 | 2024-11-20T00:47:24.350Z | Downloaded vsss-rs v3.3.4 |
881 | 2024-11-20T00:47:24.353Z | Downloaded tinystr v0.7.6 |
882 | 2024-11-20T00:47:24.355Z | Downloaded enum-as-inner v0.6.1 |
883 | 2024-11-20T00:47:24.355Z | Downloaded quinn-udp v0.5.5 |
884 | 2024-11-20T00:47:24.358Z | Downloaded tiny-keccak v2.0.2 |
885 | 2024-11-20T00:47:24.361Z | Downloaded env_logger v0.11.5 |
886 | 2024-11-20T00:47:24.365Z | Downloaded newline-converter v0.3.0 |
887 | 2024-11-20T00:47:24.365Z | Downloaded typed-path v0.9.3 |
888 | 2024-11-20T00:47:24.368Z | Downloaded env_filter v0.1.2 |
889 | 2024-11-20T00:47:24.373Z | Downloaded vte v0.11.1 |
890 | 2024-11-20T00:47:24.376Z | Downloaded tough v0.19.0 |
891 | 2024-11-20T00:47:24.381Z | Downloaded fallible-streaming-iterator v0.1.9 |
892 | 2024-11-20T00:47:24.387Z | Downloaded spki v0.7.3 |
893 | 2024-11-20T00:47:24.390Z | Downloaded utf-8 v0.7.6 |
894 | 2024-11-20T00:47:24.390Z | Downloaded num_enum v0.5.11 |
895 | 2024-11-20T00:47:24.392Z | Downloaded sqlformat v0.2.6 |
896 | 2024-11-20T00:47:24.395Z | Downloaded pkcs1 v0.7.5 |
897 | 2024-11-20T00:47:24.395Z | Downloaded toml v0.7.8 |
898 | 2024-11-20T00:47:24.399Z | Downloaded fragile v2.0.0 |
899 | 2024-11-20T00:47:24.404Z | Downloaded serde_plain v1.0.2 |
900 | 2024-11-20T00:47:24.407Z | Downloaded utf16_iter v1.0.5 |
901 | 2024-11-20T00:47:24.407Z | Downloaded fallible-iterator v0.3.0 |
902 | 2024-11-20T00:47:24.407Z | Downloaded getrandom v0.2.15 |
903 | 2024-11-20T00:47:24.409Z | Downloaded tinyvec v1.8.0 |
904 | 2024-11-20T00:47:24.412Z | Downloaded newtype-uuid v1.1.3 |
905 | 2024-11-20T00:47:24.414Z | Downloaded bitvec v1.0.1 |
906 | 2024-11-20T00:47:24.431Z | Downloaded strip-ansi-escapes v0.2.0 |
907 | 2024-11-20T00:47:24.433Z | Downloaded phf v0.11.2 |
908 | 2024-11-20T00:47:24.433Z | Downloaded serde_repr v0.1.19 |
909 | 2024-11-20T00:47:24.436Z | Downloaded futures-core v0.3.31 |
910 | 2024-11-20T00:47:24.439Z | Downloaded pin-project-internal v1.1.6 |
911 | 2024-11-20T00:47:24.439Z | Downloaded env_logger v0.10.2 |
912 | 2024-11-20T00:47:24.442Z | Downloaded simd-adler32 v0.3.7 |
913 | 2024-11-20T00:47:24.445Z | Downloaded stable_deref_trait v1.2.0 |
914 | 2024-11-20T00:47:24.445Z | Downloaded ssh-encoding v0.2.0 |
915 | 2024-11-20T00:47:24.448Z | Downloaded ssh-cipher v0.2.0 |
916 | 2024-11-20T00:47:24.451Z | Downloaded poly1305 v0.8.0 |
917 | 2024-11-20T00:47:24.451Z | Downloaded sct v0.7.1 |
918 | 2024-11-20T00:47:24.455Z | Downloaded openssl-sys v0.9.103 |
919 | 2024-11-20T00:47:24.460Z | Downloaded uzers v0.12.1 |
920 | 2024-11-20T00:47:24.463Z | Downloaded pin-project v1.1.6 |
921 | 2024-11-20T00:47:24.474Z | Downloaded der_derive v0.7.3 |
922 | 2024-11-20T00:47:24.477Z | Downloaded group v0.13.0 |
923 | 2024-11-20T00:47:24.480Z | Downloaded tokio-tungstenite v0.21.0 |
924 | 2024-11-20T00:47:24.480Z | Downloaded diff v0.1.13 |
925 | 2024-11-20T00:47:24.484Z | Downloaded bindgen v0.69.5 |
926 | 2024-11-20T00:47:24.492Z | Downloaded pin-project-lite v0.2.14 |
927 | 2024-11-20T00:47:24.496Z | Downloaded rayon v1.10.0 |
928 | 2024-11-20T00:47:24.506Z | Downloaded russh-keys v0.45.0 |
929 | 2024-11-20T00:47:24.509Z | Downloaded url v2.5.3 |
930 | 2024-11-20T00:47:24.511Z | Downloaded h2 v0.4.6 |
931 | 2024-11-20T00:47:24.517Z | Downloaded unicode-segmentation v1.12.0 |
932 | 2024-11-20T00:47:24.524Z | Downloaded peg-macros v0.8.4 |
933 | 2024-11-20T00:47:24.527Z | Downloaded rusqlite v0.32.1 |
934 | 2024-11-20T00:47:24.530Z | Downloaded similar v2.6.0 |
935 | 2024-11-20T00:47:24.534Z | Downloaded icu_properties_data v1.5.0 |
936 | 2024-11-20T00:47:24.546Z | Downloaded rustls-pki-types v1.9.0 |
937 | 2024-11-20T00:47:24.550Z | Downloaded chrono v0.4.38 |
938 | 2024-11-20T00:47:24.558Z | Downloaded tokio-stream v0.1.16 |
939 | 2024-11-20T00:47:24.563Z | Downloaded tungstenite v0.21.0 |
940 | 2024-11-20T00:47:24.567Z | Downloaded time v0.3.36 |
941 | 2024-11-20T00:47:24.574Z | Downloaded lalrpop v0.19.12 |
942 | 2024-11-20T00:47:24.587Z | Downloaded num-bigint v0.4.6 |
943 | 2024-11-20T00:47:24.592Z | Downloaded idna v0.3.0 |
944 | 2024-11-20T00:47:24.600Z | Downloaded p384 v0.13.0 |
945 | 2024-11-20T00:47:24.607Z | Downloaded idna v0.2.3 |
946 | 2024-11-20T00:47:24.614Z | Downloaded tokio-util v0.7.12 |
947 | 2024-11-20T00:47:24.622Z | Downloaded unicode_categories v0.1.1 |
948 | 2024-11-20T00:47:24.625Z | Downloaded unicode-normalization v0.1.24 |
949 | 2024-11-20T00:47:24.628Z | Downloaded quick-xml v0.33.0 |
950 | 2024-11-20T00:47:24.636Z | Downloaded ssh-key v0.6.6 |
951 | 2024-11-20T00:47:24.642Z | Downloaded winnow v0.5.40 |
952 | 2024-11-20T00:47:24.653Z | Downloaded expectorate v1.1.0 |
953 | 2024-11-20T00:47:24.655Z | Downloaded num-bigint-dig v0.8.4 |
954 | 2024-11-20T00:47:24.660Z | Downloaded reedline v0.35.0 |
955 | 2024-11-20T00:47:24.669Z | Downloaded hashbrown v0.13.2 |
956 | 2024-11-20T00:47:24.674Z | Downloaded proptest v1.5.0 |
957 | 2024-11-20T00:47:24.683Z | Downloaded idna v0.5.0 |
958 | 2024-11-20T00:47:24.690Z | Downloaded polar-core v0.27.3 |
959 | 2024-11-20T00:47:24.699Z | Downloaded curve25519-dalek v4.1.3 |
960 | 2024-11-20T00:47:24.711Z | Downloaded openssl v0.10.66 |
961 | 2024-11-20T00:47:24.719Z | Downloaded nom v7.1.3 |
962 | 2024-11-20T00:47:24.725Z | Downloaded rustls-webpki v0.101.7 |
963 | 2024-11-20T00:47:24.740Z | Downloaded vcpkg v0.2.15 |
964 | 2024-11-20T00:47:24.781Z | Downloaded portable-atomic v1.9.0 |
965 | 2024-11-20T00:47:24.787Z | Downloaded hickory-proto v0.24.1 |
966 | 2024-11-20T00:47:24.804Z | Downloaded p521 v0.13.3 |
967 | 2024-11-20T00:47:24.808Z | Downloaded rustls v0.21.12 |
968 | 2024-11-20T00:47:24.819Z | Downloaded quinn-proto v0.11.8 |
969 | 2024-11-20T00:47:24.826Z | Downloaded dropshot v0.12.0 |
970 | 2024-11-20T00:47:24.847Z | Downloaded petname v2.0.2 |
971 | 2024-11-20T00:47:24.852Z | Downloaded radix_trie v0.2.1 |
972 | 2024-11-20T00:47:24.858Z | Downloaded salty v0.3.0 |
973 | 2024-11-20T00:47:24.866Z | Downloaded nix v0.28.0 |
974 | 2024-11-20T00:47:24.877Z | Downloaded rustls-webpki v0.102.8 |
975 | 2024-11-20T00:47:24.895Z | Downloaded nix v0.27.1 |
976 | 2024-11-20T00:47:24.906Z | Downloaded unicode-width v0.2.0 |
977 | 2024-11-20T00:47:24.913Z | Downloaded sqlparser v0.45.0 |
978 | 2024-11-20T00:47:24.925Z | Downloaded object v0.30.4 |
979 | 2024-11-20T00:47:24.933Z | Downloaded rustls v0.22.4 |
980 | 2024-11-20T00:47:24.943Z | Downloaded object v0.36.5 |
981 | 2024-11-20T00:47:24.956Z | Downloaded diesel v2.2.4 |
982 | 2024-11-20T00:47:24.975Z | Downloaded regex-syntax v0.8.5 |
983 | 2024-11-20T00:47:24.984Z | Downloaded trust-dns-proto v0.22.0 |
984 | 2024-11-20T00:47:24.996Z | Downloaded bstr v1.10.0 |
985 | 2024-11-20T00:47:25.008Z | Downloaded chrono-tz v0.10.0 |
986 | 2024-11-20T00:47:25.015Z | Downloaded typify-impl v0.2.0 |
987 | 2024-11-20T00:47:25.030Z | Downloaded sled v0.34.7 |
988 | 2024-11-20T00:47:25.040Z | Downloaded ratatui v0.28.1 |
989 | 2024-11-20T00:47:25.060Z | Downloaded openapiv3 v2.0.0 |
990 | 2024-11-20T00:47:25.073Z | Downloaded regress v0.10.1 |
991 | 2024-11-20T00:47:25.080Z | Downloaded zerocopy-derive v0.6.6 |
992 | 2024-11-20T00:47:25.091Z | Downloaded regex v1.11.1 |
993 | 2024-11-20T00:47:25.103Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
994 | 2024-11-20T00:47:25.118Z | Downloaded smoltcp v0.9.1 |
995 | 2024-11-20T00:47:25.126Z | Downloaded rustls v0.23.14 |
996 | 2024-11-20T00:47:25.138Z | Downloaded gimli v0.31.1 |
997 | 2024-11-20T00:47:25.146Z | Downloaded regress v0.9.1 |
998 | 2024-11-20T00:47:25.155Z | Downloaded smoltcp v0.11.0 |
999 | 2024-11-20T00:47:25.168Z | Downloaded webpki-roots v0.26.6 |
1000 | 2024-11-20T00:47:25.171Z | Downloaded nix v0.29.0 |
1001 | 2024-11-20T00:47:25.184Z | Downloaded regex-automata v0.4.8 |
1002 | 2024-11-20T00:47:25.201Z | Downloaded petgraph v0.6.5 |
1003 | 2024-11-20T00:47:25.218Z | Downloaded lzma-sys v0.1.20 |
1004 | 2024-11-20T00:47:25.247Z | Downloaded dropshot v0.13.0 |
1005 | 2024-11-20T00:47:25.267Z | Downloaded regex-syntax v0.6.29 |
1006 | 2024-11-20T00:47:25.275Z | Downloaded csv v1.3.0 |
1007 | 2024-11-20T00:47:25.295Z | Downloaded libz-sys v1.1.20 |
1008 | 2024-11-20T00:47:25.316Z | Downloaded futures-util v0.3.31 |
1009 | 2024-11-20T00:47:25.327Z | Downloaded tokio v1.40.0 |
1010 | 2024-11-20T00:47:25.364Z | Downloaded hashbrown v0.14.5 |
1011 | 2024-11-20T00:47:25.370Z | Downloaded git2 v0.19.0 |
1012 | 2024-11-20T00:47:25.378Z | Downloaded diesel_derives v2.2.3 |
1013 | 2024-11-20T00:47:25.383Z | Downloaded der v0.7.9 |
1014 | 2024-11-20T00:47:25.387Z | Downloaded zip v0.6.6 |
1015 | 2024-11-20T00:47:25.391Z | Downloaded sha3 v0.10.8 |
1016 | 2024-11-20T00:47:25.398Z | Downloaded rand v0.8.5 |
1017 | 2024-11-20T00:47:25.403Z | Downloaded parse-zoneinfo v0.3.1 |
1018 | 2024-11-20T00:47:25.407Z | Downloaded hashbrown v0.12.3 |
1019 | 2024-11-20T00:47:25.409Z | Downloaded rustls-pemfile v1.0.4 |
1020 | 2024-11-20T00:47:25.409Z | Downloaded rustfmt-wrapper v0.2.1 |
1021 | 2024-11-20T00:47:25.409Z | Downloaded scopeguard v1.2.0 |
1022 | 2024-11-20T00:47:25.413Z | Downloaded schemars v0.8.21 |
1023 | 2024-11-20T00:47:25.421Z | Downloaded reqwest v0.12.9 |
1024 | 2024-11-20T00:47:25.429Z | Downloaded derive_builder_core v0.20.2 |
1025 | 2024-11-20T00:47:25.432Z | Downloaded russh v0.45.0 |
1026 | 2024-11-20T00:47:25.436Z | Downloaded blake3 v1.5.4 |
1027 | 2024-11-20T00:47:25.444Z | Downloaded postcard v1.0.10 |
1028 | 2024-11-20T00:47:25.447Z | Downloaded ed25519-dalek v2.1.1 |
1029 | 2024-11-20T00:47:25.450Z | Downloaded hashlink v0.9.1 |
1030 | 2024-11-20T00:47:25.453Z | Downloaded mio v1.0.2 |
1031 | 2024-11-20T00:47:25.457Z | Downloaded zip v2.1.3 |
1032 | 2024-11-20T00:47:25.460Z | Downloaded primeorder v0.13.6 |
1033 | 2024-11-20T00:47:25.463Z | Downloaded predicates-tree v1.0.11 |
1034 | 2024-11-20T00:47:25.463Z | Downloaded socket2 v0.5.7 |
1035 | 2024-11-20T00:47:25.466Z | Downloaded serde_yaml v0.9.34+deprecated |
1036 | 2024-11-20T00:47:25.468Z | Downloaded ron v0.8.1 |
1037 | 2024-11-20T00:47:25.473Z | Downloaded tokio-tungstenite v0.23.1 |
1038 | 2024-11-20T00:47:25.480Z | Downloaded rcgen v0.12.1 |
1039 | 2024-11-20T00:47:25.483Z | Downloaded time-macros v0.2.18 |
1040 | 2024-11-20T00:47:25.483Z | Downloaded quinn v0.11.5 |
1041 | 2024-11-20T00:47:25.485Z | Downloaded parse-display-derive v0.10.0 |
1042 | 2024-11-20T00:47:25.485Z | Downloaded tokio-postgres v0.7.12 |
1043 | 2024-11-20T00:47:25.489Z | Downloaded hkdf v0.12.4 |
1044 | 2024-11-20T00:47:25.491Z | Downloaded slab v0.4.9 |
1045 | 2024-11-20T00:47:25.494Z | Downloaded rustc-hash v2.0.0 |
1046 | 2024-11-20T00:47:25.494Z | Downloaded rustc-hash v1.1.0 |
1047 | 2024-11-20T00:47:25.498Z | Downloaded snafu v0.8.5 |
1048 | 2024-11-20T00:47:25.501Z | Downloaded flate2 v1.0.34 |
1049 | 2024-11-20T00:47:25.505Z | Downloaded rustyline v14.0.0 |
1050 | 2024-11-20T00:47:25.511Z | Downloaded omicron-zone-package v0.11.1 |
1051 | 2024-11-20T00:47:25.514Z | Downloaded libm v0.2.8 |
1052 | 2024-11-20T00:47:25.521Z | Downloaded itertools v0.12.1 |
1053 | 2024-11-20T00:47:25.527Z | Downloaded serde_with_macros v3.11.0 |
1054 | 2024-11-20T00:47:25.530Z | Downloaded steno v0.4.1 |
1055 | 2024-11-20T00:47:25.533Z | Downloaded fd-lock v4.0.2 |
1056 | 2024-11-20T00:47:25.537Z | Downloaded tungstenite v0.24.0 |
1057 | 2024-11-20T00:47:25.539Z | Downloaded darling_core v0.20.10 |
1058 | 2024-11-20T00:47:25.543Z | Downloaded rand_seeder v0.3.0 |
1059 | 2024-11-20T00:47:25.546Z | Downloaded pbkdf2 v0.11.0 |
1060 | 2024-11-20T00:47:25.548Z | Downloaded ppv-lite86 v0.2.20 |
1061 | 2024-11-20T00:47:25.548Z | Downloaded olpc-cjson v0.1.4 |
1062 | 2024-11-20T00:47:25.551Z | Downloaded rsa v0.9.6 |
1063 | 2024-11-20T00:47:25.553Z | Downloaded p256 v0.13.2 |
1064 | 2024-11-20T00:47:25.557Z | Downloaded toml_edit v0.19.15 |
1065 | 2024-11-20T00:47:25.572Z | Downloaded zerovec-derive v0.10.3 |
1066 | 2024-11-20T00:47:25.575Z | Downloaded encoding_rs v0.8.34 |
1067 | 2024-11-20T00:47:25.594Z | Downloaded zeroize_derive v1.4.2 |
1068 | 2024-11-20T00:47:25.597Z | Downloaded zeroize v1.8.1 |
1069 | 2024-11-20T00:47:25.597Z | Downloaded zerofrom-derive v0.1.4 |
1070 | 2024-11-20T00:47:25.600Z | Downloaded which v4.4.2 |
1071 | 2024-11-20T00:47:25.600Z | Downloaded tls_codec_derive v0.4.1 |
1072 | 2024-11-20T00:47:25.602Z | Downloaded tls_codec v0.4.1 |
1073 | 2024-11-20T00:47:25.602Z | Downloaded uuid v1.11.0 |
1074 | 2024-11-20T00:47:25.605Z | Downloaded headers v0.4.0 |
1075 | 2024-11-20T00:47:25.609Z | Downloaded http v1.1.0 |
1076 | 2024-11-20T00:47:25.613Z | Downloaded tracing-core v0.1.32 |
1077 | 2024-11-20T00:47:25.616Z | Downloaded tracing v0.1.40 |
1078 | 2024-11-20T00:47:25.620Z | Downloaded elliptic-curve v0.13.8 |
1079 | 2024-11-20T00:47:25.624Z | Downloaded slog-bunyan v2.5.0 |
1080 | 2024-11-20T00:47:25.627Z | Downloaded smallvec v0.6.14 |
1081 | 2024-11-20T00:47:25.628Z | Downloaded sha1 v0.10.6 |
1082 | 2024-11-20T00:47:25.630Z | Downloaded scrypt v0.11.0 |
1083 | 2024-11-20T00:47:25.630Z | Downloaded minimal-lexical v0.2.1 |
1084 | 2024-11-20T00:47:25.634Z | Downloaded writeable v0.5.5 |
1085 | 2024-11-20T00:47:25.638Z | Downloaded walkdir v2.5.0 |
1086 | 2024-11-20T00:47:25.640Z | Downloaded password-hash v0.5.0 |
1087 | 2024-11-20T00:47:25.640Z | Downloaded zerocopy v0.6.6 |
1088 | 2024-11-20T00:47:25.644Z | Downloaded shell-words v1.1.0 |
1089 | 2024-11-20T00:47:25.644Z | Downloaded semver v0.1.20 |
1090 | 2024-11-20T00:47:25.644Z | Downloaded zone_cfg_derive v0.3.0 |
1091 | 2024-11-20T00:47:25.646Z | Downloaded typify-macro v0.2.0 |
1092 | 2024-11-20T00:47:25.646Z | Downloaded progenitor-macro v0.8.0 |
1093 | 2024-11-20T00:47:25.647Z | Downloaded progenitor v0.8.0 |
1094 | 2024-11-20T00:47:25.647Z | Downloaded proc-macro-crate v1.3.1 |
1095 | 2024-11-20T00:47:25.652Z | Downloaded pkg-config v0.3.31 |
1096 | 2024-11-20T00:47:25.652Z | Downloaded indicatif v0.17.9 |
1097 | 2024-11-20T00:47:25.654Z | Downloaded icu_locid_transform_data v1.5.0 |
1098 | 2024-11-20T00:47:25.657Z | Downloaded bytes v1.8.0 |
1099 | 2024-11-20T00:47:25.659Z | Downloaded opaque-debug v0.3.1 |
1100 | 2024-11-20T00:47:25.659Z | Downloaded unarray v0.1.4 |
1101 | 2024-11-20T00:47:25.662Z | Downloaded tracing-attributes v0.1.27 |
1102 | 2024-11-20T00:47:25.664Z | Downloaded tokio-rustls v0.25.0 |
1103 | 2024-11-20T00:47:25.667Z | Downloaded tokio-rustls v0.24.1 |
1104 | 2024-11-20T00:47:25.667Z | Downloaded chacha20poly1305 v0.10.1 |
1105 | 2024-11-20T00:47:25.669Z | Downloaded bumpalo v3.16.0 |
1106 | 2024-11-20T00:47:25.672Z | Downloaded progenitor-impl v0.8.0 |
1107 | 2024-11-20T00:47:25.674Z | Downloaded libloading v0.8.5 |
1108 | 2024-11-20T00:47:25.677Z | Downloaded multimap v0.10.0 |
1109 | 2024-11-20T00:47:25.679Z | Downloaded glob v0.3.1 |
1110 | 2024-11-20T00:47:25.679Z | Downloaded ena v0.14.3 |
1111 | 2024-11-20T00:47:25.682Z | Downloaded memmap2 v0.9.5 |
1112 | 2024-11-20T00:47:25.682Z | Downloaded crossbeam-epoch v0.9.18 |
1113 | 2024-11-20T00:47:25.685Z | Downloaded iana-time-zone v0.1.61 |
1114 | 2024-11-20T00:47:25.688Z | Downloaded highway v1.2.0 |
1115 | 2024-11-20T00:47:25.691Z | Downloaded crossbeam-utils v0.8.20 |
1116 | 2024-11-20T00:47:25.695Z | Downloaded crc32fast v1.4.2 |
1117 | 2024-11-20T00:47:25.695Z | Downloaded litemap v0.7.3 |
1118 | 2024-11-20T00:47:25.697Z | Downloaded lock_api v0.4.12 |
1119 | 2024-11-20T00:47:25.697Z | Downloaded jobserver v0.1.32 |
1120 | 2024-11-20T00:47:25.700Z | Downloaded maplit v1.0.2 |
1121 | 2024-11-20T00:47:25.700Z | Downloaded libsw v3.3.1 |
1122 | 2024-11-20T00:47:25.703Z | Downloaded libefi-sys v0.1.0 |
1123 | 2024-11-20T00:47:25.705Z | Downloaded lazycell v1.3.0 |
1124 | 2024-11-20T00:47:25.705Z | Downloaded signal-hook-mio v0.2.4 |
1125 | 2024-11-20T00:47:25.709Z | Downloaded serde-hex v0.1.0 |
1126 | 2024-11-20T00:47:25.709Z | Downloaded salsa20 v0.10.2 |
1127 | 2024-11-20T00:47:25.711Z | Downloaded rusty-fork v0.3.0 |
1128 | 2024-11-20T00:47:25.711Z | Downloaded rustversion v1.0.17 |
1129 | 2024-11-20T00:47:25.714Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1130 | 2024-11-20T00:47:25.770Z | Downloaded keccak v0.1.5 |
1131 | 2024-11-20T00:47:25.772Z | Downloaded csv-core v0.1.11 |
1132 | 2024-11-20T00:47:25.772Z | Downloaded cbc v0.1.2 |
1133 | 2024-11-20T00:47:25.775Z | Downloaded cookie_store v0.21.0 |
1134 | 2024-11-20T00:47:25.777Z | Downloaded ciborium v0.2.2 |
1135 | 2024-11-20T00:47:25.780Z | Downloaded kstat-rs v0.2.4 |
1136 | 2024-11-20T00:47:25.780Z | Downloaded inout v0.1.3 |
1137 | 2024-11-20T00:47:25.780Z | Downloaded idna_adapter v1.2.0 |
1138 | 2024-11-20T00:47:25.782Z | Downloaded crc-catalog v2.4.0 |
1139 | 2024-11-20T00:47:25.782Z | Downloaded chrono-tz-build v0.4.0 |
1140 | 2024-11-20T00:47:25.782Z | Downloaded backoff v0.4.0 |
1141 | 2024-11-20T00:47:25.785Z | Downloaded ciborium-ll v0.2.2 |
1142 | 2024-11-20T00:47:25.787Z | Downloaded icu_provider_macros v1.5.0 |
1143 | 2024-11-20T00:47:25.787Z | Downloaded heapless v0.7.17 |
1144 | 2024-11-20T00:47:25.791Z | Downloaded idna v0.4.0 |
1145 | 2024-11-20T00:47:25.797Z | Downloaded colored v2.1.0 |
1146 | 2024-11-20T00:47:25.799Z | Downloaded cexpr v0.6.0 |
1147 | 2024-11-20T00:47:25.802Z | Downloaded bitfield-struct v0.6.2 |
1148 | 2024-11-20T00:47:25.802Z | Downloaded bcrypt-pbkdf v0.10.0 |
1149 | 2024-11-20T00:47:25.804Z | Downloaded hex v0.4.3 |
1150 | 2024-11-20T00:47:25.804Z | Downloaded bit-vec v0.6.3 |
1151 | 2024-11-20T00:47:25.807Z | Downloaded base64ct v1.6.0 |
1152 | 2024-11-20T00:47:25.810Z | Downloaded aws-lc-rs v1.10.0 |
1153 | 2024-11-20T00:47:25.816Z | Downloaded darling v0.20.10 |
1154 | 2024-11-20T00:47:25.820Z | Downloaded async-trait v0.1.83 |
1155 | 2024-11-20T00:47:25.823Z | Downloaded ascii-canvas v3.0.0 |
1156 | 2024-11-20T00:47:25.826Z | Downloaded aead v0.5.2 |
1157 | 2024-11-20T00:47:25.829Z | Downloaded addr2line v0.24.2 |
1158 | 2024-11-20T00:47:25.831Z | Downloaded aes v0.8.4 |
1159 | 2024-11-20T00:47:26.155Z | Downloaded aws-lc-sys v0.22.0 |
1160 | 2024-11-20T00:47:26.486Z | Downloaded ring v0.17.8 |
1161 | 2024-11-20T00:47:26.644Z | Downloaded libsqlite3-sys v0.30.1 |
1162 | 2024-11-20T00:47:26.721Z | Downloaded ring v0.16.20 |
1163 | 2024-11-20T00:47:26.897Z | Compiling serde v1.0.215 |
1164 | 2024-11-20T00:47:26.900Z | Compiling lock_api v0.4.12 |
1165 | 2024-11-20T00:47:26.900Z | Compiling scopeguard v1.2.0 |
1166 | 2024-11-20T00:47:26.900Z | Compiling value-bag v1.9.0 |
1167 | 2024-11-20T00:47:26.900Z | Compiling typenum v1.17.0 |
1168 | 2024-11-20T00:47:26.900Z | Compiling generic-array v0.14.7 |
1169 | 2024-11-20T00:47:26.900Z | Compiling syn v2.0.87 |
1170 | 2024-11-20T00:47:27.056Z | Compiling getrandom v0.2.15 |
1171 | 2024-11-20T00:47:27.191Z | Compiling shlex v1.3.0 |
1172 | 2024-11-20T00:47:27.419Z | Compiling rand_core v0.6.4 |
1173 | 2024-11-20T00:47:27.563Z | Compiling log v0.4.22 |
1174 | 2024-11-20T00:47:27.602Z | Compiling subtle v2.6.1 |
1175 | 2024-11-20T00:47:27.623Z | Compiling jobserver v0.1.32 |
1176 | 2024-11-20T00:47:27.718Z | Compiling smallvec v1.13.2 |
1177 | 2024-11-20T00:47:27.936Z | Compiling const-oid v0.9.6 |
1178 | 2024-11-20T00:47:27.955Z | Compiling pin-project-lite v0.2.14 |
1179 | 2024-11-20T00:47:28.075Z | Compiling cc v1.1.30 |
1180 | 2024-11-20T00:47:28.130Z | Compiling spin v0.9.8 |
1181 | 2024-11-20T00:47:28.132Z | Compiling rustix v0.38.37 |
1182 | 2024-11-20T00:47:28.433Z | Compiling parking_lot_core v0.9.10 |
1183 | 2024-11-20T00:47:28.528Z | Compiling futures-core v0.3.31 |
1184 | 2024-11-20T00:47:28.547Z | Compiling signal-hook-registry v1.4.2 |
1185 | 2024-11-20T00:47:28.775Z | Compiling mio v1.0.2 |
1186 | 2024-11-20T00:47:29.241Z | Compiling aho-corasick v1.1.3 |
1187 | 2024-11-20T00:47:29.506Z | Compiling parking_lot v0.12.3 |
1188 | 2024-11-20T00:47:29.743Z | Compiling either v1.13.0 |
1189 | 2024-11-20T00:47:29.912Z | Compiling cpufeatures v0.2.14 |
1190 | 2024-11-20T00:47:30.021Z | Compiling regex-syntax v0.8.5 |
1191 | 2024-11-20T00:47:30.052Z | Compiling lazy_static v1.5.0 |
1192 | 2024-11-20T00:47:30.114Z | Compiling futures-sink v0.3.31 |
1193 | 2024-11-20T00:47:30.176Z | Compiling glob v0.3.1 |
1194 | 2024-11-20T00:47:30.202Z | Compiling stable_deref_trait v1.2.0 |
1195 | 2024-11-20T00:47:30.271Z | Compiling socket2 v0.5.7 |
1196 | 2024-11-20T00:47:30.313Z | Compiling slab v0.4.9 |
1197 | 2024-11-20T00:47:30.507Z | Compiling prettyplease v0.2.25 |
1198 | 2024-11-20T00:47:30.770Z | Compiling minimal-lexical v0.2.1 |
1199 | 2024-11-20T00:47:31.159Z | Compiling libloading v0.8.5 |
1200 | 2024-11-20T00:47:31.225Z | Compiling clang-sys v1.8.1 |
1201 | 2024-11-20T00:47:31.268Z | Compiling nom v7.1.3 |
1202 | 2024-11-20T00:47:31.308Z | Compiling serde_json v1.0.132 |
1203 | 2024-11-20T00:47:31.575Z | Compiling bindgen v0.69.5 |
1204 | 2024-11-20T00:47:31.658Z | Compiling home v0.5.9 |
1205 | 2024-11-20T00:47:31.983Z | Compiling futures-channel v0.3.31 |
1206 | 2024-11-20T00:47:32.408Z | Compiling itertools v0.12.1 |
1207 | 2024-11-20T00:47:32.444Z | Compiling rustc-hash v1.1.0 |
1208 | 2024-11-20T00:47:32.583Z | Compiling allocator-api2 v0.2.18 |
1209 | 2024-11-20T00:47:32.639Z | Compiling foldhash v0.1.3 |
1210 | 2024-11-20T00:47:32.967Z | Compiling futures-io v0.3.31 |
1211 | 2024-11-20T00:47:33.291Z | Compiling lazycell v1.3.0 |
1212 | 2024-11-20T00:47:33.387Z | Compiling pin-utils v0.1.0 |
1213 | 2024-11-20T00:47:33.454Z | Compiling futures-task v0.3.31 |
1214 | 2024-11-20T00:47:33.480Z | Compiling hashbrown v0.15.0 |
1215 | 2024-11-20T00:47:33.759Z | Compiling regex-automata v0.4.8 |
1216 | 2024-11-20T00:47:34.926Z | Compiling synstructure v0.13.1 |
1217 | 2024-11-20T00:47:35.115Z | Compiling cexpr v0.6.0 |
1218 | 2024-11-20T00:47:35.576Z | Compiling cmake v0.1.51 |
1219 | 2024-11-20T00:47:36.733Z | Compiling tinyvec_macros v0.1.1 |
1220 | 2024-11-20T00:47:36.754Z | Compiling fs_extra v1.3.0 |
1221 | 2024-11-20T00:47:36.754Z | Compiling libm v0.2.8 |
1222 | 2024-11-20T00:47:36.873Z | Compiling dunce v1.0.5 |
1223 | 2024-11-20T00:47:36.909Z | Compiling pkg-config v0.3.31 |
1224 | 2024-11-20T00:47:37.024Z | Compiling tinyvec v1.8.0 |
1225 | 2024-11-20T00:47:37.045Z | Compiling num-traits v0.2.19 |
1226 | 2024-11-20T00:47:37.558Z | Compiling ring v0.17.8 |
1227 | 2024-11-20T00:47:38.293Z | Compiling writeable v0.5.5 |
1228 | 2024-11-20T00:47:38.491Z | Compiling unicode-normalization v0.1.24 |
1229 | 2024-11-20T00:47:38.550Z | Compiling paste v1.0.15 |
1230 | 2024-11-20T00:47:38.612Z | Compiling litemap v0.7.3 |
1231 | 2024-11-20T00:47:38.679Z | Compiling base64ct v1.6.0 |
1232 | 2024-11-20T00:47:38.883Z | Compiling unicode-bidi v0.3.17 |
1233 | 2024-11-20T00:47:39.163Z | Compiling pem-rfc7468 v0.7.0 |
1234 | 2024-11-20T00:47:39.627Z | Compiling regex v1.11.1 |
1235 | 2024-11-20T00:47:39.834Z | Compiling aws-lc-rs v1.10.0 |
1236 | 2024-11-20T00:47:40.264Z | Compiling httparse v1.9.5 |
1237 | 2024-11-20T00:47:40.293Z | Compiling flagset v0.4.6 |
1238 | 2024-11-20T00:47:40.668Z | Compiling tracing-core v0.1.32 |
1239 | 2024-11-20T00:47:41.089Z | Compiling rustls-pki-types v1.9.0 |
1240 | 2024-11-20T00:47:41.134Z | Compiling icu_locid_transform_data v1.5.0 |
1241 | 2024-11-20T00:47:41.242Z | Compiling percent-encoding v2.3.1 |
1242 | 2024-11-20T00:47:41.603Z | Compiling crossbeam-utils v0.8.20 |
1243 | 2024-11-20T00:47:41.661Z | Compiling serde_derive v1.0.215 |
1244 | 2024-11-20T00:47:41.914Z | Compiling zeroize_derive v1.4.2 |
1245 | 2024-11-20T00:47:42.131Z | Compiling zerocopy-derive v0.7.35 |
1246 | 2024-11-20T00:47:42.159Z | Compiling tokio-macros v2.4.0 |
1247 | 2024-11-20T00:47:42.244Z | Compiling zerofrom-derive v0.1.4 |
1248 | 2024-11-20T00:47:43.454Z | Compiling zeroize v1.8.1 |
1249 | 2024-11-20T00:47:43.689Z | Compiling thiserror-impl v1.0.69 |
1250 | 2024-11-20T00:47:43.943Z | Compiling yoke-derive v0.7.4 |
1251 | 2024-11-20T00:47:44.417Z | Compiling zerocopy v0.7.35 |
1252 | 2024-11-20T00:47:45.227Z | Compiling crypto-common v0.1.6 |
1253 | 2024-11-20T00:47:45.470Z | Compiling block-buffer v0.10.4 |
1254 | 2024-11-20T00:47:45.731Z | Compiling digest v0.10.7 |
1255 | 2024-11-20T00:47:45.983Z | Compiling futures-macro v0.3.31 |
1256 | 2024-11-20T00:47:46.217Z | Compiling hmac v0.12.1 |
1257 | 2024-11-20T00:47:46.438Z | Compiling zerovec-derive v0.10.3 |
1258 | 2024-11-20T00:47:46.487Z | Compiling zerofrom v0.1.4 |
1259 | 2024-11-20T00:47:46.526Z | Compiling block-padding v0.3.3 |
1260 | 2024-11-20T00:47:46.705Z | Compiling displaydoc v0.2.5 |
1261 | 2024-11-20T00:47:46.760Z | Compiling inout v0.1.3 |
1262 | 2024-11-20T00:47:46.973Z | Compiling yoke v0.7.4 |
1263 | 2024-11-20T00:47:47.042Z | Compiling cipher v0.4.4 |
1264 | 2024-11-20T00:47:47.086Z | Compiling thiserror v1.0.69 |
1265 | 2024-11-20T00:47:47.232Z | Compiling sha2 v0.10.8 |
1266 | 2024-11-20T00:47:47.297Z | Compiling ppv-lite86 v0.2.20 |
1267 | 2024-11-20T00:47:47.555Z | Compiling icu_provider_macros v1.5.0 |
1268 | 2024-11-20T00:47:47.950Z | Compiling futures-util v0.3.31 |
1269 | 2024-11-20T00:47:48.087Z | Compiling der_derive v0.7.3 |
1270 | 2024-11-20T00:47:48.284Z | Compiling rand_chacha v0.3.1 |
1271 | 2024-11-20T00:47:48.655Z | Compiling tracing-attributes v0.1.27 |
1272 | 2024-11-20T00:47:49.084Z | Compiling zerovec v0.10.4 |
1273 | 2024-11-20T00:47:49.221Z | Compiling rand v0.8.5 |
1274 | 2024-11-20T00:47:50.649Z | Compiling salsa20 v0.10.2 |
1275 | 2024-11-20T00:47:50.669Z | Compiling der v0.7.9 |
1276 | 2024-11-20T00:47:50.835Z | Compiling pest v2.7.14 |
1277 | 2024-11-20T00:47:50.880Z | Compiling pbkdf2 v0.12.2 |
1278 | 2024-11-20T00:47:51.053Z | Compiling tinystr v0.7.6 |
1279 | 2024-11-20T00:47:51.368Z | Compiling icu_collections v1.5.0 |
1280 | 2024-11-20T00:47:51.429Z | Compiling icu_locid v1.5.0 |
1281 | 2024-11-20T00:47:51.516Z | Compiling time-core v0.1.2 |
1282 | 2024-11-20T00:47:51.732Z | Compiling untrusted v0.9.0 |
1283 | 2024-11-20T00:47:51.889Z | Compiling mirai-annotations v1.12.0 |
1284 | 2024-11-20T00:47:52.095Z | Compiling icu_properties_data v1.5.0 |
1285 | 2024-11-20T00:47:52.379Z | Compiling untrusted v0.7.1 |
1286 | 2024-11-20T00:47:52.548Z | Compiling icu_provider v1.5.0 |
1287 | 2024-11-20T00:47:52.573Z | Compiling tracing v0.1.40 |
1288 | 2024-11-20T00:47:52.862Z | Compiling spki v0.7.3 |
1289 | 2024-11-20T00:47:53.095Z | Compiling num-conv v0.1.0 |
1290 | 2024-11-20T00:47:53.254Z | Compiling icu_locid_transform v1.5.0 |
1291 | 2024-11-20T00:47:53.385Z | Compiling powerfmt v0.2.0 |
1292 | 2024-11-20T00:47:53.618Z | Compiling vcpkg v0.2.15 |
1293 | 2024-11-20T00:47:53.797Z | Compiling deranged v0.3.11 |
1294 | 2024-11-20T00:47:53.836Z | Compiling time-macros v0.2.18 |
1295 | 2024-11-20T00:47:53.910Z | Compiling pest_meta v2.7.14 |
1296 | 2024-11-20T00:47:55.400Z | Compiling bitflags v2.6.0 |
1297 | 2024-11-20T00:47:55.705Z | Compiling bytes v1.8.0 |
1298 | 2024-11-20T00:47:55.851Z | Compiling indexmap v2.6.0 |
1299 | 2024-11-20T00:47:56.027Z | Compiling semver v1.0.23 |
1300 | 2024-11-20T00:47:56.796Z | Compiling tokio v1.40.0 |
1301 | 2024-11-20T00:47:57.001Z | Compiling http v1.1.0 |
1302 | 2024-11-20T00:47:57.168Z | Compiling rustc_version v0.4.1 |
1303 | 2024-11-20T00:47:57.306Z | Compiling openssl-sys v0.9.103 |
1304 | 2024-11-20T00:47:57.888Z | Compiling icu_properties v1.5.1 |
1305 | 2024-11-20T00:47:57.941Z | Compiling scrypt v0.11.0 |
1306 | 2024-11-20T00:47:58.397Z | Compiling cbc v0.1.2 |
1307 | 2024-11-20T00:47:58.506Z | Compiling aes v0.8.4 |
1308 | 2024-11-20T00:47:58.638Z | Compiling scroll_derive v0.12.0 |
1309 | 2024-11-20T00:47:59.104Z | Compiling atomic-waker v1.1.2 |
1310 | 2024-11-20T00:47:59.147Z | Compiling icu_normalizer_data v1.5.0 |
1311 | 2024-11-20T00:47:59.259Z | Compiling write16 v1.0.0 |
1312 | 2024-11-20T00:47:59.296Z | Compiling num_threads v0.1.7 |
1313 | 2024-11-20T00:47:59.393Z | Compiling utf8_iter v1.0.4 |
1314 | 2024-11-20T00:47:59.428Z | Compiling utf16_iter v1.0.5 |
1315 | 2024-11-20T00:47:59.524Z | Compiling pkcs5 v0.7.1 |
1316 | 2024-11-20T00:47:59.625Z | Compiling time v0.3.36 |
1317 | 2024-11-20T00:47:59.645Z | Compiling http-body v1.0.1 |
1318 | 2024-11-20T00:47:59.886Z | Compiling which v4.4.2 |
1319 | 2024-11-20T00:48:00.466Z | Compiling scroll v0.12.0 |
1320 | 2024-11-20T00:48:00.936Z | Compiling pest_generator v2.7.14 |
1321 | 2024-11-20T00:48:01.036Z | Compiling form_urlencoded v1.2.1 |
1322 | 2024-11-20T00:48:01.281Z | Compiling slog v2.7.0 |
1323 | 2024-11-20T00:48:01.346Z | Compiling try-lock v0.2.5 |
1324 | 2024-11-20T00:48:01.364Z | Compiling goblin v0.8.2 |
1325 | 2024-11-20T00:48:01.497Z | Compiling icu_normalizer v1.5.0 |
1326 | 2024-11-20T00:48:01.862Z | Compiling want v0.3.1 |
1327 | 2024-11-20T00:48:02.156Z | Compiling pkcs8 v0.10.2 |
1328 | 2024-11-20T00:48:02.771Z | Compiling idna_adapter v1.2.0 |
1329 | 2024-11-20T00:48:02.899Z | Compiling httpdate v1.0.3 |
1330 | 2024-11-20T00:48:02.957Z | Compiling pest_derive v2.7.14 |
1331 | 2024-11-20T00:48:02.995Z | Compiling idna v1.0.3 |
1332 | 2024-11-20T00:48:03.517Z | Compiling serde_spanned v0.6.8 |
1333 | 2024-11-20T00:48:03.735Z | Compiling toml_datetime v0.6.8 |
1334 | 2024-11-20T00:48:03.773Z | Compiling dtrace-parser v0.2.0 |
1335 | 2024-11-20T00:48:04.220Z | Compiling serde_tokenstream v0.2.2 |
1336 | 2024-11-20T00:48:04.298Z | Compiling uuid v1.11.0 |
1337 | 2024-11-20T00:48:04.826Z | Compiling tower-service v0.3.3 |
1338 | 2024-11-20T00:48:04.855Z | Compiling rustversion v1.0.17 |
1339 | 2024-11-20T00:48:04.959Z | Compiling openssl v0.10.66 |
1340 | 2024-11-20T00:48:04.979Z | Compiling base64 v0.22.1 |
1341 | 2024-11-20T00:48:05.371Z | Compiling tokio-util v0.7.12 |
1342 | 2024-11-20T00:48:05.556Z | Compiling iana-time-zone v0.1.61 |
1343 | 2024-11-20T00:48:05.724Z | Compiling match_cfg v0.1.0 |
1344 | 2024-11-20T00:48:05.727Z | Compiling adler2 v2.0.0 |
1345 | 2024-11-20T00:48:05.821Z | Compiling foreign-types-shared v0.1.1 |
1346 | 2024-11-20T00:48:05.931Z | Compiling foreign-types v0.3.2 |
1347 | 2024-11-20T00:48:05.934Z | Compiling miniz_oxide v0.8.0 |
1348 | 2024-11-20T00:48:06.011Z | Compiling hostname v0.3.1 |
1349 | 2024-11-20T00:48:06.043Z | Compiling chrono v0.4.38 |
1350 | 2024-11-20T00:48:06.161Z | Compiling url v2.5.3 |
1351 | 2024-11-20T00:48:06.784Z | Compiling h2 v0.4.6 |
1352 | 2024-11-20T00:48:07.477Z | Compiling dof v0.3.0 |
1353 | 2024-11-20T00:48:07.664Z | Compiling async-trait v0.1.83 |
1354 | 2024-11-20T00:48:08.206Z | Compiling usdt-impl v0.5.0 |
1355 | 2024-11-20T00:48:09.713Z | Compiling openssl-macros v0.1.1 |
1356 | 2024-11-20T00:48:09.820Z | Compiling dirs-sys-next v0.1.2 |
1357 | 2024-11-20T00:48:09.840Z | Compiling siphasher v0.3.11 |
1358 | 2024-11-20T00:48:10.219Z | Compiling syn v1.0.109 |
1359 | 2024-11-20T00:48:10.458Z | Compiling rustls v0.23.14 |
1360 | 2024-11-20T00:48:10.491Z | Compiling rustls v0.22.4 |
1361 | 2024-11-20T00:48:10.516Z | Compiling native-tls v0.2.12 |
1362 | 2024-11-20T00:48:10.724Z | Compiling data-encoding v2.6.0 |
1363 | 2024-11-20T00:48:10.864Z | Compiling dirs-next v2.0.0 |
1364 | 2024-11-20T00:48:11.062Z | Compiling http-body-util v0.1.2 |
1365 | 2024-11-20T00:48:11.589Z | Compiling heapless v0.7.17 |
1366 | 2024-11-20T00:48:11.794Z | Compiling crossbeam-epoch v0.9.18 |
1367 | 2024-11-20T00:48:12.025Z | Compiling sha1 v0.10.6 |
1368 | 2024-11-20T00:48:12.255Z | Compiling signature v2.2.0 |
1369 | 2024-11-20T00:48:12.470Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1370 | 2024-11-20T00:48:12.492Z | Compiling serde_derive_internals v0.29.1 |
1371 | 2024-11-20T00:48:12.562Z | Compiling thread_local v1.1.8 |
1372 | 2024-11-20T00:48:12.565Z | Compiling multer v3.1.0 |
1373 | 2024-11-20T00:48:12.852Z | Compiling cookie v0.18.1 |
1374 | 2024-11-20T00:48:12.940Z | Compiling encoding_rs v0.8.34 |
1375 | 2024-11-20T00:48:13.112Z | Compiling unicode-properties v0.1.3 |
1376 | 2024-11-20T00:48:13.133Z | Compiling ipnet v2.10.1 |
1377 | 2024-11-20T00:48:13.153Z | Compiling gimli v0.31.1 |
1378 | 2024-11-20T00:48:13.517Z | Compiling slog-async v2.8.0 |
1379 | 2024-11-20T00:48:14.032Z | Compiling hyper v1.5.0 |
1380 | 2024-11-20T00:48:14.494Z | Compiling signal-hook v0.3.17 |
1381 | 2024-11-20T00:48:14.766Z | Compiling openssl-probe v0.1.5 |
1382 | 2024-11-20T00:48:15.145Z | Compiling rayon-core v1.12.1 |
1383 | 2024-11-20T00:48:15.295Z | Compiling mime v0.3.17 |
1384 | 2024-11-20T00:48:15.408Z | Compiling schemars v0.8.21 |
1385 | 2024-11-20T00:48:15.813Z | Compiling schemars_derive v0.8.21 |
1386 | 2024-11-20T00:48:16.018Z | Compiling toml_edit v0.22.22 |
1387 | 2024-11-20T00:48:17.477Z | Compiling hyper-util v0.1.10 |
1388 | 2024-11-20T00:48:18.215Z | Compiling addr2line v0.24.2 |
1389 | 2024-11-20T00:48:18.241Z | Compiling stringprep v0.1.5 |
1390 | 2024-11-20T00:48:18.986Z | Compiling crossbeam-deque v0.8.5 |
1391 | 2024-11-20T00:48:19.272Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2024-11-20T00:48:19.317Z | Compiling usdt-macro v0.5.0 |
1393 | 2024-11-20T00:48:19.422Z | Compiling term v0.7.0 |
1394 | 2024-11-20T00:48:20.028Z | Compiling slog-json v2.6.1 |
1395 | 2024-11-20T00:48:20.389Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2024-11-20T00:48:20.591Z | Compiling curve25519-dalek v4.1.3 |
1397 | 2024-11-20T00:48:20.774Z | Compiling crossbeam-channel v0.5.13 |
1398 | 2024-11-20T00:48:20.880Z | Compiling futures-executor v0.3.31 |
1399 | 2024-11-20T00:48:20.899Z | Compiling enum-as-inner v0.6.1 |
1400 | 2024-11-20T00:48:20.961Z | Compiling md-5 v0.10.6 |
1401 | 2024-11-20T00:48:21.206Z | Compiling rustls-pemfile v2.2.0 |
1402 | 2024-11-20T00:48:21.238Z | Compiling async-stream-impl v0.3.6 |
1403 | 2024-11-20T00:48:21.508Z | Compiling num-integer v0.1.46 |
1404 | 2024-11-20T00:48:21.560Z | Compiling idna v0.4.0 |
1405 | 2024-11-20T00:48:21.893Z | Compiling idna v0.3.0 |
1406 | 2024-11-20T00:48:21.982Z | Compiling hash32 v0.2.1 |
1407 | 2024-11-20T00:48:22.274Z | Compiling ff v0.13.0 |
1408 | 2024-11-20T00:48:22.345Z | Compiling is-terminal v0.4.13 |
1409 | 2024-11-20T00:48:22.494Z | Compiling object v0.36.5 |
1410 | 2024-11-20T00:48:22.500Z | Compiling dropshot v0.12.0 |
1411 | 2024-11-20T00:48:22.613Z | Compiling psl-types v2.0.11 |
1412 | 2024-11-20T00:48:22.762Z | Compiling fallible-iterator v0.2.0 |
1413 | 2024-11-20T00:48:22.821Z | Compiling smoltcp v0.9.1 |
1414 | 2024-11-20T00:48:23.208Z | Compiling portable-atomic v1.9.0 |
1415 | 2024-11-20T00:48:23.469Z | Compiling dyn-clone v1.0.17 |
1416 | 2024-11-20T00:48:23.525Z | Compiling anyhow v1.0.93 |
1417 | 2024-11-20T00:48:23.558Z | Compiling rustc-demangle v0.1.24 |
1418 | 2024-11-20T00:48:23.705Z | Compiling take_mut v0.2.2 |
1419 | 2024-11-20T00:48:23.935Z | Compiling linked-hash-map v0.5.6 |
1420 | 2024-11-20T00:48:24.200Z | Compiling utf-8 v0.7.6 |
1421 | 2024-11-20T00:48:24.296Z | Compiling num-bigint-dig v0.8.4 |
1422 | 2024-11-20T00:48:24.365Z | Compiling quick-error v1.2.3 |
1423 | 2024-11-20T00:48:24.503Z | Compiling base16ct v0.2.0 |
1424 | 2024-11-20T00:48:24.577Z | Compiling resolv-conf v0.7.0 |
1425 | 2024-11-20T00:48:24.642Z | Compiling tungstenite v0.24.0 |
1426 | 2024-11-20T00:48:24.690Z | Compiling lru-cache v0.1.2 |
1427 | 2024-11-20T00:48:24.818Z | Compiling sec1 v0.7.3 |
1428 | 2024-11-20T00:48:25.344Z | Compiling postgres-protocol v0.6.7 |
1429 | 2024-11-20T00:48:25.383Z | Compiling publicsuffix v2.2.3 |
1430 | 2024-11-20T00:48:25.752Z | Compiling async-stream v0.3.6 |
1431 | 2024-11-20T00:48:26.026Z | Compiling slog-term v2.9.1 |
1432 | 2024-11-20T00:48:26.083Z | Compiling group v0.13.0 |
1433 | 2024-11-20T00:48:26.415Z | Compiling hickory-proto v0.24.1 |
1434 | 2024-11-20T00:48:26.712Z | Compiling usdt v0.5.0 |
1435 | 2024-11-20T00:48:27.243Z | Compiling num-iter v0.1.45 |
1436 | 2024-11-20T00:48:27.430Z | Compiling futures v0.3.31 |
1437 | 2024-11-20T00:48:27.451Z | Compiling slog-bunyan v2.5.0 |
1438 | 2024-11-20T00:48:27.709Z | Compiling toml v0.8.19 |
1439 | 2024-11-20T00:48:29.196Z | Compiling tokio-native-tls v0.3.1 |
1440 | 2024-11-20T00:48:29.498Z | Compiling camino v1.1.9 |
1441 | 2024-11-20T00:48:29.551Z | Compiling phf_shared v0.11.2 |
1442 | 2024-11-20T00:48:29.940Z | Compiling dropshot_endpoint v0.12.0 |
1443 | 2024-11-20T00:48:30.012Z | Compiling backtrace v0.3.74 |
1444 | 2024-11-20T00:48:30.486Z | Compiling terminal_size v0.4.0 |
1445 | 2024-11-20T00:48:30.506Z | Compiling waitgroup v0.1.2 |
1446 | 2024-11-20T00:48:30.713Z | Compiling openapiv3 v2.0.0 |
1447 | 2024-11-20T00:48:30.733Z | Compiling serde_path_to_error v0.1.16 |
1448 | 2024-11-20T00:48:30.797Z | Compiling hkdf v0.12.4 |
1449 | 2024-11-20T00:48:31.048Z | Compiling crypto-bigint v0.5.5 |
1450 | 2024-11-20T00:48:31.592Z | Compiling webpki-roots v0.26.6 |
1451 | 2024-11-20T00:48:31.817Z | Compiling zerocopy-derive v0.6.6 |
1452 | 2024-11-20T00:48:33.820Z | Compiling curve25519-dalek-derive v0.1.1 |
1453 | 2024-11-20T00:48:33.919Z | Compiling hubpack_derive v0.1.1 |
1454 | 2024-11-20T00:48:34.186Z | Compiling idna v0.5.0 |
1455 | 2024-11-20T00:48:34.619Z | Compiling hostname v0.4.0 |
1456 | 2024-11-20T00:48:34.790Z | Compiling crc32fast v1.4.2 |
1457 | 2024-11-20T00:48:34.891Z | Compiling ahash v0.8.11 |
1458 | 2024-11-20T00:48:35.115Z | Compiling fs-err v2.11.0 |
1459 | 2024-11-20T00:48:35.237Z | Compiling managed v0.8.0 |
1460 | 2024-11-20T00:48:35.260Z | Compiling debug-ignore v1.0.5 |
1461 | 2024-11-20T00:48:35.371Z | Compiling winnow v0.5.40 |
1462 | 2024-11-20T00:48:35.422Z | Compiling bitflags v1.3.2 |
1463 | 2024-11-20T00:48:35.532Z | Compiling strum_macros v0.25.3 |
1464 | 2024-11-20T00:48:35.918Z | Compiling console v0.15.8 |
1465 | 2024-11-20T00:48:36.876Z | Compiling clap_builder v4.5.21 |
1466 | 2024-11-20T00:48:37.164Z | Compiling cookie_store v0.21.0 |
1467 | 2024-11-20T00:48:37.563Z | Compiling flate2 v1.0.34 |
1468 | 2024-11-20T00:48:37.762Z | Compiling hubpack v0.1.2 |
1469 | 2024-11-20T00:48:38.210Z | Compiling zerocopy v0.6.6 |
1470 | 2024-11-20T00:48:38.551Z | Compiling elliptic-curve v0.13.8 |
1471 | 2024-11-20T00:48:38.809Z | Compiling hickory-resolver v0.24.1 |
1472 | 2024-11-20T00:48:39.129Z | Compiling toml_edit v0.19.15 |
1473 | 2024-11-20T00:48:39.448Z | Compiling signal-hook-mio v0.2.4 |
1474 | 2024-11-20T00:48:39.608Z | Compiling phf v0.11.2 |
1475 | 2024-11-20T00:48:39.777Z | Compiling hyper-tls v0.6.0 |
1476 | 2024-11-20T00:48:39.919Z | Compiling rayon v1.10.0 |
1477 | 2024-11-20T00:48:40.160Z | Compiling bzip2 v0.4.4 |
1478 | 2024-11-20T00:48:40.582Z | Compiling postgres-types v0.2.8 |
1479 | 2024-11-20T00:48:42.145Z | Compiling tokio-tungstenite v0.24.0 |
1480 | 2024-11-20T00:48:43.805Z | Compiling ed25519 v2.2.3 |
1481 | 2024-11-20T00:48:44.089Z | Compiling phf_shared v0.10.0 |
1482 | 2024-11-20T00:48:44.508Z | Compiling tokio-stream v0.1.16 |
1483 | 2024-11-20T00:48:44.817Z | Compiling pkcs1 v0.7.5 |
1484 | 2024-11-20T00:48:45.612Z | Compiling serde-big-array v0.5.1 |
1485 | 2024-11-20T00:48:45.711Z | Compiling clap_derive v4.5.18 |
1486 | 2024-11-20T00:48:45.731Z | Compiling rfc6979 v0.4.0 |
1487 | 2024-11-20T00:48:45.830Z | Compiling serde_repr v0.1.19 |
1488 | 2024-11-20T00:48:45.859Z | Compiling derive-where v1.2.7 |
1489 | 2024-11-20T00:48:45.928Z | Compiling float-cmp v0.9.0 |
1490 | 2024-11-20T00:48:46.168Z | Compiling bstr v1.10.0 |
1491 | 2024-11-20T00:48:46.411Z | Compiling sync_wrapper v1.0.1 |
1492 | 2024-11-20T00:48:46.578Z | Compiling normalize-line-endings v0.3.0 |
1493 | 2024-11-20T00:48:46.713Z | Compiling difflib v0.4.0 |
1494 | 2024-11-20T00:48:47.057Z | Compiling static_assertions v1.1.0 |
1495 | 2024-11-20T00:48:47.163Z | Compiling unicode-segmentation v1.12.0 |
1496 | 2024-11-20T00:48:47.280Z | Compiling number_prefix v0.4.0 |
1497 | 2024-11-20T00:48:47.512Z | Compiling fixedbitset v0.4.2 |
1498 | 2024-11-20T00:48:47.993Z | Compiling predicates-core v1.0.8 |
1499 | 2024-11-20T00:48:48.029Z | Compiling unicode-width v0.2.0 |
1500 | 2024-11-20T00:48:48.061Z | Compiling bit-vec v0.6.3 |
1501 | 2024-11-20T00:48:48.336Z | Compiling new_debug_unreachable v1.0.6 |
1502 | 2024-11-20T00:48:48.366Z | Compiling precomputed-hash v0.1.1 |
1503 | 2024-11-20T00:48:48.440Z | Compiling whoami v1.5.2 |
1504 | 2024-11-20T00:48:48.491Z | Compiling indicatif v0.17.9 |
1505 | 2024-11-20T00:48:48.522Z | Compiling string_cache v0.8.7 |
1506 | 2024-11-20T00:48:48.543Z | Compiling bit-set v0.5.3 |
1507 | 2024-11-20T00:48:48.812Z | Compiling tokio-postgres v0.7.12 |
1508 | 2024-11-20T00:48:49.012Z | Compiling predicates v3.1.2 |
1509 | 2024-11-20T00:48:49.122Z | Compiling similar v2.6.0 |
1510 | 2024-11-20T00:48:49.506Z | Compiling petgraph v0.6.5 |
1511 | 2024-11-20T00:48:50.817Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1512 | 2024-11-20T00:48:50.846Z | Compiling ecdsa v0.16.9 |
1513 | 2024-11-20T00:48:50.971Z | Compiling clap v4.5.21 |
1514 | 2024-11-20T00:48:51.099Z | Compiling rsa v0.9.6 |
1515 | 2024-11-20T00:48:51.660Z | Compiling ed25519-dalek v2.1.1 |
1516 | 2024-11-20T00:48:51.741Z | Compiling toml v0.7.8 |
1517 | 2024-11-20T00:48:52.987Z | Compiling zip v0.6.6 |
1518 | 2024-11-20T00:48:53.521Z | Compiling crossterm v0.28.1 |
1519 | 2024-11-20T00:48:54.500Z | Compiling hex v0.4.3 |
1520 | 2024-11-20T00:48:54.701Z | Compiling x509-cert v0.2.5 |
1521 | 2024-11-20T00:48:54.959Z | Compiling itertools v0.10.5 |
1522 | 2024-11-20T00:48:55.137Z | Compiling unicode-xid v0.2.6 |
1523 | 2024-11-20T00:48:55.318Z | Compiling lalrpop-util v0.19.12 |
1524 | 2024-11-20T00:48:55.338Z | Compiling peg-runtime v0.8.3 |
1525 | 2024-11-20T00:48:55.680Z | Compiling strum_macros v0.26.4 |
1526 | 2024-11-20T00:48:56.025Z | Compiling xattr v1.3.1 |
1527 | 2024-11-20T00:48:56.309Z | Compiling filetime v0.2.25 |
1528 | 2024-11-20T00:48:56.620Z | Compiling tar v0.4.42 |
1529 | 2024-11-20T00:49:00.337Z | Compiling strum v0.26.3 |
1530 | 2024-11-20T00:49:03.663Z | Compiling aws-lc-sys v0.22.0 |
1531 | 2024-11-20T00:49:35.350Z | Compiling rustls-webpki v0.102.8 |
1532 | 2024-11-20T00:49:38.815Z | Compiling tokio-rustls v0.25.0 |
1533 | 2024-11-20T00:49:40.268Z | Compiling tokio-rustls v0.26.0 |
1534 | 2024-11-20T00:49:40.599Z | Compiling hyper-rustls v0.27.3 |
1535 | 2024-11-20T00:49:41.097Z | Compiling reqwest v0.12.9 |
1536 | 2024-11-20T00:49:42.702Z | Compiling qorb v0.2.0 |
1537 | 2024-11-20T00:49:47.009Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1538 | 2024-11-20T00:49:47.245Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1539 | 2024-11-20T00:49:53.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1540 | 2024-11-20T00:49:53.244Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1541 | 2024-11-20T00:49:53.293Z | Nov 20 00:49:52.406 INFO Starting download, target: Clickhouse |
1542 | 2024-11-20T00:49:53.293Z | Nov 20 00:49:52.407 INFO Starting download, target: Cockroach |
1543 | 2024-11-20T00:49:53.293Z | Nov 20 00:49:52.407 INFO Starting download, target: DendriteOpenapi |
1544 | 2024-11-20T00:49:53.293Z | Nov 20 00:49:52.407 INFO Starting download, target: Console |
1545 | 2024-11-20T00:49:53.293Z | Nov 20 00:49:52.407 INFO Starting download, target: DendriteStub |
1546 | 2024-11-20T00:49:53.293Z | Nov 20 00:49:52.407 INFO Starting download, target: MaghemiteMgd |
1547 | 2024-11-20T00:49:53.293Z | Nov 20 00:49:52.407 INFO Starting download, target: TransceiverControl |
1548 | 2024-11-20T00:49:53.296Z | Nov 20 00:49:52.407 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1549 | 2024-11-20T00:49:53.296Z | Nov 20 00:49:52.407 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1550 | 2024-11-20T00:49:53.296Z | Nov 20 00:49:52.407 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi |
1551 | 2024-11-20T00:49:53.296Z | Nov 20 00:49:52.407 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1552 | 2024-11-20T00:49:53.297Z | Nov 20 00:49:52.407 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1553 | 2024-11-20T00:49:53.297Z | Nov 20 00:49:52.407 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1554 | 2024-11-20T00:49:53.297Z | Nov 20 00:49:52.407 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1555 | 2024-11-20T00:49:53.519Z | Nov 20 00:49:52.627 INFO Download complete, target: DendriteOpenapi |
1556 | 2024-11-20T00:49:53.792Z | Nov 20 00:49:52.868 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1557 | 2024-11-20T00:49:53.888Z | Nov 20 00:49:52.997 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1558 | 2024-11-20T00:49:54.263Z | Nov 20 00:49:53.339 INFO Download complete, target: Console |
1559 | 2024-11-20T00:49:54.332Z | Nov 20 00:49:53.443 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1560 | 2024-11-20T00:49:54.368Z | Nov 20 00:49:53.480 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1561 | 2024-11-20T00:49:54.437Z | Nov 20 00:49:53.547 INFO Download complete, target: TransceiverControl |
1562 | 2024-11-20T00:49:55.061Z | Nov 20 00:49:54.174 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1563 | 2024-11-20T00:49:55.061Z | Nov 20 00:49:54.174 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1564 | 2024-11-20T00:49:55.259Z | Nov 20 00:49:54.372 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1565 | 2024-11-20T00:49:57.142Z | Nov 20 00:49:56.253 INFO Download complete, target: DendriteStub |
1566 | 2024-11-20T00:49:57.151Z | Nov 20 00:49:56.253 INFO Download complete, target: MaghemiteMgd |
1567 | 2024-11-20T00:50:02.160Z | Nov 20 00:50:01.273 INFO Checking that binary works, target: Cockroach |
1568 | 2024-11-20T00:50:02.321Z | Nov 20 00:50:01.433 INFO Download complete, target: Cockroach |
1569 | 2024-11-20T00:50:07.125Z | Nov 20 00:50:06.237 INFO Checking that binary works, target: Clickhouse |
1570 | 2024-11-20T00:50:07.663Z | Nov 20 00:50:06.721 INFO Download complete, target: Clickhouse |
1571 | 2024-11-20T00:50:07.755Z | All builder prerequisites installed successfully, and PATH looks valid |
1572 | 2024-11-20T00:50:07.755Z | |
1573 | 2024-11-20T00:50:07.755Z | real 5:17.146543027 |
1574 | 2024-11-20T00:50:07.755Z | user 16:29.536919045 |
1575 | 2024-11-20T00:50:07.756Z | sys 3:14.751935000 |
1576 | 2024-11-20T00:50:07.756Z | trap 0.547606065 |
1577 | 2024-11-20T00:50:07.756Z | tflt 5.100977552 |
1578 | 2024-11-20T00:50:07.756Z | dflt 4.568780326 |
1579 | 2024-11-20T00:50:07.756Z | kflt 0.232886838 |
1580 | 2024-11-20T00:50:07.756Z | lock 29:19.022474315 |
1581 | 2024-11-20T00:50:07.756Z | slp 1:02:51.855584893 |
1582 | 2024-11-20T00:50:07.756Z | lat 56.593748130 |
1583 | 2024-11-20T00:50:07.757Z | stop 2:19.929029391 |
1584 | 2024-11-20T00:50:07.757Z | + banner hack-check |
1585 | 2024-11-20T00:50:07.757Z | |
1586 | 2024-11-20T00:50:07.759Z | # # ## #### # # #### # # ###### #### # # |
1587 | 2024-11-20T00:50:07.759Z | # # # # # # # # # # # # # # # # # |
1588 | 2024-11-20T00:50:07.759Z | ###### # # # #### ##### # ###### ##### # #### |
1589 | 2024-11-20T00:50:07.759Z | # # ###### # # # # # # # # # # |
1590 | 2024-11-20T00:50:07.759Z | # # # # # # # # # # # # # # # # # |
1591 | 2024-11-20T00:50:07.759Z | # # # # #### # # #### # # ###### #### # # |
1592 | 2024-11-20T00:50:07.759Z | |
1593 | 2024-11-20T00:50:07.759Z | + export CARGO_INCREMENTAL=0 |
1594 | 2024-11-20T00:50:07.759Z | + CARGO_INCREMENTAL=0 |
1595 | 2024-11-20T00:50:07.759Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1596 | 2024-11-20T00:50:08.230Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1597 | 2024-11-20T00:50:11.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
1598 | 2024-11-20T00:50:11.814Z | Running `target/debug/xtask check-features --ci` |
1599 | 2024-11-20T00:50:11.834Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1600 | 2024-11-20T00:50:11.834Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1601 | 2024-11-20T00:50:12.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1602 | 2024-11-20T00:50:12.293Z | Running `target/debug/xtask download cargo-hack` |
1603 | 2024-11-20T00:50:13.115Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1604 | 2024-11-20T00:50:13.477Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1605 | 2024-11-20T00:50:18.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s |
1606 | 2024-11-20T00:50:18.719Z | Running `target/debug/xtask-downloader cargo-hack` |
1607 | 2024-11-20T00:50:18.765Z | Nov 20 00:50:17.871 INFO Starting download, target: CargoHack |
1608 | 2024-11-20T00:50:18.768Z | Nov 20 00:50:17.872 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1609 | 2024-11-20T00:50:19.246Z | Nov 20 00:50:18.359 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1610 | 2024-11-20T00:50:19.335Z | Nov 20 00:50:18.447 INFO Download complete, target: CargoHack |
1611 | 2024-11-20T00:50:19.339Z | 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" |
1612 | 2024-11-20T00:50:19.355Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1613 | 2024-11-20T00:50:19.522Z | info: running `cargo check --bins` on api_identity (1/172) |
1614 | 2024-11-20T00:50:20.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1615 | 2024-11-20T00:50:20.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1616 | 2024-11-20T00:50:20.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1617 | 2024-11-20T00:50:20.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1618 | 2024-11-20T00:50:20.124Z | |
1619 | 2024-11-20T00:50:20.124Z | info: running `cargo check --bins` on bootstore (2/172) |
1620 | 2024-11-20T00:50:20.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1621 | 2024-11-20T00:50:20.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1622 | 2024-11-20T00:50:20.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1623 | 2024-11-20T00:50:20.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1624 | 2024-11-20T00:50:20.763Z | |
1625 | 2024-11-20T00:50:20.763Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/172) |
1626 | 2024-11-20T00:50:21.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2024-11-20T00:50:21.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2024-11-20T00:50:21.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1629 | 2024-11-20T00:50:21.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1630 | 2024-11-20T00:50:21.382Z | |
1631 | 2024-11-20T00:50:21.382Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/172) |
1632 | 2024-11-20T00:50:21.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1633 | 2024-11-20T00:50:21.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1634 | 2024-11-20T00:50:21.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1635 | 2024-11-20T00:50:21.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1636 | 2024-11-20T00:50:22.003Z | |
1637 | 2024-11-20T00:50:22.003Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/172) |
1638 | 2024-11-20T00:50:22.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1639 | 2024-11-20T00:50:22.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1640 | 2024-11-20T00:50:22.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1641 | 2024-11-20T00:50:22.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1642 | 2024-11-20T00:50:22.411Z | |
1643 | 2024-11-20T00:50:22.411Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/172) |
1644 | 2024-11-20T00:50:22.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2024-11-20T00:50:22.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2024-11-20T00:50:22.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2024-11-20T00:50:22.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1648 | 2024-11-20T00:50:22.818Z | |
1649 | 2024-11-20T00:50:22.818Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/172) |
1650 | 2024-11-20T00:50:23.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2024-11-20T00:50:23.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2024-11-20T00:50:23.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2024-11-20T00:50:23.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1654 | 2024-11-20T00:50:23.223Z | |
1655 | 2024-11-20T00:50:23.223Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/172) |
1656 | 2024-11-20T00:50:23.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2024-11-20T00:50:23.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2024-11-20T00:50:23.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2024-11-20T00:50:23.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1660 | 2024-11-20T00:50:23.635Z | |
1661 | 2024-11-20T00:50:23.635Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/172) |
1662 | 2024-11-20T00:50:24.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2024-11-20T00:50:24.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2024-11-20T00:50:24.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2024-11-20T00:50:24.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1666 | 2024-11-20T00:50:24.046Z | |
1667 | 2024-11-20T00:50:24.046Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/172) |
1668 | 2024-11-20T00:50:24.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2024-11-20T00:50:24.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2024-11-20T00:50:24.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2024-11-20T00:50:24.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1672 | 2024-11-20T00:50:24.459Z | |
1673 | 2024-11-20T00:50:24.459Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/172) |
1674 | 2024-11-20T00:50:24.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2024-11-20T00:50:24.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2024-11-20T00:50:24.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2024-11-20T00:50:24.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1678 | 2024-11-20T00:50:24.873Z | |
1679 | 2024-11-20T00:50:24.873Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/172) |
1680 | 2024-11-20T00:50:25.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2024-11-20T00:50:25.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2024-11-20T00:50:25.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2024-11-20T00:50:25.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1684 | 2024-11-20T00:50:25.310Z | |
1685 | 2024-11-20T00:50:25.310Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/172) |
1686 | 2024-11-20T00:50:25.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2024-11-20T00:50:25.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2024-11-20T00:50:25.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2024-11-20T00:50:25.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1690 | 2024-11-20T00:50:25.711Z | |
1691 | 2024-11-20T00:50:25.711Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/172) |
1692 | 2024-11-20T00:50:26.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2024-11-20T00:50:26.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2024-11-20T00:50:26.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2024-11-20T00:50:26.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1696 | 2024-11-20T00:50:26.124Z | |
1697 | 2024-11-20T00:50:26.124Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/172) |
1698 | 2024-11-20T00:50:26.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2024-11-20T00:50:26.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2024-11-20T00:50:26.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2024-11-20T00:50:26.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1702 | 2024-11-20T00:50:26.546Z | |
1703 | 2024-11-20T00:50:26.546Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/172) |
1704 | 2024-11-20T00:50:26.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2024-11-20T00:50:26.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2024-11-20T00:50:26.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2024-11-20T00:50:26.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1708 | 2024-11-20T00:50:26.954Z | |
1709 | 2024-11-20T00:50:26.954Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/172) |
1710 | 2024-11-20T00:50:27.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2024-11-20T00:50:27.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2024-11-20T00:50:27.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2024-11-20T00:50:27.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1714 | 2024-11-20T00:50:27.362Z | |
1715 | 2024-11-20T00:50:27.362Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/172) |
1716 | 2024-11-20T00:50:27.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2024-11-20T00:50:27.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2024-11-20T00:50:27.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2024-11-20T00:50:27.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1720 | 2024-11-20T00:50:27.778Z | |
1721 | 2024-11-20T00:50:27.778Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/172) |
1722 | 2024-11-20T00:50:28.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2024-11-20T00:50:28.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2024-11-20T00:50:28.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2024-11-20T00:50:28.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1726 | 2024-11-20T00:50:28.194Z | |
1727 | 2024-11-20T00:50:28.194Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/172) |
1728 | 2024-11-20T00:50:28.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2024-11-20T00:50:28.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2024-11-20T00:50:28.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2024-11-20T00:50:28.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1732 | 2024-11-20T00:50:28.613Z | |
1733 | 2024-11-20T00:50:28.613Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/172) |
1734 | 2024-11-20T00:50:28.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2024-11-20T00:50:28.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2024-11-20T00:50:28.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2024-11-20T00:50:28.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1738 | 2024-11-20T00:50:29.033Z | |
1739 | 2024-11-20T00:50:29.033Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/172) |
1740 | 2024-11-20T00:50:29.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2024-11-20T00:50:29.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2024-11-20T00:50:29.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2024-11-20T00:50:29.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1744 | 2024-11-20T00:50:29.445Z | |
1745 | 2024-11-20T00:50:29.445Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/172) |
1746 | 2024-11-20T00:50:29.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2024-11-20T00:50:29.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2024-11-20T00:50:29.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2024-11-20T00:50:29.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1750 | 2024-11-20T00:50:29.864Z | |
1751 | 2024-11-20T00:50:29.864Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/172) |
1752 | 2024-11-20T00:50:30.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2024-11-20T00:50:30.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2024-11-20T00:50:30.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2024-11-20T00:50:30.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1756 | 2024-11-20T00:50:30.279Z | |
1757 | 2024-11-20T00:50:30.279Z | info: running `cargo check --bins` on sled-hardware-types (25/172) |
1758 | 2024-11-20T00:50:30.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2024-11-20T00:50:30.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2024-11-20T00:50:30.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2024-11-20T00:50:30.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1762 | 2024-11-20T00:50:30.901Z | |
1763 | 2024-11-20T00:50:30.901Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/172) |
1764 | 2024-11-20T00:50:31.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2024-11-20T00:50:31.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2024-11-20T00:50:31.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2024-11-20T00:50:31.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1768 | 2024-11-20T00:50:31.520Z | |
1769 | 2024-11-20T00:50:31.520Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/172) |
1770 | 2024-11-20T00:50:32.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2024-11-20T00:50:32.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2024-11-20T00:50:32.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1773 | 2024-11-20T00:50:32.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1774 | 2024-11-20T00:50:32.152Z | |
1775 | 2024-11-20T00:50:32.152Z | info: running `cargo check --bins` on oxlog (28/172) |
1776 | 2024-11-20T00:50:32.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1777 | 2024-11-20T00:50:32.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1778 | 2024-11-20T00:50:32.786Z | Checking cfg-if v1.0.0 |
1779 | 2024-11-20T00:50:32.788Z | Checking libc v0.2.162 |
1780 | 2024-11-20T00:50:32.892Z | Checking serde v1.0.215 |
1781 | 2024-11-20T00:50:32.896Z | Checking zeroize v1.8.1 |
1782 | 2024-11-20T00:50:32.911Z | Checking memchr v2.7.4 |
1783 | 2024-11-20T00:50:32.914Z | Checking typenum v1.17.0 |
1784 | 2024-11-20T00:50:32.932Z | Checking scopeguard v1.2.0 |
1785 | 2024-11-20T00:50:32.935Z | Checking subtle v2.6.1 |
1786 | 2024-11-20T00:50:32.959Z | Checking value-bag v1.9.0 |
1787 | 2024-11-20T00:50:33.066Z | Checking lock_api v0.4.12 |
1788 | 2024-11-20T00:50:33.123Z | Checking const-oid v0.9.6 |
1789 | 2024-11-20T00:50:33.190Z | Checking smallvec v1.13.2 |
1790 | 2024-11-20T00:50:33.374Z | Checking log v0.4.22 |
1791 | 2024-11-20T00:50:33.459Z | Checking itoa v1.0.11 |
1792 | 2024-11-20T00:50:33.554Z | Checking pin-project-lite v0.2.14 |
1793 | 2024-11-20T00:50:33.656Z | Checking byteorder v1.5.0 |
1794 | 2024-11-20T00:50:33.674Z | Checking futures-core v0.3.31 |
1795 | 2024-11-20T00:50:33.806Z | Checking once_cell v1.20.2 |
1796 | 2024-11-20T00:50:33.834Z | Checking cpufeatures v0.2.14 |
1797 | 2024-11-20T00:50:33.896Z | Checking futures-sink v0.3.31 |
1798 | 2024-11-20T00:50:33.919Z | Checking stable_deref_trait v1.2.0 |
1799 | 2024-11-20T00:50:34.011Z | Checking spin v0.9.8 |
1800 | 2024-11-20T00:50:34.027Z | Checking getrandom v0.2.15 |
1801 | 2024-11-20T00:50:34.040Z | Checking signal-hook-registry v1.4.2 |
1802 | 2024-11-20T00:50:34.069Z | Checking parking_lot_core v0.9.10 |
1803 | 2024-11-20T00:50:34.085Z | Checking mio v1.0.2 |
1804 | 2024-11-20T00:50:34.232Z | Checking rand_core v0.6.4 |
1805 | 2024-11-20T00:50:34.266Z | Checking generic-array v0.14.7 |
1806 | 2024-11-20T00:50:34.280Z | Checking socket2 v0.5.7 |
1807 | 2024-11-20T00:50:34.344Z | Checking zerocopy v0.7.35 |
1808 | 2024-11-20T00:50:34.399Z | Checking parking_lot v0.12.3 |
1809 | 2024-11-20T00:50:34.521Z | Checking zerofrom v0.1.4 |
1810 | 2024-11-20T00:50:34.707Z | Checking slab v0.4.9 |
1811 | 2024-11-20T00:50:34.749Z | Checking yoke v0.7.4 |
1812 | 2024-11-20T00:50:34.767Z | Checking futures-channel v0.3.31 |
1813 | 2024-11-20T00:50:34.768Z | Checking equivalent v1.0.1 |
1814 | 2024-11-20T00:50:34.861Z | Checking futures-io v0.3.31 |
1815 | 2024-11-20T00:50:34.900Z | Checking foldhash v0.1.3 |
1816 | 2024-11-20T00:50:34.958Z | Checking futures-task v0.3.31 |
1817 | 2024-11-20T00:50:35.044Z | Checking allocator-api2 v0.2.18 |
1818 | 2024-11-20T00:50:35.091Z | Checking pin-utils v0.1.0 |
1819 | 2024-11-20T00:50:35.106Z | Checking zerovec v0.10.4 |
1820 | 2024-11-20T00:50:35.132Z | Checking tinyvec_macros v0.1.1 |
1821 | 2024-11-20T00:50:35.178Z | Checking ryu v1.0.18 |
1822 | 2024-11-20T00:50:35.192Z | Checking futures-util v0.3.31 |
1823 | 2024-11-20T00:50:35.217Z | Checking tinyvec v1.8.0 |
1824 | 2024-11-20T00:50:35.399Z | Checking fnv v1.0.7 |
1825 | 2024-11-20T00:50:35.416Z | Checking crypto-common v0.1.6 |
1826 | 2024-11-20T00:50:35.517Z | Checking block-buffer v0.10.4 |
1827 | 2024-11-20T00:50:35.591Z | Checking block-padding v0.3.3 |
1828 | 2024-11-20T00:50:35.681Z | Checking hashbrown v0.15.0 |
1829 | 2024-11-20T00:50:35.739Z | Checking digest v0.10.7 |
1830 | 2024-11-20T00:50:35.772Z | Checking libm v0.2.8 |
1831 | 2024-11-20T00:50:35.798Z | Checking inout v0.1.3 |
1832 | 2024-11-20T00:50:36.011Z | Checking cipher v0.4.4 |
1833 | 2024-11-20T00:50:36.123Z | Checking hmac v0.12.1 |
1834 | 2024-11-20T00:50:36.326Z | Checking sha2 v0.10.8 |
1835 | 2024-11-20T00:50:36.395Z | Checking writeable v0.5.5 |
1836 | 2024-11-20T00:50:36.533Z | Checking unicode-normalization v0.1.24 |
1837 | 2024-11-20T00:50:36.700Z | Checking base64ct v1.6.0 |
1838 | 2024-11-20T00:50:36.737Z | Checking unicode-bidi v0.3.17 |
1839 | 2024-11-20T00:50:36.759Z | Checking tinystr v0.7.6 |
1840 | 2024-11-20T00:50:36.812Z | Checking litemap v0.7.3 |
1841 | 2024-11-20T00:50:36.878Z | Checking num-traits v0.2.19 |
1842 | 2024-11-20T00:50:37.108Z | Checking pem-rfc7468 v0.7.0 |
1843 | 2024-11-20T00:50:37.129Z | Checking ppv-lite86 v0.2.20 |
1844 | 2024-11-20T00:50:37.144Z | Checking icu_locid v1.5.0 |
1845 | 2024-11-20T00:50:37.355Z | Checking flagset v0.4.6 |
1846 | 2024-11-20T00:50:37.371Z | Checking tracing-core v0.1.32 |
1847 | 2024-11-20T00:50:37.408Z | Checking thiserror v1.0.69 |
1848 | 2024-11-20T00:50:37.534Z | Checking icu_locid_transform_data v1.5.0 |
1849 | 2024-11-20T00:50:37.546Z | Checking der v0.7.9 |
1850 | 2024-11-20T00:50:37.631Z | Checking rustls-pki-types v1.9.0 |
1851 | 2024-11-20T00:50:37.798Z | Checking bytes v1.8.0 |
1852 | 2024-11-20T00:50:37.917Z | Checking indexmap v2.6.0 |
1853 | 2024-11-20T00:50:38.023Z | Checking serde_json v1.0.132 |
1854 | 2024-11-20T00:50:38.163Z | Checking rand_chacha v0.3.1 |
1855 | 2024-11-20T00:50:38.205Z | Checking icu_provider v1.5.0 |
1856 | 2024-11-20T00:50:38.532Z | Checking bitflags v2.6.0 |
1857 | 2024-11-20T00:50:38.574Z | Checking percent-encoding v2.3.1 |
1858 | 2024-11-20T00:50:38.629Z | Checking tokio v1.40.0 |
1859 | 2024-11-20T00:50:38.762Z | Checking http v1.1.0 |
1860 | 2024-11-20T00:50:38.818Z | Checking rand v0.8.5 |
1861 | 2024-11-20T00:50:38.834Z | Checking icu_locid_transform v1.5.0 |
1862 | 2024-11-20T00:50:39.193Z | Checking tracing v0.1.40 |
1863 | 2024-11-20T00:50:39.400Z | Checking spki v0.7.3 |
1864 | 2024-11-20T00:50:39.526Z | Checking icu_collections v1.5.0 |
1865 | 2024-11-20T00:50:39.676Z | Checking salsa20 v0.10.2 |
1866 | 2024-11-20T00:50:39.817Z | Checking pbkdf2 v0.12.2 |
1867 | 2024-11-20T00:50:39.829Z | Checking aws-lc-sys v0.22.0 |
1868 | 2024-11-20T00:50:39.893Z | Checking httparse v1.9.5 |
1869 | 2024-11-20T00:50:39.965Z | Checking icu_properties_data v1.5.0 |
1870 | 2024-11-20T00:50:40.072Z | Checking untrusted v0.7.1 |
1871 | 2024-11-20T00:50:40.086Z | Checking mirai-annotations v1.12.0 |
1872 | 2024-11-20T00:50:40.183Z | Checking powerfmt v0.2.0 |
1873 | 2024-11-20T00:50:40.200Z | Checking untrusted v0.9.0 |
1874 | 2024-11-20T00:50:40.230Z | Checking icu_properties v1.5.1 |
1875 | 2024-11-20T00:50:40.247Z | Checking scrypt v0.11.0 |
1876 | 2024-11-20T00:50:40.310Z | Checking cbc v0.1.2 |
1877 | 2024-11-20T00:50:40.336Z | Checking ring v0.17.8 |
1878 | 2024-11-20T00:50:40.387Z | Checking aes v0.8.4 |
1879 | 2024-11-20T00:50:40.420Z | Checking deranged v0.3.11 |
1880 | 2024-11-20T00:50:40.451Z | Checking crossbeam-utils v0.8.20 |
1881 | 2024-11-20T00:50:40.507Z | Checking num-conv v0.1.0 |
1882 | 2024-11-20T00:50:40.748Z | Checking time-core v0.1.2 |
1883 | 2024-11-20T00:50:40.907Z | Checking atomic-waker v1.1.2 |
1884 | 2024-11-20T00:50:41.043Z | Checking num_threads v0.1.7 |
1885 | 2024-11-20T00:50:41.121Z | Checking utf16_iter v1.0.5 |
1886 | 2024-11-20T00:50:41.150Z | Checking utf8_iter v1.0.4 |
1887 | 2024-11-20T00:50:41.275Z | Checking write16 v1.0.0 |
1888 | 2024-11-20T00:50:41.337Z | Checking icu_normalizer_data v1.5.0 |
1889 | 2024-11-20T00:50:41.354Z | Checking pkcs5 v0.7.1 |
1890 | 2024-11-20T00:50:41.386Z | Checking http-body v1.0.1 |
1891 | 2024-11-20T00:50:41.437Z | Checking form_urlencoded v1.2.1 |
1892 | 2024-11-20T00:50:41.602Z | Checking try-lock v0.2.5 |
1893 | 2024-11-20T00:50:41.645Z | Checking unicode-ident v1.0.13 |
1894 | 2024-11-20T00:50:41.728Z | Checking want v0.3.1 |
1895 | 2024-11-20T00:50:41.817Z | Checking httpdate v1.0.3 |
1896 | 2024-11-20T00:50:41.871Z | Checking pkcs8 v0.10.2 |
1897 | 2024-11-20T00:50:41.899Z | Checking proc-macro2 v1.0.89 |
1898 | 2024-11-20T00:50:42.058Z | Checking toml_datetime v0.6.8 |
1899 | 2024-11-20T00:50:42.173Z | Checking time v0.3.36 |
1900 | 2024-11-20T00:50:42.187Z | Checking serde_spanned v0.6.8 |
1901 | 2024-11-20T00:50:42.190Z | Checking uuid v1.11.0 |
1902 | 2024-11-20T00:50:42.327Z | Checking slog v2.7.0 |
1903 | 2024-11-20T00:50:42.360Z | Checking scroll v0.12.0 |
1904 | 2024-11-20T00:50:42.402Z | Checking aws-lc-rs v1.10.0 |
1905 | 2024-11-20T00:50:42.584Z | Checking ucd-trie v0.1.7 |
1906 | 2024-11-20T00:50:42.788Z | Checking iana-time-zone v0.1.61 |
1907 | 2024-11-20T00:50:42.804Z | Checking adler2 v2.0.0 |
1908 | 2024-11-20T00:50:42.818Z | Checking match_cfg v0.1.0 |
1909 | 2024-11-20T00:50:42.833Z | Checking base64 v0.22.1 |
1910 | 2024-11-20T00:50:42.904Z | Checking foreign-types-shared v0.1.1 |
1911 | 2024-11-20T00:50:42.927Z | Checking tower-service v0.3.3 |
1912 | 2024-11-20T00:50:42.946Z | Checking plain v0.2.3 |
1913 | 2024-11-20T00:50:43.007Z | Checking foreign-types v0.3.2 |
1914 | 2024-11-20T00:50:43.040Z | Checking miniz_oxide v0.8.0 |
1915 | 2024-11-20T00:50:43.084Z | Checking goblin v0.8.2 |
1916 | 2024-11-20T00:50:43.098Z | Checking chrono v0.4.38 |
1917 | 2024-11-20T00:50:43.301Z | Checking hostname v0.3.1 |
1918 | 2024-11-20T00:50:43.432Z | Checking pest v2.7.14 |
1919 | 2024-11-20T00:50:43.614Z | Checking icu_normalizer v1.5.0 |
1920 | 2024-11-20T00:50:43.745Z | Checking quote v1.0.37 |
1921 | 2024-11-20T00:50:44.085Z | Checking openssl-sys v0.9.103 |
1922 | 2024-11-20T00:50:44.240Z | Checking rustls-webpki v0.102.8 |
1923 | 2024-11-20T00:50:44.423Z | Checking idna_adapter v1.2.0 |
1924 | 2024-11-20T00:50:44.597Z | Checking idna v1.0.3 |
1925 | 2024-11-20T00:50:44.601Z | Checking dirs-sys-next v0.1.2 |
1926 | 2024-11-20T00:50:44.787Z | Checking errno v0.3.9 |
1927 | 2024-11-20T00:50:44.950Z | Checking aho-corasick v1.1.3 |
1928 | 2024-11-20T00:50:45.061Z | Checking url v2.5.3 |
1929 | 2024-11-20T00:50:45.085Z | Checking regex-syntax v0.8.5 |
1930 | 2024-11-20T00:50:45.135Z | Checking data-encoding v2.6.0 |
1931 | 2024-11-20T00:50:45.414Z | Checking pretty-hex v0.4.1 |
1932 | 2024-11-20T00:50:45.589Z | Checking siphasher v0.3.11 |
1933 | 2024-11-20T00:50:45.889Z | Checking openssl v0.10.66 |
1934 | 2024-11-20T00:50:45.894Z | Checking rustix v0.38.37 |
1935 | 2024-11-20T00:50:45.896Z | Checking dirs-next v2.0.0 |
1936 | 2024-11-20T00:50:45.954Z | Checking dtrace-parser v0.2.0 |
1937 | 2024-11-20T00:50:46.018Z | Checking tokio-util v0.7.12 |
1938 | 2024-11-20T00:50:46.034Z | Checking syn v2.0.87 |
1939 | 2024-11-20T00:50:46.415Z | Checking http-body-util v0.1.2 |
1940 | 2024-11-20T00:50:46.582Z | Checking crossbeam-epoch v0.9.18 |
1941 | 2024-11-20T00:50:46.862Z | Checking sha1 v0.10.6 |
1942 | 2024-11-20T00:50:46.955Z | Checking h2 v0.4.6 |
1943 | 2024-11-20T00:50:47.025Z | Checking signature v2.2.0 |
1944 | 2024-11-20T00:50:47.147Z | Checking lazy_static v1.5.0 |
1945 | 2024-11-20T00:50:47.229Z | Checking thread_local v1.1.8 |
1946 | 2024-11-20T00:50:47.255Z | Checking thread-id v4.2.2 |
1947 | 2024-11-20T00:50:47.359Z | Checking encoding_rs v0.8.34 |
1948 | 2024-11-20T00:50:47.513Z | Checking unicode-properties v0.1.3 |
1949 | 2024-11-20T00:50:47.888Z | Checking anstyle v1.0.10 |
1950 | 2024-11-20T00:50:48.017Z | Checking dof v0.3.0 |
1951 | 2024-11-20T00:50:48.219Z | Checking utf8parse v0.2.2 |
1952 | 2024-11-20T00:50:48.376Z | Checking winnow v0.6.20 |
1953 | 2024-11-20T00:50:48.418Z | Checking regex-automata v0.4.8 |
1954 | 2024-11-20T00:50:48.664Z | Checking mime v0.3.17 |
1955 | 2024-11-20T00:50:48.971Z | Checking openssl-probe v0.1.5 |
1956 | 2024-11-20T00:50:49.117Z | Checking gimli v0.31.1 |
1957 | 2024-11-20T00:50:49.358Z | Checking ipnet v2.10.1 |
1958 | 2024-11-20T00:50:49.706Z | Checking either v1.13.0 |
1959 | 2024-11-20T00:50:49.838Z | Checking anstyle-parse v0.2.5 |
1960 | 2024-11-20T00:50:50.093Z | Checking stringprep v0.1.5 |
1961 | 2024-11-20T00:50:50.116Z | Checking crossbeam-deque v0.8.5 |
1962 | 2024-11-20T00:50:50.366Z | Checking term v0.7.0 |
1963 | 2024-11-20T00:50:50.408Z | Checking rustls v0.22.4 |
1964 | 2024-11-20T00:50:50.787Z | Checking rustls v0.23.14 |
1965 | 2024-11-20T00:50:51.179Z | Checking native-tls v0.2.12 |
1966 | 2024-11-20T00:50:51.327Z | Checking toml_edit v0.22.22 |
1967 | 2024-11-20T00:50:51.490Z | Checking slog-json v2.6.1 |
1968 | 2024-11-20T00:50:51.753Z | Checking serde_urlencoded v0.7.1 |
1969 | 2024-11-20T00:50:52.189Z | Checking crossbeam-channel v0.5.13 |
1970 | 2024-11-20T00:50:52.358Z | Checking usdt-impl v0.5.0 |
1971 | 2024-11-20T00:50:52.899Z | Checking futures-executor v0.3.31 |
1972 | 2024-11-20T00:50:52.912Z | Checking num-integer v0.1.46 |
1973 | 2024-11-20T00:50:53.110Z | Checking rustls-pemfile v2.2.0 |
1974 | 2024-11-20T00:50:53.129Z | Checking idna v0.4.0 |
1975 | 2024-11-20T00:50:53.145Z | Checking hyper v1.5.0 |
1976 | 2024-11-20T00:50:53.204Z | Checking addr2line v0.24.2 |
1977 | 2024-11-20T00:50:53.318Z | Checking idna v0.3.0 |
1978 | 2024-11-20T00:50:53.366Z | Checking md-5 v0.10.6 |
1979 | 2024-11-20T00:50:53.584Z | Checking ff v0.13.0 |
1980 | 2024-11-20T00:50:53.703Z | Checking hash32 v0.2.1 |
1981 | 2024-11-20T00:50:53.789Z | Checking memmap v0.7.0 |
1982 | 2024-11-20T00:50:53.908Z | Checking is-terminal v0.4.13 |
1983 | 2024-11-20T00:50:53.984Z | Checking object v0.36.5 |
1984 | 2024-11-20T00:50:54.001Z | Checking take_mut v0.2.2 |
1985 | 2024-11-20T00:50:54.001Z | Checking linked-hash-map v0.5.6 |
1986 | 2024-11-20T00:50:54.030Z | Checking utf-8 v0.7.6 |
1987 | 2024-11-20T00:50:54.032Z | Checking quick-error v1.2.3 |
1988 | 2024-11-20T00:50:54.133Z | Checking colorchoice v1.0.2 |
1989 | 2024-11-20T00:50:54.164Z | Checking base16ct v0.2.0 |
1990 | 2024-11-20T00:50:54.180Z | Checking dyn-clone v1.0.17 |
1991 | 2024-11-20T00:50:54.227Z | Checking rustc-demangle v0.1.24 |
1992 | 2024-11-20T00:50:54.256Z | Checking fallible-iterator v0.2.0 |
1993 | 2024-11-20T00:50:54.311Z | Checking is_terminal_polyfill v1.70.1 |
1994 | 2024-11-20T00:50:54.322Z | Checking psl-types v2.0.11 |
1995 | 2024-11-20T00:50:54.355Z | Checking anstyle-query v1.1.1 |
1996 | 2024-11-20T00:50:54.417Z | Checking sec1 v0.7.3 |
1997 | 2024-11-20T00:50:54.473Z | Checking anstream v0.6.15 |
1998 | 2024-11-20T00:50:54.489Z | Checking publicsuffix v2.2.3 |
1999 | 2024-11-20T00:50:54.640Z | Checking schemars v0.8.21 |
2000 | 2024-11-20T00:50:54.712Z | Checking lru-cache v0.1.2 |
2001 | 2024-11-20T00:50:54.788Z | Checking tungstenite v0.24.0 |
2002 | 2024-11-20T00:50:54.824Z | Checking resolv-conf v0.7.0 |
2003 | 2024-11-20T00:50:54.866Z | Checking postgres-protocol v0.6.7 |
2004 | 2024-11-20T00:50:54.884Z | Checking slog-async v2.8.0 |
2005 | 2024-11-20T00:50:55.144Z | Checking slog-term v2.9.1 |
2006 | 2024-11-20T00:50:55.171Z | Checking hickory-proto v0.24.1 |
2007 | 2024-11-20T00:50:55.186Z | Checking hyper-util v0.1.10 |
2008 | 2024-11-20T00:50:55.514Z | Checking tokio-rustls v0.25.0 |
2009 | 2024-11-20T00:50:55.651Z | Checking heapless v0.7.17 |
2010 | 2024-11-20T00:50:55.702Z | Checking usdt v0.5.0 |
2011 | 2024-11-20T00:50:55.898Z | Checking toml v0.8.19 |
2012 | 2024-11-20T00:50:55.962Z | Checking group v0.13.0 |
2013 | 2024-11-20T00:50:56.215Z | Checking num-iter v0.1.45 |
2014 | 2024-11-20T00:50:56.233Z | Checking tokio-rustls v0.26.0 |
2015 | 2024-11-20T00:50:56.304Z | Checking futures v0.3.31 |
2016 | 2024-11-20T00:50:56.382Z | Checking slog-bunyan v2.5.0 |
2017 | 2024-11-20T00:50:56.413Z | Checking tokio-native-tls v0.3.1 |
2018 | 2024-11-20T00:50:56.542Z | Checking rayon-core v1.12.1 |
2019 | 2024-11-20T00:50:56.619Z | Checking multer v3.1.0 |
2020 | 2024-11-20T00:50:56.619Z | Checking terminal_size v0.4.0 |
2021 | 2024-11-20T00:50:56.662Z | Checking phf_shared v0.11.2 |
2022 | 2024-11-20T00:50:56.678Z | Checking cookie v0.18.1 |
2023 | 2024-11-20T00:50:56.799Z | Checking async-stream v0.3.6 |
2024 | 2024-11-20T00:50:56.944Z | Checking bzip2-sys v0.1.11+1.0.8 |
2025 | 2024-11-20T00:50:56.991Z | Checking signal-hook v0.3.17 |
2026 | 2024-11-20T00:50:57.023Z | Checking camino v1.1.9 |
2027 | 2024-11-20T00:50:57.068Z | Checking waitgroup v0.1.2 |
2028 | 2024-11-20T00:50:57.124Z | Checking openapiv3 v2.0.0 |
2029 | 2024-11-20T00:50:57.163Z | Checking webpki-roots v0.26.6 |
2030 | 2024-11-20T00:50:57.197Z | Checking serde_path_to_error v0.1.16 |
2031 | 2024-11-20T00:50:57.211Z | Checking idna v0.5.0 |
2032 | 2024-11-20T00:50:57.310Z | Checking hkdf v0.12.4 |
2033 | 2024-11-20T00:50:57.360Z | Checking crypto-bigint v0.5.5 |
2034 | 2024-11-20T00:50:57.525Z | Checking hostname v0.4.0 |
2035 | 2024-11-20T00:50:57.585Z | Checking crc32fast v1.4.2 |
2036 | 2024-11-20T00:50:57.654Z | Checking strsim v0.11.1 |
2037 | 2024-11-20T00:50:57.809Z | Checking bitflags v1.3.2 |
2038 | 2024-11-20T00:50:57.812Z | Checking managed v0.8.0 |
2039 | 2024-11-20T00:50:57.929Z | Checking clap_lex v0.7.2 |
2040 | 2024-11-20T00:50:57.944Z | Checking debug-ignore v1.0.5 |
2041 | 2024-11-20T00:50:58.066Z | Checking winnow v0.5.40 |
2042 | 2024-11-20T00:50:58.082Z | Checking unicode-width v0.1.14 |
2043 | 2024-11-20T00:50:58.177Z | Checking clap_builder v4.5.21 |
2044 | 2024-11-20T00:50:58.197Z | Checking smoltcp v0.9.1 |
2045 | 2024-11-20T00:50:58.557Z | Checking console v0.15.8 |
2046 | 2024-11-20T00:50:59.165Z | Checking cookie_store v0.21.0 |
2047 | 2024-11-20T00:50:59.726Z | Checking flate2 v1.0.34 |
2048 | 2024-11-20T00:50:59.847Z | Checking hyper-rustls v0.27.3 |
2049 | 2024-11-20T00:50:59.927Z | Checking hickory-resolver v0.24.1 |
2050 | 2024-11-20T00:51:00.135Z | Checking elliptic-curve v0.13.8 |
2051 | 2024-11-20T00:51:00.195Z | Checking signal-hook-mio v0.2.4 |
2052 | 2024-11-20T00:51:00.329Z | Checking rayon v1.10.0 |
2053 | 2024-11-20T00:51:00.377Z | Checking hyper-tls v0.6.0 |
2054 | 2024-11-20T00:51:00.390Z | Checking backtrace v0.3.74 |
2055 | 2024-11-20T00:51:00.592Z | Checking dropshot v0.12.0 |
2056 | 2024-11-20T00:51:00.668Z | Checking bzip2 v0.4.4 |
2057 | 2024-11-20T00:51:00.757Z | Checking phf v0.11.2 |
2058 | 2024-11-20T00:51:00.948Z | Checking num-bigint-dig v0.8.4 |
2059 | 2024-11-20T00:51:00.978Z | Checking anyhow v1.0.93 |
2060 | 2024-11-20T00:51:01.011Z | Checking tokio-tungstenite v0.24.0 |
2061 | 2024-11-20T00:51:01.175Z | Checking toml_edit v0.19.15 |
2062 | 2024-11-20T00:51:01.197Z | Checking postgres-types v0.2.8 |
2063 | 2024-11-20T00:51:01.328Z | Checking bstr v1.10.0 |
2064 | 2024-11-20T00:51:01.465Z | Checking regex v1.11.1 |
2065 | 2024-11-20T00:51:01.526Z | Checking ed25519 v2.2.3 |
2066 | 2024-11-20T00:51:01.823Z | Checking tokio-stream v0.1.16 |
2067 | 2024-11-20T00:51:01.925Z | Checking phf_shared v0.10.0 |
2068 | 2024-11-20T00:51:02.112Z | Checking zerocopy v0.6.6 |
2069 | 2024-11-20T00:51:02.213Z | Checking curve25519-dalek v4.1.3 |
2070 | 2024-11-20T00:51:02.286Z | Checking pkcs1 v0.7.5 |
2071 | 2024-11-20T00:51:02.692Z | Checking hubpack v0.1.2 |
2072 | 2024-11-20T00:51:02.708Z | Checking portable-atomic v1.9.0 |
2073 | 2024-11-20T00:51:02.886Z | Checking float-cmp v0.9.0 |
2074 | 2024-11-20T00:51:03.001Z | Checking serde-big-array v0.5.1 |
2075 | 2024-11-20T00:51:03.071Z | Checking rfc6979 v0.4.0 |
2076 | 2024-11-20T00:51:03.120Z | Checking sync_wrapper v1.0.1 |
2077 | 2024-11-20T00:51:03.215Z | Checking normalize-line-endings v0.3.0 |
2078 | 2024-11-20T00:51:03.237Z | Checking precomputed-hash v0.1.1 |
2079 | 2024-11-20T00:51:03.246Z | Checking new_debug_unreachable v1.0.6 |
2080 | 2024-11-20T00:51:03.331Z | Checking whoami v1.5.2 |
2081 | 2024-11-20T00:51:03.347Z | Checking predicates-core v1.0.8 |
2082 | 2024-11-20T00:51:03.351Z | Checking unicode-width v0.2.0 |
2083 | 2024-11-20T00:51:03.534Z | Checking difflib v0.4.0 |
2084 | 2024-11-20T00:51:03.631Z | Checking fixedbitset v0.4.2 |
2085 | 2024-11-20T00:51:03.647Z | Checking unicode-segmentation v1.12.0 |
2086 | 2024-11-20T00:51:03.747Z | Checking minimal-lexical v0.2.1 |
2087 | 2024-11-20T00:51:03.811Z | Checking bit-vec v0.6.3 |
2088 | 2024-11-20T00:51:03.840Z | Checking number_prefix v0.4.0 |
2089 | 2024-11-20T00:51:03.886Z | Checking static_assertions v1.1.0 |
2090 | 2024-11-20T00:51:03.982Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2091 | 2024-11-20T00:51:04.020Z | Checking petgraph v0.6.5 |
2092 | 2024-11-20T00:51:04.069Z | Checking ed25519-dalek v2.1.1 |
2093 | 2024-11-20T00:51:04.111Z | Checking nom v7.1.3 |
2094 | 2024-11-20T00:51:04.129Z | Checking bit-set v0.5.3 |
2095 | 2024-11-20T00:51:04.147Z | Checking qorb v0.2.0 |
2096 | 2024-11-20T00:51:04.182Z | Checking indicatif v0.17.9 |
2097 | 2024-11-20T00:51:04.311Z | Checking similar v2.6.0 |
2098 | 2024-11-20T00:51:04.367Z | Checking predicates v3.1.2 |
2099 | 2024-11-20T00:51:04.441Z | Checking toml v0.7.8 |
2100 | 2024-11-20T00:51:04.964Z | Checking tokio-postgres v0.7.12 |
2101 | 2024-11-20T00:51:05.035Z | Checking string_cache v0.8.7 |
2102 | 2024-11-20T00:51:05.140Z | Checking reqwest v0.12.9 |
2103 | 2024-11-20T00:51:05.167Z | Checking ecdsa v0.16.9 |
2104 | 2024-11-20T00:51:05.297Z | Checking rsa v0.9.6 |
2105 | 2024-11-20T00:51:05.886Z | Checking clap v4.5.21 |
2106 | 2024-11-20T00:51:06.010Z | Checking zip v0.6.6 |
2107 | 2024-11-20T00:51:06.339Z | Checking crossterm v0.28.1 |
2108 | 2024-11-20T00:51:06.692Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2109 | 2024-11-20T00:51:06.719Z | Checking itertools v0.12.1 |
2110 | 2024-11-20T00:51:06.734Z | Checking itertools v0.10.5 |
2111 | 2024-11-20T00:51:07.050Z | Checking fs-err v2.11.0 |
2112 | 2024-11-20T00:51:07.080Z | Checking ahash v0.8.11 |
2113 | 2024-11-20T00:51:07.305Z | Checking x509-cert v0.2.5 |
2114 | 2024-11-20T00:51:07.592Z | Checking hex v0.4.3 |
2115 | 2024-11-20T00:51:07.645Z | Checking semver v1.0.23 |
2116 | 2024-11-20T00:51:08.070Z | Checking heck v0.4.1 |
2117 | 2024-11-20T00:51:08.099Z | Checking peg-runtime v0.8.3 |
2118 | 2024-11-20T00:51:08.102Z | Checking lalrpop-util v0.19.12 |
2119 | 2024-11-20T00:51:08.136Z | Checking sigpipe v0.1.3 |
2120 | 2024-11-20T00:51:09.035Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2121 | 2024-11-20T00:51:09.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.18s |
2122 | 2024-11-20T00:51:09.498Z | |
2123 | 2024-11-20T00:51:09.498Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/172) |
2124 | 2024-11-20T00:51:10.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2125 | 2024-11-20T00:51:10.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2126 | 2024-11-20T00:51:10.160Z | Compiling hashbrown v0.14.5 |
2127 | 2024-11-20T00:51:10.278Z | Checking heck v0.5.0 |
2128 | 2024-11-20T00:51:10.291Z | Compiling unsafe-libyaml v0.2.11 |
2129 | 2024-11-20T00:51:10.305Z | Compiling ident_case v1.0.1 |
2130 | 2024-11-20T00:51:10.318Z | Checking progenitor-client v0.8.0 |
2131 | 2024-11-20T00:51:10.333Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2132 | 2024-11-20T00:51:10.347Z | Compiling proc-macro-crate v1.3.1 |
2133 | 2024-11-20T00:51:10.428Z | Compiling darling_core v0.20.10 |
2134 | 2024-11-20T00:51:10.468Z | Checking ipnetwork v0.20.0 |
2135 | 2024-11-20T00:51:10.662Z | Compiling structmeta-derive v0.3.0 |
2136 | 2024-11-20T00:51:10.678Z | Compiling newtype-uuid v1.1.3 |
2137 | 2024-11-20T00:51:10.836Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2138 | 2024-11-20T00:51:10.993Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2139 | 2024-11-20T00:51:11.119Z | Compiling lzma-sys v0.1.20 |
2140 | 2024-11-20T00:51:11.349Z | Compiling foreign-types-macros v0.2.3 |
2141 | 2024-11-20T00:51:11.421Z | Checking regress v0.10.1 |
2142 | 2024-11-20T00:51:11.450Z | Compiling num_enum_derive v0.5.11 |
2143 | 2024-11-20T00:51:11.866Z | Compiling serde_yaml v0.9.34+deprecated |
2144 | 2024-11-20T00:51:12.228Z | Compiling dropshot v0.13.0 |
2145 | 2024-11-20T00:51:12.494Z | Checking arc-swap v1.7.1 |
2146 | 2024-11-20T00:51:12.597Z | Checking foreign-types-shared v0.3.1 |
2147 | 2024-11-20T00:51:12.715Z | Checking foreign-types v0.5.0 |
2148 | 2024-11-20T00:51:12.915Z | Checking slog-scope v4.4.0 |
2149 | 2024-11-20T00:51:12.930Z | Compiling proc-macro-error v1.0.4 |
2150 | 2024-11-20T00:51:13.594Z | Compiling structmeta v0.3.0 |
2151 | 2024-11-20T00:51:13.620Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2152 | 2024-11-20T00:51:13.652Z | Checking tungstenite v0.21.0 |
2153 | 2024-11-20T00:51:13.724Z | Compiling heck v0.3.3 |
2154 | 2024-11-20T00:51:14.034Z | Compiling parse-display-derive v0.10.0 |
2155 | 2024-11-20T00:51:14.125Z | Checking num_enum v0.5.11 |
2156 | 2024-11-20T00:51:14.146Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2157 | 2024-11-20T00:51:14.278Z | Compiling dropshot_endpoint v0.13.0 |
2158 | 2024-11-20T00:51:14.565Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2159 | 2024-11-20T00:51:14.864Z | Checking typify-impl v0.2.0 |
2160 | 2024-11-20T00:51:14.957Z | Checking cstr-argument v0.1.2 |
2161 | 2024-11-20T00:51:15.130Z | Checking instant v0.1.13 |
2162 | 2024-11-20T00:51:15.248Z | Checking fastrand v2.1.1 |
2163 | 2024-11-20T00:51:15.325Z | Checking base64 v0.21.7 |
2164 | 2024-11-20T00:51:15.877Z | Checking pretty-hex v0.2.1 |
2165 | 2024-11-20T00:51:16.051Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2166 | 2024-11-20T00:51:16.148Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2167 | 2024-11-20T00:51:16.345Z | Checking tempfile v3.13.0 |
2168 | 2024-11-20T00:51:16.439Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2169 | 2024-11-20T00:51:16.582Z | Checking backoff v0.4.0 |
2170 | 2024-11-20T00:51:16.730Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2171 | 2024-11-20T00:51:16.762Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2172 | 2024-11-20T00:51:16.884Z | Checking tokio-tungstenite v0.21.0 |
2173 | 2024-11-20T00:51:16.906Z | Checking strum v0.26.3 |
2174 | 2024-11-20T00:51:17.032Z | Compiling zone_cfg_derive v0.1.2 |
2175 | 2024-11-20T00:51:17.053Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2176 | 2024-11-20T00:51:17.390Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2177 | 2024-11-20T00:51:17.419Z | Checking slog-stdlog v4.1.1 |
2178 | 2024-11-20T00:51:17.604Z | Checking regress v0.9.1 |
2179 | 2024-11-20T00:51:17.607Z | Compiling darling_macro v0.20.10 |
2180 | 2024-11-20T00:51:17.753Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2181 | 2024-11-20T00:51:17.791Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2182 | 2024-11-20T00:51:17.904Z | Checking colored v2.1.0 |
2183 | 2024-11-20T00:51:18.065Z | Checking macaddr v1.0.1 |
2184 | 2024-11-20T00:51:18.182Z | Checking base64 v0.13.1 |
2185 | 2024-11-20T00:51:18.505Z | Compiling darling v0.20.10 |
2186 | 2024-11-20T00:51:18.526Z | Checking zone v0.1.8 |
2187 | 2024-11-20T00:51:18.577Z | Checking ron v0.7.1 |
2188 | 2024-11-20T00:51:18.614Z | Compiling serde_with_macros v3.11.0 |
2189 | 2024-11-20T00:51:18.673Z | Checking parse-display v0.10.0 |
2190 | 2024-11-20T00:51:18.904Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2191 | 2024-11-20T00:51:19.187Z | Checking xz2 v0.1.7 |
2192 | 2024-11-20T00:51:19.395Z | Checking slog-envlogger v2.2.0 |
2193 | 2024-11-20T00:51:19.473Z | Checking tabwriter v1.4.0 |
2194 | 2024-11-20T00:51:19.616Z | Checking xattr v1.3.1 |
2195 | 2024-11-20T00:51:19.703Z | Checking pem v3.0.4 |
2196 | 2024-11-20T00:51:19.727Z | Checking yasna v0.5.2 |
2197 | 2024-11-20T00:51:19.800Z | Checking headers-core v0.3.0 |
2198 | 2024-11-20T00:51:19.935Z | Checking smf v0.2.3 |
2199 | 2024-11-20T00:51:19.948Z | Checking filetime v0.2.25 |
2200 | 2024-11-20T00:51:20.143Z | Checking same-file v1.0.6 |
2201 | 2024-11-20T00:51:20.316Z | Checking walkdir v2.5.0 |
2202 | 2024-11-20T00:51:20.318Z | Checking tar v0.4.42 |
2203 | 2024-11-20T00:51:20.354Z | Checking headers v0.4.0 |
2204 | 2024-11-20T00:51:20.666Z | Checking atomicwrites v0.4.4 |
2205 | 2024-11-20T00:51:20.682Z | Checking rcgen v0.12.1 |
2206 | 2024-11-20T00:51:20.868Z | Checking camino-tempfile v1.1.1 |
2207 | 2024-11-20T00:51:21.151Z | Checking subprocess v0.2.9 |
2208 | 2024-11-20T00:51:21.453Z | Checking serde_with v3.11.0 |
2209 | 2024-11-20T00:51:25.364Z | Compiling typify-macro v0.2.0 |
2210 | 2024-11-20T00:51:27.230Z | Compiling typify v0.2.0 |
2211 | 2024-11-20T00:51:27.299Z | Compiling progenitor-impl v0.8.0 |
2212 | 2024-11-20T00:51:30.461Z | Compiling progenitor-macro v0.8.0 |
2213 | 2024-11-20T00:51:35.775Z | Checking progenitor v0.8.0 |
2214 | 2024-11-20T00:51:35.929Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2215 | 2024-11-20T00:51:35.931Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2216 | 2024-11-20T00:51:38.608Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2217 | 2024-11-20T00:51:38.876Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2218 | 2024-11-20T00:51:45.415Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2219 | 2024-11-20T00:51:46.994Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2220 | 2024-11-20T00:51:48.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.79s |
2221 | 2024-11-20T00:51:48.466Z | |
2222 | 2024-11-20T00:51:48.466Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/172) |
2223 | 2024-11-20T00:51:49.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2224 | 2024-11-20T00:51:49.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2225 | 2024-11-20T00:51:49.116Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2226 | 2024-11-20T00:51:50.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
2227 | 2024-11-20T00:51:50.735Z | |
2228 | 2024-11-20T00:51:50.735Z | info: running `cargo check --bins` on nexus-config (31/172) |
2229 | 2024-11-20T00:51:51.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2230 | 2024-11-20T00:51:51.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2231 | 2024-11-20T00:51:51.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2232 | 2024-11-20T00:51:51.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2233 | 2024-11-20T00:51:51.356Z | |
2234 | 2024-11-20T00:51:51.356Z | info: running `cargo check --bins` on omicron-rpaths (32/172) |
2235 | 2024-11-20T00:51:51.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2024-11-20T00:51:51.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2024-11-20T00:51:51.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2238 | 2024-11-20T00:51:51.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2239 | 2024-11-20T00:51:51.961Z | |
2240 | 2024-11-20T00:51:51.961Z | info: running `cargo check --bins` on omicron-certificates (33/172) |
2241 | 2024-11-20T00:51:52.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2024-11-20T00:51:52.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2024-11-20T00:51:52.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2244 | 2024-11-20T00:51:52.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2245 | 2024-11-20T00:51:52.574Z | |
2246 | 2024-11-20T00:51:52.574Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/172) |
2247 | 2024-11-20T00:51:53.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2024-11-20T00:51:53.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2024-11-20T00:51:53.262Z | Compiling progenitor-client v0.8.0 |
2250 | 2024-11-20T00:51:53.262Z | Compiling heapless v0.8.0 |
2251 | 2024-11-20T00:51:53.265Z | Compiling newtype-uuid v1.1.3 |
2252 | 2024-11-20T00:51:53.265Z | Compiling ipnetwork v0.20.0 |
2253 | 2024-11-20T00:51:53.265Z | Checking hash32 v0.3.1 |
2254 | 2024-11-20T00:51:53.265Z | Compiling instant v0.1.13 |
2255 | 2024-11-20T00:51:53.265Z | Compiling smoltcp v0.11.0 |
2256 | 2024-11-20T00:51:53.265Z | Compiling dropshot v0.13.0 |
2257 | 2024-11-20T00:51:53.490Z | Compiling backoff v0.4.0 |
2258 | 2024-11-20T00:51:53.565Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2259 | 2024-11-20T00:51:53.708Z | Compiling progenitor v0.8.0 |
2260 | 2024-11-20T00:51:53.728Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2261 | 2024-11-20T00:51:53.809Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2262 | 2024-11-20T00:51:53.828Z | Compiling serde_with v3.11.0 |
2263 | 2024-11-20T00:51:53.952Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2264 | 2024-11-20T00:51:54.073Z | Compiling parse-display v0.10.0 |
2265 | 2024-11-20T00:51:54.094Z | Checking num-rational v0.4.2 |
2266 | 2024-11-20T00:51:54.267Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2267 | 2024-11-20T00:51:54.557Z | Compiling regress v0.9.1 |
2268 | 2024-11-20T00:51:54.759Z | Compiling phf_generator v0.11.2 |
2269 | 2024-11-20T00:51:54.806Z | Checking num-complex v0.4.6 |
2270 | 2024-11-20T00:51:55.143Z | Compiling macaddr v1.0.1 |
2271 | 2024-11-20T00:51:55.562Z | Checking cobs v0.2.3 |
2272 | 2024-11-20T00:51:55.753Z | Checking postcard v1.0.10 |
2273 | 2024-11-20T00:51:55.787Z | Checking num v0.4.3 |
2274 | 2024-11-20T00:51:56.157Z | Compiling phf_codegen v0.11.2 |
2275 | 2024-11-20T00:51:56.218Z | Compiling parse-zoneinfo v0.3.1 |
2276 | 2024-11-20T00:51:56.333Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2277 | 2024-11-20T00:51:56.374Z | Checking float-ord v0.3.2 |
2278 | 2024-11-20T00:51:56.617Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2279 | 2024-11-20T00:51:56.683Z | Compiling convert_case v0.4.0 |
2280 | 2024-11-20T00:51:56.820Z | Compiling chrono-tz-build v0.4.0 |
2281 | 2024-11-20T00:51:57.638Z | Compiling derive_more v0.99.18 |
2282 | 2024-11-20T00:51:57.861Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2283 | 2024-11-20T00:51:58.268Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2284 | 2024-11-20T00:51:58.310Z | Compiling crucible-workspace-hack v0.1.0 |
2285 | 2024-11-20T00:51:58.582Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2286 | 2024-11-20T00:51:58.909Z | Compiling chrono-tz v0.10.0 |
2287 | 2024-11-20T00:51:58.941Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2288 | 2024-11-20T00:51:59.155Z | Checking newline-converter v0.3.0 |
2289 | 2024-11-20T00:51:59.316Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2290 | 2024-11-20T00:51:59.555Z | Checking prettyplease v0.2.25 |
2291 | 2024-11-20T00:51:59.682Z | Compiling slog-dtrace v0.3.0 |
2292 | 2024-11-20T00:51:59.972Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2293 | 2024-11-20T00:52:00.347Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2294 | 2024-11-20T00:52:01.502Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2295 | 2024-11-20T00:52:01.892Z | Checking expectorate v1.1.0 |
2296 | 2024-11-20T00:52:01.928Z | Compiling zone_cfg_derive v0.3.0 |
2297 | 2024-11-20T00:52:02.153Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2298 | 2024-11-20T00:52:02.174Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2299 | 2024-11-20T00:52:02.295Z | Checking itertools v0.13.0 |
2300 | 2024-11-20T00:52:02.524Z | Compiling const_format_proc_macros v0.2.33 |
2301 | 2024-11-20T00:52:02.565Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2302 | 2024-11-20T00:52:03.100Z | Compiling num-derive v0.4.2 |
2303 | 2024-11-20T00:52:03.306Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2304 | 2024-11-20T00:52:03.445Z | Checking highway v1.2.0 |
2305 | 2024-11-20T00:52:03.612Z | Checking zone v0.3.0 |
2306 | 2024-11-20T00:52:03.751Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2307 | 2024-11-20T00:52:03.841Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2308 | 2024-11-20T00:52:04.001Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2309 | 2024-11-20T00:52:04.762Z | Checking const_format v0.2.33 |
2310 | 2024-11-20T00:52:04.795Z | Checking gethostname v0.5.0 |
2311 | 2024-11-20T00:52:04.924Z | Checking bcs v0.1.6 |
2312 | 2024-11-20T00:52:05.026Z | Compiling async-recursion v1.1.1 |
2313 | 2024-11-20T00:52:05.395Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2314 | 2024-11-20T00:52:05.484Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2315 | 2024-11-20T00:52:05.487Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2316 | 2024-11-20T00:52:07.182Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2317 | 2024-11-20T00:52:14.469Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2318 | 2024-11-20T00:52:17.813Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2319 | 2024-11-20T00:52:20.887Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2320 | 2024-11-20T00:52:22.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.45s |
2321 | 2024-11-20T00:52:22.203Z | |
2322 | 2024-11-20T00:52:22.203Z | info: running `cargo check --bins` on clickhouse-admin-api (35/172) |
2323 | 2024-11-20T00:52:22.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2324 | 2024-11-20T00:52:22.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2325 | 2024-11-20T00:52:22.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2326 | 2024-11-20T00:52:22.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2327 | 2024-11-20T00:52:22.828Z | |
2328 | 2024-11-20T00:52:22.828Z | info: running `cargo check --bins` on clickhouse-admin-types (36/172) |
2329 | 2024-11-20T00:52:23.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2330 | 2024-11-20T00:52:23.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2331 | 2024-11-20T00:52:23.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2332 | 2024-11-20T00:52:23.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2333 | 2024-11-20T00:52:23.458Z | |
2334 | 2024-11-20T00:52:23.458Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/172) |
2335 | 2024-11-20T00:52:24.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-11-20T00:52:24.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-11-20T00:52:24.111Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2338 | 2024-11-20T00:52:24.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2339 | 2024-11-20T00:52:24.919Z | |
2340 | 2024-11-20T00:52:24.920Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/172) |
2341 | 2024-11-20T00:52:25.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-11-20T00:52:25.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-11-20T00:52:25.585Z | Compiling cfg_aliases v0.1.1 |
2344 | 2024-11-20T00:52:25.588Z | Compiling vte_generate_state_changes v0.1.2 |
2345 | 2024-11-20T00:52:25.588Z | Checking fd-lock v4.0.2 |
2346 | 2024-11-20T00:52:25.697Z | Checking nibble_vec v0.1.0 |
2347 | 2024-11-20T00:52:25.707Z | Checking bytecount v0.6.8 |
2348 | 2024-11-20T00:52:25.720Z | Checking endian-type v0.1.2 |
2349 | 2024-11-20T00:52:25.733Z | Compiling tabled_derive v0.7.0 |
2350 | 2024-11-20T00:52:25.748Z | Compiling peg-macros v0.8.4 |
2351 | 2024-11-20T00:52:25.769Z | Compiling nix v0.28.0 |
2352 | 2024-11-20T00:52:25.846Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2353 | 2024-11-20T00:52:25.861Z | Checking papergrid v0.11.0 |
2354 | 2024-11-20T00:52:25.873Z | Compiling sqlparser_derive v0.2.2 |
2355 | 2024-11-20T00:52:25.924Z | Checking radix_trie v0.2.1 |
2356 | 2024-11-20T00:52:26.295Z | Checking vte v0.11.1 |
2357 | 2024-11-20T00:52:26.295Z | Checking nu-ansi-term v0.50.1 |
2358 | 2024-11-20T00:52:26.711Z | Checking unicode_categories v0.1.1 |
2359 | 2024-11-20T00:52:26.968Z | Checking home v0.5.9 |
2360 | 2024-11-20T00:52:26.999Z | Checking sqlformat v0.2.6 |
2361 | 2024-11-20T00:52:27.019Z | Checking sqlparser v0.45.0 |
2362 | 2024-11-20T00:52:27.102Z | Checking display-error-chain v0.2.2 |
2363 | 2024-11-20T00:52:27.668Z | Checking strip-ansi-escapes v0.2.0 |
2364 | 2024-11-20T00:52:27.818Z | Checking reedline v0.35.0 |
2365 | 2024-11-20T00:52:28.109Z | Checking tabled v0.15.0 |
2366 | 2024-11-20T00:52:28.565Z | Checking peg v0.8.4 |
2367 | 2024-11-20T00:52:28.913Z | Checking rustyline v14.0.0 |
2368 | 2024-11-20T00:52:38.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s |
2369 | 2024-11-20T00:52:38.509Z | |
2370 | 2024-11-20T00:52:38.509Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/172) |
2371 | 2024-11-20T00:52:39.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2372 | 2024-11-20T00:52:39.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2373 | 2024-11-20T00:52:39.158Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2374 | 2024-11-20T00:52:44.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s |
2375 | 2024-11-20T00:52:44.946Z | |
2376 | 2024-11-20T00:52:44.946Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/172) |
2377 | 2024-11-20T00:52:45.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2024-11-20T00:52:45.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2024-11-20T00:52:45.607Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2380 | 2024-11-20T00:52:49.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
2381 | 2024-11-20T00:52:49.973Z | |
2382 | 2024-11-20T00:52:49.973Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/172) |
2383 | 2024-11-20T00:52:50.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-11-20T00:52:50.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-11-20T00:52:50.642Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2386 | 2024-11-20T00:52:55.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s |
2387 | 2024-11-20T00:52:56.173Z | |
2388 | 2024-11-20T00:52:56.173Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/172) |
2389 | 2024-11-20T00:52:56.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-11-20T00:52:56.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-11-20T00:52:56.822Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2392 | 2024-11-20T00:53:02.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s |
2393 | 2024-11-20T00:53:02.413Z | |
2394 | 2024-11-20T00:53:02.413Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/172) |
2395 | 2024-11-20T00:53:02.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-11-20T00:53:03.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-11-20T00:53:03.091Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2398 | 2024-11-20T00:53:07.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s |
2399 | 2024-11-20T00:53:07.767Z | |
2400 | 2024-11-20T00:53:07.767Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/172) |
2401 | 2024-11-20T00:53:08.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-11-20T00:53:08.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-11-20T00:53:08.340Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2404 | 2024-11-20T00:53:12.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s |
2405 | 2024-11-20T00:53:12.987Z | |
2406 | 2024-11-20T00:53:12.988Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/172) |
2407 | 2024-11-20T00:53:13.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-11-20T00:53:13.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-11-20T00:53:13.648Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2410 | 2024-11-20T00:53:19.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s |
2411 | 2024-11-20T00:53:19.418Z | |
2412 | 2024-11-20T00:53:19.418Z | info: running `cargo check --bins` on oximeter (46/172) |
2413 | 2024-11-20T00:53:19.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-11-20T00:53:19.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-11-20T00:53:19.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2416 | 2024-11-20T00:53:19.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2417 | 2024-11-20T00:53:20.039Z | |
2418 | 2024-11-20T00:53:20.039Z | info: running `cargo check --bins` on oximeter-macro-impl (47/172) |
2419 | 2024-11-20T00:53:20.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-11-20T00:53:20.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-11-20T00:53:20.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2422 | 2024-11-20T00:53:20.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2423 | 2024-11-20T00:53:20.636Z | |
2424 | 2024-11-20T00:53:20.636Z | info: running `cargo check --bins` on oximeter-schema (48/172) |
2425 | 2024-11-20T00:53:21.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-11-20T00:53:21.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-11-20T00:53:21.263Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2428 | 2024-11-20T00:53:21.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
2429 | 2024-11-20T00:53:21.864Z | |
2430 | 2024-11-20T00:53:21.864Z | info: running `cargo check --bins` on oximeter-types (49/172) |
2431 | 2024-11-20T00:53:22.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2024-11-20T00:53:22.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2024-11-20T00:53:22.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2434 | 2024-11-20T00:53:22.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2435 | 2024-11-20T00:53:22.473Z | |
2436 | 2024-11-20T00:53:22.473Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/172) |
2437 | 2024-11-20T00:53:23.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2024-11-20T00:53:23.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2024-11-20T00:53:23.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2440 | 2024-11-20T00:53:23.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2441 | 2024-11-20T00:53:23.087Z | |
2442 | 2024-11-20T00:53:23.087Z | info: running `cargo check --bins` on oxql-types (51/172) |
2443 | 2024-11-20T00:53:23.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-11-20T00:53:23.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-11-20T00:53:23.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-11-20T00:53:23.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2447 | 2024-11-20T00:53:23.699Z | |
2448 | 2024-11-20T00:53:23.699Z | info: running `cargo check --bins` on oximeter-test-utils (52/172) |
2449 | 2024-11-20T00:53:24.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-11-20T00:53:24.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-11-20T00:53:24.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2452 | 2024-11-20T00:53:24.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2453 | 2024-11-20T00:53:24.339Z | |
2454 | 2024-11-20T00:53:24.339Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/172) |
2455 | 2024-11-20T00:53:24.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2024-11-20T00:53:24.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2024-11-20T00:53:24.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2458 | 2024-11-20T00:53:24.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2459 | 2024-11-20T00:53:24.964Z | |
2460 | 2024-11-20T00:53:24.964Z | info: running `cargo check --bins` on bootstrap-agent-client (54/172) |
2461 | 2024-11-20T00:53:25.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-11-20T00:53:25.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-11-20T00:53:25.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2464 | 2024-11-20T00:53:25.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2465 | 2024-11-20T00:53:25.602Z | |
2466 | 2024-11-20T00:53:25.602Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/172) |
2467 | 2024-11-20T00:53:26.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-11-20T00:53:26.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-11-20T00:53:26.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2470 | 2024-11-20T00:53:26.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2471 | 2024-11-20T00:53:26.226Z | |
2472 | 2024-11-20T00:53:26.226Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/172) |
2473 | 2024-11-20T00:53:26.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-11-20T00:53:26.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-11-20T00:53:26.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2024-11-20T00:53:26.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2477 | 2024-11-20T00:53:26.839Z | |
2478 | 2024-11-20T00:53:26.839Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/172) |
2479 | 2024-11-20T00:53:27.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-11-20T00:53:27.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-11-20T00:53:27.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2024-11-20T00:53:27.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2483 | 2024-11-20T00:53:27.458Z | |
2484 | 2024-11-20T00:53:27.458Z | info: running `cargo check --bins` on cockroach-admin-client (58/172) |
2485 | 2024-11-20T00:53:27.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-11-20T00:53:27.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-11-20T00:53:27.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-11-20T00:53:27.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2489 | 2024-11-20T00:53:28.060Z | |
2490 | 2024-11-20T00:53:28.060Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/172) |
2491 | 2024-11-20T00:53:28.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-11-20T00:53:28.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-11-20T00:53:28.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2494 | 2024-11-20T00:53:28.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2495 | 2024-11-20T00:53:28.697Z | |
2496 | 2024-11-20T00:53:28.697Z | info: running `cargo check --bins` on dns-service-client (60/172) |
2497 | 2024-11-20T00:53:29.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2024-11-20T00:53:29.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2024-11-20T00:53:29.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2500 | 2024-11-20T00:53:29.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2501 | 2024-11-20T00:53:29.316Z | |
2502 | 2024-11-20T00:53:29.316Z | info: running `cargo check --bins` on internal-dns-types (61/172) |
2503 | 2024-11-20T00:53:29.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2024-11-20T00:53:29.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2024-11-20T00:53:29.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2024-11-20T00:53:29.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2507 | 2024-11-20T00:53:29.936Z | |
2508 | 2024-11-20T00:53:29.936Z | info: running `cargo check --bins` on dpd-client (62/172) |
2509 | 2024-11-20T00:53:30.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-11-20T00:53:30.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-11-20T00:53:30.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2512 | 2024-11-20T00:53:30.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2513 | 2024-11-20T00:53:30.564Z | |
2514 | 2024-11-20T00:53:30.564Z | info: running `cargo check --bins` on gateway-client (63/172) |
2515 | 2024-11-20T00:53:31.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-11-20T00:53:31.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-11-20T00:53:31.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2518 | 2024-11-20T00:53:31.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2519 | 2024-11-20T00:53:31.160Z | |
2520 | 2024-11-20T00:53:31.160Z | info: running `cargo check --bins` on installinator-client (64/172) |
2521 | 2024-11-20T00:53:31.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-11-20T00:53:31.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-11-20T00:53:31.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2024-11-20T00:53:31.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2525 | 2024-11-20T00:53:31.784Z | |
2526 | 2024-11-20T00:53:31.784Z | info: running `cargo check --bins` on installinator-common (65/172) |
2527 | 2024-11-20T00:53:32.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-11-20T00:53:32.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-11-20T00:53:32.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2024-11-20T00:53:32.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2531 | 2024-11-20T00:53:32.417Z | |
2532 | 2024-11-20T00:53:32.417Z | info: running `cargo check --bins` on update-engine (66/172) |
2533 | 2024-11-20T00:53:32.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-11-20T00:53:32.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-11-20T00:53:32.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2536 | 2024-11-20T00:53:32.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2537 | 2024-11-20T00:53:33.029Z | |
2538 | 2024-11-20T00:53:33.029Z | info: running `cargo check --bins` on nexus-client (67/172) |
2539 | 2024-11-20T00:53:33.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-11-20T00:53:33.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-11-20T00:53:33.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2542 | 2024-11-20T00:53:33.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2543 | 2024-11-20T00:53:33.674Z | |
2544 | 2024-11-20T00:53:33.674Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/172) |
2545 | 2024-11-20T00:53:34.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-11-20T00:53:34.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-11-20T00:53:34.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2548 | 2024-11-20T00:53:34.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2549 | 2024-11-20T00:53:34.312Z | |
2550 | 2024-11-20T00:53:34.312Z | info: running `cargo check --bins` on omicron-passwords (69/172) |
2551 | 2024-11-20T00:53:34.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-11-20T00:53:34.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-11-20T00:53:34.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2554 | 2024-11-20T00:53:34.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2555 | 2024-11-20T00:53:34.927Z | |
2556 | 2024-11-20T00:53:34.927Z | info: running `cargo check --bins` on nexus-types (70/172) |
2557 | 2024-11-20T00:53:35.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-11-20T00:53:35.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-11-20T00:53:35.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2560 | 2024-11-20T00:53:35.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2561 | 2024-11-20T00:53:35.569Z | |
2562 | 2024-11-20T00:53:35.569Z | info: running `cargo check --bins` on oxide-client (71/172) |
2563 | 2024-11-20T00:53:36.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-11-20T00:53:36.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-11-20T00:53:36.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2024-11-20T00:53:36.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2567 | 2024-11-20T00:53:36.171Z | |
2568 | 2024-11-20T00:53:36.171Z | info: running `cargo check --bins` on oximeter-client (72/172) |
2569 | 2024-11-20T00:53:36.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-11-20T00:53:36.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-11-20T00:53:36.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2024-11-20T00:53:36.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2573 | 2024-11-20T00:53:36.782Z | |
2574 | 2024-11-20T00:53:36.782Z | info: running `cargo check --bins` on repo-depot-client (73/172) |
2575 | 2024-11-20T00:53:37.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-11-20T00:53:37.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-11-20T00:53:37.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2578 | 2024-11-20T00:53:37.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2579 | 2024-11-20T00:53:37.379Z | |
2580 | 2024-11-20T00:53:37.379Z | info: running `cargo check --bins` on sled-agent-client (74/172) |
2581 | 2024-11-20T00:53:37.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2024-11-20T00:53:37.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2024-11-20T00:53:37.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2584 | 2024-11-20T00:53:37.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2585 | 2024-11-20T00:53:38.003Z | |
2586 | 2024-11-20T00:53:38.004Z | info: running `cargo check --bins` on wicketd-client (75/172) |
2587 | 2024-11-20T00:53:38.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2024-11-20T00:53:38.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2024-11-20T00:53:38.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2024-11-20T00:53:38.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2591 | 2024-11-20T00:53:38.649Z | |
2592 | 2024-11-20T00:53:38.649Z | info: running `cargo check --bins` on sled-agent-types (76/172) |
2593 | 2024-11-20T00:53:39.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2024-11-20T00:53:39.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2024-11-20T00:53:39.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2024-11-20T00:53:39.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2597 | 2024-11-20T00:53:39.287Z | |
2598 | 2024-11-20T00:53:39.287Z | info: running `cargo check --bins` on wicket-common (77/172) |
2599 | 2024-11-20T00:53:39.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2024-11-20T00:53:39.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2024-11-20T00:53:39.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2024-11-20T00:53:39.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2603 | 2024-11-20T00:53:39.923Z | |
2604 | 2024-11-20T00:53:39.923Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/172) |
2605 | 2024-11-20T00:53:40.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2024-11-20T00:53:40.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2024-11-20T00:53:40.570Z | Checking csv-core v0.1.11 |
2608 | 2024-11-20T00:53:40.570Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2609 | 2024-11-20T00:53:40.573Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2610 | 2024-11-20T00:53:40.875Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2611 | 2024-11-20T00:53:40.887Z | Checking csv v1.3.0 |
2612 | 2024-11-20T00:53:41.447Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2613 | 2024-11-20T00:53:41.822Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2614 | 2024-11-20T00:53:42.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s |
2615 | 2024-11-20T00:53:43.154Z | |
2616 | 2024-11-20T00:53:43.155Z | info: running `cargo check --bins` on cockroach-admin-api (79/172) |
2617 | 2024-11-20T00:53:43.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2024-11-20T00:53:43.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2024-11-20T00:53:43.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2620 | 2024-11-20T00:53:43.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2621 | 2024-11-20T00:53:43.771Z | |
2622 | 2024-11-20T00:53:43.771Z | info: running `cargo check --bins` on cockroach-admin-types (80/172) |
2623 | 2024-11-20T00:53:44.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2024-11-20T00:53:44.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2024-11-20T00:53:44.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2626 | 2024-11-20T00:53:44.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2627 | 2024-11-20T00:53:44.395Z | |
2628 | 2024-11-20T00:53:44.395Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/172) |
2629 | 2024-11-20T00:53:45.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-11-20T00:53:45.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-11-20T00:53:45.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2024-11-20T00:53:45.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2633 | 2024-11-20T00:53:45.109Z | |
2634 | 2024-11-20T00:53:45.109Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/172) |
2635 | 2024-11-20T00:53:45.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2024-11-20T00:53:45.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2024-11-20T00:53:45.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2638 | 2024-11-20T00:53:45.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2639 | 2024-11-20T00:53:45.833Z | |
2640 | 2024-11-20T00:53:45.833Z | info: running `cargo check --bins` on dns-server (83/172) |
2641 | 2024-11-20T00:53:46.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2024-11-20T00:53:46.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2024-11-20T00:53:46.467Z | Compiling parking_lot_core v0.8.6 |
2644 | 2024-11-20T00:53:46.470Z | Checking fxhash v0.2.1 |
2645 | 2024-11-20T00:53:46.470Z | Checking hickory-server v0.24.1 |
2646 | 2024-11-20T00:53:46.470Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2647 | 2024-11-20T00:53:46.568Z | Checking hickory-client v0.24.1 |
2648 | 2024-11-20T00:53:47.550Z | Checking parking_lot v0.11.2 |
2649 | 2024-11-20T00:53:47.553Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2650 | 2024-11-20T00:53:47.553Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2651 | 2024-11-20T00:53:47.553Z | Checking sled v0.34.7 |
2652 | 2024-11-20T00:53:49.142Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2653 | 2024-11-20T00:53:50.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
2654 | 2024-11-20T00:53:50.561Z | |
2655 | 2024-11-20T00:53:50.561Z | info: running `cargo check --bins` on dns-server-api (84/172) |
2656 | 2024-11-20T00:53:51.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-11-20T00:53:51.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-11-20T00:53:51.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2024-11-20T00:53:51.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2660 | 2024-11-20T00:53:51.187Z | |
2661 | 2024-11-20T00:53:51.187Z | info: running `cargo check --bins` on gateway-test-utils (85/172) |
2662 | 2024-11-20T00:53:51.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-11-20T00:53:51.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-11-20T00:53:51.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2024-11-20T00:53:51.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2666 | 2024-11-20T00:53:51.868Z | |
2667 | 2024-11-20T00:53:51.868Z | info: running `cargo check --bins` on gateway-types (86/172) |
2668 | 2024-11-20T00:53:52.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-11-20T00:53:52.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-11-20T00:53:52.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2024-11-20T00:53:52.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2672 | 2024-11-20T00:53:52.464Z | |
2673 | 2024-11-20T00:53:52.464Z | info: running `cargo check --bins` on ipcc (87/172) |
2674 | 2024-11-20T00:53:53.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2024-11-20T00:53:53.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2024-11-20T00:53:53.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2024-11-20T00:53:53.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2678 | 2024-11-20T00:53:53.086Z | |
2679 | 2024-11-20T00:53:53.086Z | info: running `cargo check --bins` on omicron-gateway (88/172) |
2680 | 2024-11-20T00:53:53.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-11-20T00:53:53.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-11-20T00:53:53.830Z | Compiling radium v0.7.0 |
2683 | 2024-11-20T00:53:53.830Z | Compiling semver v0.1.20 |
2684 | 2024-11-20T00:53:53.830Z | Compiling maybe-uninit v2.0.0 |
2685 | 2024-11-20T00:53:53.930Z | Checking tap v1.0.1 |
2686 | 2024-11-20T00:53:54.080Z | Checking password-hash v0.5.0 |
2687 | 2024-11-20T00:53:54.080Z | Checking blake2 v0.10.6 |
2688 | 2024-11-20T00:53:54.080Z | Compiling cancel-safe-futures v0.1.5 |
2689 | 2024-11-20T00:53:54.080Z | Checking crc-catalog v2.4.0 |
2690 | 2024-11-20T00:53:54.190Z | Checking wyz v0.5.1 |
2691 | 2024-11-20T00:53:54.190Z | Compiling owo-colors v4.1.0 |
2692 | 2024-11-20T00:53:54.262Z | Compiling rustc_version v0.1.7 |
2693 | 2024-11-20T00:53:54.312Z | Compiling packed_struct v0.10.1 |
2694 | 2024-11-20T00:53:54.344Z | Checking funty v2.0.0 |
2695 | 2024-11-20T00:53:54.395Z | Checking argon2 v0.5.3 |
2696 | 2024-11-20T00:53:54.512Z | Checking crc v3.2.1 |
2697 | 2024-11-20T00:53:54.523Z | Compiling packed_struct_codegen v0.10.1 |
2698 | 2024-11-20T00:53:54.548Z | Checking half v2.4.1 |
2699 | 2024-11-20T00:53:54.685Z | Compiling newtype_derive v0.1.6 |
2700 | 2024-11-20T00:53:55.132Z | Compiling indexmap v1.9.3 |
2701 | 2024-11-20T00:53:55.177Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2702 | 2024-11-20T00:53:55.178Z | Checking nodrop v0.1.14 |
2703 | 2024-11-20T00:53:55.178Z | Checking ciborium-io v0.2.2 |
2704 | 2024-11-20T00:53:55.178Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2705 | 2024-11-20T00:53:55.178Z | Checking array-init v0.0.4 |
2706 | 2024-11-20T00:53:55.178Z | Checking smallvec v0.6.14 |
2707 | 2024-11-20T00:53:55.178Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2708 | 2024-11-20T00:53:55.178Z | Checking ciborium-ll v0.2.2 |
2709 | 2024-11-20T00:53:55.242Z | Checking bitvec v1.0.1 |
2710 | 2024-11-20T00:53:55.438Z | Checking libsw v3.3.1 |
2711 | 2024-11-20T00:53:55.488Z | Compiling memoffset v0.9.1 |
2712 | 2024-11-20T00:53:55.616Z | Checking termcolor v1.4.1 |
2713 | 2024-11-20T00:53:55.734Z | Checking indent_write v2.2.0 |
2714 | 2024-11-20T00:53:55.808Z | Checking bitfield v0.14.0 |
2715 | 2024-11-20T00:53:55.831Z | Checking linear-map v1.2.0 |
2716 | 2024-11-20T00:53:55.937Z | Checking hashbrown v0.12.3 |
2717 | 2024-11-20T00:53:56.045Z | Checking swrite v0.1.0 |
2718 | 2024-11-20T00:53:56.062Z | Checking serde-hex v0.1.0 |
2719 | 2024-11-20T00:53:56.088Z | Checking env_logger v0.10.2 |
2720 | 2024-11-20T00:53:56.157Z | Checking ron v0.8.1 |
2721 | 2024-11-20T00:53:56.160Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2722 | 2024-11-20T00:53:56.643Z | Checking ciborium v0.2.2 |
2723 | 2024-11-20T00:53:57.105Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2724 | 2024-11-20T00:53:57.311Z | Checking steno v0.4.1 |
2725 | 2024-11-20T00:53:57.589Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2726 | 2024-11-20T00:53:57.612Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2727 | 2024-11-20T00:53:57.668Z | Checking hashbrown v0.13.2 |
2728 | 2024-11-20T00:53:57.794Z | Checking crc-any v2.5.0 |
2729 | 2024-11-20T00:53:57.843Z | Checking humantime v2.1.0 |
2730 | 2024-11-20T00:53:58.131Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2731 | 2024-11-20T00:53:58.180Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2732 | 2024-11-20T00:53:58.486Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2733 | 2024-11-20T00:53:58.744Z | Checking object v0.30.4 |
2734 | 2024-11-20T00:53:58.766Z | Checking path-slash v0.1.5 |
2735 | 2024-11-20T00:53:58.782Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2736 | 2024-11-20T00:53:58.981Z | Checking nix v0.27.1 |
2737 | 2024-11-20T00:53:59.484Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2738 | 2024-11-20T00:54:00.093Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2739 | 2024-11-20T00:54:00.112Z | Checking tungstenite v0.23.0 |
2740 | 2024-11-20T00:54:00.243Z | Checking kstat-rs v0.2.4 |
2741 | 2024-11-20T00:54:00.260Z | Checking signal-hook-tokio v0.3.1 |
2742 | 2024-11-20T00:54:00.617Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2743 | 2024-11-20T00:54:00.902Z | Checking tokio-tungstenite v0.23.1 |
2744 | 2024-11-20T00:54:01.513Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2745 | 2024-11-20T00:54:01.717Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2746 | 2024-11-20T00:54:01.804Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2747 | 2024-11-20T00:54:08.566Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2748 | 2024-11-20T00:54:09.870Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2749 | 2024-11-20T00:54:12.311Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2750 | 2024-11-20T00:54:18.078Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2751 | 2024-11-20T00:54:18.762Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2752 | 2024-11-20T00:54:21.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.45s |
2753 | 2024-11-20T00:54:21.716Z | |
2754 | 2024-11-20T00:54:21.716Z | info: running `cargo check --bins` on gateway-api (89/172) |
2755 | 2024-11-20T00:54:22.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2024-11-20T00:54:22.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2024-11-20T00:54:22.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2758 | 2024-11-20T00:54:22.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2759 | 2024-11-20T00:54:22.351Z | |
2760 | 2024-11-20T00:54:22.351Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/172) |
2761 | 2024-11-20T00:54:22.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2024-11-20T00:54:22.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2024-11-20T00:54:22.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2024-11-20T00:54:22.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2765 | 2024-11-20T00:54:22.959Z | |
2766 | 2024-11-20T00:54:22.959Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/172) |
2767 | 2024-11-20T00:54:23.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2024-11-20T00:54:23.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2024-11-20T00:54:23.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2770 | 2024-11-20T00:54:23.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2771 | 2024-11-20T00:54:23.575Z | |
2772 | 2024-11-20T00:54:23.575Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/172) |
2773 | 2024-11-20T00:54:24.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2024-11-20T00:54:24.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2024-11-20T00:54:24.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2776 | 2024-11-20T00:54:24.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2777 | 2024-11-20T00:54:24.188Z | |
2778 | 2024-11-20T00:54:24.188Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/172) |
2779 | 2024-11-20T00:54:24.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2024-11-20T00:54:24.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2024-11-20T00:54:24.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2024-11-20T00:54:24.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2783 | 2024-11-20T00:54:24.810Z | |
2784 | 2024-11-20T00:54:24.810Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/172) |
2785 | 2024-11-20T00:54:25.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2024-11-20T00:54:25.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2024-11-20T00:54:25.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2024-11-20T00:54:25.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2789 | 2024-11-20T00:54:25.429Z | |
2790 | 2024-11-20T00:54:25.429Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/172) |
2791 | 2024-11-20T00:54:25.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2024-11-20T00:54:25.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2024-11-20T00:54:25.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2024-11-20T00:54:25.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2795 | 2024-11-20T00:54:26.071Z | |
2796 | 2024-11-20T00:54:26.071Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/172) |
2797 | 2024-11-20T00:54:26.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-11-20T00:54:26.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-11-20T00:54:26.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2024-11-20T00:54:26.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2801 | 2024-11-20T00:54:26.728Z | |
2802 | 2024-11-20T00:54:26.728Z | info: running `cargo check --bins` on oximeter-producer (97/172) |
2803 | 2024-11-20T00:54:27.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-11-20T00:54:27.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-11-20T00:54:27.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2024-11-20T00:54:27.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2807 | 2024-11-20T00:54:27.363Z | |
2808 | 2024-11-20T00:54:27.363Z | info: running `cargo check --bins` on internal-dns-resolver (98/172) |
2809 | 2024-11-20T00:54:27.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-11-20T00:54:27.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-11-20T00:54:27.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2024-11-20T00:54:27.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2813 | 2024-11-20T00:54:27.969Z | |
2814 | 2024-11-20T00:54:27.969Z | info: running `cargo check --bins` on sp-sim (99/172) |
2815 | 2024-11-20T00:54:28.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2024-11-20T00:54:28.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2024-11-20T00:54:28.611Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2818 | 2024-11-20T00:54:30.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
2819 | 2024-11-20T00:54:30.656Z | |
2820 | 2024-11-20T00:54:30.656Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/172) |
2821 | 2024-11-20T00:54:31.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2024-11-20T00:54:31.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2024-11-20T00:54:31.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2024-11-20T00:54:31.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2825 | 2024-11-20T00:54:31.329Z | |
2826 | 2024-11-20T00:54:31.330Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/172) |
2827 | 2024-11-20T00:54:31.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2024-11-20T00:54:31.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2024-11-20T00:54:31.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2024-11-20T00:54:31.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2831 | 2024-11-20T00:54:32.008Z | |
2832 | 2024-11-20T00:54:32.008Z | info: running `cargo check --bins` on db-macros (102/172) |
2833 | 2024-11-20T00:54:32.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2024-11-20T00:54:32.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2024-11-20T00:54:32.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2024-11-20T00:54:32.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2837 | 2024-11-20T00:54:32.629Z | |
2838 | 2024-11-20T00:54:32.629Z | info: running `cargo check --bins` on nexus-macros-common (103/172) |
2839 | 2024-11-20T00:54:33.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2024-11-20T00:54:33.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2024-11-20T00:54:33.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2024-11-20T00:54:33.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2843 | 2024-11-20T00:54:33.246Z | |
2844 | 2024-11-20T00:54:33.246Z | info: running `cargo check --bins` on nexus-auth (104/172) |
2845 | 2024-11-20T00:54:33.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2024-11-20T00:54:33.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2024-11-20T00:54:33.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2024-11-20T00:54:33.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2849 | 2024-11-20T00:54:33.907Z | |
2850 | 2024-11-20T00:54:33.907Z | info: running `cargo check --bins` on authz-macros (105/172) |
2851 | 2024-11-20T00:54:34.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2024-11-20T00:54:34.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2024-11-20T00:54:34.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2024-11-20T00:54:34.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2855 | 2024-11-20T00:54:34.514Z | |
2856 | 2024-11-20T00:54:34.514Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/172) |
2857 | 2024-11-20T00:54:35.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2024-11-20T00:54:35.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2024-11-20T00:54:35.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2024-11-20T00:54:35.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2861 | 2024-11-20T00:54:35.166Z | |
2862 | 2024-11-20T00:54:35.166Z | info: running `cargo check --bins` on nexus-db-model (107/172) |
2863 | 2024-11-20T00:54:35.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2024-11-20T00:54:35.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2024-11-20T00:54:35.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2024-11-20T00:54:35.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2867 | 2024-11-20T00:54:35.816Z | |
2868 | 2024-11-20T00:54:35.816Z | info: running `cargo check --bins` on nexus-defaults (108/172) |
2869 | 2024-11-20T00:54:36.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2024-11-20T00:54:36.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2024-11-20T00:54:36.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2024-11-20T00:54:36.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2873 | 2024-11-20T00:54:36.444Z | |
2874 | 2024-11-20T00:54:36.444Z | info: running `cargo check --bins` on nexus-inventory (109/172) |
2875 | 2024-11-20T00:54:37.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2024-11-20T00:54:37.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2024-11-20T00:54:37.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2878 | 2024-11-20T00:54:37.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2879 | 2024-11-20T00:54:37.092Z | |
2880 | 2024-11-20T00:54:37.092Z | info: running `cargo check --bins` on typed-rng (110/172) |
2881 | 2024-11-20T00:54:37.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2024-11-20T00:54:37.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2024-11-20T00:54:37.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2884 | 2024-11-20T00:54:37.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2885 | 2024-11-20T00:54:37.697Z | |
2886 | 2024-11-20T00:54:37.697Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/172) |
2887 | 2024-11-20T00:54:38.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2024-11-20T00:54:38.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2024-11-20T00:54:38.435Z | Checking keccak v0.1.5 |
2890 | 2024-11-20T00:54:38.543Z | Checking secrecy v0.8.0 |
2891 | 2024-11-20T00:54:38.546Z | Compiling unicase v2.7.0 |
2892 | 2024-11-20T00:54:38.546Z | Compiling same-file v1.0.6 |
2893 | 2024-11-20T00:54:38.570Z | Compiling tempfile v3.13.0 |
2894 | 2024-11-20T00:54:38.582Z | Compiling thiserror-impl-no-std v2.0.2 |
2895 | 2024-11-20T00:54:38.585Z | Checking universal-hash v0.5.1 |
2896 | 2024-11-20T00:54:38.585Z | Compiling ring v0.16.20 |
2897 | 2024-11-20T00:54:38.727Z | Compiling walkdir v2.5.0 |
2898 | 2024-11-20T00:54:38.791Z | Compiling blake3 v1.5.4 |
2899 | 2024-11-20T00:54:38.808Z | Checking sha3 v0.10.8 |
2900 | 2024-11-20T00:54:38.851Z | Checking opaque-debug v0.3.1 |
2901 | 2024-11-20T00:54:38.937Z | Checking poly1305 v0.8.0 |
2902 | 2024-11-20T00:54:39.009Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2903 | 2024-11-20T00:54:39.188Z | Checking chacha20 v0.9.1 |
2904 | 2024-11-20T00:54:39.294Z | Checking aead v0.5.2 |
2905 | 2024-11-20T00:54:39.444Z | Compiling memmap2 v0.9.5 |
2906 | 2024-11-20T00:54:39.461Z | Compiling arrayref v0.3.9 |
2907 | 2024-11-20T00:54:39.498Z | Compiling spin v0.5.2 |
2908 | 2024-11-20T00:54:39.515Z | Compiling salty v0.3.0 |
2909 | 2024-11-20T00:54:39.533Z | Compiling libefi-sys v0.1.0 |
2910 | 2024-11-20T00:54:39.555Z | Compiling arrayvec v0.7.6 |
2911 | 2024-11-20T00:54:39.723Z | Compiling constant_time_eq v0.3.1 |
2912 | 2024-11-20T00:54:39.827Z | Checking chacha20poly1305 v0.10.1 |
2913 | 2024-11-20T00:54:39.921Z | Compiling toolchain_find v0.4.0 |
2914 | 2024-11-20T00:54:39.936Z | Compiling camino-tempfile v1.1.1 |
2915 | 2024-11-20T00:54:39.951Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2916 | 2024-11-20T00:54:39.995Z | Compiling bitfield-struct v0.6.2 |
2917 | 2024-11-20T00:54:40.267Z | Compiling topological-sort v0.2.2 |
2918 | 2024-11-20T00:54:40.385Z | Compiling mime_guess v2.0.5 |
2919 | 2024-11-20T00:54:40.434Z | Compiling rustfmt-wrapper v0.2.1 |
2920 | 2024-11-20T00:54:40.999Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2921 | 2024-11-20T00:54:41.037Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2922 | 2024-11-20T00:54:41.075Z | Checking primeorder v0.13.6 |
2923 | 2024-11-20T00:54:41.315Z | Checking env_filter v0.1.2 |
2924 | 2024-11-20T00:54:41.332Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2925 | 2024-11-20T00:54:41.440Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2926 | 2024-11-20T00:54:41.529Z | Checking p384 v0.13.0 |
2927 | 2024-11-20T00:54:41.546Z | Checking env_logger v0.11.5 |
2928 | 2024-11-20T00:54:41.692Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2929 | 2024-11-20T00:54:41.718Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2930 | 2024-11-20T00:54:41.760Z | Checking thiserror-no-std v2.0.2 |
2931 | 2024-11-20T00:54:41.871Z | Checking vsss-rs v3.3.4 |
2932 | 2024-11-20T00:54:41.965Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2933 | 2024-11-20T00:54:41.984Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2934 | 2024-11-20T00:54:42.402Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2935 | 2024-11-20T00:54:42.419Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2936 | 2024-11-20T00:54:42.431Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2937 | 2024-11-20T00:54:42.433Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2938 | 2024-11-20T00:54:42.601Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2939 | 2024-11-20T00:54:42.878Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2940 | 2024-11-20T00:54:42.950Z | Checking nanorand v0.7.0 |
2941 | 2024-11-20T00:54:42.966Z | Checking atty v0.2.14 |
2942 | 2024-11-20T00:54:43.023Z | Checking glob v0.3.1 |
2943 | 2024-11-20T00:54:43.081Z | Checking http-range v0.1.5 |
2944 | 2024-11-20T00:54:43.259Z | Checking hyper-staticfile v0.10.1 |
2945 | 2024-11-20T00:54:43.324Z | Checking flume v0.11.1 |
2946 | 2024-11-20T00:54:43.346Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2947 | 2024-11-20T00:54:43.789Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2948 | 2024-11-20T00:54:43.809Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2949 | 2024-11-20T00:54:44.001Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2950 | 2024-11-20T00:54:44.542Z | Compiling omicron-zone-package v0.11.1 |
2951 | 2024-11-20T00:54:44.715Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2952 | 2024-11-20T00:54:45.331Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2953 | 2024-11-20T00:54:45.858Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2954 | 2024-11-20T00:54:45.898Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2955 | 2024-11-20T00:54:45.989Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2956 | 2024-11-20T00:54:46.537Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2957 | 2024-11-20T00:54:47.671Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2958 | 2024-11-20T00:54:48.419Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2959 | 2024-11-20T00:54:50.628Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2960 | 2024-11-20T00:54:50.631Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2961 | 2024-11-20T00:55:00.414Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2962 | 2024-11-20T00:55:13.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.79s |
2963 | 2024-11-20T00:55:13.671Z | |
2964 | 2024-11-20T00:55:13.671Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/172) |
2965 | 2024-11-20T00:55:14.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2024-11-20T00:55:14.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2024-11-20T00:55:14.416Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2968 | 2024-11-20T00:55:27.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s |
2969 | 2024-11-20T00:55:27.770Z | |
2970 | 2024-11-20T00:55:27.770Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/172) |
2971 | 2024-11-20T00:55:28.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2024-11-20T00:55:28.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2024-11-20T00:55:28.505Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2974 | 2024-11-20T00:55:41.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s |
2975 | 2024-11-20T00:55:41.932Z | |
2976 | 2024-11-20T00:55:41.932Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/172) |
2977 | 2024-11-20T00:55:42.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2024-11-20T00:55:42.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2024-11-20T00:55:42.664Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2980 | 2024-11-20T00:55:55.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s |
2981 | 2024-11-20T00:55:56.023Z | |
2982 | 2024-11-20T00:55:56.023Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/172) |
2983 | 2024-11-20T00:55:56.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2024-11-20T00:55:56.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2024-11-20T00:55:56.742Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2986 | 2024-11-20T00:56:09.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s |
2987 | 2024-11-20T00:56:10.099Z | |
2988 | 2024-11-20T00:56:10.099Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/172) |
2989 | 2024-11-20T00:56:10.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2024-11-20T00:56:10.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2024-11-20T00:56:10.827Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2992 | 2024-11-20T00:56:23.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s |
2993 | 2024-11-20T00:56:24.040Z | |
2994 | 2024-11-20T00:56:24.040Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/172) |
2995 | 2024-11-20T00:56:24.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2024-11-20T00:56:24.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2024-11-20T00:56:24.769Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2998 | 2024-11-20T00:56:37.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s |
2999 | 2024-11-20T00:56:38.188Z | |
3000 | 2024-11-20T00:56:38.188Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/172) |
3001 | 2024-11-20T00:56:38.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2024-11-20T00:56:38.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2024-11-20T00:56:38.898Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3004 | 2024-11-20T00:56:51.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s |
3005 | 2024-11-20T00:56:52.113Z | |
3006 | 2024-11-20T00:56:52.113Z | info: running `cargo check --bins` on bootstrap-agent-api (119/172) |
3007 | 2024-11-20T00:56:52.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2024-11-20T00:56:52.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2024-11-20T00:56:52.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3010 | 2024-11-20T00:56:52.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3011 | 2024-11-20T00:56:52.776Z | |
3012 | 2024-11-20T00:56:52.776Z | info: running `cargo check --bins` on key-manager (120/172) |
3013 | 2024-11-20T00:56:53.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2024-11-20T00:56:53.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2024-11-20T00:56:53.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3016 | 2024-11-20T00:56:53.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3017 | 2024-11-20T00:56:53.392Z | |
3018 | 2024-11-20T00:56:53.392Z | info: running `cargo check --bins` on repo-depot-api (121/172) |
3019 | 2024-11-20T00:56:53.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2024-11-20T00:56:53.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2024-11-20T00:56:53.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3022 | 2024-11-20T00:56:53.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3023 | 2024-11-20T00:56:54.008Z | |
3024 | 2024-11-20T00:56:54.008Z | info: running `cargo check --bins` on sled-agent-api (122/172) |
3025 | 2024-11-20T00:56:54.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2024-11-20T00:56:54.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2024-11-20T00:56:54.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2024-11-20T00:56:54.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3029 | 2024-11-20T00:56:54.646Z | |
3030 | 2024-11-20T00:56:54.646Z | info: running `cargo check --bins` on sled-hardware (123/172) |
3031 | 2024-11-20T00:56:55.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2024-11-20T00:56:55.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2024-11-20T00:56:55.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2024-11-20T00:56:55.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3035 | 2024-11-20T00:56:55.296Z | |
3036 | 2024-11-20T00:56:55.296Z | info: running `cargo check --bins --no-default-features` on sled-storage (124/172) |
3037 | 2024-11-20T00:56:55.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2024-11-20T00:56:55.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2024-11-20T00:56:55.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2024-11-20T00:56:55.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3041 | 2024-11-20T00:56:55.938Z | |
3042 | 2024-11-20T00:56:55.938Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (125/172) |
3043 | 2024-11-20T00:56:56.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2024-11-20T00:56:56.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2024-11-20T00:56:56.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2024-11-20T00:56:56.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3047 | 2024-11-20T00:56:56.564Z | |
3048 | 2024-11-20T00:56:56.564Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (126/172) |
3049 | 2024-11-20T00:56:57.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2024-11-20T00:56:57.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2024-11-20T00:56:57.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2024-11-20T00:56:57.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3053 | 2024-11-20T00:56:57.196Z | |
3054 | 2024-11-20T00:56:57.196Z | info: running `cargo check --bins` on nexus-test-interface (127/172) |
3055 | 2024-11-20T00:56:57.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2024-11-20T00:56:57.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2024-11-20T00:56:57.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3058 | 2024-11-20T00:56:57.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3059 | 2024-11-20T00:56:57.830Z | |
3060 | 2024-11-20T00:56:57.831Z | info: running `cargo check --bins` on oximeter-collector (128/172) |
3061 | 2024-11-20T00:56:58.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2024-11-20T00:56:58.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2024-11-20T00:56:58.520Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3064 | 2024-11-20T00:56:58.520Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3065 | 2024-11-20T00:56:59.251Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3066 | 2024-11-20T00:57:01.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
3067 | 2024-11-20T00:57:01.300Z | |
3068 | 2024-11-20T00:57:01.300Z | info: running `cargo check --bins` on oximeter-api (129/172) |
3069 | 2024-11-20T00:57:01.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2024-11-20T00:57:01.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2024-11-20T00:57:01.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2024-11-20T00:57:01.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3073 | 2024-11-20T00:57:01.940Z | |
3074 | 2024-11-20T00:57:01.941Z | info: running `cargo check --bins` on cert-dev (130/172) |
3075 | 2024-11-20T00:57:02.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2024-11-20T00:57:02.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2024-11-20T00:57:02.563Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3078 | 2024-11-20T00:57:02.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
3079 | 2024-11-20T00:57:02.994Z | |
3080 | 2024-11-20T00:57:02.995Z | info: running `cargo check --bins` on clickhouse-cluster-dev (131/172) |
3081 | 2024-11-20T00:57:03.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2024-11-20T00:57:03.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2024-11-20T00:57:03.670Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3084 | 2024-11-20T00:57:03.670Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3085 | 2024-11-20T00:57:04.243Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3086 | 2024-11-20T00:57:04.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
3087 | 2024-11-20T00:57:04.778Z | |
3088 | 2024-11-20T00:57:04.778Z | info: running `cargo check --bins` on ch-dev (132/172) |
3089 | 2024-11-20T00:57:05.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2024-11-20T00:57:05.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2024-11-20T00:57:05.441Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3092 | 2024-11-20T00:57:06.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3093 | 2024-11-20T00:57:06.347Z | |
3094 | 2024-11-20T00:57:06.348Z | info: running `cargo check --bins` on crdb-seed (133/172) |
3095 | 2024-11-20T00:57:06.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2024-11-20T00:57:06.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2024-11-20T00:57:07.004Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3098 | 2024-11-20T00:57:07.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3099 | 2024-11-20T00:57:07.539Z | |
3100 | 2024-11-20T00:57:07.540Z | info: running `cargo check --bins` on db-dev (134/172) |
3101 | 2024-11-20T00:57:08.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2024-11-20T00:57:08.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2024-11-20T00:57:08.195Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3104 | 2024-11-20T00:57:08.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3105 | 2024-11-20T00:57:09.089Z | |
3106 | 2024-11-20T00:57:09.089Z | info: running `cargo check --bins` on omicron-dev-lib (135/172) |
3107 | 2024-11-20T00:57:09.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-11-20T00:57:09.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-11-20T00:57:09.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3110 | 2024-11-20T00:57:09.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3111 | 2024-11-20T00:57:09.728Z | |
3112 | 2024-11-20T00:57:09.728Z | info: running `cargo check --bins` on xtask-downloader (136/172) |
3113 | 2024-11-20T00:57:10.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2024-11-20T00:57:10.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2024-11-20T00:57:10.343Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3116 | 2024-11-20T00:57:11.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
3117 | 2024-11-20T00:57:11.407Z | |
3118 | 2024-11-20T00:57:11.407Z | info: running `cargo check --bins` on omicron-ls-apis (137/172) |
3119 | 2024-11-20T00:57:11.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2024-11-20T00:57:11.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2024-11-20T00:57:12.020Z | Checking cargo-platform v0.1.8 |
3122 | 2024-11-20T00:57:12.285Z | Checking cargo_metadata v0.18.1 |
3123 | 2024-11-20T00:57:13.235Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3124 | 2024-11-20T00:57:13.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
3125 | 2024-11-20T00:57:14.127Z | |
3126 | 2024-11-20T00:57:14.127Z | info: running `cargo check --bins` on mgs-dev (138/172) |
3127 | 2024-11-20T00:57:14.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2024-11-20T00:57:14.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2024-11-20T00:57:14.840Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3130 | 2024-11-20T00:57:15.537Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3131 | 2024-11-20T00:57:16.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
3132 | 2024-11-20T00:57:16.268Z | |
3133 | 2024-11-20T00:57:16.268Z | info: running `cargo check --bins` on omicron-omdb (139/172) |
3134 | 2024-11-20T00:57:16.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3135 | 2024-11-20T00:57:16.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3136 | 2024-11-20T00:57:17.049Z | Compiling crunchy v0.2.2 |
3137 | 2024-11-20T00:57:17.049Z | Compiling tiny-keccak v2.0.2 |
3138 | 2024-11-20T00:57:17.052Z | Compiling dsl_auto_type v0.1.2 |
3139 | 2024-11-20T00:57:17.052Z | Checking scheduled-thread-pool v0.2.7 |
3140 | 2024-11-20T00:57:17.052Z | Compiling diesel_table_macro_syntax v0.2.0 |
3141 | 2024-11-20T00:57:17.052Z | Compiling ascii-canvas v3.0.0 |
3142 | 2024-11-20T00:57:17.052Z | Compiling ena v0.14.3 |
3143 | 2024-11-20T00:57:17.162Z | Compiling regex-syntax v0.6.29 |
3144 | 2024-11-20T00:57:17.349Z | Checking r2d2 v0.8.10 |
3145 | 2024-11-20T00:57:17.484Z | Compiling diff v0.1.13 |
3146 | 2024-11-20T00:57:17.545Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3147 | 2024-11-20T00:57:17.607Z | Compiling ref-cast v1.0.23 |
3148 | 2024-11-20T00:57:17.660Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3149 | 2024-11-20T00:57:17.683Z | Compiling derive_builder_core v0.20.2 |
3150 | 2024-11-20T00:57:17.771Z | Compiling libxml v0.3.3 |
3151 | 2024-11-20T00:57:17.917Z | Compiling ref-cast-impl v1.0.23 |
3152 | 2024-11-20T00:57:18.114Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3153 | 2024-11-20T00:57:18.210Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3154 | 2024-11-20T00:57:18.230Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3155 | 2024-11-20T00:57:18.415Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3156 | 2024-11-20T00:57:18.492Z | Compiling strum_macros v0.24.3 |
3157 | 2024-11-20T00:57:18.656Z | Compiling samael v0.0.17 |
3158 | 2024-11-20T00:57:18.818Z | Compiling indoc v1.0.9 |
3159 | 2024-11-20T00:57:18.835Z | Compiling diesel_derives v2.2.3 |
3160 | 2024-11-20T00:57:19.823Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3161 | 2024-11-20T00:57:20.085Z | Compiling derive_builder_macro v0.20.2 |
3162 | 2024-11-20T00:57:20.103Z | Compiling impl-trait-for-tuples v0.2.2 |
3163 | 2024-11-20T00:57:20.463Z | Compiling lalrpop v0.19.12 |
3164 | 2024-11-20T00:57:20.986Z | Checking derive_builder v0.20.2 |
3165 | 2024-11-20T00:57:21.164Z | Compiling oso-derive v0.27.3 |
3166 | 2024-11-20T00:57:21.761Z | Checking quick-xml v0.33.0 |
3167 | 2024-11-20T00:57:22.201Z | Compiling diesel-dtrace v0.3.0 |
3168 | 2024-11-20T00:57:22.220Z | Checking maplit v1.0.2 |
3169 | 2024-11-20T00:57:22.367Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3170 | 2024-11-20T00:57:22.570Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3171 | 2024-11-20T00:57:22.864Z | Checking bb8 v0.8.5 |
3172 | 2024-11-20T00:57:23.132Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3173 | 2024-11-20T00:57:23.353Z | Checking castaway v0.2.3 |
3174 | 2024-11-20T00:57:23.417Z | Checking rand_seeder v0.3.0 |
3175 | 2024-11-20T00:57:23.467Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3176 | 2024-11-20T00:57:23.512Z | Checking compact_str v0.8.0 |
3177 | 2024-11-20T00:57:23.641Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3178 | 2024-11-20T00:57:23.842Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3179 | 2024-11-20T00:57:24.114Z | Checking unicode-truncate v1.1.0 |
3180 | 2024-11-20T00:57:24.333Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3181 | 2024-11-20T00:57:24.359Z | Checking lru v0.12.5 |
3182 | 2024-11-20T00:57:24.611Z | Compiling instability v0.3.2 |
3183 | 2024-11-20T00:57:24.667Z | Checking smawk v0.3.2 |
3184 | 2024-11-20T00:57:24.878Z | Checking cassowary v0.3.0 |
3185 | 2024-11-20T00:57:25.245Z | Checking unicode-linebreak v0.1.5 |
3186 | 2024-11-20T00:57:25.295Z | Checking is_ci v1.2.0 |
3187 | 2024-11-20T00:57:25.345Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3188 | 2024-11-20T00:57:25.438Z | Checking supports-color v3.0.1 |
3189 | 2024-11-20T00:57:25.685Z | Checking ratatui v0.28.1 |
3190 | 2024-11-20T00:57:25.710Z | Checking multimap v0.10.0 |
3191 | 2024-11-20T00:57:25.728Z | Checking textwrap v0.16.1 |
3192 | 2024-11-20T00:57:28.616Z | Checking diesel v2.2.4 |
3193 | 2024-11-20T00:57:54.044Z | Compiling polar-core v0.27.3 |
3194 | 2024-11-20T00:57:57.764Z | Checking async-bb8-diesel v0.2.1 |
3195 | 2024-11-20T00:58:01.520Z | Checking oso v0.27.3 |
3196 | 2024-11-20T00:59:12.849Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3197 | 2024-11-20T00:59:18.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s |
3198 | 2024-11-20T00:59:19.102Z | |
3199 | 2024-11-20T00:59:19.102Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (140/172) |
3200 | 2024-11-20T00:59:19.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3201 | 2024-11-20T00:59:19.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3202 | 2024-11-20T00:59:19.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3203 | 2024-11-20T00:59:19.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3204 | 2024-11-20T00:59:19.772Z | |
3205 | 2024-11-20T00:59:19.772Z | info: running `cargo check --bins` on nexus-saga-recovery (141/172) |
3206 | 2024-11-20T00:59:20.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3207 | 2024-11-20T00:59:20.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3208 | 2024-11-20T00:59:20.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3209 | 2024-11-20T00:59:20.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3210 | 2024-11-20T00:59:20.443Z | |
3211 | 2024-11-20T00:59:20.443Z | info: running `cargo check --bins` on nexus-test-utils-macros (142/172) |
3212 | 2024-11-20T00:59:20.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2024-11-20T00:59:20.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2024-11-20T00:59:20.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3215 | 2024-11-20T00:59:20.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3216 | 2024-11-20T00:59:21.054Z | |
3217 | 2024-11-20T00:59:21.054Z | info: running `cargo check --bins` on omicron-nexus (143/172) |
3218 | 2024-11-20T00:59:21.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3219 | 2024-11-20T00:59:21.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3220 | 2024-11-20T00:59:21.856Z | Compiling libz-sys v1.1.20 |
3221 | 2024-11-20T00:59:21.970Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3222 | 2024-11-20T00:59:21.981Z | Compiling vergen v8.3.2 |
3223 | 2024-11-20T00:59:21.983Z | Compiling cargo-platform v0.1.8 |
3224 | 2024-11-20T00:59:21.983Z | Compiling pin-project-internal v1.1.6 |
3225 | 2024-11-20T00:59:22.012Z | Compiling snafu-derive v0.8.5 |
3226 | 2024-11-20T00:59:22.012Z | Compiling libsqlite3-sys v0.30.1 |
3227 | 2024-11-20T00:59:22.015Z | Compiling buf-list v1.0.3 |
3228 | 2024-11-20T00:59:22.262Z | Compiling rustls v0.21.12 |
3229 | 2024-11-20T00:59:22.510Z | Compiling cargo_metadata v0.18.1 |
3230 | 2024-11-20T00:59:22.510Z | Checking bumpalo v3.16.0 |
3231 | 2024-11-20T00:59:22.541Z | Compiling cfg_aliases v0.2.1 |
3232 | 2024-11-20T00:59:22.660Z | Checking lockfree-object-pool v0.1.6 |
3233 | 2024-11-20T00:59:22.681Z | Compiling zip v2.1.3 |
3234 | 2024-11-20T00:59:22.831Z | Checking simd-adler32 v0.3.7 |
3235 | 2024-11-20T00:59:22.897Z | Compiling nix v0.29.0 |
3236 | 2024-11-20T00:59:23.035Z | Checking globset v0.4.15 |
3237 | 2024-11-20T00:59:23.055Z | Checking olpc-cjson v0.1.4 |
3238 | 2024-11-20T00:59:23.130Z | Checking zopfli v0.8.1 |
3239 | 2024-11-20T00:59:23.276Z | Checking rustls-webpki v0.101.7 |
3240 | 2024-11-20T00:59:23.533Z | Checking sct v0.7.1 |
3241 | 2024-11-20T00:59:23.743Z | Checking serde_plain v1.0.2 |
3242 | 2024-11-20T00:59:23.786Z | Checking typed-path v0.9.3 |
3243 | 2024-11-20T00:59:24.683Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3244 | 2024-11-20T00:59:24.916Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3245 | 2024-11-20T00:59:24.962Z | Checking hashlink v0.9.1 |
3246 | 2024-11-20T00:59:24.988Z | Checking pin-project v1.1.6 |
3247 | 2024-11-20T00:59:25.110Z | Checking fallible-iterator v0.3.0 |
3248 | 2024-11-20T00:59:25.176Z | Checking fallible-streaming-iterator v0.1.9 |
3249 | 2024-11-20T00:59:25.389Z | Checking parse-size v1.1.0 |
3250 | 2024-11-20T00:59:25.653Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3251 | 2024-11-20T00:59:25.992Z | Checking rusqlite v0.32.1 |
3252 | 2024-11-20T00:59:25.999Z | Checking rustls-pemfile v1.0.4 |
3253 | 2024-11-20T00:59:25.999Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3254 | 2024-11-20T00:59:26.095Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3255 | 2024-11-20T00:59:26.203Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3256 | 2024-11-20T00:59:26.366Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3257 | 2024-11-20T00:59:26.495Z | Checking twox-hash v1.6.3 |
3258 | 2024-11-20T00:59:26.515Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3259 | 2024-11-20T00:59:26.925Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3260 | 2024-11-20T00:59:27.255Z | Checking tokio-rustls v0.24.1 |
3261 | 2024-11-20T00:59:27.308Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3262 | 2024-11-20T00:59:27.523Z | Checking snafu v0.8.5 |
3263 | 2024-11-20T00:59:27.602Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3264 | 2024-11-20T00:59:27.661Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3265 | 2024-11-20T00:59:27.872Z | Checking fatfs v0.3.6 |
3266 | 2024-11-20T00:59:27.987Z | Checking tough v0.19.0 |
3267 | 2024-11-20T00:59:28.307Z | Checking assert_matches v1.5.0 |
3268 | 2024-11-20T00:59:32.240Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3269 | 2024-11-20T00:59:33.635Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3270 | 2024-11-20T00:59:34.243Z | Compiling git2 v0.19.0 |
3271 | 2024-11-20T00:59:39.047Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3272 | 2024-11-20T01:00:33.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3273 | 2024-11-20T01:00:33.708Z | |
3274 | 2024-11-20T01:00:33.708Z | info: running `cargo check --bins` on nexus-external-api (144/172) |
3275 | 2024-11-20T01:00:34.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3276 | 2024-11-20T01:00:34.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3277 | 2024-11-20T01:00:34.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3278 | 2024-11-20T01:00:34.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3279 | 2024-11-20T01:00:34.383Z | |
3280 | 2024-11-20T01:00:34.384Z | info: running `cargo check --bins` on openapi-manager-types (145/172) |
3281 | 2024-11-20T01:00:34.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3282 | 2024-11-20T01:00:34.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3283 | 2024-11-20T01:00:34.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3284 | 2024-11-20T01:00:34.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3285 | 2024-11-20T01:00:34.999Z | |
3286 | 2024-11-20T01:00:34.999Z | info: running `cargo check --bins` on nexus-internal-api (146/172) |
3287 | 2024-11-20T01:00:35.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2024-11-20T01:00:35.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2024-11-20T01:00:35.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3290 | 2024-11-20T01:00:35.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3291 | 2024-11-20T01:00:35.637Z | |
3292 | 2024-11-20T01:00:35.637Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (147/172) |
3293 | 2024-11-20T01:00:36.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3294 | 2024-11-20T01:00:36.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3295 | 2024-11-20T01:00:36.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3296 | 2024-11-20T01:00:36.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3297 | 2024-11-20T01:00:36.299Z | |
3298 | 2024-11-20T01:00:36.299Z | info: running `cargo check --bins` on nexus-networking (148/172) |
3299 | 2024-11-20T01:00:36.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2024-11-20T01:00:36.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2024-11-20T01:00:36.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3302 | 2024-11-20T01:00:36.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3303 | 2024-11-20T01:00:36.962Z | |
3304 | 2024-11-20T01:00:36.962Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (149/172) |
3305 | 2024-11-20T01:00:37.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3306 | 2024-11-20T01:00:37.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3307 | 2024-11-20T01:00:37.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3308 | 2024-11-20T01:00:37.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3309 | 2024-11-20T01:00:37.619Z | |
3310 | 2024-11-20T01:00:37.619Z | info: running `cargo check --bins` on update-common (150/172) |
3311 | 2024-11-20T01:00:38.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3312 | 2024-11-20T01:00:38.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3313 | 2024-11-20T01:00:38.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3314 | 2024-11-20T01:00:38.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3315 | 2024-11-20T01:00:38.261Z | |
3316 | 2024-11-20T01:00:38.261Z | info: running `cargo check --bins` on tufaceous-lib (151/172) |
3317 | 2024-11-20T01:00:38.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2024-11-20T01:00:38.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2024-11-20T01:00:38.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3320 | 2024-11-20T01:00:38.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3321 | 2024-11-20T01:00:38.904Z | |
3322 | 2024-11-20T01:00:38.904Z | info: running `cargo check --bins` on tufaceous (152/172) |
3323 | 2024-11-20T01:00:39.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2024-11-20T01:00:39.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2024-11-20T01:00:39.569Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3326 | 2024-11-20T01:00:40.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3327 | 2024-11-20T01:00:40.734Z | |
3328 | 2024-11-20T01:00:40.734Z | info: running `cargo check --bins` on omicron-dev (153/172) |
3329 | 2024-11-20T01:00:41.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2024-11-20T01:00:41.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2024-11-20T01:00:41.562Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3332 | 2024-11-20T01:00:41.687Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3333 | 2024-11-20T01:00:41.687Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3334 | 2024-11-20T01:00:41.689Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3335 | 2024-11-20T01:01:07.922Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3336 | 2024-11-20T01:01:07.944Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3337 | 2024-11-20T01:01:07.944Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3338 | 2024-11-20T01:01:07.944Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3339 | 2024-11-20T01:01:07.944Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3340 | 2024-11-20T01:01:08.857Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3341 | 2024-11-20T01:01:10.079Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3342 | 2024-11-20T01:01:49.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3343 | 2024-11-20T01:01:49.631Z | |
3344 | 2024-11-20T01:01:49.631Z | info: running `cargo check --bins` on openapi-manager (154/172) |
3345 | 2024-11-20T01:01:50.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2024-11-20T01:01:50.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2024-11-20T01:01:50.353Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3348 | 2024-11-20T01:01:50.356Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3349 | 2024-11-20T01:01:50.356Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3350 | 2024-11-20T01:01:51.933Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3351 | 2024-11-20T01:01:52.801Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3352 | 2024-11-20T01:01:53.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
3353 | 2024-11-20T01:01:54.064Z | |
3354 | 2024-11-20T01:01:54.064Z | info: running `cargo check --bins` on installinator-api (155/172) |
3355 | 2024-11-20T01:01:54.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2024-11-20T01:01:54.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2024-11-20T01:01:54.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3358 | 2024-11-20T01:01:54.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3359 | 2024-11-20T01:01:54.708Z | |
3360 | 2024-11-20T01:01:54.708Z | info: running `cargo check --bins` on wicketd-api (156/172) |
3361 | 2024-11-20T01:01:55.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2024-11-20T01:01:55.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2024-11-20T01:01:55.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3364 | 2024-11-20T01:01:55.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3365 | 2024-11-20T01:01:55.345Z | |
3366 | 2024-11-20T01:01:55.345Z | info: running `cargo check --bins` on reconfigurator-cli (157/172) |
3367 | 2024-11-20T01:01:55.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2024-11-20T01:01:55.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2024-11-20T01:01:56.021Z | Compiling petname v2.0.2 |
3370 | 2024-11-20T01:01:56.025Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3371 | 2024-11-20T01:01:56.025Z | Checking sync-ptr v0.1.1 |
3372 | 2024-11-20T01:01:57.436Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3373 | 2024-11-20T01:01:58.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s |
3374 | 2024-11-20T01:01:59.141Z | |
3375 | 2024-11-20T01:01:59.141Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (158/172) |
3376 | 2024-11-20T01:01:59.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3377 | 2024-11-20T01:01:59.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3378 | 2024-11-20T01:01:59.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3379 | 2024-11-20T01:01:59.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3380 | 2024-11-20T01:01:59.789Z | |
3381 | 2024-11-20T01:01:59.789Z | info: running `cargo check --bins` on omicron-releng (159/172) |
3382 | 2024-11-20T01:02:00.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2024-11-20T01:02:00.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2024-11-20T01:02:00.449Z | Checking memmap2 v0.9.5 |
3385 | 2024-11-20T01:02:00.449Z | Checking spin v0.5.2 |
3386 | 2024-11-20T01:02:00.463Z | Checking arrayvec v0.7.6 |
3387 | 2024-11-20T01:02:00.463Z | Checking constant_time_eq v0.3.1 |
3388 | 2024-11-20T01:02:00.463Z | Checking arrayref v0.3.9 |
3389 | 2024-11-20T01:02:00.463Z | Checking topological-sort v0.2.2 |
3390 | 2024-11-20T01:02:00.553Z | Checking shell-words v1.1.0 |
3391 | 2024-11-20T01:02:00.738Z | Checking ring v0.16.20 |
3392 | 2024-11-20T01:02:00.822Z | Checking blake3 v1.5.4 |
3393 | 2024-11-20T01:02:01.869Z | Checking omicron-zone-package v0.11.1 |
3394 | 2024-11-20T01:02:03.008Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3395 | 2024-11-20T01:02:03.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
3396 | 2024-11-20T01:02:04.113Z | |
3397 | 2024-11-20T01:02:04.113Z | info: running `cargo check --bins` on xtask (160/172) |
3398 | 2024-11-20T01:02:04.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2024-11-20T01:02:04.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2024-11-20T01:02:04.536Z | Checking bitflags v2.6.0 |
3401 | 2024-11-20T01:02:04.536Z | Checking serde v1.0.215 |
3402 | 2024-11-20T01:02:04.536Z | Checking thiserror v1.0.69 |
3403 | 2024-11-20T01:02:04.629Z | Checking scroll v0.12.0 |
3404 | 2024-11-20T01:02:04.631Z | Checking log v0.4.22 |
3405 | 2024-11-20T01:02:04.638Z | Checking hashbrown v0.15.0 |
3406 | 2024-11-20T01:02:04.646Z | Checking zerocopy v0.7.35 |
3407 | 2024-11-20T01:02:04.670Z | Checking syn v2.0.87 |
3408 | 2024-11-20T01:02:04.721Z | Checking pest v2.7.14 |
3409 | 2024-11-20T01:02:04.857Z | Checking rustix v0.38.37 |
3410 | 2024-11-20T01:02:04.885Z | Checking once_cell v1.20.2 |
3411 | 2024-11-20T01:02:05.068Z | Checking goblin v0.8.2 |
3412 | 2024-11-20T01:02:05.183Z | Checking fs-err v2.11.0 |
3413 | 2024-11-20T01:02:05.494Z | Checking anyhow v1.0.93 |
3414 | 2024-11-20T01:02:05.688Z | Checking indexmap v2.6.0 |
3415 | 2024-11-20T01:02:05.883Z | Checking tabled v0.15.0 |
3416 | 2024-11-20T01:02:06.789Z | Checking dtrace-parser v0.2.0 |
3417 | 2024-11-20T01:02:06.904Z | Checking terminal_size v0.4.0 |
3418 | 2024-11-20T01:02:06.909Z | Checking tempfile v3.13.0 |
3419 | 2024-11-20T01:02:07.068Z | Checking clap_builder v4.5.21 |
3420 | 2024-11-20T01:02:08.815Z | Checking serde_json v1.0.132 |
3421 | 2024-11-20T01:02:08.815Z | Checking serde_spanned v0.6.8 |
3422 | 2024-11-20T01:02:08.820Z | Checking toml_datetime v0.6.8 |
3423 | 2024-11-20T01:02:08.820Z | Checking camino v1.1.9 |
3424 | 2024-11-20T01:02:08.820Z | Checking cargo-platform v0.1.8 |
3425 | 2024-11-20T01:02:09.033Z | Checking semver v1.0.23 |
3426 | 2024-11-20T01:02:09.097Z | Checking macaddr v1.0.1 |
3427 | 2024-11-20T01:02:09.112Z | Checking toml_edit v0.22.22 |
3428 | 2024-11-20T01:02:09.418Z | Checking camino-tempfile v1.1.1 |
3429 | 2024-11-20T01:02:09.754Z | Checking clap v4.5.21 |
3430 | 2024-11-20T01:02:10.050Z | Checking dof v0.3.0 |
3431 | 2024-11-20T01:02:10.051Z | Checking cargo_metadata v0.18.1 |
3432 | 2024-11-20T01:02:10.462Z | Checking usdt-impl v0.5.0 |
3433 | 2024-11-20T01:02:10.807Z | Checking usdt v0.5.0 |
3434 | 2024-11-20T01:02:10.964Z | Checking toml v0.8.19 |
3435 | 2024-11-20T01:02:11.431Z | Checking cargo_toml v0.20.5 |
3436 | 2024-11-20T01:02:12.649Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3437 | 2024-11-20T01:02:13.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.15s |
3438 | 2024-11-20T01:02:13.362Z | |
3439 | 2024-11-20T01:02:13.362Z | info: running `cargo check --bins` on end-to-end-tests (161/172) |
3440 | 2024-11-20T01:02:13.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3441 | 2024-11-20T01:02:13.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3442 | 2024-11-20T01:02:14.134Z | Checking polyval v0.6.2 |
3443 | 2024-11-20T01:02:14.245Z | Checking ctr v0.9.2 |
3444 | 2024-11-20T01:02:14.259Z | Checking ssh-encoding v0.2.0 |
3445 | 2024-11-20T01:02:14.263Z | Checking blowfish v0.9.1 |
3446 | 2024-11-20T01:02:14.281Z | Checking password-hash v0.4.2 |
3447 | 2024-11-20T01:02:14.283Z | Checking matches v0.1.10 |
3448 | 2024-11-20T01:02:14.307Z | Checking p256 v0.13.2 |
3449 | 2024-11-20T01:02:14.312Z | Checking p521 v0.13.3 |
3450 | 2024-11-20T01:02:14.376Z | Checking idna v0.2.3 |
3451 | 2024-11-20T01:02:14.476Z | Checking ghash v0.5.1 |
3452 | 2024-11-20T01:02:14.496Z | Checking bcrypt-pbkdf v0.10.0 |
3453 | 2024-11-20T01:02:14.516Z | Compiling enum-as-inner v0.5.1 |
3454 | 2024-11-20T01:02:14.566Z | Checking russh-cryptovec v0.7.3 |
3455 | 2024-11-20T01:02:14.638Z | Checking aes-gcm v0.10.3 |
3456 | 2024-11-20T01:02:14.658Z | Checking pbkdf2 v0.11.0 |
3457 | 2024-11-20T01:02:14.749Z | Checking md5 v0.7.0 |
3458 | 2024-11-20T01:02:14.771Z | Checking num-bigint v0.4.6 |
3459 | 2024-11-20T01:02:14.789Z | Checking des v0.8.1 |
3460 | 2024-11-20T01:02:14.887Z | Checking ssh-cipher v0.2.0 |
3461 | 2024-11-20T01:02:14.920Z | Compiling dhcproto-macros v0.1.0 |
3462 | 2024-11-20T01:02:15.039Z | Checking hex-literal v0.4.1 |
3463 | 2024-11-20T01:02:15.059Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3464 | 2024-11-20T01:02:15.165Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3465 | 2024-11-20T01:02:15.182Z | Checking ssh-key v0.6.6 |
3466 | 2024-11-20T01:02:15.200Z | Checking internet-checksum v0.2.1 |
3467 | 2024-11-20T01:02:15.551Z | Checking trust-dns-proto v0.22.0 |
3468 | 2024-11-20T01:02:16.485Z | Checking russh-keys v0.45.0 |
3469 | 2024-11-20T01:02:17.416Z | Checking russh v0.45.0 |
3470 | 2024-11-20T01:02:18.032Z | Checking dhcproto v0.12.0 |
3471 | 2024-11-20T01:02:35.305Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3472 | 2024-11-20T01:02:36.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.26s |
3473 | 2024-11-20T01:02:36.828Z | |
3474 | 2024-11-20T01:02:36.828Z | info: running `cargo check --bins` on gateway-cli (162/172) |
3475 | 2024-11-20T01:02:37.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3476 | 2024-11-20T01:02:37.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3477 | 2024-11-20T01:02:37.464Z | Checking termios v0.3.3 |
3478 | 2024-11-20T01:02:37.677Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3479 | 2024-11-20T01:02:38.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3480 | 2024-11-20T01:02:38.631Z | |
3481 | 2024-11-20T01:02:38.631Z | info: running `cargo check --bins --no-default-features` on installinator (163/172) |
3482 | 2024-11-20T01:02:39.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3483 | 2024-11-20T01:02:39.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3484 | 2024-11-20T01:02:39.320Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3485 | 2024-11-20T01:02:41.353Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3486 | 2024-11-20T01:02:43.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
3487 | 2024-11-20T01:02:43.390Z | |
3488 | 2024-11-20T01:02:43.390Z | info: running `cargo check --bins` on internal-dns-cli (164/172) |
3489 | 2024-11-20T01:02:43.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3490 | 2024-11-20T01:02:43.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3491 | 2024-11-20T01:02:44.021Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3492 | 2024-11-20T01:02:44.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3493 | 2024-11-20T01:02:44.669Z | |
3494 | 2024-11-20T01:02:44.669Z | info: running `cargo check --bins` on omicron-live-tests (165/172) |
3495 | 2024-11-20T01:02:45.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3496 | 2024-11-20T01:02:45.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3497 | 2024-11-20T01:02:45.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3498 | 2024-11-20T01:02:45.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3499 | 2024-11-20T01:02:45.278Z | |
3500 | 2024-11-20T01:02:45.278Z | info: running `cargo check --bins` on live-tests-macros (166/172) |
3501 | 2024-11-20T01:02:45.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3502 | 2024-11-20T01:02:45.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3503 | 2024-11-20T01:02:45.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3504 | 2024-11-20T01:02:45.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3505 | 2024-11-20T01:02:45.902Z | |
3506 | 2024-11-20T01:02:45.902Z | info: running `cargo check --bins` on omicron-package (167/172) |
3507 | 2024-11-20T01:02:46.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3508 | 2024-11-20T01:02:46.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3509 | 2024-11-20T01:02:46.569Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3510 | 2024-11-20T01:02:47.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
3511 | 2024-11-20T01:02:48.038Z | |
3512 | 2024-11-20T01:02:48.038Z | info: running `cargo check --bins` on wicket-dbg (168/172) |
3513 | 2024-11-20T01:02:48.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3514 | 2024-11-20T01:02:48.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3515 | 2024-11-20T01:02:48.742Z | Checking rtoolbox v0.0.2 |
3516 | 2024-11-20T01:02:48.746Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3517 | 2024-11-20T01:02:48.746Z | Checking tui-tree-widget v0.22.0 |
3518 | 2024-11-20T01:02:48.956Z | Checking rpassword v7.3.1 |
3519 | 2024-11-20T01:02:53.106Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3520 | 2024-11-20T01:02:56.087Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3521 | 2024-11-20T01:02:57.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s |
3522 | 2024-11-20T01:02:57.446Z | |
3523 | 2024-11-20T01:02:57.446Z | info: running `cargo check --bins` on wicket (169/172) |
3524 | 2024-11-20T01:02:58.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3525 | 2024-11-20T01:02:58.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3526 | 2024-11-20T01:02:58.138Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3527 | 2024-11-20T01:02:58.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3528 | 2024-11-20T01:02:58.753Z | |
3529 | 2024-11-20T01:02:58.754Z | info: running `cargo check --bins` on wicketd (170/172) |
3530 | 2024-11-20T01:02:59.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3531 | 2024-11-20T01:02:59.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3532 | 2024-11-20T01:02:59.462Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3533 | 2024-11-20T01:03:03.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
3534 | 2024-11-20T01:03:03.601Z | |
3535 | 2024-11-20T01:03:03.601Z | info: running `cargo check --bins` on omicron-workspace-hack (171/172) |
3536 | 2024-11-20T01:03:04.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3537 | 2024-11-20T01:03:04.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3538 | 2024-11-20T01:03:04.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3539 | 2024-11-20T01:03:04.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3540 | 2024-11-20T01:03:04.212Z | |
3541 | 2024-11-20T01:03:04.212Z | info: running `cargo check --bins` on zone-setup (172/172) |
3542 | 2024-11-20T01:03:04.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3543 | 2024-11-20T01:03:04.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3544 | 2024-11-20T01:03:04.937Z | Checking uzers v0.12.1 |
3545 | 2024-11-20T01:03:05.274Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3546 | 2024-11-20T01:03:06.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
3547 | 2024-11-20T01:03:06.600Z | |
3548 | 2024-11-20T01:03:06.601Z | real 12:58.883623338 |
3549 | 2024-11-20T01:03:06.601Z | user 23:53.986908364 |
3550 | 2024-11-20T01:03:06.601Z | sys 5:20.267820320 |
3551 | 2024-11-20T01:03:06.601Z | trap 0.457312787 |
3552 | 2024-11-20T01:03:06.603Z | tflt 2.135961281 |
3553 | 2024-11-20T01:03:06.603Z | dflt 3.201962093 |
3554 | 2024-11-20T01:03:06.603Z | kflt 0.000685043 |
3555 | 2024-11-20T01:03:06.603Z | lock 46:02.335056124 |
3556 | 2024-11-20T01:03:06.603Z | slp 2:04:57.456988388 |
3557 | 2024-11-20T01:03:06.603Z | lat 1:01.237955927 |
3558 | 2024-11-20T01:03:06.603Z | stop 3:16.379605552 |
3559 | 2024-11-20T01:03:06.603Z | process exited: duration 1096211 ms, exit code 0 |
|
3560 | 2024-11-20T01:03:06.610Z | found 0 output files |