|
|
|
1 | 2024-09-06T05:54:27.265Z | job assigned to worker 01J72YB5EM8FKVGZWHT39FDCBZ (queued for 25 s) |
|
2 | 2024-09-06T05:54:27.537Z | starting task 0: "setup" |
3 | 2024-09-06T05:54:27.561Z | ++ uname -s |
4 | 2024-09-06T05:54:27.561Z | + kern=SunOS |
5 | 2024-09-06T05:54:27.561Z | + case "$kern" in |
6 | 2024-09-06T05:54:27.561Z | + groupadd -g 12345 build |
7 | 2024-09-06T05:54:27.561Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-06T05:54:29.567Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-06T05:54:29.607Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-06T05:54:29.631Z | + home_fs=zfs |
11 | 2024-09-06T05:54:29.631Z | + [[ zfs == autofs ]] |
12 | 2024-09-06T05:54:29.631Z | + mkdir -p /home/build |
13 | 2024-09-06T05:54:29.631Z | + chown build:build /home/build /work |
14 | 2024-09-06T05:54:31.617Z | + chmod 0700 /home/build /work |
15 | 2024-09-06T05:54:31.643Z | process exited: duration 4084 ms, exit code 0 |
|
16 | 2024-09-06T05:54:31.693Z | starting task 1: "rust-toolchain" |
17 | 2024-09-06T05:54:31.717Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-06T05:54:31.717Z | ' 1.80.1 |
19 | 2024-09-06T05:54:31.717Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-06T05:54:31.717Z | ' default |
21 | 2024-09-06T05:54:31.717Z | * toolchain channel = "1.80.1" |
22 | 2024-09-06T05:54:31.717Z | * toolchain profile = "default" |
23 | 2024-09-06T05:54:31.717Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-06T05:54:31.717Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-06T05:54:31.841Z | info: downloading installer |
26 | 2024-09-06T05:54:32.428Z | info: profile set to 'default' |
27 | 2024-09-06T05:54:32.428Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-06T05:54:32.428Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-06T05:54:34.110Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-06T05:54:34.110Z | info: downloading component 'cargo' |
31 | 2024-09-06T05:54:34.110Z | info: downloading component 'clippy' |
32 | 2024-09-06T05:54:34.110Z | info: downloading component 'rust-docs' |
33 | 2024-09-06T05:54:34.110Z | info: downloading component 'rust-std' |
34 | 2024-09-06T05:54:34.110Z | info: downloading component 'rustc' |
35 | 2024-09-06T05:54:34.376Z | info: downloading component 'rustfmt' |
36 | 2024-09-06T05:54:34.413Z | info: installing component 'cargo' |
37 | 2024-09-06T05:54:35.479Z | info: installing component 'clippy' |
38 | 2024-09-06T05:54:35.914Z | info: installing component 'rust-docs' |
39 | 2024-09-06T05:54:38.722Z | info: installing component 'rust-std' |
40 | 2024-09-06T05:54:40.602Z | info: installing component 'rustc' |
41 | 2024-09-06T05:54:45.621Z | info: installing component 'rustfmt' |
42 | 2024-09-06T05:54:46.021Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-06T05:54:46.021Z | |
44 | 2024-09-06T05:54:46.135Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-06T05:54:46.135Z | |
46 | 2024-09-06T05:54:46.135Z | |
47 | 2024-09-06T05:54:46.135Z | Rust is installed now. Great! |
48 | 2024-09-06T05:54:46.135Z | |
49 | 2024-09-06T05:54:46.135Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-06T05:54:46.135Z | environment variable. This has not been done automatically. |
51 | 2024-09-06T05:54:46.135Z | |
52 | 2024-09-06T05:54:46.161Z | To configure your current shell, you need to source |
53 | 2024-09-06T05:54:46.161Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-06T05:54:46.161Z | |
55 | 2024-09-06T05:54:46.161Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-06T05:54:46.161Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-06T05:54:46.161Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-06T05:54:46.211Z | + rustc --version |
59 | 2024-09-06T05:54:46.323Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-06T05:54:46.348Z | process exited: duration 14634 ms, exit code 0 |
|
61 | 2024-09-06T05:54:46.400Z | starting task 2: "authentication" |
62 | 2024-09-06T05:54:46.456Z | process exited: duration 58 ms, exit code 0 |
|
63 | 2024-09-06T05:54:46.506Z | starting task 3: "clone repository" |
64 | 2024-09-06T05:54:46.531Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-06T05:54:46.531Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-06T05:54:46.555Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-06T05:54:51.900Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-06T05:54:51.900Z | + git fetch origin 557dc222dc61b8d3c6f571efeac17f7430f3def5 |
69 | 2024-09-06T05:54:52.324Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-06T05:54:52.324Z | * branch 557dc222dc61b8d3c6f571efeac17f7430f3def5 -> FETCH_HEAD |
71 | 2024-09-06T05:54:52.348Z | + [[ -n inventory-datasets ]] |
72 | 2024-09-06T05:54:52.348Z | ++ git branch --show-current |
73 | 2024-09-06T05:54:52.348Z | + current=main |
74 | 2024-09-06T05:54:52.348Z | + [[ main != inventory-datasets ]] |
75 | 2024-09-06T05:54:52.348Z | + git branch -f inventory-datasets 557dc222dc61b8d3c6f571efeac17f7430f3def5 |
76 | 2024-09-06T05:54:52.348Z | + git checkout -f inventory-datasets |
77 | 2024-09-06T05:54:52.562Z | Switched to branch 'inventory-datasets' |
78 | 2024-09-06T05:54:52.562Z | + git reset --hard 557dc222dc61b8d3c6f571efeac17f7430f3def5 |
79 | 2024-09-06T05:54:52.586Z | HEAD is now at 557dc222d Fix error wrapping in tests |
80 | 2024-09-06T05:54:52.586Z | process exited: duration 6072 ms, exit code 0 |
|
81 | 2024-09-06T05:54:52.635Z | starting task 4: "build" |
82 | 2024-09-06T05:54:52.659Z | + cargo --version |
83 | 2024-09-06T05:54:52.725Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-06T05:54:52.749Z | + rustc --version |
85 | 2024-09-06T05:54:52.812Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-06T05:54:52.836Z | + source ./env.sh |
87 | 2024-09-06T05:54:52.836Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-06T05:54:52.836Z | ++ set -o xtrace |
89 | 2024-09-06T05:54:52.836Z | ++++ dirname ./env.sh |
90 | 2024-09-06T05:54:52.836Z | +++ readlink -f . |
91 | 2024-09-06T05:54:52.836Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-06T05:54:52.837Z | ++ 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-09-06T05:54:52.837Z | ++ 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-09-06T05:54:52.837Z | ++ 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-09-06T05:54:52.837Z | ++ 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-09-06T05:54:52.837Z | ++ 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-09-06T05:54:52.837Z | ++ 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-09-06T05:54:52.837Z | ++ 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-09-06T05:54:52.837Z | ++ 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-09-06T05:54:52.837Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-06T05:54:52.837Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-06T05:54:52.837Z | + 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-09-06T05:54:52.837Z | + 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-09-06T05:54:52.837Z | + banner prerequisites |
105 | 2024-09-06T05:54:52.837Z | |
106 | 2024-09-06T05:54:52.837Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-09-06T05:54:52.837Z | # # # # # # # # # # # # # # # |
108 | 2024-09-06T05:54:52.837Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-09-06T05:54:52.837Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-09-06T05:54:52.837Z | # # # # # # # # # # # # # # # |
111 | 2024-09-06T05:54:52.837Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-09-06T05:54:52.837Z | |
113 | 2024-09-06T05:54:52.837Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-09-06T05:54:58.508Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-09-06T05:55:01.348Z | Startup: Caching catalogs ... Done |
116 | 2024-09-06T05:55:03.868Z | Planning: Solver setup ... Done (1.822s) |
117 | 2024-09-06T05:55:03.901Z | Planning: Running solver ... Done (0.033s) |
118 | 2024-09-06T05:55:03.940Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-09-06T05:55:04.019Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-09-06T05:55:04.463Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-09-06T05:55:04.582Z | Planning: Package planning ... Done (0.119s) |
122 | 2024-09-06T05:55:04.649Z | Planning: Merging actions ... Done (0.067s) |
123 | 2024-09-06T05:55:04.900Z | Planning: Checking for conflicting actions ... Done (0.250s) |
124 | 2024-09-06T05:55:05.999Z | Planning: Consolidating action changes ... Done (1.098s) |
125 | 2024-09-06T05:55:06.424Z | Planning: Evaluating mediators ... Done (0.425s) |
126 | 2024-09-06T05:55:06.523Z | Planning: Planning completed in 5.10 seconds |
127 | 2024-09-06T05:55:06.547Z | Packages to install: 4 |
128 | 2024-09-06T05:55:06.547Z | Packages to update: 1 |
129 | 2024-09-06T05:55:06.547Z | Mediators to change: 2 |
130 | 2024-09-06T05:55:06.547Z | Services to change: 1 |
131 | 2024-09-06T05:55:06.547Z | Estimated space available: 148.82 GB |
132 | 2024-09-06T05:55:06.547Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-09-06T05:55:06.547Z | Create boot environment: No |
134 | 2024-09-06T05:55:06.547Z | Create backup boot environment: Yes |
135 | 2024-09-06T05:55:06.547Z | Rebuild boot archive: No |
136 | 2024-09-06T05:55:06.547Z | |
137 | 2024-09-06T05:55:06.547Z | Changed mediators: |
138 | 2024-09-06T05:55:06.547Z | mediator clang: |
139 | 2024-09-06T05:55:06.547Z | version: None -> 15 (system default) |
140 | 2024-09-06T05:55:06.547Z | |
141 | 2024-09-06T05:55:06.547Z | mediator llvm: |
142 | 2024-09-06T05:55:06.547Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-09-06T05:55:06.547Z | |
144 | 2024-09-06T05:55:06.547Z | Changed packages: |
145 | 2024-09-06T05:55:06.547Z | helios-dev |
146 | 2024-09-06T05:55:06.547Z | developer/build-essential |
147 | 2024-09-06T05:55:06.547Z | None -> 11-2.0 |
148 | 2024-09-06T05:55:06.547Z | library/libxmlsec1 |
149 | 2024-09-06T05:55:06.548Z | None -> 1.2.35-2.0 |
150 | 2024-09-06T05:55:06.548Z | ooce/developer/clang-15 |
151 | 2024-09-06T05:55:06.548Z | None -> 15.0.7-2.0 |
152 | 2024-09-06T05:55:06.548Z | ooce/developer/llvm-15 |
153 | 2024-09-06T05:55:06.548Z | None -> 15.0.7-2.0 |
154 | 2024-09-06T05:55:06.548Z | package/pkg |
155 | 2024-09-06T05:55:06.548Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-09-06T05:55:06.548Z | |
157 | 2024-09-06T05:55:06.548Z | Services: |
158 | 2024-09-06T05:55:06.548Z | restart_fmri: |
159 | 2024-09-06T05:55:06.548Z | svc:/system/update-man-index:default |
160 | 2024-09-06T05:55:06.548Z | |
161 | 2024-09-06T05:55:06.548Z | Editable files to change: |
162 | 2024-09-06T05:55:06.548Z | Update: |
163 | 2024-09-06T05:55:06.548Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-09-06T05:55:06.615Z | |
165 | 2024-09-06T05:55:06.615Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-09-06T05:55:11.614Z | Download: 1136/4281 items 38.4/220.6MB 17% complete (7.5M/s) |
167 | 2024-09-06T05:55:16.613Z | Download: 1220/4281 items 86.3/220.6MB 39% complete (8.7M/s) |
168 | 2024-09-06T05:55:21.615Z | Download: 2220/4281 items 114.1/220.6MB 51% complete (8.4M/s) |
169 | 2024-09-06T05:55:26.640Z | Download: 2325/4281 items 119.7/220.6MB 54% complete (3.6M/s) |
170 | 2024-09-06T05:55:31.642Z | Download: 2791/4281 items 120.7/220.6MB 54% complete (727k/s) |
171 | 2024-09-06T05:55:36.650Z | Download: 3243/4281 items 189.9/220.6MB 86% complete (7.0M/s) |
172 | 2024-09-06T05:55:41.659Z | Download: 3564/4281 items 215.8/220.6MB 97% complete (9.5M/s) |
173 | 2024-09-06T05:55:45.265Z | Download: Completed 220.60 MB in 38.65 seconds (5.7M/s) |
174 | 2024-09-06T05:55:45.725Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-09-06T05:55:45.749Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-09-06T05:55:50.905Z | Actions: 3041/5063 actions (Installing new actions) |
177 | 2024-09-06T05:55:51.581Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-09-06T05:55:51.950Z | Actions: Completed 5063 actions in 6.22 seconds. |
179 | 2024-09-06T05:55:52.200Z | Done (0.240s) |
180 | 2024-09-06T05:55:52.224Z | Done (0.000s) |
181 | 2024-09-06T05:55:52.694Z | Done (0.492s) |
182 | 2024-09-06T05:55:57.977Z | Done (5.121s) |
183 | 2024-09-06T05:55:58.073Z | Done (0.018s) |
184 | 2024-09-06T05:55:58.097Z | Done (0.000s) |
185 | 2024-09-06T05:55:58.258Z | Done (0.000s) |
186 | 2024-09-06T05:55:58.964Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-09-06T05:55:59.222Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-09-06T05:55:59.246Z | Planning: Consolidating action changes ... Done |
189 | 2024-09-06T05:55:59.567Z | Planning: Evaluating mediators ... Done |
190 | 2024-09-06T05:55:59.591Z | Planning: Planning completed in 0.60 seconds |
191 | 2024-09-06T05:55:59.615Z | Mediators to change: 2 |
192 | 2024-09-06T05:55:59.615Z | Create boot environment: No |
193 | 2024-09-06T05:55:59.615Z | Create backup boot environment: No |
194 | 2024-09-06T05:55:59.677Z | Done |
195 | 2024-09-06T05:55:59.677Z | Done |
196 | 2024-09-06T05:56:00.001Z | Done |
197 | 2024-09-06T05:56:04.447Z | Done |
198 | 2024-09-06T05:56:04.537Z | Done |
199 | 2024-09-06T05:56:04.537Z | Done |
200 | 2024-09-06T05:56:04.624Z | Done |
201 | 2024-09-06T05:56:05.434Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-09-06T05:56:05.457Z | Planning: Merging actions ... Done |
203 | 2024-09-06T05:56:05.718Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-09-06T05:56:05.741Z | Planning: Consolidating action changes ... Done |
205 | 2024-09-06T05:56:06.041Z | Planning: Evaluating mediators ... Done |
206 | 2024-09-06T05:56:06.107Z | Planning: Planning completed in 0.98 seconds |
207 | 2024-09-06T05:56:06.153Z | Packages to change: 1 |
208 | 2024-09-06T05:56:06.153Z | Mediators to change: 1 |
209 | 2024-09-06T05:56:06.153Z | Services to change: 1 |
210 | 2024-09-06T05:56:06.153Z | Create boot environment: No |
211 | 2024-09-06T05:56:06.153Z | Create backup boot environment: Yes |
212 | 2024-09-06T05:56:07.740Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-09-06T05:56:07.764Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2024-09-06T05:56:07.764Z | Done |
215 | 2024-09-06T05:56:07.764Z | Done |
216 | 2024-09-06T05:56:07.843Z | Done |
217 | 2024-09-06T05:56:12.102Z | Done |
218 | 2024-09-06T05:56:12.196Z | Done |
219 | 2024-09-06T05:56:12.220Z | Done |
220 | 2024-09-06T05:56:12.286Z | Done |
221 | 2024-09-06T05:56:12.824Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-09-06T05:56:12.824Z | clang system 15 system |
223 | 2024-09-06T05:56:12.824Z | csh system system illumos |
224 | 2024-09-06T05:56:12.824Z | ctags system system illumos |
225 | 2024-09-06T05:56:12.824Z | gcc vendor 12 vendor |
226 | 2024-09-06T05:56:12.824Z | gcc system 10 system |
227 | 2024-09-06T05:56:12.824Z | gcc system 7 system |
228 | 2024-09-06T05:56:12.824Z | go system 1.20 system |
229 | 2024-09-06T05:56:12.824Z | go system 1.19 system |
230 | 2024-09-06T05:56:12.824Z | llvm system 15 system |
231 | 2024-09-06T05:56:12.824Z | llvm system 14 system |
232 | 2024-09-06T05:56:12.824Z | mariadb system 10.6 system |
233 | 2024-09-06T05:56:12.824Z | mta vendor vendor dma |
234 | 2024-09-06T05:56:12.824Z | openjdk system 17 system |
235 | 2024-09-06T05:56:12.824Z | openjdk system 11 system |
236 | 2024-09-06T05:56:12.824Z | openjdk system 1.8 system |
237 | 2024-09-06T05:56:12.825Z | openssl vendor 3 vendor |
238 | 2024-09-06T05:56:12.825Z | perl system 5.36 system |
239 | 2024-09-06T05:56:12.825Z | postgresql system 15 system |
240 | 2024-09-06T05:56:12.825Z | postgresql system 13 system |
241 | 2024-09-06T05:56:12.825Z | python vendor 3 vendor |
242 | 2024-09-06T05:56:12.825Z | python system 2 system |
243 | 2024-09-06T05:56:12.825Z | python3 system 3.11 system |
244 | 2024-09-06T05:56:12.825Z | ruby system 3.0 system |
245 | 2024-09-06T05:56:12.825Z | words vendor vendor american-english |
246 | 2024-09-06T05:56:12.825Z | words system system australian-english |
247 | 2024-09-06T05:56:12.825Z | words system system british-english |
248 | 2024-09-06T05:56:12.825Z | words system system canadian-english |
249 | 2024-09-06T05:56:12.825Z | words system system french |
250 | 2024-09-06T05:56:12.825Z | words system system italian |
251 | 2024-09-06T05:56:12.825Z | words system system ngerman |
252 | 2024-09-06T05:56:12.825Z | words system system ogerman |
253 | 2024-09-06T05:56:12.825Z | words system system spanish |
254 | 2024-09-06T05:56:13.230Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-09-06T05:56:13.230Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-09-06T05:56:15.383Z | FMRI IFO |
257 | 2024-09-06T05:56:15.384Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-09-06T05:56:15.384Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-09-06T05:56:15.384Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-09-06T05:56:15.384Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-09-06T05:56:15.384Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-09-06T05:56:15.384Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-09-06T05:56:15.384Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-09-06T05:56:15.384Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-09-06T05:56:15.384Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-09-06T05:56:15.384Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-09-06T05:56:15.384Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-09-06T05:56:15.384Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-09-06T05:56:15.384Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-09-06T05:56:16.056Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-09-06T05:56:16.459Z | Updating crates.io index |
272 | 2024-09-06T05:56:16.483Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
273 | 2024-09-06T05:56:17.391Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-09-06T05:56:18.266Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-09-06T05:56:18.627Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
276 | 2024-09-06T05:56:20.347Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-09-06T05:56:20.666Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-09-06T05:56:21.001Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-09-06T05:56:22.160Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-09-06T05:56:24.340Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-09-06T05:56:25.494Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-09-06T05:56:26.241Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-09-06T05:56:26.613Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-09-06T05:56:27.254Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-09-06T05:56:27.613Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
286 | 2024-09-06T05:56:28.115Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
287 | 2024-09-06T05:56:28.555Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
288 | 2024-09-06T05:56:29.179Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-09-06T05:56:29.521Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-09-06T05:56:29.855Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-09-06T05:56:30.208Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-09-06T05:56:30.610Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
293 | 2024-09-06T05:56:30.999Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-09-06T05:56:31.508Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-09-06T05:56:31.885Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-09-06T05:56:32.278Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-09-06T05:56:33.833Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-09-06T05:56:34.266Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-09-06T05:56:34.812Z | Updating git repository `https://github.com/oxidecomputer/typify` |
300 | 2024-09-06T05:56:37.268Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-09-06T05:56:37.608Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-09-06T05:56:37.982Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-09-06T05:56:38.394Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
304 | 2024-09-06T05:56:39.966Z | Downloading crates ... |
305 | 2024-09-06T05:56:40.037Z | Downloaded dtrace-parser v0.2.0 |
306 | 2024-09-06T05:56:40.063Z | Downloaded colorchoice v1.0.1 |
307 | 2024-09-06T05:56:40.063Z | Downloaded usdt-attr-macro v0.5.0 |
308 | 2024-09-06T05:56:40.063Z | Downloaded usdt-macro v0.5.0 |
309 | 2024-09-06T05:56:40.063Z | Downloaded cargo_metadata v0.18.1 |
310 | 2024-09-06T05:56:40.063Z | Downloaded serde_spanned v0.6.7 |
311 | 2024-09-06T05:56:40.063Z | Downloaded scroll v0.12.0 |
312 | 2024-09-06T05:56:40.063Z | Downloaded utf8parse v0.2.1 |
313 | 2024-09-06T05:56:40.063Z | Downloaded itoa v1.0.11 |
314 | 2024-09-06T05:56:40.063Z | Downloaded semver v1.0.23 |
315 | 2024-09-06T05:56:40.063Z | Downloaded zerocopy-derive v0.7.34 |
316 | 2024-09-06T05:56:40.090Z | Downloaded usdt-impl v0.5.0 |
317 | 2024-09-06T05:56:40.090Z | Downloaded unicode-ident v1.0.12 |
318 | 2024-09-06T05:56:40.090Z | Downloaded toml_edit v0.22.20 |
319 | 2024-09-06T05:56:40.116Z | Downloaded memchr v2.7.2 |
320 | 2024-09-06T05:56:40.116Z | Downloaded zerocopy v0.7.34 |
321 | 2024-09-06T05:56:40.140Z | Downloaded syn v2.0.74 |
322 | 2024-09-06T05:56:40.164Z | Downloaded unicode-width v0.1.13 |
323 | 2024-09-06T05:56:40.164Z | Downloaded libc v0.2.158 |
324 | 2024-09-06T05:56:40.188Z | Downloaded rustix v0.38.34 |
325 | 2024-09-06T05:56:40.211Z | Downloaded winnow v0.6.18 |
326 | 2024-09-06T05:56:40.236Z | Downloaded tabled v0.15.0 |
327 | 2024-09-06T05:56:40.259Z | Downloaded syn v1.0.109 |
328 | 2024-09-06T05:56:40.259Z | Downloaded serde_json v1.0.125 |
329 | 2024-09-06T05:56:40.260Z | Downloaded hashbrown v0.14.5 |
330 | 2024-09-06T05:56:40.283Z | Downloaded goblin v0.8.2 |
331 | 2024-09-06T05:56:40.283Z | Downloaded clap_builder v4.5.15 |
332 | 2024-09-06T05:56:40.283Z | Downloaded serde v1.0.208 |
333 | 2024-09-06T05:56:40.283Z | Downloaded pest v2.7.10 |
334 | 2024-09-06T05:56:40.307Z | Downloaded papergrid v0.11.0 |
335 | 2024-09-06T05:56:40.307Z | Downloaded indexmap v2.4.0 |
336 | 2024-09-06T05:56:40.307Z | Downloaded ucd-trie v0.1.6 |
337 | 2024-09-06T05:56:40.307Z | Downloaded typenum v1.17.0 |
338 | 2024-09-06T05:56:40.307Z | Downloaded terminal_size v0.3.0 |
339 | 2024-09-06T05:56:40.307Z | Downloaded tabled_derive v0.7.0 |
340 | 2024-09-06T05:56:40.307Z | Downloaded serde_tokenstream v0.2.2 |
341 | 2024-09-06T05:56:40.307Z | Downloaded serde_derive v1.0.208 |
342 | 2024-09-06T05:56:40.307Z | Downloaded ryu v1.0.18 |
343 | 2024-09-06T05:56:40.331Z | Downloaded log v0.4.21 |
344 | 2024-09-06T05:56:40.331Z | Downloaded bitflags v2.6.0 |
345 | 2024-09-06T05:56:40.331Z | Downloaded usdt v0.5.0 |
346 | 2024-09-06T05:56:40.331Z | Downloaded toml v0.8.19 |
347 | 2024-09-06T05:56:40.331Z | Downloaded thread-id v4.2.1 |
348 | 2024-09-06T05:56:40.331Z | Downloaded textwrap v0.16.1 |
349 | 2024-09-06T05:56:40.331Z | Downloaded sha2 v0.10.8 |
350 | 2024-09-06T05:56:40.331Z | Downloaded quote v1.0.36 |
351 | 2024-09-06T05:56:40.331Z | Downloaded proc-macro2 v1.0.86 |
352 | 2024-09-06T05:56:40.331Z | Downloaded pest_meta v2.7.10 |
353 | 2024-09-06T05:56:40.355Z | Downloaded memmap v0.7.0 |
354 | 2024-09-06T05:56:40.355Z | Downloaded cpufeatures v0.2.12 |
355 | 2024-09-06T05:56:40.355Z | Downloaded clap v4.5.16 |
356 | 2024-09-06T05:56:40.355Z | Downloaded anyhow v1.0.86 |
357 | 2024-09-06T05:56:40.355Z | Downloaded version_check v0.9.5 |
358 | 2024-09-06T05:56:40.355Z | Downloaded unicode-linebreak v0.1.5 |
359 | 2024-09-06T05:56:40.355Z | Downloaded toml_datetime v0.6.8 |
360 | 2024-09-06T05:56:40.355Z | Downloaded thiserror-impl v1.0.63 |
361 | 2024-09-06T05:56:40.355Z | Downloaded thiserror v1.0.63 |
362 | 2024-09-06T05:56:40.379Z | Downloaded tempfile v3.10.1 |
363 | 2024-09-06T05:56:40.379Z | Downloaded swrite v0.1.0 |
364 | 2024-09-06T05:56:40.379Z | Downloaded smawk v0.3.2 |
365 | 2024-09-06T05:56:40.379Z | Downloaded pest_derive v2.7.10 |
366 | 2024-09-06T05:56:40.379Z | Downloaded fnv v1.0.7 |
367 | 2024-09-06T05:56:40.379Z | Downloaded proc-macro-error v1.0.4 |
368 | 2024-09-06T05:56:40.379Z | Downloaded pest_generator v2.7.10 |
369 | 2024-09-06T05:56:40.379Z | Downloaded once_cell v1.19.0 |
370 | 2024-09-06T05:56:40.379Z | Downloaded clap_derive v4.5.13 |
371 | 2024-09-06T05:56:40.379Z | Downloaded camino v1.1.9 |
372 | 2024-09-06T05:56:40.404Z | Downloaded fs-err v2.11.0 |
373 | 2024-09-06T05:56:40.404Z | Downloaded clap_lex v0.7.0 |
374 | 2024-09-06T05:56:40.404Z | Downloaded cfg-if v1.0.0 |
375 | 2024-09-06T05:56:40.404Z | Downloaded strsim v0.11.1 |
376 | 2024-09-06T05:56:40.404Z | Downloaded proc-macro-error-attr v1.0.4 |
377 | 2024-09-06T05:56:40.404Z | Downloaded heck v0.5.0 |
378 | 2024-09-06T05:56:40.404Z | Downloaded fastrand v2.1.0 |
379 | 2024-09-06T05:56:40.404Z | Downloaded dof v0.3.0 |
380 | 2024-09-06T05:56:40.404Z | Downloaded crypto-common v0.1.6 |
381 | 2024-09-06T05:56:40.404Z | Downloaded anstyle-query v1.0.3 |
382 | 2024-09-06T05:56:40.404Z | Downloaded anstream v0.6.14 |
383 | 2024-09-06T05:56:40.404Z | Downloaded macaddr v1.0.1 |
384 | 2024-09-06T05:56:40.404Z | Downloaded is_terminal_polyfill v1.70.0 |
385 | 2024-09-06T05:56:40.404Z | Downloaded generic-array v0.14.7 |
386 | 2024-09-06T05:56:40.404Z | Downloaded errno v0.3.9 |
387 | 2024-09-06T05:56:40.404Z | Downloaded equivalent v1.0.1 |
388 | 2024-09-06T05:56:40.404Z | Downloaded digest v0.10.7 |
389 | 2024-09-06T05:56:40.404Z | Downloaded cargo_toml v0.20.4 |
390 | 2024-09-06T05:56:40.428Z | Downloaded scroll_derive v0.12.0 |
391 | 2024-09-06T05:56:40.428Z | Downloaded pretty-hex v0.4.1 |
392 | 2024-09-06T05:56:40.428Z | Downloaded plain v0.2.3 |
393 | 2024-09-06T05:56:40.428Z | Downloaded block-buffer v0.10.4 |
394 | 2024-09-06T05:56:40.428Z | Downloaded cargo-platform v0.1.8 |
395 | 2024-09-06T05:56:40.428Z | Downloaded camino-tempfile v1.1.1 |
396 | 2024-09-06T05:56:40.428Z | Downloaded byteorder v1.5.0 |
397 | 2024-09-06T05:56:40.428Z | Downloaded autocfg v1.3.0 |
398 | 2024-09-06T05:56:40.428Z | Downloaded anstyle-parse v0.2.4 |
399 | 2024-09-06T05:56:40.428Z | Downloaded anstyle v1.0.8 |
400 | 2024-09-06T05:56:40.428Z | Downloaded heck v0.4.1 |
401 | 2024-09-06T05:56:40.428Z | Downloaded bytecount v0.6.8 |
402 | 2024-09-06T05:56:40.552Z | Compiling proc-macro2 v1.0.86 |
403 | 2024-09-06T05:56:40.576Z | Compiling unicode-ident v1.0.12 |
404 | 2024-09-06T05:56:40.576Z | Compiling version_check v0.9.5 |
405 | 2024-09-06T05:56:40.576Z | Compiling serde v1.0.208 |
406 | 2024-09-06T05:56:40.576Z | Compiling thiserror v1.0.63 |
407 | 2024-09-06T05:56:40.576Z | Compiling memchr v2.7.2 |
408 | 2024-09-06T05:56:40.576Z | Compiling libc v0.2.158 |
409 | 2024-09-06T05:56:40.576Z | Compiling ucd-trie v0.1.6 |
410 | 2024-09-06T05:56:40.867Z | Compiling itoa v1.0.11 |
411 | 2024-09-06T05:56:41.071Z | Compiling ryu v1.0.18 |
412 | 2024-09-06T05:56:41.164Z | Compiling once_cell v1.19.0 |
413 | 2024-09-06T05:56:41.327Z | Compiling byteorder v1.5.0 |
414 | 2024-09-06T05:56:41.383Z | Compiling rustix v0.38.34 |
415 | 2024-09-06T05:56:41.414Z | Compiling serde_json v1.0.125 |
416 | 2024-09-06T05:56:41.782Z | Compiling bitflags v2.6.0 |
417 | 2024-09-06T05:56:41.873Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-09-06T05:56:42.052Z | Compiling usdt-impl v0.5.0 |
419 | 2024-09-06T05:56:42.138Z | Compiling syn v1.0.109 |
420 | 2024-09-06T05:56:42.184Z | Compiling quote v1.0.36 |
421 | 2024-09-06T05:56:42.322Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-09-06T05:56:42.355Z | Compiling hashbrown v0.14.5 |
423 | 2024-09-06T05:56:42.601Z | Compiling errno v0.3.9 |
424 | 2024-09-06T05:56:42.684Z | Compiling syn v2.0.74 |
425 | 2024-09-06T05:56:42.843Z | Compiling equivalent v1.0.1 |
426 | 2024-09-06T05:56:42.895Z | Compiling camino v1.1.9 |
427 | 2024-09-06T05:56:42.928Z | Compiling log v0.4.21 |
428 | 2024-09-06T05:56:42.958Z | Compiling plain v0.2.3 |
429 | 2024-09-06T05:56:43.085Z | Compiling thread-id v4.2.1 |
430 | 2024-09-06T05:56:43.116Z | Compiling utf8parse v0.2.1 |
431 | 2024-09-06T05:56:43.294Z | Compiling anstyle-parse v0.2.4 |
432 | 2024-09-06T05:56:43.468Z | Compiling indexmap v2.4.0 |
433 | 2024-09-06T05:56:43.565Z | Compiling pretty-hex v0.4.1 |
434 | 2024-09-06T05:56:43.595Z | Compiling anstyle v1.0.8 |
435 | 2024-09-06T05:56:43.771Z | Compiling autocfg v1.3.0 |
436 | 2024-09-06T05:56:43.865Z | Compiling is_terminal_polyfill v1.70.0 |
437 | 2024-09-06T05:56:43.903Z | Compiling unicode-width v0.1.13 |
438 | 2024-09-06T05:56:43.994Z | Compiling anstyle-query v1.0.3 |
439 | 2024-09-06T05:56:44.018Z | Compiling semver v1.0.23 |
440 | 2024-09-06T05:56:44.135Z | Compiling colorchoice v1.0.1 |
441 | 2024-09-06T05:56:44.159Z | Compiling winnow v0.6.18 |
442 | 2024-09-06T05:56:44.290Z | Compiling anstream v0.6.14 |
443 | 2024-09-06T05:56:44.595Z | Compiling terminal_size v0.3.0 |
444 | 2024-09-06T05:56:44.660Z | Compiling fs-err v2.11.0 |
445 | 2024-09-06T05:56:44.818Z | Compiling clap_lex v0.7.0 |
446 | 2024-09-06T05:56:44.913Z | Compiling heck v0.5.0 |
447 | 2024-09-06T05:56:44.938Z | Compiling fnv v1.0.7 |
448 | 2024-09-06T05:56:44.990Z | Compiling heck v0.4.1 |
449 | 2024-09-06T05:56:45.078Z | Compiling bytecount v0.6.8 |
450 | 2024-09-06T05:56:45.251Z | Compiling cfg-if v1.0.0 |
451 | 2024-09-06T05:56:45.284Z | Compiling fastrand v2.1.0 |
452 | 2024-09-06T05:56:45.308Z | Compiling anyhow v1.0.86 |
453 | 2024-09-06T05:56:45.350Z | Compiling strsim v0.11.1 |
454 | 2024-09-06T05:56:45.377Z | Compiling papergrid v0.11.0 |
455 | 2024-09-06T05:56:45.784Z | Compiling clap_builder v4.5.15 |
456 | 2024-09-06T05:56:46.018Z | Compiling tempfile v3.10.1 |
457 | 2024-09-06T05:56:46.158Z | Compiling memmap v0.7.0 |
458 | 2024-09-06T05:56:46.221Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-09-06T05:56:46.513Z | Compiling smawk v0.3.2 |
460 | 2024-09-06T05:56:46.728Z | Compiling textwrap v0.16.1 |
461 | 2024-09-06T05:56:47.416Z | Compiling swrite v0.1.0 |
462 | 2024-09-06T05:56:48.276Z | Compiling tabled_derive v0.7.0 |
463 | 2024-09-06T05:56:49.976Z | Compiling tabled v0.15.0 |
464 | 2024-09-06T05:56:50.840Z | Compiling serde_derive v1.0.208 |
465 | 2024-09-06T05:56:50.863Z | Compiling thiserror-impl v1.0.63 |
466 | 2024-09-06T05:56:50.863Z | Compiling zerocopy-derive v0.7.34 |
467 | 2024-09-06T05:56:50.863Z | Compiling scroll_derive v0.12.0 |
468 | 2024-09-06T05:56:50.986Z | Compiling clap_derive v4.5.13 |
469 | 2024-09-06T05:56:52.040Z | Compiling scroll v0.12.0 |
470 | 2024-09-06T05:56:52.520Z | Compiling goblin v0.8.2 |
471 | 2024-09-06T05:56:52.789Z | Compiling zerocopy v0.7.34 |
472 | 2024-09-06T05:56:53.290Z | Compiling pest v2.7.10 |
473 | 2024-09-06T05:56:54.127Z | Compiling clap v4.5.16 |
474 | 2024-09-06T05:56:55.338Z | Compiling pest_meta v2.7.10 |
475 | 2024-09-06T05:56:56.330Z | Compiling pest_generator v2.7.10 |
476 | 2024-09-06T05:56:58.168Z | Compiling pest_derive v2.7.10 |
477 | 2024-09-06T05:56:58.803Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-09-06T05:57:00.611Z | Compiling toml_datetime v0.6.8 |
479 | 2024-09-06T05:57:00.611Z | Compiling serde_spanned v0.6.7 |
480 | 2024-09-06T05:57:00.635Z | Compiling cargo-platform v0.1.8 |
481 | 2024-09-06T05:57:00.984Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-09-06T05:57:01.118Z | Compiling toml_edit v0.22.20 |
483 | 2024-09-06T05:57:01.169Z | Compiling macaddr v1.0.1 |
484 | 2024-09-06T05:57:01.295Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-09-06T05:57:02.007Z | Compiling dof v0.3.0 |
486 | 2024-09-06T05:57:02.007Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-09-06T05:57:03.858Z | Compiling toml v0.8.19 |
488 | 2024-09-06T05:57:04.046Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-09-06T05:57:04.070Z | Compiling usdt-macro v0.5.0 |
490 | 2024-09-06T05:57:04.610Z | Compiling cargo_toml v0.20.4 |
491 | 2024-09-06T05:57:05.252Z | Compiling usdt v0.5.0 |
492 | 2024-09-06T05:57:08.900Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-09-06T05:57:14.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.24s |
494 | 2024-09-06T05:57:14.234Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-09-06T05:57:15.039Z | Downloading crates ... |
496 | 2024-09-06T05:57:15.184Z | Downloaded atomicwrites v0.4.3 |
497 | 2024-09-06T05:57:15.209Z | Downloaded bitstruct v0.1.1 |
498 | 2024-09-06T05:57:15.209Z | Downloaded crucible-workspace-hack v0.1.0 |
499 | 2024-09-06T05:57:15.209Z | Downloaded base16ct v0.2.0 |
500 | 2024-09-06T05:57:15.209Z | Downloaded crc-catalog v2.4.0 |
501 | 2024-09-06T05:57:15.210Z | Downloaded http-range v0.1.5 |
502 | 2024-09-06T05:57:15.210Z | Downloaded crunchy v0.2.2 |
503 | 2024-09-06T05:57:15.234Z | Downloaded ident_case v1.0.1 |
504 | 2024-09-06T05:57:15.234Z | Downloaded console v0.15.8 |
505 | 2024-09-06T05:57:15.234Z | Downloaded cookie v0.17.0 |
506 | 2024-09-06T05:57:15.234Z | Downloaded newline-converter v0.3.0 |
507 | 2024-09-06T05:57:15.234Z | Downloaded newtype_derive v0.1.6 |
508 | 2024-09-06T05:57:15.234Z | Downloaded ipnetwork v0.20.0 |
509 | 2024-09-06T05:57:15.234Z | Downloaded russh-cryptovec v0.7.2 |
510 | 2024-09-06T05:57:15.259Z | Downloaded instability v0.3.2 |
511 | 2024-09-06T05:57:15.259Z | Downloaded rfc6979 v0.4.0 |
512 | 2024-09-06T05:57:15.259Z | Downloaded serde-big-array v0.5.1 |
513 | 2024-09-06T05:57:15.259Z | Downloaded internet-checksum v0.2.1 |
514 | 2024-09-06T05:57:15.259Z | Downloaded multimap v0.10.0 |
515 | 2024-09-06T05:57:15.259Z | Downloaded ssh-encoding v0.2.0 |
516 | 2024-09-06T05:57:15.259Z | Downloaded vte_generate_state_changes v0.1.1 |
517 | 2024-09-06T05:57:15.259Z | Downloaded rusty-fork v0.3.0 |
518 | 2024-09-06T05:57:15.283Z | Downloaded normalize-line-endings v0.3.0 |
519 | 2024-09-06T05:57:15.283Z | Downloaded defmt-parser v0.3.4 |
520 | 2024-09-06T05:57:15.283Z | Downloaded serde-hex v0.1.0 |
521 | 2024-09-06T05:57:15.283Z | Downloaded static_assertions v1.1.0 |
522 | 2024-09-06T05:57:15.283Z | Downloaded structmeta-derive v0.2.0 |
523 | 2024-09-06T05:57:15.283Z | Downloaded maplit v1.0.2 |
524 | 2024-09-06T05:57:15.283Z | Downloaded iana-time-zone v0.1.60 |
525 | 2024-09-06T05:57:15.307Z | Downloaded unicase v2.7.0 |
526 | 2024-09-06T05:57:15.307Z | Downloaded path-slash v0.1.5 |
527 | 2024-09-06T05:57:15.307Z | Downloaded peg-runtime v0.8.3 |
528 | 2024-09-06T05:57:15.307Z | Downloaded tokio-tungstenite v0.21.0 |
529 | 2024-09-06T05:57:15.307Z | Downloaded fallible-streaming-iterator v0.1.9 |
530 | 2024-09-06T05:57:15.307Z | Downloaded ipnet v2.9.0 |
531 | 2024-09-06T05:57:15.308Z | Downloaded base64 v0.13.1 |
532 | 2024-09-06T05:57:15.332Z | Downloaded thread_local v1.1.8 |
533 | 2024-09-06T05:57:15.356Z | Downloaded tower-service v0.3.2 |
534 | 2024-09-06T05:57:15.356Z | Downloaded zeroize_derive v1.4.2 |
535 | 2024-09-06T05:57:15.356Z | Downloaded portpicker v0.1.1 |
536 | 2024-09-06T05:57:15.356Z | Downloaded serde_repr v0.1.19 |
537 | 2024-09-06T05:57:15.356Z | Downloaded funty v2.0.0 |
538 | 2024-09-06T05:57:15.356Z | Downloaded zone v0.1.8 |
539 | 2024-09-06T05:57:15.385Z | Downloaded group v0.13.0 |
540 | 2024-09-06T05:57:15.385Z | Downloaded ref-cast-impl v1.0.23 |
541 | 2024-09-06T05:57:15.385Z | Downloaded parse-display v0.10.0 |
542 | 2024-09-06T05:57:15.385Z | Downloaded polyval v0.6.2 |
543 | 2024-09-06T05:57:15.385Z | Downloaded endian-type v0.1.2 |
544 | 2024-09-06T05:57:15.385Z | Downloaded termtree v0.4.1 |
545 | 2024-09-06T05:57:15.385Z | Downloaded rand_seeder v0.3.0 |
546 | 2024-09-06T05:57:15.411Z | Downloaded rpassword v7.3.1 |
547 | 2024-09-06T05:57:15.411Z | Downloaded ref-cast v1.0.23 |
548 | 2024-09-06T05:57:15.411Z | Downloaded termios v0.3.3 |
549 | 2024-09-06T05:57:15.411Z | Downloaded foreign-types-macros v0.2.3 |
550 | 2024-09-06T05:57:15.411Z | Downloaded num_threads v0.1.7 |
551 | 2024-09-06T05:57:15.442Z | Downloaded want v0.3.1 |
552 | 2024-09-06T05:57:15.442Z | Downloaded num_enum_derive v0.5.11 |
553 | 2024-09-06T05:57:15.442Z | Downloaded fxhash v0.2.1 |
554 | 2024-09-06T05:57:15.442Z | Downloaded num_enum v0.5.11 |
555 | 2024-09-06T05:57:15.442Z | Downloaded darling_macro v0.20.9 |
556 | 2024-09-06T05:57:15.467Z | Downloaded parse-size v1.0.0 |
557 | 2024-09-06T05:57:15.467Z | Downloaded getopts v0.2.21 |
558 | 2024-09-06T05:57:15.467Z | Downloaded openssl-macros v0.1.1 |
559 | 2024-09-06T05:57:15.467Z | Downloaded try-lock v0.2.5 |
560 | 2024-09-06T05:57:15.467Z | Downloaded openssl-probe v0.1.5 |
561 | 2024-09-06T05:57:15.467Z | Downloaded phf_shared v0.10.0 |
562 | 2024-09-06T05:57:15.467Z | Downloaded schemars_derive v0.8.21 |
563 | 2024-09-06T05:57:15.467Z | Downloaded tracing v0.1.40 |
564 | 2024-09-06T05:57:15.467Z | Downloaded psl-types v2.0.11 |
565 | 2024-09-06T05:57:15.467Z | Downloaded wait-timeout v0.2.0 |
566 | 2024-09-06T05:57:15.492Z | Downloaded serde_arrays v0.1.0 |
567 | 2024-09-06T05:57:15.492Z | Downloaded num-conv v0.1.0 |
568 | 2024-09-06T05:57:15.492Z | Downloaded tls_codec v0.4.1 |
569 | 2024-09-06T05:57:15.492Z | Downloaded futures-sink v0.3.30 |
570 | 2024-09-06T05:57:15.492Z | Downloaded foreign-types-shared v0.3.1 |
571 | 2024-09-06T05:57:15.492Z | Downloaded tokio-macros v2.4.0 |
572 | 2024-09-06T05:57:15.492Z | Downloaded opaque-debug v0.3.1 |
573 | 2024-09-06T05:57:15.492Z | Downloaded derive_builder_macro v0.20.0 |
574 | 2024-09-06T05:57:15.492Z | Downloaded sync_wrapper v0.1.2 |
575 | 2024-09-06T05:57:15.492Z | Downloaded predicates v3.1.2 |
576 | 2024-09-06T05:57:15.516Z | Downloaded num-iter v0.1.45 |
577 | 2024-09-06T05:57:15.516Z | Downloaded rand v0.8.5 |
578 | 2024-09-06T05:57:15.516Z | Downloaded rustc_version v0.1.7 |
579 | 2024-09-06T05:57:15.517Z | Downloaded debug-ignore v1.0.5 |
580 | 2024-09-06T05:57:15.517Z | Downloaded des v0.8.1 |
581 | 2024-09-06T05:57:15.517Z | Downloaded strum_macros v0.24.3 |
582 | 2024-09-06T05:57:15.517Z | Downloaded rustfmt-wrapper v0.2.1 |
583 | 2024-09-06T05:57:15.517Z | Downloaded futures-macro v0.3.30 |
584 | 2024-09-06T05:57:15.517Z | Downloaded unicode-bidi v0.3.15 |
585 | 2024-09-06T05:57:15.541Z | Downloaded publicsuffix v2.2.3 |
586 | 2024-09-06T05:57:15.541Z | Downloaded subtle v2.5.0 |
587 | 2024-09-06T05:57:15.541Z | Downloaded omicron-zone-package v0.11.0 |
588 | 2024-09-06T05:57:15.541Z | Downloaded tls_codec_derive v0.4.1 |
589 | 2024-09-06T05:57:15.541Z | Downloaded rustls-pemfile v2.1.3 |
590 | 2024-09-06T05:57:15.565Z | Downloaded tokio-postgres v0.7.11 |
591 | 2024-09-06T05:57:15.565Z | Downloaded strum_macros v0.26.4 |
592 | 2024-09-06T05:57:15.565Z | Downloaded num-rational v0.4.2 |
593 | 2024-09-06T05:57:15.565Z | Downloaded num-traits v0.2.19 |
594 | 2024-09-06T05:57:15.590Z | Downloaded subprocess v0.2.9 |
595 | 2024-09-06T05:57:15.590Z | Downloaded openssl-sys v0.9.103 |
596 | 2024-09-06T05:57:15.590Z | Downloaded unicode-segmentation v1.11.0 |
597 | 2024-09-06T05:57:15.614Z | Downloaded trust-dns-proto v0.22.0 |
598 | 2024-09-06T05:57:15.614Z | Downloaded openapiv3 v2.0.0 |
599 | 2024-09-06T05:57:15.639Z | Downloaded ratatui v0.28.0 |
600 | 2024-09-06T05:57:15.664Z | Downloaded num-bigint-dig v0.8.4 |
601 | 2024-09-06T05:57:15.689Z | Downloaded smoltcp v0.9.1 |
602 | 2024-09-06T05:57:15.713Z | Downloaded smoltcp v0.11.0 |
603 | 2024-09-06T05:57:15.737Z | Downloaded object v0.32.2 |
604 | 2024-09-06T05:57:15.737Z | Downloaded zerocopy-derive v0.6.6 |
605 | 2024-09-06T05:57:15.762Z | Downloaded petgraph v0.6.5 |
606 | 2024-09-06T05:57:15.786Z | Downloaded tokio v1.39.3 |
607 | 2024-09-06T05:57:15.830Z | Downloaded finl_unicode v1.2.0 |
608 | 2024-09-06T05:57:15.854Z | Downloaded object v0.30.4 |
609 | 2024-09-06T05:57:15.879Z | Downloaded polar-core v0.27.3 |
610 | 2024-09-06T05:57:15.879Z | Downloaded encoding_rs v0.8.34 |
611 | 2024-09-06T05:57:15.914Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
612 | 2024-09-06T05:57:15.988Z | Downloaded regress v0.9.1 |
613 | 2024-09-06T05:57:16.013Z | Downloaded regex-syntax v0.8.4 |
614 | 2024-09-06T05:57:16.037Z | Downloaded hickory-proto v0.24.1 |
615 | 2024-09-06T05:57:16.037Z | Downloaded sha3 v0.10.8 |
616 | 2024-09-06T05:57:16.061Z | Downloaded rustls v0.22.4 |
617 | 2024-09-06T05:57:16.061Z | Downloaded nix v0.29.0 |
618 | 2024-09-06T05:57:16.085Z | Downloaded nix v0.28.0 |
619 | 2024-09-06T05:57:16.109Z | Downloaded ring v0.17.8 |
620 | 2024-09-06T05:57:16.183Z | Downloaded rustls v0.21.12 |
621 | 2024-09-06T05:57:16.207Z | Downloaded nix v0.27.1 |
622 | 2024-09-06T05:57:16.231Z | Downloaded libz-sys v1.1.16 |
623 | 2024-09-06T05:57:16.295Z | Downloaded idna v0.2.3 |
624 | 2024-09-06T05:57:16.319Z | Downloaded csv v1.3.0 |
625 | 2024-09-06T05:57:16.343Z | Downloaded ring v0.16.20 |
626 | 2024-09-06T05:57:16.427Z | Downloaded futures-util v0.3.30 |
627 | 2024-09-06T05:57:16.451Z | Downloaded proptest v1.5.0 |
628 | 2024-09-06T05:57:16.475Z | Downloaded vcpkg v0.2.15 |
629 | 2024-09-06T05:57:16.499Z | Downloaded idna v0.5.0 |
630 | 2024-09-06T05:57:16.523Z | Downloaded libsqlite3-sys v0.28.0 |
631 | 2024-09-06T05:57:16.599Z | Downloaded idna v0.4.0 |
632 | 2024-09-06T05:57:16.623Z | Downloaded idna v0.3.0 |
633 | 2024-09-06T05:57:16.623Z | Downloaded diesel v2.2.3 |
634 | 2024-09-06T05:57:16.647Z | Downloaded rustls-webpki v0.102.4 |
635 | 2024-09-06T05:57:16.671Z | Downloaded regex-automata v0.4.6 |
636 | 2024-09-06T05:57:16.695Z | Downloaded sled v0.34.7 |
637 | 2024-09-06T05:57:16.695Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
638 | 2024-09-06T05:57:16.720Z | Downloaded h2 v0.3.26 |
639 | 2024-09-06T05:57:16.720Z | Downloaded gimli v0.28.1 |
640 | 2024-09-06T05:57:16.745Z | Downloaded dropshot v0.10.1 |
641 | 2024-09-06T05:57:16.745Z | Downloaded rustls-webpki v0.101.7 |
642 | 2024-09-06T05:57:16.769Z | Downloaded reqwest v0.11.27 |
643 | 2024-09-06T05:57:16.769Z | Downloaded lalrpop v0.19.12 |
644 | 2024-09-06T05:57:16.795Z | Downloaded openssl v0.10.66 |
645 | 2024-09-06T05:57:16.795Z | Downloaded radix_trie v0.2.1 |
646 | 2024-09-06T05:57:16.795Z | Downloaded quick-xml v0.31.0 |
647 | 2024-09-06T05:57:16.819Z | Downloaded bstr v1.9.1 |
648 | 2024-09-06T05:57:16.819Z | Downloaded portable-atomic v1.6.0 |
649 | 2024-09-06T05:57:16.845Z | Downloaded webpki-roots v0.25.4 |
650 | 2024-09-06T05:57:16.845Z | Downloaded serde_with v3.9.0 |
651 | 2024-09-06T05:57:16.845Z | Downloaded curve25519-dalek v4.1.3 |
652 | 2024-09-06T05:57:16.869Z | Downloaded p384 v0.13.0 |
653 | 2024-09-06T05:57:16.869Z | Downloaded data-encoding v2.6.0 |
654 | 2024-09-06T05:57:16.869Z | Downloaded unicode-normalization v0.1.23 |
655 | 2024-09-06T05:57:16.869Z | Downloaded rsa v0.9.6 |
656 | 2024-09-06T05:57:16.894Z | Downloaded rayon v1.10.0 |
657 | 2024-09-06T05:57:16.894Z | Downloaded flate2 v1.0.33 |
658 | 2024-09-06T05:57:16.894Z | Downloaded git2 v0.19.0 |
659 | 2024-09-06T05:57:16.918Z | Downloaded regex v1.10.6 |
660 | 2024-09-06T05:57:16.918Z | Downloaded regex-syntax v0.6.29 |
661 | 2024-09-06T05:57:16.942Z | Downloaded itertools v0.13.0 |
662 | 2024-09-06T05:57:16.942Z | Downloaded hyper v0.14.30 |
663 | 2024-09-06T05:57:16.942Z | Downloaded oso v0.27.3 |
664 | 2024-09-06T05:57:16.965Z | Downloaded p521 v0.13.3 |
665 | 2024-09-06T05:57:16.966Z | Downloaded unicode_categories v0.1.1 |
666 | 2024-09-06T05:57:16.966Z | Downloaded rustls-pemfile v1.0.4 |
667 | 2024-09-06T05:57:16.966Z | Downloaded tokio-stream v0.1.15 |
668 | 2024-09-06T05:57:16.966Z | Downloaded num-complex v0.4.6 |
669 | 2024-09-06T05:57:16.966Z | Downloaded tungstenite v0.21.0 |
670 | 2024-09-06T05:57:16.966Z | Downloaded reedline v0.33.0 |
671 | 2024-09-06T05:57:16.990Z | Downloaded supports-color v3.0.0 |
672 | 2024-09-06T05:57:16.990Z | Downloaded tokio-tungstenite v0.20.1 |
673 | 2024-09-06T05:57:16.990Z | Downloaded winnow v0.5.40 |
674 | 2024-09-06T05:57:16.990Z | Downloaded futures-executor v0.3.30 |
675 | 2024-09-06T05:57:16.990Z | Downloaded futures-core v0.3.30 |
676 | 2024-09-06T05:57:17.016Z | Downloaded form_urlencoded v1.2.1 |
677 | 2024-09-06T05:57:17.016Z | Downloaded derive_more v0.99.18 |
678 | 2024-09-06T05:57:17.016Z | Downloaded strum_macros v0.25.3 |
679 | 2024-09-06T05:57:17.016Z | Downloaded spin v0.5.2 |
680 | 2024-09-06T05:57:17.016Z | Downloaded darling_core v0.20.9 |
681 | 2024-09-06T05:57:17.016Z | Downloaded num-bigint v0.4.5 |
682 | 2024-09-06T05:57:17.016Z | Downloaded socket2 v0.5.7 |
683 | 2024-09-06T05:57:17.016Z | Downloaded defmt-macros v0.3.9 |
684 | 2024-09-06T05:57:17.040Z | Downloaded prettyplease v0.2.20 |
685 | 2024-09-06T05:57:17.040Z | Downloaded tungstenite v0.20.1 |
686 | 2024-09-06T05:57:17.040Z | Downloaded pkcs1 v0.7.5 |
687 | 2024-09-06T05:57:17.040Z | Downloaded url v2.5.2 |
688 | 2024-09-06T05:57:17.040Z | Downloaded sqlparser v0.45.0 |
689 | 2024-09-06T05:57:17.040Z | Downloaded phf v0.11.2 |
690 | 2024-09-06T05:57:17.040Z | Downloaded unsafe-libyaml v0.2.11 |
691 | 2024-09-06T05:57:17.070Z | Downloaded snafu v0.8.2 |
692 | 2024-09-06T05:57:17.070Z | Downloaded num-derive v0.4.2 |
693 | 2024-09-06T05:57:17.070Z | Downloaded postcard v1.0.8 |
694 | 2024-09-06T05:57:17.070Z | Downloaded serde_derive_internals v0.29.1 |
695 | 2024-09-06T05:57:17.070Z | Downloaded flume v0.11.0 |
696 | 2024-09-06T05:57:17.070Z | Downloaded rustc-hash v1.1.0 |
697 | 2024-09-06T05:57:17.070Z | Downloaded defmt v0.3.8 |
698 | 2024-09-06T05:57:17.095Z | Downloaded tokio-rustls v0.25.0 |
699 | 2024-09-06T05:57:17.095Z | Downloaded futures-task v0.3.30 |
700 | 2024-09-06T05:57:17.095Z | Downloaded proc-macro-crate v1.3.1 |
701 | 2024-09-06T05:57:17.095Z | Downloaded chrono v0.4.38 |
702 | 2024-09-06T05:57:17.095Z | Downloaded ron v0.8.1 |
703 | 2024-09-06T05:57:17.095Z | Downloaded hkdf v0.12.4 |
704 | 2024-09-06T05:57:17.095Z | Downloaded bitvec v1.0.1 |
705 | 2024-09-06T05:57:17.119Z | Downloaded num-integer v0.1.46 |
706 | 2024-09-06T05:57:17.119Z | Downloaded tokio-native-tls v0.3.1 |
707 | 2024-09-06T05:57:17.119Z | Downloaded tokio-rustls v0.24.1 |
708 | 2024-09-06T05:57:17.119Z | Downloaded postgres-types v0.2.7 |
709 | 2024-09-06T05:57:17.119Z | Downloaded postgres-protocol v0.6.7 |
710 | 2024-09-06T05:57:17.119Z | Downloaded unicode-truncate v1.0.0 |
711 | 2024-09-06T05:57:17.119Z | Downloaded samael v0.0.15 |
712 | 2024-09-06T05:57:17.144Z | Downloaded paste v1.0.15 |
713 | 2024-09-06T05:57:17.144Z | Downloaded password-hash v0.5.0 |
714 | 2024-09-06T05:57:17.144Z | Downloaded password-hash v0.4.2 |
715 | 2024-09-06T05:57:17.144Z | Downloaded libxml v0.3.3 |
716 | 2024-09-06T05:57:17.144Z | Downloaded rustc_version v0.4.0 |
717 | 2024-09-06T05:57:17.144Z | Downloaded phf_shared v0.11.2 |
718 | 2024-09-06T05:57:17.144Z | Downloaded foreign-types-shared v0.1.1 |
719 | 2024-09-06T05:57:17.144Z | Downloaded strum v0.26.3 |
720 | 2024-09-06T05:57:17.144Z | Downloaded percent-encoding v2.3.1 |
721 | 2024-09-06T05:57:17.144Z | Downloaded pem-rfc7468 v0.7.0 |
722 | 2024-09-06T05:57:17.168Z | Downloaded untrusted v0.9.0 |
723 | 2024-09-06T05:57:17.168Z | Downloaded hickory-client v0.24.1 |
724 | 2024-09-06T05:57:17.168Z | Downloaded dhcproto v0.12.0 |
725 | 2024-09-06T05:57:17.168Z | Downloaded vergen v8.3.2 |
726 | 2024-09-06T05:57:17.168Z | Downloaded bindgen v0.69.4 |
727 | 2024-09-06T05:57:17.168Z | Downloaded futures-io v0.3.30 |
728 | 2024-09-06T05:57:17.168Z | Downloaded primeorder v0.13.6 |
729 | 2024-09-06T05:57:17.168Z | Downloaded ed25519-dalek v2.1.1 |
730 | 2024-09-06T05:57:17.192Z | Downloaded rustc-demangle v0.1.24 |
731 | 2024-09-06T05:57:17.192Z | Downloaded rayon-core v1.12.1 |
732 | 2024-09-06T05:57:17.192Z | Downloaded tui-tree-widget v0.22.0 |
733 | 2024-09-06T05:57:17.193Z | Downloaded scopeguard v1.2.0 |
734 | 2024-09-06T05:57:17.193Z | Downloaded term v0.7.0 |
735 | 2024-09-06T05:57:17.193Z | Downloaded tar v0.4.41 |
736 | 2024-09-06T05:57:17.193Z | Downloaded pin-project-lite v0.2.14 |
737 | 2024-09-06T05:57:17.193Z | Downloaded tinyvec v1.6.0 |
738 | 2024-09-06T05:57:17.217Z | Downloaded tough v0.17.1 |
739 | 2024-09-06T05:57:17.217Z | Downloaded same-file v1.0.6 |
740 | 2024-09-06T05:57:17.217Z | Downloaded olpc-cjson v0.1.3 |
741 | 2024-09-06T05:57:17.217Z | Downloaded test-strategy v0.3.1 |
742 | 2024-09-06T05:57:17.217Z | Downloaded pin-project v1.1.5 |
743 | 2024-09-06T05:57:17.276Z | Downloaded diff v0.1.13 |
744 | 2024-09-06T05:57:17.276Z | Downloaded time v0.3.36 |
745 | 2024-09-06T05:57:17.276Z | Downloaded pretty-hex v0.2.1 |
746 | 2024-09-06T05:57:17.276Z | Downloaded predicates-tree v1.0.9 |
747 | 2024-09-06T05:57:17.276Z | Downloaded predicates-core v1.0.6 |
748 | 2024-09-06T05:57:17.276Z | Downloaded unicode-xid v0.2.4 |
749 | 2024-09-06T05:57:17.276Z | Downloaded walkdir v2.5.0 |
750 | 2024-09-06T05:57:17.276Z | Downloaded rusqlite v0.31.0 |
751 | 2024-09-06T05:57:17.306Z | Downloaded scheduled-thread-pool v0.2.7 |
752 | 2024-09-06T05:57:17.306Z | Downloaded diesel_derives v2.2.2 |
753 | 2024-09-06T05:57:17.306Z | Downloaded socket2 v0.4.10 |
754 | 2024-09-06T05:57:17.306Z | Downloaded zone v0.3.0 |
755 | 2024-09-06T05:57:17.306Z | Downloaded rcgen v0.12.1 |
756 | 2024-09-06T05:57:17.306Z | Downloaded toml_edit v0.19.15 |
757 | 2024-09-06T05:57:17.331Z | Downloaded salsa20 v0.10.2 |
758 | 2024-09-06T05:57:17.355Z | Downloaded rustversion v1.0.17 |
759 | 2024-09-06T05:57:17.355Z | Downloaded parse-display-derive v0.10.0 |
760 | 2024-09-06T05:57:17.355Z | Downloaded packed_struct_codegen v0.10.1 |
761 | 2024-09-06T05:57:17.355Z | Downloaded packed_struct v0.10.1 |
762 | 2024-09-06T05:57:17.355Z | Downloaded termcolor v1.4.1 |
763 | 2024-09-06T05:57:17.355Z | Downloaded smallvec v1.13.2 |
764 | 2024-09-06T05:57:17.380Z | Downloaded zone_cfg_derive v0.3.0 |
765 | 2024-09-06T05:57:17.380Z | Downloaded uuid v1.10.0 |
766 | 2024-09-06T05:57:17.380Z | Downloaded similar v2.6.0 |
767 | 2024-09-06T05:57:17.380Z | Downloaded gethostname v0.5.0 |
768 | 2024-09-06T05:57:17.380Z | Downloaded rtoolbox v0.0.2 |
769 | 2024-09-06T05:57:17.380Z | Downloaded pin-project-internal v1.1.5 |
770 | 2024-09-06T05:57:17.380Z | Downloaded signal-hook v0.3.17 |
771 | 2024-09-06T05:57:17.403Z | Downloaded serde_yaml v0.9.34+deprecated |
772 | 2024-09-06T05:57:17.403Z | Downloaded heapless v0.7.17 |
773 | 2024-09-06T05:57:17.403Z | Downloaded itertools v0.10.5 |
774 | 2024-09-06T05:57:17.403Z | Downloaded rand_core v0.6.4 |
775 | 2024-09-06T05:57:17.404Z | Downloaded rand_chacha v0.3.1 |
776 | 2024-09-06T05:57:17.428Z | Downloaded pin-utils v0.1.0 |
777 | 2024-09-06T05:57:17.428Z | Downloaded ron v0.7.1 |
778 | 2024-09-06T05:57:17.428Z | Downloaded x509-cert v0.2.5 |
779 | 2024-09-06T05:57:17.428Z | Downloaded hashbrown v0.13.2 |
780 | 2024-09-06T05:57:17.452Z | Downloaded ssh-key v0.6.6 |
781 | 2024-09-06T05:57:17.452Z | Downloaded nom v7.1.3 |
782 | 2024-09-06T05:57:17.452Z | Downloaded mio v0.8.11 |
783 | 2024-09-06T05:57:17.477Z | Downloaded libm v0.2.8 |
784 | 2024-09-06T05:57:17.477Z | Downloaded itertools v0.12.1 |
785 | 2024-09-06T05:57:17.501Z | Downloaded untrusted v0.7.1 |
786 | 2024-09-06T05:57:17.501Z | Downloaded tap v1.0.1 |
787 | 2024-09-06T05:57:17.501Z | Downloaded getrandom v0.2.14 |
788 | 2024-09-06T05:57:17.501Z | Downloaded heapless v0.8.0 |
789 | 2024-09-06T05:57:17.525Z | Downloaded foreign-types v0.5.0 |
790 | 2024-09-06T05:57:17.525Z | Downloaded snafu-derive v0.8.2 |
791 | 2024-09-06T05:57:17.525Z | Downloaded smf v0.2.3 |
792 | 2024-09-06T05:57:17.525Z | Downloaded zone_cfg_derive v0.1.2 |
793 | 2024-09-06T05:57:17.525Z | Downloaded tinyvec_macros v0.1.1 |
794 | 2024-09-06T05:57:17.525Z | Downloaded uzers v0.11.3 |
795 | 2024-09-06T05:57:17.525Z | Downloaded tracing-core v0.1.32 |
796 | 2024-09-06T05:57:17.525Z | Downloaded aho-corasick v1.1.3 |
797 | 2024-09-06T05:57:17.549Z | Downloaded universal-hash v0.5.1 |
798 | 2024-09-06T05:57:17.549Z | Downloaded tiny-keccak v2.0.2 |
799 | 2024-09-06T05:57:17.573Z | Downloaded thiserror-no-std v2.0.2 |
800 | 2024-09-06T05:57:17.573Z | Downloaded thiserror-impl-no-std v2.0.2 |
801 | 2024-09-06T05:57:17.573Z | Downloaded schemars v0.8.21 |
802 | 2024-09-06T05:57:17.573Z | Downloaded headers v0.3.9 |
803 | 2024-09-06T05:57:17.574Z | Downloaded tokio-util v0.7.11 |
804 | 2024-09-06T05:57:17.598Z | Downloaded hickory-server v0.24.1 |
805 | 2024-09-06T05:57:17.598Z | Downloaded waitgroup v0.1.2 |
806 | 2024-09-06T05:57:17.598Z | Downloaded take_mut v0.2.2 |
807 | 2024-09-06T05:57:17.598Z | Downloaded tabwriter v1.4.0 |
808 | 2024-09-06T05:57:17.598Z | Downloaded number_prefix v0.4.0 |
809 | 2024-09-06T05:57:17.598Z | Downloaded ghash v0.5.1 |
810 | 2024-09-06T05:57:17.598Z | Downloaded ecdsa v0.16.9 |
811 | 2024-09-06T05:57:17.598Z | Downloaded half v2.4.1 |
812 | 2024-09-06T05:57:17.598Z | Downloaded hashbrown v0.12.3 |
813 | 2024-09-06T05:57:17.623Z | Downloaded expectorate v1.1.0 |
814 | 2024-09-06T05:57:17.623Z | Downloaded http v1.1.0 |
815 | 2024-09-06T05:57:17.623Z | Downloaded blake3 v1.5.1 |
816 | 2024-09-06T05:57:17.623Z | Downloaded utf-8 v0.7.6 |
817 | 2024-09-06T05:57:17.623Z | Downloaded enum-as-inner v0.6.0 |
818 | 2024-09-06T05:57:17.623Z | Downloaded signal-hook-registry v1.4.2 |
819 | 2024-09-06T05:57:17.623Z | Downloaded signal-hook-mio v0.2.4 |
820 | 2024-09-06T05:57:17.623Z | Downloaded serde_with_macros v3.9.0 |
821 | 2024-09-06T05:57:17.648Z | Downloaded russh v0.45.0 |
822 | 2024-09-06T05:57:17.648Z | Downloaded minimal-lexical v0.2.1 |
823 | 2024-09-06T05:57:17.648Z | Downloaded crossterm v0.28.1 |
824 | 2024-09-06T05:57:17.648Z | Downloaded dhcproto-macros v0.1.0 |
825 | 2024-09-06T05:57:17.648Z | Downloaded enum-as-inner v0.5.1 |
826 | 2024-09-06T05:57:17.648Z | Downloaded either v1.13.0 |
827 | 2024-09-06T05:57:17.648Z | Downloaded smallvec v0.6.14 |
828 | 2024-09-06T05:57:17.673Z | Downloaded slog-json v2.6.1 |
829 | 2024-09-06T05:57:17.673Z | Downloaded slab v0.4.9 |
830 | 2024-09-06T05:57:17.673Z | Downloaded siphasher v0.3.11 |
831 | 2024-09-06T05:57:17.673Z | Downloaded pkcs5 v0.7.1 |
832 | 2024-09-06T05:57:17.673Z | Downloaded zip v0.6.6 |
833 | 2024-09-06T05:57:17.673Z | Downloaded rustyline v14.0.0 |
834 | 2024-09-06T05:57:17.673Z | Downloaded http v0.2.12 |
835 | 2024-09-06T05:57:17.673Z | Downloaded ed25519 v2.2.3 |
836 | 2024-09-06T05:57:17.697Z | Downloaded dyn-clone v1.0.17 |
837 | 2024-09-06T05:57:17.697Z | Downloaded dsl_auto_type v0.1.2 |
838 | 2024-09-06T05:57:17.697Z | Downloaded dropshot_endpoint v0.10.1 |
839 | 2024-09-06T05:57:17.697Z | Downloaded dirs-sys-next v0.1.2 |
840 | 2024-09-06T05:57:17.697Z | Downloaded dirs-next v2.0.0 |
841 | 2024-09-06T05:57:17.697Z | Downloaded poly1305 v0.8.0 |
842 | 2024-09-06T05:57:17.697Z | Downloaded der v0.7.9 |
843 | 2024-09-06T05:57:17.697Z | Downloaded rand_xorshift v0.3.0 |
844 | 2024-09-06T05:57:17.697Z | Downloaded signature v2.2.0 |
845 | 2024-09-06T05:57:17.697Z | Downloaded signal-hook-tokio v0.3.1 |
846 | 2024-09-06T05:57:17.697Z | Downloaded shlex v1.3.0 |
847 | 2024-09-06T05:57:17.697Z | Downloaded shell-words v1.1.0 |
848 | 2024-09-06T05:57:17.697Z | Downloaded parking_lot_core v0.9.10 |
849 | 2024-09-06T05:57:17.722Z | Downloaded parking_lot_core v0.8.6 |
850 | 2024-09-06T05:57:17.722Z | Downloaded parking_lot v0.12.2 |
851 | 2024-09-06T05:57:17.722Z | Downloaded float-ord v0.3.2 |
852 | 2024-09-06T05:57:17.722Z | Downloaded float-cmp v0.9.0 |
853 | 2024-09-06T05:57:17.722Z | Downloaded sha1 v0.10.6 |
854 | 2024-09-06T05:57:17.722Z | Downloaded pkcs8 v0.10.2 |
855 | 2024-09-06T05:57:17.722Z | Downloaded futures v0.3.30 |
856 | 2024-09-06T05:57:17.722Z | Downloaded hickory-resolver v0.24.1 |
857 | 2024-09-06T05:57:17.722Z | Downloaded crossterm v0.27.0 |
858 | 2024-09-06T05:57:17.746Z | Downloaded env_logger v0.10.2 |
859 | 2024-09-06T05:57:17.746Z | Downloaded env_logger v0.9.3 |
860 | 2024-09-06T05:57:17.746Z | Downloaded typed-path v0.7.1 |
861 | 2024-09-06T05:57:17.746Z | Downloaded steno v0.4.1 |
862 | 2024-09-06T05:57:17.746Z | Downloaded foreign-types v0.3.2 |
863 | 2024-09-06T05:57:17.747Z | Downloaded downcast v0.11.0 |
864 | 2024-09-06T05:57:17.771Z | Downloaded ena v0.14.3 |
865 | 2024-09-06T05:57:17.771Z | Downloaded mio v1.0.2 |
866 | 2024-09-06T05:57:17.771Z | Downloaded aes-gcm v0.10.3 |
867 | 2024-09-06T05:57:17.771Z | Downloaded display-error-chain v0.2.1 |
868 | 2024-09-06T05:57:17.771Z | Downloaded difflib v0.4.0 |
869 | 2024-09-06T05:57:17.771Z | Downloaded diesel_table_macro_syntax v0.2.0 |
870 | 2024-09-06T05:57:17.771Z | Downloaded sigpipe v0.1.3 |
871 | 2024-09-06T05:57:17.771Z | Downloaded globset v0.4.14 |
872 | 2024-09-06T05:57:17.771Z | Downloaded glob v0.3.1 |
873 | 2024-09-06T05:57:17.771Z | Downloaded futures-channel v0.3.30 |
874 | 2024-09-06T05:57:17.771Z | Downloaded pkg-config v0.3.30 |
875 | 2024-09-06T05:57:17.771Z | Downloaded parking_lot v0.11.2 |
876 | 2024-09-06T05:57:17.795Z | Downloaded tracing-attributes v0.1.27 |
877 | 2024-09-06T05:57:17.795Z | Downloaded spin v0.9.8 |
878 | 2024-09-06T05:57:17.795Z | Downloaded slog-term v2.9.1 |
879 | 2024-09-06T05:57:17.795Z | Downloaded p256 v0.13.2 |
880 | 2024-09-06T05:57:17.795Z | Downloaded indicatif v0.17.8 |
881 | 2024-09-06T05:57:17.819Z | Downloaded heck v0.3.3 |
882 | 2024-09-06T05:57:17.819Z | Downloaded fatfs v0.3.6 |
883 | 2024-09-06T05:57:17.819Z | Downloaded elliptic-curve v0.13.8 |
884 | 2024-09-06T05:57:17.819Z | Downloaded hex-literal v0.4.1 |
885 | 2024-09-06T05:57:17.819Z | Downloaded hex v0.4.3 |
886 | 2024-09-06T05:57:17.843Z | Downloaded flagset v0.4.5 |
887 | 2024-09-06T05:57:17.843Z | Downloaded whoami v1.5.1 |
888 | 2024-09-06T05:57:17.843Z | Downloaded rustls-pki-types v1.7.0 |
889 | 2024-09-06T05:57:17.843Z | Downloaded r2d2 v0.8.10 |
890 | 2024-09-06T05:57:17.843Z | Downloaded fragile v2.0.0 |
891 | 2024-09-06T05:57:17.843Z | Downloaded aes v0.8.4 |
892 | 2024-09-06T05:57:17.843Z | Downloaded structmeta-derive v0.3.0 |
893 | 2024-09-06T05:57:17.843Z | Downloaded peg-macros v0.8.4 |
894 | 2024-09-06T05:57:17.843Z | Downloaded hashlink v0.9.1 |
895 | 2024-09-06T05:57:17.843Z | Downloaded slog-stdlog v4.1.1 |
896 | 2024-09-06T05:57:17.843Z | Downloaded tungstenite v0.23.0 |
897 | 2024-09-06T05:57:17.868Z | Downloaded miniz_oxide v0.7.2 |
898 | 2024-09-06T05:57:17.868Z | Downloaded libloading v0.8.3 |
899 | 2024-09-06T05:57:17.868Z | Downloaded wyz v0.5.1 |
900 | 2024-09-06T05:57:17.868Z | Downloaded serde_urlencoded v0.7.1 |
901 | 2024-09-06T05:57:17.868Z | Downloaded derive_builder_core v0.20.0 |
902 | 2024-09-06T05:57:17.868Z | Downloaded derive-where v1.2.7 |
903 | 2024-09-06T05:57:17.868Z | Downloaded zerocopy v0.6.6 |
904 | 2024-09-06T05:57:17.868Z | Downloaded yasna v0.5.2 |
905 | 2024-09-06T05:57:17.868Z | Downloaded zeroize v1.7.0 |
906 | 2024-09-06T05:57:17.892Z | Downloaded which v4.4.2 |
907 | 2024-09-06T05:57:17.892Z | Downloaded topological-sort v0.2.2 |
908 | 2024-09-06T05:57:17.892Z | Downloaded time-macros v0.2.18 |
909 | 2024-09-06T05:57:17.892Z | Downloaded time-core v0.1.2 |
910 | 2024-09-06T05:57:17.892Z | Downloaded quick-error v1.2.3 |
911 | 2024-09-06T05:57:17.892Z | Downloaded owo-colors v4.0.0 |
912 | 2024-09-06T05:57:17.892Z | Downloaded derive_builder v0.20.0 |
913 | 2024-09-06T05:57:17.892Z | Downloaded toml v0.7.8 |
914 | 2024-09-06T05:57:17.892Z | Downloaded cc v1.0.97 |
915 | 2024-09-06T05:57:17.892Z | Downloaded toolchain_find v0.4.0 |
916 | 2024-09-06T05:57:17.892Z | Downloaded sqlparser_derive v0.2.2 |
917 | 2024-09-06T05:57:17.892Z | Downloaded slog-scope v4.4.0 |
918 | 2024-09-06T05:57:17.917Z | Downloaded serde_plain v1.0.2 |
919 | 2024-09-06T05:57:17.917Z | Downloaded serde_path_to_error v0.1.16 |
920 | 2024-09-06T05:57:17.917Z | Downloaded radium v0.7.0 |
921 | 2024-09-06T05:57:17.917Z | Downloaded precomputed-hash v0.1.1 |
922 | 2024-09-06T05:57:17.917Z | Downloaded pem v3.0.4 |
923 | 2024-09-06T05:57:17.917Z | Downloaded oso-derive v0.27.3 |
924 | 2024-09-06T05:57:17.917Z | Downloaded fixedbitset v0.4.2 |
925 | 2024-09-06T05:57:17.917Z | Downloaded fallible-iterator v0.3.0 |
926 | 2024-09-06T05:57:17.917Z | Downloaded vte v0.11.1 |
927 | 2024-09-06T05:57:17.917Z | Downloaded vsss-rs v3.3.4 |
928 | 2024-09-06T05:57:17.917Z | Downloaded strip-ansi-escapes v0.2.0 |
929 | 2024-09-06T05:57:17.917Z | Downloaded slog v2.7.0 |
930 | 2024-09-06T05:57:17.917Z | Downloaded russh-keys v0.45.0 |
931 | 2024-09-06T05:57:17.917Z | Downloaded nu-ansi-term v0.50.0 |
932 | 2024-09-06T05:57:17.941Z | Downloaded multer v3.1.0 |
933 | 2024-09-06T05:57:17.941Z | Downloaded mockall_derive v0.13.0 |
934 | 2024-09-06T05:57:17.941Z | Downloaded indexmap v1.9.3 |
935 | 2024-09-06T05:57:17.941Z | Downloaded crypto-bigint v0.5.5 |
936 | 2024-09-06T05:57:17.941Z | Downloaded crossbeam-channel v0.5.12 |
937 | 2024-09-06T05:57:17.941Z | Downloaded compact_str v0.8.0 |
938 | 2024-09-06T05:57:17.965Z | Downloaded base64 v0.22.1 |
939 | 2024-09-06T05:57:17.965Z | Downloaded backtrace v0.3.71 |
940 | 2024-09-06T05:57:17.965Z | Downloaded sqlformat v0.2.4 |
941 | 2024-09-06T05:57:17.965Z | Downloaded spki v0.7.3 |
942 | 2024-09-06T05:57:17.965Z | Downloaded ppv-lite86 v0.2.17 |
943 | 2024-09-06T05:57:17.965Z | Downloaded powerfmt v0.2.0 |
944 | 2024-09-06T05:57:17.965Z | Downloaded peg v0.8.4 |
945 | 2024-09-06T05:57:17.965Z | Downloaded pbkdf2 v0.12.2 |
946 | 2024-09-06T05:57:17.989Z | Downloaded pbkdf2 v0.11.0 |
947 | 2024-09-06T05:57:17.989Z | Downloaded hash32 v0.3.1 |
948 | 2024-09-06T05:57:17.989Z | Downloaded hash32 v0.2.1 |
949 | 2024-09-06T05:57:17.989Z | Downloaded filetime v0.2.25 |
950 | 2024-09-06T05:57:17.989Z | Downloaded ff v0.13.0 |
951 | 2024-09-06T05:57:17.989Z | Downloaded fd-lock v4.0.2 |
952 | 2024-09-06T05:57:17.989Z | Downloaded embedded-io v0.4.0 |
953 | 2024-09-06T05:57:17.989Z | Downloaded deranged v0.3.11 |
954 | 2024-09-06T05:57:17.989Z | Downloaded der_derive v0.7.2 |
955 | 2024-09-06T05:57:17.989Z | Downloaded tokio-tungstenite v0.23.1 |
956 | 2024-09-06T05:57:17.989Z | Downloaded slog-envlogger v2.2.0 |
957 | 2024-09-06T05:57:17.989Z | Downloaded native-tls v0.2.11 |
958 | 2024-09-06T05:57:17.989Z | Downloaded mime v0.3.17 |
959 | 2024-09-06T05:57:18.014Z | Downloaded memmap2 v0.9.4 |
960 | 2024-09-06T05:57:18.014Z | Downloaded lock_api v0.4.12 |
961 | 2024-09-06T05:57:18.014Z | Downloaded linear-map v1.2.0 |
962 | 2024-09-06T05:57:18.014Z | Downloaded base64 v0.21.7 |
963 | 2024-09-06T05:57:18.014Z | Downloaded highway v1.2.0 |
964 | 2024-09-06T05:57:18.014Z | Downloaded fallible-iterator v0.2.0 |
965 | 2024-09-06T05:57:18.014Z | Downloaded erased-serde v0.3.31 |
966 | 2024-09-06T05:57:18.014Z | Downloaded stringprep v0.1.4 |
967 | 2024-09-06T05:57:18.014Z | Downloaded nodrop v0.1.14 |
968 | 2024-09-06T05:57:18.014Z | Downloaded nibble_vec v0.1.0 |
969 | 2024-09-06T05:57:18.014Z | Downloaded newtype-uuid v1.1.0 |
970 | 2024-09-06T05:57:18.014Z | Downloaded nanorand v0.7.0 |
971 | 2024-09-06T05:57:18.014Z | Downloaded mockall v0.13.0 |
972 | 2024-09-06T05:57:18.038Z | Downloaded miniz_oxide v0.8.0 |
973 | 2024-09-06T05:57:18.038Z | Downloaded headers-core v0.2.0 |
974 | 2024-09-06T05:57:18.038Z | Downloaded hmac v0.12.1 |
975 | 2024-09-06T05:57:18.038Z | Downloaded chacha20poly1305 v0.10.1 |
976 | 2024-09-06T05:57:18.038Z | Downloaded bytes v1.7.1 |
977 | 2024-09-06T05:57:18.038Z | Downloaded xattr v1.3.1 |
978 | 2024-09-06T05:57:18.038Z | Downloaded unarray v0.1.4 |
979 | 2024-09-06T05:57:18.038Z | Downloaded sct v0.7.1 |
980 | 2024-09-06T05:57:18.062Z | Downloaded md-5 v0.10.6 |
981 | 2024-09-06T05:57:18.062Z | Downloaded lru-cache v0.1.2 |
982 | 2024-09-06T05:57:18.062Z | Downloaded libefi-sys v0.1.0 |
983 | 2024-09-06T05:57:18.062Z | Downloaded hyper-rustls v0.24.2 |
984 | 2024-09-06T05:57:18.062Z | Downloaded hubpack v0.1.2 |
985 | 2024-09-06T05:57:18.062Z | Downloaded twox-hash v1.6.3 |
986 | 2024-09-06T05:57:18.062Z | Downloaded cookie v0.18.1 |
987 | 2024-09-06T05:57:18.062Z | Downloaded blake2 v0.10.6 |
988 | 2024-09-06T05:57:18.062Z | Downloaded crc-any v2.5.0 |
989 | 2024-09-06T05:57:18.062Z | Downloaded const_format v0.2.32 |
990 | 2024-09-06T05:57:18.086Z | Downloaded structmeta v0.3.0 |
991 | 2024-09-06T05:57:18.086Z | Downloaded structmeta v0.2.0 |
992 | 2024-09-06T05:57:18.086Z | Downloaded string_cache v0.8.7 |
993 | 2024-09-06T05:57:18.086Z | Downloaded stable_deref_trait v1.2.0 |
994 | 2024-09-06T05:57:18.086Z | Downloaded ssh-cipher v0.2.0 |
995 | 2024-09-06T05:57:18.086Z | Downloaded slog-dtrace v0.3.0 |
996 | 2024-09-06T05:57:18.086Z | Downloaded slog-bunyan v2.5.0 |
997 | 2024-09-06T05:57:18.086Z | Downloaded slog-async v2.8.0 |
998 | 2024-09-06T05:57:18.086Z | Downloaded mime_guess v2.0.4 |
999 | 2024-09-06T05:57:18.086Z | Downloaded semver v0.1.20 |
1000 | 2024-09-06T05:57:18.086Z | Downloaded sec1 v0.7.3 |
1001 | 2024-09-06T05:57:18.087Z | Downloaded lazy_static v1.5.0 |
1002 | 2024-09-06T05:57:18.087Z | Downloaded keccak v0.1.5 |
1003 | 2024-09-06T05:57:18.087Z | Downloaded indent_write v2.2.0 |
1004 | 2024-09-06T05:57:18.087Z | Downloaded hostname v0.3.1 |
1005 | 2024-09-06T05:57:18.111Z | Downloaded const-oid v0.9.6 |
1006 | 2024-09-06T05:57:18.111Z | Downloaded secrecy v0.8.0 |
1007 | 2024-09-06T05:57:18.111Z | Downloaded scrypt v0.11.0 |
1008 | 2024-09-06T05:57:18.111Z | Downloaded crossbeam-utils v0.8.19 |
1009 | 2024-09-06T05:57:18.111Z | Downloaded new_debug_unreachable v1.0.6 |
1010 | 2024-09-06T05:57:18.111Z | Downloaded matches v0.1.10 |
1011 | 2024-09-06T05:57:18.111Z | Downloaded csv-core v0.1.11 |
1012 | 2024-09-06T05:57:18.111Z | Downloaded const_format_proc_macros v0.2.32 |
1013 | 2024-09-06T05:57:18.111Z | Downloaded bcs v0.1.6 |
1014 | 2024-09-06T05:57:18.111Z | Downloaded indoc v1.0.9 |
1015 | 2024-09-06T05:57:18.111Z | Downloaded crc32fast v1.4.0 |
1016 | 2024-09-06T05:57:18.111Z | Downloaded impl-trait-for-tuples v0.2.2 |
1017 | 2024-09-06T05:57:18.135Z | Downloaded hyper-staticfile v0.9.5 |
1018 | 2024-09-06T05:57:18.135Z | Downloaded humantime v2.1.0 |
1019 | 2024-09-06T05:57:18.135Z | Downloaded clang-sys v1.7.0 |
1020 | 2024-09-06T05:57:18.135Z | Downloaded linked-hash-map v0.5.6 |
1021 | 2024-09-06T05:57:18.135Z | Downloaded inout v0.1.3 |
1022 | 2024-09-06T05:57:18.135Z | Downloaded resolv-conf v0.7.0 |
1023 | 2024-09-06T05:57:18.135Z | Downloaded libsw v3.3.1 |
1024 | 2024-09-06T05:57:18.135Z | Downloaded jobserver v0.1.32 |
1025 | 2024-09-06T05:57:18.135Z | Downloaded httparse v1.8.0 |
1026 | 2024-09-06T05:57:18.135Z | Downloaded memoffset v0.9.1 |
1027 | 2024-09-06T05:57:18.135Z | Downloaded maybe-uninit v2.0.0 |
1028 | 2024-09-06T05:57:18.135Z | Downloaded lru v0.12.3 |
1029 | 2024-09-06T05:57:18.135Z | Downloaded ciborium v0.2.2 |
1030 | 2024-09-06T05:57:18.135Z | Downloaded arc-swap v1.7.1 |
1031 | 2024-09-06T05:57:18.160Z | Downloaded num v0.4.3 |
1032 | 2024-09-06T05:57:18.160Z | Downloaded managed v0.8.0 |
1033 | 2024-09-06T05:57:18.160Z | Downloaded lalrpop-util v0.19.12 |
1034 | 2024-09-06T05:57:18.160Z | Downloaded kstat-rs v0.2.4 |
1035 | 2024-09-06T05:57:18.160Z | Downloaded is-terminal v0.4.12 |
1036 | 2024-09-06T05:57:18.160Z | Downloaded instant v0.1.12 |
1037 | 2024-09-06T05:57:18.160Z | Downloaded crc v3.2.1 |
1038 | 2024-09-06T05:57:18.160Z | Downloaded chacha20 v0.9.1 |
1039 | 2024-09-06T05:57:18.160Z | Downloaded allocator-api2 v0.2.18 |
1040 | 2024-09-06T05:57:18.160Z | Downloaded httpdate v1.0.3 |
1041 | 2024-09-06T05:57:18.160Z | Downloaded http-body v0.4.6 |
1042 | 2024-09-06T05:57:18.160Z | Downloaded home v0.5.9 |
1043 | 2024-09-06T05:57:18.160Z | Downloaded darling v0.20.9 |
1044 | 2024-09-06T05:57:18.184Z | Downloaded convert_case v0.4.0 |
1045 | 2024-09-06T05:57:18.184Z | Downloaded cassowary v0.3.0 |
1046 | 2024-09-06T05:57:18.184Z | Downloaded block-padding v0.3.3 |
1047 | 2024-09-06T05:57:18.184Z | Downloaded bit-set v0.5.3 |
1048 | 2024-09-06T05:57:18.184Z | Downloaded md5 v0.7.0 |
1049 | 2024-09-06T05:57:18.184Z | Downloaded match_cfg v0.1.0 |
1050 | 2024-09-06T05:57:18.184Z | Downloaded lazycell v1.3.0 |
1051 | 2024-09-06T05:57:18.184Z | Downloaded hyper-tls v0.5.0 |
1052 | 2024-09-06T05:57:18.184Z | Downloaded hostname v0.4.0 |
1053 | 2024-09-06T05:57:18.184Z | Downloaded crossbeam-epoch v0.9.18 |
1054 | 2024-09-06T05:57:18.184Z | Downloaded crossbeam-deque v0.8.5 |
1055 | 2024-09-06T05:57:18.184Z | Downloaded cobs v0.2.3 |
1056 | 2024-09-06T05:57:18.184Z | Downloaded bitfield v0.14.0 |
1057 | 2024-09-06T05:57:18.184Z | Downloaded bb8 v0.8.5 |
1058 | 2024-09-06T05:57:18.184Z | Downloaded cipher v0.4.4 |
1059 | 2024-09-06T05:57:18.209Z | Downloaded ctr v0.9.2 |
1060 | 2024-09-06T05:57:18.209Z | Downloaded cstr-argument v0.1.2 |
1061 | 2024-09-06T05:57:18.209Z | Downloaded cookie_store v0.20.0 |
1062 | 2024-09-06T05:57:18.209Z | Downloaded bitflags v1.3.2 |
1063 | 2024-09-06T05:57:18.209Z | Downloaded arrayvec v0.7.4 |
1064 | 2024-09-06T05:57:18.209Z | Downloaded ahash v0.8.11 |
1065 | 2024-09-06T05:57:18.209Z | Downloaded is_ci v1.2.0 |
1066 | 2024-09-06T05:57:18.209Z | Downloaded hubpack_derive v0.1.1 |
1067 | 2024-09-06T05:57:18.209Z | Downloaded addr2line v0.21.0 |
1068 | 2024-09-06T05:57:18.209Z | Downloaded cancel-safe-futures v0.1.5 |
1069 | 2024-09-06T05:57:18.209Z | Downloaded bzip2 v0.4.4 |
1070 | 2024-09-06T05:57:18.233Z | Downloaded bitstruct_derive v0.1.0 |
1071 | 2024-09-06T05:57:18.233Z | Downloaded base64ct v1.6.0 |
1072 | 2024-09-06T05:57:18.233Z | Downloaded ascii v1.1.0 |
1073 | 2024-09-06T05:57:18.233Z | Downloaded argon2 v0.5.3 |
1074 | 2024-09-06T05:57:18.233Z | Downloaded ciborium-io v0.2.2 |
1075 | 2024-09-06T05:57:18.233Z | Downloaded cfg_aliases v0.1.1 |
1076 | 2024-09-06T05:57:18.233Z | Downloaded blowfish v0.9.1 |
1077 | 2024-09-06T05:57:18.233Z | Downloaded constant_time_eq v0.3.0 |
1078 | 2024-09-06T05:57:18.233Z | Downloaded cexpr v0.6.0 |
1079 | 2024-09-06T05:57:18.233Z | Downloaded cbc v0.1.2 |
1080 | 2024-09-06T05:57:18.233Z | Downloaded castaway v0.2.3 |
1081 | 2024-09-06T05:57:18.233Z | Downloaded buf-list v1.0.3 |
1082 | 2024-09-06T05:57:18.233Z | Downloaded bitfield-struct v0.6.1 |
1083 | 2024-09-06T05:57:18.233Z | Downloaded bit-vec v0.6.3 |
1084 | 2024-09-06T05:57:18.257Z | Downloaded bcrypt-pbkdf v0.10.0 |
1085 | 2024-09-06T05:57:18.257Z | Downloaded backoff v0.4.0 |
1086 | 2024-09-06T05:57:18.257Z | Downloaded async-trait v0.1.81 |
1087 | 2024-09-06T05:57:18.257Z | Downloaded async-bb8-diesel v0.2.1 |
1088 | 2024-09-06T05:57:18.257Z | Downloaded curve25519-dalek-derive v0.1.1 |
1089 | 2024-09-06T05:57:18.257Z | Downloaded ciborium-ll v0.2.2 |
1090 | 2024-09-06T05:57:18.257Z | Downloaded atomic-waker v1.1.2 |
1091 | 2024-09-06T05:57:18.257Z | Downloaded async-recursion v1.1.1 |
1092 | 2024-09-06T05:57:18.257Z | Downloaded arrayref v0.3.7 |
1093 | 2024-09-06T05:57:18.257Z | Downloaded colored v2.1.0 |
1094 | 2024-09-06T05:57:18.257Z | Downloaded async-stream v0.3.5 |
1095 | 2024-09-06T05:57:18.257Z | Downloaded array-init v0.0.4 |
1096 | 2024-09-06T05:57:18.257Z | Downloaded aead v0.5.2 |
1097 | 2024-09-06T05:57:18.281Z | Downloaded adler2 v2.0.0 |
1098 | 2024-09-06T05:57:18.281Z | Downloaded adler v1.0.2 |
1099 | 2024-09-06T05:57:18.281Z | Downloaded ascii-canvas v3.0.0 |
1100 | 2024-09-06T05:57:18.281Z | Downloaded cfg_aliases v0.2.1 |
1101 | 2024-09-06T05:57:18.281Z | Downloaded atty v0.2.14 |
1102 | 2024-09-06T05:57:18.281Z | Downloaded async-stream-impl v0.3.5 |
1103 | 2024-09-06T05:57:18.281Z | Downloaded assert_matches v1.5.0 |
1104 | 2024-09-06T05:57:18.375Z | Compiling serde v1.0.208 |
1105 | 2024-09-06T05:57:18.399Z | Compiling typenum v1.17.0 |
1106 | 2024-09-06T05:57:18.399Z | Compiling generic-array v0.14.7 |
1107 | 2024-09-06T05:57:18.399Z | Compiling lock_api v0.4.12 |
1108 | 2024-09-06T05:57:18.399Z | Compiling scopeguard v1.2.0 |
1109 | 2024-09-06T05:57:18.399Z | Compiling log v0.4.21 |
1110 | 2024-09-06T05:57:18.399Z | Compiling syn v2.0.74 |
1111 | 2024-09-06T05:57:18.399Z | Compiling getrandom v0.2.14 |
1112 | 2024-09-06T05:57:18.598Z | Compiling jobserver v0.1.32 |
1113 | 2024-09-06T05:57:18.698Z | Compiling rand_core v0.6.4 |
1114 | 2024-09-06T05:57:18.904Z | Compiling subtle v2.5.0 |
1115 | 2024-09-06T05:57:18.949Z | Compiling cc v1.0.97 |
1116 | 2024-09-06T05:57:18.973Z | Compiling const-oid v0.9.6 |
1117 | 2024-09-06T05:57:19.166Z | Compiling pin-project-lite v0.2.14 |
1118 | 2024-09-06T05:57:19.225Z | Compiling smallvec v1.13.2 |
1119 | 2024-09-06T05:57:19.289Z | Compiling parking_lot_core v0.9.10 |
1120 | 2024-09-06T05:57:19.359Z | Compiling signal-hook-registry v1.4.2 |
1121 | 2024-09-06T05:57:19.459Z | Compiling spin v0.9.8 |
1122 | 2024-09-06T05:57:19.586Z | Compiling mio v1.0.2 |
1123 | 2024-09-06T05:57:19.806Z | Compiling ahash v0.8.11 |
1124 | 2024-09-06T05:57:20.094Z | Compiling parking_lot v0.12.2 |
1125 | 2024-09-06T05:57:20.118Z | Compiling tinyvec_macros v0.1.1 |
1126 | 2024-09-06T05:57:20.206Z | Compiling tinyvec v1.6.0 |
1127 | 2024-09-06T05:57:20.377Z | Compiling socket2 v0.5.7 |
1128 | 2024-09-06T05:57:20.489Z | Compiling cpufeatures v0.2.12 |
1129 | 2024-09-06T05:57:20.584Z | Compiling futures-sink v0.3.30 |
1130 | 2024-09-06T05:57:20.633Z | Compiling futures-core v0.3.30 |
1131 | 2024-09-06T05:57:20.729Z | Compiling serde_json v1.0.125 |
1132 | 2024-09-06T05:57:20.753Z | Compiling libm v0.2.8 |
1133 | 2024-09-06T05:57:20.858Z | Compiling slab v0.4.9 |
1134 | 2024-09-06T05:57:20.881Z | Compiling num-traits v0.2.19 |
1135 | 2024-09-06T05:57:21.054Z | Compiling unicode-bidi v0.3.15 |
1136 | 2024-09-06T05:57:21.108Z | Compiling allocator-api2 v0.2.18 |
1137 | 2024-09-06T05:57:21.343Z | Compiling futures-channel v0.3.30 |
1138 | 2024-09-06T05:57:21.443Z | Compiling unicode-normalization v0.1.23 |
1139 | 2024-09-06T05:57:21.529Z | Compiling pin-utils v0.1.0 |
1140 | 2024-09-06T05:57:21.617Z | Compiling pkg-config v0.3.30 |
1141 | 2024-09-06T05:57:21.721Z | Compiling futures-task v0.3.30 |
1142 | 2024-09-06T05:57:21.791Z | Compiling vcpkg v0.2.15 |
1143 | 2024-09-06T05:57:21.985Z | Compiling futures-io v0.3.30 |
1144 | 2024-09-06T05:57:22.406Z | Compiling base64ct v1.6.0 |
1145 | 2024-09-06T05:57:22.466Z | Compiling percent-encoding v2.3.1 |
1146 | 2024-09-06T05:57:22.509Z | Compiling ring v0.17.8 |
1147 | 2024-09-06T05:57:22.565Z | Compiling ppv-lite86 v0.2.17 |
1148 | 2024-09-06T05:57:22.848Z | Compiling flagset v0.4.5 |
1149 | 2024-09-06T05:57:23.004Z | Compiling pem-rfc7468 v0.7.0 |
1150 | 2024-09-06T05:57:23.087Z | Compiling tracing-core v0.1.32 |
1151 | 2024-09-06T05:57:23.188Z | Compiling rustix v0.38.34 |
1152 | 2024-09-06T05:57:23.281Z | Compiling rand_chacha v0.3.1 |
1153 | 2024-09-06T05:57:23.669Z | Compiling untrusted v0.9.0 |
1154 | 2024-09-06T05:57:23.841Z | Compiling rand v0.8.5 |
1155 | 2024-09-06T05:57:23.949Z | Compiling openssl-sys v0.9.103 |
1156 | 2024-09-06T05:57:24.159Z | Compiling foreign-types-shared v0.1.1 |
1157 | 2024-09-06T05:57:24.219Z | Compiling openssl v0.10.66 |
1158 | 2024-09-06T05:57:24.272Z | Compiling num-conv v0.1.0 |
1159 | 2024-09-06T05:57:24.335Z | Compiling time-core v0.1.2 |
1160 | 2024-09-06T05:57:24.498Z | Compiling rustversion v1.0.17 |
1161 | 2024-09-06T05:57:24.531Z | Compiling httparse v1.8.0 |
1162 | 2024-09-06T05:57:24.600Z | Compiling powerfmt v0.2.0 |
1163 | 2024-09-06T05:57:24.965Z | Compiling deranged v0.3.11 |
1164 | 2024-09-06T05:57:25.007Z | Compiling time-macros v0.2.18 |
1165 | 2024-09-06T05:57:25.212Z | Compiling foreign-types v0.3.2 |
1166 | 2024-09-06T05:57:25.278Z | Compiling form_urlencoded v1.2.1 |
1167 | 2024-09-06T05:57:25.307Z | Compiling aho-corasick v1.1.3 |
1168 | 2024-09-06T05:57:25.567Z | Compiling siphasher v0.3.11 |
1169 | 2024-09-06T05:57:25.590Z | Compiling rustls v0.21.12 |
1170 | 2024-09-06T05:57:25.889Z | Compiling native-tls v0.2.11 |
1171 | 2024-09-06T05:57:25.937Z | Compiling crossbeam-utils v0.8.19 |
1172 | 2024-09-06T05:57:26.246Z | Compiling syn v1.0.109 |
1173 | 2024-09-06T05:57:26.385Z | Compiling num_threads v0.1.7 |
1174 | 2024-09-06T05:57:26.520Z | Compiling regex-syntax v0.8.4 |
1175 | 2024-09-06T05:57:26.570Z | Compiling try-lock v0.2.5 |
1176 | 2024-09-06T05:57:26.698Z | Compiling want v0.3.1 |
1177 | 2024-09-06T05:57:27.002Z | Compiling idna v0.5.0 |
1178 | 2024-09-06T05:57:27.670Z | Compiling cookie v0.17.0 |
1179 | 2024-09-06T05:57:27.827Z | Compiling time v0.3.36 |
1180 | 2024-09-06T05:57:27.941Z | Compiling iana-time-zone v0.1.60 |
1181 | 2024-09-06T05:57:28.159Z | Compiling openssl-probe v0.1.5 |
1182 | 2024-09-06T05:57:28.360Z | Compiling httpdate v1.0.3 |
1183 | 2024-09-06T05:57:28.479Z | Compiling slog v2.7.0 |
1184 | 2024-09-06T05:57:28.512Z | Compiling finl_unicode v1.2.0 |
1185 | 2024-09-06T05:57:28.815Z | Compiling tower-service v0.3.2 |
1186 | 2024-09-06T05:57:29.007Z | Compiling stringprep v0.1.4 |
1187 | 2024-09-06T05:57:29.032Z | Compiling url v2.5.2 |
1188 | 2024-09-06T05:57:29.993Z | Compiling regex-automata v0.4.6 |
1189 | 2024-09-06T05:57:30.571Z | Compiling rustls-webpki v0.101.7 |
1190 | 2024-09-06T05:57:30.917Z | Compiling serde_derive v1.0.208 |
1191 | 2024-09-06T05:57:31.282Z | Compiling zeroize_derive v1.4.2 |
1192 | 2024-09-06T05:57:31.991Z | Compiling zerocopy-derive v0.7.34 |
1193 | 2024-09-06T05:57:32.254Z | Compiling tokio-macros v2.4.0 |
1194 | 2024-09-06T05:57:32.278Z | Compiling thiserror-impl v1.0.63 |
1195 | 2024-09-06T05:57:32.405Z | Compiling futures-macro v0.3.30 |
1196 | 2024-09-06T05:57:32.717Z | Compiling zeroize v1.7.0 |
1197 | 2024-09-06T05:57:33.790Z | Compiling der_derive v0.7.2 |
1198 | 2024-09-06T05:57:34.068Z | Compiling zerocopy v0.7.34 |
1199 | 2024-09-06T05:57:34.266Z | Compiling futures-util v0.3.30 |
1200 | 2024-09-06T05:57:34.369Z | Compiling crypto-common v0.1.6 |
1201 | 2024-09-06T05:57:34.596Z | Compiling block-buffer v0.10.4 |
1202 | 2024-09-06T05:57:34.845Z | Compiling digest v0.10.7 |
1203 | 2024-09-06T05:57:35.293Z | Compiling hmac v0.12.1 |
1204 | 2024-09-06T05:57:35.317Z | Compiling block-padding v0.3.3 |
1205 | 2024-09-06T05:57:35.520Z | Compiling inout v0.1.3 |
1206 | 2024-09-06T05:57:35.548Z | Compiling thiserror v1.0.63 |
1207 | 2024-09-06T05:57:35.687Z | Compiling sha2 v0.10.8 |
1208 | 2024-09-06T05:57:35.791Z | Compiling cipher v0.4.4 |
1209 | 2024-09-06T05:57:35.925Z | Compiling pest v2.7.10 |
1210 | 2024-09-06T05:57:36.012Z | Compiling hashbrown v0.14.5 |
1211 | 2024-09-06T05:57:36.269Z | Compiling salsa20 v0.10.2 |
1212 | 2024-09-06T05:57:36.472Z | Compiling der v0.7.9 |
1213 | 2024-09-06T05:57:37.271Z | Compiling pbkdf2 v0.12.2 |
1214 | 2024-09-06T05:57:37.432Z | Compiling scroll_derive v0.12.0 |
1215 | 2024-09-06T05:57:38.571Z | Compiling pest_meta v2.7.10 |
1216 | 2024-09-06T05:57:38.703Z | Compiling tracing-attributes v0.1.27 |
1217 | 2024-09-06T05:57:38.905Z | Compiling scroll v0.12.0 |
1218 | 2024-09-06T05:57:39.477Z | Compiling spki v0.7.3 |
1219 | 2024-09-06T05:57:39.693Z | Compiling scrypt v0.11.0 |
1220 | 2024-09-06T05:57:39.808Z | Compiling pest_generator v2.7.10 |
1221 | 2024-09-06T05:57:39.850Z | Compiling cbc v0.1.2 |
1222 | 2024-09-06T05:57:40.088Z | Compiling aes v0.8.4 |
1223 | 2024-09-06T05:57:40.246Z | Compiling goblin v0.8.2 |
1224 | 2024-09-06T05:57:41.308Z | Compiling pkcs5 v0.7.1 |
1225 | 2024-09-06T05:57:41.444Z | Compiling openssl-macros v0.1.1 |
1226 | 2024-09-06T05:57:41.567Z | Compiling sct v0.7.1 |
1227 | 2024-09-06T05:57:41.862Z | Compiling pkcs8 v0.10.2 |
1228 | 2024-09-06T05:57:42.077Z | Compiling tracing v0.1.40 |
1229 | 2024-09-06T05:57:42.285Z | Compiling md-5 v0.10.6 |
1230 | 2024-09-06T05:57:42.409Z | Compiling num-integer v0.1.46 |
1231 | 2024-09-06T05:57:42.562Z | Compiling backtrace v0.3.71 |
1232 | 2024-09-06T05:57:42.586Z | Compiling idna v0.3.0 |
1233 | 2024-09-06T05:57:42.627Z | Compiling lazy_static v1.5.0 |
1234 | 2024-09-06T05:57:42.757Z | Compiling hash32 v0.2.1 |
1235 | 2024-09-06T05:57:42.996Z | Compiling base64 v0.22.1 |
1236 | 2024-09-06T05:57:43.104Z | Compiling crc32fast v1.4.0 |
1237 | 2024-09-06T05:57:43.128Z | Compiling pest_derive v2.7.10 |
1238 | 2024-09-06T05:57:43.156Z | Compiling stable_deref_trait v1.2.0 |
1239 | 2024-09-06T05:57:43.261Z | Compiling gimli v0.28.1 |
1240 | 2024-09-06T05:57:43.571Z | Compiling bytes v1.7.1 |
1241 | 2024-09-06T05:57:43.704Z | Compiling bitflags v2.6.0 |
1242 | 2024-09-06T05:57:43.824Z | Compiling indexmap v2.4.0 |
1243 | 2024-09-06T05:57:43.982Z | Compiling semver v1.0.23 |
1244 | 2024-09-06T05:57:44.670Z | Compiling tokio v1.39.3 |
1245 | 2024-09-06T05:57:44.716Z | Compiling http v0.2.12 |
1246 | 2024-09-06T05:57:45.039Z | Compiling rustc_version v0.4.0 |
1247 | 2024-09-06T05:57:45.724Z | Compiling heapless v0.7.17 |
1248 | 2024-09-06T05:57:46.129Z | Compiling http-body v0.4.6 |
1249 | 2024-09-06T05:57:46.418Z | Compiling dof v0.3.0 |
1250 | 2024-09-06T05:57:46.696Z | Compiling dtrace-parser v0.2.0 |
1251 | 2024-09-06T05:57:46.952Z | Compiling uuid v1.10.0 |
1252 | 2024-09-06T05:57:47.563Z | Compiling usdt-impl v0.5.0 |
1253 | 2024-09-06T05:57:48.336Z | Compiling chrono v0.4.38 |
1254 | 2024-09-06T05:57:48.389Z | Compiling toml_datetime v0.6.8 |
1255 | 2024-09-06T05:57:48.630Z | Compiling serde_tokenstream v0.2.2 |
1256 | 2024-09-06T05:57:48.835Z | Compiling serde_spanned v0.6.7 |
1257 | 2024-09-06T05:57:48.969Z | Compiling num-bigint-dig v0.8.4 |
1258 | 2024-09-06T05:57:49.054Z | Compiling fallible-iterator v0.2.0 |
1259 | 2024-09-06T05:57:49.183Z | Compiling signal-hook v0.3.17 |
1260 | 2024-09-06T05:57:49.244Z | Compiling adler v1.0.2 |
1261 | 2024-09-06T05:57:49.425Z | Compiling psl-types v2.0.11 |
1262 | 2024-09-06T05:57:49.449Z | Compiling smoltcp v0.9.1 |
1263 | 2024-09-06T05:57:49.501Z | Compiling miniz_oxide v0.7.2 |
1264 | 2024-09-06T05:57:49.603Z | Compiling publicsuffix v2.2.3 |
1265 | 2024-09-06T05:57:49.672Z | Compiling postgres-protocol v0.6.7 |
1266 | 2024-09-06T05:57:50.050Z | Compiling addr2line v0.21.0 |
1267 | 2024-09-06T05:57:50.129Z | Compiling terminal_size v0.3.0 |
1268 | 2024-09-06T05:57:50.284Z | Compiling num-iter v0.1.45 |
1269 | 2024-09-06T05:57:50.319Z | Compiling hubpack_derive v0.1.1 |
1270 | 2024-09-06T05:57:50.457Z | Compiling zerocopy-derive v0.6.6 |
1271 | 2024-09-06T05:57:50.653Z | Compiling async-trait v0.1.81 |
1272 | 2024-09-06T05:57:51.119Z | Compiling phf_shared v0.11.2 |
1273 | 2024-09-06T05:57:51.475Z | Compiling serde_derive_internals v0.29.1 |
1274 | 2024-09-06T05:57:51.529Z | Compiling ff v0.13.0 |
1275 | 2024-09-06T05:57:51.679Z | Compiling object v0.32.2 |
1276 | 2024-09-06T05:57:51.805Z | Compiling fs-err v2.11.0 |
1277 | 2024-09-06T05:57:52.062Z | Compiling tokio-util v0.7.11 |
1278 | 2024-09-06T05:57:52.272Z | Compiling tokio-native-tls v0.3.1 |
1279 | 2024-09-06T05:57:52.347Z | Compiling tokio-rustls v0.24.1 |
1280 | 2024-09-06T05:57:52.563Z | Compiling either v1.13.0 |
1281 | 2024-09-06T05:57:52.731Z | Compiling winnow v0.5.40 |
1282 | 2024-09-06T05:57:53.001Z | Compiling h2 v0.3.26 |
1283 | 2024-09-06T05:57:53.113Z | Compiling base64 v0.21.7 |
1284 | 2024-09-06T05:57:53.386Z | Compiling anyhow v1.0.86 |
1285 | 2024-09-06T05:57:53.783Z | Compiling schemars v0.8.21 |
1286 | 2024-09-06T05:57:53.928Z | Compiling managed v0.8.0 |
1287 | 2024-09-06T05:57:54.018Z | Compiling bitflags v1.3.2 |
1288 | 2024-09-06T05:57:54.115Z | Compiling adler2 v2.0.0 |
1289 | 2024-09-06T05:57:54.139Z | Compiling base16ct v0.2.0 |
1290 | 2024-09-06T05:57:54.163Z | Compiling ipnet v2.9.0 |
1291 | 2024-09-06T05:57:54.322Z | Compiling rustc-demangle v0.1.24 |
1292 | 2024-09-06T05:57:54.346Z | Compiling sec1 v0.7.3 |
1293 | 2024-09-06T05:57:54.859Z | Compiling miniz_oxide v0.8.0 |
1294 | 2024-09-06T05:57:55.193Z | Compiling clap_builder v4.5.15 |
1295 | 2024-09-06T05:57:55.265Z | Compiling schemars_derive v0.8.21 |
1296 | 2024-09-06T05:57:56.128Z | Compiling toml_edit v0.19.15 |
1297 | 2024-09-06T05:57:56.354Z | Compiling rustls-pemfile v1.0.4 |
1298 | 2024-09-06T05:57:56.378Z | Compiling zerocopy v0.6.6 |
1299 | 2024-09-06T05:57:56.905Z | Compiling group v0.13.0 |
1300 | 2024-09-06T05:57:57.115Z | Compiling phf v0.11.2 |
1301 | 2024-09-06T05:57:57.220Z | Compiling cookie_store v0.20.0 |
1302 | 2024-09-06T05:57:58.139Z | Compiling hubpack v0.1.2 |
1303 | 2024-09-06T05:57:58.250Z | Compiling postgres-types v0.2.7 |
1304 | 2024-09-06T05:57:58.856Z | Compiling usdt-attr-macro v0.5.0 |
1305 | 2024-09-06T05:57:59.543Z | Compiling hyper v0.14.30 |
1306 | 2024-09-06T05:57:59.567Z | Compiling usdt-macro v0.5.0 |
1307 | 2024-09-06T05:58:00.304Z | Compiling serde_urlencoded v0.7.1 |
1308 | 2024-09-06T05:58:00.611Z | Compiling pkcs1 v0.7.5 |
1309 | 2024-09-06T05:58:00.779Z | Compiling futures-executor v0.3.30 |
1310 | 2024-09-06T05:58:00.860Z | Compiling hkdf v0.12.4 |
1311 | 2024-09-06T05:58:01.095Z | Compiling signature v2.2.0 |
1312 | 2024-09-06T05:58:01.324Z | Compiling regex v1.10.6 |
1313 | 2024-09-06T05:58:01.354Z | Compiling bstr v1.9.1 |
1314 | 2024-09-06T05:58:01.497Z | Compiling crypto-bigint v0.5.5 |
1315 | 2024-09-06T05:58:02.165Z | Compiling clap_derive v4.5.13 |
1316 | 2024-09-06T05:58:02.281Z | Compiling strum_macros v0.25.3 |
1317 | 2024-09-06T05:58:03.010Z | Compiling enum-as-inner v0.6.0 |
1318 | 2024-09-06T05:58:03.097Z | Compiling serde_repr v0.1.19 |
1319 | 2024-09-06T05:58:03.437Z | Compiling phf_shared v0.10.0 |
1320 | 2024-09-06T05:58:03.786Z | Compiling float-cmp v0.9.0 |
1321 | 2024-09-06T05:58:03.921Z | Compiling idna v0.4.0 |
1322 | 2024-09-06T05:58:04.002Z | Compiling mio v0.8.11 |
1323 | 2024-09-06T05:58:04.135Z | Compiling encoding_rs v0.8.34 |
1324 | 2024-09-06T05:58:05.182Z | Compiling whoami v1.5.1 |
1325 | 2024-09-06T05:58:05.301Z | Compiling unicode-segmentation v1.11.0 |
1326 | 2024-09-06T05:58:05.773Z | Compiling hyper-tls v0.5.0 |
1327 | 2024-09-06T05:58:05.800Z | Compiling hyper-rustls v0.24.2 |
1328 | 2024-09-06T05:58:06.039Z | Compiling bit-vec v0.6.3 |
1329 | 2024-09-06T05:58:06.108Z | Compiling minimal-lexical v0.2.1 |
1330 | 2024-09-06T05:58:06.131Z | Compiling normalize-line-endings v0.3.0 |
1331 | 2024-09-06T05:58:06.250Z | Compiling static_assertions v1.1.0 |
1332 | 2024-09-06T05:58:06.355Z | Compiling sync_wrapper v0.1.2 |
1333 | 2024-09-06T05:58:06.379Z | Compiling difflib v0.4.0 |
1334 | 2024-09-06T05:58:06.459Z | Compiling webpki-roots v0.25.4 |
1335 | 2024-09-06T05:58:06.485Z | Compiling dyn-clone v1.0.17 |
1336 | 2024-09-06T05:58:06.568Z | Compiling predicates-core v1.0.6 |
1337 | 2024-09-06T05:58:06.617Z | Compiling data-encoding v2.6.0 |
1338 | 2024-09-06T05:58:06.641Z | Compiling mime v0.3.17 |
1339 | 2024-09-06T05:58:06.689Z | Compiling new_debug_unreachable v1.0.6 |
1340 | 2024-09-06T05:58:06.787Z | Compiling fixedbitset v0.4.2 |
1341 | 2024-09-06T05:58:06.900Z | Compiling precomputed-hash v0.1.1 |
1342 | 2024-09-06T05:58:07.013Z | Compiling string_cache v0.8.7 |
1343 | 2024-09-06T05:58:07.182Z | Compiling petgraph v0.6.5 |
1344 | 2024-09-06T05:58:07.217Z | Compiling hickory-proto v0.24.1 |
1345 | 2024-09-06T05:58:07.514Z | Compiling reqwest v0.11.27 |
1346 | 2024-09-06T05:58:07.821Z | Compiling predicates v3.1.2 |
1347 | 2024-09-06T05:58:08.338Z | Compiling toml_edit v0.22.20 |
1348 | 2024-09-06T05:58:08.769Z | Compiling nom v7.1.3 |
1349 | 2024-09-06T05:58:09.359Z | Compiling clap v4.5.16 |
1350 | 2024-09-06T05:58:09.478Z | Compiling bit-set v0.5.3 |
1351 | 2024-09-06T05:58:09.728Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1352 | 2024-09-06T05:58:10.487Z | Compiling console v0.15.8 |
1353 | 2024-09-06T05:58:10.698Z | Compiling similar v2.6.0 |
1354 | 2024-09-06T05:58:11.058Z | Compiling tokio-postgres v0.7.11 |
1355 | 2024-09-06T05:58:11.813Z | Compiling signal-hook-mio v0.2.4 |
1356 | 2024-09-06T05:58:11.848Z | Compiling usdt v0.5.0 |
1357 | 2024-09-06T05:58:11.983Z | Compiling elliptic-curve v0.13.8 |
1358 | 2024-09-06T05:58:12.325Z | Compiling rsa v0.9.6 |
1359 | 2024-09-06T05:58:12.715Z | Compiling futures v0.3.30 |
1360 | 2024-09-06T05:58:12.739Z | Compiling toml v0.7.8 |
1361 | 2024-09-06T05:58:12.818Z | Compiling flate2 v1.0.33 |
1362 | 2024-09-06T05:58:14.444Z | Compiling tokio-stream v0.1.15 |
1363 | 2024-09-06T05:58:14.854Z | Compiling itertools v0.10.5 |
1364 | 2024-09-06T05:58:14.899Z | Compiling itertools v0.12.1 |
1365 | 2024-09-06T05:58:15.303Z | Compiling openapiv3 v2.0.0 |
1366 | 2024-09-06T05:58:15.445Z | Compiling hex v0.4.3 |
1367 | 2024-09-06T05:58:15.780Z | Compiling sha1 v0.10.6 |
1368 | 2024-09-06T05:58:15.943Z | Compiling crossbeam-epoch v0.9.18 |
1369 | 2024-09-06T05:58:15.991Z | Compiling dirs-sys-next v0.1.2 |
1370 | 2024-09-06T05:58:16.153Z | Compiling peg-runtime v0.8.3 |
1371 | 2024-09-06T05:58:16.584Z | Compiling unicode-xid v0.2.4 |
1372 | 2024-09-06T05:58:16.610Z | Compiling lalrpop-util v0.19.12 |
1373 | 2024-09-06T05:58:16.749Z | Compiling dirs-next v2.0.0 |
1374 | 2024-09-06T05:58:16.773Z | Compiling thread_local v1.1.8 |
1375 | 2024-09-06T05:58:16.927Z | Compiling slog-async v2.8.0 |
1376 | 2024-09-06T05:58:16.952Z | Compiling term v0.7.0 |
1377 | 2024-09-06T05:58:17.240Z | Compiling xattr v1.3.1 |
1378 | 2024-09-06T05:58:17.315Z | Compiling strum_macros v0.26.4 |
1379 | 2024-09-06T05:58:17.502Z | Compiling crossbeam-channel v0.5.12 |
1380 | 2024-09-06T05:58:17.529Z | Compiling filetime v0.2.25 |
1381 | 2024-09-06T05:58:17.660Z | Compiling is-terminal v0.4.12 |
1382 | 2024-09-06T05:58:17.771Z | Compiling take_mut v0.2.2 |
1383 | 2024-09-06T05:58:17.818Z | Compiling slog-term v2.9.1 |
1384 | 2024-09-06T05:58:17.904Z | Compiling tar v0.4.41 |
1385 | 2024-09-06T05:58:18.474Z | Compiling camino v1.1.9 |
1386 | 2024-09-06T05:58:19.622Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1387 | 2024-09-06T05:58:20.496Z | Compiling strum v0.26.3 |
1388 | 2024-09-06T05:58:20.605Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1389 | 2024-09-06T05:58:27.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
1390 | 2024-09-06T05:58:27.369Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1391 | 2024-09-06T05:58:27.432Z | Sep 06 05:58:27.088 INFO Starting download, target: Clickhouse |
1392 | 2024-09-06T05:58:27.432Z | Sep 06 05:58:27.088 INFO Starting download, target: Cockroach |
1393 | 2024-09-06T05:58:27.432Z | Sep 06 05:58:27.088 INFO Starting download, target: Console |
1394 | 2024-09-06T05:58:27.432Z | Sep 06 05:58:27.088 INFO Starting download, target: DendriteOpenapi |
1395 | 2024-09-06T05:58:27.432Z | Sep 06 05:58:27.088 INFO Starting download, target: DendriteStub |
1396 | 2024-09-06T05:58:27.432Z | Sep 06 05:58:27.088 INFO Starting download, target: MaghemiteMgd |
1397 | 2024-09-06T05:58:27.432Z | Sep 06 05:58:27.088 INFO Starting download, target: TransceiverControl |
1398 | 2024-09-06T05:58:27.457Z | Sep 06 05:58:27.090 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1399 | 2024-09-06T05:58:27.458Z | Sep 06 05:58:27.090 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1400 | 2024-09-06T05:58:27.458Z | Sep 06 05:58:27.090 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1401 | 2024-09-06T05:58:27.458Z | Sep 06 05:58:27.090 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1402 | 2024-09-06T05:58:27.458Z | Sep 06 05:58:27.091 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1403 | 2024-09-06T05:58:27.458Z | Sep 06 05:58:27.091 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1404 | 2024-09-06T05:58:27.458Z | Sep 06 05:58:27.091 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1405 | 2024-09-06T05:58:27.714Z | Sep 06 05:58:27.370 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1406 | 2024-09-06T05:58:28.045Z | Sep 06 05:58:27.702 INFO Download complete, target: Console |
1407 | 2024-09-06T05:58:28.319Z | Sep 06 05:58:27.976 INFO Download complete, target: DendriteOpenapi |
1408 | 2024-09-06T05:58:28.450Z | Sep 06 05:58:28.107 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1409 | 2024-09-06T05:58:29.129Z | Sep 06 05:58:28.786 INFO Download complete, target: TransceiverControl |
1410 | 2024-09-06T05:58:29.609Z | Sep 06 05:58:29.263 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1411 | 2024-09-06T05:58:32.923Z | Sep 06 05:58:32.580 INFO Download complete, target: MaghemiteMgd |
1412 | 2024-09-06T05:58:36.384Z | Sep 06 05:58:36.041 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1413 | 2024-09-06T05:58:38.083Z | Sep 06 05:58:37.740 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1414 | 2024-09-06T05:58:38.083Z | Sep 06 05:58:37.740 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1415 | 2024-09-06T05:58:39.596Z | Sep 06 05:58:39.253 INFO Download complete, target: DendriteStub |
1416 | 2024-09-06T05:58:45.242Z | Sep 06 05:58:44.899 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1417 | 2024-09-06T05:58:47.074Z | Sep 06 05:58:46.731 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1418 | 2024-09-06T05:58:47.507Z | Sep 06 05:58:47.164 INFO Checking that binary works, target: Cockroach |
1419 | 2024-09-06T05:58:47.724Z | Sep 06 05:58:47.381 INFO Download complete, target: Cockroach |
1420 | 2024-09-06T05:59:00.787Z | Sep 06 05:59:00.444 INFO Checking that binary works, target: Clickhouse |
1421 | 2024-09-06T05:59:00.938Z | Sep 06 05:59:00.594 INFO Download complete, target: Clickhouse |
1422 | 2024-09-06T05:59:00.962Z | All builder prerequisites installed successfully, and PATH looks valid |
1423 | 2024-09-06T05:59:00.986Z | |
1424 | 2024-09-06T05:59:00.986Z | real 4:08.129525361 |
1425 | 2024-09-06T05:59:00.986Z | user 10:23.570261647 |
1426 | 2024-09-06T05:59:00.986Z | sys 2:26.466692740 |
1427 | 2024-09-06T05:59:00.986Z | trap 0.337819290 |
1428 | 2024-09-06T05:59:00.986Z | tflt 0.651119419 |
1429 | 2024-09-06T05:59:00.986Z | dflt 1.535578247 |
1430 | 2024-09-06T05:59:00.986Z | kflt 0.008170344 |
1431 | 2024-09-06T05:59:00.986Z | lock 24:16.148555773 |
1432 | 2024-09-06T05:59:00.986Z | slp 39:49.311541409 |
1433 | 2024-09-06T05:59:00.986Z | lat 45.569840221 |
1434 | 2024-09-06T05:59:00.986Z | stop 1:47.234496077 |
1435 | 2024-09-06T05:59:00.987Z | + banner hack-check |
1436 | 2024-09-06T05:59:00.987Z | |
1437 | 2024-09-06T05:59:00.987Z | # # ## #### # # #### # # ###### #### # # |
1438 | 2024-09-06T05:59:00.987Z | # # # # # # # # # # # # # # # # # |
1439 | 2024-09-06T05:59:00.987Z | ###### # # # #### ##### # ###### ##### # #### |
1440 | 2024-09-06T05:59:00.987Z | # # ###### # # # # # # # # # # |
1441 | 2024-09-06T05:59:00.987Z | # # # # # # # # # # # # # # # # # |
1442 | 2024-09-06T05:59:00.987Z | # # # # #### # # #### # # ###### #### # # |
1443 | 2024-09-06T05:59:00.987Z | |
1444 | 2024-09-06T05:59:00.987Z | + export CARGO_INCREMENTAL=0 |
1445 | 2024-09-06T05:59:00.987Z | + CARGO_INCREMENTAL=0 |
1446 | 2024-09-06T05:59:00.987Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1447 | 2024-09-06T05:59:01.737Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1448 | 2024-09-06T05:59:06.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s |
1449 | 2024-09-06T05:59:06.755Z | Running `target/debug/xtask check-features --ci` |
1450 | 2024-09-06T05:59:06.790Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1451 | 2024-09-06T05:59:06.790Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1452 | 2024-09-06T05:59:07.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1453 | 2024-09-06T05:59:07.613Z | Running `target/debug/xtask download cargo-hack` |
1454 | 2024-09-06T05:59:08.887Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1455 | 2024-09-06T05:59:09.265Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1456 | 2024-09-06T05:59:15.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.37s |
1457 | 2024-09-06T05:59:15.139Z | Running `target/debug/xtask-downloader cargo-hack` |
1458 | 2024-09-06T05:59:15.189Z | Sep 06 05:59:14.846 INFO Starting download, target: CargoHack |
1459 | 2024-09-06T05:59:15.213Z | Sep 06 05:59:14.847 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1460 | 2024-09-06T05:59:15.842Z | Sep 06 05:59:15.499 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1461 | 2024-09-06T05:59:15.958Z | Sep 06 05:59:15.615 INFO Download complete, target: CargoHack |
1462 | 2024-09-06T05:59:15.983Z | 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" |
1463 | 2024-09-06T05:59:16.007Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1464 | 2024-09-06T05:59:16.205Z | info: running `cargo check --bins` on api_identity (1/158) |
1465 | 2024-09-06T05:59:16.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1466 | 2024-09-06T05:59:16.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1467 | 2024-09-06T05:59:16.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1468 | 2024-09-06T05:59:16.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1469 | 2024-09-06T05:59:17.057Z | |
1470 | 2024-09-06T05:59:17.057Z | info: running `cargo check --bins` on bootstore (2/158) |
1471 | 2024-09-06T05:59:17.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1472 | 2024-09-06T05:59:17.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1473 | 2024-09-06T05:59:17.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1474 | 2024-09-06T05:59:17.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1475 | 2024-09-06T05:59:17.949Z | |
1476 | 2024-09-06T05:59:17.949Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
1477 | 2024-09-06T05:59:18.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1478 | 2024-09-06T05:59:18.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1479 | 2024-09-06T05:59:18.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1480 | 2024-09-06T05:59:18.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1481 | 2024-09-06T05:59:18.852Z | |
1482 | 2024-09-06T05:59:18.852Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
1483 | 2024-09-06T05:59:19.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1484 | 2024-09-06T05:59:19.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1485 | 2024-09-06T05:59:19.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1486 | 2024-09-06T05:59:19.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1487 | 2024-09-06T05:59:19.720Z | |
1488 | 2024-09-06T05:59:19.720Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
1489 | 2024-09-06T05:59:20.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1490 | 2024-09-06T05:59:20.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1491 | 2024-09-06T05:59:20.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1492 | 2024-09-06T05:59:20.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1493 | 2024-09-06T05:59:20.359Z | |
1494 | 2024-09-06T05:59:20.359Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
1495 | 2024-09-06T05:59:20.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1496 | 2024-09-06T05:59:20.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1497 | 2024-09-06T05:59:20.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1498 | 2024-09-06T05:59:20.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1499 | 2024-09-06T05:59:21.029Z | |
1500 | 2024-09-06T05:59:21.029Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
1501 | 2024-09-06T05:59:21.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1502 | 2024-09-06T05:59:21.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1503 | 2024-09-06T05:59:21.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1504 | 2024-09-06T05:59:21.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1505 | 2024-09-06T05:59:21.691Z | |
1506 | 2024-09-06T05:59:21.691Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
1507 | 2024-09-06T05:59:22.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1508 | 2024-09-06T05:59:22.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1509 | 2024-09-06T05:59:22.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1510 | 2024-09-06T05:59:22.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1511 | 2024-09-06T05:59:22.348Z | |
1512 | 2024-09-06T05:59:22.348Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
1513 | 2024-09-06T05:59:22.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1514 | 2024-09-06T05:59:23.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1515 | 2024-09-06T05:59:23.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1516 | 2024-09-06T05:59:23.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1517 | 2024-09-06T05:59:23.033Z | |
1518 | 2024-09-06T05:59:23.033Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
1519 | 2024-09-06T05:59:23.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1520 | 2024-09-06T05:59:23.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1521 | 2024-09-06T05:59:23.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1522 | 2024-09-06T05:59:23.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1523 | 2024-09-06T05:59:23.732Z | |
1524 | 2024-09-06T05:59:23.732Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
1525 | 2024-09-06T05:59:24.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1526 | 2024-09-06T05:59:24.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1527 | 2024-09-06T05:59:24.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1528 | 2024-09-06T05:59:24.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1529 | 2024-09-06T05:59:24.417Z | |
1530 | 2024-09-06T05:59:24.417Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
1531 | 2024-09-06T05:59:25.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1532 | 2024-09-06T05:59:25.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1533 | 2024-09-06T05:59:25.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1534 | 2024-09-06T05:59:25.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1535 | 2024-09-06T05:59:25.090Z | |
1536 | 2024-09-06T05:59:25.090Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
1537 | 2024-09-06T05:59:25.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1538 | 2024-09-06T05:59:25.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1539 | 2024-09-06T05:59:25.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1540 | 2024-09-06T05:59:25.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1541 | 2024-09-06T05:59:25.748Z | |
1542 | 2024-09-06T05:59:25.748Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
1543 | 2024-09-06T05:59:26.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1544 | 2024-09-06T05:59:26.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1545 | 2024-09-06T05:59:26.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1546 | 2024-09-06T05:59:26.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1547 | 2024-09-06T05:59:26.411Z | |
1548 | 2024-09-06T05:59:26.411Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
1549 | 2024-09-06T05:59:27.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1550 | 2024-09-06T05:59:27.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1551 | 2024-09-06T05:59:27.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1552 | 2024-09-06T05:59:27.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1553 | 2024-09-06T05:59:27.089Z | |
1554 | 2024-09-06T05:59:27.089Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
1555 | 2024-09-06T05:59:27.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1556 | 2024-09-06T05:59:27.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1557 | 2024-09-06T05:59:27.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1558 | 2024-09-06T05:59:27.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1559 | 2024-09-06T05:59:27.753Z | |
1560 | 2024-09-06T05:59:27.753Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
1561 | 2024-09-06T05:59:28.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1562 | 2024-09-06T05:59:28.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1563 | 2024-09-06T05:59:28.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1564 | 2024-09-06T05:59:28.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1565 | 2024-09-06T05:59:28.437Z | |
1566 | 2024-09-06T05:59:28.437Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
1567 | 2024-09-06T05:59:29.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1568 | 2024-09-06T05:59:29.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1569 | 2024-09-06T05:59:29.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1570 | 2024-09-06T05:59:29.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1571 | 2024-09-06T05:59:29.099Z | |
1572 | 2024-09-06T05:59:29.099Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
1573 | 2024-09-06T05:59:29.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1574 | 2024-09-06T05:59:29.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1575 | 2024-09-06T05:59:29.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1576 | 2024-09-06T05:59:29.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1577 | 2024-09-06T05:59:29.786Z | |
1578 | 2024-09-06T05:59:29.786Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
1579 | 2024-09-06T05:59:30.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1580 | 2024-09-06T05:59:30.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1581 | 2024-09-06T05:59:30.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1582 | 2024-09-06T05:59:30.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1583 | 2024-09-06T05:59:30.428Z | |
1584 | 2024-09-06T05:59:30.428Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
1585 | 2024-09-06T05:59:31.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1586 | 2024-09-06T05:59:31.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1587 | 2024-09-06T05:59:31.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1588 | 2024-09-06T05:59:31.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1589 | 2024-09-06T05:59:31.106Z | |
1590 | 2024-09-06T05:59:31.106Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
1591 | 2024-09-06T05:59:31.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1592 | 2024-09-06T05:59:31.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1593 | 2024-09-06T05:59:31.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1594 | 2024-09-06T05:59:31.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1595 | 2024-09-06T05:59:31.815Z | |
1596 | 2024-09-06T05:59:31.815Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
1597 | 2024-09-06T05:59:32.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1598 | 2024-09-06T05:59:32.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1599 | 2024-09-06T05:59:32.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1600 | 2024-09-06T05:59:32.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1601 | 2024-09-06T05:59:32.460Z | |
1602 | 2024-09-06T05:59:32.460Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
1603 | 2024-09-06T05:59:33.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1604 | 2024-09-06T05:59:33.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1605 | 2024-09-06T05:59:33.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1606 | 2024-09-06T05:59:33.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1607 | 2024-09-06T05:59:33.127Z | |
1608 | 2024-09-06T05:59:33.127Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
1609 | 2024-09-06T05:59:33.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1610 | 2024-09-06T05:59:33.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1611 | 2024-09-06T05:59:33.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1612 | 2024-09-06T05:59:33.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1613 | 2024-09-06T05:59:34.031Z | |
1614 | 2024-09-06T05:59:34.031Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
1615 | 2024-09-06T05:59:34.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1616 | 2024-09-06T05:59:34.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1617 | 2024-09-06T05:59:34.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1618 | 2024-09-06T05:59:34.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1619 | 2024-09-06T05:59:34.929Z | |
1620 | 2024-09-06T05:59:34.929Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
1621 | 2024-09-06T05:59:35.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-09-06T05:59:35.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-09-06T05:59:35.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1624 | 2024-09-06T05:59:35.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1625 | 2024-09-06T05:59:35.811Z | |
1626 | 2024-09-06T05:59:35.811Z | info: running `cargo check --bins` on oxlog (28/158) |
1627 | 2024-09-06T05:59:36.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-09-06T05:59:36.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-09-06T05:59:36.659Z | Checking cfg-if v1.0.0 |
1630 | 2024-09-06T05:59:36.683Z | Checking libc v0.2.158 |
1631 | 2024-09-06T05:59:36.683Z | Checking memchr v2.7.2 |
1632 | 2024-09-06T05:59:36.707Z | Checking serde v1.0.208 |
1633 | 2024-09-06T05:59:36.731Z | Checking zeroize v1.7.0 |
1634 | 2024-09-06T05:59:36.756Z | Checking typenum v1.17.0 |
1635 | 2024-09-06T05:59:36.756Z | Checking scopeguard v1.2.0 |
1636 | 2024-09-06T05:59:36.756Z | Checking byteorder v1.5.0 |
1637 | 2024-09-06T05:59:36.788Z | Checking log v0.4.21 |
1638 | 2024-09-06T05:59:36.892Z | Checking lock_api v0.4.12 |
1639 | 2024-09-06T05:59:36.976Z | Checking subtle v2.5.0 |
1640 | 2024-09-06T05:59:37.052Z | Checking once_cell v1.19.0 |
1641 | 2024-09-06T05:59:37.132Z | Checking const-oid v0.9.6 |
1642 | 2024-09-06T05:59:37.210Z | Checking itoa v1.0.11 |
1643 | 2024-09-06T05:59:37.258Z | Checking smallvec v1.13.2 |
1644 | 2024-09-06T05:59:37.334Z | Checking pin-project-lite v0.2.14 |
1645 | 2024-09-06T05:59:37.426Z | Checking zerocopy v0.7.34 |
1646 | 2024-09-06T05:59:37.451Z | Checking spin v0.9.8 |
1647 | 2024-09-06T05:59:37.475Z | Checking tinyvec_macros v0.1.1 |
1648 | 2024-09-06T05:59:37.563Z | Checking tinyvec v1.6.0 |
1649 | 2024-09-06T05:59:37.587Z | Checking futures-core v0.3.30 |
1650 | 2024-09-06T05:59:37.666Z | Checking getrandom v0.2.14 |
1651 | 2024-09-06T05:59:37.752Z | Checking parking_lot_core v0.9.10 |
1652 | 2024-09-06T05:59:37.776Z | Checking signal-hook-registry v1.4.2 |
1653 | 2024-09-06T05:59:37.823Z | Checking generic-array v0.14.7 |
1654 | 2024-09-06T05:59:37.897Z | Checking rand_core v0.6.4 |
1655 | 2024-09-06T05:59:38.000Z | Checking mio v1.0.2 |
1656 | 2024-09-06T05:59:38.048Z | Checking parking_lot v0.12.2 |
1657 | 2024-09-06T05:59:38.169Z | Checking socket2 v0.5.7 |
1658 | 2024-09-06T05:59:38.384Z | Checking cpufeatures v0.2.12 |
1659 | 2024-09-06T05:59:38.470Z | Checking futures-sink v0.3.30 |
1660 | 2024-09-06T05:59:38.514Z | Checking unicode-bidi v0.3.15 |
1661 | 2024-09-06T05:59:38.539Z | Checking allocator-api2 v0.2.18 |
1662 | 2024-09-06T05:59:38.602Z | Checking libm v0.2.8 |
1663 | 2024-09-06T05:59:38.626Z | Checking equivalent v1.0.1 |
1664 | 2024-09-06T05:59:38.668Z | Checking unicode-normalization v0.1.23 |
1665 | 2024-09-06T05:59:38.692Z | Checking ahash v0.8.11 |
1666 | 2024-09-06T05:59:38.721Z | Checking ryu v1.0.18 |
1667 | 2024-09-06T05:59:38.798Z | Checking crypto-common v0.1.6 |
1668 | 2024-09-06T05:59:38.926Z | Checking block-buffer v0.10.4 |
1669 | 2024-09-06T05:59:38.950Z | Checking block-padding v0.3.3 |
1670 | 2024-09-06T05:59:39.045Z | Checking futures-channel v0.3.30 |
1671 | 2024-09-06T05:59:39.104Z | Checking slab v0.4.9 |
1672 | 2024-09-06T05:59:39.128Z | Checking digest v0.10.7 |
1673 | 2024-09-06T05:59:39.152Z | Checking inout v0.1.3 |
1674 | 2024-09-06T05:59:39.176Z | Checking hashbrown v0.14.5 |
1675 | 2024-09-06T05:59:39.330Z | Checking pin-utils v0.1.0 |
1676 | 2024-09-06T05:59:39.354Z | Checking cipher v0.4.4 |
1677 | 2024-09-06T05:59:39.378Z | Checking futures-task v0.3.30 |
1678 | 2024-09-06T05:59:39.402Z | Checking futures-io v0.3.30 |
1679 | 2024-09-06T05:59:39.426Z | Checking num-traits v0.2.19 |
1680 | 2024-09-06T05:59:39.458Z | Checking base64ct v1.6.0 |
1681 | 2024-09-06T05:59:39.482Z | Checking hmac v0.12.1 |
1682 | 2024-09-06T05:59:39.563Z | Checking sha2 v0.10.8 |
1683 | 2024-09-06T05:59:39.587Z | Checking futures-util v0.3.30 |
1684 | 2024-09-06T05:59:39.647Z | Checking percent-encoding v2.3.1 |
1685 | 2024-09-06T05:59:39.707Z | Checking flagset v0.4.5 |
1686 | 2024-09-06T05:59:39.818Z | Checking pem-rfc7468 v0.7.0 |
1687 | 2024-09-06T05:59:39.843Z | Checking ppv-lite86 v0.2.17 |
1688 | 2024-09-06T05:59:39.882Z | Checking salsa20 v0.10.2 |
1689 | 2024-09-06T05:59:40.042Z | Checking pbkdf2 v0.12.2 |
1690 | 2024-09-06T05:59:40.066Z | Checking der v0.7.9 |
1691 | 2024-09-06T05:59:40.089Z | Checking tracing-core v0.1.32 |
1692 | 2024-09-06T05:59:40.173Z | Checking fnv v1.0.7 |
1693 | 2024-09-06T05:59:40.197Z | Checking untrusted v0.9.0 |
1694 | 2024-09-06T05:59:40.295Z | Checking scrypt v0.11.0 |
1695 | 2024-09-06T05:59:40.323Z | Checking ring v0.17.8 |
1696 | 2024-09-06T05:59:40.408Z | Checking rand_chacha v0.3.1 |
1697 | 2024-09-06T05:59:40.503Z | Checking cbc v0.1.2 |
1698 | 2024-09-06T05:59:40.674Z | Checking tracing v0.1.40 |
1699 | 2024-09-06T05:59:40.698Z | Checking aes v0.8.4 |
1700 | 2024-09-06T05:59:40.738Z | Checking rand v0.8.5 |
1701 | 2024-09-06T05:59:40.848Z | Checking thiserror v1.0.63 |
1702 | 2024-09-06T05:59:40.971Z | Checking foreign-types-shared v0.1.1 |
1703 | 2024-09-06T05:59:41.006Z | Checking form_urlencoded v1.2.1 |
1704 | 2024-09-06T05:59:41.072Z | Checking foreign-types v0.3.2 |
1705 | 2024-09-06T05:59:41.098Z | Checking bytes v1.7.1 |
1706 | 2024-09-06T05:59:41.161Z | Checking bitflags v2.6.0 |
1707 | 2024-09-06T05:59:41.187Z | Checking indexmap v2.4.0 |
1708 | 2024-09-06T05:59:41.443Z | Checking serde_json v1.0.125 |
1709 | 2024-09-06T05:59:41.467Z | Checking openssl-sys v0.9.103 |
1710 | 2024-09-06T05:59:41.668Z | Checking spki v0.7.3 |
1711 | 2024-09-06T05:59:41.776Z | Checking aho-corasick v1.1.3 |
1712 | 2024-09-06T05:59:41.800Z | Checking tokio v1.39.3 |
1713 | 2024-09-06T05:59:41.925Z | Checking http v0.2.12 |
1714 | 2024-09-06T05:59:41.949Z | Checking pkcs5 v0.7.1 |
1715 | 2024-09-06T05:59:42.261Z | Checking try-lock v0.2.5 |
1716 | 2024-09-06T05:59:42.387Z | Checking unicode-ident v1.0.12 |
1717 | 2024-09-06T05:59:42.411Z | Checking regex-syntax v0.8.4 |
1718 | 2024-09-06T05:59:42.537Z | Checking siphasher v0.3.11 |
1719 | 2024-09-06T05:59:42.564Z | Checking powerfmt v0.2.0 |
1720 | 2024-09-06T05:59:42.788Z | Checking openssl v0.10.66 |
1721 | 2024-09-06T05:59:42.812Z | Checking deranged v0.3.11 |
1722 | 2024-09-06T05:59:42.837Z | Checking proc-macro2 v1.0.86 |
1723 | 2024-09-06T05:59:43.082Z | Checking http-body v0.4.6 |
1724 | 2024-09-06T05:59:43.219Z | Checking pkcs8 v0.10.2 |
1725 | 2024-09-06T05:59:43.435Z | Checking want v0.3.1 |
1726 | 2024-09-06T05:59:43.459Z | Checking rustls-webpki v0.101.7 |
1727 | 2024-09-06T05:59:43.533Z | Checking sct v0.7.1 |
1728 | 2024-09-06T05:59:43.589Z | Checking uuid v1.10.0 |
1729 | 2024-09-06T05:59:43.703Z | Checking idna v0.5.0 |
1730 | 2024-09-06T05:59:44.034Z | Checking httparse v1.8.0 |
1731 | 2024-09-06T05:59:44.060Z | Checking errno v0.3.9 |
1732 | 2024-09-06T05:59:44.105Z | Checking scroll v0.12.0 |
1733 | 2024-09-06T05:59:44.215Z | Checking finl_unicode v1.2.0 |
1734 | 2024-09-06T05:59:44.336Z | Checking num_threads v0.1.7 |
1735 | 2024-09-06T05:59:44.367Z | Checking openssl-probe v0.1.5 |
1736 | 2024-09-06T05:59:44.391Z | Checking anstyle v1.0.8 |
1737 | 2024-09-06T05:59:44.441Z | Checking tower-service v0.3.2 |
1738 | 2024-09-06T05:59:44.506Z | Checking iana-time-zone v0.1.60 |
1739 | 2024-09-06T05:59:44.530Z | Checking utf8parse v0.2.1 |
1740 | 2024-09-06T05:59:44.554Z | Checking time-core v0.1.2 |
1741 | 2024-09-06T05:59:44.639Z | Checking num-conv v0.1.0 |
1742 | 2024-09-06T05:59:44.663Z | Checking plain v0.2.3 |
1743 | 2024-09-06T05:59:44.687Z | Checking ucd-trie v0.1.6 |
1744 | 2024-09-06T05:59:44.711Z | Checking httpdate v1.0.3 |
1745 | 2024-09-06T05:59:44.735Z | Checking stringprep v0.1.4 |
1746 | 2024-09-06T05:59:44.790Z | Checking goblin v0.8.2 |
1747 | 2024-09-06T05:59:44.855Z | Checking time v0.3.36 |
1748 | 2024-09-06T05:59:44.879Z | Checking pest v2.7.10 |
1749 | 2024-09-06T05:59:44.915Z | Checking anstyle-parse v0.2.4 |
1750 | 2024-09-06T05:59:44.957Z | Checking chrono v0.4.38 |
1751 | 2024-09-06T05:59:45.073Z | Checking regex-automata v0.4.6 |
1752 | 2024-09-06T05:59:45.160Z | Checking url v2.5.2 |
1753 | 2024-09-06T05:59:45.886Z | Checking rustix v0.38.34 |
1754 | 2024-09-06T05:59:46.817Z | Checking rustls v0.21.12 |
1755 | 2024-09-06T05:59:47.102Z | Checking quote v1.0.36 |
1756 | 2024-09-06T05:59:47.126Z | Checking serde_spanned v0.6.7 |
1757 | 2024-09-06T05:59:47.338Z | Checking toml_datetime v0.6.8 |
1758 | 2024-09-06T05:59:47.463Z | Checking num-integer v0.1.46 |
1759 | 2024-09-06T05:59:47.532Z | Checking native-tls v0.2.11 |
1760 | 2024-09-06T05:59:47.618Z | Checking md-5 v0.10.6 |
1761 | 2024-09-06T05:59:47.732Z | Checking idna v0.3.0 |
1762 | 2024-09-06T05:59:47.828Z | Checking lazy_static v1.5.0 |
1763 | 2024-09-06T05:59:47.852Z | Checking hash32 v0.2.1 |
1764 | 2024-09-06T05:59:47.915Z | Checking colorchoice v1.0.1 |
1765 | 2024-09-06T05:59:47.952Z | Checking anstyle-query v1.0.3 |
1766 | 2024-09-06T05:59:48.045Z | Checking psl-types v2.0.11 |
1767 | 2024-09-06T05:59:48.088Z | Checking is_terminal_polyfill v1.70.0 |
1768 | 2024-09-06T05:59:48.145Z | Checking fallible-iterator v0.2.0 |
1769 | 2024-09-06T05:59:48.208Z | Checking gimli v0.28.1 |
1770 | 2024-09-06T05:59:48.231Z | Checking base64 v0.22.1 |
1771 | 2024-09-06T05:59:48.255Z | Checking tokio-util v0.7.11 |
1772 | 2024-09-06T05:59:48.506Z | Checking stable_deref_trait v1.2.0 |
1773 | 2024-09-06T05:59:48.600Z | Checking adler v1.0.2 |
1774 | 2024-09-06T05:59:48.661Z | Checking pretty-hex v0.4.1 |
1775 | 2024-09-06T05:59:48.715Z | Checking postgres-protocol v0.6.7 |
1776 | 2024-09-06T05:59:48.739Z | Checking miniz_oxide v0.7.2 |
1777 | 2024-09-06T05:59:48.824Z | Checking heapless v0.7.17 |
1778 | 2024-09-06T05:59:49.033Z | Checking h2 v0.3.26 |
1779 | 2024-09-06T05:59:49.110Z | Checking publicsuffix v2.2.3 |
1780 | 2024-09-06T05:59:49.196Z | Checking dof v0.3.0 |
1781 | 2024-09-06T05:59:49.220Z | Checking tokio-native-tls v0.3.1 |
1782 | 2024-09-06T05:59:49.267Z | Checking anstream v0.6.14 |
1783 | 2024-09-06T05:59:49.331Z | Checking num-iter v0.1.45 |
1784 | 2024-09-06T05:59:49.440Z | Checking terminal_size v0.3.0 |
1785 | 2024-09-06T05:59:49.489Z | Checking syn v2.0.74 |
1786 | 2024-09-06T05:59:49.595Z | Checking dtrace-parser v0.2.0 |
1787 | 2024-09-06T05:59:49.619Z | Checking cookie v0.17.0 |
1788 | 2024-09-06T05:59:49.728Z | Checking tokio-rustls v0.24.1 |
1789 | 2024-09-06T05:59:49.752Z | Checking phf_shared v0.11.2 |
1790 | 2024-09-06T05:59:49.776Z | Checking ff v0.13.0 |
1791 | 2024-09-06T05:59:49.944Z | Checking thread-id v4.2.1 |
1792 | 2024-09-06T05:59:49.978Z | Checking object v0.32.2 |
1793 | 2024-09-06T05:59:50.002Z | Checking strsim v0.11.1 |
1794 | 2024-09-06T05:59:50.026Z | Checking managed v0.8.0 |
1795 | 2024-09-06T05:59:50.050Z | Checking base16ct v0.2.0 |
1796 | 2024-09-06T05:59:50.074Z | Checking bitflags v1.3.2 |
1797 | 2024-09-06T05:59:50.159Z | Checking adler2 v2.0.0 |
1798 | 2024-09-06T05:59:50.227Z | Checking base64 v0.21.7 |
1799 | 2024-09-06T05:59:50.251Z | Checking winnow v0.5.40 |
1800 | 2024-09-06T05:59:50.294Z | Checking clap_lex v0.7.0 |
1801 | 2024-09-06T05:59:50.349Z | Checking rustc-demangle v0.1.24 |
1802 | 2024-09-06T05:59:50.517Z | Checking ipnet v2.9.0 |
1803 | 2024-09-06T05:59:50.641Z | Checking either v1.13.0 |
1804 | 2024-09-06T05:59:50.722Z | Checking rustls-pemfile v1.0.4 |
1805 | 2024-09-06T05:59:50.888Z | Checking clap_builder v4.5.15 |
1806 | 2024-09-06T05:59:50.931Z | Checking smoltcp v0.9.1 |
1807 | 2024-09-06T05:59:50.969Z | Checking miniz_oxide v0.8.0 |
1808 | 2024-09-06T05:59:51.489Z | Checking addr2line v0.21.0 |
1809 | 2024-09-06T05:59:51.577Z | Checking sec1 v0.7.3 |
1810 | 2024-09-06T05:59:51.898Z | Checking phf v0.11.2 |
1811 | 2024-09-06T05:59:51.924Z | Checking cookie_store v0.20.0 |
1812 | 2024-09-06T05:59:52.145Z | Checking group v0.13.0 |
1813 | 2024-09-06T05:59:52.169Z | Checking num-bigint-dig v0.8.4 |
1814 | 2024-09-06T05:59:52.383Z | Checking postgres-types v0.2.7 |
1815 | 2024-09-06T05:59:52.477Z | Checking bstr v1.9.1 |
1816 | 2024-09-06T05:59:52.761Z | Checking toml_edit v0.19.15 |
1817 | 2024-09-06T05:59:52.958Z | Checking regex v1.10.6 |
1818 | 2024-09-06T05:59:53.240Z | Checking futures-executor v0.3.30 |
1819 | 2024-09-06T05:59:53.459Z | Checking pkcs1 v0.7.5 |
1820 | 2024-09-06T05:59:53.510Z | Checking phf_shared v0.10.0 |
1821 | 2024-09-06T05:59:53.535Z | Checking serde_urlencoded v0.7.1 |
1822 | 2024-09-06T05:59:53.748Z | Checking hubpack v0.1.2 |
1823 | 2024-09-06T05:59:53.807Z | Checking zerocopy v0.6.6 |
1824 | 2024-09-06T05:59:53.909Z | Checking float-cmp v0.9.0 |
1825 | 2024-09-06T05:59:54.025Z | Checking crc32fast v1.4.0 |
1826 | 2024-09-06T05:59:54.049Z | Checking signal-hook v0.3.17 |
1827 | 2024-09-06T05:59:54.077Z | Checking crossbeam-utils v0.8.19 |
1828 | 2024-09-06T05:59:54.233Z | Checking hkdf v0.12.4 |
1829 | 2024-09-06T05:59:54.324Z | Checking hyper v0.14.30 |
1830 | 2024-09-06T05:59:54.324Z | Checking signature v2.2.0 |
1831 | 2024-09-06T05:59:54.425Z | Checking idna v0.4.0 |
1832 | 2024-09-06T05:59:54.463Z | Checking crypto-bigint v0.5.5 |
1833 | 2024-09-06T05:59:54.507Z | Checking mio v0.8.11 |
1834 | 2024-09-06T05:59:54.670Z | Checking memmap v0.7.0 |
1835 | 2024-09-06T05:59:54.855Z | Checking encoding_rs v0.8.34 |
1836 | 2024-09-06T05:59:54.897Z | Checking sync_wrapper v0.1.2 |
1837 | 2024-09-06T05:59:54.921Z | Checking usdt-impl v0.5.0 |
1838 | 2024-09-06T05:59:55.006Z | Checking new_debug_unreachable v1.0.6 |
1839 | 2024-09-06T05:59:55.062Z | Checking bit-vec v0.6.3 |
1840 | 2024-09-06T05:59:55.087Z | Checking webpki-roots v0.25.4 |
1841 | 2024-09-06T05:59:55.115Z | Checking mime v0.3.17 |
1842 | 2024-09-06T05:59:55.115Z | Checking backtrace v0.3.71 |
1843 | 2024-09-06T05:59:55.227Z | Checking minimal-lexical v0.2.1 |
1844 | 2024-09-06T05:59:55.364Z | Checking predicates-core v1.0.6 |
1845 | 2024-09-06T05:59:55.388Z | Checking fixedbitset v0.4.2 |
1846 | 2024-09-06T05:59:55.412Z | Checking difflib v0.4.0 |
1847 | 2024-09-06T05:59:55.528Z | Checking data-encoding v2.6.0 |
1848 | 2024-09-06T05:59:55.577Z | Checking winnow v0.6.18 |
1849 | 2024-09-06T05:59:55.618Z | Checking static_assertions v1.1.0 |
1850 | 2024-09-06T05:59:55.642Z | Checking precomputed-hash v0.1.1 |
1851 | 2024-09-06T05:59:55.681Z | Checking dyn-clone v1.0.17 |
1852 | 2024-09-06T05:59:55.712Z | Checking unicode-width v0.1.13 |
1853 | 2024-09-06T05:59:55.743Z | Checking unicode-segmentation v1.11.0 |
1854 | 2024-09-06T05:59:55.815Z | Checking normalize-line-endings v0.3.0 |
1855 | 2024-09-06T05:59:55.878Z | Checking whoami v1.5.1 |
1856 | 2024-09-06T05:59:55.922Z | Checking predicates v3.1.2 |
1857 | 2024-09-06T05:59:56.086Z | Checking hickory-proto v0.24.1 |
1858 | 2024-09-06T05:59:56.142Z | Checking tokio-postgres v0.7.11 |
1859 | 2024-09-06T05:59:56.297Z | Checking similar v2.6.0 |
1860 | 2024-09-06T05:59:56.472Z | Checking console v0.15.8 |
1861 | 2024-09-06T05:59:56.736Z | Checking schemars v0.8.21 |
1862 | 2024-09-06T05:59:56.806Z | Checking elliptic-curve v0.13.8 |
1863 | 2024-09-06T05:59:56.945Z | Checking string_cache v0.8.7 |
1864 | 2024-09-06T05:59:57.023Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1865 | 2024-09-06T05:59:57.194Z | Checking petgraph v0.6.5 |
1866 | 2024-09-06T05:59:57.377Z | Checking anyhow v1.0.86 |
1867 | 2024-09-06T05:59:57.692Z | Checking nom v7.1.3 |
1868 | 2024-09-06T05:59:58.001Z | Checking toml_edit v0.22.20 |
1869 | 2024-09-06T05:59:58.123Z | Checking bit-set v0.5.3 |
1870 | 2024-09-06T05:59:58.350Z | Checking usdt v0.5.0 |
1871 | 2024-09-06T05:59:58.533Z | Checking signal-hook-mio v0.2.4 |
1872 | 2024-09-06T05:59:58.577Z | Checking toml v0.7.8 |
1873 | 2024-09-06T05:59:58.662Z | Checking crossbeam-epoch v0.9.18 |
1874 | 2024-09-06T05:59:59.028Z | Checking rsa v0.9.6 |
1875 | 2024-09-06T05:59:59.192Z | Checking flate2 v1.0.33 |
1876 | 2024-09-06T05:59:59.629Z | Checking hyper-rustls v0.24.2 |
1877 | 2024-09-06T05:59:59.755Z | Checking hyper-tls v0.5.0 |
1878 | 2024-09-06T05:59:59.887Z | Checking clap v4.5.16 |
1879 | 2024-09-06T05:59:59.911Z | Checking futures v0.3.30 |
1880 | 2024-09-06T05:59:59.999Z | Checking itertools v0.10.5 |
1881 | 2024-09-06T06:00:00.023Z | Checking itertools v0.12.1 |
1882 | 2024-09-06T06:00:00.047Z | Checking reqwest v0.11.27 |
1883 | 2024-09-06T06:00:00.047Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1884 | 2024-09-06T06:00:00.078Z | Checking tokio-stream v0.1.15 |
1885 | 2024-09-06T06:00:00.119Z | Checking fs-err v2.11.0 |
1886 | 2024-09-06T06:00:00.143Z | Checking openapiv3 v2.0.0 |
1887 | 2024-09-06T06:00:00.277Z | Checking slog v2.7.0 |
1888 | 2024-09-06T06:00:00.616Z | Checking semver v1.0.23 |
1889 | 2024-09-06T06:00:00.699Z | Checking hex v0.4.3 |
1890 | 2024-09-06T06:00:00.774Z | Checking sha1 v0.10.6 |
1891 | 2024-09-06T06:00:00.976Z | Checking lalrpop-util v0.19.12 |
1892 | 2024-09-06T06:00:01.016Z | Checking peg-runtime v0.8.3 |
1893 | 2024-09-06T06:00:01.119Z | Checking camino v1.1.9 |
1894 | 2024-09-06T06:00:01.148Z | Checking sigpipe v0.1.3 |
1895 | 2024-09-06T06:00:02.928Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1896 | 2024-09-06T06:00:03.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.55s |
1897 | 2024-09-06T06:00:03.505Z | |
1898 | 2024-09-06T06:00:03.505Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
1899 | 2024-09-06T06:00:04.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1900 | 2024-09-06T06:00:04.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1901 | 2024-09-06T06:00:04.438Z | Compiling regress v0.9.1 |
1902 | 2024-09-06T06:00:04.467Z | Checking strum v0.26.3 |
1903 | 2024-09-06T06:00:04.498Z | Checking heck v0.5.0 |
1904 | 2024-09-06T06:00:04.523Z | Compiling getopts v0.2.21 |
1905 | 2024-09-06T06:00:04.523Z | Checking dirs-sys-next v0.1.2 |
1906 | 2024-09-06T06:00:04.523Z | Compiling unsafe-libyaml v0.2.11 |
1907 | 2024-09-06T06:00:04.616Z | Checking http v1.1.0 |
1908 | 2024-09-06T06:00:04.678Z | Checking thread_local v1.1.8 |
1909 | 2024-09-06T06:00:04.746Z | Checking dirs-next v2.0.0 |
1910 | 2024-09-06T06:00:04.849Z | Compiling ident_case v1.0.1 |
1911 | 2024-09-06T06:00:04.873Z | Checking rustls-pki-types v1.7.0 |
1912 | 2024-09-06T06:00:04.929Z | Checking term v0.7.0 |
1913 | 2024-09-06T06:00:05.011Z | Compiling darling_core v0.20.9 |
1914 | 2024-09-06T06:00:05.244Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1915 | 2024-09-06T06:00:05.306Z | Checking crossbeam-channel v0.5.12 |
1916 | 2024-09-06T06:00:05.368Z | Checking atty v0.2.14 |
1917 | 2024-09-06T06:00:05.472Z | Checking is-terminal v0.4.12 |
1918 | 2024-09-06T06:00:05.539Z | Compiling paste v1.0.15 |
1919 | 2024-09-06T06:00:05.584Z | Checking utf-8 v0.7.6 |
1920 | 2024-09-06T06:00:05.760Z | Compiling serde_yaml v0.9.34+deprecated |
1921 | 2024-09-06T06:00:05.792Z | Checking take_mut v0.2.2 |
1922 | 2024-09-06T06:00:05.929Z | Compiling rustls v0.22.4 |
1923 | 2024-09-06T06:00:05.957Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1924 | 2024-09-06T06:00:06.007Z | Checking humantime v2.1.0 |
1925 | 2024-09-06T06:00:06.191Z | Checking termcolor v1.4.1 |
1926 | 2024-09-06T06:00:06.278Z | Checking slog-async v2.8.0 |
1927 | 2024-09-06T06:00:06.302Z | Checking slog-term v2.9.1 |
1928 | 2024-09-06T06:00:06.302Z | Checking rustls-webpki v0.102.4 |
1929 | 2024-09-06T06:00:06.532Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1930 | 2024-09-06T06:00:06.570Z | Checking env_logger v0.9.3 |
1931 | 2024-09-06T06:00:06.733Z | Compiling proc-macro-crate v1.3.1 |
1932 | 2024-09-06T06:00:06.846Z | Compiling bitstruct_derive v0.1.0 |
1933 | 2024-09-06T06:00:06.956Z | Compiling structmeta-derive v0.3.0 |
1934 | 2024-09-06T06:00:06.989Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1935 | 2024-09-06T06:00:07.102Z | Compiling multer v3.1.0 |
1936 | 2024-09-06T06:00:07.287Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1937 | 2024-09-06T06:00:07.728Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1938 | 2024-09-06T06:00:07.979Z | Checking match_cfg v0.1.0 |
1939 | 2024-09-06T06:00:08.057Z | Checking ascii v1.1.0 |
1940 | 2024-09-06T06:00:08.081Z | Checking hostname v0.3.1 |
1941 | 2024-09-06T06:00:08.201Z | Checking bitstruct v0.1.1 |
1942 | 2024-09-06T06:00:08.343Z | Compiling num_enum_derive v0.5.11 |
1943 | 2024-09-06T06:00:08.414Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1944 | 2024-09-06T06:00:08.771Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1945 | 2024-09-06T06:00:09.190Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1946 | 2024-09-06T06:00:09.414Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1947 | 2024-09-06T06:00:09.499Z | Checking slog-json v2.6.1 |
1948 | 2024-09-06T06:00:09.523Z | Compiling structmeta v0.3.0 |
1949 | 2024-09-06T06:00:09.662Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1950 | 2024-09-06T06:00:09.725Z | Checking serde_arrays v0.1.0 |
1951 | 2024-09-06T06:00:09.858Z | Checking erased-serde v0.3.31 |
1952 | 2024-09-06T06:00:09.891Z | Compiling async-stream-impl v0.3.5 |
1953 | 2024-09-06T06:00:09.926Z | Compiling foreign-types-macros v0.2.3 |
1954 | 2024-09-06T06:00:10.391Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1955 | 2024-09-06T06:00:10.534Z | Checking foreign-types-shared v0.3.1 |
1956 | 2024-09-06T06:00:10.637Z | Checking arc-swap v1.7.1 |
1957 | 2024-09-06T06:00:10.662Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1958 | 2024-09-06T06:00:10.780Z | Checking atomic-waker v1.1.2 |
1959 | 2024-09-06T06:00:10.907Z | Checking waitgroup v0.1.2 |
1960 | 2024-09-06T06:00:10.959Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1961 | 2024-09-06T06:00:10.984Z | Compiling darling_macro v0.20.9 |
1962 | 2024-09-06T06:00:11.013Z | Checking foreign-types v0.5.0 |
1963 | 2024-09-06T06:00:11.037Z | Checking slog-scope v4.4.0 |
1964 | 2024-09-06T06:00:11.067Z | Checking async-stream v0.3.5 |
1965 | 2024-09-06T06:00:11.119Z | Checking num_enum v0.5.11 |
1966 | 2024-09-06T06:00:11.144Z | Compiling parse-display-derive v0.10.0 |
1967 | 2024-09-06T06:00:11.217Z | Checking slog-bunyan v2.5.0 |
1968 | 2024-09-06T06:00:11.251Z | Compiling proc-macro-error v1.0.4 |
1969 | 2024-09-06T06:00:11.496Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1970 | 2024-09-06T06:00:11.629Z | Checking toml v0.8.19 |
1971 | 2024-09-06T06:00:11.755Z | Checking tungstenite v0.20.1 |
1972 | 2024-09-06T06:00:11.801Z | Compiling darling v0.20.9 |
1973 | 2024-09-06T06:00:11.864Z | Checking rustls-pemfile v2.1.3 |
1974 | 2024-09-06T06:00:11.919Z | Compiling serde_with_macros v3.9.0 |
1975 | 2024-09-06T06:00:12.075Z | Checking tokio-rustls v0.25.0 |
1976 | 2024-09-06T06:00:12.100Z | Compiling heck v0.3.3 |
1977 | 2024-09-06T06:00:12.310Z | Checking ipnetwork v0.20.0 |
1978 | 2024-09-06T06:00:12.460Z | Checking newtype-uuid v1.1.0 |
1979 | 2024-09-06T06:00:12.564Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1980 | 2024-09-06T06:00:12.602Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1981 | 2024-09-06T06:00:12.630Z | Checking serde_path_to_error v0.1.16 |
1982 | 2024-09-06T06:00:12.687Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1983 | 2024-09-06T06:00:13.173Z | Checking hostname v0.4.0 |
1984 | 2024-09-06T06:00:13.316Z | Checking cstr-argument v0.1.2 |
1985 | 2024-09-06T06:00:13.340Z | Checking instant v0.1.12 |
1986 | 2024-09-06T06:00:13.364Z | Checking fastrand v2.1.0 |
1987 | 2024-09-06T06:00:13.468Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1988 | 2024-09-06T06:00:13.518Z | Checking pretty-hex v0.2.1 |
1989 | 2024-09-06T06:00:13.662Z | Checking debug-ignore v1.0.5 |
1990 | 2024-09-06T06:00:13.698Z | Checking tempfile v3.10.1 |
1991 | 2024-09-06T06:00:13.754Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1992 | 2024-09-06T06:00:13.792Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1993 | 2024-09-06T06:00:14.008Z | Checking backoff v0.4.0 |
1994 | 2024-09-06T06:00:14.032Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1995 | 2024-09-06T06:00:14.174Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1996 | 2024-09-06T06:00:14.207Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1997 | 2024-09-06T06:00:14.283Z | Checking tokio-tungstenite v0.20.1 |
1998 | 2024-09-06T06:00:14.386Z | Compiling zone_cfg_derive v0.1.2 |
1999 | 2024-09-06T06:00:14.474Z | Checking serde_with v3.9.0 |
2000 | 2024-09-06T06:00:14.515Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2001 | 2024-09-06T06:00:14.707Z | Checking slog-stdlog v4.1.1 |
2002 | 2024-09-06T06:00:14.865Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2003 | 2024-09-06T06:00:15.003Z | Checking tungstenite v0.21.0 |
2004 | 2024-09-06T06:00:15.173Z | Checking colored v2.1.0 |
2005 | 2024-09-06T06:00:15.211Z | Checking parse-display v0.10.0 |
2006 | 2024-09-06T06:00:15.418Z | Checking macaddr v1.0.1 |
2007 | 2024-09-06T06:00:15.443Z | Checking socket2 v0.4.10 |
2008 | 2024-09-06T06:00:15.659Z | Checking base64 v0.13.1 |
2009 | 2024-09-06T06:00:15.717Z | Checking zone v0.1.8 |
2010 | 2024-09-06T06:00:15.785Z | Checking tokio-tungstenite v0.21.0 |
2011 | 2024-09-06T06:00:16.024Z | Checking ron v0.7.1 |
2012 | 2024-09-06T06:00:16.209Z | Checking slog-envlogger v2.2.0 |
2013 | 2024-09-06T06:00:16.289Z | Checking pem v3.0.4 |
2014 | 2024-09-06T06:00:16.399Z | Checking tabwriter v1.4.0 |
2015 | 2024-09-06T06:00:16.520Z | Checking xattr v1.3.1 |
2016 | 2024-09-06T06:00:16.596Z | Checking portpicker v0.1.1 |
2017 | 2024-09-06T06:00:16.688Z | Checking yasna v0.5.2 |
2018 | 2024-09-06T06:00:16.722Z | Checking headers-core v0.2.0 |
2019 | 2024-09-06T06:00:16.847Z | Checking smf v0.2.3 |
2020 | 2024-09-06T06:00:17.020Z | Checking filetime v0.2.25 |
2021 | 2024-09-06T06:00:17.209Z | Checking same-file v1.0.6 |
2022 | 2024-09-06T06:00:17.271Z | Checking tar v0.4.41 |
2023 | 2024-09-06T06:00:17.327Z | Checking headers v0.3.9 |
2024 | 2024-09-06T06:00:17.352Z | Checking camino-tempfile v1.1.1 |
2025 | 2024-09-06T06:00:17.431Z | Checking walkdir v2.5.0 |
2026 | 2024-09-06T06:00:17.492Z | Checking rcgen v0.12.1 |
2027 | 2024-09-06T06:00:17.581Z | Checking atomicwrites v0.4.3 |
2028 | 2024-09-06T06:00:17.681Z | Checking subprocess v0.2.9 |
2029 | 2024-09-06T06:00:18.678Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2030 | 2024-09-06T06:00:18.925Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2031 | 2024-09-06T06:00:20.635Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2032 | 2024-09-06T06:00:23.091Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2033 | 2024-09-06T06:00:23.211Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2034 | 2024-09-06T06:00:28.230Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2035 | 2024-09-06T06:00:36.121Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2036 | 2024-09-06T06:00:36.291Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2037 | 2024-09-06T06:00:36.291Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2038 | 2024-09-06T06:00:39.527Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2039 | 2024-09-06T06:00:40.122Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2040 | 2024-09-06T06:00:47.995Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2041 | 2024-09-06T06:00:49.915Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2042 | 2024-09-06T06:00:51.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.81s |
2043 | 2024-09-06T06:00:51.460Z | |
2044 | 2024-09-06T06:00:51.460Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
2045 | 2024-09-06T06:00:52.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2046 | 2024-09-06T06:00:52.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2047 | 2024-09-06T06:00:52.400Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2048 | 2024-09-06T06:00:53.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
2049 | 2024-09-06T06:00:54.122Z | |
2050 | 2024-09-06T06:00:54.122Z | info: running `cargo check --bins` on nexus-config (31/158) |
2051 | 2024-09-06T06:00:54.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2052 | 2024-09-06T06:00:54.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2053 | 2024-09-06T06:00:54.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2054 | 2024-09-06T06:00:54.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2055 | 2024-09-06T06:00:55.007Z | |
2056 | 2024-09-06T06:00:55.007Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
2057 | 2024-09-06T06:00:55.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2058 | 2024-09-06T06:00:55.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2059 | 2024-09-06T06:00:55.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2060 | 2024-09-06T06:00:55.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2061 | 2024-09-06T06:00:55.859Z | |
2062 | 2024-09-06T06:00:55.859Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
2063 | 2024-09-06T06:00:56.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2064 | 2024-09-06T06:00:56.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2065 | 2024-09-06T06:00:56.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2066 | 2024-09-06T06:00:56.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2067 | 2024-09-06T06:00:56.745Z | |
2068 | 2024-09-06T06:00:56.745Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
2069 | 2024-09-06T06:00:57.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2070 | 2024-09-06T06:00:57.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2071 | 2024-09-06T06:00:57.669Z | Compiling heapless v0.8.0 |
2072 | 2024-09-06T06:00:57.694Z | Checking hash32 v0.3.1 |
2073 | 2024-09-06T06:00:57.694Z | Compiling smoltcp v0.11.0 |
2074 | 2024-09-06T06:00:57.730Z | Checking cobs v0.2.3 |
2075 | 2024-09-06T06:00:57.730Z | Checking embedded-io v0.4.0 |
2076 | 2024-09-06T06:00:57.761Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2077 | 2024-09-06T06:00:57.786Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2078 | 2024-09-06T06:00:57.786Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2079 | 2024-09-06T06:00:57.875Z | Compiling crucible-workspace-hack v0.1.0 |
2080 | 2024-09-06T06:00:57.899Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2081 | 2024-09-06T06:00:57.933Z | Checking newline-converter v0.3.0 |
2082 | 2024-09-06T06:00:57.957Z | Checking postcard v1.0.8 |
2083 | 2024-09-06T06:00:58.085Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2084 | 2024-09-06T06:00:58.114Z | Compiling convert_case v0.4.0 |
2085 | 2024-09-06T06:00:58.258Z | Checking expectorate v1.1.0 |
2086 | 2024-09-06T06:00:58.304Z | Compiling zone_cfg_derive v0.3.0 |
2087 | 2024-09-06T06:00:58.430Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2088 | 2024-09-06T06:00:58.454Z | Compiling num-derive v0.4.2 |
2089 | 2024-09-06T06:00:58.581Z | Compiling slog-dtrace v0.3.0 |
2090 | 2024-09-06T06:00:58.605Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2091 | 2024-09-06T06:00:58.730Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2092 | 2024-09-06T06:00:58.990Z | Compiling derive_more v0.99.18 |
2093 | 2024-09-06T06:00:59.491Z | Checking zone v0.3.0 |
2094 | 2024-09-06T06:01:00.038Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2095 | 2024-09-06T06:01:01.738Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2096 | 2024-09-06T06:01:02.871Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2097 | 2024-09-06T06:01:03.734Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2098 | 2024-09-06T06:01:04.273Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2099 | 2024-09-06T06:01:04.834Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2100 | 2024-09-06T06:01:06.612Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2101 | 2024-09-06T06:01:07.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.74s |
2102 | 2024-09-06T06:01:07.647Z | |
2103 | 2024-09-06T06:01:07.647Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
2104 | 2024-09-06T06:01:08.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2105 | 2024-09-06T06:01:08.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2106 | 2024-09-06T06:01:08.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2107 | 2024-09-06T06:01:08.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2108 | 2024-09-06T06:01:08.553Z | |
2109 | 2024-09-06T06:01:08.553Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
2110 | 2024-09-06T06:01:09.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2111 | 2024-09-06T06:01:09.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2112 | 2024-09-06T06:01:09.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2113 | 2024-09-06T06:01:09.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2114 | 2024-09-06T06:01:09.445Z | |
2115 | 2024-09-06T06:01:09.445Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
2116 | 2024-09-06T06:01:10.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2117 | 2024-09-06T06:01:10.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2118 | 2024-09-06T06:01:10.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2119 | 2024-09-06T06:01:10.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2120 | 2024-09-06T06:01:10.495Z | |
2121 | 2024-09-06T06:01:10.495Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
2122 | 2024-09-06T06:01:11.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2123 | 2024-09-06T06:01:11.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2124 | 2024-09-06T06:01:11.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2125 | 2024-09-06T06:01:11.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2126 | 2024-09-06T06:01:11.517Z | |
2127 | 2024-09-06T06:01:11.517Z | info: running `cargo check --bins` on dns-server (39/158) |
2128 | 2024-09-06T06:01:12.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2129 | 2024-09-06T06:01:12.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2130 | 2024-09-06T06:01:12.412Z | Compiling parking_lot_core v0.8.6 |
2131 | 2024-09-06T06:01:12.437Z | Checking nibble_vec v0.1.0 |
2132 | 2024-09-06T06:01:12.462Z | Checking quick-error v1.2.3 |
2133 | 2024-09-06T06:01:12.462Z | Checking linked-hash-map v0.5.6 |
2134 | 2024-09-06T06:01:12.462Z | Checking endian-type v0.1.2 |
2135 | 2024-09-06T06:01:12.462Z | Checking fxhash v0.2.1 |
2136 | 2024-09-06T06:01:12.514Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2137 | 2024-09-06T06:01:12.514Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2138 | 2024-09-06T06:01:12.580Z | Checking resolv-conf v0.7.0 |
2139 | 2024-09-06T06:01:12.616Z | Checking hickory-server v0.24.1 |
2140 | 2024-09-06T06:01:12.654Z | Checking radix_trie v0.2.1 |
2141 | 2024-09-06T06:01:12.776Z | Checking lru-cache v0.1.2 |
2142 | 2024-09-06T06:01:12.937Z | Checking hickory-resolver v0.24.1 |
2143 | 2024-09-06T06:01:13.014Z | Checking hickory-client v0.24.1 |
2144 | 2024-09-06T06:01:13.202Z | Checking parking_lot v0.11.2 |
2145 | 2024-09-06T06:01:13.524Z | Checking sled v0.34.7 |
2146 | 2024-09-06T06:01:15.778Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2147 | 2024-09-06T06:01:17.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s |
2148 | 2024-09-06T06:01:17.319Z | |
2149 | 2024-09-06T06:01:17.319Z | info: running `cargo check --bins` on dns-server-api (40/158) |
2150 | 2024-09-06T06:01:18.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2151 | 2024-09-06T06:01:18.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2152 | 2024-09-06T06:01:18.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2153 | 2024-09-06T06:01:18.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2154 | 2024-09-06T06:01:18.194Z | |
2155 | 2024-09-06T06:01:18.194Z | info: running `cargo check --bins` on dns-service-client (41/158) |
2156 | 2024-09-06T06:01:18.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2157 | 2024-09-06T06:01:19.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2158 | 2024-09-06T06:01:19.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2159 | 2024-09-06T06:01:19.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2160 | 2024-09-06T06:01:19.066Z | |
2161 | 2024-09-06T06:01:19.067Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
2162 | 2024-09-06T06:01:19.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2163 | 2024-09-06T06:01:19.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2164 | 2024-09-06T06:01:19.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2165 | 2024-09-06T06:01:19.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2166 | 2024-09-06T06:01:20.022Z | |
2167 | 2024-09-06T06:01:20.022Z | info: running `cargo check --bins` on gateway-types (43/158) |
2168 | 2024-09-06T06:01:20.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2169 | 2024-09-06T06:01:20.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2170 | 2024-09-06T06:01:20.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2171 | 2024-09-06T06:01:20.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2172 | 2024-09-06T06:01:20.894Z | |
2173 | 2024-09-06T06:01:20.894Z | info: running `cargo check --bins` on ipcc (44/158) |
2174 | 2024-09-06T06:01:21.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2175 | 2024-09-06T06:01:21.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2176 | 2024-09-06T06:01:21.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2177 | 2024-09-06T06:01:21.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2178 | 2024-09-06T06:01:21.781Z | |
2179 | 2024-09-06T06:01:21.781Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
2180 | 2024-09-06T06:01:22.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2181 | 2024-09-06T06:01:22.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2182 | 2024-09-06T06:01:22.777Z | Compiling rustls-pki-types v1.7.0 |
2183 | 2024-09-06T06:01:22.801Z | Compiling match_cfg v0.1.0 |
2184 | 2024-09-06T06:01:22.801Z | Checking num-rational v0.4.2 |
2185 | 2024-09-06T06:01:22.801Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2186 | 2024-09-06T06:01:22.801Z | Compiling slog-json v2.6.1 |
2187 | 2024-09-06T06:01:22.825Z | Compiling http v1.1.0 |
2188 | 2024-09-06T06:01:22.825Z | Checking num-complex v0.4.6 |
2189 | 2024-09-06T06:01:22.825Z | Compiling atomic-waker v1.1.2 |
2190 | 2024-09-06T06:01:23.015Z | Compiling hostname v0.3.1 |
2191 | 2024-09-06T06:01:23.038Z | Compiling prettyplease v0.2.20 |
2192 | 2024-09-06T06:01:23.214Z | Compiling rustls-webpki v0.102.4 |
2193 | 2024-09-06T06:01:23.252Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2194 | 2024-09-06T06:01:23.328Z | Compiling rustls-pemfile v2.1.3 |
2195 | 2024-09-06T06:01:23.352Z | Compiling slog-bunyan v2.5.0 |
2196 | 2024-09-06T06:01:23.407Z | Compiling waitgroup v0.1.2 |
2197 | 2024-09-06T06:01:23.464Z | Compiling async-stream v0.3.5 |
2198 | 2024-09-06T06:01:23.542Z | Compiling toml v0.8.19 |
2199 | 2024-09-06T06:01:23.568Z | Compiling newtype-uuid v1.1.0 |
2200 | 2024-09-06T06:01:23.622Z | Compiling ipnetwork v0.20.0 |
2201 | 2024-09-06T06:01:23.649Z | Checking num v0.4.3 |
2202 | 2024-09-06T06:01:23.745Z | Compiling serde_path_to_error v0.1.16 |
2203 | 2024-09-06T06:01:23.768Z | Compiling hostname v0.4.0 |
2204 | 2024-09-06T06:01:23.768Z | Compiling instant v0.1.12 |
2205 | 2024-09-06T06:01:23.842Z | Compiling debug-ignore v1.0.5 |
2206 | 2024-09-06T06:01:23.928Z | Checking float-ord v0.3.2 |
2207 | 2024-09-06T06:01:23.980Z | Compiling rustls v0.22.4 |
2208 | 2024-09-06T06:01:24.003Z | Compiling semver v0.1.20 |
2209 | 2024-09-06T06:01:24.062Z | Compiling radium v0.7.0 |
2210 | 2024-09-06T06:01:24.416Z | Compiling multer v3.1.0 |
2211 | 2024-09-06T06:01:24.483Z | Compiling rustc_version v0.1.7 |
2212 | 2024-09-06T06:01:24.506Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2213 | 2024-09-06T06:01:24.591Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2214 | 2024-09-06T06:01:24.935Z | Compiling backoff v0.4.0 |
2215 | 2024-09-06T06:01:25.011Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2216 | 2024-09-06T06:01:25.036Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2217 | 2024-09-06T06:01:25.060Z | Compiling parse-display v0.10.0 |
2218 | 2024-09-06T06:01:25.248Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2219 | 2024-09-06T06:01:25.271Z | Compiling serde_with v3.9.0 |
2220 | 2024-09-06T06:01:25.320Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2221 | 2024-09-06T06:01:25.473Z | Compiling macaddr v1.0.1 |
2222 | 2024-09-06T06:01:25.671Z | Checking tap v1.0.1 |
2223 | 2024-09-06T06:01:25.829Z | Compiling maybe-uninit v2.0.0 |
2224 | 2024-09-06T06:01:25.865Z | Checking wyz v0.5.1 |
2225 | 2024-09-06T06:01:26.271Z | Compiling newtype_derive v0.1.6 |
2226 | 2024-09-06T06:01:26.353Z | Checking password-hash v0.5.0 |
2227 | 2024-09-06T06:01:26.527Z | Checking blake2 v0.10.6 |
2228 | 2024-09-06T06:01:26.645Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2229 | 2024-09-06T06:01:26.752Z | Checking crc-catalog v2.4.0 |
2230 | 2024-09-06T06:01:26.889Z | Compiling packed_struct v0.10.1 |
2231 | 2024-09-06T06:01:26.912Z | Checking funty v2.0.0 |
2232 | 2024-09-06T06:01:27.035Z | Checking argon2 v0.5.3 |
2233 | 2024-09-06T06:01:27.296Z | Checking crc v3.2.1 |
2234 | 2024-09-06T06:01:27.647Z | Compiling tokio-rustls v0.25.0 |
2235 | 2024-09-06T06:01:27.673Z | Compiling packed_struct_codegen v0.10.1 |
2236 | 2024-09-06T06:01:27.734Z | Checking bitvec v1.0.1 |
2237 | 2024-09-06T06:01:28.001Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2238 | 2024-09-06T06:01:28.566Z | Compiling cookie v0.18.1 |
2239 | 2024-09-06T06:01:28.649Z | Compiling indexmap v1.9.3 |
2240 | 2024-09-06T06:01:28.831Z | Checking half v2.4.1 |
2241 | 2024-09-06T06:01:28.915Z | Checking ciborium-io v0.2.2 |
2242 | 2024-09-06T06:01:29.024Z | Checking nodrop v0.1.14 |
2243 | 2024-09-06T06:01:29.127Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2244 | 2024-09-06T06:01:29.238Z | Checking ciborium-ll v0.2.2 |
2245 | 2024-09-06T06:01:29.415Z | Checking array-init v0.0.4 |
2246 | 2024-09-06T06:01:29.717Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2247 | 2024-09-06T06:01:29.993Z | Checking smallvec v0.6.14 |
2248 | 2024-09-06T06:01:30.100Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2249 | 2024-09-06T06:01:30.331Z | Compiling memoffset v0.9.1 |
2250 | 2024-09-06T06:01:30.390Z | Checking highway v1.2.0 |
2251 | 2024-09-06T06:01:30.647Z | Checking hashbrown v0.12.3 |
2252 | 2024-09-06T06:01:30.737Z | Checking bitfield v0.14.0 |
2253 | 2024-09-06T06:01:30.791Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2254 | 2024-09-06T06:01:31.001Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2255 | 2024-09-06T06:01:31.152Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2256 | 2024-09-06T06:01:31.821Z | Checking env_logger v0.10.2 |
2257 | 2024-09-06T06:01:32.054Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2258 | 2024-09-06T06:01:32.108Z | Checking serde-hex v0.1.0 |
2259 | 2024-09-06T06:01:32.202Z | Checking steno v0.4.1 |
2260 | 2024-09-06T06:01:32.227Z | Checking bzip2 v0.4.4 |
2261 | 2024-09-06T06:01:32.505Z | Checking ciborium v0.2.2 |
2262 | 2024-09-06T06:01:32.768Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2263 | 2024-09-06T06:01:32.793Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2264 | 2024-09-06T06:01:32.987Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2265 | 2024-09-06T06:01:33.352Z | Checking ron v0.8.1 |
2266 | 2024-09-06T06:01:33.377Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2267 | 2024-09-06T06:01:33.963Z | Checking x509-cert v0.2.5 |
2268 | 2024-09-06T06:01:34.234Z | Checking hashbrown v0.13.2 |
2269 | 2024-09-06T06:01:34.423Z | Compiling derive-where v1.2.7 |
2270 | 2024-09-06T06:01:35.086Z | Checking crc-any v2.5.0 |
2271 | 2024-09-06T06:01:35.338Z | Checking object v0.30.4 |
2272 | 2024-09-06T06:01:35.396Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2273 | 2024-09-06T06:01:35.468Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2274 | 2024-09-06T06:01:35.570Z | Checking zip v0.6.6 |
2275 | 2024-09-06T06:01:35.714Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2276 | 2024-09-06T06:01:35.953Z | Checking path-slash v0.1.5 |
2277 | 2024-09-06T06:01:36.051Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2278 | 2024-09-06T06:01:36.085Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2279 | 2024-09-06T06:01:36.151Z | Checking nix v0.27.1 |
2280 | 2024-09-06T06:01:36.451Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2281 | 2024-09-06T06:01:36.670Z | Checking kstat-rs v0.2.4 |
2282 | 2024-09-06T06:01:36.770Z | Checking serde-big-array v0.5.1 |
2283 | 2024-09-06T06:01:36.964Z | Checking signal-hook-tokio v0.3.1 |
2284 | 2024-09-06T06:01:37.315Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2285 | 2024-09-06T06:01:38.445Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2286 | 2024-09-06T06:01:42.401Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2287 | 2024-09-06T06:01:44.056Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2288 | 2024-09-06T06:01:47.011Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2289 | 2024-09-06T06:01:49.512Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2290 | 2024-09-06T06:01:50.688Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2291 | 2024-09-06T06:01:50.993Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2292 | 2024-09-06T06:01:56.500Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2293 | 2024-09-06T06:01:57.302Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2294 | 2024-09-06T06:02:00.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.90s |
2295 | 2024-09-06T06:02:00.845Z | |
2296 | 2024-09-06T06:02:00.845Z | info: running `cargo check --bins` on gateway-api (46/158) |
2297 | 2024-09-06T06:02:01.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2298 | 2024-09-06T06:02:01.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2299 | 2024-09-06T06:02:01.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2300 | 2024-09-06T06:02:01.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2301 | 2024-09-06T06:02:01.743Z | |
2302 | 2024-09-06T06:02:01.743Z | info: running `cargo check --bins` on oximeter (47/158) |
2303 | 2024-09-06T06:02:02.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2304 | 2024-09-06T06:02:02.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2305 | 2024-09-06T06:02:02.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2306 | 2024-09-06T06:02:02.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2307 | 2024-09-06T06:02:02.646Z | |
2308 | 2024-09-06T06:02:02.646Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
2309 | 2024-09-06T06:02:03.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2310 | 2024-09-06T06:02:03.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2311 | 2024-09-06T06:02:03.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2312 | 2024-09-06T06:02:03.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2313 | 2024-09-06T06:02:03.538Z | |
2314 | 2024-09-06T06:02:03.538Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
2315 | 2024-09-06T06:02:04.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2316 | 2024-09-06T06:02:04.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2317 | 2024-09-06T06:02:04.445Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2318 | 2024-09-06T06:02:04.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2319 | 2024-09-06T06:02:05.008Z | |
2320 | 2024-09-06T06:02:05.008Z | info: running `cargo check --bins` on oximeter-types (50/158) |
2321 | 2024-09-06T06:02:05.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2322 | 2024-09-06T06:02:05.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2323 | 2024-09-06T06:02:05.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2324 | 2024-09-06T06:02:05.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2325 | 2024-09-06T06:02:05.923Z | |
2326 | 2024-09-06T06:02:05.923Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
2327 | 2024-09-06T06:02:06.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2328 | 2024-09-06T06:02:06.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2329 | 2024-09-06T06:02:06.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2330 | 2024-09-06T06:02:06.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2331 | 2024-09-06T06:02:06.818Z | |
2332 | 2024-09-06T06:02:06.818Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
2333 | 2024-09-06T06:02:07.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2024-09-06T06:02:07.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2024-09-06T06:02:07.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2336 | 2024-09-06T06:02:07.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2337 | 2024-09-06T06:02:07.681Z | |
2338 | 2024-09-06T06:02:07.681Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
2339 | 2024-09-06T06:02:08.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2024-09-06T06:02:08.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2024-09-06T06:02:08.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2342 | 2024-09-06T06:02:08.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2343 | 2024-09-06T06:02:08.599Z | |
2344 | 2024-09-06T06:02:08.599Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
2345 | 2024-09-06T06:02:09.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2024-09-06T06:02:09.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2024-09-06T06:02:09.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2348 | 2024-09-06T06:02:09.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2349 | 2024-09-06T06:02:09.495Z | |
2350 | 2024-09-06T06:02:09.495Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
2351 | 2024-09-06T06:02:10.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2024-09-06T06:02:10.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2024-09-06T06:02:10.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2354 | 2024-09-06T06:02:10.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2355 | 2024-09-06T06:02:10.376Z | |
2356 | 2024-09-06T06:02:10.376Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
2357 | 2024-09-06T06:02:11.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2358 | 2024-09-06T06:02:11.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2359 | 2024-09-06T06:02:11.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2360 | 2024-09-06T06:02:11.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2361 | 2024-09-06T06:02:11.259Z | |
2362 | 2024-09-06T06:02:11.259Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
2363 | 2024-09-06T06:02:12.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2364 | 2024-09-06T06:02:12.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2365 | 2024-09-06T06:02:12.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2366 | 2024-09-06T06:02:12.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2367 | 2024-09-06T06:02:12.133Z | |
2368 | 2024-09-06T06:02:12.133Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
2369 | 2024-09-06T06:02:12.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2370 | 2024-09-06T06:02:12.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2371 | 2024-09-06T06:02:12.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2372 | 2024-09-06T06:02:12.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2373 | 2024-09-06T06:02:13.025Z | |
2374 | 2024-09-06T06:02:13.025Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
2375 | 2024-09-06T06:02:13.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2024-09-06T06:02:13.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2024-09-06T06:02:13.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2378 | 2024-09-06T06:02:13.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2379 | 2024-09-06T06:02:13.949Z | |
2380 | 2024-09-06T06:02:13.949Z | info: running `cargo check --bins` on internal-dns (60/158) |
2381 | 2024-09-06T06:02:14.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2024-09-06T06:02:14.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2024-09-06T06:02:14.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2384 | 2024-09-06T06:02:14.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2385 | 2024-09-06T06:02:14.837Z | |
2386 | 2024-09-06T06:02:14.837Z | info: running `cargo check --bins` on nexus-client (61/158) |
2387 | 2024-09-06T06:02:15.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-09-06T06:02:15.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-09-06T06:02:15.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2390 | 2024-09-06T06:02:15.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2391 | 2024-09-06T06:02:15.741Z | |
2392 | 2024-09-06T06:02:15.741Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
2393 | 2024-09-06T06:02:16.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-09-06T06:02:16.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-09-06T06:02:16.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2396 | 2024-09-06T06:02:16.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2397 | 2024-09-06T06:02:16.655Z | |
2398 | 2024-09-06T06:02:16.655Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
2399 | 2024-09-06T06:02:17.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-09-06T06:02:17.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-09-06T06:02:17.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2402 | 2024-09-06T06:02:17.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2403 | 2024-09-06T06:02:17.564Z | |
2404 | 2024-09-06T06:02:17.564Z | info: running `cargo check --bins` on nexus-types (64/158) |
2405 | 2024-09-06T06:02:18.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2024-09-06T06:02:18.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2024-09-06T06:02:18.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2408 | 2024-09-06T06:02:18.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2409 | 2024-09-06T06:02:18.494Z | |
2410 | 2024-09-06T06:02:18.494Z | info: running `cargo check --bins` on gateway-client (65/158) |
2411 | 2024-09-06T06:02:19.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2024-09-06T06:02:19.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2024-09-06T06:02:19.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2414 | 2024-09-06T06:02:19.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2415 | 2024-09-06T06:02:19.360Z | |
2416 | 2024-09-06T06:02:19.360Z | info: running `cargo check --bins` on oxql-types (66/158) |
2417 | 2024-09-06T06:02:20.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2024-09-06T06:02:20.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2024-09-06T06:02:20.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2420 | 2024-09-06T06:02:20.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2421 | 2024-09-06T06:02:20.247Z | |
2422 | 2024-09-06T06:02:20.247Z | info: running `cargo check --bins` on sp-sim (67/158) |
2423 | 2024-09-06T06:02:21.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2024-09-06T06:02:21.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2024-09-06T06:02:21.140Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2426 | 2024-09-06T06:02:23.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
2427 | 2024-09-06T06:02:23.487Z | |
2428 | 2024-09-06T06:02:23.487Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158) |
2429 | 2024-09-06T06:02:24.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2024-09-06T06:02:24.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2024-09-06T06:02:24.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2024-09-06T06:02:24.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2433 | 2024-09-06T06:02:24.448Z | |
2434 | 2024-09-06T06:02:24.448Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158) |
2435 | 2024-09-06T06:02:25.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2024-09-06T06:02:25.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2024-09-06T06:02:25.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2024-09-06T06:02:25.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2439 | 2024-09-06T06:02:25.430Z | |
2440 | 2024-09-06T06:02:25.430Z | info: running `cargo check --bins` on db-macros (70/158) |
2441 | 2024-09-06T06:02:26.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2024-09-06T06:02:26.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2024-09-06T06:02:26.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2024-09-06T06:02:26.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2445 | 2024-09-06T06:02:26.302Z | |
2446 | 2024-09-06T06:02:26.302Z | info: running `cargo check --bins` on nexus-macros-common (71/158) |
2447 | 2024-09-06T06:02:27.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2024-09-06T06:02:27.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2024-09-06T06:02:27.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2450 | 2024-09-06T06:02:27.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2451 | 2024-09-06T06:02:27.152Z | |
2452 | 2024-09-06T06:02:27.152Z | info: running `cargo check --bins` on nexus-auth (72/158) |
2453 | 2024-09-06T06:02:27.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2024-09-06T06:02:28.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2024-09-06T06:02:28.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2024-09-06T06:02:28.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2457 | 2024-09-06T06:02:28.068Z | |
2458 | 2024-09-06T06:02:28.068Z | info: running `cargo check --bins` on authz-macros (73/158) |
2459 | 2024-09-06T06:02:28.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2024-09-06T06:02:28.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2024-09-06T06:02:28.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2024-09-06T06:02:28.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2463 | 2024-09-06T06:02:28.944Z | |
2464 | 2024-09-06T06:02:28.944Z | info: running `cargo check --bins` on nexus-db-fixed-data (74/158) |
2465 | 2024-09-06T06:02:29.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2024-09-06T06:02:29.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2024-09-06T06:02:29.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2468 | 2024-09-06T06:02:29.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2469 | 2024-09-06T06:02:29.847Z | |
2470 | 2024-09-06T06:02:29.847Z | info: running `cargo check --bins` on nexus-db-model (75/158) |
2471 | 2024-09-06T06:02:30.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2024-09-06T06:02:30.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2024-09-06T06:02:30.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2474 | 2024-09-06T06:02:30.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2475 | 2024-09-06T06:02:30.741Z | |
2476 | 2024-09-06T06:02:30.741Z | info: running `cargo check --bins` on nexus-defaults (76/158) |
2477 | 2024-09-06T06:02:31.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2024-09-06T06:02:31.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2024-09-06T06:02:31.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2480 | 2024-09-06T06:02:31.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2481 | 2024-09-06T06:02:31.600Z | |
2482 | 2024-09-06T06:02:31.600Z | info: running `cargo check --bins` on sled-agent-client (77/158) |
2483 | 2024-09-06T06:02:32.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2024-09-06T06:02:32.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2024-09-06T06:02:32.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2486 | 2024-09-06T06:02:32.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2487 | 2024-09-06T06:02:32.523Z | |
2488 | 2024-09-06T06:02:32.524Z | info: running `cargo check --bins` on nexus-inventory (78/158) |
2489 | 2024-09-06T06:02:33.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2024-09-06T06:02:33.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2024-09-06T06:02:33.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2492 | 2024-09-06T06:02:33.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2493 | 2024-09-06T06:02:33.450Z | |
2494 | 2024-09-06T06:02:33.451Z | info: running `cargo check --bins` on typed-rng (79/158) |
2495 | 2024-09-06T06:02:34.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2024-09-06T06:02:34.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2024-09-06T06:02:34.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2498 | 2024-09-06T06:02:34.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2499 | 2024-09-06T06:02:34.302Z | |
2500 | 2024-09-06T06:02:34.302Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158) |
2501 | 2024-09-06T06:02:35.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2024-09-06T06:02:35.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2024-09-06T06:02:35.319Z | Compiling rayon-core v1.12.1 |
2504 | 2024-09-06T06:02:35.343Z | Compiling crossbeam-deque v0.8.5 |
2505 | 2024-09-06T06:02:35.343Z | Compiling curve25519-dalek v4.1.3 |
2506 | 2024-09-06T06:02:35.344Z | Compiling unicase v2.7.0 |
2507 | 2024-09-06T06:02:35.344Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2508 | 2024-09-06T06:02:35.344Z | Checking keccak v0.1.5 |
2509 | 2024-09-06T06:02:35.344Z | Compiling same-file v1.0.6 |
2510 | 2024-09-06T06:02:35.344Z | Compiling tempfile v3.10.1 |
2511 | 2024-09-06T06:02:35.633Z | Compiling walkdir v2.5.0 |
2512 | 2024-09-06T06:02:35.657Z | Checking sha3 v0.10.8 |
2513 | 2024-09-06T06:02:35.684Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2514 | 2024-09-06T06:02:35.919Z | Compiling thiserror-impl-no-std v2.0.2 |
2515 | 2024-09-06T06:02:35.978Z | Checking universal-hash v0.5.1 |
2516 | 2024-09-06T06:02:36.010Z | Checking secrecy v0.8.0 |
2517 | 2024-09-06T06:02:36.105Z | Compiling blake3 v1.5.1 |
2518 | 2024-09-06T06:02:36.132Z | Compiling ring v0.16.20 |
2519 | 2024-09-06T06:02:36.175Z | Compiling curve25519-dalek-derive v0.1.1 |
2520 | 2024-09-06T06:02:36.199Z | Checking opaque-debug v0.3.1 |
2521 | 2024-09-06T06:02:36.223Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2522 | 2024-09-06T06:02:36.290Z | Checking poly1305 v0.8.0 |
2523 | 2024-09-06T06:02:36.314Z | Checking chacha20 v0.9.1 |
2524 | 2024-09-06T06:02:36.484Z | Compiling rayon v1.10.0 |
2525 | 2024-09-06T06:02:36.615Z | Checking aead v0.5.2 |
2526 | 2024-09-06T06:02:36.718Z | Compiling memmap2 v0.9.4 |
2527 | 2024-09-06T06:02:36.813Z | Compiling arrayvec v0.7.4 |
2528 | 2024-09-06T06:02:37.118Z | Compiling spin v0.5.2 |
2529 | 2024-09-06T06:02:37.173Z | Compiling home v0.5.9 |
2530 | 2024-09-06T06:02:37.296Z | Compiling constant_time_eq v0.3.0 |
2531 | 2024-09-06T06:02:37.362Z | Compiling untrusted v0.7.1 |
2532 | 2024-09-06T06:02:37.386Z | Compiling arrayref v0.3.7 |
2533 | 2024-09-06T06:02:37.446Z | Compiling libefi-sys v0.1.0 |
2534 | 2024-09-06T06:02:37.473Z | Compiling toolchain_find v0.4.0 |
2535 | 2024-09-06T06:02:37.497Z | Checking chacha20poly1305 v0.10.1 |
2536 | 2024-09-06T06:02:37.736Z | Compiling camino-tempfile v1.1.1 |
2537 | 2024-09-06T06:02:37.802Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2538 | 2024-09-06T06:02:38.014Z | Compiling bitfield-struct v0.6.1 |
2539 | 2024-09-06T06:02:38.067Z | Compiling topological-sort v0.2.2 |
2540 | 2024-09-06T06:02:38.147Z | Compiling cancel-safe-futures v0.1.5 |
2541 | 2024-09-06T06:02:38.274Z | Compiling mime_guess v2.0.4 |
2542 | 2024-09-06T06:02:38.486Z | Compiling rustfmt-wrapper v0.2.1 |
2543 | 2024-09-06T06:02:38.646Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2544 | 2024-09-06T06:02:38.670Z | Checking thiserror-no-std v2.0.2 |
2545 | 2024-09-06T06:02:38.771Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2546 | 2024-09-06T06:02:38.996Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2547 | 2024-09-06T06:02:39.072Z | Checking vsss-rs v3.3.4 |
2548 | 2024-09-06T06:02:39.111Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2549 | 2024-09-06T06:02:39.256Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2550 | 2024-09-06T06:02:39.451Z | Checking gethostname v0.5.0 |
2551 | 2024-09-06T06:02:39.562Z | Checking libsw v3.3.1 |
2552 | 2024-09-06T06:02:39.586Z | Checking swrite v0.1.0 |
2553 | 2024-09-06T06:02:39.635Z | Checking linear-map v1.2.0 |
2554 | 2024-09-06T06:02:39.685Z | Checking owo-colors v4.0.0 |
2555 | 2024-09-06T06:02:39.746Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2556 | 2024-09-06T06:02:39.925Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2557 | 2024-09-06T06:02:40.312Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2558 | 2024-09-06T06:02:40.403Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2559 | 2024-09-06T06:02:40.561Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2560 | 2024-09-06T06:02:40.795Z | Checking nanorand v0.7.0 |
2561 | 2024-09-06T06:02:41.110Z | Compiling omicron-zone-package v0.11.0 |
2562 | 2024-09-06T06:02:41.142Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2563 | 2024-09-06T06:02:41.172Z | Checking http-range v0.1.5 |
2564 | 2024-09-06T06:02:41.334Z | Checking glob v0.3.1 |
2565 | 2024-09-06T06:02:41.365Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2566 | 2024-09-06T06:02:41.474Z | Checking hyper-staticfile v0.9.5 |
2567 | 2024-09-06T06:02:41.621Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2568 | 2024-09-06T06:02:41.842Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2569 | 2024-09-06T06:02:41.948Z | Checking flume v0.11.0 |
2570 | 2024-09-06T06:02:42.147Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2571 | 2024-09-06T06:02:42.416Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2572 | 2024-09-06T06:02:42.584Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2573 | 2024-09-06T06:02:43.172Z | Checking itertools v0.13.0 |
2574 | 2024-09-06T06:02:43.479Z | Checking display-error-chain v0.2.1 |
2575 | 2024-09-06T06:02:43.716Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2576 | 2024-09-06T06:02:44.038Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2577 | 2024-09-06T06:02:45.465Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2578 | 2024-09-06T06:02:47.057Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2579 | 2024-09-06T06:02:47.081Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2580 | 2024-09-06T06:03:00.343Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2581 | 2024-09-06T06:03:15.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.62s |
2582 | 2024-09-06T06:03:16.091Z | |
2583 | 2024-09-06T06:03:16.091Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158) |
2584 | 2024-09-06T06:03:16.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-09-06T06:03:17.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-09-06T06:03:17.171Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2587 | 2024-09-06T06:03:32.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.77s |
2588 | 2024-09-06T06:03:33.037Z | |
2589 | 2024-09-06T06:03:33.037Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158) |
2590 | 2024-09-06T06:03:33.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-09-06T06:03:33.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-09-06T06:03:34.116Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2593 | 2024-09-06T06:03:49.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.53s |
2594 | 2024-09-06T06:03:49.735Z | |
2595 | 2024-09-06T06:03:49.735Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158) |
2596 | 2024-09-06T06:03:50.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2024-09-06T06:03:50.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2024-09-06T06:03:50.739Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2599 | 2024-09-06T06:04:06.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.88s |
2600 | 2024-09-06T06:04:06.809Z | |
2601 | 2024-09-06T06:04:06.809Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158) |
2602 | 2024-09-06T06:04:07.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2024-09-06T06:04:07.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2024-09-06T06:04:07.854Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2605 | 2024-09-06T06:04:23.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.49s |
2606 | 2024-09-06T06:04:23.481Z | |
2607 | 2024-09-06T06:04:23.481Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158) |
2608 | 2024-09-06T06:04:24.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2024-09-06T06:04:24.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2024-09-06T06:04:24.489Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2611 | 2024-09-06T06:04:40.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.58s |
2612 | 2024-09-06T06:04:40.235Z | |
2613 | 2024-09-06T06:04:40.235Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158) |
2614 | 2024-09-06T06:04:41.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2024-09-06T06:04:41.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2024-09-06T06:04:41.257Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2617 | 2024-09-06T06:04:56.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.40s |
2618 | 2024-09-06T06:04:56.806Z | |
2619 | 2024-09-06T06:04:56.806Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158) |
2620 | 2024-09-06T06:04:57.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2024-09-06T06:04:57.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2024-09-06T06:04:57.828Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2623 | 2024-09-06T06:05:13.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.59s |
2624 | 2024-09-06T06:05:13.569Z | |
2625 | 2024-09-06T06:05:13.569Z | info: running `cargo check --bins` on bootstrap-agent-api (88/158) |
2626 | 2024-09-06T06:05:14.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2024-09-06T06:05:14.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2024-09-06T06:05:14.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2024-09-06T06:05:14.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2630 | 2024-09-06T06:05:14.523Z | |
2631 | 2024-09-06T06:05:14.523Z | info: running `cargo check --bins` on sled-agent-types (89/158) |
2632 | 2024-09-06T06:05:15.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2024-09-06T06:05:15.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2024-09-06T06:05:15.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2024-09-06T06:05:15.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2636 | 2024-09-06T06:05:15.487Z | |
2637 | 2024-09-06T06:05:15.487Z | info: running `cargo check --bins` on bootstrap-agent-client (90/158) |
2638 | 2024-09-06T06:05:16.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-09-06T06:05:16.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-09-06T06:05:16.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2024-09-06T06:05:16.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2642 | 2024-09-06T06:05:16.418Z | |
2643 | 2024-09-06T06:05:16.418Z | info: running `cargo check --bins` on dpd-client (91/158) |
2644 | 2024-09-06T06:05:17.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2024-09-06T06:05:17.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2024-09-06T06:05:17.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2024-09-06T06:05:17.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2648 | 2024-09-06T06:05:17.320Z | |
2649 | 2024-09-06T06:05:17.320Z | info: running `cargo check --bins` on installinator-common (92/158) |
2650 | 2024-09-06T06:05:18.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-09-06T06:05:18.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-09-06T06:05:18.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2024-09-06T06:05:18.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2654 | 2024-09-06T06:05:18.210Z | |
2655 | 2024-09-06T06:05:18.210Z | info: running `cargo check --bins` on update-engine (93/158) |
2656 | 2024-09-06T06:05:18.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-09-06T06:05:18.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-09-06T06:05:18.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2024-09-06T06:05:18.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2660 | 2024-09-06T06:05:19.051Z | |
2661 | 2024-09-06T06:05:19.051Z | info: running `cargo check --bins` on key-manager (94/158) |
2662 | 2024-09-06T06:05:19.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-09-06T06:05:19.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-09-06T06:05:19.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2024-09-06T06:05:19.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2666 | 2024-09-06T06:05:19.961Z | |
2667 | 2024-09-06T06:05:19.961Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
2668 | 2024-09-06T06:05:20.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-09-06T06:05:20.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-09-06T06:05:20.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2024-09-06T06:05:20.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2672 | 2024-09-06T06:05:20.867Z | |
2673 | 2024-09-06T06:05:20.867Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
2674 | 2024-09-06T06:05:21.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2024-09-06T06:05:21.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2024-09-06T06:05:21.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2024-09-06T06:05:21.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2678 | 2024-09-06T06:05:21.805Z | |
2679 | 2024-09-06T06:05:21.805Z | info: running `cargo check --bins` on sled-hardware (97/158) |
2680 | 2024-09-06T06:05:22.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-09-06T06:05:22.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-09-06T06:05:22.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2024-09-06T06:05:22.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2684 | 2024-09-06T06:05:22.689Z | |
2685 | 2024-09-06T06:05:22.689Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
2686 | 2024-09-06T06:05:23.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2024-09-06T06:05:23.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2024-09-06T06:05:23.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2024-09-06T06:05:23.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2690 | 2024-09-06T06:05:23.609Z | |
2691 | 2024-09-06T06:05:23.609Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
2692 | 2024-09-06T06:05:24.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2024-09-06T06:05:24.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2024-09-06T06:05:24.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2024-09-06T06:05:24.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2696 | 2024-09-06T06:05:24.537Z | |
2697 | 2024-09-06T06:05:24.537Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
2698 | 2024-09-06T06:05:25.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2024-09-06T06:05:25.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2024-09-06T06:05:25.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2024-09-06T06:05:25.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2702 | 2024-09-06T06:05:25.483Z | |
2703 | 2024-09-06T06:05:25.483Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
2704 | 2024-09-06T06:05:26.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2024-09-06T06:05:26.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2024-09-06T06:05:26.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2024-09-06T06:05:26.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2708 | 2024-09-06T06:05:26.434Z | |
2709 | 2024-09-06T06:05:26.434Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
2710 | 2024-09-06T06:05:27.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2024-09-06T06:05:27.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2024-09-06T06:05:27.411Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2713 | 2024-09-06T06:05:27.411Z | Checking bcs v0.1.6 |
2714 | 2024-09-06T06:05:27.411Z | Compiling async-recursion v1.1.1 |
2715 | 2024-09-06T06:05:27.411Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2716 | 2024-09-06T06:05:27.435Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2717 | 2024-09-06T06:05:28.614Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2718 | 2024-09-06T06:05:32.739Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2719 | 2024-09-06T06:05:34.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.48s |
2720 | 2024-09-06T06:05:35.092Z | |
2721 | 2024-09-06T06:05:35.092Z | info: running `cargo check --bins` on oximeter-api (103/158) |
2722 | 2024-09-06T06:05:35.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2024-09-06T06:05:35.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2024-09-06T06:05:35.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2024-09-06T06:05:35.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2726 | 2024-09-06T06:05:36.010Z | |
2727 | 2024-09-06T06:05:36.010Z | info: running `cargo check --bins` on oximeter-client (104/158) |
2728 | 2024-09-06T06:05:36.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2024-09-06T06:05:36.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2024-09-06T06:05:36.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2024-09-06T06:05:36.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2732 | 2024-09-06T06:05:36.970Z | |
2733 | 2024-09-06T06:05:36.970Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
2734 | 2024-09-06T06:05:37.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2024-09-06T06:05:37.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2024-09-06T06:05:37.914Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2737 | 2024-09-06T06:05:38.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
2738 | 2024-09-06T06:05:38.734Z | |
2739 | 2024-09-06T06:05:38.734Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
2740 | 2024-09-06T06:05:39.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2024-09-06T06:05:39.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2024-09-06T06:05:39.722Z | Compiling cfg_aliases v0.1.1 |
2743 | 2024-09-06T06:05:39.722Z | Compiling vte_generate_state_changes v0.1.1 |
2744 | 2024-09-06T06:05:39.747Z | Checking fd-lock v4.0.2 |
2745 | 2024-09-06T06:05:39.747Z | Checking bytecount v0.6.8 |
2746 | 2024-09-06T06:05:39.747Z | Compiling tabled_derive v0.7.0 |
2747 | 2024-09-06T06:05:39.747Z | Checking crossterm v0.27.0 |
2748 | 2024-09-06T06:05:39.747Z | Compiling peg-macros v0.8.4 |
2749 | 2024-09-06T06:05:39.747Z | Compiling sqlparser_derive v0.2.2 |
2750 | 2024-09-06T06:05:39.888Z | Compiling nix v0.28.0 |
2751 | 2024-09-06T06:05:39.931Z | Checking nu-ansi-term v0.50.0 |
2752 | 2024-09-06T06:05:39.980Z | Checking papergrid v0.11.0 |
2753 | 2024-09-06T06:05:40.295Z | Checking unicode_categories v0.1.1 |
2754 | 2024-09-06T06:05:40.360Z | Checking vte v0.11.1 |
2755 | 2024-09-06T06:05:40.585Z | Checking home v0.5.9 |
2756 | 2024-09-06T06:05:40.721Z | Checking sqlformat v0.2.4 |
2757 | 2024-09-06T06:05:40.785Z | Checking sqlparser v0.45.0 |
2758 | 2024-09-06T06:05:41.321Z | Checking crossterm v0.28.1 |
2759 | 2024-09-06T06:05:41.515Z | Checking strip-ansi-escapes v0.2.0 |
2760 | 2024-09-06T06:05:41.648Z | Checking reedline v0.33.0 |
2761 | 2024-09-06T06:05:42.068Z | Checking tabled v0.15.0 |
2762 | 2024-09-06T06:05:42.693Z | Checking peg v0.8.4 |
2763 | 2024-09-06T06:05:42.862Z | Checking rustyline v14.0.0 |
2764 | 2024-09-06T06:05:48.649Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2765 | 2024-09-06T06:05:55.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.53s |
2766 | 2024-09-06T06:05:55.424Z | |
2767 | 2024-09-06T06:05:55.425Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
2768 | 2024-09-06T06:05:56.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-09-06T06:05:56.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-09-06T06:05:56.412Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2771 | 2024-09-06T06:06:03.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.66s |
2772 | 2024-09-06T06:06:03.243Z | |
2773 | 2024-09-06T06:06:03.243Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
2774 | 2024-09-06T06:06:04.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-09-06T06:06:04.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-09-06T06:06:04.149Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2777 | 2024-09-06T06:06:10.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.20s |
2778 | 2024-09-06T06:06:10.607Z | |
2779 | 2024-09-06T06:06:10.607Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
2780 | 2024-09-06T06:06:11.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-09-06T06:06:11.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-09-06T06:06:11.615Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2783 | 2024-09-06T06:06:16.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s |
2784 | 2024-09-06T06:06:17.140Z | |
2785 | 2024-09-06T06:06:17.140Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
2786 | 2024-09-06T06:06:17.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-09-06T06:06:17.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-09-06T06:06:17.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2024-09-06T06:06:17.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2790 | 2024-09-06T06:06:18.075Z | |
2791 | 2024-09-06T06:06:18.075Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
2792 | 2024-09-06T06:06:18.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-09-06T06:06:18.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-09-06T06:06:18.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-09-06T06:06:18.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2796 | 2024-09-06T06:06:18.987Z | |
2797 | 2024-09-06T06:06:18.987Z | info: running `cargo check --bins` on installinator-client (112/158) |
2798 | 2024-09-06T06:06:19.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-09-06T06:06:19.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-09-06T06:06:19.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-09-06T06:06:19.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2802 | 2024-09-06T06:06:19.935Z | |
2803 | 2024-09-06T06:06:19.935Z | info: running `cargo check --bins` on oxide-client (113/158) |
2804 | 2024-09-06T06:06:20.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-09-06T06:06:20.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-09-06T06:06:20.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-09-06T06:06:20.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2808 | 2024-09-06T06:06:20.857Z | |
2809 | 2024-09-06T06:06:20.858Z | info: running `cargo check --bins` on wicketd-client (114/158) |
2810 | 2024-09-06T06:06:21.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-09-06T06:06:21.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-09-06T06:06:21.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-09-06T06:06:21.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2814 | 2024-09-06T06:06:21.851Z | |
2815 | 2024-09-06T06:06:21.851Z | info: running `cargo check --bins` on wicket-common (115/158) |
2816 | 2024-09-06T06:06:22.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-09-06T06:06:22.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-09-06T06:06:22.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2024-09-06T06:06:22.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2820 | 2024-09-06T06:06:22.823Z | |
2821 | 2024-09-06T06:06:22.823Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
2822 | 2024-09-06T06:06:23.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-09-06T06:06:23.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-09-06T06:06:23.761Z | Checking csv-core v0.1.11 |
2825 | 2024-09-06T06:06:23.785Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2826 | 2024-09-06T06:06:24.085Z | Checking csv v1.3.0 |
2827 | 2024-09-06T06:06:24.817Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2828 | 2024-09-06T06:06:25.270Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2829 | 2024-09-06T06:06:26.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
2830 | 2024-09-06T06:06:26.995Z | |
2831 | 2024-09-06T06:06:26.995Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
2832 | 2024-09-06T06:06:27.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-09-06T06:06:27.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-09-06T06:06:27.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2024-09-06T06:06:27.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2836 | 2024-09-06T06:06:27.924Z | |
2837 | 2024-09-06T06:06:27.924Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
2838 | 2024-09-06T06:06:28.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-09-06T06:06:28.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-09-06T06:06:28.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-09-06T06:06:28.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2842 | 2024-09-06T06:06:28.841Z | |
2843 | 2024-09-06T06:06:28.841Z | info: running `cargo check --bins` on cert-dev (119/158) |
2844 | 2024-09-06T06:06:29.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-09-06T06:06:29.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-09-06T06:06:29.711Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2847 | 2024-09-06T06:06:29.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
2848 | 2024-09-06T06:06:30.115Z | |
2849 | 2024-09-06T06:06:30.115Z | info: running `cargo check --bins` on ch-dev (120/158) |
2850 | 2024-09-06T06:06:30.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-09-06T06:06:30.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-09-06T06:06:31.086Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2853 | 2024-09-06T06:06:31.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
2854 | 2024-09-06T06:06:32.133Z | |
2855 | 2024-09-06T06:06:32.133Z | info: running `cargo check --bins` on crdb-seed (121/158) |
2856 | 2024-09-06T06:06:33.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-09-06T06:06:33.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-09-06T06:06:33.115Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2859 | 2024-09-06T06:06:33.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2860 | 2024-09-06T06:06:33.612Z | |
2861 | 2024-09-06T06:06:33.612Z | info: running `cargo check --bins` on db-dev (122/158) |
2862 | 2024-09-06T06:06:34.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-09-06T06:06:34.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-09-06T06:06:34.566Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2865 | 2024-09-06T06:06:35.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
2866 | 2024-09-06T06:06:35.574Z | |
2867 | 2024-09-06T06:06:35.574Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
2868 | 2024-09-06T06:06:36.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-09-06T06:06:36.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-09-06T06:06:36.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2024-09-06T06:06:36.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2872 | 2024-09-06T06:06:36.532Z | |
2873 | 2024-09-06T06:06:36.532Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
2874 | 2024-09-06T06:06:37.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-09-06T06:06:37.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-09-06T06:06:37.372Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2877 | 2024-09-06T06:06:38.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
2878 | 2024-09-06T06:06:38.566Z | |
2879 | 2024-09-06T06:06:38.566Z | info: running `cargo check --bins` on mgs-dev (125/158) |
2880 | 2024-09-06T06:06:39.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-09-06T06:06:39.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-09-06T06:06:39.609Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2883 | 2024-09-06T06:06:40.325Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2884 | 2024-09-06T06:06:40.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
2885 | 2024-09-06T06:06:41.114Z | |
2886 | 2024-09-06T06:06:41.114Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
2887 | 2024-09-06T06:06:42.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2024-09-06T06:06:42.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2024-09-06T06:06:42.307Z | Compiling glob v0.3.1 |
2890 | 2024-09-06T06:06:42.307Z | Compiling crunchy v0.2.2 |
2891 | 2024-09-06T06:06:42.331Z | Compiling tiny-keccak v2.0.2 |
2892 | 2024-09-06T06:06:42.331Z | Compiling dsl_auto_type v0.1.2 |
2893 | 2024-09-06T06:06:42.331Z | Checking scheduled-thread-pool v0.2.7 |
2894 | 2024-09-06T06:06:42.331Z | Compiling diesel_table_macro_syntax v0.2.0 |
2895 | 2024-09-06T06:06:42.357Z | Compiling ascii-canvas v3.0.0 |
2896 | 2024-09-06T06:06:42.393Z | Compiling ena v0.14.3 |
2897 | 2024-09-06T06:06:42.623Z | Checking r2d2 v0.8.10 |
2898 | 2024-09-06T06:06:42.667Z | Compiling libloading v0.8.3 |
2899 | 2024-09-06T06:06:42.784Z | Compiling diff v0.1.13 |
2900 | 2024-09-06T06:06:42.832Z | Compiling bindgen v0.69.4 |
2901 | 2024-09-06T06:06:42.918Z | Compiling regex-syntax v0.6.29 |
2902 | 2024-09-06T06:06:42.942Z | Compiling which v4.4.2 |
2903 | 2024-09-06T06:06:43.060Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2904 | 2024-09-06T06:06:43.215Z | Compiling clang-sys v1.7.0 |
2905 | 2024-09-06T06:06:43.285Z | Compiling cexpr v0.6.0 |
2906 | 2024-09-06T06:06:43.397Z | Compiling ref-cast v1.0.23 |
2907 | 2024-09-06T06:06:43.536Z | Compiling lazycell v1.3.0 |
2908 | 2024-09-06T06:06:43.561Z | Compiling rustc-hash v1.1.0 |
2909 | 2024-09-06T06:06:43.598Z | Compiling shlex v1.3.0 |
2910 | 2024-09-06T06:06:43.711Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2911 | 2024-09-06T06:06:43.736Z | Compiling derive_builder_core v0.20.0 |
2912 | 2024-09-06T06:06:43.894Z | Compiling diesel_derives v2.2.2 |
2913 | 2024-09-06T06:06:43.984Z | Compiling libxml v0.3.3 |
2914 | 2024-09-06T06:06:44.010Z | Compiling ref-cast-impl v1.0.23 |
2915 | 2024-09-06T06:06:44.034Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2916 | 2024-09-06T06:06:44.390Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2917 | 2024-09-06T06:06:44.466Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2918 | 2024-09-06T06:06:44.729Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2919 | 2024-09-06T06:06:44.840Z | Compiling strum_macros v0.24.3 |
2920 | 2024-09-06T06:06:45.071Z | Compiling dropshot v0.10.1 |
2921 | 2024-09-06T06:06:45.169Z | Compiling indoc v1.0.9 |
2922 | 2024-09-06T06:06:45.841Z | Compiling lalrpop v0.19.12 |
2923 | 2024-09-06T06:06:46.111Z | Compiling derive_builder_macro v0.20.0 |
2924 | 2024-09-06T06:06:47.112Z | Checking derive_builder v0.20.0 |
2925 | 2024-09-06T06:06:47.320Z | Checking tungstenite v0.23.0 |
2926 | 2024-09-06T06:06:47.501Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2927 | 2024-09-06T06:06:47.785Z | Compiling dropshot_endpoint v0.10.1 |
2928 | 2024-09-06T06:06:48.170Z | Compiling oso-derive v0.27.3 |
2929 | 2024-09-06T06:06:48.194Z | Compiling impl-trait-for-tuples v0.2.2 |
2930 | 2024-09-06T06:06:48.194Z | Checking quick-xml v0.31.0 |
2931 | 2024-09-06T06:06:49.079Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2932 | 2024-09-06T06:06:49.343Z | Checking maplit v1.0.2 |
2933 | 2024-09-06T06:06:49.519Z | Checking tokio-tungstenite v0.23.1 |
2934 | 2024-09-06T06:06:49.967Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2935 | 2024-09-06T06:06:49.991Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2936 | 2024-09-06T06:06:50.259Z | Checking bb8 v0.8.5 |
2937 | 2024-09-06T06:06:50.670Z | Compiling const_format_proc_macros v0.2.32 |
2938 | 2024-09-06T06:06:51.474Z | Checking crossbeam-deque v0.8.5 |
2939 | 2024-09-06T06:06:51.832Z | Compiling portable-atomic v1.6.0 |
2940 | 2024-09-06T06:06:52.600Z | Checking const_format v0.2.32 |
2941 | 2024-09-06T06:06:52.840Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2942 | 2024-09-06T06:06:52.864Z | Checking rayon-core v1.12.1 |
2943 | 2024-09-06T06:06:53.033Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2944 | 2024-09-06T06:06:53.287Z | Checking castaway v0.2.3 |
2945 | 2024-09-06T06:06:53.444Z | Checking compact_str v0.8.0 |
2946 | 2024-09-06T06:06:53.492Z | Checking rayon v1.10.0 |
2947 | 2024-09-06T06:06:54.673Z | Checking diesel v2.2.3 |
2948 | 2024-09-06T06:06:54.833Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2949 | 2024-09-06T06:06:55.017Z | Checking unicode-truncate v1.0.0 |
2950 | 2024-09-06T06:06:55.146Z | Checking lru v0.12.3 |
2951 | 2024-09-06T06:06:55.261Z | Compiling instability v0.3.2 |
2952 | 2024-09-06T06:06:55.338Z | Checking number_prefix v0.4.0 |
2953 | 2024-09-06T06:06:55.455Z | Checking unicode-linebreak v0.1.5 |
2954 | 2024-09-06T06:06:55.531Z | Checking cassowary v0.3.0 |
2955 | 2024-09-06T06:06:55.555Z | Checking smawk v0.3.2 |
2956 | 2024-09-06T06:06:55.776Z | Checking multimap v0.10.0 |
2957 | 2024-09-06T06:06:55.847Z | Checking textwrap v0.16.1 |
2958 | 2024-09-06T06:06:56.220Z | Checking ratatui v0.28.0 |
2959 | 2024-09-06T06:06:57.012Z | Checking indicatif v0.17.8 |
2960 | 2024-09-06T06:07:14.426Z | Compiling samael v0.0.15 |
2961 | 2024-09-06T06:07:25.784Z | Checking async-bb8-diesel v0.2.1 |
2962 | 2024-09-06T06:07:27.992Z | Compiling polar-core v0.27.3 |
2963 | 2024-09-06T06:07:37.108Z | Checking oso v0.27.3 |
2964 | 2024-09-06T06:08:54.539Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2965 | 2024-09-06T06:09:01.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
2966 | 2024-09-06T06:09:02.107Z | |
2967 | 2024-09-06T06:09:02.107Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158) |
2968 | 2024-09-06T06:09:03.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2024-09-06T06:09:03.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2024-09-06T06:09:03.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2971 | 2024-09-06T06:09:03.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2972 | 2024-09-06T06:09:03.165Z | |
2973 | 2024-09-06T06:09:03.165Z | info: running `cargo check --bins` on nexus-saga-recovery (128/158) |
2974 | 2024-09-06T06:09:04.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2024-09-06T06:09:04.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2024-09-06T06:09:04.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2977 | 2024-09-06T06:09:04.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2978 | 2024-09-06T06:09:04.124Z | |
2979 | 2024-09-06T06:09:04.124Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/158) |
2980 | 2024-09-06T06:09:04.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2024-09-06T06:09:04.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2024-09-06T06:09:04.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2983 | 2024-09-06T06:09:04.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2984 | 2024-09-06T06:09:04.995Z | |
2985 | 2024-09-06T06:09:04.995Z | info: running `cargo check --bins` on omicron-nexus (130/158) |
2986 | 2024-09-06T06:09:05.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-09-06T06:09:05.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-09-06T06:09:06.154Z | Compiling libz-sys v1.1.16 |
2989 | 2024-09-06T06:09:06.185Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2990 | 2024-09-06T06:09:06.209Z | Compiling vergen v8.3.2 |
2991 | 2024-09-06T06:09:06.209Z | Compiling cargo-platform v0.1.8 |
2992 | 2024-09-06T06:09:06.209Z | Compiling pin-project-internal v1.1.5 |
2993 | 2024-09-06T06:09:06.261Z | Compiling snafu-derive v0.8.2 |
2994 | 2024-09-06T06:09:06.261Z | Compiling libsqlite3-sys v0.28.0 |
2995 | 2024-09-06T06:09:06.285Z | Compiling buf-list v1.0.3 |
2996 | 2024-09-06T06:09:06.519Z | Compiling cfg_aliases v0.2.1 |
2997 | 2024-09-06T06:09:06.625Z | Compiling cargo_metadata v0.18.1 |
2998 | 2024-09-06T06:09:06.777Z | Compiling nix v0.29.0 |
2999 | 2024-09-06T06:09:06.822Z | Checking globset v0.4.14 |
3000 | 2024-09-06T06:09:06.935Z | Checking olpc-cjson v0.1.3 |
3001 | 2024-09-06T06:09:07.075Z | Checking rand_seeder v0.3.0 |
3002 | 2024-09-06T06:09:07.135Z | Checking serde_plain v1.0.2 |
3003 | 2024-09-06T06:09:07.329Z | Checking typed-path v0.7.1 |
3004 | 2024-09-06T06:09:07.353Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3005 | 2024-09-06T06:09:07.609Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3006 | 2024-09-06T06:09:07.685Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3007 | 2024-09-06T06:09:07.879Z | Checking hashlink v0.9.1 |
3008 | 2024-09-06T06:09:07.903Z | Checking fallible-streaming-iterator v0.1.9 |
3009 | 2024-09-06T06:09:07.960Z | Checking parse-size v1.0.0 |
3010 | 2024-09-06T06:09:08.107Z | Checking fallible-iterator v0.3.0 |
3011 | 2024-09-06T06:09:08.410Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3012 | 2024-09-06T06:09:08.621Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3013 | 2024-09-06T06:09:08.675Z | Checking rusqlite v0.31.0 |
3014 | 2024-09-06T06:09:08.894Z | Checking pin-project v1.1.5 |
3015 | 2024-09-06T06:09:09.017Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3016 | 2024-09-06T06:09:09.041Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3017 | 2024-09-06T06:09:09.235Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3018 | 2024-09-06T06:09:09.296Z | Checking twox-hash v1.6.3 |
3019 | 2024-09-06T06:09:09.362Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3020 | 2024-09-06T06:09:09.597Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3021 | 2024-09-06T06:09:09.810Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3022 | 2024-09-06T06:09:10.074Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3023 | 2024-09-06T06:09:10.237Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
3024 | 2024-09-06T06:09:10.517Z | Checking fatfs v0.3.6 |
3025 | 2024-09-06T06:09:10.831Z | Checking assert_matches v1.5.0 |
3026 | 2024-09-06T06:09:11.160Z | Checking snafu v0.8.2 |
3027 | 2024-09-06T06:09:11.612Z | Checking tough v0.17.1 |
3028 | 2024-09-06T06:09:15.702Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3029 | 2024-09-06T06:09:17.210Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3030 | 2024-09-06T06:09:17.564Z | Compiling git2 v0.19.0 |
3031 | 2024-09-06T06:09:23.820Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
3032 | 2024-09-06T06:10:30.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
3033 | 2024-09-06T06:10:30.235Z | |
3034 | 2024-09-06T06:10:30.235Z | info: running `cargo check --bins` on nexus-external-api (131/158) |
3035 | 2024-09-06T06:10:31.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2024-09-06T06:10:31.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2024-09-06T06:10:31.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2024-09-06T06:10:31.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3039 | 2024-09-06T06:10:31.218Z | |
3040 | 2024-09-06T06:10:31.218Z | info: running `cargo check --bins` on openapi-manager-types (132/158) |
3041 | 2024-09-06T06:10:32.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2024-09-06T06:10:32.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2024-09-06T06:10:32.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2024-09-06T06:10:32.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3045 | 2024-09-06T06:10:32.142Z | |
3046 | 2024-09-06T06:10:32.142Z | info: running `cargo check --bins` on nexus-internal-api (133/158) |
3047 | 2024-09-06T06:10:32.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2024-09-06T06:10:33.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2024-09-06T06:10:33.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2024-09-06T06:10:33.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3051 | 2024-09-06T06:10:33.095Z | |
3052 | 2024-09-06T06:10:33.095Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (134/158) |
3053 | 2024-09-06T06:10:33.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2024-09-06T06:10:33.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2024-09-06T06:10:33.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2024-09-06T06:10:33.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3057 | 2024-09-06T06:10:34.077Z | |
3058 | 2024-09-06T06:10:34.077Z | info: running `cargo check --bins` on nexus-networking (135/158) |
3059 | 2024-09-06T06:10:34.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-09-06T06:10:34.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-09-06T06:10:34.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2024-09-06T06:10:34.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3063 | 2024-09-06T06:10:35.092Z | |
3064 | 2024-09-06T06:10:35.092Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (136/158) |
3065 | 2024-09-06T06:10:35.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-09-06T06:10:35.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-09-06T06:10:35.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2024-09-06T06:10:35.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3069 | 2024-09-06T06:10:36.021Z | |
3070 | 2024-09-06T06:10:36.021Z | info: running `cargo check --bins` on update-common (137/158) |
3071 | 2024-09-06T06:10:36.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-09-06T06:10:36.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-09-06T06:10:36.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2024-09-06T06:10:36.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3075 | 2024-09-06T06:10:36.965Z | |
3076 | 2024-09-06T06:10:36.965Z | info: running `cargo check --bins` on tufaceous-lib (138/158) |
3077 | 2024-09-06T06:10:37.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2024-09-06T06:10:37.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2024-09-06T06:10:37.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3080 | 2024-09-06T06:10:37.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3081 | 2024-09-06T06:10:37.887Z | |
3082 | 2024-09-06T06:10:37.887Z | info: running `cargo check --bins` on tufaceous (139/158) |
3083 | 2024-09-06T06:10:38.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-09-06T06:10:38.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-09-06T06:10:38.869Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3086 | 2024-09-06T06:10:39.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
3087 | 2024-09-06T06:10:40.125Z | |
3088 | 2024-09-06T06:10:40.125Z | info: running `cargo check --bins` on omicron-dev (140/158) |
3089 | 2024-09-06T06:10:41.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2024-09-06T06:10:41.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2024-09-06T06:10:41.395Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3092 | 2024-09-06T06:10:41.395Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3093 | 2024-09-06T06:10:41.419Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3094 | 2024-09-06T06:10:43.142Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3095 | 2024-09-06T06:10:46.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s |
3096 | 2024-09-06T06:10:46.547Z | |
3097 | 2024-09-06T06:10:46.547Z | info: running `cargo check --bins` on openapi-manager (141/158) |
3098 | 2024-09-06T06:10:47.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2024-09-06T06:10:47.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2024-09-06T06:10:47.575Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3101 | 2024-09-06T06:10:47.575Z | Checking heck v0.4.1 |
3102 | 2024-09-06T06:10:47.599Z | Checking is_ci v1.2.0 |
3103 | 2024-09-06T06:10:47.599Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3104 | 2024-09-06T06:10:47.599Z | Checking indent_write v2.2.0 |
3105 | 2024-09-06T06:10:47.788Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3106 | 2024-09-06T06:10:47.812Z | Checking supports-color v3.0.0 |
3107 | 2024-09-06T06:10:49.540Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3108 | 2024-09-06T06:10:50.557Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3109 | 2024-09-06T06:10:51.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
3110 | 2024-09-06T06:10:52.019Z | |
3111 | 2024-09-06T06:10:52.019Z | info: running `cargo check --bins` on installinator-api (142/158) |
3112 | 2024-09-06T06:10:52.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-09-06T06:10:52.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-09-06T06:10:52.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3115 | 2024-09-06T06:10:52.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3116 | 2024-09-06T06:10:52.947Z | |
3117 | 2024-09-06T06:10:52.947Z | info: running `cargo check --bins` on wicketd-api (143/158) |
3118 | 2024-09-06T06:10:53.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2024-09-06T06:10:53.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2024-09-06T06:10:53.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3121 | 2024-09-06T06:10:53.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3122 | 2024-09-06T06:10:53.874Z | |
3123 | 2024-09-06T06:10:53.874Z | info: running `cargo check --bins` on reconfigurator-cli (144/158) |
3124 | 2024-09-06T06:10:54.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2024-09-06T06:10:54.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2024-09-06T06:10:54.921Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3127 | 2024-09-06T06:10:56.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
3128 | 2024-09-06T06:10:56.561Z | |
3129 | 2024-09-06T06:10:56.561Z | info: running `cargo check --bins` on omicron-releng (145/158) |
3130 | 2024-09-06T06:10:57.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3131 | 2024-09-06T06:10:57.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3132 | 2024-09-06T06:10:57.504Z | Checking memmap2 v0.9.4 |
3133 | 2024-09-06T06:10:57.504Z | Checking constant_time_eq v0.3.0 |
3134 | 2024-09-06T06:10:57.504Z | Checking untrusted v0.7.1 |
3135 | 2024-09-06T06:10:57.504Z | Checking arrayref v0.3.7 |
3136 | 2024-09-06T06:10:57.504Z | Checking spin v0.5.2 |
3137 | 2024-09-06T06:10:57.528Z | Checking arrayvec v0.7.4 |
3138 | 2024-09-06T06:10:57.528Z | Checking cargo-platform v0.1.8 |
3139 | 2024-09-06T06:10:57.528Z | Checking topological-sort v0.2.2 |
3140 | 2024-09-06T06:10:57.649Z | Checking shell-words v1.1.0 |
3141 | 2024-09-06T06:10:57.800Z | Checking ring v0.16.20 |
3142 | 2024-09-06T06:10:57.870Z | Checking blake3 v1.5.1 |
3143 | 2024-09-06T06:10:57.899Z | Checking cargo_metadata v0.18.1 |
3144 | 2024-09-06T06:10:59.240Z | Checking omicron-zone-package v0.11.0 |
3145 | 2024-09-06T06:11:00.653Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3146 | 2024-09-06T06:11:01.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s |
3147 | 2024-09-06T06:11:01.948Z | |
3148 | 2024-09-06T06:11:01.948Z | info: running `cargo check --bins` on xtask (146/158) |
3149 | 2024-09-06T06:11:02.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2024-09-06T06:11:02.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2024-09-06T06:11:02.663Z | Checking bitflags v2.6.0 |
3152 | 2024-09-06T06:11:02.663Z | Checking serde v1.0.208 |
3153 | 2024-09-06T06:11:02.663Z | Checking thiserror v1.0.63 |
3154 | 2024-09-06T06:11:02.663Z | Checking scroll v0.12.0 |
3155 | 2024-09-06T06:11:02.697Z | Checking log v0.4.21 |
3156 | 2024-09-06T06:11:02.723Z | Checking hashbrown v0.14.5 |
3157 | 2024-09-06T06:11:02.746Z | Checking zerocopy v0.7.34 |
3158 | 2024-09-06T06:11:02.770Z | Checking syn v2.0.74 |
3159 | 2024-09-06T06:11:02.843Z | Checking pest v2.7.10 |
3160 | 2024-09-06T06:11:02.929Z | Checking rustix v0.38.34 |
3161 | 2024-09-06T06:11:02.968Z | Checking fs-err v2.11.0 |
3162 | 2024-09-06T06:11:03.139Z | Checking goblin v0.8.2 |
3163 | 2024-09-06T06:11:03.249Z | Checking tabled v0.15.0 |
3164 | 2024-09-06T06:11:03.745Z | Checking indexmap v2.4.0 |
3165 | 2024-09-06T06:11:03.951Z | Checking anyhow v1.0.86 |
3166 | 2024-09-06T06:11:04.549Z | Checking terminal_size v0.3.0 |
3167 | 2024-09-06T06:11:04.549Z | Checking tempfile v3.10.1 |
3168 | 2024-09-06T06:11:04.715Z | Checking clap_builder v4.5.15 |
3169 | 2024-09-06T06:11:04.957Z | Checking dtrace-parser v0.2.0 |
3170 | 2024-09-06T06:11:06.908Z | Checking serde_json v1.0.125 |
3171 | 2024-09-06T06:11:06.908Z | Checking toml_datetime v0.6.8 |
3172 | 2024-09-06T06:11:06.932Z | Checking serde_spanned v0.6.7 |
3173 | 2024-09-06T06:11:06.932Z | Checking camino v1.1.9 |
3174 | 2024-09-06T06:11:06.932Z | Checking cargo-platform v0.1.8 |
3175 | 2024-09-06T06:11:07.058Z | Checking semver v1.0.23 |
3176 | 2024-09-06T06:11:07.114Z | Checking macaddr v1.0.1 |
3177 | 2024-09-06T06:11:07.257Z | Checking toml_edit v0.22.20 |
3178 | 2024-09-06T06:11:07.394Z | Checking clap v4.5.16 |
3179 | 2024-09-06T06:11:07.420Z | Checking camino-tempfile v1.1.1 |
3180 | 2024-09-06T06:11:08.179Z | Checking dof v0.3.0 |
3181 | 2024-09-06T06:11:08.179Z | Checking cargo_metadata v0.18.1 |
3182 | 2024-09-06T06:11:08.678Z | Checking usdt-impl v0.5.0 |
3183 | 2024-09-06T06:11:09.138Z | Checking usdt v0.5.0 |
3184 | 2024-09-06T06:11:09.388Z | Checking toml v0.8.19 |
3185 | 2024-09-06T06:11:09.987Z | Checking cargo_toml v0.20.4 |
3186 | 2024-09-06T06:11:11.586Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3187 | 2024-09-06T06:11:12.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.43s |
3188 | 2024-09-06T06:11:12.489Z | |
3189 | 2024-09-06T06:11:12.489Z | info: running `cargo check --bins` on end-to-end-tests (147/158) |
3190 | 2024-09-06T06:11:13.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2024-09-06T06:11:13.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2024-09-06T06:11:13.595Z | Checking polyval v0.6.2 |
3193 | 2024-09-06T06:11:13.595Z | Checking rfc6979 v0.4.0 |
3194 | 2024-09-06T06:11:13.640Z | Checking primeorder v0.13.6 |
3195 | 2024-09-06T06:11:13.640Z | Checking ctr v0.9.2 |
3196 | 2024-09-06T06:11:13.679Z | Checking ed25519 v2.2.3 |
3197 | 2024-09-06T06:11:13.703Z | Checking ssh-encoding v0.2.0 |
3198 | 2024-09-06T06:11:13.703Z | Checking blowfish v0.9.1 |
3199 | 2024-09-06T06:11:13.734Z | Checking password-hash v0.4.2 |
3200 | 2024-09-06T06:11:13.792Z | Checking ecdsa v0.16.9 |
3201 | 2024-09-06T06:11:13.849Z | Checking ghash v0.5.1 |
3202 | 2024-09-06T06:11:13.891Z | Checking matches v0.1.10 |
3203 | 2024-09-06T06:11:13.914Z | Checking bcrypt-pbkdf v0.10.0 |
3204 | 2024-09-06T06:11:13.942Z | Checking ed25519-dalek v2.1.1 |
3205 | 2024-09-06T06:11:13.981Z | Checking idna v0.2.3 |
3206 | 2024-09-06T06:11:14.004Z | Checking aes-gcm v0.10.3 |
3207 | 2024-09-06T06:11:14.031Z | Compiling enum-as-inner v0.5.1 |
3208 | 2024-09-06T06:11:14.103Z | Checking russh-cryptovec v0.7.2 |
3209 | 2024-09-06T06:11:14.126Z | Checking pbkdf2 v0.11.0 |
3210 | 2024-09-06T06:11:14.149Z | Checking md5 v0.7.0 |
3211 | 2024-09-06T06:11:14.208Z | Checking ssh-cipher v0.2.0 |
3212 | 2024-09-06T06:11:14.278Z | Checking num-bigint v0.4.5 |
3213 | 2024-09-06T06:11:14.301Z | Checking des v0.8.1 |
3214 | 2024-09-06T06:11:14.361Z | Checking hex-literal v0.4.1 |
3215 | 2024-09-06T06:11:14.392Z | Compiling dhcproto-macros v0.1.0 |
3216 | 2024-09-06T06:11:14.415Z | Checking p521 v0.13.3 |
3217 | 2024-09-06T06:11:14.478Z | Checking ssh-key v0.6.6 |
3218 | 2024-09-06T06:11:14.501Z | Checking p256 v0.13.2 |
3219 | 2024-09-06T06:11:14.539Z | Checking p384 v0.13.0 |
3220 | 2024-09-06T06:11:14.686Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3221 | 2024-09-06T06:11:14.910Z | Checking trust-dns-proto v0.22.0 |
3222 | 2024-09-06T06:11:14.933Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3223 | 2024-09-06T06:11:15.237Z | Checking internet-checksum v0.2.1 |
3224 | 2024-09-06T06:11:15.934Z | Checking russh-keys v0.45.0 |
3225 | 2024-09-06T06:11:17.062Z | Checking russh v0.45.0 |
3226 | 2024-09-06T06:11:18.054Z | Checking dhcproto v0.12.0 |
3227 | 2024-09-06T06:11:39.257Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3228 | 2024-09-06T06:11:40.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.42s |
3229 | 2024-09-06T06:11:41.088Z | |
3230 | 2024-09-06T06:11:41.088Z | info: running `cargo check --bins` on gateway-cli (148/158) |
3231 | 2024-09-06T06:11:41.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2024-09-06T06:11:41.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2024-09-06T06:11:41.996Z | Checking termios v0.3.3 |
3234 | 2024-09-06T06:11:42.183Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3235 | 2024-09-06T06:11:43.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
3236 | 2024-09-06T06:11:43.331Z | |
3237 | 2024-09-06T06:11:43.331Z | info: running `cargo check --bins --no-default-features` on installinator (149/158) |
3238 | 2024-09-06T06:11:44.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2024-09-06T06:11:44.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2024-09-06T06:11:44.306Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3241 | 2024-09-06T06:11:46.766Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3242 | 2024-09-06T06:11:49.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
3243 | 2024-09-06T06:11:49.264Z | |
3244 | 2024-09-06T06:11:49.264Z | info: running `cargo check --bins` on internal-dns-cli (150/158) |
3245 | 2024-09-06T06:11:50.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2024-09-06T06:11:50.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2024-09-06T06:11:50.141Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3248 | 2024-09-06T06:11:50.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
3249 | 2024-09-06T06:11:50.752Z | |
3250 | 2024-09-06T06:11:50.752Z | info: running `cargo check --bins` on omicron-live-tests (151/158) |
3251 | 2024-09-06T06:11:51.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2024-09-06T06:11:51.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2024-09-06T06:11:51.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3254 | 2024-09-06T06:11:51.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3255 | 2024-09-06T06:11:51.600Z | |
3256 | 2024-09-06T06:11:51.600Z | info: running `cargo check --bins` on live-tests-macros (152/158) |
3257 | 2024-09-06T06:11:52.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2024-09-06T06:11:52.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2024-09-06T06:11:52.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3260 | 2024-09-06T06:11:52.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3261 | 2024-09-06T06:11:52.451Z | |
3262 | 2024-09-06T06:11:52.451Z | info: running `cargo check --bins` on omicron-package (153/158) |
3263 | 2024-09-06T06:11:53.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2024-09-06T06:11:53.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2024-09-06T06:11:53.406Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3266 | 2024-09-06T06:11:54.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s |
3267 | 2024-09-06T06:11:55.045Z | |
3268 | 2024-09-06T06:11:55.045Z | info: running `cargo check --bins` on wicket-dbg (154/158) |
3269 | 2024-09-06T06:11:55.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2024-09-06T06:11:55.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2024-09-06T06:11:56.013Z | Checking rtoolbox v0.0.2 |
3272 | 2024-09-06T06:11:56.013Z | Checking tui-tree-widget v0.22.0 |
3273 | 2024-09-06T06:11:56.036Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3274 | 2024-09-06T06:11:56.199Z | Checking rpassword v7.3.1 |
3275 | 2024-09-06T06:12:01.271Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3276 | 2024-09-06T06:12:04.990Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3277 | 2024-09-06T06:12:06.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
3278 | 2024-09-06T06:12:06.593Z | |
3279 | 2024-09-06T06:12:06.593Z | info: running `cargo check --bins` on wicket (155/158) |
3280 | 2024-09-06T06:12:07.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3281 | 2024-09-06T06:12:07.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3282 | 2024-09-06T06:12:07.587Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3283 | 2024-09-06T06:12:07.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3284 | 2024-09-06T06:12:08.136Z | |
3285 | 2024-09-06T06:12:08.136Z | info: running `cargo check --bins` on wicketd (156/158) |
3286 | 2024-09-06T06:12:09.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3287 | 2024-09-06T06:12:09.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3288 | 2024-09-06T06:12:09.178Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3289 | 2024-09-06T06:12:13.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
3290 | 2024-09-06T06:12:14.118Z | |
3291 | 2024-09-06T06:12:14.118Z | info: running `cargo check --bins` on omicron-workspace-hack (157/158) |
3292 | 2024-09-06T06:12:14.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2024-09-06T06:12:14.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2024-09-06T06:12:14.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3295 | 2024-09-06T06:12:14.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3296 | 2024-09-06T06:12:14.977Z | |
3297 | 2024-09-06T06:12:14.978Z | info: running `cargo check --bins` on zone-setup (158/158) |
3298 | 2024-09-06T06:12:15.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3299 | 2024-09-06T06:12:15.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3300 | 2024-09-06T06:12:15.993Z | Checking uzers v0.11.3 |
3301 | 2024-09-06T06:12:16.271Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3302 | 2024-09-06T06:12:17.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
3303 | 2024-09-06T06:12:17.759Z | |
3304 | 2024-09-06T06:12:17.759Z | real 13:16.786766255 |
3305 | 2024-09-06T06:12:17.759Z | user 24:01.224723268 |
3306 | 2024-09-06T06:12:17.759Z | sys 5:39.522413600 |
3307 | 2024-09-06T06:12:17.759Z | trap 0.615930686 |
3308 | 2024-09-06T06:12:17.759Z | tflt 1.635731209 |
3309 | 2024-09-06T06:12:17.759Z | dflt 2.589003430 |
3310 | 2024-09-06T06:12:17.759Z | kflt 0.001507059 |
3311 | 2024-09-06T06:12:17.783Z | lock 45:40.024595750 |
3312 | 2024-09-06T06:12:17.783Z | slp 2:05:40.058516947 |
3313 | 2024-09-06T06:12:17.783Z | lat 1:04.736076466 |
3314 | 2024-09-06T06:12:17.783Z | stop 2:58.097005754 |
3315 | 2024-09-06T06:12:17.783Z | process exited: duration 1045124 ms, exit code 0 |
|
3316 | 2024-09-06T06:12:17.831Z | found 0 output files |