|
|
|
1 | 2024-08-27T21:48:02.117Z | job assigned to worker 01J6AWX9DRGRNJYDQ29RCX7R6Q (queued for 56 s) |
|
2 | 2024-08-27T21:48:10.578Z | starting task 0: "setup" |
3 | 2024-08-27T21:48:10.588Z | ++ uname -s |
4 | 2024-08-27T21:48:10.590Z | + kern=SunOS |
5 | 2024-08-27T21:48:10.590Z | + case "$kern" in |
6 | 2024-08-27T21:48:10.590Z | + groupadd -g 12345 build |
7 | 2024-08-27T21:48:10.593Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-27T21:48:12.604Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-27T21:48:12.701Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-27T21:48:12.703Z | + home_fs=zfs |
11 | 2024-08-27T21:48:12.703Z | + [[ zfs == autofs ]] |
12 | 2024-08-27T21:48:12.703Z | + mkdir -p /home/build |
13 | 2024-08-27T21:48:12.706Z | + chown build:build /home/build /work |
14 | 2024-08-27T21:48:14.707Z | + chmod 0700 /home/build /work |
15 | 2024-08-27T21:48:14.710Z | process exited: duration 4134 ms, exit code 0 |
|
16 | 2024-08-27T21:48:14.715Z | starting task 1: "rust-toolchain" |
17 | 2024-08-27T21:48:14.721Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-27T21:48:14.721Z | * toolchain channel = "1.80.1" |
19 | 2024-08-27T21:48:14.721Z | ' 1.80.1 |
20 | 2024-08-27T21:48:14.721Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-27T21:48:14.721Z | ' default |
22 | 2024-08-27T21:48:14.721Z | * toolchain profile = "default" |
23 | 2024-08-27T21:48:14.724Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-27T21:48:14.724Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-27T21:48:14.833Z | info: downloading installer |
26 | 2024-08-27T21:48:16.416Z | info: profile set to 'default' |
27 | 2024-08-27T21:48:16.416Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-27T21:48:16.419Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-27T21:48:16.584Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-27T21:48:16.584Z | info: downloading component 'cargo' |
31 | 2024-08-27T21:48:17.523Z | info: downloading component 'clippy' |
32 | 2024-08-27T21:48:17.854Z | info: downloading component 'rust-docs' |
33 | 2024-08-27T21:48:19.163Z | info: downloading component 'rust-std' |
34 | 2024-08-27T21:48:21.008Z | info: downloading component 'rustc' |
35 | 2024-08-27T21:48:26.179Z | info: downloading component 'rustfmt' |
36 | 2024-08-27T21:48:26.455Z | info: installing component 'cargo' |
37 | 2024-08-27T21:48:27.296Z | info: installing component 'clippy' |
38 | 2024-08-27T21:48:27.657Z | info: installing component 'rust-docs' |
39 | 2024-08-27T21:48:29.309Z | info: installing component 'rust-std' |
40 | 2024-08-27T21:48:30.954Z | info: installing component 'rustc' |
41 | 2024-08-27T21:48:35.317Z | info: installing component 'rustfmt' |
42 | 2024-08-27T21:48:35.663Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-27T21:48:35.663Z | |
44 | 2024-08-27T21:48:35.918Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-27T21:48:35.918Z | |
46 | 2024-08-27T21:48:35.921Z | |
47 | 2024-08-27T21:48:35.921Z | Rust is installed now. Great! |
48 | 2024-08-27T21:48:35.921Z | |
49 | 2024-08-27T21:48:35.921Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-27T21:48:35.921Z | environment variable. This has not been done automatically. |
51 | 2024-08-27T21:48:35.921Z | |
52 | 2024-08-27T21:48:35.921Z | To configure your current shell, you need to source |
53 | 2024-08-27T21:48:35.921Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-27T21:48:35.921Z | |
55 | 2024-08-27T21:48:35.921Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-27T21:48:35.921Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-27T21:48:35.921Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-27T21:48:35.971Z | + rustc --version |
59 | 2024-08-27T21:48:36.036Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-27T21:48:36.039Z | process exited: duration 21321 ms, exit code 0 |
|
61 | 2024-08-27T21:48:36.044Z | starting task 2: "authentication" |
62 | 2024-08-27T21:48:36.064Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-27T21:48:36.069Z | starting task 3: "clone repository" |
64 | 2024-08-27T21:48:36.074Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-27T21:48:36.077Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-27T21:48:36.228Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-27T21:48:42.746Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-27T21:48:42.746Z | + git fetch origin 59185f5d99b7e83abc3bc65306e4d6b15f261e48 |
69 | 2024-08-27T21:48:43.047Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-27T21:48:43.047Z | * branch 59185f5d99b7e83abc3bc65306e4d6b15f261e48 -> FETCH_HEAD |
71 | 2024-08-27T21:48:43.057Z | + [[ -n dependabot/cargo/diesel-2.2.3 ]] |
72 | 2024-08-27T21:48:43.060Z | ++ git branch --show-current |
73 | 2024-08-27T21:48:43.063Z | + current=main |
74 | 2024-08-27T21:48:43.063Z | + [[ main != dependabot/cargo/diesel-2.2.3 ]] |
75 | 2024-08-27T21:48:43.063Z | + git branch -f dependabot/cargo/diesel-2.2.3 59185f5d99b7e83abc3bc65306e4d6b15f261e48 |
76 | 2024-08-27T21:48:43.065Z | + git checkout -f dependabot/cargo/diesel-2.2.3 |
77 | 2024-08-27T21:48:43.217Z | Switched to branch 'dependabot/cargo/diesel-2.2.3' |
78 | 2024-08-27T21:48:43.219Z | + git reset --hard 59185f5d99b7e83abc3bc65306e4d6b15f261e48 |
79 | 2024-08-27T21:48:43.232Z | HEAD is now at 59185f5d9 Bump diesel from 2.2.2 to 2.2.3 |
80 | 2024-08-27T21:48:43.234Z | process exited: duration 7163 ms, exit code 0 |
|
81 | 2024-08-27T21:48:43.240Z | starting task 4: "build" |
82 | 2024-08-27T21:48:43.245Z | + cargo --version |
83 | 2024-08-27T21:48:43.302Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-27T21:48:43.305Z | + rustc --version |
85 | 2024-08-27T21:48:43.362Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-27T21:48:43.364Z | + source ./env.sh |
87 | 2024-08-27T21:48:43.367Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-27T21:48:43.367Z | ++ set -o xtrace |
89 | 2024-08-27T21:48:43.369Z | ++++ dirname ./env.sh |
90 | 2024-08-27T21:48:43.369Z | +++ readlink -f . |
91 | 2024-08-27T21:48:43.373Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-27T21:48:43.375Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-27T21:48:43.375Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-27T21:48:43.375Z | ++ 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 |
95 | 2024-08-27T21:48:43.375Z | ++ 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 |
96 | 2024-08-27T21:48:43.375Z | ++ 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 |
97 | 2024-08-27T21:48:43.375Z | ++ 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 |
98 | 2024-08-27T21:48:43.375Z | ++ 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 |
99 | 2024-08-27T21:48:43.375Z | ++ 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 |
100 | 2024-08-27T21:48:43.375Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-27T21:48:43.375Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-27T21:48:43.375Z | + 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 |
103 | 2024-08-27T21:48:43.375Z | + 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 |
104 | 2024-08-27T21:48:43.376Z | + banner prerequisites |
105 | 2024-08-27T21:48:43.389Z | |
106 | 2024-08-27T21:48:43.389Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-27T21:48:43.390Z | # # # # # # # # # # # # # # # |
108 | 2024-08-27T21:48:43.390Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-27T21:48:43.390Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-27T21:48:43.390Z | # # # # # # # # # # # # # # # |
111 | 2024-08-27T21:48:43.390Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-27T21:48:43.390Z | |
113 | 2024-08-27T21:48:43.393Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-27T21:48:48.901Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-27T21:48:51.258Z | Startup: Caching catalogs ... Done |
116 | 2024-08-27T21:48:53.278Z | Planning: Solver setup ... Done (1.456s) |
117 | 2024-08-27T21:48:53.303Z | Planning: Running solver ... Done (0.024s) |
118 | 2024-08-27T21:48:53.350Z | Planning: Finding local manifests ... Done (0.007s) |
119 | 2024-08-27T21:48:53.383Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-08-27T21:48:53.622Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-08-27T21:48:53.736Z | Planning: Package planning ... Done (0.113s) |
122 | 2024-08-27T21:48:53.792Z | Planning: Merging actions ... Done (0.056s) |
123 | 2024-08-27T21:48:54.006Z | Planning: Checking for conflicting actions ... Done (0.214s) |
124 | 2024-08-27T21:48:56.121Z | Planning: Consolidating action changes ... Done (2.115s) |
125 | 2024-08-27T21:48:56.618Z | Planning: Evaluating mediators ... Done (0.495s) |
126 | 2024-08-27T21:48:56.784Z | Planning: Planning completed in 5.45 seconds |
127 | 2024-08-27T21:48:56.796Z | Packages to install: 4 |
128 | 2024-08-27T21:48:56.796Z | Packages to update: 1 |
129 | 2024-08-27T21:48:56.809Z | Mediators to change: 2 |
130 | 2024-08-27T21:48:56.809Z | Services to change: 1 |
131 | 2024-08-27T21:48:56.809Z | Estimated space available: 155.72 GB |
132 | 2024-08-27T21:48:56.809Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-08-27T21:48:56.809Z | Create boot environment: No |
134 | 2024-08-27T21:48:56.809Z | Create backup boot environment: Yes |
135 | 2024-08-27T21:48:56.810Z | Rebuild boot archive: No |
136 | 2024-08-27T21:48:56.810Z | |
137 | 2024-08-27T21:48:56.810Z | Changed mediators: |
138 | 2024-08-27T21:48:56.810Z | mediator clang: |
139 | 2024-08-27T21:48:56.810Z | version: None -> 15 (system default) |
140 | 2024-08-27T21:48:56.810Z | |
141 | 2024-08-27T21:48:56.810Z | mediator llvm: |
142 | 2024-08-27T21:48:56.810Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-08-27T21:48:56.811Z | |
144 | 2024-08-27T21:48:56.811Z | Changed packages: |
145 | 2024-08-27T21:48:56.811Z | helios-dev |
146 | 2024-08-27T21:48:56.811Z | developer/build-essential |
147 | 2024-08-27T21:48:56.811Z | None -> 11-2.0 |
148 | 2024-08-27T21:48:56.811Z | library/libxmlsec1 |
149 | 2024-08-27T21:48:56.811Z | None -> 1.2.35-2.0 |
150 | 2024-08-27T21:48:56.811Z | ooce/developer/clang-15 |
151 | 2024-08-27T21:48:56.811Z | None -> 15.0.7-2.0 |
152 | 2024-08-27T21:48:56.811Z | ooce/developer/llvm-15 |
153 | 2024-08-27T21:48:56.811Z | None -> 15.0.7-2.0 |
154 | 2024-08-27T21:48:56.812Z | package/pkg |
155 | 2024-08-27T21:48:56.812Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-08-27T21:48:56.812Z | |
157 | 2024-08-27T21:48:56.812Z | Services: |
158 | 2024-08-27T21:48:56.812Z | restart_fmri: |
159 | 2024-08-27T21:48:56.812Z | svc:/system/update-man-index:default |
160 | 2024-08-27T21:48:56.812Z | |
161 | 2024-08-27T21:48:56.812Z | Editable files to change: |
162 | 2024-08-27T21:48:56.812Z | Update: |
163 | 2024-08-27T21:48:56.812Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-08-27T21:48:56.883Z | |
165 | 2024-08-27T21:48:56.883Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-08-27T21:49:03.014Z | Download: 211/4281 items 1.3/220.6MB 0% complete (643k/s) |
167 | 2024-08-27T21:49:09.428Z | Download: 213/4281 items 1.3/220.6MB 0% complete |
168 | 2024-08-27T21:49:14.445Z | Download: 862/4281 items 18.6/220.6MB 8% complete (3.6M/s) |
169 | 2024-08-27T21:49:19.445Z | Download: 1212/4281 items 84.6/220.6MB 38% complete (8.5M/s) |
170 | 2024-08-27T21:49:24.453Z | Download: 1751/4281 items 118.2/220.6MB 53% complete (10.0M/s) |
171 | 2024-08-27T21:49:31.133Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (3.8M/s) |
172 | 2024-08-27T21:49:36.255Z | Download: 3244/4281 items 202.4/220.6MB 91% complete (8.3M/s) |
173 | 2024-08-27T21:49:41.271Z | Download: 3247/4281 items 203.0/220.6MB 92% complete (8.3M/s) |
174 | 2024-08-27T21:49:45.114Z | Download: Completed 220.60 MB in 48.23 seconds (4.6M/s) |
175 | 2024-08-27T21:49:47.181Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-08-27T21:49:47.204Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-08-27T21:49:52.279Z | Actions: 4114/5063 actions (Installing new actions) |
178 | 2024-08-27T21:49:52.544Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-08-27T21:49:52.930Z | Actions: Completed 5063 actions in 5.75 seconds. |
180 | 2024-08-27T21:49:53.222Z | Done (0.284s) |
181 | 2024-08-27T21:49:53.225Z | Done (0.000s) |
182 | 2024-08-27T21:49:53.599Z | Done (0.375s) |
183 | 2024-08-27T21:49:58.345Z | Done (4.568s) |
184 | 2024-08-27T21:49:58.456Z | Done (0.036s) |
185 | 2024-08-27T21:49:58.458Z | Done (0.000s) |
186 | 2024-08-27T21:49:58.637Z | Done (0.000s) |
187 | 2024-08-27T21:49:59.232Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-08-27T21:49:59.397Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-08-27T21:49:59.399Z | Planning: Consolidating action changes ... Done |
190 | 2024-08-27T21:49:59.672Z | Planning: Evaluating mediators ... Done |
191 | 2024-08-27T21:49:59.674Z | Planning: Planning completed in 0.44 seconds |
192 | 2024-08-27T21:49:59.712Z | Mediators to change: 2 |
193 | 2024-08-27T21:49:59.712Z | Create boot environment: No |
194 | 2024-08-27T21:49:59.715Z | Create backup boot environment: No |
195 | 2024-08-27T21:49:59.795Z | Done |
196 | 2024-08-27T21:49:59.795Z | Done |
197 | 2024-08-27T21:50:00.036Z | Done |
198 | 2024-08-27T21:50:03.832Z | Done |
199 | 2024-08-27T21:50:03.925Z | Done |
200 | 2024-08-27T21:50:03.927Z | Done |
201 | 2024-08-27T21:50:04.065Z | Done |
202 | 2024-08-27T21:50:04.696Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-08-27T21:50:04.698Z | Planning: Merging actions ... Done |
204 | 2024-08-27T21:50:04.887Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-08-27T21:50:04.890Z | Planning: Consolidating action changes ... Done |
206 | 2024-08-27T21:50:05.161Z | Planning: Evaluating mediators ... Done |
207 | 2024-08-27T21:50:05.219Z | Planning: Planning completed in 0.77 seconds |
208 | 2024-08-27T21:50:05.268Z | Packages to change: 1 |
209 | 2024-08-27T21:50:05.268Z | Mediators to change: 1 |
210 | 2024-08-27T21:50:05.268Z | Services to change: 1 |
211 | 2024-08-27T21:50:05.268Z | Create boot environment: No |
212 | 2024-08-27T21:50:05.271Z | Create backup boot environment: Yes |
213 | 2024-08-27T21:50:07.155Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-08-27T21:50:07.249Z | Actions: Completed 6 actions in 0.09 seconds. |
215 | 2024-08-27T21:50:07.251Z | Done |
216 | 2024-08-27T21:50:07.251Z | Done |
217 | 2024-08-27T21:50:07.329Z | Done |
218 | 2024-08-27T21:50:11.059Z | Done |
219 | 2024-08-27T21:50:11.148Z | Done |
220 | 2024-08-27T21:50:11.151Z | Done |
221 | 2024-08-27T21:50:11.289Z | Done |
222 | 2024-08-27T21:50:11.731Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-08-27T21:50:11.731Z | clang system 15 system |
224 | 2024-08-27T21:50:11.731Z | csh system system illumos |
225 | 2024-08-27T21:50:11.731Z | ctags system system illumos |
226 | 2024-08-27T21:50:11.731Z | gcc vendor 12 vendor |
227 | 2024-08-27T21:50:11.731Z | gcc system 10 system |
228 | 2024-08-27T21:50:11.731Z | gcc system 7 system |
229 | 2024-08-27T21:50:11.731Z | go system 1.20 system |
230 | 2024-08-27T21:50:11.731Z | go system 1.19 system |
231 | 2024-08-27T21:50:11.731Z | llvm system 15 system |
232 | 2024-08-27T21:50:11.731Z | llvm system 14 system |
233 | 2024-08-27T21:50:11.731Z | mariadb system 10.6 system |
234 | 2024-08-27T21:50:11.731Z | mta vendor vendor dma |
235 | 2024-08-27T21:50:11.731Z | openjdk system 17 system |
236 | 2024-08-27T21:50:11.731Z | openjdk system 11 system |
237 | 2024-08-27T21:50:11.731Z | openjdk system 1.8 system |
238 | 2024-08-27T21:50:11.731Z | openssl vendor 3 vendor |
239 | 2024-08-27T21:50:11.731Z | perl system 5.36 system |
240 | 2024-08-27T21:50:11.731Z | postgresql system 15 system |
241 | 2024-08-27T21:50:11.731Z | postgresql system 13 system |
242 | 2024-08-27T21:50:11.731Z | python vendor 3 vendor |
243 | 2024-08-27T21:50:11.732Z | python system 2 system |
244 | 2024-08-27T21:50:11.732Z | python3 system 3.11 system |
245 | 2024-08-27T21:50:11.732Z | ruby system 3.0 system |
246 | 2024-08-27T21:50:11.732Z | words vendor vendor american-english |
247 | 2024-08-27T21:50:11.732Z | words system system australian-english |
248 | 2024-08-27T21:50:11.732Z | words system system british-english |
249 | 2024-08-27T21:50:11.732Z | words system system canadian-english |
250 | 2024-08-27T21:50:11.732Z | words system system french |
251 | 2024-08-27T21:50:11.732Z | words system system italian |
252 | 2024-08-27T21:50:11.732Z | words system system ngerman |
253 | 2024-08-27T21:50:11.732Z | words system system ogerman |
254 | 2024-08-27T21:50:11.732Z | words system system spanish |
255 | 2024-08-27T21:50:12.080Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-08-27T21:50:12.080Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-08-27T21:50:13.885Z | FMRI IFO |
258 | 2024-08-27T21:50:13.886Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-08-27T21:50:13.886Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-08-27T21:50:13.886Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-08-27T21:50:13.886Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-08-27T21:50:13.886Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-08-27T21:50:13.886Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-08-27T21:50:13.886Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-08-27T21:50:13.886Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-08-27T21:50:13.886Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-08-27T21:50:13.886Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-08-27T21:50:13.886Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-08-27T21:50:13.886Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-08-27T21:50:13.886Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-08-27T21:50:14.509Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-08-27T21:50:14.765Z | Updating git repository `https://github.com/oxidecomputer/zone` |
273 | 2024-08-27T21:50:15.082Z | Updating crates.io index |
274 | 2024-08-27T21:50:15.154Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
275 | 2024-08-27T21:50:15.950Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-08-27T21:50:16.751Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-08-27T21:50:17.011Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
278 | 2024-08-27T21:50:18.504Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-08-27T21:50:18.752Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-08-27T21:50:19.001Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-08-27T21:50:19.982Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-08-27T21:50:21.837Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-08-27T21:50:22.818Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-08-27T21:50:23.449Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-08-27T21:50:23.754Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-08-27T21:50:24.335Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
287 | 2024-08-27T21:50:24.564Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
288 | 2024-08-27T21:50:24.909Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-08-27T21:50:25.176Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-08-27T21:50:25.415Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-08-27T21:50:25.652Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-08-27T21:50:25.933Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
293 | 2024-08-27T21:50:26.310Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-08-27T21:50:26.625Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-08-27T21:50:26.967Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-08-27T21:50:27.211Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-08-27T21:50:27.676Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-08-27T21:50:28.042Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-08-27T21:50:28.492Z | Updating git repository `https://github.com/oxidecomputer/typify` |
300 | 2024-08-27T21:50:30.746Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-08-27T21:50:30.967Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-08-27T21:50:31.245Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-08-27T21:50:31.601Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
304 | 2024-08-27T21:50:32.763Z | Downloading crates ... |
305 | 2024-08-27T21:50:32.834Z | Downloaded anstyle v1.0.8 |
306 | 2024-08-27T21:50:32.838Z | Downloaded byteorder v1.5.0 |
307 | 2024-08-27T21:50:32.840Z | Downloaded autocfg v1.3.0 |
308 | 2024-08-27T21:50:32.843Z | Downloaded bitflags v2.6.0 |
309 | 2024-08-27T21:50:32.848Z | Downloaded swrite v0.1.0 |
310 | 2024-08-27T21:50:32.857Z | Downloaded scroll_derive v0.12.0 |
311 | 2024-08-27T21:50:32.859Z | Downloaded pretty-hex v0.4.1 |
312 | 2024-08-27T21:50:32.862Z | Downloaded dtrace-parser v0.2.0 |
313 | 2024-08-27T21:50:32.864Z | Downloaded anyhow v1.0.86 |
314 | 2024-08-27T21:50:32.867Z | Downloaded anstyle-parse v0.2.4 |
315 | 2024-08-27T21:50:32.871Z | Downloaded bytecount v0.6.8 |
316 | 2024-08-27T21:50:32.873Z | Downloaded block-buffer v0.10.4 |
317 | 2024-08-27T21:50:32.873Z | Downloaded crypto-common v0.1.6 |
318 | 2024-08-27T21:50:32.873Z | Downloaded anstyle-query v1.0.3 |
319 | 2024-08-27T21:50:32.876Z | Downloaded serde_spanned v0.6.7 |
320 | 2024-08-27T21:50:32.876Z | Downloaded itoa v1.0.11 |
321 | 2024-08-27T21:50:32.878Z | Downloaded errno v0.3.9 |
322 | 2024-08-27T21:50:32.881Z | Downloaded utf8parse v0.2.1 |
323 | 2024-08-27T21:50:32.881Z | Downloaded pest_generator v2.7.10 |
324 | 2024-08-27T21:50:32.881Z | Downloaded toml_datetime v0.6.8 |
325 | 2024-08-27T21:50:32.884Z | Downloaded colorchoice v1.0.1 |
326 | 2024-08-27T21:50:32.884Z | Downloaded thiserror-impl v1.0.63 |
327 | 2024-08-27T21:50:32.886Z | Downloaded generic-array v0.14.7 |
328 | 2024-08-27T21:50:32.888Z | Downloaded terminal_size v0.3.0 |
329 | 2024-08-27T21:50:32.888Z | Downloaded usdt-impl v0.5.0 |
330 | 2024-08-27T21:50:32.891Z | Downloaded anstream v0.6.14 |
331 | 2024-08-27T21:50:32.893Z | Downloaded equivalent v1.0.1 |
332 | 2024-08-27T21:50:32.898Z | Downloaded is_terminal_polyfill v1.70.0 |
333 | 2024-08-27T21:50:32.900Z | Downloaded usdt-attr-macro v0.5.0 |
334 | 2024-08-27T21:50:32.907Z | Downloaded usdt-macro v0.5.0 |
335 | 2024-08-27T21:50:32.909Z | Downloaded usdt v0.5.0 |
336 | 2024-08-27T21:50:32.910Z | Downloaded dof v0.3.0 |
337 | 2024-08-27T21:50:32.912Z | Downloaded cargo-platform v0.1.8 |
338 | 2024-08-27T21:50:32.912Z | Downloaded fnv v1.0.7 |
339 | 2024-08-27T21:50:32.915Z | Downloaded clap_derive v4.5.13 |
340 | 2024-08-27T21:50:32.921Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2024-08-27T21:50:32.923Z | Downloaded once_cell v1.19.0 |
342 | 2024-08-27T21:50:32.923Z | Downloaded quote v1.0.36 |
343 | 2024-08-27T21:50:32.926Z | Downloaded heck v0.5.0 |
344 | 2024-08-27T21:50:32.929Z | Downloaded cpufeatures v0.2.12 |
345 | 2024-08-27T21:50:32.929Z | Downloaded heck v0.4.1 |
346 | 2024-08-27T21:50:32.931Z | Downloaded digest v0.10.7 |
347 | 2024-08-27T21:50:32.932Z | Downloaded cfg-if v1.0.0 |
348 | 2024-08-27T21:50:32.934Z | Downloaded clap_lex v0.7.0 |
349 | 2024-08-27T21:50:32.934Z | Downloaded memmap v0.7.0 |
350 | 2024-08-27T21:50:32.936Z | Downloaded cargo_toml v0.20.4 |
351 | 2024-08-27T21:50:32.936Z | Downloaded fs-err v2.11.0 |
352 | 2024-08-27T21:50:32.939Z | Downloaded plain v0.2.3 |
353 | 2024-08-27T21:50:32.941Z | Downloaded thiserror v1.0.63 |
354 | 2024-08-27T21:50:32.945Z | Downloaded camino v1.1.9 |
355 | 2024-08-27T21:50:32.948Z | Downloaded thread-id v4.2.1 |
356 | 2024-08-27T21:50:32.953Z | Downloaded serde_tokenstream v0.2.2 |
357 | 2024-08-27T21:50:32.953Z | Downloaded version_check v0.9.5 |
358 | 2024-08-27T21:50:32.955Z | Downloaded zerocopy-derive v0.7.34 |
359 | 2024-08-27T21:50:32.957Z | Downloaded tabled_derive v0.7.0 |
360 | 2024-08-27T21:50:32.960Z | Downloaded toml v0.8.19 |
361 | 2024-08-27T21:50:32.962Z | Downloaded sha2 v0.10.8 |
362 | 2024-08-27T21:50:32.964Z | Downloaded unicode-ident v1.0.12 |
363 | 2024-08-27T21:50:32.967Z | Downloaded typenum v1.17.0 |
364 | 2024-08-27T21:50:32.969Z | Downloaded serde_derive v1.0.208 |
365 | 2024-08-27T21:50:32.972Z | Downloaded macaddr v1.0.1 |
366 | 2024-08-27T21:50:32.974Z | Downloaded scroll v0.12.0 |
367 | 2024-08-27T21:50:32.974Z | Downloaded ryu v1.0.18 |
368 | 2024-08-27T21:50:32.976Z | Downloaded strsim v0.11.1 |
369 | 2024-08-27T21:50:32.979Z | Downloaded cargo_metadata v0.18.1 |
370 | 2024-08-27T21:50:32.981Z | Downloaded proc-macro-error v1.0.4 |
371 | 2024-08-27T21:50:32.985Z | Downloaded pest_derive v2.7.10 |
372 | 2024-08-27T21:50:32.987Z | Downloaded log v0.4.21 |
373 | 2024-08-27T21:50:32.990Z | Downloaded semver v1.0.23 |
374 | 2024-08-27T21:50:32.992Z | Downloaded proc-macro2 v1.0.86 |
375 | 2024-08-27T21:50:32.995Z | Downloaded pest_meta v2.7.10 |
376 | 2024-08-27T21:50:32.998Z | Downloaded ucd-trie v0.1.6 |
377 | 2024-08-27T21:50:33.003Z | Downloaded serde v1.0.208 |
378 | 2024-08-27T21:50:33.007Z | Downloaded clap v4.5.16 |
379 | 2024-08-27T21:50:33.030Z | Downloaded papergrid v0.11.0 |
380 | 2024-08-27T21:50:33.034Z | Downloaded memchr v2.7.2 |
381 | 2024-08-27T21:50:33.046Z | Downloaded indexmap v2.4.0 |
382 | 2024-08-27T21:50:33.056Z | Downloaded toml_edit v0.22.20 |
383 | 2024-08-27T21:50:33.078Z | Downloaded pest v2.7.10 |
384 | 2024-08-27T21:50:33.082Z | Downloaded hashbrown v0.14.5 |
385 | 2024-08-27T21:50:33.094Z | Downloaded serde_json v1.0.125 |
386 | 2024-08-27T21:50:33.101Z | Downloaded winnow v0.6.18 |
387 | 2024-08-27T21:50:33.109Z | Downloaded zerocopy v0.7.34 |
388 | 2024-08-27T21:50:33.125Z | Downloaded clap_builder v4.5.15 |
389 | 2024-08-27T21:50:33.132Z | Downloaded goblin v0.8.2 |
390 | 2024-08-27T21:50:33.138Z | Downloaded tabled v0.15.0 |
391 | 2024-08-27T21:50:33.153Z | Downloaded syn v1.0.109 |
392 | 2024-08-27T21:50:33.163Z | Downloaded syn v2.0.74 |
393 | 2024-08-27T21:50:33.183Z | Downloaded rustix v0.38.34 |
394 | 2024-08-27T21:50:33.206Z | Downloaded unicode-width v0.1.13 |
395 | 2024-08-27T21:50:33.217Z | Downloaded libc v0.2.156 |
396 | 2024-08-27T21:50:33.517Z | Compiling proc-macro2 v1.0.86 |
397 | 2024-08-27T21:50:33.517Z | Compiling unicode-ident v1.0.12 |
398 | 2024-08-27T21:50:33.519Z | Compiling version_check v0.9.5 |
399 | 2024-08-27T21:50:33.519Z | Compiling serde v1.0.208 |
400 | 2024-08-27T21:50:33.519Z | Compiling memchr v2.7.2 |
401 | 2024-08-27T21:50:33.519Z | Compiling thiserror v1.0.63 |
402 | 2024-08-27T21:50:33.519Z | Compiling libc v0.2.156 |
403 | 2024-08-27T21:50:33.553Z | Compiling itoa v1.0.11 |
404 | 2024-08-27T21:50:33.795Z | Compiling ryu v1.0.18 |
405 | 2024-08-27T21:50:33.841Z | Compiling ucd-trie v0.1.6 |
406 | 2024-08-27T21:50:34.139Z | Compiling once_cell v1.19.0 |
407 | 2024-08-27T21:50:34.389Z | Compiling byteorder v1.5.0 |
408 | 2024-08-27T21:50:34.412Z | Compiling serde_json v1.0.125 |
409 | 2024-08-27T21:50:34.788Z | Compiling proc-macro-error-attr v1.0.4 |
410 | 2024-08-27T21:50:34.838Z | Compiling usdt-impl v0.5.0 |
411 | 2024-08-27T21:50:34.929Z | Compiling syn v1.0.109 |
412 | 2024-08-27T21:50:34.950Z | Compiling rustix v0.38.34 |
413 | 2024-08-27T21:50:35.169Z | Compiling proc-macro-error v1.0.4 |
414 | 2024-08-27T21:50:35.235Z | Compiling quote v1.0.36 |
415 | 2024-08-27T21:50:35.361Z | Compiling plain v0.2.3 |
416 | 2024-08-27T21:50:35.477Z | Compiling log v0.4.21 |
417 | 2024-08-27T21:50:35.553Z | Compiling hashbrown v0.14.5 |
418 | 2024-08-27T21:50:35.657Z | Compiling syn v2.0.74 |
419 | 2024-08-27T21:50:35.850Z | Compiling errno v0.3.9 |
420 | 2024-08-27T21:50:35.905Z | Compiling bitflags v2.6.0 |
421 | 2024-08-27T21:50:35.931Z | Compiling equivalent v1.0.1 |
422 | 2024-08-27T21:50:35.998Z | Compiling thread-id v4.2.1 |
423 | 2024-08-27T21:50:36.050Z | Compiling utf8parse v0.2.1 |
424 | 2024-08-27T21:50:36.262Z | Compiling anstyle-parse v0.2.4 |
425 | 2024-08-27T21:50:36.383Z | Compiling is_terminal_polyfill v1.70.0 |
426 | 2024-08-27T21:50:36.536Z | Compiling semver v1.0.23 |
427 | 2024-08-27T21:50:36.538Z | Compiling colorchoice v1.0.1 |
428 | 2024-08-27T21:50:36.620Z | Compiling anstyle v1.0.8 |
429 | 2024-08-27T21:50:36.725Z | Compiling camino v1.1.9 |
430 | 2024-08-27T21:50:37.013Z | Compiling indexmap v2.4.0 |
431 | 2024-08-27T21:50:37.045Z | Compiling pretty-hex v0.4.1 |
432 | 2024-08-27T21:50:37.123Z | Compiling anstyle-query v1.0.3 |
433 | 2024-08-27T21:50:37.126Z | Compiling winnow v0.6.18 |
434 | 2024-08-27T21:50:37.278Z | Compiling autocfg v1.3.0 |
435 | 2024-08-27T21:50:37.303Z | Compiling anstream v0.6.14 |
436 | 2024-08-27T21:50:37.478Z | Compiling terminal_size v0.3.0 |
437 | 2024-08-27T21:50:37.954Z | Compiling clap_lex v0.7.0 |
438 | 2024-08-27T21:50:38.039Z | Compiling anyhow v1.0.86 |
439 | 2024-08-27T21:50:38.061Z | Compiling unicode-width v0.1.13 |
440 | 2024-08-27T21:50:38.263Z | Compiling fs-err v2.11.0 |
441 | 2024-08-27T21:50:38.300Z | Compiling heck v0.4.1 |
442 | 2024-08-27T21:50:38.467Z | Compiling bytecount v0.6.8 |
443 | 2024-08-27T21:50:38.491Z | Compiling strsim v0.11.1 |
444 | 2024-08-27T21:50:38.566Z | Compiling heck v0.5.0 |
445 | 2024-08-27T21:50:38.648Z | Compiling fnv v1.0.7 |
446 | 2024-08-27T21:50:38.793Z | Compiling papergrid v0.11.0 |
447 | 2024-08-27T21:50:38.875Z | Compiling clap_builder v4.5.15 |
448 | 2024-08-27T21:50:38.965Z | Compiling memmap v0.7.0 |
449 | 2024-08-27T21:50:39.780Z | Compiling swrite v0.1.0 |
450 | 2024-08-27T21:50:41.451Z | Compiling tabled_derive v0.7.0 |
451 | 2024-08-27T21:50:43.066Z | Compiling tabled v0.15.0 |
452 | 2024-08-27T21:50:44.329Z | Compiling serde_derive v1.0.208 |
453 | 2024-08-27T21:50:44.329Z | Compiling thiserror-impl v1.0.63 |
454 | 2024-08-27T21:50:44.329Z | Compiling zerocopy-derive v0.7.34 |
455 | 2024-08-27T21:50:44.332Z | Compiling scroll_derive v0.12.0 |
456 | 2024-08-27T21:50:44.712Z | Compiling clap_derive v4.5.13 |
457 | 2024-08-27T21:50:45.807Z | Compiling scroll v0.12.0 |
458 | 2024-08-27T21:50:46.192Z | Compiling zerocopy v0.7.34 |
459 | 2024-08-27T21:50:46.328Z | Compiling goblin v0.8.2 |
460 | 2024-08-27T21:50:46.897Z | Compiling pest v2.7.10 |
461 | 2024-08-27T21:50:48.506Z | Compiling clap v4.5.16 |
462 | 2024-08-27T21:50:49.110Z | Compiling pest_meta v2.7.10 |
463 | 2024-08-27T21:50:49.946Z | Compiling pest_generator v2.7.10 |
464 | 2024-08-27T21:50:51.723Z | Compiling pest_derive v2.7.10 |
465 | 2024-08-27T21:50:52.352Z | Compiling dtrace-parser v0.2.0 |
466 | 2024-08-27T21:50:54.744Z | Compiling serde_tokenstream v0.2.2 |
467 | 2024-08-27T21:50:54.857Z | Compiling serde_spanned v0.6.7 |
468 | 2024-08-27T21:50:54.857Z | Compiling toml_datetime v0.6.8 |
469 | 2024-08-27T21:50:55.135Z | Compiling cargo-platform v0.1.8 |
470 | 2024-08-27T21:50:55.258Z | Compiling toml_edit v0.22.20 |
471 | 2024-08-27T21:50:55.321Z | Compiling macaddr v1.0.1 |
472 | 2024-08-27T21:50:56.207Z | Compiling dof v0.3.0 |
473 | 2024-08-27T21:50:56.284Z | Compiling cargo_metadata v0.18.1 |
474 | 2024-08-27T21:50:57.965Z | Compiling usdt-macro v0.5.0 |
475 | 2024-08-27T21:50:57.965Z | Compiling usdt-attr-macro v0.5.0 |
476 | 2024-08-27T21:50:58.123Z | Compiling toml v0.8.19 |
477 | 2024-08-27T21:50:58.970Z | Compiling cargo_toml v0.20.4 |
478 | 2024-08-27T21:50:59.333Z | Compiling usdt v0.5.0 |
479 | 2024-08-27T21:51:02.773Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
480 | 2024-08-27T21:51:06.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.36s |
481 | 2024-08-27T21:51:06.886Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
482 | 2024-08-27T21:51:07.456Z | Downloading crates ... |
483 | 2024-08-27T21:51:07.576Z | Downloaded atomicwrites v0.4.3 |
484 | 2024-08-27T21:51:07.592Z | Downloaded crunchy v0.2.2 |
485 | 2024-08-27T21:51:07.596Z | Downloaded hubpack_derive v0.1.1 |
486 | 2024-08-27T21:51:07.600Z | Downloaded bitstruct_derive v0.1.0 |
487 | 2024-08-27T21:51:07.602Z | Downloaded cfg_aliases v0.1.1 |
488 | 2024-08-27T21:51:07.605Z | Downloaded bitstruct v0.1.1 |
489 | 2024-08-27T21:51:07.607Z | Downloaded async-stream-impl v0.3.5 |
490 | 2024-08-27T21:51:07.607Z | Downloaded is_ci v1.2.0 |
491 | 2024-08-27T21:51:07.610Z | Downloaded instant v0.1.12 |
492 | 2024-08-27T21:51:07.613Z | Downloaded cstr-argument v0.1.2 |
493 | 2024-08-27T21:51:07.613Z | Downloaded atty v0.2.14 |
494 | 2024-08-27T21:51:07.615Z | Downloaded normalize-line-endings v0.3.0 |
495 | 2024-08-27T21:51:07.618Z | Downloaded nodrop v0.1.14 |
496 | 2024-08-27T21:51:07.618Z | Downloaded match_cfg v0.1.0 |
497 | 2024-08-27T21:51:07.620Z | Downloaded async-stream v0.3.5 |
498 | 2024-08-27T21:51:07.621Z | Downloaded arrayref v0.3.7 |
499 | 2024-08-27T21:51:07.623Z | Downloaded openssl-macros v0.1.1 |
500 | 2024-08-27T21:51:07.625Z | Downloaded num_threads v0.1.7 |
501 | 2024-08-27T21:51:07.628Z | Downloaded adler v1.0.2 |
502 | 2024-08-27T21:51:07.628Z | Downloaded base16ct v0.2.0 |
503 | 2024-08-27T21:51:07.630Z | Downloaded keccak v0.1.5 |
504 | 2024-08-27T21:51:07.633Z | Downloaded ipnetwork v0.20.0 |
505 | 2024-08-27T21:51:07.635Z | Downloaded crc v3.2.1 |
506 | 2024-08-27T21:51:07.637Z | Downloaded nibble_vec v0.1.0 |
507 | 2024-08-27T21:51:07.640Z | Downloaded num-iter v0.1.45 |
508 | 2024-08-27T21:51:07.642Z | Downloaded lazy_static v1.5.0 |
509 | 2024-08-27T21:51:07.643Z | Downloaded convert_case v0.4.0 |
510 | 2024-08-27T21:51:07.645Z | Downloaded multimap v0.10.0 |
511 | 2024-08-27T21:51:07.647Z | Downloaded mime v0.3.17 |
512 | 2024-08-27T21:51:07.647Z | Downloaded num v0.4.3 |
513 | 2024-08-27T21:51:07.650Z | Downloaded lru-cache v0.1.2 |
514 | 2024-08-27T21:51:07.650Z | Downloaded num-derive v0.4.2 |
515 | 2024-08-27T21:51:07.652Z | Downloaded maybe-uninit v2.0.0 |
516 | 2024-08-27T21:51:07.655Z | Downloaded mockall v0.13.0 |
517 | 2024-08-27T21:51:07.655Z | Downloaded libefi-sys v0.1.0 |
518 | 2024-08-27T21:51:07.657Z | Downloaded libloading v0.8.3 |
519 | 2024-08-27T21:51:07.661Z | Downloaded defmt v0.3.8 |
520 | 2024-08-27T21:51:07.663Z | Downloaded num-rational v0.4.2 |
521 | 2024-08-27T21:51:07.665Z | Downloaded native-tls v0.2.11 |
522 | 2024-08-27T21:51:07.669Z | Downloaded memmap2 v0.9.4 |
523 | 2024-08-27T21:51:07.671Z | Downloaded lock_api v0.4.12 |
524 | 2024-08-27T21:51:07.673Z | Downloaded num_enum v0.5.11 |
525 | 2024-08-27T21:51:07.677Z | Downloaded newtype-uuid v1.1.0 |
526 | 2024-08-27T21:51:07.679Z | Downloaded sec1 v0.7.3 |
527 | 2024-08-27T21:51:07.681Z | Downloaded is-terminal v0.4.12 |
528 | 2024-08-27T21:51:07.683Z | Downloaded ident_case v1.0.1 |
529 | 2024-08-27T21:51:07.683Z | Downloaded serde_repr v0.1.19 |
530 | 2024-08-27T21:51:07.686Z | Downloaded async-trait v0.1.81 |
531 | 2024-08-27T21:51:07.688Z | Downloaded new_debug_unreachable v1.0.6 |
532 | 2024-08-27T21:51:07.691Z | Downloaded num-conv v0.1.0 |
533 | 2024-08-27T21:51:07.693Z | Downloaded bitflags v1.3.2 |
534 | 2024-08-27T21:51:07.695Z | Downloaded number_prefix v0.4.0 |
535 | 2024-08-27T21:51:07.695Z | Downloaded opaque-debug v0.3.1 |
536 | 2024-08-27T21:51:07.698Z | Downloaded newtype_derive v0.1.6 |
537 | 2024-08-27T21:51:07.700Z | Downloaded camino-tempfile v1.1.1 |
538 | 2024-08-27T21:51:07.700Z | Downloaded num-complex v0.4.6 |
539 | 2024-08-27T21:51:07.702Z | Downloaded crc32fast v1.4.0 |
540 | 2024-08-27T21:51:07.705Z | Downloaded omicron-zone-package v0.11.0 |
541 | 2024-08-27T21:51:07.708Z | Downloaded crossbeam-deque v0.8.5 |
542 | 2024-08-27T21:51:07.710Z | Downloaded cancel-safe-futures v0.1.5 |
543 | 2024-08-27T21:51:07.713Z | Downloaded csv-core v0.1.11 |
544 | 2024-08-27T21:51:07.715Z | Downloaded impl-trait-for-tuples v0.2.2 |
545 | 2024-08-27T21:51:07.718Z | Downloaded tower-service v0.3.2 |
546 | 2024-08-27T21:51:07.720Z | Downloaded zone_cfg_derive v0.1.2 |
547 | 2024-08-27T21:51:07.720Z | Downloaded lalrpop-util v0.19.12 |
548 | 2024-08-27T21:51:07.723Z | Downloaded indoc v1.0.9 |
549 | 2024-08-27T21:51:07.725Z | Downloaded cexpr v0.6.0 |
550 | 2024-08-27T21:51:07.728Z | Downloaded memoffset v0.9.1 |
551 | 2024-08-27T21:51:07.728Z | Downloaded maplit v1.0.2 |
552 | 2024-08-27T21:51:07.730Z | Downloaded linked-hash-map v0.5.6 |
553 | 2024-08-27T21:51:07.730Z | Downloaded ahash v0.8.11 |
554 | 2024-08-27T21:51:07.733Z | Downloaded addr2line v0.21.0 |
555 | 2024-08-27T21:51:07.737Z | Downloaded md-5 v0.10.6 |
556 | 2024-08-27T21:51:07.740Z | Downloaded cipher v0.4.4 |
557 | 2024-08-27T21:51:07.740Z | Downloaded lru v0.12.3 |
558 | 2024-08-27T21:51:07.742Z | Downloaded crc-catalog v2.4.0 |
559 | 2024-08-27T21:51:07.744Z | Downloaded num-integer v0.1.46 |
560 | 2024-08-27T21:51:07.744Z | Downloaded cobs v0.2.3 |
561 | 2024-08-27T21:51:07.747Z | Downloaded vte_generate_state_changes v0.1.1 |
562 | 2024-08-27T21:51:07.747Z | Downloaded toolchain_find v0.4.0 |
563 | 2024-08-27T21:51:07.749Z | Downloaded string_cache v0.8.7 |
564 | 2024-08-27T21:51:07.752Z | Downloaded foreign-types-shared v0.3.1 |
565 | 2024-08-27T21:51:07.752Z | Downloaded endian-type v0.1.2 |
566 | 2024-08-27T21:51:07.754Z | Downloaded tokio-native-tls v0.3.1 |
567 | 2024-08-27T21:51:07.756Z | Downloaded httparse v1.8.0 |
568 | 2024-08-27T21:51:07.759Z | Downloaded bcs v0.1.6 |
569 | 2024-08-27T21:51:07.759Z | Downloaded static_assertions v1.1.0 |
570 | 2024-08-27T21:51:07.763Z | Downloaded slog-stdlog v4.1.1 |
571 | 2024-08-27T21:51:07.765Z | Downloaded crossbeam-utils v0.8.19 |
572 | 2024-08-27T21:51:07.767Z | Downloaded bzip2 v0.4.4 |
573 | 2024-08-27T21:51:07.770Z | Downloaded ipnet v2.9.0 |
574 | 2024-08-27T21:51:07.770Z | Downloaded crc-any v2.5.0 |
575 | 2024-08-27T21:51:07.772Z | Downloaded supports-color v3.0.0 |
576 | 2024-08-27T21:51:07.775Z | Downloaded enum-as-inner v0.6.0 |
577 | 2024-08-27T21:51:07.777Z | Downloaded lazycell v1.3.0 |
578 | 2024-08-27T21:51:07.777Z | Downloaded clang-sys v1.7.0 |
579 | 2024-08-27T21:51:07.780Z | Downloaded mime_guess v2.0.4 |
580 | 2024-08-27T21:51:07.782Z | Downloaded base64ct v1.6.0 |
581 | 2024-08-27T21:51:07.785Z | Downloaded dsl_auto_type v0.1.2 |
582 | 2024-08-27T21:51:07.787Z | Downloaded pretty-hex v0.2.1 |
583 | 2024-08-27T21:51:07.790Z | Downloaded funty v2.0.0 |
584 | 2024-08-27T21:51:07.790Z | Downloaded sigpipe v0.1.3 |
585 | 2024-08-27T21:51:07.790Z | Downloaded fragile v2.0.0 |
586 | 2024-08-27T21:51:07.792Z | Downloaded erased-serde v0.3.31 |
587 | 2024-08-27T21:51:07.795Z | Downloaded nanorand v0.7.0 |
588 | 2024-08-27T21:51:07.797Z | Downloaded group v0.13.0 |
589 | 2024-08-27T21:51:07.800Z | Downloaded thread_local v1.1.8 |
590 | 2024-08-27T21:51:07.802Z | Downloaded tinyvec_macros v0.1.1 |
591 | 2024-08-27T21:51:07.802Z | Downloaded darling v0.20.9 |
592 | 2024-08-27T21:51:07.806Z | Downloaded const_format_proc_macros v0.2.32 |
593 | 2024-08-27T21:51:07.809Z | Downloaded term v0.7.0 |
594 | 2024-08-27T21:51:07.813Z | Downloaded similar v2.6.0 |
595 | 2024-08-27T21:51:07.818Z | Downloaded zeroize v1.7.0 |
596 | 2024-08-27T21:51:07.821Z | Downloaded want v0.3.1 |
597 | 2024-08-27T21:51:07.823Z | Downloaded pin-utils v0.1.0 |
598 | 2024-08-27T21:51:07.823Z | Downloaded percent-encoding v2.3.1 |
599 | 2024-08-27T21:51:07.826Z | Downloaded glob v0.3.1 |
600 | 2024-08-27T21:51:07.826Z | Downloaded cookie v0.18.1 |
601 | 2024-08-27T21:51:07.829Z | Downloaded bytes v1.7.1 |
602 | 2024-08-27T21:51:07.833Z | Downloaded defmt-macros v0.3.9 |
603 | 2024-08-27T21:51:07.837Z | Downloaded scheduled-thread-pool v0.2.7 |
604 | 2024-08-27T21:51:07.840Z | Downloaded pem-rfc7468 v0.7.0 |
605 | 2024-08-27T21:51:07.842Z | Downloaded nu-ansi-term v0.50.0 |
606 | 2024-08-27T21:51:07.844Z | Downloaded proc-macro-crate v1.3.1 |
607 | 2024-08-27T21:51:07.847Z | Downloaded http-range v0.1.5 |
608 | 2024-08-27T21:51:07.849Z | Downloaded sha1 v0.10.6 |
609 | 2024-08-27T21:51:07.849Z | Downloaded rustls-pemfile v1.0.4 |
610 | 2024-08-27T21:51:07.851Z | Downloaded globset v0.4.14 |
611 | 2024-08-27T21:51:07.856Z | Downloaded hex v0.4.3 |
612 | 2024-08-27T21:51:07.859Z | Downloaded tempfile v3.10.1 |
613 | 2024-08-27T21:51:07.859Z | Downloaded structmeta-derive v0.2.0 |
614 | 2024-08-27T21:51:07.861Z | Downloaded smawk v0.3.2 |
615 | 2024-08-27T21:51:07.862Z | Downloaded signal-hook-tokio v0.3.1 |
616 | 2024-08-27T21:51:07.864Z | Downloaded highway v1.2.0 |
617 | 2024-08-27T21:51:07.866Z | Downloaded tinyvec v1.6.0 |
618 | 2024-08-27T21:51:07.869Z | Downloaded strum v0.26.3 |
619 | 2024-08-27T21:51:07.872Z | Downloaded unicode-linebreak v0.1.5 |
620 | 2024-08-27T21:51:07.872Z | Downloaded zeroize_derive v1.4.2 |
621 | 2024-08-27T21:51:07.875Z | Downloaded pkcs8 v0.10.2 |
622 | 2024-08-27T21:51:07.877Z | Downloaded pkcs1 v0.7.5 |
623 | 2024-08-27T21:51:07.882Z | Downloaded termtree v0.4.1 |
624 | 2024-08-27T21:51:07.884Z | Downloaded float-cmp v0.9.0 |
625 | 2024-08-27T21:51:07.884Z | Downloaded dyn-clone v1.0.17 |
626 | 2024-08-27T21:51:07.884Z | Downloaded dropshot_endpoint v0.10.1 |
627 | 2024-08-27T21:51:07.887Z | Downloaded const_format v0.2.32 |
628 | 2024-08-27T21:51:07.890Z | Downloaded darling_core v0.20.9 |
629 | 2024-08-27T21:51:07.895Z | Downloaded http-body v0.4.6 |
630 | 2024-08-27T21:51:07.898Z | Downloaded diesel_table_macro_syntax v0.2.0 |
631 | 2024-08-27T21:51:07.900Z | Downloaded radium v0.7.0 |
632 | 2024-08-27T21:51:07.902Z | Downloaded signature v2.2.0 |
633 | 2024-08-27T21:51:07.902Z | Downloaded fixedbitset v0.4.2 |
634 | 2024-08-27T21:51:07.905Z | Downloaded flagset v0.4.5 |
635 | 2024-08-27T21:51:07.907Z | Downloaded snafu-derive v0.8.2 |
636 | 2024-08-27T21:51:07.909Z | Downloaded serde_plain v1.0.2 |
637 | 2024-08-27T21:51:07.909Z | Downloaded scopeguard v1.2.0 |
638 | 2024-08-27T21:51:07.913Z | Downloaded hostname v0.3.1 |
639 | 2024-08-27T21:51:07.915Z | Downloaded precomputed-hash v0.1.1 |
640 | 2024-08-27T21:51:07.915Z | Downloaded parking_lot v0.12.2 |
641 | 2024-08-27T21:51:07.918Z | Downloaded shell-words v1.1.0 |
642 | 2024-08-27T21:51:07.918Z | Downloaded powerfmt v0.2.0 |
643 | 2024-08-27T21:51:07.920Z | Downloaded home v0.5.9 |
644 | 2024-08-27T21:51:07.920Z | Downloaded schemars v0.8.21 |
645 | 2024-08-27T21:51:07.932Z | Downloaded wyz v0.5.1 |
646 | 2024-08-27T21:51:07.935Z | Downloaded peg-runtime v0.8.3 |
647 | 2024-08-27T21:51:07.938Z | Downloaded resolv-conf v0.7.0 |
648 | 2024-08-27T21:51:07.938Z | Downloaded smf v0.2.3 |
649 | 2024-08-27T21:51:07.947Z | Downloaded zip v0.6.6 |
650 | 2024-08-27T21:51:07.947Z | Downloaded utf-8 v0.7.6 |
651 | 2024-08-27T21:51:07.947Z | Downloaded twox-hash v1.6.3 |
652 | 2024-08-27T21:51:07.949Z | Downloaded termios v0.3.3 |
653 | 2024-08-27T21:51:07.958Z | Downloaded termcolor v1.4.1 |
654 | 2024-08-27T21:51:07.961Z | Downloaded ff v0.13.0 |
655 | 2024-08-27T21:51:07.963Z | Downloaded untrusted v0.9.0 |
656 | 2024-08-27T21:51:07.965Z | Downloaded tracing v0.1.40 |
657 | 2024-08-27T21:51:07.968Z | Downloaded tap v1.0.1 |
658 | 2024-08-27T21:51:07.971Z | Downloaded phf_shared v0.10.0 |
659 | 2024-08-27T21:51:07.971Z | Downloaded futures-io v0.3.30 |
660 | 2024-08-27T21:51:07.973Z | Downloaded const-oid v0.9.6 |
661 | 2024-08-27T21:51:07.975Z | Downloaded fxhash v0.2.1 |
662 | 2024-08-27T21:51:07.975Z | Downloaded unicode-bidi v0.3.15 |
663 | 2024-08-27T21:51:07.978Z | Downloaded postgres-types v0.2.7 |
664 | 2024-08-27T21:51:07.981Z | Downloaded crypto-bigint v0.5.5 |
665 | 2024-08-27T21:51:07.988Z | Downloaded hickory-client v0.24.1 |
666 | 2024-08-27T21:51:07.992Z | Downloaded sqlparser_derive v0.2.2 |
667 | 2024-08-27T21:51:07.994Z | Downloaded semver v0.1.20 |
668 | 2024-08-27T21:51:07.994Z | Downloaded scrypt v0.11.0 |
669 | 2024-08-27T21:51:07.996Z | Downloaded ref-cast v1.0.23 |
670 | 2024-08-27T21:51:07.999Z | Downloaded pem v3.0.4 |
671 | 2024-08-27T21:51:08.002Z | Downloaded derive_builder_macro v0.20.0 |
672 | 2024-08-27T21:51:08.002Z | Downloaded schemars_derive v0.8.21 |
673 | 2024-08-27T21:51:08.005Z | Downloaded rtoolbox v0.0.2 |
674 | 2024-08-27T21:51:08.005Z | Downloaded smallvec v1.13.2 |
675 | 2024-08-27T21:51:08.008Z | Downloaded defmt-parser v0.3.4 |
676 | 2024-08-27T21:51:08.008Z | Downloaded unicode-xid v0.2.4 |
677 | 2024-08-27T21:51:08.010Z | Downloaded xattr v1.3.1 |
678 | 2024-08-27T21:51:08.013Z | Downloaded thiserror-impl-no-std v2.0.2 |
679 | 2024-08-27T21:51:08.013Z | Downloaded float-ord v0.3.2 |
680 | 2024-08-27T21:51:08.016Z | Downloaded mio v1.0.2 |
681 | 2024-08-27T21:51:08.020Z | Downloaded crossbeam-channel v0.5.12 |
682 | 2024-08-27T21:51:08.025Z | Downloaded getopts v0.2.21 |
683 | 2024-08-27T21:51:08.027Z | Downloaded time-core v0.1.2 |
684 | 2024-08-27T21:51:08.030Z | Downloaded sync_wrapper v0.1.2 |
685 | 2024-08-27T21:51:08.030Z | Downloaded fallible-iterator v0.2.0 |
686 | 2024-08-27T21:51:08.032Z | Downloaded unicode-truncate v1.0.0 |
687 | 2024-08-27T21:51:08.032Z | Downloaded fastrand v2.1.0 |
688 | 2024-08-27T21:51:08.035Z | Downloaded rand_seeder v0.3.0 |
689 | 2024-08-27T21:51:08.037Z | Downloaded fallible-iterator v0.3.0 |
690 | 2024-08-27T21:51:08.037Z | Downloaded rand_core v0.6.4 |
691 | 2024-08-27T21:51:08.040Z | Downloaded hmac v0.12.1 |
692 | 2024-08-27T21:51:08.042Z | Downloaded rand_chacha v0.3.1 |
693 | 2024-08-27T21:51:08.042Z | Downloaded phf_shared v0.11.2 |
694 | 2024-08-27T21:51:08.045Z | Downloaded packed_struct v0.10.1 |
695 | 2024-08-27T21:51:08.047Z | Downloaded tungstenite v0.20.1 |
696 | 2024-08-27T21:51:08.050Z | Downloaded openssl-probe v0.1.5 |
697 | 2024-08-27T21:51:08.052Z | Downloaded url v2.5.2 |
698 | 2024-08-27T21:51:08.055Z | Downloaded stable_deref_trait v1.2.0 |
699 | 2024-08-27T21:51:08.057Z | Downloaded slog-dtrace v0.3.0 |
700 | 2024-08-27T21:51:08.057Z | Downloaded serde_urlencoded v0.7.1 |
701 | 2024-08-27T21:51:08.060Z | Downloaded tokio-macros v2.4.0 |
702 | 2024-08-27T21:51:08.062Z | Downloaded tls_codec_derive v0.4.1 |
703 | 2024-08-27T21:51:08.062Z | Downloaded diff v0.1.13 |
704 | 2024-08-27T21:51:08.065Z | Downloaded ena v0.14.3 |
705 | 2024-08-27T21:51:08.067Z | Downloaded postgres-protocol v0.6.7 |
706 | 2024-08-27T21:51:08.070Z | Downloaded predicates-core v1.0.6 |
707 | 2024-08-27T21:51:08.072Z | Downloaded parse-display v0.10.0 |
708 | 2024-08-27T21:51:08.072Z | Downloaded fd-lock v4.0.2 |
709 | 2024-08-27T21:51:08.075Z | Downloaded hickory-resolver v0.24.1 |
710 | 2024-08-27T21:51:08.079Z | Downloaded oso-derive v0.27.3 |
711 | 2024-08-27T21:51:08.083Z | Downloaded serde-big-array v0.5.1 |
712 | 2024-08-27T21:51:08.083Z | Downloaded phf v0.11.2 |
713 | 2024-08-27T21:51:08.086Z | Downloaded subtle v2.5.0 |
714 | 2024-08-27T21:51:08.086Z | Downloaded predicates v3.1.2 |
715 | 2024-08-27T21:51:08.088Z | Downloaded serde_yaml v0.9.34+deprecated |
716 | 2024-08-27T21:51:08.092Z | Downloaded rustversion v1.0.17 |
717 | 2024-08-27T21:51:08.094Z | Downloaded aes v0.8.4 |
718 | 2024-08-27T21:51:08.098Z | Downloaded packed_struct_codegen v0.10.1 |
719 | 2024-08-27T21:51:08.101Z | Downloaded thiserror-no-std v2.0.2 |
720 | 2024-08-27T21:51:08.104Z | Downloaded rusty-fork v0.3.0 |
721 | 2024-08-27T21:51:08.106Z | Downloaded embedded-io v0.4.0 |
722 | 2024-08-27T21:51:08.109Z | Downloaded dirs-sys-next v0.1.2 |
723 | 2024-08-27T21:51:08.109Z | Downloaded strum_macros v0.25.3 |
724 | 2024-08-27T21:51:08.111Z | Downloaded libm v0.2.8 |
725 | 2024-08-27T21:51:08.119Z | Downloaded rayon-core v1.12.1 |
726 | 2024-08-27T21:51:08.123Z | Downloaded downcast v0.11.0 |
727 | 2024-08-27T21:51:08.125Z | Downloaded path-slash v0.1.5 |
728 | 2024-08-27T21:51:08.128Z | Downloaded spin v0.5.2 |
729 | 2024-08-27T21:51:08.128Z | Downloaded itertools v0.12.1 |
730 | 2024-08-27T21:51:08.134Z | Downloaded display-error-chain v0.2.0 |
731 | 2024-08-27T21:51:08.137Z | Downloaded portpicker v0.1.1 |
732 | 2024-08-27T21:51:08.137Z | Downloaded try-lock v0.2.5 |
733 | 2024-08-27T21:51:08.139Z | Downloaded tokio-rustls v0.24.1 |
734 | 2024-08-27T21:51:08.141Z | Downloaded parse-size v1.0.0 |
735 | 2024-08-27T21:51:08.141Z | Downloaded futures-core v0.3.30 |
736 | 2024-08-27T21:51:08.144Z | Downloaded deranged v0.3.11 |
737 | 2024-08-27T21:51:08.144Z | Downloaded tls_codec v0.4.1 |
738 | 2024-08-27T21:51:08.146Z | Downloaded hyper v0.14.30 |
739 | 2024-08-27T21:51:08.154Z | Downloaded foreign-types-shared v0.1.1 |
740 | 2024-08-27T21:51:08.156Z | Downloaded untrusted v0.7.1 |
741 | 2024-08-27T21:51:08.156Z | Downloaded slog-json v2.6.1 |
742 | 2024-08-27T21:51:08.159Z | Downloaded slog-envlogger v2.2.0 |
743 | 2024-08-27T21:51:08.161Z | Downloaded slog-bunyan v2.5.0 |
744 | 2024-08-27T21:51:08.161Z | Downloaded strum_macros v0.26.4 |
745 | 2024-08-27T21:51:08.164Z | Downloaded parking_lot v0.11.2 |
746 | 2024-08-27T21:51:08.166Z | Downloaded uzers v0.11.3 |
747 | 2024-08-27T21:51:08.168Z | Downloaded num-bigint-dig v0.8.4 |
748 | 2024-08-27T21:51:08.173Z | Downloaded foreign-types v0.3.2 |
749 | 2024-08-27T21:51:08.175Z | Downloaded half v2.4.1 |
750 | 2024-08-27T21:51:08.178Z | Downloaded vergen v8.3.2 |
751 | 2024-08-27T21:51:08.181Z | Downloaded rustfmt-wrapper v0.2.1 |
752 | 2024-08-27T21:51:08.184Z | Downloaded foreign-types v0.5.0 |
753 | 2024-08-27T21:51:08.184Z | Downloaded tui-tree-widget v0.22.0 |
754 | 2024-08-27T21:51:08.184Z | Downloaded postcard v1.0.8 |
755 | 2024-08-27T21:51:08.187Z | Downloaded toml v0.7.8 |
756 | 2024-08-27T21:51:08.190Z | Downloaded crossterm v0.28.1 |
757 | 2024-08-27T21:51:08.197Z | Downloaded rpassword v7.3.1 |
758 | 2024-08-27T21:51:08.199Z | Downloaded headers-core v0.2.0 |
759 | 2024-08-27T21:51:08.199Z | Downloaded parse-display-derive v0.10.0 |
760 | 2024-08-27T21:51:08.201Z | Downloaded der_derive v0.7.2 |
761 | 2024-08-27T21:51:08.204Z | Downloaded pbkdf2 v0.12.2 |
762 | 2024-08-27T21:51:08.204Z | Downloaded difflib v0.4.0 |
763 | 2024-08-27T21:51:08.206Z | Downloaded pin-project v1.1.5 |
764 | 2024-08-27T21:51:08.216Z | Downloaded subprocess v0.2.9 |
765 | 2024-08-27T21:51:08.219Z | Downloaded rustc_version v0.4.0 |
766 | 2024-08-27T21:51:08.221Z | Downloaded pin-project-lite v0.2.14 |
767 | 2024-08-27T21:51:08.225Z | Downloaded http v1.1.0 |
768 | 2024-08-27T21:51:08.229Z | Downloaded foreign-types-macros v0.2.3 |
769 | 2024-08-27T21:51:08.232Z | Downloaded strip-ansi-escapes v0.2.0 |
770 | 2024-08-27T21:51:08.232Z | Downloaded universal-hash v0.5.1 |
771 | 2024-08-27T21:51:08.234Z | Downloaded paste v1.0.15 |
772 | 2024-08-27T21:51:08.237Z | Downloaded password-hash v0.5.0 |
773 | 2024-08-27T21:51:08.240Z | Downloaded rsa v0.9.6 |
774 | 2024-08-27T21:51:08.243Z | Downloaded stringprep v0.1.4 |
775 | 2024-08-27T21:51:08.245Z | Downloaded serde-hex v0.1.0 |
776 | 2024-08-27T21:51:08.247Z | Downloaded derive_more v0.99.18 |
777 | 2024-08-27T21:51:08.252Z | Downloaded tokio-tungstenite v0.21.0 |
778 | 2024-08-27T21:51:08.255Z | Downloaded slog v2.7.0 |
779 | 2024-08-27T21:51:08.257Z | Downloaded flume v0.11.0 |
780 | 2024-08-27T21:51:08.261Z | Downloaded rand v0.8.5 |
781 | 2024-08-27T21:51:08.265Z | Downloaded pkg-config v0.3.30 |
782 | 2024-08-27T21:51:08.267Z | Downloaded tough v0.17.1 |
783 | 2024-08-27T21:51:08.275Z | Downloaded x509-cert v0.2.5 |
784 | 2024-08-27T21:51:08.281Z | Downloaded rustls-pki-types v1.7.0 |
785 | 2024-08-27T21:51:08.284Z | Downloaded blake3 v1.5.1 |
786 | 2024-08-27T21:51:08.292Z | Downloaded aho-corasick v1.1.3 |
787 | 2024-08-27T21:51:08.297Z | Downloaded futures v0.3.30 |
788 | 2024-08-27T21:51:08.302Z | Downloaded tokio-postgres v0.7.11 |
789 | 2024-08-27T21:51:08.307Z | Downloaded oso v0.27.3 |
790 | 2024-08-27T21:51:08.311Z | Downloaded lalrpop v0.19.12 |
791 | 2024-08-27T21:51:08.323Z | Downloaded signal-hook v0.3.17 |
792 | 2024-08-27T21:51:08.326Z | Downloaded diesel_derives v2.2.2 |
793 | 2024-08-27T21:51:08.330Z | Downloaded tungstenite v0.21.0 |
794 | 2024-08-27T21:51:08.334Z | Downloaded winnow v0.5.40 |
795 | 2024-08-27T21:51:08.342Z | Downloaded elliptic-curve v0.13.8 |
796 | 2024-08-27T21:51:08.346Z | Downloaded tracing-core v0.1.32 |
797 | 2024-08-27T21:51:08.349Z | Downloaded openssl-sys v0.9.103 |
798 | 2024-08-27T21:51:08.354Z | Downloaded serde_with v3.9.0 |
799 | 2024-08-27T21:51:08.363Z | Downloaded der v0.7.9 |
800 | 2024-08-27T21:51:08.368Z | Downloaded unsafe-libyaml v0.2.11 |
801 | 2024-08-27T21:51:08.371Z | Downloaded heapless v0.7.17 |
802 | 2024-08-27T21:51:08.376Z | Downloaded heapless v0.8.0 |
803 | 2024-08-27T21:51:08.380Z | Downloaded time v0.3.36 |
804 | 2024-08-27T21:51:08.387Z | Downloaded uuid v1.10.0 |
805 | 2024-08-27T21:51:08.390Z | Downloaded rusqlite v0.31.0 |
806 | 2024-08-27T21:51:08.396Z | Downloaded idna v0.3.0 |
807 | 2024-08-27T21:51:08.404Z | Downloaded unicode-segmentation v1.11.0 |
808 | 2024-08-27T21:51:08.407Z | Downloaded reedline v0.33.0 |
809 | 2024-08-27T21:51:08.415Z | Downloaded idna v0.5.0 |
810 | 2024-08-27T21:51:08.422Z | Downloaded bindgen v0.69.4 |
811 | 2024-08-27T21:51:08.430Z | Downloaded unicode_categories v0.1.1 |
812 | 2024-08-27T21:51:08.433Z | Downloaded sqlparser v0.45.0 |
813 | 2024-08-27T21:51:08.438Z | Downloaded typed-path v0.7.1 |
814 | 2024-08-27T21:51:08.444Z | Downloaded object v0.32.2 |
815 | 2024-08-27T21:51:08.455Z | Downloaded unicode-normalization v0.1.23 |
816 | 2024-08-27T21:51:08.459Z | Downloaded quick-xml v0.31.0 |
817 | 2024-08-27T21:51:08.464Z | Downloaded git2 v0.19.0 |
818 | 2024-08-27T21:51:08.474Z | Downloaded idna v0.4.0 |
819 | 2024-08-27T21:51:08.481Z | Downloaded rayon v1.10.0 |
820 | 2024-08-27T21:51:08.490Z | Downloaded portable-atomic v1.6.0 |
821 | 2024-08-27T21:51:08.496Z | Downloaded reqwest v0.11.27 |
822 | 2024-08-27T21:51:08.504Z | Downloaded nix v0.28.0 |
823 | 2024-08-27T21:51:08.516Z | Downloaded radix_trie v0.2.1 |
824 | 2024-08-27T21:51:08.521Z | Downloaded nix v0.27.1 |
825 | 2024-08-27T21:51:08.533Z | Downloaded futures-util v0.3.30 |
826 | 2024-08-27T21:51:08.544Z | Downloaded gimli v0.28.1 |
827 | 2024-08-27T21:51:08.553Z | Downloaded dropshot v0.10.1 |
828 | 2024-08-27T21:51:08.563Z | Downloaded openapiv3 v2.0.0 |
829 | 2024-08-27T21:51:08.576Z | Downloaded smoltcp v0.9.1 |
830 | 2024-08-27T21:51:08.587Z | Downloaded rustls-webpki v0.102.4 |
831 | 2024-08-27T21:51:08.604Z | Downloaded smoltcp v0.11.0 |
832 | 2024-08-27T21:51:08.617Z | Downloaded polar-core v0.27.3 |
833 | 2024-08-27T21:51:08.627Z | Downloaded rustls v0.21.12 |
834 | 2024-08-27T21:51:08.638Z | Downloaded bstr v1.9.1 |
835 | 2024-08-27T21:51:08.649Z | Downloaded regex v1.10.6 |
836 | 2024-08-27T21:51:08.662Z | Downloaded diesel v2.2.3 |
837 | 2024-08-27T21:51:08.680Z | Downloaded regress v0.9.1 |
838 | 2024-08-27T21:51:08.689Z | Downloaded regex-syntax v0.8.4 |
839 | 2024-08-27T21:51:08.698Z | Downloaded rustls v0.22.4 |
840 | 2024-08-27T21:51:08.712Z | Downloaded zerocopy-derive v0.6.6 |
841 | 2024-08-27T21:51:08.723Z | Downloaded ratatui v0.28.0 |
842 | 2024-08-27T21:51:08.744Z | Downloaded sled v0.34.7 |
843 | 2024-08-27T21:51:08.754Z | Downloaded regex-automata v0.4.6 |
844 | 2024-08-27T21:51:08.771Z | Downloaded hickory-proto v0.24.1 |
845 | 2024-08-27T21:51:08.789Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
846 | 2024-08-27T21:51:08.799Z | Downloaded vcpkg v0.2.15 |
847 | 2024-08-27T21:51:08.838Z | Downloaded regex-syntax v0.6.29 |
848 | 2024-08-27T21:51:08.845Z | Downloaded webpki-roots v0.25.4 |
849 | 2024-08-27T21:51:08.849Z | Downloaded curve25519-dalek v4.1.3 |
850 | 2024-08-27T21:51:08.857Z | Downloaded finl_unicode v1.2.0 |
851 | 2024-08-27T21:51:08.872Z | Downloaded rustls-webpki v0.101.7 |
852 | 2024-08-27T21:51:08.885Z | Downloaded openssl v0.10.66 |
853 | 2024-08-27T21:51:08.894Z | Downloaded petgraph v0.6.5 |
854 | 2024-08-27T21:51:08.911Z | Downloaded object v0.30.4 |
855 | 2024-08-27T21:51:08.920Z | Downloaded tokio v1.39.3 |
856 | 2024-08-27T21:51:08.959Z | Downloaded rustyline v14.0.0 |
857 | 2024-08-27T21:51:08.964Z | Downloaded sha3 v0.10.8 |
858 | 2024-08-27T21:51:08.969Z | Downloaded csv v1.3.0 |
859 | 2024-08-27T21:51:08.989Z | Downloaded proptest v1.5.0 |
860 | 2024-08-27T21:51:08.998Z | Downloaded chrono v0.4.38 |
861 | 2024-08-27T21:51:09.006Z | Downloaded h2 v0.3.26 |
862 | 2024-08-27T21:51:09.012Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
863 | 2024-08-27T21:51:09.070Z | Downloaded bitvec v1.0.1 |
864 | 2024-08-27T21:51:09.085Z | Downloaded hkdf v0.12.4 |
865 | 2024-08-27T21:51:09.087Z | Downloaded flate2 v1.0.31 |
866 | 2024-08-27T21:51:09.091Z | Downloaded spin v0.9.8 |
867 | 2024-08-27T21:51:09.094Z | Downloaded serde_derive_internals v0.29.1 |
868 | 2024-08-27T21:51:09.096Z | Downloaded futures-channel v0.3.30 |
869 | 2024-08-27T21:51:09.098Z | Downloaded hashbrown v0.13.2 |
870 | 2024-08-27T21:51:09.101Z | Downloaded hashbrown v0.12.3 |
871 | 2024-08-27T21:51:09.105Z | Downloaded tokio-util v0.7.11 |
872 | 2024-08-27T21:51:09.111Z | Downloaded encoding_rs v0.8.34 |
873 | 2024-08-27T21:51:09.133Z | Downloaded derive-where v1.2.7 |
874 | 2024-08-27T21:51:09.136Z | Downloaded rustc-demangle v0.1.24 |
875 | 2024-08-27T21:51:09.139Z | Downloaded signal-hook-registry v1.4.2 |
876 | 2024-08-27T21:51:09.139Z | Downloaded dirs-next v2.0.0 |
877 | 2024-08-27T21:51:09.141Z | Downloaded serde_path_to_error v0.1.16 |
878 | 2024-08-27T21:51:09.141Z | Downloaded slog-async v2.8.0 |
879 | 2024-08-27T21:51:09.144Z | Downloaded expectorate v1.1.0 |
880 | 2024-08-27T21:51:09.146Z | Downloaded structmeta-derive v0.3.0 |
881 | 2024-08-27T21:51:09.146Z | Downloaded futures-task v0.3.30 |
882 | 2024-08-27T21:51:09.146Z | Downloaded futures-sink v0.3.30 |
883 | 2024-08-27T21:51:09.149Z | Downloaded poly1305 v0.8.0 |
884 | 2024-08-27T21:51:09.151Z | Downloaded either v1.13.0 |
885 | 2024-08-27T21:51:09.151Z | Downloaded pin-project-internal v1.1.5 |
886 | 2024-08-27T21:51:09.154Z | Downloaded peg v0.8.4 |
887 | 2024-08-27T21:51:09.157Z | Downloaded http v0.2.12 |
888 | 2024-08-27T21:51:09.160Z | Downloaded itertools v0.13.0 |
889 | 2024-08-27T21:51:09.167Z | Downloaded headers v0.3.9 |
890 | 2024-08-27T21:51:09.172Z | Downloaded futures-executor v0.3.30 |
891 | 2024-08-27T21:51:09.174Z | Downloaded ref-cast-impl v1.0.23 |
892 | 2024-08-27T21:51:09.174Z | Downloaded tokio-tungstenite v0.23.1 |
893 | 2024-08-27T21:51:09.177Z | Downloaded snafu v0.8.2 |
894 | 2024-08-27T21:51:09.181Z | Downloaded rcgen v0.12.1 |
895 | 2024-08-27T21:51:09.184Z | Downloaded peg-macros v0.8.4 |
896 | 2024-08-27T21:51:09.187Z | Downloaded getrandom v0.2.14 |
897 | 2024-08-27T21:51:09.189Z | Downloaded strum_macros v0.24.3 |
898 | 2024-08-27T21:51:09.192Z | Downloaded rand_xorshift v0.3.0 |
899 | 2024-08-27T21:51:09.192Z | Downloaded predicates-tree v1.0.9 |
900 | 2024-08-27T21:51:09.194Z | Downloaded crossterm v0.27.0 |
901 | 2024-08-27T21:51:09.198Z | Downloaded slab v0.4.9 |
902 | 2024-08-27T21:51:09.201Z | Downloaded shlex v1.3.0 |
903 | 2024-08-27T21:51:09.201Z | Downloaded test-strategy v0.3.1 |
904 | 2024-08-27T21:51:09.204Z | Downloaded ron v0.8.1 |
905 | 2024-08-27T21:51:09.209Z | Downloaded toml_edit v0.19.15 |
906 | 2024-08-27T21:51:09.227Z | Downloaded nom v7.1.3 |
907 | 2024-08-27T21:51:09.232Z | Downloaded textwrap v0.16.1 |
908 | 2024-08-27T21:51:09.234Z | Downloaded derive_builder_core v0.20.0 |
909 | 2024-08-27T21:51:09.237Z | Downloaded derive_builder v0.20.0 |
910 | 2024-08-27T21:51:09.240Z | Downloaded tokio-tungstenite v0.20.1 |
911 | 2024-08-27T21:51:09.243Z | Downloaded owo-colors v4.0.0 |
912 | 2024-08-27T21:51:09.245Z | Downloaded tungstenite v0.23.0 |
913 | 2024-08-27T21:51:09.248Z | Downloaded publicsuffix v2.2.3 |
914 | 2024-08-27T21:51:09.251Z | Downloaded tokio-rustls v0.25.0 |
915 | 2024-08-27T21:51:09.253Z | Downloaded fatfs v0.3.6 |
916 | 2024-08-27T21:51:09.255Z | Downloaded steno v0.4.1 |
917 | 2024-08-27T21:51:09.259Z | Downloaded itertools v0.10.5 |
918 | 2024-08-27T21:51:09.265Z | Downloaded heck v0.3.3 |
919 | 2024-08-27T21:51:09.267Z | Downloaded zerocopy v0.6.6 |
920 | 2024-08-27T21:51:09.270Z | Downloaded samael v0.0.15 |
921 | 2024-08-27T21:51:09.273Z | Downloaded rustc-hash v1.1.0 |
922 | 2024-08-27T21:51:09.275Z | Downloaded spki v0.7.3 |
923 | 2024-08-27T21:51:09.275Z | Downloaded r2d2 v0.8.10 |
924 | 2024-08-27T21:51:09.278Z | Downloaded quick-error v1.2.3 |
925 | 2024-08-27T21:51:09.278Z | Downloaded sqlformat v0.2.4 |
926 | 2024-08-27T21:51:09.280Z | Downloaded secrecy v0.8.0 |
927 | 2024-08-27T21:51:09.280Z | Downloaded sct v0.7.1 |
928 | 2024-08-27T21:51:09.283Z | Downloaded tar v0.4.41 |
929 | 2024-08-27T21:51:09.286Z | Downloaded smallvec v0.6.14 |
930 | 2024-08-27T21:51:09.288Z | Downloaded hickory-server v0.24.1 |
931 | 2024-08-27T21:51:09.292Z | Downloaded gethostname v0.5.0 |
932 | 2024-08-27T21:51:09.294Z | Downloaded fallible-streaming-iterator v0.1.9 |
933 | 2024-08-27T21:51:09.294Z | Downloaded slog-scope v4.4.0 |
934 | 2024-08-27T21:51:09.297Z | Downloaded salsa20 v0.10.2 |
935 | 2024-08-27T21:51:09.297Z | Downloaded yasna v0.5.2 |
936 | 2024-08-27T21:51:09.300Z | Downloaded ron v0.7.1 |
937 | 2024-08-27T21:51:09.302Z | Downloaded prettyplease v0.2.20 |
938 | 2024-08-27T21:51:09.306Z | Downloaded base64 v0.21.7 |
939 | 2024-08-27T21:51:09.309Z | Downloaded ppv-lite86 v0.2.17 |
940 | 2024-08-27T21:51:09.312Z | Downloaded hash32 v0.3.1 |
941 | 2024-08-27T21:51:09.314Z | Downloaded libz-sys v1.1.16 |
942 | 2024-08-27T21:51:09.379Z | Downloaded hash32 v0.2.1 |
943 | 2024-08-27T21:51:09.381Z | Downloaded futures-macro v0.3.30 |
944 | 2024-08-27T21:51:09.381Z | Downloaded waitgroup v0.1.2 |
945 | 2024-08-27T21:51:09.384Z | Downloaded serde_with_macros v3.9.0 |
946 | 2024-08-27T21:51:09.384Z | Downloaded hashlink v0.9.1 |
947 | 2024-08-27T21:51:09.386Z | Downloaded tiny-keccak v2.0.2 |
948 | 2024-08-27T21:51:09.389Z | Downloaded time-macros v0.2.18 |
949 | 2024-08-27T21:51:09.391Z | Downloaded whoami v1.5.1 |
950 | 2024-08-27T21:51:09.391Z | Downloaded pkcs5 v0.7.1 |
951 | 2024-08-27T21:51:09.395Z | Downloaded compact_str v0.8.0 |
952 | 2024-08-27T21:51:09.398Z | Downloaded libxml v0.3.3 |
953 | 2024-08-27T21:51:09.405Z | Downloaded filetime v0.2.24 |
954 | 2024-08-27T21:51:09.408Z | Downloaded mio v0.8.11 |
955 | 2024-08-27T21:51:09.410Z | Downloaded take_mut v0.2.2 |
956 | 2024-08-27T21:51:09.413Z | Downloaded tabwriter v1.4.0 |
957 | 2024-08-27T21:51:09.413Z | Downloaded walkdir v2.5.0 |
958 | 2024-08-27T21:51:09.415Z | Downloaded env_logger v0.10.2 |
959 | 2024-08-27T21:51:09.418Z | Downloaded minimal-lexical v0.2.1 |
960 | 2024-08-27T21:51:09.430Z | Downloaded libsqlite3-sys v0.28.0 |
961 | 2024-08-27T21:51:09.498Z | Downloaded hostname v0.4.0 |
962 | 2024-08-27T21:51:09.501Z | Downloaded rustls-pemfile v2.1.3 |
963 | 2024-08-27T21:51:09.503Z | Downloaded backtrace v0.3.71 |
964 | 2024-08-27T21:51:09.506Z | Downloaded cc v1.0.97 |
965 | 2024-08-27T21:51:09.509Z | Downloaded which v4.4.2 |
966 | 2024-08-27T21:51:09.511Z | Downloaded unicase v2.7.0 |
967 | 2024-08-27T21:51:09.514Z | Downloaded unarray v0.1.4 |
968 | 2024-08-27T21:51:09.514Z | Downloaded parking_lot_core v0.8.6 |
969 | 2024-08-27T21:51:09.517Z | Downloaded vte v0.11.1 |
970 | 2024-08-27T21:51:09.517Z | Downloaded vsss-rs v3.3.4 |
971 | 2024-08-27T21:51:09.519Z | Downloaded psl-types v2.0.11 |
972 | 2024-08-27T21:51:09.522Z | Downloaded base64 v0.22.1 |
973 | 2024-08-27T21:51:09.524Z | Downloaded structmeta v0.3.0 |
974 | 2024-08-27T21:51:09.524Z | Downloaded structmeta v0.2.0 |
975 | 2024-08-27T21:51:09.527Z | Downloaded parking_lot_core v0.9.10 |
976 | 2024-08-27T21:51:09.527Z | Downloaded socket2 v0.4.10 |
977 | 2024-08-27T21:51:09.529Z | Downloaded tokio-stream v0.1.15 |
978 | 2024-08-27T21:51:09.532Z | Downloaded crossbeam-epoch v0.9.18 |
979 | 2024-08-27T21:51:09.534Z | Downloaded mockall_derive v0.13.0 |
980 | 2024-08-27T21:51:09.537Z | Downloaded rustc_version v0.1.7 |
981 | 2024-08-27T21:51:09.537Z | Downloaded env_logger v0.9.3 |
982 | 2024-08-27T21:51:09.540Z | Downloaded socket2 v0.5.7 |
983 | 2024-08-27T21:51:09.542Z | Downloaded num-traits v0.2.19 |
984 | 2024-08-27T21:51:09.545Z | Downloaded miniz_oxide v0.7.2 |
985 | 2024-08-27T21:51:09.548Z | Downloaded cookie v0.17.0 |
986 | 2024-08-27T21:51:09.551Z | Downloaded same-file v1.0.6 |
987 | 2024-08-27T21:51:09.551Z | Downloaded tracing-attributes v0.1.27 |
988 | 2024-08-27T21:51:09.551Z | Downloaded chacha20poly1305 v0.10.1 |
989 | 2024-08-27T21:51:09.553Z | Downloaded arc-swap v1.7.1 |
990 | 2024-08-27T21:51:09.556Z | Downloaded base64 v0.13.1 |
991 | 2024-08-27T21:51:09.559Z | Downloaded form_urlencoded v1.2.1 |
992 | 2024-08-27T21:51:09.562Z | Downloaded slog-term v2.9.1 |
993 | 2024-08-27T21:51:09.562Z | Downloaded wait-timeout v0.2.0 |
994 | 2024-08-27T21:51:09.565Z | Downloaded indexmap v1.9.3 |
995 | 2024-08-27T21:51:09.568Z | Downloaded blake2 v0.10.6 |
996 | 2024-08-27T21:51:09.570Z | Downloaded cookie_store v0.20.0 |
997 | 2024-08-27T21:51:09.570Z | Downloaded multer v3.1.0 |
998 | 2024-08-27T21:51:09.573Z | Downloaded bitfield v0.14.0 |
999 | 2024-08-27T21:51:09.577Z | Downloaded allocator-api2 v0.2.18 |
1000 | 2024-08-27T21:51:09.577Z | Downloaded zone v0.1.8 |
1001 | 2024-08-27T21:51:09.580Z | Downloaded topological-sort v0.2.2 |
1002 | 2024-08-27T21:51:09.580Z | Downloaded siphasher v0.3.11 |
1003 | 2024-08-27T21:51:09.580Z | Downloaded signal-hook-mio v0.2.4 |
1004 | 2024-08-27T21:51:09.580Z | Downloaded serde_arrays v0.1.0 |
1005 | 2024-08-27T21:51:09.582Z | Downloaded olpc-cjson v0.1.3 |
1006 | 2024-08-27T21:51:09.582Z | Downloaded num_enum_derive v0.5.11 |
1007 | 2024-08-27T21:51:09.582Z | Downloaded indicatif v0.17.8 |
1008 | 2024-08-27T21:51:09.587Z | Downloaded debug-ignore v1.0.5 |
1009 | 2024-08-27T21:51:09.589Z | Downloaded cbc v0.1.2 |
1010 | 2024-08-27T21:51:09.590Z | Downloaded cassowary v0.3.0 |
1011 | 2024-08-27T21:51:09.592Z | Downloaded libsw v3.3.1 |
1012 | 2024-08-27T21:51:09.592Z | Downloaded kstat-rs v0.2.4 |
1013 | 2024-08-27T21:51:09.594Z | Downloaded instability v0.3.2 |
1014 | 2024-08-27T21:51:09.594Z | Downloaded hyper-tls v0.5.0 |
1015 | 2024-08-27T21:51:09.597Z | Downloaded chacha20 v0.9.1 |
1016 | 2024-08-27T21:51:09.597Z | Downloaded bit-set v0.5.3 |
1017 | 2024-08-27T21:51:09.602Z | Downloaded arrayvec v0.7.4 |
1018 | 2024-08-27T21:51:09.602Z | Downloaded array-init v0.0.4 |
1019 | 2024-08-27T21:51:09.604Z | Downloaded console v0.15.8 |
1020 | 2024-08-27T21:51:09.604Z | Downloaded buf-list v1.0.3 |
1021 | 2024-08-27T21:51:09.607Z | Downloaded newline-converter v0.3.0 |
1022 | 2024-08-27T21:51:09.607Z | Downloaded assert_matches v1.5.0 |
1023 | 2024-08-27T21:51:09.607Z | Downloaded ciborium v0.2.2 |
1024 | 2024-08-27T21:51:09.612Z | Downloaded darling_macro v0.20.9 |
1025 | 2024-08-27T21:51:09.612Z | Downloaded crucible-workspace-hack v0.1.0 |
1026 | 2024-08-27T21:51:09.612Z | Downloaded ciborium-io v0.2.2 |
1027 | 2024-08-27T21:51:09.612Z | Downloaded backoff v0.4.0 |
1028 | 2024-08-27T21:51:09.615Z | Downloaded async-bb8-diesel v0.2.1 |
1029 | 2024-08-27T21:51:09.615Z | Downloaded hyper-rustls v0.24.2 |
1030 | 2024-08-27T21:51:09.617Z | Downloaded ascii v1.1.0 |
1031 | 2024-08-27T21:51:09.620Z | Downloaded argon2 v0.5.3 |
1032 | 2024-08-27T21:51:09.620Z | Downloaded hubpack v0.1.2 |
1033 | 2024-08-27T21:51:09.623Z | Downloaded jobserver v0.1.32 |
1034 | 2024-08-27T21:51:09.623Z | Downloaded iana-time-zone v0.1.60 |
1035 | 2024-08-27T21:51:09.625Z | Downloaded hyper-staticfile v0.9.5 |
1036 | 2024-08-27T21:51:09.628Z | Downloaded async-recursion v1.1.1 |
1037 | 2024-08-27T21:51:09.631Z | Downloaded ring v0.17.8 |
1038 | 2024-08-27T21:51:09.699Z | Downloaded data-encoding v2.6.0 |
1039 | 2024-08-27T21:51:09.702Z | Downloaded curve25519-dalek-derive v0.1.1 |
1040 | 2024-08-27T21:51:09.702Z | Downloaded bit-vec v0.6.3 |
1041 | 2024-08-27T21:51:09.705Z | Downloaded aead v0.5.2 |
1042 | 2024-08-27T21:51:09.705Z | Downloaded managed v0.8.0 |
1043 | 2024-08-27T21:51:09.705Z | Downloaded humantime v2.1.0 |
1044 | 2024-08-27T21:51:09.707Z | Downloaded block-padding v0.3.3 |
1045 | 2024-08-27T21:51:09.707Z | Downloaded atomic-waker v1.1.2 |
1046 | 2024-08-27T21:51:09.710Z | Downloaded linear-map v1.2.0 |
1047 | 2024-08-27T21:51:09.710Z | Downloaded constant_time_eq v0.3.0 |
1048 | 2024-08-27T21:51:09.713Z | Downloaded ascii-canvas v3.0.0 |
1049 | 2024-08-27T21:51:09.713Z | Downloaded ciborium-ll v0.2.2 |
1050 | 2024-08-27T21:51:09.713Z | Downloaded castaway v0.2.3 |
1051 | 2024-08-27T21:51:09.715Z | Downloaded bitfield-struct v0.6.1 |
1052 | 2024-08-27T21:51:09.715Z | Downloaded inout v0.1.3 |
1053 | 2024-08-27T21:51:09.715Z | Downloaded indent_write v2.2.0 |
1054 | 2024-08-27T21:51:09.719Z | Downloaded httpdate v1.0.3 |
1055 | 2024-08-27T21:51:09.719Z | Downloaded colored v2.1.0 |
1056 | 2024-08-27T21:51:09.722Z | Downloaded bb8 v0.8.5 |
1057 | 2024-08-27T21:51:09.735Z | Downloaded ring v0.16.20 |
1058 | 2024-08-27T21:51:09.903Z | Compiling cfg-if v1.0.0 |
1059 | 2024-08-27T21:51:09.903Z | Compiling serde v1.0.208 |
1060 | 2024-08-27T21:51:09.905Z | Compiling typenum v1.17.0 |
1061 | 2024-08-27T21:51:09.905Z | Compiling generic-array v0.14.7 |
1062 | 2024-08-27T21:51:09.905Z | Compiling lock_api v0.4.12 |
1063 | 2024-08-27T21:51:10.058Z | Compiling syn v2.0.74 |
1064 | 2024-08-27T21:51:10.060Z | Compiling scopeguard v1.2.0 |
1065 | 2024-08-27T21:51:10.060Z | Compiling log v0.4.21 |
1066 | 2024-08-27T21:51:10.141Z | Compiling getrandom v0.2.14 |
1067 | 2024-08-27T21:51:10.272Z | Compiling jobserver v0.1.32 |
1068 | 2024-08-27T21:51:10.410Z | Compiling rand_core v0.6.4 |
1069 | 2024-08-27T21:51:10.507Z | Compiling subtle v2.5.0 |
1070 | 2024-08-27T21:51:10.619Z | Compiling cc v1.0.97 |
1071 | 2024-08-27T21:51:10.638Z | Compiling const-oid v0.9.6 |
1072 | 2024-08-27T21:51:10.848Z | Compiling smallvec v1.13.2 |
1073 | 2024-08-27T21:51:10.912Z | Compiling pin-project-lite v0.2.14 |
1074 | 2024-08-27T21:51:10.932Z | Compiling parking_lot_core v0.9.10 |
1075 | 2024-08-27T21:51:11.038Z | Compiling signal-hook-registry v1.4.2 |
1076 | 2024-08-27T21:51:11.184Z | Compiling spin v0.9.8 |
1077 | 2024-08-27T21:51:11.440Z | Compiling mio v1.0.2 |
1078 | 2024-08-27T21:51:11.746Z | Compiling ahash v0.8.11 |
1079 | 2024-08-27T21:51:11.950Z | Compiling parking_lot v0.12.2 |
1080 | 2024-08-27T21:51:12.115Z | Compiling tinyvec_macros v0.1.1 |
1081 | 2024-08-27T21:51:12.210Z | Compiling tinyvec v1.6.0 |
1082 | 2024-08-27T21:51:12.298Z | Compiling socket2 v0.5.7 |
1083 | 2024-08-27T21:51:12.703Z | Compiling libm v0.2.8 |
1084 | 2024-08-27T21:51:12.812Z | Compiling futures-core v0.3.30 |
1085 | 2024-08-27T21:51:12.905Z | Compiling cpufeatures v0.2.12 |
1086 | 2024-08-27T21:51:12.984Z | Compiling futures-sink v0.3.30 |
1087 | 2024-08-27T21:51:13.009Z | Compiling serde_json v1.0.125 |
1088 | 2024-08-27T21:51:13.057Z | Compiling num-traits v0.2.19 |
1089 | 2024-08-27T21:51:13.103Z | Compiling slab v0.4.9 |
1090 | 2024-08-27T21:51:13.144Z | Compiling allocator-api2 v0.2.18 |
1091 | 2024-08-27T21:51:13.321Z | Compiling unicode-bidi v0.3.15 |
1092 | 2024-08-27T21:51:13.610Z | Compiling futures-channel v0.3.30 |
1093 | 2024-08-27T21:51:13.814Z | Compiling unicode-normalization v0.1.23 |
1094 | 2024-08-27T21:51:13.878Z | Compiling futures-io v0.3.30 |
1095 | 2024-08-27T21:51:14.005Z | Compiling futures-task v0.3.30 |
1096 | 2024-08-27T21:51:14.047Z | Compiling pkg-config v0.3.30 |
1097 | 2024-08-27T21:51:14.196Z | Compiling vcpkg v0.2.15 |
1098 | 2024-08-27T21:51:14.316Z | Compiling pin-utils v0.1.0 |
1099 | 2024-08-27T21:51:14.418Z | Compiling base64ct v1.6.0 |
1100 | 2024-08-27T21:51:14.965Z | Compiling pem-rfc7468 v0.7.0 |
1101 | 2024-08-27T21:51:15.040Z | Compiling ppv-lite86 v0.2.17 |
1102 | 2024-08-27T21:51:15.042Z | Compiling ring v0.17.8 |
1103 | 2024-08-27T21:51:15.062Z | Compiling flagset v0.4.5 |
1104 | 2024-08-27T21:51:15.282Z | Compiling percent-encoding v2.3.1 |
1105 | 2024-08-27T21:51:15.650Z | Compiling tracing-core v0.1.32 |
1106 | 2024-08-27T21:51:15.669Z | Compiling untrusted v0.9.0 |
1107 | 2024-08-27T21:51:15.748Z | Compiling rustix v0.38.34 |
1108 | 2024-08-27T21:51:15.805Z | Compiling rand_chacha v0.3.1 |
1109 | 2024-08-27T21:51:15.845Z | Compiling time-core v0.1.2 |
1110 | 2024-08-27T21:51:16.028Z | Compiling openssl v0.10.66 |
1111 | 2024-08-27T21:51:16.495Z | Compiling openssl-sys v0.9.103 |
1112 | 2024-08-27T21:51:16.497Z | Compiling rand v0.8.5 |
1113 | 2024-08-27T21:51:16.688Z | Compiling foreign-types-shared v0.1.1 |
1114 | 2024-08-27T21:51:16.794Z | Compiling rustversion v1.0.17 |
1115 | 2024-08-27T21:51:17.017Z | Compiling num-conv v0.1.0 |
1116 | 2024-08-27T21:51:17.067Z | Compiling powerfmt v0.2.0 |
1117 | 2024-08-27T21:51:17.305Z | Compiling httparse v1.8.0 |
1118 | 2024-08-27T21:51:17.451Z | Compiling deranged v0.3.11 |
1119 | 2024-08-27T21:51:17.596Z | Compiling time-macros v0.2.18 |
1120 | 2024-08-27T21:51:17.731Z | Compiling foreign-types v0.3.2 |
1121 | 2024-08-27T21:51:17.828Z | Compiling form_urlencoded v1.2.1 |
1122 | 2024-08-27T21:51:18.074Z | Compiling aho-corasick v1.1.3 |
1123 | 2024-08-27T21:51:18.148Z | Compiling native-tls v0.2.11 |
1124 | 2024-08-27T21:51:18.373Z | Compiling siphasher v0.3.11 |
1125 | 2024-08-27T21:51:18.472Z | Compiling crossbeam-utils v0.8.19 |
1126 | 2024-08-27T21:51:18.754Z | Compiling regex-syntax v0.8.4 |
1127 | 2024-08-27T21:51:19.120Z | Compiling num_threads v0.1.7 |
1128 | 2024-08-27T21:51:19.147Z | Compiling syn v1.0.109 |
1129 | 2024-08-27T21:51:19.261Z | Compiling try-lock v0.2.5 |
1130 | 2024-08-27T21:51:19.299Z | Compiling rustls v0.21.12 |
1131 | 2024-08-27T21:51:19.397Z | Compiling want v0.3.1 |
1132 | 2024-08-27T21:51:19.841Z | Compiling idna v0.5.0 |
1133 | 2024-08-27T21:51:20.273Z | Compiling cookie v0.17.0 |
1134 | 2024-08-27T21:51:20.580Z | Compiling openssl-probe v0.1.5 |
1135 | 2024-08-27T21:51:20.766Z | Compiling time v0.3.36 |
1136 | 2024-08-27T21:51:20.915Z | Compiling finl_unicode v1.2.0 |
1137 | 2024-08-27T21:51:21.011Z | Compiling tower-service v0.3.2 |
1138 | 2024-08-27T21:51:21.126Z | Compiling adler v1.0.2 |
1139 | 2024-08-27T21:51:21.379Z | Compiling iana-time-zone v0.1.60 |
1140 | 2024-08-27T21:51:21.397Z | Compiling httpdate v1.0.3 |
1141 | 2024-08-27T21:51:21.505Z | Compiling slog v2.7.0 |
1142 | 2024-08-27T21:51:21.882Z | Compiling stringprep v0.1.4 |
1143 | 2024-08-27T21:51:21.905Z | Compiling miniz_oxide v0.7.2 |
1144 | 2024-08-27T21:51:22.121Z | Compiling url v2.5.2 |
1145 | 2024-08-27T21:51:23.102Z | Compiling regex-automata v0.4.6 |
1146 | 2024-08-27T21:51:24.089Z | Compiling sct v0.7.1 |
1147 | 2024-08-27T21:51:24.327Z | Compiling rustls-webpki v0.101.7 |
1148 | 2024-08-27T21:51:24.541Z | Compiling serde_derive v1.0.208 |
1149 | 2024-08-27T21:51:24.808Z | Compiling zeroize_derive v1.4.2 |
1150 | 2024-08-27T21:51:25.332Z | Compiling zerocopy-derive v0.7.34 |
1151 | 2024-08-27T21:51:25.548Z | Compiling tokio-macros v2.4.0 |
1152 | 2024-08-27T21:51:26.065Z | Compiling thiserror-impl v1.0.63 |
1153 | 2024-08-27T21:51:26.293Z | Compiling futures-macro v0.3.30 |
1154 | 2024-08-27T21:51:26.526Z | Compiling zeroize v1.7.0 |
1155 | 2024-08-27T21:51:27.282Z | Compiling der_derive v0.7.2 |
1156 | 2024-08-27T21:51:27.650Z | Compiling zerocopy v0.7.34 |
1157 | 2024-08-27T21:51:28.298Z | Compiling crypto-common v0.1.6 |
1158 | 2024-08-27T21:51:28.344Z | Compiling block-buffer v0.10.4 |
1159 | 2024-08-27T21:51:28.533Z | Compiling block-padding v0.3.3 |
1160 | 2024-08-27T21:51:28.605Z | Compiling digest v0.10.7 |
1161 | 2024-08-27T21:51:28.794Z | Compiling inout v0.1.3 |
1162 | 2024-08-27T21:51:29.074Z | Compiling hmac v0.12.1 |
1163 | 2024-08-27T21:51:29.103Z | Compiling sha2 v0.10.8 |
1164 | 2024-08-27T21:51:29.318Z | Compiling cipher v0.4.4 |
1165 | 2024-08-27T21:51:29.456Z | Compiling thiserror v1.0.63 |
1166 | 2024-08-27T21:51:29.593Z | Compiling futures-util v0.3.30 |
1167 | 2024-08-27T21:51:29.838Z | Compiling hashbrown v0.14.5 |
1168 | 2024-08-27T21:51:29.867Z | Compiling pest v2.7.10 |
1169 | 2024-08-27T21:51:29.870Z | Compiling der v0.7.9 |
1170 | 2024-08-27T21:51:31.281Z | Compiling salsa20 v0.10.2 |
1171 | 2024-08-27T21:51:31.516Z | Compiling pbkdf2 v0.12.2 |
1172 | 2024-08-27T21:51:31.701Z | Compiling scroll_derive v0.12.0 |
1173 | 2024-08-27T21:51:32.723Z | Compiling pest_meta v2.7.10 |
1174 | 2024-08-27T21:51:32.918Z | Compiling tracing-attributes v0.1.27 |
1175 | 2024-08-27T21:51:33.208Z | Compiling spki v0.7.3 |
1176 | 2024-08-27T21:51:33.243Z | Compiling scroll v0.12.0 |
1177 | 2024-08-27T21:51:33.578Z | Compiling scrypt v0.11.0 |
1178 | 2024-08-27T21:51:33.802Z | Compiling cbc v0.1.2 |
1179 | 2024-08-27T21:51:34.030Z | Compiling pest_generator v2.7.10 |
1180 | 2024-08-27T21:51:34.126Z | Compiling aes v0.8.4 |
1181 | 2024-08-27T21:51:35.868Z | Compiling pkcs5 v0.7.1 |
1182 | 2024-08-27T21:51:36.051Z | Compiling goblin v0.8.2 |
1183 | 2024-08-27T21:51:36.119Z | Compiling openssl-macros v0.1.1 |
1184 | 2024-08-27T21:51:36.812Z | Compiling tracing v0.1.40 |
1185 | 2024-08-27T21:51:36.942Z | Compiling pkcs8 v0.10.2 |
1186 | 2024-08-27T21:51:36.960Z | Compiling md-5 v0.10.6 |
1187 | 2024-08-27T21:51:37.208Z | Compiling num-integer v0.1.46 |
1188 | 2024-08-27T21:51:37.330Z | Compiling backtrace v0.3.71 |
1189 | 2024-08-27T21:51:37.664Z | Compiling idna v0.3.0 |
1190 | 2024-08-27T21:51:37.802Z | Compiling pest_derive v2.7.10 |
1191 | 2024-08-27T21:51:37.823Z | Compiling lazy_static v1.5.0 |
1192 | 2024-08-27T21:51:37.869Z | Compiling hash32 v0.2.1 |
1193 | 2024-08-27T21:51:37.944Z | Compiling base64 v0.22.1 |
1194 | 2024-08-27T21:51:38.022Z | Compiling psl-types v2.0.11 |
1195 | 2024-08-27T21:51:38.222Z | Compiling fallible-iterator v0.2.0 |
1196 | 2024-08-27T21:51:38.267Z | Compiling gimli v0.28.1 |
1197 | 2024-08-27T21:51:38.605Z | Compiling dtrace-parser v0.2.0 |
1198 | 2024-08-27T21:51:38.753Z | Compiling num-bigint-dig v0.8.4 |
1199 | 2024-08-27T21:51:38.960Z | Compiling bytes v1.7.1 |
1200 | 2024-08-27T21:51:39.074Z | Compiling bitflags v2.6.0 |
1201 | 2024-08-27T21:51:39.240Z | Compiling indexmap v2.4.0 |
1202 | 2024-08-27T21:51:39.558Z | Compiling semver v1.0.23 |
1203 | 2024-08-27T21:51:40.264Z | Compiling tokio v1.39.3 |
1204 | 2024-08-27T21:51:40.341Z | Compiling http v0.2.12 |
1205 | 2024-08-27T21:51:40.675Z | Compiling rustc_version v0.4.0 |
1206 | 2024-08-27T21:51:41.426Z | Compiling heapless v0.7.17 |
1207 | 2024-08-27T21:51:41.899Z | Compiling http-body v0.4.6 |
1208 | 2024-08-27T21:51:42.363Z | Compiling dof v0.3.0 |
1209 | 2024-08-27T21:51:42.906Z | Compiling uuid v1.10.0 |
1210 | 2024-08-27T21:51:43.352Z | Compiling usdt-impl v0.5.0 |
1211 | 2024-08-27T21:51:43.979Z | Compiling serde_spanned v0.6.7 |
1212 | 2024-08-27T21:51:44.215Z | Compiling chrono v0.4.38 |
1213 | 2024-08-27T21:51:44.379Z | Compiling serde_tokenstream v0.2.2 |
1214 | 2024-08-27T21:51:44.566Z | Compiling toml_datetime v0.6.8 |
1215 | 2024-08-27T21:51:44.957Z | Compiling smoltcp v0.9.1 |
1216 | 2024-08-27T21:51:45.015Z | Compiling crc32fast v1.4.0 |
1217 | 2024-08-27T21:51:45.096Z | Compiling stable_deref_trait v1.2.0 |
1218 | 2024-08-27T21:51:45.200Z | Compiling signal-hook v0.3.17 |
1219 | 2024-08-27T21:51:45.491Z | Compiling cfg_aliases v0.1.1 |
1220 | 2024-08-27T21:51:45.590Z | Compiling nix v0.28.0 |
1221 | 2024-08-27T21:51:45.777Z | Compiling terminal_size v0.3.0 |
1222 | 2024-08-27T21:51:45.978Z | Compiling addr2line v0.21.0 |
1223 | 2024-08-27T21:51:46.204Z | Compiling postgres-protocol v0.6.7 |
1224 | 2024-08-27T21:51:46.459Z | Compiling publicsuffix v2.2.3 |
1225 | 2024-08-27T21:51:46.507Z | Compiling hubpack_derive v0.1.1 |
1226 | 2024-08-27T21:51:46.701Z | Compiling num-iter v0.1.45 |
1227 | 2024-08-27T21:51:46.719Z | Compiling async-trait v0.1.81 |
1228 | 2024-08-27T21:51:46.866Z | Compiling zerocopy-derive v0.6.6 |
1229 | 2024-08-27T21:51:47.576Z | Compiling phf_shared v0.11.2 |
1230 | 2024-08-27T21:51:47.954Z | Compiling serde_derive_internals v0.29.1 |
1231 | 2024-08-27T21:51:47.971Z | Compiling ff v0.13.0 |
1232 | 2024-08-27T21:51:48.008Z | Compiling object v0.32.2 |
1233 | 2024-08-27T21:51:48.189Z | Compiling fs-err v2.11.0 |
1234 | 2024-08-27T21:51:48.278Z | Compiling managed v0.8.0 |
1235 | 2024-08-27T21:51:48.488Z | Compiling schemars v0.8.21 |
1236 | 2024-08-27T21:51:48.707Z | Compiling tokio-util v0.7.11 |
1237 | 2024-08-27T21:51:49.023Z | Compiling tokio-rustls v0.24.1 |
1238 | 2024-08-27T21:51:49.436Z | Compiling tokio-native-tls v0.3.1 |
1239 | 2024-08-27T21:51:49.485Z | Compiling either v1.13.0 |
1240 | 2024-08-27T21:51:49.549Z | Compiling base16ct v0.2.0 |
1241 | 2024-08-27T21:51:49.716Z | Compiling h2 v0.3.26 |
1242 | 2024-08-27T21:51:49.868Z | Compiling ipnet v2.9.0 |
1243 | 2024-08-27T21:51:49.933Z | Compiling bitflags v1.3.2 |
1244 | 2024-08-27T21:51:50.024Z | Compiling winnow v0.5.40 |
1245 | 2024-08-27T21:51:50.073Z | Compiling base64 v0.21.7 |
1246 | 2024-08-27T21:51:50.680Z | Compiling rustc-demangle v0.1.24 |
1247 | 2024-08-27T21:51:50.841Z | Compiling anyhow v1.0.86 |
1248 | 2024-08-27T21:51:51.064Z | Compiling clap_builder v4.5.15 |
1249 | 2024-08-27T21:51:51.365Z | Compiling schemars_derive v0.8.21 |
1250 | 2024-08-27T21:51:51.712Z | Compiling rustls-pemfile v1.0.4 |
1251 | 2024-08-27T21:51:52.177Z | Compiling sec1 v0.7.3 |
1252 | 2024-08-27T21:51:52.767Z | Compiling zerocopy v0.6.6 |
1253 | 2024-08-27T21:51:53.668Z | Compiling toml_edit v0.19.15 |
1254 | 2024-08-27T21:51:53.944Z | Compiling group v0.13.0 |
1255 | 2024-08-27T21:51:54.070Z | Compiling phf v0.11.2 |
1256 | 2024-08-27T21:51:54.268Z | Compiling hubpack v0.1.2 |
1257 | 2024-08-27T21:51:54.366Z | Compiling cookie_store v0.20.0 |
1258 | 2024-08-27T21:51:54.809Z | Compiling postgres-types v0.2.7 |
1259 | 2024-08-27T21:51:55.943Z | Compiling usdt-macro v0.5.0 |
1260 | 2024-08-27T21:51:55.960Z | Compiling usdt-attr-macro v0.5.0 |
1261 | 2024-08-27T21:51:57.394Z | Compiling hyper v0.14.30 |
1262 | 2024-08-27T21:51:57.644Z | Compiling serde_urlencoded v0.7.1 |
1263 | 2024-08-27T21:51:57.797Z | Compiling pkcs1 v0.7.5 |
1264 | 2024-08-27T21:51:58.179Z | Compiling futures-executor v0.3.30 |
1265 | 2024-08-27T21:51:58.351Z | Compiling hkdf v0.12.4 |
1266 | 2024-08-27T21:51:58.617Z | Compiling signature v2.2.0 |
1267 | 2024-08-27T21:51:58.757Z | Compiling regex v1.10.6 |
1268 | 2024-08-27T21:51:58.784Z | Compiling bstr v1.9.1 |
1269 | 2024-08-27T21:51:58.920Z | Compiling crypto-bigint v0.5.5 |
1270 | 2024-08-27T21:51:59.863Z | Compiling clap_derive v4.5.13 |
1271 | 2024-08-27T21:52:00.382Z | Compiling enum-as-inner v0.6.0 |
1272 | 2024-08-27T21:52:00.617Z | Compiling serde_repr v0.1.19 |
1273 | 2024-08-27T21:52:00.678Z | Compiling strum_macros v0.25.3 |
1274 | 2024-08-27T21:52:01.517Z | Compiling phf_shared v0.10.0 |
1275 | 2024-08-27T21:52:01.813Z | Compiling float-cmp v0.9.0 |
1276 | 2024-08-27T21:52:01.844Z | Compiling idna v0.4.0 |
1277 | 2024-08-27T21:52:01.915Z | Compiling mio v0.8.11 |
1278 | 2024-08-27T21:52:02.027Z | Compiling encoding_rs v0.8.34 |
1279 | 2024-08-27T21:52:03.138Z | Compiling static_assertions v1.1.0 |
1280 | 2024-08-27T21:52:03.247Z | Compiling predicates-core v1.0.6 |
1281 | 2024-08-27T21:52:03.481Z | Compiling normalize-line-endings v0.3.0 |
1282 | 2024-08-27T21:52:03.601Z | Compiling mime v0.3.17 |
1283 | 2024-08-27T21:52:03.619Z | Compiling difflib v0.4.0 |
1284 | 2024-08-27T21:52:04.206Z | Compiling bit-vec v0.6.3 |
1285 | 2024-08-27T21:52:04.686Z | Compiling hyper-tls v0.5.0 |
1286 | 2024-08-27T21:52:04.889Z | Compiling hyper-rustls v0.24.2 |
1287 | 2024-08-27T21:52:04.908Z | Compiling sync_wrapper v0.1.2 |
1288 | 2024-08-27T21:52:05.034Z | Compiling fixedbitset v0.4.2 |
1289 | 2024-08-27T21:52:05.050Z | Compiling precomputed-hash v0.1.1 |
1290 | 2024-08-27T21:52:05.168Z | Compiling data-encoding v2.6.0 |
1291 | 2024-08-27T21:52:05.187Z | Compiling webpki-roots v0.25.4 |
1292 | 2024-08-27T21:52:05.204Z | Compiling whoami v1.5.1 |
1293 | 2024-08-27T21:52:05.244Z | Compiling unicode-segmentation v1.11.0 |
1294 | 2024-08-27T21:52:05.350Z | Compiling minimal-lexical v0.2.1 |
1295 | 2024-08-27T21:52:05.468Z | Compiling new_debug_unreachable v1.0.6 |
1296 | 2024-08-27T21:52:05.566Z | Compiling dyn-clone v1.0.17 |
1297 | 2024-08-27T21:52:05.794Z | Compiling nom v7.1.3 |
1298 | 2024-08-27T21:52:05.875Z | Compiling string_cache v0.8.7 |
1299 | 2024-08-27T21:52:06.107Z | Compiling similar v2.6.0 |
1300 | 2024-08-27T21:52:06.401Z | Compiling hickory-proto v0.24.1 |
1301 | 2024-08-27T21:52:06.631Z | Compiling tokio-postgres v0.7.11 |
1302 | 2024-08-27T21:52:07.561Z | Compiling reqwest v0.11.27 |
1303 | 2024-08-27T21:52:07.602Z | Compiling petgraph v0.6.5 |
1304 | 2024-08-27T21:52:08.657Z | Compiling toml_edit v0.22.20 |
1305 | 2024-08-27T21:52:09.691Z | Compiling console v0.15.8 |
1306 | 2024-08-27T21:52:09.755Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1307 | 2024-08-27T21:52:10.206Z | Compiling clap v4.5.16 |
1308 | 2024-08-27T21:52:10.327Z | Compiling bit-set v0.5.3 |
1309 | 2024-08-27T21:52:10.612Z | Compiling predicates v3.1.2 |
1310 | 2024-08-27T21:52:11.261Z | Compiling usdt v0.5.0 |
1311 | 2024-08-27T21:52:11.673Z | Compiling signal-hook-mio v0.2.4 |
1312 | 2024-08-27T21:52:11.699Z | Compiling elliptic-curve v0.13.8 |
1313 | 2024-08-27T21:52:11.858Z | Compiling rsa v0.9.6 |
1314 | 2024-08-27T21:52:12.309Z | Compiling futures v0.3.30 |
1315 | 2024-08-27T21:52:12.360Z | Compiling flate2 v1.0.31 |
1316 | 2024-08-27T21:52:12.429Z | Compiling toml v0.7.8 |
1317 | 2024-08-27T21:52:14.236Z | Compiling itertools v0.10.5 |
1318 | 2024-08-27T21:52:15.079Z | Compiling itertools v0.12.1 |
1319 | 2024-08-27T21:52:16.224Z | Compiling tokio-stream v0.1.15 |
1320 | 2024-08-27T21:52:16.796Z | Compiling openapiv3 v2.0.0 |
1321 | 2024-08-27T21:52:16.816Z | Compiling hex v0.4.3 |
1322 | 2024-08-27T21:52:17.113Z | Compiling sha1 v0.10.6 |
1323 | 2024-08-27T21:52:17.196Z | Compiling crossbeam-epoch v0.9.18 |
1324 | 2024-08-27T21:52:17.286Z | Compiling dirs-sys-next v0.1.2 |
1325 | 2024-08-27T21:52:17.448Z | Compiling peg-runtime v0.8.3 |
1326 | 2024-08-27T21:52:17.539Z | Compiling lalrpop-util v0.19.12 |
1327 | 2024-08-27T21:52:17.900Z | Compiling unicode-xid v0.2.4 |
1328 | 2024-08-27T21:52:17.948Z | Compiling dirs-next v2.0.0 |
1329 | 2024-08-27T21:52:17.977Z | Compiling thread_local v1.1.8 |
1330 | 2024-08-27T21:52:18.078Z | Compiling slog-async v2.8.0 |
1331 | 2024-08-27T21:52:18.096Z | Compiling term v0.7.0 |
1332 | 2024-08-27T21:52:18.136Z | Compiling xattr v1.3.1 |
1333 | 2024-08-27T21:52:18.302Z | Compiling strum_macros v0.26.4 |
1334 | 2024-08-27T21:52:18.413Z | Compiling crossbeam-channel v0.5.12 |
1335 | 2024-08-27T21:52:18.522Z | Compiling filetime v0.2.24 |
1336 | 2024-08-27T21:52:18.703Z | Compiling is-terminal v0.4.12 |
1337 | 2024-08-27T21:52:18.831Z | Compiling take_mut v0.2.2 |
1338 | 2024-08-27T21:52:18.833Z | Compiling slog-term v2.9.1 |
1339 | 2024-08-27T21:52:18.991Z | Compiling tar v0.4.41 |
1340 | 2024-08-27T21:52:19.675Z | Compiling camino v1.1.9 |
1341 | 2024-08-27T21:52:21.468Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1342 | 2024-08-27T21:52:21.809Z | Compiling strum v0.26.3 |
1343 | 2024-08-27T21:52:21.886Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1344 | 2024-08-27T21:52:26.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1345 | 2024-08-27T21:52:27.094Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1346 | 2024-08-27T21:52:27.142Z | Aug 27 21:52:26.373 INFO Starting download, target: Clickhouse |
1347 | 2024-08-27T21:52:27.142Z | Aug 27 21:52:26.373 INFO Starting download, target: Console |
1348 | 2024-08-27T21:52:27.142Z | Aug 27 21:52:26.373 INFO Starting download, target: Cockroach |
1349 | 2024-08-27T21:52:27.144Z | Aug 27 21:52:26.373 INFO Starting download, target: DendriteOpenapi |
1350 | 2024-08-27T21:52:27.144Z | Aug 27 21:52:26.373 INFO Starting download, target: DendriteStub |
1351 | 2024-08-27T21:52:27.144Z | Aug 27 21:52:26.373 INFO Starting download, target: MaghemiteMgd |
1352 | 2024-08-27T21:52:27.144Z | Aug 27 21:52:26.373 INFO Starting download, target: TransceiverControl |
1353 | 2024-08-27T21:52:27.144Z | Aug 27 21:52:26.374 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1354 | 2024-08-27T21:52:27.145Z | Aug 27 21:52:26.374 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1355 | 2024-08-27T21:52:27.145Z | Aug 27 21:52:26.374 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1356 | 2024-08-27T21:52:27.145Z | Aug 27 21:52:26.374 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1357 | 2024-08-27T21:52:27.145Z | Aug 27 21:52:26.374 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1358 | 2024-08-27T21:52:27.145Z | Aug 27 21:52:26.374 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1359 | 2024-08-27T21:52:27.145Z | Aug 27 21:52:26.374 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1360 | 2024-08-27T21:52:27.266Z | Aug 27 21:52:26.497 INFO Download complete, target: DendriteOpenapi |
1361 | 2024-08-27T21:52:27.485Z | Aug 27 21:52:26.710 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1362 | 2024-08-27T21:52:27.722Z | Aug 27 21:52:26.953 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1363 | 2024-08-27T21:52:27.876Z | Aug 27 21:52:27.107 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1364 | 2024-08-27T21:52:28.236Z | Aug 27 21:52:27.467 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1365 | 2024-08-27T21:52:28.236Z | Aug 27 21:52:27.467 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1366 | 2024-08-27T21:52:28.257Z | Aug 27 21:52:27.488 INFO Download complete, target: TransceiverControl |
1367 | 2024-08-27T21:52:28.800Z | Aug 27 21:52:28.031 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1368 | 2024-08-27T21:52:29.019Z | Aug 27 21:52:28.250 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1369 | 2024-08-27T21:52:29.088Z | Aug 27 21:52:28.319 INFO Download complete, target: Console |
1370 | 2024-08-27T21:52:30.825Z | Aug 27 21:52:30.056 INFO Download complete, target: DendriteStub |
1371 | 2024-08-27T21:52:31.318Z | Aug 27 21:52:30.549 INFO Download complete, target: MaghemiteMgd |
1372 | 2024-08-27T21:52:36.674Z | Aug 27 21:52:35.905 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1373 | 2024-08-27T21:52:36.961Z | Aug 27 21:52:36.192 INFO Checking that binary works, target: Cockroach |
1374 | 2024-08-27T21:52:37.130Z | Aug 27 21:52:36.361 INFO Download complete, target: Cockroach |
1375 | 2024-08-27T21:52:43.180Z | Aug 27 21:52:42.411 INFO Checking that binary works, target: Clickhouse |
1376 | 2024-08-27T21:52:43.817Z | Aug 27 21:52:43.047 INFO Download complete, target: Clickhouse |
1377 | 2024-08-27T21:52:44.087Z | All builder prerequisites installed successfully, and PATH looks valid |
1378 | 2024-08-27T21:52:44.090Z | |
1379 | 2024-08-27T21:52:44.090Z | real 4:00.685147151 |
1380 | 2024-08-27T21:52:44.090Z | user 11:31.064735110 |
1381 | 2024-08-27T21:52:44.090Z | sys 2:25.898380942 |
1382 | 2024-08-27T21:52:44.090Z | trap 0.422310156 |
1383 | 2024-08-27T21:52:44.090Z | tflt 1.498485396 |
1384 | 2024-08-27T21:52:44.090Z | dflt 1.880008699 |
1385 | 2024-08-27T21:52:44.090Z | kflt 0.037343019 |
1386 | 2024-08-27T21:52:44.090Z | lock 23:29.916920549 |
1387 | 2024-08-27T21:52:44.090Z | slp 44:36.490291650 |
1388 | 2024-08-27T21:52:44.090Z | lat 44.253079061 |
1389 | 2024-08-27T21:52:44.090Z | stop 1:53.283027833 |
1390 | 2024-08-27T21:52:44.091Z | + banner hack-check |
1391 | 2024-08-27T21:52:44.095Z | |
1392 | 2024-08-27T21:52:44.095Z | # # ## #### # # #### # # ###### #### # # |
1393 | 2024-08-27T21:52:44.095Z | # # # # # # # # # # # # # # # # # |
1394 | 2024-08-27T21:52:44.095Z | ###### # # # #### ##### # ###### ##### # #### |
1395 | 2024-08-27T21:52:44.095Z | # # ###### # # # # # # # # # # |
1396 | 2024-08-27T21:52:44.095Z | # # # # # # # # # # # # # # # # # |
1397 | 2024-08-27T21:52:44.095Z | # # # # #### # # #### # # ###### #### # # |
1398 | 2024-08-27T21:52:44.095Z | |
1399 | 2024-08-27T21:52:44.095Z | + export CARGO_INCREMENTAL=0 |
1400 | 2024-08-27T21:52:44.095Z | + CARGO_INCREMENTAL=0 |
1401 | 2024-08-27T21:52:44.095Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1402 | 2024-08-27T21:52:44.694Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1403 | 2024-08-27T21:52:48.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
1404 | 2024-08-27T21:52:48.212Z | Running `target/debug/xtask check-features --ci` |
1405 | 2024-08-27T21:52:48.233Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1406 | 2024-08-27T21:52:48.238Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1407 | 2024-08-27T21:52:48.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1408 | 2024-08-27T21:52:48.744Z | Running `target/debug/xtask download cargo-hack` |
1409 | 2024-08-27T21:52:49.574Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1410 | 2024-08-27T21:52:49.944Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1411 | 2024-08-27T21:52:54.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
1412 | 2024-08-27T21:52:54.438Z | Running `target/debug/xtask-downloader cargo-hack` |
1413 | 2024-08-27T21:52:54.475Z | Aug 27 21:52:53.705 INFO Starting download, target: CargoHack |
1414 | 2024-08-27T21:52:54.477Z | Aug 27 21:52:53.706 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1415 | 2024-08-27T21:52:55.070Z | Aug 27 21:52:54.300 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1416 | 2024-08-27T21:52:55.172Z | Aug 27 21:52:54.402 INFO Download complete, target: CargoHack |
1417 | 2024-08-27T21:52:55.175Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1418 | 2024-08-27T21:52:55.191Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1419 | 2024-08-27T21:52:55.350Z | info: running `cargo check --bins` on api_identity (1/154) |
1420 | 2024-08-27T21:52:55.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1421 | 2024-08-27T21:52:55.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1422 | 2024-08-27T21:52:55.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1423 | 2024-08-27T21:52:55.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1424 | 2024-08-27T21:52:55.977Z | |
1425 | 2024-08-27T21:52:55.977Z | info: running `cargo check --bins` on bootstore (2/154) |
1426 | 2024-08-27T21:52:56.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1427 | 2024-08-27T21:52:56.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1428 | 2024-08-27T21:52:56.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1429 | 2024-08-27T21:52:56.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1430 | 2024-08-27T21:52:56.639Z | |
1431 | 2024-08-27T21:52:56.639Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/154) |
1432 | 2024-08-27T21:52:57.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1433 | 2024-08-27T21:52:57.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1434 | 2024-08-27T21:52:57.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1435 | 2024-08-27T21:52:57.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1436 | 2024-08-27T21:52:57.280Z | |
1437 | 2024-08-27T21:52:57.280Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/154) |
1438 | 2024-08-27T21:52:57.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1439 | 2024-08-27T21:52:57.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1440 | 2024-08-27T21:52:57.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1441 | 2024-08-27T21:52:57.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1442 | 2024-08-27T21:52:57.918Z | |
1443 | 2024-08-27T21:52:57.918Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/154) |
1444 | 2024-08-27T21:52:58.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1445 | 2024-08-27T21:52:58.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1446 | 2024-08-27T21:52:58.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1447 | 2024-08-27T21:52:58.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1448 | 2024-08-27T21:52:58.422Z | |
1449 | 2024-08-27T21:52:58.422Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/154) |
1450 | 2024-08-27T21:52:58.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1451 | 2024-08-27T21:52:58.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1452 | 2024-08-27T21:52:58.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1453 | 2024-08-27T21:52:58.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1454 | 2024-08-27T21:52:58.856Z | |
1455 | 2024-08-27T21:52:58.856Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/154) |
1456 | 2024-08-27T21:52:59.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1457 | 2024-08-27T21:52:59.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1458 | 2024-08-27T21:52:59.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1459 | 2024-08-27T21:52:59.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1460 | 2024-08-27T21:52:59.322Z | |
1461 | 2024-08-27T21:52:59.322Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/154) |
1462 | 2024-08-27T21:52:59.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1463 | 2024-08-27T21:52:59.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1464 | 2024-08-27T21:52:59.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1465 | 2024-08-27T21:52:59.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1466 | 2024-08-27T21:52:59.805Z | |
1467 | 2024-08-27T21:52:59.805Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/154) |
1468 | 2024-08-27T21:53:00.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1469 | 2024-08-27T21:53:00.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1470 | 2024-08-27T21:53:00.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1471 | 2024-08-27T21:53:00.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1472 | 2024-08-27T21:53:00.281Z | |
1473 | 2024-08-27T21:53:00.281Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/154) |
1474 | 2024-08-27T21:53:00.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1475 | 2024-08-27T21:53:00.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1476 | 2024-08-27T21:53:00.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1477 | 2024-08-27T21:53:00.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1478 | 2024-08-27T21:53:00.755Z | |
1479 | 2024-08-27T21:53:00.755Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/154) |
1480 | 2024-08-27T21:53:01.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1481 | 2024-08-27T21:53:01.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1482 | 2024-08-27T21:53:01.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1483 | 2024-08-27T21:53:01.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1484 | 2024-08-27T21:53:01.230Z | |
1485 | 2024-08-27T21:53:01.230Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/154) |
1486 | 2024-08-27T21:53:01.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1487 | 2024-08-27T21:53:01.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1488 | 2024-08-27T21:53:01.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1489 | 2024-08-27T21:53:01.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1490 | 2024-08-27T21:53:01.710Z | |
1491 | 2024-08-27T21:53:01.711Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/154) |
1492 | 2024-08-27T21:53:02.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1493 | 2024-08-27T21:53:02.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1494 | 2024-08-27T21:53:02.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1495 | 2024-08-27T21:53:02.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1496 | 2024-08-27T21:53:02.194Z | |
1497 | 2024-08-27T21:53:02.194Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/154) |
1498 | 2024-08-27T21:53:02.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1499 | 2024-08-27T21:53:02.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1500 | 2024-08-27T21:53:02.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1501 | 2024-08-27T21:53:02.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1502 | 2024-08-27T21:53:02.673Z | |
1503 | 2024-08-27T21:53:02.673Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/154) |
1504 | 2024-08-27T21:53:03.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1505 | 2024-08-27T21:53:03.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1506 | 2024-08-27T21:53:03.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1507 | 2024-08-27T21:53:03.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1508 | 2024-08-27T21:53:03.143Z | |
1509 | 2024-08-27T21:53:03.143Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/154) |
1510 | 2024-08-27T21:53:03.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1511 | 2024-08-27T21:53:03.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1512 | 2024-08-27T21:53:03.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1513 | 2024-08-27T21:53:03.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1514 | 2024-08-27T21:53:03.615Z | |
1515 | 2024-08-27T21:53:03.615Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/154) |
1516 | 2024-08-27T21:53:04.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1517 | 2024-08-27T21:53:04.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1518 | 2024-08-27T21:53:04.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1519 | 2024-08-27T21:53:04.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1520 | 2024-08-27T21:53:04.098Z | |
1521 | 2024-08-27T21:53:04.098Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/154) |
1522 | 2024-08-27T21:53:04.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1523 | 2024-08-27T21:53:04.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1524 | 2024-08-27T21:53:04.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1525 | 2024-08-27T21:53:04.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1526 | 2024-08-27T21:53:04.584Z | |
1527 | 2024-08-27T21:53:04.584Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/154) |
1528 | 2024-08-27T21:53:05.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1529 | 2024-08-27T21:53:05.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1530 | 2024-08-27T21:53:05.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1531 | 2024-08-27T21:53:05.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1532 | 2024-08-27T21:53:05.069Z | |
1533 | 2024-08-27T21:53:05.070Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/154) |
1534 | 2024-08-27T21:53:05.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1535 | 2024-08-27T21:53:05.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1536 | 2024-08-27T21:53:05.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1537 | 2024-08-27T21:53:05.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1538 | 2024-08-27T21:53:05.543Z | |
1539 | 2024-08-27T21:53:05.543Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/154) |
1540 | 2024-08-27T21:53:05.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1541 | 2024-08-27T21:53:05.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1542 | 2024-08-27T21:53:05.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1543 | 2024-08-27T21:53:05.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1544 | 2024-08-27T21:53:06.020Z | |
1545 | 2024-08-27T21:53:06.020Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/154) |
1546 | 2024-08-27T21:53:06.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1547 | 2024-08-27T21:53:06.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1548 | 2024-08-27T21:53:06.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1549 | 2024-08-27T21:53:06.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1550 | 2024-08-27T21:53:06.502Z | |
1551 | 2024-08-27T21:53:06.502Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/154) |
1552 | 2024-08-27T21:53:06.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1553 | 2024-08-27T21:53:06.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1554 | 2024-08-27T21:53:06.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1555 | 2024-08-27T21:53:06.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1556 | 2024-08-27T21:53:06.987Z | |
1557 | 2024-08-27T21:53:06.987Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/154) |
1558 | 2024-08-27T21:53:07.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1559 | 2024-08-27T21:53:07.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1560 | 2024-08-27T21:53:07.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1561 | 2024-08-27T21:53:07.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1562 | 2024-08-27T21:53:07.460Z | |
1563 | 2024-08-27T21:53:07.460Z | info: running `cargo check --bins` on sled-hardware-types (25/154) |
1564 | 2024-08-27T21:53:08.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1565 | 2024-08-27T21:53:08.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1566 | 2024-08-27T21:53:08.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1567 | 2024-08-27T21:53:08.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1568 | 2024-08-27T21:53:08.109Z | |
1569 | 2024-08-27T21:53:08.109Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/154) |
1570 | 2024-08-27T21:53:08.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1571 | 2024-08-27T21:53:08.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1572 | 2024-08-27T21:53:08.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1573 | 2024-08-27T21:53:08.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1574 | 2024-08-27T21:53:08.771Z | |
1575 | 2024-08-27T21:53:08.771Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/154) |
1576 | 2024-08-27T21:53:09.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1577 | 2024-08-27T21:53:09.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1578 | 2024-08-27T21:53:09.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1579 | 2024-08-27T21:53:09.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1580 | 2024-08-27T21:53:09.419Z | |
1581 | 2024-08-27T21:53:09.419Z | info: running `cargo check --bins` on oxlog (28/154) |
1582 | 2024-08-27T21:53:09.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1583 | 2024-08-27T21:53:09.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1584 | 2024-08-27T21:53:10.038Z | Checking cfg-if v1.0.0 |
1585 | 2024-08-27T21:53:10.043Z | Checking libc v0.2.156 |
1586 | 2024-08-27T21:53:10.134Z | Checking memchr v2.7.2 |
1587 | 2024-08-27T21:53:10.145Z | Checking serde v1.0.208 |
1588 | 2024-08-27T21:53:10.149Z | Checking zeroize v1.7.0 |
1589 | 2024-08-27T21:53:10.166Z | Checking typenum v1.17.0 |
1590 | 2024-08-27T21:53:10.169Z | Checking scopeguard v1.2.0 |
1591 | 2024-08-27T21:53:10.169Z | Checking byteorder v1.5.0 |
1592 | 2024-08-27T21:53:10.202Z | Checking log v0.4.21 |
1593 | 2024-08-27T21:53:10.292Z | Checking lock_api v0.4.12 |
1594 | 2024-08-27T21:53:10.396Z | Checking subtle v2.5.0 |
1595 | 2024-08-27T21:53:10.481Z | Checking once_cell v1.19.0 |
1596 | 2024-08-27T21:53:10.587Z | Checking const-oid v0.9.6 |
1597 | 2024-08-27T21:53:10.650Z | Checking itoa v1.0.11 |
1598 | 2024-08-27T21:53:10.702Z | Checking pin-project-lite v0.2.14 |
1599 | 2024-08-27T21:53:10.794Z | Checking smallvec v1.13.2 |
1600 | 2024-08-27T21:53:10.812Z | Checking zerocopy v0.7.34 |
1601 | 2024-08-27T21:53:10.845Z | Checking spin v0.9.8 |
1602 | 2024-08-27T21:53:10.973Z | Checking tinyvec_macros v0.1.1 |
1603 | 2024-08-27T21:53:11.059Z | Checking tinyvec v1.6.0 |
1604 | 2024-08-27T21:53:11.132Z | Checking futures-core v0.3.30 |
1605 | 2024-08-27T21:53:11.181Z | Checking futures-sink v0.3.30 |
1606 | 2024-08-27T21:53:11.262Z | Checking getrandom v0.2.14 |
1607 | 2024-08-27T21:53:11.315Z | Checking parking_lot_core v0.9.10 |
1608 | 2024-08-27T21:53:11.330Z | Checking signal-hook-registry v1.4.2 |
1609 | 2024-08-27T21:53:11.498Z | Checking generic-array v0.14.7 |
1610 | 2024-08-27T21:53:11.519Z | Checking rand_core v0.6.4 |
1611 | 2024-08-27T21:53:11.571Z | Checking mio v1.0.2 |
1612 | 2024-08-27T21:53:11.645Z | Checking parking_lot v0.12.2 |
1613 | 2024-08-27T21:53:11.801Z | Checking socket2 v0.5.7 |
1614 | 2024-08-27T21:53:11.989Z | Checking cpufeatures v0.2.12 |
1615 | 2024-08-27T21:53:12.081Z | Checking allocator-api2 v0.2.18 |
1616 | 2024-08-27T21:53:12.172Z | Checking unicode-bidi v0.3.15 |
1617 | 2024-08-27T21:53:12.220Z | Checking ahash v0.8.11 |
1618 | 2024-08-27T21:53:12.278Z | Checking libm v0.2.8 |
1619 | 2024-08-27T21:53:12.346Z | Checking unicode-normalization v0.1.23 |
1620 | 2024-08-27T21:53:12.391Z | Checking ryu v1.0.18 |
1621 | 2024-08-27T21:53:12.630Z | Checking equivalent v1.0.1 |
1622 | 2024-08-27T21:53:12.681Z | Checking crypto-common v0.1.6 |
1623 | 2024-08-27T21:53:12.708Z | Checking block-buffer v0.10.4 |
1624 | 2024-08-27T21:53:12.710Z | Checking block-padding v0.3.3 |
1625 | 2024-08-27T21:53:12.734Z | Checking hashbrown v0.14.5 |
1626 | 2024-08-27T21:53:12.789Z | Checking futures-channel v0.3.30 |
1627 | 2024-08-27T21:53:12.847Z | Checking slab v0.4.9 |
1628 | 2024-08-27T21:53:12.910Z | Checking inout v0.1.3 |
1629 | 2024-08-27T21:53:12.930Z | Checking digest v0.10.7 |
1630 | 2024-08-27T21:53:13.084Z | Checking futures-task v0.3.30 |
1631 | 2024-08-27T21:53:13.120Z | Checking cipher v0.4.4 |
1632 | 2024-08-27T21:53:13.133Z | Checking futures-io v0.3.30 |
1633 | 2024-08-27T21:53:13.201Z | Checking num-traits v0.2.19 |
1634 | 2024-08-27T21:53:13.257Z | Checking pin-utils v0.1.0 |
1635 | 2024-08-27T21:53:13.289Z | Checking hmac v0.12.1 |
1636 | 2024-08-27T21:53:13.304Z | Checking sha2 v0.10.8 |
1637 | 2024-08-27T21:53:13.318Z | Checking base64ct v1.6.0 |
1638 | 2024-08-27T21:53:13.338Z | Checking futures-util v0.3.30 |
1639 | 2024-08-27T21:53:13.487Z | Checking ppv-lite86 v0.2.17 |
1640 | 2024-08-27T21:53:13.508Z | Checking flagset v0.4.5 |
1641 | 2024-08-27T21:53:13.685Z | Checking percent-encoding v2.3.1 |
1642 | 2024-08-27T21:53:13.745Z | Checking pem-rfc7468 v0.7.0 |
1643 | 2024-08-27T21:53:13.857Z | Checking salsa20 v0.10.2 |
1644 | 2024-08-27T21:53:13.877Z | Checking pbkdf2 v0.12.2 |
1645 | 2024-08-27T21:53:13.910Z | Checking tracing-core v0.1.32 |
1646 | 2024-08-27T21:53:14.009Z | Checking der v0.7.9 |
1647 | 2024-08-27T21:53:14.032Z | Checking fnv v1.0.7 |
1648 | 2024-08-27T21:53:14.071Z | Checking untrusted v0.9.0 |
1649 | 2024-08-27T21:53:14.161Z | Checking rand_chacha v0.3.1 |
1650 | 2024-08-27T21:53:14.176Z | Checking scrypt v0.11.0 |
1651 | 2024-08-27T21:53:14.225Z | Checking ring v0.17.8 |
1652 | 2024-08-27T21:53:14.382Z | Checking cbc v0.1.2 |
1653 | 2024-08-27T21:53:14.559Z | Checking rand v0.8.5 |
1654 | 2024-08-27T21:53:14.572Z | Checking tracing v0.1.40 |
1655 | 2024-08-27T21:53:14.591Z | Checking aes v0.8.4 |
1656 | 2024-08-27T21:53:14.860Z | Checking thiserror v1.0.63 |
1657 | 2024-08-27T21:53:14.931Z | Checking foreign-types-shared v0.1.1 |
1658 | 2024-08-27T21:53:14.990Z | Checking form_urlencoded v1.2.1 |
1659 | 2024-08-27T21:53:15.032Z | Checking foreign-types v0.3.2 |
1660 | 2024-08-27T21:53:15.122Z | Checking openssl-sys v0.9.103 |
1661 | 2024-08-27T21:53:15.137Z | Checking bytes v1.7.1 |
1662 | 2024-08-27T21:53:15.177Z | Checking bitflags v2.6.0 |
1663 | 2024-08-27T21:53:15.485Z | Checking indexmap v2.4.0 |
1664 | 2024-08-27T21:53:15.503Z | Checking serde_json v1.0.125 |
1665 | 2024-08-27T21:53:15.770Z | Checking aho-corasick v1.1.3 |
1666 | 2024-08-27T21:53:15.807Z | Checking spki v0.7.3 |
1667 | 2024-08-27T21:53:15.953Z | Checking tokio v1.39.3 |
1668 | 2024-08-27T21:53:16.019Z | Checking http v0.2.12 |
1669 | 2024-08-27T21:53:16.071Z | Checking pkcs5 v0.7.1 |
1670 | 2024-08-27T21:53:16.461Z | Checking siphasher v0.3.11 |
1671 | 2024-08-27T21:53:16.589Z | Checking unicode-ident v1.0.12 |
1672 | 2024-08-27T21:53:16.755Z | Checking powerfmt v0.2.0 |
1673 | 2024-08-27T21:53:16.758Z | Checking regex-syntax v0.8.4 |
1674 | 2024-08-27T21:53:16.784Z | Checking try-lock v0.2.5 |
1675 | 2024-08-27T21:53:16.912Z | Checking want v0.3.1 |
1676 | 2024-08-27T21:53:17.004Z | Checking deranged v0.3.11 |
1677 | 2024-08-27T21:53:17.085Z | Checking proc-macro2 v1.0.86 |
1678 | 2024-08-27T21:53:17.170Z | Checking pkcs8 v0.10.2 |
1679 | 2024-08-27T21:53:17.322Z | Checking http-body v0.4.6 |
1680 | 2024-08-27T21:53:17.341Z | Checking openssl v0.10.66 |
1681 | 2024-08-27T21:53:17.448Z | Checking rustls-webpki v0.101.7 |
1682 | 2024-08-27T21:53:17.683Z | Checking sct v0.7.1 |
1683 | 2024-08-27T21:53:17.748Z | Checking uuid v1.10.0 |
1684 | 2024-08-27T21:53:17.882Z | Checking idna v0.5.0 |
1685 | 2024-08-27T21:53:18.183Z | Checking httparse v1.8.0 |
1686 | 2024-08-27T21:53:18.383Z | Checking errno v0.3.9 |
1687 | 2024-08-27T21:53:18.481Z | Checking scroll v0.12.0 |
1688 | 2024-08-27T21:53:18.555Z | Checking num_threads v0.1.7 |
1689 | 2024-08-27T21:53:18.599Z | Checking plain v0.2.3 |
1690 | 2024-08-27T21:53:18.656Z | Checking utf8parse v0.2.1 |
1691 | 2024-08-27T21:53:18.684Z | Checking num-conv v0.1.0 |
1692 | 2024-08-27T21:53:18.734Z | Checking httpdate v1.0.3 |
1693 | 2024-08-27T21:53:18.765Z | Checking time-core v0.1.2 |
1694 | 2024-08-27T21:53:18.788Z | Checking finl_unicode v1.2.0 |
1695 | 2024-08-27T21:53:18.926Z | Checking tower-service v0.3.2 |
1696 | 2024-08-27T21:53:18.929Z | Checking adler v1.0.2 |
1697 | 2024-08-27T21:53:18.954Z | Checking iana-time-zone v0.1.60 |
1698 | 2024-08-27T21:53:18.970Z | Checking anstyle v1.0.8 |
1699 | 2024-08-27T21:53:19.034Z | Checking ucd-trie v0.1.6 |
1700 | 2024-08-27T21:53:19.095Z | Checking openssl-probe v0.1.5 |
1701 | 2024-08-27T21:53:19.111Z | Checking chrono v0.4.38 |
1702 | 2024-08-27T21:53:19.241Z | Checking pest v2.7.10 |
1703 | 2024-08-27T21:53:19.264Z | Checking miniz_oxide v0.7.2 |
1704 | 2024-08-27T21:53:19.320Z | Checking goblin v0.8.2 |
1705 | 2024-08-27T21:53:19.402Z | Checking stringprep v0.1.4 |
1706 | 2024-08-27T21:53:19.653Z | Checking time v0.3.36 |
1707 | 2024-08-27T21:53:19.949Z | Checking regex-automata v0.4.6 |
1708 | 2024-08-27T21:53:20.004Z | Checking anstyle-parse v0.2.4 |
1709 | 2024-08-27T21:53:20.283Z | Checking url v2.5.2 |
1710 | 2024-08-27T21:53:21.081Z | Checking rustix v0.38.34 |
1711 | 2024-08-27T21:53:21.202Z | Checking rustls v0.21.12 |
1712 | 2024-08-27T21:53:21.800Z | Checking quote v1.0.36 |
1713 | 2024-08-27T21:53:22.130Z | Checking serde_spanned v0.6.7 |
1714 | 2024-08-27T21:53:22.150Z | Checking toml_datetime v0.6.8 |
1715 | 2024-08-27T21:53:22.320Z | Checking num-integer v0.1.46 |
1716 | 2024-08-27T21:53:22.425Z | Checking md-5 v0.10.6 |
1717 | 2024-08-27T21:53:22.635Z | Checking idna v0.3.0 |
1718 | 2024-08-27T21:53:22.668Z | Checking native-tls v0.2.11 |
1719 | 2024-08-27T21:53:22.788Z | Checking lazy_static v1.5.0 |
1720 | 2024-08-27T21:53:22.897Z | Checking hash32 v0.2.1 |
1721 | 2024-08-27T21:53:22.980Z | Checking tokio-util v0.7.11 |
1722 | 2024-08-27T21:53:23.003Z | Checking stable_deref_trait v1.2.0 |
1723 | 2024-08-27T21:53:23.099Z | Checking gimli v0.28.1 |
1724 | 2024-08-27T21:53:23.125Z | Checking is_terminal_polyfill v1.70.0 |
1725 | 2024-08-27T21:53:23.205Z | Checking base64 v0.22.1 |
1726 | 2024-08-27T21:53:23.230Z | Checking colorchoice v1.0.1 |
1727 | 2024-08-27T21:53:23.358Z | Checking psl-types v2.0.11 |
1728 | 2024-08-27T21:53:23.520Z | Checking pretty-hex v0.4.1 |
1729 | 2024-08-27T21:53:23.535Z | Checking fallible-iterator v0.2.0 |
1730 | 2024-08-27T21:53:23.680Z | Checking anstyle-query v1.0.3 |
1731 | 2024-08-27T21:53:23.683Z | Checking publicsuffix v2.2.3 |
1732 | 2024-08-27T21:53:23.806Z | Checking anstream v0.6.14 |
1733 | 2024-08-27T21:53:23.828Z | Checking h2 v0.3.26 |
1734 | 2024-08-27T21:53:23.922Z | Checking heapless v0.7.17 |
1735 | 2024-08-27T21:53:24.115Z | Checking postgres-protocol v0.6.7 |
1736 | 2024-08-27T21:53:24.163Z | Checking terminal_size v0.3.0 |
1737 | 2024-08-27T21:53:24.337Z | Checking tokio-native-tls v0.3.1 |
1738 | 2024-08-27T21:53:24.397Z | Checking dof v0.3.0 |
1739 | 2024-08-27T21:53:24.485Z | Checking tokio-rustls v0.24.1 |
1740 | 2024-08-27T21:53:24.579Z | Checking num-iter v0.1.45 |
1741 | 2024-08-27T21:53:24.591Z | Checking syn v2.0.74 |
1742 | 2024-08-27T21:53:24.750Z | Checking cookie v0.17.0 |
1743 | 2024-08-27T21:53:24.777Z | Checking dtrace-parser v0.2.0 |
1744 | 2024-08-27T21:53:24.841Z | Checking phf_shared v0.11.2 |
1745 | 2024-08-27T21:53:24.962Z | Checking ff v0.13.0 |
1746 | 2024-08-27T21:53:24.994Z | Checking thread-id v4.2.1 |
1747 | 2024-08-27T21:53:25.091Z | Checking object v0.32.2 |
1748 | 2024-08-27T21:53:25.112Z | Checking ipnet v2.9.0 |
1749 | 2024-08-27T21:53:25.149Z | Checking base16ct v0.2.0 |
1750 | 2024-08-27T21:53:25.164Z | Checking rustc-demangle v0.1.24 |
1751 | 2024-08-27T21:53:25.236Z | Checking clap_lex v0.7.0 |
1752 | 2024-08-27T21:53:25.323Z | Checking either v1.13.0 |
1753 | 2024-08-27T21:53:25.470Z | Checking winnow v0.5.40 |
1754 | 2024-08-27T21:53:25.530Z | Checking bitflags v1.3.2 |
1755 | 2024-08-27T21:53:25.606Z | Checking base64 v0.21.7 |
1756 | 2024-08-27T21:53:25.626Z | Checking managed v0.8.0 |
1757 | 2024-08-27T21:53:25.689Z | Checking strsim v0.11.1 |
1758 | 2024-08-27T21:53:25.970Z | Checking clap_builder v4.5.15 |
1759 | 2024-08-27T21:53:26.003Z | Checking smoltcp v0.9.1 |
1760 | 2024-08-27T21:53:26.051Z | Checking rustls-pemfile v1.0.4 |
1761 | 2024-08-27T21:53:26.244Z | Checking sec1 v0.7.3 |
1762 | 2024-08-27T21:53:26.627Z | Checking group v0.13.0 |
1763 | 2024-08-27T21:53:26.886Z | Checking cookie_store v0.20.0 |
1764 | 2024-08-27T21:53:27.068Z | Checking addr2line v0.21.0 |
1765 | 2024-08-27T21:53:27.519Z | Checking phf v0.11.2 |
1766 | 2024-08-27T21:53:27.534Z | Checking postgres-types v0.2.7 |
1767 | 2024-08-27T21:53:27.588Z | Checking num-bigint-dig v0.8.4 |
1768 | 2024-08-27T21:53:27.783Z | Checking bstr v1.9.1 |
1769 | 2024-08-27T21:53:28.236Z | Checking regex v1.10.6 |
1770 | 2024-08-27T21:53:28.476Z | Checking toml_edit v0.19.15 |
1771 | 2024-08-27T21:53:28.735Z | Checking futures-executor v0.3.30 |
1772 | 2024-08-27T21:53:28.806Z | Checking pkcs1 v0.7.5 |
1773 | 2024-08-27T21:53:28.949Z | Checking phf_shared v0.10.0 |
1774 | 2024-08-27T21:53:29.076Z | Checking serde_urlencoded v0.7.1 |
1775 | 2024-08-27T21:53:29.190Z | Checking hubpack v0.1.2 |
1776 | 2024-08-27T21:53:29.228Z | Checking zerocopy v0.6.6 |
1777 | 2024-08-27T21:53:29.496Z | Checking float-cmp v0.9.0 |
1778 | 2024-08-27T21:53:29.510Z | Checking signal-hook v0.3.17 |
1779 | 2024-08-27T21:53:29.676Z | Checking crossbeam-utils v0.8.19 |
1780 | 2024-08-27T21:53:29.792Z | Checking crc32fast v1.4.0 |
1781 | 2024-08-27T21:53:29.817Z | Checking hkdf v0.12.4 |
1782 | 2024-08-27T21:53:29.985Z | Checking signature v2.2.0 |
1783 | 2024-08-27T21:53:30.018Z | Checking idna v0.4.0 |
1784 | 2024-08-27T21:53:30.032Z | Checking crypto-bigint v0.5.5 |
1785 | 2024-08-27T21:53:30.155Z | Checking hyper v0.14.30 |
1786 | 2024-08-27T21:53:30.169Z | Checking mio v0.8.11 |
1787 | 2024-08-27T21:53:30.356Z | Checking memmap v0.7.0 |
1788 | 2024-08-27T21:53:30.566Z | Checking encoding_rs v0.8.34 |
1789 | 2024-08-27T21:53:30.768Z | Checking mime v0.3.17 |
1790 | 2024-08-27T21:53:30.846Z | Checking webpki-roots v0.25.4 |
1791 | 2024-08-27T21:53:30.862Z | Checking usdt-impl v0.5.0 |
1792 | 2024-08-27T21:53:30.945Z | Checking sync_wrapper v0.1.2 |
1793 | 2024-08-27T21:53:30.995Z | Checking normalize-line-endings v0.3.0 |
1794 | 2024-08-27T21:53:31.063Z | Checking unicode-width v0.1.13 |
1795 | 2024-08-27T21:53:31.066Z | Checking whoami v1.5.1 |
1796 | 2024-08-27T21:53:31.104Z | Checking static_assertions v1.1.0 |
1797 | 2024-08-27T21:53:31.107Z | Checking backtrace v0.3.71 |
1798 | 2024-08-27T21:53:31.199Z | Checking fixedbitset v0.4.2 |
1799 | 2024-08-27T21:53:31.242Z | Checking predicates-core v1.0.6 |
1800 | 2024-08-27T21:53:31.352Z | Checking bit-vec v0.6.3 |
1801 | 2024-08-27T21:53:31.367Z | Checking dyn-clone v1.0.17 |
1802 | 2024-08-27T21:53:31.425Z | Checking minimal-lexical v0.2.1 |
1803 | 2024-08-27T21:53:31.465Z | Checking precomputed-hash v0.1.1 |
1804 | 2024-08-27T21:53:31.497Z | Checking data-encoding v2.6.0 |
1805 | 2024-08-27T21:53:31.567Z | Checking new_debug_unreachable v1.0.6 |
1806 | 2024-08-27T21:53:31.648Z | Checking unicode-segmentation v1.11.0 |
1807 | 2024-08-27T21:53:31.664Z | Checking winnow v0.6.18 |
1808 | 2024-08-27T21:53:31.667Z | Checking difflib v0.4.0 |
1809 | 2024-08-27T21:53:31.793Z | Checking nom v7.1.3 |
1810 | 2024-08-27T21:53:31.974Z | Checking predicates v3.1.2 |
1811 | 2024-08-27T21:53:32.186Z | Checking hickory-proto v0.24.1 |
1812 | 2024-08-27T21:53:32.267Z | Checking similar v2.6.0 |
1813 | 2024-08-27T21:53:32.648Z | Checking anyhow v1.0.86 |
1814 | 2024-08-27T21:53:32.765Z | Checking elliptic-curve v0.13.8 |
1815 | 2024-08-27T21:53:32.898Z | Checking bit-set v0.5.3 |
1816 | 2024-08-27T21:53:33.013Z | Checking string_cache v0.8.7 |
1817 | 2024-08-27T21:53:33.099Z | Checking schemars v0.8.21 |
1818 | 2024-08-27T21:53:33.146Z | Checking petgraph v0.6.5 |
1819 | 2024-08-27T21:53:33.300Z | Checking usdt v0.5.0 |
1820 | 2024-08-27T21:53:33.401Z | Checking tokio-postgres v0.7.11 |
1821 | 2024-08-27T21:53:33.563Z | Checking console v0.15.8 |
1822 | 2024-08-27T21:53:34.123Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1823 | 2024-08-27T21:53:34.617Z | Checking toml v0.7.8 |
1824 | 2024-08-27T21:53:34.726Z | Checking toml_edit v0.22.20 |
1825 | 2024-08-27T21:53:34.790Z | Checking signal-hook-mio v0.2.4 |
1826 | 2024-08-27T21:53:34.932Z | Checking crossbeam-epoch v0.9.18 |
1827 | 2024-08-27T21:53:35.367Z | Checking rsa v0.9.6 |
1828 | 2024-08-27T21:53:35.382Z | Checking flate2 v1.0.31 |
1829 | 2024-08-27T21:53:36.022Z | Checking clap v4.5.16 |
1830 | 2024-08-27T21:53:36.139Z | Checking futures v0.3.30 |
1831 | 2024-08-27T21:53:36.250Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1832 | 2024-08-27T21:53:36.266Z | Checking hyper-tls v0.5.0 |
1833 | 2024-08-27T21:53:36.287Z | Checking hyper-rustls v0.24.2 |
1834 | 2024-08-27T21:53:36.403Z | Checking itertools v0.12.1 |
1835 | 2024-08-27T21:53:36.467Z | Checking itertools v0.10.5 |
1836 | 2024-08-27T21:53:36.525Z | Checking tokio-stream v0.1.15 |
1837 | 2024-08-27T21:53:36.555Z | Checking fs-err v2.11.0 |
1838 | 2024-08-27T21:53:36.583Z | Checking reqwest v0.11.27 |
1839 | 2024-08-27T21:53:36.996Z | Checking nix v0.28.0 |
1840 | 2024-08-27T21:53:37.083Z | Checking slog v2.7.0 |
1841 | 2024-08-27T21:53:37.310Z | Checking openapiv3 v2.0.0 |
1842 | 2024-08-27T21:53:37.354Z | Checking semver v1.0.23 |
1843 | 2024-08-27T21:53:37.530Z | Checking hex v0.4.3 |
1844 | 2024-08-27T21:53:37.741Z | Checking sha1 v0.10.6 |
1845 | 2024-08-27T21:53:37.999Z | Checking peg-runtime v0.8.3 |
1846 | 2024-08-27T21:53:38.072Z | Checking lalrpop-util v0.19.12 |
1847 | 2024-08-27T21:53:38.221Z | Checking camino v1.1.9 |
1848 | 2024-08-27T21:53:38.309Z | Checking sigpipe v0.1.3 |
1849 | 2024-08-27T21:53:40.011Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1850 | 2024-08-27T21:53:40.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.89s |
1851 | 2024-08-27T21:53:40.448Z | |
1852 | 2024-08-27T21:53:40.448Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/154) |
1853 | 2024-08-27T21:53:41.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1854 | 2024-08-27T21:53:41.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1855 | 2024-08-27T21:53:41.114Z | Compiling regress v0.9.1 |
1856 | 2024-08-27T21:53:41.210Z | Checking strum v0.26.3 |
1857 | 2024-08-27T21:53:41.230Z | Checking heck v0.5.0 |
1858 | 2024-08-27T21:53:41.242Z | Compiling getopts v0.2.21 |
1859 | 2024-08-27T21:53:41.245Z | Checking dirs-sys-next v0.1.2 |
1860 | 2024-08-27T21:53:41.267Z | Compiling unsafe-libyaml v0.2.11 |
1861 | 2024-08-27T21:53:41.324Z | Checking http v1.1.0 |
1862 | 2024-08-27T21:53:41.395Z | Checking thread_local v1.1.8 |
1863 | 2024-08-27T21:53:41.410Z | Checking dirs-next v2.0.0 |
1864 | 2024-08-27T21:53:41.528Z | Checking rustls-pki-types v1.7.0 |
1865 | 2024-08-27T21:53:41.599Z | Compiling ident_case v1.0.1 |
1866 | 2024-08-27T21:53:41.650Z | Checking term v0.7.0 |
1867 | 2024-08-27T21:53:41.788Z | Compiling darling_core v0.20.9 |
1868 | 2024-08-27T21:53:41.955Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1869 | 2024-08-27T21:53:42.049Z | Checking crossbeam-channel v0.5.12 |
1870 | 2024-08-27T21:53:42.115Z | Checking is-terminal v0.4.12 |
1871 | 2024-08-27T21:53:42.239Z | Checking atty v0.2.14 |
1872 | 2024-08-27T21:53:42.263Z | Checking utf-8 v0.7.6 |
1873 | 2024-08-27T21:53:42.359Z | Compiling paste v1.0.15 |
1874 | 2024-08-27T21:53:42.455Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1875 | 2024-08-27T21:53:42.700Z | Compiling serde_yaml v0.9.34+deprecated |
1876 | 2024-08-27T21:53:42.773Z | Compiling rustls v0.22.4 |
1877 | 2024-08-27T21:53:42.824Z | Checking termcolor v1.4.1 |
1878 | 2024-08-27T21:53:42.889Z | Checking take_mut v0.2.2 |
1879 | 2024-08-27T21:53:43.031Z | Checking humantime v2.1.0 |
1880 | 2024-08-27T21:53:43.069Z | Checking slog-async v2.8.0 |
1881 | 2024-08-27T21:53:43.261Z | Checking slog-term v2.9.1 |
1882 | 2024-08-27T21:53:43.285Z | Checking rustls-webpki v0.102.4 |
1883 | 2024-08-27T21:53:43.332Z | Checking env_logger v0.9.3 |
1884 | 2024-08-27T21:53:43.350Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-08-27T21:53:43.698Z | Compiling proc-macro-crate v1.3.1 |
1886 | 2024-08-27T21:53:43.757Z | Compiling bitstruct_derive v0.1.0 |
1887 | 2024-08-27T21:53:43.790Z | Compiling structmeta-derive v0.3.0 |
1888 | 2024-08-27T21:53:44.065Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1889 | 2024-08-27T21:53:44.204Z | Compiling multer v3.1.0 |
1890 | 2024-08-27T21:53:44.515Z | Checking match_cfg v0.1.0 |
1891 | 2024-08-27T21:53:44.603Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1892 | 2024-08-27T21:53:44.735Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1893 | 2024-08-27T21:53:44.773Z | Checking ascii v1.1.0 |
1894 | 2024-08-27T21:53:45.157Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1895 | 2024-08-27T21:53:45.202Z | Checking bitstruct v0.1.1 |
1896 | 2024-08-27T21:53:45.328Z | Compiling num_enum_derive v0.5.11 |
1897 | 2024-08-27T21:53:46.079Z | Checking hostname v0.3.1 |
1898 | 2024-08-27T21:53:46.275Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1899 | 2024-08-27T21:53:46.429Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1900 | 2024-08-27T21:53:46.834Z | Compiling structmeta v0.3.0 |
1901 | 2024-08-27T21:53:46.863Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1902 | 2024-08-27T21:53:47.155Z | Checking slog-json v2.6.1 |
1903 | 2024-08-27T21:53:47.191Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-08-27T21:53:47.273Z | Checking erased-serde v0.3.31 |
1905 | 2024-08-27T21:53:47.404Z | Checking serde_arrays v0.1.0 |
1906 | 2024-08-27T21:53:47.436Z | Compiling foreign-types-macros v0.2.3 |
1907 | 2024-08-27T21:53:47.553Z | Compiling async-stream-impl v0.3.5 |
1908 | 2024-08-27T21:53:47.907Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1909 | 2024-08-27T21:53:47.968Z | Checking arc-swap v1.7.1 |
1910 | 2024-08-27T21:53:48.220Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1911 | 2024-08-27T21:53:48.338Z | Checking atomic-waker v1.1.2 |
1912 | 2024-08-27T21:53:48.400Z | Checking foreign-types-shared v0.3.1 |
1913 | 2024-08-27T21:53:48.459Z | Checking waitgroup v0.1.2 |
1914 | 2024-08-27T21:53:48.511Z | Checking slog-scope v4.4.0 |
1915 | 2024-08-27T21:53:48.550Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-08-27T21:53:48.657Z | Checking num_enum v0.5.11 |
1917 | 2024-08-27T21:53:48.678Z | Checking foreign-types v0.5.0 |
1918 | 2024-08-27T21:53:48.704Z | Checking slog-bunyan v2.5.0 |
1919 | 2024-08-27T21:53:48.722Z | Compiling darling_macro v0.20.9 |
1920 | 2024-08-27T21:53:48.775Z | Compiling parse-display-derive v0.10.0 |
1921 | 2024-08-27T21:53:48.804Z | Compiling proc-macro-error v1.0.4 |
1922 | 2024-08-27T21:53:49.013Z | Checking async-stream v0.3.5 |
1923 | 2024-08-27T21:53:49.262Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1924 | 2024-08-27T21:53:49.395Z | Checking toml v0.8.19 |
1925 | 2024-08-27T21:53:49.543Z | Checking tungstenite v0.20.1 |
1926 | 2024-08-27T21:53:49.562Z | Checking rustls-pemfile v2.1.3 |
1927 | 2024-08-27T21:53:49.700Z | Compiling darling v0.20.9 |
1928 | 2024-08-27T21:53:49.809Z | Compiling heck v0.3.3 |
1929 | 2024-08-27T21:53:49.825Z | Compiling serde_with_macros v3.9.0 |
1930 | 2024-08-27T21:53:50.154Z | Checking tokio-rustls v0.25.0 |
1931 | 2024-08-27T21:53:50.171Z | Checking ipnetwork v0.20.0 |
1932 | 2024-08-27T21:53:50.259Z | Checking newtype-uuid v1.1.0 |
1933 | 2024-08-27T21:53:50.413Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1934 | 2024-08-27T21:53:50.500Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1935 | 2024-08-27T21:53:50.516Z | Checking serde_path_to_error v0.1.16 |
1936 | 2024-08-27T21:53:50.519Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1937 | 2024-08-27T21:53:51.132Z | Checking hostname v0.4.0 |
1938 | 2024-08-27T21:53:51.276Z | Checking cstr-argument v0.1.2 |
1939 | 2024-08-27T21:53:51.291Z | Checking instant v0.1.12 |
1940 | 2024-08-27T21:53:51.317Z | Checking debug-ignore v1.0.5 |
1941 | 2024-08-27T21:53:51.406Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1942 | 2024-08-27T21:53:51.452Z | Checking fastrand v2.1.0 |
1943 | 2024-08-27T21:53:51.468Z | Checking pretty-hex v0.2.1 |
1944 | 2024-08-27T21:53:51.635Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1945 | 2024-08-27T21:53:51.729Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1946 | 2024-08-27T21:53:51.775Z | Checking tempfile v3.10.1 |
1947 | 2024-08-27T21:53:51.902Z | Checking backoff v0.4.0 |
1948 | 2024-08-27T21:53:52.043Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1949 | 2024-08-27T21:53:52.187Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1950 | 2024-08-27T21:53:52.203Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1951 | 2024-08-27T21:53:52.300Z | Checking tokio-tungstenite v0.20.1 |
1952 | 2024-08-27T21:53:52.415Z | Compiling zone_cfg_derive v0.1.2 |
1953 | 2024-08-27T21:53:52.530Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1954 | 2024-08-27T21:53:52.792Z | Checking slog-stdlog v4.1.1 |
1955 | 2024-08-27T21:53:52.808Z | Checking serde_with v3.9.0 |
1956 | 2024-08-27T21:53:52.952Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1957 | 2024-08-27T21:53:53.101Z | Checking tungstenite v0.21.0 |
1958 | 2024-08-27T21:53:53.296Z | Checking colored v2.1.0 |
1959 | 2024-08-27T21:53:53.545Z | Checking parse-display v0.10.0 |
1960 | 2024-08-27T21:53:53.581Z | Checking macaddr v1.0.1 |
1961 | 2024-08-27T21:53:53.778Z | Checking socket2 v0.4.10 |
1962 | 2024-08-27T21:53:53.931Z | Checking base64 v0.13.1 |
1963 | 2024-08-27T21:53:53.953Z | Checking zone v0.1.8 |
1964 | 2024-08-27T21:53:54.001Z | Checking tokio-tungstenite v0.21.0 |
1965 | 2024-08-27T21:53:54.393Z | Checking ron v0.7.1 |
1966 | 2024-08-27T21:53:54.498Z | Checking slog-envlogger v2.2.0 |
1967 | 2024-08-27T21:53:54.639Z | Checking pem v3.0.4 |
1968 | 2024-08-27T21:53:54.713Z | Checking tabwriter v1.4.0 |
1969 | 2024-08-27T21:53:54.914Z | Checking xattr v1.3.1 |
1970 | 2024-08-27T21:53:54.953Z | Checking portpicker v0.1.1 |
1971 | 2024-08-27T21:53:55.099Z | Checking yasna v0.5.2 |
1972 | 2024-08-27T21:53:55.118Z | Checking headers-core v0.2.0 |
1973 | 2024-08-27T21:53:55.246Z | Checking smf v0.2.3 |
1974 | 2024-08-27T21:53:55.593Z | Checking filetime v0.2.24 |
1975 | 2024-08-27T21:53:55.694Z | Checking same-file v1.0.6 |
1976 | 2024-08-27T21:53:55.797Z | Checking tar v0.4.41 |
1977 | 2024-08-27T21:53:55.864Z | Checking walkdir v2.5.0 |
1978 | 2024-08-27T21:53:55.976Z | Checking rcgen v0.12.1 |
1979 | 2024-08-27T21:53:56.073Z | Checking headers v0.3.9 |
1980 | 2024-08-27T21:53:56.133Z | Checking atomicwrites v0.4.3 |
1981 | 2024-08-27T21:53:56.154Z | Checking camino-tempfile v1.1.1 |
1982 | 2024-08-27T21:53:56.329Z | Checking subprocess v0.2.9 |
1983 | 2024-08-27T21:53:57.483Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1984 | 2024-08-27T21:53:57.786Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1985 | 2024-08-27T21:53:59.463Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1986 | 2024-08-27T21:54:01.387Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1987 | 2024-08-27T21:54:01.461Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1988 | 2024-08-27T21:54:04.691Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1989 | 2024-08-27T21:54:10.575Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1990 | 2024-08-27T21:54:10.707Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1991 | 2024-08-27T21:54:10.711Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1992 | 2024-08-27T21:54:13.235Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1993 | 2024-08-27T21:54:13.721Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1994 | 2024-08-27T21:54:19.782Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1995 | 2024-08-27T21:54:21.316Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1996 | 2024-08-27T21:54:22.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.97s |
1997 | 2024-08-27T21:54:22.579Z | |
1998 | 2024-08-27T21:54:22.579Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/154) |
1999 | 2024-08-27T21:54:23.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2000 | 2024-08-27T21:54:23.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2001 | 2024-08-27T21:54:23.264Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2002 | 2024-08-27T21:54:24.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
2003 | 2024-08-27T21:54:24.688Z | |
2004 | 2024-08-27T21:54:24.688Z | info: running `cargo check --bins` on nexus-config (31/154) |
2005 | 2024-08-27T21:54:25.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2006 | 2024-08-27T21:54:25.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2007 | 2024-08-27T21:54:25.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2008 | 2024-08-27T21:54:25.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2009 | 2024-08-27T21:54:25.331Z | |
2010 | 2024-08-27T21:54:25.331Z | info: running `cargo check --bins` on omicron-rpaths (32/154) |
2011 | 2024-08-27T21:54:25.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2012 | 2024-08-27T21:54:25.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2013 | 2024-08-27T21:54:25.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2014 | 2024-08-27T21:54:25.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2015 | 2024-08-27T21:54:25.951Z | |
2016 | 2024-08-27T21:54:25.951Z | info: running `cargo check --bins` on omicron-certificates (33/154) |
2017 | 2024-08-27T21:54:26.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2018 | 2024-08-27T21:54:26.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2019 | 2024-08-27T21:54:26.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2020 | 2024-08-27T21:54:26.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2021 | 2024-08-27T21:54:26.592Z | |
2022 | 2024-08-27T21:54:26.592Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/154) |
2023 | 2024-08-27T21:54:27.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2024 | 2024-08-27T21:54:27.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2025 | 2024-08-27T21:54:27.258Z | Compiling heapless v0.8.0 |
2026 | 2024-08-27T21:54:27.261Z | Checking hash32 v0.3.1 |
2027 | 2024-08-27T21:54:27.261Z | Compiling smoltcp v0.11.0 |
2028 | 2024-08-27T21:54:27.366Z | Checking embedded-io v0.4.0 |
2029 | 2024-08-27T21:54:27.366Z | Checking cobs v0.2.3 |
2030 | 2024-08-27T21:54:27.387Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2031 | 2024-08-27T21:54:27.389Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2032 | 2024-08-27T21:54:27.413Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2033 | 2024-08-27T21:54:27.506Z | Compiling crucible-workspace-hack v0.1.0 |
2034 | 2024-08-27T21:54:27.528Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2035 | 2024-08-27T21:54:27.545Z | Checking postcard v1.0.8 |
2036 | 2024-08-27T21:54:27.547Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2037 | 2024-08-27T21:54:27.749Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2038 | 2024-08-27T21:54:27.774Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2039 | 2024-08-27T21:54:27.932Z | Compiling num-derive v0.4.2 |
2040 | 2024-08-27T21:54:28.055Z | Compiling slog-dtrace v0.3.0 |
2041 | 2024-08-27T21:54:28.118Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2042 | 2024-08-27T21:54:28.206Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2043 | 2024-08-27T21:54:28.278Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2044 | 2024-08-27T21:54:28.959Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2045 | 2024-08-27T21:54:29.551Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2046 | 2024-08-27T21:54:31.113Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2047 | 2024-08-27T21:54:31.941Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2048 | 2024-08-27T21:54:32.986Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2049 | 2024-08-27T21:54:34.727Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2050 | 2024-08-27T21:54:35.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s |
2051 | 2024-08-27T21:54:35.566Z | |
2052 | 2024-08-27T21:54:35.566Z | info: running `cargo check --bins` on clickhouse-admin-api (35/154) |
2053 | 2024-08-27T21:54:36.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2054 | 2024-08-27T21:54:36.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2055 | 2024-08-27T21:54:36.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2056 | 2024-08-27T21:54:36.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2057 | 2024-08-27T21:54:36.212Z | |
2058 | 2024-08-27T21:54:36.212Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (36/154) |
2059 | 2024-08-27T21:54:36.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2060 | 2024-08-27T21:54:36.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2061 | 2024-08-27T21:54:36.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2062 | 2024-08-27T21:54:36.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2063 | 2024-08-27T21:54:36.974Z | |
2064 | 2024-08-27T21:54:36.974Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/154) |
2065 | 2024-08-27T21:54:37.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2066 | 2024-08-27T21:54:37.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2067 | 2024-08-27T21:54:37.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2068 | 2024-08-27T21:54:37.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2069 | 2024-08-27T21:54:37.733Z | |
2070 | 2024-08-27T21:54:37.733Z | info: running `cargo check --bins` on dns-server (38/154) |
2071 | 2024-08-27T21:54:38.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2072 | 2024-08-27T21:54:38.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2073 | 2024-08-27T21:54:38.374Z | Compiling parking_lot_core v0.8.6 |
2074 | 2024-08-27T21:54:38.463Z | Checking newline-converter v0.3.0 |
2075 | 2024-08-27T21:54:38.465Z | Checking nibble_vec v0.1.0 |
2076 | 2024-08-27T21:54:38.465Z | Checking linked-hash-map v0.5.6 |
2077 | 2024-08-27T21:54:38.465Z | Checking quick-error v1.2.3 |
2078 | 2024-08-27T21:54:38.465Z | Checking endian-type v0.1.2 |
2079 | 2024-08-27T21:54:38.472Z | Checking fxhash v0.2.1 |
2080 | 2024-08-27T21:54:38.490Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2081 | 2024-08-27T21:54:38.581Z | Checking expectorate v1.1.0 |
2082 | 2024-08-27T21:54:38.608Z | Checking resolv-conf v0.7.0 |
2083 | 2024-08-27T21:54:38.645Z | Checking hickory-server v0.24.1 |
2084 | 2024-08-27T21:54:38.681Z | Checking radix_trie v0.2.1 |
2085 | 2024-08-27T21:54:38.720Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2086 | 2024-08-27T21:54:38.767Z | Checking lru-cache v0.1.2 |
2087 | 2024-08-27T21:54:38.939Z | Checking hickory-resolver v0.24.1 |
2088 | 2024-08-27T21:54:39.058Z | Checking hickory-client v0.24.1 |
2089 | 2024-08-27T21:54:39.201Z | Checking parking_lot v0.11.2 |
2090 | 2024-08-27T21:54:39.527Z | Checking sled v0.34.7 |
2091 | 2024-08-27T21:54:41.338Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2092 | 2024-08-27T21:54:42.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
2093 | 2024-08-27T21:54:42.577Z | |
2094 | 2024-08-27T21:54:42.577Z | info: running `cargo check --bins` on dns-server-api (39/154) |
2095 | 2024-08-27T21:54:43.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2096 | 2024-08-27T21:54:43.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2097 | 2024-08-27T21:54:43.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2098 | 2024-08-27T21:54:43.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2099 | 2024-08-27T21:54:43.212Z | |
2100 | 2024-08-27T21:54:43.212Z | info: running `cargo check --bins` on dns-service-client (40/154) |
2101 | 2024-08-27T21:54:43.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2102 | 2024-08-27T21:54:43.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2103 | 2024-08-27T21:54:43.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2104 | 2024-08-27T21:54:43.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2105 | 2024-08-27T21:54:43.833Z | |
2106 | 2024-08-27T21:54:43.833Z | info: running `cargo check --bins` on gateway-test-utils (41/154) |
2107 | 2024-08-27T21:54:44.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2108 | 2024-08-27T21:54:44.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2109 | 2024-08-27T21:54:44.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2110 | 2024-08-27T21:54:44.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2111 | 2024-08-27T21:54:44.547Z | |
2112 | 2024-08-27T21:54:44.547Z | info: running `cargo check --bins` on gateway-types (42/154) |
2113 | 2024-08-27T21:54:45.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2114 | 2024-08-27T21:54:45.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2115 | 2024-08-27T21:54:45.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2116 | 2024-08-27T21:54:45.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2117 | 2024-08-27T21:54:45.196Z | |
2118 | 2024-08-27T21:54:45.196Z | info: running `cargo check --bins` on ipcc (43/154) |
2119 | 2024-08-27T21:54:45.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2120 | 2024-08-27T21:54:45.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2121 | 2024-08-27T21:54:45.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2122 | 2024-08-27T21:54:45.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2123 | 2024-08-27T21:54:45.844Z | |
2124 | 2024-08-27T21:54:45.844Z | info: running `cargo check --bins` on omicron-gateway (44/154) |
2125 | 2024-08-27T21:54:46.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2126 | 2024-08-27T21:54:46.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2127 | 2024-08-27T21:54:46.574Z | Compiling rustls-pki-types v1.7.0 |
2128 | 2024-08-27T21:54:46.667Z | Compiling match_cfg v0.1.0 |
2129 | 2024-08-27T21:54:46.677Z | Checking num-rational v0.4.2 |
2130 | 2024-08-27T21:54:46.680Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2131 | 2024-08-27T21:54:46.680Z | Compiling slog-json v2.6.1 |
2132 | 2024-08-27T21:54:46.680Z | Compiling http v1.1.0 |
2133 | 2024-08-27T21:54:46.680Z | Checking num-complex v0.4.6 |
2134 | 2024-08-27T21:54:46.711Z | Compiling atomic-waker v1.1.2 |
2135 | 2024-08-27T21:54:46.751Z | Compiling hostname v0.3.1 |
2136 | 2024-08-27T21:54:46.908Z | Compiling prettyplease v0.2.20 |
2137 | 2024-08-27T21:54:46.988Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2138 | 2024-08-27T21:54:47.084Z | Compiling rustls-webpki v0.102.4 |
2139 | 2024-08-27T21:54:47.098Z | Compiling rustls-pemfile v2.1.3 |
2140 | 2024-08-27T21:54:47.201Z | Compiling slog-bunyan v2.5.0 |
2141 | 2024-08-27T21:54:47.272Z | Compiling waitgroup v0.1.2 |
2142 | 2024-08-27T21:54:47.305Z | Compiling async-stream v0.3.5 |
2143 | 2024-08-27T21:54:47.406Z | Compiling toml v0.8.19 |
2144 | 2024-08-27T21:54:47.439Z | Compiling newtype-uuid v1.1.0 |
2145 | 2024-08-27T21:54:47.496Z | Compiling ipnetwork v0.20.0 |
2146 | 2024-08-27T21:54:47.576Z | Compiling serde_path_to_error v0.1.16 |
2147 | 2024-08-27T21:54:47.603Z | Compiling hostname v0.4.0 |
2148 | 2024-08-27T21:54:47.632Z | Checking num v0.4.3 |
2149 | 2024-08-27T21:54:47.729Z | Compiling instant v0.1.12 |
2150 | 2024-08-27T21:54:47.745Z | Compiling debug-ignore v1.0.5 |
2151 | 2024-08-27T21:54:47.843Z | Compiling semver v0.1.20 |
2152 | 2024-08-27T21:54:47.874Z | Checking float-ord v0.3.2 |
2153 | 2024-08-27T21:54:47.891Z | Compiling radium v0.7.0 |
2154 | 2024-08-27T21:54:48.023Z | Compiling rustls v0.22.4 |
2155 | 2024-08-27T21:54:48.376Z | Compiling multer v3.1.0 |
2156 | 2024-08-27T21:54:48.418Z | Compiling rustc_version v0.1.7 |
2157 | 2024-08-27T21:54:48.439Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2158 | 2024-08-27T21:54:48.499Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2159 | 2024-08-27T21:54:48.925Z | Compiling backoff v0.4.0 |
2160 | 2024-08-27T21:54:49.156Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2161 | 2024-08-27T21:54:49.179Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2162 | 2024-08-27T21:54:49.219Z | Compiling parse-display v0.10.0 |
2163 | 2024-08-27T21:54:49.280Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2164 | 2024-08-27T21:54:49.298Z | Compiling serde_with v3.9.0 |
2165 | 2024-08-27T21:54:49.444Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2166 | 2024-08-27T21:54:49.605Z | Compiling macaddr v1.0.1 |
2167 | 2024-08-27T21:54:49.939Z | Checking tap v1.0.1 |
2168 | 2024-08-27T21:54:50.048Z | Compiling maybe-uninit v2.0.0 |
2169 | 2024-08-27T21:54:50.099Z | Checking wyz v0.5.1 |
2170 | 2024-08-27T21:54:50.515Z | Compiling newtype_derive v0.1.6 |
2171 | 2024-08-27T21:54:50.677Z | Checking password-hash v0.5.0 |
2172 | 2024-08-27T21:54:50.841Z | Checking blake2 v0.10.6 |
2173 | 2024-08-27T21:54:50.984Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2174 | 2024-08-27T21:54:51.304Z | Checking crc-catalog v2.4.0 |
2175 | 2024-08-27T21:54:51.320Z | Checking funty v2.0.0 |
2176 | 2024-08-27T21:54:51.337Z | Compiling packed_struct v0.10.1 |
2177 | 2024-08-27T21:54:51.443Z | Checking crc v3.2.1 |
2178 | 2024-08-27T21:54:51.855Z | Checking argon2 v0.5.3 |
2179 | 2024-08-27T21:54:52.008Z | Compiling packed_struct_codegen v0.10.1 |
2180 | 2024-08-27T21:54:52.201Z | Checking bitvec v1.0.1 |
2181 | 2024-08-27T21:54:52.552Z | Compiling tokio-rustls v0.25.0 |
2182 | 2024-08-27T21:54:52.985Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2183 | 2024-08-27T21:54:53.119Z | Compiling cookie v0.18.1 |
2184 | 2024-08-27T21:54:53.149Z | Compiling indexmap v1.9.3 |
2185 | 2024-08-27T21:54:53.428Z | Checking half v2.4.1 |
2186 | 2024-08-27T21:54:53.468Z | Checking ciborium-io v0.2.2 |
2187 | 2024-08-27T21:54:53.587Z | Checking nodrop v0.1.14 |
2188 | 2024-08-27T21:54:53.703Z | Checking array-init v0.0.4 |
2189 | 2024-08-27T21:54:53.920Z | Checking ciborium-ll v0.2.2 |
2190 | 2024-08-27T21:54:54.493Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2191 | 2024-08-27T21:54:54.735Z | Checking smallvec v0.6.14 |
2192 | 2024-08-27T21:54:54.831Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2193 | 2024-08-27T21:54:55.088Z | Compiling memoffset v0.9.1 |
2194 | 2024-08-27T21:54:55.117Z | Compiling convert_case v0.4.0 |
2195 | 2024-08-27T21:54:55.423Z | Checking hashbrown v0.12.3 |
2196 | 2024-08-27T21:54:55.508Z | Checking highway v1.2.0 |
2197 | 2024-08-27T21:54:55.923Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2198 | 2024-08-27T21:54:56.006Z | Checking bitfield v0.14.0 |
2199 | 2024-08-27T21:54:56.123Z | Compiling derive_more v0.99.18 |
2200 | 2024-08-27T21:54:56.258Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2201 | 2024-08-27T21:54:56.273Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2202 | 2024-08-27T21:54:57.169Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2203 | 2024-08-27T21:54:57.273Z | Checking env_logger v0.10.2 |
2204 | 2024-08-27T21:54:57.320Z | Checking serde-hex v0.1.0 |
2205 | 2024-08-27T21:54:57.677Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2206 | 2024-08-27T21:54:57.694Z | Checking steno v0.4.1 |
2207 | 2024-08-27T21:54:58.216Z | Checking bzip2 v0.4.4 |
2208 | 2024-08-27T21:54:58.655Z | Checking ciborium v0.2.2 |
2209 | 2024-08-27T21:54:58.965Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2210 | 2024-08-27T21:54:58.987Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2211 | 2024-08-27T21:54:59.266Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2212 | 2024-08-27T21:54:59.719Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2213 | 2024-08-27T21:55:00.140Z | Checking ron v0.8.1 |
2214 | 2024-08-27T21:55:00.871Z | Checking x509-cert v0.2.5 |
2215 | 2024-08-27T21:55:01.395Z | Checking hashbrown v0.13.2 |
2216 | 2024-08-27T21:55:01.431Z | Compiling derive-where v1.2.7 |
2217 | 2024-08-27T21:55:02.000Z | Checking crc-any v2.5.0 |
2218 | 2024-08-27T21:55:02.386Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2219 | 2024-08-27T21:55:02.433Z | Checking object v0.30.4 |
2220 | 2024-08-27T21:55:02.655Z | Checking zip v0.6.6 |
2221 | 2024-08-27T21:55:03.246Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2222 | 2024-08-27T21:55:03.362Z | Checking path-slash v0.1.5 |
2223 | 2024-08-27T21:55:03.514Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2224 | 2024-08-27T21:55:03.621Z | Checking nix v0.27.1 |
2225 | 2024-08-27T21:55:03.951Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2226 | 2024-08-27T21:55:04.271Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2227 | 2024-08-27T21:55:04.322Z | Checking kstat-rs v0.2.4 |
2228 | 2024-08-27T21:55:04.530Z | Checking serde-big-array v0.5.1 |
2229 | 2024-08-27T21:55:04.676Z | Checking signal-hook-tokio v0.3.1 |
2230 | 2024-08-27T21:55:04.958Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2231 | 2024-08-27T21:55:06.413Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2232 | 2024-08-27T21:55:08.371Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2233 | 2024-08-27T21:55:10.183Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2234 | 2024-08-27T21:55:13.227Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2235 | 2024-08-27T21:55:15.565Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2236 | 2024-08-27T21:55:16.335Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2237 | 2024-08-27T21:55:16.590Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2238 | 2024-08-27T21:55:21.113Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2239 | 2024-08-27T21:55:21.740Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2240 | 2024-08-27T21:55:24.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.56s |
2241 | 2024-08-27T21:55:24.574Z | |
2242 | 2024-08-27T21:55:24.574Z | info: running `cargo check --bins` on gateway-api (45/154) |
2243 | 2024-08-27T21:55:25.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2024-08-27T21:55:25.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2024-08-27T21:55:25.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2246 | 2024-08-27T21:55:25.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2247 | 2024-08-27T21:55:25.220Z | |
2248 | 2024-08-27T21:55:25.220Z | info: running `cargo check --bins` on oximeter (46/154) |
2249 | 2024-08-27T21:55:25.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2250 | 2024-08-27T21:55:25.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2251 | 2024-08-27T21:55:25.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2252 | 2024-08-27T21:55:25.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2253 | 2024-08-27T21:55:25.883Z | |
2254 | 2024-08-27T21:55:25.883Z | info: running `cargo check --bins` on oximeter-macro-impl (47/154) |
2255 | 2024-08-27T21:55:26.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2256 | 2024-08-27T21:55:26.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2257 | 2024-08-27T21:55:26.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2258 | 2024-08-27T21:55:26.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2259 | 2024-08-27T21:55:26.510Z | |
2260 | 2024-08-27T21:55:26.510Z | info: running `cargo check --bins` on oximeter-schema (48/154) |
2261 | 2024-08-27T21:55:27.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2262 | 2024-08-27T21:55:27.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2263 | 2024-08-27T21:55:27.143Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2264 | 2024-08-27T21:55:27.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
2265 | 2024-08-27T21:55:27.685Z | |
2266 | 2024-08-27T21:55:27.685Z | info: running `cargo check --bins` on oximeter-types (49/154) |
2267 | 2024-08-27T21:55:28.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2268 | 2024-08-27T21:55:28.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2269 | 2024-08-27T21:55:28.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2270 | 2024-08-27T21:55:28.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2271 | 2024-08-27T21:55:28.327Z | |
2272 | 2024-08-27T21:55:28.327Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/154) |
2273 | 2024-08-27T21:55:28.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2274 | 2024-08-27T21:55:28.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2275 | 2024-08-27T21:55:28.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2276 | 2024-08-27T21:55:28.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2277 | 2024-08-27T21:55:28.972Z | |
2278 | 2024-08-27T21:55:28.972Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (51/154) |
2279 | 2024-08-27T21:55:29.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2280 | 2024-08-27T21:55:29.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2281 | 2024-08-27T21:55:29.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2282 | 2024-08-27T21:55:29.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2283 | 2024-08-27T21:55:29.597Z | |
2284 | 2024-08-27T21:55:29.597Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (52/154) |
2285 | 2024-08-27T21:55:30.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2286 | 2024-08-27T21:55:30.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2287 | 2024-08-27T21:55:30.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2288 | 2024-08-27T21:55:30.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2289 | 2024-08-27T21:55:30.244Z | |
2290 | 2024-08-27T21:55:30.244Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (53/154) |
2291 | 2024-08-27T21:55:30.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2292 | 2024-08-27T21:55:30.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2293 | 2024-08-27T21:55:30.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2294 | 2024-08-27T21:55:30.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2295 | 2024-08-27T21:55:30.903Z | |
2296 | 2024-08-27T21:55:30.903Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (54/154) |
2297 | 2024-08-27T21:55:31.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2298 | 2024-08-27T21:55:31.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2299 | 2024-08-27T21:55:31.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2300 | 2024-08-27T21:55:31.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2301 | 2024-08-27T21:55:31.545Z | |
2302 | 2024-08-27T21:55:31.545Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (55/154) |
2303 | 2024-08-27T21:55:32.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2304 | 2024-08-27T21:55:32.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2305 | 2024-08-27T21:55:32.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2306 | 2024-08-27T21:55:32.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2307 | 2024-08-27T21:55:32.182Z | |
2308 | 2024-08-27T21:55:32.182Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (56/154) |
2309 | 2024-08-27T21:55:32.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2310 | 2024-08-27T21:55:32.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2311 | 2024-08-27T21:55:32.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2312 | 2024-08-27T21:55:32.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2313 | 2024-08-27T21:55:32.826Z | |
2314 | 2024-08-27T21:55:32.826Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (57/154) |
2315 | 2024-08-27T21:55:33.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2316 | 2024-08-27T21:55:33.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2317 | 2024-08-27T21:55:33.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2318 | 2024-08-27T21:55:33.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2319 | 2024-08-27T21:55:33.488Z | |
2320 | 2024-08-27T21:55:33.488Z | info: running `cargo check --bins` on oximeter-producer (58/154) |
2321 | 2024-08-27T21:55:34.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2322 | 2024-08-27T21:55:34.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2323 | 2024-08-27T21:55:34.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2324 | 2024-08-27T21:55:34.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2325 | 2024-08-27T21:55:34.159Z | |
2326 | 2024-08-27T21:55:34.159Z | info: running `cargo check --bins` on internal-dns (59/154) |
2327 | 2024-08-27T21:55:34.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2328 | 2024-08-27T21:55:34.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2329 | 2024-08-27T21:55:34.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2330 | 2024-08-27T21:55:34.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2331 | 2024-08-27T21:55:34.810Z | |
2332 | 2024-08-27T21:55:34.810Z | info: running `cargo check --bins` on nexus-client (60/154) |
2333 | 2024-08-27T21:55:35.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2024-08-27T21:55:35.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2024-08-27T21:55:35.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2336 | 2024-08-27T21:55:35.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2337 | 2024-08-27T21:55:35.471Z | |
2338 | 2024-08-27T21:55:35.471Z | info: running `cargo check --bins` on nexus-sled-agent-shared (61/154) |
2339 | 2024-08-27T21:55:36.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2024-08-27T21:55:36.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2024-08-27T21:55:36.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2342 | 2024-08-27T21:55:36.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2343 | 2024-08-27T21:55:36.129Z | |
2344 | 2024-08-27T21:55:36.129Z | info: running `cargo check --bins` on omicron-passwords (62/154) |
2345 | 2024-08-27T21:55:36.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2024-08-27T21:55:36.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2024-08-27T21:55:36.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2348 | 2024-08-27T21:55:36.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2349 | 2024-08-27T21:55:36.749Z | |
2350 | 2024-08-27T21:55:36.749Z | info: running `cargo check --bins` on nexus-types (63/154) |
2351 | 2024-08-27T21:55:37.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2024-08-27T21:55:37.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2024-08-27T21:55:37.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2354 | 2024-08-27T21:55:37.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2355 | 2024-08-27T21:55:37.411Z | |
2356 | 2024-08-27T21:55:37.411Z | info: running `cargo check --bins` on gateway-client (64/154) |
2357 | 2024-08-27T21:55:37.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2358 | 2024-08-27T21:55:37.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2359 | 2024-08-27T21:55:37.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2360 | 2024-08-27T21:55:37.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2361 | 2024-08-27T21:55:38.031Z | |
2362 | 2024-08-27T21:55:38.031Z | info: running `cargo check --bins` on oxql-types (65/154) |
2363 | 2024-08-27T21:55:38.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2364 | 2024-08-27T21:55:38.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2365 | 2024-08-27T21:55:38.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2366 | 2024-08-27T21:55:38.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2367 | 2024-08-27T21:55:38.679Z | |
2368 | 2024-08-27T21:55:38.679Z | info: running `cargo check --bins` on sp-sim (66/154) |
2369 | 2024-08-27T21:55:39.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2370 | 2024-08-27T21:55:39.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2371 | 2024-08-27T21:55:39.335Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2372 | 2024-08-27T21:55:41.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s |
2373 | 2024-08-27T21:55:41.269Z | |
2374 | 2024-08-27T21:55:41.269Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (67/154) |
2375 | 2024-08-27T21:55:41.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2024-08-27T21:55:41.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2024-08-27T21:55:41.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2378 | 2024-08-27T21:55:41.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2379 | 2024-08-27T21:55:41.961Z | |
2380 | 2024-08-27T21:55:41.961Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (68/154) |
2381 | 2024-08-27T21:55:42.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2024-08-27T21:55:42.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2024-08-27T21:55:42.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2384 | 2024-08-27T21:55:42.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2385 | 2024-08-27T21:55:42.667Z | |
2386 | 2024-08-27T21:55:42.667Z | info: running `cargo check --bins` on db-macros (69/154) |
2387 | 2024-08-27T21:55:43.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-08-27T21:55:43.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-08-27T21:55:43.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2390 | 2024-08-27T21:55:43.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2391 | 2024-08-27T21:55:43.289Z | |
2392 | 2024-08-27T21:55:43.289Z | info: running `cargo check --bins` on nexus-macros-common (70/154) |
2393 | 2024-08-27T21:55:43.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-08-27T21:55:43.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-08-27T21:55:43.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2396 | 2024-08-27T21:55:43.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2397 | 2024-08-27T21:55:43.908Z | |
2398 | 2024-08-27T21:55:43.908Z | info: running `cargo check --bins` on nexus-auth (71/154) |
2399 | 2024-08-27T21:55:44.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-08-27T21:55:44.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-08-27T21:55:44.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2402 | 2024-08-27T21:55:44.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2403 | 2024-08-27T21:55:44.587Z | |
2404 | 2024-08-27T21:55:44.587Z | info: running `cargo check --bins` on authz-macros (72/154) |
2405 | 2024-08-27T21:55:45.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2024-08-27T21:55:45.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2024-08-27T21:55:45.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2408 | 2024-08-27T21:55:45.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2409 | 2024-08-27T21:55:45.200Z | |
2410 | 2024-08-27T21:55:45.200Z | info: running `cargo check --bins` on nexus-db-fixed-data (73/154) |
2411 | 2024-08-27T21:55:45.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2024-08-27T21:55:45.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2024-08-27T21:55:45.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2414 | 2024-08-27T21:55:45.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2415 | 2024-08-27T21:55:45.875Z | |
2416 | 2024-08-27T21:55:45.875Z | info: running `cargo check --bins` on nexus-db-model (74/154) |
2417 | 2024-08-27T21:55:46.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2024-08-27T21:55:46.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2024-08-27T21:55:46.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2420 | 2024-08-27T21:55:46.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2421 | 2024-08-27T21:55:46.556Z | |
2422 | 2024-08-27T21:55:46.556Z | info: running `cargo check --bins` on nexus-defaults (75/154) |
2423 | 2024-08-27T21:55:47.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2024-08-27T21:55:47.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2024-08-27T21:55:47.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2426 | 2024-08-27T21:55:47.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2427 | 2024-08-27T21:55:47.193Z | |
2428 | 2024-08-27T21:55:47.193Z | info: running `cargo check --bins` on sled-agent-client (76/154) |
2429 | 2024-08-27T21:55:47.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2024-08-27T21:55:47.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2024-08-27T21:55:47.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2024-08-27T21:55:47.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2433 | 2024-08-27T21:55:47.844Z | |
2434 | 2024-08-27T21:55:47.844Z | info: running `cargo check --bins` on nexus-inventory (77/154) |
2435 | 2024-08-27T21:55:48.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2024-08-27T21:55:48.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2024-08-27T21:55:48.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2024-08-27T21:55:48.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2439 | 2024-08-27T21:55:48.515Z | |
2440 | 2024-08-27T21:55:48.515Z | info: running `cargo check --bins` on typed-rng (78/154) |
2441 | 2024-08-27T21:55:49.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2024-08-27T21:55:49.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2024-08-27T21:55:49.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2024-08-27T21:55:49.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2445 | 2024-08-27T21:55:49.130Z | |
2446 | 2024-08-27T21:55:49.130Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (79/154) |
2447 | 2024-08-27T21:55:49.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2024-08-27T21:55:49.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2024-08-27T21:55:49.885Z | Compiling rayon-core v1.12.1 |
2450 | 2024-08-27T21:55:49.888Z | Compiling crossbeam-deque v0.8.5 |
2451 | 2024-08-27T21:55:49.888Z | Compiling curve25519-dalek v4.1.3 |
2452 | 2024-08-27T21:55:49.888Z | Compiling unicase v2.7.0 |
2453 | 2024-08-27T21:55:49.982Z | Compiling fastrand v2.1.0 |
2454 | 2024-08-27T21:55:49.985Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2455 | 2024-08-27T21:55:49.992Z | Checking keccak v0.1.5 |
2456 | 2024-08-27T21:55:49.995Z | Compiling same-file v1.0.6 |
2457 | 2024-08-27T21:55:50.287Z | Compiling walkdir v2.5.0 |
2458 | 2024-08-27T21:55:50.290Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2459 | 2024-08-27T21:55:50.355Z | Checking sha3 v0.10.8 |
2460 | 2024-08-27T21:55:50.496Z | Compiling tempfile v3.10.1 |
2461 | 2024-08-27T21:55:50.518Z | Compiling thiserror-impl-no-std v2.0.2 |
2462 | 2024-08-27T21:55:50.638Z | Checking universal-hash v0.5.1 |
2463 | 2024-08-27T21:55:50.673Z | Checking secrecy v0.8.0 |
2464 | 2024-08-27T21:55:50.742Z | Compiling blake3 v1.5.1 |
2465 | 2024-08-27T21:55:50.822Z | Compiling ring v0.16.20 |
2466 | 2024-08-27T21:55:50.878Z | Compiling curve25519-dalek-derive v0.1.1 |
2467 | 2024-08-27T21:55:51.064Z | Checking opaque-debug v0.3.1 |
2468 | 2024-08-27T21:55:51.067Z | Compiling rayon v1.10.0 |
2469 | 2024-08-27T21:55:51.157Z | Checking poly1305 v0.8.0 |
2470 | 2024-08-27T21:55:51.326Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2471 | 2024-08-27T21:55:51.639Z | Checking chacha20 v0.9.1 |
2472 | 2024-08-27T21:55:51.664Z | Checking aead v0.5.2 |
2473 | 2024-08-27T21:55:51.865Z | Compiling memmap2 v0.9.4 |
2474 | 2024-08-27T21:55:51.964Z | Compiling home v0.5.9 |
2475 | 2024-08-27T21:55:52.001Z | Compiling arrayref v0.3.7 |
2476 | 2024-08-27T21:55:52.016Z | Compiling constant_time_eq v0.3.0 |
2477 | 2024-08-27T21:55:52.100Z | Compiling spin v0.5.2 |
2478 | 2024-08-27T21:55:52.193Z | Compiling libefi-sys v0.1.0 |
2479 | 2024-08-27T21:55:52.233Z | Compiling arrayvec v0.7.4 |
2480 | 2024-08-27T21:55:52.315Z | Compiling untrusted v0.7.1 |
2481 | 2024-08-27T21:55:52.332Z | Compiling toolchain_find v0.4.0 |
2482 | 2024-08-27T21:55:52.501Z | Checking chacha20poly1305 v0.10.1 |
2483 | 2024-08-27T21:55:52.625Z | Compiling camino-tempfile v1.1.1 |
2484 | 2024-08-27T21:55:52.799Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2485 | 2024-08-27T21:55:53.041Z | Compiling bitfield-struct v0.6.1 |
2486 | 2024-08-27T21:55:53.059Z | Compiling cancel-safe-futures v0.1.5 |
2487 | 2024-08-27T21:55:53.076Z | Compiling topological-sort v0.2.2 |
2488 | 2024-08-27T21:55:53.285Z | Compiling mime_guess v2.0.4 |
2489 | 2024-08-27T21:55:53.348Z | Compiling rustfmt-wrapper v0.2.1 |
2490 | 2024-08-27T21:55:53.729Z | Checking thiserror-no-std v2.0.2 |
2491 | 2024-08-27T21:55:53.784Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2492 | 2024-08-27T21:55:53.836Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2493 | 2024-08-27T21:55:53.943Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2494 | 2024-08-27T21:55:54.054Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2495 | 2024-08-27T21:55:54.307Z | Checking vsss-rs v3.3.4 |
2496 | 2024-08-27T21:55:54.558Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2497 | 2024-08-27T21:55:54.681Z | Checking gethostname v0.5.0 |
2498 | 2024-08-27T21:55:54.699Z | Checking libsw v3.3.1 |
2499 | 2024-08-27T21:55:54.762Z | Checking linear-map v1.2.0 |
2500 | 2024-08-27T21:55:54.798Z | Checking swrite v0.1.0 |
2501 | 2024-08-27T21:55:54.916Z | Checking owo-colors v4.0.0 |
2502 | 2024-08-27T21:55:55.090Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2503 | 2024-08-27T21:55:55.128Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2504 | 2024-08-27T21:55:55.641Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2505 | 2024-08-27T21:55:55.659Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2506 | 2024-08-27T21:55:55.799Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2507 | 2024-08-27T21:55:56.073Z | Checking nanorand v0.7.0 |
2508 | 2024-08-27T21:55:56.435Z | Checking glob v0.3.1 |
2509 | 2024-08-27T21:55:56.733Z | Compiling omicron-zone-package v0.11.0 |
2510 | 2024-08-27T21:55:56.735Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2511 | 2024-08-27T21:55:56.849Z | Checking http-range v0.1.5 |
2512 | 2024-08-27T21:55:56.914Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2513 | 2024-08-27T21:55:57.024Z | Checking hyper-staticfile v0.9.5 |
2514 | 2024-08-27T21:55:57.062Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2515 | 2024-08-27T21:55:57.437Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2516 | 2024-08-27T21:55:57.605Z | Checking flume v0.11.0 |
2517 | 2024-08-27T21:55:58.073Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2518 | 2024-08-27T21:55:58.096Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2519 | 2024-08-27T21:55:58.204Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2520 | 2024-08-27T21:55:58.880Z | Checking itertools v0.13.0 |
2521 | 2024-08-27T21:55:59.270Z | Checking display-error-chain v0.2.0 |
2522 | 2024-08-27T21:55:59.809Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2523 | 2024-08-27T21:56:00.392Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2524 | 2024-08-27T21:56:01.540Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2525 | 2024-08-27T21:56:03.222Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2526 | 2024-08-27T21:56:03.348Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2527 | 2024-08-27T21:56:13.441Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2528 | 2024-08-27T21:56:24.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.74s |
2529 | 2024-08-27T21:56:25.043Z | |
2530 | 2024-08-27T21:56:25.044Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (80/154) |
2531 | 2024-08-27T21:56:25.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2024-08-27T21:56:25.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2024-08-27T21:56:25.798Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2534 | 2024-08-27T21:56:37.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.22s |
2535 | 2024-08-27T21:56:37.438Z | |
2536 | 2024-08-27T21:56:37.438Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (81/154) |
2537 | 2024-08-27T21:56:38.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2024-08-27T21:56:38.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2024-08-27T21:56:38.181Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2540 | 2024-08-27T21:56:49.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.30s |
2541 | 2024-08-27T21:56:49.910Z | |
2542 | 2024-08-27T21:56:49.910Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (82/154) |
2543 | 2024-08-27T21:56:50.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2024-08-27T21:56:50.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2024-08-27T21:56:50.666Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2546 | 2024-08-27T21:57:02.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.37s |
2547 | 2024-08-27T21:57:02.450Z | |
2548 | 2024-08-27T21:57:02.450Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (83/154) |
2549 | 2024-08-27T21:57:03.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2024-08-27T21:57:03.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2024-08-27T21:57:03.192Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2552 | 2024-08-27T21:57:14.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.12s |
2553 | 2024-08-27T21:57:14.753Z | |
2554 | 2024-08-27T21:57:14.753Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (84/154) |
2555 | 2024-08-27T21:57:15.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2024-08-27T21:57:15.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2024-08-27T21:57:15.500Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2558 | 2024-08-27T21:57:27.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.30s |
2559 | 2024-08-27T21:57:27.231Z | |
2560 | 2024-08-27T21:57:27.231Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (85/154) |
2561 | 2024-08-27T21:57:27.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2024-08-27T21:57:27.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2024-08-27T21:57:27.965Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2564 | 2024-08-27T21:57:39.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.28s |
2565 | 2024-08-27T21:57:39.689Z | |
2566 | 2024-08-27T21:57:39.690Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (86/154) |
2567 | 2024-08-27T21:57:40.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2024-08-27T21:57:40.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2024-08-27T21:57:40.433Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2570 | 2024-08-27T21:57:51.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.11s |
2571 | 2024-08-27T21:57:51.978Z | |
2572 | 2024-08-27T21:57:51.978Z | info: running `cargo check --bins` on bootstrap-agent-api (87/154) |
2573 | 2024-08-27T21:57:52.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2024-08-27T21:57:52.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2024-08-27T21:57:52.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2576 | 2024-08-27T21:57:52.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2577 | 2024-08-27T21:57:52.669Z | |
2578 | 2024-08-27T21:57:52.669Z | info: running `cargo check --bins` on sled-agent-types (88/154) |
2579 | 2024-08-27T21:57:53.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2024-08-27T21:57:53.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2024-08-27T21:57:53.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2582 | 2024-08-27T21:57:53.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2583 | 2024-08-27T21:57:53.340Z | |
2584 | 2024-08-27T21:57:53.340Z | info: running `cargo check --bins` on bootstrap-agent-client (89/154) |
2585 | 2024-08-27T21:57:53.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2024-08-27T21:57:53.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2024-08-27T21:57:53.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2588 | 2024-08-27T21:57:53.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2589 | 2024-08-27T21:57:54.013Z | |
2590 | 2024-08-27T21:57:54.013Z | info: running `cargo check --bins` on dpd-client (90/154) |
2591 | 2024-08-27T21:57:54.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2024-08-27T21:57:54.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2024-08-27T21:57:54.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2024-08-27T21:57:54.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2595 | 2024-08-27T21:57:54.655Z | |
2596 | 2024-08-27T21:57:54.655Z | info: running `cargo check --bins` on installinator-common (91/154) |
2597 | 2024-08-27T21:57:55.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-08-27T21:57:55.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-08-27T21:57:55.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2024-08-27T21:57:55.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2601 | 2024-08-27T21:57:55.324Z | |
2602 | 2024-08-27T21:57:55.324Z | info: running `cargo check --bins` on update-engine (92/154) |
2603 | 2024-08-27T21:57:55.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2024-08-27T21:57:55.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2024-08-27T21:57:55.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2606 | 2024-08-27T21:57:55.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2607 | 2024-08-27T21:57:55.947Z | |
2608 | 2024-08-27T21:57:55.947Z | info: running `cargo check --bins` on key-manager (93/154) |
2609 | 2024-08-27T21:57:56.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-08-27T21:57:56.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-08-27T21:57:56.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2612 | 2024-08-27T21:57:56.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2613 | 2024-08-27T21:57:56.585Z | |
2614 | 2024-08-27T21:57:56.585Z | info: running `cargo check --bins` on omicron-ddm-admin-client (94/154) |
2615 | 2024-08-27T21:57:57.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2024-08-27T21:57:57.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2024-08-27T21:57:57.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2618 | 2024-08-27T21:57:57.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2619 | 2024-08-27T21:57:57.244Z | |
2620 | 2024-08-27T21:57:57.244Z | info: running `cargo check --bins` on sled-agent-api (95/154) |
2621 | 2024-08-27T21:57:57.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-08-27T21:57:57.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-08-27T21:57:57.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2624 | 2024-08-27T21:57:57.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2625 | 2024-08-27T21:57:57.909Z | |
2626 | 2024-08-27T21:57:57.909Z | info: running `cargo check --bins` on sled-hardware (96/154) |
2627 | 2024-08-27T21:57:58.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-08-27T21:57:58.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-08-27T21:57:58.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2024-08-27T21:57:58.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2631 | 2024-08-27T21:57:58.572Z | |
2632 | 2024-08-27T21:57:58.572Z | info: running `cargo check --bins --no-default-features` on sled-storage (97/154) |
2633 | 2024-08-27T21:57:59.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-08-27T21:57:59.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-08-27T21:57:59.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2024-08-27T21:57:59.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2637 | 2024-08-27T21:57:59.235Z | |
2638 | 2024-08-27T21:57:59.235Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/154) |
2639 | 2024-08-27T21:57:59.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-08-27T21:57:59.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-08-27T21:57:59.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2024-08-27T21:57:59.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2643 | 2024-08-27T21:57:59.897Z | |
2644 | 2024-08-27T21:57:59.897Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (99/154) |
2645 | 2024-08-27T21:58:00.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-08-27T21:58:00.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-08-27T21:58:00.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2648 | 2024-08-27T21:58:00.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2649 | 2024-08-27T21:58:00.578Z | |
2650 | 2024-08-27T21:58:00.578Z | info: running `cargo check --bins` on nexus-test-interface (100/154) |
2651 | 2024-08-27T21:58:01.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2024-08-27T21:58:01.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2024-08-27T21:58:01.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2654 | 2024-08-27T21:58:01.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2655 | 2024-08-27T21:58:01.246Z | |
2656 | 2024-08-27T21:58:01.246Z | info: running `cargo check --bins` on oximeter-collector (101/154) |
2657 | 2024-08-27T21:58:01.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-08-27T21:58:01.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-08-27T21:58:01.935Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2660 | 2024-08-27T21:58:01.935Z | Checking bcs v0.1.6 |
2661 | 2024-08-27T21:58:01.935Z | Compiling async-recursion v1.1.1 |
2662 | 2024-08-27T21:58:01.938Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2663 | 2024-08-27T21:58:01.938Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2664 | 2024-08-27T21:58:03.025Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2665 | 2024-08-27T21:58:06.168Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2666 | 2024-08-27T21:58:07.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s |
2667 | 2024-08-27T21:58:07.985Z | |
2668 | 2024-08-27T21:58:07.985Z | info: running `cargo check --bins` on oximeter-api (102/154) |
2669 | 2024-08-27T21:58:08.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-08-27T21:58:08.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-08-27T21:58:08.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-08-27T21:58:08.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2673 | 2024-08-27T21:58:08.633Z | |
2674 | 2024-08-27T21:58:08.633Z | info: running `cargo check --bins` on oximeter-client (103/154) |
2675 | 2024-08-27T21:58:09.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-08-27T21:58:09.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-08-27T21:58:09.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-08-27T21:58:09.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2679 | 2024-08-27T21:58:09.295Z | |
2680 | 2024-08-27T21:58:09.295Z | info: running `cargo check --bins --no-default-features` on oximeter-db (104/154) |
2681 | 2024-08-27T21:58:09.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-08-27T21:58:09.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-08-27T21:58:09.957Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2684 | 2024-08-27T21:58:10.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
2685 | 2024-08-27T21:58:10.695Z | |
2686 | 2024-08-27T21:58:10.695Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/154) |
2687 | 2024-08-27T21:58:11.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-08-27T21:58:11.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-08-27T21:58:11.369Z | Compiling vte_generate_state_changes v0.1.1 |
2690 | 2024-08-27T21:58:11.369Z | Checking fd-lock v4.0.2 |
2691 | 2024-08-27T21:58:11.371Z | Checking bytecount v0.6.8 |
2692 | 2024-08-27T21:58:11.371Z | Compiling tabled_derive v0.7.0 |
2693 | 2024-08-27T21:58:11.371Z | Checking crossterm v0.27.0 |
2694 | 2024-08-27T21:58:11.460Z | Compiling peg-macros v0.8.4 |
2695 | 2024-08-27T21:58:11.471Z | Compiling sqlparser_derive v0.2.2 |
2696 | 2024-08-27T21:58:11.474Z | Checking home v0.5.9 |
2697 | 2024-08-27T21:58:11.590Z | Checking papergrid v0.11.0 |
2698 | 2024-08-27T21:58:11.605Z | Checking nu-ansi-term v0.50.0 |
2699 | 2024-08-27T21:58:11.619Z | Checking unicode_categories v0.1.1 |
2700 | 2024-08-27T21:58:11.905Z | Checking sqlformat v0.2.4 |
2701 | 2024-08-27T21:58:11.988Z | Checking rustyline v14.0.0 |
2702 | 2024-08-27T21:58:12.091Z | Checking vte v0.11.1 |
2703 | 2024-08-27T21:58:12.598Z | Checking sqlparser v0.45.0 |
2704 | 2024-08-27T21:58:13.032Z | Checking crossterm v0.28.1 |
2705 | 2024-08-27T21:58:13.547Z | Checking strip-ansi-escapes v0.2.0 |
2706 | 2024-08-27T21:58:13.700Z | Checking reedline v0.33.0 |
2707 | 2024-08-27T21:58:14.040Z | Checking tabled v0.15.0 |
2708 | 2024-08-27T21:58:14.502Z | Checking peg v0.8.4 |
2709 | 2024-08-27T21:58:18.944Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2710 | 2024-08-27T21:58:24.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.43s |
2711 | 2024-08-27T21:58:24.281Z | |
2712 | 2024-08-27T21:58:24.281Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/154) |
2713 | 2024-08-27T21:58:24.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2024-08-27T21:58:24.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2024-08-27T21:58:24.957Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2716 | 2024-08-27T21:58:30.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.91s |
2717 | 2024-08-27T21:58:30.348Z | |
2718 | 2024-08-27T21:58:30.348Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/154) |
2719 | 2024-08-27T21:58:30.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2024-08-27T21:58:30.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2024-08-27T21:58:31.022Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2722 | 2024-08-27T21:58:36.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
2723 | 2024-08-27T21:58:36.290Z | |
2724 | 2024-08-27T21:58:36.290Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/154) |
2725 | 2024-08-27T21:58:36.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2024-08-27T21:58:36.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2024-08-27T21:58:36.954Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2728 | 2024-08-27T21:58:41.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s |
2729 | 2024-08-27T21:58:41.293Z | |
2730 | 2024-08-27T21:58:41.293Z | info: running `cargo check --bins` on oximeter-test-utils (109/154) |
2731 | 2024-08-27T21:58:41.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2024-08-27T21:58:41.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2024-08-27T21:58:41.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2734 | 2024-08-27T21:58:41.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2735 | 2024-08-27T21:58:41.935Z | |
2736 | 2024-08-27T21:58:41.935Z | info: running `cargo check --bins` on cockroach-admin-client (110/154) |
2737 | 2024-08-27T21:58:42.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2024-08-27T21:58:42.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2024-08-27T21:58:42.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2740 | 2024-08-27T21:58:42.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2741 | 2024-08-27T21:58:42.548Z | |
2742 | 2024-08-27T21:58:42.548Z | info: running `cargo check --bins` on installinator-client (111/154) |
2743 | 2024-08-27T21:58:43.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2024-08-27T21:58:43.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2024-08-27T21:58:43.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2746 | 2024-08-27T21:58:43.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2747 | 2024-08-27T21:58:43.206Z | |
2748 | 2024-08-27T21:58:43.206Z | info: running `cargo check --bins` on oxide-client (112/154) |
2749 | 2024-08-27T21:58:43.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2024-08-27T21:58:43.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2024-08-27T21:58:43.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2752 | 2024-08-27T21:58:43.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2753 | 2024-08-27T21:58:43.838Z | |
2754 | 2024-08-27T21:58:43.838Z | info: running `cargo check --bins` on wicketd-client (113/154) |
2755 | 2024-08-27T21:58:44.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2024-08-27T21:58:44.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2024-08-27T21:58:44.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2758 | 2024-08-27T21:58:44.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2759 | 2024-08-27T21:58:44.513Z | |
2760 | 2024-08-27T21:58:44.513Z | info: running `cargo check --bins` on wicket-common (114/154) |
2761 | 2024-08-27T21:58:45.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2024-08-27T21:58:45.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2024-08-27T21:58:45.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2024-08-27T21:58:45.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2765 | 2024-08-27T21:58:45.186Z | |
2766 | 2024-08-27T21:58:45.186Z | info: running `cargo check --bins` on omicron-cockroach-admin (115/154) |
2767 | 2024-08-27T21:58:45.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2024-08-27T21:58:45.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2024-08-27T21:58:45.861Z | Checking csv-core v0.1.11 |
2770 | 2024-08-27T21:58:45.870Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2771 | 2024-08-27T21:58:46.153Z | Checking csv v1.3.0 |
2772 | 2024-08-27T21:58:46.674Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2773 | 2024-08-27T21:58:47.006Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2774 | 2024-08-27T21:58:48.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
2775 | 2024-08-27T21:58:48.348Z | |
2776 | 2024-08-27T21:58:48.348Z | info: running `cargo check --bins` on cockroach-admin-api (116/154) |
2777 | 2024-08-27T21:58:48.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2024-08-27T21:58:48.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2024-08-27T21:58:48.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2024-08-27T21:58:48.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2781 | 2024-08-27T21:58:49.004Z | |
2782 | 2024-08-27T21:58:49.004Z | info: running `cargo check --bins` on cockroach-admin-types (117/154) |
2783 | 2024-08-27T21:58:49.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2024-08-27T21:58:49.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2024-08-27T21:58:49.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2024-08-27T21:58:49.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2787 | 2024-08-27T21:58:49.655Z | |
2788 | 2024-08-27T21:58:49.655Z | info: running `cargo check --bins` on cert-dev (118/154) |
2789 | 2024-08-27T21:58:50.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2024-08-27T21:58:50.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2024-08-27T21:58:50.289Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2792 | 2024-08-27T21:58:50.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2793 | 2024-08-27T21:58:50.686Z | |
2794 | 2024-08-27T21:58:50.686Z | info: running `cargo check --bins` on ch-dev (119/154) |
2795 | 2024-08-27T21:58:51.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2024-08-27T21:58:51.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2024-08-27T21:58:51.376Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2798 | 2024-08-27T21:58:52.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
2799 | 2024-08-27T21:58:52.228Z | |
2800 | 2024-08-27T21:58:52.228Z | info: running `cargo check --bins` on crdb-seed (120/154) |
2801 | 2024-08-27T21:58:52.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2024-08-27T21:58:52.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2024-08-27T21:58:52.928Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2804 | 2024-08-27T21:58:53.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
2805 | 2024-08-27T21:58:53.424Z | |
2806 | 2024-08-27T21:58:53.424Z | info: running `cargo check --bins` on db-dev (121/154) |
2807 | 2024-08-27T21:58:54.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2024-08-27T21:58:54.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2024-08-27T21:58:54.113Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2810 | 2024-08-27T21:58:54.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
2811 | 2024-08-27T21:58:54.981Z | |
2812 | 2024-08-27T21:58:54.981Z | info: running `cargo check --bins` on omicron-dev-lib (122/154) |
2813 | 2024-08-27T21:58:55.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2024-08-27T21:58:55.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2024-08-27T21:58:55.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2024-08-27T21:58:55.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2817 | 2024-08-27T21:58:55.653Z | |
2818 | 2024-08-27T21:58:55.653Z | info: running `cargo check --bins` on xtask-downloader (123/154) |
2819 | 2024-08-27T21:58:56.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2024-08-27T21:58:56.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2024-08-27T21:58:56.274Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2822 | 2024-08-27T21:58:57.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
2823 | 2024-08-27T21:58:57.252Z | |
2824 | 2024-08-27T21:58:57.252Z | info: running `cargo check --bins` on mgs-dev (124/154) |
2825 | 2024-08-27T21:58:57.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2024-08-27T21:58:57.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2024-08-27T21:58:57.991Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2828 | 2024-08-27T21:58:58.634Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2829 | 2024-08-27T21:58:59.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
2830 | 2024-08-27T21:58:59.292Z | |
2831 | 2024-08-27T21:58:59.292Z | info: running `cargo check --bins` on omicron-omdb (125/154) |
2832 | 2024-08-27T21:58:59.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-08-27T21:58:59.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-08-27T21:59:00.098Z | Compiling crunchy v0.2.2 |
2835 | 2024-08-27T21:59:00.098Z | Compiling glob v0.3.1 |
2836 | 2024-08-27T21:59:00.101Z | Compiling tiny-keccak v2.0.2 |
2837 | 2024-08-27T21:59:00.211Z | Compiling dsl_auto_type v0.1.2 |
2838 | 2024-08-27T21:59:00.226Z | Checking scheduled-thread-pool v0.2.7 |
2839 | 2024-08-27T21:59:00.246Z | Compiling diesel_table_macro_syntax v0.2.0 |
2840 | 2024-08-27T21:59:00.260Z | Compiling ascii-canvas v3.0.0 |
2841 | 2024-08-27T21:59:00.263Z | Compiling ena v0.14.3 |
2842 | 2024-08-27T21:59:00.456Z | Checking r2d2 v0.8.10 |
2843 | 2024-08-27T21:59:00.525Z | Compiling libloading v0.8.3 |
2844 | 2024-08-27T21:59:00.646Z | Compiling diff v0.1.13 |
2845 | 2024-08-27T21:59:00.665Z | Compiling bindgen v0.69.4 |
2846 | 2024-08-27T21:59:00.764Z | Compiling regex-syntax v0.6.29 |
2847 | 2024-08-27T21:59:00.826Z | Compiling which v4.4.2 |
2848 | 2024-08-27T21:59:00.922Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2849 | 2024-08-27T21:59:01.155Z | Compiling cexpr v0.6.0 |
2850 | 2024-08-27T21:59:01.173Z | Compiling clang-sys v1.7.0 |
2851 | 2024-08-27T21:59:01.270Z | Compiling shlex v1.3.0 |
2852 | 2024-08-27T21:59:01.443Z | Compiling lazycell v1.3.0 |
2853 | 2024-08-27T21:59:01.472Z | Compiling ref-cast v1.0.23 |
2854 | 2024-08-27T21:59:01.517Z | Compiling rustc-hash v1.1.0 |
2855 | 2024-08-27T21:59:01.623Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2856 | 2024-08-27T21:59:01.679Z | Compiling derive_builder_core v0.20.0 |
2857 | 2024-08-27T21:59:01.696Z | Compiling libxml v0.3.3 |
2858 | 2024-08-27T21:59:01.834Z | Compiling diesel_derives v2.2.2 |
2859 | 2024-08-27T21:59:01.945Z | Compiling ref-cast-impl v1.0.23 |
2860 | 2024-08-27T21:59:02.054Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2861 | 2024-08-27T21:59:02.131Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2862 | 2024-08-27T21:59:02.529Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2863 | 2024-08-27T21:59:02.839Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2864 | 2024-08-27T21:59:02.985Z | Compiling strum_macros v0.24.3 |
2865 | 2024-08-27T21:59:03.244Z | Compiling dropshot v0.10.1 |
2866 | 2024-08-27T21:59:03.329Z | Compiling indoc v1.0.9 |
2867 | 2024-08-27T21:59:04.166Z | Compiling lalrpop v0.19.12 |
2868 | 2024-08-27T21:59:04.363Z | Compiling derive_builder_macro v0.20.0 |
2869 | 2024-08-27T21:59:05.298Z | Checking derive_builder v0.20.0 |
2870 | 2024-08-27T21:59:05.502Z | Checking tungstenite v0.23.0 |
2871 | 2024-08-27T21:59:05.662Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2872 | 2024-08-27T21:59:05.971Z | Compiling dropshot_endpoint v0.10.1 |
2873 | 2024-08-27T21:59:06.444Z | Compiling impl-trait-for-tuples v0.2.2 |
2874 | 2024-08-27T21:59:06.663Z | Compiling oso-derive v0.27.3 |
2875 | 2024-08-27T21:59:06.688Z | Checking quick-xml v0.31.0 |
2876 | 2024-08-27T21:59:07.756Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2877 | 2024-08-27T21:59:08.078Z | Checking maplit v1.0.2 |
2878 | 2024-08-27T21:59:08.271Z | Checking tokio-tungstenite v0.23.1 |
2879 | 2024-08-27T21:59:08.757Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2880 | 2024-08-27T21:59:08.781Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2881 | 2024-08-27T21:59:09.092Z | Checking bb8 v0.8.5 |
2882 | 2024-08-27T21:59:09.605Z | Compiling const_format_proc_macros v0.2.32 |
2883 | 2024-08-27T21:59:10.579Z | Checking crossbeam-deque v0.8.5 |
2884 | 2024-08-27T21:59:10.914Z | Compiling portable-atomic v1.6.0 |
2885 | 2024-08-27T21:59:11.801Z | Checking const_format v0.2.32 |
2886 | 2024-08-27T21:59:11.840Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2887 | 2024-08-27T21:59:12.016Z | Checking rayon-core v1.12.1 |
2888 | 2024-08-27T21:59:12.291Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2889 | 2024-08-27T21:59:12.605Z | Checking castaway v0.2.3 |
2890 | 2024-08-27T21:59:12.705Z | Checking rayon v1.10.0 |
2891 | 2024-08-27T21:59:12.780Z | Checking compact_str v0.8.0 |
2892 | 2024-08-27T21:59:14.072Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2893 | 2024-08-27T21:59:14.228Z | Checking unicode-truncate v1.0.0 |
2894 | 2024-08-27T21:59:14.415Z | Checking lru v0.12.3 |
2895 | 2024-08-27T21:59:14.439Z | Compiling instability v0.3.2 |
2896 | 2024-08-27T21:59:14.700Z | Checking unicode-linebreak v0.1.5 |
2897 | 2024-08-27T21:59:14.797Z | Checking number_prefix v0.4.0 |
2898 | 2024-08-27T21:59:14.801Z | Checking diesel v2.2.3 |
2899 | 2024-08-27T21:59:14.964Z | Checking cassowary v0.3.0 |
2900 | 2024-08-27T21:59:15.003Z | Checking smawk v0.3.2 |
2901 | 2024-08-27T21:59:15.121Z | Checking multimap v0.10.0 |
2902 | 2024-08-27T21:59:15.184Z | Checking textwrap v0.16.1 |
2903 | 2024-08-27T21:59:15.501Z | Checking ratatui v0.28.0 |
2904 | 2024-08-27T21:59:16.760Z | Checking indicatif v0.17.8 |
2905 | 2024-08-27T21:59:38.715Z | Compiling samael v0.0.15 |
2906 | 2024-08-27T21:59:49.554Z | Compiling polar-core v0.27.3 |
2907 | 2024-08-27T21:59:51.177Z | Checking async-bb8-diesel v0.2.1 |
2908 | 2024-08-27T21:59:56.642Z | Checking oso v0.27.3 |
2909 | 2024-08-27T22:00:58.246Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2910 | 2024-08-27T22:01:03.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s |
2911 | 2024-08-27T22:01:03.853Z | |
2912 | 2024-08-27T22:01:03.853Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (126/154) |
2913 | 2024-08-27T22:01:04.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2024-08-27T22:01:04.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2024-08-27T22:01:04.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2916 | 2024-08-27T22:01:04.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2917 | 2024-08-27T22:01:04.568Z | |
2918 | 2024-08-27T22:01:04.568Z | info: running `cargo check --bins` on nexus-saga-recovery (127/154) |
2919 | 2024-08-27T22:01:05.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2920 | 2024-08-27T22:01:05.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2921 | 2024-08-27T22:01:05.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2922 | 2024-08-27T22:01:05.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2923 | 2024-08-27T22:01:05.261Z | |
2924 | 2024-08-27T22:01:05.261Z | info: running `cargo check --bins` on nexus-test-utils-macros (128/154) |
2925 | 2024-08-27T22:01:05.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2926 | 2024-08-27T22:01:05.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2927 | 2024-08-27T22:01:05.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2928 | 2024-08-27T22:01:05.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2929 | 2024-08-27T22:01:05.886Z | |
2930 | 2024-08-27T22:01:05.886Z | info: running `cargo check --bins` on omicron-nexus (129/154) |
2931 | 2024-08-27T22:01:06.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2932 | 2024-08-27T22:01:06.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2933 | 2024-08-27T22:01:06.698Z | Compiling libz-sys v1.1.16 |
2934 | 2024-08-27T22:01:06.803Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2935 | 2024-08-27T22:01:06.815Z | Compiling vergen v8.3.2 |
2936 | 2024-08-27T22:01:06.815Z | Compiling cargo-platform v0.1.8 |
2937 | 2024-08-27T22:01:06.817Z | Compiling pin-project-internal v1.1.5 |
2938 | 2024-08-27T22:01:06.854Z | Compiling snafu-derive v0.8.2 |
2939 | 2024-08-27T22:01:06.856Z | Compiling libsqlite3-sys v0.28.0 |
2940 | 2024-08-27T22:01:06.856Z | Compiling buf-list v1.0.3 |
2941 | 2024-08-27T22:01:07.140Z | Compiling cargo_metadata v0.18.1 |
2942 | 2024-08-27T22:01:07.342Z | Checking globset v0.4.14 |
2943 | 2024-08-27T22:01:07.622Z | Checking olpc-cjson v0.1.3 |
2944 | 2024-08-27T22:01:07.721Z | Checking rand_seeder v0.3.0 |
2945 | 2024-08-27T22:01:07.780Z | Checking serde_plain v1.0.2 |
2946 | 2024-08-27T22:01:07.819Z | Checking typed-path v0.7.1 |
2947 | 2024-08-27T22:01:07.931Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2948 | 2024-08-27T22:01:08.117Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2949 | 2024-08-27T22:01:08.269Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2950 | 2024-08-27T22:01:08.425Z | Checking hashlink v0.9.1 |
2951 | 2024-08-27T22:01:08.529Z | Checking parse-size v1.0.0 |
2952 | 2024-08-27T22:01:08.696Z | Checking fallible-iterator v0.3.0 |
2953 | 2024-08-27T22:01:08.938Z | Checking fallible-streaming-iterator v0.1.9 |
2954 | 2024-08-27T22:01:09.225Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2955 | 2024-08-27T22:01:09.238Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2956 | 2024-08-27T22:01:09.470Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2957 | 2024-08-27T22:01:09.748Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2958 | 2024-08-27T22:01:09.874Z | Checking pin-project v1.1.5 |
2959 | 2024-08-27T22:01:09.991Z | Checking twox-hash v1.6.3 |
2960 | 2024-08-27T22:01:10.066Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2961 | 2024-08-27T22:01:10.453Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2962 | 2024-08-27T22:01:10.487Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2963 | 2024-08-27T22:01:10.816Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2964 | 2024-08-27T22:01:11.078Z | Checking fatfs v0.3.6 |
2965 | 2024-08-27T22:01:11.355Z | Checking assert_matches v1.5.0 |
2966 | 2024-08-27T22:01:12.138Z | Checking snafu v0.8.2 |
2967 | 2024-08-27T22:01:12.503Z | Checking rusqlite v0.31.0 |
2968 | 2024-08-27T22:01:12.554Z | Checking tough v0.17.1 |
2969 | 2024-08-27T22:01:16.619Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2970 | 2024-08-27T22:01:17.844Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2971 | 2024-08-27T22:01:18.004Z | Compiling git2 v0.19.0 |
2972 | 2024-08-27T22:01:22.815Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2973 | 2024-08-27T22:02:22.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
2974 | 2024-08-27T22:02:22.763Z | |
2975 | 2024-08-27T22:02:22.763Z | info: running `cargo check --bins` on nexus-internal-api (130/154) |
2976 | 2024-08-27T22:02:23.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2977 | 2024-08-27T22:02:23.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2978 | 2024-08-27T22:02:23.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2979 | 2024-08-27T22:02:23.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2980 | 2024-08-27T22:02:23.477Z | |
2981 | 2024-08-27T22:02:23.477Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (131/154) |
2982 | 2024-08-27T22:02:24.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2983 | 2024-08-27T22:02:24.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2984 | 2024-08-27T22:02:24.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2985 | 2024-08-27T22:02:24.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2986 | 2024-08-27T22:02:24.178Z | |
2987 | 2024-08-27T22:02:24.178Z | info: running `cargo check --bins` on nexus-networking (132/154) |
2988 | 2024-08-27T22:02:25.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2989 | 2024-08-27T22:02:25.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2990 | 2024-08-27T22:02:25.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2991 | 2024-08-27T22:02:25.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2992 | 2024-08-27T22:02:25.070Z | |
2993 | 2024-08-27T22:02:25.070Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (133/154) |
2994 | 2024-08-27T22:02:25.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2995 | 2024-08-27T22:02:25.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2996 | 2024-08-27T22:02:25.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2997 | 2024-08-27T22:02:25.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2998 | 2024-08-27T22:02:25.578Z | |
2999 | 2024-08-27T22:02:25.578Z | info: running `cargo check --bins` on update-common (134/154) |
3000 | 2024-08-27T22:02:26.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3001 | 2024-08-27T22:02:26.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3002 | 2024-08-27T22:02:26.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3003 | 2024-08-27T22:02:26.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3004 | 2024-08-27T22:02:26.256Z | |
3005 | 2024-08-27T22:02:26.256Z | info: running `cargo check --bins` on tufaceous-lib (135/154) |
3006 | 2024-08-27T22:02:26.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3007 | 2024-08-27T22:02:26.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3008 | 2024-08-27T22:02:26.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3009 | 2024-08-27T22:02:26.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3010 | 2024-08-27T22:02:26.915Z | |
3011 | 2024-08-27T22:02:26.915Z | info: running `cargo check --bins` on tufaceous (136/154) |
3012 | 2024-08-27T22:02:27.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3013 | 2024-08-27T22:02:27.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3014 | 2024-08-27T22:02:27.596Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3015 | 2024-08-27T22:02:28.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3016 | 2024-08-27T22:02:28.667Z | |
3017 | 2024-08-27T22:02:28.667Z | info: running `cargo check --bins` on omicron-dev (137/154) |
3018 | 2024-08-27T22:02:29.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3019 | 2024-08-27T22:02:29.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3020 | 2024-08-27T22:02:29.526Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3021 | 2024-08-27T22:02:29.526Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3022 | 2024-08-27T22:02:29.530Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3023 | 2024-08-27T22:02:30.908Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3024 | 2024-08-27T22:02:33.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
3025 | 2024-08-27T22:02:33.488Z | |
3026 | 2024-08-27T22:02:33.488Z | info: running `cargo check --bins` on openapi-manager (138/154) |
3027 | 2024-08-27T22:02:34.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2024-08-27T22:02:34.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2024-08-27T22:02:34.221Z | Checking is_ci v1.2.0 |
3030 | 2024-08-27T22:02:34.221Z | Checking heck v0.4.1 |
3031 | 2024-08-27T22:02:34.240Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3032 | 2024-08-27T22:02:34.240Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3033 | 2024-08-27T22:02:34.332Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3034 | 2024-08-27T22:02:34.363Z | Checking indent_write v2.2.0 |
3035 | 2024-08-27T22:02:34.385Z | Checking supports-color v3.0.0 |
3036 | 2024-08-27T22:02:34.482Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3037 | 2024-08-27T22:02:35.861Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3038 | 2024-08-27T22:02:36.660Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3039 | 2024-08-27T22:02:37.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
3040 | 2024-08-27T22:02:37.835Z | |
3041 | 2024-08-27T22:02:37.835Z | info: running `cargo check --bins` on installinator-api (139/154) |
3042 | 2024-08-27T22:02:38.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2024-08-27T22:02:38.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2024-08-27T22:02:38.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2024-08-27T22:02:38.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3046 | 2024-08-27T22:02:38.499Z | |
3047 | 2024-08-27T22:02:38.499Z | info: running `cargo check --bins` on openapi-manager-types (140/154) |
3048 | 2024-08-27T22:02:39.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2024-08-27T22:02:39.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2024-08-27T22:02:39.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2024-08-27T22:02:39.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3052 | 2024-08-27T22:02:39.119Z | |
3053 | 2024-08-27T22:02:39.119Z | info: running `cargo check --bins` on wicketd-api (141/154) |
3054 | 2024-08-27T22:02:39.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2024-08-27T22:02:39.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2024-08-27T22:02:39.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3057 | 2024-08-27T22:02:39.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3058 | 2024-08-27T22:02:39.799Z | |
3059 | 2024-08-27T22:02:39.800Z | info: running `cargo check --bins` on reconfigurator-cli (142/154) |
3060 | 2024-08-27T22:02:40.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2024-08-27T22:02:40.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2024-08-27T22:02:40.546Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3063 | 2024-08-27T22:02:41.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
3064 | 2024-08-27T22:02:41.913Z | |
3065 | 2024-08-27T22:02:41.913Z | info: running `cargo check --bins` on omicron-releng (143/154) |
3066 | 2024-08-27T22:02:42.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2024-08-27T22:02:42.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2024-08-27T22:02:42.649Z | Checking memmap2 v0.9.4 |
3069 | 2024-08-27T22:02:42.649Z | Checking spin v0.5.2 |
3070 | 2024-08-27T22:02:42.649Z | Checking arrayref v0.3.7 |
3071 | 2024-08-27T22:02:42.680Z | Checking constant_time_eq v0.3.0 |
3072 | 2024-08-27T22:02:42.680Z | Checking untrusted v0.7.1 |
3073 | 2024-08-27T22:02:42.680Z | Checking arrayvec v0.7.4 |
3074 | 2024-08-27T22:02:42.680Z | Checking cargo-platform v0.1.8 |
3075 | 2024-08-27T22:02:42.681Z | Checking topological-sort v0.2.2 |
3076 | 2024-08-27T22:02:42.750Z | Checking shell-words v1.1.0 |
3077 | 2024-08-27T22:02:42.917Z | Checking ring v0.16.20 |
3078 | 2024-08-27T22:02:42.927Z | Checking cargo_metadata v0.18.1 |
3079 | 2024-08-27T22:02:43.018Z | Checking blake3 v1.5.1 |
3080 | 2024-08-27T22:02:44.106Z | Checking omicron-zone-package v0.11.0 |
3081 | 2024-08-27T22:02:45.199Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3082 | 2024-08-27T22:02:46.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
3083 | 2024-08-27T22:02:46.222Z | |
3084 | 2024-08-27T22:02:46.222Z | info: running `cargo check --bins` on xtask (144/154) |
3085 | 2024-08-27T22:02:46.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2024-08-27T22:02:46.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2024-08-27T22:02:46.710Z | Checking serde v1.0.208 |
3088 | 2024-08-27T22:02:46.715Z | Checking thiserror v1.0.63 |
3089 | 2024-08-27T22:02:46.715Z | Checking scroll v0.12.0 |
3090 | 2024-08-27T22:02:46.788Z | Checking hashbrown v0.14.5 |
3091 | 2024-08-27T22:02:46.796Z | Checking bitflags v2.6.0 |
3092 | 2024-08-27T22:02:46.799Z | Checking log v0.4.21 |
3093 | 2024-08-27T22:02:46.807Z | Checking zerocopy v0.7.34 |
3094 | 2024-08-27T22:02:46.834Z | Checking syn v2.0.74 |
3095 | 2024-08-27T22:02:46.882Z | Checking pest v2.7.10 |
3096 | 2024-08-27T22:02:47.053Z | Checking fs-err v2.11.0 |
3097 | 2024-08-27T22:02:47.070Z | Checking rustix v0.38.34 |
3098 | 2024-08-27T22:02:47.247Z | Checking goblin v0.8.2 |
3099 | 2024-08-27T22:02:47.334Z | Checking anyhow v1.0.86 |
3100 | 2024-08-27T22:02:47.723Z | Checking tabled v0.15.0 |
3101 | 2024-08-27T22:02:47.887Z | Checking indexmap v2.4.0 |
3102 | 2024-08-27T22:02:48.123Z | Checking terminal_size v0.3.0 |
3103 | 2024-08-27T22:02:48.274Z | Checking clap_builder v4.5.15 |
3104 | 2024-08-27T22:02:49.262Z | Checking dtrace-parser v0.2.0 |
3105 | 2024-08-27T22:02:50.893Z | Checking clap v4.5.16 |
3106 | 2024-08-27T22:02:51.044Z | Checking serde_json v1.0.125 |
3107 | 2024-08-27T22:02:51.044Z | Checking serde_spanned v0.6.7 |
3108 | 2024-08-27T22:02:51.047Z | Checking toml_datetime v0.6.8 |
3109 | 2024-08-27T22:02:51.047Z | Checking semver v1.0.23 |
3110 | 2024-08-27T22:02:51.047Z | Checking camino v1.1.9 |
3111 | 2024-08-27T22:02:51.047Z | Checking cargo-platform v0.1.8 |
3112 | 2024-08-27T22:02:51.047Z | Checking macaddr v1.0.1 |
3113 | 2024-08-27T22:02:51.323Z | Checking toml_edit v0.22.20 |
3114 | 2024-08-27T22:02:52.162Z | Checking dof v0.3.0 |
3115 | 2024-08-27T22:02:52.162Z | Checking cargo_metadata v0.18.1 |
3116 | 2024-08-27T22:02:52.585Z | Checking usdt-impl v0.5.0 |
3117 | 2024-08-27T22:02:52.957Z | Checking usdt v0.5.0 |
3118 | 2024-08-27T22:02:53.135Z | Checking toml v0.8.19 |
3119 | 2024-08-27T22:02:53.604Z | Checking cargo_toml v0.20.4 |
3120 | 2024-08-27T22:02:54.844Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3121 | 2024-08-27T22:02:55.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s |
3122 | 2024-08-27T22:02:55.538Z | |
3123 | 2024-08-27T22:02:55.538Z | info: running `cargo check --bins` on end-to-end-tests (145/154) |
3124 | 2024-08-27T22:02:56.016Z | Downloading crates ... |
3125 | 2024-08-27T22:02:56.293Z | Downloaded dirs-sys v0.4.1 |
3126 | 2024-08-27T22:02:56.298Z | Downloaded md5 v0.7.0 |
3127 | 2024-08-27T22:02:56.301Z | Downloaded dhcproto-macros v0.1.0 |
3128 | 2024-08-27T22:02:56.301Z | Downloaded option-ext v0.2.0 |
3129 | 2024-08-27T22:02:56.304Z | Downloaded russh-cryptovec v0.7.2 |
3130 | 2024-08-27T22:02:56.304Z | Downloaded ed25519 v2.2.3 |
3131 | 2024-08-27T22:02:56.306Z | Downloaded internet-checksum v0.2.1 |
3132 | 2024-08-27T22:02:56.309Z | Downloaded ghash v0.5.1 |
3133 | 2024-08-27T22:02:56.309Z | Downloaded ssh-encoding v0.2.0 |
3134 | 2024-08-27T22:02:56.311Z | Downloaded pbkdf2 v0.11.0 |
3135 | 2024-08-27T22:02:56.314Z | Downloaded blowfish v0.9.1 |
3136 | 2024-08-27T22:02:56.314Z | Downloaded primeorder v0.13.6 |
3137 | 2024-08-27T22:02:56.316Z | Downloaded polyval v0.6.2 |
3138 | 2024-08-27T22:02:56.316Z | Downloaded dirs v5.0.1 |
3139 | 2024-08-27T22:02:56.320Z | Downloaded ssh-cipher v0.2.0 |
3140 | 2024-08-27T22:02:56.320Z | Downloaded rfc6979 v0.4.0 |
3141 | 2024-08-27T22:02:56.320Z | Downloaded hex-literal v0.4.1 |
3142 | 2024-08-27T22:02:56.322Z | Downloaded bcrypt-pbkdf v0.10.0 |
3143 | 2024-08-27T22:02:56.325Z | Downloaded aes-gcm v0.10.3 |
3144 | 2024-08-27T22:02:56.328Z | Downloaded password-hash v0.4.2 |
3145 | 2024-08-27T22:02:56.331Z | Downloaded ecdsa v0.16.9 |
3146 | 2024-08-27T22:02:56.331Z | Downloaded russh-keys v0.44.0 |
3147 | 2024-08-27T22:02:56.333Z | Downloaded dhcproto v0.12.0 |
3148 | 2024-08-27T22:02:56.338Z | Downloaded p256 v0.13.2 |
3149 | 2024-08-27T22:02:56.346Z | Downloaded ed25519-dalek v2.1.1 |
3150 | 2024-08-27T22:02:56.351Z | Downloaded num-bigint v0.4.5 |
3151 | 2024-08-27T22:02:56.356Z | Downloaded russh v0.44.1 |
3152 | 2024-08-27T22:02:56.361Z | Downloaded ssh-key v0.6.6 |
3153 | 2024-08-27T22:02:56.368Z | Downloaded p521 v0.13.3 |
3154 | 2024-08-27T22:02:56.371Z | Downloaded p384 v0.13.0 |
3155 | 2024-08-27T22:02:56.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2024-08-27T22:02:56.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2024-08-27T22:02:56.516Z | Checking polyval v0.6.2 |
3158 | 2024-08-27T22:02:56.519Z | Checking rfc6979 v0.4.0 |
3159 | 2024-08-27T22:02:56.632Z | Checking primeorder v0.13.6 |
3160 | 2024-08-27T22:02:56.634Z | Checking ctr v0.9.2 |
3161 | 2024-08-27T22:02:56.634Z | Checking ed25519 v2.2.3 |
3162 | 2024-08-27T22:02:56.637Z | Checking ssh-encoding v0.2.0 |
3163 | 2024-08-27T22:02:56.637Z | Checking blowfish v0.9.1 |
3164 | 2024-08-27T22:02:56.637Z | Checking option-ext v0.2.0 |
3165 | 2024-08-27T22:02:56.778Z | Checking dirs-sys v0.4.1 |
3166 | 2024-08-27T22:02:56.808Z | Checking ecdsa v0.16.9 |
3167 | 2024-08-27T22:02:56.826Z | Checking ghash v0.5.1 |
3168 | 2024-08-27T22:02:56.883Z | Checking bcrypt-pbkdf v0.10.0 |
3169 | 2024-08-27T22:02:56.952Z | Checking password-hash v0.4.2 |
3170 | 2024-08-27T22:02:56.988Z | Checking matches v0.1.10 |
3171 | 2024-08-27T22:02:57.004Z | Checking ed25519-dalek v2.1.1 |
3172 | 2024-08-27T22:02:57.007Z | Checking dirs v5.0.1 |
3173 | 2024-08-27T22:02:57.008Z | Checking aes-gcm v0.10.3 |
3174 | 2024-08-27T22:02:57.069Z | Checking idna v0.2.3 |
3175 | 2024-08-27T22:02:57.103Z | Compiling enum-as-inner v0.5.1 |
3176 | 2024-08-27T22:02:57.137Z | Checking russh-cryptovec v0.7.2 |
3177 | 2024-08-27T22:02:57.154Z | Checking md5 v0.7.0 |
3178 | 2024-08-27T22:02:57.278Z | Checking ssh-cipher v0.2.0 |
3179 | 2024-08-27T22:02:57.339Z | Checking num-bigint v0.4.5 |
3180 | 2024-08-27T22:02:57.387Z | Checking pbkdf2 v0.11.0 |
3181 | 2024-08-27T22:02:57.391Z | Checking hex-literal v0.4.1 |
3182 | 2024-08-27T22:02:57.439Z | Compiling dhcproto-macros v0.1.0 |
3183 | 2024-08-27T22:02:57.531Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3184 | 2024-08-27T22:02:57.552Z | Checking p521 v0.13.3 |
3185 | 2024-08-27T22:02:57.571Z | Checking ssh-key v0.6.6 |
3186 | 2024-08-27T22:02:57.643Z | Checking p384 v0.13.0 |
3187 | 2024-08-27T22:02:57.923Z | Checking p256 v0.13.2 |
3188 | 2024-08-27T22:02:58.182Z | Checking trust-dns-proto v0.22.0 |
3189 | 2024-08-27T22:02:58.407Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3190 | 2024-08-27T22:02:58.438Z | Checking internet-checksum v0.2.1 |
3191 | 2024-08-27T22:02:59.017Z | Checking russh-keys v0.44.0 |
3192 | 2024-08-27T22:02:59.952Z | Checking russh v0.44.1 |
3193 | 2024-08-27T22:03:00.947Z | Checking dhcproto v0.12.0 |
3194 | 2024-08-27T22:03:17.417Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3195 | 2024-08-27T22:03:18.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.14s |
3196 | 2024-08-27T22:03:18.868Z | |
3197 | 2024-08-27T22:03:18.869Z | info: running `cargo check --bins` on gateway-cli (146/154) |
3198 | 2024-08-27T22:03:19.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3199 | 2024-08-27T22:03:19.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3200 | 2024-08-27T22:03:19.532Z | Checking termios v0.3.3 |
3201 | 2024-08-27T22:03:19.737Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3202 | 2024-08-27T22:03:20.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3203 | 2024-08-27T22:03:20.647Z | |
3204 | 2024-08-27T22:03:20.647Z | info: running `cargo check --bins --no-default-features` on installinator (147/154) |
3205 | 2024-08-27T22:03:21.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2024-08-27T22:03:21.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2024-08-27T22:03:21.374Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3208 | 2024-08-27T22:03:23.367Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3209 | 2024-08-27T22:03:25.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
3210 | 2024-08-27T22:03:25.308Z | |
3211 | 2024-08-27T22:03:25.308Z | info: running `cargo check --bins` on internal-dns-cli (148/154) |
3212 | 2024-08-27T22:03:25.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2024-08-27T22:03:25.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2024-08-27T22:03:25.961Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3215 | 2024-08-27T22:03:26.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3216 | 2024-08-27T22:03:26.554Z | |
3217 | 2024-08-27T22:03:26.554Z | info: running `cargo check --bins` on omicron-package (149/154) |
3218 | 2024-08-27T22:03:27.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3219 | 2024-08-27T22:03:27.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3220 | 2024-08-27T22:03:27.231Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3221 | 2024-08-27T22:03:28.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
3222 | 2024-08-27T22:03:28.610Z | |
3223 | 2024-08-27T22:03:28.610Z | info: running `cargo check --bins` on wicket-dbg (150/154) |
3224 | 2024-08-27T22:03:29.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3225 | 2024-08-27T22:03:29.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3226 | 2024-08-27T22:03:29.336Z | Checking rtoolbox v0.0.2 |
3227 | 2024-08-27T22:03:29.336Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3228 | 2024-08-27T22:03:29.338Z | Checking tui-tree-widget v0.22.0 |
3229 | 2024-08-27T22:03:29.543Z | Checking rpassword v7.3.1 |
3230 | 2024-08-27T22:03:33.540Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3231 | 2024-08-27T22:03:36.397Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3232 | 2024-08-27T22:03:37.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.87s |
3233 | 2024-08-27T22:03:37.655Z | |
3234 | 2024-08-27T22:03:37.655Z | info: running `cargo check --bins` on wicket (151/154) |
3235 | 2024-08-27T22:03:38.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3236 | 2024-08-27T22:03:38.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3237 | 2024-08-27T22:03:38.350Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3238 | 2024-08-27T22:03:38.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
3239 | 2024-08-27T22:03:38.885Z | |
3240 | 2024-08-27T22:03:38.885Z | info: running `cargo check --bins` on wicketd (152/154) |
3241 | 2024-08-27T22:03:39.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3242 | 2024-08-27T22:03:39.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3243 | 2024-08-27T22:03:39.607Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3244 | 2024-08-27T22:03:43.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
3245 | 2024-08-27T22:03:43.476Z | |
3246 | 2024-08-27T22:03:43.476Z | info: running `cargo check --bins` on omicron-workspace-hack (153/154) |
3247 | 2024-08-27T22:03:44.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3248 | 2024-08-27T22:03:44.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3249 | 2024-08-27T22:03:44.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3250 | 2024-08-27T22:03:44.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3251 | 2024-08-27T22:03:44.107Z | |
3252 | 2024-08-27T22:03:44.107Z | info: running `cargo check --bins` on zone-setup (154/154) |
3253 | 2024-08-27T22:03:44.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3254 | 2024-08-27T22:03:44.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3255 | 2024-08-27T22:03:44.856Z | Checking uzers v0.11.3 |
3256 | 2024-08-27T22:03:45.152Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3257 | 2024-08-27T22:03:46.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
3258 | 2024-08-27T22:03:46.378Z | |
3259 | 2024-08-27T22:03:46.378Z | real 11:02.257699516 |
3260 | 2024-08-27T22:03:46.378Z | user 23:46.016066203 |
3261 | 2024-08-27T22:03:46.378Z | sys 5:04.233716469 |
3262 | 2024-08-27T22:03:46.378Z | trap 0.530169614 |
3263 | 2024-08-27T22:03:46.378Z | tflt 3.128051117 |
3264 | 2024-08-27T22:03:46.378Z | dflt 1.898798011 |
3265 | 2024-08-27T22:03:46.378Z | kflt 0.004729289 |
3266 | 2024-08-27T22:03:46.378Z | lock 42:43.465765738 |
3267 | 2024-08-27T22:03:46.378Z | slp 1:57:13.116135888 |
3268 | 2024-08-27T22:03:46.378Z | lat 1:01.493897666 |
3269 | 2024-08-27T22:03:46.378Z | stop 3:01.038612561 |
3270 | 2024-08-27T22:03:46.382Z | process exited: duration 903103 ms, exit code 0 |
|
3271 | 2024-08-27T22:03:46.389Z | found 0 output files |