|
|
|
1 | 2024-11-18T19:00:14.854Z | job assigned to worker 01JD0A9R4ETV5KXMQ2V9WZD53N [factory aws, i-0bcd1f564859df818] (queued for 53 s) |
|
2 | 2024-11-18T19:00:23.539Z | starting task 0: "setup" |
3 | 2024-11-18T19:00:23.550Z | ++ uname -s |
4 | 2024-11-18T19:00:23.552Z | + kern=SunOS |
5 | 2024-11-18T19:00:23.552Z | + case "$kern" in |
6 | 2024-11-18T19:00:23.552Z | + groupadd -g 12345 build |
7 | 2024-11-18T19:00:23.555Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-18T19:00:25.562Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-18T19:00:25.686Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-18T19:00:25.689Z | + home_fs=zfs |
11 | 2024-11-18T19:00:25.689Z | + [[ zfs == autofs ]] |
12 | 2024-11-18T19:00:25.689Z | + mkdir -p /home/build |
13 | 2024-11-18T19:00:25.691Z | + chown build:build /home/build /work |
14 | 2024-11-18T19:00:27.695Z | + chmod 0700 /home/build /work |
15 | 2024-11-18T19:00:27.697Z | process exited: duration 4156 ms, exit code 0 |
|
16 | 2024-11-18T19:00:27.702Z | starting task 1: "rust-toolchain" |
17 | 2024-11-18T19:00:27.709Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-18T19:00:27.709Z | ' 1.81.0 |
19 | 2024-11-18T19:00:27.709Z | * toolchain channel = "1.81.0" |
20 | 2024-11-18T19:00:27.709Z | * toolchain profile = "default" |
21 | 2024-11-18T19:00:27.709Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-18T19:00:27.709Z | ' default |
23 | 2024-11-18T19:00:27.712Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-18T19:00:27.712Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-18T19:00:27.830Z | info: downloading installer |
26 | 2024-11-18T19:00:29.050Z | info: profile set to 'default' |
27 | 2024-11-18T19:00:29.050Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-18T19:00:29.052Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-18T19:00:29.204Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-18T19:00:29.204Z | info: downloading component 'cargo' |
31 | 2024-11-18T19:00:30.001Z | info: downloading component 'clippy' |
32 | 2024-11-18T19:00:30.297Z | info: downloading component 'rust-docs' |
33 | 2024-11-18T19:00:31.407Z | info: downloading component 'rust-std' |
34 | 2024-11-18T19:00:33.128Z | info: downloading component 'rustc' |
35 | 2024-11-18T19:00:39.288Z | info: downloading component 'rustfmt' |
36 | 2024-11-18T19:00:39.522Z | info: installing component 'cargo' |
37 | 2024-11-18T19:00:40.324Z | info: installing component 'clippy' |
38 | 2024-11-18T19:00:40.681Z | info: installing component 'rust-docs' |
39 | 2024-11-18T19:00:42.340Z | info: installing component 'rust-std' |
40 | 2024-11-18T19:00:44.085Z | info: installing component 'rustc' |
41 | 2024-11-18T19:00:49.688Z | info: installing component 'rustfmt' |
42 | 2024-11-18T19:00:50.019Z | |
43 | 2024-11-18T19:00:50.019Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-11-18T19:00:50.388Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-18T19:00:50.388Z | |
46 | 2024-11-18T19:00:50.390Z | |
47 | 2024-11-18T19:00:50.390Z | Rust is installed now. Great! |
48 | 2024-11-18T19:00:50.390Z | |
49 | 2024-11-18T19:00:50.390Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-18T19:00:50.390Z | environment variable. This has not been done automatically. |
51 | 2024-11-18T19:00:50.390Z | |
52 | 2024-11-18T19:00:50.390Z | To configure your current shell, you need to source |
53 | 2024-11-18T19:00:50.390Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-18T19:00:50.390Z | |
55 | 2024-11-18T19:00:50.390Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-18T19:00:50.390Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-18T19:00:50.390Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-18T19:00:50.467Z | + rustc --version |
59 | 2024-11-18T19:00:50.539Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-18T19:00:50.542Z | process exited: duration 22834 ms, exit code 0 |
|
61 | 2024-11-18T19:00:50.547Z | starting task 2: "authentication" |
62 | 2024-11-18T19:00:50.571Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-11-18T19:00:50.576Z | starting task 3: "clone repository" |
64 | 2024-11-18T19:00:50.581Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-18T19:00:50.585Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-18T19:00:50.861Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-18T19:00:58.906Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-18T19:00:58.906Z | + git fetch origin c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 |
69 | 2024-11-18T19:00:59.209Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-18T19:00:59.209Z | * branch c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 -> FETCH_HEAD |
71 | 2024-11-18T19:00:59.220Z | + [[ -n put-zones-doesnt-put-datasets ]] |
72 | 2024-11-18T19:00:59.224Z | ++ git branch --show-current |
73 | 2024-11-18T19:00:59.227Z | + current=main |
74 | 2024-11-18T19:00:59.227Z | + [[ main != put-zones-doesnt-put-datasets ]] |
75 | 2024-11-18T19:00:59.227Z | + git branch -f put-zones-doesnt-put-datasets c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 |
76 | 2024-11-18T19:00:59.229Z | + git checkout -f put-zones-doesnt-put-datasets |
77 | 2024-11-18T19:00:59.405Z | Switched to branch 'put-zones-doesnt-put-datasets' |
78 | 2024-11-18T19:00:59.407Z | + git reset --hard c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 |
79 | 2024-11-18T19:00:59.421Z | HEAD is now at c3401f200 Review feedback |
80 | 2024-11-18T19:00:59.423Z | process exited: duration 8844 ms, exit code 0 |
|
81 | 2024-11-18T19:00:59.428Z | starting task 4: "build" |
82 | 2024-11-18T19:00:59.434Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-18T19:00:59.434Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-18T19:00:59.434Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-18T19:00:59.434Z | + cargo --version |
86 | 2024-11-18T19:00:59.492Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-18T19:00:59.495Z | + rustc --version |
88 | 2024-11-18T19:00:59.558Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-18T19:00:59.560Z | + source ./env.sh |
90 | 2024-11-18T19:00:59.560Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-18T19:00:59.560Z | ++ set -o xtrace |
92 | 2024-11-18T19:00:59.563Z | ++++ dirname ./env.sh |
93 | 2024-11-18T19:00:59.566Z | +++ readlink -f . |
94 | 2024-11-18T19:00:59.706Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-18T19:00:59.710Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-18T19:00:59.710Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-11-18T19:00:59.710Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-11-18T19:00:59.710Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-11-18T19:00:59.710Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-11-18T19:00:59.710Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-11-18T19:00:59.710Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-11-18T19:00:59.710Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-11-18T19:00:59.710Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-18T19:00:59.710Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-18T19:00:59.710Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-11-18T19:00:59.710Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-11-18T19:00:59.711Z | + banner prerequisites |
108 | 2024-11-18T19:00:59.876Z | |
109 | 2024-11-18T19:00:59.876Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-18T19:00:59.876Z | # # # # # # # # # # # # # # # |
111 | 2024-11-18T19:00:59.876Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-18T19:00:59.876Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-18T19:00:59.876Z | # # # # # # # # # # # # # # # |
114 | 2024-11-18T19:00:59.876Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-18T19:00:59.876Z | |
116 | 2024-11-18T19:00:59.879Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-18T19:01:23.798Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-18T19:01:27.738Z | Startup: Caching catalogs ... Done |
119 | 2024-11-18T19:01:36.420Z | Planning: Solver setup ... Done (7.763s) |
120 | 2024-11-18T19:01:36.531Z | Planning: Running solver ... Done (0.111s) |
121 | 2024-11-18T19:01:36.912Z | Planning: Finding local manifests ... Done (0.289s) |
122 | 2024-11-18T19:01:36.940Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-18T19:01:37.583Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-18T19:01:38.005Z | Planning: Package planning ... Done (0.421s) |
125 | 2024-11-18T19:01:38.060Z | Planning: Merging actions ... Done (0.055s) |
126 | 2024-11-18T19:01:39.683Z | Planning: Checking for conflicting actions ... Done (1.623s) |
127 | 2024-11-18T19:01:52.277Z | Planning: Consolidating action changes ... Done (12.589s) |
128 | 2024-11-18T19:01:52.683Z | Planning: Evaluating mediators ... Done (0.406s) |
129 | 2024-11-18T19:01:52.877Z | Planning: Planning completed in 25.04 seconds |
130 | 2024-11-18T19:01:54.313Z | Packages to install: 4 |
131 | 2024-11-18T19:01:54.313Z | Packages to update: 1 |
132 | 2024-11-18T19:01:54.313Z | Mediators to change: 2 |
133 | 2024-11-18T19:01:54.313Z | Services to change: 1 |
134 | 2024-11-18T19:01:54.404Z | Estimated space available: 155.64 GB |
135 | 2024-11-18T19:01:54.405Z | Estimated space to be consumed: 1.60 GB |
136 | 2024-11-18T19:01:54.405Z | Create boot environment: No |
137 | 2024-11-18T19:01:54.405Z | Create backup boot environment: Yes |
138 | 2024-11-18T19:01:54.405Z | Rebuild boot archive: No |
139 | 2024-11-18T19:01:54.405Z | |
140 | 2024-11-18T19:01:54.405Z | Changed mediators: |
141 | 2024-11-18T19:01:54.405Z | mediator clang: |
142 | 2024-11-18T19:01:54.406Z | version: None -> 15 (system default) |
143 | 2024-11-18T19:01:54.406Z | |
144 | 2024-11-18T19:01:54.406Z | mediator llvm: |
145 | 2024-11-18T19:01:54.406Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-18T19:01:54.406Z | |
147 | 2024-11-18T19:01:54.406Z | Changed packages: |
148 | 2024-11-18T19:01:54.406Z | helios-dev |
149 | 2024-11-18T19:01:54.406Z | developer/build-essential |
150 | 2024-11-18T19:01:54.406Z | None -> 11-2.0 |
151 | 2024-11-18T19:01:54.406Z | library/libxmlsec1 |
152 | 2024-11-18T19:01:54.408Z | None -> 1.2.35-2.0 |
153 | 2024-11-18T19:01:54.408Z | ooce/developer/clang-15 |
154 | 2024-11-18T19:01:54.408Z | None -> 15.0.7-2.0 |
155 | 2024-11-18T19:01:54.408Z | ooce/developer/llvm-15 |
156 | 2024-11-18T19:01:54.408Z | None -> 15.0.7-2.0 |
157 | 2024-11-18T19:01:54.408Z | package/pkg |
158 | 2024-11-18T19:01:54.408Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-18T19:01:54.408Z | |
160 | 2024-11-18T19:01:54.408Z | Services: |
161 | 2024-11-18T19:01:54.408Z | restart_fmri: |
162 | 2024-11-18T19:01:54.408Z | svc:/system/update-man-index:default |
163 | 2024-11-18T19:01:54.408Z | |
164 | 2024-11-18T19:01:54.408Z | Editable files to change: |
165 | 2024-11-18T19:01:54.408Z | Update: |
166 | 2024-11-18T19:01:54.408Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-18T19:01:54.922Z | |
168 | 2024-11-18T19:01:54.922Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-18T19:01:59.865Z | Download: 1254/4281 items 92.5/220.6MB 41% complete (18.4M/s) |
170 | 2024-11-18T19:02:04.867Z | Download: 3158/4281 items 143.2/220.6MB 64% complete (14.3M/s) |
171 | 2024-11-18T19:02:10.229Z | Download: 4205/4281 items 220.6/220.6MB 99% complete (13.6M/s) |
172 | 2024-11-18T19:02:11.130Z | Download: Completed 220.60 MB in 16.26 seconds (13.6M/s) |
173 | 2024-11-18T19:02:13.274Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-11-18T19:02:13.290Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-11-18T19:02:18.370Z | Actions: 4078/5063 actions (Installing new actions) |
176 | 2024-11-18T19:02:19.864Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-11-18T19:02:20.320Z | Actions: Completed 5063 actions in 7.04 seconds. |
178 | 2024-11-18T19:02:20.544Z | Done (0.215s) |
179 | 2024-11-18T19:02:20.547Z | Done (0.000s) |
180 | 2024-11-18T19:02:21.066Z | Done (0.520s) |
181 | 2024-11-18T19:02:29.457Z | Done (8.171s) |
182 | 2024-11-18T19:02:30.161Z | Done (0.624s) |
183 | 2024-11-18T19:02:30.164Z | Done (0.000s) |
184 | 2024-11-18T19:02:30.324Z | Done (0.000s) |
185 | 2024-11-18T19:02:31.032Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-11-18T19:02:31.198Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-11-18T19:02:31.200Z | Planning: Consolidating action changes ... Done |
188 | 2024-11-18T19:02:31.475Z | Planning: Evaluating mediators ... Done |
189 | 2024-11-18T19:02:31.477Z | Planning: Planning completed in 0.44 seconds |
190 | 2024-11-18T19:02:31.655Z | Mediators to change: 2 |
191 | 2024-11-18T19:02:31.655Z | Create boot environment: No |
192 | 2024-11-18T19:02:31.665Z | Create backup boot environment: No |
193 | 2024-11-18T19:02:31.665Z | Done |
194 | 2024-11-18T19:02:31.666Z | Done |
195 | 2024-11-18T19:02:31.935Z | Done |
196 | 2024-11-18T19:02:35.763Z | Done |
197 | 2024-11-18T19:02:35.852Z | Done |
198 | 2024-11-18T19:02:35.857Z | Done |
199 | 2024-11-18T19:02:36.043Z | Done |
200 | 2024-11-18T19:02:36.670Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-11-18T19:02:36.672Z | Planning: Merging actions ... Done |
202 | 2024-11-18T19:02:36.865Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-11-18T19:02:36.868Z | Planning: Consolidating action changes ... Done |
204 | 2024-11-18T19:02:37.133Z | Planning: Evaluating mediators ... Done |
205 | 2024-11-18T19:02:37.191Z | Planning: Planning completed in 0.76 seconds |
206 | 2024-11-18T19:02:37.229Z | Packages to change: 1 |
207 | 2024-11-18T19:02:37.229Z | Mediators to change: 1 |
208 | 2024-11-18T19:02:37.229Z | Services to change: 1 |
209 | 2024-11-18T19:02:37.229Z | Create boot environment: No |
210 | 2024-11-18T19:02:37.229Z | Create backup boot environment: Yes |
211 | 2024-11-18T19:02:39.363Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-11-18T19:02:39.472Z | Actions: Completed 6 actions in 0.11 seconds. |
213 | 2024-11-18T19:02:39.475Z | Done |
214 | 2024-11-18T19:02:39.475Z | Done |
215 | 2024-11-18T19:02:39.582Z | Done |
216 | 2024-11-18T19:02:43.363Z | Done |
217 | 2024-11-18T19:02:43.457Z | Done |
218 | 2024-11-18T19:02:43.460Z | Done |
219 | 2024-11-18T19:02:43.596Z | Done |
220 | 2024-11-18T19:02:44.041Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-11-18T19:02:44.041Z | clang system 15 system |
222 | 2024-11-18T19:02:44.041Z | csh system system illumos |
223 | 2024-11-18T19:02:44.041Z | ctags system system illumos |
224 | 2024-11-18T19:02:44.041Z | gcc vendor 12 vendor |
225 | 2024-11-18T19:02:44.041Z | gcc system 10 system |
226 | 2024-11-18T19:02:44.041Z | gcc system 7 system |
227 | 2024-11-18T19:02:44.041Z | go system 1.20 system |
228 | 2024-11-18T19:02:44.041Z | go system 1.19 system |
229 | 2024-11-18T19:02:44.041Z | llvm system 15 system |
230 | 2024-11-18T19:02:44.042Z | llvm system 14 system |
231 | 2024-11-18T19:02:44.042Z | mariadb system 10.6 system |
232 | 2024-11-18T19:02:44.042Z | mta vendor vendor dma |
233 | 2024-11-18T19:02:44.042Z | openjdk system 17 system |
234 | 2024-11-18T19:02:44.042Z | openjdk system 11 system |
235 | 2024-11-18T19:02:44.042Z | openjdk system 1.8 system |
236 | 2024-11-18T19:02:44.042Z | openssl vendor 3 vendor |
237 | 2024-11-18T19:02:44.042Z | perl system 5.36 system |
238 | 2024-11-18T19:02:44.042Z | postgresql system 15 system |
239 | 2024-11-18T19:02:44.042Z | postgresql system 13 system |
240 | 2024-11-18T19:02:44.042Z | python vendor 3 vendor |
241 | 2024-11-18T19:02:44.042Z | python system 2 system |
242 | 2024-11-18T19:02:44.042Z | python3 system 3.11 system |
243 | 2024-11-18T19:02:44.042Z | ruby system 3.0 system |
244 | 2024-11-18T19:02:44.042Z | words vendor vendor american-english |
245 | 2024-11-18T19:02:44.042Z | words system system australian-english |
246 | 2024-11-18T19:02:44.042Z | words system system british-english |
247 | 2024-11-18T19:02:44.042Z | words system system canadian-english |
248 | 2024-11-18T19:02:44.042Z | words system system french |
249 | 2024-11-18T19:02:44.042Z | words system system italian |
250 | 2024-11-18T19:02:44.042Z | words system system ngerman |
251 | 2024-11-18T19:02:44.042Z | words system system ogerman |
252 | 2024-11-18T19:02:44.043Z | words system system spanish |
253 | 2024-11-18T19:02:44.386Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-11-18T19:02:44.386Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-11-18T19:02:46.959Z | FMRI IFO |
256 | 2024-11-18T19:02:46.959Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-11-18T19:02:46.959Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-11-18T19:02:46.959Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-11-18T19:02:46.959Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-11-18T19:02:46.959Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-11-18T19:02:46.959Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-11-18T19:02:46.959Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-11-18T19:02:46.959Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-11-18T19:02:46.959Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-11-18T19:02:46.959Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2024-11-18T19:02:46.960Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-11-18T19:02:46.960Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-11-18T19:02:46.960Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2024-11-18T19:02:46.960Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-11-18T19:02:46.961Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-11-18T19:02:47.713Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-11-18T19:02:47.983Z | Updating crates.io index |
273 | 2024-11-18T19:02:48.054Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-11-18T19:02:48.825Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-11-18T19:02:49.058Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-11-18T19:02:49.344Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-11-18T19:02:49.636Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-11-18T19:02:50.546Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-11-18T19:02:52.907Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-11-18T19:02:53.879Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-11-18T19:02:54.554Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-11-18T19:02:54.845Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-11-18T19:02:55.268Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-11-18T19:02:55.864Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-11-18T19:02:56.295Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-11-18T19:02:56.597Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-11-18T19:02:56.861Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-11-18T19:02:57.102Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-11-18T19:02:57.348Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-11-18T19:02:57.737Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-11-18T19:02:58.043Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-11-18T19:02:58.437Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-11-18T19:02:58.699Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-11-18T19:02:59.281Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-11-18T19:02:59.585Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2024-11-18T19:02:59.962Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-11-18T19:03:00.312Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-11-18T19:03:00.631Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-11-18T19:03:00.912Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-11-18T19:03:02.355Z | Downloading crates ... |
301 | 2024-11-18T19:03:02.476Z | Downloaded anstream v0.6.15 |
302 | 2024-11-18T19:03:02.485Z | Downloaded anstyle v1.0.10 |
303 | 2024-11-18T19:03:02.495Z | Downloaded anyhow v1.0.93 |
304 | 2024-11-18T19:03:02.502Z | Downloaded bitflags v2.6.0 |
305 | 2024-11-18T19:03:02.506Z | Downloaded camino v1.1.9 |
306 | 2024-11-18T19:03:02.509Z | Downloaded byteorder v1.5.0 |
307 | 2024-11-18T19:03:02.512Z | Downloaded anstyle-parse v0.2.5 |
308 | 2024-11-18T19:03:02.512Z | Downloaded block-buffer v0.10.4 |
309 | 2024-11-18T19:03:02.515Z | Downloaded autocfg v1.4.0 |
310 | 2024-11-18T19:03:02.515Z | Downloaded dtrace-parser v0.2.0 |
311 | 2024-11-18T19:03:02.524Z | Downloaded equivalent v1.0.1 |
312 | 2024-11-18T19:03:02.536Z | Downloaded anstyle-query v1.1.1 |
313 | 2024-11-18T19:03:02.536Z | Downloaded heck v0.4.1 |
314 | 2024-11-18T19:03:02.536Z | Downloaded colorchoice v1.0.2 |
315 | 2024-11-18T19:03:02.537Z | Downloaded crypto-common v0.1.6 |
316 | 2024-11-18T19:03:02.540Z | Downloaded camino-tempfile v1.1.1 |
317 | 2024-11-18T19:03:02.540Z | Downloaded clap_lex v0.7.2 |
318 | 2024-11-18T19:03:02.540Z | Downloaded cfg-if v1.0.0 |
319 | 2024-11-18T19:03:02.540Z | Downloaded dof v0.3.0 |
320 | 2024-11-18T19:03:02.540Z | Downloaded cpufeatures v0.2.14 |
321 | 2024-11-18T19:03:02.540Z | Downloaded fastrand v2.1.1 |
322 | 2024-11-18T19:03:02.546Z | Downloaded fnv v1.0.7 |
323 | 2024-11-18T19:03:02.546Z | Downloaded bytecount v0.6.8 |
324 | 2024-11-18T19:03:02.546Z | Downloaded digest v0.10.7 |
325 | 2024-11-18T19:03:02.549Z | Downloaded is_terminal_polyfill v1.70.1 |
326 | 2024-11-18T19:03:02.549Z | Downloaded itoa v1.0.11 |
327 | 2024-11-18T19:03:02.549Z | Downloaded clap_derive v4.5.18 |
328 | 2024-11-18T19:03:02.551Z | Downloaded cargo_metadata v0.18.1 |
329 | 2024-11-18T19:03:02.551Z | Downloaded cargo-platform v0.1.8 |
330 | 2024-11-18T19:03:02.554Z | Downloaded heck v0.5.0 |
331 | 2024-11-18T19:03:02.554Z | Downloaded generic-array v0.14.7 |
332 | 2024-11-18T19:03:02.557Z | Downloaded errno v0.3.9 |
333 | 2024-11-18T19:03:02.557Z | Downloaded proc-macro-error-attr v1.0.4 |
334 | 2024-11-18T19:03:02.560Z | Downloaded pretty-hex v0.4.1 |
335 | 2024-11-18T19:03:02.560Z | Downloaded log v0.4.22 |
336 | 2024-11-18T19:03:02.564Z | Downloaded scroll_derive v0.12.0 |
337 | 2024-11-18T19:03:02.567Z | Downloaded fs-err v2.11.0 |
338 | 2024-11-18T19:03:02.570Z | Downloaded memmap v0.7.0 |
339 | 2024-11-18T19:03:02.573Z | Downloaded pest_generator v2.7.14 |
340 | 2024-11-18T19:03:02.579Z | Downloaded cargo_toml v0.20.5 |
341 | 2024-11-18T19:03:02.587Z | Downloaded swrite v0.1.0 |
342 | 2024-11-18T19:03:02.590Z | Downloaded usdt-attr-macro v0.5.0 |
343 | 2024-11-18T19:03:02.593Z | Downloaded usdt-macro v0.5.0 |
344 | 2024-11-18T19:03:02.593Z | Downloaded thiserror v1.0.69 |
345 | 2024-11-18T19:03:02.597Z | Downloaded plain v0.2.3 |
346 | 2024-11-18T19:03:02.599Z | Downloaded macaddr v1.0.1 |
347 | 2024-11-18T19:03:02.604Z | Downloaded scroll v0.12.0 |
348 | 2024-11-18T19:03:02.607Z | Downloaded serde_tokenstream v0.2.2 |
349 | 2024-11-18T19:03:02.607Z | Downloaded once_cell v1.20.2 |
350 | 2024-11-18T19:03:02.613Z | Downloaded unicode-linebreak v0.1.5 |
351 | 2024-11-18T19:03:02.624Z | Downloaded toml_datetime v0.6.8 |
352 | 2024-11-18T19:03:02.624Z | Downloaded semver v1.0.23 |
353 | 2024-11-18T19:03:02.636Z | Downloaded pest_derive v2.7.14 |
354 | 2024-11-18T19:03:02.636Z | Downloaded smawk v0.3.2 |
355 | 2024-11-18T19:03:02.636Z | Downloaded clap v4.5.21 |
356 | 2024-11-18T19:03:02.636Z | Downloaded version_check v0.9.5 |
357 | 2024-11-18T19:03:02.636Z | Downloaded thiserror-impl v1.0.69 |
358 | 2024-11-18T19:03:02.636Z | Downloaded utf8parse v0.2.2 |
359 | 2024-11-18T19:03:02.636Z | Downloaded usdt v0.5.0 |
360 | 2024-11-18T19:03:02.639Z | Downloaded thread-id v4.2.2 |
361 | 2024-11-18T19:03:02.639Z | Downloaded quote v1.0.37 |
362 | 2024-11-18T19:03:02.640Z | Downloaded tabled_derive v0.7.0 |
363 | 2024-11-18T19:03:02.640Z | Downloaded serde_spanned v0.6.8 |
364 | 2024-11-18T19:03:02.641Z | Downloaded tempfile v3.13.0 |
365 | 2024-11-18T19:03:02.645Z | Downloaded strsim v0.11.1 |
366 | 2024-11-18T19:03:02.645Z | Downloaded proc-macro-error v1.0.4 |
367 | 2024-11-18T19:03:02.648Z | Downloaded ryu v1.0.18 |
368 | 2024-11-18T19:03:02.651Z | Downloaded proc-macro2 v1.0.89 |
369 | 2024-11-18T19:03:02.657Z | Downloaded pest_meta v2.7.14 |
370 | 2024-11-18T19:03:02.665Z | Downloaded indexmap v2.6.0 |
371 | 2024-11-18T19:03:02.665Z | Downloaded terminal_size v0.4.0 |
372 | 2024-11-18T19:03:02.667Z | Downloaded usdt-impl v0.5.0 |
373 | 2024-11-18T19:03:02.667Z | Downloaded sha2 v0.10.8 |
374 | 2024-11-18T19:03:02.667Z | Downloaded zerocopy-derive v0.7.35 |
375 | 2024-11-18T19:03:02.673Z | Downloaded textwrap v0.16.1 |
376 | 2024-11-18T19:03:02.688Z | Downloaded unicode-ident v1.0.13 |
377 | 2024-11-18T19:03:02.709Z | Downloaded toml v0.8.19 |
378 | 2024-11-18T19:03:02.709Z | Downloaded papergrid v0.11.0 |
379 | 2024-11-18T19:03:02.709Z | Downloaded serde_derive v1.0.215 |
380 | 2024-11-18T19:03:02.709Z | Downloaded typenum v1.17.0 |
381 | 2024-11-18T19:03:02.724Z | Downloaded memchr v2.7.4 |
382 | 2024-11-18T19:03:02.724Z | Downloaded ucd-trie v0.1.7 |
383 | 2024-11-18T19:03:02.724Z | Downloaded serde v1.0.215 |
384 | 2024-11-18T19:03:02.738Z | Downloaded hashbrown v0.15.0 |
385 | 2024-11-18T19:03:02.752Z | Downloaded toml_edit v0.22.22 |
386 | 2024-11-18T19:03:02.762Z | Downloaded pest v2.7.14 |
387 | 2024-11-18T19:03:02.767Z | Downloaded clap_builder v4.5.21 |
388 | 2024-11-18T19:03:02.785Z | Downloaded serde_json v1.0.132 |
389 | 2024-11-18T19:03:02.793Z | Downloaded zerocopy v0.7.35 |
390 | 2024-11-18T19:03:02.807Z | Downloaded goblin v0.8.2 |
391 | 2024-11-18T19:03:02.813Z | Downloaded winnow v0.6.20 |
392 | 2024-11-18T19:03:02.820Z | Downloaded tabled v0.15.0 |
393 | 2024-11-18T19:03:02.835Z | Downloaded syn v1.0.109 |
394 | 2024-11-18T19:03:02.844Z | Downloaded unicode-width v0.1.14 |
395 | 2024-11-18T19:03:02.850Z | Downloaded syn v2.0.87 |
396 | 2024-11-18T19:03:02.870Z | Downloaded rustix v0.38.37 |
397 | 2024-11-18T19:03:02.902Z | Downloaded libc v0.2.162 |
398 | 2024-11-18T19:03:03.211Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-18T19:03:03.211Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-18T19:03:03.211Z | Compiling serde v1.0.215 |
401 | 2024-11-18T19:03:03.215Z | Compiling version_check v0.9.5 |
402 | 2024-11-18T19:03:03.215Z | Compiling memchr v2.7.4 |
403 | 2024-11-18T19:03:03.215Z | Compiling thiserror v1.0.69 |
404 | 2024-11-18T19:03:03.215Z | Compiling libc v0.2.162 |
405 | 2024-11-18T19:03:03.215Z | Compiling itoa v1.0.11 |
406 | 2024-11-18T19:03:03.487Z | Compiling ryu v1.0.18 |
407 | 2024-11-18T19:03:03.568Z | Compiling ucd-trie v0.1.7 |
408 | 2024-11-18T19:03:04.088Z | Compiling once_cell v1.20.2 |
409 | 2024-11-18T19:03:04.150Z | Compiling byteorder v1.5.0 |
410 | 2024-11-18T19:03:04.490Z | Compiling rustix v0.38.37 |
411 | 2024-11-18T19:03:04.709Z | Compiling serde_json v1.0.132 |
412 | 2024-11-18T19:03:05.740Z | Compiling bitflags v2.6.0 |
413 | 2024-11-18T19:03:05.784Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2024-11-18T19:03:05.855Z | Compiling usdt-impl v0.5.0 |
415 | 2024-11-18T19:03:05.860Z | Compiling syn v1.0.109 |
416 | 2024-11-18T19:03:06.095Z | Compiling proc-macro-error v1.0.4 |
417 | 2024-11-18T19:03:06.128Z | Compiling log v0.4.22 |
418 | 2024-11-18T19:03:06.148Z | Compiling hashbrown v0.15.0 |
419 | 2024-11-18T19:03:06.329Z | Compiling equivalent v1.0.1 |
420 | 2024-11-18T19:03:06.359Z | Compiling plain v0.2.3 |
421 | 2024-11-18T19:03:06.438Z | Compiling camino v1.1.9 |
422 | 2024-11-18T19:03:06.512Z | Compiling thread-id v4.2.2 |
423 | 2024-11-18T19:03:06.538Z | Compiling utf8parse v0.2.2 |
424 | 2024-11-18T19:03:06.635Z | Compiling pretty-hex v0.4.1 |
425 | 2024-11-18T19:03:06.696Z | Compiling quote v1.0.37 |
426 | 2024-11-18T19:03:06.722Z | Compiling anstyle-parse v0.2.5 |
427 | 2024-11-18T19:03:06.849Z | Compiling anstyle v1.0.10 |
428 | 2024-11-18T19:03:06.932Z | Compiling semver v1.0.23 |
429 | 2024-11-18T19:03:07.057Z | Compiling anstyle-query v1.1.1 |
430 | 2024-11-18T19:03:07.083Z | Compiling syn v2.0.87 |
431 | 2024-11-18T19:03:07.221Z | Compiling errno v0.3.9 |
432 | 2024-11-18T19:03:07.379Z | Compiling indexmap v2.6.0 |
433 | 2024-11-18T19:03:07.429Z | Compiling winnow v0.6.20 |
434 | 2024-11-18T19:03:07.477Z | Compiling colorchoice v1.0.2 |
435 | 2024-11-18T19:03:07.484Z | Compiling unicode-width v0.1.14 |
436 | 2024-11-18T19:03:07.686Z | Compiling autocfg v1.4.0 |
437 | 2024-11-18T19:03:08.029Z | Compiling is_terminal_polyfill v1.70.1 |
438 | 2024-11-18T19:03:08.190Z | Compiling anstream v0.6.15 |
439 | 2024-11-18T19:03:08.924Z | Compiling fs-err v2.11.0 |
440 | 2024-11-18T19:03:08.974Z | Compiling bytecount v0.6.8 |
441 | 2024-11-18T19:03:09.063Z | Compiling fnv v1.0.7 |
442 | 2024-11-18T19:03:09.108Z | Compiling clap_lex v0.7.2 |
443 | 2024-11-18T19:03:09.195Z | Compiling fastrand v2.1.1 |
444 | 2024-11-18T19:03:09.226Z | Compiling anyhow v1.0.93 |
445 | 2024-11-18T19:03:09.226Z | Compiling heck v0.4.1 |
446 | 2024-11-18T19:03:09.604Z | Compiling terminal_size v0.4.0 |
447 | 2024-11-18T19:03:09.775Z | Compiling strsim v0.11.1 |
448 | 2024-11-18T19:03:09.823Z | Compiling cfg-if v1.0.0 |
449 | 2024-11-18T19:03:09.849Z | Compiling heck v0.5.0 |
450 | 2024-11-18T19:03:10.193Z | Compiling clap_builder v4.5.21 |
451 | 2024-11-18T19:03:14.519Z | Compiling tempfile v3.13.0 |
452 | 2024-11-18T19:03:14.659Z | Compiling papergrid v0.11.0 |
453 | 2024-11-18T19:03:14.659Z | Compiling memmap v0.7.0 |
454 | 2024-11-18T19:03:14.659Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-11-18T19:03:14.659Z | Compiling smawk v0.3.2 |
456 | 2024-11-18T19:03:14.660Z | Compiling textwrap v0.16.1 |
457 | 2024-11-18T19:03:14.661Z | Compiling swrite v0.1.0 |
458 | 2024-11-18T19:03:14.661Z | Compiling tabled_derive v0.7.0 |
459 | 2024-11-18T19:03:14.749Z | Compiling tabled v0.15.0 |
460 | 2024-11-18T19:03:16.030Z | Compiling serde_derive v1.0.215 |
461 | 2024-11-18T19:03:16.030Z | Compiling thiserror-impl v1.0.69 |
462 | 2024-11-18T19:03:16.034Z | Compiling zerocopy-derive v0.7.35 |
463 | 2024-11-18T19:03:16.034Z | Compiling scroll_derive v0.12.0 |
464 | 2024-11-18T19:03:16.034Z | Compiling clap_derive v4.5.18 |
465 | 2024-11-18T19:03:17.261Z | Compiling scroll v0.12.0 |
466 | 2024-11-18T19:03:17.747Z | Compiling goblin v0.8.2 |
467 | 2024-11-18T19:03:17.943Z | Compiling zerocopy v0.7.35 |
468 | 2024-11-18T19:03:18.883Z | Compiling pest v2.7.14 |
469 | 2024-11-18T19:03:19.643Z | Compiling clap v4.5.21 |
470 | 2024-11-18T19:03:20.986Z | Compiling pest_meta v2.7.14 |
471 | 2024-11-18T19:03:21.853Z | Compiling pest_generator v2.7.14 |
472 | 2024-11-18T19:03:23.874Z | Compiling pest_derive v2.7.14 |
473 | 2024-11-18T19:03:24.568Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-11-18T19:03:26.090Z | Compiling serde_spanned v0.6.8 |
475 | 2024-11-18T19:03:26.090Z | Compiling toml_datetime v0.6.8 |
476 | 2024-11-18T19:03:26.093Z | Compiling cargo-platform v0.1.8 |
477 | 2024-11-18T19:03:26.479Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-11-18T19:03:26.652Z | Compiling toml_edit v0.22.22 |
479 | 2024-11-18T19:03:26.690Z | Compiling macaddr v1.0.1 |
480 | 2024-11-18T19:03:26.815Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-11-18T19:03:27.579Z | Compiling dof v0.3.0 |
482 | 2024-11-18T19:03:27.579Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-11-18T19:03:29.587Z | Compiling toml v0.8.19 |
484 | 2024-11-18T19:03:29.707Z | Compiling usdt-attr-macro v0.5.0 |
485 | 2024-11-18T19:03:29.709Z | Compiling usdt-macro v0.5.0 |
486 | 2024-11-18T19:03:30.461Z | Compiling cargo_toml v0.20.5 |
487 | 2024-11-18T19:03:31.033Z | Compiling usdt v0.5.0 |
488 | 2024-11-18T19:03:33.964Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-11-18T19:03:38.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.74s |
490 | 2024-11-18T19:03:38.493Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-11-18T19:03:39.051Z | Downloading crates ... |
492 | 2024-11-18T19:03:39.200Z | Downloaded lazy_static v1.5.0 |
493 | 2024-11-18T19:03:39.232Z | Downloaded allocator-api2 v0.2.18 |
494 | 2024-11-18T19:03:39.235Z | Downloaded aead v0.5.2 |
495 | 2024-11-18T19:03:39.238Z | Downloaded headers-core v0.3.0 |
496 | 2024-11-18T19:03:39.242Z | Downloaded ahash v0.8.11 |
497 | 2024-11-18T19:03:39.245Z | Downloaded atty v0.2.14 |
498 | 2024-11-18T19:03:39.245Z | Downloaded async-stream-impl v0.3.6 |
499 | 2024-11-18T19:03:39.249Z | Downloaded array-init v0.0.4 |
500 | 2024-11-18T19:03:39.252Z | Downloaded darling v0.20.10 |
501 | 2024-11-18T19:03:39.255Z | Downloaded arrayref v0.3.9 |
502 | 2024-11-18T19:03:39.259Z | Downloaded atomic-waker v1.1.2 |
503 | 2024-11-18T19:03:39.262Z | Downloaded assert_matches v1.5.0 |
504 | 2024-11-18T19:03:39.262Z | Downloaded ascii-canvas v3.0.0 |
505 | 2024-11-18T19:03:39.265Z | Downloaded adler2 v2.0.0 |
506 | 2024-11-18T19:03:39.268Z | Downloaded async-stream v0.3.6 |
507 | 2024-11-18T19:03:39.268Z | Downloaded atomicwrites v0.4.4 |
508 | 2024-11-18T19:03:39.271Z | Downloaded async-recursion v1.1.1 |
509 | 2024-11-18T19:03:39.277Z | Downloaded hickory-resolver v0.24.1 |
510 | 2024-11-18T19:03:39.282Z | Downloaded bitflags v1.3.2 |
511 | 2024-11-18T19:03:39.282Z | Downloaded heapless v0.8.0 |
512 | 2024-11-18T19:03:39.286Z | Downloaded hickory-client v0.24.1 |
513 | 2024-11-18T19:03:39.292Z | Downloaded heapless v0.7.17 |
514 | 2024-11-18T19:03:39.295Z | Downloaded cfg_aliases v0.2.1 |
515 | 2024-11-18T19:03:39.295Z | Downloaded addr2line v0.24.2 |
516 | 2024-11-18T19:03:39.295Z | Downloaded base64ct v1.6.0 |
517 | 2024-11-18T19:03:39.301Z | Downloaded castaway v0.2.3 |
518 | 2024-11-18T19:03:39.301Z | Downloaded backoff v0.4.0 |
519 | 2024-11-18T19:03:39.306Z | Downloaded crucible-workspace-hack v0.1.0 |
520 | 2024-11-18T19:03:39.306Z | Downloaded arrayvec v0.7.6 |
521 | 2024-11-18T19:03:39.306Z | Downloaded hickory-server v0.24.1 |
522 | 2024-11-18T19:03:39.312Z | Downloaded cstr-argument v0.1.2 |
523 | 2024-11-18T19:03:39.312Z | Downloaded hmac v0.12.1 |
524 | 2024-11-18T19:03:39.316Z | Downloaded crunchy v0.2.2 |
525 | 2024-11-18T19:03:39.316Z | Downloaded highway v1.2.0 |
526 | 2024-11-18T19:03:39.320Z | Downloaded bitfield v0.14.0 |
527 | 2024-11-18T19:03:39.320Z | Downloaded bit-vec v0.6.3 |
528 | 2024-11-18T19:03:39.320Z | Downloaded bcrypt-pbkdf v0.10.0 |
529 | 2024-11-18T19:03:39.323Z | Downloaded bitfield-struct v0.6.2 |
530 | 2024-11-18T19:03:39.323Z | Downloaded cipher v0.4.4 |
531 | 2024-11-18T19:03:39.326Z | Downloaded http-body v1.0.1 |
532 | 2024-11-18T19:03:39.326Z | Downloaded chacha20 v0.9.1 |
533 | 2024-11-18T19:03:39.329Z | Downloaded cbc v0.1.2 |
534 | 2024-11-18T19:03:39.329Z | Downloaded buf-list v1.0.3 |
535 | 2024-11-18T19:03:39.334Z | Downloaded blowfish v0.9.1 |
536 | 2024-11-18T19:03:39.334Z | Downloaded hostname v0.3.1 |
537 | 2024-11-18T19:03:39.337Z | Downloaded colored v2.1.0 |
538 | 2024-11-18T19:03:39.337Z | Downloaded async-trait v0.1.83 |
539 | 2024-11-18T19:03:39.340Z | Downloaded hubpack_derive v0.1.1 |
540 | 2024-11-18T19:03:39.343Z | Downloaded async-bb8-diesel v0.2.1 |
541 | 2024-11-18T19:03:39.347Z | Downloaded is_ci v1.2.0 |
542 | 2024-11-18T19:03:39.347Z | Downloaded crc-catalog v2.4.0 |
543 | 2024-11-18T19:03:39.350Z | Downloaded crc v3.2.1 |
544 | 2024-11-18T19:03:39.350Z | Downloaded hostname v0.4.0 |
545 | 2024-11-18T19:03:39.354Z | Downloaded home v0.5.9 |
546 | 2024-11-18T19:03:39.354Z | Downloaded hyper-tls v0.6.0 |
547 | 2024-11-18T19:03:39.354Z | Downloaded humantime v2.1.0 |
548 | 2024-11-18T19:03:39.358Z | Downloaded hubpack v0.1.2 |
549 | 2024-11-18T19:03:39.359Z | Downloaded httpdate v1.0.3 |
550 | 2024-11-18T19:03:39.363Z | Downloaded crossbeam-deque v0.8.5 |
551 | 2024-11-18T19:03:39.363Z | Downloaded http-body-util v0.1.2 |
552 | 2024-11-18T19:03:39.363Z | Downloaded same-file v1.0.6 |
553 | 2024-11-18T19:03:39.367Z | Downloaded instant v0.1.13 |
554 | 2024-11-18T19:03:39.367Z | Downloaded icu_provider_macros v1.5.0 |
555 | 2024-11-18T19:03:39.367Z | Downloaded bcs v0.1.6 |
556 | 2024-11-18T19:03:39.369Z | Downloaded curve25519-dalek-derive v0.1.1 |
557 | 2024-11-18T19:03:39.370Z | Downloaded http-range v0.1.5 |
558 | 2024-11-18T19:03:39.373Z | Downloaded constant_time_eq v0.3.1 |
559 | 2024-11-18T19:03:39.373Z | Downloaded cmake v0.1.51 |
560 | 2024-11-18T19:03:39.373Z | Downloaded ctr v0.9.2 |
561 | 2024-11-18T19:03:39.376Z | Downloaded convert_case v0.4.0 |
562 | 2024-11-18T19:03:39.379Z | Downloaded cancel-safe-futures v0.1.5 |
563 | 2024-11-18T19:03:39.382Z | Downloaded base16ct v0.2.0 |
564 | 2024-11-18T19:03:39.427Z | Downloaded ref-cast-impl v1.0.23 |
565 | 2024-11-18T19:03:39.427Z | Downloaded progenitor-macro v0.8.0 |
566 | 2024-11-18T19:03:39.433Z | Downloaded md5 v0.7.0 |
567 | 2024-11-18T19:03:39.433Z | Downloaded impl-trait-for-tuples v0.2.2 |
568 | 2024-11-18T19:03:39.433Z | Downloaded matches v0.1.10 |
569 | 2024-11-18T19:03:39.433Z | Downloaded ciborium v0.2.2 |
570 | 2024-11-18T19:03:39.433Z | Downloaded bzip2 v0.4.4 |
571 | 2024-11-18T19:03:39.433Z | Downloaded rand_chacha v0.3.1 |
572 | 2024-11-18T19:03:39.433Z | Downloaded cassowary v0.3.0 |
573 | 2024-11-18T19:03:39.433Z | Downloaded rpassword v7.3.1 |
574 | 2024-11-18T19:03:39.433Z | Downloaded arc-swap v1.7.1 |
575 | 2024-11-18T19:03:39.433Z | Downloaded rustc-hash v2.0.0 |
576 | 2024-11-18T19:03:39.433Z | Downloaded hyper-rustls v0.27.3 |
577 | 2024-11-18T19:03:39.434Z | Downloaded crc32fast v1.4.2 |
578 | 2024-11-18T19:03:39.434Z | Downloaded const_format_proc_macros v0.2.33 |
579 | 2024-11-18T19:03:39.434Z | Downloaded ipnetwork v0.20.0 |
580 | 2024-11-18T19:03:39.434Z | Downloaded instability v0.3.2 |
581 | 2024-11-18T19:03:39.434Z | Downloaded take_mut v0.2.2 |
582 | 2024-11-18T19:03:39.434Z | Downloaded iana-time-zone v0.1.61 |
583 | 2024-11-18T19:03:39.434Z | Downloaded vte_generate_state_changes v0.1.2 |
584 | 2024-11-18T19:03:39.434Z | Downloaded tinyvec_macros v0.1.1 |
585 | 2024-11-18T19:03:39.434Z | Downloaded blake2 v0.10.6 |
586 | 2024-11-18T19:03:39.434Z | Downloaded inout v0.1.3 |
587 | 2024-11-18T19:03:39.434Z | Downloaded waitgroup v0.1.2 |
588 | 2024-11-18T19:03:39.434Z | Downloaded slog-json v2.6.1 |
589 | 2024-11-18T19:03:39.434Z | Downloaded csv-core v0.1.11 |
590 | 2024-11-18T19:03:39.434Z | Downloaded cookie_store v0.21.0 |
591 | 2024-11-18T19:03:39.435Z | Downloaded want v0.3.1 |
592 | 2024-11-18T19:03:39.438Z | Downloaded downcast v0.11.0 |
593 | 2024-11-18T19:03:39.438Z | Downloaded zone_cfg_derive v0.1.2 |
594 | 2024-11-18T19:03:39.438Z | Downloaded keccak v0.1.5 |
595 | 2024-11-18T19:03:39.438Z | Downloaded is-terminal v0.4.13 |
596 | 2024-11-18T19:03:39.439Z | Downloaded structmeta v0.2.0 |
597 | 2024-11-18T19:03:39.441Z | Downloaded match_cfg v0.1.0 |
598 | 2024-11-18T19:03:39.441Z | Downloaded lockfree-object-pool v0.1.6 |
599 | 2024-11-18T19:03:39.441Z | Downloaded libefi-sys v0.1.0 |
600 | 2024-11-18T19:03:39.444Z | Downloaded foreign-types-shared v0.3.1 |
601 | 2024-11-18T19:03:39.444Z | Downloaded linked-hash-map v0.5.6 |
602 | 2024-11-18T19:03:39.447Z | Downloaded lazycell v1.3.0 |
603 | 2024-11-18T19:03:39.447Z | Downloaded lalrpop-util v0.19.12 |
604 | 2024-11-18T19:03:39.450Z | Downloaded mime v0.3.17 |
605 | 2024-11-18T19:03:39.450Z | Downloaded rustc-demangle v0.1.24 |
606 | 2024-11-18T19:03:39.452Z | Downloaded memoffset v0.9.1 |
607 | 2024-11-18T19:03:39.453Z | Downloaded maplit v1.0.2 |
608 | 2024-11-18T19:03:39.457Z | Downloaded crossbeam-utils v0.8.20 |
609 | 2024-11-18T19:03:39.457Z | Downloaded httparse v1.9.5 |
610 | 2024-11-18T19:03:39.460Z | Downloaded hyper-staticfile v0.10.1 |
611 | 2024-11-18T19:03:39.464Z | Downloaded tabwriter v1.4.0 |
612 | 2024-11-18T19:03:39.464Z | Downloaded synstructure v0.13.1 |
613 | 2024-11-18T19:03:39.465Z | Downloaded icu_locid_transform v1.5.0 |
614 | 2024-11-18T19:03:39.468Z | Downloaded md-5 v0.10.6 |
615 | 2024-11-18T19:03:39.468Z | Downloaded maybe-uninit v2.0.0 |
616 | 2024-11-18T19:03:39.472Z | Downloaded wait-timeout v0.2.0 |
617 | 2024-11-18T19:03:39.473Z | Downloaded untrusted v0.9.0 |
618 | 2024-11-18T19:03:39.475Z | Downloaded base64 v0.22.1 |
619 | 2024-11-18T19:03:39.478Z | Downloaded jobserver v0.1.32 |
620 | 2024-11-18T19:03:39.481Z | Downloaded icu_normalizer v1.5.0 |
621 | 2024-11-18T19:03:39.486Z | Downloaded opaque-debug v0.3.1 |
622 | 2024-11-18T19:03:39.489Z | Downloaded ena v0.14.3 |
623 | 2024-11-18T19:03:39.489Z | Downloaded fallible-iterator v0.2.0 |
624 | 2024-11-18T19:03:39.489Z | Downloaded defmt-parser v0.3.4 |
625 | 2024-11-18T19:03:39.492Z | Downloaded mirai-annotations v1.12.0 |
626 | 2024-11-18T19:03:39.492Z | Downloaded defmt-macros v0.3.9 |
627 | 2024-11-18T19:03:39.494Z | Downloaded hash32 v0.2.1 |
628 | 2024-11-18T19:03:39.497Z | Downloaded clang-sys v1.8.1 |
629 | 2024-11-18T19:03:39.501Z | Downloaded mockall v0.13.0 |
630 | 2024-11-18T19:03:39.501Z | Downloaded typify-macro v0.2.0 |
631 | 2024-11-18T19:03:39.501Z | Downloaded slog-scope v4.4.0 |
632 | 2024-11-18T19:03:39.504Z | Downloaded lock_api v0.4.12 |
633 | 2024-11-18T19:03:39.504Z | Downloaded chacha20poly1305 v0.10.1 |
634 | 2024-11-18T19:03:39.508Z | Downloaded progenitor-client v0.8.0 |
635 | 2024-11-18T19:03:39.510Z | Downloaded tokio-tungstenite v0.24.0 |
636 | 2024-11-18T19:03:39.510Z | Downloaded mime_guess v2.0.5 |
637 | 2024-11-18T19:03:39.513Z | Downloaded tokio-tungstenite v0.23.1 |
638 | 2024-11-18T19:03:39.516Z | Downloaded psl-types v2.0.11 |
639 | 2024-11-18T19:03:39.516Z | Downloaded rustc_version v0.1.7 |
640 | 2024-11-18T19:03:39.519Z | Downloaded russh-cryptovec v0.7.3 |
641 | 2024-11-18T19:03:39.519Z | Downloaded memmap2 v0.9.5 |
642 | 2024-11-18T19:03:39.522Z | Downloaded walkdir v2.5.0 |
643 | 2024-11-18T19:03:39.522Z | Downloaded bumpalo v3.16.0 |
644 | 2024-11-18T19:03:39.526Z | Downloaded value-bag v1.9.0 |
645 | 2024-11-18T19:03:39.529Z | Downloaded difflib v0.4.0 |
646 | 2024-11-18T19:03:39.532Z | Downloaded termtree v0.4.1 |
647 | 2024-11-18T19:03:39.532Z | Downloaded slog-bunyan v2.5.0 |
648 | 2024-11-18T19:03:39.532Z | Downloaded dunce v1.0.5 |
649 | 2024-11-18T19:03:39.545Z | Downloaded dsl_auto_type v0.1.2 |
650 | 2024-11-18T19:03:39.545Z | Downloaded try-lock v0.2.5 |
651 | 2024-11-18T19:03:39.551Z | Downloaded fragile v2.0.0 |
652 | 2024-11-18T19:03:39.551Z | Downloaded form_urlencoded v1.2.1 |
653 | 2024-11-18T19:03:39.551Z | Downloaded fallible-iterator v0.3.0 |
654 | 2024-11-18T19:03:39.551Z | Downloaded subprocess v0.2.9 |
655 | 2024-11-18T19:03:39.551Z | Downloaded const_format v0.2.33 |
656 | 2024-11-18T19:03:39.551Z | Downloaded hash32 v0.3.1 |
657 | 2024-11-18T19:03:39.551Z | Downloaded time-core v0.1.2 |
658 | 2024-11-18T19:03:39.558Z | Downloaded powerfmt v0.2.0 |
659 | 2024-11-18T19:03:39.558Z | Downloaded icu_locid_transform_data v1.5.0 |
660 | 2024-11-18T19:03:39.558Z | Downloaded hyper-util v0.1.10 |
661 | 2024-11-18T19:03:39.562Z | Downloaded newtype_derive v0.1.6 |
662 | 2024-11-18T19:03:39.562Z | Downloaded serde_urlencoded v0.7.1 |
663 | 2024-11-18T19:03:39.562Z | Downloaded samael v0.0.17 |
664 | 2024-11-18T19:03:39.566Z | Downloaded endian-type v0.1.2 |
665 | 2024-11-18T19:03:39.569Z | Downloaded unicode-properties v0.1.3 |
666 | 2024-11-18T19:03:39.570Z | Downloaded slog-term v2.9.1 |
667 | 2024-11-18T19:03:39.581Z | Downloaded display-error-chain v0.2.2 |
668 | 2024-11-18T19:03:39.584Z | Downloaded foreign-types v0.3.2 |
669 | 2024-11-18T19:03:39.585Z | Downloaded pretty-hex v0.2.1 |
670 | 2024-11-18T19:03:39.588Z | Downloaded dirs-sys-next v0.1.2 |
671 | 2024-11-18T19:03:39.588Z | Downloaded icu_provider v1.5.0 |
672 | 2024-11-18T19:03:39.591Z | Downloaded dirs-next v2.0.0 |
673 | 2024-11-18T19:03:39.591Z | Downloaded crypto-bigint v0.5.5 |
674 | 2024-11-18T19:03:39.598Z | Downloaded sigpipe v0.1.3 |
675 | 2024-11-18T19:03:39.607Z | Downloaded scopeguard v1.2.0 |
676 | 2024-11-18T19:03:39.607Z | Downloaded pkcs8 v0.10.2 |
677 | 2024-11-18T19:03:39.607Z | Downloaded funty v2.0.0 |
678 | 2024-11-18T19:03:39.607Z | Downloaded ssh-cipher v0.2.0 |
679 | 2024-11-18T19:03:39.607Z | Downloaded icu_properties v1.5.1 |
680 | 2024-11-18T19:03:39.610Z | Downloaded icu_locid v1.5.0 |
681 | 2024-11-18T19:03:39.614Z | Downloaded oso-derive v0.27.3 |
682 | 2024-11-18T19:03:39.618Z | Downloaded thiserror-impl-no-std v2.0.2 |
683 | 2024-11-18T19:03:39.618Z | Downloaded tui-tree-widget v0.22.0 |
684 | 2024-11-18T19:03:39.629Z | Downloaded num-traits v0.2.19 |
685 | 2024-11-18T19:03:39.629Z | Downloaded utf16_iter v1.0.5 |
686 | 2024-11-18T19:03:39.633Z | Downloaded utf-8 v0.7.6 |
687 | 2024-11-18T19:03:39.633Z | Downloaded pbkdf2 v0.12.2 |
688 | 2024-11-18T19:03:39.633Z | Downloaded pbkdf2 v0.11.0 |
689 | 2024-11-18T19:03:39.633Z | Downloaded zeroize v1.8.1 |
690 | 2024-11-18T19:03:39.633Z | Downloaded utf8_iter v1.0.4 |
691 | 2024-11-18T19:03:39.633Z | Downloaded parse-display-derive v0.10.0 |
692 | 2024-11-18T19:03:39.633Z | Downloaded indexmap v1.9.3 |
693 | 2024-11-18T19:03:39.637Z | Downloaded predicates-tree v1.0.11 |
694 | 2024-11-18T19:03:39.638Z | Downloaded predicates-core v1.0.8 |
695 | 2024-11-18T19:03:39.641Z | Downloaded aho-corasick v1.1.3 |
696 | 2024-11-18T19:03:39.644Z | Downloaded simd-adler32 v0.3.7 |
697 | 2024-11-18T19:03:39.650Z | Downloaded pkcs5 v0.7.1 |
698 | 2024-11-18T19:03:39.650Z | Downloaded flagset v0.4.6 |
699 | 2024-11-18T19:03:39.653Z | Downloaded scrypt v0.11.0 |
700 | 2024-11-18T19:03:39.653Z | Downloaded precomputed-hash v0.1.1 |
701 | 2024-11-18T19:03:39.653Z | Downloaded tinystr v0.7.6 |
702 | 2024-11-18T19:03:39.656Z | Downloaded yoke-derive v0.7.4 |
703 | 2024-11-18T19:03:39.656Z | Downloaded nibble_vec v0.1.0 |
704 | 2024-11-18T19:03:39.659Z | Downloaded parse-size v1.1.0 |
705 | 2024-11-18T19:03:39.659Z | Downloaded structmeta-derive v0.2.0 |
706 | 2024-11-18T19:03:39.661Z | Downloaded tower-service v0.3.3 |
707 | 2024-11-18T19:03:39.661Z | Downloaded test-strategy v0.3.1 |
708 | 2024-11-18T19:03:39.665Z | Downloaded enum-as-inner v0.5.1 |
709 | 2024-11-18T19:03:39.702Z | Downloaded der v0.7.9 |
710 | 2024-11-18T19:03:39.706Z | Downloaded packed_struct_codegen v0.10.1 |
711 | 2024-11-18T19:03:39.706Z | Downloaded xz2 v0.1.7 |
712 | 2024-11-18T19:03:39.706Z | Downloaded fxhash v0.2.1 |
713 | 2024-11-18T19:03:39.706Z | Downloaded derive_builder_macro v0.20.2 |
714 | 2024-11-18T19:03:39.706Z | Downloaded fatfs v0.3.6 |
715 | 2024-11-18T19:03:39.706Z | Downloaded dyn-clone v1.0.17 |
716 | 2024-11-18T19:03:39.706Z | Downloaded aes-gcm v0.10.3 |
717 | 2024-11-18T19:03:39.706Z | Downloaded num_enum_derive v0.5.11 |
718 | 2024-11-18T19:03:39.706Z | Downloaded mockall_derive v0.13.0 |
719 | 2024-11-18T19:03:39.706Z | Downloaded pin-project-internal v1.1.6 |
720 | 2024-11-18T19:03:39.706Z | Downloaded prettyplease v0.2.25 |
721 | 2024-11-18T19:03:39.706Z | Downloaded uzers v0.12.1 |
722 | 2024-11-18T19:03:39.706Z | Downloaded parking_lot v0.12.3 |
723 | 2024-11-18T19:03:39.706Z | Downloaded slog v2.7.0 |
724 | 2024-11-18T19:03:39.706Z | Downloaded sec1 v0.7.3 |
725 | 2024-11-18T19:03:39.706Z | Downloaded icu_normalizer_data v1.5.0 |
726 | 2024-11-18T19:03:39.710Z | Downloaded thread_local v1.1.8 |
727 | 2024-11-18T19:03:39.710Z | Downloaded olpc-cjson v0.1.4 |
728 | 2024-11-18T19:03:39.710Z | Downloaded thiserror-no-std v2.0.2 |
729 | 2024-11-18T19:03:39.713Z | Downloaded derive_builder_core v0.20.2 |
730 | 2024-11-18T19:03:39.715Z | Downloaded tokio-rustls v0.26.0 |
731 | 2024-11-18T19:03:39.720Z | Downloaded tungstenite v0.21.0 |
732 | 2024-11-18T19:03:39.724Z | Downloaded subtle v2.6.1 |
733 | 2024-11-18T19:03:39.724Z | Downloaded tracing-attributes v0.1.27 |
734 | 2024-11-18T19:03:39.727Z | Downloaded futures-sink v0.3.31 |
735 | 2024-11-18T19:03:39.727Z | Downloaded tungstenite v0.23.0 |
736 | 2024-11-18T19:03:39.730Z | Downloaded semver v0.1.20 |
737 | 2024-11-18T19:03:39.733Z | Downloaded rand_seeder v0.3.0 |
738 | 2024-11-18T19:03:39.733Z | Downloaded rand_core v0.6.4 |
739 | 2024-11-18T19:03:39.736Z | Downloaded deranged v0.3.11 |
740 | 2024-11-18T19:03:39.736Z | Downloaded tungstenite v0.24.0 |
741 | 2024-11-18T19:03:39.738Z | Downloaded siphasher v0.3.11 |
742 | 2024-11-18T19:03:39.742Z | Downloaded postcard v1.0.10 |
743 | 2024-11-18T19:03:39.744Z | Downloaded serde-big-array v0.5.1 |
744 | 2024-11-18T19:03:39.744Z | Downloaded crossterm v0.28.1 |
745 | 2024-11-18T19:03:39.750Z | Downloaded dhcproto-macros v0.1.0 |
746 | 2024-11-18T19:03:39.753Z | Downloaded toolchain_find v0.4.0 |
747 | 2024-11-18T19:03:39.754Z | Downloaded filetime v0.2.25 |
748 | 2024-11-18T19:03:39.757Z | Downloaded hickory-proto v0.24.1 |
749 | 2024-11-18T19:03:39.769Z | Downloaded number_prefix v0.4.0 |
750 | 2024-11-18T19:03:39.772Z | Downloaded num_threads v0.1.7 |
751 | 2024-11-18T19:03:39.772Z | Downloaded pin-project-lite v0.2.14 |
752 | 2024-11-18T19:03:39.777Z | Downloaded owo-colors v4.1.0 |
753 | 2024-11-18T19:03:39.779Z | Downloaded nanorand v0.7.0 |
754 | 2024-11-18T19:03:39.783Z | Downloaded snafu-derive v0.8.5 |
755 | 2024-11-18T19:03:39.786Z | Downloaded diesel_table_macro_syntax v0.2.0 |
756 | 2024-11-18T19:03:39.786Z | Downloaded tokio-postgres v0.7.12 |
757 | 2024-11-18T19:03:39.789Z | Downloaded sct v0.7.1 |
758 | 2024-11-18T19:03:39.793Z | Downloaded num-integer v0.1.46 |
759 | 2024-11-18T19:03:39.796Z | Downloaded num-derive v0.4.2 |
760 | 2024-11-18T19:03:39.799Z | Downloaded glob v0.3.1 |
761 | 2024-11-18T19:03:39.799Z | Downloaded newline-converter v0.3.0 |
762 | 2024-11-18T19:03:39.801Z | Downloaded twox-hash v1.6.3 |
763 | 2024-11-18T19:03:39.805Z | Downloaded aws-lc-rs v1.10.0 |
764 | 2024-11-18T19:03:39.810Z | Downloaded rustc_version v0.4.1 |
765 | 2024-11-18T19:03:39.814Z | Downloaded secrecy v0.8.0 |
766 | 2024-11-18T19:03:39.814Z | Downloaded r2d2 v0.8.10 |
767 | 2024-11-18T19:03:39.816Z | Downloaded ssh-encoding v0.2.0 |
768 | 2024-11-18T19:03:39.816Z | Downloaded schemars v0.8.21 |
769 | 2024-11-18T19:03:39.828Z | Downloaded foreign-types-macros v0.2.3 |
770 | 2024-11-18T19:03:39.830Z | Downloaded foreign-types v0.5.0 |
771 | 2024-11-18T19:03:39.830Z | Downloaded multimap v0.10.0 |
772 | 2024-11-18T19:03:39.833Z | Downloaded termios v0.3.3 |
773 | 2024-11-18T19:03:39.833Z | Downloaded smf v0.2.3 |
774 | 2024-11-18T19:03:39.838Z | Downloaded ed25519 v2.2.3 |
775 | 2024-11-18T19:03:39.838Z | Downloaded parking_lot v0.11.2 |
776 | 2024-11-18T19:03:39.841Z | Downloaded peg-runtime v0.8.3 |
777 | 2024-11-18T19:03:39.841Z | Downloaded num-conv v0.1.0 |
778 | 2024-11-18T19:03:39.841Z | Downloaded ron v0.7.1 |
779 | 2024-11-18T19:03:39.845Z | Downloaded strum v0.26.3 |
780 | 2024-11-18T19:03:39.849Z | Downloaded phf v0.11.2 |
781 | 2024-11-18T19:03:39.853Z | Downloaded rustls-pemfile v1.0.4 |
782 | 2024-11-18T19:03:39.853Z | Downloaded enum-as-inner v0.6.1 |
783 | 2024-11-18T19:03:39.853Z | Downloaded derive-where v1.2.7 |
784 | 2024-11-18T19:03:39.856Z | Downloaded pkcs1 v0.7.5 |
785 | 2024-11-18T19:03:39.858Z | Downloaded pkg-config v0.3.31 |
786 | 2024-11-18T19:03:39.861Z | Downloaded qorb v0.2.0 |
787 | 2024-11-18T19:03:39.865Z | Downloaded openssl-probe v0.1.5 |
788 | 2024-11-18T19:03:39.869Z | Downloaded publicsuffix v2.2.3 |
789 | 2024-11-18T19:03:39.872Z | Downloaded strum_macros v0.24.3 |
790 | 2024-11-18T19:03:39.872Z | Downloaded spin v0.9.8 |
791 | 2024-11-18T19:03:39.875Z | Downloaded rcgen v0.12.1 |
792 | 2024-11-18T19:03:39.877Z | Downloaded zerofrom v0.1.4 |
793 | 2024-11-18T19:03:39.880Z | Downloaded path-slash v0.1.5 |
794 | 2024-11-18T19:03:39.881Z | Downloaded topological-sort v0.2.2 |
795 | 2024-11-18T19:03:39.884Z | Downloaded poly1305 v0.8.0 |
796 | 2024-11-18T19:03:39.884Z | Downloaded salsa20 v0.10.2 |
797 | 2024-11-18T19:03:39.887Z | Downloaded oso v0.27.3 |
798 | 2024-11-18T19:03:39.890Z | Downloaded idna v1.0.3 |
799 | 2024-11-18T19:03:39.895Z | Downloaded p256 v0.13.2 |
800 | 2024-11-18T19:03:39.897Z | Downloaded zone v0.3.0 |
801 | 2024-11-18T19:03:39.898Z | Downloaded ecdsa v0.16.9 |
802 | 2024-11-18T19:03:39.900Z | Downloaded normalize-line-endings v0.3.0 |
803 | 2024-11-18T19:03:39.904Z | Downloaded nodrop v0.1.14 |
804 | 2024-11-18T19:03:39.904Z | Downloaded float-cmp v0.9.0 |
805 | 2024-11-18T19:03:39.904Z | Downloaded tracing v0.1.40 |
806 | 2024-11-18T19:03:39.907Z | Downloaded writeable v0.5.5 |
807 | 2024-11-18T19:03:39.910Z | Downloaded pem v3.0.4 |
808 | 2024-11-18T19:03:39.913Z | Downloaded nu-ansi-term v0.50.1 |
809 | 2024-11-18T19:03:39.916Z | Downloaded dhcproto v0.12.0 |
810 | 2024-11-18T19:03:39.919Z | Downloaded password-hash v0.4.2 |
811 | 2024-11-18T19:03:39.919Z | Downloaded snafu v0.8.5 |
812 | 2024-11-18T19:03:39.925Z | Downloaded zone_cfg_derive v0.3.0 |
813 | 2024-11-18T19:03:39.928Z | Downloaded libxml v0.3.3 |
814 | 2024-11-18T19:03:39.932Z | Downloaded serde_derive_internals v0.29.1 |
815 | 2024-11-18T19:03:39.935Z | Downloaded rand v0.8.5 |
816 | 2024-11-18T19:03:39.938Z | Downloaded paste v1.0.15 |
817 | 2024-11-18T19:03:39.941Z | Downloaded steno v0.4.1 |
818 | 2024-11-18T19:03:39.946Z | Downloaded either v1.13.0 |
819 | 2024-11-18T19:03:39.948Z | Downloaded headers v0.4.0 |
820 | 2024-11-18T19:03:39.952Z | Downloaded zerocopy v0.6.6 |
821 | 2024-11-18T19:03:39.955Z | Downloaded futures-executor v0.3.31 |
822 | 2024-11-18T19:03:39.958Z | Downloaded gethostname v0.5.0 |
823 | 2024-11-18T19:03:39.961Z | Downloaded num v0.4.3 |
824 | 2024-11-18T19:03:39.961Z | Downloaded diff v0.1.13 |
825 | 2024-11-18T19:03:39.964Z | Downloaded futures-task v0.3.31 |
826 | 2024-11-18T19:03:39.967Z | Downloaded typify v0.2.0 |
827 | 2024-11-18T19:03:39.970Z | Downloaded darling_macro v0.20.10 |
828 | 2024-11-18T19:03:39.970Z | Downloaded num-complex v0.4.6 |
829 | 2024-11-18T19:03:39.973Z | Downloaded rayon v1.10.0 |
830 | 2024-11-18T19:03:39.979Z | Downloaded sync_wrapper v1.0.1 |
831 | 2024-11-18T19:03:39.983Z | Downloaded foreign-types-shared v0.1.1 |
832 | 2024-11-18T19:03:39.983Z | Downloaded signature v2.2.0 |
833 | 2024-11-18T19:03:39.986Z | Downloaded slab v0.4.9 |
834 | 2024-11-18T19:03:39.986Z | Downloaded tokio-macros v2.4.0 |
835 | 2024-11-18T19:03:39.986Z | Downloaded itertools v0.12.1 |
836 | 2024-11-18T19:03:39.993Z | Downloaded zeroize_derive v1.4.2 |
837 | 2024-11-18T19:03:39.995Z | Downloaded zerofrom-derive v0.1.4 |
838 | 2024-11-18T19:03:39.999Z | Downloaded supports-color v3.0.1 |
839 | 2024-11-18T19:03:39.999Z | Downloaded strum_macros v0.25.3 |
840 | 2024-11-18T19:03:40.002Z | Downloaded unicode_categories v0.1.1 |
841 | 2024-11-18T19:03:40.002Z | Downloaded quick-error v1.2.3 |
842 | 2024-11-18T19:03:40.005Z | Downloaded toml v0.7.8 |
843 | 2024-11-18T19:03:40.008Z | Downloaded hashbrown v0.13.2 |
844 | 2024-11-18T19:03:40.010Z | Downloaded tiny-keccak v2.0.2 |
845 | 2024-11-18T19:03:40.013Z | Downloaded hyper v1.5.0 |
846 | 2024-11-18T19:03:40.020Z | Downloaded term v0.7.0 |
847 | 2024-11-18T19:03:40.023Z | Downloaded untrusted v0.7.1 |
848 | 2024-11-18T19:03:40.026Z | Downloaded displaydoc v0.2.5 |
849 | 2024-11-18T19:03:40.029Z | Downloaded openssl-macros v0.1.1 |
850 | 2024-11-18T19:03:40.029Z | Downloaded termcolor v1.4.1 |
851 | 2024-11-18T19:03:40.033Z | Downloaded proc-macro-crate v1.3.1 |
852 | 2024-11-18T19:03:40.033Z | Downloaded spin v0.5.2 |
853 | 2024-11-18T19:03:40.037Z | Downloaded smallvec v1.13.2 |
854 | 2024-11-18T19:03:40.037Z | Downloaded stringprep v0.1.5 |
855 | 2024-11-18T19:03:40.037Z | Downloaded rustfmt-wrapper v0.2.1 |
856 | 2024-11-18T19:03:40.040Z | Downloaded phf_shared v0.10.0 |
857 | 2024-11-18T19:03:40.040Z | Downloaded ghash v0.5.1 |
858 | 2024-11-18T19:03:40.040Z | Downloaded zopfli v0.8.1 |
859 | 2024-11-18T19:03:40.042Z | Downloaded num-bigint-dig v0.8.4 |
860 | 2024-11-18T19:03:40.047Z | Downloaded env_filter v0.1.2 |
861 | 2024-11-18T19:03:40.049Z | Downloaded embedded-io v0.4.0 |
862 | 2024-11-18T19:03:40.052Z | Downloaded structmeta-derive v0.3.0 |
863 | 2024-11-18T19:03:40.052Z | Downloaded flume v0.11.1 |
864 | 2024-11-18T19:03:40.056Z | Downloaded write16 v1.0.0 |
865 | 2024-11-18T19:03:40.059Z | Downloaded which v4.4.2 |
866 | 2024-11-18T19:03:40.059Z | Downloaded sync-ptr v0.1.1 |
867 | 2024-11-18T19:03:40.059Z | Downloaded tls_codec v0.4.1 |
868 | 2024-11-18T19:03:40.061Z | Downloaded pem-rfc7468 v0.7.0 |
869 | 2024-11-18T19:03:40.065Z | Downloaded itertools v0.13.0 |
870 | 2024-11-18T19:03:40.069Z | Downloaded unicase v2.7.0 |
871 | 2024-11-18T19:03:40.073Z | Downloaded env_logger v0.11.5 |
872 | 2024-11-18T19:03:40.075Z | Downloaded shlex v1.3.0 |
873 | 2024-11-18T19:03:40.076Z | Downloaded serde_path_to_error v0.1.16 |
874 | 2024-11-18T19:03:40.078Z | Downloaded shell-words v1.1.0 |
875 | 2024-11-18T19:03:40.078Z | Downloaded sha1 v0.10.6 |
876 | 2024-11-18T19:03:40.083Z | Downloaded newtype-uuid v1.1.3 |
877 | 2024-11-18T19:03:40.083Z | Downloaded ref-cast v1.0.23 |
878 | 2024-11-18T19:03:40.083Z | Downloaded primeorder v0.13.6 |
879 | 2024-11-18T19:03:40.105Z | Downloaded hkdf v0.12.4 |
880 | 2024-11-18T19:03:40.105Z | Downloaded futures-core v0.3.31 |
881 | 2024-11-18T19:03:40.105Z | Downloaded bindgen v0.69.5 |
882 | 2024-11-18T19:03:40.105Z | Downloaded resolv-conf v0.7.0 |
883 | 2024-11-18T19:03:40.105Z | Downloaded env_logger v0.10.2 |
884 | 2024-11-18T19:03:40.105Z | Downloaded progenitor v0.8.0 |
885 | 2024-11-18T19:03:40.108Z | Downloaded rfc6979 v0.4.0 |
886 | 2024-11-18T19:03:40.108Z | Downloaded getrandom v0.2.15 |
887 | 2024-11-18T19:03:40.108Z | Downloaded unarray v0.1.4 |
888 | 2024-11-18T19:03:40.108Z | Downloaded tokio-rustls v0.25.0 |
889 | 2024-11-18T19:03:40.131Z | Downloaded structmeta v0.3.0 |
890 | 2024-11-18T19:03:40.131Z | Downloaded group v0.13.0 |
891 | 2024-11-18T19:03:40.131Z | Downloaded mio v1.0.2 |
892 | 2024-11-18T19:03:40.131Z | Downloaded signal-hook-mio v0.2.4 |
893 | 2024-11-18T19:03:40.131Z | Downloaded fixedbitset v0.4.2 |
894 | 2024-11-18T19:03:40.131Z | Downloaded whoami v1.5.2 |
895 | 2024-11-18T19:03:40.131Z | Downloaded xattr v1.3.1 |
896 | 2024-11-18T19:03:40.131Z | Downloaded phf_shared v0.11.2 |
897 | 2024-11-18T19:03:40.132Z | Downloaded flate2 v1.0.34 |
898 | 2024-11-18T19:03:40.151Z | Downloaded globset v0.4.15 |
899 | 2024-11-18T19:03:40.154Z | Downloaded parse-zoneinfo v0.3.1 |
900 | 2024-11-18T19:03:40.154Z | Downloaded openssl-sys v0.9.104 |
901 | 2024-11-18T19:03:40.154Z | Downloaded postgres-types v0.2.8 |
902 | 2024-11-18T19:03:40.154Z | Downloaded vte v0.11.1 |
903 | 2024-11-18T19:03:40.154Z | Downloaded tough v0.19.0 |
904 | 2024-11-18T19:03:40.154Z | Downloaded vergen v8.3.2 |
905 | 2024-11-18T19:03:40.157Z | Downloaded ed25519-dalek v2.1.1 |
906 | 2024-11-18T19:03:40.160Z | Downloaded tls_codec_derive v0.4.1 |
907 | 2024-11-18T19:03:40.161Z | Downloaded futures-channel v0.3.31 |
908 | 2024-11-18T19:03:40.165Z | Downloaded diesel_derives v2.2.3 |
909 | 2024-11-18T19:03:40.168Z | Downloaded p521 v0.13.3 |
910 | 2024-11-18T19:03:40.175Z | Downloaded unicode-bidi v0.3.17 |
911 | 2024-11-18T19:03:40.175Z | Downloaded derive_more v0.99.18 |
912 | 2024-11-18T19:03:40.178Z | Downloaded zip v0.6.6 |
913 | 2024-11-18T19:03:40.188Z | Downloaded pin-project v1.1.6 |
914 | 2024-11-18T19:03:40.192Z | Downloaded hashbrown v0.14.5 |
915 | 2024-11-18T19:03:40.197Z | Downloaded typed-path v0.9.3 |
916 | 2024-11-18T19:03:40.216Z | Downloaded elliptic-curve v0.13.8 |
917 | 2024-11-18T19:03:40.216Z | Downloaded socket2 v0.5.7 |
918 | 2024-11-18T19:03:40.216Z | Downloaded polyval v0.6.2 |
919 | 2024-11-18T19:03:40.216Z | Downloaded quinn v0.11.5 |
920 | 2024-11-18T19:03:40.216Z | Downloaded toml_edit v0.19.15 |
921 | 2024-11-18T19:03:40.231Z | Downloaded signal-hook v0.3.17 |
922 | 2024-11-18T19:03:40.234Z | Downloaded rustyline v14.0.0 |
923 | 2024-11-18T19:03:40.239Z | Downloaded proptest v1.5.0 |
924 | 2024-11-18T19:03:40.252Z | Downloaded tokio-rustls v0.24.1 |
925 | 2024-11-18T19:03:40.252Z | Downloaded tar v0.4.43 |
926 | 2024-11-18T19:03:40.254Z | Downloaded rustls-webpki v0.101.7 |
927 | 2024-11-18T19:03:40.268Z | Downloaded omicron-zone-package v0.11.1 |
928 | 2024-11-18T19:03:40.271Z | Downloaded half v2.4.1 |
929 | 2024-11-18T19:03:40.274Z | Downloaded futures v0.3.31 |
930 | 2024-11-18T19:03:40.278Z | Downloaded serde_yaml v0.9.34+deprecated |
931 | 2024-11-18T19:03:40.282Z | Downloaded num-bigint v0.4.6 |
932 | 2024-11-18T19:03:40.287Z | Downloaded darling_core v0.20.10 |
933 | 2024-11-18T19:03:40.291Z | Downloaded zip v2.1.3 |
934 | 2024-11-18T19:03:40.296Z | Downloaded x509-cert v0.2.5 |
935 | 2024-11-18T19:03:40.302Z | Downloaded ssh-key v0.6.6 |
936 | 2024-11-18T19:03:40.309Z | Downloaded russh v0.45.0 |
937 | 2024-11-18T19:03:40.314Z | Downloaded zerovec v0.10.4 |
938 | 2024-11-18T19:03:40.320Z | Downloaded nom v7.1.3 |
939 | 2024-11-18T19:03:40.326Z | Downloaded icu_properties_data v1.5.0 |
940 | 2024-11-18T19:03:40.337Z | Downloaded rsa v0.9.6 |
941 | 2024-11-18T19:03:40.341Z | Downloaded h2 v0.4.6 |
942 | 2024-11-18T19:03:40.348Z | Downloaded petname v2.0.2 |
943 | 2024-11-18T19:03:40.354Z | Downloaded reedline v0.35.0 |
944 | 2024-11-18T19:03:40.361Z | Downloaded salty v0.3.0 |
945 | 2024-11-18T19:03:40.368Z | Downloaded openssl v0.10.68 |
946 | 2024-11-18T19:03:40.377Z | Downloaded rusqlite v0.32.1 |
947 | 2024-11-18T19:03:40.384Z | Downloaded rustls-webpki v0.102.8 |
948 | 2024-11-18T19:03:40.403Z | Downloaded hashbrown v0.12.3 |
949 | 2024-11-18T19:03:40.407Z | Downloaded regress v0.9.1 |
950 | 2024-11-18T19:03:40.415Z | Downloaded winnow v0.5.40 |
951 | 2024-11-18T19:03:40.424Z | Downloaded idna v0.5.0 |
952 | 2024-11-18T19:03:40.430Z | Downloaded trust-dns-proto v0.22.0 |
953 | 2024-11-18T19:03:40.443Z | Downloaded quick-xml v0.33.0 |
954 | 2024-11-18T19:03:40.449Z | Downloaded radix_trie v0.2.1 |
955 | 2024-11-18T19:03:40.454Z | Downloaded unicode-normalization v0.1.24 |
956 | 2024-11-18T19:03:40.458Z | Downloaded unicode-width v0.2.0 |
957 | 2024-11-18T19:03:40.465Z | Downloaded portable-atomic v1.9.0 |
958 | 2024-11-18T19:03:40.472Z | Downloaded vcpkg v0.2.15 |
959 | 2024-11-18T19:03:40.511Z | Downloaded bstr v1.10.0 |
960 | 2024-11-18T19:03:40.521Z | Downloaded idna v0.4.0 |
961 | 2024-11-18T19:03:40.528Z | Downloaded smoltcp v0.9.1 |
962 | 2024-11-18T19:03:40.539Z | Downloaded git2 v0.19.0 |
963 | 2024-11-18T19:03:40.548Z | Downloaded polar-core v0.27.3 |
964 | 2024-11-18T19:03:40.557Z | Downloaded openapiv3 v2.0.0 |
965 | 2024-11-18T19:03:40.570Z | Downloaded dropshot v0.12.0 |
966 | 2024-11-18T19:03:40.590Z | Downloaded rustls v0.21.12 |
967 | 2024-11-18T19:03:40.601Z | Downloaded gimli v0.31.1 |
968 | 2024-11-18T19:03:40.609Z | Downloaded smoltcp v0.11.0 |
969 | 2024-11-18T19:03:40.622Z | Downloaded nix v0.29.0 |
970 | 2024-11-18T19:03:40.636Z | Downloaded object v0.30.4 |
971 | 2024-11-18T19:03:40.645Z | Downloaded diesel v2.2.4 |
972 | 2024-11-18T19:03:40.663Z | Downloaded sled v0.34.7 |
973 | 2024-11-18T19:03:40.673Z | Downloaded dropshot v0.13.0 |
974 | 2024-11-18T19:03:40.694Z | Downloaded nix v0.28.0 |
975 | 2024-11-18T19:03:40.704Z | Downloaded regex-syntax v0.8.5 |
976 | 2024-11-18T19:03:40.713Z | Downloaded regress v0.10.1 |
977 | 2024-11-18T19:03:40.722Z | Downloaded ratatui v0.28.1 |
978 | 2024-11-18T19:03:40.742Z | Downloaded rustls v0.23.14 |
979 | 2024-11-18T19:03:40.754Z | Downloaded rustls v0.22.4 |
980 | 2024-11-18T19:03:40.767Z | Downloaded object v0.36.5 |
981 | 2024-11-18T19:03:40.779Z | Downloaded zerocopy-derive v0.6.6 |
982 | 2024-11-18T19:03:40.789Z | Downloaded regex-automata v0.4.8 |
983 | 2024-11-18T19:03:40.805Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
984 | 2024-11-18T19:03:40.818Z | Downloaded typify-impl v0.2.0 |
985 | 2024-11-18T19:03:40.833Z | Downloaded webpki-roots v0.26.6 |
986 | 2024-11-18T19:03:40.841Z | Downloaded regex-syntax v0.6.29 |
987 | 2024-11-18T19:03:40.844Z | Downloaded nix v0.27.1 |
988 | 2024-11-18T19:03:40.854Z | Downloaded chrono-tz v0.10.0 |
989 | 2024-11-18T19:03:40.861Z | Downloaded reqwest v0.12.9 |
990 | 2024-11-18T19:03:40.870Z | Downloaded idna v0.3.0 |
991 | 2024-11-18T19:03:40.876Z | Downloaded quinn-proto v0.11.8 |
992 | 2024-11-18T19:03:40.883Z | Downloaded p384 v0.13.0 |
993 | 2024-11-18T19:03:40.889Z | Downloaded lalrpop v0.19.12 |
994 | 2024-11-18T19:03:40.900Z | Downloaded idna v0.2.3 |
995 | 2024-11-18T19:03:40.908Z | Downloaded csv v1.3.0 |
996 | 2024-11-18T19:03:40.928Z | Downloaded regex v1.11.1 |
997 | 2024-11-18T19:03:40.939Z | Downloaded tokio v1.40.0 |
998 | 2024-11-18T19:03:40.976Z | Downloaded curve25519-dalek v4.1.3 |
999 | 2024-11-18T19:03:40.985Z | Downloaded lzma-sys v0.1.20 |
1000 | 2024-11-18T19:03:41.014Z | Downloaded sqlparser v0.45.0 |
1001 | 2024-11-18T19:03:41.019Z | Downloaded futures-util v0.3.31 |
1002 | 2024-11-18T19:03:41.030Z | Downloaded postgres-protocol v0.6.7 |
1003 | 2024-11-18T19:03:41.033Z | Downloaded tokio-native-tls v0.3.1 |
1004 | 2024-11-18T19:03:41.036Z | Downloaded chrono v0.4.38 |
1005 | 2024-11-18T19:03:41.041Z | Downloaded bitvec v1.0.1 |
1006 | 2024-11-18T19:03:41.055Z | Downloaded petgraph v0.6.5 |
1007 | 2024-11-18T19:03:41.073Z | Downloaded des v0.8.1 |
1008 | 2024-11-18T19:03:41.076Z | Downloaded url v2.5.3 |
1009 | 2024-11-18T19:03:41.078Z | Downloaded libz-sys v1.1.20 |
1010 | 2024-11-18T19:03:41.098Z | Downloaded sha3 v0.10.8 |
1011 | 2024-11-18T19:03:41.103Z | Downloaded peg-macros v0.8.4 |
1012 | 2024-11-18T19:03:41.106Z | Downloaded expectorate v1.1.0 |
1013 | 2024-11-18T19:03:41.109Z | Downloaded blake3 v1.5.4 |
1014 | 2024-11-18T19:03:41.115Z | Downloaded tracing-core v0.1.32 |
1015 | 2024-11-18T19:03:41.118Z | Downloaded libm v0.2.8 |
1016 | 2024-11-18T19:03:41.124Z | Downloaded password-hash v0.5.0 |
1017 | 2024-11-18T19:03:41.127Z | Downloaded ron v0.8.1 |
1018 | 2024-11-18T19:03:41.131Z | Downloaded phf_codegen v0.11.2 |
1019 | 2024-11-18T19:03:41.133Z | Downloaded peg v0.8.4 |
1020 | 2024-11-18T19:03:41.136Z | Downloaded percent-encoding v2.3.1 |
1021 | 2024-11-18T19:03:41.136Z | Downloaded native-tls v0.2.12 |
1022 | 2024-11-18T19:03:41.139Z | Downloaded tokio-stream v0.1.16 |
1023 | 2024-11-18T19:03:41.142Z | Downloaded vsss-rs v3.3.4 |
1024 | 2024-11-18T19:03:41.146Z | Downloaded diesel-dtrace v0.3.0 |
1025 | 2024-11-18T19:03:41.146Z | Downloaded serde_with v3.11.0 |
1026 | 2024-11-18T19:03:41.153Z | Downloaded wyz v0.5.1 |
1027 | 2024-11-18T19:03:41.156Z | Downloaded rustls-pemfile v2.2.0 |
1028 | 2024-11-18T19:03:41.159Z | Downloaded unsafe-libyaml v0.2.11 |
1029 | 2024-11-18T19:03:41.161Z | Downloaded rustversion v1.0.17 |
1030 | 2024-11-18T19:03:41.164Z | Downloaded rtoolbox v0.0.2 |
1031 | 2024-11-18T19:03:41.165Z | Downloaded time-macros v0.2.18 |
1032 | 2024-11-18T19:03:41.167Z | Downloaded tokio-util v0.7.12 |
1033 | 2024-11-18T19:03:41.175Z | Downloaded itertools v0.10.5 |
1034 | 2024-11-18T19:03:41.178Z | Downloaded minimal-lexical v0.2.1 |
1035 | 2024-11-18T19:03:41.182Z | Downloaded similar v2.6.0 |
1036 | 2024-11-18T19:03:41.187Z | Downloaded indicatif v0.17.9 |
1037 | 2024-11-18T19:03:41.199Z | Downloaded predicates v3.1.2 |
1038 | 2024-11-18T19:03:41.199Z | Downloaded miniz_oxide v0.8.0 |
1039 | 2024-11-18T19:03:41.200Z | Downloaded ff v0.13.0 |
1040 | 2024-11-18T19:03:41.200Z | Downloaded time v0.3.36 |
1041 | 2024-11-18T19:03:41.204Z | Downloaded rayon-core v1.12.1 |
1042 | 2024-11-18T19:03:41.207Z | Downloaded http v1.1.0 |
1043 | 2024-11-18T19:03:41.210Z | Downloaded pin-utils v0.1.0 |
1044 | 2024-11-18T19:03:41.213Z | Downloaded rusty-fork v0.3.0 |
1045 | 2024-11-18T19:03:41.213Z | Downloaded rand_xorshift v0.3.0 |
1046 | 2024-11-18T19:03:41.215Z | Downloaded dropshot_endpoint v0.13.0 |
1047 | 2024-11-18T19:03:41.218Z | Downloaded dropshot_endpoint v0.12.0 |
1048 | 2024-11-18T19:03:41.221Z | Downloaded data-encoding v2.6.0 |
1049 | 2024-11-18T19:03:41.221Z | Downloaded strum_macros v0.26.4 |
1050 | 2024-11-18T19:03:41.225Z | Downloaded tinyvec v1.8.0 |
1051 | 2024-11-18T19:03:41.225Z | Downloaded new_debug_unreachable v1.0.6 |
1052 | 2024-11-18T19:03:41.228Z | Downloaded float-ord v0.3.2 |
1053 | 2024-11-18T19:03:41.228Z | Downloaded universal-hash v0.5.1 |
1054 | 2024-11-18T19:03:41.228Z | Downloaded unicode-xid v0.2.6 |
1055 | 2024-11-18T19:03:41.231Z | Downloaded unicode-truncate v1.1.0 |
1056 | 2024-11-18T19:03:41.231Z | Downloaded sqlformat v0.2.6 |
1057 | 2024-11-18T19:03:41.231Z | Downloaded derive_builder v0.20.2 |
1058 | 2024-11-18T19:03:41.235Z | Downloaded uuid v1.11.0 |
1059 | 2024-11-18T19:03:41.238Z | Downloaded unicode-segmentation v1.12.0 |
1060 | 2024-11-18T19:03:41.241Z | Downloaded fd-lock v4.0.2 |
1061 | 2024-11-18T19:03:41.244Z | Downloaded num-rational v0.4.2 |
1062 | 2024-11-18T19:03:41.246Z | Downloaded icu_collections v1.5.0 |
1063 | 2024-11-18T19:03:41.251Z | Downloaded spki v0.7.3 |
1064 | 2024-11-18T19:03:41.254Z | Downloaded hashlink v0.9.1 |
1065 | 2024-11-18T19:03:41.257Z | Downloaded sqlparser_derive v0.2.2 |
1066 | 2024-11-18T19:03:41.257Z | Downloaded rustls-pki-types v1.9.0 |
1067 | 2024-11-18T19:03:41.260Z | Downloaded radium v0.7.0 |
1068 | 2024-11-18T19:03:41.260Z | Downloaded yoke v0.7.4 |
1069 | 2024-11-18T19:03:41.262Z | Downloaded yasna v0.5.2 |
1070 | 2024-11-18T19:03:41.262Z | Downloaded multer v3.1.0 |
1071 | 2024-11-18T19:03:41.265Z | Downloaded tap v1.0.1 |
1072 | 2024-11-18T19:03:41.268Z | Downloaded serde_with_macros v3.11.0 |
1073 | 2024-11-18T19:03:41.268Z | Downloaded base64 v0.21.7 |
1074 | 2024-11-18T19:03:41.271Z | Downloaded packed_struct v0.10.1 |
1075 | 2024-11-18T19:03:41.273Z | Downloaded num-iter v0.1.45 |
1076 | 2024-11-18T19:03:41.276Z | Downloaded futures-macro v0.3.31 |
1077 | 2024-11-18T19:03:41.276Z | Downloaded futures-io v0.3.31 |
1078 | 2024-11-18T19:03:41.276Z | Downloaded foldhash v0.1.3 |
1079 | 2024-11-18T19:03:41.278Z | Downloaded fs_extra v1.3.0 |
1080 | 2024-11-18T19:03:41.281Z | Downloaded parking_lot_core v0.9.10 |
1081 | 2024-11-18T19:03:41.284Z | Downloaded encoding_rs v0.8.34 |
1082 | 2024-11-18T19:03:41.304Z | Downloaded parking_lot_core v0.8.6 |
1083 | 2024-11-18T19:03:41.307Z | Downloaded der_derive v0.7.3 |
1084 | 2024-11-18T19:03:41.310Z | Downloaded quinn-udp v0.5.5 |
1085 | 2024-11-18T19:03:41.310Z | Downloaded crossbeam-channel v0.5.13 |
1086 | 2024-11-18T19:03:41.314Z | Downloaded zone v0.1.8 |
1087 | 2024-11-18T19:03:41.316Z | Downloaded slog-envlogger v2.2.0 |
1088 | 2024-11-18T19:03:41.316Z | Downloaded slog-dtrace v0.3.0 |
1089 | 2024-11-18T19:03:41.319Z | Downloaded string_cache v0.8.7 |
1090 | 2024-11-18T19:03:41.319Z | Downloaded static_assertions v1.1.0 |
1091 | 2024-11-18T19:03:41.322Z | Downloaded slog-async v2.8.0 |
1092 | 2024-11-18T19:03:41.322Z | Downloaded serde_repr v0.1.19 |
1093 | 2024-11-18T19:03:41.325Z | Downloaded serde_plain v1.0.2 |
1094 | 2024-11-18T19:03:41.325Z | Downloaded schemars_derive v0.8.21 |
1095 | 2024-11-18T19:03:41.329Z | Downloaded num_enum v0.5.11 |
1096 | 2024-11-18T19:03:41.332Z | Downloaded ppv-lite86 v0.2.20 |
1097 | 2024-11-18T19:03:41.332Z | Downloaded phf_generator v0.11.2 |
1098 | 2024-11-18T19:03:41.332Z | Downloaded parse-display v0.10.0 |
1099 | 2024-11-18T19:03:41.335Z | Downloaded slog-stdlog v4.1.1 |
1100 | 2024-11-18T19:03:41.335Z | Downloaded compact_str v0.8.0 |
1101 | 2024-11-18T19:03:41.338Z | Downloaded aes v0.8.4 |
1102 | 2024-11-18T19:03:41.341Z | Downloaded fallible-streaming-iterator v0.1.9 |
1103 | 2024-11-18T19:03:41.344Z | Downloaded defmt v0.3.8 |
1104 | 2024-11-18T19:03:41.347Z | Downloaded progenitor-impl v0.8.0 |
1105 | 2024-11-18T19:03:41.347Z | Downloaded zerovec-derive v0.10.3 |
1106 | 2024-11-18T19:03:41.350Z | Downloaded cc v1.1.30 |
1107 | 2024-11-18T19:03:41.353Z | Downloaded tokio-tungstenite v0.21.0 |
1108 | 2024-11-18T19:03:41.354Z | Downloaded russh-keys v0.45.0 |
1109 | 2024-11-18T19:03:41.357Z | Downloaded litemap v0.7.3 |
1110 | 2024-11-18T19:03:41.360Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1111 | 2024-11-18T19:03:41.414Z | Downloaded libloading v0.8.5 |
1112 | 2024-11-18T19:03:41.417Z | Downloaded stable_deref_trait v1.2.0 |
1113 | 2024-11-18T19:03:41.420Z | Downloaded embedded-io v0.6.1 |
1114 | 2024-11-18T19:03:41.420Z | Downloaded crc-any v2.5.0 |
1115 | 2024-11-18T19:03:41.423Z | Downloaded smallvec v0.6.14 |
1116 | 2024-11-18T19:03:41.423Z | Downloaded debug-ignore v1.0.5 |
1117 | 2024-11-18T19:03:41.423Z | Downloaded ipnet v2.10.1 |
1118 | 2024-11-18T19:03:41.426Z | Downloaded bytes v1.8.0 |
1119 | 2024-11-18T19:03:41.429Z | Downloaded idna_adapter v1.2.0 |
1120 | 2024-11-18T19:03:41.429Z | Downloaded cookie v0.18.1 |
1121 | 2024-11-18T19:03:41.431Z | Downloaded crossbeam-epoch v0.9.18 |
1122 | 2024-11-18T19:03:41.434Z | Downloaded console v0.15.8 |
1123 | 2024-11-18T19:03:41.436Z | Downloaded linear-map v1.2.0 |
1124 | 2024-11-18T19:03:41.439Z | Downloaded libsw v3.3.1 |
1125 | 2024-11-18T19:03:41.441Z | Downloaded kstat-rs v0.2.4 |
1126 | 2024-11-18T19:03:41.442Z | Downloaded strip-ansi-escapes v0.2.0 |
1127 | 2024-11-18T19:03:41.442Z | Downloaded const-oid v0.9.6 |
1128 | 2024-11-18T19:03:41.444Z | Downloaded base64 v0.13.1 |
1129 | 2024-11-18T19:03:41.449Z | Downloaded backtrace v0.3.74 |
1130 | 2024-11-18T19:03:41.452Z | Downloaded internet-checksum v0.2.1 |
1131 | 2024-11-18T19:03:41.452Z | Downloaded indent_write v2.2.0 |
1132 | 2024-11-18T19:03:41.455Z | Downloaded signal-hook-tokio v0.3.1 |
1133 | 2024-11-18T19:03:41.455Z | Downloaded signal-hook-registry v1.4.2 |
1134 | 2024-11-18T19:03:41.455Z | Downloaded serde-hex v0.1.0 |
1135 | 2024-11-18T19:03:41.458Z | Downloaded scheduled-thread-pool v0.2.7 |
1136 | 2024-11-18T19:03:41.458Z | Downloaded indoc v1.0.9 |
1137 | 2024-11-18T19:03:41.460Z | Downloaded rustc-hash v1.1.0 |
1138 | 2024-11-18T19:03:41.460Z | Downloaded managed v0.8.0 |
1139 | 2024-11-18T19:03:41.463Z | Downloaded lru-cache v0.1.2 |
1140 | 2024-11-18T19:03:41.463Z | Downloaded lru v0.12.5 |
1141 | 2024-11-18T19:03:41.466Z | Downloaded ident_case v1.0.1 |
1142 | 2024-11-18T19:03:41.466Z | Downloaded cobs v0.2.3 |
1143 | 2024-11-18T19:03:41.466Z | Downloaded ciborium-ll v0.2.2 |
1144 | 2024-11-18T19:03:41.469Z | Downloaded chrono-tz-build v0.4.0 |
1145 | 2024-11-18T19:03:41.469Z | Downloaded cexpr v0.6.0 |
1146 | 2024-11-18T19:03:41.471Z | Downloaded block-padding v0.3.3 |
1147 | 2024-11-18T19:03:41.473Z | Downloaded cfg_aliases v0.1.1 |
1148 | 2024-11-18T19:03:41.473Z | Downloaded hex-literal v0.4.1 |
1149 | 2024-11-18T19:03:41.473Z | Downloaded hex v0.4.3 |
1150 | 2024-11-18T19:03:41.475Z | Downloaded heck v0.3.3 |
1151 | 2024-11-18T19:03:41.475Z | Downloaded ciborium-io v0.2.2 |
1152 | 2024-11-18T19:03:41.475Z | Downloaded bb8 v0.8.5 |
1153 | 2024-11-18T19:03:41.475Z | Downloaded bit-set v0.5.3 |
1154 | 2024-11-18T19:03:41.478Z | Downloaded argon2 v0.5.3 |
1155 | 2024-11-18T19:03:41.592Z | Downloaded ring v0.17.8 |
1156 | 2024-11-18T19:03:41.854Z | Downloaded aws-lc-sys v0.22.0 |
1157 | 2024-11-18T19:03:42.174Z | Downloaded ring v0.16.20 |
1158 | 2024-11-18T19:03:42.257Z | Downloaded libsqlite3-sys v0.30.1 |
1159 | 2024-11-18T19:03:42.434Z | Compiling serde v1.0.215 |
1160 | 2024-11-18T19:03:42.437Z | Compiling lock_api v0.4.12 |
1161 | 2024-11-18T19:03:42.437Z | Compiling scopeguard v1.2.0 |
1162 | 2024-11-18T19:03:42.437Z | Compiling value-bag v1.9.0 |
1163 | 2024-11-18T19:03:42.437Z | Compiling typenum v1.17.0 |
1164 | 2024-11-18T19:03:42.437Z | Compiling generic-array v0.14.7 |
1165 | 2024-11-18T19:03:42.631Z | Compiling syn v2.0.87 |
1166 | 2024-11-18T19:03:42.644Z | Compiling getrandom v0.2.15 |
1167 | 2024-11-18T19:03:42.795Z | Compiling subtle v2.6.1 |
1168 | 2024-11-18T19:03:42.891Z | Compiling rand_core v0.6.4 |
1169 | 2024-11-18T19:03:43.096Z | Compiling log v0.4.22 |
1170 | 2024-11-18T19:03:43.148Z | Compiling shlex v1.3.0 |
1171 | 2024-11-18T19:03:43.167Z | Compiling jobserver v0.1.32 |
1172 | 2024-11-18T19:03:43.186Z | Compiling smallvec v1.13.2 |
1173 | 2024-11-18T19:03:43.464Z | Compiling const-oid v0.9.6 |
1174 | 2024-11-18T19:03:43.604Z | Compiling cc v1.1.30 |
1175 | 2024-11-18T19:03:43.712Z | Compiling spin v0.9.8 |
1176 | 2024-11-18T19:03:43.731Z | Compiling pin-project-lite v0.2.14 |
1177 | 2024-11-18T19:03:43.885Z | Compiling rustix v0.38.37 |
1178 | 2024-11-18T19:03:44.120Z | Compiling parking_lot_core v0.9.10 |
1179 | 2024-11-18T19:03:44.141Z | Compiling futures-core v0.3.31 |
1180 | 2024-11-18T19:03:44.276Z | Compiling signal-hook-registry v1.4.2 |
1181 | 2024-11-18T19:03:44.414Z | Compiling mio v1.0.2 |
1182 | 2024-11-18T19:03:44.856Z | Compiling aho-corasick v1.1.3 |
1183 | 2024-11-18T19:03:45.189Z | Compiling parking_lot v0.12.3 |
1184 | 2024-11-18T19:03:45.345Z | Compiling regex-syntax v0.8.5 |
1185 | 2024-11-18T19:03:45.450Z | Compiling cpufeatures v0.2.14 |
1186 | 2024-11-18T19:03:45.557Z | Compiling either v1.13.0 |
1187 | 2024-11-18T19:03:46.104Z | Compiling lazy_static v1.5.0 |
1188 | 2024-11-18T19:03:46.114Z | Compiling glob v0.3.1 |
1189 | 2024-11-18T19:03:46.114Z | Compiling stable_deref_trait v1.2.0 |
1190 | 2024-11-18T19:03:46.114Z | Compiling futures-sink v0.3.31 |
1191 | 2024-11-18T19:03:46.114Z | Compiling socket2 v0.5.7 |
1192 | 2024-11-18T19:03:46.168Z | Compiling slab v0.4.9 |
1193 | 2024-11-18T19:03:46.189Z | Compiling prettyplease v0.2.25 |
1194 | 2024-11-18T19:03:46.557Z | Compiling minimal-lexical v0.2.1 |
1195 | 2024-11-18T19:03:46.940Z | Compiling clang-sys v1.8.1 |
1196 | 2024-11-18T19:03:46.964Z | Compiling libloading v0.8.5 |
1197 | 2024-11-18T19:03:47.047Z | Compiling nom v7.1.3 |
1198 | 2024-11-18T19:03:47.099Z | Compiling serde_json v1.0.132 |
1199 | 2024-11-18T19:03:47.387Z | Compiling bindgen v0.69.5 |
1200 | 2024-11-18T19:03:47.409Z | Compiling home v0.5.9 |
1201 | 2024-11-18T19:03:47.721Z | Compiling futures-channel v0.3.31 |
1202 | 2024-11-18T19:03:48.155Z | Compiling itertools v0.12.1 |
1203 | 2024-11-18T19:03:48.207Z | Compiling foldhash v0.1.3 |
1204 | 2024-11-18T19:03:48.326Z | Compiling pin-utils v0.1.0 |
1205 | 2024-11-18T19:03:48.429Z | Compiling allocator-api2 v0.2.18 |
1206 | 2024-11-18T19:03:48.522Z | Compiling futures-task v0.3.31 |
1207 | 2024-11-18T19:03:48.871Z | Compiling futures-io v0.3.31 |
1208 | 2024-11-18T19:03:49.204Z | Compiling regex-automata v0.4.8 |
1209 | 2024-11-18T19:03:49.285Z | Compiling lazycell v1.3.0 |
1210 | 2024-11-18T19:03:49.461Z | Compiling rustc-hash v1.1.0 |
1211 | 2024-11-18T19:03:49.618Z | Compiling hashbrown v0.15.0 |
1212 | 2024-11-18T19:03:50.742Z | Compiling synstructure v0.13.1 |
1213 | 2024-11-18T19:03:50.902Z | Compiling cexpr v0.6.0 |
1214 | 2024-11-18T19:03:51.301Z | Compiling cmake v0.1.51 |
1215 | 2024-11-18T19:03:52.357Z | Compiling fs_extra v1.3.0 |
1216 | 2024-11-18T19:03:52.436Z | Compiling tinyvec_macros v0.1.1 |
1217 | 2024-11-18T19:03:52.461Z | Compiling dunce v1.0.5 |
1218 | 2024-11-18T19:03:52.535Z | Compiling libm v0.2.8 |
1219 | 2024-11-18T19:03:52.599Z | Compiling pkg-config v0.3.31 |
1220 | 2024-11-18T19:03:52.723Z | Compiling tinyvec v1.8.0 |
1221 | 2024-11-18T19:03:52.892Z | Compiling num-traits v0.2.19 |
1222 | 2024-11-18T19:03:53.404Z | Compiling ring v0.17.8 |
1223 | 2024-11-18T19:03:54.191Z | Compiling litemap v0.7.3 |
1224 | 2024-11-18T19:03:54.219Z | Compiling unicode-bidi v0.3.17 |
1225 | 2024-11-18T19:03:54.318Z | Compiling unicode-normalization v0.1.24 |
1226 | 2024-11-18T19:03:54.420Z | Compiling paste v1.0.15 |
1227 | 2024-11-18T19:03:54.597Z | Compiling base64ct v1.6.0 |
1228 | 2024-11-18T19:03:54.619Z | Compiling writeable v0.5.5 |
1229 | 2024-11-18T19:03:54.941Z | Compiling regex v1.11.1 |
1230 | 2024-11-18T19:03:55.177Z | Compiling pem-rfc7468 v0.7.0 |
1231 | 2024-11-18T19:03:55.628Z | Compiling flagset v0.4.6 |
1232 | 2024-11-18T19:03:55.819Z | Compiling aws-lc-rs v1.10.0 |
1233 | 2024-11-18T19:03:55.896Z | Compiling httparse v1.9.5 |
1234 | 2024-11-18T19:03:56.231Z | Compiling tracing-core v0.1.32 |
1235 | 2024-11-18T19:03:56.685Z | Compiling percent-encoding v2.3.1 |
1236 | 2024-11-18T19:03:57.015Z | Compiling crossbeam-utils v0.8.20 |
1237 | 2024-11-18T19:03:57.183Z | Compiling rustls-pki-types v1.9.0 |
1238 | 2024-11-18T19:03:57.514Z | Compiling icu_locid_transform_data v1.5.0 |
1239 | 2024-11-18T19:03:57.613Z | Compiling serde_derive v1.0.215 |
1240 | 2024-11-18T19:03:57.616Z | Compiling zeroize_derive v1.4.2 |
1241 | 2024-11-18T19:03:57.647Z | Compiling zerocopy-derive v0.7.35 |
1242 | 2024-11-18T19:03:58.205Z | Compiling tokio-macros v2.4.0 |
1243 | 2024-11-18T19:03:58.224Z | Compiling zerofrom-derive v0.1.4 |
1244 | 2024-11-18T19:03:59.184Z | Compiling zeroize v1.8.1 |
1245 | 2024-11-18T19:03:59.848Z | Compiling yoke-derive v0.7.4 |
1246 | 2024-11-18T19:03:59.891Z | Compiling zerocopy v0.7.35 |
1247 | 2024-11-18T19:03:59.978Z | Compiling thiserror-impl v1.0.69 |
1248 | 2024-11-18T19:04:01.050Z | Compiling crypto-common v0.1.6 |
1249 | 2024-11-18T19:04:01.279Z | Compiling block-buffer v0.10.4 |
1250 | 2024-11-18T19:04:01.502Z | Compiling digest v0.10.7 |
1251 | 2024-11-18T19:04:01.524Z | Compiling futures-macro v0.3.31 |
1252 | 2024-11-18T19:04:02.007Z | Compiling hmac v0.12.1 |
1253 | 2024-11-18T19:04:02.141Z | Compiling zerovec-derive v0.10.3 |
1254 | 2024-11-18T19:04:02.262Z | Compiling block-padding v0.3.3 |
1255 | 2024-11-18T19:04:02.367Z | Compiling zerofrom v0.1.4 |
1256 | 2024-11-18T19:04:02.510Z | Compiling displaydoc v0.2.5 |
1257 | 2024-11-18T19:04:02.597Z | Compiling inout v0.1.3 |
1258 | 2024-11-18T19:04:02.864Z | Compiling cipher v0.4.4 |
1259 | 2024-11-18T19:04:02.921Z | Compiling yoke v0.7.4 |
1260 | 2024-11-18T19:04:03.263Z | Compiling sha2 v0.10.8 |
1261 | 2024-11-18T19:04:03.322Z | Compiling thiserror v1.0.69 |
1262 | 2024-11-18T19:04:03.357Z | Compiling ppv-lite86 v0.2.20 |
1263 | 2024-11-18T19:04:03.425Z | Compiling futures-util v0.3.31 |
1264 | 2024-11-18T19:04:03.468Z | Compiling icu_provider_macros v1.5.0 |
1265 | 2024-11-18T19:04:04.207Z | Compiling der_derive v0.7.3 |
1266 | 2024-11-18T19:04:04.231Z | Compiling rand_chacha v0.3.1 |
1267 | 2024-11-18T19:04:04.641Z | Compiling tracing-attributes v0.1.27 |
1268 | 2024-11-18T19:04:04.876Z | Compiling zerovec v0.10.4 |
1269 | 2024-11-18T19:04:06.510Z | Compiling der v0.7.9 |
1270 | 2024-11-18T19:04:06.577Z | Compiling rand v0.8.5 |
1271 | 2024-11-18T19:04:06.699Z | Compiling tinystr v0.7.6 |
1272 | 2024-11-18T19:04:07.060Z | Compiling icu_collections v1.5.0 |
1273 | 2024-11-18T19:04:07.173Z | Compiling icu_locid v1.5.0 |
1274 | 2024-11-18T19:04:08.479Z | Compiling icu_provider v1.5.0 |
1275 | 2024-11-18T19:04:08.501Z | Compiling tracing v0.1.40 |
1276 | 2024-11-18T19:04:08.731Z | Compiling spki v0.7.3 |
1277 | 2024-11-18T19:04:09.068Z | Compiling pest v2.7.14 |
1278 | 2024-11-18T19:04:09.132Z | Compiling salsa20 v0.10.2 |
1279 | 2024-11-18T19:04:09.292Z | Compiling icu_locid_transform v1.5.0 |
1280 | 2024-11-18T19:04:09.373Z | Compiling pbkdf2 v0.12.2 |
1281 | 2024-11-18T19:04:09.436Z | Compiling num-conv v0.1.0 |
1282 | 2024-11-18T19:04:09.544Z | Compiling time-core v0.1.2 |
1283 | 2024-11-18T19:04:09.586Z | Compiling untrusted v0.9.0 |
1284 | 2024-11-18T19:04:09.649Z | Compiling vcpkg v0.2.15 |
1285 | 2024-11-18T19:04:09.718Z | Compiling icu_properties_data v1.5.0 |
1286 | 2024-11-18T19:04:09.738Z | Compiling mirai-annotations v1.12.0 |
1287 | 2024-11-18T19:04:09.765Z | Compiling powerfmt v0.2.0 |
1288 | 2024-11-18T19:04:09.933Z | Compiling untrusted v0.7.1 |
1289 | 2024-11-18T19:04:09.953Z | Compiling time-macros v0.2.18 |
1290 | 2024-11-18T19:04:10.124Z | Compiling deranged v0.3.11 |
1291 | 2024-11-18T19:04:10.144Z | Compiling scrypt v0.11.0 |
1292 | 2024-11-18T19:04:10.734Z | Compiling icu_properties v1.5.1 |
1293 | 2024-11-18T19:04:11.842Z | Compiling bitflags v2.6.0 |
1294 | 2024-11-18T19:04:11.845Z | Compiling bytes v1.8.0 |
1295 | 2024-11-18T19:04:12.122Z | Compiling indexmap v2.6.0 |
1296 | 2024-11-18T19:04:12.275Z | Compiling semver v1.0.23 |
1297 | 2024-11-18T19:04:13.057Z | Compiling tokio v1.40.0 |
1298 | 2024-11-18T19:04:13.208Z | Compiling http v1.1.0 |
1299 | 2024-11-18T19:04:13.330Z | Compiling rustc_version v0.4.1 |
1300 | 2024-11-18T19:04:13.639Z | Compiling openssl-sys v0.9.104 |
1301 | 2024-11-18T19:04:13.986Z | Compiling pest_meta v2.7.14 |
1302 | 2024-11-18T19:04:14.135Z | Compiling aes v0.8.4 |
1303 | 2024-11-18T19:04:14.775Z | Compiling cbc v0.1.2 |
1304 | 2024-11-18T19:04:15.439Z | Compiling scroll_derive v0.12.0 |
1305 | 2024-11-18T19:04:15.789Z | Compiling utf8_iter v1.0.4 |
1306 | 2024-11-18T19:04:15.891Z | Compiling atomic-waker v1.1.2 |
1307 | 2024-11-18T19:04:16.041Z | Compiling utf16_iter v1.0.5 |
1308 | 2024-11-18T19:04:16.093Z | Compiling num_threads v0.1.7 |
1309 | 2024-11-18T19:04:16.234Z | Compiling which v4.4.2 |
1310 | 2024-11-18T19:04:16.256Z | Compiling write16 v1.0.0 |
1311 | 2024-11-18T19:04:16.335Z | Compiling icu_normalizer_data v1.5.0 |
1312 | 2024-11-18T19:04:16.388Z | Compiling time v0.3.36 |
1313 | 2024-11-18T19:04:16.446Z | Compiling icu_normalizer v1.5.0 |
1314 | 2024-11-18T19:04:16.930Z | Compiling scroll v0.12.0 |
1315 | 2024-11-18T19:04:17.038Z | Compiling pest_generator v2.7.14 |
1316 | 2024-11-18T19:04:17.496Z | Compiling pkcs5 v0.7.1 |
1317 | 2024-11-18T19:04:17.676Z | Compiling http-body v1.0.1 |
1318 | 2024-11-18T19:04:18.110Z | Compiling form_urlencoded v1.2.1 |
1319 | 2024-11-18T19:04:18.457Z | Compiling try-lock v0.2.5 |
1320 | 2024-11-18T19:04:18.512Z | Compiling slog v2.7.0 |
1321 | 2024-11-18T19:04:18.638Z | Compiling want v0.3.1 |
1322 | 2024-11-18T19:04:18.696Z | Compiling goblin v0.8.2 |
1323 | 2024-11-18T19:04:18.935Z | Compiling pkcs8 v0.10.2 |
1324 | 2024-11-18T19:04:19.142Z | Compiling idna_adapter v1.2.0 |
1325 | 2024-11-18T19:04:19.229Z | Compiling httpdate v1.0.3 |
1326 | 2024-11-18T19:04:19.250Z | Compiling pest_derive v2.7.14 |
1327 | 2024-11-18T19:04:19.364Z | Compiling idna v1.0.3 |
1328 | 2024-11-18T19:04:19.714Z | Compiling toml_datetime v0.6.8 |
1329 | 2024-11-18T19:04:20.017Z | Compiling dtrace-parser v0.2.0 |
1330 | 2024-11-18T19:04:20.267Z | Compiling serde_tokenstream v0.2.2 |
1331 | 2024-11-18T19:04:20.516Z | Compiling uuid v1.11.0 |
1332 | 2024-11-18T19:04:20.905Z | Compiling serde_spanned v0.6.8 |
1333 | 2024-11-18T19:04:21.151Z | Compiling foreign-types-shared v0.1.1 |
1334 | 2024-11-18T19:04:21.269Z | Compiling base64 v0.22.1 |
1335 | 2024-11-18T19:04:21.272Z | Compiling iana-time-zone v0.1.61 |
1336 | 2024-11-18T19:04:21.751Z | Compiling tokio-util v0.7.12 |
1337 | 2024-11-18T19:04:21.798Z | Compiling match_cfg v0.1.0 |
1338 | 2024-11-18T19:04:21.900Z | Compiling tower-service v0.3.3 |
1339 | 2024-11-18T19:04:22.002Z | Compiling adler2 v2.0.0 |
1340 | 2024-11-18T19:04:22.033Z | Compiling openssl v0.10.68 |
1341 | 2024-11-18T19:04:22.053Z | Compiling rustversion v1.0.17 |
1342 | 2024-11-18T19:04:22.214Z | Compiling miniz_oxide v0.8.0 |
1343 | 2024-11-18T19:04:22.265Z | Compiling hostname v0.3.1 |
1344 | 2024-11-18T19:04:22.483Z | Compiling chrono v0.4.38 |
1345 | 2024-11-18T19:04:22.540Z | Compiling foreign-types v0.3.2 |
1346 | 2024-11-18T19:04:22.644Z | Compiling url v2.5.3 |
1347 | 2024-11-18T19:04:22.824Z | Compiling h2 v0.4.6 |
1348 | 2024-11-18T19:04:23.775Z | Compiling async-trait v0.1.83 |
1349 | 2024-11-18T19:04:24.725Z | Compiling dof v0.3.0 |
1350 | 2024-11-18T19:04:24.764Z | Compiling openssl-macros v0.1.1 |
1351 | 2024-11-18T19:04:25.557Z | Compiling usdt-impl v0.5.0 |
1352 | 2024-11-18T19:04:26.483Z | Compiling dirs-sys-next v0.1.2 |
1353 | 2024-11-18T19:04:26.618Z | Compiling rustls v0.22.4 |
1354 | 2024-11-18T19:04:26.889Z | Compiling siphasher v0.3.11 |
1355 | 2024-11-18T19:04:27.016Z | Compiling syn v1.0.109 |
1356 | 2024-11-18T19:04:27.170Z | Compiling data-encoding v2.6.0 |
1357 | 2024-11-18T19:04:27.190Z | Compiling native-tls v0.2.12 |
1358 | 2024-11-18T19:04:27.270Z | Compiling rustls v0.23.14 |
1359 | 2024-11-18T19:04:27.567Z | Compiling dirs-next v2.0.0 |
1360 | 2024-11-18T19:04:27.764Z | Compiling http-body-util v0.1.2 |
1361 | 2024-11-18T19:04:28.330Z | Compiling crossbeam-epoch v0.9.18 |
1362 | 2024-11-18T19:04:29.041Z | Compiling heapless v0.7.17 |
1363 | 2024-11-18T19:04:29.168Z | Compiling signature v2.2.0 |
1364 | 2024-11-18T19:04:29.191Z | Compiling sha1 v0.10.6 |
1365 | 2024-11-18T19:04:29.420Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1366 | 2024-11-18T19:04:29.464Z | Compiling serde_derive_internals v0.29.1 |
1367 | 2024-11-18T19:04:29.484Z | Compiling thread_local v1.1.8 |
1368 | 2024-11-18T19:04:29.613Z | Compiling multer v3.1.0 |
1369 | 2024-11-18T19:04:29.634Z | Compiling cookie v0.18.1 |
1370 | 2024-11-18T19:04:29.887Z | Compiling encoding_rs v0.8.34 |
1371 | 2024-11-18T19:04:29.910Z | Compiling unicode-properties v0.1.3 |
1372 | 2024-11-18T19:04:29.910Z | Compiling ipnet v2.10.1 |
1373 | 2024-11-18T19:04:30.030Z | Compiling hyper v1.5.0 |
1374 | 2024-11-18T19:04:30.329Z | Compiling slog-async v2.8.0 |
1375 | 2024-11-18T19:04:30.871Z | Compiling schemars v0.8.21 |
1376 | 2024-11-18T19:04:31.221Z | Compiling gimli v0.31.1 |
1377 | 2024-11-18T19:04:31.239Z | Compiling openssl-probe v0.1.5 |
1378 | 2024-11-18T19:04:31.624Z | Compiling rayon-core v1.12.1 |
1379 | 2024-11-18T19:04:31.906Z | Compiling mime v0.3.17 |
1380 | 2024-11-18T19:04:32.286Z | Compiling signal-hook v0.3.17 |
1381 | 2024-11-18T19:04:32.535Z | Compiling hyper-util v0.1.10 |
1382 | 2024-11-18T19:04:32.587Z | Compiling schemars_derive v0.8.21 |
1383 | 2024-11-18T19:04:34.508Z | Compiling toml_edit v0.22.22 |
1384 | 2024-11-18T19:04:34.535Z | Compiling stringprep v0.1.5 |
1385 | 2024-11-18T19:04:35.757Z | Compiling addr2line v0.24.2 |
1386 | 2024-11-18T19:04:35.978Z | Compiling usdt-attr-macro v0.5.0 |
1387 | 2024-11-18T19:04:36.046Z | Compiling usdt-macro v0.5.0 |
1388 | 2024-11-18T19:04:36.070Z | Compiling crossbeam-deque v0.8.5 |
1389 | 2024-11-18T19:04:36.471Z | Compiling term v0.7.0 |
1390 | 2024-11-18T19:04:36.493Z | Compiling slog-json v2.6.1 |
1391 | 2024-11-18T19:04:36.516Z | Compiling serde_urlencoded v0.7.1 |
1392 | 2024-11-18T19:04:36.868Z | Compiling crossbeam-channel v0.5.13 |
1393 | 2024-11-18T19:04:37.054Z | Compiling curve25519-dalek v4.1.3 |
1394 | 2024-11-18T19:04:37.584Z | Compiling enum-as-inner v0.6.1 |
1395 | 2024-11-18T19:04:37.668Z | Compiling futures-executor v0.3.31 |
1396 | 2024-11-18T19:04:37.688Z | Compiling md-5 v0.10.6 |
1397 | 2024-11-18T19:04:37.910Z | Compiling rustls-pemfile v2.2.0 |
1398 | 2024-11-18T19:04:37.962Z | Compiling async-stream-impl v0.3.6 |
1399 | 2024-11-18T19:04:38.021Z | Compiling num-integer v0.1.46 |
1400 | 2024-11-18T19:04:38.244Z | Compiling idna v0.3.0 |
1401 | 2024-11-18T19:04:38.264Z | Compiling idna v0.4.0 |
1402 | 2024-11-18T19:04:38.652Z | Compiling hash32 v0.2.1 |
1403 | 2024-11-18T19:04:38.886Z | Compiling ff v0.13.0 |
1404 | 2024-11-18T19:04:39.065Z | Compiling is-terminal v0.4.13 |
1405 | 2024-11-18T19:04:39.131Z | Compiling object v0.36.5 |
1406 | 2024-11-18T19:04:39.197Z | Compiling dropshot v0.12.0 |
1407 | 2024-11-18T19:04:39.406Z | Compiling quick-error v1.2.3 |
1408 | 2024-11-18T19:04:39.485Z | Compiling smoltcp v0.9.1 |
1409 | 2024-11-18T19:04:39.561Z | Compiling anyhow v1.0.93 |
1410 | 2024-11-18T19:04:40.037Z | Compiling take_mut v0.2.2 |
1411 | 2024-11-18T19:04:40.080Z | Compiling num-bigint-dig v0.8.4 |
1412 | 2024-11-18T19:04:40.191Z | Compiling portable-atomic v1.9.0 |
1413 | 2024-11-18T19:04:40.213Z | Compiling base16ct v0.2.0 |
1414 | 2024-11-18T19:04:40.213Z | Compiling psl-types v2.0.11 |
1415 | 2024-11-18T19:04:40.349Z | Compiling rustc-demangle v0.1.24 |
1416 | 2024-11-18T19:04:40.422Z | Compiling linked-hash-map v0.5.6 |
1417 | 2024-11-18T19:04:40.543Z | Compiling dyn-clone v1.0.17 |
1418 | 2024-11-18T19:04:40.766Z | Compiling fallible-iterator v0.2.0 |
1419 | 2024-11-18T19:04:40.811Z | Compiling utf-8 v0.7.6 |
1420 | 2024-11-18T19:04:41.148Z | Compiling tungstenite v0.24.0 |
1421 | 2024-11-18T19:04:41.352Z | Compiling lru-cache v0.1.2 |
1422 | 2024-11-18T19:04:41.483Z | Compiling postgres-protocol v0.6.7 |
1423 | 2024-11-18T19:04:41.550Z | Compiling sec1 v0.7.3 |
1424 | 2024-11-18T19:04:42.146Z | Compiling publicsuffix v2.2.3 |
1425 | 2024-11-18T19:04:42.881Z | Compiling resolv-conf v0.7.0 |
1426 | 2024-11-18T19:04:43.148Z | Compiling async-stream v0.3.6 |
1427 | 2024-11-18T19:04:43.471Z | Compiling hickory-proto v0.24.1 |
1428 | 2024-11-18T19:04:43.474Z | Compiling slog-term v2.9.1 |
1429 | 2024-11-18T19:04:43.698Z | Compiling group v0.13.0 |
1430 | 2024-11-18T19:04:44.048Z | Compiling usdt v0.5.0 |
1431 | 2024-11-18T19:04:44.578Z | Compiling num-iter v0.1.45 |
1432 | 2024-11-18T19:04:44.781Z | Compiling futures v0.3.31 |
1433 | 2024-11-18T19:04:44.862Z | Compiling toml v0.8.19 |
1434 | 2024-11-18T19:04:45.027Z | Compiling slog-bunyan v2.5.0 |
1435 | 2024-11-18T19:04:46.556Z | Compiling backtrace v0.3.74 |
1436 | 2024-11-18T19:04:46.637Z | Compiling camino v1.1.9 |
1437 | 2024-11-18T19:04:46.724Z | Compiling tokio-native-tls v0.3.1 |
1438 | 2024-11-18T19:04:47.065Z | Compiling phf_shared v0.11.2 |
1439 | 2024-11-18T19:04:47.338Z | Compiling dropshot_endpoint v0.12.0 |
1440 | 2024-11-18T19:04:47.469Z | Compiling terminal_size v0.4.0 |
1441 | 2024-11-18T19:04:47.598Z | Compiling waitgroup v0.1.2 |
1442 | 2024-11-18T19:04:47.698Z | Compiling openapiv3 v2.0.0 |
1443 | 2024-11-18T19:04:47.826Z | Compiling serde_path_to_error v0.1.16 |
1444 | 2024-11-18T19:04:48.054Z | Compiling hkdf v0.12.4 |
1445 | 2024-11-18T19:04:48.327Z | Compiling crypto-bigint v0.5.5 |
1446 | 2024-11-18T19:04:48.742Z | Compiling webpki-roots v0.26.6 |
1447 | 2024-11-18T19:04:48.964Z | Compiling zerocopy-derive v0.6.6 |
1448 | 2024-11-18T19:04:50.364Z | Compiling curve25519-dalek-derive v0.1.1 |
1449 | 2024-11-18T19:04:51.220Z | Compiling hubpack_derive v0.1.1 |
1450 | 2024-11-18T19:04:51.325Z | Compiling idna v0.5.0 |
1451 | 2024-11-18T19:04:51.919Z | Compiling hostname v0.4.0 |
1452 | 2024-11-18T19:04:52.101Z | Compiling crc32fast v1.4.2 |
1453 | 2024-11-18T19:04:52.132Z | Compiling ahash v0.8.11 |
1454 | 2024-11-18T19:04:52.192Z | Compiling fs-err v2.11.0 |
1455 | 2024-11-18T19:04:52.329Z | Compiling managed v0.8.0 |
1456 | 2024-11-18T19:04:52.466Z | Compiling winnow v0.5.40 |
1457 | 2024-11-18T19:04:52.487Z | Compiling debug-ignore v1.0.5 |
1458 | 2024-11-18T19:04:52.487Z | Compiling bitflags v1.3.2 |
1459 | 2024-11-18T19:04:52.624Z | Compiling clap_builder v4.5.21 |
1460 | 2024-11-18T19:04:52.865Z | Compiling strum_macros v0.25.3 |
1461 | 2024-11-18T19:04:53.007Z | Compiling console v0.15.8 |
1462 | 2024-11-18T19:04:54.447Z | Compiling flate2 v1.0.34 |
1463 | 2024-11-18T19:04:54.696Z | Compiling cookie_store v0.21.0 |
1464 | 2024-11-18T19:04:54.717Z | Compiling hubpack v0.1.2 |
1465 | 2024-11-18T19:04:55.194Z | Compiling elliptic-curve v0.13.8 |
1466 | 2024-11-18T19:04:55.466Z | Compiling zerocopy v0.6.6 |
1467 | 2024-11-18T19:04:56.079Z | Compiling hickory-resolver v0.24.1 |
1468 | 2024-11-18T19:04:56.356Z | Compiling toml_edit v0.19.15 |
1469 | 2024-11-18T19:04:56.383Z | Compiling signal-hook-mio v0.2.4 |
1470 | 2024-11-18T19:04:56.508Z | Compiling phf v0.11.2 |
1471 | 2024-11-18T19:04:56.814Z | Compiling hyper-tls v0.6.0 |
1472 | 2024-11-18T19:04:57.219Z | Compiling rayon v1.10.0 |
1473 | 2024-11-18T19:04:57.273Z | Compiling bzip2 v0.4.4 |
1474 | 2024-11-18T19:04:57.679Z | Compiling postgres-types v0.2.8 |
1475 | 2024-11-18T19:04:59.347Z | Compiling tokio-tungstenite v0.24.0 |
1476 | 2024-11-18T19:05:01.366Z | Compiling ed25519 v2.2.3 |
1477 | 2024-11-18T19:05:02.238Z | Compiling phf_shared v0.10.0 |
1478 | 2024-11-18T19:05:02.262Z | Compiling tokio-stream v0.1.16 |
1479 | 2024-11-18T19:05:02.651Z | Compiling pkcs1 v0.7.5 |
1480 | 2024-11-18T19:05:03.132Z | Compiling serde-big-array v0.5.1 |
1481 | 2024-11-18T19:05:03.329Z | Compiling clap_derive v4.5.18 |
1482 | 2024-11-18T19:05:03.373Z | Compiling rfc6979 v0.4.0 |
1483 | 2024-11-18T19:05:03.392Z | Compiling serde_repr v0.1.19 |
1484 | 2024-11-18T19:05:03.395Z | Compiling derive-where v1.2.7 |
1485 | 2024-11-18T19:05:03.586Z | Compiling float-cmp v0.9.0 |
1486 | 2024-11-18T19:05:03.700Z | Compiling bstr v1.10.0 |
1487 | 2024-11-18T19:05:03.833Z | Compiling sync_wrapper v1.0.1 |
1488 | 2024-11-18T19:05:03.996Z | Compiling fixedbitset v0.4.2 |
1489 | 2024-11-18T19:05:04.487Z | Compiling bit-vec v0.6.3 |
1490 | 2024-11-18T19:05:04.631Z | Compiling predicates-core v1.0.8 |
1491 | 2024-11-18T19:05:04.658Z | Compiling number_prefix v0.4.0 |
1492 | 2024-11-18T19:05:04.898Z | Compiling normalize-line-endings v0.3.0 |
1493 | 2024-11-18T19:05:04.949Z | Compiling unicode-width v0.2.0 |
1494 | 2024-11-18T19:05:05.002Z | Compiling unicode-segmentation v1.12.0 |
1495 | 2024-11-18T19:05:05.037Z | Compiling new_debug_unreachable v1.0.6 |
1496 | 2024-11-18T19:05:05.136Z | Compiling whoami v1.5.2 |
1497 | 2024-11-18T19:05:05.496Z | Compiling difflib v0.4.0 |
1498 | 2024-11-18T19:05:05.499Z | Compiling precomputed-hash v0.1.1 |
1499 | 2024-11-18T19:05:05.622Z | Compiling static_assertions v1.1.0 |
1500 | 2024-11-18T19:05:05.732Z | Compiling similar v2.6.0 |
1501 | 2024-11-18T19:05:05.776Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1502 | 2024-11-18T19:05:05.898Z | Compiling string_cache v0.8.7 |
1503 | 2024-11-18T19:05:06.409Z | Compiling predicates v3.1.2 |
1504 | 2024-11-18T19:05:07.089Z | Compiling tokio-postgres v0.7.12 |
1505 | 2024-11-18T19:05:07.236Z | Compiling indicatif v0.17.9 |
1506 | 2024-11-18T19:05:08.167Z | Compiling bit-set v0.5.3 |
1507 | 2024-11-18T19:05:08.298Z | Compiling petgraph v0.6.5 |
1508 | 2024-11-18T19:05:08.457Z | Compiling ecdsa v0.16.9 |
1509 | 2024-11-18T19:05:08.669Z | Compiling clap v4.5.21 |
1510 | 2024-11-18T19:05:08.807Z | Compiling rsa v0.9.6 |
1511 | 2024-11-18T19:05:09.359Z | Compiling ed25519-dalek v2.1.1 |
1512 | 2024-11-18T19:05:09.614Z | Compiling toml v0.7.8 |
1513 | 2024-11-18T19:05:10.728Z | Compiling zip v0.6.6 |
1514 | 2024-11-18T19:05:11.370Z | Compiling crossterm v0.28.1 |
1515 | 2024-11-18T19:05:12.620Z | Compiling hex v0.4.3 |
1516 | 2024-11-18T19:05:12.715Z | Compiling x509-cert v0.2.5 |
1517 | 2024-11-18T19:05:13.039Z | Compiling itertools v0.10.5 |
1518 | 2024-11-18T19:05:13.063Z | Compiling peg-runtime v0.8.3 |
1519 | 2024-11-18T19:05:13.115Z | Compiling unicode-xid v0.2.6 |
1520 | 2024-11-18T19:05:13.247Z | Compiling lalrpop-util v0.19.12 |
1521 | 2024-11-18T19:05:13.291Z | Compiling strum_macros v0.26.4 |
1522 | 2024-11-18T19:05:13.629Z | Compiling xattr v1.3.1 |
1523 | 2024-11-18T19:05:13.775Z | Compiling filetime v0.2.25 |
1524 | 2024-11-18T19:05:14.110Z | Compiling tar v0.4.43 |
1525 | 2024-11-18T19:05:18.665Z | Compiling strum v0.26.3 |
1526 | 2024-11-18T19:05:21.499Z | Compiling aws-lc-sys v0.22.0 |
1527 | 2024-11-18T19:05:56.808Z | Compiling rustls-webpki v0.102.8 |
1528 | 2024-11-18T19:06:00.314Z | Compiling tokio-rustls v0.25.0 |
1529 | 2024-11-18T19:06:02.022Z | Compiling tokio-rustls v0.26.0 |
1530 | 2024-11-18T19:06:02.393Z | Compiling hyper-rustls v0.27.3 |
1531 | 2024-11-18T19:06:02.726Z | Compiling reqwest v0.12.9 |
1532 | 2024-11-18T19:06:03.997Z | Compiling qorb v0.2.0 |
1533 | 2024-11-18T19:06:09.028Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1534 | 2024-11-18T19:06:09.270Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1535 | 2024-11-18T19:06:15.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
1536 | 2024-11-18T19:06:15.494Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1537 | 2024-11-18T19:06:15.555Z | Nov 18 19:06:14.410 INFO Starting download, target: Console |
1538 | 2024-11-18T19:06:15.555Z | Nov 18 19:06:14.411 INFO Starting download, target: DendriteOpenapi |
1539 | 2024-11-18T19:06:15.560Z | Nov 18 19:06:14.411 INFO Starting download, target: Cockroach |
1540 | 2024-11-18T19:06:15.560Z | Nov 18 19:06:14.411 INFO Starting download, target: DendriteStub |
1541 | 2024-11-18T19:06:15.560Z | Nov 18 19:06:14.411 INFO Starting download, target: Clickhouse |
1542 | 2024-11-18T19:06:15.560Z | Nov 18 19:06:14.411 INFO Starting download, target: MaghemiteMgd |
1543 | 2024-11-18T19:06:15.560Z | Nov 18 19:06:14.411 INFO Starting download, target: TransceiverControl |
1544 | 2024-11-18T19:06:15.560Z | Nov 18 19:06:14.411 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi |
1545 | 2024-11-18T19:06:15.561Z | Nov 18 19:06:14.411 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1546 | 2024-11-18T19:06:15.561Z | Nov 18 19:06:14.411 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1547 | 2024-11-18T19:06:15.561Z | Nov 18 19:06:14.411 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1548 | 2024-11-18T19:06:15.561Z | Nov 18 19:06:14.411 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1549 | 2024-11-18T19:06:15.561Z | Nov 18 19:06:14.411 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1550 | 2024-11-18T19:06:15.561Z | Nov 18 19:06:14.411 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1551 | 2024-11-18T19:06:15.787Z | Nov 18 19:06:14.642 INFO Download complete, target: DendriteOpenapi |
1552 | 2024-11-18T19:06:16.014Z | Nov 18 19:06:14.865 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1553 | 2024-11-18T19:06:16.218Z | Nov 18 19:06:15.076 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1554 | 2024-11-18T19:06:16.380Z | Nov 18 19:06:15.240 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1555 | 2024-11-18T19:06:16.522Z | Nov 18 19:06:15.380 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1556 | 2024-11-18T19:06:16.556Z | Nov 18 19:06:15.417 INFO Download complete, target: Console |
1557 | 2024-11-18T19:06:16.694Z | Nov 18 19:06:15.555 INFO Download complete, target: TransceiverControl |
1558 | 2024-11-18T19:06:17.139Z | Nov 18 19:06:16.001 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1559 | 2024-11-18T19:06:17.139Z | Nov 18 19:06:16.001 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1560 | 2024-11-18T19:06:17.788Z | Nov 18 19:06:16.650 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1561 | 2024-11-18T19:06:19.125Z | Nov 18 19:06:17.986 INFO Download complete, target: DendriteStub |
1562 | 2024-11-18T19:06:19.412Z | Nov 18 19:06:18.273 INFO Download complete, target: MaghemiteMgd |
1563 | 2024-11-18T19:06:24.392Z | Nov 18 19:06:23.251 INFO Checking that binary works, target: Cockroach |
1564 | 2024-11-18T19:06:24.560Z | Nov 18 19:06:23.420 INFO Download complete, target: Cockroach |
1565 | 2024-11-18T19:06:29.959Z | Nov 18 19:06:28.817 INFO Checking that binary works, target: Clickhouse |
1566 | 2024-11-18T19:06:30.464Z | Nov 18 19:06:29.322 INFO Download complete, target: Clickhouse |
1567 | 2024-11-18T19:06:30.625Z | All builder prerequisites installed successfully, and PATH looks valid |
1568 | 2024-11-18T19:06:30.628Z | |
1569 | 2024-11-18T19:06:30.628Z | real 5:30.652888260 |
1570 | 2024-11-18T19:06:30.628Z | user 16:48.811435350 |
1571 | 2024-11-18T19:06:30.628Z | sys 3:16.700299794 |
1572 | 2024-11-18T19:06:30.628Z | trap 0.590719576 |
1573 | 2024-11-18T19:06:30.628Z | tflt 7.415934591 |
1574 | 2024-11-18T19:06:30.628Z | dflt 8.315351260 |
1575 | 2024-11-18T19:06:30.628Z | kflt 0.539413545 |
1576 | 2024-11-18T19:06:30.628Z | lock 30:30.475645122 |
1577 | 2024-11-18T19:06:30.628Z | slp 1:05:25.209385253 |
1578 | 2024-11-18T19:06:30.628Z | lat 55.384750265 |
1579 | 2024-11-18T19:06:30.628Z | stop 2:14.206477343 |
1580 | 2024-11-18T19:06:30.628Z | + banner hack-check |
1581 | 2024-11-18T19:06:30.631Z | |
1582 | 2024-11-18T19:06:30.631Z | # # ## #### # # #### # # ###### #### # # |
1583 | 2024-11-18T19:06:30.631Z | # # # # # # # # # # # # # # # # # |
1584 | 2024-11-18T19:06:30.631Z | ###### # # # #### ##### # ###### ##### # #### |
1585 | 2024-11-18T19:06:30.631Z | # # ###### # # # # # # # # # # |
1586 | 2024-11-18T19:06:30.631Z | # # # # # # # # # # # # # # # # # |
1587 | 2024-11-18T19:06:30.631Z | # # # # #### # # #### # # ###### #### # # |
1588 | 2024-11-18T19:06:30.631Z | |
1589 | 2024-11-18T19:06:30.631Z | + export CARGO_INCREMENTAL=0 |
1590 | 2024-11-18T19:06:30.631Z | + CARGO_INCREMENTAL=0 |
1591 | 2024-11-18T19:06:30.631Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1592 | 2024-11-18T19:06:31.154Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1593 | 2024-11-18T19:06:34.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
1594 | 2024-11-18T19:06:34.845Z | Running `target/debug/xtask check-features --ci` |
1595 | 2024-11-18T19:06:34.867Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1596 | 2024-11-18T19:06:34.867Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1597 | 2024-11-18T19:06:35.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1598 | 2024-11-18T19:06:35.342Z | Running `target/debug/xtask download cargo-hack` |
1599 | 2024-11-18T19:06:36.184Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1600 | 2024-11-18T19:06:36.555Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1601 | 2024-11-18T19:06:41.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s |
1602 | 2024-11-18T19:06:41.914Z | Running `target/debug/xtask-downloader cargo-hack` |
1603 | 2024-11-18T19:06:41.955Z | Nov 18 19:06:40.809 INFO Starting download, target: CargoHack |
1604 | 2024-11-18T19:06:41.957Z | Nov 18 19:06:40.810 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1605 | 2024-11-18T19:06:42.546Z | Nov 18 19:06:41.401 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1606 | 2024-11-18T19:06:42.634Z | Nov 18 19:06:41.489 INFO Download complete, target: CargoHack |
1607 | 2024-11-18T19:06:42.638Z | 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" |
1608 | 2024-11-18T19:06:42.656Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1609 | 2024-11-18T19:06:42.834Z | info: running `cargo check --bins` on api_identity (1/171) |
1610 | 2024-11-18T19:06:43.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1611 | 2024-11-18T19:06:43.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1612 | 2024-11-18T19:06:43.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1613 | 2024-11-18T19:06:43.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1614 | 2024-11-18T19:06:43.449Z | |
1615 | 2024-11-18T19:06:43.449Z | info: running `cargo check --bins` on bootstore (2/171) |
1616 | 2024-11-18T19:06:44.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1617 | 2024-11-18T19:06:44.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1618 | 2024-11-18T19:06:44.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1619 | 2024-11-18T19:06:44.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1620 | 2024-11-18T19:06:44.095Z | |
1621 | 2024-11-18T19:06:44.095Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/171) |
1622 | 2024-11-18T19:06:44.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1623 | 2024-11-18T19:06:44.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1624 | 2024-11-18T19:06:44.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1625 | 2024-11-18T19:06:44.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1626 | 2024-11-18T19:06:44.722Z | |
1627 | 2024-11-18T19:06:44.722Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/171) |
1628 | 2024-11-18T19:06:45.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1629 | 2024-11-18T19:06:45.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1630 | 2024-11-18T19:06:45.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1631 | 2024-11-18T19:06:45.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1632 | 2024-11-18T19:06:45.353Z | |
1633 | 2024-11-18T19:06:45.353Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/171) |
1634 | 2024-11-18T19:06:45.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1635 | 2024-11-18T19:06:45.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1636 | 2024-11-18T19:06:45.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1637 | 2024-11-18T19:06:45.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1638 | 2024-11-18T19:06:45.780Z | |
1639 | 2024-11-18T19:06:45.780Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/171) |
1640 | 2024-11-18T19:06:46.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1641 | 2024-11-18T19:06:46.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1642 | 2024-11-18T19:06:46.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1643 | 2024-11-18T19:06:46.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1644 | 2024-11-18T19:06:46.204Z | |
1645 | 2024-11-18T19:06:46.204Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/171) |
1646 | 2024-11-18T19:06:46.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1647 | 2024-11-18T19:06:46.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1648 | 2024-11-18T19:06:46.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1649 | 2024-11-18T19:06:46.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1650 | 2024-11-18T19:06:46.623Z | |
1651 | 2024-11-18T19:06:46.623Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/171) |
1652 | 2024-11-18T19:06:47.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1653 | 2024-11-18T19:06:47.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1654 | 2024-11-18T19:06:47.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1655 | 2024-11-18T19:06:47.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1656 | 2024-11-18T19:06:47.056Z | |
1657 | 2024-11-18T19:06:47.056Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/171) |
1658 | 2024-11-18T19:06:47.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1659 | 2024-11-18T19:06:47.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1660 | 2024-11-18T19:06:47.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1661 | 2024-11-18T19:06:47.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1662 | 2024-11-18T19:06:47.488Z | |
1663 | 2024-11-18T19:06:47.488Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/171) |
1664 | 2024-11-18T19:06:47.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1665 | 2024-11-18T19:06:47.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1666 | 2024-11-18T19:06:47.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1667 | 2024-11-18T19:06:47.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1668 | 2024-11-18T19:06:47.914Z | |
1669 | 2024-11-18T19:06:47.914Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/171) |
1670 | 2024-11-18T19:06:48.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1671 | 2024-11-18T19:06:48.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1672 | 2024-11-18T19:06:48.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1673 | 2024-11-18T19:06:48.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1674 | 2024-11-18T19:06:48.340Z | |
1675 | 2024-11-18T19:06:48.341Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/171) |
1676 | 2024-11-18T19:06:48.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1677 | 2024-11-18T19:06:48.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1678 | 2024-11-18T19:06:48.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1679 | 2024-11-18T19:06:48.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1680 | 2024-11-18T19:06:48.769Z | |
1681 | 2024-11-18T19:06:48.769Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/171) |
1682 | 2024-11-18T19:06:49.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2024-11-18T19:06:49.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2024-11-18T19:06:49.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2024-11-18T19:06:49.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1686 | 2024-11-18T19:06:49.205Z | |
1687 | 2024-11-18T19:06:49.205Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/171) |
1688 | 2024-11-18T19:06:49.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2024-11-18T19:06:49.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2024-11-18T19:06:49.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2024-11-18T19:06:49.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1692 | 2024-11-18T19:06:49.621Z | |
1693 | 2024-11-18T19:06:49.621Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/171) |
1694 | 2024-11-18T19:06:49.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2024-11-18T19:06:49.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2024-11-18T19:06:49.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2024-11-18T19:06:50.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1698 | 2024-11-18T19:06:50.039Z | |
1699 | 2024-11-18T19:06:50.039Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/171) |
1700 | 2024-11-18T19:06:50.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2024-11-18T19:06:50.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2024-11-18T19:06:50.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2024-11-18T19:06:50.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1704 | 2024-11-18T19:06:50.460Z | |
1705 | 2024-11-18T19:06:50.460Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/171) |
1706 | 2024-11-18T19:06:50.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1707 | 2024-11-18T19:06:50.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1708 | 2024-11-18T19:06:50.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1709 | 2024-11-18T19:06:50.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1710 | 2024-11-18T19:06:50.879Z | |
1711 | 2024-11-18T19:06:50.879Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/171) |
1712 | 2024-11-18T19:06:51.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2024-11-18T19:06:51.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2024-11-18T19:06:51.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2024-11-18T19:06:51.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1716 | 2024-11-18T19:06:51.312Z | |
1717 | 2024-11-18T19:06:51.312Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/171) |
1718 | 2024-11-18T19:06:51.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2024-11-18T19:06:51.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2024-11-18T19:06:51.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1721 | 2024-11-18T19:06:51.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1722 | 2024-11-18T19:06:51.739Z | |
1723 | 2024-11-18T19:06:51.739Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/171) |
1724 | 2024-11-18T19:06:52.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2024-11-18T19:06:52.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2024-11-18T19:06:52.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1727 | 2024-11-18T19:06:52.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1728 | 2024-11-18T19:06:52.165Z | |
1729 | 2024-11-18T19:06:52.165Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/171) |
1730 | 2024-11-18T19:06:52.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1731 | 2024-11-18T19:06:52.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1732 | 2024-11-18T19:06:52.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1733 | 2024-11-18T19:06:52.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1734 | 2024-11-18T19:06:52.597Z | |
1735 | 2024-11-18T19:06:52.597Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/171) |
1736 | 2024-11-18T19:06:52.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1737 | 2024-11-18T19:06:52.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1738 | 2024-11-18T19:06:52.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1739 | 2024-11-18T19:06:52.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1740 | 2024-11-18T19:06:53.033Z | |
1741 | 2024-11-18T19:06:53.033Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/171) |
1742 | 2024-11-18T19:06:53.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1743 | 2024-11-18T19:06:53.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1744 | 2024-11-18T19:06:53.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1745 | 2024-11-18T19:06:53.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1746 | 2024-11-18T19:06:53.468Z | |
1747 | 2024-11-18T19:06:53.468Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/171) |
1748 | 2024-11-18T19:06:53.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1749 | 2024-11-18T19:06:53.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1750 | 2024-11-18T19:06:53.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1751 | 2024-11-18T19:06:53.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1752 | 2024-11-18T19:06:53.890Z | |
1753 | 2024-11-18T19:06:53.890Z | info: running `cargo check --bins` on sled-hardware-types (25/171) |
1754 | 2024-11-18T19:06:54.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1755 | 2024-11-18T19:06:54.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1756 | 2024-11-18T19:06:54.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1757 | 2024-11-18T19:06:54.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1758 | 2024-11-18T19:06:54.533Z | |
1759 | 2024-11-18T19:06:54.533Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/171) |
1760 | 2024-11-18T19:06:55.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1761 | 2024-11-18T19:06:55.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1762 | 2024-11-18T19:06:55.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1763 | 2024-11-18T19:06:55.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1764 | 2024-11-18T19:06:55.179Z | |
1765 | 2024-11-18T19:06:55.179Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/171) |
1766 | 2024-11-18T19:06:55.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2024-11-18T19:06:55.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2024-11-18T19:06:55.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2024-11-18T19:06:55.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1770 | 2024-11-18T19:06:55.830Z | |
1771 | 2024-11-18T19:06:55.830Z | info: running `cargo check --bins` on oxlog (28/171) |
1772 | 2024-11-18T19:06:56.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2024-11-18T19:06:56.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2024-11-18T19:06:56.453Z | Checking cfg-if v1.0.0 |
1775 | 2024-11-18T19:06:56.456Z | Checking libc v0.2.162 |
1776 | 2024-11-18T19:06:56.562Z | Checking serde v1.0.215 |
1777 | 2024-11-18T19:06:56.564Z | Checking zeroize v1.8.1 |
1778 | 2024-11-18T19:06:56.581Z | Checking memchr v2.7.4 |
1779 | 2024-11-18T19:06:56.583Z | Checking typenum v1.17.0 |
1780 | 2024-11-18T19:06:56.607Z | Checking scopeguard v1.2.0 |
1781 | 2024-11-18T19:06:56.610Z | Checking subtle v2.6.1 |
1782 | 2024-11-18T19:06:56.635Z | Checking value-bag v1.9.0 |
1783 | 2024-11-18T19:06:56.750Z | Checking lock_api v0.4.12 |
1784 | 2024-11-18T19:06:56.802Z | Checking smallvec v1.13.2 |
1785 | 2024-11-18T19:06:56.888Z | Checking const-oid v0.9.6 |
1786 | 2024-11-18T19:06:57.038Z | Checking log v0.4.22 |
1787 | 2024-11-18T19:06:57.144Z | Checking itoa v1.0.11 |
1788 | 2024-11-18T19:06:57.213Z | Checking pin-project-lite v0.2.14 |
1789 | 2024-11-18T19:06:57.332Z | Checking byteorder v1.5.0 |
1790 | 2024-11-18T19:06:57.377Z | Checking futures-core v0.3.31 |
1791 | 2024-11-18T19:06:57.463Z | Checking once_cell v1.20.2 |
1792 | 2024-11-18T19:06:57.564Z | Checking cpufeatures v0.2.14 |
1793 | 2024-11-18T19:06:57.580Z | Checking futures-sink v0.3.31 |
1794 | 2024-11-18T19:06:57.658Z | Checking stable_deref_trait v1.2.0 |
1795 | 2024-11-18T19:06:57.715Z | Checking spin v0.9.8 |
1796 | 2024-11-18T19:06:57.733Z | Checking getrandom v0.2.15 |
1797 | 2024-11-18T19:06:57.749Z | Checking signal-hook-registry v1.4.2 |
1798 | 2024-11-18T19:06:57.763Z | Checking parking_lot_core v0.9.10 |
1799 | 2024-11-18T19:06:57.805Z | Checking mio v1.0.2 |
1800 | 2024-11-18T19:06:57.927Z | Checking generic-array v0.14.7 |
1801 | 2024-11-18T19:06:57.961Z | Checking rand_core v0.6.4 |
1802 | 2024-11-18T19:06:57.984Z | Checking socket2 v0.5.7 |
1803 | 2024-11-18T19:06:58.055Z | Checking zerocopy v0.7.35 |
1804 | 2024-11-18T19:06:58.116Z | Checking parking_lot v0.12.3 |
1805 | 2024-11-18T19:06:58.263Z | Checking slab v0.4.9 |
1806 | 2024-11-18T19:06:58.427Z | Checking zerofrom v0.1.4 |
1807 | 2024-11-18T19:06:58.470Z | Checking futures-channel v0.3.31 |
1808 | 2024-11-18T19:06:58.488Z | Checking futures-task v0.3.31 |
1809 | 2024-11-18T19:06:58.522Z | Checking allocator-api2 v0.2.18 |
1810 | 2024-11-18T19:06:58.643Z | Checking yoke v0.7.4 |
1811 | 2024-11-18T19:06:58.719Z | Checking equivalent v1.0.1 |
1812 | 2024-11-18T19:06:58.772Z | Checking futures-io v0.3.31 |
1813 | 2024-11-18T19:06:58.818Z | Checking pin-utils v0.1.0 |
1814 | 2024-11-18T19:06:58.833Z | Checking foldhash v0.1.3 |
1815 | 2024-11-18T19:06:58.909Z | Checking ryu v1.0.18 |
1816 | 2024-11-18T19:06:58.960Z | Checking futures-util v0.3.31 |
1817 | 2024-11-18T19:06:58.993Z | Checking zerovec v0.10.4 |
1818 | 2024-11-18T19:06:59.029Z | Checking tinyvec_macros v0.1.1 |
1819 | 2024-11-18T19:06:59.115Z | Checking tinyvec v1.8.0 |
1820 | 2024-11-18T19:06:59.135Z | Checking fnv v1.0.7 |
1821 | 2024-11-18T19:06:59.150Z | Checking crypto-common v0.1.6 |
1822 | 2024-11-18T19:06:59.182Z | Checking block-buffer v0.10.4 |
1823 | 2024-11-18T19:06:59.255Z | Checking hashbrown v0.15.0 |
1824 | 2024-11-18T19:06:59.324Z | Checking block-padding v0.3.3 |
1825 | 2024-11-18T19:06:59.409Z | Checking digest v0.10.7 |
1826 | 2024-11-18T19:06:59.509Z | Checking libm v0.2.8 |
1827 | 2024-11-18T19:06:59.537Z | Checking inout v0.1.3 |
1828 | 2024-11-18T19:06:59.790Z | Checking cipher v0.4.4 |
1829 | 2024-11-18T19:06:59.816Z | Checking hmac v0.12.1 |
1830 | 2024-11-18T19:07:00.040Z | Checking sha2 v0.10.8 |
1831 | 2024-11-18T19:07:00.198Z | Checking litemap v0.7.3 |
1832 | 2024-11-18T19:07:00.434Z | Checking writeable v0.5.5 |
1833 | 2024-11-18T19:07:00.474Z | Checking unicode-bidi v0.3.17 |
1834 | 2024-11-18T19:07:00.490Z | Checking unicode-normalization v0.1.24 |
1835 | 2024-11-18T19:07:00.544Z | Checking base64ct v1.6.0 |
1836 | 2024-11-18T19:07:00.649Z | Checking tinystr v0.7.6 |
1837 | 2024-11-18T19:07:00.665Z | Checking num-traits v0.2.19 |
1838 | 2024-11-18T19:07:00.752Z | Checking ppv-lite86 v0.2.20 |
1839 | 2024-11-18T19:07:00.993Z | Checking pem-rfc7468 v0.7.0 |
1840 | 2024-11-18T19:07:01.036Z | Checking icu_locid v1.5.0 |
1841 | 2024-11-18T19:07:01.074Z | Checking flagset v0.4.6 |
1842 | 2024-11-18T19:07:01.263Z | Checking tracing-core v0.1.32 |
1843 | 2024-11-18T19:07:01.279Z | Checking der v0.7.9 |
1844 | 2024-11-18T19:07:01.432Z | Checking thiserror v1.0.69 |
1845 | 2024-11-18T19:07:01.541Z | Checking rand_chacha v0.3.1 |
1846 | 2024-11-18T19:07:01.564Z | Checking icu_locid_transform_data v1.5.0 |
1847 | 2024-11-18T19:07:01.638Z | Checking bytes v1.8.0 |
1848 | 2024-11-18T19:07:01.660Z | Checking indexmap v2.6.0 |
1849 | 2024-11-18T19:07:01.919Z | Checking serde_json v1.0.132 |
1850 | 2024-11-18T19:07:01.936Z | Checking bitflags v2.6.0 |
1851 | 2024-11-18T19:07:02.083Z | Checking icu_provider v1.5.0 |
1852 | 2024-11-18T19:07:02.236Z | Checking rustls-pki-types v1.9.0 |
1853 | 2024-11-18T19:07:02.391Z | Checking percent-encoding v2.3.1 |
1854 | 2024-11-18T19:07:02.482Z | Checking tokio v1.40.0 |
1855 | 2024-11-18T19:07:02.627Z | Checking http v1.1.0 |
1856 | 2024-11-18T19:07:02.779Z | Checking icu_locid_transform v1.5.0 |
1857 | 2024-11-18T19:07:02.818Z | Checking rand v0.8.5 |
1858 | 2024-11-18T19:07:02.992Z | Checking tracing v0.1.40 |
1859 | 2024-11-18T19:07:03.162Z | Checking spki v0.7.3 |
1860 | 2024-11-18T19:07:03.352Z | Checking icu_collections v1.5.0 |
1861 | 2024-11-18T19:07:03.453Z | Checking salsa20 v0.10.2 |
1862 | 2024-11-18T19:07:03.653Z | Checking pbkdf2 v0.12.2 |
1863 | 2024-11-18T19:07:03.670Z | Checking aws-lc-sys v0.22.0 |
1864 | 2024-11-18T19:07:03.799Z | Checking httparse v1.9.5 |
1865 | 2024-11-18T19:07:03.814Z | Checking untrusted v0.7.1 |
1866 | 2024-11-18T19:07:03.977Z | Checking untrusted v0.9.0 |
1867 | 2024-11-18T19:07:04.035Z | Checking mirai-annotations v1.12.0 |
1868 | 2024-11-18T19:07:04.052Z | Checking powerfmt v0.2.0 |
1869 | 2024-11-18T19:07:04.097Z | Checking icu_properties_data v1.5.0 |
1870 | 2024-11-18T19:07:04.128Z | Checking ring v0.17.8 |
1871 | 2024-11-18T19:07:04.145Z | Checking scrypt v0.11.0 |
1872 | 2024-11-18T19:07:04.209Z | Checking cbc v0.1.2 |
1873 | 2024-11-18T19:07:04.225Z | Checking aes v0.8.4 |
1874 | 2024-11-18T19:07:04.301Z | Checking deranged v0.3.11 |
1875 | 2024-11-18T19:07:04.348Z | Checking icu_properties v1.5.1 |
1876 | 2024-11-18T19:07:04.363Z | Checking crossbeam-utils v0.8.20 |
1877 | 2024-11-18T19:07:04.404Z | Checking num_threads v0.1.7 |
1878 | 2024-11-18T19:07:04.526Z | Checking num-conv v0.1.0 |
1879 | 2024-11-18T19:07:04.788Z | Checking utf8_iter v1.0.4 |
1880 | 2024-11-18T19:07:04.999Z | Checking write16 v1.0.0 |
1881 | 2024-11-18T19:07:05.108Z | Checking time-core v0.1.2 |
1882 | 2024-11-18T19:07:05.127Z | Checking utf16_iter v1.0.5 |
1883 | 2024-11-18T19:07:05.141Z | Checking atomic-waker v1.1.2 |
1884 | 2024-11-18T19:07:05.259Z | Checking icu_normalizer_data v1.5.0 |
1885 | 2024-11-18T19:07:05.277Z | Checking pkcs5 v0.7.1 |
1886 | 2024-11-18T19:07:05.298Z | Checking http-body v1.0.1 |
1887 | 2024-11-18T19:07:05.357Z | Checking form_urlencoded v1.2.1 |
1888 | 2024-11-18T19:07:05.501Z | Checking try-lock v0.2.5 |
1889 | 2024-11-18T19:07:05.571Z | Checking httpdate v1.0.3 |
1890 | 2024-11-18T19:07:05.640Z | Checking want v0.3.1 |
1891 | 2024-11-18T19:07:05.802Z | Checking pkcs8 v0.10.2 |
1892 | 2024-11-18T19:07:05.817Z | Checking unicode-ident v1.0.13 |
1893 | 2024-11-18T19:07:05.835Z | Checking toml_datetime v0.6.8 |
1894 | 2024-11-18T19:07:05.980Z | Checking proc-macro2 v1.0.89 |
1895 | 2024-11-18T19:07:06.002Z | Checking serde_spanned v0.6.8 |
1896 | 2024-11-18T19:07:06.087Z | Checking time v0.3.36 |
1897 | 2024-11-18T19:07:06.104Z | Checking uuid v1.11.0 |
1898 | 2024-11-18T19:07:06.122Z | Checking slog v2.7.0 |
1899 | 2024-11-18T19:07:06.187Z | Checking scroll v0.12.0 |
1900 | 2024-11-18T19:07:06.307Z | Checking aws-lc-rs v1.10.0 |
1901 | 2024-11-18T19:07:06.608Z | Checking adler2 v2.0.0 |
1902 | 2024-11-18T19:07:06.662Z | Checking ucd-trie v0.1.7 |
1903 | 2024-11-18T19:07:06.681Z | Checking plain v0.2.3 |
1904 | 2024-11-18T19:07:06.726Z | Checking iana-time-zone v0.1.61 |
1905 | 2024-11-18T19:07:06.761Z | Checking base64 v0.22.1 |
1906 | 2024-11-18T19:07:06.815Z | Checking tower-service v0.3.3 |
1907 | 2024-11-18T19:07:06.872Z | Checking foreign-types-shared v0.1.1 |
1908 | 2024-11-18T19:07:06.875Z | Checking match_cfg v0.1.0 |
1909 | 2024-11-18T19:07:06.939Z | Checking chrono v0.4.38 |
1910 | 2024-11-18T19:07:06.967Z | Checking foreign-types v0.3.2 |
1911 | 2024-11-18T19:07:06.971Z | Checking hostname v0.3.1 |
1912 | 2024-11-18T19:07:07.059Z | Checking pest v2.7.14 |
1913 | 2024-11-18T19:07:07.110Z | Checking goblin v0.8.2 |
1914 | 2024-11-18T19:07:07.257Z | Checking miniz_oxide v0.8.0 |
1915 | 2024-11-18T19:07:07.702Z | Checking icu_normalizer v1.5.0 |
1916 | 2024-11-18T19:07:08.091Z | Checking quote v1.0.37 |
1917 | 2024-11-18T19:07:08.194Z | Checking rustls-webpki v0.102.8 |
1918 | 2024-11-18T19:07:08.430Z | Checking openssl-sys v0.9.104 |
1919 | 2024-11-18T19:07:08.513Z | Checking idna_adapter v1.2.0 |
1920 | 2024-11-18T19:07:08.699Z | Checking errno v0.3.9 |
1921 | 2024-11-18T19:07:08.735Z | Checking idna v1.0.3 |
1922 | 2024-11-18T19:07:08.873Z | Checking dirs-sys-next v0.1.2 |
1923 | 2024-11-18T19:07:09.020Z | Checking aho-corasick v1.1.3 |
1924 | 2024-11-18T19:07:09.070Z | Checking data-encoding v2.6.0 |
1925 | 2024-11-18T19:07:09.158Z | Checking pretty-hex v0.4.1 |
1926 | 2024-11-18T19:07:09.229Z | Checking url v2.5.3 |
1927 | 2024-11-18T19:07:09.324Z | Checking siphasher v0.3.11 |
1928 | 2024-11-18T19:07:09.539Z | Checking regex-syntax v0.8.5 |
1929 | 2024-11-18T19:07:09.624Z | Checking dtrace-parser v0.2.0 |
1930 | 2024-11-18T19:07:09.730Z | Checking openssl v0.10.68 |
1931 | 2024-11-18T19:07:09.750Z | Checking dirs-next v2.0.0 |
1932 | 2024-11-18T19:07:09.881Z | Checking rustix v0.38.37 |
1933 | 2024-11-18T19:07:09.948Z | Checking tokio-util v0.7.12 |
1934 | 2024-11-18T19:07:10.056Z | Checking syn v2.0.87 |
1935 | 2024-11-18T19:07:10.088Z | Checking http-body-util v0.1.2 |
1936 | 2024-11-18T19:07:10.569Z | Checking crossbeam-epoch v0.9.18 |
1937 | 2024-11-18T19:07:10.701Z | Checking signature v2.2.0 |
1938 | 2024-11-18T19:07:10.874Z | Checking h2 v0.4.6 |
1939 | 2024-11-18T19:07:10.896Z | Checking sha1 v0.10.6 |
1940 | 2024-11-18T19:07:10.990Z | Checking lazy_static v1.5.0 |
1941 | 2024-11-18T19:07:11.115Z | Checking thread_local v1.1.8 |
1942 | 2024-11-18T19:07:11.174Z | Checking thread-id v4.2.2 |
1943 | 2024-11-18T19:07:11.288Z | Checking encoding_rs v0.8.34 |
1944 | 2024-11-18T19:07:11.403Z | Checking openssl-probe v0.1.5 |
1945 | 2024-11-18T19:07:11.562Z | Checking gimli v0.31.1 |
1946 | 2024-11-18T19:07:12.273Z | Checking dof v0.3.0 |
1947 | 2024-11-18T19:07:12.990Z | Checking anstyle v1.0.10 |
1948 | 2024-11-18T19:07:13.014Z | Checking regex-automata v0.4.8 |
1949 | 2024-11-18T19:07:13.357Z | Checking ipnet v2.10.1 |
1950 | 2024-11-18T19:07:13.434Z | Checking mime v0.3.17 |
1951 | 2024-11-18T19:07:13.693Z | Checking either v1.13.0 |
1952 | 2024-11-18T19:07:13.764Z | Checking utf8parse v0.2.2 |
1953 | 2024-11-18T19:07:13.814Z | Checking winnow v0.6.20 |
1954 | 2024-11-18T19:07:13.921Z | Checking unicode-properties v0.1.3 |
1955 | 2024-11-18T19:07:14.077Z | Checking anstyle-parse v0.2.5 |
1956 | 2024-11-18T19:07:14.307Z | Checking stringprep v0.1.5 |
1957 | 2024-11-18T19:07:14.361Z | Checking crossbeam-deque v0.8.5 |
1958 | 2024-11-18T19:07:14.659Z | Checking term v0.7.0 |
1959 | 2024-11-18T19:07:14.693Z | Checking rustls v0.23.14 |
1960 | 2024-11-18T19:07:15.022Z | Checking rustls v0.22.4 |
1961 | 2024-11-18T19:07:15.129Z | Checking native-tls v0.2.12 |
1962 | 2024-11-18T19:07:15.462Z | Checking slog-json v2.6.1 |
1963 | 2024-11-18T19:07:15.601Z | Checking addr2line v0.24.2 |
1964 | 2024-11-18T19:07:15.720Z | Checking serde_urlencoded v0.7.1 |
1965 | 2024-11-18T19:07:16.114Z | Checking crossbeam-channel v0.5.13 |
1966 | 2024-11-18T19:07:16.147Z | Checking futures-executor v0.3.31 |
1967 | 2024-11-18T19:07:16.381Z | Checking rustls-pemfile v2.2.0 |
1968 | 2024-11-18T19:07:16.607Z | Checking num-integer v0.1.46 |
1969 | 2024-11-18T19:07:16.801Z | Checking usdt-impl v0.5.0 |
1970 | 2024-11-18T19:07:16.821Z | Checking toml_edit v0.22.22 |
1971 | 2024-11-18T19:07:16.839Z | Checking idna v0.3.0 |
1972 | 2024-11-18T19:07:17.120Z | Checking idna v0.4.0 |
1973 | 2024-11-18T19:07:17.144Z | Checking hyper v1.5.0 |
1974 | 2024-11-18T19:07:17.343Z | Checking md-5 v0.10.6 |
1975 | 2024-11-18T19:07:17.573Z | Checking ff v0.13.0 |
1976 | 2024-11-18T19:07:17.714Z | Checking hash32 v0.2.1 |
1977 | 2024-11-18T19:07:17.774Z | Checking is-terminal v0.4.13 |
1978 | 2024-11-18T19:07:17.806Z | Checking memmap v0.7.0 |
1979 | 2024-11-18T19:07:17.903Z | Checking object v0.36.5 |
1980 | 2024-11-18T19:07:17.992Z | Checking rustc-demangle v0.1.24 |
1981 | 2024-11-18T19:07:18.009Z | Checking linked-hash-map v0.5.6 |
1982 | 2024-11-18T19:07:18.024Z | Checking utf-8 v0.7.6 |
1983 | 2024-11-18T19:07:18.235Z | Checking colorchoice v1.0.2 |
1984 | 2024-11-18T19:07:18.320Z | Checking quick-error v1.2.3 |
1985 | 2024-11-18T19:07:18.363Z | Checking base16ct v0.2.0 |
1986 | 2024-11-18T19:07:18.441Z | Checking is_terminal_polyfill v1.70.1 |
1987 | 2024-11-18T19:07:18.465Z | Checking psl-types v2.0.11 |
1988 | 2024-11-18T19:07:18.551Z | Checking fallible-iterator v0.2.0 |
1989 | 2024-11-18T19:07:18.569Z | Checking take_mut v0.2.2 |
1990 | 2024-11-18T19:07:18.634Z | Checking dyn-clone v1.0.17 |
1991 | 2024-11-18T19:07:18.713Z | Checking anstyle-query v1.1.1 |
1992 | 2024-11-18T19:07:18.771Z | Checking schemars v0.8.21 |
1993 | 2024-11-18T19:07:18.838Z | Checking anstream v0.6.15 |
1994 | 2024-11-18T19:07:18.855Z | Checking tokio-rustls v0.25.0 |
1995 | 2024-11-18T19:07:19.163Z | Checking postgres-protocol v0.6.7 |
1996 | 2024-11-18T19:07:19.215Z | Checking slog-async v2.8.0 |
1997 | 2024-11-18T19:07:19.231Z | Checking publicsuffix v2.2.3 |
1998 | 2024-11-18T19:07:19.330Z | Checking hyper-util v0.1.10 |
1999 | 2024-11-18T19:07:19.475Z | Checking sec1 v0.7.3 |
2000 | 2024-11-18T19:07:19.497Z | Checking toml v0.8.19 |
2001 | 2024-11-18T19:07:19.497Z | Checking resolv-conf v0.7.0 |
2002 | 2024-11-18T19:07:19.823Z | Checking lru-cache v0.1.2 |
2003 | 2024-11-18T19:07:19.838Z | Checking tungstenite v0.24.0 |
2004 | 2024-11-18T19:07:19.855Z | Checking usdt v0.5.0 |
2005 | 2024-11-18T19:07:20.013Z | Checking heapless v0.7.17 |
2006 | 2024-11-18T19:07:20.128Z | Checking hickory-proto v0.24.1 |
2007 | 2024-11-18T19:07:20.247Z | Checking slog-term v2.9.1 |
2008 | 2024-11-18T19:07:20.347Z | Checking tokio-rustls v0.26.0 |
2009 | 2024-11-18T19:07:20.434Z | Checking group v0.13.0 |
2010 | 2024-11-18T19:07:20.704Z | Checking num-iter v0.1.45 |
2011 | 2024-11-18T19:07:20.748Z | Checking futures v0.3.31 |
2012 | 2024-11-18T19:07:20.764Z | Checking slog-bunyan v2.5.0 |
2013 | 2024-11-18T19:07:20.788Z | Checking tokio-native-tls v0.3.1 |
2014 | 2024-11-18T19:07:20.862Z | Checking rayon-core v1.12.1 |
2015 | 2024-11-18T19:07:20.878Z | Checking multer v3.1.0 |
2016 | 2024-11-18T19:07:20.923Z | Checking terminal_size v0.4.0 |
2017 | 2024-11-18T19:07:21.044Z | Checking phf_shared v0.11.2 |
2018 | 2024-11-18T19:07:21.061Z | Checking cookie v0.18.1 |
2019 | 2024-11-18T19:07:21.099Z | Checking async-stream v0.3.6 |
2020 | 2024-11-18T19:07:21.275Z | Checking bzip2-sys v0.1.11+1.0.8 |
2021 | 2024-11-18T19:07:21.292Z | Checking camino v1.1.9 |
2022 | 2024-11-18T19:07:21.317Z | Checking signal-hook v0.3.17 |
2023 | 2024-11-18T19:07:21.360Z | Checking waitgroup v0.1.2 |
2024 | 2024-11-18T19:07:21.402Z | Checking openapiv3 v2.0.0 |
2025 | 2024-11-18T19:07:21.498Z | Checking webpki-roots v0.26.6 |
2026 | 2024-11-18T19:07:21.512Z | Checking serde_path_to_error v0.1.16 |
2027 | 2024-11-18T19:07:21.541Z | Checking idna v0.5.0 |
2028 | 2024-11-18T19:07:21.654Z | Checking hkdf v0.12.4 |
2029 | 2024-11-18T19:07:21.708Z | Checking crypto-bigint v0.5.5 |
2030 | 2024-11-18T19:07:21.867Z | Checking hostname v0.4.0 |
2031 | 2024-11-18T19:07:21.883Z | Checking crc32fast v1.4.2 |
2032 | 2024-11-18T19:07:22.010Z | Checking debug-ignore v1.0.5 |
2033 | 2024-11-18T19:07:22.103Z | Checking managed v0.8.0 |
2034 | 2024-11-18T19:07:22.146Z | Checking bitflags v1.3.2 |
2035 | 2024-11-18T19:07:22.162Z | Checking winnow v0.5.40 |
2036 | 2024-11-18T19:07:22.244Z | Checking strsim v0.11.1 |
2037 | 2024-11-18T19:07:22.410Z | Checking unicode-width v0.1.14 |
2038 | 2024-11-18T19:07:22.495Z | Checking clap_lex v0.7.2 |
2039 | 2024-11-18T19:07:22.551Z | Checking smoltcp v0.9.1 |
2040 | 2024-11-18T19:07:22.738Z | Checking clap_builder v4.5.21 |
2041 | 2024-11-18T19:07:22.898Z | Checking console v0.15.8 |
2042 | 2024-11-18T19:07:23.502Z | Checking cookie_store v0.21.0 |
2043 | 2024-11-18T19:07:24.101Z | Checking flate2 v1.0.34 |
2044 | 2024-11-18T19:07:24.201Z | Checking hyper-rustls v0.27.3 |
2045 | 2024-11-18T19:07:24.478Z | Checking backtrace v0.3.74 |
2046 | 2024-11-18T19:07:24.529Z | Checking signal-hook-mio v0.2.4 |
2047 | 2024-11-18T19:07:24.667Z | Checking elliptic-curve v0.13.8 |
2048 | 2024-11-18T19:07:24.683Z | Checking rayon v1.10.0 |
2049 | 2024-11-18T19:07:24.753Z | Checking bzip2 v0.4.4 |
2050 | 2024-11-18T19:07:24.863Z | Checking dropshot v0.12.0 |
2051 | 2024-11-18T19:07:24.928Z | Checking hickory-resolver v0.24.1 |
2052 | 2024-11-18T19:07:25.044Z | Checking anyhow v1.0.93 |
2053 | 2024-11-18T19:07:25.059Z | Checking hyper-tls v0.6.0 |
2054 | 2024-11-18T19:07:25.297Z | Checking phf v0.11.2 |
2055 | 2024-11-18T19:07:25.313Z | Checking toml_edit v0.19.15 |
2056 | 2024-11-18T19:07:25.349Z | Checking num-bigint-dig v0.8.4 |
2057 | 2024-11-18T19:07:25.424Z | Checking tokio-tungstenite v0.24.0 |
2058 | 2024-11-18T19:07:25.573Z | Checking postgres-types v0.2.8 |
2059 | 2024-11-18T19:07:25.902Z | Checking bstr v1.10.0 |
2060 | 2024-11-18T19:07:25.932Z | Checking regex v1.11.1 |
2061 | 2024-11-18T19:07:26.336Z | Checking ed25519 v2.2.3 |
2062 | 2024-11-18T19:07:26.559Z | Checking tokio-stream v0.1.16 |
2063 | 2024-11-18T19:07:26.596Z | Checking phf_shared v0.10.0 |
2064 | 2024-11-18T19:07:26.629Z | Checking zerocopy v0.6.6 |
2065 | 2024-11-18T19:07:26.880Z | Checking curve25519-dalek v4.1.3 |
2066 | 2024-11-18T19:07:26.919Z | Checking pkcs1 v0.7.5 |
2067 | 2024-11-18T19:07:27.335Z | Checking hubpack v0.1.2 |
2068 | 2024-11-18T19:07:27.399Z | Checking portable-atomic v1.9.0 |
2069 | 2024-11-18T19:07:27.401Z | Checking float-cmp v0.9.0 |
2070 | 2024-11-18T19:07:27.627Z | Checking serde-big-array v0.5.1 |
2071 | 2024-11-18T19:07:27.644Z | Checking rfc6979 v0.4.0 |
2072 | 2024-11-18T19:07:27.673Z | Checking sync_wrapper v1.0.1 |
2073 | 2024-11-18T19:07:27.816Z | Checking number_prefix v0.4.0 |
2074 | 2024-11-18T19:07:27.832Z | Checking minimal-lexical v0.2.1 |
2075 | 2024-11-18T19:07:27.846Z | Checking unicode-segmentation v1.12.0 |
2076 | 2024-11-18T19:07:27.850Z | Checking bit-vec v0.6.3 |
2077 | 2024-11-18T19:07:28.002Z | Checking normalize-line-endings v0.3.0 |
2078 | 2024-11-18T19:07:28.120Z | Checking fixedbitset v0.4.2 |
2079 | 2024-11-18T19:07:28.187Z | Checking whoami v1.5.2 |
2080 | 2024-11-18T19:07:28.227Z | Checking predicates-core v1.0.8 |
2081 | 2024-11-18T19:07:28.389Z | Checking new_debug_unreachable v1.0.6 |
2082 | 2024-11-18T19:07:28.412Z | Checking precomputed-hash v0.1.1 |
2083 | 2024-11-18T19:07:28.469Z | Checking static_assertions v1.1.0 |
2084 | 2024-11-18T19:07:28.484Z | Checking difflib v0.4.0 |
2085 | 2024-11-18T19:07:28.499Z | Checking unicode-width v0.2.0 |
2086 | 2024-11-18T19:07:28.519Z | Checking string_cache v0.8.7 |
2087 | 2024-11-18T19:07:28.535Z | Checking similar v2.6.0 |
2088 | 2024-11-18T19:07:28.557Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2089 | 2024-11-18T19:07:28.575Z | Checking tokio-postgres v0.7.12 |
2090 | 2024-11-18T19:07:28.619Z | Checking qorb v0.2.0 |
2091 | 2024-11-18T19:07:28.775Z | Checking ed25519-dalek v2.1.1 |
2092 | 2024-11-18T19:07:28.791Z | Checking petgraph v0.6.5 |
2093 | 2024-11-18T19:07:28.804Z | Checking predicates v3.1.2 |
2094 | 2024-11-18T19:07:28.962Z | Checking indicatif v0.17.9 |
2095 | 2024-11-18T19:07:29.184Z | Checking nom v7.1.3 |
2096 | 2024-11-18T19:07:29.369Z | Checking bit-set v0.5.3 |
2097 | 2024-11-18T19:07:29.488Z | Checking toml v0.7.8 |
2098 | 2024-11-18T19:07:29.637Z | Checking reqwest v0.12.9 |
2099 | 2024-11-18T19:07:29.749Z | Checking ecdsa v0.16.9 |
2100 | 2024-11-18T19:07:30.248Z | Checking rsa v0.9.6 |
2101 | 2024-11-18T19:07:30.503Z | Checking clap v4.5.21 |
2102 | 2024-11-18T19:07:30.629Z | Checking zip v0.6.6 |
2103 | 2024-11-18T19:07:31.188Z | Checking crossterm v0.28.1 |
2104 | 2024-11-18T19:07:31.325Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2105 | 2024-11-18T19:07:31.355Z | Checking itertools v0.10.5 |
2106 | 2024-11-18T19:07:31.368Z | Checking itertools v0.12.1 |
2107 | 2024-11-18T19:07:31.556Z | Checking fs-err v2.11.0 |
2108 | 2024-11-18T19:07:31.754Z | Checking ahash v0.8.11 |
2109 | 2024-11-18T19:07:32.122Z | Checking x509-cert v0.2.5 |
2110 | 2024-11-18T19:07:32.123Z | Checking hex v0.4.3 |
2111 | 2024-11-18T19:07:32.212Z | Checking semver v1.0.23 |
2112 | 2024-11-18T19:07:32.330Z | Checking heck v0.4.1 |
2113 | 2024-11-18T19:07:32.553Z | Checking peg-runtime v0.8.3 |
2114 | 2024-11-18T19:07:32.655Z | Checking lalrpop-util v0.19.12 |
2115 | 2024-11-18T19:07:32.671Z | Checking sigpipe v0.1.3 |
2116 | 2024-11-18T19:07:33.841Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2117 | 2024-11-18T19:07:34.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.31s |
2118 | 2024-11-18T19:07:34.322Z | |
2119 | 2024-11-18T19:07:34.322Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/171) |
2120 | 2024-11-18T19:07:34.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2121 | 2024-11-18T19:07:34.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2122 | 2024-11-18T19:07:34.986Z | Compiling hashbrown v0.14.5 |
2123 | 2024-11-18T19:07:35.105Z | Checking heck v0.5.0 |
2124 | 2024-11-18T19:07:35.118Z | Compiling unsafe-libyaml v0.2.11 |
2125 | 2024-11-18T19:07:35.132Z | Compiling ident_case v1.0.1 |
2126 | 2024-11-18T19:07:35.146Z | Checking progenitor-client v0.8.0 |
2127 | 2024-11-18T19:07:35.161Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2128 | 2024-11-18T19:07:35.163Z | Compiling proc-macro-crate v1.3.1 |
2129 | 2024-11-18T19:07:35.277Z | Compiling darling_core v0.20.10 |
2130 | 2024-11-18T19:07:35.300Z | Checking ipnetwork v0.20.0 |
2131 | 2024-11-18T19:07:35.517Z | Compiling structmeta-derive v0.3.0 |
2132 | 2024-11-18T19:07:35.520Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2133 | 2024-11-18T19:07:35.662Z | Compiling newtype-uuid v1.1.3 |
2134 | 2024-11-18T19:07:35.821Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2135 | 2024-11-18T19:07:35.945Z | Compiling lzma-sys v0.1.20 |
2136 | 2024-11-18T19:07:36.179Z | Compiling foreign-types-macros v0.2.3 |
2137 | 2024-11-18T19:07:36.235Z | Compiling num_enum_derive v0.5.11 |
2138 | 2024-11-18T19:07:36.253Z | Checking regress v0.10.1 |
2139 | 2024-11-18T19:07:36.724Z | Compiling serde_yaml v0.9.34+deprecated |
2140 | 2024-11-18T19:07:37.118Z | Compiling dropshot v0.13.0 |
2141 | 2024-11-18T19:07:37.421Z | Checking arc-swap v1.7.1 |
2142 | 2024-11-18T19:07:37.496Z | Checking foreign-types-shared v0.3.1 |
2143 | 2024-11-18T19:07:37.617Z | Checking foreign-types v0.5.0 |
2144 | 2024-11-18T19:07:37.846Z | Compiling proc-macro-error v1.0.4 |
2145 | 2024-11-18T19:07:37.862Z | Checking slog-scope v4.4.0 |
2146 | 2024-11-18T19:07:38.511Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2147 | 2024-11-18T19:07:38.595Z | Compiling structmeta v0.3.0 |
2148 | 2024-11-18T19:07:38.620Z | Checking tungstenite v0.21.0 |
2149 | 2024-11-18T19:07:38.636Z | Compiling heck v0.3.3 |
2150 | 2024-11-18T19:07:38.852Z | Checking num_enum v0.5.11 |
2151 | 2024-11-18T19:07:39.006Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2152 | 2024-11-18T19:07:39.034Z | Compiling parse-display-derive v0.10.0 |
2153 | 2024-11-18T19:07:39.060Z | Compiling dropshot_endpoint v0.13.0 |
2154 | 2024-11-18T19:07:39.546Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2155 | 2024-11-18T19:07:39.842Z | Checking cstr-argument v0.1.2 |
2156 | 2024-11-18T19:07:39.863Z | Checking typify-impl v0.2.0 |
2157 | 2024-11-18T19:07:40.023Z | Checking instant v0.1.13 |
2158 | 2024-11-18T19:07:40.147Z | Checking fastrand v2.1.1 |
2159 | 2024-11-18T19:07:40.486Z | Checking pretty-hex v0.2.1 |
2160 | 2024-11-18T19:07:40.647Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2161 | 2024-11-18T19:07:40.930Z | Checking base64 v0.21.7 |
2162 | 2024-11-18T19:07:41.102Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2163 | 2024-11-18T19:07:41.395Z | Checking tempfile v3.13.0 |
2164 | 2024-11-18T19:07:41.412Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2165 | 2024-11-18T19:07:41.556Z | Checking backoff v0.4.0 |
2166 | 2024-11-18T19:07:41.597Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2167 | 2024-11-18T19:07:41.784Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2168 | 2024-11-18T19:07:41.871Z | Checking tokio-tungstenite v0.21.0 |
2169 | 2024-11-18T19:07:41.925Z | Compiling zone_cfg_derive v0.1.2 |
2170 | 2024-11-18T19:07:41.941Z | Checking strum v0.26.3 |
2171 | 2024-11-18T19:07:42.107Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2172 | 2024-11-18T19:07:42.372Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2024-11-18T19:07:42.419Z | Checking slog-stdlog v4.1.1 |
2174 | 2024-11-18T19:07:42.478Z | Compiling darling_macro v0.20.10 |
2175 | 2024-11-18T19:07:42.655Z | Checking regress v0.9.1 |
2176 | 2024-11-18T19:07:42.807Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2177 | 2024-11-18T19:07:42.922Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2178 | 2024-11-18T19:07:42.964Z | Checking colored v2.1.0 |
2179 | 2024-11-18T19:07:43.200Z | Checking macaddr v1.0.1 |
2180 | 2024-11-18T19:07:43.270Z | Checking base64 v0.13.1 |
2181 | 2024-11-18T19:07:43.455Z | Compiling darling v0.20.10 |
2182 | 2024-11-18T19:07:43.479Z | Checking zone v0.1.8 |
2183 | 2024-11-18T19:07:43.583Z | Compiling serde_with_macros v3.11.0 |
2184 | 2024-11-18T19:07:43.679Z | Checking ron v0.7.1 |
2185 | 2024-11-18T19:07:43.796Z | Checking parse-display v0.10.0 |
2186 | 2024-11-18T19:07:44.038Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2187 | 2024-11-18T19:07:44.113Z | Checking xz2 v0.1.7 |
2188 | 2024-11-18T19:07:44.423Z | Checking slog-envlogger v2.2.0 |
2189 | 2024-11-18T19:07:44.500Z | Checking tabwriter v1.4.0 |
2190 | 2024-11-18T19:07:44.653Z | Checking xattr v1.3.1 |
2191 | 2024-11-18T19:07:44.746Z | Checking pem v3.0.4 |
2192 | 2024-11-18T19:07:44.830Z | Checking yasna v0.5.2 |
2193 | 2024-11-18T19:07:44.848Z | Checking headers-core v0.3.0 |
2194 | 2024-11-18T19:07:44.993Z | Checking smf v0.2.3 |
2195 | 2024-11-18T19:07:45.025Z | Checking filetime v0.2.25 |
2196 | 2024-11-18T19:07:45.244Z | Checking same-file v1.0.6 |
2197 | 2024-11-18T19:07:45.426Z | Checking walkdir v2.5.0 |
2198 | 2024-11-18T19:07:45.443Z | Checking tar v0.4.43 |
2199 | 2024-11-18T19:07:45.506Z | Checking headers v0.4.0 |
2200 | 2024-11-18T19:07:45.709Z | Checking camino-tempfile v1.1.1 |
2201 | 2024-11-18T19:07:45.725Z | Checking rcgen v0.12.1 |
2202 | 2024-11-18T19:07:46.006Z | Checking atomicwrites v0.4.4 |
2203 | 2024-11-18T19:07:46.217Z | Checking subprocess v0.2.9 |
2204 | 2024-11-18T19:07:46.496Z | Checking serde_with v3.11.0 |
2205 | 2024-11-18T19:07:50.514Z | Compiling typify-macro v0.2.0 |
2206 | 2024-11-18T19:07:52.422Z | Compiling typify v0.2.0 |
2207 | 2024-11-18T19:07:52.510Z | Compiling progenitor-impl v0.8.0 |
2208 | 2024-11-18T19:07:55.790Z | Compiling progenitor-macro v0.8.0 |
2209 | 2024-11-18T19:08:01.194Z | Checking progenitor v0.8.0 |
2210 | 2024-11-18T19:08:01.350Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2211 | 2024-11-18T19:08:01.353Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2212 | 2024-11-18T19:08:04.121Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2213 | 2024-11-18T19:08:04.416Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2214 | 2024-11-18T19:08:10.922Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2215 | 2024-11-18T19:08:12.574Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2216 | 2024-11-18T19:08:13.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.55s |
2217 | 2024-11-18T19:08:14.064Z | |
2218 | 2024-11-18T19:08:14.064Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/171) |
2219 | 2024-11-18T19:08:14.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2220 | 2024-11-18T19:08:14.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2221 | 2024-11-18T19:08:14.740Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2222 | 2024-11-18T19:08:16.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
2223 | 2024-11-18T19:08:16.382Z | |
2224 | 2024-11-18T19:08:16.385Z | info: running `cargo check --bins` on nexus-config (31/171) |
2225 | 2024-11-18T19:08:16.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2226 | 2024-11-18T19:08:16.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2227 | 2024-11-18T19:08:16.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2228 | 2024-11-18T19:08:16.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2229 | 2024-11-18T19:08:17.014Z | |
2230 | 2024-11-18T19:08:17.014Z | info: running `cargo check --bins` on omicron-rpaths (32/171) |
2231 | 2024-11-18T19:08:17.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2232 | 2024-11-18T19:08:17.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2233 | 2024-11-18T19:08:17.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2234 | 2024-11-18T19:08:17.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2235 | 2024-11-18T19:08:17.635Z | |
2236 | 2024-11-18T19:08:17.635Z | info: running `cargo check --bins` on omicron-certificates (33/171) |
2237 | 2024-11-18T19:08:18.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2024-11-18T19:08:18.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2024-11-18T19:08:18.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2240 | 2024-11-18T19:08:18.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2241 | 2024-11-18T19:08:18.262Z | |
2242 | 2024-11-18T19:08:18.262Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/171) |
2243 | 2024-11-18T19:08:18.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2024-11-18T19:08:18.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2024-11-18T19:08:18.933Z | Compiling heapless v0.8.0 |
2246 | 2024-11-18T19:08:19.034Z | Checking hash32 v0.3.1 |
2247 | 2024-11-18T19:08:19.045Z | Compiling smoltcp v0.11.0 |
2248 | 2024-11-18T19:08:19.056Z | Checking cobs v0.2.3 |
2249 | 2024-11-18T19:08:19.067Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2250 | 2024-11-18T19:08:19.070Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2251 | 2024-11-18T19:08:19.097Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2252 | 2024-11-18T19:08:19.100Z | Compiling crucible-workspace-hack v0.1.0 |
2253 | 2024-11-18T19:08:19.180Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2254 | 2024-11-18T19:08:19.217Z | Checking postcard v1.0.10 |
2255 | 2024-11-18T19:08:19.234Z | Checking newline-converter v0.3.0 |
2256 | 2024-11-18T19:08:19.373Z | Compiling convert_case v0.4.0 |
2257 | 2024-11-18T19:08:19.401Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2258 | 2024-11-18T19:08:19.623Z | Checking expectorate v1.1.0 |
2259 | 2024-11-18T19:08:19.705Z | Compiling zone_cfg_derive v0.3.0 |
2260 | 2024-11-18T19:08:19.755Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2261 | 2024-11-18T19:08:19.790Z | Checking itertools v0.13.0 |
2262 | 2024-11-18T19:08:19.979Z | Compiling num-derive v0.4.2 |
2263 | 2024-11-18T19:08:20.086Z | Compiling slog-dtrace v0.3.0 |
2264 | 2024-11-18T19:08:20.103Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2265 | 2024-11-18T19:08:20.328Z | Compiling derive_more v0.99.18 |
2266 | 2024-11-18T19:08:20.386Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2267 | 2024-11-18T19:08:21.218Z | Checking zone v0.3.0 |
2268 | 2024-11-18T19:08:21.951Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2269 | 2024-11-18T19:08:23.054Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2270 | 2024-11-18T19:08:24.012Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2271 | 2024-11-18T19:08:24.429Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2272 | 2024-11-18T19:08:25.095Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2273 | 2024-11-18T19:08:25.877Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2274 | 2024-11-18T19:08:27.016Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2275 | 2024-11-18T19:08:28.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.75s |
2276 | 2024-11-18T19:08:28.197Z | |
2277 | 2024-11-18T19:08:28.197Z | info: running `cargo check --bins` on clickhouse-admin-api (35/171) |
2278 | 2024-11-18T19:08:28.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2279 | 2024-11-18T19:08:28.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2280 | 2024-11-18T19:08:28.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2281 | 2024-11-18T19:08:28.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2282 | 2024-11-18T19:08:28.841Z | |
2283 | 2024-11-18T19:08:28.841Z | info: running `cargo check --bins` on clickhouse-admin-types (36/171) |
2284 | 2024-11-18T19:08:29.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2285 | 2024-11-18T19:08:29.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2286 | 2024-11-18T19:08:29.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2287 | 2024-11-18T19:08:29.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2288 | 2024-11-18T19:08:29.480Z | |
2289 | 2024-11-18T19:08:29.480Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (37/171) |
2290 | 2024-11-18T19:08:30.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2291 | 2024-11-18T19:08:30.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2292 | 2024-11-18T19:08:30.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2293 | 2024-11-18T19:08:30.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2294 | 2024-11-18T19:08:30.126Z | |
2295 | 2024-11-18T19:08:30.126Z | info: running `cargo check --bins --no-default-features` on oximeter-db (38/171) |
2296 | 2024-11-18T19:08:30.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2297 | 2024-11-18T19:08:30.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2298 | 2024-11-18T19:08:30.804Z | Compiling progenitor-client v0.8.0 |
2299 | 2024-11-18T19:08:30.905Z | Compiling newtype-uuid v1.1.3 |
2300 | 2024-11-18T19:08:30.907Z | Compiling ipnetwork v0.20.0 |
2301 | 2024-11-18T19:08:30.907Z | Compiling instant v0.1.13 |
2302 | 2024-11-18T19:08:30.936Z | Compiling dropshot v0.13.0 |
2303 | 2024-11-18T19:08:30.939Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2304 | 2024-11-18T19:08:30.939Z | Checking num-rational v0.4.2 |
2305 | 2024-11-18T19:08:30.939Z | Compiling parse-display v0.10.0 |
2306 | 2024-11-18T19:08:31.037Z | Compiling backoff v0.4.0 |
2307 | 2024-11-18T19:08:31.097Z | Compiling serde_with v3.11.0 |
2308 | 2024-11-18T19:08:31.201Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2309 | 2024-11-18T19:08:31.358Z | Compiling progenitor v0.8.0 |
2310 | 2024-11-18T19:08:31.390Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2311 | 2024-11-18T19:08:31.594Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2312 | 2024-11-18T19:08:31.610Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2313 | 2024-11-18T19:08:31.684Z | Compiling regress v0.9.1 |
2314 | 2024-11-18T19:08:31.764Z | Compiling phf_generator v0.11.2 |
2315 | 2024-11-18T19:08:31.809Z | Checking num-complex v0.4.6 |
2316 | 2024-11-18T19:08:32.153Z | Compiling macaddr v1.0.1 |
2317 | 2024-11-18T19:08:32.626Z | Compiling phf_codegen v0.11.2 |
2318 | 2024-11-18T19:08:32.802Z | Checking num v0.4.3 |
2319 | 2024-11-18T19:08:32.840Z | Compiling parse-zoneinfo v0.3.1 |
2320 | 2024-11-18T19:08:32.982Z | Checking float-ord v0.3.2 |
2321 | 2024-11-18T19:08:33.127Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2322 | 2024-11-18T19:08:33.194Z | Checking prettyplease v0.2.25 |
2323 | 2024-11-18T19:08:33.505Z | Compiling chrono-tz-build v0.4.0 |
2324 | 2024-11-18T19:08:34.364Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2325 | 2024-11-18T19:08:34.954Z | Compiling const_format_proc_macros v0.2.33 |
2326 | 2024-11-18T19:08:34.979Z | Compiling chrono-tz v0.10.0 |
2327 | 2024-11-18T19:08:35.214Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2328 | 2024-11-18T19:08:35.573Z | Checking highway v1.2.0 |
2329 | 2024-11-18T19:08:36.002Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2330 | 2024-11-18T19:08:36.402Z | Checking gethostname v0.5.0 |
2331 | 2024-11-18T19:08:36.531Z | Checking bcs v0.1.6 |
2332 | 2024-11-18T19:08:36.730Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2333 | 2024-11-18T19:08:36.919Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2334 | 2024-11-18T19:08:36.973Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2335 | 2024-11-18T19:08:37.082Z | Compiling async-recursion v1.1.1 |
2336 | 2024-11-18T19:08:37.110Z | Checking const_format v0.2.33 |
2337 | 2024-11-18T19:08:50.189Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2338 | 2024-11-18T19:08:53.601Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2339 | 2024-11-18T19:08:57.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.68s |
2340 | 2024-11-18T19:08:58.000Z | |
2341 | 2024-11-18T19:08:58.000Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (39/171) |
2342 | 2024-11-18T19:08:58.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2343 | 2024-11-18T19:08:58.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2344 | 2024-11-18T19:08:58.694Z | Compiling cfg_aliases v0.1.1 |
2345 | 2024-11-18T19:08:58.697Z | Compiling vte_generate_state_changes v0.1.2 |
2346 | 2024-11-18T19:08:58.697Z | Checking fd-lock v4.0.2 |
2347 | 2024-11-18T19:08:58.697Z | Checking nibble_vec v0.1.0 |
2348 | 2024-11-18T19:08:58.796Z | Checking endian-type v0.1.2 |
2349 | 2024-11-18T19:08:58.807Z | Checking bytecount v0.6.8 |
2350 | 2024-11-18T19:08:58.818Z | Compiling tabled_derive v0.7.0 |
2351 | 2024-11-18T19:08:58.874Z | Compiling peg-macros v0.8.4 |
2352 | 2024-11-18T19:08:58.877Z | Compiling nix v0.28.0 |
2353 | 2024-11-18T19:08:58.968Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2354 | 2024-11-18T19:08:58.983Z | Checking papergrid v0.11.0 |
2355 | 2024-11-18T19:08:59.004Z | Compiling sqlparser_derive v0.2.2 |
2356 | 2024-11-18T19:08:59.021Z | Checking radix_trie v0.2.1 |
2357 | 2024-11-18T19:08:59.403Z | Checking vte v0.11.1 |
2358 | 2024-11-18T19:08:59.424Z | Checking unicode_categories v0.1.1 |
2359 | 2024-11-18T19:08:59.712Z | Checking nu-ansi-term v0.50.1 |
2360 | 2024-11-18T19:09:00.071Z | Checking home v0.5.9 |
2361 | 2024-11-18T19:09:00.085Z | Checking sqlparser v0.45.0 |
2362 | 2024-11-18T19:09:00.136Z | Checking sqlformat v0.2.6 |
2363 | 2024-11-18T19:09:00.216Z | Checking display-error-chain v0.2.2 |
2364 | 2024-11-18T19:09:00.727Z | Checking strip-ansi-escapes v0.2.0 |
2365 | 2024-11-18T19:09:00.867Z | Checking reedline v0.35.0 |
2366 | 2024-11-18T19:09:01.149Z | Checking tabled v0.15.0 |
2367 | 2024-11-18T19:09:01.680Z | Checking peg v0.8.4 |
2368 | 2024-11-18T19:09:03.806Z | Checking rustyline v14.0.0 |
2369 | 2024-11-18T19:09:12.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s |
2370 | 2024-11-18T19:09:12.582Z | |
2371 | 2024-11-18T19:09:12.582Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (40/171) |
2372 | 2024-11-18T19:09:13.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2373 | 2024-11-18T19:09:13.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2374 | 2024-11-18T19:09:13.263Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2375 | 2024-11-18T19:09:19.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.93s |
2376 | 2024-11-18T19:09:19.716Z | |
2377 | 2024-11-18T19:09:19.716Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (41/171) |
2378 | 2024-11-18T19:09:20.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2024-11-18T19:09:20.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2024-11-18T19:09:20.391Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2381 | 2024-11-18T19:09:25.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
2382 | 2024-11-18T19:09:25.438Z | |
2383 | 2024-11-18T19:09:25.438Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (42/171) |
2384 | 2024-11-18T19:09:26.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2024-11-18T19:09:26.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2024-11-18T19:09:26.118Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2387 | 2024-11-18T19:09:32.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.66s |
2388 | 2024-11-18T19:09:32.288Z | |
2389 | 2024-11-18T19:09:32.288Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (43/171) |
2390 | 2024-11-18T19:09:32.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-11-18T19:09:32.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-11-18T19:09:32.967Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2393 | 2024-11-18T19:09:39.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.77s |
2394 | 2024-11-18T19:09:39.241Z | |
2395 | 2024-11-18T19:09:39.241Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (44/171) |
2396 | 2024-11-18T19:09:39.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-11-18T19:09:39.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-11-18T19:09:39.906Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2399 | 2024-11-18T19:09:44.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
2400 | 2024-11-18T19:09:45.143Z | |
2401 | 2024-11-18T19:09:45.143Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (45/171) |
2402 | 2024-11-18T19:09:45.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-11-18T19:09:45.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-11-18T19:09:45.826Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2405 | 2024-11-18T19:09:50.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
2406 | 2024-11-18T19:09:51.121Z | |
2407 | 2024-11-18T19:09:51.121Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (46/171) |
2408 | 2024-11-18T19:09:51.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-11-18T19:09:51.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-11-18T19:09:51.792Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2411 | 2024-11-18T19:09:58.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.04s |
2412 | 2024-11-18T19:09:58.341Z | |
2413 | 2024-11-18T19:09:58.341Z | info: running `cargo check --bins` on oximeter (47/171) |
2414 | 2024-11-18T19:09:58.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-11-18T19:09:58.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-11-18T19:09:58.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2417 | 2024-11-18T19:09:58.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2418 | 2024-11-18T19:09:58.978Z | |
2419 | 2024-11-18T19:09:58.978Z | info: running `cargo check --bins` on oximeter-macro-impl (48/171) |
2420 | 2024-11-18T19:09:59.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-11-18T19:09:59.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-11-18T19:09:59.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2423 | 2024-11-18T19:09:59.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2424 | 2024-11-18T19:09:59.598Z | |
2425 | 2024-11-18T19:09:59.599Z | info: running `cargo check --bins` on oximeter-schema (49/171) |
2426 | 2024-11-18T19:10:00.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-11-18T19:10:00.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-11-18T19:10:00.239Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2429 | 2024-11-18T19:10:00.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
2430 | 2024-11-18T19:10:00.865Z | |
2431 | 2024-11-18T19:10:00.865Z | info: running `cargo check --bins` on oximeter-types (50/171) |
2432 | 2024-11-18T19:10:01.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-11-18T19:10:01.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-11-18T19:10:01.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2435 | 2024-11-18T19:10:01.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2436 | 2024-11-18T19:10:01.505Z | |
2437 | 2024-11-18T19:10:01.505Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/171) |
2438 | 2024-11-18T19:10:02.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-11-18T19:10:02.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-11-18T19:10:02.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2441 | 2024-11-18T19:10:02.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2442 | 2024-11-18T19:10:02.143Z | |
2443 | 2024-11-18T19:10:02.143Z | info: running `cargo check --bins` on oxql-types (52/171) |
2444 | 2024-11-18T19:10:02.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2024-11-18T19:10:02.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2024-11-18T19:10:02.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2447 | 2024-11-18T19:10:02.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2448 | 2024-11-18T19:10:02.776Z | |
2449 | 2024-11-18T19:10:02.776Z | info: running `cargo check --bins` on oximeter-test-utils (53/171) |
2450 | 2024-11-18T19:10:03.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-11-18T19:10:03.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-11-18T19:10:03.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2024-11-18T19:10:03.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2454 | 2024-11-18T19:10:03.437Z | |
2455 | 2024-11-18T19:10:03.437Z | info: running `cargo check --bins` on bootstrap-agent-client (54/171) |
2456 | 2024-11-18T19:10:04.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-11-18T19:10:04.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-11-18T19:10:04.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2459 | 2024-11-18T19:10:04.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2460 | 2024-11-18T19:10:04.086Z | |
2461 | 2024-11-18T19:10:04.086Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/171) |
2462 | 2024-11-18T19:10:04.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2024-11-18T19:10:04.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2024-11-18T19:10:04.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2465 | 2024-11-18T19:10:04.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2466 | 2024-11-18T19:10:04.748Z | |
2467 | 2024-11-18T19:10:04.748Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/171) |
2468 | 2024-11-18T19:10:05.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2024-11-18T19:10:05.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2024-11-18T19:10:05.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2471 | 2024-11-18T19:10:05.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2472 | 2024-11-18T19:10:05.392Z | |
2473 | 2024-11-18T19:10:05.392Z | info: running `cargo check --bins` on cockroach-admin-client (57/171) |
2474 | 2024-11-18T19:10:05.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2024-11-18T19:10:05.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2024-11-18T19:10:05.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2024-11-18T19:10:05.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2478 | 2024-11-18T19:10:06.008Z | |
2479 | 2024-11-18T19:10:06.008Z | info: running `cargo check --bins` on omicron-ddm-admin-client (58/171) |
2480 | 2024-11-18T19:10:06.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2024-11-18T19:10:06.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2024-11-18T19:10:06.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2483 | 2024-11-18T19:10:06.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2484 | 2024-11-18T19:10:06.644Z | |
2485 | 2024-11-18T19:10:06.644Z | info: running `cargo check --bins` on dns-service-client (59/171) |
2486 | 2024-11-18T19:10:07.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2024-11-18T19:10:07.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2024-11-18T19:10:07.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2489 | 2024-11-18T19:10:07.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2490 | 2024-11-18T19:10:07.279Z | |
2491 | 2024-11-18T19:10:07.279Z | info: running `cargo check --bins` on internal-dns-types (60/171) |
2492 | 2024-11-18T19:10:07.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2024-11-18T19:10:07.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2024-11-18T19:10:07.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2495 | 2024-11-18T19:10:07.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2496 | 2024-11-18T19:10:07.913Z | |
2497 | 2024-11-18T19:10:07.913Z | info: running `cargo check --bins` on dpd-client (61/171) |
2498 | 2024-11-18T19:10:08.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2499 | 2024-11-18T19:10:08.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2500 | 2024-11-18T19:10:08.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2501 | 2024-11-18T19:10:08.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2502 | 2024-11-18T19:10:08.601Z | |
2503 | 2024-11-18T19:10:08.601Z | info: running `cargo check --bins` on gateway-client (62/171) |
2504 | 2024-11-18T19:10:09.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2505 | 2024-11-18T19:10:09.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2506 | 2024-11-18T19:10:09.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2507 | 2024-11-18T19:10:09.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2508 | 2024-11-18T19:10:09.162Z | |
2509 | 2024-11-18T19:10:09.162Z | info: running `cargo check --bins` on installinator-client (63/171) |
2510 | 2024-11-18T19:10:09.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2024-11-18T19:10:09.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2024-11-18T19:10:09.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2513 | 2024-11-18T19:10:09.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2514 | 2024-11-18T19:10:09.809Z | |
2515 | 2024-11-18T19:10:09.811Z | info: running `cargo check --bins` on installinator-common (64/171) |
2516 | 2024-11-18T19:10:10.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2024-11-18T19:10:10.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2024-11-18T19:10:10.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2519 | 2024-11-18T19:10:10.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2520 | 2024-11-18T19:10:10.448Z | |
2521 | 2024-11-18T19:10:10.448Z | info: running `cargo check --bins` on update-engine (65/171) |
2522 | 2024-11-18T19:10:10.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2024-11-18T19:10:10.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2024-11-18T19:10:10.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2525 | 2024-11-18T19:10:10.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2526 | 2024-11-18T19:10:11.066Z | |
2527 | 2024-11-18T19:10:11.067Z | info: running `cargo check --bins` on nexus-client (66/171) |
2528 | 2024-11-18T19:10:11.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2024-11-18T19:10:11.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2024-11-18T19:10:11.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2531 | 2024-11-18T19:10:11.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2532 | 2024-11-18T19:10:11.717Z | |
2533 | 2024-11-18T19:10:11.718Z | info: running `cargo check --bins` on nexus-sled-agent-shared (67/171) |
2534 | 2024-11-18T19:10:12.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2024-11-18T19:10:12.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2024-11-18T19:10:12.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2537 | 2024-11-18T19:10:12.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2538 | 2024-11-18T19:10:12.371Z | |
2539 | 2024-11-18T19:10:12.371Z | info: running `cargo check --bins` on omicron-passwords (68/171) |
2540 | 2024-11-18T19:10:12.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2024-11-18T19:10:12.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2024-11-18T19:10:12.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2543 | 2024-11-18T19:10:12.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2544 | 2024-11-18T19:10:13.000Z | |
2545 | 2024-11-18T19:10:13.000Z | info: running `cargo check --bins` on nexus-types (69/171) |
2546 | 2024-11-18T19:10:13.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2024-11-18T19:10:13.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2024-11-18T19:10:13.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2549 | 2024-11-18T19:10:13.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2550 | 2024-11-18T19:10:13.657Z | |
2551 | 2024-11-18T19:10:13.657Z | info: running `cargo check --bins` on oxide-client (70/171) |
2552 | 2024-11-18T19:10:14.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2024-11-18T19:10:14.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2024-11-18T19:10:14.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2024-11-18T19:10:14.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2556 | 2024-11-18T19:10:14.272Z | |
2557 | 2024-11-18T19:10:14.273Z | info: running `cargo check --bins` on oximeter-client (71/171) |
2558 | 2024-11-18T19:10:14.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2024-11-18T19:10:14.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2024-11-18T19:10:14.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2024-11-18T19:10:14.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2562 | 2024-11-18T19:10:14.909Z | |
2563 | 2024-11-18T19:10:14.909Z | info: running `cargo check --bins` on repo-depot-client (72/171) |
2564 | 2024-11-18T19:10:15.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2024-11-18T19:10:15.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2024-11-18T19:10:15.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2024-11-18T19:10:15.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2568 | 2024-11-18T19:10:15.540Z | |
2569 | 2024-11-18T19:10:15.540Z | info: running `cargo check --bins` on sled-agent-client (73/171) |
2570 | 2024-11-18T19:10:16.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2024-11-18T19:10:16.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2024-11-18T19:10:16.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2573 | 2024-11-18T19:10:16.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2574 | 2024-11-18T19:10:16.190Z | |
2575 | 2024-11-18T19:10:16.190Z | info: running `cargo check --bins` on wicketd-client (74/171) |
2576 | 2024-11-18T19:10:16.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2024-11-18T19:10:16.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2024-11-18T19:10:16.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2579 | 2024-11-18T19:10:16.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2580 | 2024-11-18T19:10:16.861Z | |
2581 | 2024-11-18T19:10:16.861Z | info: running `cargo check --bins` on sled-agent-types (75/171) |
2582 | 2024-11-18T19:10:17.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2024-11-18T19:10:17.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2024-11-18T19:10:17.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2024-11-18T19:10:17.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2586 | 2024-11-18T19:10:17.530Z | |
2587 | 2024-11-18T19:10:17.530Z | info: running `cargo check --bins` on wicket-common (76/171) |
2588 | 2024-11-18T19:10:18.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2024-11-18T19:10:18.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2024-11-18T19:10:18.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2024-11-18T19:10:18.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2592 | 2024-11-18T19:10:18.196Z | |
2593 | 2024-11-18T19:10:18.196Z | info: running `cargo check --bins` on omicron-cockroach-admin (77/171) |
2594 | 2024-11-18T19:10:18.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2024-11-18T19:10:18.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2024-11-18T19:10:18.864Z | Checking csv-core v0.1.11 |
2597 | 2024-11-18T19:10:18.867Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2598 | 2024-11-18T19:10:18.867Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2599 | 2024-11-18T19:10:19.184Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2600 | 2024-11-18T19:10:19.196Z | Checking csv v1.3.0 |
2601 | 2024-11-18T19:10:19.773Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2602 | 2024-11-18T19:10:20.123Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2603 | 2024-11-18T19:10:21.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
2604 | 2024-11-18T19:10:21.762Z | |
2605 | 2024-11-18T19:10:21.762Z | info: running `cargo check --bins` on cockroach-admin-api (78/171) |
2606 | 2024-11-18T19:10:22.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2024-11-18T19:10:22.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2024-11-18T19:10:22.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2024-11-18T19:10:22.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2610 | 2024-11-18T19:10:22.402Z | |
2611 | 2024-11-18T19:10:22.402Z | info: running `cargo check --bins` on cockroach-admin-types (79/171) |
2612 | 2024-11-18T19:10:22.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2024-11-18T19:10:22.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2024-11-18T19:10:22.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2024-11-18T19:10:22.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2616 | 2024-11-18T19:10:23.056Z | |
2617 | 2024-11-18T19:10:23.057Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (80/171) |
2618 | 2024-11-18T19:10:23.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2024-11-18T19:10:23.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2024-11-18T19:10:23.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2024-11-18T19:10:23.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2622 | 2024-11-18T19:10:23.794Z | |
2623 | 2024-11-18T19:10:23.794Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (81/171) |
2624 | 2024-11-18T19:10:24.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2024-11-18T19:10:24.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2024-11-18T19:10:24.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2024-11-18T19:10:24.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2628 | 2024-11-18T19:10:24.534Z | |
2629 | 2024-11-18T19:10:24.534Z | info: running `cargo check --bins` on dns-server (82/171) |
2630 | 2024-11-18T19:10:25.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2024-11-18T19:10:25.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2024-11-18T19:10:25.191Z | Compiling parking_lot_core v0.8.6 |
2633 | 2024-11-18T19:10:25.194Z | Checking fxhash v0.2.1 |
2634 | 2024-11-18T19:10:25.194Z | Checking hickory-server v0.24.1 |
2635 | 2024-11-18T19:10:25.194Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2636 | 2024-11-18T19:10:25.292Z | Checking hickory-client v0.24.1 |
2637 | 2024-11-18T19:10:25.895Z | Checking parking_lot v0.11.2 |
2638 | 2024-11-18T19:10:26.024Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2639 | 2024-11-18T19:10:26.024Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2640 | 2024-11-18T19:10:26.140Z | Checking sled v0.34.7 |
2641 | 2024-11-18T19:10:27.971Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2642 | 2024-11-18T19:10:29.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
2643 | 2024-11-18T19:10:29.438Z | |
2644 | 2024-11-18T19:10:29.438Z | info: running `cargo check --bins` on dns-server-api (83/171) |
2645 | 2024-11-18T19:10:29.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-11-18T19:10:29.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-11-18T19:10:29.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2648 | 2024-11-18T19:10:30.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2649 | 2024-11-18T19:10:30.073Z | |
2650 | 2024-11-18T19:10:30.073Z | info: running `cargo check --bins` on gateway-test-utils (84/171) |
2651 | 2024-11-18T19:10:30.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2024-11-18T19:10:30.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2024-11-18T19:10:30.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2654 | 2024-11-18T19:10:30.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2655 | 2024-11-18T19:10:30.771Z | |
2656 | 2024-11-18T19:10:30.771Z | info: running `cargo check --bins` on gateway-types (85/171) |
2657 | 2024-11-18T19:10:31.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-11-18T19:10:31.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-11-18T19:10:31.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2660 | 2024-11-18T19:10:31.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2661 | 2024-11-18T19:10:31.414Z | |
2662 | 2024-11-18T19:10:31.414Z | info: running `cargo check --bins` on ipcc (86/171) |
2663 | 2024-11-18T19:10:31.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-11-18T19:10:31.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-11-18T19:10:31.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2024-11-18T19:10:31.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2667 | 2024-11-18T19:10:32.054Z | |
2668 | 2024-11-18T19:10:32.054Z | info: running `cargo check --bins` on omicron-gateway (87/171) |
2669 | 2024-11-18T19:10:32.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-11-18T19:10:32.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-11-18T19:10:32.769Z | Compiling radium v0.7.0 |
2672 | 2024-11-18T19:10:32.769Z | Compiling semver v0.1.20 |
2673 | 2024-11-18T19:10:32.887Z | Checking tap v1.0.1 |
2674 | 2024-11-18T19:10:32.887Z | Compiling maybe-uninit v2.0.0 |
2675 | 2024-11-18T19:10:32.908Z | Checking password-hash v0.5.0 |
2676 | 2024-11-18T19:10:32.911Z | Checking blake2 v0.10.6 |
2677 | 2024-11-18T19:10:32.911Z | Checking crc-catalog v2.4.0 |
2678 | 2024-11-18T19:10:32.911Z | Compiling cancel-safe-futures v0.1.5 |
2679 | 2024-11-18T19:10:33.029Z | Checking wyz v0.5.1 |
2680 | 2024-11-18T19:10:33.057Z | Checking funty v2.0.0 |
2681 | 2024-11-18T19:10:33.258Z | Compiling rustc_version v0.1.7 |
2682 | 2024-11-18T19:10:33.341Z | Compiling owo-colors v4.1.0 |
2683 | 2024-11-18T19:10:33.409Z | Compiling packed_struct v0.10.1 |
2684 | 2024-11-18T19:10:33.426Z | Checking argon2 v0.5.3 |
2685 | 2024-11-18T19:10:33.540Z | Checking crc v3.2.1 |
2686 | 2024-11-18T19:10:33.559Z | Compiling packed_struct_codegen v0.10.1 |
2687 | 2024-11-18T19:10:33.639Z | Compiling indexmap v1.9.3 |
2688 | 2024-11-18T19:10:33.686Z | Checking half v2.4.1 |
2689 | 2024-11-18T19:10:33.758Z | Compiling newtype_derive v0.1.6 |
2690 | 2024-11-18T19:10:33.888Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2691 | 2024-11-18T19:10:33.938Z | Checking ciborium-io v0.2.2 |
2692 | 2024-11-18T19:10:33.955Z | Checking nodrop v0.1.14 |
2693 | 2024-11-18T19:10:34.011Z | Checking bitvec v1.0.1 |
2694 | 2024-11-18T19:10:34.068Z | Checking array-init v0.0.4 |
2695 | 2024-11-18T19:10:34.111Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2696 | 2024-11-18T19:10:34.145Z | Checking ciborium-ll v0.2.2 |
2697 | 2024-11-18T19:10:34.204Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2698 | 2024-11-18T19:10:34.271Z | Checking smallvec v0.6.14 |
2699 | 2024-11-18T19:10:34.439Z | Checking libsw v3.3.1 |
2700 | 2024-11-18T19:10:34.665Z | Compiling memoffset v0.9.1 |
2701 | 2024-11-18T19:10:34.742Z | Checking bitfield v0.14.0 |
2702 | 2024-11-18T19:10:34.902Z | Checking swrite v0.1.0 |
2703 | 2024-11-18T19:10:34.933Z | Checking termcolor v1.4.1 |
2704 | 2024-11-18T19:10:34.978Z | Checking linear-map v1.2.0 |
2705 | 2024-11-18T19:10:35.003Z | Checking indent_write v2.2.0 |
2706 | 2024-11-18T19:10:35.020Z | Checking hashbrown v0.12.3 |
2707 | 2024-11-18T19:10:35.052Z | Checking serde-hex v0.1.0 |
2708 | 2024-11-18T19:10:35.204Z | Checking ron v0.8.1 |
2709 | 2024-11-18T19:10:35.372Z | Checking env_logger v0.10.2 |
2710 | 2024-11-18T19:10:35.462Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2711 | 2024-11-18T19:10:35.799Z | Checking ciborium v0.2.2 |
2712 | 2024-11-18T19:10:35.965Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2713 | 2024-11-18T19:10:36.430Z | Checking steno v0.4.1 |
2714 | 2024-11-18T19:10:36.706Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2715 | 2024-11-18T19:10:36.792Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2716 | 2024-11-18T19:10:36.829Z | Checking hashbrown v0.13.2 |
2717 | 2024-11-18T19:10:36.959Z | Checking humantime v2.1.0 |
2718 | 2024-11-18T19:10:37.145Z | Checking crc-any v2.5.0 |
2719 | 2024-11-18T19:10:37.271Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2720 | 2024-11-18T19:10:37.556Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2721 | 2024-11-18T19:10:37.708Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2722 | 2024-11-18T19:10:37.891Z | Checking object v0.30.4 |
2723 | 2024-11-18T19:10:38.007Z | Checking path-slash v0.1.5 |
2724 | 2024-11-18T19:10:38.220Z | Checking nix v0.27.1 |
2725 | 2024-11-18T19:10:38.236Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2726 | 2024-11-18T19:10:38.768Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2727 | 2024-11-18T19:10:38.985Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2728 | 2024-11-18T19:10:39.242Z | Checking tungstenite v0.23.0 |
2729 | 2024-11-18T19:10:39.262Z | Checking kstat-rs v0.2.4 |
2730 | 2024-11-18T19:10:39.477Z | Checking signal-hook-tokio v0.3.1 |
2731 | 2024-11-18T19:10:39.587Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2732 | 2024-11-18T19:10:40.137Z | Checking tokio-tungstenite v0.23.1 |
2733 | 2024-11-18T19:10:40.801Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2734 | 2024-11-18T19:10:40.883Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2735 | 2024-11-18T19:10:40.916Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2736 | 2024-11-18T19:10:48.036Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2737 | 2024-11-18T19:10:49.383Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2738 | 2024-11-18T19:10:51.503Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2739 | 2024-11-18T19:10:57.396Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2740 | 2024-11-18T19:10:58.101Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2741 | 2024-11-18T19:11:01.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.94s |
2742 | 2024-11-18T19:11:01.185Z | |
2743 | 2024-11-18T19:11:01.185Z | info: running `cargo check --bins` on gateway-api (88/171) |
2744 | 2024-11-18T19:11:01.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2024-11-18T19:11:01.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2024-11-18T19:11:01.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2024-11-18T19:11:01.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2748 | 2024-11-18T19:11:01.831Z | |
2749 | 2024-11-18T19:11:01.831Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (89/171) |
2750 | 2024-11-18T19:11:02.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2024-11-18T19:11:02.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2024-11-18T19:11:02.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2024-11-18T19:11:02.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2754 | 2024-11-18T19:11:02.445Z | |
2755 | 2024-11-18T19:11:02.445Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/171) |
2756 | 2024-11-18T19:11:03.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2024-11-18T19:11:03.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2024-11-18T19:11:03.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2024-11-18T19:11:03.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2760 | 2024-11-18T19:11:03.082Z | |
2761 | 2024-11-18T19:11:03.082Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/171) |
2762 | 2024-11-18T19:11:03.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-11-18T19:11:03.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-11-18T19:11:03.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2024-11-18T19:11:03.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2766 | 2024-11-18T19:11:03.725Z | |
2767 | 2024-11-18T19:11:03.725Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/171) |
2768 | 2024-11-18T19:11:04.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-11-18T19:11:04.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-11-18T19:11:04.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2024-11-18T19:11:04.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2772 | 2024-11-18T19:11:04.362Z | |
2773 | 2024-11-18T19:11:04.362Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/171) |
2774 | 2024-11-18T19:11:04.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-11-18T19:11:04.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-11-18T19:11:04.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2024-11-18T19:11:04.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2778 | 2024-11-18T19:11:05.008Z | |
2779 | 2024-11-18T19:11:05.008Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/171) |
2780 | 2024-11-18T19:11:05.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-11-18T19:11:05.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-11-18T19:11:05.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2024-11-18T19:11:05.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2784 | 2024-11-18T19:11:05.650Z | |
2785 | 2024-11-18T19:11:05.650Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/171) |
2786 | 2024-11-18T19:11:06.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-11-18T19:11:06.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-11-18T19:11:06.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2024-11-18T19:11:06.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2790 | 2024-11-18T19:11:06.290Z | |
2791 | 2024-11-18T19:11:06.290Z | info: running `cargo check --bins` on oximeter-producer (96/171) |
2792 | 2024-11-18T19:11:06.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-11-18T19:11:06.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-11-18T19:11:06.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-11-18T19:11:06.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2796 | 2024-11-18T19:11:06.961Z | |
2797 | 2024-11-18T19:11:06.961Z | info: running `cargo check --bins` on internal-dns-resolver (97/171) |
2798 | 2024-11-18T19:11:07.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-11-18T19:11:07.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-11-18T19:11:07.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-11-18T19:11:07.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2802 | 2024-11-18T19:11:07.607Z | |
2803 | 2024-11-18T19:11:07.607Z | info: running `cargo check --bins` on sp-sim (98/171) |
2804 | 2024-11-18T19:11:08.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-11-18T19:11:08.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-11-18T19:11:08.261Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2807 | 2024-11-18T19:11:10.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
2808 | 2024-11-18T19:11:10.356Z | |
2809 | 2024-11-18T19:11:10.356Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (99/171) |
2810 | 2024-11-18T19:11:10.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-11-18T19:11:10.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-11-18T19:11:10.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-11-18T19:11:10.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2814 | 2024-11-18T19:11:11.047Z | |
2815 | 2024-11-18T19:11:11.047Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (100/171) |
2816 | 2024-11-18T19:11:11.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-11-18T19:11:11.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-11-18T19:11:11.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2024-11-18T19:11:11.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2820 | 2024-11-18T19:11:11.758Z | |
2821 | 2024-11-18T19:11:11.758Z | info: running `cargo check --bins` on db-macros (101/171) |
2822 | 2024-11-18T19:11:12.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-11-18T19:11:12.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-11-18T19:11:12.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2024-11-18T19:11:12.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2826 | 2024-11-18T19:11:12.387Z | |
2827 | 2024-11-18T19:11:12.387Z | info: running `cargo check --bins` on nexus-macros-common (102/171) |
2828 | 2024-11-18T19:11:12.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2024-11-18T19:11:12.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2024-11-18T19:11:12.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2831 | 2024-11-18T19:11:12.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2832 | 2024-11-18T19:11:13.005Z | |
2833 | 2024-11-18T19:11:13.005Z | info: running `cargo check --bins` on nexus-auth (103/171) |
2834 | 2024-11-18T19:11:13.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-11-18T19:11:13.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-11-18T19:11:13.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2024-11-18T19:11:13.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2838 | 2024-11-18T19:11:13.681Z | |
2839 | 2024-11-18T19:11:13.681Z | info: running `cargo check --bins` on authz-macros (104/171) |
2840 | 2024-11-18T19:11:14.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-11-18T19:11:14.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-11-18T19:11:14.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2024-11-18T19:11:14.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2844 | 2024-11-18T19:11:14.313Z | |
2845 | 2024-11-18T19:11:14.313Z | info: running `cargo check --bins` on nexus-db-fixed-data (105/171) |
2846 | 2024-11-18T19:11:14.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-11-18T19:11:14.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-11-18T19:11:14.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2024-11-18T19:11:14.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2850 | 2024-11-18T19:11:14.976Z | |
2851 | 2024-11-18T19:11:14.977Z | info: running `cargo check --bins` on nexus-db-model (106/171) |
2852 | 2024-11-18T19:11:15.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-11-18T19:11:15.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-11-18T19:11:15.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2855 | 2024-11-18T19:11:15.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2856 | 2024-11-18T19:11:15.649Z | |
2857 | 2024-11-18T19:11:15.649Z | info: running `cargo check --bins` on nexus-defaults (107/171) |
2858 | 2024-11-18T19:11:16.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-11-18T19:11:16.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-11-18T19:11:16.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2861 | 2024-11-18T19:11:16.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2862 | 2024-11-18T19:11:16.295Z | |
2863 | 2024-11-18T19:11:16.295Z | info: running `cargo check --bins` on nexus-inventory (108/171) |
2864 | 2024-11-18T19:11:16.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-11-18T19:11:16.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-11-18T19:11:16.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2867 | 2024-11-18T19:11:16.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2868 | 2024-11-18T19:11:16.951Z | |
2869 | 2024-11-18T19:11:16.951Z | info: running `cargo check --bins` on typed-rng (109/171) |
2870 | 2024-11-18T19:11:17.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-11-18T19:11:17.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-11-18T19:11:17.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2873 | 2024-11-18T19:11:17.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2874 | 2024-11-18T19:11:17.574Z | |
2875 | 2024-11-18T19:11:17.575Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (110/171) |
2876 | 2024-11-18T19:11:18.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-11-18T19:11:18.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-11-18T19:11:18.334Z | Checking keccak v0.1.5 |
2879 | 2024-11-18T19:11:18.438Z | Checking secrecy v0.8.0 |
2880 | 2024-11-18T19:11:18.440Z | Compiling unicase v2.7.0 |
2881 | 2024-11-18T19:11:18.440Z | Compiling same-file v1.0.6 |
2882 | 2024-11-18T19:11:18.462Z | Compiling tempfile v3.13.0 |
2883 | 2024-11-18T19:11:18.491Z | Compiling thiserror-impl-no-std v2.0.2 |
2884 | 2024-11-18T19:11:18.491Z | Checking universal-hash v0.5.1 |
2885 | 2024-11-18T19:11:18.494Z | Compiling blake3 v1.5.4 |
2886 | 2024-11-18T19:11:18.663Z | Compiling walkdir v2.5.0 |
2887 | 2024-11-18T19:11:18.733Z | Checking sha3 v0.10.8 |
2888 | 2024-11-18T19:11:18.733Z | Compiling ring v0.16.20 |
2889 | 2024-11-18T19:11:18.740Z | Checking opaque-debug v0.3.1 |
2890 | 2024-11-18T19:11:18.852Z | Checking poly1305 v0.8.0 |
2891 | 2024-11-18T19:11:18.968Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2892 | 2024-11-18T19:11:19.118Z | Checking chacha20 v0.9.1 |
2893 | 2024-11-18T19:11:19.273Z | Checking aead v0.5.2 |
2894 | 2024-11-18T19:11:19.339Z | Compiling memmap2 v0.9.5 |
2895 | 2024-11-18T19:11:19.357Z | Compiling arrayvec v0.7.6 |
2896 | 2024-11-18T19:11:19.431Z | Compiling arrayref v0.3.9 |
2897 | 2024-11-18T19:11:19.477Z | Compiling constant_time_eq v0.3.1 |
2898 | 2024-11-18T19:11:19.494Z | Compiling salty v0.3.0 |
2899 | 2024-11-18T19:11:19.536Z | Compiling libefi-sys v0.1.0 |
2900 | 2024-11-18T19:11:19.648Z | Compiling spin v0.5.2 |
2901 | 2024-11-18T19:11:19.774Z | Checking chacha20poly1305 v0.10.1 |
2902 | 2024-11-18T19:11:19.859Z | Compiling toolchain_find v0.4.0 |
2903 | 2024-11-18T19:11:19.878Z | Compiling camino-tempfile v1.1.1 |
2904 | 2024-11-18T19:11:19.929Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2905 | 2024-11-18T19:11:19.943Z | Compiling bitfield-struct v0.6.2 |
2906 | 2024-11-18T19:11:20.286Z | Compiling topological-sort v0.2.2 |
2907 | 2024-11-18T19:11:20.383Z | Compiling mime_guess v2.0.5 |
2908 | 2024-11-18T19:11:20.434Z | Compiling rustfmt-wrapper v0.2.1 |
2909 | 2024-11-18T19:11:20.948Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2910 | 2024-11-18T19:11:21.007Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2911 | 2024-11-18T19:11:21.053Z | Checking primeorder v0.13.6 |
2912 | 2024-11-18T19:11:21.113Z | Checking env_filter v0.1.2 |
2913 | 2024-11-18T19:11:21.312Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2914 | 2024-11-18T19:11:21.351Z | Checking env_logger v0.11.5 |
2915 | 2024-11-18T19:11:21.368Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2916 | 2024-11-18T19:11:21.515Z | Checking p384 v0.13.0 |
2917 | 2024-11-18T19:11:21.656Z | Checking thiserror-no-std v2.0.2 |
2918 | 2024-11-18T19:11:21.673Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2919 | 2024-11-18T19:11:21.702Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2920 | 2024-11-18T19:11:21.761Z | Checking vsss-rs v3.3.4 |
2921 | 2024-11-18T19:11:21.921Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2922 | 2024-11-18T19:11:21.944Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2923 | 2024-11-18T19:11:22.025Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2924 | 2024-11-18T19:11:22.336Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2925 | 2024-11-18T19:11:22.361Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2926 | 2024-11-18T19:11:22.416Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2927 | 2024-11-18T19:11:22.636Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2928 | 2024-11-18T19:11:22.944Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2929 | 2024-11-18T19:11:22.977Z | Checking nanorand v0.7.0 |
2930 | 2024-11-18T19:11:23.010Z | Checking atty v0.2.14 |
2931 | 2024-11-18T19:11:23.052Z | Checking http-range v0.1.5 |
2932 | 2024-11-18T19:11:23.135Z | Checking glob v0.3.1 |
2933 | 2024-11-18T19:11:23.234Z | Checking hyper-staticfile v0.10.1 |
2934 | 2024-11-18T19:11:23.356Z | Checking flume v0.11.1 |
2935 | 2024-11-18T19:11:23.477Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2936 | 2024-11-18T19:11:23.791Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2937 | 2024-11-18T19:11:23.945Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2938 | 2024-11-18T19:11:24.124Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2939 | 2024-11-18T19:11:24.560Z | Compiling omicron-zone-package v0.11.1 |
2940 | 2024-11-18T19:11:24.846Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2941 | 2024-11-18T19:11:25.361Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2942 | 2024-11-18T19:11:25.899Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2943 | 2024-11-18T19:11:26.102Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2944 | 2024-11-18T19:11:26.166Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2945 | 2024-11-18T19:11:26.566Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2946 | 2024-11-18T19:11:28.027Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2947 | 2024-11-18T19:11:28.641Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2948 | 2024-11-18T19:11:30.844Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2949 | 2024-11-18T19:11:30.847Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2950 | 2024-11-18T19:11:40.988Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2951 | 2024-11-18T19:11:54.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.73s |
2952 | 2024-11-18T19:11:54.521Z | |
2953 | 2024-11-18T19:11:54.521Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (111/171) |
2954 | 2024-11-18T19:11:55.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2955 | 2024-11-18T19:11:55.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2956 | 2024-11-18T19:11:55.286Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2957 | 2024-11-18T19:12:08.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s |
2958 | 2024-11-18T19:12:09.129Z | |
2959 | 2024-11-18T19:12:09.129Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (112/171) |
2960 | 2024-11-18T19:12:09.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2961 | 2024-11-18T19:12:09.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2962 | 2024-11-18T19:12:09.880Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2963 | 2024-11-18T19:12:23.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s |
2964 | 2024-11-18T19:12:23.706Z | |
2965 | 2024-11-18T19:12:23.706Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (113/171) |
2966 | 2024-11-18T19:12:24.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2967 | 2024-11-18T19:12:24.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2968 | 2024-11-18T19:12:24.451Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2969 | 2024-11-18T19:12:38.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s |
2970 | 2024-11-18T19:12:38.271Z | |
2971 | 2024-11-18T19:12:38.271Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (114/171) |
2972 | 2024-11-18T19:12:38.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2973 | 2024-11-18T19:12:38.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2974 | 2024-11-18T19:12:39.021Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2975 | 2024-11-18T19:12:52.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s |
2976 | 2024-11-18T19:12:52.795Z | |
2977 | 2024-11-18T19:12:52.795Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (115/171) |
2978 | 2024-11-18T19:12:53.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2024-11-18T19:12:53.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2024-11-18T19:12:53.533Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2981 | 2024-11-18T19:13:07.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s |
2982 | 2024-11-18T19:13:07.330Z | |
2983 | 2024-11-18T19:13:07.330Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (116/171) |
2984 | 2024-11-18T19:13:07.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2024-11-18T19:13:07.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2024-11-18T19:13:08.086Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2987 | 2024-11-18T19:13:21.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.43s |
2988 | 2024-11-18T19:13:21.963Z | |
2989 | 2024-11-18T19:13:21.963Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (117/171) |
2990 | 2024-11-18T19:13:22.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2991 | 2024-11-18T19:13:22.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2992 | 2024-11-18T19:13:22.713Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2993 | 2024-11-18T19:13:36.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s |
2994 | 2024-11-18T19:13:36.481Z | |
2995 | 2024-11-18T19:13:36.481Z | info: running `cargo check --bins` on bootstrap-agent-api (118/171) |
2996 | 2024-11-18T19:13:37.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2997 | 2024-11-18T19:13:37.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2998 | 2024-11-18T19:13:37.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2999 | 2024-11-18T19:13:37.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3000 | 2024-11-18T19:13:37.147Z | |
3001 | 2024-11-18T19:13:37.147Z | info: running `cargo check --bins` on key-manager (119/171) |
3002 | 2024-11-18T19:13:37.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2024-11-18T19:13:37.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2024-11-18T19:13:37.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3005 | 2024-11-18T19:13:37.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3006 | 2024-11-18T19:13:37.785Z | |
3007 | 2024-11-18T19:13:37.785Z | info: running `cargo check --bins` on repo-depot-api (120/171) |
3008 | 2024-11-18T19:13:38.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3009 | 2024-11-18T19:13:38.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3010 | 2024-11-18T19:13:38.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3011 | 2024-11-18T19:13:38.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3012 | 2024-11-18T19:13:38.424Z | |
3013 | 2024-11-18T19:13:38.424Z | info: running `cargo check --bins` on sled-agent-api (121/171) |
3014 | 2024-11-18T19:13:39.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2024-11-18T19:13:39.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2024-11-18T19:13:39.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3017 | 2024-11-18T19:13:39.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3018 | 2024-11-18T19:13:39.085Z | |
3019 | 2024-11-18T19:13:39.085Z | info: running `cargo check --bins` on sled-hardware (122/171) |
3020 | 2024-11-18T19:13:39.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2024-11-18T19:13:39.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2024-11-18T19:13:39.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3023 | 2024-11-18T19:13:39.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3024 | 2024-11-18T19:13:39.745Z | |
3025 | 2024-11-18T19:13:39.745Z | info: running `cargo check --bins --no-default-features` on sled-storage (123/171) |
3026 | 2024-11-18T19:13:40.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2024-11-18T19:13:40.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2024-11-18T19:13:40.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3029 | 2024-11-18T19:13:40.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3030 | 2024-11-18T19:13:40.408Z | |
3031 | 2024-11-18T19:13:40.408Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (124/171) |
3032 | 2024-11-18T19:13:40.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2024-11-18T19:13:40.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2024-11-18T19:13:40.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3035 | 2024-11-18T19:13:40.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3036 | 2024-11-18T19:13:41.075Z | |
3037 | 2024-11-18T19:13:41.075Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (125/171) |
3038 | 2024-11-18T19:13:41.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2024-11-18T19:13:41.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2024-11-18T19:13:41.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3041 | 2024-11-18T19:13:41.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3042 | 2024-11-18T19:13:41.734Z | |
3043 | 2024-11-18T19:13:41.734Z | info: running `cargo check --bins` on nexus-test-interface (126/171) |
3044 | 2024-11-18T19:13:42.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3045 | 2024-11-18T19:13:42.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3046 | 2024-11-18T19:13:42.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3047 | 2024-11-18T19:13:42.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3048 | 2024-11-18T19:13:42.397Z | |
3049 | 2024-11-18T19:13:42.398Z | info: running `cargo check --bins` on oximeter-collector (127/171) |
3050 | 2024-11-18T19:13:42.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3051 | 2024-11-18T19:13:42.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3052 | 2024-11-18T19:13:43.099Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3053 | 2024-11-18T19:13:43.099Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3054 | 2024-11-18T19:13:43.856Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3055 | 2024-11-18T19:13:45.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
3056 | 2024-11-18T19:13:45.944Z | |
3057 | 2024-11-18T19:13:45.945Z | info: running `cargo check --bins` on oximeter-api (128/171) |
3058 | 2024-11-18T19:13:46.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2024-11-18T19:13:46.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2024-11-18T19:13:46.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2024-11-18T19:13:46.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3062 | 2024-11-18T19:13:46.579Z | |
3063 | 2024-11-18T19:13:46.579Z | info: running `cargo check --bins` on cert-dev (129/171) |
3064 | 2024-11-18T19:13:47.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-11-18T19:13:47.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-11-18T19:13:47.203Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3067 | 2024-11-18T19:13:47.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
3068 | 2024-11-18T19:13:47.652Z | |
3069 | 2024-11-18T19:13:47.652Z | info: running `cargo check --bins` on clickhouse-cluster-dev (130/171) |
3070 | 2024-11-18T19:13:48.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2024-11-18T19:13:48.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2024-11-18T19:13:48.344Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3073 | 2024-11-18T19:13:48.344Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3074 | 2024-11-18T19:13:48.941Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3075 | 2024-11-18T19:13:49.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3076 | 2024-11-18T19:13:49.497Z | |
3077 | 2024-11-18T19:13:49.497Z | info: running `cargo check --bins` on ch-dev (131/171) |
3078 | 2024-11-18T19:13:50.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2024-11-18T19:13:50.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2024-11-18T19:13:50.160Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3081 | 2024-11-18T19:13:50.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3082 | 2024-11-18T19:13:51.077Z | |
3083 | 2024-11-18T19:13:51.077Z | info: running `cargo check --bins` on crdb-seed (132/171) |
3084 | 2024-11-18T19:13:51.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2024-11-18T19:13:51.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2024-11-18T19:13:51.748Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3087 | 2024-11-18T19:13:52.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3088 | 2024-11-18T19:13:52.302Z | |
3089 | 2024-11-18T19:13:52.302Z | info: running `cargo check --bins` on db-dev (133/171) |
3090 | 2024-11-18T19:13:52.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2024-11-18T19:13:52.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2024-11-18T19:13:52.982Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3093 | 2024-11-18T19:13:53.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
3094 | 2024-11-18T19:13:53.914Z | |
3095 | 2024-11-18T19:13:53.914Z | info: running `cargo check --bins` on omicron-dev-lib (134/171) |
3096 | 2024-11-18T19:13:54.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2024-11-18T19:13:54.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2024-11-18T19:13:54.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3099 | 2024-11-18T19:13:54.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3100 | 2024-11-18T19:13:54.574Z | |
3101 | 2024-11-18T19:13:54.574Z | info: running `cargo check --bins` on xtask-downloader (135/171) |
3102 | 2024-11-18T19:13:55.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2024-11-18T19:13:55.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2024-11-18T19:13:55.204Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3105 | 2024-11-18T19:13:56.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3106 | 2024-11-18T19:13:56.336Z | |
3107 | 2024-11-18T19:13:56.336Z | info: running `cargo check --bins` on omicron-ls-apis (136/171) |
3108 | 2024-11-18T19:13:56.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2024-11-18T19:13:56.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2024-11-18T19:13:56.944Z | Checking cargo-platform v0.1.8 |
3111 | 2024-11-18T19:13:57.217Z | Checking cargo_metadata v0.18.1 |
3112 | 2024-11-18T19:13:58.242Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3113 | 2024-11-18T19:13:59.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s |
3114 | 2024-11-18T19:13:59.165Z | |
3115 | 2024-11-18T19:13:59.165Z | info: running `cargo check --bins` on mgs-dev (137/171) |
3116 | 2024-11-18T19:13:59.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3117 | 2024-11-18T19:13:59.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3118 | 2024-11-18T19:13:59.897Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3119 | 2024-11-18T19:14:00.620Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3120 | 2024-11-18T19:14:01.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3121 | 2024-11-18T19:14:01.364Z | |
3122 | 2024-11-18T19:14:01.364Z | info: running `cargo check --bins` on omicron-omdb (138/171) |
3123 | 2024-11-18T19:14:01.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3124 | 2024-11-18T19:14:02.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3125 | 2024-11-18T19:14:02.164Z | Compiling crunchy v0.2.2 |
3126 | 2024-11-18T19:14:02.168Z | Compiling tiny-keccak v2.0.2 |
3127 | 2024-11-18T19:14:02.168Z | Compiling dsl_auto_type v0.1.2 |
3128 | 2024-11-18T19:14:02.168Z | Checking scheduled-thread-pool v0.2.7 |
3129 | 2024-11-18T19:14:02.169Z | Compiling diesel_table_macro_syntax v0.2.0 |
3130 | 2024-11-18T19:14:02.313Z | Compiling ascii-canvas v3.0.0 |
3131 | 2024-11-18T19:14:02.318Z | Compiling ena v0.14.3 |
3132 | 2024-11-18T19:14:02.326Z | Compiling diff v0.1.13 |
3133 | 2024-11-18T19:14:02.486Z | Checking r2d2 v0.8.10 |
3134 | 2024-11-18T19:14:02.567Z | Compiling regex-syntax v0.6.29 |
3135 | 2024-11-18T19:14:02.730Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3136 | 2024-11-18T19:14:02.774Z | Compiling ref-cast v1.0.23 |
3137 | 2024-11-18T19:14:02.817Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3138 | 2024-11-18T19:14:02.912Z | Compiling derive_builder_core v0.20.2 |
3139 | 2024-11-18T19:14:02.955Z | Compiling libxml v0.3.3 |
3140 | 2024-11-18T19:14:03.013Z | Compiling ref-cast-impl v1.0.23 |
3141 | 2024-11-18T19:14:03.088Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3142 | 2024-11-18T19:14:03.372Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3143 | 2024-11-18T19:14:03.390Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3144 | 2024-11-18T19:14:03.538Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3145 | 2024-11-18T19:14:03.650Z | Compiling strum_macros v0.24.3 |
3146 | 2024-11-18T19:14:03.692Z | Compiling samael v0.0.17 |
3147 | 2024-11-18T19:14:03.989Z | Compiling indoc v1.0.9 |
3148 | 2024-11-18T19:14:04.030Z | Compiling diesel_derives v2.2.3 |
3149 | 2024-11-18T19:14:04.934Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3150 | 2024-11-18T19:14:05.224Z | Compiling oso-derive v0.27.3 |
3151 | 2024-11-18T19:14:05.474Z | Compiling derive_builder_macro v0.20.2 |
3152 | 2024-11-18T19:14:06.128Z | Compiling lalrpop v0.19.12 |
3153 | 2024-11-18T19:14:06.286Z | Compiling impl-trait-for-tuples v0.2.2 |
3154 | 2024-11-18T19:14:06.337Z | Checking derive_builder v0.20.2 |
3155 | 2024-11-18T19:14:10.377Z | Checking quick-xml v0.33.0 |
3156 | 2024-11-18T19:14:10.426Z | Compiling diesel-dtrace v0.3.0 |
3157 | 2024-11-18T19:14:10.426Z | Checking maplit v1.0.2 |
3158 | 2024-11-18T19:14:10.426Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3159 | 2024-11-18T19:14:10.426Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3160 | 2024-11-18T19:14:10.426Z | Checking bb8 v0.8.5 |
3161 | 2024-11-18T19:14:10.426Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3162 | 2024-11-18T19:14:10.426Z | Checking castaway v0.2.3 |
3163 | 2024-11-18T19:14:10.426Z | Checking rand_seeder v0.3.0 |
3164 | 2024-11-18T19:14:10.426Z | Checking compact_str v0.8.0 |
3165 | 2024-11-18T19:14:10.426Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3166 | 2024-11-18T19:14:10.426Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3167 | 2024-11-18T19:14:10.426Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3168 | 2024-11-18T19:14:10.516Z | Checking unicode-truncate v1.1.0 |
3169 | 2024-11-18T19:14:10.516Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3170 | 2024-11-18T19:14:10.516Z | Checking lru v0.12.5 |
3171 | 2024-11-18T19:14:10.516Z | Compiling instability v0.3.2 |
3172 | 2024-11-18T19:14:10.516Z | Checking cassowary v0.3.0 |
3173 | 2024-11-18T19:14:10.516Z | Checking unicode-linebreak v0.1.5 |
3174 | 2024-11-18T19:14:10.516Z | Checking is_ci v1.2.0 |
3175 | 2024-11-18T19:14:10.516Z | Checking smawk v0.3.2 |
3176 | 2024-11-18T19:14:10.516Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3177 | 2024-11-18T19:14:10.545Z | Checking supports-color v3.0.1 |
3178 | 2024-11-18T19:14:10.603Z | Checking textwrap v0.16.1 |
3179 | 2024-11-18T19:14:10.730Z | Checking ratatui v0.28.1 |
3180 | 2024-11-18T19:14:10.758Z | Checking multimap v0.10.0 |
3181 | 2024-11-18T19:14:13.985Z | Checking diesel v2.2.4 |
3182 | 2024-11-18T19:14:40.038Z | Compiling polar-core v0.27.3 |
3183 | 2024-11-18T19:14:44.229Z | Checking async-bb8-diesel v0.2.1 |
3184 | 2024-11-18T19:14:47.600Z | Checking oso v0.27.3 |
3185 | 2024-11-18T19:15:57.394Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3186 | 2024-11-18T19:16:03.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s |
3187 | 2024-11-18T19:16:03.945Z | |
3188 | 2024-11-18T19:16:03.945Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (139/171) |
3189 | 2024-11-18T19:16:04.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3190 | 2024-11-18T19:16:04.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3191 | 2024-11-18T19:16:04.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3192 | 2024-11-18T19:16:04.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3193 | 2024-11-18T19:16:04.632Z | |
3194 | 2024-11-18T19:16:04.632Z | info: running `cargo check --bins` on nexus-saga-recovery (140/171) |
3195 | 2024-11-18T19:16:05.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3196 | 2024-11-18T19:16:05.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3197 | 2024-11-18T19:16:05.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3198 | 2024-11-18T19:16:05.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3199 | 2024-11-18T19:16:05.309Z | |
3200 | 2024-11-18T19:16:05.309Z | info: running `cargo check --bins` on nexus-test-utils-macros (141/171) |
3201 | 2024-11-18T19:16:05.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2024-11-18T19:16:05.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2024-11-18T19:16:05.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3204 | 2024-11-18T19:16:05.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3205 | 2024-11-18T19:16:05.930Z | |
3206 | 2024-11-18T19:16:05.930Z | info: running `cargo check --bins` on omicron-nexus (142/171) |
3207 | 2024-11-18T19:16:06.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3208 | 2024-11-18T19:16:06.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3209 | 2024-11-18T19:16:06.747Z | Compiling libz-sys v1.1.20 |
3210 | 2024-11-18T19:16:06.860Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3211 | 2024-11-18T19:16:06.873Z | Compiling vergen v8.3.2 |
3212 | 2024-11-18T19:16:06.877Z | Compiling cargo-platform v0.1.8 |
3213 | 2024-11-18T19:16:06.877Z | Compiling pin-project-internal v1.1.6 |
3214 | 2024-11-18T19:16:06.913Z | Compiling snafu-derive v0.8.5 |
3215 | 2024-11-18T19:16:06.913Z | Compiling libsqlite3-sys v0.30.1 |
3216 | 2024-11-18T19:16:06.917Z | Compiling cfg_aliases v0.2.1 |
3217 | 2024-11-18T19:16:07.043Z | Compiling zip v2.1.3 |
3218 | 2024-11-18T19:16:07.165Z | Checking simd-adler32 v0.3.7 |
3219 | 2024-11-18T19:16:07.350Z | Compiling cargo_metadata v0.18.1 |
3220 | 2024-11-18T19:16:07.436Z | Compiling rustls v0.21.12 |
3221 | 2024-11-18T19:16:07.467Z | Compiling buf-list v1.0.3 |
3222 | 2024-11-18T19:16:07.557Z | Checking bumpalo v3.16.0 |
3223 | 2024-11-18T19:16:07.702Z | Checking lockfree-object-pool v0.1.6 |
3224 | 2024-11-18T19:16:07.927Z | Compiling nix v0.29.0 |
3225 | 2024-11-18T19:16:07.952Z | Checking globset v0.4.15 |
3226 | 2024-11-18T19:16:07.970Z | Checking zopfli v0.8.1 |
3227 | 2024-11-18T19:16:08.210Z | Checking olpc-cjson v0.1.4 |
3228 | 2024-11-18T19:16:08.440Z | Checking sct v0.7.1 |
3229 | 2024-11-18T19:16:08.459Z | Checking rustls-webpki v0.101.7 |
3230 | 2024-11-18T19:16:08.645Z | Checking serde_plain v1.0.2 |
3231 | 2024-11-18T19:16:08.649Z | Checking typed-path v0.9.3 |
3232 | 2024-11-18T19:16:09.561Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3233 | 2024-11-18T19:16:09.853Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3234 | 2024-11-18T19:16:09.965Z | Checking pin-project v1.1.6 |
3235 | 2024-11-18T19:16:09.984Z | Checking hashlink v0.9.1 |
3236 | 2024-11-18T19:16:10.106Z | Checking fallible-iterator v0.3.0 |
3237 | 2024-11-18T19:16:10.140Z | Checking parse-size v1.1.0 |
3238 | 2024-11-18T19:16:10.327Z | Checking fallible-streaming-iterator v0.1.9 |
3239 | 2024-11-18T19:16:10.641Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3240 | 2024-11-18T19:16:10.655Z | Checking rustls-pemfile v1.0.4 |
3241 | 2024-11-18T19:16:10.764Z | Checking rusqlite v0.32.1 |
3242 | 2024-11-18T19:16:10.829Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3243 | 2024-11-18T19:16:11.017Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3244 | 2024-11-18T19:16:11.107Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3245 | 2024-11-18T19:16:11.143Z | Checking twox-hash v1.6.3 |
3246 | 2024-11-18T19:16:11.249Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3247 | 2024-11-18T19:16:11.720Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3248 | 2024-11-18T19:16:12.351Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3249 | 2024-11-18T19:16:12.493Z | Checking tokio-rustls v0.24.1 |
3250 | 2024-11-18T19:16:12.520Z | Checking snafu v0.8.5 |
3251 | 2024-11-18T19:16:12.563Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3252 | 2024-11-18T19:16:12.919Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3253 | 2024-11-18T19:16:12.967Z | Checking fatfs v0.3.6 |
3254 | 2024-11-18T19:16:13.043Z | Checking tough v0.19.0 |
3255 | 2024-11-18T19:16:13.188Z | Checking assert_matches v1.5.0 |
3256 | 2024-11-18T19:16:17.372Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3257 | 2024-11-18T19:16:18.816Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3258 | 2024-11-18T19:16:19.604Z | Compiling git2 v0.19.0 |
3259 | 2024-11-18T19:16:24.530Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3260 | 2024-11-18T19:17:20.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
3261 | 2024-11-18T19:17:20.675Z | |
3262 | 2024-11-18T19:17:20.675Z | info: running `cargo check --bins` on nexus-external-api (143/171) |
3263 | 2024-11-18T19:17:21.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2024-11-18T19:17:21.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2024-11-18T19:17:21.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3266 | 2024-11-18T19:17:21.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3267 | 2024-11-18T19:17:21.371Z | |
3268 | 2024-11-18T19:17:21.371Z | info: running `cargo check --bins` on openapi-manager-types (144/171) |
3269 | 2024-11-18T19:17:21.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2024-11-18T19:17:21.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2024-11-18T19:17:21.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3272 | 2024-11-18T19:17:21.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3273 | 2024-11-18T19:17:21.986Z | |
3274 | 2024-11-18T19:17:21.986Z | info: running `cargo check --bins` on nexus-internal-api (145/171) |
3275 | 2024-11-18T19:17:22.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3276 | 2024-11-18T19:17:22.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3277 | 2024-11-18T19:17:22.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3278 | 2024-11-18T19:17:22.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3279 | 2024-11-18T19:17:22.668Z | |
3280 | 2024-11-18T19:17:22.668Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (146/171) |
3281 | 2024-11-18T19:17:23.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3282 | 2024-11-18T19:17:23.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3283 | 2024-11-18T19:17:23.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3284 | 2024-11-18T19:17:23.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3285 | 2024-11-18T19:17:23.342Z | |
3286 | 2024-11-18T19:17:23.342Z | info: running `cargo check --bins` on nexus-networking (147/171) |
3287 | 2024-11-18T19:17:23.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2024-11-18T19:17:23.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2024-11-18T19:17:23.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3290 | 2024-11-18T19:17:23.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3291 | 2024-11-18T19:17:24.018Z | |
3292 | 2024-11-18T19:17:24.018Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (148/171) |
3293 | 2024-11-18T19:17:24.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3294 | 2024-11-18T19:17:24.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3295 | 2024-11-18T19:17:24.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3296 | 2024-11-18T19:17:24.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3297 | 2024-11-18T19:17:24.699Z | |
3298 | 2024-11-18T19:17:24.700Z | info: running `cargo check --bins` on update-common (149/171) |
3299 | 2024-11-18T19:17:25.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2024-11-18T19:17:25.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2024-11-18T19:17:25.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3302 | 2024-11-18T19:17:25.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3303 | 2024-11-18T19:17:25.359Z | |
3304 | 2024-11-18T19:17:25.359Z | info: running `cargo check --bins` on tufaceous-lib (150/171) |
3305 | 2024-11-18T19:17:25.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3306 | 2024-11-18T19:17:25.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3307 | 2024-11-18T19:17:25.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3308 | 2024-11-18T19:17:25.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3309 | 2024-11-18T19:17:26.017Z | |
3310 | 2024-11-18T19:17:26.017Z | info: running `cargo check --bins` on tufaceous (151/171) |
3311 | 2024-11-18T19:17:26.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3312 | 2024-11-18T19:17:26.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3313 | 2024-11-18T19:17:26.702Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3314 | 2024-11-18T19:17:27.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3315 | 2024-11-18T19:17:27.879Z | |
3316 | 2024-11-18T19:17:27.879Z | info: running `cargo check --bins` on omicron-dev (152/171) |
3317 | 2024-11-18T19:17:28.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2024-11-18T19:17:28.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2024-11-18T19:17:28.747Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3320 | 2024-11-18T19:17:28.873Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3321 | 2024-11-18T19:17:28.875Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3322 | 2024-11-18T19:17:28.875Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3323 | 2024-11-18T19:17:56.275Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3324 | 2024-11-18T19:17:56.275Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3325 | 2024-11-18T19:17:56.277Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3326 | 2024-11-18T19:17:56.277Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3327 | 2024-11-18T19:17:56.277Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3328 | 2024-11-18T19:17:57.248Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3329 | 2024-11-18T19:17:58.518Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3330 | 2024-11-18T19:18:39.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3331 | 2024-11-18T19:18:39.511Z | |
3332 | 2024-11-18T19:18:39.511Z | info: running `cargo check --bins` on openapi-manager (153/171) |
3333 | 2024-11-18T19:18:40.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2024-11-18T19:18:40.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2024-11-18T19:18:40.227Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3336 | 2024-11-18T19:18:40.227Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3337 | 2024-11-18T19:18:40.229Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3338 | 2024-11-18T19:18:41.853Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3339 | 2024-11-18T19:18:42.757Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3340 | 2024-11-18T19:18:43.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
3341 | 2024-11-18T19:18:44.057Z | |
3342 | 2024-11-18T19:18:44.057Z | info: running `cargo check --bins` on installinator-api (154/171) |
3343 | 2024-11-18T19:18:44.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2024-11-18T19:18:44.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2024-11-18T19:18:44.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3346 | 2024-11-18T19:18:44.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3347 | 2024-11-18T19:18:44.723Z | |
3348 | 2024-11-18T19:18:44.723Z | info: running `cargo check --bins` on wicketd-api (155/171) |
3349 | 2024-11-18T19:18:45.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2024-11-18T19:18:45.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2024-11-18T19:18:45.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3352 | 2024-11-18T19:18:45.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3353 | 2024-11-18T19:18:45.406Z | |
3354 | 2024-11-18T19:18:45.406Z | info: running `cargo check --bins` on reconfigurator-cli (156/171) |
3355 | 2024-11-18T19:18:45.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2024-11-18T19:18:45.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2024-11-18T19:18:46.101Z | Compiling petname v2.0.2 |
3358 | 2024-11-18T19:18:46.103Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3359 | 2024-11-18T19:18:46.103Z | Checking sync-ptr v0.1.1 |
3360 | 2024-11-18T19:18:47.583Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3361 | 2024-11-18T19:18:49.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.72s |
3362 | 2024-11-18T19:18:49.313Z | |
3363 | 2024-11-18T19:18:49.313Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (157/171) |
3364 | 2024-11-18T19:18:49.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3365 | 2024-11-18T19:18:49.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3366 | 2024-11-18T19:18:49.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3367 | 2024-11-18T19:18:49.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3368 | 2024-11-18T19:18:49.974Z | |
3369 | 2024-11-18T19:18:49.974Z | info: running `cargo check --bins` on omicron-releng (158/171) |
3370 | 2024-11-18T19:18:50.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3371 | 2024-11-18T19:18:50.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3372 | 2024-11-18T19:18:50.658Z | Checking memmap2 v0.9.5 |
3373 | 2024-11-18T19:18:50.658Z | Checking spin v0.5.2 |
3374 | 2024-11-18T19:18:50.660Z | Checking arrayref v0.3.9 |
3375 | 2024-11-18T19:18:50.660Z | Checking constant_time_eq v0.3.1 |
3376 | 2024-11-18T19:18:50.660Z | Checking arrayvec v0.7.6 |
3377 | 2024-11-18T19:18:50.660Z | Checking topological-sort v0.2.2 |
3378 | 2024-11-18T19:18:50.761Z | Checking shell-words v1.1.0 |
3379 | 2024-11-18T19:18:50.929Z | Checking ring v0.16.20 |
3380 | 2024-11-18T19:18:51.084Z | Checking blake3 v1.5.4 |
3381 | 2024-11-18T19:18:52.104Z | Checking omicron-zone-package v0.11.1 |
3382 | 2024-11-18T19:18:53.244Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3383 | 2024-11-18T19:18:54.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
3384 | 2024-11-18T19:18:54.347Z | |
3385 | 2024-11-18T19:18:54.347Z | info: running `cargo check --bins` on xtask (159/171) |
3386 | 2024-11-18T19:18:54.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3387 | 2024-11-18T19:18:54.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3388 | 2024-11-18T19:18:54.781Z | Checking bitflags v2.6.0 |
3389 | 2024-11-18T19:18:54.784Z | Checking serde v1.0.215 |
3390 | 2024-11-18T19:18:54.784Z | Checking thiserror v1.0.69 |
3391 | 2024-11-18T19:18:54.877Z | Checking scroll v0.12.0 |
3392 | 2024-11-18T19:18:54.879Z | Checking hashbrown v0.15.0 |
3393 | 2024-11-18T19:18:54.888Z | Checking log v0.4.22 |
3394 | 2024-11-18T19:18:54.897Z | Checking zerocopy v0.7.35 |
3395 | 2024-11-18T19:18:54.920Z | Checking syn v2.0.87 |
3396 | 2024-11-18T19:18:54.983Z | Checking pest v2.7.14 |
3397 | 2024-11-18T19:18:55.098Z | Checking rustix v0.38.37 |
3398 | 2024-11-18T19:18:55.154Z | Checking once_cell v1.20.2 |
3399 | 2024-11-18T19:18:55.338Z | Checking goblin v0.8.2 |
3400 | 2024-11-18T19:18:55.471Z | Checking fs-err v2.11.0 |
3401 | 2024-11-18T19:18:55.786Z | Checking tabled v0.15.0 |
3402 | 2024-11-18T19:18:55.947Z | Checking indexmap v2.6.0 |
3403 | 2024-11-18T19:18:56.344Z | Checking anyhow v1.0.93 |
3404 | 2024-11-18T19:18:57.132Z | Checking terminal_size v0.4.0 |
3405 | 2024-11-18T19:18:57.132Z | Checking tempfile v3.13.0 |
3406 | 2024-11-18T19:18:57.275Z | Checking dtrace-parser v0.2.0 |
3407 | 2024-11-18T19:18:57.287Z | Checking clap_builder v4.5.21 |
3408 | 2024-11-18T19:18:59.143Z | Checking serde_json v1.0.132 |
3409 | 2024-11-18T19:18:59.143Z | Checking toml_datetime v0.6.8 |
3410 | 2024-11-18T19:18:59.143Z | Checking serde_spanned v0.6.8 |
3411 | 2024-11-18T19:18:59.146Z | Checking camino v1.1.9 |
3412 | 2024-11-18T19:18:59.146Z | Checking cargo-platform v0.1.8 |
3413 | 2024-11-18T19:18:59.311Z | Checking semver v1.0.23 |
3414 | 2024-11-18T19:18:59.358Z | Checking macaddr v1.0.1 |
3415 | 2024-11-18T19:18:59.476Z | Checking toml_edit v0.22.22 |
3416 | 2024-11-18T19:18:59.716Z | Checking camino-tempfile v1.1.1 |
3417 | 2024-11-18T19:18:59.953Z | Checking clap v4.5.21 |
3418 | 2024-11-18T19:19:00.388Z | Checking dof v0.3.0 |
3419 | 2024-11-18T19:19:00.389Z | Checking cargo_metadata v0.18.1 |
3420 | 2024-11-18T19:19:00.820Z | Checking usdt-impl v0.5.0 |
3421 | 2024-11-18T19:19:01.192Z | Checking usdt v0.5.0 |
3422 | 2024-11-18T19:19:01.343Z | Checking toml v0.8.19 |
3423 | 2024-11-18T19:19:01.834Z | Checking cargo_toml v0.20.5 |
3424 | 2024-11-18T19:19:03.099Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3425 | 2024-11-18T19:19:03.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.38s |
3426 | 2024-11-18T19:19:03.836Z | |
3427 | 2024-11-18T19:19:03.836Z | info: running `cargo check --bins` on end-to-end-tests (160/171) |
3428 | 2024-11-18T19:19:04.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3429 | 2024-11-18T19:19:04.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3430 | 2024-11-18T19:19:04.765Z | Checking polyval v0.6.2 |
3431 | 2024-11-18T19:19:04.767Z | Checking ctr v0.9.2 |
3432 | 2024-11-18T19:19:04.767Z | Checking ssh-encoding v0.2.0 |
3433 | 2024-11-18T19:19:04.767Z | Checking blowfish v0.9.1 |
3434 | 2024-11-18T19:19:04.767Z | Checking password-hash v0.4.2 |
3435 | 2024-11-18T19:19:04.767Z | Checking matches v0.1.10 |
3436 | 2024-11-18T19:19:04.791Z | Checking p521 v0.13.3 |
3437 | 2024-11-18T19:19:04.791Z | Checking p256 v0.13.2 |
3438 | 2024-11-18T19:19:04.868Z | Checking idna v0.2.3 |
3439 | 2024-11-18T19:19:04.939Z | Checking ghash v0.5.1 |
3440 | 2024-11-18T19:19:04.982Z | Checking bcrypt-pbkdf v0.10.0 |
3441 | 2024-11-18T19:19:04.987Z | Compiling enum-as-inner v0.5.1 |
3442 | 2024-11-18T19:19:05.068Z | Checking russh-cryptovec v0.7.3 |
3443 | 2024-11-18T19:19:05.108Z | Checking aes-gcm v0.10.3 |
3444 | 2024-11-18T19:19:05.158Z | Checking pbkdf2 v0.11.0 |
3445 | 2024-11-18T19:19:05.228Z | Checking md5 v0.7.0 |
3446 | 2024-11-18T19:19:05.295Z | Checking num-bigint v0.4.6 |
3447 | 2024-11-18T19:19:05.296Z | Checking des v0.8.1 |
3448 | 2024-11-18T19:19:05.348Z | Checking ssh-cipher v0.2.0 |
3449 | 2024-11-18T19:19:05.442Z | Compiling dhcproto-macros v0.1.0 |
3450 | 2024-11-18T19:19:05.524Z | Checking hex-literal v0.4.1 |
3451 | 2024-11-18T19:19:05.589Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3452 | 2024-11-18T19:19:05.647Z | Checking ssh-key v0.6.6 |
3453 | 2024-11-18T19:19:05.667Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3454 | 2024-11-18T19:19:05.701Z | Checking internet-checksum v0.2.1 |
3455 | 2024-11-18T19:19:06.034Z | Checking trust-dns-proto v0.22.0 |
3456 | 2024-11-18T19:19:06.974Z | Checking russh-keys v0.45.0 |
3457 | 2024-11-18T19:19:07.970Z | Checking russh v0.45.0 |
3458 | 2024-11-18T19:19:08.755Z | Checking dhcproto v0.12.0 |
3459 | 2024-11-18T19:19:26.359Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3460 | 2024-11-18T19:19:27.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.97s |
3461 | 2024-11-18T19:19:28.013Z | |
3462 | 2024-11-18T19:19:28.013Z | info: running `cargo check --bins` on gateway-cli (161/171) |
3463 | 2024-11-18T19:19:28.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3464 | 2024-11-18T19:19:28.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3465 | 2024-11-18T19:19:28.668Z | Checking termios v0.3.3 |
3466 | 2024-11-18T19:19:28.889Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3467 | 2024-11-18T19:19:29.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3468 | 2024-11-18T19:19:29.859Z | |
3469 | 2024-11-18T19:19:29.859Z | info: running `cargo check --bins --no-default-features` on installinator (162/171) |
3470 | 2024-11-18T19:19:30.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3471 | 2024-11-18T19:19:30.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3472 | 2024-11-18T19:19:30.560Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3473 | 2024-11-18T19:19:32.650Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3474 | 2024-11-18T19:19:34.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
3475 | 2024-11-18T19:19:34.732Z | |
3476 | 2024-11-18T19:19:34.732Z | info: running `cargo check --bins` on internal-dns-cli (163/171) |
3477 | 2024-11-18T19:19:35.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3478 | 2024-11-18T19:19:35.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3479 | 2024-11-18T19:19:35.371Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3480 | 2024-11-18T19:19:35.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3481 | 2024-11-18T19:19:36.054Z | |
3482 | 2024-11-18T19:19:36.054Z | info: running `cargo check --bins` on omicron-live-tests (164/171) |
3483 | 2024-11-18T19:19:36.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3484 | 2024-11-18T19:19:36.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3485 | 2024-11-18T19:19:36.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3486 | 2024-11-18T19:19:36.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3487 | 2024-11-18T19:19:36.677Z | |
3488 | 2024-11-18T19:19:36.677Z | info: running `cargo check --bins` on live-tests-macros (165/171) |
3489 | 2024-11-18T19:19:37.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3490 | 2024-11-18T19:19:37.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3491 | 2024-11-18T19:19:37.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3492 | 2024-11-18T19:19:37.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3493 | 2024-11-18T19:19:37.299Z | |
3494 | 2024-11-18T19:19:37.299Z | info: running `cargo check --bins` on omicron-package (166/171) |
3495 | 2024-11-18T19:19:37.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3496 | 2024-11-18T19:19:37.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3497 | 2024-11-18T19:19:37.978Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3498 | 2024-11-18T19:19:39.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3499 | 2024-11-18T19:19:39.511Z | |
3500 | 2024-11-18T19:19:39.511Z | info: running `cargo check --bins` on wicket-dbg (167/171) |
3501 | 2024-11-18T19:19:40.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3502 | 2024-11-18T19:19:40.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3503 | 2024-11-18T19:19:40.219Z | Checking rtoolbox v0.0.2 |
3504 | 2024-11-18T19:19:40.222Z | Checking tui-tree-widget v0.22.0 |
3505 | 2024-11-18T19:19:40.223Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3506 | 2024-11-18T19:19:40.454Z | Checking rpassword v7.3.1 |
3507 | 2024-11-18T19:19:44.657Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3508 | 2024-11-18T19:19:47.791Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3509 | 2024-11-18T19:19:49.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.50s |
3510 | 2024-11-18T19:19:49.233Z | |
3511 | 2024-11-18T19:19:49.233Z | info: running `cargo check --bins` on wicket (168/171) |
3512 | 2024-11-18T19:19:49.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2024-11-18T19:19:49.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2024-11-18T19:19:49.964Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3515 | 2024-11-18T19:19:50.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
3516 | 2024-11-18T19:19:50.585Z | |
3517 | 2024-11-18T19:19:50.585Z | info: running `cargo check --bins` on wicketd (169/171) |
3518 | 2024-11-18T19:19:51.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3519 | 2024-11-18T19:19:51.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3520 | 2024-11-18T19:19:51.325Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3521 | 2024-11-18T19:19:55.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s |
3522 | 2024-11-18T19:19:55.643Z | |
3523 | 2024-11-18T19:19:55.643Z | info: running `cargo check --bins` on omicron-workspace-hack (170/171) |
3524 | 2024-11-18T19:19:56.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3525 | 2024-11-18T19:19:56.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3526 | 2024-11-18T19:19:56.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3527 | 2024-11-18T19:19:56.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3528 | 2024-11-18T19:19:56.273Z | |
3529 | 2024-11-18T19:19:56.273Z | info: running `cargo check --bins` on zone-setup (171/171) |
3530 | 2024-11-18T19:19:56.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3531 | 2024-11-18T19:19:56.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3532 | 2024-11-18T19:19:57.014Z | Checking uzers v0.12.1 |
3533 | 2024-11-18T19:19:57.361Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3534 | 2024-11-18T19:19:58.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
3535 | 2024-11-18T19:19:58.713Z | |
3536 | 2024-11-18T19:19:58.713Z | real 13:27.858739436 |
3537 | 2024-11-18T19:19:58.713Z | user 24:25.857504233 |
3538 | 2024-11-18T19:19:58.715Z | sys 5:24.627430189 |
3539 | 2024-11-18T19:19:58.715Z | trap 0.477036986 |
3540 | 2024-11-18T19:19:58.715Z | tflt 2.323674679 |
3541 | 2024-11-18T19:19:58.715Z | dflt 3.501246264 |
3542 | 2024-11-18T19:19:58.716Z | kflt 0.000682801 |
3543 | 2024-11-18T19:19:58.716Z | lock 47:33.598547609 |
3544 | 2024-11-18T19:19:58.716Z | slp 2:07:47.815084515 |
3545 | 2024-11-18T19:19:58.716Z | lat 1:01.089573934 |
3546 | 2024-11-18T19:19:58.716Z | stop 3:20.302531548 |
3547 | 2024-11-18T19:19:58.716Z | process exited: duration 1138971 ms, exit code 0 |
|
3548 | 2024-11-18T19:19:58.722Z | found 0 output files |