|
|
|
1 | 2024-11-21T18:21:18.470Z | job assigned to worker 01JD7Z8T0MY6GW9W5YJH3JCC96 [factory aws, i-09a6e8c0037a18e26] (queued for 51 s) |
|
2 | 2024-11-21T18:21:25.768Z | starting task 0: "setup" |
3 | 2024-11-21T18:21:25.781Z | ++ uname -s |
4 | 2024-11-21T18:21:25.783Z | + kern=SunOS |
5 | 2024-11-21T18:21:25.783Z | + case "$kern" in |
6 | 2024-11-21T18:21:25.783Z | + groupadd -g 12345 build |
7 | 2024-11-21T18:21:25.786Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-21T18:21:27.794Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-21T18:21:27.894Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-21T18:21:27.896Z | + home_fs=zfs |
11 | 2024-11-21T18:21:27.896Z | + [[ zfs == autofs ]] |
12 | 2024-11-21T18:21:27.896Z | + mkdir -p /home/build |
13 | 2024-11-21T18:21:27.898Z | + chown build:build /home/build /work |
14 | 2024-11-21T18:21:28.900Z | + chmod 0700 /home/build /work |
15 | 2024-11-21T18:21:28.904Z | process exited: duration 3134 ms, exit code 0 |
|
16 | 2024-11-21T18:21:28.910Z | starting task 1: "rust-toolchain" |
17 | 2024-11-21T18:21:28.915Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-21T18:21:28.915Z | ' 1.81.0 |
19 | 2024-11-21T18:21:28.915Z | * toolchain channel = "1.81.0" |
20 | 2024-11-21T18:21:28.915Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-21T18:21:28.915Z | ' default |
22 | 2024-11-21T18:21:28.915Z | * toolchain profile = "default" |
23 | 2024-11-21T18:21:28.918Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-21T18:21:28.918Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-21T18:21:29.101Z | info: downloading installer |
26 | 2024-11-21T18:21:30.420Z | info: profile set to 'default' |
27 | 2024-11-21T18:21:30.420Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-21T18:21:30.423Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-21T18:21:30.575Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-21T18:21:30.575Z | info: downloading component 'cargo' |
31 | 2024-11-21T18:21:31.396Z | info: downloading component 'clippy' |
32 | 2024-11-21T18:21:31.700Z | info: downloading component 'rust-docs' |
33 | 2024-11-21T18:21:32.853Z | info: downloading component 'rust-std' |
34 | 2024-11-21T18:21:34.742Z | info: downloading component 'rustc' |
35 | 2024-11-21T18:21:41.230Z | info: downloading component 'rustfmt' |
36 | 2024-11-21T18:21:41.471Z | info: installing component 'cargo' |
37 | 2024-11-21T18:21:42.286Z | info: installing component 'clippy' |
38 | 2024-11-21T18:21:42.648Z | info: installing component 'rust-docs' |
39 | 2024-11-21T18:21:44.363Z | info: installing component 'rust-std' |
40 | 2024-11-21T18:21:46.139Z | info: installing component 'rustc' |
41 | 2024-11-21T18:21:51.820Z | info: installing component 'rustfmt' |
42 | 2024-11-21T18:21:52.146Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-21T18:21:52.146Z | |
44 | 2024-11-21T18:21:52.513Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-21T18:21:52.513Z | |
46 | 2024-11-21T18:21:52.516Z | |
47 | 2024-11-21T18:21:52.516Z | Rust is installed now. Great! |
48 | 2024-11-21T18:21:52.516Z | |
49 | 2024-11-21T18:21:52.516Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-21T18:21:52.516Z | environment variable. This has not been done automatically. |
51 | 2024-11-21T18:21:52.516Z | |
52 | 2024-11-21T18:21:52.516Z | To configure your current shell, you need to source |
53 | 2024-11-21T18:21:52.516Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-21T18:21:52.516Z | |
55 | 2024-11-21T18:21:52.516Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-21T18:21:52.517Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-21T18:21:52.517Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-21T18:21:52.591Z | + rustc --version |
59 | 2024-11-21T18:21:52.660Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-21T18:21:52.663Z | process exited: duration 23750 ms, exit code 0 |
|
61 | 2024-11-21T18:21:52.669Z | starting task 2: "authentication" |
62 | 2024-11-21T18:21:52.690Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-21T18:21:52.695Z | starting task 3: "clone repository" |
64 | 2024-11-21T18:21:52.700Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-21T18:21:52.703Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-21T18:21:52.736Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-21T18:21:58.714Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-21T18:21:58.714Z | + git fetch origin f3652ccf91d260d340a0c0d82c357acec69236a8 |
69 | 2024-11-21T18:21:58.993Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-21T18:21:58.993Z | * branch f3652ccf91d260d340a0c0d82c357acec69236a8 -> FETCH_HEAD |
71 | 2024-11-21T18:21:59.004Z | + [[ -n john/reconfigurator-storage-4 ]] |
72 | 2024-11-21T18:21:59.007Z | ++ git branch --show-current |
73 | 2024-11-21T18:21:59.009Z | + current=main |
74 | 2024-11-21T18:21:59.009Z | + [[ main != john/reconfigurator-storage-4 ]] |
75 | 2024-11-21T18:21:59.009Z | + git branch -f john/reconfigurator-storage-4 f3652ccf91d260d340a0c0d82c357acec69236a8 |
76 | 2024-11-21T18:21:59.012Z | + git checkout -f john/reconfigurator-storage-4 |
77 | 2024-11-21T18:21:59.200Z | Switched to branch 'john/reconfigurator-storage-4' |
78 | 2024-11-21T18:21:59.202Z | + git reset --hard f3652ccf91d260d340a0c0d82c357acec69236a8 |
79 | 2024-11-21T18:21:59.229Z | HEAD is now at f3652ccf9 fix sim sled-agent generation check |
80 | 2024-11-21T18:21:59.233Z | process exited: duration 6537 ms, exit code 0 |
|
81 | 2024-11-21T18:21:59.239Z | starting task 4: "build" |
82 | 2024-11-21T18:21:59.245Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-21T18:21:59.245Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-21T18:21:59.245Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-21T18:21:59.245Z | + cargo --version |
86 | 2024-11-21T18:21:59.306Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-21T18:21:59.309Z | + rustc --version |
88 | 2024-11-21T18:21:59.376Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-21T18:21:59.379Z | + source ./env.sh |
90 | 2024-11-21T18:21:59.381Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-21T18:21:59.381Z | ++ set -o xtrace |
92 | 2024-11-21T18:21:59.384Z | ++++ dirname ./env.sh |
93 | 2024-11-21T18:21:59.386Z | +++ readlink -f . |
94 | 2024-11-21T18:21:59.389Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-21T18:21:59.389Z | ++ 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-21T18:21:59.389Z | ++ 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-21T18:21:59.389Z | ++ 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-21T18:21:59.389Z | ++ 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-21T18:21:59.389Z | ++ 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-21T18:21:59.389Z | ++ 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-21T18:21:59.389Z | ++ 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-21T18:21:59.389Z | ++ 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-21T18:21:59.389Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-21T18:21:59.389Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-21T18:21:59.389Z | + 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-21T18:21:59.389Z | + 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-21T18:21:59.389Z | + banner prerequisites |
108 | 2024-11-21T18:21:59.394Z | |
109 | 2024-11-21T18:21:59.394Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-21T18:21:59.394Z | # # # # # # # # # # # # # # # |
111 | 2024-11-21T18:21:59.394Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-21T18:21:59.394Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-21T18:21:59.394Z | # # # # # # # # # # # # # # # |
114 | 2024-11-21T18:21:59.394Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-21T18:21:59.395Z | |
116 | 2024-11-21T18:21:59.395Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-21T18:22:05.395Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-21T18:22:09.170Z | Startup: Caching catalogs ... Done |
119 | 2024-11-21T18:22:18.143Z | Planning: Solver setup ... Done (8.247s) |
120 | 2024-11-21T18:22:18.255Z | Planning: Running solver ... Done (0.112s) |
121 | 2024-11-21T18:22:18.353Z | Planning: Finding local manifests ... Done (0.004s) |
122 | 2024-11-21T18:22:18.364Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-21T18:22:19.124Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-21T18:22:19.209Z | Planning: Package planning ... Done (0.106s) |
125 | 2024-11-21T18:22:19.265Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-11-21T18:22:19.461Z | Planning: Checking for conflicting actions ... Done (0.196s) |
127 | 2024-11-21T18:22:21.313Z | Planning: Consolidating action changes ... Done (1.851s) |
128 | 2024-11-21T18:22:21.740Z | Planning: Evaluating mediators ... Done (0.428s) |
129 | 2024-11-21T18:22:21.827Z | Planning: Planning completed in 12.61 seconds |
130 | 2024-11-21T18:22:21.843Z | Packages to install: 4 |
131 | 2024-11-21T18:22:21.843Z | Packages to update: 1 |
132 | 2024-11-21T18:22:21.845Z | Mediators to change: 2 |
133 | 2024-11-21T18:22:21.845Z | Services to change: 1 |
134 | 2024-11-21T18:22:21.845Z | Estimated space available: 155.64 GB |
135 | 2024-11-21T18:22:21.845Z | Estimated space to be consumed: 1.60 GB |
136 | 2024-11-21T18:22:21.845Z | Create boot environment: No |
137 | 2024-11-21T18:22:21.845Z | Create backup boot environment: Yes |
138 | 2024-11-21T18:22:21.845Z | Rebuild boot archive: No |
139 | 2024-11-21T18:22:21.846Z | |
140 | 2024-11-21T18:22:21.846Z | Changed mediators: |
141 | 2024-11-21T18:22:21.846Z | mediator clang: |
142 | 2024-11-21T18:22:21.846Z | version: None -> 15 (system default) |
143 | 2024-11-21T18:22:21.846Z | |
144 | 2024-11-21T18:22:21.846Z | mediator llvm: |
145 | 2024-11-21T18:22:21.846Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-21T18:22:21.846Z | |
147 | 2024-11-21T18:22:21.846Z | Changed packages: |
148 | 2024-11-21T18:22:21.846Z | helios-dev |
149 | 2024-11-21T18:22:21.846Z | developer/build-essential |
150 | 2024-11-21T18:22:21.846Z | None -> 11-2.0 |
151 | 2024-11-21T18:22:21.846Z | library/libxmlsec1 |
152 | 2024-11-21T18:22:21.846Z | None -> 1.2.35-2.0 |
153 | 2024-11-21T18:22:21.846Z | ooce/developer/clang-15 |
154 | 2024-11-21T18:22:21.846Z | None -> 15.0.7-2.0 |
155 | 2024-11-21T18:22:21.846Z | ooce/developer/llvm-15 |
156 | 2024-11-21T18:22:21.847Z | None -> 15.0.7-2.0 |
157 | 2024-11-21T18:22:21.847Z | package/pkg |
158 | 2024-11-21T18:22:21.847Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-21T18:22:21.847Z | |
160 | 2024-11-21T18:22:21.847Z | Services: |
161 | 2024-11-21T18:22:21.847Z | restart_fmri: |
162 | 2024-11-21T18:22:21.847Z | svc:/system/update-man-index:default |
163 | 2024-11-21T18:22:21.847Z | |
164 | 2024-11-21T18:22:21.847Z | Editable files to change: |
165 | 2024-11-21T18:22:21.847Z | Update: |
166 | 2024-11-21T18:22:21.847Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-21T18:22:21.923Z | |
168 | 2024-11-21T18:22:21.923Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-21T18:22:26.924Z | Download: 1476/4281 items 117.3/220.6MB 53% complete (23.7M/s) |
170 | 2024-11-21T18:22:31.927Z | Download: 3232/4281 items 168.2/220.6MB 76% complete (16.8M/s) |
171 | 2024-11-21T18:22:37.078Z | Download: 3287/4281 items 211.8/220.6MB 95% complete (16.0M/s) |
172 | 2024-11-21T18:22:42.081Z | Download: 3938/4281 items 218.0/220.6MB 98% complete (4.9M/s) |
173 | 2024-11-21T18:22:43.723Z | Download: Completed 220.60 MB in 21.80 seconds (10.1M/s) |
174 | 2024-11-21T18:22:45.685Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-11-21T18:22:45.704Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-11-21T18:22:50.466Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-11-21T18:22:50.785Z | Actions: Completed 5063 actions in 5.10 seconds. |
178 | 2024-11-21T18:22:51.011Z | Done (0.217s) |
179 | 2024-11-21T18:22:51.013Z | Done (0.000s) |
180 | 2024-11-21T18:22:51.556Z | Done (0.544s) |
181 | 2024-11-21T18:22:56.319Z | Done (4.547s) |
182 | 2024-11-21T18:22:56.416Z | Done (0.019s) |
183 | 2024-11-21T18:22:56.419Z | Done (0.000s) |
184 | 2024-11-21T18:22:56.577Z | Done (0.000s) |
185 | 2024-11-21T18:22:57.288Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-11-21T18:22:57.453Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-11-21T18:22:57.455Z | Planning: Consolidating action changes ... Done |
188 | 2024-11-21T18:22:57.736Z | Planning: Evaluating mediators ... Done |
189 | 2024-11-21T18:22:57.738Z | Planning: Planning completed in 0.45 seconds |
190 | 2024-11-21T18:22:57.778Z | Mediators to change: 2 |
191 | 2024-11-21T18:22:57.778Z | Create boot environment: No |
192 | 2024-11-21T18:22:57.779Z | Create backup boot environment: No |
193 | 2024-11-21T18:22:57.856Z | Done |
194 | 2024-11-21T18:22:57.856Z | Done |
195 | 2024-11-21T18:22:58.207Z | Done |
196 | 2024-11-21T18:23:02.264Z | Done |
197 | 2024-11-21T18:23:02.359Z | Done |
198 | 2024-11-21T18:23:02.361Z | Done |
199 | 2024-11-21T18:23:02.491Z | Done |
200 | 2024-11-21T18:23:03.142Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-11-21T18:23:03.145Z | Planning: Merging actions ... Done |
202 | 2024-11-21T18:23:03.341Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-11-21T18:23:03.344Z | Planning: Consolidating action changes ... Done |
204 | 2024-11-21T18:23:03.624Z | Planning: Evaluating mediators ... Done |
205 | 2024-11-21T18:23:03.685Z | Planning: Planning completed in 0.80 seconds |
206 | 2024-11-21T18:23:03.728Z | Packages to change: 1 |
207 | 2024-11-21T18:23:03.729Z | Mediators to change: 1 |
208 | 2024-11-21T18:23:03.739Z | Services to change: 1 |
209 | 2024-11-21T18:23:03.739Z | Create boot environment: No |
210 | 2024-11-21T18:23:03.739Z | Create backup boot environment: Yes |
211 | 2024-11-21T18:23:05.837Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-11-21T18:23:05.837Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-11-21T18:23:05.837Z | Done |
214 | 2024-11-21T18:23:05.837Z | Done |
215 | 2024-11-21T18:23:05.946Z | Done |
216 | 2024-11-21T18:23:09.889Z | Done |
217 | 2024-11-21T18:23:09.985Z | Done |
218 | 2024-11-21T18:23:09.987Z | Done |
219 | 2024-11-21T18:23:10.103Z | Done |
220 | 2024-11-21T18:23:10.563Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-11-21T18:23:10.563Z | clang system 15 system |
222 | 2024-11-21T18:23:10.563Z | csh system system illumos |
223 | 2024-11-21T18:23:10.563Z | ctags system system illumos |
224 | 2024-11-21T18:23:10.564Z | gcc vendor 12 vendor |
225 | 2024-11-21T18:23:10.564Z | gcc system 10 system |
226 | 2024-11-21T18:23:10.564Z | gcc system 7 system |
227 | 2024-11-21T18:23:10.564Z | go system 1.20 system |
228 | 2024-11-21T18:23:10.564Z | go system 1.19 system |
229 | 2024-11-21T18:23:10.564Z | llvm system 15 system |
230 | 2024-11-21T18:23:10.564Z | llvm system 14 system |
231 | 2024-11-21T18:23:10.564Z | mariadb system 10.6 system |
232 | 2024-11-21T18:23:10.564Z | mta vendor vendor dma |
233 | 2024-11-21T18:23:10.564Z | openjdk system 17 system |
234 | 2024-11-21T18:23:10.564Z | openjdk system 11 system |
235 | 2024-11-21T18:23:10.564Z | openjdk system 1.8 system |
236 | 2024-11-21T18:23:10.564Z | openssl vendor 3 vendor |
237 | 2024-11-21T18:23:10.564Z | perl system 5.36 system |
238 | 2024-11-21T18:23:10.564Z | postgresql system 15 system |
239 | 2024-11-21T18:23:10.564Z | postgresql system 13 system |
240 | 2024-11-21T18:23:10.565Z | python vendor 3 vendor |
241 | 2024-11-21T18:23:10.565Z | python system 2 system |
242 | 2024-11-21T18:23:10.565Z | python3 system 3.11 system |
243 | 2024-11-21T18:23:10.565Z | ruby system 3.0 system |
244 | 2024-11-21T18:23:10.565Z | words vendor vendor american-english |
245 | 2024-11-21T18:23:10.565Z | words system system australian-english |
246 | 2024-11-21T18:23:10.565Z | words system system british-english |
247 | 2024-11-21T18:23:10.565Z | words system system canadian-english |
248 | 2024-11-21T18:23:10.565Z | words system system french |
249 | 2024-11-21T18:23:10.565Z | words system system italian |
250 | 2024-11-21T18:23:10.565Z | words system system ngerman |
251 | 2024-11-21T18:23:10.565Z | words system system ogerman |
252 | 2024-11-21T18:23:10.565Z | words system system spanish |
253 | 2024-11-21T18:23:10.911Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-11-21T18:23:10.911Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-11-21T18:23:13.523Z | FMRI IFO |
256 | 2024-11-21T18:23:13.524Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-11-21T18:23:13.524Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-11-21T18:23:13.524Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-11-21T18:23:13.524Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-11-21T18:23:13.524Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-11-21T18:23:13.524Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-11-21T18:23:13.524Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-11-21T18:23:13.524Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-11-21T18:23:13.524Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-11-21T18:23:13.524Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2024-11-21T18:23:13.525Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-11-21T18:23:13.525Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-11-21T18:23:13.525Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2024-11-21T18:23:13.525Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-11-21T18:23:13.525Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-11-21T18:23:14.305Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-11-21T18:23:14.570Z | Updating crates.io index |
273 | 2024-11-21T18:23:14.573Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-11-21T18:23:15.463Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-11-21T18:23:15.695Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-11-21T18:23:16.036Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-11-21T18:23:16.321Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-11-21T18:23:17.183Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-11-21T18:23:19.540Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-11-21T18:23:20.686Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-11-21T18:23:21.393Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-11-21T18:23:21.663Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-11-21T18:23:21.938Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-11-21T18:23:22.600Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-11-21T18:23:23.298Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-11-21T18:23:23.590Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-11-21T18:23:23.916Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-11-21T18:23:24.174Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-11-21T18:23:24.403Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-11-21T18:23:24.672Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-11-21T18:23:24.951Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-11-21T18:23:25.365Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-11-21T18:23:25.636Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-11-21T18:23:26.137Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-11-21T18:23:26.524Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
296 | 2024-11-21T18:23:27.119Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
297 | 2024-11-21T18:23:27.591Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-11-21T18:23:28.009Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
299 | 2024-11-21T18:23:28.270Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-11-21T18:23:28.514Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-11-21T18:23:28.844Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-11-21T18:23:30.264Z | Downloading crates ... |
303 | 2024-11-21T18:23:30.329Z | Downloaded autocfg v1.4.0 |
304 | 2024-11-21T18:23:30.337Z | Downloaded thiserror v1.0.69 |
305 | 2024-11-21T18:23:30.351Z | Downloaded dof v0.3.0 |
306 | 2024-11-21T18:23:30.356Z | Downloaded fs-err v2.11.0 |
307 | 2024-11-21T18:23:30.358Z | Downloaded unicode-linebreak v0.1.5 |
308 | 2024-11-21T18:23:30.361Z | Downloaded itoa v1.0.11 |
309 | 2024-11-21T18:23:30.369Z | Downloaded typenum v1.17.0 |
310 | 2024-11-21T18:23:30.385Z | Downloaded serde v1.0.215 |
311 | 2024-11-21T18:23:30.397Z | Downloaded toml_edit v0.22.22 |
312 | 2024-11-21T18:23:30.419Z | Downloaded syn v1.0.109 |
313 | 2024-11-21T18:23:30.429Z | Downloaded winnow v0.6.20 |
314 | 2024-11-21T18:23:30.437Z | Downloaded anstyle-query v1.1.1 |
315 | 2024-11-21T18:23:30.441Z | Downloaded cpufeatures v0.2.14 |
316 | 2024-11-21T18:23:30.443Z | Downloaded cargo_metadata v0.18.1 |
317 | 2024-11-21T18:23:30.444Z | Downloaded anstyle v1.0.10 |
318 | 2024-11-21T18:23:30.444Z | Downloaded byteorder v1.5.0 |
319 | 2024-11-21T18:23:30.446Z | Downloaded anstream v0.6.15 |
320 | 2024-11-21T18:23:30.449Z | Downloaded equivalent v1.0.1 |
321 | 2024-11-21T18:23:30.451Z | Downloaded dtrace-parser v0.2.0 |
322 | 2024-11-21T18:23:30.452Z | Downloaded clap_lex v0.7.2 |
323 | 2024-11-21T18:23:30.452Z | Downloaded cfg-if v1.0.0 |
324 | 2024-11-21T18:23:30.452Z | Downloaded block-buffer v0.10.4 |
325 | 2024-11-21T18:23:30.455Z | Downloaded serde_json v1.0.132 |
326 | 2024-11-21T18:23:30.460Z | Downloaded scroll_derive v0.12.0 |
327 | 2024-11-21T18:23:30.462Z | Downloaded anstyle-parse v0.2.5 |
328 | 2024-11-21T18:23:30.462Z | Downloaded colorchoice v1.0.2 |
329 | 2024-11-21T18:23:30.465Z | Downloaded cargo_toml v0.20.5 |
330 | 2024-11-21T18:23:30.465Z | Downloaded camino-tempfile v1.1.1 |
331 | 2024-11-21T18:23:30.469Z | Downloaded pretty-hex v0.4.1 |
332 | 2024-11-21T18:23:30.469Z | Downloaded bytecount v0.6.8 |
333 | 2024-11-21T18:23:30.474Z | Downloaded anyhow v1.0.93 |
334 | 2024-11-21T18:23:30.478Z | Downloaded is_terminal_polyfill v1.70.1 |
335 | 2024-11-21T18:23:30.480Z | Downloaded heck v0.5.0 |
336 | 2024-11-21T18:23:30.481Z | Downloaded heck v0.4.1 |
337 | 2024-11-21T18:23:30.483Z | Downloaded generic-array v0.14.7 |
338 | 2024-11-21T18:23:30.483Z | Downloaded fnv v1.0.7 |
339 | 2024-11-21T18:23:30.485Z | Downloaded memmap v0.7.0 |
340 | 2024-11-21T18:23:30.485Z | Downloaded camino v1.1.9 |
341 | 2024-11-21T18:23:30.488Z | Downloaded fastrand v2.1.1 |
342 | 2024-11-21T18:23:30.490Z | Downloaded errno v0.3.9 |
343 | 2024-11-21T18:23:30.491Z | Downloaded digest v0.10.7 |
344 | 2024-11-21T18:23:30.493Z | Downloaded crypto-common v0.1.6 |
345 | 2024-11-21T18:23:30.493Z | Downloaded cargo-platform v0.1.8 |
346 | 2024-11-21T18:23:30.495Z | Downloaded usdt-attr-macro v0.5.0 |
347 | 2024-11-21T18:23:30.495Z | Downloaded swrite v0.1.0 |
348 | 2024-11-21T18:23:30.499Z | Downloaded clap_derive v4.5.18 |
349 | 2024-11-21T18:23:30.511Z | Downloaded serde_tokenstream v0.2.2 |
350 | 2024-11-21T18:23:30.513Z | Downloaded plain v0.2.3 |
351 | 2024-11-21T18:23:30.516Z | Downloaded pest_generator v2.7.14 |
352 | 2024-11-21T18:23:30.516Z | Downloaded macaddr v1.0.1 |
353 | 2024-11-21T18:23:30.519Z | Downloaded proc-macro-error-attr v1.0.4 |
354 | 2024-11-21T18:23:30.521Z | Downloaded bitflags v2.6.0 |
355 | 2024-11-21T18:23:30.524Z | Downloaded version_check v0.9.5 |
356 | 2024-11-21T18:23:30.526Z | Downloaded thiserror-impl v1.0.69 |
357 | 2024-11-21T18:23:30.526Z | Downloaded clap v4.5.21 |
358 | 2024-11-21T18:23:30.535Z | Downloaded utf8parse v0.2.2 |
359 | 2024-11-21T18:23:30.537Z | Downloaded toml_datetime v0.6.8 |
360 | 2024-11-21T18:23:30.540Z | Downloaded terminal_size v0.4.0 |
361 | 2024-11-21T18:23:30.542Z | Downloaded usdt-macro v0.5.0 |
362 | 2024-11-21T18:23:30.542Z | Downloaded usdt v0.5.0 |
363 | 2024-11-21T18:23:30.542Z | Downloaded thread-id v4.2.2 |
364 | 2024-11-21T18:23:30.544Z | Downloaded tabled_derive v0.7.0 |
365 | 2024-11-21T18:23:30.544Z | Downloaded strsim v0.11.1 |
366 | 2024-11-21T18:23:30.544Z | Downloaded serde_spanned v0.6.8 |
367 | 2024-11-21T18:23:30.547Z | Downloaded semver v1.0.23 |
368 | 2024-11-21T18:23:30.549Z | Downloaded sha2 v0.10.8 |
369 | 2024-11-21T18:23:30.551Z | Downloaded quote v1.0.37 |
370 | 2024-11-21T18:23:30.554Z | Downloaded pest_derive v2.7.14 |
371 | 2024-11-21T18:23:30.557Z | Downloaded proc-macro-error v1.0.4 |
372 | 2024-11-21T18:23:30.560Z | Downloaded zerocopy-derive v0.7.35 |
373 | 2024-11-21T18:23:30.564Z | Downloaded usdt-impl v0.5.0 |
374 | 2024-11-21T18:23:30.566Z | Downloaded tempfile v3.13.0 |
375 | 2024-11-21T18:23:30.569Z | Downloaded scroll v0.12.0 |
376 | 2024-11-21T18:23:30.571Z | Downloaded log v0.4.22 |
377 | 2024-11-21T18:23:30.574Z | Downloaded smawk v0.3.2 |
378 | 2024-11-21T18:23:30.574Z | Downloaded once_cell v1.20.2 |
379 | 2024-11-21T18:23:30.576Z | Downloaded textwrap v0.16.1 |
380 | 2024-11-21T18:23:30.578Z | Downloaded ryu v1.0.18 |
381 | 2024-11-21T18:23:30.581Z | Downloaded pest_meta v2.7.14 |
382 | 2024-11-21T18:23:30.584Z | Downloaded unicode-ident v1.0.13 |
383 | 2024-11-21T18:23:30.587Z | Downloaded toml v0.8.19 |
384 | 2024-11-21T18:23:30.590Z | Downloaded ucd-trie v0.1.7 |
385 | 2024-11-21T18:23:30.593Z | Downloaded proc-macro2 v1.0.89 |
386 | 2024-11-21T18:23:30.596Z | Downloaded papergrid v0.11.0 |
387 | 2024-11-21T18:23:30.603Z | Downloaded serde_derive v1.0.215 |
388 | 2024-11-21T18:23:30.621Z | Downloaded memchr v2.7.4 |
389 | 2024-11-21T18:23:30.626Z | Downloaded indexmap v2.6.0 |
390 | 2024-11-21T18:23:30.640Z | Downloaded hashbrown v0.15.0 |
391 | 2024-11-21T18:23:30.657Z | Downloaded rustix v0.38.37 |
392 | 2024-11-21T18:23:30.680Z | Downloaded zerocopy v0.7.35 |
393 | 2024-11-21T18:23:30.694Z | Downloaded pest v2.7.14 |
394 | 2024-11-21T18:23:30.699Z | Downloaded goblin v0.8.2 |
395 | 2024-11-21T18:23:30.704Z | Downloaded clap_builder v4.5.21 |
396 | 2024-11-21T18:23:30.711Z | Downloaded tabled v0.15.0 |
397 | 2024-11-21T18:23:30.727Z | Downloaded unicode-width v0.1.14 |
398 | 2024-11-21T18:23:30.734Z | Downloaded syn v2.0.87 |
399 | 2024-11-21T18:23:30.763Z | Downloaded libc v0.2.162 |
400 | 2024-11-21T18:23:31.076Z | Compiling proc-macro2 v1.0.89 |
401 | 2024-11-21T18:23:31.076Z | Compiling unicode-ident v1.0.13 |
402 | 2024-11-21T18:23:31.079Z | Compiling serde v1.0.215 |
403 | 2024-11-21T18:23:31.079Z | Compiling version_check v0.9.5 |
404 | 2024-11-21T18:23:31.079Z | Compiling thiserror v1.0.69 |
405 | 2024-11-21T18:23:31.079Z | Compiling memchr v2.7.4 |
406 | 2024-11-21T18:23:31.079Z | Compiling libc v0.2.162 |
407 | 2024-11-21T18:23:31.112Z | Compiling itoa v1.0.11 |
408 | 2024-11-21T18:23:31.333Z | Compiling ucd-trie v0.1.7 |
409 | 2024-11-21T18:23:31.405Z | Compiling ryu v1.0.18 |
410 | 2024-11-21T18:23:31.829Z | Compiling once_cell v1.20.2 |
411 | 2024-11-21T18:23:31.978Z | Compiling byteorder v1.5.0 |
412 | 2024-11-21T18:23:32.000Z | Compiling serde_json v1.0.132 |
413 | 2024-11-21T18:23:32.171Z | Compiling rustix v0.38.37 |
414 | 2024-11-21T18:23:32.366Z | Compiling bitflags v2.6.0 |
415 | 2024-11-21T18:23:32.473Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-11-21T18:23:32.781Z | Compiling usdt-impl v0.5.0 |
417 | 2024-11-21T18:23:32.841Z | Compiling syn v1.0.109 |
418 | 2024-11-21T18:23:32.935Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-11-21T18:23:32.960Z | Compiling quote v1.0.37 |
420 | 2024-11-21T18:23:33.128Z | Compiling utf8parse v0.2.2 |
421 | 2024-11-21T18:23:33.221Z | Compiling plain v0.2.3 |
422 | 2024-11-21T18:23:33.270Z | Compiling log v0.4.22 |
423 | 2024-11-21T18:23:33.298Z | Compiling errno v0.3.9 |
424 | 2024-11-21T18:23:33.377Z | Compiling syn v2.0.87 |
425 | 2024-11-21T18:23:33.616Z | Compiling hashbrown v0.15.0 |
426 | 2024-11-21T18:23:33.641Z | Compiling equivalent v1.0.1 |
427 | 2024-11-21T18:23:33.665Z | Compiling camino v1.1.9 |
428 | 2024-11-21T18:23:33.768Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-11-21T18:23:34.047Z | Compiling thread-id v4.2.2 |
430 | 2024-11-21T18:23:34.281Z | Compiling semver v1.0.23 |
431 | 2024-11-21T18:23:34.404Z | Compiling pretty-hex v0.4.1 |
432 | 2024-11-21T18:23:34.547Z | Compiling anstyle-query v1.1.1 |
433 | 2024-11-21T18:23:34.651Z | Compiling winnow v0.6.20 |
434 | 2024-11-21T18:23:34.706Z | Compiling anstyle v1.0.10 |
435 | 2024-11-21T18:23:34.762Z | Compiling unicode-width v0.1.14 |
436 | 2024-11-21T18:23:34.846Z | Compiling indexmap v2.6.0 |
437 | 2024-11-21T18:23:34.935Z | Compiling is_terminal_polyfill v1.70.1 |
438 | 2024-11-21T18:23:35.120Z | Compiling autocfg v1.4.0 |
439 | 2024-11-21T18:23:35.175Z | Compiling colorchoice v1.0.2 |
440 | 2024-11-21T18:23:35.356Z | Compiling anstream v0.6.15 |
441 | 2024-11-21T18:23:35.765Z | Compiling terminal_size v0.4.0 |
442 | 2024-11-21T18:23:36.022Z | Compiling fnv v1.0.7 |
443 | 2024-11-21T18:23:36.177Z | Compiling fastrand v2.1.1 |
444 | 2024-11-21T18:23:36.212Z | Compiling heck v0.5.0 |
445 | 2024-11-21T18:23:36.412Z | Compiling fs-err v2.11.0 |
446 | 2024-11-21T18:23:36.413Z | Compiling heck v0.4.1 |
447 | 2024-11-21T18:23:36.522Z | Compiling clap_lex v0.7.2 |
448 | 2024-11-21T18:23:36.734Z | Compiling strsim v0.11.1 |
449 | 2024-11-21T18:23:36.918Z | Compiling bytecount v0.6.8 |
450 | 2024-11-21T18:23:37.068Z | Compiling anyhow v1.0.93 |
451 | 2024-11-21T18:23:37.158Z | Compiling cfg-if v1.0.0 |
452 | 2024-11-21T18:23:37.235Z | Compiling clap_builder v4.5.21 |
453 | 2024-11-21T18:23:37.267Z | Compiling tempfile v3.13.0 |
454 | 2024-11-21T18:23:37.481Z | Compiling papergrid v0.11.0 |
455 | 2024-11-21T18:23:37.868Z | Compiling memmap v0.7.0 |
456 | 2024-11-21T18:23:38.125Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-11-21T18:23:38.169Z | Compiling smawk v0.3.2 |
458 | 2024-11-21T18:23:38.641Z | Compiling textwrap v0.16.1 |
459 | 2024-11-21T18:23:38.700Z | Compiling swrite v0.1.0 |
460 | 2024-11-21T18:23:39.823Z | Compiling tabled_derive v0.7.0 |
461 | 2024-11-21T18:23:41.569Z | Compiling tabled v0.15.0 |
462 | 2024-11-21T18:23:42.818Z | Compiling serde_derive v1.0.215 |
463 | 2024-11-21T18:23:42.821Z | Compiling thiserror-impl v1.0.69 |
464 | 2024-11-21T18:23:42.869Z | Compiling zerocopy-derive v0.7.35 |
465 | 2024-11-21T18:23:42.895Z | Compiling scroll_derive v0.12.0 |
466 | 2024-11-21T18:23:43.187Z | Compiling clap_derive v4.5.18 |
467 | 2024-11-21T18:23:44.216Z | Compiling scroll v0.12.0 |
468 | 2024-11-21T18:23:44.730Z | Compiling goblin v0.8.2 |
469 | 2024-11-21T18:23:44.823Z | Compiling zerocopy v0.7.35 |
470 | 2024-11-21T18:23:45.558Z | Compiling pest v2.7.14 |
471 | 2024-11-21T18:23:47.047Z | Compiling clap v4.5.21 |
472 | 2024-11-21T18:23:47.964Z | Compiling pest_meta v2.7.14 |
473 | 2024-11-21T18:23:48.853Z | Compiling pest_generator v2.7.14 |
474 | 2024-11-21T18:23:50.909Z | Compiling pest_derive v2.7.14 |
475 | 2024-11-21T18:23:51.627Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-11-21T18:23:53.379Z | Compiling serde_spanned v0.6.8 |
477 | 2024-11-21T18:23:53.379Z | Compiling toml_datetime v0.6.8 |
478 | 2024-11-21T18:23:53.382Z | Compiling cargo-platform v0.1.8 |
479 | 2024-11-21T18:23:53.770Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-11-21T18:23:54.006Z | Compiling toml_edit v0.22.22 |
481 | 2024-11-21T18:23:54.085Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-11-21T18:23:54.108Z | Compiling macaddr v1.0.1 |
483 | 2024-11-21T18:23:54.932Z | Compiling dof v0.3.0 |
484 | 2024-11-21T18:23:54.932Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-11-21T18:23:56.902Z | Compiling toml v0.8.19 |
486 | 2024-11-21T18:23:57.036Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-11-21T18:23:57.036Z | Compiling usdt-macro v0.5.0 |
488 | 2024-11-21T18:23:57.845Z | Compiling cargo_toml v0.20.5 |
489 | 2024-11-21T18:23:58.377Z | Compiling usdt v0.5.0 |
490 | 2024-11-21T18:24:01.527Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-11-21T18:24:05.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.74s |
492 | 2024-11-21T18:24:06.089Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-11-21T18:24:06.654Z | Downloading crates ... |
494 | 2024-11-21T18:24:06.835Z | Downloaded addr2line v0.24.2 |
495 | 2024-11-21T18:24:06.842Z | Downloaded aead v0.5.2 |
496 | 2024-11-21T18:24:06.845Z | Downloaded adler2 v2.0.0 |
497 | 2024-11-21T18:24:06.847Z | Downloaded array-init v0.0.4 |
498 | 2024-11-21T18:24:06.852Z | Downloaded argon2 v0.5.3 |
499 | 2024-11-21T18:24:06.861Z | Downloaded ahash v0.8.11 |
500 | 2024-11-21T18:24:06.865Z | Downloaded allocator-api2 v0.2.18 |
501 | 2024-11-21T18:24:06.867Z | Downloaded darling v0.20.10 |
502 | 2024-11-21T18:24:06.872Z | Downloaded arc-swap v1.7.1 |
503 | 2024-11-21T18:24:06.876Z | Downloaded aes v0.8.4 |
504 | 2024-11-21T18:24:06.880Z | Downloaded aho-corasick v1.1.3 |
505 | 2024-11-21T18:24:06.888Z | Downloaded http v1.1.0 |
506 | 2024-11-21T18:24:06.893Z | Downloaded async-bb8-diesel v0.2.1 |
507 | 2024-11-21T18:24:06.896Z | Downloaded http-body v1.0.1 |
508 | 2024-11-21T18:24:06.898Z | Downloaded hex v0.4.3 |
509 | 2024-11-21T18:24:06.901Z | Downloaded atty v0.2.14 |
510 | 2024-11-21T18:24:06.901Z | Downloaded atomic-waker v1.1.2 |
511 | 2024-11-21T18:24:06.903Z | Downloaded hex-literal v0.4.1 |
512 | 2024-11-21T18:24:06.903Z | Downloaded assert_matches v1.5.0 |
513 | 2024-11-21T18:24:06.906Z | Downloaded heck v0.3.3 |
514 | 2024-11-21T18:24:06.908Z | Downloaded atomicwrites v0.4.4 |
515 | 2024-11-21T18:24:06.910Z | Downloaded http-range v0.1.5 |
516 | 2024-11-21T18:24:06.910Z | Downloaded headers-core v0.3.0 |
517 | 2024-11-21T18:24:06.910Z | Downloaded async-trait v0.1.83 |
518 | 2024-11-21T18:24:06.915Z | Downloaded highway v1.2.0 |
519 | 2024-11-21T18:24:06.917Z | Downloaded http-body-util v0.1.2 |
520 | 2024-11-21T18:24:06.920Z | Downloaded backtrace v0.3.74 |
521 | 2024-11-21T18:24:06.925Z | Downloaded hubpack v0.1.2 |
522 | 2024-11-21T18:24:06.927Z | Downloaded httpdate v1.0.3 |
523 | 2024-11-21T18:24:06.930Z | Downloaded hmac v0.12.1 |
524 | 2024-11-21T18:24:06.932Z | Downloaded bb8 v0.8.5 |
525 | 2024-11-21T18:24:06.932Z | Downloaded base16ct v0.2.0 |
526 | 2024-11-21T18:24:06.935Z | Downloaded aws-lc-rs v1.10.0 |
527 | 2024-11-21T18:24:06.946Z | Downloaded instant v0.1.13 |
528 | 2024-11-21T18:24:06.950Z | Downloaded bit-vec v0.6.3 |
529 | 2024-11-21T18:24:06.952Z | Downloaded hubpack_derive v0.1.1 |
530 | 2024-11-21T18:24:06.953Z | Downloaded cfg_aliases v0.1.1 |
531 | 2024-11-21T18:24:06.953Z | Downloaded bcs v0.1.6 |
532 | 2024-11-21T18:24:06.956Z | Downloaded bcrypt-pbkdf v0.10.0 |
533 | 2024-11-21T18:24:06.959Z | Downloaded backoff v0.4.0 |
534 | 2024-11-21T18:24:06.962Z | Downloaded crunchy v0.2.2 |
535 | 2024-11-21T18:24:06.962Z | Downloaded cfg_aliases v0.2.1 |
536 | 2024-11-21T18:24:06.962Z | Downloaded ident_case v1.0.1 |
537 | 2024-11-21T18:24:06.964Z | Downloaded icu_provider_macros v1.5.0 |
538 | 2024-11-21T18:24:06.964Z | Downloaded httparse v1.9.5 |
539 | 2024-11-21T18:24:06.966Z | Downloaded heapless v0.7.17 |
540 | 2024-11-21T18:24:06.971Z | Downloaded hyper-tls v0.6.0 |
541 | 2024-11-21T18:24:06.973Z | Downloaded humantime v2.1.0 |
542 | 2024-11-21T18:24:06.975Z | Downloaded cstr-argument v0.1.2 |
543 | 2024-11-21T18:24:06.977Z | Downloaded crucible-workspace-hack v0.1.0 |
544 | 2024-11-21T18:24:06.977Z | Downloaded ciborium-io v0.2.2 |
545 | 2024-11-21T18:24:06.979Z | Downloaded blowfish v0.9.1 |
546 | 2024-11-21T18:24:06.981Z | Downloaded block-padding v0.3.3 |
547 | 2024-11-21T18:24:06.981Z | Downloaded bitflags v1.3.2 |
548 | 2024-11-21T18:24:06.985Z | Downloaded matches v0.1.10 |
549 | 2024-11-21T18:24:06.987Z | Downloaded curve25519-dalek-derive v0.1.1 |
550 | 2024-11-21T18:24:06.989Z | Downloaded md5 v0.7.0 |
551 | 2024-11-21T18:24:06.989Z | Downloaded cobs v0.2.3 |
552 | 2024-11-21T18:24:06.991Z | Downloaded bitfield-struct v0.6.2 |
553 | 2024-11-21T18:24:06.991Z | Downloaded is_ci v1.2.0 |
554 | 2024-11-21T18:24:06.995Z | Downloaded bitfield v0.14.0 |
555 | 2024-11-21T18:24:06.997Z | Downloaded cbc v0.1.2 |
556 | 2024-11-21T18:24:06.997Z | Downloaded cassowary v0.3.0 |
557 | 2024-11-21T18:24:07.000Z | Downloaded bit-set v0.5.3 |
558 | 2024-11-21T18:24:07.000Z | Downloaded hickory-client v0.24.1 |
559 | 2024-11-21T18:24:07.003Z | Downloaded colored v2.1.0 |
560 | 2024-11-21T18:24:07.005Z | Downloaded indent_write v2.2.0 |
561 | 2024-11-21T18:24:07.008Z | Downloaded instability v0.3.2 |
562 | 2024-11-21T18:24:07.010Z | Downloaded lalrpop-util v0.19.12 |
563 | 2024-11-21T18:24:07.012Z | Downloaded crc v3.2.1 |
564 | 2024-11-21T18:24:07.014Z | Downloaded take_mut v0.2.2 |
565 | 2024-11-21T18:24:07.015Z | Downloaded hickory-resolver v0.24.1 |
566 | 2024-11-21T18:24:07.020Z | Downloaded russh-cryptovec v0.7.3 |
567 | 2024-11-21T18:24:07.022Z | Downloaded libsw v3.3.1 |
568 | 2024-11-21T18:24:07.025Z | Downloaded lazycell v1.3.0 |
569 | 2024-11-21T18:24:07.025Z | Downloaded crc-catalog v2.4.0 |
570 | 2024-11-21T18:24:07.027Z | Downloaded cexpr v0.6.0 |
571 | 2024-11-21T18:24:07.029Z | Downloaded lockfree-object-pool v0.1.6 |
572 | 2024-11-21T18:24:07.032Z | Downloaded heapless v0.8.0 |
573 | 2024-11-21T18:24:07.036Z | Downloaded hyper-staticfile v0.10.1 |
574 | 2024-11-21T18:24:07.039Z | Downloaded termtree v0.4.1 |
575 | 2024-11-21T18:24:07.041Z | Downloaded indoc v1.0.9 |
576 | 2024-11-21T18:24:07.043Z | Downloaded tower-service v0.3.3 |
577 | 2024-11-21T18:24:07.046Z | Downloaded ctr v0.9.2 |
578 | 2024-11-21T18:24:07.048Z | Downloaded maplit v1.0.2 |
579 | 2024-11-21T18:24:07.048Z | Downloaded chrono-tz-build v0.4.0 |
580 | 2024-11-21T18:24:07.051Z | Downloaded memoffset v0.9.1 |
581 | 2024-11-21T18:24:07.053Z | Downloaded lru-cache v0.1.2 |
582 | 2024-11-21T18:24:07.053Z | Downloaded lru v0.12.5 |
583 | 2024-11-21T18:24:07.055Z | Downloaded mime v0.3.17 |
584 | 2024-11-21T18:24:07.058Z | Downloaded darling_macro v0.20.10 |
585 | 2024-11-21T18:24:07.058Z | Downloaded zerofrom v0.1.4 |
586 | 2024-11-21T18:24:07.060Z | Downloaded lazy_static v1.5.0 |
587 | 2024-11-21T18:24:07.060Z | Downloaded iana-time-zone v0.1.61 |
588 | 2024-11-21T18:24:07.064Z | Downloaded hyper-rustls v0.27.3 |
589 | 2024-11-21T18:24:07.067Z | Downloaded rand_chacha v0.3.1 |
590 | 2024-11-21T18:24:07.070Z | Downloaded rustversion v1.0.17 |
591 | 2024-11-21T18:24:07.072Z | Downloaded libefi-sys v0.1.0 |
592 | 2024-11-21T18:24:07.072Z | Downloaded sqlparser_derive v0.2.2 |
593 | 2024-11-21T18:24:07.075Z | Downloaded jobserver v0.1.32 |
594 | 2024-11-21T18:24:07.078Z | Downloaded inout v0.1.3 |
595 | 2024-11-21T18:24:07.078Z | Downloaded sha1 v0.10.6 |
596 | 2024-11-21T18:24:07.080Z | Downloaded rustls-pemfile v1.0.4 |
597 | 2024-11-21T18:24:07.083Z | Downloaded ipnet v2.10.1 |
598 | 2024-11-21T18:24:07.085Z | Downloaded ref-cast v1.0.23 |
599 | 2024-11-21T18:24:07.088Z | Downloaded thiserror-no-std v2.0.2 |
600 | 2024-11-21T18:24:07.092Z | Downloaded shlex v1.3.0 |
601 | 2024-11-21T18:24:07.095Z | Downloaded blake2 v0.10.6 |
602 | 2024-11-21T18:24:07.097Z | Downloaded icu_locid_transform_data v1.5.0 |
603 | 2024-11-21T18:24:07.100Z | Downloaded hickory-server v0.24.1 |
604 | 2024-11-21T18:24:07.105Z | Downloaded structmeta-derive v0.2.0 |
605 | 2024-11-21T18:24:07.108Z | Downloaded structmeta v0.3.0 |
606 | 2024-11-21T18:24:07.111Z | Downloaded unarray v0.1.4 |
607 | 2024-11-21T18:24:07.111Z | Downloaded thiserror-impl-no-std v2.0.2 |
608 | 2024-11-21T18:24:07.117Z | Downloaded cookie_store v0.21.0 |
609 | 2024-11-21T18:24:07.121Z | Downloaded num_threads v0.1.7 |
610 | 2024-11-21T18:24:07.121Z | Downloaded number_prefix v0.4.0 |
611 | 2024-11-21T18:24:07.121Z | Downloaded newline-converter v0.3.0 |
612 | 2024-11-21T18:24:07.121Z | Downloaded new_debug_unreachable v1.0.6 |
613 | 2024-11-21T18:24:07.121Z | Downloaded icu_normalizer_data v1.5.0 |
614 | 2024-11-21T18:24:07.124Z | Downloaded icu_provider v1.5.0 |
615 | 2024-11-21T18:24:07.126Z | Downloaded oso-derive v0.27.3 |
616 | 2024-11-21T18:24:07.129Z | Downloaded utf8_iter v1.0.4 |
617 | 2024-11-21T18:24:07.129Z | Downloaded utf16_iter v1.0.5 |
618 | 2024-11-21T18:24:07.131Z | Downloaded utf-8 v0.7.6 |
619 | 2024-11-21T18:24:07.131Z | Downloaded icu_locid v1.5.0 |
620 | 2024-11-21T18:24:07.137Z | Downloaded slog-envlogger v2.2.0 |
621 | 2024-11-21T18:24:07.140Z | Downloaded data-encoding v2.6.0 |
622 | 2024-11-21T18:24:07.142Z | Downloaded indexmap v1.9.3 |
623 | 2024-11-21T18:24:07.145Z | Downloaded dyn-clone v1.0.17 |
624 | 2024-11-21T18:24:07.148Z | Downloaded rpassword v7.3.1 |
625 | 2024-11-21T18:24:07.148Z | Downloaded funty v2.0.0 |
626 | 2024-11-21T18:24:07.151Z | Downloaded tokio-tungstenite v0.21.0 |
627 | 2024-11-21T18:24:07.153Z | Downloaded serde-big-array v0.5.1 |
628 | 2024-11-21T18:24:07.156Z | Downloaded dsl_auto_type v0.1.2 |
629 | 2024-11-21T18:24:07.160Z | Downloaded slog-dtrace v0.3.0 |
630 | 2024-11-21T18:24:07.168Z | Downloaded sigpipe v0.1.3 |
631 | 2024-11-21T18:24:07.171Z | Downloaded fd-lock v4.0.2 |
632 | 2024-11-21T18:24:07.174Z | Downloaded fragile v2.0.0 |
633 | 2024-11-21T18:24:07.177Z | Downloaded unicase v2.7.0 |
634 | 2024-11-21T18:24:07.177Z | Downloaded tracing-attributes v0.1.27 |
635 | 2024-11-21T18:24:07.180Z | Downloaded hashlink v0.9.1 |
636 | 2024-11-21T18:24:07.184Z | Downloaded progenitor-impl v0.8.0 |
637 | 2024-11-21T18:24:07.184Z | Downloaded tokio-stream v0.1.16 |
638 | 2024-11-21T18:24:07.190Z | Downloaded polyval v0.6.2 |
639 | 2024-11-21T18:24:07.192Z | Downloaded pin-utils v0.1.0 |
640 | 2024-11-21T18:24:07.192Z | Downloaded percent-encoding v2.3.1 |
641 | 2024-11-21T18:24:07.195Z | Downloaded pem v3.0.4 |
642 | 2024-11-21T18:24:07.197Z | Downloaded indicatif v0.17.9 |
643 | 2024-11-21T18:24:07.200Z | Downloaded zone_cfg_derive v0.1.2 |
644 | 2024-11-21T18:24:07.203Z | Downloaded pem-rfc7468 v0.7.0 |
645 | 2024-11-21T18:24:07.205Z | Downloaded des v0.8.1 |
646 | 2024-11-21T18:24:07.207Z | Downloaded diesel_table_macro_syntax v0.2.0 |
647 | 2024-11-21T18:24:07.208Z | Downloaded dhcproto-macros v0.1.0 |
648 | 2024-11-21T18:24:07.210Z | Downloaded resolv-conf v0.7.0 |
649 | 2024-11-21T18:24:07.210Z | Downloaded radium v0.7.0 |
650 | 2024-11-21T18:24:07.213Z | Downloaded r2d2 v0.8.10 |
651 | 2024-11-21T18:24:07.213Z | Downloaded getrandom v0.2.15 |
652 | 2024-11-21T18:24:07.217Z | Downloaded serde-hex v0.1.0 |
653 | 2024-11-21T18:24:07.219Z | Downloaded dunce v1.0.5 |
654 | 2024-11-21T18:24:07.222Z | Downloaded russh-keys v0.45.0 |
655 | 2024-11-21T18:24:07.224Z | Downloaded foreign-types-macros v0.2.3 |
656 | 2024-11-21T18:24:07.226Z | Downloaded openssl-probe v0.1.5 |
657 | 2024-11-21T18:24:07.226Z | Downloaded openssl-macros v0.1.1 |
658 | 2024-11-21T18:24:07.230Z | Downloaded foreign-types v0.5.0 |
659 | 2024-11-21T18:24:07.230Z | Downloaded foreign-types v0.3.2 |
660 | 2024-11-21T18:24:07.230Z | Downloaded strum_macros v0.25.3 |
661 | 2024-11-21T18:24:07.232Z | Downloaded spin v0.5.2 |
662 | 2024-11-21T18:24:07.235Z | Downloaded fs_extra v1.3.0 |
663 | 2024-11-21T18:24:07.238Z | Downloaded spki v0.7.3 |
664 | 2024-11-21T18:24:07.240Z | Downloaded test-strategy v0.3.1 |
665 | 2024-11-21T18:24:07.243Z | Downloaded owo-colors v4.1.0 |
666 | 2024-11-21T18:24:07.245Z | Downloaded prettyplease v0.2.25 |
667 | 2024-11-21T18:24:07.248Z | Downloaded chacha20poly1305 v0.10.1 |
668 | 2024-11-21T18:24:07.250Z | Downloaded pretty-hex v0.2.1 |
669 | 2024-11-21T18:24:07.252Z | Downloaded tokio-native-tls v0.3.1 |
670 | 2024-11-21T18:24:07.255Z | Downloaded typify-macro v0.2.0 |
671 | 2024-11-21T18:24:07.257Z | Downloaded tiny-keccak v2.0.2 |
672 | 2024-11-21T18:24:07.259Z | Downloaded zeroize_derive v1.4.2 |
673 | 2024-11-21T18:24:07.262Z | Downloaded vte_generate_state_changes v0.1.2 |
674 | 2024-11-21T18:24:07.262Z | Downloaded uuid v1.11.0 |
675 | 2024-11-21T18:24:07.264Z | Downloaded num_enum_derive v0.5.11 |
676 | 2024-11-21T18:24:07.267Z | Downloaded derive_more v0.99.18 |
677 | 2024-11-21T18:24:07.272Z | Downloaded zone v0.3.0 |
678 | 2024-11-21T18:24:07.275Z | Downloaded const_format v0.2.33 |
679 | 2024-11-21T18:24:07.278Z | Downloaded crypto-bigint v0.5.5 |
680 | 2024-11-21T18:24:07.285Z | Downloaded diesel-dtrace v0.3.0 |
681 | 2024-11-21T18:24:07.288Z | Downloaded strum_macros v0.26.4 |
682 | 2024-11-21T18:24:07.290Z | Downloaded num v0.4.3 |
683 | 2024-11-21T18:24:07.293Z | Downloaded foldhash v0.1.3 |
684 | 2024-11-21T18:24:07.295Z | Downloaded float-ord v0.3.2 |
685 | 2024-11-21T18:24:07.295Z | Downloaded downcast v0.11.0 |
686 | 2024-11-21T18:24:07.297Z | Downloaded float-cmp v0.9.0 |
687 | 2024-11-21T18:24:07.299Z | Downloaded paste v1.0.15 |
688 | 2024-11-21T18:24:07.302Z | Downloaded spin v0.9.8 |
689 | 2024-11-21T18:24:07.304Z | Downloaded tokio-tungstenite v0.24.0 |
690 | 2024-11-21T18:24:07.309Z | Downloaded tokio-tungstenite v0.23.1 |
691 | 2024-11-21T18:24:07.311Z | Downloaded olpc-cjson v0.1.4 |
692 | 2024-11-21T18:24:07.311Z | Downloaded sqlformat v0.2.6 |
693 | 2024-11-21T18:24:07.315Z | Downloaded write16 v1.0.0 |
694 | 2024-11-21T18:24:07.317Z | Downloaded want v0.3.1 |
695 | 2024-11-21T18:24:07.317Z | Downloaded oso v0.27.3 |
696 | 2024-11-21T18:24:07.320Z | Downloaded foreign-types-shared v0.3.1 |
697 | 2024-11-21T18:24:07.320Z | Downloaded foreign-types-shared v0.1.1 |
698 | 2024-11-21T18:24:07.322Z | Downloaded opaque-debug v0.3.1 |
699 | 2024-11-21T18:24:07.324Z | Downloaded progenitor-macro v0.8.0 |
700 | 2024-11-21T18:24:07.324Z | Downloaded typify v0.2.0 |
701 | 2024-11-21T18:24:07.327Z | Downloaded rand_xorshift v0.3.0 |
702 | 2024-11-21T18:24:07.329Z | Downloaded fxhash v0.2.1 |
703 | 2024-11-21T18:24:07.329Z | Downloaded same-file v1.0.6 |
704 | 2024-11-21T18:24:07.332Z | Downloaded whoami v1.5.2 |
705 | 2024-11-21T18:24:07.334Z | Downloaded cc v1.1.30 |
706 | 2024-11-21T18:24:07.338Z | Downloaded nodrop v0.1.14 |
707 | 2024-11-21T18:24:07.341Z | Downloaded ff v0.13.0 |
708 | 2024-11-21T18:24:07.341Z | Downloaded rustc-hash v2.0.0 |
709 | 2024-11-21T18:24:07.344Z | Downloaded scheduled-thread-pool v0.2.7 |
710 | 2024-11-21T18:24:07.344Z | Downloaded env_logger v0.10.2 |
711 | 2024-11-21T18:24:07.346Z | Downloaded dropshot_endpoint v0.13.0 |
712 | 2024-11-21T18:24:07.350Z | Downloaded slog-stdlog v4.1.1 |
713 | 2024-11-21T18:24:07.354Z | Downloaded slog-scope v4.4.0 |
714 | 2024-11-21T18:24:07.354Z | Downloaded ref-cast-impl v1.0.23 |
715 | 2024-11-21T18:24:07.354Z | Downloaded postcard v1.0.10 |
716 | 2024-11-21T18:24:07.357Z | Downloaded tokio-macros v2.4.0 |
717 | 2024-11-21T18:24:07.359Z | Downloaded stringprep v0.1.5 |
718 | 2024-11-21T18:24:07.361Z | Downloaded structmeta-derive v0.3.0 |
719 | 2024-11-21T18:24:07.363Z | Downloaded structmeta v0.2.0 |
720 | 2024-11-21T18:24:07.363Z | Downloaded strip-ansi-escapes v0.2.0 |
721 | 2024-11-21T18:24:07.365Z | Downloaded sync_wrapper v1.0.1 |
722 | 2024-11-21T18:24:07.367Z | Downloaded sync-ptr v0.1.1 |
723 | 2024-11-21T18:24:07.367Z | Downloaded string_cache v0.8.7 |
724 | 2024-11-21T18:24:07.370Z | Downloaded yoke-derive v0.7.4 |
725 | 2024-11-21T18:24:07.370Z | Downloaded subprocess v0.2.9 |
726 | 2024-11-21T18:24:07.373Z | Downloaded display-error-chain v0.2.2 |
727 | 2024-11-21T18:24:07.376Z | Downloaded pin-project-lite v0.2.14 |
728 | 2024-11-21T18:24:07.380Z | Downloaded which v4.4.2 |
729 | 2024-11-21T18:24:07.382Z | Downloaded yoke v0.7.4 |
730 | 2024-11-21T18:24:07.385Z | Downloaded derive_builder_macro v0.20.2 |
731 | 2024-11-21T18:24:07.388Z | Downloaded wyz v0.5.1 |
732 | 2024-11-21T18:24:07.388Z | Downloaded zerocopy-derive v0.8.10 |
733 | 2024-11-21T18:24:07.394Z | Downloaded gethostname v0.5.0 |
734 | 2024-11-21T18:24:07.396Z | Downloaded serde_with_macros v3.11.0 |
735 | 2024-11-21T18:24:07.398Z | Downloaded writeable v0.5.5 |
736 | 2024-11-21T18:24:07.401Z | Downloaded slog-async v2.8.0 |
737 | 2024-11-21T18:24:07.403Z | Downloaded zopfli v0.8.1 |
738 | 2024-11-21T18:24:07.405Z | Downloaded ghash v0.5.1 |
739 | 2024-11-21T18:24:07.408Z | Downloaded pkg-config v0.3.31 |
740 | 2024-11-21T18:24:07.408Z | Downloaded p256 v0.13.2 |
741 | 2024-11-21T18:24:07.412Z | Downloaded newtype_derive v0.1.6 |
742 | 2024-11-21T18:24:07.414Z | Downloaded serde_derive_internals v0.29.1 |
743 | 2024-11-21T18:24:07.416Z | Downloaded steno v0.4.1 |
744 | 2024-11-21T18:24:07.420Z | Downloaded packed_struct_codegen v0.10.1 |
745 | 2024-11-21T18:24:07.422Z | Downloaded salsa20 v0.10.2 |
746 | 2024-11-21T18:24:07.424Z | Downloaded rusty-fork v0.3.0 |
747 | 2024-11-21T18:24:07.426Z | Downloaded packed_struct v0.10.1 |
748 | 2024-11-21T18:24:07.429Z | Downloaded unicode-bidi v0.3.17 |
749 | 2024-11-21T18:24:07.431Z | Downloaded tokio-rustls v0.25.0 |
750 | 2024-11-21T18:24:07.433Z | Downloaded tokio-rustls v0.26.0 |
751 | 2024-11-21T18:24:07.436Z | Downloaded twox-hash v1.6.3 |
752 | 2024-11-21T18:24:07.438Z | Downloaded pin-project v1.1.6 |
753 | 2024-11-21T18:24:07.451Z | Downloaded untrusted v0.7.1 |
754 | 2024-11-21T18:24:07.453Z | Downloaded xz2 v0.1.7 |
755 | 2024-11-21T18:24:07.455Z | Downloaded embedded-io v0.4.0 |
756 | 2024-11-21T18:24:07.457Z | Downloaded time-core v0.1.2 |
757 | 2024-11-21T18:24:07.457Z | Downloaded serde_yaml v0.9.34+deprecated |
758 | 2024-11-21T18:24:07.461Z | Downloaded tls_codec_derive v0.4.1 |
759 | 2024-11-21T18:24:07.464Z | Downloaded subtle v2.6.1 |
760 | 2024-11-21T18:24:07.466Z | Downloaded smallvec v0.6.14 |
761 | 2024-11-21T18:24:07.466Z | Downloaded walkdir v2.5.0 |
762 | 2024-11-21T18:24:07.470Z | Downloaded miniz_oxide v0.8.0 |
763 | 2024-11-21T18:24:07.472Z | Downloaded enum-as-inner v0.6.1 |
764 | 2024-11-21T18:24:07.475Z | Downloaded powerfmt v0.2.0 |
765 | 2024-11-21T18:24:07.477Z | Downloaded slog v2.7.0 |
766 | 2024-11-21T18:24:07.479Z | Downloaded fallible-iterator v0.3.0 |
767 | 2024-11-21T18:24:07.482Z | Downloaded nibble_vec v0.1.0 |
768 | 2024-11-21T18:24:07.485Z | Downloaded diesel_derives v2.2.3 |
769 | 2024-11-21T18:24:07.487Z | Downloaded futures-io v0.3.31 |
770 | 2024-11-21T18:24:07.489Z | Downloaded ssh-cipher v0.2.0 |
771 | 2024-11-21T18:24:07.489Z | Downloaded newtype-uuid v1.1.3 |
772 | 2024-11-21T18:24:07.492Z | Downloaded libm v0.2.8 |
773 | 2024-11-21T18:24:07.499Z | Downloaded try-lock v0.2.5 |
774 | 2024-11-21T18:24:07.502Z | Downloaded signal-hook-tokio v0.3.1 |
775 | 2024-11-21T18:24:07.502Z | Downloaded phf_shared v0.10.0 |
776 | 2024-11-21T18:24:07.504Z | Downloaded parse-size v1.1.0 |
777 | 2024-11-21T18:24:07.504Z | Downloaded predicates-tree v1.0.11 |
778 | 2024-11-21T18:24:07.507Z | Downloaded proc-macro-crate v1.3.1 |
779 | 2024-11-21T18:24:07.509Z | Downloaded ssh-encoding v0.2.0 |
780 | 2024-11-21T18:24:07.509Z | Downloaded scrypt v0.11.0 |
781 | 2024-11-21T18:24:07.511Z | Downloaded schemars_derive v0.8.21 |
782 | 2024-11-21T18:24:07.514Z | Downloaded rfc6979 v0.4.0 |
783 | 2024-11-21T18:24:07.514Z | Downloaded tls_codec v0.4.1 |
784 | 2024-11-21T18:24:07.516Z | Downloaded openssl-sys v0.9.103 |
785 | 2024-11-21T18:24:07.521Z | Downloaded smallvec v1.13.2 |
786 | 2024-11-21T18:24:07.524Z | Downloaded path-slash v0.1.5 |
787 | 2024-11-21T18:24:07.528Z | Downloaded wait-timeout v0.2.0 |
788 | 2024-11-21T18:24:07.528Z | Downloaded tabwriter v1.4.0 |
789 | 2024-11-21T18:24:07.530Z | Downloaded yasna v0.5.2 |
790 | 2024-11-21T18:24:07.533Z | Downloaded rcgen v0.12.1 |
791 | 2024-11-21T18:24:07.535Z | Downloaded endian-type v0.1.2 |
792 | 2024-11-21T18:24:07.537Z | Downloaded dropshot_endpoint v0.12.0 |
793 | 2024-11-21T18:24:07.539Z | Downloaded dhcproto v0.12.0 |
794 | 2024-11-21T18:24:07.543Z | Downloaded zeroize v1.8.1 |
795 | 2024-11-21T18:24:07.545Z | Downloaded zerofrom-derive v0.1.4 |
796 | 2024-11-21T18:24:07.548Z | Downloaded quinn v0.11.5 |
797 | 2024-11-21T18:24:07.553Z | Downloaded libxml v0.3.3 |
798 | 2024-11-21T18:24:07.556Z | Downloaded futures-macro v0.3.31 |
799 | 2024-11-21T18:24:07.558Z | Downloaded form_urlencoded v1.2.1 |
800 | 2024-11-21T18:24:07.560Z | Downloaded flagset v0.4.6 |
801 | 2024-11-21T18:24:07.560Z | Downloaded futures-channel v0.3.31 |
802 | 2024-11-21T18:24:07.562Z | Downloaded parking_lot v0.12.3 |
803 | 2024-11-21T18:24:07.565Z | Downloaded deranged v0.3.11 |
804 | 2024-11-21T18:24:07.567Z | Downloaded pkcs5 v0.7.1 |
805 | 2024-11-21T18:24:07.571Z | Downloaded waitgroup v0.1.2 |
806 | 2024-11-21T18:24:07.574Z | Downloaded hkdf v0.12.4 |
807 | 2024-11-21T18:24:07.576Z | Downloaded toolchain_find v0.4.0 |
808 | 2024-11-21T18:24:07.576Z | Downloaded serde_plain v1.0.2 |
809 | 2024-11-21T18:24:07.579Z | Downloaded strum_macros v0.24.3 |
810 | 2024-11-21T18:24:07.581Z | Downloaded tap v1.0.1 |
811 | 2024-11-21T18:24:07.583Z | Downloaded synstructure v0.13.1 |
812 | 2024-11-21T18:24:07.583Z | Downloaded semver v0.1.20 |
813 | 2024-11-21T18:24:07.586Z | Downloaded hyper v1.5.0 |
814 | 2024-11-21T18:24:07.593Z | Downloaded futures-task v0.3.31 |
815 | 2024-11-21T18:24:07.595Z | Downloaded derive_builder_core v0.20.2 |
816 | 2024-11-21T18:24:07.597Z | Downloaded precomputed-hash v0.1.1 |
817 | 2024-11-21T18:24:07.600Z | Downloaded mirai-annotations v1.12.0 |
818 | 2024-11-21T18:24:07.600Z | Downloaded xattr v1.3.1 |
819 | 2024-11-21T18:24:07.603Z | Downloaded unicode-truncate v1.1.0 |
820 | 2024-11-21T18:24:07.603Z | Downloaded ed25519 v2.2.3 |
821 | 2024-11-21T18:24:07.606Z | Downloaded rayon-core v1.12.1 |
822 | 2024-11-21T18:24:07.608Z | Downloaded crossterm v0.28.1 |
823 | 2024-11-21T18:24:07.615Z | Downloaded nanorand v0.7.0 |
824 | 2024-11-21T18:24:07.618Z | Downloaded multimap v0.10.0 |
825 | 2024-11-21T18:24:07.620Z | Downloaded mockall v0.13.0 |
826 | 2024-11-21T18:24:07.621Z | Downloaded slab v0.4.9 |
827 | 2024-11-21T18:24:07.623Z | Downloaded num-conv v0.1.0 |
828 | 2024-11-21T18:24:07.626Z | Downloaded rand_seeder v0.3.0 |
829 | 2024-11-21T18:24:07.626Z | Downloaded schemars v0.8.21 |
830 | 2024-11-21T18:24:07.638Z | Downloaded sec1 v0.7.3 |
831 | 2024-11-21T18:24:07.641Z | Downloaded topological-sort v0.2.2 |
832 | 2024-11-21T18:24:07.643Z | Downloaded tui-tree-widget v0.22.0 |
833 | 2024-11-21T18:24:07.645Z | Downloaded omicron-zone-package v0.11.1 |
834 | 2024-11-21T18:24:07.648Z | Downloaded tungstenite v0.24.0 |
835 | 2024-11-21T18:24:07.651Z | Downloaded env_filter v0.1.2 |
836 | 2024-11-21T18:24:07.654Z | Downloaded slog-term v2.9.1 |
837 | 2024-11-21T18:24:07.657Z | Downloaded signature v2.2.0 |
838 | 2024-11-21T18:24:07.657Z | Downloaded secrecy v0.8.0 |
839 | 2024-11-21T18:24:07.659Z | Downloaded ena v0.14.3 |
840 | 2024-11-21T18:24:07.662Z | Downloaded defmt-macros v0.3.9 |
841 | 2024-11-21T18:24:07.664Z | Downloaded embedded-io v0.6.1 |
842 | 2024-11-21T18:24:07.666Z | Downloaded peg v0.8.4 |
843 | 2024-11-21T18:24:07.669Z | Downloaded termios v0.3.3 |
844 | 2024-11-21T18:24:07.671Z | Downloaded ppv-lite86 v0.2.20 |
845 | 2024-11-21T18:24:07.676Z | Downloaded phf_codegen v0.11.2 |
846 | 2024-11-21T18:24:07.676Z | Downloaded phf v0.11.2 |
847 | 2024-11-21T18:24:07.677Z | Downloaded unicode_categories v0.1.1 |
848 | 2024-11-21T18:24:07.680Z | Downloaded serde_path_to_error v0.1.16 |
849 | 2024-11-21T18:24:07.680Z | Downloaded hashbrown v0.13.2 |
850 | 2024-11-21T18:24:07.684Z | Downloaded termcolor v1.4.1 |
851 | 2024-11-21T18:24:07.687Z | Downloaded predicates-core v1.0.8 |
852 | 2024-11-21T18:24:07.689Z | Downloaded native-tls v0.2.12 |
853 | 2024-11-21T18:24:07.691Z | Downloaded enum-as-inner v0.5.1 |
854 | 2024-11-21T18:24:07.694Z | Downloaded blake3 v1.5.4 |
855 | 2024-11-21T18:24:07.701Z | Downloaded psl-types v2.0.11 |
856 | 2024-11-21T18:24:07.704Z | Downloaded mockall_derive v0.13.0 |
857 | 2024-11-21T18:24:07.706Z | Downloaded progenitor-client v0.8.0 |
858 | 2024-11-21T18:24:07.706Z | Downloaded signal-hook-registry v1.4.2 |
859 | 2024-11-21T18:24:07.708Z | Downloaded num_enum v0.5.11 |
860 | 2024-11-21T18:24:07.712Z | Downloaded tinyvec_macros v0.1.1 |
861 | 2024-11-21T18:24:07.715Z | Downloaded tokio-postgres v0.7.12 |
862 | 2024-11-21T18:24:07.719Z | Downloaded tokio-util v0.7.12 |
863 | 2024-11-21T18:24:07.727Z | Downloaded stable_deref_trait v1.2.0 |
864 | 2024-11-21T18:24:07.729Z | Downloaded p521 v0.13.3 |
865 | 2024-11-21T18:24:07.733Z | Downloaded progenitor v0.8.0 |
866 | 2024-11-21T18:24:07.736Z | Downloaded strum v0.26.3 |
867 | 2024-11-21T18:24:07.736Z | Downloaded pbkdf2 v0.12.2 |
868 | 2024-11-21T18:24:07.738Z | Downloaded pbkdf2 v0.11.0 |
869 | 2024-11-21T18:24:07.740Z | Downloaded password-hash v0.4.2 |
870 | 2024-11-21T18:24:07.742Z | Downloaded smf v0.2.3 |
871 | 2024-11-21T18:24:07.744Z | Downloaded signal-hook-mio v0.2.4 |
872 | 2024-11-21T18:24:07.747Z | Downloaded pkcs1 v0.7.5 |
873 | 2024-11-21T18:24:07.751Z | Downloaded half v2.4.1 |
874 | 2024-11-21T18:24:07.753Z | Downloaded tracing-core v0.1.32 |
875 | 2024-11-21T18:24:07.755Z | Downloaded serde_urlencoded v0.7.1 |
876 | 2024-11-21T18:24:07.757Z | Downloaded zerocopy v0.6.6 |
877 | 2024-11-21T18:24:07.759Z | Downloaded nom v7.1.3 |
878 | 2024-11-21T18:24:07.766Z | Downloaded defmt-parser v0.3.4 |
879 | 2024-11-21T18:24:07.769Z | Downloaded defmt v0.3.8 |
880 | 2024-11-21T18:24:07.771Z | Downloaded zerovec-derive v0.10.3 |
881 | 2024-11-21T18:24:07.774Z | Downloaded dirs-next v2.0.0 |
882 | 2024-11-21T18:24:07.776Z | Downloaded hash32 v0.2.1 |
883 | 2024-11-21T18:24:07.776Z | Downloaded hashbrown v0.12.3 |
884 | 2024-11-21T18:24:07.780Z | Downloaded tinystr v0.7.6 |
885 | 2024-11-21T18:24:07.783Z | Downloaded hashbrown v0.14.5 |
886 | 2024-11-21T18:24:07.789Z | Downloaded hash32 v0.3.1 |
887 | 2024-11-21T18:24:07.791Z | Downloaded der v0.7.9 |
888 | 2024-11-21T18:24:07.797Z | Downloaded difflib v0.4.0 |
889 | 2024-11-21T18:24:07.799Z | Downloaded env_logger v0.11.5 |
890 | 2024-11-21T18:24:07.801Z | Downloaded flate2 v1.0.34 |
891 | 2024-11-21T18:24:07.807Z | Downloaded predicates v3.1.2 |
892 | 2024-11-21T18:24:07.810Z | Downloaded fallible-iterator v0.2.0 |
893 | 2024-11-21T18:24:07.813Z | Downloaded group v0.13.0 |
894 | 2024-11-21T18:24:07.815Z | Downloaded serde_repr v0.1.19 |
895 | 2024-11-21T18:24:07.818Z | Downloaded dirs-sys-next v0.1.2 |
896 | 2024-11-21T18:24:07.818Z | Downloaded either v1.13.0 |
897 | 2024-11-21T18:24:07.820Z | Downloaded debug-ignore v1.0.5 |
898 | 2024-11-21T18:24:07.822Z | Downloaded parse-display-derive v0.10.0 |
899 | 2024-11-21T18:24:07.824Z | Downloaded parse-display v0.10.0 |
900 | 2024-11-21T18:24:07.827Z | Downloaded rtoolbox v0.0.2 |
901 | 2024-11-21T18:24:07.827Z | Downloaded num-derive v0.4.2 |
902 | 2024-11-21T18:24:07.829Z | Downloaded unicode-xid v0.2.6 |
903 | 2024-11-21T18:24:07.831Z | Downloaded unicode-normalization v0.1.24 |
904 | 2024-11-21T18:24:07.834Z | Downloaded glob v0.3.1 |
905 | 2024-11-21T18:24:07.836Z | Downloaded globset v0.4.15 |
906 | 2024-11-21T18:24:07.839Z | Downloaded parking_lot_core v0.9.10 |
907 | 2024-11-21T18:24:07.842Z | Downloaded zone v0.1.8 |
908 | 2024-11-21T18:24:07.844Z | Downloaded vergen v8.3.2 |
909 | 2024-11-21T18:24:07.847Z | Downloaded rand v0.8.5 |
910 | 2024-11-21T18:24:07.850Z | Downloaded num-complex v0.4.6 |
911 | 2024-11-21T18:24:07.853Z | Downloaded typed-path v0.9.3 |
912 | 2024-11-21T18:24:07.859Z | Downloaded h2 v0.4.6 |
913 | 2024-11-21T18:24:07.867Z | Downloaded num-bigint v0.4.6 |
914 | 2024-11-21T18:24:07.874Z | Downloaded snafu-derive v0.8.5 |
915 | 2024-11-21T18:24:07.876Z | Downloaded signal-hook v0.3.17 |
916 | 2024-11-21T18:24:07.879Z | Downloaded rayon v1.10.0 |
917 | 2024-11-21T18:24:07.890Z | Downloaded parking_lot_core v0.8.6 |
918 | 2024-11-21T18:24:07.893Z | Downloaded unsafe-libyaml v0.2.11 |
919 | 2024-11-21T18:24:07.897Z | Downloaded term v0.7.0 |
920 | 2024-11-21T18:24:07.901Z | Downloaded tungstenite v0.23.0 |
921 | 2024-11-21T18:24:07.906Z | Downloaded tinyvec v1.8.0 |
922 | 2024-11-21T18:24:07.909Z | Downloaded unicode-properties v0.1.3 |
923 | 2024-11-21T18:24:07.912Z | Downloaded rustyline v14.0.0 |
924 | 2024-11-21T18:24:07.917Z | Downloaded vte v0.11.1 |
925 | 2024-11-21T18:24:07.920Z | Downloaded chrono v0.4.38 |
926 | 2024-11-21T18:24:07.928Z | Downloaded ron v0.7.1 |
927 | 2024-11-21T18:24:07.934Z | Downloaded socket2 v0.5.7 |
928 | 2024-11-21T18:24:07.937Z | Downloaded rustls-webpki v0.102.8 |
929 | 2024-11-21T18:24:07.957Z | Downloaded filetime v0.2.25 |
930 | 2024-11-21T18:24:07.960Z | Downloaded tungstenite v0.21.0 |
931 | 2024-11-21T18:24:07.963Z | Downloaded mio v1.0.2 |
932 | 2024-11-21T18:24:07.968Z | Downloaded tar v0.4.42 |
933 | 2024-11-21T18:24:07.971Z | Downloaded bindgen v0.69.5 |
934 | 2024-11-21T18:24:07.979Z | Downloaded zip v2.1.3 |
935 | 2024-11-21T18:24:07.984Z | Downloaded darling_core v0.20.10 |
936 | 2024-11-21T18:24:07.989Z | Downloaded quinn-proto v0.11.8 |
937 | 2024-11-21T18:24:07.997Z | Downloaded tough v0.19.0 |
938 | 2024-11-21T18:24:08.005Z | Downloaded elliptic-curve v0.13.8 |
939 | 2024-11-21T18:24:08.009Z | Downloaded zerocopy v0.8.10 |
940 | 2024-11-21T18:24:08.034Z | Downloaded ed25519-dalek v2.1.1 |
941 | 2024-11-21T18:24:08.037Z | Downloaded time v0.3.36 |
942 | 2024-11-21T18:24:08.045Z | Downloaded rsa v0.9.6 |
943 | 2024-11-21T18:24:08.049Z | Downloaded unicode-segmentation v1.12.0 |
944 | 2024-11-21T18:24:08.054Z | Downloaded zip v0.6.6 |
945 | 2024-11-21T18:24:08.057Z | Downloaded publicsuffix v2.2.3 |
946 | 2024-11-21T18:24:08.060Z | Downloaded parse-zoneinfo v0.3.1 |
947 | 2024-11-21T18:24:08.064Z | Downloaded toml_edit v0.19.15 |
948 | 2024-11-21T18:24:08.082Z | Downloaded x509-cert v0.2.5 |
949 | 2024-11-21T18:24:08.087Z | Downloaded idna v0.2.3 |
950 | 2024-11-21T18:24:08.095Z | Downloaded ssh-key v0.6.6 |
951 | 2024-11-21T18:24:08.104Z | Downloaded salty v0.3.0 |
952 | 2024-11-21T18:24:08.112Z | Downloaded p384 v0.13.0 |
953 | 2024-11-21T18:24:08.119Z | Downloaded idna v0.3.0 |
954 | 2024-11-21T18:24:08.127Z | Downloaded quick-xml v0.33.0 |
955 | 2024-11-21T18:24:08.133Z | Downloaded vcpkg v0.2.15 |
956 | 2024-11-21T18:24:08.173Z | Downloaded zerovec v0.10.4 |
957 | 2024-11-21T18:24:08.179Z | Downloaded reqwest v0.12.9 |
958 | 2024-11-21T18:24:08.188Z | Downloaded curve25519-dalek v4.1.3 |
959 | 2024-11-21T18:24:08.197Z | Downloaded regex v1.11.1 |
960 | 2024-11-21T18:24:08.212Z | Downloaded petname v2.0.2 |
961 | 2024-11-21T18:24:08.218Z | Downloaded idna v0.4.0 |
962 | 2024-11-21T18:24:08.226Z | Downloaded hickory-proto v0.24.1 |
963 | 2024-11-21T18:24:08.244Z | Downloaded rusqlite v0.32.1 |
964 | 2024-11-21T18:24:08.250Z | Downloaded futures-util v0.3.31 |
965 | 2024-11-21T18:24:08.263Z | Downloaded sqlparser v0.45.0 |
966 | 2024-11-21T18:24:08.271Z | Downloaded git2 v0.19.0 |
967 | 2024-11-21T18:24:08.280Z | Downloaded rustls v0.22.4 |
968 | 2024-11-21T18:24:08.295Z | Downloaded proptest v1.5.0 |
969 | 2024-11-21T18:24:08.304Z | Downloaded webpki-roots v0.26.6 |
970 | 2024-11-21T18:24:08.308Z | Downloaded regex-syntax v0.8.5 |
971 | 2024-11-21T18:24:08.319Z | Downloaded radix_trie v0.2.1 |
972 | 2024-11-21T18:24:08.323Z | Downloaded diesel v2.2.4 |
973 | 2024-11-21T18:24:08.342Z | Downloaded object v0.30.4 |
974 | 2024-11-21T18:24:08.351Z | Downloaded regress v0.10.1 |
975 | 2024-11-21T18:24:08.359Z | Downloaded regress v0.9.1 |
976 | 2024-11-21T18:24:08.368Z | Downloaded rustls v0.21.12 |
977 | 2024-11-21T18:24:08.380Z | Downloaded regex-syntax v0.6.29 |
978 | 2024-11-21T18:24:08.387Z | Downloaded openapiv3 v2.0.0 |
979 | 2024-11-21T18:24:08.400Z | Downloaded gimli v0.31.1 |
980 | 2024-11-21T18:24:08.409Z | Downloaded chrono-tz v0.10.0 |
981 | 2024-11-21T18:24:08.417Z | Downloaded bstr v1.10.0 |
982 | 2024-11-21T18:24:08.428Z | Downloaded rustls v0.23.14 |
983 | 2024-11-21T18:24:08.443Z | Downloaded openssl v0.10.66 |
984 | 2024-11-21T18:24:08.452Z | Downloaded unicode-width v0.2.0 |
985 | 2024-11-21T18:24:08.458Z | Downloaded dropshot v0.12.0 |
986 | 2024-11-21T18:24:08.480Z | Downloaded smoltcp v0.9.1 |
987 | 2024-11-21T18:24:08.490Z | Downloaded nix v0.27.1 |
988 | 2024-11-21T18:24:08.501Z | Downloaded nix v0.29.0 |
989 | 2024-11-21T18:24:08.514Z | Downloaded zerocopy-derive v0.6.6 |
990 | 2024-11-21T18:24:08.524Z | Downloaded nix v0.28.0 |
991 | 2024-11-21T18:24:08.537Z | Downloaded object v0.36.5 |
992 | 2024-11-21T18:24:08.549Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
993 | 2024-11-21T18:24:08.562Z | Downloaded trust-dns-proto v0.22.0 |
994 | 2024-11-21T18:24:08.576Z | Downloaded smoltcp v0.11.0 |
995 | 2024-11-21T18:24:08.588Z | Downloaded dropshot v0.13.0 |
996 | 2024-11-21T18:24:08.609Z | Downloaded typify-impl v0.2.0 |
997 | 2024-11-21T18:24:08.625Z | Downloaded ratatui v0.28.1 |
998 | 2024-11-21T18:24:08.646Z | Downloaded regex-automata v0.4.8 |
999 | 2024-11-21T18:24:08.663Z | Downloaded sled v0.34.7 |
1000 | 2024-11-21T18:24:08.674Z | Downloaded polar-core v0.27.3 |
1001 | 2024-11-21T18:24:08.683Z | Downloaded idna v0.5.0 |
1002 | 2024-11-21T18:24:08.692Z | Downloaded expectorate v1.1.0 |
1003 | 2024-11-21T18:24:08.694Z | Downloaded russh v0.45.0 |
1004 | 2024-11-21T18:24:08.699Z | Downloaded csv v1.3.0 |
1005 | 2024-11-21T18:24:08.720Z | Downloaded petgraph v0.6.5 |
1006 | 2024-11-21T18:24:08.737Z | Downloaded lalrpop v0.19.12 |
1007 | 2024-11-21T18:24:08.748Z | Downloaded sha3 v0.10.8 |
1008 | 2024-11-21T18:24:08.752Z | Downloaded icu_properties_data v1.5.0 |
1009 | 2024-11-21T18:24:08.762Z | Downloaded snafu v0.8.5 |
1010 | 2024-11-21T18:24:08.769Z | Downloaded url v2.5.3 |
1011 | 2024-11-21T18:24:08.772Z | Downloaded serde_with v3.11.0 |
1012 | 2024-11-21T18:24:08.780Z | Downloaded reedline v0.35.0 |
1013 | 2024-11-21T18:24:08.788Z | Downloaded winnow v0.5.40 |
1014 | 2024-11-21T18:24:08.797Z | Downloaded lzma-sys v0.1.20 |
1015 | 2024-11-21T18:24:08.827Z | Downloaded num-bigint-dig v0.8.4 |
1016 | 2024-11-21T18:24:08.832Z | Downloaded portable-atomic v1.9.0 |
1017 | 2024-11-21T18:24:08.839Z | Downloaded bitvec v1.0.1 |
1018 | 2024-11-21T18:24:08.854Z | Downloaded libz-sys v1.1.20 |
1019 | 2024-11-21T18:24:08.876Z | Downloaded rustls-webpki v0.101.7 |
1020 | 2024-11-21T18:24:08.889Z | Downloaded num-iter v0.1.45 |
1021 | 2024-11-21T18:24:08.891Z | Downloaded tokio v1.40.0 |
1022 | 2024-11-21T18:24:08.929Z | Downloaded futures-sink v0.3.31 |
1023 | 2024-11-21T18:24:08.931Z | Downloaded fixedbitset v0.4.2 |
1024 | 2024-11-21T18:24:08.931Z | Downloaded untrusted v0.9.0 |
1025 | 2024-11-21T18:24:08.934Z | Downloaded sct v0.7.1 |
1026 | 2024-11-21T18:24:08.936Z | Downloaded rustc-demangle v0.1.24 |
1027 | 2024-11-21T18:24:08.939Z | Downloaded num-traits v0.2.19 |
1028 | 2024-11-21T18:24:08.941Z | Downloaded num-rational v0.4.2 |
1029 | 2024-11-21T18:24:08.944Z | Downloaded diff v0.1.13 |
1030 | 2024-11-21T18:24:08.946Z | Downloaded derive-where v1.2.7 |
1031 | 2024-11-21T18:24:08.948Z | Downloaded idna v1.0.3 |
1032 | 2024-11-21T18:24:08.953Z | Downloaded rand_core v0.6.4 |
1033 | 2024-11-21T18:24:08.956Z | Downloaded multer v3.1.0 |
1034 | 2024-11-21T18:24:08.958Z | Downloaded futures v0.3.31 |
1035 | 2024-11-21T18:24:08.963Z | Downloaded samael v0.0.17 |
1036 | 2024-11-21T18:24:08.968Z | Downloaded itertools v0.13.0 |
1037 | 2024-11-21T18:24:08.975Z | Downloaded derive_builder v0.20.2 |
1038 | 2024-11-21T18:24:08.980Z | Downloaded der_derive v0.7.3 |
1039 | 2024-11-21T18:24:08.982Z | Downloaded vsss-rs v3.3.4 |
1040 | 2024-11-21T18:24:08.984Z | Downloaded flume v0.11.1 |
1041 | 2024-11-21T18:24:08.988Z | Downloaded encoding_rs v0.8.34 |
1042 | 2024-11-21T18:24:09.010Z | Downloaded quick-error v1.2.3 |
1043 | 2024-11-21T18:24:09.012Z | Downloaded phf_shared v0.11.2 |
1044 | 2024-11-21T18:24:09.012Z | Downloaded phf_generator v0.11.2 |
1045 | 2024-11-21T18:24:09.015Z | Downloaded scopeguard v1.2.0 |
1046 | 2024-11-21T18:24:09.015Z | Downloaded password-hash v0.5.0 |
1047 | 2024-11-21T18:24:09.017Z | Downloaded headers v0.4.0 |
1048 | 2024-11-21T18:24:09.021Z | Downloaded itertools v0.12.1 |
1049 | 2024-11-21T18:24:09.028Z | Downloaded primeorder v0.13.6 |
1050 | 2024-11-21T18:24:09.031Z | Downloaded futures-executor v0.3.31 |
1051 | 2024-11-21T18:24:09.033Z | Downloaded futures-core v0.3.31 |
1052 | 2024-11-21T18:24:09.033Z | Downloaded pkcs8 v0.10.2 |
1053 | 2024-11-21T18:24:09.037Z | Downloaded itertools v0.10.5 |
1054 | 2024-11-21T18:24:09.042Z | Downloaded postgres-types v0.2.8 |
1055 | 2024-11-21T18:24:09.045Z | Downloaded postgres-protocol v0.6.7 |
1056 | 2024-11-21T18:24:09.048Z | Downloaded parking_lot v0.11.2 |
1057 | 2024-11-21T18:24:09.050Z | Downloaded nu-ansi-term v0.50.1 |
1058 | 2024-11-21T18:24:09.053Z | Downloaded tokio-rustls v0.24.1 |
1059 | 2024-11-21T18:24:09.055Z | Downloaded time-macros v0.2.18 |
1060 | 2024-11-21T18:24:09.057Z | Downloaded qorb v0.2.0 |
1061 | 2024-11-21T18:24:09.061Z | Downloaded toml v0.7.8 |
1062 | 2024-11-21T18:24:09.064Z | Downloaded pin-project-internal v1.1.6 |
1063 | 2024-11-21T18:24:09.067Z | Downloaded peg-macros v0.8.4 |
1064 | 2024-11-21T18:24:09.069Z | Downloaded crossbeam-channel v0.5.13 |
1065 | 2024-11-21T18:24:09.072Z | Downloaded universal-hash v0.5.1 |
1066 | 2024-11-21T18:24:09.075Z | Downloaded tracing v0.1.40 |
1067 | 2024-11-21T18:24:09.077Z | Downloaded similar v2.6.0 |
1068 | 2024-11-21T18:24:09.082Z | Downloaded minimal-lexical v0.2.1 |
1069 | 2024-11-21T18:24:09.087Z | Downloaded static_assertions v1.1.0 |
1070 | 2024-11-21T18:24:09.089Z | Downloaded fatfs v0.3.6 |
1071 | 2024-11-21T18:24:09.091Z | Downloaded peg-runtime v0.8.3 |
1072 | 2024-11-21T18:24:09.094Z | Downloaded poly1305 v0.8.0 |
1073 | 2024-11-21T18:24:09.096Z | Downloaded siphasher v0.3.11 |
1074 | 2024-11-21T18:24:09.096Z | Downloaded simd-adler32 v0.3.7 |
1075 | 2024-11-21T18:24:09.099Z | Downloaded rustfmt-wrapper v0.2.1 |
1076 | 2024-11-21T18:24:09.101Z | Downloaded rustc_version v0.1.7 |
1077 | 2024-11-21T18:24:09.101Z | Downloaded rustc-hash v1.1.0 |
1078 | 2024-11-21T18:24:09.101Z | Downloaded rustc_version v0.4.1 |
1079 | 2024-11-21T18:24:09.103Z | Downloaded hyper-util v0.1.10 |
1080 | 2024-11-21T18:24:09.106Z | Downloaded ron v0.8.1 |
1081 | 2024-11-21T18:24:09.113Z | Downloaded icu_collections v1.5.0 |
1082 | 2024-11-21T18:24:09.119Z | Downloaded bumpalo v3.16.0 |
1083 | 2024-11-21T18:24:09.122Z | Downloaded ecdsa v0.16.9 |
1084 | 2024-11-21T18:24:09.124Z | Downloaded displaydoc v0.2.5 |
1085 | 2024-11-21T18:24:09.127Z | Downloaded base64 v0.22.1 |
1086 | 2024-11-21T18:24:09.131Z | Downloaded zone_cfg_derive v0.3.0 |
1087 | 2024-11-21T18:24:09.134Z | Downloaded compact_str v0.8.0 |
1088 | 2024-11-21T18:24:09.136Z | Downloaded rustls-pki-types v1.9.0 |
1089 | 2024-11-21T18:24:09.138Z | Downloaded const-oid v0.9.6 |
1090 | 2024-11-21T18:24:09.141Z | Downloaded num-integer v0.1.46 |
1091 | 2024-11-21T18:24:09.143Z | Downloaded value-bag v1.9.0 |
1092 | 2024-11-21T18:24:09.145Z | Downloaded uzers v0.12.1 |
1093 | 2024-11-21T18:24:09.147Z | Downloaded crc-any v2.5.0 |
1094 | 2024-11-21T18:24:09.150Z | Downloaded fallible-streaming-iterator v0.1.9 |
1095 | 2024-11-21T18:24:09.152Z | Downloaded memmap2 v0.9.5 |
1096 | 2024-11-21T18:24:09.152Z | Downloaded icu_properties v1.5.1 |
1097 | 2024-11-21T18:24:09.156Z | Downloaded bytes v1.8.0 |
1098 | 2024-11-21T18:24:09.159Z | Downloaded rustls-pemfile v2.2.0 |
1099 | 2024-11-21T18:24:09.162Z | Downloaded crossbeam-epoch v0.9.18 |
1100 | 2024-11-21T18:24:09.165Z | Downloaded crossbeam-utils v0.8.20 |
1101 | 2024-11-21T18:24:09.168Z | Downloaded thread_local v1.1.8 |
1102 | 2024-11-21T18:24:09.170Z | Downloaded crc32fast v1.4.2 |
1103 | 2024-11-21T18:24:09.170Z | Downloaded console v0.15.8 |
1104 | 2024-11-21T18:24:09.173Z | Downloaded clang-sys v1.8.1 |
1105 | 2024-11-21T18:24:09.178Z | Downloaded cancel-safe-futures v0.1.5 |
1106 | 2024-11-21T18:24:09.181Z | Downloaded normalize-line-endings v0.3.0 |
1107 | 2024-11-21T18:24:09.181Z | Downloaded slog-json v2.6.1 |
1108 | 2024-11-21T18:24:09.181Z | Downloaded cookie v0.18.1 |
1109 | 2024-11-21T18:24:09.184Z | Downloaded slog-bunyan v2.5.0 |
1110 | 2024-11-21T18:24:09.186Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1111 | 2024-11-21T18:24:09.243Z | Downloaded mime_guess v2.0.5 |
1112 | 2024-11-21T18:24:09.246Z | Downloaded icu_normalizer v1.5.0 |
1113 | 2024-11-21T18:24:09.248Z | Downloaded ciborium-ll v0.2.2 |
1114 | 2024-11-21T18:24:09.251Z | Downloaded ciborium v0.2.2 |
1115 | 2024-11-21T18:24:09.254Z | Downloaded shell-words v1.1.0 |
1116 | 2024-11-21T18:24:09.255Z | Downloaded litemap v0.7.3 |
1117 | 2024-11-21T18:24:09.259Z | Downloaded libloading v0.8.5 |
1118 | 2024-11-21T18:24:09.259Z | Downloaded csv-core v0.1.11 |
1119 | 2024-11-21T18:24:09.262Z | Downloaded supports-color v3.0.1 |
1120 | 2024-11-21T18:24:09.262Z | Downloaded lock_api v0.4.12 |
1121 | 2024-11-21T18:24:09.262Z | Downloaded crossbeam-deque v0.8.5 |
1122 | 2024-11-21T18:24:09.262Z | Downloaded quinn-udp v0.5.5 |
1123 | 2024-11-21T18:24:09.264Z | Downloaded icu_locid_transform v1.5.0 |
1124 | 2024-11-21T18:24:09.267Z | Downloaded castaway v0.2.3 |
1125 | 2024-11-21T18:24:09.269Z | Downloaded bzip2 v0.4.4 |
1126 | 2024-11-21T18:24:09.269Z | Downloaded managed v0.8.0 |
1127 | 2024-11-21T18:24:09.272Z | Downloaded linked-hash-map v0.5.6 |
1128 | 2024-11-21T18:24:09.272Z | Downloaded ipnetwork v0.20.0 |
1129 | 2024-11-21T18:24:09.275Z | Downloaded linear-map v1.2.0 |
1130 | 2024-11-21T18:24:09.279Z | Downloaded md-5 v0.10.6 |
1131 | 2024-11-21T18:24:09.279Z | Downloaded maybe-uninit v2.0.0 |
1132 | 2024-11-21T18:24:09.279Z | Downloaded match_cfg v0.1.0 |
1133 | 2024-11-21T18:24:09.282Z | Downloaded idna_adapter v1.2.0 |
1134 | 2024-11-21T18:24:09.282Z | Downloaded cipher v0.4.4 |
1135 | 2024-11-21T18:24:09.282Z | Downloaded kstat-rs v0.2.4 |
1136 | 2024-11-21T18:24:09.282Z | Downloaded is-terminal v0.4.13 |
1137 | 2024-11-21T18:24:09.285Z | Downloaded convert_case v0.4.0 |
1138 | 2024-11-21T18:24:09.285Z | Downloaded constant_time_eq v0.3.1 |
1139 | 2024-11-21T18:24:09.287Z | Downloaded const_format_proc_macros v0.2.33 |
1140 | 2024-11-21T18:24:09.287Z | Downloaded cmake v0.1.51 |
1141 | 2024-11-21T18:24:09.290Z | Downloaded chacha20 v0.9.1 |
1142 | 2024-11-21T18:24:09.294Z | Downloaded keccak v0.1.5 |
1143 | 2024-11-21T18:24:09.294Z | Downloaded internet-checksum v0.2.1 |
1144 | 2024-11-21T18:24:09.294Z | Downloaded impl-trait-for-tuples v0.2.2 |
1145 | 2024-11-21T18:24:09.299Z | Downloaded buf-list v1.0.3 |
1146 | 2024-11-21T18:24:09.299Z | Downloaded base64ct v1.6.0 |
1147 | 2024-11-21T18:24:09.302Z | Downloaded base64 v0.21.7 |
1148 | 2024-11-21T18:24:09.306Z | Downloaded base64 v0.13.1 |
1149 | 2024-11-21T18:24:09.308Z | Downloaded arrayvec v0.7.6 |
1150 | 2024-11-21T18:24:09.311Z | Downloaded arrayref v0.3.9 |
1151 | 2024-11-21T18:24:09.311Z | Downloaded hostname v0.4.0 |
1152 | 2024-11-21T18:24:09.313Z | Downloaded hostname v0.3.1 |
1153 | 2024-11-21T18:24:09.316Z | Downloaded home v0.5.9 |
1154 | 2024-11-21T18:24:09.316Z | Downloaded async-stream-impl v0.3.6 |
1155 | 2024-11-21T18:24:09.316Z | Downloaded async-stream v0.3.6 |
1156 | 2024-11-21T18:24:09.319Z | Downloaded async-recursion v1.1.1 |
1157 | 2024-11-21T18:24:09.326Z | Downloaded ascii-canvas v3.0.0 |
1158 | 2024-11-21T18:24:09.329Z | Downloaded aes-gcm v0.10.3 |
1159 | 2024-11-21T18:24:09.661Z | Downloaded aws-lc-sys v0.22.0 |
1160 | 2024-11-21T18:24:09.985Z | Downloaded ring v0.17.8 |
1161 | 2024-11-21T18:24:10.159Z | Downloaded libsqlite3-sys v0.30.1 |
1162 | 2024-11-21T18:24:10.235Z | Downloaded ring v0.16.20 |
1163 | 2024-11-21T18:24:10.416Z | Compiling serde v1.0.215 |
1164 | 2024-11-21T18:24:10.418Z | Compiling lock_api v0.4.12 |
1165 | 2024-11-21T18:24:10.418Z | Compiling scopeguard v1.2.0 |
1166 | 2024-11-21T18:24:10.418Z | Compiling value-bag v1.9.0 |
1167 | 2024-11-21T18:24:10.580Z | Compiling typenum v1.17.0 |
1168 | 2024-11-21T18:24:10.582Z | Compiling generic-array v0.14.7 |
1169 | 2024-11-21T18:24:10.630Z | Compiling syn v2.0.87 |
1170 | 2024-11-21T18:24:10.648Z | Compiling getrandom v0.2.15 |
1171 | 2024-11-21T18:24:10.814Z | Compiling shlex v1.3.0 |
1172 | 2024-11-21T18:24:11.078Z | Compiling rand_core v0.6.4 |
1173 | 2024-11-21T18:24:11.180Z | Compiling log v0.4.22 |
1174 | 2024-11-21T18:24:11.235Z | Compiling subtle v2.6.1 |
1175 | 2024-11-21T18:24:11.255Z | Compiling jobserver v0.1.32 |
1176 | 2024-11-21T18:24:11.519Z | Compiling smallvec v1.13.2 |
1177 | 2024-11-21T18:24:11.592Z | Compiling const-oid v0.9.6 |
1178 | 2024-11-21T18:24:11.627Z | Compiling cc v1.1.30 |
1179 | 2024-11-21T18:24:11.734Z | Compiling spin v0.9.8 |
1180 | 2024-11-21T18:24:11.957Z | Compiling pin-project-lite v0.2.14 |
1181 | 2024-11-21T18:24:12.103Z | Compiling rustix v0.38.37 |
1182 | 2024-11-21T18:24:12.130Z | Compiling parking_lot_core v0.9.10 |
1183 | 2024-11-21T18:24:12.165Z | Compiling futures-core v0.3.31 |
1184 | 2024-11-21T18:24:12.221Z | Compiling signal-hook-registry v1.4.2 |
1185 | 2024-11-21T18:24:12.451Z | Compiling mio v1.0.2 |
1186 | 2024-11-21T18:24:13.111Z | Compiling parking_lot v0.12.3 |
1187 | 2024-11-21T18:24:13.128Z | Compiling aho-corasick v1.1.3 |
1188 | 2024-11-21T18:24:13.341Z | Compiling regex-syntax v0.8.5 |
1189 | 2024-11-21T18:24:13.399Z | Compiling cpufeatures v0.2.14 |
1190 | 2024-11-21T18:24:13.509Z | Compiling either v1.13.0 |
1191 | 2024-11-21T18:24:13.683Z | Compiling lazy_static v1.5.0 |
1192 | 2024-11-21T18:24:13.712Z | Compiling glob v0.3.1 |
1193 | 2024-11-21T18:24:13.813Z | Compiling stable_deref_trait v1.2.0 |
1194 | 2024-11-21T18:24:13.924Z | Compiling futures-sink v0.3.31 |
1195 | 2024-11-21T18:24:13.947Z | Compiling socket2 v0.5.7 |
1196 | 2024-11-21T18:24:14.048Z | Compiling slab v0.4.9 |
1197 | 2024-11-21T18:24:14.092Z | Compiling prettyplease v0.2.25 |
1198 | 2024-11-21T18:24:14.463Z | Compiling minimal-lexical v0.2.1 |
1199 | 2024-11-21T18:24:14.764Z | Compiling clang-sys v1.8.1 |
1200 | 2024-11-21T18:24:14.809Z | Compiling libloading v0.8.5 |
1201 | 2024-11-21T18:24:14.934Z | Compiling nom v7.1.3 |
1202 | 2024-11-21T18:24:14.961Z | Compiling serde_json v1.0.132 |
1203 | 2024-11-21T18:24:15.243Z | Compiling home v0.5.9 |
1204 | 2024-11-21T18:24:15.316Z | Compiling bindgen v0.69.5 |
1205 | 2024-11-21T18:24:15.564Z | Compiling futures-channel v0.3.31 |
1206 | 2024-11-21T18:24:16.031Z | Compiling itertools v0.12.1 |
1207 | 2024-11-21T18:24:16.111Z | Compiling pin-utils v0.1.0 |
1208 | 2024-11-21T18:24:16.185Z | Compiling futures-io v0.3.31 |
1209 | 2024-11-21T18:24:16.213Z | Compiling futures-task v0.3.31 |
1210 | 2024-11-21T18:24:16.499Z | Compiling rustc-hash v1.1.0 |
1211 | 2024-11-21T18:24:16.522Z | Compiling lazycell v1.3.0 |
1212 | 2024-11-21T18:24:16.653Z | Compiling allocator-api2 v0.2.18 |
1213 | 2024-11-21T18:24:16.697Z | Compiling foldhash v0.1.3 |
1214 | 2024-11-21T18:24:17.032Z | Compiling regex-automata v0.4.8 |
1215 | 2024-11-21T18:24:17.484Z | Compiling hashbrown v0.15.0 |
1216 | 2024-11-21T18:24:18.857Z | Compiling synstructure v0.13.1 |
1217 | 2024-11-21T18:24:19.093Z | Compiling cexpr v0.6.0 |
1218 | 2024-11-21T18:24:19.285Z | Compiling cmake v0.1.51 |
1219 | 2024-11-21T18:24:20.304Z | Compiling pkg-config v0.3.31 |
1220 | 2024-11-21T18:24:20.412Z | Compiling dunce v1.0.5 |
1221 | 2024-11-21T18:24:20.546Z | Compiling tinyvec_macros v0.1.1 |
1222 | 2024-11-21T18:24:20.648Z | Compiling fs_extra v1.3.0 |
1223 | 2024-11-21T18:24:20.669Z | Compiling libm v0.2.8 |
1224 | 2024-11-21T18:24:20.973Z | Compiling tinyvec v1.8.0 |
1225 | 2024-11-21T18:24:21.043Z | Compiling num-traits v0.2.19 |
1226 | 2024-11-21T18:24:21.565Z | Compiling ring v0.17.8 |
1227 | 2024-11-21T18:24:21.873Z | Compiling base64ct v1.6.0 |
1228 | 2024-11-21T18:24:22.244Z | Compiling writeable v0.5.5 |
1229 | 2024-11-21T18:24:22.475Z | Compiling unicode-normalization v0.1.24 |
1230 | 2024-11-21T18:24:22.523Z | Compiling paste v1.0.15 |
1231 | 2024-11-21T18:24:22.716Z | Compiling unicode-bidi v0.3.17 |
1232 | 2024-11-21T18:24:22.744Z | Compiling litemap v0.7.3 |
1233 | 2024-11-21T18:24:22.873Z | Compiling regex v1.11.1 |
1234 | 2024-11-21T18:24:23.153Z | Compiling pem-rfc7468 v0.7.0 |
1235 | 2024-11-21T18:24:23.908Z | Compiling httparse v1.9.5 |
1236 | 2024-11-21T18:24:23.979Z | Compiling flagset v0.4.6 |
1237 | 2024-11-21T18:24:24.172Z | Compiling aws-lc-rs v1.10.0 |
1238 | 2024-11-21T18:24:24.615Z | Compiling tracing-core v0.1.32 |
1239 | 2024-11-21T18:24:24.722Z | Compiling percent-encoding v2.3.1 |
1240 | 2024-11-21T18:24:25.107Z | Compiling rustls-pki-types v1.9.0 |
1241 | 2024-11-21T18:24:25.431Z | Compiling crossbeam-utils v0.8.20 |
1242 | 2024-11-21T18:24:25.672Z | Compiling icu_locid_transform_data v1.5.0 |
1243 | 2024-11-21T18:24:25.765Z | Compiling serde_derive v1.0.215 |
1244 | 2024-11-21T18:24:25.786Z | Compiling zeroize_derive v1.4.2 |
1245 | 2024-11-21T18:24:26.014Z | Compiling zerocopy-derive v0.7.35 |
1246 | 2024-11-21T18:24:26.041Z | Compiling tokio-macros v2.4.0 |
1247 | 2024-11-21T18:24:26.238Z | Compiling zerofrom-derive v0.1.4 |
1248 | 2024-11-21T18:24:27.461Z | Compiling zeroize v1.8.1 |
1249 | 2024-11-21T18:24:27.821Z | Compiling thiserror-impl v1.0.69 |
1250 | 2024-11-21T18:24:27.910Z | Compiling yoke-derive v0.7.4 |
1251 | 2024-11-21T18:24:28.332Z | Compiling zerocopy v0.7.35 |
1252 | 2024-11-21T18:24:29.112Z | Compiling futures-macro v0.3.31 |
1253 | 2024-11-21T18:24:29.270Z | Compiling crypto-common v0.1.6 |
1254 | 2024-11-21T18:24:29.522Z | Compiling block-buffer v0.10.4 |
1255 | 2024-11-21T18:24:29.794Z | Compiling digest v0.10.7 |
1256 | 2024-11-21T18:24:29.949Z | Compiling zerovec-derive v0.10.3 |
1257 | 2024-11-21T18:24:30.324Z | Compiling hmac v0.12.1 |
1258 | 2024-11-21T18:24:30.400Z | Compiling block-padding v0.3.3 |
1259 | 2024-11-21T18:24:30.512Z | Compiling zerofrom v0.1.4 |
1260 | 2024-11-21T18:24:30.586Z | Compiling displaydoc v0.2.5 |
1261 | 2024-11-21T18:24:30.671Z | Compiling inout v0.1.3 |
1262 | 2024-11-21T18:24:30.748Z | Compiling sha2 v0.10.8 |
1263 | 2024-11-21T18:24:30.961Z | Compiling cipher v0.4.4 |
1264 | 2024-11-21T18:24:31.116Z | Compiling yoke v0.7.4 |
1265 | 2024-11-21T18:24:31.157Z | Compiling thiserror v1.0.69 |
1266 | 2024-11-21T18:24:31.207Z | Compiling futures-util v0.3.31 |
1267 | 2024-11-21T18:24:31.305Z | Compiling ppv-lite86 v0.2.20 |
1268 | 2024-11-21T18:24:31.497Z | Compiling der_derive v0.7.3 |
1269 | 2024-11-21T18:24:31.518Z | Compiling icu_provider_macros v1.5.0 |
1270 | 2024-11-21T18:24:32.205Z | Compiling rand_chacha v0.3.1 |
1271 | 2024-11-21T18:24:32.414Z | Compiling tracing-attributes v0.1.27 |
1272 | 2024-11-21T18:24:32.762Z | Compiling rand v0.8.5 |
1273 | 2024-11-21T18:24:32.864Z | Compiling zerovec v0.10.4 |
1274 | 2024-11-21T18:24:34.141Z | Compiling der v0.7.9 |
1275 | 2024-11-21T18:24:34.384Z | Compiling salsa20 v0.10.2 |
1276 | 2024-11-21T18:24:34.635Z | Compiling pest v2.7.14 |
1277 | 2024-11-21T18:24:34.657Z | Compiling pbkdf2 v0.12.2 |
1278 | 2024-11-21T18:24:34.843Z | Compiling tinystr v0.7.6 |
1279 | 2024-11-21T18:24:35.077Z | Compiling icu_collections v1.5.0 |
1280 | 2024-11-21T18:24:35.385Z | Compiling icu_locid v1.5.0 |
1281 | 2024-11-21T18:24:36.010Z | Compiling powerfmt v0.2.0 |
1282 | 2024-11-21T18:24:36.404Z | Compiling tracing v0.1.40 |
1283 | 2024-11-21T18:24:36.431Z | Compiling spki v0.7.3 |
1284 | 2024-11-21T18:24:36.563Z | Compiling num-conv v0.1.0 |
1285 | 2024-11-21T18:24:36.822Z | Compiling icu_provider v1.5.0 |
1286 | 2024-11-21T18:24:36.869Z | Compiling icu_properties_data v1.5.0 |
1287 | 2024-11-21T18:24:36.972Z | Compiling vcpkg v0.2.15 |
1288 | 2024-11-21T18:24:37.237Z | Compiling time-core v0.1.2 |
1289 | 2024-11-21T18:24:37.328Z | Compiling untrusted v0.9.0 |
1290 | 2024-11-21T18:24:37.518Z | Compiling untrusted v0.7.1 |
1291 | 2024-11-21T18:24:37.638Z | Compiling icu_locid_transform v1.5.0 |
1292 | 2024-11-21T18:24:37.709Z | Compiling mirai-annotations v1.12.0 |
1293 | 2024-11-21T18:24:37.816Z | Compiling time-macros v0.2.18 |
1294 | 2024-11-21T18:24:37.908Z | Compiling pest_meta v2.7.14 |
1295 | 2024-11-21T18:24:37.954Z | Compiling deranged v0.3.11 |
1296 | 2024-11-21T18:24:39.304Z | Compiling icu_properties v1.5.1 |
1297 | 2024-11-21T18:24:39.326Z | Compiling openssl-sys v0.9.103 |
1298 | 2024-11-21T18:24:40.002Z | Compiling scrypt v0.11.0 |
1299 | 2024-11-21T18:24:40.441Z | Compiling aes v0.8.4 |
1300 | 2024-11-21T18:24:40.472Z | Compiling cbc v0.1.2 |
1301 | 2024-11-21T18:24:40.630Z | Compiling bitflags v2.6.0 |
1302 | 2024-11-21T18:24:40.727Z | Compiling bytes v1.8.0 |
1303 | 2024-11-21T18:24:41.241Z | Compiling indexmap v2.6.0 |
1304 | 2024-11-21T18:24:41.709Z | Compiling tokio v1.40.0 |
1305 | 2024-11-21T18:24:42.072Z | Compiling http v1.1.0 |
1306 | 2024-11-21T18:24:42.838Z | Compiling semver v1.0.23 |
1307 | 2024-11-21T18:24:43.205Z | Compiling scroll_derive v0.12.0 |
1308 | 2024-11-21T18:24:43.385Z | Compiling rustc_version v0.4.1 |
1309 | 2024-11-21T18:24:43.611Z | Compiling num_threads v0.1.7 |
1310 | 2024-11-21T18:24:43.752Z | Compiling icu_normalizer_data v1.5.0 |
1311 | 2024-11-21T18:24:43.866Z | Compiling utf8_iter v1.0.4 |
1312 | 2024-11-21T18:24:44.132Z | Compiling write16 v1.0.0 |
1313 | 2024-11-21T18:24:44.208Z | Compiling utf16_iter v1.0.5 |
1314 | 2024-11-21T18:24:44.274Z | Compiling atomic-waker v1.1.2 |
1315 | 2024-11-21T18:24:44.423Z | Compiling icu_normalizer v1.5.0 |
1316 | 2024-11-21T18:24:44.447Z | Compiling time v0.3.36 |
1317 | 2024-11-21T18:24:44.474Z | Compiling http-body v1.0.1 |
1318 | 2024-11-21T18:24:44.494Z | Compiling pkcs5 v0.7.1 |
1319 | 2024-11-21T18:24:44.706Z | Compiling pest_generator v2.7.14 |
1320 | 2024-11-21T18:24:44.727Z | Compiling form_urlencoded v1.2.1 |
1321 | 2024-11-21T18:24:44.746Z | Compiling scroll v0.12.0 |
1322 | 2024-11-21T18:24:45.062Z | Compiling which v4.4.2 |
1323 | 2024-11-21T18:24:45.373Z | Compiling try-lock v0.2.5 |
1324 | 2024-11-21T18:24:45.725Z | Compiling slog v2.7.0 |
1325 | 2024-11-21T18:24:45.787Z | Compiling goblin v0.8.2 |
1326 | 2024-11-21T18:24:46.361Z | Compiling want v0.3.1 |
1327 | 2024-11-21T18:24:46.512Z | Compiling idna_adapter v1.2.0 |
1328 | 2024-11-21T18:24:46.545Z | Compiling pkcs8 v0.10.2 |
1329 | 2024-11-21T18:24:46.668Z | Compiling httpdate v1.0.3 |
1330 | 2024-11-21T18:24:46.741Z | Compiling idna v1.0.3 |
1331 | 2024-11-21T18:24:46.835Z | Compiling pest_derive v2.7.14 |
1332 | 2024-11-21T18:24:47.250Z | Compiling serde_spanned v0.6.8 |
1333 | 2024-11-21T18:24:47.501Z | Compiling toml_datetime v0.6.8 |
1334 | 2024-11-21T18:24:47.685Z | Compiling dtrace-parser v0.2.0 |
1335 | 2024-11-21T18:24:48.010Z | Compiling uuid v1.11.0 |
1336 | 2024-11-21T18:24:48.067Z | Compiling serde_tokenstream v0.2.2 |
1337 | 2024-11-21T18:24:48.675Z | Compiling iana-time-zone v0.1.61 |
1338 | 2024-11-21T18:24:48.710Z | Compiling base64 v0.22.1 |
1339 | 2024-11-21T18:24:49.151Z | Compiling foreign-types-shared v0.1.1 |
1340 | 2024-11-21T18:24:49.272Z | Compiling tower-service v0.3.3 |
1341 | 2024-11-21T18:24:49.407Z | Compiling openssl v0.10.66 |
1342 | 2024-11-21T18:24:49.458Z | Compiling adler2 v2.0.0 |
1343 | 2024-11-21T18:24:49.523Z | Compiling rustversion v1.0.17 |
1344 | 2024-11-21T18:24:49.675Z | Compiling match_cfg v0.1.0 |
1345 | 2024-11-21T18:24:49.773Z | Compiling hostname v0.3.1 |
1346 | 2024-11-21T18:24:49.854Z | Compiling miniz_oxide v0.8.0 |
1347 | 2024-11-21T18:24:49.934Z | Compiling foreign-types v0.3.2 |
1348 | 2024-11-21T18:24:49.955Z | Compiling chrono v0.4.38 |
1349 | 2024-11-21T18:24:50.019Z | Compiling url v2.5.3 |
1350 | 2024-11-21T18:24:50.352Z | Compiling tokio-util v0.7.12 |
1351 | 2024-11-21T18:24:51.430Z | Compiling h2 v0.4.6 |
1352 | 2024-11-21T18:24:51.535Z | Compiling async-trait v0.1.83 |
1353 | 2024-11-21T18:24:51.834Z | Compiling dof v0.3.0 |
1354 | 2024-11-21T18:24:52.161Z | Compiling openssl-macros v0.1.1 |
1355 | 2024-11-21T18:24:52.954Z | Compiling usdt-impl v0.5.0 |
1356 | 2024-11-21T18:24:53.850Z | Compiling dirs-sys-next v0.1.2 |
1357 | 2024-11-21T18:24:54.110Z | Compiling native-tls v0.2.12 |
1358 | 2024-11-21T18:24:54.387Z | Compiling siphasher v0.3.11 |
1359 | 2024-11-21T18:24:54.454Z | Compiling rustls v0.23.14 |
1360 | 2024-11-21T18:24:54.535Z | Compiling rustls v0.22.4 |
1361 | 2024-11-21T18:24:54.596Z | Compiling data-encoding v2.6.0 |
1362 | 2024-11-21T18:24:54.734Z | Compiling syn v1.0.109 |
1363 | 2024-11-21T18:24:54.791Z | Compiling dirs-next v2.0.0 |
1364 | 2024-11-21T18:24:55.489Z | Compiling http-body-util v0.1.2 |
1365 | 2024-11-21T18:24:56.042Z | Compiling heapless v0.7.17 |
1366 | 2024-11-21T18:24:56.421Z | Compiling crossbeam-epoch v0.9.18 |
1367 | 2024-11-21T18:24:56.489Z | Compiling signature v2.2.0 |
1368 | 2024-11-21T18:24:56.517Z | Compiling sha1 v0.10.6 |
1369 | 2024-11-21T18:24:56.793Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1370 | 2024-11-21T18:24:56.972Z | Compiling serde_derive_internals v0.29.1 |
1371 | 2024-11-21T18:24:57.117Z | Compiling thread_local v1.1.8 |
1372 | 2024-11-21T18:24:57.202Z | Compiling cookie v0.18.1 |
1373 | 2024-11-21T18:24:57.301Z | Compiling encoding_rs v0.8.34 |
1374 | 2024-11-21T18:24:57.503Z | Compiling multer v3.1.0 |
1375 | 2024-11-21T18:24:57.663Z | Compiling rayon-core v1.12.1 |
1376 | 2024-11-21T18:24:57.778Z | Compiling unicode-properties v0.1.3 |
1377 | 2024-11-21T18:24:57.930Z | Compiling slog-async v2.8.0 |
1378 | 2024-11-21T18:24:57.958Z | Compiling gimli v0.31.1 |
1379 | 2024-11-21T18:24:58.174Z | Compiling mime v0.3.17 |
1380 | 2024-11-21T18:24:58.435Z | Compiling ipnet v2.10.1 |
1381 | 2024-11-21T18:24:58.808Z | Compiling hyper v1.5.0 |
1382 | 2024-11-21T18:24:59.782Z | Compiling openssl-probe v0.1.5 |
1383 | 2024-11-21T18:24:59.895Z | Compiling schemars v0.8.21 |
1384 | 2024-11-21T18:25:00.175Z | Compiling signal-hook v0.3.17 |
1385 | 2024-11-21T18:25:00.326Z | Compiling schemars_derive v0.8.21 |
1386 | 2024-11-21T18:25:00.564Z | Compiling stringprep v0.1.5 |
1387 | 2024-11-21T18:25:01.873Z | Compiling hyper-util v0.1.10 |
1388 | 2024-11-21T18:25:02.490Z | Compiling toml_edit v0.22.22 |
1389 | 2024-11-21T18:25:02.726Z | Compiling addr2line v0.24.2 |
1390 | 2024-11-21T18:25:03.476Z | Compiling crossbeam-deque v0.8.5 |
1391 | 2024-11-21T18:25:03.587Z | Compiling usdt-macro v0.5.0 |
1392 | 2024-11-21T18:25:03.797Z | Compiling usdt-attr-macro v0.5.0 |
1393 | 2024-11-21T18:25:03.915Z | Compiling term v0.7.0 |
1394 | 2024-11-21T18:25:04.715Z | Compiling slog-json v2.6.1 |
1395 | 2024-11-21T18:25:05.081Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2024-11-21T18:25:05.160Z | Compiling curve25519-dalek v4.1.3 |
1397 | 2024-11-21T18:25:05.181Z | Compiling crossbeam-channel v0.5.13 |
1398 | 2024-11-21T18:25:05.447Z | Compiling enum-as-inner v0.6.1 |
1399 | 2024-11-21T18:25:05.547Z | Compiling futures-executor v0.3.31 |
1400 | 2024-11-21T18:25:05.646Z | Compiling md-5 v0.10.6 |
1401 | 2024-11-21T18:25:05.840Z | Compiling async-stream-impl v0.3.6 |
1402 | 2024-11-21T18:25:05.921Z | Compiling rustls-pemfile v2.2.0 |
1403 | 2024-11-21T18:25:06.130Z | Compiling num-integer v0.1.46 |
1404 | 2024-11-21T18:25:06.280Z | Compiling idna v0.4.0 |
1405 | 2024-11-21T18:25:06.315Z | Compiling idna v0.3.0 |
1406 | 2024-11-21T18:25:06.607Z | Compiling hash32 v0.2.1 |
1407 | 2024-11-21T18:25:06.892Z | Compiling ff v0.13.0 |
1408 | 2024-11-21T18:25:07.009Z | Compiling is-terminal v0.4.13 |
1409 | 2024-11-21T18:25:07.129Z | Compiling object v0.36.5 |
1410 | 2024-11-21T18:25:07.152Z | Compiling dropshot v0.12.0 |
1411 | 2024-11-21T18:25:07.259Z | Compiling anyhow v1.0.93 |
1412 | 2024-11-21T18:25:07.432Z | Compiling dyn-clone v1.0.17 |
1413 | 2024-11-21T18:25:07.664Z | Compiling linked-hash-map v0.5.6 |
1414 | 2024-11-21T18:25:07.898Z | Compiling psl-types v2.0.11 |
1415 | 2024-11-21T18:25:08.049Z | Compiling take_mut v0.2.2 |
1416 | 2024-11-21T18:25:08.049Z | Compiling base16ct v0.2.0 |
1417 | 2024-11-21T18:25:08.088Z | Compiling rustc-demangle v0.1.24 |
1418 | 2024-11-21T18:25:08.111Z | Compiling fallible-iterator v0.2.0 |
1419 | 2024-11-21T18:25:08.226Z | Compiling utf-8 v0.7.6 |
1420 | 2024-11-21T18:25:08.389Z | Compiling portable-atomic v1.9.0 |
1421 | 2024-11-21T18:25:08.593Z | Compiling num-bigint-dig v0.8.4 |
1422 | 2024-11-21T18:25:08.892Z | Compiling quick-error v1.2.3 |
1423 | 2024-11-21T18:25:08.913Z | Compiling smoltcp v0.9.1 |
1424 | 2024-11-21T18:25:09.053Z | Compiling resolv-conf v0.7.0 |
1425 | 2024-11-21T18:25:09.176Z | Compiling postgres-protocol v0.6.7 |
1426 | 2024-11-21T18:25:09.588Z | Compiling tungstenite v0.24.0 |
1427 | 2024-11-21T18:25:09.685Z | Compiling sec1 v0.7.3 |
1428 | 2024-11-21T18:25:10.310Z | Compiling publicsuffix v2.2.3 |
1429 | 2024-11-21T18:25:10.613Z | Compiling lru-cache v0.1.2 |
1430 | 2024-11-21T18:25:11.096Z | Compiling async-stream v0.3.6 |
1431 | 2024-11-21T18:25:11.203Z | Compiling hickory-proto v0.24.1 |
1432 | 2024-11-21T18:25:11.203Z | Compiling usdt v0.5.0 |
1433 | 2024-11-21T18:25:11.419Z | Compiling slog-term v2.9.1 |
1434 | 2024-11-21T18:25:11.773Z | Compiling group v0.13.0 |
1435 | 2024-11-21T18:25:12.109Z | Compiling num-iter v0.1.45 |
1436 | 2024-11-21T18:25:12.430Z | Compiling futures v0.3.31 |
1437 | 2024-11-21T18:25:12.560Z | Compiling toml v0.8.19 |
1438 | 2024-11-21T18:25:12.771Z | Compiling slog-bunyan v2.5.0 |
1439 | 2024-11-21T18:25:14.448Z | Compiling tokio-native-tls v0.3.1 |
1440 | 2024-11-21T18:25:14.747Z | Compiling camino v1.1.9 |
1441 | 2024-11-21T18:25:14.836Z | Compiling backtrace v0.3.74 |
1442 | 2024-11-21T18:25:15.631Z | Compiling phf_shared v0.11.2 |
1443 | 2024-11-21T18:25:15.664Z | Compiling dropshot_endpoint v0.12.0 |
1444 | 2024-11-21T18:25:15.796Z | Compiling terminal_size v0.4.0 |
1445 | 2024-11-21T18:25:16.029Z | Compiling waitgroup v0.1.2 |
1446 | 2024-11-21T18:25:16.051Z | Compiling openapiv3 v2.0.0 |
1447 | 2024-11-21T18:25:16.097Z | Compiling serde_path_to_error v0.1.16 |
1448 | 2024-11-21T18:25:16.257Z | Compiling hkdf v0.12.4 |
1449 | 2024-11-21T18:25:16.539Z | Compiling crypto-bigint v0.5.5 |
1450 | 2024-11-21T18:25:16.983Z | Compiling zerocopy-derive v0.6.6 |
1451 | 2024-11-21T18:25:18.656Z | Compiling hubpack_derive v0.1.1 |
1452 | 2024-11-21T18:25:18.756Z | Compiling curve25519-dalek-derive v0.1.1 |
1453 | 2024-11-21T18:25:19.360Z | Compiling webpki-roots v0.26.6 |
1454 | 2024-11-21T18:25:19.592Z | Compiling idna v0.5.0 |
1455 | 2024-11-21T18:25:19.613Z | Compiling hostname v0.4.0 |
1456 | 2024-11-21T18:25:19.888Z | Compiling ahash v0.8.11 |
1457 | 2024-11-21T18:25:20.243Z | Compiling crc32fast v1.4.2 |
1458 | 2024-11-21T18:25:20.380Z | Compiling fs-err v2.11.0 |
1459 | 2024-11-21T18:25:20.490Z | Compiling debug-ignore v1.0.5 |
1460 | 2024-11-21T18:25:20.612Z | Compiling winnow v0.5.40 |
1461 | 2024-11-21T18:25:20.648Z | Compiling bitflags v1.3.2 |
1462 | 2024-11-21T18:25:20.686Z | Compiling managed v0.8.0 |
1463 | 2024-11-21T18:25:20.764Z | Compiling clap_builder v4.5.21 |
1464 | 2024-11-21T18:25:20.883Z | Compiling cookie_store v0.21.0 |
1465 | 2024-11-21T18:25:21.361Z | Compiling console v0.15.8 |
1466 | 2024-11-21T18:25:22.314Z | Compiling strum_macros v0.25.3 |
1467 | 2024-11-21T18:25:22.637Z | Compiling flate2 v1.0.34 |
1468 | 2024-11-21T18:25:23.131Z | Compiling elliptic-curve v0.13.8 |
1469 | 2024-11-21T18:25:23.407Z | Compiling hubpack v0.1.2 |
1470 | 2024-11-21T18:25:23.627Z | Compiling zerocopy v0.6.6 |
1471 | 2024-11-21T18:25:23.893Z | Compiling hickory-resolver v0.24.1 |
1472 | 2024-11-21T18:25:24.005Z | Compiling phf v0.11.2 |
1473 | 2024-11-21T18:25:24.430Z | Compiling toml_edit v0.19.15 |
1474 | 2024-11-21T18:25:24.684Z | Compiling signal-hook-mio v0.2.4 |
1475 | 2024-11-21T18:25:24.864Z | Compiling hyper-tls v0.6.0 |
1476 | 2024-11-21T18:25:25.365Z | Compiling rayon v1.10.0 |
1477 | 2024-11-21T18:25:25.534Z | Compiling bzip2 v0.4.4 |
1478 | 2024-11-21T18:25:26.675Z | Compiling tokio-tungstenite v0.24.0 |
1479 | 2024-11-21T18:25:27.274Z | Compiling postgres-types v0.2.8 |
1480 | 2024-11-21T18:25:30.377Z | Compiling ed25519 v2.2.3 |
1481 | 2024-11-21T18:25:30.450Z | Compiling phf_shared v0.10.0 |
1482 | 2024-11-21T18:25:30.726Z | Compiling tokio-stream v0.1.16 |
1483 | 2024-11-21T18:25:30.886Z | Compiling pkcs1 v0.7.5 |
1484 | 2024-11-21T18:25:31.072Z | Compiling serde-big-array v0.5.1 |
1485 | 2024-11-21T18:25:31.326Z | Compiling clap_derive v4.5.18 |
1486 | 2024-11-21T18:25:31.479Z | Compiling rfc6979 v0.4.0 |
1487 | 2024-11-21T18:25:31.686Z | Compiling derive-where v1.2.7 |
1488 | 2024-11-21T18:25:31.828Z | Compiling serde_repr v0.1.19 |
1489 | 2024-11-21T18:25:31.990Z | Compiling float-cmp v0.9.0 |
1490 | 2024-11-21T18:25:32.233Z | Compiling bstr v1.10.0 |
1491 | 2024-11-21T18:25:32.378Z | Compiling sync_wrapper v1.0.1 |
1492 | 2024-11-21T18:25:32.546Z | Compiling precomputed-hash v0.1.1 |
1493 | 2024-11-21T18:25:32.680Z | Compiling whoami v1.5.2 |
1494 | 2024-11-21T18:25:32.893Z | Compiling fixedbitset v0.4.2 |
1495 | 2024-11-21T18:25:33.083Z | Compiling static_assertions v1.1.0 |
1496 | 2024-11-21T18:25:33.198Z | Compiling new_debug_unreachable v1.0.6 |
1497 | 2024-11-21T18:25:33.307Z | Compiling normalize-line-endings v0.3.0 |
1498 | 2024-11-21T18:25:33.350Z | Compiling difflib v0.4.0 |
1499 | 2024-11-21T18:25:33.402Z | Compiling unicode-segmentation v1.12.0 |
1500 | 2024-11-21T18:25:33.440Z | Compiling unicode-width v0.2.0 |
1501 | 2024-11-21T18:25:34.012Z | Compiling number_prefix v0.4.0 |
1502 | 2024-11-21T18:25:34.101Z | Compiling predicates-core v1.0.8 |
1503 | 2024-11-21T18:25:34.264Z | Compiling bit-vec v0.6.3 |
1504 | 2024-11-21T18:25:34.335Z | Compiling predicates v3.1.2 |
1505 | 2024-11-21T18:25:34.496Z | Compiling indicatif v0.17.9 |
1506 | 2024-11-21T18:25:34.765Z | Compiling bit-set v0.5.3 |
1507 | 2024-11-21T18:25:35.062Z | Compiling similar v2.6.0 |
1508 | 2024-11-21T18:25:35.097Z | Compiling string_cache v0.8.7 |
1509 | 2024-11-21T18:25:35.456Z | Compiling petgraph v0.6.5 |
1510 | 2024-11-21T18:25:35.612Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1511 | 2024-11-21T18:25:36.217Z | Compiling tokio-postgres v0.7.12 |
1512 | 2024-11-21T18:25:36.658Z | Compiling clap v4.5.21 |
1513 | 2024-11-21T18:25:36.798Z | Compiling ecdsa v0.16.9 |
1514 | 2024-11-21T18:25:36.820Z | Compiling rsa v0.9.6 |
1515 | 2024-11-21T18:25:37.688Z | Compiling ed25519-dalek v2.1.1 |
1516 | 2024-11-21T18:25:37.724Z | Compiling toml v0.7.8 |
1517 | 2024-11-21T18:25:39.128Z | Compiling zip v0.6.6 |
1518 | 2024-11-21T18:25:39.570Z | Compiling crossterm v0.28.1 |
1519 | 2024-11-21T18:25:40.686Z | Compiling hex v0.4.3 |
1520 | 2024-11-21T18:25:41.196Z | Compiling x509-cert v0.2.5 |
1521 | 2024-11-21T18:25:41.336Z | Compiling itertools v0.10.5 |
1522 | 2024-11-21T18:25:41.412Z | Compiling lalrpop-util v0.19.12 |
1523 | 2024-11-21T18:25:41.805Z | Compiling peg-runtime v0.8.3 |
1524 | 2024-11-21T18:25:42.345Z | Compiling unicode-xid v0.2.6 |
1525 | 2024-11-21T18:25:42.533Z | Compiling strum_macros v0.26.4 |
1526 | 2024-11-21T18:25:42.552Z | Compiling xattr v1.3.1 |
1527 | 2024-11-21T18:25:42.835Z | Compiling filetime v0.2.25 |
1528 | 2024-11-21T18:25:43.184Z | Compiling tar v0.4.42 |
1529 | 2024-11-21T18:25:47.933Z | Compiling strum v0.26.3 |
1530 | 2024-11-21T18:25:50.337Z | Compiling aws-lc-sys v0.22.0 |
1531 | 2024-11-21T18:26:19.375Z | Compiling rustls-webpki v0.102.8 |
1532 | 2024-11-21T18:26:22.995Z | Compiling tokio-rustls v0.25.0 |
1533 | 2024-11-21T18:26:24.551Z | Compiling tokio-rustls v0.26.0 |
1534 | 2024-11-21T18:26:25.032Z | Compiling hyper-rustls v0.27.3 |
1535 | 2024-11-21T18:26:25.425Z | Compiling reqwest v0.12.9 |
1536 | 2024-11-21T18:26:26.825Z | Compiling qorb v0.2.0 |
1537 | 2024-11-21T18:26:31.669Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1538 | 2024-11-21T18:26:31.921Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1539 | 2024-11-21T18:26:38.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
1540 | 2024-11-21T18:26:38.180Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1541 | 2024-11-21T18:26:38.234Z | Nov 21 18:26:37.357 INFO Starting download, target: Clickhouse |
1542 | 2024-11-21T18:26:38.234Z | Nov 21 18:26:37.357 INFO Starting download, target: Cockroach |
1543 | 2024-11-21T18:26:38.234Z | Nov 21 18:26:37.357 INFO Starting download, target: Console |
1544 | 2024-11-21T18:26:38.234Z | Nov 21 18:26:37.357 INFO Starting download, target: DendriteOpenapi |
1545 | 2024-11-21T18:26:38.237Z | Nov 21 18:26:37.357 INFO Starting download, target: DendriteStub |
1546 | 2024-11-21T18:26:38.237Z | Nov 21 18:26:37.358 INFO Starting download, target: MaghemiteMgd |
1547 | 2024-11-21T18:26:38.237Z | Nov 21 18:26:37.358 INFO Starting download, target: TransceiverControl |
1548 | 2024-11-21T18:26:38.237Z | Nov 21 18:26:37.359 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
1549 | 2024-11-21T18:26:38.237Z | Nov 21 18:26:37.359 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1550 | 2024-11-21T18:26:38.237Z | Nov 21 18:26:37.359 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1551 | 2024-11-21T18:26:38.237Z | Nov 21 18:26:37.359 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1552 | 2024-11-21T18:26:38.237Z | Nov 21 18:26:37.359 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1553 | 2024-11-21T18:26:38.237Z | Nov 21 18:26:37.359 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1554 | 2024-11-21T18:26:38.237Z | Nov 21 18:26:37.359 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1555 | 2024-11-21T18:26:38.587Z | Nov 21 18:26:37.693 INFO Download complete, target: DendriteOpenapi |
1556 | 2024-11-21T18:26:38.823Z | Nov 21 18:26:37.896 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1557 | 2024-11-21T18:26:38.868Z | Nov 21 18:26:37.920 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1558 | 2024-11-21T18:26:39.128Z | Nov 21 18:26:38.219 INFO Download complete, target: Console |
1559 | 2024-11-21T18:26:39.404Z | Nov 21 18:26:38.524 INFO Download complete, target: TransceiverControl |
1560 | 2024-11-21T18:26:39.409Z | Nov 21 18:26:38.531 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1561 | 2024-11-21T18:26:39.440Z | Nov 21 18:26:38.563 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1562 | 2024-11-21T18:26:39.805Z | Nov 21 18:26:38.928 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1563 | 2024-11-21T18:26:39.805Z | Nov 21 18:26:38.928 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1564 | 2024-11-21T18:26:40.433Z | Nov 21 18:26:39.556 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1565 | 2024-11-21T18:26:42.331Z | Nov 21 18:26:41.455 INFO Download complete, target: DendriteStub |
1566 | 2024-11-21T18:26:42.434Z | Nov 21 18:26:41.557 INFO Download complete, target: MaghemiteMgd |
1567 | 2024-11-21T18:26:47.184Z | Nov 21 18:26:46.306 INFO Checking that binary works, target: Cockroach |
1568 | 2024-11-21T18:26:47.360Z | Nov 21 18:26:46.481 INFO Download complete, target: Cockroach |
1569 | 2024-11-21T18:26:52.553Z | Nov 21 18:26:51.645 INFO Checking that binary works, target: Clickhouse |
1570 | 2024-11-21T18:26:52.707Z | Nov 21 18:26:51.818 INFO Download complete, target: Clickhouse |
1571 | 2024-11-21T18:26:52.718Z | All builder prerequisites installed successfully, and PATH looks valid |
1572 | 2024-11-21T18:26:52.721Z | |
1573 | 2024-11-21T18:26:52.721Z | real 4:53.281607504 |
1574 | 2024-11-21T18:26:52.722Z | user 17:07.154518664 |
1575 | 2024-11-21T18:26:52.722Z | sys 3:21.478767227 |
1576 | 2024-11-21T18:26:52.722Z | trap 0.612778274 |
1577 | 2024-11-21T18:26:52.722Z | tflt 1.621618990 |
1578 | 2024-11-21T18:26:52.722Z | dflt 2.277065645 |
1579 | 2024-11-21T18:26:52.722Z | kflt 0.022783091 |
1580 | 2024-11-21T18:26:52.722Z | lock 30:39.776472714 |
1581 | 2024-11-21T18:26:52.722Z | slp 1:03:25.058237369 |
1582 | 2024-11-21T18:26:52.722Z | lat 58.583313046 |
1583 | 2024-11-21T18:26:52.722Z | stop 2:27.583915042 |
1584 | 2024-11-21T18:26:52.722Z | + banner hack-check |
1585 | 2024-11-21T18:26:52.722Z | |
1586 | 2024-11-21T18:26:52.723Z | # # ## #### # # #### # # ###### #### # # |
1587 | 2024-11-21T18:26:52.723Z | # # # # # # # # # # # # # # # # # |
1588 | 2024-11-21T18:26:52.723Z | ###### # # # #### ##### # ###### ##### # #### |
1589 | 2024-11-21T18:26:52.723Z | # # ###### # # # # # # # # # # |
1590 | 2024-11-21T18:26:52.723Z | # # # # # # # # # # # # # # # # # |
1591 | 2024-11-21T18:26:52.723Z | # # # # #### # # #### # # ###### #### # # |
1592 | 2024-11-21T18:26:52.723Z | |
1593 | 2024-11-21T18:26:52.723Z | + export CARGO_INCREMENTAL=0 |
1594 | 2024-11-21T18:26:52.723Z | + CARGO_INCREMENTAL=0 |
1595 | 2024-11-21T18:26:52.723Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1596 | 2024-11-21T18:26:53.292Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1597 | 2024-11-21T18:26:57.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
1598 | 2024-11-21T18:26:57.248Z | Running `target/debug/xtask check-features --ci` |
1599 | 2024-11-21T18:26:57.270Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1600 | 2024-11-21T18:26:57.271Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1601 | 2024-11-21T18:26:57.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1602 | 2024-11-21T18:26:57.773Z | Running `target/debug/xtask download cargo-hack` |
1603 | 2024-11-21T18:26:58.845Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1604 | 2024-11-21T18:26:59.027Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1605 | 2024-11-21T18:27:04.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s |
1606 | 2024-11-21T18:27:04.489Z | Running `target/debug/xtask-downloader cargo-hack` |
1607 | 2024-11-21T18:27:04.532Z | Nov 21 18:27:03.652 INFO Starting download, target: CargoHack |
1608 | 2024-11-21T18:27:04.535Z | Nov 21 18:27:03.653 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1609 | 2024-11-21T18:27:05.167Z | Nov 21 18:27:04.286 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1610 | 2024-11-21T18:27:05.253Z | Nov 21 18:27:04.373 INFO Download complete, target: CargoHack |
1611 | 2024-11-21T18:27:05.258Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1612 | 2024-11-21T18:27:05.275Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1613 | 2024-11-21T18:27:05.454Z | info: running `cargo check --bins` on api_identity (1/172) |
1614 | 2024-11-21T18:27:06.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1615 | 2024-11-21T18:27:06.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1616 | 2024-11-21T18:27:06.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1617 | 2024-11-21T18:27:06.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1618 | 2024-11-21T18:27:06.106Z | |
1619 | 2024-11-21T18:27:06.106Z | info: running `cargo check --bins` on bootstore (2/172) |
1620 | 2024-11-21T18:27:06.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1621 | 2024-11-21T18:27:06.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1622 | 2024-11-21T18:27:06.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1623 | 2024-11-21T18:27:06.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1624 | 2024-11-21T18:27:06.806Z | |
1625 | 2024-11-21T18:27:06.806Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/172) |
1626 | 2024-11-21T18:27:07.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2024-11-21T18:27:07.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2024-11-21T18:27:07.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1629 | 2024-11-21T18:27:07.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1630 | 2024-11-21T18:27:07.489Z | |
1631 | 2024-11-21T18:27:07.489Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/172) |
1632 | 2024-11-21T18:27:08.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1633 | 2024-11-21T18:27:08.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1634 | 2024-11-21T18:27:08.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1635 | 2024-11-21T18:27:08.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1636 | 2024-11-21T18:27:08.164Z | |
1637 | 2024-11-21T18:27:08.165Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/172) |
1638 | 2024-11-21T18:27:08.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1639 | 2024-11-21T18:27:08.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1640 | 2024-11-21T18:27:08.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1641 | 2024-11-21T18:27:08.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1642 | 2024-11-21T18:27:08.609Z | |
1643 | 2024-11-21T18:27:08.609Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/172) |
1644 | 2024-11-21T18:27:09.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2024-11-21T18:27:09.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2024-11-21T18:27:09.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2024-11-21T18:27:09.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1648 | 2024-11-21T18:27:09.063Z | |
1649 | 2024-11-21T18:27:09.063Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/172) |
1650 | 2024-11-21T18:27:09.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2024-11-21T18:27:09.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2024-11-21T18:27:09.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2024-11-21T18:27:09.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1654 | 2024-11-21T18:27:09.509Z | |
1655 | 2024-11-21T18:27:09.509Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/172) |
1656 | 2024-11-21T18:27:09.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2024-11-21T18:27:09.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2024-11-21T18:27:09.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2024-11-21T18:27:09.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1660 | 2024-11-21T18:27:09.962Z | |
1661 | 2024-11-21T18:27:09.962Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/172) |
1662 | 2024-11-21T18:27:10.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2024-11-21T18:27:10.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2024-11-21T18:27:10.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2024-11-21T18:27:10.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1666 | 2024-11-21T18:27:10.426Z | |
1667 | 2024-11-21T18:27:10.426Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/172) |
1668 | 2024-11-21T18:27:10.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2024-11-21T18:27:10.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2024-11-21T18:27:10.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2024-11-21T18:27:10.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1672 | 2024-11-21T18:27:10.877Z | |
1673 | 2024-11-21T18:27:10.877Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/172) |
1674 | 2024-11-21T18:27:11.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2024-11-21T18:27:11.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2024-11-21T18:27:11.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2024-11-21T18:27:11.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1678 | 2024-11-21T18:27:11.457Z | |
1679 | 2024-11-21T18:27:11.457Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/172) |
1680 | 2024-11-21T18:27:11.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2024-11-21T18:27:11.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2024-11-21T18:27:11.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2024-11-21T18:27:11.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1684 | 2024-11-21T18:27:11.992Z | |
1685 | 2024-11-21T18:27:11.992Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/172) |
1686 | 2024-11-21T18:27:12.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2024-11-21T18:27:12.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2024-11-21T18:27:12.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2024-11-21T18:27:12.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1690 | 2024-11-21T18:27:12.425Z | |
1691 | 2024-11-21T18:27:12.425Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/172) |
1692 | 2024-11-21T18:27:12.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2024-11-21T18:27:12.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2024-11-21T18:27:12.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2024-11-21T18:27:12.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1696 | 2024-11-21T18:27:12.765Z | |
1697 | 2024-11-21T18:27:12.765Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/172) |
1698 | 2024-11-21T18:27:13.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2024-11-21T18:27:13.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2024-11-21T18:27:13.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2024-11-21T18:27:13.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1702 | 2024-11-21T18:27:13.130Z | |
1703 | 2024-11-21T18:27:13.130Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/172) |
1704 | 2024-11-21T18:27:13.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2024-11-21T18:27:13.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2024-11-21T18:27:13.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2024-11-21T18:27:13.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1708 | 2024-11-21T18:27:13.573Z | |
1709 | 2024-11-21T18:27:13.573Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/172) |
1710 | 2024-11-21T18:27:13.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2024-11-21T18:27:13.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2024-11-21T18:27:13.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2024-11-21T18:27:13.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1714 | 2024-11-21T18:27:14.023Z | |
1715 | 2024-11-21T18:27:14.023Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/172) |
1716 | 2024-11-21T18:27:14.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2024-11-21T18:27:14.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2024-11-21T18:27:14.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2024-11-21T18:27:14.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1720 | 2024-11-21T18:27:14.477Z | |
1721 | 2024-11-21T18:27:14.477Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/172) |
1722 | 2024-11-21T18:27:14.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2024-11-21T18:27:14.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2024-11-21T18:27:14.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2024-11-21T18:27:14.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1726 | 2024-11-21T18:27:14.932Z | |
1727 | 2024-11-21T18:27:14.932Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/172) |
1728 | 2024-11-21T18:27:15.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2024-11-21T18:27:15.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2024-11-21T18:27:15.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2024-11-21T18:27:15.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1732 | 2024-11-21T18:27:15.382Z | |
1733 | 2024-11-21T18:27:15.382Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/172) |
1734 | 2024-11-21T18:27:15.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2024-11-21T18:27:15.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2024-11-21T18:27:15.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2024-11-21T18:27:15.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1738 | 2024-11-21T18:27:15.834Z | |
1739 | 2024-11-21T18:27:15.834Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/172) |
1740 | 2024-11-21T18:27:16.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2024-11-21T18:27:16.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2024-11-21T18:27:16.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2024-11-21T18:27:16.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1744 | 2024-11-21T18:27:16.287Z | |
1745 | 2024-11-21T18:27:16.287Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/172) |
1746 | 2024-11-21T18:27:16.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2024-11-21T18:27:16.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2024-11-21T18:27:16.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2024-11-21T18:27:16.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1750 | 2024-11-21T18:27:16.743Z | |
1751 | 2024-11-21T18:27:16.743Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/172) |
1752 | 2024-11-21T18:27:17.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2024-11-21T18:27:17.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2024-11-21T18:27:17.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2024-11-21T18:27:17.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1756 | 2024-11-21T18:27:17.193Z | |
1757 | 2024-11-21T18:27:17.193Z | info: running `cargo check --bins` on sled-hardware-types (25/172) |
1758 | 2024-11-21T18:27:17.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2024-11-21T18:27:17.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2024-11-21T18:27:17.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2024-11-21T18:27:17.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1762 | 2024-11-21T18:27:17.880Z | |
1763 | 2024-11-21T18:27:17.880Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/172) |
1764 | 2024-11-21T18:27:18.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2024-11-21T18:27:18.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2024-11-21T18:27:18.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2024-11-21T18:27:18.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1768 | 2024-11-21T18:27:18.553Z | |
1769 | 2024-11-21T18:27:18.553Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/172) |
1770 | 2024-11-21T18:27:19.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2024-11-21T18:27:19.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2024-11-21T18:27:19.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1773 | 2024-11-21T18:27:19.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1774 | 2024-11-21T18:27:19.233Z | |
1775 | 2024-11-21T18:27:19.233Z | info: running `cargo check --bins` on oxlog (28/172) |
1776 | 2024-11-21T18:27:19.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1777 | 2024-11-21T18:27:19.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1778 | 2024-11-21T18:27:19.881Z | Checking cfg-if v1.0.0 |
1779 | 2024-11-21T18:27:19.884Z | Checking libc v0.2.162 |
1780 | 2024-11-21T18:27:19.994Z | Checking serde v1.0.215 |
1781 | 2024-11-21T18:27:19.998Z | Checking zeroize v1.8.1 |
1782 | 2024-11-21T18:27:20.016Z | Checking memchr v2.7.4 |
1783 | 2024-11-21T18:27:20.018Z | Checking typenum v1.17.0 |
1784 | 2024-11-21T18:27:20.028Z | Checking scopeguard v1.2.0 |
1785 | 2024-11-21T18:27:20.050Z | Checking subtle v2.6.1 |
1786 | 2024-11-21T18:27:20.066Z | Checking value-bag v1.9.0 |
1787 | 2024-11-21T18:27:20.177Z | Checking lock_api v0.4.12 |
1788 | 2024-11-21T18:27:20.258Z | Checking itoa v1.0.11 |
1789 | 2024-11-21T18:27:20.329Z | Checking smallvec v1.13.2 |
1790 | 2024-11-21T18:27:20.486Z | Checking log v0.4.22 |
1791 | 2024-11-21T18:27:20.502Z | Checking const-oid v0.9.6 |
1792 | 2024-11-21T18:27:20.609Z | Checking pin-project-lite v0.2.14 |
1793 | 2024-11-21T18:27:20.681Z | Checking byteorder v1.5.0 |
1794 | 2024-11-21T18:27:20.737Z | Checking futures-core v0.3.31 |
1795 | 2024-11-21T18:27:20.913Z | Checking once_cell v1.20.2 |
1796 | 2024-11-21T18:27:20.930Z | Checking cpufeatures v0.2.14 |
1797 | 2024-11-21T18:27:21.022Z | Checking futures-sink v0.3.31 |
1798 | 2024-11-21T18:27:21.038Z | Checking stable_deref_trait v1.2.0 |
1799 | 2024-11-21T18:27:21.092Z | Checking spin v0.9.8 |
1800 | 2024-11-21T18:27:21.146Z | Checking zerocopy v0.7.35 |
1801 | 2024-11-21T18:27:21.166Z | Checking getrandom v0.2.15 |
1802 | 2024-11-21T18:27:21.166Z | Checking signal-hook-registry v1.4.2 |
1803 | 2024-11-21T18:27:21.205Z | Checking parking_lot_core v0.9.10 |
1804 | 2024-11-21T18:27:21.401Z | Checking generic-array v0.14.7 |
1805 | 2024-11-21T18:27:21.415Z | Checking mio v1.0.2 |
1806 | 2024-11-21T18:27:21.429Z | Checking rand_core v0.6.4 |
1807 | 2024-11-21T18:27:21.463Z | Checking socket2 v0.5.7 |
1808 | 2024-11-21T18:27:21.559Z | Checking parking_lot v0.12.3 |
1809 | 2024-11-21T18:27:21.759Z | Checking slab v0.4.9 |
1810 | 2024-11-21T18:27:21.925Z | Checking zerofrom v0.1.4 |
1811 | 2024-11-21T18:27:21.963Z | Checking futures-channel v0.3.31 |
1812 | 2024-11-21T18:27:22.035Z | Checking pin-utils v0.1.0 |
1813 | 2024-11-21T18:27:22.038Z | Checking futures-io v0.3.31 |
1814 | 2024-11-21T18:27:22.124Z | Checking equivalent v1.0.1 |
1815 | 2024-11-21T18:27:22.158Z | Checking yoke v0.7.4 |
1816 | 2024-11-21T18:27:22.239Z | Checking foldhash v0.1.3 |
1817 | 2024-11-21T18:27:22.242Z | Checking allocator-api2 v0.2.18 |
1818 | 2024-11-21T18:27:22.317Z | Checking futures-task v0.3.31 |
1819 | 2024-11-21T18:27:22.336Z | Checking tinyvec_macros v0.1.1 |
1820 | 2024-11-21T18:27:22.424Z | Checking ryu v1.0.18 |
1821 | 2024-11-21T18:27:22.444Z | Checking tinyvec v1.8.0 |
1822 | 2024-11-21T18:27:22.497Z | Checking zerovec v0.10.4 |
1823 | 2024-11-21T18:27:22.562Z | Checking futures-util v0.3.31 |
1824 | 2024-11-21T18:27:22.577Z | Checking crypto-common v0.1.6 |
1825 | 2024-11-21T18:27:22.642Z | Checking block-buffer v0.10.4 |
1826 | 2024-11-21T18:27:22.682Z | Checking block-padding v0.3.3 |
1827 | 2024-11-21T18:27:22.762Z | Checking fnv v1.0.7 |
1828 | 2024-11-21T18:27:22.856Z | Checking digest v0.10.7 |
1829 | 2024-11-21T18:27:22.889Z | Checking libm v0.2.8 |
1830 | 2024-11-21T18:27:22.905Z | Checking inout v0.1.3 |
1831 | 2024-11-21T18:27:22.942Z | Checking hashbrown v0.15.0 |
1832 | 2024-11-21T18:27:23.149Z | Checking cipher v0.4.4 |
1833 | 2024-11-21T18:27:23.241Z | Checking hmac v0.12.1 |
1834 | 2024-11-21T18:27:23.467Z | Checking sha2 v0.10.8 |
1835 | 2024-11-21T18:27:23.542Z | Checking litemap v0.7.3 |
1836 | 2024-11-21T18:27:23.808Z | Checking unicode-bidi v0.3.17 |
1837 | 2024-11-21T18:27:23.837Z | Checking unicode-normalization v0.1.24 |
1838 | 2024-11-21T18:27:23.913Z | Checking base64ct v1.6.0 |
1839 | 2024-11-21T18:27:24.050Z | Checking writeable v0.5.5 |
1840 | 2024-11-21T18:27:24.077Z | Checking num-traits v0.2.19 |
1841 | 2024-11-21T18:27:24.184Z | Checking tinystr v0.7.6 |
1842 | 2024-11-21T18:27:24.345Z | Checking pem-rfc7468 v0.7.0 |
1843 | 2024-11-21T18:27:24.369Z | Checking ppv-lite86 v0.2.20 |
1844 | 2024-11-21T18:27:24.440Z | Checking flagset v0.4.6 |
1845 | 2024-11-21T18:27:24.558Z | Checking icu_locid v1.5.0 |
1846 | 2024-11-21T18:27:24.630Z | Checking der v0.7.9 |
1847 | 2024-11-21T18:27:24.633Z | Checking tracing-core v0.1.32 |
1848 | 2024-11-21T18:27:24.789Z | Checking thiserror v1.0.69 |
1849 | 2024-11-21T18:27:24.932Z | Checking icu_locid_transform_data v1.5.0 |
1850 | 2024-11-21T18:27:25.035Z | Checking rustls-pki-types v1.9.0 |
1851 | 2024-11-21T18:27:25.072Z | Checking bytes v1.8.0 |
1852 | 2024-11-21T18:27:25.180Z | Checking indexmap v2.6.0 |
1853 | 2024-11-21T18:27:25.333Z | Checking serde_json v1.0.132 |
1854 | 2024-11-21T18:27:25.640Z | Checking rand_chacha v0.3.1 |
1855 | 2024-11-21T18:27:25.655Z | Checking icu_provider v1.5.0 |
1856 | 2024-11-21T18:27:25.797Z | Checking bitflags v2.6.0 |
1857 | 2024-11-21T18:27:25.892Z | Checking tokio v1.40.0 |
1858 | 2024-11-21T18:27:26.054Z | Checking http v1.1.0 |
1859 | 2024-11-21T18:27:26.099Z | Checking percent-encoding v2.3.1 |
1860 | 2024-11-21T18:27:26.314Z | Checking rand v0.8.5 |
1861 | 2024-11-21T18:27:26.330Z | Checking icu_locid_transform v1.5.0 |
1862 | 2024-11-21T18:27:26.529Z | Checking spki v0.7.3 |
1863 | 2024-11-21T18:27:26.545Z | Checking tracing v0.1.40 |
1864 | 2024-11-21T18:27:26.870Z | Checking icu_collections v1.5.0 |
1865 | 2024-11-21T18:27:26.894Z | Checking salsa20 v0.10.2 |
1866 | 2024-11-21T18:27:27.110Z | Checking pbkdf2 v0.12.2 |
1867 | 2024-11-21T18:27:27.165Z | Checking aws-lc-sys v0.22.0 |
1868 | 2024-11-21T18:27:27.285Z | Checking httparse v1.9.5 |
1869 | 2024-11-21T18:27:27.362Z | Checking untrusted v0.9.0 |
1870 | 2024-11-21T18:27:27.453Z | Checking icu_properties_data v1.5.0 |
1871 | 2024-11-21T18:27:27.531Z | Checking powerfmt v0.2.0 |
1872 | 2024-11-21T18:27:27.575Z | Checking mirai-annotations v1.12.0 |
1873 | 2024-11-21T18:27:27.656Z | Checking untrusted v0.7.1 |
1874 | 2024-11-21T18:27:27.715Z | Checking icu_properties v1.5.1 |
1875 | 2024-11-21T18:27:27.750Z | Checking ring v0.17.8 |
1876 | 2024-11-21T18:27:27.766Z | Checking scrypt v0.11.0 |
1877 | 2024-11-21T18:27:27.789Z | Checking deranged v0.3.11 |
1878 | 2024-11-21T18:27:27.818Z | Checking cbc v0.1.2 |
1879 | 2024-11-21T18:27:27.846Z | Checking aes v0.8.4 |
1880 | 2024-11-21T18:27:27.981Z | Checking crossbeam-utils v0.8.20 |
1881 | 2024-11-21T18:27:28.033Z | Checking icu_normalizer_data v1.5.0 |
1882 | 2024-11-21T18:27:28.140Z | Checking utf16_iter v1.0.5 |
1883 | 2024-11-21T18:27:28.319Z | Checking num_threads v0.1.7 |
1884 | 2024-11-21T18:27:28.440Z | Checking atomic-waker v1.1.2 |
1885 | 2024-11-21T18:27:28.579Z | Checking utf8_iter v1.0.4 |
1886 | 2024-11-21T18:27:28.766Z | Checking num-conv v0.1.0 |
1887 | 2024-11-21T18:27:28.789Z | Checking write16 v1.0.0 |
1888 | 2024-11-21T18:27:28.804Z | Checking time-core v0.1.2 |
1889 | 2024-11-21T18:27:28.908Z | Checking pkcs5 v0.7.1 |
1890 | 2024-11-21T18:27:28.966Z | Checking http-body v1.0.1 |
1891 | 2024-11-21T18:27:29.021Z | Checking form_urlencoded v1.2.1 |
1892 | 2024-11-21T18:27:29.178Z | Checking try-lock v0.2.5 |
1893 | 2024-11-21T18:27:29.236Z | Checking httpdate v1.0.3 |
1894 | 2024-11-21T18:27:29.313Z | Checking want v0.3.1 |
1895 | 2024-11-21T18:27:29.437Z | Checking pkcs8 v0.10.2 |
1896 | 2024-11-21T18:27:29.474Z | Checking unicode-ident v1.0.13 |
1897 | 2024-11-21T18:27:29.505Z | Checking serde_spanned v0.6.8 |
1898 | 2024-11-21T18:27:29.565Z | Checking time v0.3.36 |
1899 | 2024-11-21T18:27:29.648Z | Checking proc-macro2 v1.0.89 |
1900 | 2024-11-21T18:27:29.694Z | Checking toml_datetime v0.6.8 |
1901 | 2024-11-21T18:27:29.711Z | Checking uuid v1.11.0 |
1902 | 2024-11-21T18:27:29.747Z | Checking slog v2.7.0 |
1903 | 2024-11-21T18:27:29.772Z | Checking aws-lc-rs v1.10.0 |
1904 | 2024-11-21T18:27:29.992Z | Checking scroll v0.12.0 |
1905 | 2024-11-21T18:27:30.251Z | Checking ucd-trie v0.1.7 |
1906 | 2024-11-21T18:27:30.350Z | Checking adler2 v2.0.0 |
1907 | 2024-11-21T18:27:30.350Z | Checking plain v0.2.3 |
1908 | 2024-11-21T18:27:30.458Z | Checking foreign-types-shared v0.1.1 |
1909 | 2024-11-21T18:27:30.475Z | Checking iana-time-zone v0.1.61 |
1910 | 2024-11-21T18:27:30.496Z | Checking tower-service v0.3.3 |
1911 | 2024-11-21T18:27:30.522Z | Checking base64 v0.22.1 |
1912 | 2024-11-21T18:27:30.563Z | Checking match_cfg v0.1.0 |
1913 | 2024-11-21T18:27:30.622Z | Checking foreign-types v0.3.2 |
1914 | 2024-11-21T18:27:30.638Z | Checking chrono v0.4.38 |
1915 | 2024-11-21T18:27:30.655Z | Checking hostname v0.3.1 |
1916 | 2024-11-21T18:27:30.716Z | Checking goblin v0.8.2 |
1917 | 2024-11-21T18:27:30.785Z | Checking miniz_oxide v0.8.0 |
1918 | 2024-11-21T18:27:30.997Z | Checking pest v2.7.14 |
1919 | 2024-11-21T18:27:31.116Z | Checking icu_normalizer v1.5.0 |
1920 | 2024-11-21T18:27:31.561Z | Checking quote v1.0.37 |
1921 | 2024-11-21T18:27:31.670Z | Checking rustls-webpki v0.102.8 |
1922 | 2024-11-21T18:27:31.909Z | Checking openssl-sys v0.9.103 |
1923 | 2024-11-21T18:27:31.926Z | Checking idna_adapter v1.2.0 |
1924 | 2024-11-21T18:27:32.111Z | Checking idna v1.0.3 |
1925 | 2024-11-21T18:27:32.136Z | Checking errno v0.3.9 |
1926 | 2024-11-21T18:27:32.361Z | Checking dirs-sys-next v0.1.2 |
1927 | 2024-11-21T18:27:32.506Z | Checking aho-corasick v1.1.3 |
1928 | 2024-11-21T18:27:32.559Z | Checking regex-syntax v0.8.5 |
1929 | 2024-11-21T18:27:32.634Z | Checking url v2.5.3 |
1930 | 2024-11-21T18:27:32.827Z | Checking siphasher v0.3.11 |
1931 | 2024-11-21T18:27:33.149Z | Checking data-encoding v2.6.0 |
1932 | 2024-11-21T18:27:33.264Z | Checking pretty-hex v0.4.1 |
1933 | 2024-11-21T18:27:33.424Z | Checking tokio-util v0.7.12 |
1934 | 2024-11-21T18:27:33.442Z | Checking openssl v0.10.66 |
1935 | 2024-11-21T18:27:33.498Z | Checking dirs-next v2.0.0 |
1936 | 2024-11-21T18:27:33.592Z | Checking dtrace-parser v0.2.0 |
1937 | 2024-11-21T18:27:33.632Z | Checking rustix v0.38.37 |
1938 | 2024-11-21T18:27:33.821Z | Checking syn v2.0.87 |
1939 | 2024-11-21T18:27:34.043Z | Checking http-body-util v0.1.2 |
1940 | 2024-11-21T18:27:34.237Z | Checking crossbeam-epoch v0.9.18 |
1941 | 2024-11-21T18:27:34.406Z | Checking h2 v0.4.6 |
1942 | 2024-11-21T18:27:34.514Z | Checking sha1 v0.10.6 |
1943 | 2024-11-21T18:27:34.683Z | Checking signature v2.2.0 |
1944 | 2024-11-21T18:27:34.809Z | Checking lazy_static v1.5.0 |
1945 | 2024-11-21T18:27:34.889Z | Checking thread_local v1.1.8 |
1946 | 2024-11-21T18:27:34.933Z | Checking thread-id v4.2.2 |
1947 | 2024-11-21T18:27:35.046Z | Checking encoding_rs v0.8.34 |
1948 | 2024-11-21T18:27:35.175Z | Checking gimli v0.31.1 |
1949 | 2024-11-21T18:27:35.842Z | Checking dof v0.3.0 |
1950 | 2024-11-21T18:27:35.903Z | Checking regex-automata v0.4.8 |
1951 | 2024-11-21T18:27:36.493Z | Checking mime v0.3.17 |
1952 | 2024-11-21T18:27:36.811Z | Checking either v1.13.0 |
1953 | 2024-11-21T18:27:37.185Z | Checking utf8parse v0.2.2 |
1954 | 2024-11-21T18:27:37.201Z | Checking openssl-probe v0.1.5 |
1955 | 2024-11-21T18:27:37.332Z | Checking unicode-properties v0.1.3 |
1956 | 2024-11-21T18:27:37.353Z | Checking anstyle v1.0.10 |
1957 | 2024-11-21T18:27:37.494Z | Checking ipnet v2.10.1 |
1958 | 2024-11-21T18:27:37.725Z | Checking winnow v0.6.20 |
1959 | 2024-11-21T18:27:37.728Z | Checking stringprep v0.1.5 |
1960 | 2024-11-21T18:27:37.976Z | Checking anstyle-parse v0.2.5 |
1961 | 2024-11-21T18:27:38.019Z | Checking crossbeam-deque v0.8.5 |
1962 | 2024-11-21T18:27:38.241Z | Checking term v0.7.0 |
1963 | 2024-11-21T18:27:38.334Z | Checking rustls v0.22.4 |
1964 | 2024-11-21T18:27:38.686Z | Checking rustls v0.23.14 |
1965 | 2024-11-21T18:27:39.047Z | Checking native-tls v0.2.12 |
1966 | 2024-11-21T18:27:39.369Z | Checking slog-json v2.6.1 |
1967 | 2024-11-21T18:27:39.393Z | Checking addr2line v0.24.2 |
1968 | 2024-11-21T18:27:39.615Z | Checking serde_urlencoded v0.7.1 |
1969 | 2024-11-21T18:27:39.924Z | Checking crossbeam-channel v0.5.13 |
1970 | 2024-11-21T18:27:40.061Z | Checking futures-executor v0.3.31 |
1971 | 2024-11-21T18:27:40.304Z | Checking num-integer v0.1.46 |
1972 | 2024-11-21T18:27:40.410Z | Checking usdt-impl v0.5.0 |
1973 | 2024-11-21T18:27:40.650Z | Checking rustls-pemfile v2.2.0 |
1974 | 2024-11-21T18:27:40.751Z | Checking idna v0.3.0 |
1975 | 2024-11-21T18:27:40.768Z | Checking toml_edit v0.22.22 |
1976 | 2024-11-21T18:27:40.783Z | Checking idna v0.4.0 |
1977 | 2024-11-21T18:27:40.807Z | Checking hyper v1.5.0 |
1978 | 2024-11-21T18:27:40.869Z | Checking md-5 v0.10.6 |
1979 | 2024-11-21T18:27:40.946Z | Checking ff v0.13.0 |
1980 | 2024-11-21T18:27:41.090Z | Checking memmap v0.7.0 |
1981 | 2024-11-21T18:27:41.160Z | Checking is-terminal v0.4.13 |
1982 | 2024-11-21T18:27:41.280Z | Checking hash32 v0.2.1 |
1983 | 2024-11-21T18:27:41.309Z | Checking object v0.36.5 |
1984 | 2024-11-21T18:27:41.610Z | Checking anstyle-query v1.1.1 |
1985 | 2024-11-21T18:27:41.623Z | Checking psl-types v2.0.11 |
1986 | 2024-11-21T18:27:41.667Z | Checking fallible-iterator v0.2.0 |
1987 | 2024-11-21T18:27:41.731Z | Checking dyn-clone v1.0.17 |
1988 | 2024-11-21T18:27:41.808Z | Checking rustc-demangle v0.1.24 |
1989 | 2024-11-21T18:27:41.881Z | Checking colorchoice v1.0.2 |
1990 | 2024-11-21T18:27:42.019Z | Checking base16ct v0.2.0 |
1991 | 2024-11-21T18:27:42.155Z | Checking linked-hash-map v0.5.6 |
1992 | 2024-11-21T18:27:42.220Z | Checking quick-error v1.2.3 |
1993 | 2024-11-21T18:27:42.250Z | Checking is_terminal_polyfill v1.70.1 |
1994 | 2024-11-21T18:27:42.297Z | Checking take_mut v0.2.2 |
1995 | 2024-11-21T18:27:42.356Z | Checking utf-8 v0.7.6 |
1996 | 2024-11-21T18:27:42.370Z | Checking anstream v0.6.15 |
1997 | 2024-11-21T18:27:42.444Z | Checking slog-async v2.8.0 |
1998 | 2024-11-21T18:27:42.501Z | Checking lru-cache v0.1.2 |
1999 | 2024-11-21T18:27:42.566Z | Checking tungstenite v0.24.0 |
2000 | 2024-11-21T18:27:42.693Z | Checking resolv-conf v0.7.0 |
2001 | 2024-11-21T18:27:42.742Z | Checking postgres-protocol v0.6.7 |
2002 | 2024-11-21T18:27:42.768Z | Checking sec1 v0.7.3 |
2003 | 2024-11-21T18:27:42.946Z | Checking hyper-util v0.1.10 |
2004 | 2024-11-21T18:27:43.044Z | Checking tokio-rustls v0.25.0 |
2005 | 2024-11-21T18:27:43.171Z | Checking schemars v0.8.21 |
2006 | 2024-11-21T18:27:43.432Z | Checking publicsuffix v2.2.3 |
2007 | 2024-11-21T18:27:43.447Z | Checking hickory-proto v0.24.1 |
2008 | 2024-11-21T18:27:43.485Z | Checking toml v0.8.19 |
2009 | 2024-11-21T18:27:43.502Z | Checking heapless v0.7.17 |
2010 | 2024-11-21T18:27:43.664Z | Checking usdt v0.5.0 |
2011 | 2024-11-21T18:27:43.938Z | Checking slog-term v2.9.1 |
2012 | 2024-11-21T18:27:44.263Z | Checking group v0.13.0 |
2013 | 2024-11-21T18:27:44.456Z | Checking num-iter v0.1.45 |
2014 | 2024-11-21T18:27:44.526Z | Checking futures v0.3.31 |
2015 | 2024-11-21T18:27:44.543Z | Checking tokio-rustls v0.26.0 |
2016 | 2024-11-21T18:27:44.564Z | Checking slog-bunyan v2.5.0 |
2017 | 2024-11-21T18:27:44.633Z | Checking tokio-native-tls v0.3.1 |
2018 | 2024-11-21T18:27:44.648Z | Checking rayon-core v1.12.1 |
2019 | 2024-11-21T18:27:44.719Z | Checking multer v3.1.0 |
2020 | 2024-11-21T18:27:44.880Z | Checking terminal_size v0.4.0 |
2021 | 2024-11-21T18:27:44.896Z | Checking phf_shared v0.11.2 |
2022 | 2024-11-21T18:27:44.966Z | Checking cookie v0.18.1 |
2023 | 2024-11-21T18:27:45.057Z | Checking async-stream v0.3.6 |
2024 | 2024-11-21T18:27:45.076Z | Checking bzip2-sys v0.1.11+1.0.8 |
2025 | 2024-11-21T18:27:45.123Z | Checking camino v1.1.9 |
2026 | 2024-11-21T18:27:45.171Z | Checking signal-hook v0.3.17 |
2027 | 2024-11-21T18:27:45.198Z | Checking waitgroup v0.1.2 |
2028 | 2024-11-21T18:27:45.240Z | Checking openapiv3 v2.0.0 |
2029 | 2024-11-21T18:27:45.323Z | Checking webpki-roots v0.26.6 |
2030 | 2024-11-21T18:27:45.338Z | Checking serde_path_to_error v0.1.16 |
2031 | 2024-11-21T18:27:45.442Z | Checking idna v0.5.0 |
2032 | 2024-11-21T18:27:45.522Z | Checking hkdf v0.12.4 |
2033 | 2024-11-21T18:27:45.547Z | Checking crypto-bigint v0.5.5 |
2034 | 2024-11-21T18:27:45.709Z | Checking hostname v0.4.0 |
2035 | 2024-11-21T18:27:45.754Z | Checking crc32fast v1.4.2 |
2036 | 2024-11-21T18:27:46.061Z | Checking managed v0.8.0 |
2037 | 2024-11-21T18:27:46.070Z | Checking bitflags v1.3.2 |
2038 | 2024-11-21T18:27:46.070Z | Checking winnow v0.5.40 |
2039 | 2024-11-21T18:27:46.077Z | Checking strsim v0.11.1 |
2040 | 2024-11-21T18:27:46.252Z | Checking debug-ignore v1.0.5 |
2041 | 2024-11-21T18:27:46.351Z | Checking unicode-width v0.1.14 |
2042 | 2024-11-21T18:27:46.370Z | Checking clap_lex v0.7.2 |
2043 | 2024-11-21T18:27:46.389Z | Checking cookie_store v0.21.0 |
2044 | 2024-11-21T18:27:46.615Z | Checking clap_builder v4.5.21 |
2045 | 2024-11-21T18:27:46.843Z | Checking console v0.15.8 |
2046 | 2024-11-21T18:27:47.075Z | Checking smoltcp v0.9.1 |
2047 | 2024-11-21T18:27:47.450Z | Checking flate2 v1.0.34 |
2048 | 2024-11-21T18:27:47.874Z | Checking backtrace v0.3.74 |
2049 | 2024-11-21T18:27:48.134Z | Checking hyper-rustls v0.27.3 |
2050 | 2024-11-21T18:27:48.473Z | Checking anyhow v1.0.93 |
2051 | 2024-11-21T18:27:48.490Z | Checking hickory-resolver v0.24.1 |
2052 | 2024-11-21T18:27:48.504Z | Checking signal-hook-mio v0.2.4 |
2053 | 2024-11-21T18:27:48.570Z | Checking elliptic-curve v0.13.8 |
2054 | 2024-11-21T18:27:48.632Z | Checking rayon v1.10.0 |
2055 | 2024-11-21T18:27:48.648Z | Checking bzip2 v0.4.4 |
2056 | 2024-11-21T18:27:48.809Z | Checking dropshot v0.12.0 |
2057 | 2024-11-21T18:27:48.856Z | Checking phf v0.11.2 |
2058 | 2024-11-21T18:27:48.937Z | Checking hyper-tls v0.6.0 |
2059 | 2024-11-21T18:27:49.090Z | Checking toml_edit v0.19.15 |
2060 | 2024-11-21T18:27:49.116Z | Checking num-bigint-dig v0.8.4 |
2061 | 2024-11-21T18:27:49.206Z | Checking tokio-tungstenite v0.24.0 |
2062 | 2024-11-21T18:27:49.240Z | Checking postgres-types v0.2.8 |
2063 | 2024-11-21T18:27:49.676Z | Checking regex v1.11.1 |
2064 | 2024-11-21T18:27:49.777Z | Checking bstr v1.10.0 |
2065 | 2024-11-21T18:27:49.970Z | Checking ed25519 v2.2.3 |
2066 | 2024-11-21T18:27:50.160Z | Checking tokio-stream v0.1.16 |
2067 | 2024-11-21T18:27:50.292Z | Checking phf_shared v0.10.0 |
2068 | 2024-11-21T18:27:50.333Z | Checking curve25519-dalek v4.1.3 |
2069 | 2024-11-21T18:27:50.596Z | Checking zerocopy v0.6.6 |
2070 | 2024-11-21T18:27:50.779Z | Checking pkcs1 v0.7.5 |
2071 | 2024-11-21T18:27:51.091Z | Checking hubpack v0.1.2 |
2072 | 2024-11-21T18:27:51.188Z | Checking portable-atomic v1.9.0 |
2073 | 2024-11-21T18:27:51.343Z | Checking float-cmp v0.9.0 |
2074 | 2024-11-21T18:27:51.419Z | Checking serde-big-array v0.5.1 |
2075 | 2024-11-21T18:27:51.432Z | Checking rfc6979 v0.4.0 |
2076 | 2024-11-21T18:27:51.541Z | Checking sync_wrapper v1.0.1 |
2077 | 2024-11-21T18:27:51.613Z | Checking difflib v0.4.0 |
2078 | 2024-11-21T18:27:51.650Z | Checking new_debug_unreachable v1.0.6 |
2079 | 2024-11-21T18:27:51.668Z | Checking predicates-core v1.0.8 |
2080 | 2024-11-21T18:27:51.693Z | Checking unicode-width v0.2.0 |
2081 | 2024-11-21T18:27:51.741Z | Checking number_prefix v0.4.0 |
2082 | 2024-11-21T18:27:51.856Z | Checking bit-vec v0.6.3 |
2083 | 2024-11-21T18:27:51.929Z | Checking normalize-line-endings v0.3.0 |
2084 | 2024-11-21T18:27:51.946Z | Checking static_assertions v1.1.0 |
2085 | 2024-11-21T18:27:52.041Z | Checking precomputed-hash v0.1.1 |
2086 | 2024-11-21T18:27:52.059Z | Checking whoami v1.5.2 |
2087 | 2024-11-21T18:27:52.154Z | Checking fixedbitset v0.4.2 |
2088 | 2024-11-21T18:27:52.172Z | Checking minimal-lexical v0.2.1 |
2089 | 2024-11-21T18:27:52.196Z | Checking unicode-segmentation v1.12.0 |
2090 | 2024-11-21T18:27:52.230Z | Checking bit-set v0.5.3 |
2091 | 2024-11-21T18:27:52.304Z | Checking ed25519-dalek v2.1.1 |
2092 | 2024-11-21T18:27:52.365Z | Checking tokio-postgres v0.7.12 |
2093 | 2024-11-21T18:27:52.417Z | Checking petgraph v0.6.5 |
2094 | 2024-11-21T18:27:52.501Z | Checking string_cache v0.8.7 |
2095 | 2024-11-21T18:27:52.569Z | Checking nom v7.1.3 |
2096 | 2024-11-21T18:27:52.572Z | Checking indicatif v0.17.9 |
2097 | 2024-11-21T18:27:52.572Z | Checking qorb v0.2.0 |
2098 | 2024-11-21T18:27:52.744Z | Checking predicates v3.1.2 |
2099 | 2024-11-21T18:27:52.777Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2100 | 2024-11-21T18:27:52.883Z | Checking similar v2.6.0 |
2101 | 2024-11-21T18:27:53.379Z | Checking reqwest v0.12.9 |
2102 | 2024-11-21T18:27:53.412Z | Checking toml v0.7.8 |
2103 | 2024-11-21T18:27:53.777Z | Checking ecdsa v0.16.9 |
2104 | 2024-11-21T18:27:54.193Z | Checking rsa v0.9.6 |
2105 | 2024-11-21T18:27:54.479Z | Checking clap v4.5.21 |
2106 | 2024-11-21T18:27:54.606Z | Checking zip v0.6.6 |
2107 | 2024-11-21T18:27:55.306Z | Checking crossterm v0.28.1 |
2108 | 2024-11-21T18:27:55.309Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2109 | 2024-11-21T18:27:55.309Z | Checking itertools v0.10.5 |
2110 | 2024-11-21T18:27:55.351Z | Checking itertools v0.12.1 |
2111 | 2024-11-21T18:27:55.371Z | Checking ahash v0.8.11 |
2112 | 2024-11-21T18:27:55.516Z | Checking fs-err v2.11.0 |
2113 | 2024-11-21T18:27:55.553Z | Checking x509-cert v0.2.5 |
2114 | 2024-11-21T18:27:55.871Z | Checking hex v0.4.3 |
2115 | 2024-11-21T18:27:55.940Z | Checking semver v1.0.23 |
2116 | 2024-11-21T18:27:56.108Z | Checking peg-runtime v0.8.3 |
2117 | 2024-11-21T18:27:56.338Z | Checking lalrpop-util v0.19.12 |
2118 | 2024-11-21T18:27:56.383Z | Checking sigpipe v0.1.3 |
2119 | 2024-11-21T18:27:57.885Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2120 | 2024-11-21T18:27:58.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.97s |
2121 | 2024-11-21T18:27:58.386Z | |
2122 | 2024-11-21T18:27:58.386Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/172) |
2123 | 2024-11-21T18:27:58.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2124 | 2024-11-21T18:27:58.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2125 | 2024-11-21T18:27:59.092Z | Compiling hashbrown v0.14.5 |
2126 | 2024-11-21T18:27:59.215Z | Checking heck v0.5.0 |
2127 | 2024-11-21T18:27:59.229Z | Compiling unsafe-libyaml v0.2.11 |
2128 | 2024-11-21T18:27:59.245Z | Compiling ident_case v1.0.1 |
2129 | 2024-11-21T18:27:59.259Z | Checking progenitor-client v0.8.0 |
2130 | 2024-11-21T18:27:59.274Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2131 | 2024-11-21T18:27:59.290Z | Compiling proc-macro-crate v1.3.1 |
2132 | 2024-11-21T18:27:59.383Z | Checking ipnetwork v0.20.0 |
2133 | 2024-11-21T18:27:59.420Z | Compiling darling_core v0.20.10 |
2134 | 2024-11-21T18:27:59.627Z | Compiling structmeta-derive v0.3.0 |
2135 | 2024-11-21T18:27:59.645Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2136 | 2024-11-21T18:27:59.727Z | Compiling newtype-uuid v1.1.3 |
2137 | 2024-11-21T18:27:59.976Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2138 | 2024-11-21T18:28:00.047Z | Compiling lzma-sys v0.1.20 |
2139 | 2024-11-21T18:28:00.326Z | Compiling foreign-types-macros v0.2.3 |
2140 | 2024-11-21T18:28:00.387Z | Checking regress v0.10.1 |
2141 | 2024-11-21T18:28:00.522Z | Compiling num_enum_derive v0.5.11 |
2142 | 2024-11-21T18:28:00.866Z | Compiling serde_yaml v0.9.34+deprecated |
2143 | 2024-11-21T18:28:01.226Z | Compiling dropshot v0.13.0 |
2144 | 2024-11-21T18:28:01.524Z | Checking arc-swap v1.7.1 |
2145 | 2024-11-21T18:28:01.601Z | Checking foreign-types-shared v0.3.1 |
2146 | 2024-11-21T18:28:01.721Z | Checking foreign-types v0.5.0 |
2147 | 2024-11-21T18:28:01.946Z | Compiling proc-macro-error v1.0.4 |
2148 | 2024-11-21T18:28:01.965Z | Checking slog-scope v4.4.0 |
2149 | 2024-11-21T18:28:02.647Z | Compiling structmeta v0.3.0 |
2150 | 2024-11-21T18:28:02.679Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2151 | 2024-11-21T18:28:02.791Z | Checking tungstenite v0.21.0 |
2152 | 2024-11-21T18:28:02.808Z | Compiling heck v0.3.3 |
2153 | 2024-11-21T18:28:03.134Z | Compiling parse-display-derive v0.10.0 |
2154 | 2024-11-21T18:28:03.218Z | Checking num_enum v0.5.11 |
2155 | 2024-11-21T18:28:03.267Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2156 | 2024-11-21T18:28:03.376Z | Compiling dropshot_endpoint v0.13.0 |
2157 | 2024-11-21T18:28:03.802Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2158 | 2024-11-21T18:28:04.081Z | Checking typify-impl v0.2.0 |
2159 | 2024-11-21T18:28:04.115Z | Checking cstr-argument v0.1.2 |
2160 | 2024-11-21T18:28:04.603Z | Checking instant v0.1.13 |
2161 | 2024-11-21T18:28:04.730Z | Checking fastrand v2.1.1 |
2162 | 2024-11-21T18:28:05.082Z | Checking base64 v0.21.7 |
2163 | 2024-11-21T18:28:05.339Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2164 | 2024-11-21T18:28:05.587Z | Checking pretty-hex v0.2.1 |
2165 | 2024-11-21T18:28:05.651Z | Checking tempfile v3.13.0 |
2166 | 2024-11-21T18:28:05.668Z | Checking backoff v0.4.0 |
2167 | 2024-11-21T18:28:05.754Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2168 | 2024-11-21T18:28:05.994Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2169 | 2024-11-21T18:28:06.034Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2170 | 2024-11-21T18:28:06.051Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2171 | 2024-11-21T18:28:06.140Z | Checking tokio-tungstenite v0.21.0 |
2172 | 2024-11-21T18:28:06.201Z | Checking strum v0.26.3 |
2173 | 2024-11-21T18:28:06.362Z | Compiling zone_cfg_derive v0.1.2 |
2174 | 2024-11-21T18:28:06.379Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2175 | 2024-11-21T18:28:06.586Z | Compiling darling_macro v0.20.10 |
2176 | 2024-11-21T18:28:06.655Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2177 | 2024-11-21T18:28:06.681Z | Checking slog-stdlog v4.1.1 |
2178 | 2024-11-21T18:28:06.899Z | Checking regress v0.9.1 |
2179 | 2024-11-21T18:28:07.025Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2180 | 2024-11-21T18:28:07.148Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2181 | 2024-11-21T18:28:07.174Z | Checking colored v2.1.0 |
2182 | 2024-11-21T18:28:07.434Z | Checking macaddr v1.0.1 |
2183 | 2024-11-21T18:28:07.477Z | Checking base64 v0.13.1 |
2184 | 2024-11-21T18:28:07.564Z | Compiling darling v0.20.10 |
2185 | 2024-11-21T18:28:07.696Z | Compiling serde_with_macros v3.11.0 |
2186 | 2024-11-21T18:28:07.907Z | Checking zone v0.1.8 |
2187 | 2024-11-21T18:28:07.925Z | Checking ron v0.7.1 |
2188 | 2024-11-21T18:28:07.955Z | Checking parse-display v0.10.0 |
2189 | 2024-11-21T18:28:08.200Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2190 | 2024-11-21T18:28:08.605Z | Checking xz2 v0.1.7 |
2191 | 2024-11-21T18:28:08.694Z | Checking slog-envlogger v2.2.0 |
2192 | 2024-11-21T18:28:08.916Z | Checking tabwriter v1.4.0 |
2193 | 2024-11-21T18:28:08.935Z | Checking xattr v1.3.1 |
2194 | 2024-11-21T18:28:09.113Z | Checking pem v3.0.4 |
2195 | 2024-11-21T18:28:09.129Z | Checking yasna v0.5.2 |
2196 | 2024-11-21T18:28:09.154Z | Checking headers-core v0.3.0 |
2197 | 2024-11-21T18:28:09.301Z | Checking smf v0.2.3 |
2198 | 2024-11-21T18:28:09.372Z | Checking filetime v0.2.25 |
2199 | 2024-11-21T18:28:09.587Z | Checking same-file v1.0.6 |
2200 | 2024-11-21T18:28:09.773Z | Checking walkdir v2.5.0 |
2201 | 2024-11-21T18:28:09.790Z | Checking tar v0.4.42 |
2202 | 2024-11-21T18:28:09.882Z | Checking headers v0.4.0 |
2203 | 2024-11-21T18:28:10.019Z | Checking rcgen v0.12.1 |
2204 | 2024-11-21T18:28:10.065Z | Checking atomicwrites v0.4.4 |
2205 | 2024-11-21T18:28:10.265Z | Checking camino-tempfile v1.1.1 |
2206 | 2024-11-21T18:28:10.569Z | Checking subprocess v0.2.9 |
2207 | 2024-11-21T18:28:10.665Z | Checking serde_with v3.11.0 |
2208 | 2024-11-21T18:28:15.052Z | Compiling typify-macro v0.2.0 |
2209 | 2024-11-21T18:28:17.009Z | Compiling typify v0.2.0 |
2210 | 2024-11-21T18:28:17.080Z | Compiling progenitor-impl v0.8.0 |
2211 | 2024-11-21T18:28:20.415Z | Compiling progenitor-macro v0.8.0 |
2212 | 2024-11-21T18:28:25.905Z | Checking progenitor v0.8.0 |
2213 | 2024-11-21T18:28:26.067Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2214 | 2024-11-21T18:28:26.067Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2215 | 2024-11-21T18:28:28.956Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2216 | 2024-11-21T18:28:29.254Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2217 | 2024-11-21T18:28:35.908Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2218 | 2024-11-21T18:28:37.577Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2219 | 2024-11-21T18:28:38.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.47s |
2220 | 2024-11-21T18:28:39.053Z | |
2221 | 2024-11-21T18:28:39.053Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/172) |
2222 | 2024-11-21T18:28:39.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2223 | 2024-11-21T18:28:39.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2224 | 2024-11-21T18:28:39.753Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2225 | 2024-11-21T18:28:41.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
2226 | 2024-11-21T18:28:41.400Z | |
2227 | 2024-11-21T18:28:41.400Z | info: running `cargo check --bins` on nexus-config (31/172) |
2228 | 2024-11-21T18:28:41.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2229 | 2024-11-21T18:28:41.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2230 | 2024-11-21T18:28:41.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2231 | 2024-11-21T18:28:41.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2232 | 2024-11-21T18:28:42.057Z | |
2233 | 2024-11-21T18:28:42.057Z | info: running `cargo check --bins` on omicron-rpaths (32/172) |
2234 | 2024-11-21T18:28:42.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2235 | 2024-11-21T18:28:42.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2236 | 2024-11-21T18:28:42.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2237 | 2024-11-21T18:28:42.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2238 | 2024-11-21T18:28:42.698Z | |
2239 | 2024-11-21T18:28:42.698Z | info: running `cargo check --bins` on omicron-certificates (33/172) |
2240 | 2024-11-21T18:28:43.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2241 | 2024-11-21T18:28:43.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2242 | 2024-11-21T18:28:43.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2243 | 2024-11-21T18:28:43.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2244 | 2024-11-21T18:28:43.355Z | |
2245 | 2024-11-21T18:28:43.355Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/172) |
2246 | 2024-11-21T18:28:43.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2247 | 2024-11-21T18:28:43.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2248 | 2024-11-21T18:28:44.080Z | Compiling zerocopy v0.8.10 |
2249 | 2024-11-21T18:28:44.080Z | Compiling progenitor-client v0.8.0 |
2250 | 2024-11-21T18:28:44.080Z | Compiling itertools v0.13.0 |
2251 | 2024-11-21T18:28:44.080Z | Compiling zerocopy-derive v0.8.10 |
2252 | 2024-11-21T18:28:44.083Z | Compiling heapless v0.8.0 |
2253 | 2024-11-21T18:28:44.083Z | Compiling newtype-uuid v1.1.3 |
2254 | 2024-11-21T18:28:44.083Z | Compiling ipnetwork v0.20.0 |
2255 | 2024-11-21T18:28:44.186Z | Checking hash32 v0.3.1 |
2256 | 2024-11-21T18:28:44.435Z | Compiling instant v0.1.13 |
2257 | 2024-11-21T18:28:44.550Z | Compiling progenitor v0.8.0 |
2258 | 2024-11-21T18:28:44.583Z | Compiling smoltcp v0.11.0 |
2259 | 2024-11-21T18:28:44.635Z | Compiling backoff v0.4.0 |
2260 | 2024-11-21T18:28:44.798Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2261 | 2024-11-21T18:28:44.992Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2262 | 2024-11-21T18:28:45.197Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2263 | 2024-11-21T18:28:45.213Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2264 | 2024-11-21T18:28:45.302Z | Compiling dropshot v0.13.0 |
2265 | 2024-11-21T18:28:45.401Z | Compiling serde_with v3.11.0 |
2266 | 2024-11-21T18:28:45.577Z | Compiling parse-display v0.10.0 |
2267 | 2024-11-21T18:28:45.812Z | Checking num-rational v0.4.2 |
2268 | 2024-11-21T18:28:46.077Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2269 | 2024-11-21T18:28:46.330Z | Compiling regress v0.9.1 |
2270 | 2024-11-21T18:28:46.490Z | Compiling phf_generator v0.11.2 |
2271 | 2024-11-21T18:28:46.679Z | Checking num-complex v0.4.6 |
2272 | 2024-11-21T18:28:47.453Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2273 | 2024-11-21T18:28:48.152Z | Compiling macaddr v1.0.1 |
2274 | 2024-11-21T18:28:48.609Z | Checking cobs v0.2.3 |
2275 | 2024-11-21T18:28:48.742Z | Compiling num v0.4.3 |
2276 | 2024-11-21T18:28:48.801Z | Checking postcard v1.0.10 |
2277 | 2024-11-21T18:28:48.974Z | Compiling phf_codegen v0.11.2 |
2278 | 2024-11-21T18:28:49.381Z | Compiling parse-zoneinfo v0.3.1 |
2279 | 2024-11-21T18:28:49.588Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2280 | 2024-11-21T18:28:49.880Z | Compiling float-ord v0.3.2 |
2281 | 2024-11-21T18:28:50.054Z | Compiling convert_case v0.4.0 |
2282 | 2024-11-21T18:28:50.459Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2283 | 2024-11-21T18:28:51.250Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2284 | 2024-11-21T18:28:51.424Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2285 | 2024-11-21T18:28:51.484Z | Compiling derive_more v0.99.18 |
2286 | 2024-11-21T18:28:51.751Z | Compiling chrono-tz-build v0.4.0 |
2287 | 2024-11-21T18:28:52.430Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2288 | 2024-11-21T18:28:53.231Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2289 | 2024-11-21T18:28:53.325Z | Compiling crucible-workspace-hack v0.1.0 |
2290 | 2024-11-21T18:28:53.389Z | Compiling chrono-tz v0.10.0 |
2291 | 2024-11-21T18:28:53.554Z | Checking newline-converter v0.3.0 |
2292 | 2024-11-21T18:28:53.633Z | Checking prettyplease v0.2.25 |
2293 | 2024-11-21T18:28:53.714Z | Compiling slog-dtrace v0.3.0 |
2294 | 2024-11-21T18:28:54.016Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2295 | 2024-11-21T18:28:54.331Z | Checking expectorate v1.1.0 |
2296 | 2024-11-21T18:28:54.872Z | Compiling zone_cfg_derive v0.3.0 |
2297 | 2024-11-21T18:28:55.049Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2298 | 2024-11-21T18:28:55.253Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2299 | 2024-11-21T18:28:55.272Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2300 | 2024-11-21T18:28:55.378Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2301 | 2024-11-21T18:28:55.840Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2302 | 2024-11-21T18:28:56.361Z | Compiling const_format_proc_macros v0.2.33 |
2303 | 2024-11-21T18:28:56.433Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2304 | 2024-11-21T18:28:56.476Z | Compiling num-derive v0.4.2 |
2305 | 2024-11-21T18:28:56.564Z | Checking highway v1.2.0 |
2306 | 2024-11-21T18:28:57.002Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2307 | 2024-11-21T18:28:57.320Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2308 | 2024-11-21T18:28:57.627Z | Checking zone v0.3.0 |
2309 | 2024-11-21T18:28:58.321Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2310 | 2024-11-21T18:28:58.447Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2311 | 2024-11-21T18:28:58.632Z | Checking const_format v0.2.33 |
2312 | 2024-11-21T18:28:59.011Z | Checking gethostname v0.5.0 |
2313 | 2024-11-21T18:28:59.063Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2314 | 2024-11-21T18:28:59.122Z | Checking bcs v0.1.6 |
2315 | 2024-11-21T18:28:59.140Z | Compiling async-recursion v1.1.1 |
2316 | 2024-11-21T18:28:59.631Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2317 | 2024-11-21T18:28:59.634Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2318 | 2024-11-21T18:28:59.811Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2319 | 2024-11-21T18:29:01.033Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2320 | 2024-11-21T18:29:01.406Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2321 | 2024-11-21T18:29:07.360Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2322 | 2024-11-21T18:29:10.830Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2323 | 2024-11-21T18:29:14.096Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2324 | 2024-11-21T18:29:15.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.99s |
2325 | 2024-11-21T18:29:15.548Z | |
2326 | 2024-11-21T18:29:15.548Z | info: running `cargo check --bins` on clickhouse-admin-api (35/172) |
2327 | 2024-11-21T18:29:16.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2328 | 2024-11-21T18:29:16.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2329 | 2024-11-21T18:29:16.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2330 | 2024-11-21T18:29:16.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2331 | 2024-11-21T18:29:16.229Z | |
2332 | 2024-11-21T18:29:16.229Z | info: running `cargo check --bins` on clickhouse-admin-types (36/172) |
2333 | 2024-11-21T18:29:16.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2024-11-21T18:29:16.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2024-11-21T18:29:16.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2336 | 2024-11-21T18:29:16.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2337 | 2024-11-21T18:29:16.903Z | |
2338 | 2024-11-21T18:29:16.903Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/172) |
2339 | 2024-11-21T18:29:17.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2024-11-21T18:29:17.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2024-11-21T18:29:17.614Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2342 | 2024-11-21T18:29:18.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
2343 | 2024-11-21T18:29:18.466Z | |
2344 | 2024-11-21T18:29:18.466Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/172) |
2345 | 2024-11-21T18:29:19.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2024-11-21T18:29:19.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2024-11-21T18:29:19.171Z | Compiling cfg_aliases v0.1.1 |
2348 | 2024-11-21T18:29:19.173Z | Compiling vte_generate_state_changes v0.1.2 |
2349 | 2024-11-21T18:29:19.173Z | Checking fd-lock v4.0.2 |
2350 | 2024-11-21T18:29:19.275Z | Checking nibble_vec v0.1.0 |
2351 | 2024-11-21T18:29:19.288Z | Checking bytecount v0.6.8 |
2352 | 2024-11-21T18:29:19.298Z | Checking endian-type v0.1.2 |
2353 | 2024-11-21T18:29:19.301Z | Compiling tabled_derive v0.7.0 |
2354 | 2024-11-21T18:29:19.348Z | Compiling peg-macros v0.8.4 |
2355 | 2024-11-21T18:29:19.351Z | Compiling nix v0.28.0 |
2356 | 2024-11-21T18:29:19.436Z | Checking papergrid v0.11.0 |
2357 | 2024-11-21T18:29:19.454Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2358 | 2024-11-21T18:29:19.513Z | Compiling sqlparser_derive v0.2.2 |
2359 | 2024-11-21T18:29:19.528Z | Checking radix_trie v0.2.1 |
2360 | 2024-11-21T18:29:19.909Z | Checking vte v0.11.1 |
2361 | 2024-11-21T18:29:19.964Z | Checking nu-ansi-term v0.50.1 |
2362 | 2024-11-21T18:29:20.553Z | Checking unicode_categories v0.1.1 |
2363 | 2024-11-21T18:29:20.602Z | Checking home v0.5.9 |
2364 | 2024-11-21T18:29:20.663Z | Checking sqlparser v0.45.0 |
2365 | 2024-11-21T18:29:20.680Z | Checking sqlformat v0.2.6 |
2366 | 2024-11-21T18:29:20.744Z | Checking display-error-chain v0.2.2 |
2367 | 2024-11-21T18:29:21.334Z | Checking strip-ansi-escapes v0.2.0 |
2368 | 2024-11-21T18:29:21.497Z | Checking reedline v0.35.0 |
2369 | 2024-11-21T18:29:21.703Z | Checking tabled v0.15.0 |
2370 | 2024-11-21T18:29:22.275Z | Checking peg v0.8.4 |
2371 | 2024-11-21T18:29:22.831Z | Checking rustyline v14.0.0 |
2372 | 2024-11-21T18:29:32.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s |
2373 | 2024-11-21T18:29:32.589Z | |
2374 | 2024-11-21T18:29:32.589Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/172) |
2375 | 2024-11-21T18:29:33.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2024-11-21T18:29:33.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2024-11-21T18:29:33.292Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2378 | 2024-11-21T18:29:39.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.56s |
2379 | 2024-11-21T18:29:39.354Z | |
2380 | 2024-11-21T18:29:39.354Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/172) |
2381 | 2024-11-21T18:29:39.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2024-11-21T18:29:39.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2024-11-21T18:29:40.054Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2384 | 2024-11-21T18:29:44.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s |
2385 | 2024-11-21T18:29:44.598Z | |
2386 | 2024-11-21T18:29:44.599Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/172) |
2387 | 2024-11-21T18:29:45.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-11-21T18:29:45.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-11-21T18:29:45.296Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2390 | 2024-11-21T18:29:50.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s |
2391 | 2024-11-21T18:29:51.068Z | |
2392 | 2024-11-21T18:29:51.068Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/172) |
2393 | 2024-11-21T18:29:51.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-11-21T18:29:51.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-11-21T18:29:51.775Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2396 | 2024-11-21T18:29:57.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s |
2397 | 2024-11-21T18:29:57.596Z | |
2398 | 2024-11-21T18:29:57.596Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/172) |
2399 | 2024-11-21T18:29:58.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-11-21T18:29:58.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-11-21T18:29:58.299Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2402 | 2024-11-21T18:30:02.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s |
2403 | 2024-11-21T18:30:03.152Z | |
2404 | 2024-11-21T18:30:03.152Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/172) |
2405 | 2024-11-21T18:30:03.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2024-11-21T18:30:03.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2024-11-21T18:30:03.853Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2408 | 2024-11-21T18:30:08.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
2409 | 2024-11-21T18:30:08.751Z | |
2410 | 2024-11-21T18:30:08.751Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/172) |
2411 | 2024-11-21T18:30:09.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2024-11-21T18:30:09.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2024-11-21T18:30:09.461Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2414 | 2024-11-21T18:30:15.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s |
2415 | 2024-11-21T18:30:15.471Z | |
2416 | 2024-11-21T18:30:15.471Z | info: running `cargo check --bins` on oximeter (46/172) |
2417 | 2024-11-21T18:30:16.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2024-11-21T18:30:16.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2024-11-21T18:30:16.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2420 | 2024-11-21T18:30:16.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2421 | 2024-11-21T18:30:16.142Z | |
2422 | 2024-11-21T18:30:16.142Z | info: running `cargo check --bins` on oximeter-macro-impl (47/172) |
2423 | 2024-11-21T18:30:16.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2024-11-21T18:30:16.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2024-11-21T18:30:16.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2426 | 2024-11-21T18:30:16.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2427 | 2024-11-21T18:30:16.803Z | |
2428 | 2024-11-21T18:30:16.804Z | info: running `cargo check --bins` on oximeter-schema (48/172) |
2429 | 2024-11-21T18:30:17.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2024-11-21T18:30:17.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2024-11-21T18:30:17.489Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2432 | 2024-11-21T18:30:17.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
2433 | 2024-11-21T18:30:18.149Z | |
2434 | 2024-11-21T18:30:18.149Z | info: running `cargo check --bins` on oximeter-types (49/172) |
2435 | 2024-11-21T18:30:18.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2024-11-21T18:30:18.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2024-11-21T18:30:18.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2024-11-21T18:30:18.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2439 | 2024-11-21T18:30:18.830Z | |
2440 | 2024-11-21T18:30:18.830Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/172) |
2441 | 2024-11-21T18:30:19.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2024-11-21T18:30:19.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2024-11-21T18:30:19.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2024-11-21T18:30:19.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2445 | 2024-11-21T18:30:19.510Z | |
2446 | 2024-11-21T18:30:19.510Z | info: running `cargo check --bins` on oxql-types (51/172) |
2447 | 2024-11-21T18:30:20.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2024-11-21T18:30:20.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2024-11-21T18:30:20.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2450 | 2024-11-21T18:30:20.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2451 | 2024-11-21T18:30:20.187Z | |
2452 | 2024-11-21T18:30:20.187Z | info: running `cargo check --bins` on oximeter-test-utils (52/172) |
2453 | 2024-11-21T18:30:20.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2024-11-21T18:30:20.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2024-11-21T18:30:20.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2024-11-21T18:30:20.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2457 | 2024-11-21T18:30:20.895Z | |
2458 | 2024-11-21T18:30:20.895Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/172) |
2459 | 2024-11-21T18:30:21.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2024-11-21T18:30:21.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2024-11-21T18:30:21.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2024-11-21T18:30:21.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2463 | 2024-11-21T18:30:21.589Z | |
2464 | 2024-11-21T18:30:21.589Z | info: running `cargo check --bins` on bootstrap-agent-client (54/172) |
2465 | 2024-11-21T18:30:22.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2024-11-21T18:30:22.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2024-11-21T18:30:22.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2468 | 2024-11-21T18:30:22.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2469 | 2024-11-21T18:30:22.292Z | |
2470 | 2024-11-21T18:30:22.292Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/172) |
2471 | 2024-11-21T18:30:22.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2024-11-21T18:30:22.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2024-11-21T18:30:22.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2474 | 2024-11-21T18:30:22.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2475 | 2024-11-21T18:30:22.982Z | |
2476 | 2024-11-21T18:30:22.982Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/172) |
2477 | 2024-11-21T18:30:23.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2024-11-21T18:30:23.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2024-11-21T18:30:23.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2480 | 2024-11-21T18:30:23.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2481 | 2024-11-21T18:30:23.670Z | |
2482 | 2024-11-21T18:30:23.670Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/172) |
2483 | 2024-11-21T18:30:24.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2024-11-21T18:30:24.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2024-11-21T18:30:24.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2486 | 2024-11-21T18:30:24.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2487 | 2024-11-21T18:30:24.363Z | |
2488 | 2024-11-21T18:30:24.363Z | info: running `cargo check --bins` on cockroach-admin-client (58/172) |
2489 | 2024-11-21T18:30:24.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2024-11-21T18:30:24.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2024-11-21T18:30:24.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2492 | 2024-11-21T18:30:24.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2493 | 2024-11-21T18:30:25.040Z | |
2494 | 2024-11-21T18:30:25.041Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/172) |
2495 | 2024-11-21T18:30:25.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2024-11-21T18:30:25.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2024-11-21T18:30:25.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2498 | 2024-11-21T18:30:25.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2499 | 2024-11-21T18:30:25.730Z | |
2500 | 2024-11-21T18:30:25.730Z | info: running `cargo check --bins` on dns-service-client (60/172) |
2501 | 2024-11-21T18:30:26.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2024-11-21T18:30:26.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2024-11-21T18:30:26.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2504 | 2024-11-21T18:30:26.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2505 | 2024-11-21T18:30:26.402Z | |
2506 | 2024-11-21T18:30:26.402Z | info: running `cargo check --bins` on internal-dns-types (61/172) |
2507 | 2024-11-21T18:30:26.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2024-11-21T18:30:26.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2024-11-21T18:30:26.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2510 | 2024-11-21T18:30:26.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2511 | 2024-11-21T18:30:27.070Z | |
2512 | 2024-11-21T18:30:27.070Z | info: running `cargo check --bins` on dpd-client (62/172) |
2513 | 2024-11-21T18:30:27.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2024-11-21T18:30:27.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2024-11-21T18:30:27.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2516 | 2024-11-21T18:30:27.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2517 | 2024-11-21T18:30:27.737Z | |
2518 | 2024-11-21T18:30:27.737Z | info: running `cargo check --bins` on gateway-client (63/172) |
2519 | 2024-11-21T18:30:28.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2024-11-21T18:30:28.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2024-11-21T18:30:28.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2522 | 2024-11-21T18:30:28.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2523 | 2024-11-21T18:30:28.392Z | |
2524 | 2024-11-21T18:30:28.392Z | info: running `cargo check --bins` on installinator-client (64/172) |
2525 | 2024-11-21T18:30:28.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2526 | 2024-11-21T18:30:28.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2527 | 2024-11-21T18:30:28.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2528 | 2024-11-21T18:30:29.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2529 | 2024-11-21T18:30:29.083Z | |
2530 | 2024-11-21T18:30:29.083Z | info: running `cargo check --bins` on installinator-common (65/172) |
2531 | 2024-11-21T18:30:29.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2024-11-21T18:30:29.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2024-11-21T18:30:29.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2534 | 2024-11-21T18:30:29.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2535 | 2024-11-21T18:30:29.766Z | |
2536 | 2024-11-21T18:30:29.766Z | info: running `cargo check --bins` on update-engine (66/172) |
2537 | 2024-11-21T18:30:30.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2024-11-21T18:30:30.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2024-11-21T18:30:30.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2540 | 2024-11-21T18:30:30.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2541 | 2024-11-21T18:30:30.428Z | |
2542 | 2024-11-21T18:30:30.428Z | info: running `cargo check --bins` on nexus-client (67/172) |
2543 | 2024-11-21T18:30:31.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2024-11-21T18:30:31.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2024-11-21T18:30:31.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2546 | 2024-11-21T18:30:31.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2547 | 2024-11-21T18:30:31.120Z | |
2548 | 2024-11-21T18:30:31.120Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/172) |
2549 | 2024-11-21T18:30:31.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2024-11-21T18:30:31.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2024-11-21T18:30:31.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2552 | 2024-11-21T18:30:31.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2553 | 2024-11-21T18:30:31.802Z | |
2554 | 2024-11-21T18:30:31.802Z | info: running `cargo check --bins` on omicron-passwords (69/172) |
2555 | 2024-11-21T18:30:32.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2024-11-21T18:30:32.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2024-11-21T18:30:32.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2558 | 2024-11-21T18:30:32.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2559 | 2024-11-21T18:30:32.456Z | |
2560 | 2024-11-21T18:30:32.456Z | info: running `cargo check --bins` on nexus-types (70/172) |
2561 | 2024-11-21T18:30:33.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2024-11-21T18:30:33.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2024-11-21T18:30:33.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2564 | 2024-11-21T18:30:33.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2565 | 2024-11-21T18:30:33.150Z | |
2566 | 2024-11-21T18:30:33.150Z | info: running `cargo check --bins` on oxide-client (71/172) |
2567 | 2024-11-21T18:30:33.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2024-11-21T18:30:33.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2024-11-21T18:30:33.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2570 | 2024-11-21T18:30:33.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2571 | 2024-11-21T18:30:33.804Z | |
2572 | 2024-11-21T18:30:33.804Z | info: running `cargo check --bins` on oximeter-client (72/172) |
2573 | 2024-11-21T18:30:34.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2024-11-21T18:30:34.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2024-11-21T18:30:34.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2576 | 2024-11-21T18:30:34.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2577 | 2024-11-21T18:30:34.471Z | |
2578 | 2024-11-21T18:30:34.471Z | info: running `cargo check --bins` on repo-depot-client (73/172) |
2579 | 2024-11-21T18:30:35.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2024-11-21T18:30:35.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2024-11-21T18:30:35.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2582 | 2024-11-21T18:30:35.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2583 | 2024-11-21T18:30:35.122Z | |
2584 | 2024-11-21T18:30:35.122Z | info: running `cargo check --bins` on sled-agent-client (74/172) |
2585 | 2024-11-21T18:30:35.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2024-11-21T18:30:35.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2024-11-21T18:30:35.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2588 | 2024-11-21T18:30:35.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2589 | 2024-11-21T18:30:35.804Z | |
2590 | 2024-11-21T18:30:35.804Z | info: running `cargo check --bins` on wicketd-client (75/172) |
2591 | 2024-11-21T18:30:36.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2024-11-21T18:30:36.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2024-11-21T18:30:36.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2024-11-21T18:30:36.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2595 | 2024-11-21T18:30:36.506Z | |
2596 | 2024-11-21T18:30:36.507Z | info: running `cargo check --bins` on sled-agent-types (76/172) |
2597 | 2024-11-21T18:30:37.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-11-21T18:30:37.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-11-21T18:30:37.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2024-11-21T18:30:37.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2601 | 2024-11-21T18:30:37.196Z | |
2602 | 2024-11-21T18:30:37.196Z | info: running `cargo check --bins` on wicket-common (77/172) |
2603 | 2024-11-21T18:30:37.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2024-11-21T18:30:37.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2024-11-21T18:30:37.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2606 | 2024-11-21T18:30:37.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2607 | 2024-11-21T18:30:37.889Z | |
2608 | 2024-11-21T18:30:37.889Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/172) |
2609 | 2024-11-21T18:30:38.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-11-21T18:30:38.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-11-21T18:30:38.587Z | Checking csv-core v0.1.11 |
2612 | 2024-11-21T18:30:38.587Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2613 | 2024-11-21T18:30:38.589Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2614 | 2024-11-21T18:30:38.910Z | Checking csv v1.3.0 |
2615 | 2024-11-21T18:30:38.925Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2616 | 2024-11-21T18:30:39.504Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2617 | 2024-11-21T18:30:39.885Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2618 | 2024-11-21T18:30:41.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
2619 | 2024-11-21T18:30:41.383Z | |
2620 | 2024-11-21T18:30:41.384Z | info: running `cargo check --bins` on cockroach-admin-api (79/172) |
2621 | 2024-11-21T18:30:41.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-11-21T18:30:41.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-11-21T18:30:41.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2624 | 2024-11-21T18:30:41.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2625 | 2024-11-21T18:30:42.055Z | |
2626 | 2024-11-21T18:30:42.055Z | info: running `cargo check --bins` on cockroach-admin-types (80/172) |
2627 | 2024-11-21T18:30:42.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-11-21T18:30:42.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-11-21T18:30:42.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2024-11-21T18:30:42.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2631 | 2024-11-21T18:30:42.734Z | |
2632 | 2024-11-21T18:30:42.734Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/172) |
2633 | 2024-11-21T18:30:43.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-11-21T18:30:43.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-11-21T18:30:43.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2024-11-21T18:30:43.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2637 | 2024-11-21T18:30:43.512Z | |
2638 | 2024-11-21T18:30:43.512Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/172) |
2639 | 2024-11-21T18:30:44.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-11-21T18:30:44.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-11-21T18:30:44.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2024-11-21T18:30:44.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2643 | 2024-11-21T18:30:44.281Z | |
2644 | 2024-11-21T18:30:44.281Z | info: running `cargo check --bins` on dns-server (83/172) |
2645 | 2024-11-21T18:30:44.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-11-21T18:30:44.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-11-21T18:30:44.966Z | Compiling parking_lot_core v0.8.6 |
2648 | 2024-11-21T18:30:44.966Z | Checking fxhash v0.2.1 |
2649 | 2024-11-21T18:30:44.969Z | Checking hickory-server v0.24.1 |
2650 | 2024-11-21T18:30:44.969Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2651 | 2024-11-21T18:30:44.969Z | Checking hickory-client v0.24.1 |
2652 | 2024-11-21T18:30:45.691Z | Checking parking_lot v0.11.2 |
2653 | 2024-11-21T18:30:45.846Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2654 | 2024-11-21T18:30:45.847Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2655 | 2024-11-21T18:30:45.935Z | Checking sled v0.34.7 |
2656 | 2024-11-21T18:30:47.803Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2657 | 2024-11-21T18:30:49.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
2658 | 2024-11-21T18:30:49.309Z | |
2659 | 2024-11-21T18:30:49.310Z | info: running `cargo check --bins` on dns-server-api (84/172) |
2660 | 2024-11-21T18:30:49.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-11-21T18:30:49.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-11-21T18:30:49.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2024-11-21T18:30:49.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2664 | 2024-11-21T18:30:49.978Z | |
2665 | 2024-11-21T18:30:49.978Z | info: running `cargo check --bins` on gateway-test-utils (85/172) |
2666 | 2024-11-21T18:30:50.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2024-11-21T18:30:50.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2024-11-21T18:30:50.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2024-11-21T18:30:50.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2670 | 2024-11-21T18:30:50.701Z | |
2671 | 2024-11-21T18:30:50.701Z | info: running `cargo check --bins` on gateway-types (86/172) |
2672 | 2024-11-21T18:30:51.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2024-11-21T18:30:51.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2024-11-21T18:30:51.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2024-11-21T18:30:51.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2676 | 2024-11-21T18:30:51.372Z | |
2677 | 2024-11-21T18:30:51.372Z | info: running `cargo check --bins` on ipcc (87/172) |
2678 | 2024-11-21T18:30:51.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2024-11-21T18:30:51.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2024-11-21T18:30:51.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2024-11-21T18:30:51.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2682 | 2024-11-21T18:30:52.039Z | |
2683 | 2024-11-21T18:30:52.039Z | info: running `cargo check --bins` on omicron-gateway (88/172) |
2684 | 2024-11-21T18:30:52.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2024-11-21T18:30:52.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2024-11-21T18:30:52.791Z | Compiling semver v0.1.20 |
2687 | 2024-11-21T18:30:52.791Z | Compiling radium v0.7.0 |
2688 | 2024-11-21T18:30:52.897Z | Checking tap v1.0.1 |
2689 | 2024-11-21T18:30:52.909Z | Compiling maybe-uninit v2.0.0 |
2690 | 2024-11-21T18:30:52.933Z | Checking password-hash v0.5.0 |
2691 | 2024-11-21T18:30:52.935Z | Checking blake2 v0.10.6 |
2692 | 2024-11-21T18:30:52.935Z | Checking crc-catalog v2.4.0 |
2693 | 2024-11-21T18:30:52.935Z | Compiling packed_struct v0.10.1 |
2694 | 2024-11-21T18:30:53.059Z | Checking wyz v0.5.1 |
2695 | 2024-11-21T18:30:53.101Z | Compiling owo-colors v4.1.0 |
2696 | 2024-11-21T18:30:53.363Z | Compiling rustc_version v0.1.7 |
2697 | 2024-11-21T18:30:53.404Z | Compiling cancel-safe-futures v0.1.5 |
2698 | 2024-11-21T18:30:53.422Z | Checking funty v2.0.0 |
2699 | 2024-11-21T18:30:53.505Z | Checking argon2 v0.5.3 |
2700 | 2024-11-21T18:30:53.521Z | Checking crc v3.2.1 |
2701 | 2024-11-21T18:30:53.537Z | Compiling packed_struct_codegen v0.10.1 |
2702 | 2024-11-21T18:30:53.585Z | Checking half v2.4.1 |
2703 | 2024-11-21T18:30:53.755Z | Compiling indexmap v1.9.3 |
2704 | 2024-11-21T18:30:53.771Z | Checking nodrop v0.1.14 |
2705 | 2024-11-21T18:30:53.871Z | Compiling newtype_derive v0.1.6 |
2706 | 2024-11-21T18:30:53.888Z | Checking ciborium-io v0.2.2 |
2707 | 2024-11-21T18:30:53.950Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2708 | 2024-11-21T18:30:54.014Z | Checking array-init v0.0.4 |
2709 | 2024-11-21T18:30:54.062Z | Checking ciborium-ll v0.2.2 |
2710 | 2024-11-21T18:30:54.218Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2711 | 2024-11-21T18:30:54.277Z | Checking smallvec v0.6.14 |
2712 | 2024-11-21T18:30:54.353Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2713 | 2024-11-21T18:30:54.388Z | Checking bitvec v1.0.1 |
2714 | 2024-11-21T18:30:54.514Z | Checking libsw v3.3.1 |
2715 | 2024-11-21T18:30:54.535Z | Compiling memoffset v0.9.1 |
2716 | 2024-11-21T18:30:54.678Z | Checking bitfield v0.14.0 |
2717 | 2024-11-21T18:30:54.786Z | Checking hashbrown v0.12.3 |
2718 | 2024-11-21T18:30:55.068Z | Checking linear-map v1.2.0 |
2719 | 2024-11-21T18:30:55.080Z | Checking termcolor v1.4.1 |
2720 | 2024-11-21T18:30:55.080Z | Checking indent_write v2.2.0 |
2721 | 2024-11-21T18:30:55.122Z | Checking swrite v0.1.0 |
2722 | 2024-11-21T18:30:55.181Z | Checking ron v0.8.1 |
2723 | 2024-11-21T18:30:55.233Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2724 | 2024-11-21T18:30:55.257Z | Checking serde-hex v0.1.0 |
2725 | 2024-11-21T18:30:55.456Z | Checking env_logger v0.10.2 |
2726 | 2024-11-21T18:30:56.047Z | Checking ciborium v0.2.2 |
2727 | 2024-11-21T18:30:56.255Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2728 | 2024-11-21T18:30:56.472Z | Checking steno v0.4.1 |
2729 | 2024-11-21T18:30:56.534Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2730 | 2024-11-21T18:30:56.689Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2731 | 2024-11-21T18:30:56.787Z | Checking hashbrown v0.13.2 |
2732 | 2024-11-21T18:30:56.967Z | Checking crc-any v2.5.0 |
2733 | 2024-11-21T18:30:57.066Z | Checking humantime v2.1.0 |
2734 | 2024-11-21T18:30:57.362Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2735 | 2024-11-21T18:30:57.380Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2736 | 2024-11-21T18:30:57.816Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2737 | 2024-11-21T18:30:57.863Z | Checking object v0.30.4 |
2738 | 2024-11-21T18:30:58.059Z | Checking path-slash v0.1.5 |
2739 | 2024-11-21T18:30:58.181Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2740 | 2024-11-21T18:30:58.218Z | Checking nix v0.27.1 |
2741 | 2024-11-21T18:30:58.849Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2742 | 2024-11-21T18:30:59.326Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2743 | 2024-11-21T18:30:59.545Z | Checking tungstenite v0.23.0 |
2744 | 2024-11-21T18:30:59.563Z | Checking kstat-rs v0.2.4 |
2745 | 2024-11-21T18:30:59.584Z | Checking signal-hook-tokio v0.3.1 |
2746 | 2024-11-21T18:30:59.920Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2747 | 2024-11-21T18:31:00.511Z | Checking tokio-tungstenite v0.23.1 |
2748 | 2024-11-21T18:31:00.999Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2749 | 2024-11-21T18:31:01.142Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2750 | 2024-11-21T18:31:01.208Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2751 | 2024-11-21T18:31:08.385Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2752 | 2024-11-21T18:31:09.715Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2753 | 2024-11-21T18:31:12.274Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2754 | 2024-11-21T18:31:18.235Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2755 | 2024-11-21T18:31:18.977Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2756 | 2024-11-21T18:31:21.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.90s |
2757 | 2024-11-21T18:31:22.145Z | |
2758 | 2024-11-21T18:31:22.145Z | info: running `cargo check --bins` on gateway-api (89/172) |
2759 | 2024-11-21T18:31:22.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2024-11-21T18:31:22.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2024-11-21T18:31:22.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2762 | 2024-11-21T18:31:22.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2763 | 2024-11-21T18:31:22.825Z | |
2764 | 2024-11-21T18:31:22.825Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/172) |
2765 | 2024-11-21T18:31:23.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2024-11-21T18:31:23.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2024-11-21T18:31:23.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2024-11-21T18:31:23.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2769 | 2024-11-21T18:31:23.478Z | |
2770 | 2024-11-21T18:31:23.478Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/172) |
2771 | 2024-11-21T18:31:24.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2024-11-21T18:31:24.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2024-11-21T18:31:24.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2024-11-21T18:31:24.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2775 | 2024-11-21T18:31:24.153Z | |
2776 | 2024-11-21T18:31:24.153Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/172) |
2777 | 2024-11-21T18:31:24.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2024-11-21T18:31:24.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2024-11-21T18:31:24.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2024-11-21T18:31:24.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2781 | 2024-11-21T18:31:24.823Z | |
2782 | 2024-11-21T18:31:24.823Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/172) |
2783 | 2024-11-21T18:31:25.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2024-11-21T18:31:25.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2024-11-21T18:31:25.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2024-11-21T18:31:25.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2787 | 2024-11-21T18:31:25.499Z | |
2788 | 2024-11-21T18:31:25.499Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/172) |
2789 | 2024-11-21T18:31:26.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2024-11-21T18:31:26.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2024-11-21T18:31:26.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2024-11-21T18:31:26.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2793 | 2024-11-21T18:31:26.170Z | |
2794 | 2024-11-21T18:31:26.170Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/172) |
2795 | 2024-11-21T18:31:26.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2024-11-21T18:31:26.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2024-11-21T18:31:26.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2024-11-21T18:31:26.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2799 | 2024-11-21T18:31:26.829Z | |
2800 | 2024-11-21T18:31:26.829Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/172) |
2801 | 2024-11-21T18:31:27.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2024-11-21T18:31:27.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2024-11-21T18:31:27.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2024-11-21T18:31:27.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2805 | 2024-11-21T18:31:27.491Z | |
2806 | 2024-11-21T18:31:27.491Z | info: running `cargo check --bins` on oximeter-producer (97/172) |
2807 | 2024-11-21T18:31:28.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2024-11-21T18:31:28.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2024-11-21T18:31:28.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2810 | 2024-11-21T18:31:28.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2811 | 2024-11-21T18:31:28.175Z | |
2812 | 2024-11-21T18:31:28.175Z | info: running `cargo check --bins` on internal-dns-resolver (98/172) |
2813 | 2024-11-21T18:31:28.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2024-11-21T18:31:28.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2024-11-21T18:31:28.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2024-11-21T18:31:28.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2817 | 2024-11-21T18:31:28.833Z | |
2818 | 2024-11-21T18:31:28.833Z | info: running `cargo check --bins` on sp-sim (99/172) |
2819 | 2024-11-21T18:31:29.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2024-11-21T18:31:29.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2024-11-21T18:31:29.509Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2822 | 2024-11-21T18:31:31.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s |
2823 | 2024-11-21T18:31:31.660Z | |
2824 | 2024-11-21T18:31:31.660Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/172) |
2825 | 2024-11-21T18:31:32.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2024-11-21T18:31:32.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2024-11-21T18:31:32.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2024-11-21T18:31:32.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2829 | 2024-11-21T18:31:32.377Z | |
2830 | 2024-11-21T18:31:32.377Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/172) |
2831 | 2024-11-21T18:31:33.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2024-11-21T18:31:33.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2024-11-21T18:31:33.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2024-11-21T18:31:33.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2835 | 2024-11-21T18:31:33.104Z | |
2836 | 2024-11-21T18:31:33.104Z | info: running `cargo check --bins` on db-macros (102/172) |
2837 | 2024-11-21T18:31:33.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2024-11-21T18:31:33.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2024-11-21T18:31:33.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2840 | 2024-11-21T18:31:33.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2841 | 2024-11-21T18:31:33.749Z | |
2842 | 2024-11-21T18:31:33.749Z | info: running `cargo check --bins` on nexus-macros-common (103/172) |
2843 | 2024-11-21T18:31:34.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2024-11-21T18:31:34.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2024-11-21T18:31:34.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2024-11-21T18:31:34.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2847 | 2024-11-21T18:31:34.395Z | |
2848 | 2024-11-21T18:31:34.395Z | info: running `cargo check --bins` on nexus-auth (104/172) |
2849 | 2024-11-21T18:31:35.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2024-11-21T18:31:35.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2024-11-21T18:31:35.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2024-11-21T18:31:35.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2853 | 2024-11-21T18:31:35.096Z | |
2854 | 2024-11-21T18:31:35.096Z | info: running `cargo check --bins` on authz-macros (105/172) |
2855 | 2024-11-21T18:31:35.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2024-11-21T18:31:35.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2024-11-21T18:31:35.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2024-11-21T18:31:35.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2859 | 2024-11-21T18:31:35.739Z | |
2860 | 2024-11-21T18:31:35.739Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/172) |
2861 | 2024-11-21T18:31:36.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2024-11-21T18:31:36.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2024-11-21T18:31:36.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2024-11-21T18:31:36.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2865 | 2024-11-21T18:31:36.433Z | |
2866 | 2024-11-21T18:31:36.433Z | info: running `cargo check --bins` on nexus-db-model (107/172) |
2867 | 2024-11-21T18:31:37.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2024-11-21T18:31:37.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2024-11-21T18:31:37.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2024-11-21T18:31:37.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2871 | 2024-11-21T18:31:37.124Z | |
2872 | 2024-11-21T18:31:37.124Z | info: running `cargo check --bins` on nexus-defaults (108/172) |
2873 | 2024-11-21T18:31:37.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2024-11-21T18:31:37.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2024-11-21T18:31:37.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2024-11-21T18:31:37.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2877 | 2024-11-21T18:31:37.789Z | |
2878 | 2024-11-21T18:31:37.789Z | info: running `cargo check --bins` on nexus-inventory (109/172) |
2879 | 2024-11-21T18:31:38.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2024-11-21T18:31:38.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2024-11-21T18:31:38.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2024-11-21T18:31:38.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2883 | 2024-11-21T18:31:38.478Z | |
2884 | 2024-11-21T18:31:38.478Z | info: running `cargo check --bins` on typed-rng (110/172) |
2885 | 2024-11-21T18:31:39.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2024-11-21T18:31:39.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2024-11-21T18:31:39.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2024-11-21T18:31:39.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2889 | 2024-11-21T18:31:39.132Z | |
2890 | 2024-11-21T18:31:39.132Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/172) |
2891 | 2024-11-21T18:31:39.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2024-11-21T18:31:39.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2024-11-21T18:31:39.910Z | Checking keccak v0.1.5 |
2894 | 2024-11-21T18:31:40.021Z | Checking secrecy v0.8.0 |
2895 | 2024-11-21T18:31:40.024Z | Compiling unicase v2.7.0 |
2896 | 2024-11-21T18:31:40.024Z | Compiling same-file v1.0.6 |
2897 | 2024-11-21T18:31:40.048Z | Compiling tempfile v3.13.0 |
2898 | 2024-11-21T18:31:40.079Z | Compiling thiserror-impl-no-std v2.0.2 |
2899 | 2024-11-21T18:31:40.081Z | Checking universal-hash v0.5.1 |
2900 | 2024-11-21T18:31:40.082Z | Compiling ring v0.16.20 |
2901 | 2024-11-21T18:31:40.236Z | Compiling walkdir v2.5.0 |
2902 | 2024-11-21T18:31:40.291Z | Checking sha3 v0.10.8 |
2903 | 2024-11-21T18:31:40.325Z | Compiling blake3 v1.5.4 |
2904 | 2024-11-21T18:31:40.485Z | Checking opaque-debug v0.3.1 |
2905 | 2024-11-21T18:31:40.568Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2906 | 2024-11-21T18:31:40.719Z | Checking chacha20 v0.9.1 |
2907 | 2024-11-21T18:31:40.845Z | Checking aead v0.5.2 |
2908 | 2024-11-21T18:31:40.903Z | Compiling memmap2 v0.9.5 |
2909 | 2024-11-21T18:31:40.970Z | Compiling libefi-sys v0.1.0 |
2910 | 2024-11-21T18:31:41.059Z | Compiling arrayvec v0.7.6 |
2911 | 2024-11-21T18:31:41.078Z | Compiling constant_time_eq v0.3.1 |
2912 | 2024-11-21T18:31:41.239Z | Compiling salty v0.3.0 |
2913 | 2024-11-21T18:31:41.278Z | Compiling arrayref v0.3.9 |
2914 | 2024-11-21T18:31:41.334Z | Compiling spin v0.5.2 |
2915 | 2024-11-21T18:31:41.442Z | Compiling toolchain_find v0.4.0 |
2916 | 2024-11-21T18:31:41.553Z | Compiling camino-tempfile v1.1.1 |
2917 | 2024-11-21T18:31:41.669Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2918 | 2024-11-21T18:31:41.816Z | Compiling bitfield-struct v0.6.2 |
2919 | 2024-11-21T18:31:41.984Z | Compiling topological-sort v0.2.2 |
2920 | 2024-11-21T18:31:42.378Z | Compiling mime_guess v2.0.5 |
2921 | 2024-11-21T18:31:42.383Z | Compiling rustfmt-wrapper v0.2.1 |
2922 | 2024-11-21T18:31:42.770Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2923 | 2024-11-21T18:31:42.852Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2924 | 2024-11-21T18:31:43.134Z | Checking primeorder v0.13.6 |
2925 | 2024-11-21T18:31:43.153Z | Checking env_filter v0.1.2 |
2926 | 2024-11-21T18:31:43.173Z | Checking poly1305 v0.8.0 |
2927 | 2024-11-21T18:31:43.186Z | Checking thiserror-no-std v2.0.2 |
2928 | 2024-11-21T18:31:43.201Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2929 | 2024-11-21T18:31:43.296Z | Checking vsss-rs v3.3.4 |
2930 | 2024-11-21T18:31:43.326Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2931 | 2024-11-21T18:31:43.373Z | Checking env_logger v0.11.5 |
2932 | 2024-11-21T18:31:43.622Z | Checking p384 v0.13.0 |
2933 | 2024-11-21T18:31:43.669Z | Checking chacha20poly1305 v0.10.1 |
2934 | 2024-11-21T18:31:43.687Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2935 | 2024-11-21T18:31:43.726Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2936 | 2024-11-21T18:31:43.780Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2937 | 2024-11-21T18:31:43.918Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2938 | 2024-11-21T18:31:44.143Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2939 | 2024-11-21T18:31:44.243Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2940 | 2024-11-21T18:31:44.364Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2941 | 2024-11-21T18:31:44.461Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2942 | 2024-11-21T18:31:44.782Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2943 | 2024-11-21T18:31:45.034Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2944 | 2024-11-21T18:31:45.073Z | Checking nanorand v0.7.0 |
2945 | 2024-11-21T18:31:45.077Z | Checking atty v0.2.14 |
2946 | 2024-11-21T18:31:45.102Z | Checking http-range v0.1.5 |
2947 | 2024-11-21T18:31:45.217Z | Checking glob v0.3.1 |
2948 | 2024-11-21T18:31:45.294Z | Checking hyper-staticfile v0.10.1 |
2949 | 2024-11-21T18:31:45.446Z | Checking flume v0.11.1 |
2950 | 2024-11-21T18:31:45.554Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2951 | 2024-11-21T18:31:45.790Z | Compiling omicron-zone-package v0.11.1 |
2952 | 2024-11-21T18:31:45.847Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2953 | 2024-11-21T18:31:45.978Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2954 | 2024-11-21T18:31:46.234Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2955 | 2024-11-21T18:31:47.221Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2956 | 2024-11-21T18:31:47.524Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2957 | 2024-11-21T18:31:47.809Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2958 | 2024-11-21T18:31:47.963Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2959 | 2024-11-21T18:31:48.654Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2960 | 2024-11-21T18:31:48.745Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2961 | 2024-11-21T18:31:49.297Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2962 | 2024-11-21T18:31:53.759Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2963 | 2024-11-21T18:31:53.789Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2964 | 2024-11-21T18:31:53.789Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2965 | 2024-11-21T18:32:02.779Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2966 | 2024-11-21T18:32:16.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.26s |
2967 | 2024-11-21T18:32:16.592Z | |
2968 | 2024-11-21T18:32:16.592Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/172) |
2969 | 2024-11-21T18:32:17.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2970 | 2024-11-21T18:32:17.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2971 | 2024-11-21T18:32:17.374Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2972 | 2024-11-21T18:32:31.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.83s |
2973 | 2024-11-21T18:32:31.627Z | |
2974 | 2024-11-21T18:32:31.627Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/172) |
2975 | 2024-11-21T18:32:32.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2976 | 2024-11-21T18:32:32.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2977 | 2024-11-21T18:32:32.401Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2978 | 2024-11-21T18:32:46.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.09s |
2979 | 2024-11-21T18:32:46.925Z | |
2980 | 2024-11-21T18:32:46.925Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/172) |
2981 | 2024-11-21T18:32:47.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2024-11-21T18:32:47.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2024-11-21T18:32:47.705Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2984 | 2024-11-21T18:33:01.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s |
2985 | 2024-11-21T18:33:01.676Z | |
2986 | 2024-11-21T18:33:01.676Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/172) |
2987 | 2024-11-21T18:33:02.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2024-11-21T18:33:02.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2024-11-21T18:33:02.450Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2990 | 2024-11-21T18:33:16.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.65s |
2991 | 2024-11-21T18:33:16.531Z | |
2992 | 2024-11-21T18:33:16.531Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/172) |
2993 | 2024-11-21T18:33:17.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2024-11-21T18:33:17.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2024-11-21T18:33:17.313Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2996 | 2024-11-21T18:33:31.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.64s |
2997 | 2024-11-21T18:33:31.378Z | |
2998 | 2024-11-21T18:33:31.378Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/172) |
2999 | 2024-11-21T18:33:32.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2024-11-21T18:33:32.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2024-11-21T18:33:32.157Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3002 | 2024-11-21T18:33:46.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.64s |
3003 | 2024-11-21T18:33:46.226Z | |
3004 | 2024-11-21T18:33:46.226Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/172) |
3005 | 2024-11-21T18:33:46.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2024-11-21T18:33:46.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2024-11-21T18:33:47.009Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3008 | 2024-11-21T18:34:01.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.76s |
3009 | 2024-11-21T18:34:01.199Z | |
3010 | 2024-11-21T18:34:01.199Z | info: running `cargo check --bins` on bootstrap-agent-api (119/172) |
3011 | 2024-11-21T18:34:01.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2024-11-21T18:34:01.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2024-11-21T18:34:01.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3014 | 2024-11-21T18:34:01.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3015 | 2024-11-21T18:34:01.901Z | |
3016 | 2024-11-21T18:34:01.901Z | info: running `cargo check --bins` on key-manager (120/172) |
3017 | 2024-11-21T18:34:02.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2024-11-21T18:34:02.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2024-11-21T18:34:02.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3020 | 2024-11-21T18:34:02.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3021 | 2024-11-21T18:34:02.574Z | |
3022 | 2024-11-21T18:34:02.574Z | info: running `cargo check --bins` on repo-depot-api (121/172) |
3023 | 2024-11-21T18:34:03.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2024-11-21T18:34:03.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2024-11-21T18:34:03.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2024-11-21T18:34:03.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3027 | 2024-11-21T18:34:03.239Z | |
3028 | 2024-11-21T18:34:03.239Z | info: running `cargo check --bins` on sled-agent-api (122/172) |
3029 | 2024-11-21T18:34:03.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2024-11-21T18:34:03.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2024-11-21T18:34:03.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2024-11-21T18:34:03.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3033 | 2024-11-21T18:34:04.117Z | |
3034 | 2024-11-21T18:34:04.117Z | info: running `cargo check --bins` on sled-hardware (123/172) |
3035 | 2024-11-21T18:34:04.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2024-11-21T18:34:04.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2024-11-21T18:34:04.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2024-11-21T18:34:04.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3039 | 2024-11-21T18:34:04.623Z | |
3040 | 2024-11-21T18:34:04.623Z | info: running `cargo check --bins --no-default-features` on sled-storage (124/172) |
3041 | 2024-11-21T18:34:05.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2024-11-21T18:34:05.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2024-11-21T18:34:05.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2024-11-21T18:34:05.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3045 | 2024-11-21T18:34:05.318Z | |
3046 | 2024-11-21T18:34:05.318Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (125/172) |
3047 | 2024-11-21T18:34:05.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2024-11-21T18:34:05.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2024-11-21T18:34:05.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2024-11-21T18:34:05.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3051 | 2024-11-21T18:34:06.005Z | |
3052 | 2024-11-21T18:34:06.006Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (126/172) |
3053 | 2024-11-21T18:34:06.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2024-11-21T18:34:06.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2024-11-21T18:34:06.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2024-11-21T18:34:06.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3057 | 2024-11-21T18:34:06.698Z | |
3058 | 2024-11-21T18:34:06.698Z | info: running `cargo check --bins` on nexus-test-interface (127/172) |
3059 | 2024-11-21T18:34:07.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-11-21T18:34:07.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-11-21T18:34:07.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2024-11-21T18:34:07.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3063 | 2024-11-21T18:34:07.387Z | |
3064 | 2024-11-21T18:34:07.387Z | info: running `cargo check --bins` on oximeter-collector (128/172) |
3065 | 2024-11-21T18:34:07.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-11-21T18:34:07.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-11-21T18:34:08.112Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3068 | 2024-11-21T18:34:08.112Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3069 | 2024-11-21T18:34:08.909Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3070 | 2024-11-21T18:34:10.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
3071 | 2024-11-21T18:34:11.082Z | |
3072 | 2024-11-21T18:34:11.082Z | info: running `cargo check --bins` on oximeter-api (129/172) |
3073 | 2024-11-21T18:34:11.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2024-11-21T18:34:11.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2024-11-21T18:34:11.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3076 | 2024-11-21T18:34:11.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3077 | 2024-11-21T18:34:11.747Z | |
3078 | 2024-11-21T18:34:11.748Z | info: running `cargo check --bins` on cert-dev (130/172) |
3079 | 2024-11-21T18:34:12.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2024-11-21T18:34:12.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2024-11-21T18:34:12.391Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3082 | 2024-11-21T18:34:12.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3083 | 2024-11-21T18:34:12.850Z | |
3084 | 2024-11-21T18:34:12.850Z | info: running `cargo check --bins` on clickhouse-cluster-dev (131/172) |
3085 | 2024-11-21T18:34:13.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2024-11-21T18:34:13.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2024-11-21T18:34:13.571Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3088 | 2024-11-21T18:34:13.571Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3089 | 2024-11-21T18:34:14.215Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3090 | 2024-11-21T18:34:14.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
3091 | 2024-11-21T18:34:14.800Z | |
3092 | 2024-11-21T18:34:14.800Z | info: running `cargo check --bins` on ch-dev (132/172) |
3093 | 2024-11-21T18:34:15.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2024-11-21T18:34:15.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2024-11-21T18:34:15.496Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3096 | 2024-11-21T18:34:16.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
3097 | 2024-11-21T18:34:16.440Z | |
3098 | 2024-11-21T18:34:16.440Z | info: running `cargo check --bins` on crdb-seed (133/172) |
3099 | 2024-11-21T18:34:17.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2024-11-21T18:34:17.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2024-11-21T18:34:17.130Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3102 | 2024-11-21T18:34:17.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3103 | 2024-11-21T18:34:17.711Z | |
3104 | 2024-11-21T18:34:17.711Z | info: running `cargo check --bins` on db-dev (134/172) |
3105 | 2024-11-21T18:34:18.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2024-11-21T18:34:18.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2024-11-21T18:34:18.411Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3108 | 2024-11-21T18:34:19.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
3109 | 2024-11-21T18:34:19.362Z | |
3110 | 2024-11-21T18:34:19.362Z | info: running `cargo check --bins` on omicron-dev-lib (135/172) |
3111 | 2024-11-21T18:34:19.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2024-11-21T18:34:19.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2024-11-21T18:34:19.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3114 | 2024-11-21T18:34:19.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3115 | 2024-11-21T18:34:20.051Z | |
3116 | 2024-11-21T18:34:20.051Z | info: running `cargo check --bins` on xtask-downloader (136/172) |
3117 | 2024-11-21T18:34:20.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2024-11-21T18:34:20.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2024-11-21T18:34:20.701Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3120 | 2024-11-21T18:34:21.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3121 | 2024-11-21T18:34:21.815Z | |
3122 | 2024-11-21T18:34:21.815Z | info: running `cargo check --bins` on omicron-ls-apis (137/172) |
3123 | 2024-11-21T18:34:22.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3124 | 2024-11-21T18:34:22.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3125 | 2024-11-21T18:34:22.468Z | Checking cargo-platform v0.1.8 |
3126 | 2024-11-21T18:34:22.753Z | Checking cargo_metadata v0.18.1 |
3127 | 2024-11-21T18:34:23.778Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3128 | 2024-11-21T18:34:24.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s |
3129 | 2024-11-21T18:34:24.737Z | |
3130 | 2024-11-21T18:34:24.737Z | info: running `cargo check --bins` on mgs-dev (138/172) |
3131 | 2024-11-21T18:34:25.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2024-11-21T18:34:25.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2024-11-21T18:34:25.492Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3134 | 2024-11-21T18:34:26.235Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3135 | 2024-11-21T18:34:26.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
3136 | 2024-11-21T18:34:27.012Z | |
3137 | 2024-11-21T18:34:27.012Z | info: running `cargo check --bins` on omicron-omdb (139/172) |
3138 | 2024-11-21T18:34:27.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2024-11-21T18:34:27.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2024-11-21T18:34:27.839Z | Compiling crunchy v0.2.2 |
3141 | 2024-11-21T18:34:27.839Z | Compiling tiny-keccak v2.0.2 |
3142 | 2024-11-21T18:34:27.841Z | Compiling dsl_auto_type v0.1.2 |
3143 | 2024-11-21T18:34:27.841Z | Checking scheduled-thread-pool v0.2.7 |
3144 | 2024-11-21T18:34:27.841Z | Compiling diesel_table_macro_syntax v0.2.0 |
3145 | 2024-11-21T18:34:27.966Z | Compiling ascii-canvas v3.0.0 |
3146 | 2024-11-21T18:34:27.980Z | Compiling ena v0.14.3 |
3147 | 2024-11-21T18:34:27.982Z | Compiling regex-syntax v0.6.29 |
3148 | 2024-11-21T18:34:28.241Z | Compiling diff v0.1.13 |
3149 | 2024-11-21T18:34:28.273Z | Checking r2d2 v0.8.10 |
3150 | 2024-11-21T18:34:28.402Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3151 | 2024-11-21T18:34:28.434Z | Compiling ref-cast v1.0.23 |
3152 | 2024-11-21T18:34:28.511Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3153 | 2024-11-21T18:34:28.621Z | Compiling derive_builder_core v0.20.2 |
3154 | 2024-11-21T18:34:28.644Z | Compiling libxml v0.3.3 |
3155 | 2024-11-21T18:34:28.781Z | Compiling ref-cast-impl v1.0.23 |
3156 | 2024-11-21T18:34:28.919Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3157 | 2024-11-21T18:34:29.056Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3158 | 2024-11-21T18:34:29.085Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3159 | 2024-11-21T18:34:29.278Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3160 | 2024-11-21T18:34:29.378Z | Compiling strum_macros v0.24.3 |
3161 | 2024-11-21T18:34:29.461Z | Compiling samael v0.0.17 |
3162 | 2024-11-21T18:34:29.619Z | Compiling diesel_derives v2.2.3 |
3163 | 2024-11-21T18:34:29.723Z | Compiling indoc v1.0.9 |
3164 | 2024-11-21T18:34:30.714Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3165 | 2024-11-21T18:34:31.011Z | Compiling oso-derive v0.27.3 |
3166 | 2024-11-21T18:34:31.081Z | Compiling derive_builder_macro v0.20.2 |
3167 | 2024-11-21T18:34:31.408Z | Compiling lalrpop v0.19.12 |
3168 | 2024-11-21T18:34:31.972Z | Checking derive_builder v0.20.2 |
3169 | 2024-11-21T18:34:32.102Z | Compiling impl-trait-for-tuples v0.2.2 |
3170 | 2024-11-21T18:34:32.140Z | Checking quick-xml v0.33.0 |
3171 | 2024-11-21T18:34:32.765Z | Compiling diesel-dtrace v0.3.0 |
3172 | 2024-11-21T18:34:33.067Z | Checking maplit v1.0.2 |
3173 | 2024-11-21T18:34:33.230Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3174 | 2024-11-21T18:34:33.247Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3175 | 2024-11-21T18:34:33.543Z | Checking bb8 v0.8.5 |
3176 | 2024-11-21T18:34:34.063Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3177 | 2024-11-21T18:34:34.274Z | Checking castaway v0.2.3 |
3178 | 2024-11-21T18:34:34.343Z | Checking rand_seeder v0.3.0 |
3179 | 2024-11-21T18:34:34.429Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3180 | 2024-11-21T18:34:34.478Z | Checking compact_str v0.8.0 |
3181 | 2024-11-21T18:34:34.588Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3182 | 2024-11-21T18:34:34.803Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3183 | 2024-11-21T18:34:34.997Z | Checking unicode-truncate v1.1.0 |
3184 | 2024-11-21T18:34:35.242Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3185 | 2024-11-21T18:34:35.403Z | Checking lru v0.12.5 |
3186 | 2024-11-21T18:34:35.521Z | Compiling instability v0.3.2 |
3187 | 2024-11-21T18:34:35.715Z | Checking is_ci v1.2.0 |
3188 | 2024-11-21T18:34:35.863Z | Checking unicode-linebreak v0.1.5 |
3189 | 2024-11-21T18:34:35.926Z | Checking smawk v0.3.2 |
3190 | 2024-11-21T18:34:36.144Z | Checking cassowary v0.3.0 |
3191 | 2024-11-21T18:34:36.319Z | Checking textwrap v0.16.1 |
3192 | 2024-11-21T18:34:36.624Z | Checking supports-color v3.0.1 |
3193 | 2024-11-21T18:34:36.642Z | Checking ratatui v0.28.1 |
3194 | 2024-11-21T18:34:36.713Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3195 | 2024-11-21T18:34:36.773Z | Checking multimap v0.10.0 |
3196 | 2024-11-21T18:34:39.959Z | Checking diesel v2.2.4 |
3197 | 2024-11-21T18:35:06.384Z | Compiling polar-core v0.27.3 |
3198 | 2024-11-21T18:35:10.239Z | Checking async-bb8-diesel v0.2.1 |
3199 | 2024-11-21T18:35:14.043Z | Checking oso v0.27.3 |
3200 | 2024-11-21T18:36:29.007Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3201 | 2024-11-21T18:36:35.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s |
3202 | 2024-11-21T18:36:35.587Z | |
3203 | 2024-11-21T18:36:35.587Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (140/172) |
3204 | 2024-11-21T18:36:36.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3205 | 2024-11-21T18:36:36.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3206 | 2024-11-21T18:36:36.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3207 | 2024-11-21T18:36:36.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3208 | 2024-11-21T18:36:36.306Z | |
3209 | 2024-11-21T18:36:36.306Z | info: running `cargo check --bins` on nexus-saga-recovery (141/172) |
3210 | 2024-11-21T18:36:36.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3211 | 2024-11-21T18:36:36.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3212 | 2024-11-21T18:36:36.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3213 | 2024-11-21T18:36:36.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3214 | 2024-11-21T18:36:37.014Z | |
3215 | 2024-11-21T18:36:37.014Z | info: running `cargo check --bins` on nexus-test-utils-macros (142/172) |
3216 | 2024-11-21T18:36:37.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3217 | 2024-11-21T18:36:37.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3218 | 2024-11-21T18:36:37.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3219 | 2024-11-21T18:36:37.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3220 | 2024-11-21T18:36:37.666Z | |
3221 | 2024-11-21T18:36:37.666Z | info: running `cargo check --bins` on omicron-nexus (143/172) |
3222 | 2024-11-21T18:36:38.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3223 | 2024-11-21T18:36:38.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3224 | 2024-11-21T18:36:38.521Z | Compiling libz-sys v1.1.20 |
3225 | 2024-11-21T18:36:38.637Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3226 | 2024-11-21T18:36:38.651Z | Compiling vergen v8.3.2 |
3227 | 2024-11-21T18:36:38.654Z | Compiling cargo-platform v0.1.8 |
3228 | 2024-11-21T18:36:38.654Z | Compiling pin-project-internal v1.1.6 |
3229 | 2024-11-21T18:36:38.693Z | Compiling libsqlite3-sys v0.30.1 |
3230 | 2024-11-21T18:36:38.695Z | Compiling snafu-derive v0.8.5 |
3231 | 2024-11-21T18:36:38.695Z | Checking lockfree-object-pool v0.1.6 |
3232 | 2024-11-21T18:36:38.952Z | Checking simd-adler32 v0.3.7 |
3233 | 2024-11-21T18:36:39.037Z | Compiling cargo_metadata v0.18.1 |
3234 | 2024-11-21T18:36:39.253Z | Compiling rustls v0.21.12 |
3235 | 2024-11-21T18:36:39.256Z | Compiling cfg_aliases v0.2.1 |
3236 | 2024-11-21T18:36:39.292Z | Compiling zip v2.1.3 |
3237 | 2024-11-21T18:36:39.383Z | Compiling buf-list v1.0.3 |
3238 | 2024-11-21T18:36:39.518Z | Checking bumpalo v3.16.0 |
3239 | 2024-11-21T18:36:39.613Z | Compiling nix v0.29.0 |
3240 | 2024-11-21T18:36:39.706Z | Checking globset v0.4.15 |
3241 | 2024-11-21T18:36:39.860Z | Checking zopfli v0.8.1 |
3242 | 2024-11-21T18:36:40.101Z | Checking olpc-cjson v0.1.4 |
3243 | 2024-11-21T18:36:40.221Z | Checking rustls-webpki v0.101.7 |
3244 | 2024-11-21T18:36:40.345Z | Checking sct v0.7.1 |
3245 | 2024-11-21T18:36:40.538Z | Checking serde_plain v1.0.2 |
3246 | 2024-11-21T18:36:40.540Z | Checking typed-path v0.9.3 |
3247 | 2024-11-21T18:36:41.630Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3248 | 2024-11-21T18:36:41.731Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3249 | 2024-11-21T18:36:41.859Z | Checking pin-project v1.1.6 |
3250 | 2024-11-21T18:36:41.925Z | Checking hashlink v0.9.1 |
3251 | 2024-11-21T18:36:41.989Z | Checking parse-size v1.1.0 |
3252 | 2024-11-21T18:36:42.017Z | Checking fallible-streaming-iterator v0.1.9 |
3253 | 2024-11-21T18:36:42.181Z | Checking fallible-iterator v0.3.0 |
3254 | 2024-11-21T18:36:42.586Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3255 | 2024-11-21T18:36:42.609Z | Checking rustls-pemfile v1.0.4 |
3256 | 2024-11-21T18:36:42.755Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3257 | 2024-11-21T18:36:42.819Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3258 | 2024-11-21T18:36:42.854Z | Checking rusqlite v0.32.1 |
3259 | 2024-11-21T18:36:42.872Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3260 | 2024-11-21T18:36:43.102Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3261 | 2024-11-21T18:36:43.253Z | Checking twox-hash v1.6.3 |
3262 | 2024-11-21T18:36:43.331Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3263 | 2024-11-21T18:36:43.790Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3264 | 2024-11-21T18:36:44.397Z | Checking tokio-rustls v0.24.1 |
3265 | 2024-11-21T18:36:44.493Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3266 | 2024-11-21T18:36:44.585Z | Checking snafu v0.8.5 |
3267 | 2024-11-21T18:36:44.747Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3268 | 2024-11-21T18:36:44.791Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3269 | 2024-11-21T18:36:45.058Z | Checking tough v0.19.0 |
3270 | 2024-11-21T18:36:45.098Z | Checking fatfs v0.3.6 |
3271 | 2024-11-21T18:36:45.253Z | Checking assert_matches v1.5.0 |
3272 | 2024-11-21T18:36:49.428Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3273 | 2024-11-21T18:36:50.909Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3274 | 2024-11-21T18:36:51.891Z | Compiling git2 v0.19.0 |
3275 | 2024-11-21T18:36:56.815Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3276 | 2024-11-21T18:37:55.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
3277 | 2024-11-21T18:37:55.870Z | |
3278 | 2024-11-21T18:37:55.870Z | info: running `cargo check --bins` on nexus-external-api (144/172) |
3279 | 2024-11-21T18:37:56.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2024-11-21T18:37:56.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2024-11-21T18:37:56.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3282 | 2024-11-21T18:37:56.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3283 | 2024-11-21T18:37:56.603Z | |
3284 | 2024-11-21T18:37:56.603Z | info: running `cargo check --bins` on openapi-manager-types (145/172) |
3285 | 2024-11-21T18:37:57.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2024-11-21T18:37:57.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2024-11-21T18:37:57.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3288 | 2024-11-21T18:37:57.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3289 | 2024-11-21T18:37:57.247Z | |
3290 | 2024-11-21T18:37:57.247Z | info: running `cargo check --bins` on nexus-internal-api (146/172) |
3291 | 2024-11-21T18:37:57.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2024-11-21T18:37:57.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2024-11-21T18:37:57.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3294 | 2024-11-21T18:37:57.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3295 | 2024-11-21T18:37:57.953Z | |
3296 | 2024-11-21T18:37:57.953Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (147/172) |
3297 | 2024-11-21T18:37:58.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2024-11-21T18:37:58.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2024-11-21T18:37:58.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3300 | 2024-11-21T18:37:58.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3301 | 2024-11-21T18:37:58.656Z | |
3302 | 2024-11-21T18:37:58.656Z | info: running `cargo check --bins` on nexus-networking (148/172) |
3303 | 2024-11-21T18:37:59.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2024-11-21T18:37:59.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2024-11-21T18:37:59.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3306 | 2024-11-21T18:37:59.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3307 | 2024-11-21T18:37:59.360Z | |
3308 | 2024-11-21T18:37:59.360Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (149/172) |
3309 | 2024-11-21T18:37:59.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2024-11-21T18:37:59.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2024-11-21T18:37:59.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3312 | 2024-11-21T18:38:00.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3313 | 2024-11-21T18:38:00.316Z | |
3314 | 2024-11-21T18:38:00.316Z | info: running `cargo check --bins` on update-common (150/172) |
3315 | 2024-11-21T18:38:00.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2024-11-21T18:38:00.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2024-11-21T18:38:00.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3318 | 2024-11-21T18:38:00.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3319 | 2024-11-21T18:38:00.796Z | |
3320 | 2024-11-21T18:38:00.796Z | info: running `cargo check --bins` on tufaceous-lib (151/172) |
3321 | 2024-11-21T18:38:01.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2024-11-21T18:38:01.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2024-11-21T18:38:01.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3324 | 2024-11-21T18:38:01.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3325 | 2024-11-21T18:38:01.507Z | |
3326 | 2024-11-21T18:38:01.507Z | info: running `cargo check --bins` on tufaceous (152/172) |
3327 | 2024-11-21T18:38:02.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2024-11-21T18:38:02.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2024-11-21T18:38:02.229Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3330 | 2024-11-21T18:38:03.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
3331 | 2024-11-21T18:38:03.457Z | |
3332 | 2024-11-21T18:38:03.457Z | info: running `cargo check --bins` on omicron-dev (153/172) |
3333 | 2024-11-21T18:38:04.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2024-11-21T18:38:04.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2024-11-21T18:38:04.377Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3336 | 2024-11-21T18:38:04.506Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3337 | 2024-11-21T18:38:04.509Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3338 | 2024-11-21T18:38:04.509Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3339 | 2024-11-21T18:38:32.177Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3340 | 2024-11-21T18:38:32.180Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3341 | 2024-11-21T18:38:32.180Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3342 | 2024-11-21T18:38:32.180Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3343 | 2024-11-21T18:38:32.180Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3344 | 2024-11-21T18:38:33.003Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3345 | 2024-11-21T18:38:34.367Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3346 | 2024-11-21T18:39:16.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3347 | 2024-11-21T18:39:17.151Z | |
3348 | 2024-11-21T18:39:17.151Z | info: running `cargo check --bins` on openapi-manager (154/172) |
3349 | 2024-11-21T18:39:17.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2024-11-21T18:39:17.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2024-11-21T18:39:17.921Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3352 | 2024-11-21T18:39:17.921Z | Checking heck v0.4.1 |
3353 | 2024-11-21T18:39:17.923Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3354 | 2024-11-21T18:39:18.174Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3355 | 2024-11-21T18:39:19.622Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3356 | 2024-11-21T18:39:20.552Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3357 | 2024-11-21T18:39:21.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
3358 | 2024-11-21T18:39:21.917Z | |
3359 | 2024-11-21T18:39:21.917Z | info: running `cargo check --bins` on installinator-api (155/172) |
3360 | 2024-11-21T18:39:22.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2024-11-21T18:39:22.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2024-11-21T18:39:22.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3363 | 2024-11-21T18:39:22.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3364 | 2024-11-21T18:39:22.615Z | |
3365 | 2024-11-21T18:39:22.615Z | info: running `cargo check --bins` on wicketd-api (156/172) |
3366 | 2024-11-21T18:39:23.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3367 | 2024-11-21T18:39:23.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3368 | 2024-11-21T18:39:23.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3369 | 2024-11-21T18:39:23.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3370 | 2024-11-21T18:39:23.319Z | |
3371 | 2024-11-21T18:39:23.319Z | info: running `cargo check --bins` on reconfigurator-cli (157/172) |
3372 | 2024-11-21T18:39:23.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2024-11-21T18:39:23.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2024-11-21T18:39:24.045Z | Compiling petname v2.0.2 |
3375 | 2024-11-21T18:39:24.048Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3376 | 2024-11-21T18:39:24.048Z | Checking sync-ptr v0.1.1 |
3377 | 2024-11-21T18:39:25.541Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3378 | 2024-11-21T18:39:27.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s |
3379 | 2024-11-21T18:39:27.381Z | |
3380 | 2024-11-21T18:39:27.381Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (158/172) |
3381 | 2024-11-21T18:39:28.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3382 | 2024-11-21T18:39:28.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3383 | 2024-11-21T18:39:28.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3384 | 2024-11-21T18:39:28.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3385 | 2024-11-21T18:39:28.089Z | |
3386 | 2024-11-21T18:39:28.089Z | info: running `cargo check --bins` on omicron-releng (159/172) |
3387 | 2024-11-21T18:39:28.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3388 | 2024-11-21T18:39:28.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3389 | 2024-11-21T18:39:28.796Z | Checking memmap2 v0.9.5 |
3390 | 2024-11-21T18:39:28.796Z | Checking arrayvec v0.7.6 |
3391 | 2024-11-21T18:39:28.798Z | Checking constant_time_eq v0.3.1 |
3392 | 2024-11-21T18:39:28.798Z | Checking spin v0.5.2 |
3393 | 2024-11-21T18:39:28.798Z | Checking arrayref v0.3.9 |
3394 | 2024-11-21T18:39:28.798Z | Checking topological-sort v0.2.2 |
3395 | 2024-11-21T18:39:28.903Z | Checking shell-words v1.1.0 |
3396 | 2024-11-21T18:39:29.115Z | Checking ring v0.16.20 |
3397 | 2024-11-21T18:39:29.248Z | Checking blake3 v1.5.4 |
3398 | 2024-11-21T18:39:30.328Z | Checking omicron-zone-package v0.11.1 |
3399 | 2024-11-21T18:39:31.512Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3400 | 2024-11-21T18:39:32.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
3401 | 2024-11-21T18:39:32.658Z | |
3402 | 2024-11-21T18:39:32.658Z | info: running `cargo check --bins` on xtask (160/172) |
3403 | 2024-11-21T18:39:33.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3404 | 2024-11-21T18:39:33.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3405 | 2024-11-21T18:39:33.126Z | Checking bitflags v2.6.0 |
3406 | 2024-11-21T18:39:33.128Z | Checking serde v1.0.215 |
3407 | 2024-11-21T18:39:33.205Z | Checking thiserror v1.0.69 |
3408 | 2024-11-21T18:39:33.224Z | Checking scroll v0.12.0 |
3409 | 2024-11-21T18:39:33.227Z | Checking log v0.4.22 |
3410 | 2024-11-21T18:39:33.237Z | Checking hashbrown v0.15.0 |
3411 | 2024-11-21T18:39:33.262Z | Checking zerocopy v0.7.35 |
3412 | 2024-11-21T18:39:33.277Z | Checking syn v2.0.87 |
3413 | 2024-11-21T18:39:33.339Z | Checking pest v2.7.14 |
3414 | 2024-11-21T18:39:33.463Z | Checking rustix v0.38.37 |
3415 | 2024-11-21T18:39:33.506Z | Checking once_cell v1.20.2 |
3416 | 2024-11-21T18:39:33.706Z | Checking goblin v0.8.2 |
3417 | 2024-11-21T18:39:33.822Z | Checking fs-err v2.11.0 |
3418 | 2024-11-21T18:39:34.137Z | Checking tabled v0.15.0 |
3419 | 2024-11-21T18:39:34.290Z | Checking indexmap v2.6.0 |
3420 | 2024-11-21T18:39:34.790Z | Checking anyhow v1.0.93 |
3421 | 2024-11-21T18:39:35.539Z | Checking terminal_size v0.4.0 |
3422 | 2024-11-21T18:39:35.539Z | Checking tempfile v3.13.0 |
3423 | 2024-11-21T18:39:35.735Z | Checking clap_builder v4.5.21 |
3424 | 2024-11-21T18:39:35.762Z | Checking dtrace-parser v0.2.0 |
3425 | 2024-11-21T18:39:37.955Z | Checking clap v4.5.21 |
3426 | 2024-11-21T18:39:37.967Z | Checking serde_json v1.0.132 |
3427 | 2024-11-21T18:39:37.969Z | Checking serde_spanned v0.6.8 |
3428 | 2024-11-21T18:39:37.969Z | Checking toml_datetime v0.6.8 |
3429 | 2024-11-21T18:39:37.969Z | Checking camino v1.1.9 |
3430 | 2024-11-21T18:39:37.969Z | Checking cargo-platform v0.1.8 |
3431 | 2024-11-21T18:39:37.969Z | Checking semver v1.0.23 |
3432 | 2024-11-21T18:39:37.969Z | Checking macaddr v1.0.1 |
3433 | 2024-11-21T18:39:38.273Z | Checking toml_edit v0.22.22 |
3434 | 2024-11-21T18:39:38.499Z | Checking camino-tempfile v1.1.1 |
3435 | 2024-11-21T18:39:39.171Z | Checking dof v0.3.0 |
3436 | 2024-11-21T18:39:39.171Z | Checking cargo_metadata v0.18.1 |
3437 | 2024-11-21T18:39:39.604Z | Checking usdt-impl v0.5.0 |
3438 | 2024-11-21T18:39:39.978Z | Checking usdt v0.5.0 |
3439 | 2024-11-21T18:39:40.097Z | Checking toml v0.8.19 |
3440 | 2024-11-21T18:39:40.600Z | Checking cargo_toml v0.20.5 |
3441 | 2024-11-21T18:39:41.883Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3442 | 2024-11-21T18:39:42.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.87s |
3443 | 2024-11-21T18:39:42.647Z | |
3444 | 2024-11-21T18:39:42.647Z | info: running `cargo check --bins` on end-to-end-tests (161/172) |
3445 | 2024-11-21T18:39:43.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3446 | 2024-11-21T18:39:43.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3447 | 2024-11-21T18:39:43.480Z | Checking polyval v0.6.2 |
3448 | 2024-11-21T18:39:43.595Z | Checking ctr v0.9.2 |
3449 | 2024-11-21T18:39:43.608Z | Checking ssh-encoding v0.2.0 |
3450 | 2024-11-21T18:39:43.608Z | Checking blowfish v0.9.1 |
3451 | 2024-11-21T18:39:43.633Z | Checking password-hash v0.4.2 |
3452 | 2024-11-21T18:39:43.635Z | Checking matches v0.1.10 |
3453 | 2024-11-21T18:39:43.663Z | Checking p521 v0.13.3 |
3454 | 2024-11-21T18:39:43.663Z | Checking p256 v0.13.2 |
3455 | 2024-11-21T18:39:43.747Z | Checking idna v0.2.3 |
3456 | 2024-11-21T18:39:43.818Z | Checking ghash v0.5.1 |
3457 | 2024-11-21T18:39:43.843Z | Checking bcrypt-pbkdf v0.10.0 |
3458 | 2024-11-21T18:39:43.874Z | Compiling enum-as-inner v0.5.1 |
3459 | 2024-11-21T18:39:43.914Z | Checking russh-cryptovec v0.7.3 |
3460 | 2024-11-21T18:39:44.001Z | Checking aes-gcm v0.10.3 |
3461 | 2024-11-21T18:39:44.060Z | Checking pbkdf2 v0.11.0 |
3462 | 2024-11-21T18:39:44.106Z | Checking md5 v0.7.0 |
3463 | 2024-11-21T18:39:44.127Z | Checking num-bigint v0.4.6 |
3464 | 2024-11-21T18:39:44.200Z | Checking des v0.8.1 |
3465 | 2024-11-21T18:39:44.238Z | Checking ssh-cipher v0.2.0 |
3466 | 2024-11-21T18:39:44.357Z | Compiling dhcproto-macros v0.1.0 |
3467 | 2024-11-21T18:39:44.394Z | Checking hex-literal v0.4.1 |
3468 | 2024-11-21T18:39:44.484Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3469 | 2024-11-21T18:39:44.529Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3470 | 2024-11-21T18:39:44.532Z | Checking ssh-key v0.6.6 |
3471 | 2024-11-21T18:39:44.615Z | Checking internet-checksum v0.2.1 |
3472 | 2024-11-21T18:39:44.932Z | Checking trust-dns-proto v0.22.0 |
3473 | 2024-11-21T18:39:45.950Z | Checking russh-keys v0.45.0 |
3474 | 2024-11-21T18:39:46.951Z | Checking russh v0.45.0 |
3475 | 2024-11-21T18:39:47.622Z | Checking dhcproto v0.12.0 |
3476 | 2024-11-21T18:40:05.611Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3477 | 2024-11-21T18:40:07.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.47s |
3478 | 2024-11-21T18:40:07.353Z | |
3479 | 2024-11-21T18:40:07.353Z | info: running `cargo check --bins` on gateway-cli (162/172) |
3480 | 2024-11-21T18:40:07.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3481 | 2024-11-21T18:40:07.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3482 | 2024-11-21T18:40:08.039Z | Checking termios v0.3.3 |
3483 | 2024-11-21T18:40:08.272Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3484 | 2024-11-21T18:40:09.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
3485 | 2024-11-21T18:40:09.290Z | |
3486 | 2024-11-21T18:40:09.290Z | info: running `cargo check --bins --no-default-features` on installinator (163/172) |
3487 | 2024-11-21T18:40:09.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3488 | 2024-11-21T18:40:09.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3489 | 2024-11-21T18:40:10.033Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3490 | 2024-11-21T18:40:12.160Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3491 | 2024-11-21T18:40:14.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
3492 | 2024-11-21T18:40:14.337Z | |
3493 | 2024-11-21T18:40:14.337Z | info: running `cargo check --bins` on internal-dns-cli (164/172) |
3494 | 2024-11-21T18:40:14.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3495 | 2024-11-21T18:40:14.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3496 | 2024-11-21T18:40:15.021Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3497 | 2024-11-21T18:40:15.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
3498 | 2024-11-21T18:40:15.729Z | |
3499 | 2024-11-21T18:40:15.730Z | info: running `cargo check --bins` on omicron-live-tests (165/172) |
3500 | 2024-11-21T18:40:16.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3501 | 2024-11-21T18:40:16.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3502 | 2024-11-21T18:40:16.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3503 | 2024-11-21T18:40:16.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3504 | 2024-11-21T18:40:16.389Z | |
3505 | 2024-11-21T18:40:16.389Z | info: running `cargo check --bins` on live-tests-macros (166/172) |
3506 | 2024-11-21T18:40:16.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3507 | 2024-11-21T18:40:16.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3508 | 2024-11-21T18:40:16.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3509 | 2024-11-21T18:40:16.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3510 | 2024-11-21T18:40:17.051Z | |
3511 | 2024-11-21T18:40:17.051Z | info: running `cargo check --bins` on omicron-package (167/172) |
3512 | 2024-11-21T18:40:17.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2024-11-21T18:40:17.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2024-11-21T18:40:17.779Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3515 | 2024-11-21T18:40:19.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
3516 | 2024-11-21T18:40:19.350Z | |
3517 | 2024-11-21T18:40:19.350Z | info: running `cargo check --bins` on wicket-dbg (168/172) |
3518 | 2024-11-21T18:40:19.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3519 | 2024-11-21T18:40:19.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3520 | 2024-11-21T18:40:20.103Z | Checking rtoolbox v0.0.2 |
3521 | 2024-11-21T18:40:20.106Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3522 | 2024-11-21T18:40:20.106Z | Checking tui-tree-widget v0.22.0 |
3523 | 2024-11-21T18:40:20.338Z | Checking rpassword v7.3.1 |
3524 | 2024-11-21T18:40:24.565Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3525 | 2024-11-21T18:40:27.757Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3526 | 2024-11-21T18:40:29.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.76s |
3527 | 2024-11-21T18:40:29.311Z | |
3528 | 2024-11-21T18:40:29.312Z | info: running `cargo check --bins` on wicket (169/172) |
3529 | 2024-11-21T18:40:29.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3530 | 2024-11-21T18:40:29.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3531 | 2024-11-21T18:40:30.060Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3532 | 2024-11-21T18:40:30.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
3533 | 2024-11-21T18:40:30.723Z | |
3534 | 2024-11-21T18:40:30.723Z | info: running `cargo check --bins` on wicketd (170/172) |
3535 | 2024-11-21T18:40:31.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3536 | 2024-11-21T18:40:31.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3537 | 2024-11-21T18:40:31.476Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3538 | 2024-11-21T18:40:35.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s |
3539 | 2024-11-21T18:40:35.887Z | |
3540 | 2024-11-21T18:40:35.887Z | info: running `cargo check --bins` on omicron-workspace-hack (171/172) |
3541 | 2024-11-21T18:40:36.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3542 | 2024-11-21T18:40:36.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3543 | 2024-11-21T18:40:36.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3544 | 2024-11-21T18:40:36.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3545 | 2024-11-21T18:40:36.546Z | |
3546 | 2024-11-21T18:40:36.546Z | info: running `cargo check --bins` on zone-setup (172/172) |
3547 | 2024-11-21T18:40:37.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3548 | 2024-11-21T18:40:37.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3549 | 2024-11-21T18:40:37.333Z | Checking uzers v0.12.1 |
3550 | 2024-11-21T18:40:37.693Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3551 | 2024-11-21T18:40:38.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
3552 | 2024-11-21T18:40:39.133Z | |
3553 | 2024-11-21T18:40:39.133Z | real 13:46.288372035 |
3554 | 2024-11-21T18:40:39.133Z | user 25:20.128237809 |
3555 | 2024-11-21T18:40:39.136Z | sys 5:39.954885032 |
3556 | 2024-11-21T18:40:39.136Z | trap 0.522737395 |
3557 | 2024-11-21T18:40:39.136Z | tflt 2.418283809 |
3558 | 2024-11-21T18:40:39.136Z | dflt 3.139554859 |
3559 | 2024-11-21T18:40:39.137Z | kflt 0.000853881 |
3560 | 2024-11-21T18:40:39.137Z | lock 49:03.433590781 |
3561 | 2024-11-21T18:40:39.137Z | slp 2:12:53.925356000 |
3562 | 2024-11-21T18:40:39.137Z | lat 1:00.379945096 |
3563 | 2024-11-21T18:40:39.137Z | stop 3:28.727428016 |
3564 | 2024-11-21T18:40:39.137Z | process exited: duration 1119731 ms, exit code 0 |
|
3565 | 2024-11-21T18:40:39.142Z | found 0 output files |