|
|
|
1 | 2024-11-19T05:05:15.693Z | job assigned to worker 01JD1CY99V55R6N1VT82DMW0BY [factory gimlet-EVT22200007-propolis, EVT22200007/19150] (queued for 25 s) |
|
2 | 2024-11-19T05:05:23.546Z | starting task 0: "setup" |
3 | 2024-11-19T05:05:23.570Z | ++ uname -s |
4 | 2024-11-19T05:05:23.570Z | + kern=SunOS |
5 | 2024-11-19T05:05:23.570Z | + case "$kern" in |
6 | 2024-11-19T05:05:23.570Z | + groupadd -g 12345 build |
7 | 2024-11-19T05:05:23.570Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-19T05:05:25.570Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-19T05:05:25.607Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-19T05:05:25.631Z | + home_fs=zfs |
11 | 2024-11-19T05:05:25.631Z | + [[ zfs == autofs ]] |
12 | 2024-11-19T05:05:25.631Z | + mkdir -p /home/build |
13 | 2024-11-19T05:05:25.631Z | + chown build:build /home/build /work |
14 | 2024-11-19T05:05:27.616Z | + chmod 0700 /home/build /work |
15 | 2024-11-19T05:05:27.640Z | process exited: duration 4076 ms, exit code 0 |
|
16 | 2024-11-19T05:05:27.691Z | starting task 1: "rust-toolchain" |
17 | 2024-11-19T05:05:27.715Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-19T05:05:27.715Z | * toolchain channel = "1.81.0" |
19 | 2024-11-19T05:05:27.715Z | * toolchain profile = "default" |
20 | 2024-11-19T05:05:27.716Z | ' 1.81.0 |
21 | 2024-11-19T05:05:27.716Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-19T05:05:27.716Z | ' default |
23 | 2024-11-19T05:05:27.716Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-19T05:05:27.716Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-19T05:05:27.896Z | info: downloading installer |
26 | 2024-11-19T05:05:28.310Z | info: profile set to 'default' |
27 | 2024-11-19T05:05:28.310Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-19T05:05:28.310Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-19T05:05:28.442Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-19T05:05:28.442Z | info: downloading component 'cargo' |
31 | 2024-11-19T05:05:28.618Z | info: downloading component 'clippy' |
32 | 2024-11-19T05:05:28.676Z | info: downloading component 'rust-docs' |
33 | 2024-11-19T05:05:28.900Z | info: downloading component 'rust-std' |
34 | 2024-11-19T05:05:29.228Z | info: downloading component 'rustc' |
35 | 2024-11-19T05:05:30.524Z | info: downloading component 'rustfmt' |
36 | 2024-11-19T05:05:30.570Z | info: installing component 'cargo' |
37 | 2024-11-19T05:05:31.680Z | info: installing component 'clippy' |
38 | 2024-11-19T05:05:32.123Z | info: installing component 'rust-docs' |
39 | 2024-11-19T05:05:34.781Z | info: installing component 'rust-std' |
40 | 2024-11-19T05:05:36.792Z | info: installing component 'rustc' |
41 | 2024-11-19T05:05:43.865Z | info: installing component 'rustfmt' |
42 | 2024-11-19T05:05:44.238Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-19T05:05:44.238Z | |
44 | 2024-11-19T05:05:44.382Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-19T05:05:44.382Z | |
46 | 2024-11-19T05:05:44.382Z | |
47 | 2024-11-19T05:05:44.382Z | Rust is installed now. Great! |
48 | 2024-11-19T05:05:44.382Z | |
49 | 2024-11-19T05:05:44.382Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-19T05:05:44.382Z | environment variable. This has not been done automatically. |
51 | 2024-11-19T05:05:44.382Z | |
52 | 2024-11-19T05:05:44.382Z | To configure your current shell, you need to source |
53 | 2024-11-19T05:05:44.382Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-19T05:05:44.382Z | |
55 | 2024-11-19T05:05:44.382Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-19T05:05:44.382Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-19T05:05:44.382Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-19T05:05:44.478Z | + rustc --version |
59 | 2024-11-19T05:05:44.599Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-19T05:05:44.624Z | process exited: duration 16915 ms, exit code 0 |
|
61 | 2024-11-19T05:05:44.673Z | starting task 2: "authentication" |
62 | 2024-11-19T05:05:44.729Z | process exited: duration 56 ms, exit code 0 |
|
63 | 2024-11-19T05:05:44.777Z | starting task 3: "clone repository" |
64 | 2024-11-19T05:05:44.801Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-19T05:05:44.801Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-19T05:05:44.826Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-19T05:05:52.242Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-19T05:05:52.242Z | + git fetch origin 11c6e1d293de65f5b0bcf861ac6dd0bab13c04a6 |
69 | 2024-11-19T05:05:52.790Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-19T05:05:52.790Z | * branch 11c6e1d293de65f5b0bcf861ac6dd0bab13c04a6 -> FETCH_HEAD |
71 | 2024-11-19T05:05:52.814Z | + [[ -n '' ]] |
72 | 2024-11-19T05:05:52.814Z | + git reset --hard 11c6e1d293de65f5b0bcf861ac6dd0bab13c04a6 |
73 | 2024-11-19T05:05:52.875Z | HEAD is now at 11c6e1d29 clean up |
74 | 2024-11-19T05:05:52.900Z | process exited: duration 8101 ms, exit code 0 |
|
75 | 2024-11-19T05:05:52.948Z | starting task 4: "build" |
76 | 2024-11-19T05:05:52.972Z | + source .github/buildomat/ci-env.sh |
77 | 2024-11-19T05:05:52.972Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-11-19T05:05:52.972Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-11-19T05:05:52.972Z | + cargo --version |
80 | 2024-11-19T05:05:53.061Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-11-19T05:05:53.085Z | + rustc --version |
82 | 2024-11-19T05:05:53.170Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-11-19T05:05:53.195Z | + source ./env.sh |
84 | 2024-11-19T05:05:53.195Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2024-11-19T05:05:53.195Z | ++ set -o xtrace |
86 | 2024-11-19T05:05:53.195Z | ++++ dirname ./env.sh |
87 | 2024-11-19T05:05:53.195Z | +++ readlink -f . |
88 | 2024-11-19T05:05:53.195Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2024-11-19T05:05:53.195Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-11-19T05:05:53.195Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-11-19T05:05:53.195Z | ++ 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 |
92 | 2024-11-19T05:05:53.195Z | ++ 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 |
93 | 2024-11-19T05:05:53.195Z | ++ 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 |
94 | 2024-11-19T05:05:53.195Z | ++ 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 |
95 | 2024-11-19T05:05:53.195Z | ++ 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 |
96 | 2024-11-19T05:05:53.195Z | ++ 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 |
97 | 2024-11-19T05:05:53.196Z | ++ case $OLD_SHELL_OPTS in |
98 | 2024-11-19T05:05:53.196Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2024-11-19T05:05:53.196Z | + 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 |
100 | 2024-11-19T05:05:53.196Z | + 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 |
101 | 2024-11-19T05:05:53.196Z | + banner prerequisites |
102 | 2024-11-19T05:05:53.196Z | |
103 | 2024-11-19T05:05:53.196Z | ##### ##### ###### ##### ###### #### # # # #### # |
104 | 2024-11-19T05:05:53.196Z | # # # # # # # # # # # # # # # |
105 | 2024-11-19T05:05:53.196Z | # # # # ##### # # ##### # # # # # #### # |
106 | 2024-11-19T05:05:53.196Z | ##### ##### # ##### # # # # # # # # # |
107 | 2024-11-19T05:05:53.196Z | # # # # # # # # # # # # # # # |
108 | 2024-11-19T05:05:53.197Z | # # # ###### # # ###### ### # #### # #### # |
109 | 2024-11-19T05:05:53.197Z | |
110 | 2024-11-19T05:05:53.197Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
111 | 2024-11-19T05:06:04.773Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-11-19T05:06:09.032Z | Startup: Caching catalogs ... Done |
113 | 2024-11-19T05:06:19.436Z | Planning: Solver setup ... Done (9.527s) |
114 | 2024-11-19T05:06:19.567Z | Planning: Running solver ... Done (0.131s) |
115 | 2024-11-19T05:06:19.654Z | Planning: Finding local manifests ... Done (0.002s) |
116 | 2024-11-19T05:06:19.748Z | Planning: Fetching manifests: 0/5 0% complete |
117 | 2024-11-19T05:06:20.235Z | Planning: Fetching manifests: 5/5 100% complete |
118 | 2024-11-19T05:06:20.360Z | Planning: Package planning ... Done (0.125s) |
119 | 2024-11-19T05:06:20.428Z | Planning: Merging actions ... Done (0.068s) |
120 | 2024-11-19T05:06:20.654Z | Planning: Checking for conflicting actions ... Done (0.226s) |
121 | 2024-11-19T05:06:21.746Z | Planning: Consolidating action changes ... Done (1.091s) |
122 | 2024-11-19T05:06:22.159Z | Planning: Evaluating mediators ... Done (0.413s) |
123 | 2024-11-19T05:06:22.257Z | Planning: Planning completed in 13.15 seconds |
124 | 2024-11-19T05:06:22.282Z | Packages to install: 4 |
125 | 2024-11-19T05:06:22.282Z | Packages to update: 1 |
126 | 2024-11-19T05:06:22.282Z | Mediators to change: 2 |
127 | 2024-11-19T05:06:22.282Z | Services to change: 1 |
128 | 2024-11-19T05:06:22.282Z | Estimated space available: 155.18 GB |
129 | 2024-11-19T05:06:22.282Z | Estimated space to be consumed: 1.60 GB |
130 | 2024-11-19T05:06:22.282Z | Create boot environment: No |
131 | 2024-11-19T05:06:22.282Z | Create backup boot environment: Yes |
132 | 2024-11-19T05:06:22.282Z | Rebuild boot archive: No |
133 | 2024-11-19T05:06:22.282Z | |
134 | 2024-11-19T05:06:22.282Z | Changed mediators: |
135 | 2024-11-19T05:06:22.282Z | mediator clang: |
136 | 2024-11-19T05:06:22.282Z | version: None -> 15 (system default) |
137 | 2024-11-19T05:06:22.282Z | |
138 | 2024-11-19T05:06:22.282Z | mediator llvm: |
139 | 2024-11-19T05:06:22.282Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-11-19T05:06:22.282Z | |
141 | 2024-11-19T05:06:22.282Z | Changed packages: |
142 | 2024-11-19T05:06:22.282Z | helios-dev |
143 | 2024-11-19T05:06:22.282Z | developer/build-essential |
144 | 2024-11-19T05:06:22.283Z | None -> 11-2.0 |
145 | 2024-11-19T05:06:22.283Z | library/libxmlsec1 |
146 | 2024-11-19T05:06:22.283Z | None -> 1.2.35-2.0 |
147 | 2024-11-19T05:06:22.283Z | ooce/developer/clang-15 |
148 | 2024-11-19T05:06:22.283Z | None -> 15.0.7-2.0 |
149 | 2024-11-19T05:06:22.283Z | ooce/developer/llvm-15 |
150 | 2024-11-19T05:06:22.283Z | None -> 15.0.7-2.0 |
151 | 2024-11-19T05:06:22.283Z | package/pkg |
152 | 2024-11-19T05:06:22.283Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
153 | 2024-11-19T05:06:22.283Z | |
154 | 2024-11-19T05:06:22.283Z | Services: |
155 | 2024-11-19T05:06:22.283Z | restart_fmri: |
156 | 2024-11-19T05:06:22.284Z | svc:/system/update-man-index:default |
157 | 2024-11-19T05:06:22.284Z | |
158 | 2024-11-19T05:06:22.284Z | Editable files to change: |
159 | 2024-11-19T05:06:22.284Z | Update: |
160 | 2024-11-19T05:06:22.284Z | usr/share/lib/pkg/web/config.shtml |
161 | 2024-11-19T05:06:22.359Z | |
162 | 2024-11-19T05:06:22.359Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
163 | 2024-11-19T05:06:27.364Z | Download: 1196/4281 items 73.9/220.6MB 33% complete (14.8M/s) |
164 | 2024-11-19T05:06:32.364Z | Download: 1920/4281 items 118.6/220.6MB 53% complete (12.1M/s) |
165 | 2024-11-19T05:06:39.965Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (10.1M/s) |
166 | 2024-11-19T05:06:44.967Z | Download: 3244/4281 items 176.9/220.6MB 80% complete (5.8M/s) |
167 | 2024-11-19T05:06:49.990Z | Download: 3563/4281 items 215.9/220.6MB 97% complete (9.9M/s) |
168 | 2024-11-19T05:06:54.994Z | Download: 4022/4281 items 219.4/220.6MB 99% complete (4.6M/s) |
169 | 2024-11-19T05:07:00.479Z | Download: 4206/4281 items 220.5/220.6MB 99% complete (1.7M/s) |
170 | 2024-11-19T05:07:00.659Z | Download: Completed 220.60 MB in 38.30 seconds (5.8M/s) |
171 | 2024-11-19T05:07:02.124Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-11-19T05:07:02.150Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-11-19T05:07:07.518Z | Actions: 3469/5063 actions (Installing new actions) |
174 | 2024-11-19T05:07:07.821Z | Actions: 4226/5063 actions (Updating modified actions) |
175 | 2024-11-19T05:07:08.192Z | Actions: Completed 5063 actions in 6.07 seconds. |
176 | 2024-11-19T05:07:08.535Z | Done (0.334s) |
177 | 2024-11-19T05:07:08.585Z | Done (0.000s) |
178 | 2024-11-19T05:07:09.160Z | Done (0.623s) |
179 | 2024-11-19T05:07:14.246Z | Done (4.923s) |
180 | 2024-11-19T05:07:14.333Z | Done (0.018s) |
181 | 2024-11-19T05:07:14.358Z | Done (0.000s) |
182 | 2024-11-19T05:07:14.489Z | Done (0.000s) |
183 | 2024-11-19T05:07:15.159Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-11-19T05:07:15.354Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-11-19T05:07:15.378Z | Planning: Consolidating action changes ... Done |
186 | 2024-11-19T05:07:15.667Z | Planning: Evaluating mediators ... Done |
187 | 2024-11-19T05:07:15.692Z | Planning: Planning completed in 0.51 seconds |
188 | 2024-11-19T05:07:15.717Z | Mediators to change: 2 |
189 | 2024-11-19T05:07:15.717Z | Create boot environment: No |
190 | 2024-11-19T05:07:15.717Z | Create backup boot environment: No |
191 | 2024-11-19T05:07:15.779Z | Done |
192 | 2024-11-19T05:07:15.779Z | Done |
193 | 2024-11-19T05:07:16.190Z | Done |
194 | 2024-11-19T05:07:20.439Z | Done |
195 | 2024-11-19T05:07:20.528Z | Done |
196 | 2024-11-19T05:07:20.528Z | Done |
197 | 2024-11-19T05:07:20.616Z | Done |
198 | 2024-11-19T05:07:21.326Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-11-19T05:07:21.350Z | Planning: Merging actions ... Done |
200 | 2024-11-19T05:07:21.557Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-11-19T05:07:21.581Z | Planning: Consolidating action changes ... Done |
202 | 2024-11-19T05:07:21.876Z | Planning: Evaluating mediators ... Done |
203 | 2024-11-19T05:07:21.946Z | Planning: Planning completed in 0.91 seconds |
204 | 2024-11-19T05:07:21.993Z | Packages to change: 1 |
205 | 2024-11-19T05:07:21.993Z | Mediators to change: 1 |
206 | 2024-11-19T05:07:21.993Z | Services to change: 1 |
207 | 2024-11-19T05:07:21.993Z | Create boot environment: No |
208 | 2024-11-19T05:07:21.993Z | Create backup boot environment: Yes |
209 | 2024-11-19T05:07:23.607Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-11-19T05:07:23.631Z | Actions: Completed 6 actions in 0.00 seconds. |
211 | 2024-11-19T05:07:23.631Z | Done |
212 | 2024-11-19T05:07:23.631Z | Done |
213 | 2024-11-19T05:07:23.739Z | Done |
214 | 2024-11-19T05:07:28.262Z | Done |
215 | 2024-11-19T05:07:28.361Z | Done |
216 | 2024-11-19T05:07:28.361Z | Done |
217 | 2024-11-19T05:07:28.450Z | Done |
218 | 2024-11-19T05:07:28.959Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-11-19T05:07:28.959Z | clang system 15 system |
220 | 2024-11-19T05:07:28.959Z | csh system system illumos |
221 | 2024-11-19T05:07:28.959Z | ctags system system illumos |
222 | 2024-11-19T05:07:28.959Z | gcc vendor 12 vendor |
223 | 2024-11-19T05:07:28.959Z | gcc system 10 system |
224 | 2024-11-19T05:07:28.959Z | gcc system 7 system |
225 | 2024-11-19T05:07:28.959Z | go system 1.20 system |
226 | 2024-11-19T05:07:28.959Z | go system 1.19 system |
227 | 2024-11-19T05:07:28.959Z | llvm system 15 system |
228 | 2024-11-19T05:07:28.959Z | llvm system 14 system |
229 | 2024-11-19T05:07:28.959Z | mariadb system 10.6 system |
230 | 2024-11-19T05:07:28.959Z | mta vendor vendor dma |
231 | 2024-11-19T05:07:28.960Z | openjdk system 17 system |
232 | 2024-11-19T05:07:28.960Z | openjdk system 11 system |
233 | 2024-11-19T05:07:28.960Z | openjdk system 1.8 system |
234 | 2024-11-19T05:07:28.960Z | openssl vendor 3 vendor |
235 | 2024-11-19T05:07:28.960Z | perl system 5.36 system |
236 | 2024-11-19T05:07:28.960Z | postgresql system 15 system |
237 | 2024-11-19T05:07:28.960Z | postgresql system 13 system |
238 | 2024-11-19T05:07:28.960Z | python vendor 3 vendor |
239 | 2024-11-19T05:07:28.960Z | python system 2 system |
240 | 2024-11-19T05:07:28.960Z | python3 system 3.11 system |
241 | 2024-11-19T05:07:28.961Z | ruby system 3.0 system |
242 | 2024-11-19T05:07:28.961Z | words vendor vendor american-english |
243 | 2024-11-19T05:07:28.961Z | words system system australian-english |
244 | 2024-11-19T05:07:28.961Z | words system system british-english |
245 | 2024-11-19T05:07:28.961Z | words system system canadian-english |
246 | 2024-11-19T05:07:28.961Z | words system system french |
247 | 2024-11-19T05:07:28.961Z | words system system italian |
248 | 2024-11-19T05:07:28.961Z | words system system ngerman |
249 | 2024-11-19T05:07:28.961Z | words system system ogerman |
250 | 2024-11-19T05:07:28.961Z | words system system spanish |
251 | 2024-11-19T05:07:29.370Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-11-19T05:07:29.370Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-11-19T05:07:32.477Z | FMRI IFO |
254 | 2024-11-19T05:07:32.477Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-11-19T05:07:32.477Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-11-19T05:07:32.477Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-11-19T05:07:32.477Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-11-19T05:07:32.477Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-11-19T05:07:32.477Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-11-19T05:07:32.477Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
261 | 2024-11-19T05:07:32.477Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
262 | 2024-11-19T05:07:32.477Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-11-19T05:07:32.477Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
264 | 2024-11-19T05:07:32.477Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-11-19T05:07:32.477Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-11-19T05:07:32.477Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
267 | 2024-11-19T05:07:32.477Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-11-19T05:07:32.477Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-11-19T05:07:33.319Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
270 | 2024-11-19T05:07:33.718Z | Updating crates.io index |
271 | 2024-11-19T05:07:33.742Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-11-19T05:07:34.641Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-11-19T05:07:35.039Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2024-11-19T05:07:35.435Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2024-11-19T05:07:35.818Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2024-11-19T05:07:36.668Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2024-11-19T05:07:39.231Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2024-11-19T05:07:40.608Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2024-11-19T05:07:41.321Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2024-11-19T05:07:41.634Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2024-11-19T05:07:42.183Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-11-19T05:07:42.975Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
283 | 2024-11-19T05:07:43.314Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
284 | 2024-11-19T05:07:43.734Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2024-11-19T05:07:44.094Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2024-11-19T05:07:44.453Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2024-11-19T05:07:44.717Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2024-11-19T05:07:45.080Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
289 | 2024-11-19T05:07:45.489Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2024-11-19T05:07:46.049Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2024-11-19T05:07:46.400Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2024-11-19T05:07:47.021Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2024-11-19T05:07:47.415Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
294 | 2024-11-19T05:07:48.022Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
295 | 2024-11-19T05:07:48.519Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
296 | 2024-11-19T05:07:48.823Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
297 | 2024-11-19T05:07:49.177Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
298 | 2024-11-19T05:07:50.940Z | Downloading crates ... |
299 | 2024-11-19T05:07:51.000Z | Downloaded byteorder v1.5.0 |
300 | 2024-11-19T05:07:51.024Z | Downloaded toml_edit v0.22.22 |
301 | 2024-11-19T05:07:51.049Z | Downloaded unicode-ident v1.0.13 |
302 | 2024-11-19T05:07:51.049Z | Downloaded syn v2.0.87 |
303 | 2024-11-19T05:07:51.049Z | Downloaded bitflags v2.6.0 |
304 | 2024-11-19T05:07:51.074Z | Downloaded camino v1.1.9 |
305 | 2024-11-19T05:07:51.074Z | Downloaded block-buffer v0.10.4 |
306 | 2024-11-19T05:07:51.074Z | Downloaded anstream v0.6.15 |
307 | 2024-11-19T05:07:51.074Z | Downloaded cargo_toml v0.20.5 |
308 | 2024-11-19T05:07:51.074Z | Downloaded cargo-platform v0.1.8 |
309 | 2024-11-19T05:07:51.074Z | Downloaded camino-tempfile v1.1.1 |
310 | 2024-11-19T05:07:51.074Z | Downloaded bytecount v0.6.8 |
311 | 2024-11-19T05:07:51.075Z | Downloaded cargo_metadata v0.18.1 |
312 | 2024-11-19T05:07:51.075Z | Downloaded autocfg v1.4.0 |
313 | 2024-11-19T05:07:51.075Z | Downloaded anstyle-query v1.1.1 |
314 | 2024-11-19T05:07:51.075Z | Downloaded anstyle-parse v0.2.5 |
315 | 2024-11-19T05:07:51.075Z | Downloaded anstyle v1.0.10 |
316 | 2024-11-19T05:07:51.075Z | Downloaded anyhow v1.0.93 |
317 | 2024-11-19T05:07:51.100Z | Downloaded cfg-if v1.0.0 |
318 | 2024-11-19T05:07:51.100Z | Downloaded colorchoice v1.0.2 |
319 | 2024-11-19T05:07:51.100Z | Downloaded errno v0.3.9 |
320 | 2024-11-19T05:07:51.101Z | Downloaded proc-macro2 v1.0.89 |
321 | 2024-11-19T05:07:51.101Z | Downloaded equivalent v1.0.1 |
322 | 2024-11-19T05:07:51.101Z | Downloaded memmap v0.7.0 |
323 | 2024-11-19T05:07:51.101Z | Downloaded indexmap v2.6.0 |
324 | 2024-11-19T05:07:51.101Z | Downloaded version_check v0.9.5 |
325 | 2024-11-19T05:07:51.101Z | Downloaded tempfile v3.13.0 |
326 | 2024-11-19T05:07:51.126Z | Downloaded utf8parse v0.2.2 |
327 | 2024-11-19T05:07:51.126Z | Downloaded usdt v0.5.0 |
328 | 2024-11-19T05:07:51.126Z | Downloaded terminal_size v0.4.0 |
329 | 2024-11-19T05:07:51.126Z | Downloaded serde_tokenstream v0.2.2 |
330 | 2024-11-19T05:07:51.126Z | Downloaded usdt-macro v0.5.0 |
331 | 2024-11-19T05:07:51.126Z | Downloaded usdt-impl v0.5.0 |
332 | 2024-11-19T05:07:51.126Z | Downloaded thiserror-impl v1.0.69 |
333 | 2024-11-19T05:07:51.126Z | Downloaded zerocopy-derive v0.7.35 |
334 | 2024-11-19T05:07:51.126Z | Downloaded unicode-linebreak v0.1.5 |
335 | 2024-11-19T05:07:51.126Z | Downloaded scroll v0.12.0 |
336 | 2024-11-19T05:07:51.126Z | Downloaded ucd-trie v0.1.7 |
337 | 2024-11-19T05:07:51.126Z | Downloaded toml v0.8.19 |
338 | 2024-11-19T05:07:51.155Z | Downloaded serde_json v1.0.132 |
339 | 2024-11-19T05:07:51.155Z | Downloaded tabled v0.15.0 |
340 | 2024-11-19T05:07:51.155Z | Downloaded hashbrown v0.15.0 |
341 | 2024-11-19T05:07:51.180Z | Downloaded zerocopy v0.7.35 |
342 | 2024-11-19T05:07:51.180Z | Downloaded syn v1.0.109 |
343 | 2024-11-19T05:07:51.205Z | Downloaded winnow v0.6.20 |
344 | 2024-11-19T05:07:51.205Z | Downloaded unicode-width v0.1.14 |
345 | 2024-11-19T05:07:51.205Z | Downloaded pest v2.7.14 |
346 | 2024-11-19T05:07:51.230Z | Downloaded thiserror v1.0.69 |
347 | 2024-11-19T05:07:51.230Z | Downloaded textwrap v0.16.1 |
348 | 2024-11-19T05:07:51.230Z | Downloaded strsim v0.11.1 |
349 | 2024-11-19T05:07:51.230Z | Downloaded ryu v1.0.18 |
350 | 2024-11-19T05:07:51.230Z | Downloaded papergrid v0.11.0 |
351 | 2024-11-19T05:07:51.230Z | Downloaded rustix v0.38.37 |
352 | 2024-11-19T05:07:51.254Z | Downloaded sha2 v0.10.8 |
353 | 2024-11-19T05:07:51.279Z | Downloaded serde_spanned v0.6.8 |
354 | 2024-11-19T05:07:51.279Z | Downloaded semver v1.0.23 |
355 | 2024-11-19T05:07:51.279Z | Downloaded pest_generator v2.7.14 |
356 | 2024-11-19T05:07:51.279Z | Downloaded memchr v2.7.4 |
357 | 2024-11-19T05:07:51.279Z | Downloaded serde v1.0.215 |
358 | 2024-11-19T05:07:51.279Z | Downloaded scroll_derive v0.12.0 |
359 | 2024-11-19T05:07:51.279Z | Downloaded proc-macro-error v1.0.4 |
360 | 2024-11-19T05:07:51.279Z | Downloaded dtrace-parser v0.2.0 |
361 | 2024-11-19T05:07:51.279Z | Downloaded clap_lex v0.7.2 |
362 | 2024-11-19T05:07:51.279Z | Downloaded usdt-attr-macro v0.5.0 |
363 | 2024-11-19T05:07:51.279Z | Downloaded libc v0.2.162 |
364 | 2024-11-19T05:07:51.307Z | Downloaded typenum v1.17.0 |
365 | 2024-11-19T05:07:51.332Z | Downloaded smawk v0.3.2 |
366 | 2024-11-19T05:07:51.332Z | Downloaded serde_derive v1.0.215 |
367 | 2024-11-19T05:07:51.332Z | Downloaded pretty-hex v0.4.1 |
368 | 2024-11-19T05:07:51.332Z | Downloaded pest_derive v2.7.14 |
369 | 2024-11-19T05:07:51.332Z | Downloaded goblin v0.8.2 |
370 | 2024-11-19T05:07:51.332Z | Downloaded quote v1.0.37 |
371 | 2024-11-19T05:07:51.332Z | Downloaded plain v0.2.3 |
372 | 2024-11-19T05:07:51.332Z | Downloaded pest_meta v2.7.14 |
373 | 2024-11-19T05:07:51.332Z | Downloaded digest v0.10.7 |
374 | 2024-11-19T05:07:51.332Z | Downloaded clap_derive v4.5.18 |
375 | 2024-11-19T05:07:51.358Z | Downloaded thread-id v4.2.2 |
376 | 2024-11-19T05:07:51.358Z | Downloaded swrite v0.1.0 |
377 | 2024-11-19T05:07:51.358Z | Downloaded fnv v1.0.7 |
378 | 2024-11-19T05:07:51.358Z | Downloaded fastrand v2.1.1 |
379 | 2024-11-19T05:07:51.358Z | Downloaded cpufeatures v0.2.14 |
380 | 2024-11-19T05:07:51.358Z | Downloaded clap v4.5.21 |
381 | 2024-11-19T05:07:51.358Z | Downloaded toml_datetime v0.6.8 |
382 | 2024-11-19T05:07:51.358Z | Downloaded tabled_derive v0.7.0 |
383 | 2024-11-19T05:07:51.358Z | Downloaded proc-macro-error-attr v1.0.4 |
384 | 2024-11-19T05:07:51.358Z | Downloaded once_cell v1.20.2 |
385 | 2024-11-19T05:07:51.383Z | Downloaded macaddr v1.0.1 |
386 | 2024-11-19T05:07:51.383Z | Downloaded log v0.4.22 |
387 | 2024-11-19T05:07:51.383Z | Downloaded is_terminal_polyfill v1.70.1 |
388 | 2024-11-19T05:07:51.383Z | Downloaded generic-array v0.14.7 |
389 | 2024-11-19T05:07:51.383Z | Downloaded heck v0.5.0 |
390 | 2024-11-19T05:07:51.383Z | Downloaded heck v0.4.1 |
391 | 2024-11-19T05:07:51.383Z | Downloaded fs-err v2.11.0 |
392 | 2024-11-19T05:07:51.383Z | Downloaded dof v0.3.0 |
393 | 2024-11-19T05:07:51.383Z | Downloaded itoa v1.0.11 |
394 | 2024-11-19T05:07:51.383Z | Downloaded crypto-common v0.1.6 |
395 | 2024-11-19T05:07:51.383Z | Downloaded clap_builder v4.5.21 |
396 | 2024-11-19T05:07:51.504Z | Compiling proc-macro2 v1.0.89 |
397 | 2024-11-19T05:07:51.504Z | Compiling unicode-ident v1.0.13 |
398 | 2024-11-19T05:07:51.504Z | Compiling serde v1.0.215 |
399 | 2024-11-19T05:07:51.504Z | Compiling version_check v0.9.5 |
400 | 2024-11-19T05:07:51.529Z | Compiling memchr v2.7.4 |
401 | 2024-11-19T05:07:51.529Z | Compiling thiserror v1.0.69 |
402 | 2024-11-19T05:07:51.529Z | Compiling libc v0.2.162 |
403 | 2024-11-19T05:07:51.529Z | Compiling ryu v1.0.18 |
404 | 2024-11-19T05:07:51.764Z | Compiling itoa v1.0.11 |
405 | 2024-11-19T05:07:51.904Z | Compiling ucd-trie v0.1.7 |
406 | 2024-11-19T05:07:52.320Z | Compiling once_cell v1.20.2 |
407 | 2024-11-19T05:07:52.349Z | Compiling byteorder v1.5.0 |
408 | 2024-11-19T05:07:52.481Z | Compiling rustix v0.38.37 |
409 | 2024-11-19T05:07:52.609Z | Compiling serde_json v1.0.132 |
410 | 2024-11-19T05:07:52.694Z | Compiling bitflags v2.6.0 |
411 | 2024-11-19T05:07:52.920Z | Compiling proc-macro-error-attr v1.0.4 |
412 | 2024-11-19T05:07:53.086Z | Compiling usdt-impl v0.5.0 |
413 | 2024-11-19T05:07:53.184Z | Compiling syn v1.0.109 |
414 | 2024-11-19T05:07:53.239Z | Compiling proc-macro-error v1.0.4 |
415 | 2024-11-19T05:07:53.297Z | Compiling quote v1.0.37 |
416 | 2024-11-19T05:07:53.357Z | Compiling log v0.4.22 |
417 | 2024-11-19T05:07:53.618Z | Compiling errno v0.3.9 |
418 | 2024-11-19T05:07:53.642Z | Compiling utf8parse v0.2.2 |
419 | 2024-11-19T05:07:53.794Z | Compiling syn v2.0.87 |
420 | 2024-11-19T05:07:53.822Z | Compiling equivalent v1.0.1 |
421 | 2024-11-19T05:07:53.902Z | Compiling hashbrown v0.15.0 |
422 | 2024-11-19T05:07:53.931Z | Compiling camino v1.1.9 |
423 | 2024-11-19T05:07:53.990Z | Compiling thread-id v4.2.2 |
424 | 2024-11-19T05:07:54.021Z | Compiling plain v0.2.3 |
425 | 2024-11-19T05:07:54.112Z | Compiling anstyle-parse v0.2.5 |
426 | 2024-11-19T05:07:54.479Z | Compiling pretty-hex v0.4.1 |
427 | 2024-11-19T05:07:54.613Z | Compiling unicode-width v0.1.14 |
428 | 2024-11-19T05:07:54.709Z | Compiling anstyle v1.0.10 |
429 | 2024-11-19T05:07:54.733Z | Compiling autocfg v1.4.0 |
430 | 2024-11-19T05:07:55.038Z | Compiling colorchoice v1.0.2 |
431 | 2024-11-19T05:07:55.141Z | Compiling indexmap v2.6.0 |
432 | 2024-11-19T05:07:55.191Z | Compiling winnow v0.6.20 |
433 | 2024-11-19T05:07:55.191Z | Compiling semver v1.0.23 |
434 | 2024-11-19T05:07:55.228Z | Compiling is_terminal_polyfill v1.70.1 |
435 | 2024-11-19T05:07:55.361Z | Compiling anstyle-query v1.1.1 |
436 | 2024-11-19T05:07:55.503Z | Compiling anstream v0.6.15 |
437 | 2024-11-19T05:07:55.759Z | Compiling terminal_size v0.4.0 |
438 | 2024-11-19T05:07:55.820Z | Compiling fs-err v2.11.0 |
439 | 2024-11-19T05:07:56.146Z | Compiling fastrand v2.1.1 |
440 | 2024-11-19T05:07:56.242Z | Compiling cfg-if v1.0.0 |
441 | 2024-11-19T05:07:56.354Z | Compiling clap_lex v0.7.2 |
442 | 2024-11-19T05:07:56.389Z | Compiling anyhow v1.0.93 |
443 | 2024-11-19T05:07:56.423Z | Compiling strsim v0.11.1 |
444 | 2024-11-19T05:07:56.675Z | Compiling bytecount v0.6.8 |
445 | 2024-11-19T05:07:56.846Z | Compiling heck v0.5.0 |
446 | 2024-11-19T05:07:56.873Z | Compiling fnv v1.0.7 |
447 | 2024-11-19T05:07:56.938Z | Compiling heck v0.4.1 |
448 | 2024-11-19T05:07:57.000Z | Compiling papergrid v0.11.0 |
449 | 2024-11-19T05:07:57.243Z | Compiling clap_builder v4.5.21 |
450 | 2024-11-19T05:07:57.313Z | Compiling tempfile v3.13.0 |
451 | 2024-11-19T05:07:57.515Z | Compiling memmap v0.7.0 |
452 | 2024-11-19T05:07:57.541Z | Compiling smawk v0.3.2 |
453 | 2024-11-19T05:07:57.732Z | Compiling unicode-linebreak v0.1.5 |
454 | 2024-11-19T05:07:58.085Z | Compiling textwrap v0.16.1 |
455 | 2024-11-19T05:07:58.367Z | Compiling swrite v0.1.0 |
456 | 2024-11-19T05:07:59.203Z | Compiling tabled_derive v0.7.0 |
457 | 2024-11-19T05:08:00.714Z | Compiling tabled v0.15.0 |
458 | 2024-11-19T05:08:02.002Z | Compiling serde_derive v1.0.215 |
459 | 2024-11-19T05:08:02.027Z | Compiling thiserror-impl v1.0.69 |
460 | 2024-11-19T05:08:02.027Z | Compiling zerocopy-derive v0.7.35 |
461 | 2024-11-19T05:08:02.027Z | Compiling scroll_derive v0.12.0 |
462 | 2024-11-19T05:08:02.240Z | Compiling clap_derive v4.5.18 |
463 | 2024-11-19T05:08:03.313Z | Compiling scroll v0.12.0 |
464 | 2024-11-19T05:08:03.753Z | Compiling zerocopy v0.7.35 |
465 | 2024-11-19T05:08:03.805Z | Compiling goblin v0.8.2 |
466 | 2024-11-19T05:08:04.516Z | Compiling pest v2.7.14 |
467 | 2024-11-19T05:08:05.554Z | Compiling clap v4.5.21 |
468 | 2024-11-19T05:08:06.548Z | Compiling pest_meta v2.7.14 |
469 | 2024-11-19T05:08:07.543Z | Compiling pest_generator v2.7.14 |
470 | 2024-11-19T05:08:09.497Z | Compiling pest_derive v2.7.14 |
471 | 2024-11-19T05:08:10.125Z | Compiling dtrace-parser v0.2.0 |
472 | 2024-11-19T05:08:11.573Z | Compiling serde_tokenstream v0.2.2 |
473 | 2024-11-19T05:08:11.625Z | Compiling serde_spanned v0.6.8 |
474 | 2024-11-19T05:08:11.625Z | Compiling toml_datetime v0.6.8 |
475 | 2024-11-19T05:08:11.932Z | Compiling cargo-platform v0.1.8 |
476 | 2024-11-19T05:08:11.982Z | Compiling toml_edit v0.22.22 |
477 | 2024-11-19T05:08:12.149Z | Compiling macaddr v1.0.1 |
478 | 2024-11-19T05:08:12.246Z | Compiling camino-tempfile v1.1.1 |
479 | 2024-11-19T05:08:13.027Z | Compiling dof v0.3.0 |
480 | 2024-11-19T05:08:13.091Z | Compiling cargo_metadata v0.18.1 |
481 | 2024-11-19T05:08:14.596Z | Compiling usdt-attr-macro v0.5.0 |
482 | 2024-11-19T05:08:14.596Z | Compiling usdt-macro v0.5.0 |
483 | 2024-11-19T05:08:14.621Z | Compiling toml v0.8.19 |
484 | 2024-11-19T05:08:15.482Z | Compiling cargo_toml v0.20.5 |
485 | 2024-11-19T05:08:15.813Z | Compiling usdt v0.5.0 |
486 | 2024-11-19T05:08:19.836Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
487 | 2024-11-19T05:08:25.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.27s |
488 | 2024-11-19T05:08:25.497Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
489 | 2024-11-19T05:08:26.175Z | Downloading crates ... |
490 | 2024-11-19T05:08:26.306Z | Downloaded ascii-canvas v3.0.0 |
491 | 2024-11-19T05:08:26.331Z | Downloaded ctr v0.9.2 |
492 | 2024-11-19T05:08:26.930Z | Downloaded addr2line v0.24.2 |
493 | 2024-11-19T05:08:26.930Z | Downloaded hex v0.4.3 |
494 | 2024-11-19T05:08:26.930Z | Downloaded adler2 v2.0.0 |
495 | 2024-11-19T05:08:26.930Z | Downloaded arrayref v0.3.9 |
496 | 2024-11-19T05:08:26.930Z | Downloaded darling v0.20.10 |
497 | 2024-11-19T05:08:26.930Z | Downloaded hex-literal v0.4.1 |
498 | 2024-11-19T05:08:26.930Z | Downloaded hickory-client v0.24.1 |
499 | 2024-11-19T05:08:26.930Z | Downloaded http-body v1.0.1 |
500 | 2024-11-19T05:08:26.930Z | Downloaded http-body-util v0.1.2 |
501 | 2024-11-19T05:08:26.930Z | Downloaded hostname v0.4.0 |
502 | 2024-11-19T05:08:26.930Z | Downloaded httparse v1.9.5 |
503 | 2024-11-19T05:08:26.930Z | Downloaded ident_case v1.0.1 |
504 | 2024-11-19T05:08:26.930Z | Downloaded scrypt v0.11.0 |
505 | 2024-11-19T05:08:26.932Z | Downloaded progenitor-impl v0.8.0 |
506 | 2024-11-19T05:08:26.932Z | Downloaded tracing-attributes v0.1.27 |
507 | 2024-11-19T05:08:26.932Z | Downloaded same-file v1.0.6 |
508 | 2024-11-19T05:08:26.932Z | Downloaded flagset v0.4.6 |
509 | 2024-11-19T05:08:26.932Z | Downloaded opaque-debug v0.3.1 |
510 | 2024-11-19T05:08:26.932Z | Downloaded scopeguard v1.2.0 |
511 | 2024-11-19T05:08:26.932Z | Downloaded sct v0.7.1 |
512 | 2024-11-19T05:08:26.932Z | Downloaded slab v0.4.9 |
513 | 2024-11-19T05:08:26.932Z | Downloaded zone_cfg_derive v0.3.0 |
514 | 2024-11-19T05:08:26.932Z | Downloaded termios v0.3.3 |
515 | 2024-11-19T05:08:26.932Z | Downloaded rayon v1.10.0 |
516 | 2024-11-19T05:08:26.932Z | Downloaded postcard v1.0.10 |
517 | 2024-11-19T05:08:26.932Z | Downloaded powerfmt v0.2.0 |
518 | 2024-11-19T05:08:26.932Z | Downloaded time-core v0.1.2 |
519 | 2024-11-19T05:08:26.932Z | Downloaded form_urlencoded v1.2.1 |
520 | 2024-11-19T05:08:26.932Z | Downloaded filetime v0.2.25 |
521 | 2024-11-19T05:08:26.932Z | Downloaded number_prefix v0.4.0 |
522 | 2024-11-19T05:08:26.932Z | Downloaded olpc-cjson v0.1.4 |
523 | 2024-11-19T05:08:26.932Z | Downloaded downcast v0.11.0 |
524 | 2024-11-19T05:08:26.932Z | Downloaded foreign-types v0.5.0 |
525 | 2024-11-19T05:08:26.932Z | Downloaded defmt-macros v0.3.9 |
526 | 2024-11-19T05:08:26.932Z | Downloaded r2d2 v0.8.10 |
527 | 2024-11-19T05:08:26.932Z | Downloaded tiny-keccak v2.0.2 |
528 | 2024-11-19T05:08:26.932Z | Downloaded vte_generate_state_changes v0.1.2 |
529 | 2024-11-19T05:08:26.932Z | Downloaded data-encoding v2.6.0 |
530 | 2024-11-19T05:08:26.932Z | Downloaded rustc_version v0.1.7 |
531 | 2024-11-19T05:08:26.932Z | Downloaded tls_codec v0.4.1 |
532 | 2024-11-19T05:08:26.932Z | Downloaded env_filter v0.1.2 |
533 | 2024-11-19T05:08:26.932Z | Downloaded newtype_derive v0.1.6 |
534 | 2024-11-19T05:08:26.932Z | Downloaded nom v7.1.3 |
535 | 2024-11-19T05:08:26.932Z | Downloaded publicsuffix v2.2.3 |
536 | 2024-11-19T05:08:26.932Z | Downloaded stringprep v0.1.5 |
537 | 2024-11-19T05:08:26.932Z | Downloaded pin-utils v0.1.0 |
538 | 2024-11-19T05:08:26.932Z | Downloaded whoami v1.5.2 |
539 | 2024-11-19T05:08:26.932Z | Downloaded tokio v1.40.0 |
540 | 2024-11-19T05:08:26.932Z | Downloaded parse-zoneinfo v0.3.1 |
541 | 2024-11-19T05:08:26.933Z | Downloaded dyn-clone v1.0.17 |
542 | 2024-11-19T05:08:26.933Z | Downloaded walkdir v2.5.0 |
543 | 2024-11-19T05:08:26.933Z | Downloaded embedded-io v0.4.0 |
544 | 2024-11-19T05:08:26.933Z | Downloaded semver v0.1.20 |
545 | 2024-11-19T05:08:26.933Z | Downloaded serde-big-array v0.5.1 |
546 | 2024-11-19T05:08:26.933Z | Downloaded fd-lock v4.0.2 |
547 | 2024-11-19T05:08:26.933Z | Downloaded secrecy v0.8.0 |
548 | 2024-11-19T05:08:26.933Z | Downloaded untrusted v0.7.1 |
549 | 2024-11-19T05:08:26.933Z | Downloaded derive_builder_core v0.20.2 |
550 | 2024-11-19T05:08:26.933Z | Downloaded smallvec v0.6.14 |
551 | 2024-11-19T05:08:26.933Z | Downloaded slog-scope v4.4.0 |
552 | 2024-11-19T05:08:26.933Z | Downloaded hashbrown v0.13.2 |
553 | 2024-11-19T05:08:26.933Z | Downloaded derive_builder v0.20.2 |
554 | 2024-11-19T05:08:26.933Z | Downloaded slog-json v2.6.1 |
555 | 2024-11-19T05:08:26.933Z | Downloaded spin v0.9.8 |
556 | 2024-11-19T05:08:26.933Z | Downloaded phf_shared v0.11.2 |
557 | 2024-11-19T05:08:26.933Z | Downloaded sqlparser_derive v0.2.2 |
558 | 2024-11-19T05:08:26.933Z | Downloaded spin v0.5.2 |
559 | 2024-11-19T05:08:26.933Z | Downloaded gethostname v0.5.0 |
560 | 2024-11-19T05:08:26.933Z | Downloaded expectorate v1.1.0 |
561 | 2024-11-19T05:08:26.933Z | Downloaded num-bigint v0.4.6 |
562 | 2024-11-19T05:08:26.933Z | Downloaded dsl_auto_type v0.1.2 |
563 | 2024-11-19T05:08:26.933Z | Downloaded ssh-encoding v0.2.0 |
564 | 2024-11-19T05:08:26.933Z | Downloaded sqlformat v0.2.6 |
565 | 2024-11-19T05:08:26.933Z | Downloaded tokio-util v0.7.12 |
566 | 2024-11-19T05:08:26.933Z | Downloaded ssh-cipher v0.2.0 |
567 | 2024-11-19T05:08:26.933Z | Downloaded dhcproto v0.12.0 |
568 | 2024-11-19T05:08:26.933Z | Downloaded idna v0.2.3 |
569 | 2024-11-19T05:08:26.933Z | Downloaded derive-where v1.2.7 |
570 | 2024-11-19T05:08:26.933Z | Downloaded h2 v0.4.6 |
571 | 2024-11-19T05:08:26.933Z | Downloaded hashbrown v0.12.3 |
572 | 2024-11-19T05:08:26.933Z | Downloaded reqwest v0.12.9 |
573 | 2024-11-19T05:08:26.933Z | Downloaded git2 v0.19.0 |
574 | 2024-11-19T05:08:26.933Z | Downloaded futures-util v0.3.31 |
575 | 2024-11-19T05:08:26.958Z | Downloaded webpki-roots v0.26.6 |
576 | 2024-11-19T05:08:26.958Z | Downloaded sqlparser v0.45.0 |
577 | 2024-11-19T05:08:26.958Z | Downloaded nix v0.27.1 |
578 | 2024-11-19T05:08:26.958Z | Downloaded nix v0.28.0 |
579 | 2024-11-19T05:08:26.958Z | Downloaded dropshot v0.12.0 |
580 | 2024-11-19T05:08:26.958Z | Downloaded nix v0.29.0 |
581 | 2024-11-19T05:08:26.958Z | Downloaded rustls v0.21.12 |
582 | 2024-11-19T05:08:26.983Z | Downloaded regress v0.10.1 |
583 | 2024-11-19T05:08:26.983Z | Downloaded rustls v0.22.4 |
584 | 2024-11-19T05:08:27.007Z | Downloaded petgraph v0.6.5 |
585 | 2024-11-19T05:08:27.031Z | Downloaded typify-impl v0.2.0 |
586 | 2024-11-19T05:08:27.031Z | Downloaded rustls v0.23.14 |
587 | 2024-11-19T05:08:27.056Z | Downloaded dropshot v0.13.0 |
588 | 2024-11-19T05:08:27.080Z | Downloaded regress v0.9.1 |
589 | 2024-11-19T05:08:27.080Z | Downloaded regex-syntax v0.8.5 |
590 | 2024-11-19T05:08:27.105Z | Downloaded regex-syntax v0.6.29 |
591 | 2024-11-19T05:08:27.105Z | Downloaded regex-automata v0.4.8 |
592 | 2024-11-19T05:08:27.129Z | Downloaded quick-xml v0.33.0 |
593 | 2024-11-19T05:08:27.129Z | Downloaded vcpkg v0.2.15 |
594 | 2024-11-19T05:08:27.166Z | Downloaded regex v1.11.1 |
595 | 2024-11-19T05:08:27.191Z | Downloaded russh v0.45.0 |
596 | 2024-11-19T05:08:27.191Z | Downloaded lzma-sys v0.1.20 |
597 | 2024-11-19T05:08:27.223Z | Downloaded unicode-normalization v0.1.24 |
598 | 2024-11-19T05:08:27.250Z | Downloaded tough v0.19.0 |
599 | 2024-11-19T05:08:27.250Z | Downloaded p384 v0.13.0 |
600 | 2024-11-19T05:08:27.250Z | Downloaded libz-sys v1.1.20 |
601 | 2024-11-19T05:08:27.274Z | Downloaded idna v0.5.0 |
602 | 2024-11-19T05:08:27.299Z | Downloaded unicode-segmentation v1.12.0 |
603 | 2024-11-19T05:08:27.299Z | Downloaded num-bigint-dig v0.8.4 |
604 | 2024-11-19T05:08:27.299Z | Downloaded serde_with v3.11.0 |
605 | 2024-11-19T05:08:27.299Z | Downloaded idna v0.3.0 |
606 | 2024-11-19T05:08:27.324Z | Downloaded quinn-proto v0.11.8 |
607 | 2024-11-19T05:08:27.324Z | Downloaded idna v0.4.0 |
608 | 2024-11-19T05:08:27.324Z | Downloaded des v0.8.1 |
609 | 2024-11-19T05:08:27.324Z | Downloaded pin-project v1.1.6 |
610 | 2024-11-19T05:08:27.349Z | Downloaded russh-keys v0.45.0 |
611 | 2024-11-19T05:08:27.349Z | Downloaded spki v0.7.3 |
612 | 2024-11-19T05:08:27.349Z | Downloaded lalrpop v0.19.12 |
613 | 2024-11-19T05:08:27.373Z | Downloaded serde_derive_internals v0.29.1 |
614 | 2024-11-19T05:08:27.373Z | Downloaded serde-hex v0.1.0 |
615 | 2024-11-19T05:08:27.373Z | Downloaded futures-io v0.3.31 |
616 | 2024-11-19T05:08:27.373Z | Downloaded password-hash v0.5.0 |
617 | 2024-11-19T05:08:27.373Z | Downloaded password-hash v0.4.2 |
618 | 2024-11-19T05:08:27.373Z | Downloaded unicode-bidi v0.3.17 |
619 | 2024-11-19T05:08:27.373Z | Downloaded quinn v0.11.5 |
620 | 2024-11-19T05:08:27.373Z | Downloaded encoding_rs v0.8.34 |
621 | 2024-11-19T05:08:27.404Z | Downloaded rustc-demangle v0.1.24 |
622 | 2024-11-19T05:08:27.429Z | Downloaded tokio-stream v0.1.16 |
623 | 2024-11-19T05:08:27.429Z | Downloaded polar-core v0.27.3 |
624 | 2024-11-19T05:08:27.429Z | Downloaded slog-term v2.9.1 |
625 | 2024-11-19T05:08:27.454Z | Downloaded unicode-properties v0.1.3 |
626 | 2024-11-19T05:08:27.454Z | Downloaded ssh-key v0.6.6 |
627 | 2024-11-19T05:08:27.454Z | Downloaded phf_codegen v0.11.2 |
628 | 2024-11-19T05:08:27.454Z | Downloaded phf v0.11.2 |
629 | 2024-11-19T05:08:27.454Z | Downloaded petname v2.0.2 |
630 | 2024-11-19T05:08:27.454Z | Downloaded phf_generator v0.11.2 |
631 | 2024-11-19T05:08:27.454Z | Downloaded pem v3.0.4 |
632 | 2024-11-19T05:08:27.454Z | Downloaded futures-task v0.3.31 |
633 | 2024-11-19T05:08:27.478Z | Downloaded futures-macro v0.3.31 |
634 | 2024-11-19T05:08:27.478Z | Downloaded futures-executor v0.3.31 |
635 | 2024-11-19T05:08:27.478Z | Downloaded peg v0.8.4 |
636 | 2024-11-19T05:08:27.478Z | Downloaded pbkdf2 v0.12.2 |
637 | 2024-11-19T05:08:27.478Z | Downloaded paste v1.0.15 |
638 | 2024-11-19T05:08:27.478Z | Downloaded socket2 v0.5.7 |
639 | 2024-11-19T05:08:27.478Z | Downloaded slog-stdlog v4.1.1 |
640 | 2024-11-19T05:08:27.478Z | Downloaded dunce v1.0.5 |
641 | 2024-11-19T05:08:27.478Z | Downloaded pbkdf2 v0.11.0 |
642 | 2024-11-19T05:08:27.478Z | Downloaded time v0.3.36 |
643 | 2024-11-19T05:08:27.503Z | Downloaded p521 v0.13.3 |
644 | 2024-11-19T05:08:27.503Z | Downloaded slog-envlogger v2.2.0 |
645 | 2024-11-19T05:08:27.504Z | Downloaded rusty-fork v0.3.0 |
646 | 2024-11-19T05:08:27.504Z | Downloaded rustversion v1.0.17 |
647 | 2024-11-19T05:08:27.504Z | Downloaded rustls-pemfile v2.2.0 |
648 | 2024-11-19T05:08:27.504Z | Downloaded rustls-pemfile v1.0.4 |
649 | 2024-11-19T05:08:27.504Z | Downloaded derive_more v0.99.18 |
650 | 2024-11-19T05:08:27.528Z | Downloaded derive_builder_macro v0.20.2 |
651 | 2024-11-19T05:08:27.528Z | Downloaded wait-timeout v0.2.0 |
652 | 2024-11-19T05:08:27.528Z | Downloaded url v2.5.3 |
653 | 2024-11-19T05:08:27.528Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
654 | 2024-11-19T05:08:27.576Z | Downloaded hashbrown v0.14.5 |
655 | 2024-11-19T05:08:27.601Z | Downloaded toml_edit v0.19.15 |
656 | 2024-11-19T05:08:27.601Z | Downloaded reedline v0.35.0 |
657 | 2024-11-19T05:08:27.626Z | Downloaded untrusted v0.9.0 |
658 | 2024-11-19T05:08:27.626Z | Downloaded unsafe-libyaml v0.2.11 |
659 | 2024-11-19T05:08:27.626Z | Downloaded peg-macros v0.8.4 |
660 | 2024-11-19T05:08:27.626Z | Downloaded rustc-hash v1.1.0 |
661 | 2024-11-19T05:08:27.626Z | Downloaded tokio-rustls v0.26.0 |
662 | 2024-11-19T05:08:27.626Z | Downloaded tokio-rustls v0.25.0 |
663 | 2024-11-19T05:08:27.626Z | Downloaded steno v0.4.1 |
664 | 2024-11-19T05:08:27.651Z | Downloaded rustls-pki-types v1.9.0 |
665 | 2024-11-19T05:08:27.651Z | Downloaded elliptic-curve v0.13.8 |
666 | 2024-11-19T05:08:27.651Z | Downloaded ed25519-dalek v2.1.1 |
667 | 2024-11-19T05:08:27.651Z | Downloaded slog-dtrace v0.3.0 |
668 | 2024-11-19T05:08:27.651Z | Downloaded fatfs v0.3.6 |
669 | 2024-11-19T05:08:27.651Z | Downloaded utf-8 v0.7.6 |
670 | 2024-11-19T05:08:27.652Z | Downloaded hashlink v0.9.1 |
671 | 2024-11-19T05:08:27.652Z | Downloaded universal-hash v0.5.1 |
672 | 2024-11-19T05:08:27.652Z | Downloaded pem-rfc7468 v0.7.0 |
673 | 2024-11-19T05:08:27.652Z | Downloaded ecdsa v0.16.9 |
674 | 2024-11-19T05:08:27.677Z | Downloaded num-complex v0.4.6 |
675 | 2024-11-19T05:08:27.677Z | Downloaded pkcs1 v0.7.5 |
676 | 2024-11-19T05:08:27.677Z | Downloaded pin-project-lite v0.2.14 |
677 | 2024-11-19T05:08:27.677Z | Downloaded pin-project-internal v1.1.6 |
678 | 2024-11-19T05:08:27.677Z | Downloaded tokio-rustls v0.24.1 |
679 | 2024-11-19T05:08:27.677Z | Downloaded tinystr v0.7.6 |
680 | 2024-11-19T05:08:27.677Z | Downloaded futures-core v0.3.31 |
681 | 2024-11-19T05:08:27.677Z | Downloaded ff v0.13.0 |
682 | 2024-11-19T05:08:27.677Z | Downloaded fallible-iterator v0.3.0 |
683 | 2024-11-19T05:08:27.677Z | Downloaded fallible-iterator v0.2.0 |
684 | 2024-11-19T05:08:27.677Z | Downloaded ena v0.14.3 |
685 | 2024-11-19T05:08:27.702Z | Downloaded num-rational v0.4.2 |
686 | 2024-11-19T05:08:27.702Z | Downloaded num-derive v0.4.2 |
687 | 2024-11-19T05:08:27.702Z | Downloaded structmeta v0.2.0 |
688 | 2024-11-19T05:08:27.702Z | Downloaded strip-ansi-escapes v0.2.0 |
689 | 2024-11-19T05:08:27.702Z | Downloaded stable_deref_trait v1.2.0 |
690 | 2024-11-19T05:08:27.702Z | Downloaded num-iter v0.1.45 |
691 | 2024-11-19T05:08:27.702Z | Downloaded either v1.13.0 |
692 | 2024-11-19T05:08:27.704Z | Downloaded ed25519 v2.2.3 |
693 | 2024-11-19T05:08:27.704Z | Downloaded rfc6979 v0.4.0 |
694 | 2024-11-19T05:08:27.704Z | Downloaded resolv-conf v0.7.0 |
695 | 2024-11-19T05:08:27.704Z | Downloaded tokio-native-tls v0.3.1 |
696 | 2024-11-19T05:08:27.704Z | Downloaded tokio-macros v2.4.0 |
697 | 2024-11-19T05:08:27.704Z | Downloaded tls_codec_derive v0.4.1 |
698 | 2024-11-19T05:08:27.704Z | Downloaded string_cache v0.8.7 |
699 | 2024-11-19T05:08:27.704Z | Downloaded want v0.3.1 |
700 | 2024-11-19T05:08:27.704Z | Downloaded waitgroup v0.1.2 |
701 | 2024-11-19T05:08:27.730Z | Downloaded phf_shared v0.10.0 |
702 | 2024-11-19T05:08:27.730Z | Downloaded fxhash v0.2.1 |
703 | 2024-11-19T05:08:27.730Z | Downloaded futures-sink v0.3.31 |
704 | 2024-11-19T05:08:27.730Z | Downloaded endian-type v0.1.2 |
705 | 2024-11-19T05:08:27.730Z | Downloaded psl-types v2.0.11 |
706 | 2024-11-19T05:08:27.730Z | Downloaded pkg-config v0.3.31 |
707 | 2024-11-19T05:08:27.730Z | Downloaded pkcs5 v0.7.1 |
708 | 2024-11-19T05:08:27.730Z | Downloaded nodrop v0.1.14 |
709 | 2024-11-19T05:08:27.730Z | Downloaded heapless v0.8.0 |
710 | 2024-11-19T05:08:27.730Z | Downloaded headers v0.4.0 |
711 | 2024-11-19T05:08:27.730Z | Downloaded icu_properties_data v1.5.0 |
712 | 2024-11-19T05:08:27.755Z | Downloaded peg-runtime v0.8.3 |
713 | 2024-11-19T05:08:27.755Z | Downloaded path-slash v0.1.5 |
714 | 2024-11-19T05:08:27.755Z | Downloaded num-conv v0.1.0 |
715 | 2024-11-19T05:08:27.755Z | Downloaded embedded-io v0.6.1 |
716 | 2024-11-19T05:08:27.755Z | Downloaded rustfmt-wrapper v0.2.1 |
717 | 2024-11-19T05:08:27.755Z | Downloaded rustc-hash v2.0.0 |
718 | 2024-11-19T05:08:27.755Z | Downloaded normalize-line-endings v0.3.0 |
719 | 2024-11-19T05:08:27.755Z | Downloaded env_logger v0.10.2 |
720 | 2024-11-19T05:08:27.755Z | Downloaded enum-as-inner v0.6.1 |
721 | 2024-11-19T05:08:27.755Z | Downloaded unicode-width v0.2.0 |
722 | 2024-11-19T05:08:27.780Z | Downloaded openapiv3 v2.0.0 |
723 | 2024-11-19T05:08:27.780Z | Downloaded quick-error v1.2.3 |
724 | 2024-11-19T05:08:27.780Z | Downloaded env_logger v0.11.5 |
725 | 2024-11-19T05:08:27.781Z | Downloaded dhcproto-macros v0.1.0 |
726 | 2024-11-19T05:08:27.781Z | Downloaded unicode_categories v0.1.1 |
727 | 2024-11-19T05:08:27.805Z | Downloaded rustls-webpki v0.102.8 |
728 | 2024-11-19T05:08:27.805Z | Downloaded defmt-parser v0.3.4 |
729 | 2024-11-19T05:08:27.805Z | Downloaded x509-cert v0.2.5 |
730 | 2024-11-19T05:08:27.830Z | Downloaded percent-encoding v2.3.1 |
731 | 2024-11-19T05:08:27.830Z | Downloaded fallible-streaming-iterator v0.1.9 |
732 | 2024-11-19T05:08:27.830Z | Downloaded unicode-truncate v1.1.0 |
733 | 2024-11-19T05:08:27.830Z | Downloaded unarray v0.1.4 |
734 | 2024-11-19T05:08:27.830Z | Downloaded unicode-xid v0.2.6 |
735 | 2024-11-19T05:08:27.830Z | Downloaded tinyvec v1.8.0 |
736 | 2024-11-19T05:08:27.830Z | Downloaded rustls-webpki v0.101.7 |
737 | 2024-11-19T05:08:27.854Z | Downloaded proptest v1.5.0 |
738 | 2024-11-19T05:08:27.854Z | Downloaded progenitor-client v0.8.0 |
739 | 2024-11-19T05:08:27.854Z | Downloaded unicase v2.7.0 |
740 | 2024-11-19T05:08:27.854Z | Downloaded nu-ansi-term v0.50.1 |
741 | 2024-11-19T05:08:27.854Z | Downloaded tower-service v0.3.3 |
742 | 2024-11-19T05:08:27.854Z | Downloaded tinyvec_macros v0.1.1 |
743 | 2024-11-19T05:08:27.880Z | Downloaded serde_yaml v0.9.34+deprecated |
744 | 2024-11-19T05:08:27.880Z | Downloaded serde_repr v0.1.19 |
745 | 2024-11-19T05:08:27.880Z | Downloaded serde_path_to_error v0.1.16 |
746 | 2024-11-19T05:08:27.880Z | Downloaded rustc_version v0.4.1 |
747 | 2024-11-19T05:08:27.880Z | Downloaded progenitor-macro v0.8.0 |
748 | 2024-11-19T05:08:27.880Z | Downloaded newtype-uuid v1.1.3 |
749 | 2024-11-19T05:08:27.880Z | Downloaded new_debug_unreachable v1.0.6 |
750 | 2024-11-19T05:08:27.880Z | Downloaded der v0.7.9 |
751 | 2024-11-19T05:08:27.880Z | Downloaded defmt v0.3.8 |
752 | 2024-11-19T05:08:27.904Z | Downloaded debug-ignore v1.0.5 |
753 | 2024-11-19T05:08:27.905Z | Downloaded darling_macro v0.20.10 |
754 | 2024-11-19T05:08:27.905Z | Downloaded darling_core v0.20.10 |
755 | 2024-11-19T05:08:27.905Z | Downloaded writeable v0.5.5 |
756 | 2024-11-19T05:08:27.905Z | Downloaded winnow v0.5.40 |
757 | 2024-11-19T05:08:27.905Z | Downloaded prettyplease v0.2.25 |
758 | 2024-11-19T05:08:27.905Z | Downloaded rusqlite v0.32.1 |
759 | 2024-11-19T05:08:27.929Z | Downloaded itertools v0.13.0 |
760 | 2024-11-19T05:08:27.929Z | Downloaded num-integer v0.1.46 |
761 | 2024-11-19T05:08:27.929Z | Downloaded quinn-udp v0.5.5 |
762 | 2024-11-19T05:08:27.929Z | Downloaded dropshot_endpoint v0.13.0 |
763 | 2024-11-19T05:08:27.930Z | Downloaded dropshot_endpoint v0.12.0 |
764 | 2024-11-19T05:08:27.955Z | Downloaded russh-cryptovec v0.7.3 |
765 | 2024-11-19T05:08:27.955Z | Downloaded polyval v0.6.2 |
766 | 2024-11-19T05:08:27.955Z | Downloaded native-tls v0.2.12 |
767 | 2024-11-19T05:08:27.955Z | Downloaded nanorand v0.7.0 |
768 | 2024-11-19T05:08:27.955Z | Downloaded multimap v0.10.0 |
769 | 2024-11-19T05:08:27.955Z | Downloaded multer v3.1.0 |
770 | 2024-11-19T05:08:27.955Z | Downloaded mockall_derive v0.13.0 |
771 | 2024-11-19T05:08:27.955Z | Downloaded der_derive v0.7.3 |
772 | 2024-11-19T05:08:27.955Z | Downloaded xattr v1.3.1 |
773 | 2024-11-19T05:08:27.955Z | Downloaded write16 v1.0.0 |
774 | 2024-11-19T05:08:27.955Z | Downloaded newline-converter v0.3.0 |
775 | 2024-11-19T05:08:27.955Z | Downloaded heck v0.3.3 |
776 | 2024-11-19T05:08:27.955Z | Downloaded toml v0.7.8 |
777 | 2024-11-19T05:08:27.980Z | Downloaded signal-hook v0.3.17 |
778 | 2024-11-19T05:08:27.980Z | Downloaded sha3 v0.10.8 |
779 | 2024-11-19T05:08:27.980Z | Downloaded parking_lot v0.12.3 |
780 | 2024-11-19T05:08:27.980Z | Downloaded typed-path v0.9.3 |
781 | 2024-11-19T05:08:28.005Z | Downloaded tokio-postgres v0.7.12 |
782 | 2024-11-19T05:08:28.005Z | Downloaded ring v0.17.8 |
783 | 2024-11-19T05:08:28.069Z | Downloaded num v0.4.3 |
784 | 2024-11-19T05:08:28.094Z | Downloaded serde_with_macros v3.11.0 |
785 | 2024-11-19T05:08:28.094Z | Downloaded deranged v0.3.11 |
786 | 2024-11-19T05:08:28.094Z | Downloaded tokio-tungstenite v0.24.0 |
787 | 2024-11-19T05:08:28.094Z | Downloaded tokio-tungstenite v0.23.1 |
788 | 2024-11-19T05:08:28.094Z | Downloaded tokio-tungstenite v0.21.0 |
789 | 2024-11-19T05:08:28.094Z | Downloaded strum_macros v0.26.4 |
790 | 2024-11-19T05:08:28.094Z | Downloaded portable-atomic v1.9.0 |
791 | 2024-11-19T05:08:28.094Z | Downloaded half v2.4.1 |
792 | 2024-11-19T05:08:28.119Z | Downloaded static_assertions v1.1.0 |
793 | 2024-11-19T05:08:28.119Z | Downloaded which v4.4.2 |
794 | 2024-11-19T05:08:28.119Z | Downloaded typify-macro v0.2.0 |
795 | 2024-11-19T05:08:28.119Z | Downloaded topological-sort v0.2.2 |
796 | 2024-11-19T05:08:28.119Z | Downloaded structmeta-derive v0.2.0 |
797 | 2024-11-19T05:08:28.119Z | Downloaded structmeta v0.3.0 |
798 | 2024-11-19T05:08:28.119Z | Downloaded shlex v1.3.0 |
799 | 2024-11-19T05:08:28.119Z | Downloaded shell-words v1.1.0 |
800 | 2024-11-19T05:08:28.119Z | Downloaded sha1 v0.10.6 |
801 | 2024-11-19T05:08:28.119Z | Downloaded predicates-core v1.0.8 |
802 | 2024-11-19T05:08:28.119Z | Downloaded ppv-lite86 v0.2.20 |
803 | 2024-11-19T05:08:28.119Z | Downloaded postgres-types v0.2.8 |
804 | 2024-11-19T05:08:28.119Z | Downloaded parking_lot_core v0.9.10 |
805 | 2024-11-19T05:08:28.119Z | Downloaded parking_lot_core v0.8.6 |
806 | 2024-11-19T05:08:28.119Z | Downloaded num_enum v0.5.11 |
807 | 2024-11-19T05:08:28.144Z | Downloaded diesel-dtrace v0.3.0 |
808 | 2024-11-19T05:08:28.144Z | Downloaded vte v0.11.1 |
809 | 2024-11-19T05:08:28.144Z | Downloaded vergen v8.3.2 |
810 | 2024-11-19T05:08:28.144Z | Downloaded openssl-macros v0.1.1 |
811 | 2024-11-19T05:08:28.144Z | Downloaded itertools v0.12.1 |
812 | 2024-11-19T05:08:28.144Z | Downloaded idna v1.0.3 |
813 | 2024-11-19T05:08:28.169Z | Downloaded poly1305 v0.8.0 |
814 | 2024-11-19T05:08:28.169Z | Downloaded pkcs8 v0.10.2 |
815 | 2024-11-19T05:08:28.169Z | Downloaded enum-as-inner v0.5.1 |
816 | 2024-11-19T05:08:28.169Z | Downloaded signature v2.2.0 |
817 | 2024-11-19T05:08:28.169Z | Downloaded nibble_vec v0.1.0 |
818 | 2024-11-19T05:08:28.169Z | Downloaded strum_macros v0.25.3 |
819 | 2024-11-19T05:08:28.169Z | Downloaded signal-hook-tokio v0.3.1 |
820 | 2024-11-19T05:08:28.169Z | Downloaded signal-hook-registry v1.4.2 |
821 | 2024-11-19T05:08:28.169Z | Downloaded signal-hook-mio v0.2.4 |
822 | 2024-11-19T05:08:28.169Z | Downloaded primeorder v0.13.6 |
823 | 2024-11-19T05:08:28.169Z | Downloaded precomputed-hash v0.1.1 |
824 | 2024-11-19T05:08:28.169Z | Downloaded postgres-protocol v0.6.7 |
825 | 2024-11-19T05:08:28.169Z | Downloaded num_threads v0.1.7 |
826 | 2024-11-19T05:08:28.169Z | Downloaded num_enum_derive v0.5.11 |
827 | 2024-11-19T05:08:28.169Z | Downloaded num-traits v0.2.19 |
828 | 2024-11-19T05:08:28.195Z | Downloaded globset v0.4.15 |
829 | 2024-11-19T05:08:28.195Z | Downloaded gimli v0.31.1 |
830 | 2024-11-19T05:08:28.195Z | Downloaded libxml v0.3.3 |
831 | 2024-11-19T05:08:28.195Z | Downloaded heapless v0.7.17 |
832 | 2024-11-19T05:08:28.195Z | Downloaded diesel v2.2.4 |
833 | 2024-11-19T05:08:28.219Z | Downloaded sled v0.34.7 |
834 | 2024-11-19T05:08:28.248Z | Downloaded ring v0.16.20 |
835 | 2024-11-19T05:08:28.323Z | Downloaded rcgen v0.12.1 |
836 | 2024-11-19T05:08:28.347Z | Downloaded libm v0.2.8 |
837 | 2024-11-19T05:08:28.347Z | Downloaded proc-macro-crate v1.3.1 |
838 | 2024-11-19T05:08:28.347Z | Downloaded predicates-tree v1.0.11 |
839 | 2024-11-19T05:08:28.347Z | Downloaded predicates v3.1.2 |
840 | 2024-11-19T05:08:28.347Z | Downloaded parse-display-derive v0.10.0 |
841 | 2024-11-19T05:08:28.347Z | Downloaded parse-display v0.10.0 |
842 | 2024-11-19T05:08:28.347Z | Downloaded hash32 v0.3.1 |
843 | 2024-11-19T05:08:28.347Z | Downloaded getrandom v0.2.15 |
844 | 2024-11-19T05:08:28.372Z | Downloaded diff v0.1.13 |
845 | 2024-11-19T05:08:28.372Z | Downloaded diesel_table_macro_syntax v0.2.0 |
846 | 2024-11-19T05:08:28.372Z | Downloaded diesel_derives v2.2.3 |
847 | 2024-11-19T05:08:28.372Z | Downloaded vsss-rs v3.3.4 |
848 | 2024-11-19T05:08:28.372Z | Downloaded utf16_iter v1.0.5 |
849 | 2024-11-19T05:08:28.372Z | Downloaded take_mut v0.2.2 |
850 | 2024-11-19T05:08:28.372Z | Downloaded subprocess v0.2.9 |
851 | 2024-11-19T05:08:28.372Z | Downloaded itertools v0.10.5 |
852 | 2024-11-19T05:08:28.397Z | Downloaded toolchain_find v0.4.0 |
853 | 2024-11-19T05:08:28.397Z | Downloaded progenitor v0.8.0 |
854 | 2024-11-19T05:08:28.397Z | Downloaded pretty-hex v0.2.1 |
855 | 2024-11-19T05:08:28.397Z | Downloaded hash32 v0.2.1 |
856 | 2024-11-19T05:08:28.397Z | Downloaded group v0.13.0 |
857 | 2024-11-19T05:08:28.397Z | Downloaded glob v0.3.1 |
858 | 2024-11-19T05:08:28.397Z | Downloaded libsqlite3-sys v0.30.1 |
859 | 2024-11-19T05:08:28.511Z | Downloaded ghash v0.5.1 |
860 | 2024-11-19T05:08:28.511Z | Downloaded displaydoc v0.2.5 |
861 | 2024-11-19T05:08:28.535Z | Downloaded display-error-chain v0.2.2 |
862 | 2024-11-19T05:08:28.536Z | Downloaded value-bag v1.9.0 |
863 | 2024-11-19T05:08:28.536Z | Downloaded uzers v0.12.1 |
864 | 2024-11-19T05:08:28.536Z | Downloaded utf8_iter v1.0.4 |
865 | 2024-11-19T05:08:28.536Z | Downloaded thread_local v1.1.8 |
866 | 2024-11-19T05:08:28.536Z | Downloaded tabwriter v1.4.0 |
867 | 2024-11-19T05:08:28.536Z | Downloaded synstructure v0.13.1 |
868 | 2024-11-19T05:08:28.536Z | Downloaded sync-ptr v0.1.1 |
869 | 2024-11-19T05:08:28.536Z | Downloaded supports-color v3.0.1 |
870 | 2024-11-19T05:08:28.536Z | Downloaded subtle v2.6.1 |
871 | 2024-11-19T05:08:28.536Z | Downloaded slog v2.7.0 |
872 | 2024-11-19T05:08:28.536Z | Downloaded siphasher v0.3.11 |
873 | 2024-11-19T05:08:28.586Z | Downloaded similar v2.6.0 |
874 | 2024-11-19T05:08:28.586Z | Downloaded simd-adler32 v0.3.7 |
875 | 2024-11-19T05:08:28.586Z | Downloaded sigpipe v0.1.3 |
876 | 2024-11-19T05:08:28.611Z | Downloaded p256 v0.13.2 |
877 | 2024-11-19T05:08:28.611Z | Downloaded serde_urlencoded v0.7.1 |
878 | 2024-11-19T05:08:28.611Z | Downloaded serde_plain v1.0.2 |
879 | 2024-11-19T05:08:28.611Z | Downloaded parse-size v1.1.0 |
880 | 2024-11-19T05:08:28.611Z | Downloaded dirs-sys-next v0.1.2 |
881 | 2024-11-19T05:08:28.611Z | Downloaded dirs-next v2.0.0 |
882 | 2024-11-19T05:08:28.611Z | Downloaded difflib v0.4.0 |
883 | 2024-11-19T05:08:28.611Z | Downloaded uuid v1.11.0 |
884 | 2024-11-19T05:08:28.611Z | Downloaded sync_wrapper v1.0.1 |
885 | 2024-11-19T05:08:28.611Z | Downloaded rayon-core v1.12.1 |
886 | 2024-11-19T05:08:28.611Z | Downloaded radix_trie v0.2.1 |
887 | 2024-11-19T05:08:28.611Z | Downloaded parking_lot v0.11.2 |
888 | 2024-11-19T05:08:28.611Z | Downloaded tungstenite v0.24.0 |
889 | 2024-11-19T05:08:28.611Z | Downloaded time-macros v0.2.18 |
890 | 2024-11-19T05:08:28.611Z | Downloaded rand_xorshift v0.3.0 |
891 | 2024-11-19T05:08:28.611Z | Downloaded rand_seeder v0.3.0 |
892 | 2024-11-19T05:08:28.611Z | Downloaded rand_chacha v0.3.1 |
893 | 2024-11-19T05:08:28.611Z | Downloaded radium v0.7.0 |
894 | 2024-11-19T05:08:28.611Z | Downloaded oso v0.27.3 |
895 | 2024-11-19T05:08:28.611Z | Downloaded openssl-sys v0.9.104 |
896 | 2024-11-19T05:08:28.611Z | Downloaded minimal-lexical v0.2.1 |
897 | 2024-11-19T05:08:28.637Z | Downloaded hyper v1.5.0 |
898 | 2024-11-19T05:08:28.637Z | Downloaded wyz v0.5.1 |
899 | 2024-11-19T05:08:28.637Z | Downloaded rand_core v0.6.4 |
900 | 2024-11-19T05:08:28.637Z | Downloaded object v0.30.4 |
901 | 2024-11-19T05:08:28.661Z | Downloaded zerocopy-derive v0.6.6 |
902 | 2024-11-19T05:08:28.661Z | Downloaded icu_collections v1.5.0 |
903 | 2024-11-19T05:08:28.686Z | Downloaded openssl v0.10.68 |
904 | 2024-11-19T05:08:28.711Z | Downloaded futures v0.3.31 |
905 | 2024-11-19T05:08:28.711Z | Downloaded mio v1.0.2 |
906 | 2024-11-19T05:08:28.735Z | Downloaded zopfli v0.8.1 |
907 | 2024-11-19T05:08:28.736Z | Downloaded openssl-probe v0.1.5 |
908 | 2024-11-19T05:08:28.736Z | Downloaded object v0.36.5 |
909 | 2024-11-19T05:08:28.736Z | Downloaded slog-async v2.8.0 |
910 | 2024-11-19T05:08:28.736Z | Downloaded foldhash v0.1.3 |
911 | 2024-11-19T05:08:28.736Z | Downloaded float-cmp v0.9.0 |
912 | 2024-11-19T05:08:28.736Z | Downloaded owo-colors v4.1.0 |
913 | 2024-11-19T05:08:28.760Z | Downloaded omicron-zone-package v0.11.1 |
914 | 2024-11-19T05:08:28.760Z | Downloaded futures-channel v0.3.31 |
915 | 2024-11-19T05:08:28.760Z | Downloaded fs_extra v1.3.0 |
916 | 2024-11-19T05:08:28.760Z | Downloaded foreign-types-macros v0.2.3 |
917 | 2024-11-19T05:08:28.760Z | Downloaded flume v0.11.1 |
918 | 2024-11-19T05:08:28.760Z | Downloaded flate2 v1.0.34 |
919 | 2024-11-19T05:08:28.760Z | Downloaded zip v2.1.3 |
920 | 2024-11-19T05:08:28.785Z | Downloaded float-ord v0.3.2 |
921 | 2024-11-19T05:08:28.785Z | Downloaded fixedbitset v0.4.2 |
922 | 2024-11-19T05:08:28.786Z | Downloaded zone v0.1.8 |
923 | 2024-11-19T05:08:28.786Z | Downloaded yoke v0.7.4 |
924 | 2024-11-19T05:08:28.786Z | Downloaded slog-bunyan v2.5.0 |
925 | 2024-11-19T05:08:28.786Z | Downloaded fragile v2.0.0 |
926 | 2024-11-19T05:08:28.786Z | Downloaded foreign-types-shared v0.3.1 |
927 | 2024-11-19T05:08:28.786Z | Downloaded foreign-types-shared v0.1.1 |
928 | 2024-11-19T05:08:28.786Z | Downloaded zerovec v0.10.4 |
929 | 2024-11-19T05:08:28.787Z | Downloaded zeroize_derive v1.4.2 |
930 | 2024-11-19T05:08:28.787Z | Downloaded zerofrom v0.1.4 |
931 | 2024-11-19T05:08:28.787Z | Downloaded zerocopy v0.6.6 |
932 | 2024-11-19T05:08:28.787Z | Downloaded yasna v0.5.2 |
933 | 2024-11-19T05:08:28.787Z | Downloaded xz2 v0.1.7 |
934 | 2024-11-19T05:08:28.811Z | Downloaded typify v0.2.0 |
935 | 2024-11-19T05:08:28.811Z | Downloaded twox-hash v1.6.3 |
936 | 2024-11-19T05:08:28.811Z | Downloaded snafu-derive v0.8.5 |
937 | 2024-11-19T05:08:28.811Z | Downloaded packed_struct_codegen v0.10.1 |
938 | 2024-11-19T05:08:28.811Z | Downloaded foreign-types v0.3.2 |
939 | 2024-11-19T05:08:28.811Z | Downloaded zone v0.3.0 |
940 | 2024-11-19T05:08:28.811Z | Downloaded zip v0.6.6 |
941 | 2024-11-19T05:08:28.811Z | Downloaded zerovec-derive v0.10.3 |
942 | 2024-11-19T05:08:28.811Z | Downloaded zeroize v1.8.1 |
943 | 2024-11-19T05:08:28.811Z | Downloaded zerofrom-derive v0.1.4 |
944 | 2024-11-19T05:08:28.812Z | Downloaded yoke-derive v0.7.4 |
945 | 2024-11-19T05:08:28.812Z | Downloaded tungstenite v0.23.0 |
946 | 2024-11-19T05:08:28.812Z | Downloaded tungstenite v0.21.0 |
947 | 2024-11-19T05:08:28.837Z | Downloaded tui-tree-widget v0.22.0 |
948 | 2024-11-19T05:08:28.837Z | Downloaded try-lock v0.2.5 |
949 | 2024-11-19T05:08:28.837Z | Downloaded trust-dns-proto v0.22.0 |
950 | 2024-11-19T05:08:28.837Z | Downloaded tracing-core v0.1.32 |
951 | 2024-11-19T05:08:28.837Z | Downloaded tracing v0.1.40 |
952 | 2024-11-19T05:08:28.837Z | Downloaded aws-lc-sys v0.22.0 |
953 | 2024-11-19T05:08:29.071Z | Downloaded packed_struct v0.10.1 |
954 | 2024-11-19T05:08:29.096Z | Downloaded funty v2.0.0 |
955 | 2024-11-19T05:08:29.096Z | Downloaded thiserror-no-std v2.0.2 |
956 | 2024-11-19T05:08:29.096Z | Downloaded thiserror-impl-no-std v2.0.2 |
957 | 2024-11-19T05:08:29.096Z | Downloaded strum_macros v0.24.3 |
958 | 2024-11-19T05:08:29.096Z | Downloaded icu_normalizer v1.5.0 |
959 | 2024-11-19T05:08:29.096Z | Downloaded icu_locid_transform_data v1.5.0 |
960 | 2024-11-19T05:08:29.096Z | Downloaded oso-derive v0.27.3 |
961 | 2024-11-19T05:08:29.096Z | Downloaded tar v0.4.43 |
962 | 2024-11-19T05:08:29.096Z | Downloaded indicatif v0.17.9 |
963 | 2024-11-19T05:08:29.097Z | Downloaded termcolor v1.4.1 |
964 | 2024-11-19T05:08:29.097Z | Downloaded term v0.7.0 |
965 | 2024-11-19T05:08:29.121Z | Downloaded smoltcp v0.9.1 |
966 | 2024-11-19T05:08:29.121Z | Downloaded jobserver v0.1.32 |
967 | 2024-11-19T05:08:29.121Z | Downloaded icu_locid v1.5.0 |
968 | 2024-11-19T05:08:29.121Z | Downloaded hyper-util v0.1.10 |
969 | 2024-11-19T05:08:29.146Z | Downloaded hickory-proto v0.24.1 |
970 | 2024-11-19T05:08:29.146Z | Downloaded zone_cfg_derive v0.1.2 |
971 | 2024-11-19T05:08:29.146Z | Downloaded test-strategy v0.3.1 |
972 | 2024-11-19T05:08:29.146Z | Downloaded termtree v0.4.1 |
973 | 2024-11-19T05:08:29.147Z | Downloaded tap v1.0.1 |
974 | 2024-11-19T05:08:29.147Z | Downloaded strum v0.26.3 |
975 | 2024-11-19T05:08:29.147Z | Downloaded structmeta-derive v0.3.0 |
976 | 2024-11-19T05:08:29.171Z | Downloaded snafu v0.8.5 |
977 | 2024-11-19T05:08:29.171Z | Downloaded smoltcp v0.11.0 |
978 | 2024-11-19T05:08:29.171Z | Downloaded sec1 v0.7.3 |
979 | 2024-11-19T05:08:29.171Z | Downloaded ratatui v0.28.1 |
980 | 2024-11-19T05:08:29.196Z | Downloaded litemap v0.7.3 |
981 | 2024-11-19T05:08:29.196Z | Downloaded libloading v0.8.5 |
982 | 2024-11-19T05:08:29.196Z | Downloaded indexmap v1.9.3 |
983 | 2024-11-19T05:08:29.220Z | Downloaded csv v1.3.0 |
984 | 2024-11-19T05:08:29.220Z | Downloaded smf v0.2.3 |
985 | 2024-11-19T05:08:29.244Z | Downloaded smallvec v1.13.2 |
986 | 2024-11-19T05:08:29.244Z | Downloaded memoffset v0.9.1 |
987 | 2024-11-19T05:08:29.244Z | Downloaded memmap2 v0.9.5 |
988 | 2024-11-19T05:08:29.244Z | Downloaded lru v0.12.5 |
989 | 2024-11-19T05:08:29.244Z | Downloaded ipnet v2.10.1 |
990 | 2024-11-19T05:08:29.244Z | Downloaded icu_provider v1.5.0 |
991 | 2024-11-19T05:08:29.244Z | Downloaded hyper-rustls v0.27.3 |
992 | 2024-11-19T05:08:29.244Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
993 | 2024-11-19T05:08:29.269Z | Downloaded salty v0.3.0 |
994 | 2024-11-19T05:08:29.269Z | Downloaded rustyline v14.0.0 |
995 | 2024-11-19T05:08:29.269Z | Downloaded miniz_oxide v0.8.0 |
996 | 2024-11-19T05:08:29.269Z | Downloaded mime_guess v2.0.5 |
997 | 2024-11-19T05:08:29.269Z | Downloaded maplit v1.0.2 |
998 | 2024-11-19T05:08:29.269Z | Downloaded managed v0.8.0 |
999 | 2024-11-19T05:08:29.269Z | Downloaded lockfree-object-pool v0.1.6 |
1000 | 2024-11-19T05:08:29.269Z | Downloaded lock_api v0.4.12 |
1001 | 2024-11-19T05:08:29.293Z | Downloaded internet-checksum v0.2.1 |
1002 | 2024-11-19T05:08:29.293Z | Downloaded icu_normalizer_data v1.5.0 |
1003 | 2024-11-19T05:08:29.293Z | Downloaded scheduled-thread-pool v0.2.7 |
1004 | 2024-11-19T05:08:29.293Z | Downloaded mockall v0.13.0 |
1005 | 2024-11-19T05:08:29.293Z | Downloaded mime v0.3.17 |
1006 | 2024-11-19T05:08:29.293Z | Downloaded md-5 v0.10.6 |
1007 | 2024-11-19T05:08:29.293Z | Downloaded libsw v3.3.1 |
1008 | 2024-11-19T05:08:29.293Z | Downloaded lazycell v1.3.0 |
1009 | 2024-11-19T05:08:29.293Z | Downloaded idna_adapter v1.2.0 |
1010 | 2024-11-19T05:08:29.293Z | Downloaded http v1.1.0 |
1011 | 2024-11-19T05:08:29.294Z | Downloaded curve25519-dalek v4.1.3 |
1012 | 2024-11-19T05:08:29.318Z | Downloaded chrono-tz v0.10.0 |
1013 | 2024-11-19T05:08:29.318Z | Downloaded bstr v1.10.0 |
1014 | 2024-11-19T05:08:29.318Z | Downloaded schemars v0.8.21 |
1015 | 2024-11-19T05:08:29.342Z | Downloaded samael v0.0.17 |
1016 | 2024-11-19T05:08:29.342Z | Downloaded rsa v0.9.6 |
1017 | 2024-11-19T05:08:29.342Z | Downloaded md5 v0.7.0 |
1018 | 2024-11-19T05:08:29.342Z | Downloaded lru-cache v0.1.2 |
1019 | 2024-11-19T05:08:29.366Z | Downloaded keccak v0.1.5 |
1020 | 2024-11-19T05:08:29.366Z | Downloaded is-terminal v0.4.13 |
1021 | 2024-11-19T05:08:29.366Z | Downloaded ipnetwork v0.20.0 |
1022 | 2024-11-19T05:08:29.366Z | Downloaded icu_properties v1.5.1 |
1023 | 2024-11-19T05:08:29.366Z | Downloaded schemars_derive v0.8.21 |
1024 | 2024-11-19T05:08:29.366Z | Downloaded salsa20 v0.10.2 |
1025 | 2024-11-19T05:08:29.366Z | Downloaded rtoolbox v0.0.2 |
1026 | 2024-11-19T05:08:29.367Z | Downloaded ron v0.8.1 |
1027 | 2024-11-19T05:08:29.367Z | Downloaded ron v0.7.1 |
1028 | 2024-11-19T05:08:29.367Z | Downloaded ref-cast v1.0.23 |
1029 | 2024-11-19T05:08:29.391Z | Downloaded rand v0.8.5 |
1030 | 2024-11-19T05:08:29.391Z | Downloaded maybe-uninit v2.0.0 |
1031 | 2024-11-19T05:08:29.391Z | Downloaded lalrpop-util v0.19.12 |
1032 | 2024-11-19T05:08:29.391Z | Downloaded kstat-rs v0.2.4 |
1033 | 2024-11-19T05:08:29.391Z | Downloaded icu_locid_transform v1.5.0 |
1034 | 2024-11-19T05:08:29.391Z | Downloaded bitvec v1.0.1 |
1035 | 2024-11-19T05:08:29.416Z | Downloaded ref-cast-impl v1.0.23 |
1036 | 2024-11-19T05:08:29.416Z | Downloaded qorb v0.2.0 |
1037 | 2024-11-19T05:08:29.416Z | Downloaded mirai-annotations v1.12.0 |
1038 | 2024-11-19T05:08:29.416Z | Downloaded matches v0.1.10 |
1039 | 2024-11-19T05:08:29.416Z | Downloaded impl-trait-for-tuples v0.2.2 |
1040 | 2024-11-19T05:08:29.416Z | Downloaded crossterm v0.28.1 |
1041 | 2024-11-19T05:08:29.416Z | Downloaded chrono v0.4.38 |
1042 | 2024-11-19T05:08:29.440Z | Downloaded blake3 v1.5.4 |
1043 | 2024-11-19T05:08:29.440Z | Downloaded linked-hash-map v0.5.6 |
1044 | 2024-11-19T05:08:29.440Z | Downloaded libefi-sys v0.1.0 |
1045 | 2024-11-19T05:08:29.440Z | Downloaded indoc v1.0.9 |
1046 | 2024-11-19T05:08:29.440Z | Downloaded iana-time-zone v0.1.61 |
1047 | 2024-11-19T05:08:29.440Z | Downloaded humantime v2.1.0 |
1048 | 2024-11-19T05:08:29.440Z | Downloaded hubpack v0.1.2 |
1049 | 2024-11-19T05:08:29.465Z | Downloaded crypto-bigint v0.5.5 |
1050 | 2024-11-19T05:08:29.465Z | Downloaded crossbeam-utils v0.8.20 |
1051 | 2024-11-19T05:08:29.465Z | Downloaded crossbeam-channel v0.5.13 |
1052 | 2024-11-19T05:08:29.465Z | Downloaded cookie v0.18.1 |
1053 | 2024-11-19T05:08:29.465Z | Downloaded const_format v0.2.33 |
1054 | 2024-11-19T05:08:29.465Z | Downloaded compact_str v0.8.0 |
1055 | 2024-11-19T05:08:29.489Z | Downloaded chacha20poly1305 v0.10.1 |
1056 | 2024-11-19T05:08:29.490Z | Downloaded cc v1.1.30 |
1057 | 2024-11-19T05:08:29.490Z | Downloaded match_cfg v0.1.0 |
1058 | 2024-11-19T05:08:29.490Z | Downloaded linear-map v1.2.0 |
1059 | 2024-11-19T05:08:29.490Z | Downloaded lazy_static v1.5.0 |
1060 | 2024-11-19T05:08:29.490Z | Downloaded instability v0.3.2 |
1061 | 2024-11-19T05:08:29.490Z | Downloaded inout v0.1.3 |
1062 | 2024-11-19T05:08:29.490Z | Downloaded indent_write v2.2.0 |
1063 | 2024-11-19T05:08:29.490Z | Downloaded icu_provider_macros v1.5.0 |
1064 | 2024-11-19T05:08:29.490Z | Downloaded hyper-tls v0.6.0 |
1065 | 2024-11-19T05:08:29.490Z | Downloaded hubpack_derive v0.1.1 |
1066 | 2024-11-19T05:08:29.490Z | Downloaded csv-core v0.1.11 |
1067 | 2024-11-19T05:08:29.490Z | Downloaded crossbeam-epoch v0.9.18 |
1068 | 2024-11-19T05:08:29.490Z | Downloaded crc-any v2.5.0 |
1069 | 2024-11-19T05:08:29.515Z | Downloaded crc v3.2.1 |
1070 | 2024-11-19T05:08:29.515Z | Downloaded const_format_proc_macros v0.2.33 |
1071 | 2024-11-19T05:08:29.515Z | Downloaded clang-sys v1.8.1 |
1072 | 2024-11-19T05:08:29.515Z | Downloaded chrono-tz-build v0.4.0 |
1073 | 2024-11-19T05:08:29.515Z | Downloaded cancel-safe-futures v0.1.5 |
1074 | 2024-11-19T05:08:29.515Z | Downloaded bytes v1.8.0 |
1075 | 2024-11-19T05:08:29.515Z | Downloaded bumpalo v3.16.0 |
1076 | 2024-11-19T05:08:29.515Z | Downloaded rpassword v7.3.1 |
1077 | 2024-11-19T05:08:29.515Z | Downloaded is_ci v1.2.0 |
1078 | 2024-11-19T05:08:29.515Z | Downloaded instant v0.1.13 |
1079 | 2024-11-19T05:08:29.515Z | Downloaded http-range v0.1.5 |
1080 | 2024-11-19T05:08:29.539Z | Downloaded hmac v0.12.1 |
1081 | 2024-11-19T05:08:29.539Z | Downloaded curve25519-dalek-derive v0.1.1 |
1082 | 2024-11-19T05:08:29.539Z | Downloaded crossbeam-deque v0.8.5 |
1083 | 2024-11-19T05:08:29.539Z | Downloaded crc32fast v1.4.2 |
1084 | 2024-11-19T05:08:29.540Z | Downloaded crc-catalog v2.4.0 |
1085 | 2024-11-19T05:08:29.540Z | Downloaded cookie_store v0.21.0 |
1086 | 2024-11-19T05:08:29.540Z | Downloaded constant_time_eq v0.3.1 |
1087 | 2024-11-19T05:08:29.540Z | Downloaded ciborium-ll v0.2.2 |
1088 | 2024-11-19T05:08:29.540Z | Downloaded ciborium v0.2.2 |
1089 | 2024-11-19T05:08:29.540Z | Downloaded chacha20 v0.9.1 |
1090 | 2024-11-19T05:08:29.540Z | Downloaded cassowary v0.3.0 |
1091 | 2024-11-19T05:08:29.540Z | Downloaded bzip2 v0.4.4 |
1092 | 2024-11-19T05:08:29.540Z | Downloaded block-padding v0.3.3 |
1093 | 2024-11-19T05:08:29.540Z | Downloaded blake2 v0.10.6 |
1094 | 2024-11-19T05:08:29.540Z | Downloaded hyper-staticfile v0.10.1 |
1095 | 2024-11-19T05:08:29.564Z | Downloaded httpdate v1.0.3 |
1096 | 2024-11-19T05:08:29.564Z | Downloaded headers-core v0.3.0 |
1097 | 2024-11-19T05:08:29.564Z | Downloaded cstr-argument v0.1.2 |
1098 | 2024-11-19T05:08:29.564Z | Downloaded crunchy v0.2.2 |
1099 | 2024-11-19T05:08:29.564Z | Downloaded crucible-workspace-hack v0.1.0 |
1100 | 2024-11-19T05:08:29.564Z | Downloaded convert_case v0.4.0 |
1101 | 2024-11-19T05:08:29.565Z | Downloaded const-oid v0.9.6 |
1102 | 2024-11-19T05:08:29.565Z | Downloaded console v0.15.8 |
1103 | 2024-11-19T05:08:29.565Z | Downloaded cobs v0.2.3 |
1104 | 2024-11-19T05:08:29.565Z | Downloaded cipher v0.4.4 |
1105 | 2024-11-19T05:08:29.565Z | Downloaded ciborium-io v0.2.2 |
1106 | 2024-11-19T05:08:29.565Z | Downloaded cexpr v0.6.0 |
1107 | 2024-11-19T05:08:29.565Z | Downloaded cbc v0.1.2 |
1108 | 2024-11-19T05:08:29.565Z | Downloaded castaway v0.2.3 |
1109 | 2024-11-19T05:08:29.565Z | Downloaded buf-list v1.0.3 |
1110 | 2024-11-19T05:08:29.565Z | Downloaded blowfish v0.9.1 |
1111 | 2024-11-19T05:08:29.565Z | Downloaded bitfield-struct v0.6.2 |
1112 | 2024-11-19T05:08:29.589Z | Downloaded hostname v0.3.1 |
1113 | 2024-11-19T05:08:29.589Z | Downloaded home v0.5.9 |
1114 | 2024-11-19T05:08:29.589Z | Downloaded hkdf v0.12.4 |
1115 | 2024-11-19T05:08:29.589Z | Downloaded hickory-server v0.24.1 |
1116 | 2024-11-19T05:08:29.589Z | Downloaded colored v2.1.0 |
1117 | 2024-11-19T05:08:29.589Z | Downloaded cmake v0.1.51 |
1118 | 2024-11-19T05:08:29.589Z | Downloaded cfg_aliases v0.2.1 |
1119 | 2024-11-19T05:08:29.590Z | Downloaded cfg_aliases v0.1.1 |
1120 | 2024-11-19T05:08:29.590Z | Downloaded bindgen v0.69.5 |
1121 | 2024-11-19T05:08:29.614Z | Downloaded bcrypt-pbkdf v0.10.0 |
1122 | 2024-11-19T05:08:29.614Z | Downloaded base64 v0.22.1 |
1123 | 2024-11-19T05:08:29.614Z | Downloaded aws-lc-rs v1.10.0 |
1124 | 2024-11-19T05:08:29.614Z | Downloaded hickory-resolver v0.24.1 |
1125 | 2024-11-19T05:08:29.614Z | Downloaded bitflags v1.3.2 |
1126 | 2024-11-19T05:08:29.614Z | Downloaded bitfield v0.14.0 |
1127 | 2024-11-19T05:08:29.639Z | Downloaded bcs v0.1.6 |
1128 | 2024-11-19T05:08:29.639Z | Downloaded bb8 v0.8.5 |
1129 | 2024-11-19T05:08:29.639Z | Downloaded base64 v0.21.7 |
1130 | 2024-11-19T05:08:29.639Z | Downloaded backtrace v0.3.74 |
1131 | 2024-11-19T05:08:29.639Z | Downloaded async-stream-impl v0.3.6 |
1132 | 2024-11-19T05:08:29.639Z | Downloaded highway v1.2.0 |
1133 | 2024-11-19T05:08:29.639Z | Downloaded base64ct v1.6.0 |
1134 | 2024-11-19T05:08:29.639Z | Downloaded backoff v0.4.0 |
1135 | 2024-11-19T05:08:29.639Z | Downloaded atomic-waker v1.1.2 |
1136 | 2024-11-19T05:08:29.639Z | Downloaded async-trait v0.1.83 |
1137 | 2024-11-19T05:08:29.663Z | Downloaded async-stream v0.3.6 |
1138 | 2024-11-19T05:08:29.663Z | Downloaded assert_matches v1.5.0 |
1139 | 2024-11-19T05:08:29.663Z | Downloaded bit-vec v0.6.3 |
1140 | 2024-11-19T05:08:29.663Z | Downloaded bit-set v0.5.3 |
1141 | 2024-11-19T05:08:29.663Z | Downloaded base64 v0.13.1 |
1142 | 2024-11-19T05:08:29.664Z | Downloaded base16ct v0.2.0 |
1143 | 2024-11-19T05:08:29.664Z | Downloaded atty v0.2.14 |
1144 | 2024-11-19T05:08:29.664Z | Downloaded atomicwrites v0.4.4 |
1145 | 2024-11-19T05:08:29.664Z | Downloaded async-recursion v1.1.1 |
1146 | 2024-11-19T05:08:29.664Z | Downloaded async-bb8-diesel v0.2.1 |
1147 | 2024-11-19T05:08:29.664Z | Downloaded arrayvec v0.7.6 |
1148 | 2024-11-19T05:08:29.664Z | Downloaded allocator-api2 v0.2.18 |
1149 | 2024-11-19T05:08:29.688Z | Downloaded aes-gcm v0.10.3 |
1150 | 2024-11-19T05:08:29.688Z | Downloaded argon2 v0.5.3 |
1151 | 2024-11-19T05:08:29.688Z | Downloaded arc-swap v1.7.1 |
1152 | 2024-11-19T05:08:29.688Z | Downloaded aho-corasick v1.1.3 |
1153 | 2024-11-19T05:08:29.688Z | Downloaded aes v0.8.4 |
1154 | 2024-11-19T05:08:29.688Z | Downloaded aead v0.5.2 |
1155 | 2024-11-19T05:08:29.688Z | Downloaded array-init v0.0.4 |
1156 | 2024-11-19T05:08:29.688Z | Downloaded ahash v0.8.11 |
1157 | 2024-11-19T05:08:29.817Z | Compiling serde v1.0.215 |
1158 | 2024-11-19T05:08:29.842Z | Compiling lock_api v0.4.12 |
1159 | 2024-11-19T05:08:29.842Z | Compiling scopeguard v1.2.0 |
1160 | 2024-11-19T05:08:29.842Z | Compiling value-bag v1.9.0 |
1161 | 2024-11-19T05:08:29.842Z | Compiling typenum v1.17.0 |
1162 | 2024-11-19T05:08:29.842Z | Compiling generic-array v0.14.7 |
1163 | 2024-11-19T05:08:29.842Z | Compiling syn v2.0.87 |
1164 | 2024-11-19T05:08:29.867Z | Compiling getrandom v0.2.15 |
1165 | 2024-11-19T05:08:30.012Z | Compiling shlex v1.3.0 |
1166 | 2024-11-19T05:08:30.162Z | Compiling rand_core v0.6.4 |
1167 | 2024-11-19T05:08:30.325Z | Compiling log v0.4.22 |
1168 | 2024-11-19T05:08:30.401Z | Compiling subtle v2.6.1 |
1169 | 2024-11-19T05:08:30.429Z | Compiling jobserver v0.1.32 |
1170 | 2024-11-19T05:08:30.453Z | Compiling const-oid v0.9.6 |
1171 | 2024-11-19T05:08:30.636Z | Compiling smallvec v1.13.2 |
1172 | 2024-11-19T05:08:30.721Z | Compiling pin-project-lite v0.2.14 |
1173 | 2024-11-19T05:08:30.778Z | Compiling cc v1.1.30 |
1174 | 2024-11-19T05:08:30.851Z | Compiling spin v0.9.8 |
1175 | 2024-11-19T05:08:31.004Z | Compiling rustix v0.38.37 |
1176 | 2024-11-19T05:08:31.134Z | Compiling parking_lot_core v0.9.10 |
1177 | 2024-11-19T05:08:31.229Z | Compiling futures-core v0.3.31 |
1178 | 2024-11-19T05:08:31.292Z | Compiling signal-hook-registry v1.4.2 |
1179 | 2024-11-19T05:08:31.471Z | Compiling mio v1.0.2 |
1180 | 2024-11-19T05:08:31.890Z | Compiling aho-corasick v1.1.3 |
1181 | 2024-11-19T05:08:32.072Z | Compiling parking_lot v0.12.3 |
1182 | 2024-11-19T05:08:32.097Z | Compiling either v1.13.0 |
1183 | 2024-11-19T05:08:32.235Z | Compiling regex-syntax v0.8.5 |
1184 | 2024-11-19T05:08:32.260Z | Compiling cpufeatures v0.2.14 |
1185 | 2024-11-19T05:08:32.367Z | Compiling lazy_static v1.5.0 |
1186 | 2024-11-19T05:08:32.494Z | Compiling futures-sink v0.3.31 |
1187 | 2024-11-19T05:08:32.524Z | Compiling glob v0.3.1 |
1188 | 2024-11-19T05:08:32.616Z | Compiling stable_deref_trait v1.2.0 |
1189 | 2024-11-19T05:08:32.654Z | Compiling socket2 v0.5.7 |
1190 | 2024-11-19T05:08:32.727Z | Compiling slab v0.4.9 |
1191 | 2024-11-19T05:08:32.945Z | Compiling prettyplease v0.2.25 |
1192 | 2024-11-19T05:08:33.157Z | Compiling minimal-lexical v0.2.1 |
1193 | 2024-11-19T05:08:33.588Z | Compiling clang-sys v1.8.1 |
1194 | 2024-11-19T05:08:33.818Z | Compiling nom v7.1.3 |
1195 | 2024-11-19T05:08:33.866Z | Compiling libloading v0.8.5 |
1196 | 2024-11-19T05:08:33.943Z | Compiling home v0.5.9 |
1197 | 2024-11-19T05:08:34.339Z | Compiling serde_json v1.0.132 |
1198 | 2024-11-19T05:08:34.364Z | Compiling bindgen v0.69.5 |
1199 | 2024-11-19T05:08:34.640Z | Compiling futures-channel v0.3.31 |
1200 | 2024-11-19T05:08:34.995Z | Compiling itertools v0.12.1 |
1201 | 2024-11-19T05:08:35.020Z | Compiling lazycell v1.3.0 |
1202 | 2024-11-19T05:08:35.066Z | Compiling futures-io v0.3.31 |
1203 | 2024-11-19T05:08:35.169Z | Compiling futures-task v0.3.31 |
1204 | 2024-11-19T05:08:35.348Z | Compiling rustc-hash v1.1.0 |
1205 | 2024-11-19T05:08:35.452Z | Compiling pin-utils v0.1.0 |
1206 | 2024-11-19T05:08:35.491Z | Compiling foldhash v0.1.3 |
1207 | 2024-11-19T05:08:35.541Z | Compiling allocator-api2 v0.2.18 |
1208 | 2024-11-19T05:08:35.759Z | Compiling regex-automata v0.4.8 |
1209 | 2024-11-19T05:08:36.236Z | Compiling hashbrown v0.15.0 |
1210 | 2024-11-19T05:08:36.975Z | Compiling synstructure v0.13.1 |
1211 | 2024-11-19T05:08:37.064Z | Compiling cexpr v0.6.0 |
1212 | 2024-11-19T05:08:37.607Z | Compiling cmake v0.1.51 |
1213 | 2024-11-19T05:08:38.273Z | Compiling dunce v1.0.5 |
1214 | 2024-11-19T05:08:38.396Z | Compiling libm v0.2.8 |
1215 | 2024-11-19T05:08:38.475Z | Compiling tinyvec_macros v0.1.1 |
1216 | 2024-11-19T05:08:38.521Z | Compiling fs_extra v1.3.0 |
1217 | 2024-11-19T05:08:38.570Z | Compiling pkg-config v0.3.31 |
1218 | 2024-11-19T05:08:38.654Z | Compiling tinyvec v1.8.0 |
1219 | 2024-11-19T05:08:38.769Z | Compiling num-traits v0.2.19 |
1220 | 2024-11-19T05:08:39.240Z | Compiling ring v0.17.8 |
1221 | 2024-11-19T05:08:39.957Z | Compiling unicode-normalization v0.1.24 |
1222 | 2024-11-19T05:08:39.996Z | Compiling unicode-bidi v0.3.17 |
1223 | 2024-11-19T05:08:40.185Z | Compiling litemap v0.7.3 |
1224 | 2024-11-19T05:08:40.228Z | Compiling base64ct v1.6.0 |
1225 | 2024-11-19T05:08:40.252Z | Compiling writeable v0.5.5 |
1226 | 2024-11-19T05:08:40.543Z | Compiling regex v1.11.1 |
1227 | 2024-11-19T05:08:40.744Z | Compiling paste v1.0.15 |
1228 | 2024-11-19T05:08:40.768Z | Compiling pem-rfc7468 v0.7.0 |
1229 | 2024-11-19T05:08:41.277Z | Compiling flagset v0.4.6 |
1230 | 2024-11-19T05:08:41.419Z | Compiling aws-lc-rs v1.10.0 |
1231 | 2024-11-19T05:08:41.471Z | Compiling httparse v1.9.5 |
1232 | 2024-11-19T05:08:41.804Z | Compiling tracing-core v0.1.32 |
1233 | 2024-11-19T05:08:42.187Z | Compiling percent-encoding v2.3.1 |
1234 | 2024-11-19T05:08:42.517Z | Compiling crossbeam-utils v0.8.20 |
1235 | 2024-11-19T05:08:42.541Z | Compiling icu_locid_transform_data v1.5.0 |
1236 | 2024-11-19T05:08:42.639Z | Compiling rustls-pki-types v1.9.0 |
1237 | 2024-11-19T05:08:42.824Z | Compiling serde_derive v1.0.215 |
1238 | 2024-11-19T05:08:42.928Z | Compiling zeroize_derive v1.4.2 |
1239 | 2024-11-19T05:08:42.998Z | Compiling zerocopy-derive v0.7.35 |
1240 | 2024-11-19T05:08:43.045Z | Compiling tokio-macros v2.4.0 |
1241 | 2024-11-19T05:08:43.701Z | Compiling zerofrom-derive v0.1.4 |
1242 | 2024-11-19T05:08:44.296Z | Compiling zeroize v1.8.1 |
1243 | 2024-11-19T05:08:44.429Z | Compiling thiserror-impl v1.0.69 |
1244 | 2024-11-19T05:08:45.004Z | Compiling yoke-derive v0.7.4 |
1245 | 2024-11-19T05:08:45.029Z | Compiling zerocopy v0.7.35 |
1246 | 2024-11-19T05:08:45.790Z | Compiling crypto-common v0.1.6 |
1247 | 2024-11-19T05:08:45.841Z | Compiling block-buffer v0.10.4 |
1248 | 2024-11-19T05:08:45.994Z | Compiling futures-macro v0.3.31 |
1249 | 2024-11-19T05:08:46.103Z | Compiling digest v0.10.7 |
1250 | 2024-11-19T05:08:46.361Z | Compiling zerovec-derive v0.10.3 |
1251 | 2024-11-19T05:08:46.530Z | Compiling hmac v0.12.1 |
1252 | 2024-11-19T05:08:46.715Z | Compiling block-padding v0.3.3 |
1253 | 2024-11-19T05:08:46.751Z | Compiling displaydoc v0.2.5 |
1254 | 2024-11-19T05:08:46.937Z | Compiling inout v0.1.3 |
1255 | 2024-11-19T05:08:47.194Z | Compiling cipher v0.4.4 |
1256 | 2024-11-19T05:08:47.234Z | Compiling thiserror v1.0.69 |
1257 | 2024-11-19T05:08:47.307Z | Compiling zerofrom v0.1.4 |
1258 | 2024-11-19T05:08:47.367Z | Compiling sha2 v0.10.8 |
1259 | 2024-11-19T05:08:47.507Z | Compiling ppv-lite86 v0.2.20 |
1260 | 2024-11-19T05:08:47.629Z | Compiling futures-util v0.3.31 |
1261 | 2024-11-19T05:08:47.653Z | Compiling yoke v0.7.4 |
1262 | 2024-11-19T05:08:47.677Z | Compiling der_derive v0.7.3 |
1263 | 2024-11-19T05:08:47.983Z | Compiling icu_provider_macros v1.5.0 |
1264 | 2024-11-19T05:08:48.218Z | Compiling rand_chacha v0.3.1 |
1265 | 2024-11-19T05:08:48.242Z | Compiling tracing-attributes v0.1.27 |
1266 | 2024-11-19T05:08:48.629Z | Compiling zerovec v0.10.4 |
1267 | 2024-11-19T05:08:49.049Z | Compiling rand v0.8.5 |
1268 | 2024-11-19T05:08:49.771Z | Compiling der v0.7.9 |
1269 | 2024-11-19T05:08:50.067Z | Compiling salsa20 v0.10.2 |
1270 | 2024-11-19T05:08:50.161Z | Compiling pest v2.7.14 |
1271 | 2024-11-19T05:08:50.269Z | Compiling tinystr v0.7.6 |
1272 | 2024-11-19T05:08:50.560Z | Compiling icu_collections v1.5.0 |
1273 | 2024-11-19T05:08:50.642Z | Compiling icu_locid v1.5.0 |
1274 | 2024-11-19T05:08:50.842Z | Compiling pbkdf2 v0.12.2 |
1275 | 2024-11-19T05:08:51.429Z | Compiling tracing v0.1.40 |
1276 | 2024-11-19T05:08:51.680Z | Compiling icu_provider v1.5.0 |
1277 | 2024-11-19T05:08:51.827Z | Compiling spki v0.7.3 |
1278 | 2024-11-19T05:08:51.954Z | Compiling time-core v0.1.2 |
1279 | 2024-11-19T05:08:52.134Z | Compiling vcpkg v0.2.15 |
1280 | 2024-11-19T05:08:52.227Z | Compiling icu_properties_data v1.5.0 |
1281 | 2024-11-19T05:08:52.507Z | Compiling icu_locid_transform v1.5.0 |
1282 | 2024-11-19T05:08:52.711Z | Compiling mirai-annotations v1.12.0 |
1283 | 2024-11-19T05:08:52.737Z | Compiling untrusted v0.7.1 |
1284 | 2024-11-19T05:08:52.761Z | Compiling num-conv v0.1.0 |
1285 | 2024-11-19T05:08:52.836Z | Compiling powerfmt v0.2.0 |
1286 | 2024-11-19T05:08:52.909Z | Compiling untrusted v0.9.0 |
1287 | 2024-11-19T05:08:52.935Z | Compiling pest_meta v2.7.14 |
1288 | 2024-11-19T05:08:53.062Z | Compiling time-macros v0.2.18 |
1289 | 2024-11-19T05:08:53.110Z | Compiling deranged v0.3.11 |
1290 | 2024-11-19T05:08:54.192Z | Compiling openssl-sys v0.9.104 |
1291 | 2024-11-19T05:08:54.400Z | Compiling icu_properties v1.5.1 |
1292 | 2024-11-19T05:08:54.785Z | Compiling bitflags v2.6.0 |
1293 | 2024-11-19T05:08:54.899Z | Compiling bytes v1.8.0 |
1294 | 2024-11-19T05:08:55.180Z | Compiling indexmap v2.6.0 |
1295 | 2024-11-19T05:08:55.738Z | Compiling tokio v1.40.0 |
1296 | 2024-11-19T05:08:56.039Z | Compiling http v1.1.0 |
1297 | 2024-11-19T05:08:56.384Z | Compiling semver v1.0.23 |
1298 | 2024-11-19T05:08:56.438Z | Compiling scrypt v0.11.0 |
1299 | 2024-11-19T05:08:56.934Z | Compiling rustc_version v0.4.1 |
1300 | 2024-11-19T05:08:57.046Z | Compiling cbc v0.1.2 |
1301 | 2024-11-19T05:08:57.259Z | Compiling aes v0.8.4 |
1302 | 2024-11-19T05:08:57.296Z | Compiling scroll_derive v0.12.0 |
1303 | 2024-11-19T05:08:57.642Z | Compiling write16 v1.0.0 |
1304 | 2024-11-19T05:08:57.679Z | Compiling utf8_iter v1.0.4 |
1305 | 2024-11-19T05:08:57.766Z | Compiling icu_normalizer_data v1.5.0 |
1306 | 2024-11-19T05:08:57.867Z | Compiling utf16_iter v1.0.5 |
1307 | 2024-11-19T05:08:57.902Z | Compiling num_threads v0.1.7 |
1308 | 2024-11-19T05:08:58.025Z | Compiling atomic-waker v1.1.2 |
1309 | 2024-11-19T05:08:58.079Z | Compiling pkcs5 v0.7.1 |
1310 | 2024-11-19T05:08:58.214Z | Compiling icu_normalizer v1.5.0 |
1311 | 2024-11-19T05:08:58.238Z | Compiling time v0.3.36 |
1312 | 2024-11-19T05:08:58.578Z | Compiling which v4.4.2 |
1313 | 2024-11-19T05:08:58.602Z | Compiling scroll v0.12.0 |
1314 | 2024-11-19T05:08:59.120Z | Compiling http-body v1.0.1 |
1315 | 2024-11-19T05:08:59.333Z | Compiling pest_generator v2.7.14 |
1316 | 2024-11-19T05:08:59.358Z | Compiling form_urlencoded v1.2.1 |
1317 | 2024-11-19T05:08:59.576Z | Compiling try-lock v0.2.5 |
1318 | 2024-11-19T05:08:59.651Z | Compiling slog v2.7.0 |
1319 | 2024-11-19T05:08:59.726Z | Compiling want v0.3.1 |
1320 | 2024-11-19T05:08:59.750Z | Compiling goblin v0.8.2 |
1321 | 2024-11-19T05:08:59.992Z | Compiling idna_adapter v1.2.0 |
1322 | 2024-11-19T05:09:00.035Z | Compiling pkcs8 v0.10.2 |
1323 | 2024-11-19T05:09:00.169Z | Compiling httpdate v1.0.3 |
1324 | 2024-11-19T05:09:00.563Z | Compiling idna v1.0.3 |
1325 | 2024-11-19T05:09:00.660Z | Compiling serde_tokenstream v0.2.2 |
1326 | 2024-11-19T05:09:00.908Z | Compiling toml_datetime v0.6.8 |
1327 | 2024-11-19T05:09:01.011Z | Compiling pest_derive v2.7.14 |
1328 | 2024-11-19T05:09:01.194Z | Compiling uuid v1.11.0 |
1329 | 2024-11-19T05:09:01.360Z | Compiling serde_spanned v0.6.8 |
1330 | 2024-11-19T05:09:01.559Z | Compiling base64 v0.22.1 |
1331 | 2024-11-19T05:09:01.684Z | Compiling dtrace-parser v0.2.0 |
1332 | 2024-11-19T05:09:02.135Z | Compiling iana-time-zone v0.1.61 |
1333 | 2024-11-19T05:09:02.221Z | Compiling foreign-types-shared v0.1.1 |
1334 | 2024-11-19T05:09:02.322Z | Compiling tower-service v0.3.3 |
1335 | 2024-11-19T05:09:02.379Z | Compiling openssl v0.10.68 |
1336 | 2024-11-19T05:09:02.439Z | Compiling rustversion v1.0.17 |
1337 | 2024-11-19T05:09:02.576Z | Compiling match_cfg v0.1.0 |
1338 | 2024-11-19T05:09:02.669Z | Compiling adler2 v2.0.0 |
1339 | 2024-11-19T05:09:02.755Z | Compiling hostname v0.3.1 |
1340 | 2024-11-19T05:09:02.853Z | Compiling miniz_oxide v0.8.0 |
1341 | 2024-11-19T05:09:02.878Z | Compiling foreign-types v0.3.2 |
1342 | 2024-11-19T05:09:02.973Z | Compiling chrono v0.4.38 |
1343 | 2024-11-19T05:09:02.998Z | Compiling url v2.5.3 |
1344 | 2024-11-19T05:09:03.068Z | Compiling tokio-util v0.7.12 |
1345 | 2024-11-19T05:09:04.282Z | Compiling h2 v0.4.6 |
1346 | 2024-11-19T05:09:04.321Z | Compiling async-trait v0.1.83 |
1347 | 2024-11-19T05:09:04.804Z | Compiling dof v0.3.0 |
1348 | 2024-11-19T05:09:04.829Z | Compiling openssl-macros v0.1.1 |
1349 | 2024-11-19T05:09:05.474Z | Compiling usdt-impl v0.5.0 |
1350 | 2024-11-19T05:09:06.292Z | Compiling dirs-sys-next v0.1.2 |
1351 | 2024-11-19T05:09:06.563Z | Compiling rustls v0.23.14 |
1352 | 2024-11-19T05:09:06.676Z | Compiling syn v1.0.109 |
1353 | 2024-11-19T05:09:06.786Z | Compiling rustls v0.22.4 |
1354 | 2024-11-19T05:09:06.811Z | Compiling native-tls v0.2.12 |
1355 | 2024-11-19T05:09:06.868Z | Compiling siphasher v0.3.11 |
1356 | 2024-11-19T05:09:07.023Z | Compiling data-encoding v2.6.0 |
1357 | 2024-11-19T05:09:07.158Z | Compiling dirs-next v2.0.0 |
1358 | 2024-11-19T05:09:07.344Z | Compiling http-body-util v0.1.2 |
1359 | 2024-11-19T05:09:07.775Z | Compiling heapless v0.7.17 |
1360 | 2024-11-19T05:09:08.132Z | Compiling crossbeam-epoch v0.9.18 |
1361 | 2024-11-19T05:09:08.587Z | Compiling signature v2.2.0 |
1362 | 2024-11-19T05:09:08.794Z | Compiling sha1 v0.10.6 |
1363 | 2024-11-19T05:09:08.843Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1364 | 2024-11-19T05:09:08.868Z | Compiling serde_derive_internals v0.29.1 |
1365 | 2024-11-19T05:09:09.092Z | Compiling thread_local v1.1.8 |
1366 | 2024-11-19T05:09:09.149Z | Compiling multer v3.1.0 |
1367 | 2024-11-19T05:09:09.253Z | Compiling encoding_rs v0.8.34 |
1368 | 2024-11-19T05:09:09.361Z | Compiling cookie v0.18.1 |
1369 | 2024-11-19T05:09:09.391Z | Compiling mime v0.3.17 |
1370 | 2024-11-19T05:09:09.566Z | Compiling signal-hook v0.3.17 |
1371 | 2024-11-19T05:09:09.591Z | Compiling openssl-probe v0.1.5 |
1372 | 2024-11-19T05:09:09.786Z | Compiling slog-async v2.8.0 |
1373 | 2024-11-19T05:09:09.909Z | Compiling ipnet v2.10.1 |
1374 | 2024-11-19T05:09:09.935Z | Compiling unicode-properties v0.1.3 |
1375 | 2024-11-19T05:09:10.236Z | Compiling schemars v0.8.21 |
1376 | 2024-11-19T05:09:10.261Z | Compiling rayon-core v1.12.1 |
1377 | 2024-11-19T05:09:10.485Z | Compiling hyper v1.5.0 |
1378 | 2024-11-19T05:09:10.538Z | Compiling gimli v0.31.1 |
1379 | 2024-11-19T05:09:11.033Z | Compiling toml_edit v0.22.22 |
1380 | 2024-11-19T05:09:11.252Z | Compiling schemars_derive v0.8.21 |
1381 | 2024-11-19T05:09:12.775Z | Compiling hyper-util v0.1.10 |
1382 | 2024-11-19T05:09:14.246Z | Compiling stringprep v0.1.5 |
1383 | 2024-11-19T05:09:14.408Z | Compiling usdt-attr-macro v0.5.0 |
1384 | 2024-11-19T05:09:14.935Z | Compiling addr2line v0.24.2 |
1385 | 2024-11-19T05:09:15.126Z | Compiling usdt-macro v0.5.0 |
1386 | 2024-11-19T05:09:15.418Z | Compiling crossbeam-deque v0.8.5 |
1387 | 2024-11-19T05:09:15.732Z | Compiling term v0.7.0 |
1388 | 2024-11-19T05:09:15.756Z | Compiling slog-json v2.6.1 |
1389 | 2024-11-19T05:09:15.819Z | Compiling serde_urlencoded v0.7.1 |
1390 | 2024-11-19T05:09:15.936Z | Compiling curve25519-dalek v4.1.3 |
1391 | 2024-11-19T05:09:16.102Z | Compiling crossbeam-channel v0.5.13 |
1392 | 2024-11-19T05:09:16.294Z | Compiling enum-as-inner v0.6.1 |
1393 | 2024-11-19T05:09:16.448Z | Compiling futures-executor v0.3.31 |
1394 | 2024-11-19T05:09:16.472Z | Compiling md-5 v0.10.6 |
1395 | 2024-11-19T05:09:16.703Z | Compiling rustls-pemfile v2.2.0 |
1396 | 2024-11-19T05:09:16.947Z | Compiling async-stream-impl v0.3.6 |
1397 | 2024-11-19T05:09:17.013Z | Compiling num-integer v0.1.46 |
1398 | 2024-11-19T05:09:17.043Z | Compiling idna v0.4.0 |
1399 | 2024-11-19T05:09:17.093Z | Compiling idna v0.3.0 |
1400 | 2024-11-19T05:09:17.207Z | Compiling hash32 v0.2.1 |
1401 | 2024-11-19T05:09:17.566Z | Compiling ff v0.13.0 |
1402 | 2024-11-19T05:09:17.683Z | Compiling is-terminal v0.4.13 |
1403 | 2024-11-19T05:09:17.773Z | Compiling dropshot v0.12.0 |
1404 | 2024-11-19T05:09:17.808Z | Compiling object v0.36.5 |
1405 | 2024-11-19T05:09:18.030Z | Compiling take_mut v0.2.2 |
1406 | 2024-11-19T05:09:18.120Z | Compiling utf-8 v0.7.6 |
1407 | 2024-11-19T05:09:18.191Z | Compiling linked-hash-map v0.5.6 |
1408 | 2024-11-19T05:09:18.362Z | Compiling base16ct v0.2.0 |
1409 | 2024-11-19T05:09:18.423Z | Compiling quick-error v1.2.3 |
1410 | 2024-11-19T05:09:18.494Z | Compiling num-bigint-dig v0.8.4 |
1411 | 2024-11-19T05:09:18.573Z | Compiling anyhow v1.0.93 |
1412 | 2024-11-19T05:09:18.598Z | Compiling rustc-demangle v0.1.24 |
1413 | 2024-11-19T05:09:18.627Z | Compiling fallible-iterator v0.2.0 |
1414 | 2024-11-19T05:09:18.732Z | Compiling dyn-clone v1.0.17 |
1415 | 2024-11-19T05:09:18.786Z | Compiling smoltcp v0.9.1 |
1416 | 2024-11-19T05:09:18.934Z | Compiling psl-types v2.0.11 |
1417 | 2024-11-19T05:09:19.124Z | Compiling portable-atomic v1.9.0 |
1418 | 2024-11-19T05:09:19.259Z | Compiling postgres-protocol v0.6.7 |
1419 | 2024-11-19T05:09:19.457Z | Compiling publicsuffix v2.2.3 |
1420 | 2024-11-19T05:09:19.525Z | Compiling sec1 v0.7.3 |
1421 | 2024-11-19T05:09:19.687Z | Compiling resolv-conf v0.7.0 |
1422 | 2024-11-19T05:09:20.040Z | Compiling lru-cache v0.1.2 |
1423 | 2024-11-19T05:09:20.132Z | Compiling tungstenite v0.24.0 |
1424 | 2024-11-19T05:09:20.379Z | Compiling async-stream v0.3.6 |
1425 | 2024-11-19T05:09:20.490Z | Compiling slog-term v2.9.1 |
1426 | 2024-11-19T05:09:20.664Z | Compiling group v0.13.0 |
1427 | 2024-11-19T05:09:20.947Z | Compiling hickory-proto v0.24.1 |
1428 | 2024-11-19T05:09:21.274Z | Compiling usdt v0.5.0 |
1429 | 2024-11-19T05:09:21.710Z | Compiling num-iter v0.1.45 |
1430 | 2024-11-19T05:09:21.871Z | Compiling futures v0.3.31 |
1431 | 2024-11-19T05:09:22.070Z | Compiling slog-bunyan v2.5.0 |
1432 | 2024-11-19T05:09:23.208Z | Compiling camino v1.1.9 |
1433 | 2024-11-19T05:09:23.498Z | Compiling toml v0.8.19 |
1434 | 2024-11-19T05:09:23.570Z | Compiling tokio-native-tls v0.3.1 |
1435 | 2024-11-19T05:09:23.796Z | Compiling phf_shared v0.11.2 |
1436 | 2024-11-19T05:09:23.852Z | Compiling backtrace v0.3.74 |
1437 | 2024-11-19T05:09:24.092Z | Compiling dropshot_endpoint v0.12.0 |
1438 | 2024-11-19T05:09:24.145Z | Compiling terminal_size v0.4.0 |
1439 | 2024-11-19T05:09:24.339Z | Compiling waitgroup v0.1.2 |
1440 | 2024-11-19T05:09:24.532Z | Compiling openapiv3 v2.0.0 |
1441 | 2024-11-19T05:09:24.556Z | Compiling serde_path_to_error v0.1.16 |
1442 | 2024-11-19T05:09:24.963Z | Compiling hkdf v0.12.4 |
1443 | 2024-11-19T05:09:25.196Z | Compiling crypto-bigint v0.5.5 |
1444 | 2024-11-19T05:09:25.323Z | Compiling webpki-roots v0.26.6 |
1445 | 2024-11-19T05:09:25.513Z | Compiling zerocopy-derive v0.6.6 |
1446 | 2024-11-19T05:09:26.929Z | Compiling curve25519-dalek-derive v0.1.1 |
1447 | 2024-11-19T05:09:27.345Z | Compiling idna v0.5.0 |
1448 | 2024-11-19T05:09:27.733Z | Compiling hubpack_derive v0.1.1 |
1449 | 2024-11-19T05:09:27.947Z | Compiling hostname v0.4.0 |
1450 | 2024-11-19T05:09:28.010Z | Compiling crc32fast v1.4.2 |
1451 | 2024-11-19T05:09:28.187Z | Compiling fs-err v2.11.0 |
1452 | 2024-11-19T05:09:28.232Z | Compiling ahash v0.8.11 |
1453 | 2024-11-19T05:09:28.318Z | Compiling managed v0.8.0 |
1454 | 2024-11-19T05:09:28.472Z | Compiling debug-ignore v1.0.5 |
1455 | 2024-11-19T05:09:28.581Z | Compiling bitflags v1.3.2 |
1456 | 2024-11-19T05:09:28.606Z | Compiling winnow v0.5.40 |
1457 | 2024-11-19T05:09:28.631Z | Compiling console v0.15.8 |
1458 | 2024-11-19T05:09:28.690Z | Compiling strum_macros v0.25.3 |
1459 | 2024-11-19T05:09:28.854Z | Compiling hubpack v0.1.2 |
1460 | 2024-11-19T05:09:29.273Z | Compiling clap_builder v4.5.21 |
1461 | 2024-11-19T05:09:30.013Z | Compiling flate2 v1.0.34 |
1462 | 2024-11-19T05:09:30.206Z | Compiling cookie_store v0.21.0 |
1463 | 2024-11-19T05:09:30.561Z | Compiling elliptic-curve v0.13.8 |
1464 | 2024-11-19T05:09:30.831Z | Compiling zerocopy v0.6.6 |
1465 | 2024-11-19T05:09:31.275Z | Compiling hickory-resolver v0.24.1 |
1466 | 2024-11-19T05:09:31.548Z | Compiling toml_edit v0.19.15 |
1467 | 2024-11-19T05:09:31.848Z | Compiling phf v0.11.2 |
1468 | 2024-11-19T05:09:31.996Z | Compiling hyper-tls v0.6.0 |
1469 | 2024-11-19T05:09:32.114Z | Compiling signal-hook-mio v0.2.4 |
1470 | 2024-11-19T05:09:32.260Z | Compiling rayon v1.10.0 |
1471 | 2024-11-19T05:09:32.338Z | Compiling bzip2 v0.4.4 |
1472 | 2024-11-19T05:09:32.684Z | Compiling tokio-tungstenite v0.24.0 |
1473 | 2024-11-19T05:09:34.324Z | Compiling postgres-types v0.2.8 |
1474 | 2024-11-19T05:09:35.571Z | Compiling ed25519 v2.2.3 |
1475 | 2024-11-19T05:09:36.125Z | Compiling phf_shared v0.10.0 |
1476 | 2024-11-19T05:09:36.339Z | Compiling tokio-stream v0.1.16 |
1477 | 2024-11-19T05:09:36.475Z | Compiling pkcs1 v0.7.5 |
1478 | 2024-11-19T05:09:36.938Z | Compiling serde-big-array v0.5.1 |
1479 | 2024-11-19T05:09:37.132Z | Compiling clap_derive v4.5.18 |
1480 | 2024-11-19T05:09:37.163Z | Compiling rfc6979 v0.4.0 |
1481 | 2024-11-19T05:09:37.188Z | Compiling serde_repr v0.1.19 |
1482 | 2024-11-19T05:09:37.212Z | Compiling derive-where v1.2.7 |
1483 | 2024-11-19T05:09:37.311Z | Compiling float-cmp v0.9.0 |
1484 | 2024-11-19T05:09:37.335Z | Compiling bstr v1.10.0 |
1485 | 2024-11-19T05:09:37.511Z | Compiling sync_wrapper v1.0.1 |
1486 | 2024-11-19T05:09:37.647Z | Compiling bit-vec v0.6.3 |
1487 | 2024-11-19T05:09:38.034Z | Compiling difflib v0.4.0 |
1488 | 2024-11-19T05:09:38.143Z | Compiling whoami v1.5.2 |
1489 | 2024-11-19T05:09:38.184Z | Compiling unicode-width v0.2.0 |
1490 | 2024-11-19T05:09:38.675Z | Compiling number_prefix v0.4.0 |
1491 | 2024-11-19T05:09:38.745Z | Compiling unicode-segmentation v1.12.0 |
1492 | 2024-11-19T05:09:38.838Z | Compiling new_debug_unreachable v1.0.6 |
1493 | 2024-11-19T05:09:38.879Z | Compiling predicates-core v1.0.8 |
1494 | 2024-11-19T05:09:38.937Z | Compiling static_assertions v1.1.0 |
1495 | 2024-11-19T05:09:39.037Z | Compiling precomputed-hash v0.1.1 |
1496 | 2024-11-19T05:09:39.143Z | Compiling normalize-line-endings v0.3.0 |
1497 | 2024-11-19T05:09:39.207Z | Compiling fixedbitset v0.4.2 |
1498 | 2024-11-19T05:09:39.257Z | Compiling predicates v3.1.2 |
1499 | 2024-11-19T05:09:39.463Z | Compiling petgraph v0.6.5 |
1500 | 2024-11-19T05:09:39.536Z | Compiling similar v2.6.0 |
1501 | 2024-11-19T05:09:39.616Z | Compiling string_cache v0.8.7 |
1502 | 2024-11-19T05:09:40.023Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1503 | 2024-11-19T05:09:40.166Z | Compiling indicatif v0.17.9 |
1504 | 2024-11-19T05:09:40.725Z | Compiling tokio-postgres v0.7.12 |
1505 | 2024-11-19T05:09:41.063Z | Compiling clap v4.5.21 |
1506 | 2024-11-19T05:09:41.174Z | Compiling bit-set v0.5.3 |
1507 | 2024-11-19T05:09:41.424Z | Compiling ecdsa v0.16.9 |
1508 | 2024-11-19T05:09:41.554Z | Compiling rsa v0.9.6 |
1509 | 2024-11-19T05:09:42.074Z | Compiling ed25519-dalek v2.1.1 |
1510 | 2024-11-19T05:09:42.194Z | Compiling toml v0.7.8 |
1511 | 2024-11-19T05:09:42.722Z | Compiling zip v0.6.6 |
1512 | 2024-11-19T05:09:43.154Z | Compiling crossterm v0.28.1 |
1513 | 2024-11-19T05:09:44.003Z | Compiling hex v0.4.3 |
1514 | 2024-11-19T05:09:44.377Z | Compiling x509-cert v0.2.5 |
1515 | 2024-11-19T05:09:44.461Z | Compiling itertools v0.10.5 |
1516 | 2024-11-19T05:09:44.556Z | Compiling peg-runtime v0.8.3 |
1517 | 2024-11-19T05:09:45.137Z | Compiling unicode-xid v0.2.6 |
1518 | 2024-11-19T05:09:45.288Z | Compiling lalrpop-util v0.19.12 |
1519 | 2024-11-19T05:09:45.330Z | Compiling strum_macros v0.26.4 |
1520 | 2024-11-19T05:09:45.564Z | Compiling xattr v1.3.1 |
1521 | 2024-11-19T05:09:45.597Z | Compiling filetime v0.2.25 |
1522 | 2024-11-19T05:09:45.788Z | Compiling tar v0.4.43 |
1523 | 2024-11-19T05:09:49.378Z | Compiling strum v0.26.3 |
1524 | 2024-11-19T05:09:52.024Z | Compiling aws-lc-sys v0.22.0 |
1525 | 2024-11-19T05:10:22.802Z | Compiling rustls-webpki v0.102.8 |
1526 | 2024-11-19T05:10:26.842Z | Compiling tokio-rustls v0.25.0 |
1527 | 2024-11-19T05:10:28.592Z | Compiling tokio-rustls v0.26.0 |
1528 | 2024-11-19T05:10:28.910Z | Compiling hyper-rustls v0.27.3 |
1529 | 2024-11-19T05:10:29.414Z | Compiling reqwest v0.12.9 |
1530 | 2024-11-19T05:10:30.517Z | Compiling qorb v0.2.0 |
1531 | 2024-11-19T05:10:35.893Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1532 | 2024-11-19T05:10:36.212Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1533 | 2024-11-19T05:10:43.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
1534 | 2024-11-19T05:10:43.591Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1535 | 2024-11-19T05:10:43.658Z | Nov 19 05:10:43.458 INFO Starting download, target: Console |
1536 | 2024-11-19T05:10:43.658Z | Nov 19 05:10:43.459 INFO Starting download, target: Clickhouse |
1537 | 2024-11-19T05:10:43.658Z | Nov 19 05:10:43.459 INFO Starting download, target: Cockroach |
1538 | 2024-11-19T05:10:43.658Z | Nov 19 05:10:43.459 INFO Starting download, target: DendriteOpenapi |
1539 | 2024-11-19T05:10:43.658Z | Nov 19 05:10:43.459 INFO Starting download, target: DendriteStub |
1540 | 2024-11-19T05:10:43.683Z | Nov 19 05:10:43.459 INFO Starting download, target: MaghemiteMgd |
1541 | 2024-11-19T05:10:43.683Z | Nov 19 05:10:43.459 INFO Starting download, target: TransceiverControl |
1542 | 2024-11-19T05:10:43.683Z | Nov 19 05:10:43.460 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1543 | 2024-11-19T05:10:43.683Z | Nov 19 05:10:43.460 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi |
1544 | 2024-11-19T05:10:43.683Z | Nov 19 05:10:43.460 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1545 | 2024-11-19T05:10:43.683Z | Nov 19 05:10:43.460 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1546 | 2024-11-19T05:10:43.683Z | Nov 19 05:10:43.460 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1547 | 2024-11-19T05:10:43.683Z | Nov 19 05:10:43.461 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1548 | 2024-11-19T05:10:43.683Z | Nov 19 05:10:43.461 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1549 | 2024-11-19T05:10:44.237Z | Nov 19 05:10:44.034 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1550 | 2024-11-19T05:10:44.360Z | Nov 19 05:10:44.118 INFO Download complete, target: DendriteOpenapi |
1551 | 2024-11-19T05:10:44.595Z | Nov 19 05:10:44.321 INFO Download complete, target: Console |
1552 | 2024-11-19T05:10:45.374Z | Nov 19 05:10:45.161 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1553 | 2024-11-19T05:10:45.909Z | Nov 19 05:10:45.695 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1554 | 2024-11-19T05:10:45.941Z | Nov 19 05:10:45.710 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1555 | 2024-11-19T05:10:46.014Z | Nov 19 05:10:45.765 INFO Download complete, target: TransceiverControl |
1556 | 2024-11-19T05:10:48.684Z | Nov 19 05:10:48.485 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1557 | 2024-11-19T05:10:48.684Z | Nov 19 05:10:48.485 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1558 | 2024-11-19T05:10:48.849Z | Nov 19 05:10:48.649 INFO Download complete, target: DendriteStub |
1559 | 2024-11-19T05:10:49.123Z | Nov 19 05:10:48.923 INFO Download complete, target: MaghemiteMgd |
1560 | 2024-11-19T05:10:57.205Z | Nov 19 05:10:57.005 INFO Checking that binary works, target: Cockroach |
1561 | 2024-11-19T05:10:57.401Z | Nov 19 05:10:57.202 INFO Download complete, target: Cockroach |
1562 | 2024-11-19T05:11:00.982Z | Nov 19 05:11:00.783 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1563 | 2024-11-19T05:11:14.641Z | Nov 19 05:11:14.442 INFO Checking that binary works, target: Clickhouse |
1564 | 2024-11-19T05:11:14.861Z | Nov 19 05:11:14.646 INFO Download complete, target: Clickhouse |
1565 | 2024-11-19T05:11:14.910Z | All builder prerequisites installed successfully, and PATH looks valid |
1566 | 2024-11-19T05:11:14.910Z | |
1567 | 2024-11-19T05:11:14.910Z | real 5:21.686567615 |
1568 | 2024-11-19T05:11:14.910Z | user 14:44.598214488 |
1569 | 2024-11-19T05:11:14.910Z | sys 3:11.282671982 |
1570 | 2024-11-19T05:11:14.910Z | trap 0.506393167 |
1571 | 2024-11-19T05:11:14.911Z | tflt 0.768467715 |
1572 | 2024-11-19T05:11:14.912Z | dflt 2.463847658 |
1573 | 2024-11-19T05:11:14.912Z | kflt 0.009376415 |
1574 | 2024-11-19T05:11:14.912Z | lock 30:19.745542063 |
1575 | 2024-11-19T05:11:14.912Z | slp 55:28.853141200 |
1576 | 2024-11-19T05:11:14.912Z | lat 1:01.439256478 |
1577 | 2024-11-19T05:11:14.912Z | stop 2:16.776170333 |
1578 | 2024-11-19T05:11:14.912Z | + banner hack-check |
1579 | 2024-11-19T05:11:14.912Z | |
1580 | 2024-11-19T05:11:14.912Z | # # ## #### # # #### # # ###### #### # # |
1581 | 2024-11-19T05:11:14.912Z | # # # # # # # # # # # # # # # # # |
1582 | 2024-11-19T05:11:14.912Z | ###### # # # #### ##### # ###### ##### # #### |
1583 | 2024-11-19T05:11:14.912Z | # # ###### # # # # # # # # # # |
1584 | 2024-11-19T05:11:14.912Z | # # # # # # # # # # # # # # # # # |
1585 | 2024-11-19T05:11:14.913Z | # # # # #### # # #### # # ###### #### # # |
1586 | 2024-11-19T05:11:14.913Z | |
1587 | 2024-11-19T05:11:14.913Z | + export CARGO_INCREMENTAL=0 |
1588 | 2024-11-19T05:11:14.913Z | + CARGO_INCREMENTAL=0 |
1589 | 2024-11-19T05:11:14.913Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1590 | 2024-11-19T05:11:15.690Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1591 | 2024-11-19T05:11:20.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s |
1592 | 2024-11-19T05:11:20.913Z | Running `target/debug/xtask check-features --ci` |
1593 | 2024-11-19T05:11:20.944Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1594 | 2024-11-19T05:11:20.944Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1595 | 2024-11-19T05:11:21.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1596 | 2024-11-19T05:11:21.646Z | Running `target/debug/xtask download cargo-hack` |
1597 | 2024-11-19T05:11:22.844Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1598 | 2024-11-19T05:11:23.184Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1599 | 2024-11-19T05:11:29.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.87s |
1600 | 2024-11-19T05:11:29.672Z | Running `target/debug/xtask-downloader cargo-hack` |
1601 | 2024-11-19T05:11:29.730Z | Nov 19 05:11:29.530 INFO Starting download, target: CargoHack |
1602 | 2024-11-19T05:11:29.754Z | Nov 19 05:11:29.532 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1603 | 2024-11-19T05:11:30.305Z | Nov 19 05:11:30.106 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1604 | 2024-11-19T05:11:30.408Z | Nov 19 05:11:30.209 INFO Download complete, target: CargoHack |
1605 | 2024-11-19T05:11:30.433Z | 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" |
1606 | 2024-11-19T05:11:30.458Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1607 | 2024-11-19T05:11:30.646Z | info: running `cargo check --bins` on api_identity (1/171) |
1608 | 2024-11-19T05:11:31.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1609 | 2024-11-19T05:11:31.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1610 | 2024-11-19T05:11:31.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1611 | 2024-11-19T05:11:31.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1612 | 2024-11-19T05:11:31.402Z | |
1613 | 2024-11-19T05:11:31.402Z | info: running `cargo check --bins` on bootstore (2/171) |
1614 | 2024-11-19T05:11:32.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1615 | 2024-11-19T05:11:32.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1616 | 2024-11-19T05:11:32.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1617 | 2024-11-19T05:11:32.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1618 | 2024-11-19T05:11:32.190Z | |
1619 | 2024-11-19T05:11:32.190Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/171) |
1620 | 2024-11-19T05:11:32.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1621 | 2024-11-19T05:11:32.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1622 | 2024-11-19T05:11:32.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1623 | 2024-11-19T05:11:32.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1624 | 2024-11-19T05:11:32.973Z | |
1625 | 2024-11-19T05:11:32.973Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/171) |
1626 | 2024-11-19T05:11:33.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2024-11-19T05:11:33.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2024-11-19T05:11:33.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1629 | 2024-11-19T05:11:33.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1630 | 2024-11-19T05:11:33.777Z | |
1631 | 2024-11-19T05:11:33.777Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/171) |
1632 | 2024-11-19T05:11:34.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1633 | 2024-11-19T05:11:34.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1634 | 2024-11-19T05:11:34.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1635 | 2024-11-19T05:11:34.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1636 | 2024-11-19T05:11:34.290Z | |
1637 | 2024-11-19T05:11:34.290Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/171) |
1638 | 2024-11-19T05:11:34.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1639 | 2024-11-19T05:11:34.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1640 | 2024-11-19T05:11:34.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1641 | 2024-11-19T05:11:34.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1642 | 2024-11-19T05:11:34.796Z | |
1643 | 2024-11-19T05:11:34.796Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/171) |
1644 | 2024-11-19T05:11:35.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2024-11-19T05:11:35.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2024-11-19T05:11:35.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2024-11-19T05:11:35.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1648 | 2024-11-19T05:11:35.309Z | |
1649 | 2024-11-19T05:11:35.309Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/171) |
1650 | 2024-11-19T05:11:35.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2024-11-19T05:11:35.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2024-11-19T05:11:35.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2024-11-19T05:11:35.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1654 | 2024-11-19T05:11:35.840Z | |
1655 | 2024-11-19T05:11:35.840Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/171) |
1656 | 2024-11-19T05:11:36.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2024-11-19T05:11:36.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2024-11-19T05:11:36.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2024-11-19T05:11:36.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1660 | 2024-11-19T05:11:36.379Z | |
1661 | 2024-11-19T05:11:36.379Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/171) |
1662 | 2024-11-19T05:11:36.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2024-11-19T05:11:36.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2024-11-19T05:11:36.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2024-11-19T05:11:36.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1666 | 2024-11-19T05:11:36.912Z | |
1667 | 2024-11-19T05:11:36.912Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/171) |
1668 | 2024-11-19T05:11:37.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2024-11-19T05:11:37.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2024-11-19T05:11:37.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2024-11-19T05:11:37.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1672 | 2024-11-19T05:11:37.441Z | |
1673 | 2024-11-19T05:11:37.441Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/171) |
1674 | 2024-11-19T05:11:37.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2024-11-19T05:11:37.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2024-11-19T05:11:37.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2024-11-19T05:11:37.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1678 | 2024-11-19T05:11:37.988Z | |
1679 | 2024-11-19T05:11:37.988Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/171) |
1680 | 2024-11-19T05:11:38.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2024-11-19T05:11:38.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2024-11-19T05:11:38.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2024-11-19T05:11:38.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1684 | 2024-11-19T05:11:38.510Z | |
1685 | 2024-11-19T05:11:38.510Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/171) |
1686 | 2024-11-19T05:11:38.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2024-11-19T05:11:38.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2024-11-19T05:11:38.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2024-11-19T05:11:38.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1690 | 2024-11-19T05:11:39.012Z | |
1691 | 2024-11-19T05:11:39.012Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/171) |
1692 | 2024-11-19T05:11:39.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2024-11-19T05:11:39.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2024-11-19T05:11:39.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2024-11-19T05:11:39.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1696 | 2024-11-19T05:11:39.533Z | |
1697 | 2024-11-19T05:11:39.533Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/171) |
1698 | 2024-11-19T05:11:39.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2024-11-19T05:11:40.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2024-11-19T05:11:40.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2024-11-19T05:11:40.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1702 | 2024-11-19T05:11:40.047Z | |
1703 | 2024-11-19T05:11:40.047Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/171) |
1704 | 2024-11-19T05:11:40.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2024-11-19T05:11:40.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2024-11-19T05:11:40.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2024-11-19T05:11:40.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1708 | 2024-11-19T05:11:40.558Z | |
1709 | 2024-11-19T05:11:40.559Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/171) |
1710 | 2024-11-19T05:11:41.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2024-11-19T05:11:41.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2024-11-19T05:11:41.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2024-11-19T05:11:41.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1714 | 2024-11-19T05:11:41.092Z | |
1715 | 2024-11-19T05:11:41.092Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/171) |
1716 | 2024-11-19T05:11:41.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2024-11-19T05:11:41.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2024-11-19T05:11:41.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2024-11-19T05:11:41.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1720 | 2024-11-19T05:11:41.637Z | |
1721 | 2024-11-19T05:11:41.637Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/171) |
1722 | 2024-11-19T05:11:42.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2024-11-19T05:11:42.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2024-11-19T05:11:42.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2024-11-19T05:11:42.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1726 | 2024-11-19T05:11:42.171Z | |
1727 | 2024-11-19T05:11:42.171Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/171) |
1728 | 2024-11-19T05:11:42.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2024-11-19T05:11:42.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2024-11-19T05:11:42.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2024-11-19T05:11:42.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1732 | 2024-11-19T05:11:42.704Z | |
1733 | 2024-11-19T05:11:42.704Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/171) |
1734 | 2024-11-19T05:11:43.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2024-11-19T05:11:43.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2024-11-19T05:11:43.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2024-11-19T05:11:43.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1738 | 2024-11-19T05:11:43.261Z | |
1739 | 2024-11-19T05:11:43.261Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/171) |
1740 | 2024-11-19T05:11:43.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2024-11-19T05:11:43.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2024-11-19T05:11:43.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2024-11-19T05:11:43.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1744 | 2024-11-19T05:11:43.816Z | |
1745 | 2024-11-19T05:11:43.816Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/171) |
1746 | 2024-11-19T05:11:44.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2024-11-19T05:11:44.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2024-11-19T05:11:44.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2024-11-19T05:11:44.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1750 | 2024-11-19T05:11:44.351Z | |
1751 | 2024-11-19T05:11:44.351Z | info: running `cargo check --bins` on sled-hardware-types (25/171) |
1752 | 2024-11-19T05:11:45.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2024-11-19T05:11:45.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2024-11-19T05:11:45.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2024-11-19T05:11:45.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1756 | 2024-11-19T05:11:45.118Z | |
1757 | 2024-11-19T05:11:45.119Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/171) |
1758 | 2024-11-19T05:11:45.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2024-11-19T05:11:45.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2024-11-19T05:11:45.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2024-11-19T05:11:45.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1762 | 2024-11-19T05:11:45.910Z | |
1763 | 2024-11-19T05:11:45.910Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/171) |
1764 | 2024-11-19T05:11:46.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2024-11-19T05:11:46.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2024-11-19T05:11:46.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2024-11-19T05:11:46.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1768 | 2024-11-19T05:11:46.697Z | |
1769 | 2024-11-19T05:11:46.697Z | info: running `cargo check --bins` on oxlog (28/171) |
1770 | 2024-11-19T05:11:47.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2024-11-19T05:11:47.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2024-11-19T05:11:47.503Z | Checking cfg-if v1.0.0 |
1773 | 2024-11-19T05:11:47.527Z | Checking libc v0.2.162 |
1774 | 2024-11-19T05:11:47.552Z | Checking serde v1.0.215 |
1775 | 2024-11-19T05:11:47.552Z | Checking zeroize v1.8.1 |
1776 | 2024-11-19T05:11:47.578Z | Checking memchr v2.7.4 |
1777 | 2024-11-19T05:11:47.578Z | Checking typenum v1.17.0 |
1778 | 2024-11-19T05:11:47.602Z | Checking scopeguard v1.2.0 |
1779 | 2024-11-19T05:11:47.626Z | Checking subtle v2.6.1 |
1780 | 2024-11-19T05:11:47.650Z | Checking value-bag v1.9.0 |
1781 | 2024-11-19T05:11:47.724Z | Checking lock_api v0.4.12 |
1782 | 2024-11-19T05:11:47.788Z | Checking itoa v1.0.11 |
1783 | 2024-11-19T05:11:47.857Z | Checking const-oid v0.9.6 |
1784 | 2024-11-19T05:11:47.969Z | Checking smallvec v1.13.2 |
1785 | 2024-11-19T05:11:48.006Z | Checking log v0.4.22 |
1786 | 2024-11-19T05:11:48.088Z | Checking pin-project-lite v0.2.14 |
1787 | 2024-11-19T05:11:48.188Z | Checking byteorder v1.5.0 |
1788 | 2024-11-19T05:11:48.283Z | Checking futures-core v0.3.31 |
1789 | 2024-11-19T05:11:48.325Z | Checking once_cell v1.20.2 |
1790 | 2024-11-19T05:11:48.457Z | Checking cpufeatures v0.2.14 |
1791 | 2024-11-19T05:11:48.481Z | Checking stable_deref_trait v1.2.0 |
1792 | 2024-11-19T05:11:48.518Z | Checking getrandom v0.2.15 |
1793 | 2024-11-19T05:11:48.568Z | Checking signal-hook-registry v1.4.2 |
1794 | 2024-11-19T05:11:48.568Z | Checking parking_lot_core v0.9.10 |
1795 | 2024-11-19T05:11:48.592Z | Checking mio v1.0.2 |
1796 | 2024-11-19T05:11:48.622Z | Checking futures-sink v0.3.31 |
1797 | 2024-11-19T05:11:48.646Z | Checking generic-array v0.14.7 |
1798 | 2024-11-19T05:11:48.715Z | Checking rand_core v0.6.4 |
1799 | 2024-11-19T05:11:48.740Z | Checking socket2 v0.5.7 |
1800 | 2024-11-19T05:11:48.772Z | Checking spin v0.9.8 |
1801 | 2024-11-19T05:11:48.850Z | Checking parking_lot v0.12.3 |
1802 | 2024-11-19T05:11:48.974Z | Checking zerocopy v0.7.35 |
1803 | 2024-11-19T05:11:49.053Z | Checking slab v0.4.9 |
1804 | 2024-11-19T05:11:49.078Z | Checking zerofrom v0.1.4 |
1805 | 2024-11-19T05:11:49.141Z | Checking futures-channel v0.3.31 |
1806 | 2024-11-19T05:11:49.165Z | Checking allocator-api2 v0.2.18 |
1807 | 2024-11-19T05:11:49.236Z | Checking futures-task v0.3.31 |
1808 | 2024-11-19T05:11:49.260Z | Checking yoke v0.7.4 |
1809 | 2024-11-19T05:11:49.301Z | Checking futures-io v0.3.31 |
1810 | 2024-11-19T05:11:49.449Z | Checking equivalent v1.0.1 |
1811 | 2024-11-19T05:11:49.474Z | Checking pin-utils v0.1.0 |
1812 | 2024-11-19T05:11:49.474Z | Checking foldhash v0.1.3 |
1813 | 2024-11-19T05:11:49.545Z | Checking zerovec v0.10.4 |
1814 | 2024-11-19T05:11:49.571Z | Checking futures-util v0.3.31 |
1815 | 2024-11-19T05:11:49.596Z | Checking tinyvec_macros v0.1.1 |
1816 | 2024-11-19T05:11:49.596Z | Checking crypto-common v0.1.6 |
1817 | 2024-11-19T05:11:49.656Z | Checking block-buffer v0.10.4 |
1818 | 2024-11-19T05:11:49.682Z | Checking block-padding v0.3.3 |
1819 | 2024-11-19T05:11:49.706Z | Checking hashbrown v0.15.0 |
1820 | 2024-11-19T05:11:49.761Z | Checking ryu v1.0.18 |
1821 | 2024-11-19T05:11:49.848Z | Checking digest v0.10.7 |
1822 | 2024-11-19T05:11:49.873Z | Checking inout v0.1.3 |
1823 | 2024-11-19T05:11:49.957Z | Checking tinyvec v1.8.0 |
1824 | 2024-11-19T05:11:50.052Z | Checking fnv v1.0.7 |
1825 | 2024-11-19T05:11:50.138Z | Checking cipher v0.4.4 |
1826 | 2024-11-19T05:11:50.165Z | Checking libm v0.2.8 |
1827 | 2024-11-19T05:11:50.191Z | Checking hmac v0.12.1 |
1828 | 2024-11-19T05:11:50.368Z | Checking sha2 v0.10.8 |
1829 | 2024-11-19T05:11:50.484Z | Checking writeable v0.5.5 |
1830 | 2024-11-19T05:11:50.656Z | Checking base64ct v1.6.0 |
1831 | 2024-11-19T05:11:50.768Z | Checking litemap v0.7.3 |
1832 | 2024-11-19T05:11:50.833Z | Checking unicode-bidi v0.3.17 |
1833 | 2024-11-19T05:11:50.897Z | Checking num-traits v0.2.19 |
1834 | 2024-11-19T05:11:50.922Z | Checking tinystr v0.7.6 |
1835 | 2024-11-19T05:11:51.019Z | Checking pem-rfc7468 v0.7.0 |
1836 | 2024-11-19T05:11:51.056Z | Checking unicode-normalization v0.1.24 |
1837 | 2024-11-19T05:11:51.081Z | Checking ppv-lite86 v0.2.20 |
1838 | 2024-11-19T05:11:51.228Z | Checking icu_locid v1.5.0 |
1839 | 2024-11-19T05:11:51.252Z | Checking flagset v0.4.6 |
1840 | 2024-11-19T05:11:51.358Z | Checking tracing-core v0.1.32 |
1841 | 2024-11-19T05:11:51.413Z | Checking der v0.7.9 |
1842 | 2024-11-19T05:11:51.653Z | Checking bytes v1.8.0 |
1843 | 2024-11-19T05:11:51.720Z | Checking indexmap v2.6.0 |
1844 | 2024-11-19T05:11:51.763Z | Checking serde_json v1.0.132 |
1845 | 2024-11-19T05:11:51.892Z | Checking rand_chacha v0.3.1 |
1846 | 2024-11-19T05:11:52.070Z | Checking icu_provider v1.5.0 |
1847 | 2024-11-19T05:11:52.223Z | Checking bitflags v2.6.0 |
1848 | 2024-11-19T05:11:52.273Z | Checking thiserror v1.0.69 |
1849 | 2024-11-19T05:11:52.374Z | Checking tokio v1.40.0 |
1850 | 2024-11-19T05:11:52.398Z | Checking http v1.1.0 |
1851 | 2024-11-19T05:11:52.493Z | Checking icu_locid_transform_data v1.5.0 |
1852 | 2024-11-19T05:11:52.590Z | Checking percent-encoding v2.3.1 |
1853 | 2024-11-19T05:11:52.638Z | Checking rustls-pki-types v1.9.0 |
1854 | 2024-11-19T05:11:52.780Z | Checking icu_locid_transform v1.5.0 |
1855 | 2024-11-19T05:11:52.804Z | Checking rand v0.8.5 |
1856 | 2024-11-19T05:11:52.993Z | Checking spki v0.7.3 |
1857 | 2024-11-19T05:11:53.127Z | Checking tracing v0.1.40 |
1858 | 2024-11-19T05:11:53.201Z | Checking icu_collections v1.5.0 |
1859 | 2024-11-19T05:11:53.240Z | Checking salsa20 v0.10.2 |
1860 | 2024-11-19T05:11:53.440Z | Checking pbkdf2 v0.12.2 |
1861 | 2024-11-19T05:11:53.465Z | Checking aws-lc-sys v0.22.0 |
1862 | 2024-11-19T05:11:53.588Z | Checking httparse v1.9.5 |
1863 | 2024-11-19T05:11:53.619Z | Checking untrusted v0.9.0 |
1864 | 2024-11-19T05:11:53.657Z | Checking powerfmt v0.2.0 |
1865 | 2024-11-19T05:11:53.763Z | Checking icu_properties_data v1.5.0 |
1866 | 2024-11-19T05:11:53.793Z | Checking mirai-annotations v1.12.0 |
1867 | 2024-11-19T05:11:53.874Z | Checking untrusted v0.7.1 |
1868 | 2024-11-19T05:11:53.898Z | Checking deranged v0.3.11 |
1869 | 2024-11-19T05:11:53.943Z | Checking ring v0.17.8 |
1870 | 2024-11-19T05:11:53.967Z | Checking scrypt v0.11.0 |
1871 | 2024-11-19T05:11:53.992Z | Checking cbc v0.1.2 |
1872 | 2024-11-19T05:11:54.016Z | Checking icu_properties v1.5.1 |
1873 | 2024-11-19T05:11:54.041Z | Checking aes v0.8.4 |
1874 | 2024-11-19T05:11:54.157Z | Checking crossbeam-utils v0.8.20 |
1875 | 2024-11-19T05:11:54.183Z | Checking write16 v1.0.0 |
1876 | 2024-11-19T05:11:54.278Z | Checking utf8_iter v1.0.4 |
1877 | 2024-11-19T05:11:54.442Z | Checking num_threads v0.1.7 |
1878 | 2024-11-19T05:11:54.537Z | Checking atomic-waker v1.1.2 |
1879 | 2024-11-19T05:11:54.645Z | Checking utf16_iter v1.0.5 |
1880 | 2024-11-19T05:11:54.760Z | Checking num-conv v0.1.0 |
1881 | 2024-11-19T05:11:54.784Z | Checking time-core v0.1.2 |
1882 | 2024-11-19T05:11:54.808Z | Checking icu_normalizer_data v1.5.0 |
1883 | 2024-11-19T05:11:54.874Z | Checking pkcs5 v0.7.1 |
1884 | 2024-11-19T05:11:54.911Z | Checking http-body v1.0.1 |
1885 | 2024-11-19T05:11:54.972Z | Checking form_urlencoded v1.2.1 |
1886 | 2024-11-19T05:11:55.083Z | Checking try-lock v0.2.5 |
1887 | 2024-11-19T05:11:55.155Z | Checking httpdate v1.0.3 |
1888 | 2024-11-19T05:11:55.221Z | Checking want v0.3.1 |
1889 | 2024-11-19T05:11:55.323Z | Checking pkcs8 v0.10.2 |
1890 | 2024-11-19T05:11:55.382Z | Checking unicode-ident v1.0.13 |
1891 | 2024-11-19T05:11:55.406Z | Checking toml_datetime v0.6.8 |
1892 | 2024-11-19T05:11:55.431Z | Checking time v0.3.36 |
1893 | 2024-11-19T05:11:55.544Z | Checking serde_spanned v0.6.8 |
1894 | 2024-11-19T05:11:55.568Z | Checking proc-macro2 v1.0.89 |
1895 | 2024-11-19T05:11:55.634Z | Checking aws-lc-rs v1.10.0 |
1896 | 2024-11-19T05:11:55.658Z | Checking uuid v1.11.0 |
1897 | 2024-11-19T05:11:55.694Z | Checking slog v2.7.0 |
1898 | 2024-11-19T05:11:55.725Z | Checking scroll v0.12.0 |
1899 | 2024-11-19T05:11:56.138Z | Checking adler2 v2.0.0 |
1900 | 2024-11-19T05:11:56.163Z | Checking foreign-types-shared v0.1.1 |
1901 | 2024-11-19T05:11:56.187Z | Checking ucd-trie v0.1.7 |
1902 | 2024-11-19T05:11:56.217Z | Checking base64 v0.22.1 |
1903 | 2024-11-19T05:11:56.258Z | Checking iana-time-zone v0.1.61 |
1904 | 2024-11-19T05:11:56.283Z | Checking plain v0.2.3 |
1905 | 2024-11-19T05:11:56.378Z | Checking match_cfg v0.1.0 |
1906 | 2024-11-19T05:11:56.402Z | Checking tower-service v0.3.3 |
1907 | 2024-11-19T05:11:56.436Z | Checking goblin v0.8.2 |
1908 | 2024-11-19T05:11:56.469Z | Checking hostname v0.3.1 |
1909 | 2024-11-19T05:11:56.524Z | Checking chrono v0.4.38 |
1910 | 2024-11-19T05:11:56.604Z | Checking pest v2.7.14 |
1911 | 2024-11-19T05:11:56.662Z | Checking miniz_oxide v0.8.0 |
1912 | 2024-11-19T05:11:56.790Z | Checking icu_normalizer v1.5.0 |
1913 | 2024-11-19T05:11:57.211Z | Checking rustls-webpki v0.102.8 |
1914 | 2024-11-19T05:11:57.288Z | Checking foreign-types v0.3.2 |
1915 | 2024-11-19T05:11:57.371Z | Checking quote v1.0.37 |
1916 | 2024-11-19T05:11:57.498Z | Checking idna_adapter v1.2.0 |
1917 | 2024-11-19T05:11:57.624Z | Checking openssl-sys v0.9.104 |
1918 | 2024-11-19T05:11:57.662Z | Checking dirs-sys-next v0.1.2 |
1919 | 2024-11-19T05:11:57.686Z | Checking idna v1.0.3 |
1920 | 2024-11-19T05:11:57.818Z | Checking errno v0.3.9 |
1921 | 2024-11-19T05:11:57.906Z | Checking aho-corasick v1.1.3 |
1922 | 2024-11-19T05:11:57.980Z | Checking data-encoding v2.6.0 |
1923 | 2024-11-19T05:11:58.111Z | Checking url v2.5.3 |
1924 | 2024-11-19T05:11:58.338Z | Checking siphasher v0.3.11 |
1925 | 2024-11-19T05:11:58.569Z | Checking regex-syntax v0.8.5 |
1926 | 2024-11-19T05:11:58.634Z | Checking pretty-hex v0.4.1 |
1927 | 2024-11-19T05:11:58.721Z | Checking tokio-util v0.7.12 |
1928 | 2024-11-19T05:11:58.778Z | Checking dtrace-parser v0.2.0 |
1929 | 2024-11-19T05:11:58.802Z | Checking openssl v0.10.68 |
1930 | 2024-11-19T05:11:58.827Z | Checking rustix v0.38.37 |
1931 | 2024-11-19T05:11:58.857Z | Checking dirs-next v2.0.0 |
1932 | 2024-11-19T05:11:58.985Z | Checking syn v2.0.87 |
1933 | 2024-11-19T05:11:59.182Z | Checking http-body-util v0.1.2 |
1934 | 2024-11-19T05:11:59.331Z | Checking crossbeam-epoch v0.9.18 |
1935 | 2024-11-19T05:11:59.481Z | Checking h2 v0.4.6 |
1936 | 2024-11-19T05:11:59.584Z | Checking sha1 v0.10.6 |
1937 | 2024-11-19T05:11:59.710Z | Checking signature v2.2.0 |
1938 | 2024-11-19T05:11:59.807Z | Checking lazy_static v1.5.0 |
1939 | 2024-11-19T05:11:59.884Z | Checking thread_local v1.1.8 |
1940 | 2024-11-19T05:11:59.908Z | Checking thread-id v4.2.2 |
1941 | 2024-11-19T05:12:00.010Z | Checking encoding_rs v0.8.34 |
1942 | 2024-11-19T05:12:00.129Z | Checking winnow v0.6.20 |
1943 | 2024-11-19T05:12:00.604Z | Checking dof v0.3.0 |
1944 | 2024-11-19T05:12:01.105Z | Checking openssl-probe v0.1.5 |
1945 | 2024-11-19T05:12:01.244Z | Checking utf8parse v0.2.2 |
1946 | 2024-11-19T05:12:01.268Z | Checking regex-automata v0.4.8 |
1947 | 2024-11-19T05:12:01.373Z | Checking unicode-properties v0.1.3 |
1948 | 2024-11-19T05:12:01.650Z | Checking mime v0.3.17 |
1949 | 2024-11-19T05:12:01.674Z | Checking gimli v0.31.1 |
1950 | 2024-11-19T05:12:01.803Z | Checking either v1.13.0 |
1951 | 2024-11-19T05:12:01.923Z | Checking ipnet v2.10.1 |
1952 | 2024-11-19T05:12:02.129Z | Checking anstyle v1.0.10 |
1953 | 2024-11-19T05:12:02.324Z | Checking stringprep v0.1.5 |
1954 | 2024-11-19T05:12:02.420Z | Checking anstyle-parse v0.2.5 |
1955 | 2024-11-19T05:12:02.550Z | Checking crossbeam-deque v0.8.5 |
1956 | 2024-11-19T05:12:02.588Z | Checking toml_edit v0.22.22 |
1957 | 2024-11-19T05:12:02.652Z | Checking term v0.7.0 |
1958 | 2024-11-19T05:12:02.835Z | Checking rustls v0.23.14 |
1959 | 2024-11-19T05:12:03.032Z | Checking rustls v0.22.4 |
1960 | 2024-11-19T05:12:03.258Z | Checking native-tls v0.2.12 |
1961 | 2024-11-19T05:12:03.531Z | Checking slog-json v2.6.1 |
1962 | 2024-11-19T05:12:03.745Z | Checking serde_urlencoded v0.7.1 |
1963 | 2024-11-19T05:12:04.110Z | Checking crossbeam-channel v0.5.13 |
1964 | 2024-11-19T05:12:04.285Z | Checking usdt-impl v0.5.0 |
1965 | 2024-11-19T05:12:04.615Z | Checking hyper v1.5.0 |
1966 | 2024-11-19T05:12:04.707Z | Checking futures-executor v0.3.31 |
1967 | 2024-11-19T05:12:04.731Z | Checking rustls-pemfile v2.2.0 |
1968 | 2024-11-19T05:12:04.874Z | Checking num-integer v0.1.46 |
1969 | 2024-11-19T05:12:04.912Z | Checking idna v0.4.0 |
1970 | 2024-11-19T05:12:04.937Z | Checking idna v0.3.0 |
1971 | 2024-11-19T05:12:04.994Z | Checking addr2line v0.24.2 |
1972 | 2024-11-19T05:12:05.081Z | Checking md-5 v0.10.6 |
1973 | 2024-11-19T05:12:05.270Z | Checking ff v0.13.0 |
1974 | 2024-11-19T05:12:05.295Z | Checking hash32 v0.2.1 |
1975 | 2024-11-19T05:12:05.430Z | Checking memmap v0.7.0 |
1976 | 2024-11-19T05:12:05.460Z | Checking is-terminal v0.4.13 |
1977 | 2024-11-19T05:12:05.554Z | Checking object v0.36.5 |
1978 | 2024-11-19T05:12:05.578Z | Checking fallible-iterator v0.2.0 |
1979 | 2024-11-19T05:12:05.578Z | Checking anstyle-query v1.1.1 |
1980 | 2024-11-19T05:12:05.605Z | Checking base16ct v0.2.0 |
1981 | 2024-11-19T05:12:05.629Z | Checking colorchoice v1.0.2 |
1982 | 2024-11-19T05:12:05.718Z | Checking linked-hash-map v0.5.6 |
1983 | 2024-11-19T05:12:05.745Z | Checking psl-types v2.0.11 |
1984 | 2024-11-19T05:12:05.783Z | Checking quick-error v1.2.3 |
1985 | 2024-11-19T05:12:05.907Z | Checking is_terminal_polyfill v1.70.1 |
1986 | 2024-11-19T05:12:05.931Z | Checking take_mut v0.2.2 |
1987 | 2024-11-19T05:12:06.014Z | Checking dyn-clone v1.0.17 |
1988 | 2024-11-19T05:12:06.047Z | Checking utf-8 v0.7.6 |
1989 | 2024-11-19T05:12:06.071Z | Checking rustc-demangle v0.1.24 |
1990 | 2024-11-19T05:12:06.097Z | Checking tokio-rustls v0.25.0 |
1991 | 2024-11-19T05:12:06.121Z | Checking postgres-protocol v0.6.7 |
1992 | 2024-11-19T05:12:06.148Z | Checking schemars v0.8.21 |
1993 | 2024-11-19T05:12:06.218Z | Checking tungstenite v0.24.0 |
1994 | 2024-11-19T05:12:06.357Z | Checking hyper-util v0.1.10 |
1995 | 2024-11-19T05:12:06.416Z | Checking slog-async v2.8.0 |
1996 | 2024-11-19T05:12:06.440Z | Checking anstream v0.6.15 |
1997 | 2024-11-19T05:12:06.667Z | Checking lru-cache v0.1.2 |
1998 | 2024-11-19T05:12:06.691Z | Checking resolv-conf v0.7.0 |
1999 | 2024-11-19T05:12:06.742Z | Checking publicsuffix v2.2.3 |
2000 | 2024-11-19T05:12:06.823Z | Checking sec1 v0.7.3 |
2001 | 2024-11-19T05:12:06.938Z | Checking usdt v0.5.0 |
2002 | 2024-11-19T05:12:06.983Z | Checking slog-term v2.9.1 |
2003 | 2024-11-19T05:12:07.007Z | Checking heapless v0.7.17 |
2004 | 2024-11-19T05:12:07.163Z | Checking hickory-proto v0.24.1 |
2005 | 2024-11-19T05:12:07.187Z | Checking group v0.13.0 |
2006 | 2024-11-19T05:12:07.379Z | Checking tokio-rustls v0.26.0 |
2007 | 2024-11-19T05:12:07.403Z | Checking num-iter v0.1.45 |
2008 | 2024-11-19T05:12:07.428Z | Checking futures v0.3.31 |
2009 | 2024-11-19T05:12:07.483Z | Checking toml v0.8.19 |
2010 | 2024-11-19T05:12:07.522Z | Checking slog-bunyan v2.5.0 |
2011 | 2024-11-19T05:12:07.550Z | Checking tokio-native-tls v0.3.1 |
2012 | 2024-11-19T05:12:07.668Z | Checking rayon-core v1.12.1 |
2013 | 2024-11-19T05:12:07.725Z | Checking multer v3.1.0 |
2014 | 2024-11-19T05:12:07.773Z | Checking terminal_size v0.4.0 |
2015 | 2024-11-19T05:12:07.897Z | Checking phf_shared v0.11.2 |
2016 | 2024-11-19T05:12:07.921Z | Checking cookie v0.18.1 |
2017 | 2024-11-19T05:12:08.007Z | Checking async-stream v0.3.6 |
2018 | 2024-11-19T05:12:08.067Z | Checking bzip2-sys v0.1.11+1.0.8 |
2019 | 2024-11-19T05:12:08.134Z | Checking camino v1.1.9 |
2020 | 2024-11-19T05:12:08.158Z | Checking signal-hook v0.3.17 |
2021 | 2024-11-19T05:12:08.183Z | Checking waitgroup v0.1.2 |
2022 | 2024-11-19T05:12:08.210Z | Checking openapiv3 v2.0.0 |
2023 | 2024-11-19T05:12:08.265Z | Checking webpki-roots v0.26.6 |
2024 | 2024-11-19T05:12:08.305Z | Checking idna v0.5.0 |
2025 | 2024-11-19T05:12:08.329Z | Checking serde_path_to_error v0.1.16 |
2026 | 2024-11-19T05:12:08.455Z | Checking hkdf v0.12.4 |
2027 | 2024-11-19T05:12:08.480Z | Checking crypto-bigint v0.5.5 |
2028 | 2024-11-19T05:12:08.638Z | Checking hostname v0.4.0 |
2029 | 2024-11-19T05:12:08.663Z | Checking crc32fast v1.4.2 |
2030 | 2024-11-19T05:12:08.759Z | Checking bitflags v1.3.2 |
2031 | 2024-11-19T05:12:08.848Z | Checking managed v0.8.0 |
2032 | 2024-11-19T05:12:08.872Z | Checking winnow v0.5.40 |
2033 | 2024-11-19T05:12:08.872Z | Checking debug-ignore v1.0.5 |
2034 | 2024-11-19T05:12:08.947Z | Checking clap_lex v0.7.2 |
2035 | 2024-11-19T05:12:09.001Z | Checking strsim v0.11.1 |
2036 | 2024-11-19T05:12:09.169Z | Checking unicode-width v0.1.14 |
2037 | 2024-11-19T05:12:09.193Z | Checking smoltcp v0.9.1 |
2038 | 2024-11-19T05:12:09.242Z | Checking clap_builder v4.5.21 |
2039 | 2024-11-19T05:12:09.560Z | Checking console v0.15.8 |
2040 | 2024-11-19T05:12:10.026Z | Checking cookie_store v0.21.0 |
2041 | 2024-11-19T05:12:10.404Z | Checking flate2 v1.0.34 |
2042 | 2024-11-19T05:12:10.588Z | Checking signal-hook-mio v0.2.4 |
2043 | 2024-11-19T05:12:10.710Z | Checking hyper-rustls v0.27.3 |
2044 | 2024-11-19T05:12:10.850Z | Checking elliptic-curve v0.13.8 |
2045 | 2024-11-19T05:12:10.906Z | Checking backtrace v0.3.74 |
2046 | 2024-11-19T05:12:10.953Z | Checking rayon v1.10.0 |
2047 | 2024-11-19T05:12:10.979Z | Checking dropshot v0.12.0 |
2048 | 2024-11-19T05:12:11.016Z | Checking bzip2 v0.4.4 |
2049 | 2024-11-19T05:12:11.210Z | Checking hickory-resolver v0.24.1 |
2050 | 2024-11-19T05:12:11.265Z | Checking phf v0.11.2 |
2051 | 2024-11-19T05:12:11.315Z | Checking toml_edit v0.19.15 |
2052 | 2024-11-19T05:12:11.405Z | Checking hyper-tls v0.6.0 |
2053 | 2024-11-19T05:12:11.429Z | Checking anyhow v1.0.93 |
2054 | 2024-11-19T05:12:11.504Z | Checking num-bigint-dig v0.8.4 |
2055 | 2024-11-19T05:12:11.658Z | Checking tokio-tungstenite v0.24.0 |
2056 | 2024-11-19T05:12:11.739Z | Checking postgres-types v0.2.8 |
2057 | 2024-11-19T05:12:11.764Z | Checking bstr v1.10.0 |
2058 | 2024-11-19T05:12:12.043Z | Checking regex v1.11.1 |
2059 | 2024-11-19T05:12:12.321Z | Checking ed25519 v2.2.3 |
2060 | 2024-11-19T05:12:12.518Z | Checking tokio-stream v0.1.16 |
2061 | 2024-11-19T05:12:12.543Z | Checking phf_shared v0.10.0 |
2062 | 2024-11-19T05:12:12.567Z | Checking zerocopy v0.6.6 |
2063 | 2024-11-19T05:12:12.592Z | Checking curve25519-dalek v4.1.3 |
2064 | 2024-11-19T05:12:12.777Z | Checking pkcs1 v0.7.5 |
2065 | 2024-11-19T05:12:13.110Z | Checking hubpack v0.1.2 |
2066 | 2024-11-19T05:12:13.185Z | Checking portable-atomic v1.9.0 |
2067 | 2024-11-19T05:12:13.278Z | Checking float-cmp v0.9.0 |
2068 | 2024-11-19T05:12:13.319Z | Checking serde-big-array v0.5.1 |
2069 | 2024-11-19T05:12:13.375Z | Checking rfc6979 v0.4.0 |
2070 | 2024-11-19T05:12:13.417Z | Checking sync_wrapper v1.0.1 |
2071 | 2024-11-19T05:12:13.464Z | Checking precomputed-hash v0.1.1 |
2072 | 2024-11-19T05:12:13.532Z | Checking minimal-lexical v0.2.1 |
2073 | 2024-11-19T05:12:13.568Z | Checking static_assertions v1.1.0 |
2074 | 2024-11-19T05:12:13.568Z | Checking new_debug_unreachable v1.0.6 |
2075 | 2024-11-19T05:12:13.592Z | Checking bit-vec v0.6.3 |
2076 | 2024-11-19T05:12:13.642Z | Checking difflib v0.4.0 |
2077 | 2024-11-19T05:12:13.666Z | Checking number_prefix v0.4.0 |
2078 | 2024-11-19T05:12:13.821Z | Checking unicode-segmentation v1.12.0 |
2079 | 2024-11-19T05:12:13.859Z | Checking normalize-line-endings v0.3.0 |
2080 | 2024-11-19T05:12:13.883Z | Checking predicates-core v1.0.8 |
2081 | 2024-11-19T05:12:13.919Z | Checking fixedbitset v0.4.2 |
2082 | 2024-11-19T05:12:13.954Z | Checking whoami v1.5.2 |
2083 | 2024-11-19T05:12:13.978Z | Checking unicode-width v0.2.0 |
2084 | 2024-11-19T05:12:14.045Z | Checking predicates v3.1.2 |
2085 | 2024-11-19T05:12:14.085Z | Checking qorb v0.2.0 |
2086 | 2024-11-19T05:12:14.129Z | Checking ed25519-dalek v2.1.1 |
2087 | 2024-11-19T05:12:14.164Z | Checking petgraph v0.6.5 |
2088 | 2024-11-19T05:12:14.223Z | Checking tokio-postgres v0.7.12 |
2089 | 2024-11-19T05:12:14.280Z | Checking bit-set v0.5.3 |
2090 | 2024-11-19T05:12:14.368Z | Checking indicatif v0.17.9 |
2091 | 2024-11-19T05:12:14.392Z | Checking similar v2.6.0 |
2092 | 2024-11-19T05:12:14.482Z | Checking nom v7.1.3 |
2093 | 2024-11-19T05:12:14.506Z | Checking string_cache v0.8.7 |
2094 | 2024-11-19T05:12:14.625Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2095 | 2024-11-19T05:12:14.740Z | Checking ecdsa v0.16.9 |
2096 | 2024-11-19T05:12:14.982Z | Checking reqwest v0.12.9 |
2097 | 2024-11-19T05:12:15.070Z | Checking toml v0.7.8 |
2098 | 2024-11-19T05:12:15.318Z | Checking rsa v0.9.6 |
2099 | 2024-11-19T05:12:15.652Z | Checking clap v4.5.21 |
2100 | 2024-11-19T05:12:15.751Z | Checking zip v0.6.6 |
2101 | 2024-11-19T05:12:16.165Z | Checking crossterm v0.28.1 |
2102 | 2024-11-19T05:12:16.192Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2103 | 2024-11-19T05:12:16.217Z | Checking itertools v0.12.1 |
2104 | 2024-11-19T05:12:16.324Z | Checking itertools v0.10.5 |
2105 | 2024-11-19T05:12:16.529Z | Checking fs-err v2.11.0 |
2106 | 2024-11-19T05:12:16.708Z | Checking ahash v0.8.11 |
2107 | 2024-11-19T05:12:16.788Z | Checking x509-cert v0.2.5 |
2108 | 2024-11-19T05:12:16.923Z | Checking hex v0.4.3 |
2109 | 2024-11-19T05:12:17.008Z | Checking semver v1.0.23 |
2110 | 2024-11-19T05:12:17.160Z | Checking lalrpop-util v0.19.12 |
2111 | 2024-11-19T05:12:17.354Z | Checking peg-runtime v0.8.3 |
2112 | 2024-11-19T05:12:17.378Z | Checking heck v0.4.1 |
2113 | 2024-11-19T05:12:17.410Z | Checking sigpipe v0.1.3 |
2114 | 2024-11-19T05:12:18.934Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2115 | 2024-11-19T05:12:19.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.65s |
2116 | 2024-11-19T05:12:19.505Z | |
2117 | 2024-11-19T05:12:19.505Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/171) |
2118 | 2024-11-19T05:12:20.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2119 | 2024-11-19T05:12:20.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2120 | 2024-11-19T05:12:20.377Z | Compiling hashbrown v0.14.5 |
2121 | 2024-11-19T05:12:20.429Z | Checking heck v0.5.0 |
2122 | 2024-11-19T05:12:20.453Z | Compiling unsafe-libyaml v0.2.11 |
2123 | 2024-11-19T05:12:20.478Z | Compiling ident_case v1.0.1 |
2124 | 2024-11-19T05:12:20.502Z | Checking progenitor-client v0.8.0 |
2125 | 2024-11-19T05:12:20.502Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2126 | 2024-11-19T05:12:20.527Z | Compiling proc-macro-crate v1.3.1 |
2127 | 2024-11-19T05:12:20.608Z | Compiling darling_core v0.20.10 |
2128 | 2024-11-19T05:12:20.640Z | Checking ipnetwork v0.20.0 |
2129 | 2024-11-19T05:12:20.824Z | Compiling structmeta-derive v0.3.0 |
2130 | 2024-11-19T05:12:20.848Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2131 | 2024-11-19T05:12:20.962Z | Compiling newtype-uuid v1.1.3 |
2132 | 2024-11-19T05:12:21.099Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2133 | 2024-11-19T05:12:21.214Z | Compiling lzma-sys v0.1.20 |
2134 | 2024-11-19T05:12:21.406Z | Compiling foreign-types-macros v0.2.3 |
2135 | 2024-11-19T05:12:21.430Z | Checking regress v0.10.1 |
2136 | 2024-11-19T05:12:21.570Z | Compiling serde_yaml v0.9.34+deprecated |
2137 | 2024-11-19T05:12:21.869Z | Compiling num_enum_derive v0.5.11 |
2138 | 2024-11-19T05:12:21.978Z | Compiling dropshot v0.13.0 |
2139 | 2024-11-19T05:12:22.220Z | Checking arc-swap v1.7.1 |
2140 | 2024-11-19T05:12:22.461Z | Checking foreign-types-shared v0.3.1 |
2141 | 2024-11-19T05:12:22.568Z | Checking foreign-types v0.5.0 |
2142 | 2024-11-19T05:12:22.592Z | Checking slog-scope v4.4.0 |
2143 | 2024-11-19T05:12:22.772Z | Compiling proc-macro-error v1.0.4 |
2144 | 2024-11-19T05:12:23.303Z | Compiling structmeta v0.3.0 |
2145 | 2024-11-19T05:12:23.327Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2146 | 2024-11-19T05:12:23.424Z | Checking tungstenite v0.21.0 |
2147 | 2024-11-19T05:12:23.461Z | Compiling heck v0.3.3 |
2148 | 2024-11-19T05:12:23.720Z | Compiling parse-display-derive v0.10.0 |
2149 | 2024-11-19T05:12:23.836Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2150 | 2024-11-19T05:12:24.101Z | Checking num_enum v0.5.11 |
2151 | 2024-11-19T05:12:24.229Z | Compiling dropshot_endpoint v0.13.0 |
2152 | 2024-11-19T05:12:24.253Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2153 | 2024-11-19T05:12:24.314Z | Checking typify-impl v0.2.0 |
2154 | 2024-11-19T05:12:24.907Z | Checking cstr-argument v0.1.2 |
2155 | 2024-11-19T05:12:25.063Z | Checking instant v0.1.13 |
2156 | 2024-11-19T05:12:25.172Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2157 | 2024-11-19T05:12:25.197Z | Checking pretty-hex v0.2.1 |
2158 | 2024-11-19T05:12:25.337Z | Checking fastrand v2.1.1 |
2159 | 2024-11-19T05:12:25.415Z | Checking base64 v0.21.7 |
2160 | 2024-11-19T05:12:25.621Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2161 | 2024-11-19T05:12:25.646Z | Checking tempfile v3.13.0 |
2162 | 2024-11-19T05:12:25.821Z | Checking backoff v0.4.0 |
2163 | 2024-11-19T05:12:25.859Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2164 | 2024-11-19T05:12:25.978Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2165 | 2024-11-19T05:12:26.081Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2166 | 2024-11-19T05:12:26.114Z | Checking tokio-tungstenite v0.21.0 |
2167 | 2024-11-19T05:12:26.146Z | Checking strum v0.26.3 |
2168 | 2024-11-19T05:12:26.221Z | Compiling zone_cfg_derive v0.1.2 |
2169 | 2024-11-19T05:12:26.293Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2170 | 2024-11-19T05:12:26.383Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2171 | 2024-11-19T05:12:26.546Z | Compiling darling_macro v0.20.10 |
2172 | 2024-11-19T05:12:26.572Z | Checking slog-stdlog v4.1.1 |
2173 | 2024-11-19T05:12:26.727Z | Checking regress v0.9.1 |
2174 | 2024-11-19T05:12:26.751Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2175 | 2024-11-19T05:12:26.885Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2176 | 2024-11-19T05:12:26.957Z | Checking colored v2.1.0 |
2177 | 2024-11-19T05:12:27.145Z | Checking macaddr v1.0.1 |
2178 | 2024-11-19T05:12:27.234Z | Checking base64 v0.13.1 |
2179 | 2024-11-19T05:12:27.348Z | Compiling darling v0.20.10 |
2180 | 2024-11-19T05:12:27.464Z | Compiling serde_with_macros v3.11.0 |
2181 | 2024-11-19T05:12:27.489Z | Checking zone v0.1.8 |
2182 | 2024-11-19T05:12:27.585Z | Checking parse-display v0.10.0 |
2183 | 2024-11-19T05:12:27.609Z | Checking ron v0.7.1 |
2184 | 2024-11-19T05:12:27.809Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2185 | 2024-11-19T05:12:28.074Z | Checking xz2 v0.1.7 |
2186 | 2024-11-19T05:12:28.219Z | Checking slog-envlogger v2.2.0 |
2187 | 2024-11-19T05:12:28.336Z | Checking tabwriter v1.4.0 |
2188 | 2024-11-19T05:12:28.452Z | Checking xattr v1.3.1 |
2189 | 2024-11-19T05:12:28.592Z | Checking pem v3.0.4 |
2190 | 2024-11-19T05:12:28.655Z | Checking yasna v0.5.2 |
2191 | 2024-11-19T05:12:28.680Z | Checking headers-core v0.3.0 |
2192 | 2024-11-19T05:12:28.806Z | Checking smf v0.2.3 |
2193 | 2024-11-19T05:12:28.830Z | Checking filetime v0.2.25 |
2194 | 2024-11-19T05:12:29.015Z | Checking same-file v1.0.6 |
2195 | 2024-11-19T05:12:29.144Z | Checking tar v0.4.43 |
2196 | 2024-11-19T05:12:29.169Z | Checking walkdir v2.5.0 |
2197 | 2024-11-19T05:12:29.213Z | Checking headers v0.4.0 |
2198 | 2024-11-19T05:12:29.411Z | Checking rcgen v0.12.1 |
2199 | 2024-11-19T05:12:29.441Z | Checking atomicwrites v0.4.4 |
2200 | 2024-11-19T05:12:29.601Z | Checking camino-tempfile v1.1.1 |
2201 | 2024-11-19T05:12:29.692Z | Checking subprocess v0.2.9 |
2202 | 2024-11-19T05:12:29.935Z | Checking serde_with v3.11.0 |
2203 | 2024-11-19T05:12:34.879Z | Compiling typify-macro v0.2.0 |
2204 | 2024-11-19T05:12:37.273Z | Compiling typify v0.2.0 |
2205 | 2024-11-19T05:12:37.370Z | Compiling progenitor-impl v0.8.0 |
2206 | 2024-11-19T05:12:41.751Z | Compiling progenitor-macro v0.8.0 |
2207 | 2024-11-19T05:12:48.067Z | Checking progenitor v0.8.0 |
2208 | 2024-11-19T05:12:48.264Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2209 | 2024-11-19T05:12:48.289Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2210 | 2024-11-19T05:12:51.693Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2211 | 2024-11-19T05:12:52.120Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2212 | 2024-11-19T05:13:00.347Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2213 | 2024-11-19T05:13:02.390Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2214 | 2024-11-19T05:13:04.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.51s |
2215 | 2024-11-19T05:13:04.180Z | |
2216 | 2024-11-19T05:13:04.180Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/171) |
2217 | 2024-11-19T05:13:04.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2218 | 2024-11-19T05:13:04.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2219 | 2024-11-19T05:13:05.066Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2220 | 2024-11-19T05:13:06.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
2221 | 2024-11-19T05:13:06.989Z | |
2222 | 2024-11-19T05:13:06.989Z | info: running `cargo check --bins` on nexus-config (31/171) |
2223 | 2024-11-19T05:13:07.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2224 | 2024-11-19T05:13:07.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2225 | 2024-11-19T05:13:07.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2226 | 2024-11-19T05:13:07.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2227 | 2024-11-19T05:13:07.835Z | |
2228 | 2024-11-19T05:13:07.835Z | info: running `cargo check --bins` on omicron-rpaths (32/171) |
2229 | 2024-11-19T05:13:08.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2230 | 2024-11-19T05:13:08.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2231 | 2024-11-19T05:13:08.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2232 | 2024-11-19T05:13:08.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2233 | 2024-11-19T05:13:08.636Z | |
2234 | 2024-11-19T05:13:08.636Z | info: running `cargo check --bins` on omicron-certificates (33/171) |
2235 | 2024-11-19T05:13:09.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2024-11-19T05:13:09.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2024-11-19T05:13:09.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2238 | 2024-11-19T05:13:09.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2239 | 2024-11-19T05:13:09.466Z | |
2240 | 2024-11-19T05:13:09.466Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/171) |
2241 | 2024-11-19T05:13:10.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2024-11-19T05:13:10.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2024-11-19T05:13:10.335Z | Compiling heapless v0.8.0 |
2244 | 2024-11-19T05:13:10.360Z | Checking hash32 v0.3.1 |
2245 | 2024-11-19T05:13:10.360Z | Compiling smoltcp v0.11.0 |
2246 | 2024-11-19T05:13:10.396Z | Checking cobs v0.2.3 |
2247 | 2024-11-19T05:13:10.420Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2248 | 2024-11-19T05:13:10.421Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2249 | 2024-11-19T05:13:10.446Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2250 | 2024-11-19T05:13:10.471Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2251 | 2024-11-19T05:13:10.547Z | Compiling crucible-workspace-hack v0.1.0 |
2252 | 2024-11-19T05:13:10.575Z | Checking newline-converter v0.3.0 |
2253 | 2024-11-19T05:13:10.599Z | Checking postcard v1.0.10 |
2254 | 2024-11-19T05:13:10.726Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2255 | 2024-11-19T05:13:10.751Z | Compiling convert_case v0.4.0 |
2256 | 2024-11-19T05:13:10.923Z | Checking expectorate v1.1.0 |
2257 | 2024-11-19T05:13:10.947Z | Compiling zone_cfg_derive v0.3.0 |
2258 | 2024-11-19T05:13:11.030Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2259 | 2024-11-19T05:13:11.074Z | Checking itertools v0.13.0 |
2260 | 2024-11-19T05:13:11.098Z | Compiling num-derive v0.4.2 |
2261 | 2024-11-19T05:13:11.206Z | Compiling slog-dtrace v0.3.0 |
2262 | 2024-11-19T05:13:11.336Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2263 | 2024-11-19T05:13:11.507Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2264 | 2024-11-19T05:13:11.628Z | Compiling derive_more v0.99.18 |
2265 | 2024-11-19T05:13:12.179Z | Checking zone v0.3.0 |
2266 | 2024-11-19T05:13:12.658Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2267 | 2024-11-19T05:13:14.398Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2268 | 2024-11-19T05:13:15.537Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2269 | 2024-11-19T05:13:16.227Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2270 | 2024-11-19T05:13:16.890Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2271 | 2024-11-19T05:13:18.014Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2272 | 2024-11-19T05:13:19.308Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2273 | 2024-11-19T05:13:20.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.06s |
2274 | 2024-11-19T05:13:20.688Z | |
2275 | 2024-11-19T05:13:20.688Z | info: running `cargo check --bins` on clickhouse-admin-api (35/171) |
2276 | 2024-11-19T05:13:21.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2277 | 2024-11-19T05:13:21.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2278 | 2024-11-19T05:13:21.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2279 | 2024-11-19T05:13:21.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2280 | 2024-11-19T05:13:21.533Z | |
2281 | 2024-11-19T05:13:21.533Z | info: running `cargo check --bins` on clickhouse-admin-types (36/171) |
2282 | 2024-11-19T05:13:22.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2283 | 2024-11-19T05:13:22.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2284 | 2024-11-19T05:13:22.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2285 | 2024-11-19T05:13:22.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2286 | 2024-11-19T05:13:22.356Z | |
2287 | 2024-11-19T05:13:22.356Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (37/171) |
2288 | 2024-11-19T05:13:23.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2289 | 2024-11-19T05:13:23.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2290 | 2024-11-19T05:13:23.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2291 | 2024-11-19T05:13:23.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2292 | 2024-11-19T05:13:23.209Z | |
2293 | 2024-11-19T05:13:23.209Z | info: running `cargo check --bins --no-default-features` on oximeter-db (38/171) |
2294 | 2024-11-19T05:13:23.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2295 | 2024-11-19T05:13:23.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2296 | 2024-11-19T05:13:24.107Z | Compiling progenitor-client v0.8.0 |
2297 | 2024-11-19T05:13:24.131Z | Compiling newtype-uuid v1.1.3 |
2298 | 2024-11-19T05:13:24.156Z | Compiling ipnetwork v0.20.0 |
2299 | 2024-11-19T05:13:24.156Z | Compiling instant v0.1.13 |
2300 | 2024-11-19T05:13:24.181Z | Compiling dropshot v0.13.0 |
2301 | 2024-11-19T05:13:24.205Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2302 | 2024-11-19T05:13:24.205Z | Checking num-rational v0.4.2 |
2303 | 2024-11-19T05:13:24.205Z | Compiling serde_with v3.11.0 |
2304 | 2024-11-19T05:13:24.310Z | Compiling backoff v0.4.0 |
2305 | 2024-11-19T05:13:24.365Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2306 | 2024-11-19T05:13:24.421Z | Compiling parse-display v0.10.0 |
2307 | 2024-11-19T05:13:24.556Z | Compiling progenitor v0.8.0 |
2308 | 2024-11-19T05:13:24.624Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2309 | 2024-11-19T05:13:24.683Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2310 | 2024-11-19T05:13:24.801Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2311 | 2024-11-19T05:13:24.842Z | Compiling regress v0.9.1 |
2312 | 2024-11-19T05:13:24.982Z | Compiling phf_generator v0.11.2 |
2313 | 2024-11-19T05:13:25.041Z | Checking num-complex v0.4.6 |
2314 | 2024-11-19T05:13:25.294Z | Compiling macaddr v1.0.1 |
2315 | 2024-11-19T05:13:25.666Z | Compiling phf_codegen v0.11.2 |
2316 | 2024-11-19T05:13:25.773Z | Checking num v0.4.3 |
2317 | 2024-11-19T05:13:25.857Z | Compiling parse-zoneinfo v0.3.1 |
2318 | 2024-11-19T05:13:25.881Z | Checking float-ord v0.3.2 |
2319 | 2024-11-19T05:13:26.118Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2320 | 2024-11-19T05:13:26.188Z | Checking prettyplease v0.2.25 |
2321 | 2024-11-19T05:13:26.321Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2322 | 2024-11-19T05:13:27.207Z | Compiling chrono-tz-build v0.4.0 |
2323 | 2024-11-19T05:13:27.368Z | Compiling const_format_proc_macros v0.2.33 |
2324 | 2024-11-19T05:13:27.523Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2325 | 2024-11-19T05:13:27.673Z | Checking highway v1.2.0 |
2326 | 2024-11-19T05:13:28.087Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2327 | 2024-11-19T05:13:28.606Z | Compiling chrono-tz v0.10.0 |
2328 | 2024-11-19T05:13:28.651Z | Checking gethostname v0.5.0 |
2329 | 2024-11-19T05:13:28.779Z | Checking bcs v0.1.6 |
2330 | 2024-11-19T05:13:29.043Z | Compiling async-recursion v1.1.1 |
2331 | 2024-11-19T05:13:29.209Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2332 | 2024-11-19T05:13:29.233Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2333 | 2024-11-19T05:13:29.315Z | Checking const_format v0.2.33 |
2334 | 2024-11-19T05:13:29.442Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2335 | 2024-11-19T05:13:44.279Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2336 | 2024-11-19T05:13:48.212Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2337 | 2024-11-19T05:13:53.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.25s |
2338 | 2024-11-19T05:13:53.635Z | |
2339 | 2024-11-19T05:13:53.635Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (39/171) |
2340 | 2024-11-19T05:13:54.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2341 | 2024-11-19T05:13:54.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2342 | 2024-11-19T05:13:54.504Z | Compiling cfg_aliases v0.1.1 |
2343 | 2024-11-19T05:13:54.504Z | Compiling vte_generate_state_changes v0.1.2 |
2344 | 2024-11-19T05:13:54.528Z | Checking fd-lock v4.0.2 |
2345 | 2024-11-19T05:13:54.529Z | Checking nibble_vec v0.1.0 |
2346 | 2024-11-19T05:13:54.529Z | Checking bytecount v0.6.8 |
2347 | 2024-11-19T05:13:54.529Z | Checking endian-type v0.1.2 |
2348 | 2024-11-19T05:13:54.564Z | Compiling tabled_derive v0.7.0 |
2349 | 2024-11-19T05:13:54.616Z | Compiling peg-macros v0.8.4 |
2350 | 2024-11-19T05:13:54.651Z | Compiling nix v0.28.0 |
2351 | 2024-11-19T05:13:54.726Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2352 | 2024-11-19T05:13:54.755Z | Compiling sqlparser_derive v0.2.2 |
2353 | 2024-11-19T05:13:54.780Z | Checking papergrid v0.11.0 |
2354 | 2024-11-19T05:13:54.804Z | Checking radix_trie v0.2.1 |
2355 | 2024-11-19T05:13:55.055Z | Checking vte v0.11.1 |
2356 | 2024-11-19T05:13:55.151Z | Checking unicode_categories v0.1.1 |
2357 | 2024-11-19T05:13:55.410Z | Checking nu-ansi-term v0.50.1 |
2358 | 2024-11-19T05:13:55.666Z | Checking home v0.5.9 |
2359 | 2024-11-19T05:13:55.722Z | Checking sqlparser v0.45.0 |
2360 | 2024-11-19T05:13:55.752Z | Checking sqlformat v0.2.6 |
2361 | 2024-11-19T05:13:55.805Z | Checking display-error-chain v0.2.2 |
2362 | 2024-11-19T05:13:56.104Z | Checking strip-ansi-escapes v0.2.0 |
2363 | 2024-11-19T05:13:56.238Z | Checking reedline v0.35.0 |
2364 | 2024-11-19T05:13:56.597Z | Checking tabled v0.15.0 |
2365 | 2024-11-19T05:13:57.021Z | Checking peg v0.8.4 |
2366 | 2024-11-19T05:13:57.480Z | Checking rustyline v14.0.0 |
2367 | 2024-11-19T05:14:10.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.55s |
2368 | 2024-11-19T05:14:10.347Z | |
2369 | 2024-11-19T05:14:10.347Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (40/171) |
2370 | 2024-11-19T05:14:11.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2371 | 2024-11-19T05:14:11.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2372 | 2024-11-19T05:14:11.227Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2373 | 2024-11-19T05:14:19.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.78s |
2374 | 2024-11-19T05:14:19.297Z | |
2375 | 2024-11-19T05:14:19.297Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (41/171) |
2376 | 2024-11-19T05:14:20.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2377 | 2024-11-19T05:14:20.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2378 | 2024-11-19T05:14:20.169Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2379 | 2024-11-19T05:14:26.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.81s |
2380 | 2024-11-19T05:14:26.276Z | |
2381 | 2024-11-19T05:14:26.276Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (42/171) |
2382 | 2024-11-19T05:14:27.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-11-19T05:14:27.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-11-19T05:14:27.155Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2385 | 2024-11-19T05:14:34.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.45s |
2386 | 2024-11-19T05:14:34.892Z | |
2387 | 2024-11-19T05:14:34.892Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (43/171) |
2388 | 2024-11-19T05:14:35.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-11-19T05:14:35.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-11-19T05:14:35.785Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2391 | 2024-11-19T05:14:43.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.56s |
2392 | 2024-11-19T05:14:43.619Z | |
2393 | 2024-11-19T05:14:43.619Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (44/171) |
2394 | 2024-11-19T05:14:44.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-11-19T05:14:44.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-11-19T05:14:44.514Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2397 | 2024-11-19T05:14:50.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.11s |
2398 | 2024-11-19T05:14:50.901Z | |
2399 | 2024-11-19T05:14:50.901Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (45/171) |
2400 | 2024-11-19T05:14:51.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-11-19T05:14:51.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-11-19T05:14:51.805Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2403 | 2024-11-19T05:14:58.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.41s |
2404 | 2024-11-19T05:14:58.492Z | |
2405 | 2024-11-19T05:14:58.492Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (46/171) |
2406 | 2024-11-19T05:14:59.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-11-19T05:14:59.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-11-19T05:14:59.372Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2409 | 2024-11-19T05:15:07.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.82s |
2410 | 2024-11-19T05:15:07.480Z | |
2411 | 2024-11-19T05:15:07.480Z | info: running `cargo check --bins` on oximeter (47/171) |
2412 | 2024-11-19T05:15:08.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-11-19T05:15:08.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-11-19T05:15:08.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2415 | 2024-11-19T05:15:08.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2416 | 2024-11-19T05:15:08.315Z | |
2417 | 2024-11-19T05:15:08.315Z | info: running `cargo check --bins` on oximeter-macro-impl (48/171) |
2418 | 2024-11-19T05:15:09.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2024-11-19T05:15:09.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2024-11-19T05:15:09.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2421 | 2024-11-19T05:15:09.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2422 | 2024-11-19T05:15:09.202Z | |
2423 | 2024-11-19T05:15:09.202Z | info: running `cargo check --bins` on oximeter-schema (49/171) |
2424 | 2024-11-19T05:15:09.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2024-11-19T05:15:09.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2024-11-19T05:15:09.996Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2427 | 2024-11-19T05:15:10.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2428 | 2024-11-19T05:15:10.607Z | |
2429 | 2024-11-19T05:15:10.607Z | info: running `cargo check --bins` on oximeter-types (50/171) |
2430 | 2024-11-19T05:15:11.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2024-11-19T05:15:11.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2024-11-19T05:15:11.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2433 | 2024-11-19T05:15:11.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2434 | 2024-11-19T05:15:11.424Z | |
2435 | 2024-11-19T05:15:11.425Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/171) |
2436 | 2024-11-19T05:15:12.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-11-19T05:15:12.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-11-19T05:15:12.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2439 | 2024-11-19T05:15:12.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2440 | 2024-11-19T05:15:12.287Z | |
2441 | 2024-11-19T05:15:12.287Z | info: running `cargo check --bins` on oxql-types (52/171) |
2442 | 2024-11-19T05:15:13.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2024-11-19T05:15:13.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2024-11-19T05:15:13.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2445 | 2024-11-19T05:15:13.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2446 | 2024-11-19T05:15:13.108Z | |
2447 | 2024-11-19T05:15:13.109Z | info: running `cargo check --bins` on oximeter-test-utils (53/171) |
2448 | 2024-11-19T05:15:13.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-11-19T05:15:13.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-11-19T05:15:13.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-11-19T05:15:13.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2452 | 2024-11-19T05:15:13.950Z | |
2453 | 2024-11-19T05:15:13.950Z | info: running `cargo check --bins` on bootstrap-agent-client (54/171) |
2454 | 2024-11-19T05:15:14.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-11-19T05:15:14.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-11-19T05:15:14.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-11-19T05:15:14.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2458 | 2024-11-19T05:15:14.781Z | |
2459 | 2024-11-19T05:15:14.781Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/171) |
2460 | 2024-11-19T05:15:15.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-11-19T05:15:15.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-11-19T05:15:15.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2024-11-19T05:15:15.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2464 | 2024-11-19T05:15:15.637Z | |
2465 | 2024-11-19T05:15:15.637Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/171) |
2466 | 2024-11-19T05:15:16.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-11-19T05:15:16.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-11-19T05:15:16.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-11-19T05:15:16.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2470 | 2024-11-19T05:15:16.499Z | |
2471 | 2024-11-19T05:15:16.499Z | info: running `cargo check --bins` on cockroach-admin-client (57/171) |
2472 | 2024-11-19T05:15:17.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-11-19T05:15:17.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-11-19T05:15:17.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-11-19T05:15:17.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2476 | 2024-11-19T05:15:17.342Z | |
2477 | 2024-11-19T05:15:17.342Z | info: running `cargo check --bins` on omicron-ddm-admin-client (58/171) |
2478 | 2024-11-19T05:15:18.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-11-19T05:15:18.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-11-19T05:15:18.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-11-19T05:15:18.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2482 | 2024-11-19T05:15:18.213Z | |
2483 | 2024-11-19T05:15:18.213Z | info: running `cargo check --bins` on dns-service-client (59/171) |
2484 | 2024-11-19T05:15:18.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-11-19T05:15:18.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-11-19T05:15:18.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2024-11-19T05:15:18.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2488 | 2024-11-19T05:15:19.036Z | |
2489 | 2024-11-19T05:15:19.036Z | info: running `cargo check --bins` on internal-dns-types (60/171) |
2490 | 2024-11-19T05:15:19.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-11-19T05:15:19.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-11-19T05:15:19.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-11-19T05:15:19.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2494 | 2024-11-19T05:15:19.851Z | |
2495 | 2024-11-19T05:15:19.851Z | info: running `cargo check --bins` on dpd-client (61/171) |
2496 | 2024-11-19T05:15:20.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-11-19T05:15:20.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-11-19T05:15:20.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2024-11-19T05:15:20.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2500 | 2024-11-19T05:15:20.665Z | |
2501 | 2024-11-19T05:15:20.665Z | info: running `cargo check --bins` on gateway-client (62/171) |
2502 | 2024-11-19T05:15:21.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-11-19T05:15:21.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-11-19T05:15:21.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2024-11-19T05:15:21.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2506 | 2024-11-19T05:15:21.489Z | |
2507 | 2024-11-19T05:15:21.489Z | info: running `cargo check --bins` on installinator-client (63/171) |
2508 | 2024-11-19T05:15:22.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-11-19T05:15:22.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-11-19T05:15:22.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-11-19T05:15:22.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2512 | 2024-11-19T05:15:22.358Z | |
2513 | 2024-11-19T05:15:22.358Z | info: running `cargo check --bins` on installinator-common (64/171) |
2514 | 2024-11-19T05:15:23.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-11-19T05:15:23.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-11-19T05:15:23.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-11-19T05:15:23.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2518 | 2024-11-19T05:15:23.233Z | |
2519 | 2024-11-19T05:15:23.234Z | info: running `cargo check --bins` on update-engine (65/171) |
2520 | 2024-11-19T05:15:23.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-11-19T05:15:23.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-11-19T05:15:23.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-11-19T05:15:23.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2524 | 2024-11-19T05:15:24.055Z | |
2525 | 2024-11-19T05:15:24.055Z | info: running `cargo check --bins` on nexus-client (66/171) |
2526 | 2024-11-19T05:15:24.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-11-19T05:15:24.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-11-19T05:15:24.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-11-19T05:15:24.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2530 | 2024-11-19T05:15:24.931Z | |
2531 | 2024-11-19T05:15:24.931Z | info: running `cargo check --bins` on nexus-sled-agent-shared (67/171) |
2532 | 2024-11-19T05:15:25.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-11-19T05:15:25.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-11-19T05:15:25.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-11-19T05:15:25.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2536 | 2024-11-19T05:15:25.781Z | |
2537 | 2024-11-19T05:15:25.781Z | info: running `cargo check --bins` on omicron-passwords (68/171) |
2538 | 2024-11-19T05:15:26.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-11-19T05:15:26.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-11-19T05:15:26.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-11-19T05:15:26.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2542 | 2024-11-19T05:15:26.604Z | |
2543 | 2024-11-19T05:15:26.604Z | info: running `cargo check --bins` on nexus-types (69/171) |
2544 | 2024-11-19T05:15:27.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-11-19T05:15:27.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-11-19T05:15:27.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-11-19T05:15:27.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2548 | 2024-11-19T05:15:27.474Z | |
2549 | 2024-11-19T05:15:27.475Z | info: running `cargo check --bins` on oxide-client (70/171) |
2550 | 2024-11-19T05:15:28.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-11-19T05:15:28.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-11-19T05:15:28.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-11-19T05:15:28.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2554 | 2024-11-19T05:15:28.324Z | |
2555 | 2024-11-19T05:15:28.324Z | info: running `cargo check --bins` on oximeter-client (71/171) |
2556 | 2024-11-19T05:15:29.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-11-19T05:15:29.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-11-19T05:15:29.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-11-19T05:15:29.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2560 | 2024-11-19T05:15:29.173Z | |
2561 | 2024-11-19T05:15:29.174Z | info: running `cargo check --bins` on repo-depot-client (72/171) |
2562 | 2024-11-19T05:15:29.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-11-19T05:15:29.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-11-19T05:15:29.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-11-19T05:15:29.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2566 | 2024-11-19T05:15:29.984Z | |
2567 | 2024-11-19T05:15:29.984Z | info: running `cargo check --bins` on sled-agent-client (73/171) |
2568 | 2024-11-19T05:15:30.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-11-19T05:15:30.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-11-19T05:15:30.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-11-19T05:15:30.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2572 | 2024-11-19T05:15:30.839Z | |
2573 | 2024-11-19T05:15:30.839Z | info: running `cargo check --bins` on wicketd-client (74/171) |
2574 | 2024-11-19T05:15:31.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-11-19T05:15:31.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-11-19T05:15:31.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-11-19T05:15:31.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2578 | 2024-11-19T05:15:31.743Z | |
2579 | 2024-11-19T05:15:31.743Z | info: running `cargo check --bins` on sled-agent-types (75/171) |
2580 | 2024-11-19T05:15:32.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-11-19T05:15:32.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-11-19T05:15:32.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-11-19T05:15:32.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2584 | 2024-11-19T05:15:32.629Z | |
2585 | 2024-11-19T05:15:32.629Z | info: running `cargo check --bins` on wicket-common (76/171) |
2586 | 2024-11-19T05:15:33.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-11-19T05:15:33.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-11-19T05:15:33.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2024-11-19T05:15:33.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2590 | 2024-11-19T05:15:33.490Z | |
2591 | 2024-11-19T05:15:33.490Z | info: running `cargo check --bins` on omicron-cockroach-admin (77/171) |
2592 | 2024-11-19T05:15:34.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-11-19T05:15:34.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-11-19T05:15:34.353Z | Checking csv-core v0.1.11 |
2595 | 2024-11-19T05:15:34.353Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2596 | 2024-11-19T05:15:34.377Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2597 | 2024-11-19T05:15:34.657Z | Checking csv v1.3.0 |
2598 | 2024-11-19T05:15:34.681Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2599 | 2024-11-19T05:15:35.360Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2600 | 2024-11-19T05:15:35.826Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2601 | 2024-11-19T05:15:37.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s |
2602 | 2024-11-19T05:15:37.507Z | |
2603 | 2024-11-19T05:15:37.507Z | info: running `cargo check --bins` on cockroach-admin-api (78/171) |
2604 | 2024-11-19T05:15:38.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-11-19T05:15:38.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-11-19T05:15:38.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-11-19T05:15:38.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2608 | 2024-11-19T05:15:38.370Z | |
2609 | 2024-11-19T05:15:38.370Z | info: running `cargo check --bins` on cockroach-admin-types (79/171) |
2610 | 2024-11-19T05:15:39.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-11-19T05:15:39.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-11-19T05:15:39.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2024-11-19T05:15:39.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2614 | 2024-11-19T05:15:39.228Z | |
2615 | 2024-11-19T05:15:39.228Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (80/171) |
2616 | 2024-11-19T05:15:40.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-11-19T05:15:40.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-11-19T05:15:40.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2024-11-19T05:15:40.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2620 | 2024-11-19T05:15:40.217Z | |
2621 | 2024-11-19T05:15:40.218Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (81/171) |
2622 | 2024-11-19T05:15:41.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2024-11-19T05:15:41.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2024-11-19T05:15:41.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2024-11-19T05:15:41.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2626 | 2024-11-19T05:15:41.193Z | |
2627 | 2024-11-19T05:15:41.193Z | info: running `cargo check --bins` on dns-server (82/171) |
2628 | 2024-11-19T05:15:41.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2024-11-19T05:15:41.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2024-11-19T05:15:42.060Z | Compiling parking_lot_core v0.8.6 |
2631 | 2024-11-19T05:15:42.085Z | Checking fxhash v0.2.1 |
2632 | 2024-11-19T05:15:42.085Z | Checking hickory-server v0.24.1 |
2633 | 2024-11-19T05:15:42.085Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2634 | 2024-11-19T05:15:42.085Z | Checking hickory-client v0.24.1 |
2635 | 2024-11-19T05:15:42.769Z | Checking parking_lot v0.11.2 |
2636 | 2024-11-19T05:15:42.961Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2637 | 2024-11-19T05:15:42.961Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2638 | 2024-11-19T05:15:43.068Z | Checking sled v0.34.7 |
2639 | 2024-11-19T05:15:45.367Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2640 | 2024-11-19T05:15:47.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s |
2641 | 2024-11-19T05:15:47.186Z | |
2642 | 2024-11-19T05:15:47.186Z | info: running `cargo check --bins` on dns-server-api (83/171) |
2643 | 2024-11-19T05:15:47.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2024-11-19T05:15:47.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2024-11-19T05:15:47.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2024-11-19T05:15:47.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2647 | 2024-11-19T05:15:48.025Z | |
2648 | 2024-11-19T05:15:48.025Z | info: running `cargo check --bins` on gateway-test-utils (84/171) |
2649 | 2024-11-19T05:15:48.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2024-11-19T05:15:48.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2024-11-19T05:15:48.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2652 | 2024-11-19T05:15:48.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2653 | 2024-11-19T05:15:48.928Z | |
2654 | 2024-11-19T05:15:48.928Z | info: running `cargo check --bins` on gateway-types (85/171) |
2655 | 2024-11-19T05:15:49.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2024-11-19T05:15:49.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2024-11-19T05:15:49.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2658 | 2024-11-19T05:15:49.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2659 | 2024-11-19T05:15:49.753Z | |
2660 | 2024-11-19T05:15:49.754Z | info: running `cargo check --bins` on ipcc (86/171) |
2661 | 2024-11-19T05:15:50.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2024-11-19T05:15:50.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2024-11-19T05:15:50.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2664 | 2024-11-19T05:15:50.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2665 | 2024-11-19T05:15:50.581Z | |
2666 | 2024-11-19T05:15:50.582Z | info: running `cargo check --bins` on omicron-gateway (87/171) |
2667 | 2024-11-19T05:15:51.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-11-19T05:15:51.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-11-19T05:15:51.482Z | Compiling radium v0.7.0 |
2670 | 2024-11-19T05:15:51.482Z | Compiling semver v0.1.20 |
2671 | 2024-11-19T05:15:51.507Z | Checking tap v1.0.1 |
2672 | 2024-11-19T05:15:51.507Z | Compiling maybe-uninit v2.0.0 |
2673 | 2024-11-19T05:15:51.532Z | Checking password-hash v0.5.0 |
2674 | 2024-11-19T05:15:51.557Z | Checking blake2 v0.10.6 |
2675 | 2024-11-19T05:15:51.557Z | Compiling cancel-safe-futures v0.1.5 |
2676 | 2024-11-19T05:15:51.582Z | Checking funty v2.0.0 |
2677 | 2024-11-19T05:15:51.698Z | Checking wyz v0.5.1 |
2678 | 2024-11-19T05:15:51.891Z | Compiling rustc_version v0.1.7 |
2679 | 2024-11-19T05:15:51.952Z | Compiling packed_struct v0.10.1 |
2680 | 2024-11-19T05:15:51.998Z | Compiling owo-colors v4.1.0 |
2681 | 2024-11-19T05:15:52.040Z | Checking crc-catalog v2.4.0 |
2682 | 2024-11-19T05:15:52.106Z | Checking argon2 v0.5.3 |
2683 | 2024-11-19T05:15:52.172Z | Compiling packed_struct_codegen v0.10.1 |
2684 | 2024-11-19T05:15:52.203Z | Checking crc v3.2.1 |
2685 | 2024-11-19T05:15:52.272Z | Compiling indexmap v1.9.3 |
2686 | 2024-11-19T05:15:52.296Z | Checking half v2.4.1 |
2687 | 2024-11-19T05:15:52.367Z | Compiling newtype_derive v0.1.6 |
2688 | 2024-11-19T05:15:52.391Z | Checking bitvec v1.0.1 |
2689 | 2024-11-19T05:15:52.415Z | Checking nodrop v0.1.14 |
2690 | 2024-11-19T05:15:52.518Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2691 | 2024-11-19T05:15:52.543Z | Checking ciborium-io v0.2.2 |
2692 | 2024-11-19T05:15:52.601Z | Checking array-init v0.0.4 |
2693 | 2024-11-19T05:15:52.694Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2694 | 2024-11-19T05:15:52.729Z | Checking ciborium-ll v0.2.2 |
2695 | 2024-11-19T05:15:52.795Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2696 | 2024-11-19T05:15:52.986Z | Checking smallvec v0.6.14 |
2697 | 2024-11-19T05:15:53.010Z | Checking libsw v3.3.1 |
2698 | 2024-11-19T05:15:53.189Z | Compiling memoffset v0.9.1 |
2699 | 2024-11-19T05:15:53.238Z | Checking indent_write v2.2.0 |
2700 | 2024-11-19T05:15:53.329Z | Checking linear-map v1.2.0 |
2701 | 2024-11-19T05:15:53.408Z | Checking swrite v0.1.0 |
2702 | 2024-11-19T05:15:53.436Z | Checking hashbrown v0.12.3 |
2703 | 2024-11-19T05:15:53.466Z | Checking bitfield v0.14.0 |
2704 | 2024-11-19T05:15:53.491Z | Checking termcolor v1.4.1 |
2705 | 2024-11-19T05:15:53.568Z | Checking serde-hex v0.1.0 |
2706 | 2024-11-19T05:15:53.709Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2707 | 2024-11-19T05:15:53.782Z | Checking ron v0.8.1 |
2708 | 2024-11-19T05:15:53.865Z | Checking env_logger v0.10.2 |
2709 | 2024-11-19T05:15:54.144Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2710 | 2024-11-19T05:15:54.238Z | Checking ciborium v0.2.2 |
2711 | 2024-11-19T05:15:54.460Z | Checking steno v0.4.1 |
2712 | 2024-11-19T05:15:54.930Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2713 | 2024-11-19T05:15:55.007Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2714 | 2024-11-19T05:15:55.036Z | Checking hashbrown v0.13.2 |
2715 | 2024-11-19T05:15:55.099Z | Checking crc-any v2.5.0 |
2716 | 2024-11-19T05:15:55.160Z | Checking humantime v2.1.0 |
2717 | 2024-11-19T05:15:55.427Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2718 | 2024-11-19T05:15:55.452Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2719 | 2024-11-19T05:15:55.759Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2720 | 2024-11-19T05:15:55.915Z | Checking object v0.30.4 |
2721 | 2024-11-19T05:15:55.984Z | Checking path-slash v0.1.5 |
2722 | 2024-11-19T05:15:56.079Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2723 | 2024-11-19T05:15:56.117Z | Checking nix v0.27.1 |
2724 | 2024-11-19T05:15:56.348Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2725 | 2024-11-19T05:15:56.633Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2726 | 2024-11-19T05:15:56.826Z | Checking tungstenite v0.23.0 |
2727 | 2024-11-19T05:15:56.858Z | Checking kstat-rs v0.2.4 |
2728 | 2024-11-19T05:15:56.975Z | Checking signal-hook-tokio v0.3.1 |
2729 | 2024-11-19T05:15:57.158Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2730 | 2024-11-19T05:15:57.598Z | Checking tokio-tungstenite v0.23.1 |
2731 | 2024-11-19T05:15:57.844Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2732 | 2024-11-19T05:15:58.494Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2733 | 2024-11-19T05:15:58.840Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2734 | 2024-11-19T05:16:06.844Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2735 | 2024-11-19T05:16:08.489Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2736 | 2024-11-19T05:16:12.582Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2737 | 2024-11-19T05:16:20.013Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2738 | 2024-11-19T05:16:20.857Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2739 | 2024-11-19T05:16:24.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.90s |
2740 | 2024-11-19T05:16:24.656Z | |
2741 | 2024-11-19T05:16:24.656Z | info: running `cargo check --bins` on gateway-api (88/171) |
2742 | 2024-11-19T05:16:25.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2024-11-19T05:16:25.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2024-11-19T05:16:25.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2745 | 2024-11-19T05:16:25.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2746 | 2024-11-19T05:16:25.503Z | |
2747 | 2024-11-19T05:16:25.503Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (89/171) |
2748 | 2024-11-19T05:16:26.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2749 | 2024-11-19T05:16:26.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2750 | 2024-11-19T05:16:26.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2751 | 2024-11-19T05:16:26.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2752 | 2024-11-19T05:16:26.314Z | |
2753 | 2024-11-19T05:16:26.314Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/171) |
2754 | 2024-11-19T05:16:27.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2755 | 2024-11-19T05:16:27.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2756 | 2024-11-19T05:16:27.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2757 | 2024-11-19T05:16:27.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2758 | 2024-11-19T05:16:27.132Z | |
2759 | 2024-11-19T05:16:27.132Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/171) |
2760 | 2024-11-19T05:16:27.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2761 | 2024-11-19T05:16:27.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2762 | 2024-11-19T05:16:27.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2763 | 2024-11-19T05:16:27.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2764 | 2024-11-19T05:16:27.970Z | |
2765 | 2024-11-19T05:16:27.970Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/171) |
2766 | 2024-11-19T05:16:28.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2024-11-19T05:16:28.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2024-11-19T05:16:28.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2024-11-19T05:16:28.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2770 | 2024-11-19T05:16:28.795Z | |
2771 | 2024-11-19T05:16:28.795Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/171) |
2772 | 2024-11-19T05:16:29.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2024-11-19T05:16:29.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2024-11-19T05:16:29.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2024-11-19T05:16:29.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2776 | 2024-11-19T05:16:29.623Z | |
2777 | 2024-11-19T05:16:29.623Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/171) |
2778 | 2024-11-19T05:16:30.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2024-11-19T05:16:30.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2024-11-19T05:16:30.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2024-11-19T05:16:30.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2782 | 2024-11-19T05:16:30.429Z | |
2783 | 2024-11-19T05:16:30.429Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/171) |
2784 | 2024-11-19T05:16:31.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2024-11-19T05:16:31.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2024-11-19T05:16:31.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2024-11-19T05:16:31.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2788 | 2024-11-19T05:16:31.241Z | |
2789 | 2024-11-19T05:16:31.241Z | info: running `cargo check --bins` on oximeter-producer (96/171) |
2790 | 2024-11-19T05:16:31.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-11-19T05:16:31.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-11-19T05:16:31.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2024-11-19T05:16:31.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2794 | 2024-11-19T05:16:32.077Z | |
2795 | 2024-11-19T05:16:32.077Z | info: running `cargo check --bins` on internal-dns-resolver (97/171) |
2796 | 2024-11-19T05:16:32.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-11-19T05:16:32.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-11-19T05:16:32.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2024-11-19T05:16:32.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2800 | 2024-11-19T05:16:32.898Z | |
2801 | 2024-11-19T05:16:32.898Z | info: running `cargo check --bins` on sp-sim (98/171) |
2802 | 2024-11-19T05:16:33.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-11-19T05:16:33.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-11-19T05:16:33.724Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2805 | 2024-11-19T05:16:35.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
2806 | 2024-11-19T05:16:36.126Z | |
2807 | 2024-11-19T05:16:36.126Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (99/171) |
2808 | 2024-11-19T05:16:36.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2024-11-19T05:16:36.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2024-11-19T05:16:36.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2811 | 2024-11-19T05:16:36.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2812 | 2024-11-19T05:16:36.980Z | |
2813 | 2024-11-19T05:16:36.981Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (100/171) |
2814 | 2024-11-19T05:16:37.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2815 | 2024-11-19T05:16:37.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2816 | 2024-11-19T05:16:37.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2817 | 2024-11-19T05:16:37.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2818 | 2024-11-19T05:16:37.844Z | |
2819 | 2024-11-19T05:16:37.844Z | info: running `cargo check --bins` on db-macros (101/171) |
2820 | 2024-11-19T05:16:38.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2024-11-19T05:16:38.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2024-11-19T05:16:38.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2823 | 2024-11-19T05:16:38.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2824 | 2024-11-19T05:16:38.651Z | |
2825 | 2024-11-19T05:16:38.651Z | info: running `cargo check --bins` on nexus-macros-common (102/171) |
2826 | 2024-11-19T05:16:39.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2024-11-19T05:16:39.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2024-11-19T05:16:39.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2829 | 2024-11-19T05:16:39.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2830 | 2024-11-19T05:16:39.423Z | |
2831 | 2024-11-19T05:16:39.423Z | info: running `cargo check --bins` on nexus-auth (103/171) |
2832 | 2024-11-19T05:16:40.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-11-19T05:16:40.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-11-19T05:16:40.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2024-11-19T05:16:40.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2836 | 2024-11-19T05:16:40.288Z | |
2837 | 2024-11-19T05:16:40.288Z | info: running `cargo check --bins` on authz-macros (104/171) |
2838 | 2024-11-19T05:16:41.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-11-19T05:16:41.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-11-19T05:16:41.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-11-19T05:16:41.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2842 | 2024-11-19T05:16:41.103Z | |
2843 | 2024-11-19T05:16:41.103Z | info: running `cargo check --bins` on nexus-db-fixed-data (105/171) |
2844 | 2024-11-19T05:16:41.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-11-19T05:16:41.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-11-19T05:16:41.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2847 | 2024-11-19T05:16:41.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2848 | 2024-11-19T05:16:41.949Z | |
2849 | 2024-11-19T05:16:41.949Z | info: running `cargo check --bins` on nexus-db-model (106/171) |
2850 | 2024-11-19T05:16:42.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-11-19T05:16:42.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-11-19T05:16:42.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2853 | 2024-11-19T05:16:42.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2854 | 2024-11-19T05:16:42.801Z | |
2855 | 2024-11-19T05:16:42.801Z | info: running `cargo check --bins` on nexus-defaults (107/171) |
2856 | 2024-11-19T05:16:43.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-11-19T05:16:43.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-11-19T05:16:43.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2859 | 2024-11-19T05:16:43.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2860 | 2024-11-19T05:16:43.633Z | |
2861 | 2024-11-19T05:16:43.633Z | info: running `cargo check --bins` on nexus-inventory (108/171) |
2862 | 2024-11-19T05:16:44.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-11-19T05:16:44.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-11-19T05:16:44.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2024-11-19T05:16:44.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2866 | 2024-11-19T05:16:44.472Z | |
2867 | 2024-11-19T05:16:44.472Z | info: running `cargo check --bins` on typed-rng (109/171) |
2868 | 2024-11-19T05:16:45.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-11-19T05:16:45.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-11-19T05:16:45.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2024-11-19T05:16:45.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2872 | 2024-11-19T05:16:45.252Z | |
2873 | 2024-11-19T05:16:45.252Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (110/171) |
2874 | 2024-11-19T05:16:46.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-11-19T05:16:46.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-11-19T05:16:46.227Z | Checking keccak v0.1.5 |
2877 | 2024-11-19T05:16:46.252Z | Checking secrecy v0.8.0 |
2878 | 2024-11-19T05:16:46.252Z | Compiling unicase v2.7.0 |
2879 | 2024-11-19T05:16:46.252Z | Compiling same-file v1.0.6 |
2880 | 2024-11-19T05:16:46.252Z | Compiling tempfile v3.13.0 |
2881 | 2024-11-19T05:16:46.326Z | Compiling thiserror-impl-no-std v2.0.2 |
2882 | 2024-11-19T05:16:46.326Z | Checking universal-hash v0.5.1 |
2883 | 2024-11-19T05:16:46.351Z | Compiling blake3 v1.5.4 |
2884 | 2024-11-19T05:16:46.449Z | Compiling walkdir v2.5.0 |
2885 | 2024-11-19T05:16:46.511Z | Checking sha3 v0.10.8 |
2886 | 2024-11-19T05:16:46.536Z | Compiling ring v0.16.20 |
2887 | 2024-11-19T05:16:46.573Z | Checking opaque-debug v0.3.1 |
2888 | 2024-11-19T05:16:46.665Z | Checking poly1305 v0.8.0 |
2889 | 2024-11-19T05:16:46.743Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2890 | 2024-11-19T05:16:46.861Z | Checking chacha20 v0.9.1 |
2891 | 2024-11-19T05:16:46.996Z | Checking aead v0.5.2 |
2892 | 2024-11-19T05:16:47.096Z | Compiling memmap2 v0.9.5 |
2893 | 2024-11-19T05:16:47.120Z | Compiling spin v0.5.2 |
2894 | 2024-11-19T05:16:47.145Z | Compiling libefi-sys v0.1.0 |
2895 | 2024-11-19T05:16:47.187Z | Compiling arrayref v0.3.9 |
2896 | 2024-11-19T05:16:47.211Z | Compiling constant_time_eq v0.3.1 |
2897 | 2024-11-19T05:16:47.294Z | Compiling salty v0.3.0 |
2898 | 2024-11-19T05:16:47.334Z | Compiling arrayvec v0.7.6 |
2899 | 2024-11-19T05:16:47.392Z | Checking chacha20poly1305 v0.10.1 |
2900 | 2024-11-19T05:16:47.514Z | Compiling toolchain_find v0.4.0 |
2901 | 2024-11-19T05:16:47.547Z | Compiling camino-tempfile v1.1.1 |
2902 | 2024-11-19T05:16:47.571Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2903 | 2024-11-19T05:16:47.694Z | Compiling bitfield-struct v0.6.2 |
2904 | 2024-11-19T05:16:47.802Z | Compiling topological-sort v0.2.2 |
2905 | 2024-11-19T05:16:47.974Z | Compiling mime_guess v2.0.5 |
2906 | 2024-11-19T05:16:48.004Z | Compiling rustfmt-wrapper v0.2.1 |
2907 | 2024-11-19T05:16:48.473Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2908 | 2024-11-19T05:16:48.530Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2909 | 2024-11-19T05:16:48.567Z | Checking primeorder v0.13.6 |
2910 | 2024-11-19T05:16:48.797Z | Checking env_filter v0.1.2 |
2911 | 2024-11-19T05:16:48.822Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2912 | 2024-11-19T05:16:48.956Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2913 | 2024-11-19T05:16:48.980Z | Checking p384 v0.13.0 |
2914 | 2024-11-19T05:16:49.007Z | Checking env_logger v0.11.5 |
2915 | 2024-11-19T05:16:49.055Z | Checking thiserror-no-std v2.0.2 |
2916 | 2024-11-19T05:16:49.140Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2917 | 2024-11-19T05:16:49.164Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2918 | 2024-11-19T05:16:49.188Z | Checking vsss-rs v3.3.4 |
2919 | 2024-11-19T05:16:49.391Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2920 | 2024-11-19T05:16:49.466Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2921 | 2024-11-19T05:16:49.515Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2922 | 2024-11-19T05:16:49.738Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2923 | 2024-11-19T05:16:49.798Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2924 | 2024-11-19T05:16:49.869Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2925 | 2024-11-19T05:16:49.903Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2926 | 2024-11-19T05:16:50.127Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2927 | 2024-11-19T05:16:50.228Z | Checking nanorand v0.7.0 |
2928 | 2024-11-19T05:16:50.286Z | Checking atty v0.2.14 |
2929 | 2024-11-19T05:16:50.310Z | Checking glob v0.3.1 |
2930 | 2024-11-19T05:16:50.408Z | Checking http-range v0.1.5 |
2931 | 2024-11-19T05:16:50.554Z | Checking flume v0.11.1 |
2932 | 2024-11-19T05:16:50.578Z | Checking hyper-staticfile v0.10.1 |
2933 | 2024-11-19T05:16:50.602Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2934 | 2024-11-19T05:16:51.012Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2935 | 2024-11-19T05:16:51.122Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2936 | 2024-11-19T05:16:51.146Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2937 | 2024-11-19T05:16:51.607Z | Compiling omicron-zone-package v0.11.1 |
2938 | 2024-11-19T05:16:51.743Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2939 | 2024-11-19T05:16:52.020Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2940 | 2024-11-19T05:16:52.727Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2941 | 2024-11-19T05:16:52.796Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2942 | 2024-11-19T05:16:52.829Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2943 | 2024-11-19T05:16:53.187Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2944 | 2024-11-19T05:16:54.043Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2945 | 2024-11-19T05:16:55.312Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2946 | 2024-11-19T05:16:57.135Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2947 | 2024-11-19T05:16:57.135Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2948 | 2024-11-19T05:17:10.641Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2949 | 2024-11-19T05:17:27.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.65s |
2950 | 2024-11-19T05:17:28.115Z | |
2951 | 2024-11-19T05:17:28.115Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (111/171) |
2952 | 2024-11-19T05:17:28.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2953 | 2024-11-19T05:17:28.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2954 | 2024-11-19T05:17:29.115Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2955 | 2024-11-19T05:17:46.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.02s |
2956 | 2024-11-19T05:17:46.322Z | |
2957 | 2024-11-19T05:17:46.322Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (112/171) |
2958 | 2024-11-19T05:17:47.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2959 | 2024-11-19T05:17:47.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2960 | 2024-11-19T05:17:47.299Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2961 | 2024-11-19T05:18:04.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.94s |
2962 | 2024-11-19T05:18:04.447Z | |
2963 | 2024-11-19T05:18:04.447Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (113/171) |
2964 | 2024-11-19T05:18:05.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2965 | 2024-11-19T05:18:05.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2966 | 2024-11-19T05:18:05.419Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2967 | 2024-11-19T05:18:22.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.99s |
2968 | 2024-11-19T05:18:22.626Z | |
2969 | 2024-11-19T05:18:22.626Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (114/171) |
2970 | 2024-11-19T05:18:23.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2971 | 2024-11-19T05:18:23.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2972 | 2024-11-19T05:18:23.620Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2973 | 2024-11-19T05:18:40.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.32s |
2974 | 2024-11-19T05:18:41.133Z | |
2975 | 2024-11-19T05:18:41.133Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (115/171) |
2976 | 2024-11-19T05:18:41.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2977 | 2024-11-19T05:18:41.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2978 | 2024-11-19T05:18:42.138Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2979 | 2024-11-19T05:18:59.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.16s |
2980 | 2024-11-19T05:18:59.490Z | |
2981 | 2024-11-19T05:18:59.490Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (116/171) |
2982 | 2024-11-19T05:19:00.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2983 | 2024-11-19T05:19:00.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2984 | 2024-11-19T05:19:00.451Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2985 | 2024-11-19T05:19:17.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.88s |
2986 | 2024-11-19T05:19:17.556Z | |
2987 | 2024-11-19T05:19:17.556Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (117/171) |
2988 | 2024-11-19T05:19:18.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2989 | 2024-11-19T05:19:18.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2990 | 2024-11-19T05:19:18.527Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2991 | 2024-11-19T05:19:35.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.76s |
2992 | 2024-11-19T05:19:35.486Z | |
2993 | 2024-11-19T05:19:35.486Z | info: running `cargo check --bins` on bootstrap-agent-api (118/171) |
2994 | 2024-11-19T05:19:36.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2995 | 2024-11-19T05:19:36.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2996 | 2024-11-19T05:19:36.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2997 | 2024-11-19T05:19:36.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2998 | 2024-11-19T05:19:36.325Z | |
2999 | 2024-11-19T05:19:36.325Z | info: running `cargo check --bins` on key-manager (119/171) |
3000 | 2024-11-19T05:19:37.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3001 | 2024-11-19T05:19:37.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3002 | 2024-11-19T05:19:37.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3003 | 2024-11-19T05:19:37.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3004 | 2024-11-19T05:19:37.125Z | |
3005 | 2024-11-19T05:19:37.126Z | info: running `cargo check --bins` on repo-depot-api (120/171) |
3006 | 2024-11-19T05:19:37.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3007 | 2024-11-19T05:19:37.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3008 | 2024-11-19T05:19:37.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3009 | 2024-11-19T05:19:37.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3010 | 2024-11-19T05:19:37.943Z | |
3011 | 2024-11-19T05:19:37.943Z | info: running `cargo check --bins` on sled-agent-api (121/171) |
3012 | 2024-11-19T05:19:38.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3013 | 2024-11-19T05:19:38.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3014 | 2024-11-19T05:19:38.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3015 | 2024-11-19T05:19:38.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3016 | 2024-11-19T05:19:38.779Z | |
3017 | 2024-11-19T05:19:38.779Z | info: running `cargo check --bins` on sled-hardware (122/171) |
3018 | 2024-11-19T05:19:39.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3019 | 2024-11-19T05:19:39.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3020 | 2024-11-19T05:19:39.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3021 | 2024-11-19T05:19:39.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3022 | 2024-11-19T05:19:39.592Z | |
3023 | 2024-11-19T05:19:39.592Z | info: running `cargo check --bins --no-default-features` on sled-storage (123/171) |
3024 | 2024-11-19T05:19:40.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2024-11-19T05:19:40.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2024-11-19T05:19:40.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3027 | 2024-11-19T05:19:40.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3028 | 2024-11-19T05:19:40.405Z | |
3029 | 2024-11-19T05:19:40.405Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (124/171) |
3030 | 2024-11-19T05:19:41.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2024-11-19T05:19:41.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2024-11-19T05:19:41.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3033 | 2024-11-19T05:19:41.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3034 | 2024-11-19T05:19:41.226Z | |
3035 | 2024-11-19T05:19:41.226Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (125/171) |
3036 | 2024-11-19T05:19:41.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2024-11-19T05:19:41.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2024-11-19T05:19:41.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3039 | 2024-11-19T05:19:41.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3040 | 2024-11-19T05:19:42.061Z | |
3041 | 2024-11-19T05:19:42.061Z | info: running `cargo check --bins` on nexus-test-interface (126/171) |
3042 | 2024-11-19T05:19:42.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2024-11-19T05:19:42.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2024-11-19T05:19:42.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2024-11-19T05:19:42.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3046 | 2024-11-19T05:19:42.883Z | |
3047 | 2024-11-19T05:19:42.883Z | info: running `cargo check --bins` on oximeter-collector (127/171) |
3048 | 2024-11-19T05:19:43.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2024-11-19T05:19:43.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2024-11-19T05:19:43.803Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3051 | 2024-11-19T05:19:43.803Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3052 | 2024-11-19T05:19:44.601Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3053 | 2024-11-19T05:19:46.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
3054 | 2024-11-19T05:19:47.106Z | |
3055 | 2024-11-19T05:19:47.106Z | info: running `cargo check --bins` on oximeter-api (128/171) |
3056 | 2024-11-19T05:19:47.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3057 | 2024-11-19T05:19:47.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3058 | 2024-11-19T05:19:47.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3059 | 2024-11-19T05:19:47.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3060 | 2024-11-19T05:19:47.956Z | |
3061 | 2024-11-19T05:19:47.956Z | info: running `cargo check --bins` on cert-dev (129/171) |
3062 | 2024-11-19T05:19:48.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2024-11-19T05:19:48.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2024-11-19T05:19:48.786Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3065 | 2024-11-19T05:19:49.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3066 | 2024-11-19T05:19:49.203Z | |
3067 | 2024-11-19T05:19:49.203Z | info: running `cargo check --bins` on clickhouse-cluster-dev (130/171) |
3068 | 2024-11-19T05:19:49.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3069 | 2024-11-19T05:19:49.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3070 | 2024-11-19T05:19:50.064Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3071 | 2024-11-19T05:19:50.064Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3072 | 2024-11-19T05:19:50.722Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3073 | 2024-11-19T05:19:51.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3074 | 2024-11-19T05:19:51.342Z | |
3075 | 2024-11-19T05:19:51.342Z | info: running `cargo check --bins` on ch-dev (131/171) |
3076 | 2024-11-19T05:19:52.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-11-19T05:19:52.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-11-19T05:19:52.224Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3079 | 2024-11-19T05:19:53.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
3080 | 2024-11-19T05:19:53.230Z | |
3081 | 2024-11-19T05:19:53.230Z | info: running `cargo check --bins` on crdb-seed (132/171) |
3082 | 2024-11-19T05:19:53.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2024-11-19T05:19:53.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2024-11-19T05:19:54.083Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3085 | 2024-11-19T05:19:54.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
3086 | 2024-11-19T05:19:54.588Z | |
3087 | 2024-11-19T05:19:54.588Z | info: running `cargo check --bins` on db-dev (133/171) |
3088 | 2024-11-19T05:19:55.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2024-11-19T05:19:55.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2024-11-19T05:19:55.452Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3091 | 2024-11-19T05:19:56.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3092 | 2024-11-19T05:19:56.426Z | |
3093 | 2024-11-19T05:19:56.426Z | info: running `cargo check --bins` on omicron-dev-lib (134/171) |
3094 | 2024-11-19T05:19:57.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-11-19T05:19:57.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-11-19T05:19:57.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3097 | 2024-11-19T05:19:57.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3098 | 2024-11-19T05:19:57.265Z | |
3099 | 2024-11-19T05:19:57.265Z | info: running `cargo check --bins` on xtask-downloader (135/171) |
3100 | 2024-11-19T05:19:57.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-11-19T05:19:57.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-11-19T05:19:58.046Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3103 | 2024-11-19T05:19:59.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
3104 | 2024-11-19T05:19:59.235Z | |
3105 | 2024-11-19T05:19:59.235Z | info: running `cargo check --bins` on omicron-ls-apis (136/171) |
3106 | 2024-11-19T05:19:59.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2024-11-19T05:19:59.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2024-11-19T05:20:00.041Z | Checking cargo-platform v0.1.8 |
3109 | 2024-11-19T05:20:00.292Z | Checking cargo_metadata v0.18.1 |
3110 | 2024-11-19T05:20:01.503Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3111 | 2024-11-19T05:20:02.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
3112 | 2024-11-19T05:20:02.606Z | |
3113 | 2024-11-19T05:20:02.607Z | info: running `cargo check --bins` on mgs-dev (137/171) |
3114 | 2024-11-19T05:20:03.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2024-11-19T05:20:03.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2024-11-19T05:20:03.565Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3117 | 2024-11-19T05:20:04.284Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3118 | 2024-11-19T05:20:04.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s |
3119 | 2024-11-19T05:20:05.109Z | |
3120 | 2024-11-19T05:20:05.109Z | info: running `cargo check --bins` on omicron-omdb (138/171) |
3121 | 2024-11-19T05:20:05.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2024-11-19T05:20:05.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2024-11-19T05:20:06.132Z | Compiling crunchy v0.2.2 |
3124 | 2024-11-19T05:20:06.132Z | Compiling tiny-keccak v2.0.2 |
3125 | 2024-11-19T05:20:06.156Z | Compiling dsl_auto_type v0.1.2 |
3126 | 2024-11-19T05:20:06.156Z | Checking scheduled-thread-pool v0.2.7 |
3127 | 2024-11-19T05:20:06.156Z | Compiling diesel_table_macro_syntax v0.2.0 |
3128 | 2024-11-19T05:20:06.156Z | Compiling ascii-canvas v3.0.0 |
3129 | 2024-11-19T05:20:06.156Z | Compiling ena v0.14.3 |
3130 | 2024-11-19T05:20:06.156Z | Compiling diff v0.1.13 |
3131 | 2024-11-19T05:20:06.376Z | Checking r2d2 v0.8.10 |
3132 | 2024-11-19T05:20:06.508Z | Compiling regex-syntax v0.6.29 |
3133 | 2024-11-19T05:20:06.609Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3134 | 2024-11-19T05:20:06.633Z | Compiling ref-cast v1.0.23 |
3135 | 2024-11-19T05:20:06.672Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3136 | 2024-11-19T05:20:06.695Z | Compiling derive_builder_core v0.20.2 |
3137 | 2024-11-19T05:20:06.833Z | Compiling libxml v0.3.3 |
3138 | 2024-11-19T05:20:06.864Z | Compiling ref-cast-impl v1.0.23 |
3139 | 2024-11-19T05:20:06.913Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3140 | 2024-11-19T05:20:07.181Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3141 | 2024-11-19T05:20:07.229Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3142 | 2024-11-19T05:20:07.386Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3143 | 2024-11-19T05:20:07.410Z | Compiling strum_macros v0.24.3 |
3144 | 2024-11-19T05:20:07.459Z | Compiling samael v0.0.17 |
3145 | 2024-11-19T05:20:07.573Z | Compiling diesel_derives v2.2.3 |
3146 | 2024-11-19T05:20:07.742Z | Compiling indoc v1.0.9 |
3147 | 2024-11-19T05:20:08.583Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3148 | 2024-11-19T05:20:08.778Z | Compiling derive_builder_macro v0.20.2 |
3149 | 2024-11-19T05:20:08.809Z | Compiling oso-derive v0.27.3 |
3150 | 2024-11-19T05:20:09.488Z | Compiling lalrpop v0.19.12 |
3151 | 2024-11-19T05:20:09.537Z | Checking derive_builder v0.20.2 |
3152 | 2024-11-19T05:20:09.679Z | Compiling impl-trait-for-tuples v0.2.2 |
3153 | 2024-11-19T05:20:09.714Z | Checking quick-xml v0.33.0 |
3154 | 2024-11-19T05:20:10.035Z | Compiling diesel-dtrace v0.3.0 |
3155 | 2024-11-19T05:20:10.269Z | Checking maplit v1.0.2 |
3156 | 2024-11-19T05:20:10.407Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3157 | 2024-11-19T05:20:10.431Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3158 | 2024-11-19T05:20:10.647Z | Checking bb8 v0.8.5 |
3159 | 2024-11-19T05:20:10.853Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3160 | 2024-11-19T05:20:11.062Z | Checking castaway v0.2.3 |
3161 | 2024-11-19T05:20:11.086Z | Checking rand_seeder v0.3.0 |
3162 | 2024-11-19T05:20:11.219Z | Checking compact_str v0.8.0 |
3163 | 2024-11-19T05:20:11.289Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3164 | 2024-11-19T05:20:11.511Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3165 | 2024-11-19T05:20:11.535Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3166 | 2024-11-19T05:20:11.724Z | Checking unicode-truncate v1.1.0 |
3167 | 2024-11-19T05:20:11.916Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3168 | 2024-11-19T05:20:11.981Z | Checking lru v0.12.5 |
3169 | 2024-11-19T05:20:12.161Z | Compiling instability v0.3.2 |
3170 | 2024-11-19T05:20:12.233Z | Checking unicode-linebreak v0.1.5 |
3171 | 2024-11-19T05:20:12.572Z | Checking smawk v0.3.2 |
3172 | 2024-11-19T05:20:12.726Z | Checking is_ci v1.2.0 |
3173 | 2024-11-19T05:20:12.772Z | Checking cassowary v0.3.0 |
3174 | 2024-11-19T05:20:12.867Z | Checking supports-color v3.0.1 |
3175 | 2024-11-19T05:20:13.044Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3176 | 2024-11-19T05:20:13.068Z | Checking textwrap v0.16.1 |
3177 | 2024-11-19T05:20:13.114Z | Checking multimap v0.10.0 |
3178 | 2024-11-19T05:20:13.144Z | Checking ratatui v0.28.1 |
3179 | 2024-11-19T05:20:16.132Z | Checking diesel v2.2.4 |
3180 | 2024-11-19T05:20:42.340Z | Compiling polar-core v0.27.3 |
3181 | 2024-11-19T05:20:44.697Z | Checking async-bb8-diesel v0.2.1 |
3182 | 2024-11-19T05:20:51.565Z | Checking oso v0.27.3 |
3183 | 2024-11-19T05:22:21.311Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3184 | 2024-11-19T05:22:29.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
3185 | 2024-11-19T05:22:29.570Z | |
3186 | 2024-11-19T05:22:29.570Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (139/171) |
3187 | 2024-11-19T05:22:30.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2024-11-19T05:22:30.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2024-11-19T05:22:30.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3190 | 2024-11-19T05:22:30.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3191 | 2024-11-19T05:22:30.449Z | |
3192 | 2024-11-19T05:22:30.449Z | info: running `cargo check --bins` on nexus-saga-recovery (140/171) |
3193 | 2024-11-19T05:22:31.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2024-11-19T05:22:31.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2024-11-19T05:22:31.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3196 | 2024-11-19T05:22:31.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3197 | 2024-11-19T05:22:31.305Z | |
3198 | 2024-11-19T05:22:31.305Z | info: running `cargo check --bins` on nexus-test-utils-macros (141/171) |
3199 | 2024-11-19T05:22:31.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2024-11-19T05:22:32.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2024-11-19T05:22:32.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3202 | 2024-11-19T05:22:32.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3203 | 2024-11-19T05:22:32.100Z | |
3204 | 2024-11-19T05:22:32.100Z | info: running `cargo check --bins` on omicron-nexus (142/171) |
3205 | 2024-11-19T05:22:32.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2024-11-19T05:22:32.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2024-11-19T05:22:33.163Z | Compiling libz-sys v1.1.20 |
3208 | 2024-11-19T05:22:33.187Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3209 | 2024-11-19T05:22:33.213Z | Compiling vergen v8.3.2 |
3210 | 2024-11-19T05:22:33.236Z | Compiling cargo-platform v0.1.8 |
3211 | 2024-11-19T05:22:33.236Z | Compiling pin-project-internal v1.1.6 |
3212 | 2024-11-19T05:22:33.270Z | Compiling snafu-derive v0.8.5 |
3213 | 2024-11-19T05:22:33.270Z | Compiling libsqlite3-sys v0.30.1 |
3214 | 2024-11-19T05:22:33.294Z | Checking simd-adler32 v0.3.7 |
3215 | 2024-11-19T05:22:33.498Z | Checking lockfree-object-pool v0.1.6 |
3216 | 2024-11-19T05:22:33.619Z | Compiling cargo_metadata v0.18.1 |
3217 | 2024-11-19T05:22:33.714Z | Compiling buf-list v1.0.3 |
3218 | 2024-11-19T05:22:33.739Z | Checking bumpalo v3.16.0 |
3219 | 2024-11-19T05:22:33.762Z | Compiling zip v2.1.3 |
3220 | 2024-11-19T05:22:34.029Z | Compiling cfg_aliases v0.2.1 |
3221 | 2024-11-19T05:22:34.052Z | Compiling rustls v0.21.12 |
3222 | 2024-11-19T05:22:34.102Z | Checking zopfli v0.8.1 |
3223 | 2024-11-19T05:22:34.138Z | Compiling nix v0.29.0 |
3224 | 2024-11-19T05:22:34.343Z | Checking globset v0.4.15 |
3225 | 2024-11-19T05:22:34.367Z | Checking olpc-cjson v0.1.4 |
3226 | 2024-11-19T05:22:34.548Z | Checking sct v0.7.1 |
3227 | 2024-11-19T05:22:34.675Z | Checking rustls-webpki v0.101.7 |
3228 | 2024-11-19T05:22:34.743Z | Checking serde_plain v1.0.2 |
3229 | 2024-11-19T05:22:34.790Z | Checking typed-path v0.9.3 |
3230 | 2024-11-19T05:22:35.615Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3231 | 2024-11-19T05:22:35.855Z | Checking pin-project v1.1.6 |
3232 | 2024-11-19T05:22:35.879Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3233 | 2024-11-19T05:22:35.879Z | Checking hashlink v0.9.1 |
3234 | 2024-11-19T05:22:35.980Z | Checking fallible-streaming-iterator v0.1.9 |
3235 | 2024-11-19T05:22:36.115Z | Checking parse-size v1.1.0 |
3236 | 2024-11-19T05:22:36.187Z | Checking fallible-iterator v0.3.0 |
3237 | 2024-11-19T05:22:36.449Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3238 | 2024-11-19T05:22:36.515Z | Checking rustls-pemfile v1.0.4 |
3239 | 2024-11-19T05:22:36.688Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3240 | 2024-11-19T05:22:36.713Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3241 | 2024-11-19T05:22:36.737Z | Checking rusqlite v0.32.1 |
3242 | 2024-11-19T05:22:36.767Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3243 | 2024-11-19T05:22:36.898Z | Checking twox-hash v1.6.3 |
3244 | 2024-11-19T05:22:36.967Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3245 | 2024-11-19T05:22:37.391Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3246 | 2024-11-19T05:22:37.984Z | Checking snafu v0.8.5 |
3247 | 2024-11-19T05:22:38.057Z | Checking tokio-rustls v0.24.1 |
3248 | 2024-11-19T05:22:38.092Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3249 | 2024-11-19T05:22:38.116Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3250 | 2024-11-19T05:22:38.397Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3251 | 2024-11-19T05:22:38.511Z | Checking tough v0.19.0 |
3252 | 2024-11-19T05:22:38.598Z | Checking fatfs v0.3.6 |
3253 | 2024-11-19T05:22:38.621Z | Checking assert_matches v1.5.0 |
3254 | 2024-11-19T05:22:42.612Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3255 | 2024-11-19T05:22:44.108Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3256 | 2024-11-19T05:22:45.683Z | Compiling git2 v0.19.0 |
3257 | 2024-11-19T05:22:51.640Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3258 | 2024-11-19T05:24:02.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
3259 | 2024-11-19T05:24:02.216Z | |
3260 | 2024-11-19T05:24:02.216Z | info: running `cargo check --bins` on nexus-external-api (143/171) |
3261 | 2024-11-19T05:24:03.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3262 | 2024-11-19T05:24:03.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3263 | 2024-11-19T05:24:03.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3264 | 2024-11-19T05:24:03.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
3265 | 2024-11-19T05:24:03.254Z | |
3266 | 2024-11-19T05:24:03.255Z | info: running `cargo check --bins` on openapi-manager-types (144/171) |
3267 | 2024-11-19T05:24:04.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3268 | 2024-11-19T05:24:04.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3269 | 2024-11-19T05:24:04.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3270 | 2024-11-19T05:24:04.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3271 | 2024-11-19T05:24:04.207Z | |
3272 | 2024-11-19T05:24:04.207Z | info: running `cargo check --bins` on nexus-internal-api (145/171) |
3273 | 2024-11-19T05:24:05.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3274 | 2024-11-19T05:24:05.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3275 | 2024-11-19T05:24:05.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3276 | 2024-11-19T05:24:05.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3277 | 2024-11-19T05:24:05.198Z | |
3278 | 2024-11-19T05:24:05.198Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (146/171) |
3279 | 2024-11-19T05:24:06.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2024-11-19T05:24:06.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2024-11-19T05:24:06.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3282 | 2024-11-19T05:24:06.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3283 | 2024-11-19T05:24:06.231Z | |
3284 | 2024-11-19T05:24:06.231Z | info: running `cargo check --bins` on nexus-networking (147/171) |
3285 | 2024-11-19T05:24:07.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2024-11-19T05:24:07.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2024-11-19T05:24:07.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3288 | 2024-11-19T05:24:07.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3289 | 2024-11-19T05:24:07.169Z | |
3290 | 2024-11-19T05:24:07.169Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (148/171) |
3291 | 2024-11-19T05:24:07.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2024-11-19T05:24:07.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2024-11-19T05:24:07.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3294 | 2024-11-19T05:24:07.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3295 | 2024-11-19T05:24:08.027Z | |
3296 | 2024-11-19T05:24:08.027Z | info: running `cargo check --bins` on update-common (149/171) |
3297 | 2024-11-19T05:24:08.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2024-11-19T05:24:08.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2024-11-19T05:24:08.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3300 | 2024-11-19T05:24:08.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3301 | 2024-11-19T05:24:08.873Z | |
3302 | 2024-11-19T05:24:08.873Z | info: running `cargo check --bins` on tufaceous-lib (150/171) |
3303 | 2024-11-19T05:24:09.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2024-11-19T05:24:09.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2024-11-19T05:24:09.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3306 | 2024-11-19T05:24:09.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3307 | 2024-11-19T05:24:09.719Z | |
3308 | 2024-11-19T05:24:09.719Z | info: running `cargo check --bins` on tufaceous (151/171) |
3309 | 2024-11-19T05:24:10.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2024-11-19T05:24:10.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2024-11-19T05:24:10.600Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3312 | 2024-11-19T05:24:11.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
3313 | 2024-11-19T05:24:11.935Z | |
3314 | 2024-11-19T05:24:11.935Z | info: running `cargo check --bins` on omicron-dev (152/171) |
3315 | 2024-11-19T05:24:12.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2024-11-19T05:24:12.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2024-11-19T05:24:13.053Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3318 | 2024-11-19T05:24:13.094Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3319 | 2024-11-19T05:24:13.118Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3320 | 2024-11-19T05:24:13.118Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3321 | 2024-11-19T05:24:48.493Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3322 | 2024-11-19T05:24:48.493Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3323 | 2024-11-19T05:24:48.517Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3324 | 2024-11-19T05:24:48.517Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3325 | 2024-11-19T05:24:48.517Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3326 | 2024-11-19T05:24:49.428Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3327 | 2024-11-19T05:24:50.924Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3328 | 2024-11-19T05:25:43.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
3329 | 2024-11-19T05:25:43.339Z | |
3330 | 2024-11-19T05:25:43.339Z | info: running `cargo check --bins` on openapi-manager (153/171) |
3331 | 2024-11-19T05:25:44.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2024-11-19T05:25:44.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2024-11-19T05:25:44.252Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3334 | 2024-11-19T05:25:44.252Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3335 | 2024-11-19T05:25:44.275Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3336 | 2024-11-19T05:25:46.183Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3337 | 2024-11-19T05:25:47.240Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3338 | 2024-11-19T05:25:48.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s |
3339 | 2024-11-19T05:25:48.738Z | |
3340 | 2024-11-19T05:25:48.738Z | info: running `cargo check --bins` on installinator-api (154/171) |
3341 | 2024-11-19T05:25:49.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2024-11-19T05:25:49.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2024-11-19T05:25:49.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3344 | 2024-11-19T05:25:49.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3345 | 2024-11-19T05:25:49.563Z | |
3346 | 2024-11-19T05:25:49.563Z | info: running `cargo check --bins` on wicketd-api (155/171) |
3347 | 2024-11-19T05:25:50.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2024-11-19T05:25:50.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2024-11-19T05:25:50.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3350 | 2024-11-19T05:25:50.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3351 | 2024-11-19T05:25:50.385Z | |
3352 | 2024-11-19T05:25:50.385Z | info: running `cargo check --bins` on reconfigurator-cli (156/171) |
3353 | 2024-11-19T05:25:51.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3354 | 2024-11-19T05:25:51.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3355 | 2024-11-19T05:25:51.301Z | Compiling petname v2.0.2 |
3356 | 2024-11-19T05:25:51.325Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3357 | 2024-11-19T05:25:51.325Z | Checking sync-ptr v0.1.1 |
3358 | 2024-11-19T05:25:52.988Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3359 | 2024-11-19T05:25:54.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
3360 | 2024-11-19T05:25:55.052Z | |
3361 | 2024-11-19T05:25:55.052Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (157/171) |
3362 | 2024-11-19T05:25:55.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3363 | 2024-11-19T05:25:55.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3364 | 2024-11-19T05:25:55.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3365 | 2024-11-19T05:25:55.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3366 | 2024-11-19T05:25:55.890Z | |
3367 | 2024-11-19T05:25:55.890Z | info: running `cargo check --bins` on omicron-releng (158/171) |
3368 | 2024-11-19T05:25:56.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3369 | 2024-11-19T05:25:56.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3370 | 2024-11-19T05:25:56.732Z | Checking memmap2 v0.9.5 |
3371 | 2024-11-19T05:25:56.732Z | Checking constant_time_eq v0.3.1 |
3372 | 2024-11-19T05:25:56.732Z | Checking arrayref v0.3.9 |
3373 | 2024-11-19T05:25:56.755Z | Checking spin v0.5.2 |
3374 | 2024-11-19T05:25:56.755Z | Checking arrayvec v0.7.6 |
3375 | 2024-11-19T05:25:56.755Z | Checking topological-sort v0.2.2 |
3376 | 2024-11-19T05:25:56.755Z | Checking shell-words v1.1.0 |
3377 | 2024-11-19T05:25:56.978Z | Checking ring v0.16.20 |
3378 | 2024-11-19T05:25:57.096Z | Checking blake3 v1.5.4 |
3379 | 2024-11-19T05:25:58.382Z | Checking omicron-zone-package v0.11.1 |
3380 | 2024-11-19T05:25:59.785Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3381 | 2024-11-19T05:26:00.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.00s |
3382 | 2024-11-19T05:26:01.064Z | |
3383 | 2024-11-19T05:26:01.064Z | info: running `cargo check --bins` on xtask (159/171) |
3384 | 2024-11-19T05:26:01.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2024-11-19T05:26:01.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2024-11-19T05:26:01.615Z | Checking bitflags v2.6.0 |
3387 | 2024-11-19T05:26:01.616Z | Checking serde v1.0.215 |
3388 | 2024-11-19T05:26:01.616Z | Checking thiserror v1.0.69 |
3389 | 2024-11-19T05:26:01.652Z | Checking scroll v0.12.0 |
3390 | 2024-11-19T05:26:01.676Z | Checking hashbrown v0.15.0 |
3391 | 2024-11-19T05:26:01.700Z | Checking log v0.4.22 |
3392 | 2024-11-19T05:26:01.700Z | Checking zerocopy v0.7.35 |
3393 | 2024-11-19T05:26:01.724Z | Checking syn v2.0.87 |
3394 | 2024-11-19T05:26:01.775Z | Checking pest v2.7.14 |
3395 | 2024-11-19T05:26:01.870Z | Checking rustix v0.38.37 |
3396 | 2024-11-19T05:26:01.921Z | Checking once_cell v1.20.2 |
3397 | 2024-11-19T05:26:02.079Z | Checking goblin v0.8.2 |
3398 | 2024-11-19T05:26:02.179Z | Checking fs-err v2.11.0 |
3399 | 2024-11-19T05:26:02.447Z | Checking anyhow v1.0.93 |
3400 | 2024-11-19T05:26:02.563Z | Checking indexmap v2.6.0 |
3401 | 2024-11-19T05:26:02.792Z | Checking tabled v0.15.0 |
3402 | 2024-11-19T05:26:03.435Z | Checking terminal_size v0.4.0 |
3403 | 2024-11-19T05:26:03.435Z | Checking tempfile v3.13.0 |
3404 | 2024-11-19T05:26:03.591Z | Checking clap_builder v4.5.21 |
3405 | 2024-11-19T05:26:03.795Z | Checking dtrace-parser v0.2.0 |
3406 | 2024-11-19T05:26:05.560Z | Checking serde_json v1.0.132 |
3407 | 2024-11-19T05:26:05.560Z | Checking serde_spanned v0.6.8 |
3408 | 2024-11-19T05:26:05.560Z | Checking toml_datetime v0.6.8 |
3409 | 2024-11-19T05:26:05.585Z | Checking camino v1.1.9 |
3410 | 2024-11-19T05:26:05.585Z | Checking semver v1.0.23 |
3411 | 2024-11-19T05:26:05.781Z | Checking cargo-platform v0.1.8 |
3412 | 2024-11-19T05:26:05.805Z | Checking macaddr v1.0.1 |
3413 | 2024-11-19T05:26:05.837Z | Checking toml_edit v0.22.22 |
3414 | 2024-11-19T05:26:06.055Z | Checking camino-tempfile v1.1.1 |
3415 | 2024-11-19T05:26:06.079Z | Checking clap v4.5.21 |
3416 | 2024-11-19T05:26:06.857Z | Checking dof v0.3.0 |
3417 | 2024-11-19T05:26:06.857Z | Checking cargo_metadata v0.18.1 |
3418 | 2024-11-19T05:26:07.349Z | Checking usdt-impl v0.5.0 |
3419 | 2024-11-19T05:26:07.772Z | Checking usdt v0.5.0 |
3420 | 2024-11-19T05:26:07.889Z | Checking toml v0.8.19 |
3421 | 2024-11-19T05:26:08.477Z | Checking cargo_toml v0.20.5 |
3422 | 2024-11-19T05:26:09.968Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3423 | 2024-11-19T05:26:10.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.66s |
3424 | 2024-11-19T05:26:10.834Z | |
3425 | 2024-11-19T05:26:10.834Z | info: running `cargo check --bins` on end-to-end-tests (160/171) |
3426 | 2024-11-19T05:26:11.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3427 | 2024-11-19T05:26:11.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3428 | 2024-11-19T05:26:11.793Z | Checking polyval v0.6.2 |
3429 | 2024-11-19T05:26:11.818Z | Checking ctr v0.9.2 |
3430 | 2024-11-19T05:26:11.843Z | Checking ssh-encoding v0.2.0 |
3431 | 2024-11-19T05:26:11.867Z | Checking blowfish v0.9.1 |
3432 | 2024-11-19T05:26:11.891Z | Checking password-hash v0.4.2 |
3433 | 2024-11-19T05:26:11.891Z | Checking matches v0.1.10 |
3434 | 2024-11-19T05:26:11.921Z | Checking p521 v0.13.3 |
3435 | 2024-11-19T05:26:11.921Z | Checking p256 v0.13.2 |
3436 | 2024-11-19T05:26:11.989Z | Checking idna v0.2.3 |
3437 | 2024-11-19T05:26:12.065Z | Checking ghash v0.5.1 |
3438 | 2024-11-19T05:26:12.089Z | Checking bcrypt-pbkdf v0.10.0 |
3439 | 2024-11-19T05:26:12.113Z | Compiling enum-as-inner v0.5.1 |
3440 | 2024-11-19T05:26:12.149Z | Checking russh-cryptovec v0.7.3 |
3441 | 2024-11-19T05:26:12.212Z | Checking aes-gcm v0.10.3 |
3442 | 2024-11-19T05:26:12.285Z | Checking pbkdf2 v0.11.0 |
3443 | 2024-11-19T05:26:12.310Z | Checking md5 v0.7.0 |
3444 | 2024-11-19T05:26:12.334Z | Checking num-bigint v0.4.6 |
3445 | 2024-11-19T05:26:12.374Z | Checking des v0.8.1 |
3446 | 2024-11-19T05:26:12.424Z | Checking ssh-cipher v0.2.0 |
3447 | 2024-11-19T05:26:12.525Z | Checking hex-literal v0.4.1 |
3448 | 2024-11-19T05:26:12.549Z | Compiling dhcproto-macros v0.1.0 |
3449 | 2024-11-19T05:26:12.611Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3450 | 2024-11-19T05:26:12.649Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3451 | 2024-11-19T05:26:12.673Z | Checking internet-checksum v0.2.1 |
3452 | 2024-11-19T05:26:12.697Z | Checking ssh-key v0.6.6 |
3453 | 2024-11-19T05:26:12.922Z | Checking trust-dns-proto v0.22.0 |
3454 | 2024-11-19T05:26:14.125Z | Checking russh-keys v0.45.0 |
3455 | 2024-11-19T05:26:15.228Z | Checking russh v0.45.0 |
3456 | 2024-11-19T05:26:15.878Z | Checking dhcproto v0.12.0 |
3457 | 2024-11-19T05:26:38.040Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3458 | 2024-11-19T05:26:39.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.91s |
3459 | 2024-11-19T05:26:39.930Z | |
3460 | 2024-11-19T05:26:39.930Z | info: running `cargo check --bins` on gateway-cli (161/171) |
3461 | 2024-11-19T05:26:40.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3462 | 2024-11-19T05:26:40.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3463 | 2024-11-19T05:26:40.734Z | Checking termios v0.3.3 |
3464 | 2024-11-19T05:26:40.915Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3465 | 2024-11-19T05:26:41.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
3466 | 2024-11-19T05:26:42.015Z | |
3467 | 2024-11-19T05:26:42.015Z | info: running `cargo check --bins --no-default-features` on installinator (162/171) |
3468 | 2024-11-19T05:26:42.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3469 | 2024-11-19T05:26:42.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3470 | 2024-11-19T05:26:42.892Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3471 | 2024-11-19T05:26:45.287Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3472 | 2024-11-19T05:26:47.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s |
3473 | 2024-11-19T05:26:47.691Z | |
3474 | 2024-11-19T05:26:47.691Z | info: running `cargo check --bins` on internal-dns-cli (163/171) |
3475 | 2024-11-19T05:26:48.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3476 | 2024-11-19T05:26:48.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3477 | 2024-11-19T05:26:48.512Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3478 | 2024-11-19T05:26:49.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
3479 | 2024-11-19T05:26:49.151Z | |
3480 | 2024-11-19T05:26:49.151Z | info: running `cargo check --bins` on omicron-live-tests (164/171) |
3481 | 2024-11-19T05:26:49.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3482 | 2024-11-19T05:26:49.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3483 | 2024-11-19T05:26:49.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3484 | 2024-11-19T05:26:49.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3485 | 2024-11-19T05:26:49.906Z | |
3486 | 2024-11-19T05:26:49.906Z | info: running `cargo check --bins` on live-tests-macros (165/171) |
3487 | 2024-11-19T05:26:50.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3488 | 2024-11-19T05:26:50.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3489 | 2024-11-19T05:26:50.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3490 | 2024-11-19T05:26:50.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3491 | 2024-11-19T05:26:50.665Z | |
3492 | 2024-11-19T05:26:50.665Z | info: running `cargo check --bins` on omicron-package (166/171) |
3493 | 2024-11-19T05:26:51.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3494 | 2024-11-19T05:26:51.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3495 | 2024-11-19T05:26:51.493Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3496 | 2024-11-19T05:26:52.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s |
3497 | 2024-11-19T05:26:53.145Z | |
3498 | 2024-11-19T05:26:53.145Z | info: running `cargo check --bins` on wicket-dbg (167/171) |
3499 | 2024-11-19T05:26:53.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3500 | 2024-11-19T05:26:53.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3501 | 2024-11-19T05:26:54.018Z | Checking rtoolbox v0.0.2 |
3502 | 2024-11-19T05:26:54.043Z | Checking tui-tree-widget v0.22.0 |
3503 | 2024-11-19T05:26:54.043Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3504 | 2024-11-19T05:26:54.200Z | Checking rpassword v7.3.1 |
3505 | 2024-11-19T05:26:59.344Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3506 | 2024-11-19T05:27:03.112Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3507 | 2024-11-19T05:27:04.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s |
3508 | 2024-11-19T05:27:04.753Z | |
3509 | 2024-11-19T05:27:04.753Z | info: running `cargo check --bins` on wicket (168/171) |
3510 | 2024-11-19T05:27:05.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3511 | 2024-11-19T05:27:05.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3512 | 2024-11-19T05:27:05.632Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3513 | 2024-11-19T05:27:06.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
3514 | 2024-11-19T05:27:06.217Z | |
3515 | 2024-11-19T05:27:06.217Z | info: running `cargo check --bins` on wicketd (169/171) |
3516 | 2024-11-19T05:27:06.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2024-11-19T05:27:06.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2024-11-19T05:27:07.099Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3519 | 2024-11-19T05:27:11.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
3520 | 2024-11-19T05:27:11.982Z | |
3521 | 2024-11-19T05:27:11.982Z | info: running `cargo check --bins` on omicron-workspace-hack (170/171) |
3522 | 2024-11-19T05:27:12.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3523 | 2024-11-19T05:27:12.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3524 | 2024-11-19T05:27:12.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3525 | 2024-11-19T05:27:12.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3526 | 2024-11-19T05:27:12.742Z | |
3527 | 2024-11-19T05:27:12.743Z | info: running `cargo check --bins` on zone-setup (171/171) |
3528 | 2024-11-19T05:27:13.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2024-11-19T05:27:13.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2024-11-19T05:27:13.671Z | Checking uzers v0.12.1 |
3531 | 2024-11-19T05:27:13.994Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3532 | 2024-11-19T05:27:15.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
3533 | 2024-11-19T05:27:15.534Z | |
3534 | 2024-11-19T05:27:15.534Z | real 16:00.656440267 |
3535 | 2024-11-19T05:27:15.534Z | user 24:50.470066787 |
3536 | 2024-11-19T05:27:15.534Z | sys 5:45.999078645 |
3537 | 2024-11-19T05:27:15.534Z | trap 0.544097012 |
3538 | 2024-11-19T05:27:15.534Z | tflt 1.283409523 |
3539 | 2024-11-19T05:27:15.534Z | dflt 3.620077203 |
3540 | 2024-11-19T05:27:15.534Z | kflt 0.000706420 |
3541 | 2024-11-19T05:27:15.535Z | lock 52:20.600915308 |
3542 | 2024-11-19T05:27:15.535Z | slp 2:18:57.604492684 |
3543 | 2024-11-19T05:27:15.558Z | lat 58.207348310 |
3544 | 2024-11-19T05:27:15.558Z | stop 2:52.541625546 |
3545 | 2024-11-19T05:27:15.558Z | process exited: duration 1282595 ms, exit code 0 |
|
3546 | 2024-11-19T05:27:15.607Z | found 0 output files |