|
|
|
1 | 2024-11-04T23:04:21.576Z | job assigned to worker 01JBWPPK1E4NW094R7YFXTPE2P (queued for 56 s) |
|
2 | 2024-11-04T23:04:30.134Z | starting task 0: "setup" |
3 | 2024-11-04T23:04:30.144Z | ++ uname -s |
4 | 2024-11-04T23:04:30.147Z | + kern=SunOS |
5 | 2024-11-04T23:04:30.147Z | + case "$kern" in |
6 | 2024-11-04T23:04:30.147Z | + [[ 0 == 12345 ]] |
7 | 2024-11-04T23:04:30.147Z | + groupadd -g 12345 build |
8 | 2024-11-04T23:04:30.149Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-04T23:04:32.163Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-04T23:04:32.269Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-04T23:04:32.272Z | + home_fs=zfs |
12 | 2024-11-04T23:04:32.272Z | + [[ zfs == autofs ]] |
13 | 2024-11-04T23:04:32.272Z | + mkdir -p /home/build |
14 | 2024-11-04T23:04:32.274Z | + chown build:build /home/build /work |
15 | 2024-11-04T23:04:34.277Z | + chmod 0700 /home/build /work |
16 | 2024-11-04T23:04:34.280Z | process exited: duration 4145 ms, exit code 0 |
|
17 | 2024-11-04T23:04:34.286Z | starting task 1: "rust-toolchain" |
18 | 2024-11-04T23:04:34.292Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-04T23:04:34.292Z | ' 1.82.0 |
20 | 2024-11-04T23:04:34.292Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-04T23:04:34.292Z | ' default |
22 | 2024-11-04T23:04:34.294Z | * toolchain channel = "1.82.0" |
23 | 2024-11-04T23:04:34.294Z | * toolchain profile = "default" |
24 | 2024-11-04T23:04:34.294Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-04T23:04:34.294Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-04T23:04:34.411Z | info: downloading installer |
27 | 2024-11-04T23:04:35.730Z | info: profile set to 'default' |
28 | 2024-11-04T23:04:35.730Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-04T23:04:35.732Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-04T23:04:35.900Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-04T23:04:35.900Z | info: downloading component 'cargo' |
32 | 2024-11-04T23:04:36.809Z | info: downloading component 'clippy' |
33 | 2024-11-04T23:04:37.163Z | info: downloading component 'rust-docs' |
34 | 2024-11-04T23:04:38.452Z | info: downloading component 'rust-std' |
35 | 2024-11-04T23:04:40.486Z | info: downloading component 'rustc' |
36 | 2024-11-04T23:04:47.107Z | info: downloading component 'rustfmt' |
37 | 2024-11-04T23:04:47.374Z | info: installing component 'cargo' |
38 | 2024-11-04T23:04:48.231Z | info: installing component 'clippy' |
39 | 2024-11-04T23:04:48.645Z | info: installing component 'rust-docs' |
40 | 2024-11-04T23:04:50.445Z | info: installing component 'rust-std' |
41 | 2024-11-04T23:04:52.414Z | info: installing component 'rustc' |
42 | 2024-11-04T23:04:58.656Z | info: installing component 'rustfmt' |
43 | 2024-11-04T23:04:59.011Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-04T23:04:59.011Z | |
45 | 2024-11-04T23:04:59.391Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-04T23:04:59.391Z | |
47 | 2024-11-04T23:04:59.393Z | |
48 | 2024-11-04T23:04:59.394Z | Rust is installed now. Great! |
49 | 2024-11-04T23:04:59.394Z | |
50 | 2024-11-04T23:04:59.394Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-04T23:04:59.394Z | environment variable. This has not been done automatically. |
52 | 2024-11-04T23:04:59.394Z | |
53 | 2024-11-04T23:04:59.394Z | To configure your current shell, you need to source |
54 | 2024-11-04T23:04:59.394Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-04T23:04:59.394Z | |
56 | 2024-11-04T23:04:59.394Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-04T23:04:59.394Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-04T23:04:59.394Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-04T23:04:59.476Z | + rustc --version |
60 | 2024-11-04T23:04:59.547Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-04T23:04:59.551Z | process exited: duration 25262 ms, exit code 0 |
|
62 | 2024-11-04T23:04:59.556Z | starting task 2: "authentication" |
63 | 2024-11-04T23:04:59.581Z | process exited: duration 25 ms, exit code 0 |
|
64 | 2024-11-04T23:04:59.587Z | starting task 3: "clone repository" |
65 | 2024-11-04T23:04:59.593Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-04T23:04:59.595Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-04T23:05:00.069Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-04T23:05:08.324Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-04T23:05:08.327Z | + git fetch origin 6c2562d95f1a78eb9842c2448a9630fba7c03900 |
70 | 2024-11-04T23:05:08.644Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-04T23:05:08.645Z | * branch 6c2562d95f1a78eb9842c2448a9630fba7c03900 -> FETCH_HEAD |
72 | 2024-11-04T23:05:08.656Z | + [[ -n range-requests ]] |
73 | 2024-11-04T23:05:08.659Z | ++ git branch --show-current |
74 | 2024-11-04T23:05:08.661Z | + current=main |
75 | 2024-11-04T23:05:08.661Z | + [[ main != range-requests ]] |
76 | 2024-11-04T23:05:08.661Z | + git branch -f range-requests 6c2562d95f1a78eb9842c2448a9630fba7c03900 |
77 | 2024-11-04T23:05:08.664Z | + git checkout -f range-requests |
78 | 2024-11-04T23:05:08.838Z | Switched to branch 'range-requests' |
79 | 2024-11-04T23:05:08.849Z | + git reset --hard 6c2562d95f1a78eb9842c2448a9630fba7c03900 |
80 | 2024-11-04T23:05:08.853Z | HEAD is now at 6c2562d95 Make it harder to see 'not satisfiable' without corresponding headers |
81 | 2024-11-04T23:05:08.856Z | process exited: duration 9266 ms, exit code 0 |
|
82 | 2024-11-04T23:05:08.862Z | starting task 4: "build" |
83 | 2024-11-04T23:05:08.867Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-04T23:05:08.867Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-04T23:05:08.867Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-04T23:05:08.867Z | + cargo --version |
87 | 2024-11-04T23:05:08.928Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-04T23:05:08.930Z | + rustc --version |
89 | 2024-11-04T23:05:08.992Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-04T23:05:08.995Z | + source ./env.sh |
91 | 2024-11-04T23:05:08.997Z | ++ OLD_SHELL_OPTS=ehxB |
92 | 2024-11-04T23:05:08.997Z | ++ set -o xtrace |
93 | 2024-11-04T23:05:08.998Z | ++++ dirname ./env.sh |
94 | 2024-11-04T23:05:09.000Z | +++ readlink -f . |
95 | 2024-11-04T23:05:09.159Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
96 | 2024-11-04T23:05:09.162Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-11-04T23:05:09.162Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-11-04T23:05:09.162Z | ++ 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 |
99 | 2024-11-04T23:05:09.162Z | ++ 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 |
100 | 2024-11-04T23:05:09.162Z | ++ 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 |
101 | 2024-11-04T23:05:09.162Z | ++ 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 |
102 | 2024-11-04T23:05:09.162Z | ++ 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 |
103 | 2024-11-04T23:05:09.162Z | ++ 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 |
104 | 2024-11-04T23:05:09.162Z | ++ case $OLD_SHELL_OPTS in |
105 | 2024-11-04T23:05:09.162Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
106 | 2024-11-04T23:05:09.162Z | + 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 |
107 | 2024-11-04T23:05:09.162Z | + 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 |
108 | 2024-11-04T23:05:09.162Z | + banner prerequisites |
109 | 2024-11-04T23:05:09.314Z | |
110 | 2024-11-04T23:05:09.314Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-11-04T23:05:09.314Z | # # # # # # # # # # # # # # # |
112 | 2024-11-04T23:05:09.314Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-11-04T23:05:09.314Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-11-04T23:05:09.314Z | # # # # # # # # # # # # # # # |
115 | 2024-11-04T23:05:09.314Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-11-04T23:05:09.314Z | |
117 | 2024-11-04T23:05:09.316Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
118 | 2024-11-04T23:05:35.309Z | Startup: Refreshing catalog 'helios-dev' ... Done |
119 | 2024-11-04T23:05:39.246Z | Startup: Caching catalogs ... Done |
120 | 2024-11-04T23:05:47.160Z | Planning: Solver setup ... Done (7.154s) |
121 | 2024-11-04T23:05:47.256Z | Planning: Running solver ... Done (0.097s) |
122 | 2024-11-04T23:05:47.519Z | Planning: Finding local manifests ... Done (0.178s) |
123 | 2024-11-04T23:05:47.534Z | Planning: Fetching manifests: 0/5 0% complete |
124 | 2024-11-04T23:05:47.785Z | Planning: Fetching manifests: 5/5 100% complete |
125 | 2024-11-04T23:05:48.155Z | Planning: Package planning ... Done (0.370s) |
126 | 2024-11-04T23:05:48.214Z | Planning: Merging actions ... Done (0.059s) |
127 | 2024-11-04T23:05:49.376Z | Planning: Checking for conflicting actions ... Done (1.161s) |
128 | 2024-11-04T23:05:57.797Z | Planning: Consolidating action changes ... Done (8.419s) |
129 | 2024-11-04T23:05:58.260Z | Planning: Evaluating mediators ... Done (0.463s) |
130 | 2024-11-04T23:05:58.345Z | Planning: Planning completed in 19.01 seconds |
131 | 2024-11-04T23:05:59.535Z | Packages to install: 4 |
132 | 2024-11-04T23:05:59.535Z | Packages to update: 1 |
133 | 2024-11-04T23:05:59.535Z | Mediators to change: 2 |
134 | 2024-11-04T23:05:59.539Z | Services to change: 1 |
135 | 2024-11-04T23:05:59.539Z | Estimated space available: 155.61 GB |
136 | 2024-11-04T23:05:59.539Z | Estimated space to be consumed: 1.59 GB |
137 | 2024-11-04T23:05:59.539Z | Create boot environment: No |
138 | 2024-11-04T23:05:59.539Z | Create backup boot environment: Yes |
139 | 2024-11-04T23:05:59.539Z | Rebuild boot archive: No |
140 | 2024-11-04T23:05:59.539Z | |
141 | 2024-11-04T23:05:59.539Z | Changed mediators: |
142 | 2024-11-04T23:05:59.539Z | mediator clang: |
143 | 2024-11-04T23:05:59.539Z | version: None -> 15 (system default) |
144 | 2024-11-04T23:05:59.539Z | |
145 | 2024-11-04T23:05:59.539Z | mediator llvm: |
146 | 2024-11-04T23:05:59.539Z | version: 14 (system default) -> 15 (system default) |
147 | 2024-11-04T23:05:59.539Z | |
148 | 2024-11-04T23:05:59.539Z | Changed packages: |
149 | 2024-11-04T23:05:59.539Z | helios-dev |
150 | 2024-11-04T23:05:59.539Z | developer/build-essential |
151 | 2024-11-04T23:05:59.539Z | None -> 11-2.0 |
152 | 2024-11-04T23:05:59.539Z | library/libxmlsec1 |
153 | 2024-11-04T23:05:59.539Z | None -> 1.2.35-2.0 |
154 | 2024-11-04T23:05:59.539Z | ooce/developer/clang-15 |
155 | 2024-11-04T23:05:59.539Z | None -> 15.0.7-2.0 |
156 | 2024-11-04T23:05:59.539Z | ooce/developer/llvm-15 |
157 | 2024-11-04T23:05:59.539Z | None -> 15.0.7-2.0 |
158 | 2024-11-04T23:05:59.539Z | package/pkg |
159 | 2024-11-04T23:05:59.539Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
160 | 2024-11-04T23:05:59.539Z | |
161 | 2024-11-04T23:05:59.539Z | Services: |
162 | 2024-11-04T23:05:59.539Z | restart_fmri: |
163 | 2024-11-04T23:05:59.539Z | svc:/system/update-man-index:default |
164 | 2024-11-04T23:05:59.539Z | |
165 | 2024-11-04T23:05:59.539Z | Editable files to change: |
166 | 2024-11-04T23:05:59.539Z | Update: |
167 | 2024-11-04T23:05:59.539Z | usr/share/lib/pkg/web/config.shtml |
168 | 2024-11-04T23:06:00.067Z | |
169 | 2024-11-04T23:06:00.067Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
170 | 2024-11-04T23:06:07.493Z | Download: 213/4281 items 1.3/220.6MB 0% complete (730k/s) |
171 | 2024-11-04T23:06:12.513Z | Download: 604/4281 items 17.5/220.6MB 7% complete (1.7M/s) |
172 | 2024-11-04T23:06:17.641Z | Download: 1193/4281 items 55.7/220.6MB 25% complete (5.6M/s) |
173 | 2024-11-04T23:06:22.645Z | Download: 1247/4281 items 89.2/220.6MB 40% complete (7.1M/s) |
174 | 2024-11-04T23:06:27.647Z | Download: 2010/4281 items 118.7/220.6MB 53% complete (6.4M/s) |
175 | 2024-11-04T23:06:41.335Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
176 | 2024-11-04T23:06:46.336Z | Download: 3130/4281 items 154.5/220.6MB 70% complete (6.9M/s) |
177 | 2024-11-04T23:06:51.875Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (10.2M/s) |
178 | 2024-11-04T23:06:57.056Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (5.0M/s) |
179 | 2024-11-04T23:06:57.160Z | Download: Completed 220.60 MB in 57.09 seconds (3.9M/s) |
180 | 2024-11-04T23:06:59.144Z | Actions: 1/5063 actions (Removing old actions) |
181 | 2024-11-04T23:06:59.163Z | Actions: 194/5063 actions (Installing new actions) |
182 | 2024-11-04T23:07:04.221Z | Actions: 4124/5063 actions (Installing new actions) |
183 | 2024-11-04T23:07:04.564Z | Actions: 4226/5063 actions (Updating modified actions) |
184 | 2024-11-04T23:07:04.921Z | Actions: Completed 5063 actions in 5.78 seconds. |
185 | 2024-11-04T23:07:05.139Z | Done (0.210s) |
186 | 2024-11-04T23:07:05.142Z | Done (0.000s) |
187 | 2024-11-04T23:07:05.653Z | Done (0.511s) |
188 | 2024-11-04T23:07:12.018Z | Done (6.155s) |
189 | 2024-11-04T23:07:12.299Z | Done (0.191s) |
190 | 2024-11-04T23:07:12.301Z | Done (0.000s) |
191 | 2024-11-04T23:07:12.469Z | Done (0.000s) |
192 | 2024-11-04T23:07:13.184Z | Planning: Evaluating mediator changes ... Done |
193 | 2024-11-04T23:07:13.382Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-11-04T23:07:13.385Z | Planning: Consolidating action changes ... Done |
195 | 2024-11-04T23:07:13.683Z | Planning: Evaluating mediators ... Done |
196 | 2024-11-04T23:07:13.686Z | Planning: Planning completed in 0.50 seconds |
197 | 2024-11-04T23:07:13.724Z | Mediators to change: 2 |
198 | 2024-11-04T23:07:13.724Z | Create boot environment: No |
199 | 2024-11-04T23:07:13.724Z | Create backup boot environment: No |
200 | 2024-11-04T23:07:13.806Z | Done |
201 | 2024-11-04T23:07:13.806Z | Done |
202 | 2024-11-04T23:07:14.144Z | Done |
203 | 2024-11-04T23:07:18.114Z | Done |
204 | 2024-11-04T23:07:18.210Z | Done |
205 | 2024-11-04T23:07:18.213Z | Done |
206 | 2024-11-04T23:07:18.316Z | Done |
207 | 2024-11-04T23:07:18.981Z | Planning: Evaluating mediator changes ... Done |
208 | 2024-11-04T23:07:18.983Z | Planning: Merging actions ... Done |
209 | 2024-11-04T23:07:19.182Z | Planning: Checking for conflicting actions ... Done |
210 | 2024-11-04T23:07:19.184Z | Planning: Consolidating action changes ... Done |
211 | 2024-11-04T23:07:19.451Z | Planning: Evaluating mediators ... Done |
212 | 2024-11-04T23:07:19.506Z | Planning: Planning completed in 0.79 seconds |
213 | 2024-11-04T23:07:19.546Z | Packages to change: 1 |
214 | 2024-11-04T23:07:19.546Z | Mediators to change: 1 |
215 | 2024-11-04T23:07:19.548Z | Services to change: 1 |
216 | 2024-11-04T23:07:19.548Z | Create boot environment: No |
217 | 2024-11-04T23:07:19.548Z | Create backup boot environment: Yes |
218 | 2024-11-04T23:07:21.491Z | Actions: 1/6 actions (Updating modified actions) |
219 | 2024-11-04T23:07:21.579Z | Actions: Completed 6 actions in 0.09 seconds. |
220 | 2024-11-04T23:07:21.582Z | Done |
221 | 2024-11-04T23:07:21.582Z | Done |
222 | 2024-11-04T23:07:21.690Z | Done |
223 | 2024-11-04T23:07:25.660Z | Done |
224 | 2024-11-04T23:07:25.754Z | Done |
225 | 2024-11-04T23:07:25.756Z | Done |
226 | 2024-11-04T23:07:26.011Z | Done |
227 | 2024-11-04T23:07:26.499Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
228 | 2024-11-04T23:07:26.499Z | clang system 15 system |
229 | 2024-11-04T23:07:26.499Z | csh system system illumos |
230 | 2024-11-04T23:07:26.499Z | ctags system system illumos |
231 | 2024-11-04T23:07:26.499Z | gcc vendor 12 vendor |
232 | 2024-11-04T23:07:26.499Z | gcc system 10 system |
233 | 2024-11-04T23:07:26.499Z | gcc system 7 system |
234 | 2024-11-04T23:07:26.499Z | go system 1.20 system |
235 | 2024-11-04T23:07:26.499Z | go system 1.19 system |
236 | 2024-11-04T23:07:26.499Z | llvm system 15 system |
237 | 2024-11-04T23:07:26.499Z | llvm system 14 system |
238 | 2024-11-04T23:07:26.499Z | mariadb system 10.6 system |
239 | 2024-11-04T23:07:26.499Z | mta vendor vendor dma |
240 | 2024-11-04T23:07:26.499Z | openjdk system 17 system |
241 | 2024-11-04T23:07:26.499Z | openjdk system 11 system |
242 | 2024-11-04T23:07:26.499Z | openjdk system 1.8 system |
243 | 2024-11-04T23:07:26.499Z | openssl vendor 3 vendor |
244 | 2024-11-04T23:07:26.499Z | perl system 5.36 system |
245 | 2024-11-04T23:07:26.499Z | postgresql system 15 system |
246 | 2024-11-04T23:07:26.499Z | postgresql system 13 system |
247 | 2024-11-04T23:07:26.499Z | python vendor 3 vendor |
248 | 2024-11-04T23:07:26.499Z | python system 2 system |
249 | 2024-11-04T23:07:26.499Z | python3 system 3.11 system |
250 | 2024-11-04T23:07:26.499Z | ruby system 3.0 system |
251 | 2024-11-04T23:07:26.499Z | words vendor vendor american-english |
252 | 2024-11-04T23:07:26.499Z | words system system australian-english |
253 | 2024-11-04T23:07:26.500Z | words system system british-english |
254 | 2024-11-04T23:07:26.500Z | words system system canadian-english |
255 | 2024-11-04T23:07:26.500Z | words system system french |
256 | 2024-11-04T23:07:26.500Z | words system system italian |
257 | 2024-11-04T23:07:26.500Z | words system system ngerman |
258 | 2024-11-04T23:07:26.500Z | words system system ogerman |
259 | 2024-11-04T23:07:26.500Z | words system system spanish |
260 | 2024-11-04T23:07:26.847Z | PUBLISHER TYPE STATUS P LOCATION |
261 | 2024-11-04T23:07:26.847Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
262 | 2024-11-04T23:07:29.324Z | FMRI IFO |
263 | 2024-11-04T23:07:29.324Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
264 | 2024-11-04T23:07:29.324Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
265 | 2024-11-04T23:07:29.324Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
266 | 2024-11-04T23:07:29.324Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
267 | 2024-11-04T23:07:29.324Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
268 | 2024-11-04T23:07:29.324Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
269 | 2024-11-04T23:07:29.324Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
270 | 2024-11-04T23:07:29.324Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
271 | 2024-11-04T23:07:29.324Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
272 | 2024-11-04T23:07:29.324Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
273 | 2024-11-04T23:07:29.324Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
274 | 2024-11-04T23:07:29.324Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
275 | 2024-11-04T23:07:29.324Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
276 | 2024-11-04T23:07:29.324Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
277 | 2024-11-04T23:07:29.324Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
278 | 2024-11-04T23:07:30.033Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
279 | 2024-11-04T23:07:30.278Z | Updating crates.io index |
280 | 2024-11-04T23:07:30.280Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
281 | 2024-11-04T23:07:31.079Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
282 | 2024-11-04T23:07:31.359Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
283 | 2024-11-04T23:07:31.625Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
284 | 2024-11-04T23:07:31.862Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
285 | 2024-11-04T23:07:32.673Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
286 | 2024-11-04T23:07:35.127Z | Updating git repository `https://github.com/oxidecomputer/opte` |
287 | 2024-11-04T23:07:36.060Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
288 | 2024-11-04T23:07:36.862Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
289 | 2024-11-04T23:07:37.092Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
290 | 2024-11-04T23:07:37.340Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
291 | 2024-11-04T23:07:37.928Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
292 | 2024-11-04T23:07:38.268Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
293 | 2024-11-04T23:07:38.602Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
294 | 2024-11-04T23:07:38.852Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
295 | 2024-11-04T23:07:39.084Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
296 | 2024-11-04T23:07:39.304Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
297 | 2024-11-04T23:07:39.584Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
298 | 2024-11-04T23:07:39.939Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
299 | 2024-11-04T23:07:40.222Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
300 | 2024-11-04T23:07:40.590Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
301 | 2024-11-04T23:07:40.994Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
302 | 2024-11-04T23:07:41.326Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
303 | 2024-11-04T23:07:41.659Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
304 | 2024-11-04T23:07:42.089Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
305 | 2024-11-04T23:07:42.376Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
306 | 2024-11-04T23:07:42.623Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
307 | 2024-11-04T23:07:43.843Z | Downloading crates ... |
308 | 2024-11-04T23:07:43.912Z | Downloaded equivalent v1.0.1 |
309 | 2024-11-04T23:07:43.921Z | Downloaded block-buffer v0.10.4 |
310 | 2024-11-04T23:07:43.927Z | Downloaded fnv v1.0.7 |
311 | 2024-11-04T23:07:43.927Z | Downloaded cargo_metadata v0.18.1 |
312 | 2024-11-04T23:07:43.927Z | Downloaded anstyle-parse v0.2.5 |
313 | 2024-11-04T23:07:43.927Z | Downloaded autocfg v1.4.0 |
314 | 2024-11-04T23:07:43.931Z | Downloaded swrite v0.1.0 |
315 | 2024-11-04T23:07:43.931Z | Downloaded pretty-hex v0.4.1 |
316 | 2024-11-04T23:07:43.935Z | Downloaded digest v0.10.7 |
317 | 2024-11-04T23:07:43.935Z | Downloaded usdt-macro v0.5.0 |
318 | 2024-11-04T23:07:43.935Z | Downloaded is_terminal_polyfill v1.70.1 |
319 | 2024-11-04T23:07:43.937Z | Downloaded colorchoice v1.0.2 |
320 | 2024-11-04T23:07:43.937Z | Downloaded cfg-if v1.0.0 |
321 | 2024-11-04T23:07:43.938Z | Downloaded generic-array v0.14.7 |
322 | 2024-11-04T23:07:43.941Z | Downloaded heck v0.4.1 |
323 | 2024-11-04T23:07:43.945Z | Downloaded camino v1.1.9 |
324 | 2024-11-04T23:07:43.948Z | Downloaded toml_datetime v0.6.8 |
325 | 2024-11-04T23:07:43.954Z | Downloaded semver v1.0.23 |
326 | 2024-11-04T23:07:43.961Z | Downloaded tempfile v3.13.0 |
327 | 2024-11-04T23:07:43.966Z | Downloaded proc-macro2 v1.0.87 |
328 | 2024-11-04T23:07:43.969Z | Downloaded thread-id v4.2.2 |
329 | 2024-11-04T23:07:43.971Z | Downloaded ryu v1.0.18 |
330 | 2024-11-04T23:07:43.974Z | Downloaded anstyle-query v1.1.1 |
331 | 2024-11-04T23:07:43.976Z | Downloaded ucd-trie v0.1.7 |
332 | 2024-11-04T23:07:43.978Z | Downloaded sha2 v0.10.8 |
333 | 2024-11-04T23:07:43.981Z | Downloaded textwrap v0.16.1 |
334 | 2024-11-04T23:07:43.984Z | Downloaded pest_meta v2.7.14 |
335 | 2024-11-04T23:07:43.987Z | Downloaded memmap v0.7.0 |
336 | 2024-11-04T23:07:43.987Z | Downloaded dtrace-parser v0.2.0 |
337 | 2024-11-04T23:07:43.987Z | Downloaded anstyle v1.0.8 |
338 | 2024-11-04T23:07:43.991Z | Downloaded log v0.4.22 |
339 | 2024-11-04T23:07:43.995Z | Downloaded bitflags v2.6.0 |
340 | 2024-11-04T23:07:44.000Z | Downloaded fastrand v2.1.1 |
341 | 2024-11-04T23:07:44.006Z | Downloaded clap_lex v0.7.2 |
342 | 2024-11-04T23:07:44.006Z | Downloaded anyhow v1.0.92 |
343 | 2024-11-04T23:07:44.010Z | Downloaded camino-tempfile v1.1.1 |
344 | 2024-11-04T23:07:44.013Z | Downloaded anstream v0.6.15 |
345 | 2024-11-04T23:07:44.018Z | Downloaded scroll_derive v0.12.0 |
346 | 2024-11-04T23:07:44.023Z | Downloaded proc-macro-error-attr v1.0.4 |
347 | 2024-11-04T23:07:44.023Z | Downloaded errno v0.3.9 |
348 | 2024-11-04T23:07:44.023Z | Downloaded dof v0.3.0 |
349 | 2024-11-04T23:07:44.023Z | Downloaded crypto-common v0.1.6 |
350 | 2024-11-04T23:07:44.027Z | Downloaded byteorder v1.5.0 |
351 | 2024-11-04T23:07:44.027Z | Downloaded heck v0.5.0 |
352 | 2024-11-04T23:07:44.027Z | Downloaded cargo-platform v0.1.8 |
353 | 2024-11-04T23:07:44.033Z | Downloaded cpufeatures v0.2.14 |
354 | 2024-11-04T23:07:44.033Z | Downloaded bytecount v0.6.8 |
355 | 2024-11-04T23:07:44.037Z | Downloaded fs-err v2.11.0 |
356 | 2024-11-04T23:07:44.043Z | Downloaded terminal_size v0.4.0 |
357 | 2024-11-04T23:07:44.043Z | Downloaded plain v0.2.3 |
358 | 2024-11-04T23:07:44.044Z | Downloaded pest_generator v2.7.14 |
359 | 2024-11-04T23:07:44.054Z | Downloaded macaddr v1.0.1 |
360 | 2024-11-04T23:07:44.054Z | Downloaded scroll v0.12.0 |
361 | 2024-11-04T23:07:44.054Z | Downloaded tabled_derive v0.7.0 |
362 | 2024-11-04T23:07:44.054Z | Downloaded smawk v0.3.2 |
363 | 2024-11-04T23:07:44.054Z | Downloaded usdt v0.5.0 |
364 | 2024-11-04T23:07:44.062Z | Downloaded thiserror-impl v1.0.64 |
365 | 2024-11-04T23:07:44.062Z | Downloaded thiserror v1.0.64 |
366 | 2024-11-04T23:07:44.062Z | Downloaded utf8parse v0.2.2 |
367 | 2024-11-04T23:07:44.062Z | Downloaded cargo_toml v0.20.5 |
368 | 2024-11-04T23:07:44.063Z | Downloaded usdt-attr-macro v0.5.0 |
369 | 2024-11-04T23:07:44.063Z | Downloaded unicode-linebreak v0.1.5 |
370 | 2024-11-04T23:07:44.063Z | Downloaded strsim v0.11.1 |
371 | 2024-11-04T23:07:44.063Z | Downloaded pest_derive v2.7.14 |
372 | 2024-11-04T23:07:44.080Z | Downloaded proc-macro-error v1.0.4 |
373 | 2024-11-04T23:07:44.081Z | Downloaded once_cell v1.20.2 |
374 | 2024-11-04T23:07:44.081Z | Downloaded serde_spanned v0.6.8 |
375 | 2024-11-04T23:07:44.081Z | Downloaded clap_derive v4.5.18 |
376 | 2024-11-04T23:07:44.081Z | Downloaded itoa v1.0.11 |
377 | 2024-11-04T23:07:44.081Z | Downloaded version_check v0.9.5 |
378 | 2024-11-04T23:07:44.092Z | Downloaded zerocopy-derive v0.7.35 |
379 | 2024-11-04T23:07:44.092Z | Downloaded usdt-impl v0.5.0 |
380 | 2024-11-04T23:07:44.092Z | Downloaded quote v1.0.37 |
381 | 2024-11-04T23:07:44.092Z | Downloaded serde_tokenstream v0.2.2 |
382 | 2024-11-04T23:07:44.093Z | Downloaded unicode-ident v1.0.13 |
383 | 2024-11-04T23:07:44.093Z | Downloaded papergrid v0.11.0 |
384 | 2024-11-04T23:07:44.101Z | Downloaded typenum v1.17.0 |
385 | 2024-11-04T23:07:44.101Z | Downloaded toml v0.8.19 |
386 | 2024-11-04T23:07:44.106Z | Downloaded serde_json v1.0.128 |
387 | 2024-11-04T23:07:44.107Z | Downloaded pest v2.7.14 |
388 | 2024-11-04T23:07:44.111Z | Downloaded indexmap v2.6.0 |
389 | 2024-11-04T23:07:44.116Z | Downloaded clap v4.5.20 |
390 | 2024-11-04T23:07:44.124Z | Downloaded serde v1.0.210 |
391 | 2024-11-04T23:07:44.128Z | Downloaded winnow v0.6.20 |
392 | 2024-11-04T23:07:44.134Z | Downloaded toml_edit v0.22.22 |
393 | 2024-11-04T23:07:44.157Z | Downloaded memchr v2.7.4 |
394 | 2024-11-04T23:07:44.162Z | Downloaded hashbrown v0.15.0 |
395 | 2024-11-04T23:07:44.166Z | Downloaded clap_builder v4.5.20 |
396 | 2024-11-04T23:07:44.173Z | Downloaded zerocopy v0.7.35 |
397 | 2024-11-04T23:07:44.189Z | Downloaded syn v2.0.79 |
398 | 2024-11-04T23:07:44.200Z | Downloaded serde_derive v1.0.210 |
399 | 2024-11-04T23:07:44.210Z | Downloaded goblin v0.8.2 |
400 | 2024-11-04T23:07:44.218Z | Downloaded unicode-width v0.1.14 |
401 | 2024-11-04T23:07:44.222Z | Downloaded tabled v0.15.0 |
402 | 2024-11-04T23:07:44.237Z | Downloaded syn v1.0.109 |
403 | 2024-11-04T23:07:44.255Z | Downloaded rustix v0.38.37 |
404 | 2024-11-04T23:07:44.285Z | Downloaded libc v0.2.161 |
405 | 2024-11-04T23:07:44.631Z | Compiling proc-macro2 v1.0.87 |
406 | 2024-11-04T23:07:44.631Z | Compiling unicode-ident v1.0.13 |
407 | 2024-11-04T23:07:44.634Z | Compiling serde v1.0.210 |
408 | 2024-11-04T23:07:44.634Z | Compiling version_check v0.9.5 |
409 | 2024-11-04T23:07:44.634Z | Compiling thiserror v1.0.64 |
410 | 2024-11-04T23:07:44.634Z | Compiling memchr v2.7.4 |
411 | 2024-11-04T23:07:44.634Z | Compiling libc v0.2.161 |
412 | 2024-11-04T23:07:44.676Z | Compiling ucd-trie v0.1.7 |
413 | 2024-11-04T23:07:44.904Z | Compiling ryu v1.0.18 |
414 | 2024-11-04T23:07:45.250Z | Compiling itoa v1.0.11 |
415 | 2024-11-04T23:07:45.275Z | Compiling once_cell v1.20.2 |
416 | 2024-11-04T23:07:45.527Z | Compiling byteorder v1.5.0 |
417 | 2024-11-04T23:07:45.638Z | Compiling rustix v0.38.37 |
418 | 2024-11-04T23:07:45.932Z | Compiling serde_json v1.0.128 |
419 | 2024-11-04T23:07:46.345Z | Compiling bitflags v2.6.0 |
420 | 2024-11-04T23:07:46.433Z | Compiling proc-macro-error-attr v1.0.4 |
421 | 2024-11-04T23:07:46.475Z | Compiling usdt-impl v0.5.0 |
422 | 2024-11-04T23:07:46.515Z | Compiling syn v1.0.109 |
423 | 2024-11-04T23:07:46.810Z | Compiling proc-macro-error v1.0.4 |
424 | 2024-11-04T23:07:46.810Z | Compiling camino v1.1.9 |
425 | 2024-11-04T23:07:46.923Z | Compiling plain v0.2.3 |
426 | 2024-11-04T23:07:47.048Z | Compiling utf8parse v0.2.2 |
427 | 2024-11-04T23:07:47.087Z | Compiling log v0.4.22 |
428 | 2024-11-04T23:07:47.129Z | Compiling equivalent v1.0.1 |
429 | 2024-11-04T23:07:47.199Z | Compiling hashbrown v0.15.0 |
430 | 2024-11-04T23:07:47.224Z | Compiling anstyle-parse v0.2.5 |
431 | 2024-11-04T23:07:47.470Z | Compiling quote v1.0.37 |
432 | 2024-11-04T23:07:47.569Z | Compiling pretty-hex v0.4.1 |
433 | 2024-11-04T23:07:47.605Z | Compiling anstyle-query v1.1.1 |
434 | 2024-11-04T23:07:47.724Z | Compiling errno v0.3.9 |
435 | 2024-11-04T23:07:47.779Z | Compiling thread-id v4.2.2 |
436 | 2024-11-04T23:07:47.811Z | Compiling colorchoice v1.0.2 |
437 | 2024-11-04T23:07:47.838Z | Compiling semver v1.0.23 |
438 | 2024-11-04T23:07:47.916Z | Compiling syn v2.0.79 |
439 | 2024-11-04T23:07:48.011Z | Compiling unicode-width v0.1.14 |
440 | 2024-11-04T23:07:48.188Z | Compiling anstyle v1.0.8 |
441 | 2024-11-04T23:07:48.392Z | Compiling winnow v0.6.20 |
442 | 2024-11-04T23:07:48.519Z | Compiling indexmap v2.6.0 |
443 | 2024-11-04T23:07:48.550Z | Compiling is_terminal_polyfill v1.70.1 |
444 | 2024-11-04T23:07:48.676Z | Compiling autocfg v1.4.0 |
445 | 2024-11-04T23:07:48.719Z | Compiling anstream v0.6.15 |
446 | 2024-11-04T23:07:49.722Z | Compiling strsim v0.11.1 |
447 | 2024-11-04T23:07:49.764Z | Compiling clap_lex v0.7.2 |
448 | 2024-11-04T23:07:49.829Z | Compiling fs-err v2.11.0 |
449 | 2024-11-04T23:07:49.945Z | Compiling bytecount v0.6.8 |
450 | 2024-11-04T23:07:50.161Z | Compiling terminal_size v0.4.0 |
451 | 2024-11-04T23:07:50.305Z | Compiling fnv v1.0.7 |
452 | 2024-11-04T23:07:50.388Z | Compiling heck v0.4.1 |
453 | 2024-11-04T23:07:50.458Z | Compiling fastrand v2.1.1 |
454 | 2024-11-04T23:07:50.620Z | Compiling heck v0.5.0 |
455 | 2024-11-04T23:07:50.690Z | Compiling anyhow v1.0.92 |
456 | 2024-11-04T23:07:50.871Z | Compiling cfg-if v1.0.0 |
457 | 2024-11-04T23:07:50.981Z | Compiling tempfile v3.13.0 |
458 | 2024-11-04T23:07:51.081Z | Compiling papergrid v0.11.0 |
459 | 2024-11-04T23:07:51.198Z | Compiling clap_builder v4.5.20 |
460 | 2024-11-04T23:07:51.779Z | Compiling memmap v0.7.0 |
461 | 2024-11-04T23:07:51.812Z | Compiling smawk v0.3.2 |
462 | 2024-11-04T23:07:51.857Z | Compiling unicode-linebreak v0.1.5 |
463 | 2024-11-04T23:07:52.193Z | Compiling swrite v0.1.0 |
464 | 2024-11-04T23:07:52.334Z | Compiling textwrap v0.16.1 |
465 | 2024-11-04T23:07:53.411Z | Compiling tabled_derive v0.7.0 |
466 | 2024-11-04T23:07:54.867Z | Compiling tabled v0.15.0 |
467 | 2024-11-04T23:07:56.240Z | Compiling serde_derive v1.0.210 |
468 | 2024-11-04T23:07:56.240Z | Compiling thiserror-impl v1.0.64 |
469 | 2024-11-04T23:07:56.242Z | Compiling zerocopy-derive v0.7.35 |
470 | 2024-11-04T23:07:56.242Z | Compiling scroll_derive v0.12.0 |
471 | 2024-11-04T23:07:56.569Z | Compiling clap_derive v4.5.18 |
472 | 2024-11-04T23:07:57.709Z | Compiling scroll v0.12.0 |
473 | 2024-11-04T23:07:58.218Z | Compiling zerocopy v0.7.35 |
474 | 2024-11-04T23:07:58.249Z | Compiling goblin v0.8.2 |
475 | 2024-11-04T23:07:58.972Z | Compiling pest v2.7.14 |
476 | 2024-11-04T23:08:00.369Z | Compiling clap v4.5.20 |
477 | 2024-11-04T23:08:01.238Z | Compiling pest_meta v2.7.14 |
478 | 2024-11-04T23:08:02.155Z | Compiling pest_generator v2.7.14 |
479 | 2024-11-04T23:08:03.847Z | Compiling pest_derive v2.7.14 |
480 | 2024-11-04T23:08:04.634Z | Compiling dtrace-parser v0.2.0 |
481 | 2024-11-04T23:08:06.326Z | Compiling toml_datetime v0.6.8 |
482 | 2024-11-04T23:08:06.330Z | Compiling serde_spanned v0.6.8 |
483 | 2024-11-04T23:08:06.330Z | Compiling cargo-platform v0.1.8 |
484 | 2024-11-04T23:08:06.702Z | Compiling serde_tokenstream v0.2.2 |
485 | 2024-11-04T23:08:06.870Z | Compiling toml_edit v0.22.22 |
486 | 2024-11-04T23:08:06.912Z | Compiling macaddr v1.0.1 |
487 | 2024-11-04T23:08:07.016Z | Compiling camino-tempfile v1.1.1 |
488 | 2024-11-04T23:08:07.835Z | Compiling dof v0.3.0 |
489 | 2024-11-04T23:08:07.835Z | Compiling cargo_metadata v0.18.1 |
490 | 2024-11-04T23:08:09.758Z | Compiling toml v0.8.19 |
491 | 2024-11-04T23:08:09.873Z | Compiling usdt-macro v0.5.0 |
492 | 2024-11-04T23:08:09.873Z | Compiling usdt-attr-macro v0.5.0 |
493 | 2024-11-04T23:08:10.601Z | Compiling cargo_toml v0.20.5 |
494 | 2024-11-04T23:08:11.298Z | Compiling usdt v0.5.0 |
495 | 2024-11-04T23:08:14.286Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
496 | 2024-11-04T23:08:18.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.49s |
497 | 2024-11-04T23:08:18.577Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
498 | 2024-11-04T23:08:19.151Z | Downloading crates ... |
499 | 2024-11-04T23:08:19.282Z | Downloaded addr2line v0.24.2 |
500 | 2024-11-04T23:08:19.286Z | Downloaded atomicwrites v0.4.4 |
501 | 2024-11-04T23:08:19.289Z | Downloaded array-init v0.0.4 |
502 | 2024-11-04T23:08:19.291Z | Downloaded async-stream-impl v0.3.6 |
503 | 2024-11-04T23:08:19.291Z | Downloaded ascii-canvas v3.0.0 |
504 | 2024-11-04T23:08:19.296Z | Downloaded atty v0.2.14 |
505 | 2024-11-04T23:08:19.303Z | Downloaded ident_case v1.0.1 |
506 | 2024-11-04T23:08:19.305Z | Downloaded hyper-tls v0.6.0 |
507 | 2024-11-04T23:08:19.315Z | Downloaded hubpack_derive v0.1.1 |
508 | 2024-11-04T23:08:19.320Z | Downloaded newtype_derive v0.1.6 |
509 | 2024-11-04T23:08:19.323Z | Downloaded allocator-api2 v0.2.18 |
510 | 2024-11-04T23:08:19.325Z | Downloaded new_debug_unreachable v1.0.6 |
511 | 2024-11-04T23:08:19.329Z | Downloaded bcrypt-pbkdf v0.10.0 |
512 | 2024-11-04T23:08:19.329Z | Downloaded hostname v0.4.0 |
513 | 2024-11-04T23:08:19.331Z | Downloaded is_ci v1.2.0 |
514 | 2024-11-04T23:08:19.331Z | Downloaded cipher v0.4.4 |
515 | 2024-11-04T23:08:19.334Z | Downloaded maplit v1.0.2 |
516 | 2024-11-04T23:08:19.338Z | Downloaded maybe-uninit v2.0.0 |
517 | 2024-11-04T23:08:19.338Z | Downloaded libsw v3.3.1 |
518 | 2024-11-04T23:08:19.341Z | Downloaded impl-trait-for-tuples v0.2.2 |
519 | 2024-11-04T23:08:19.345Z | Downloaded lru-cache v0.1.2 |
520 | 2024-11-04T23:08:19.345Z | Downloaded crossbeam-deque v0.8.5 |
521 | 2024-11-04T23:08:19.345Z | Downloaded crc-catalog v2.4.0 |
522 | 2024-11-04T23:08:19.349Z | Downloaded data-encoding v2.6.0 |
523 | 2024-11-04T23:08:19.349Z | Downloaded libloading v0.8.5 |
524 | 2024-11-04T23:08:19.352Z | Downloaded jobserver v0.1.32 |
525 | 2024-11-04T23:08:19.354Z | Downloaded lock_api v0.4.12 |
526 | 2024-11-04T23:08:19.357Z | Downloaded mime_guess v2.0.5 |
527 | 2024-11-04T23:08:19.359Z | Downloaded memmap2 v0.9.5 |
528 | 2024-11-04T23:08:19.361Z | Downloaded ipnet v2.10.1 |
529 | 2024-11-04T23:08:19.364Z | Downloaded mockall_derive v0.13.0 |
530 | 2024-11-04T23:08:19.367Z | Downloaded bzip2 v0.4.4 |
531 | 2024-11-04T23:08:19.369Z | Downloaded async-bb8-diesel v0.2.1 |
532 | 2024-11-04T23:08:19.372Z | Downloaded const_format_proc_macros v0.2.33 |
533 | 2024-11-04T23:08:19.374Z | Downloaded hickory-client v0.24.1 |
534 | 2024-11-04T23:08:19.378Z | Downloaded indicatif v0.17.8 |
535 | 2024-11-04T23:08:19.383Z | Downloaded ciborium-io v0.2.2 |
536 | 2024-11-04T23:08:19.386Z | Downloaded http-body v1.0.1 |
537 | 2024-11-04T23:08:19.388Z | Downloaded cfg_aliases v0.1.1 |
538 | 2024-11-04T23:08:19.388Z | Downloaded http-range v0.1.5 |
539 | 2024-11-04T23:08:19.390Z | Downloaded arrayvec v0.7.6 |
540 | 2024-11-04T23:08:19.393Z | Downloaded instant v0.1.13 |
541 | 2024-11-04T23:08:19.396Z | Downloaded http v1.1.0 |
542 | 2024-11-04T23:08:19.400Z | Downloaded termtree v0.4.1 |
543 | 2024-11-04T23:08:19.402Z | Downloaded humantime v2.1.0 |
544 | 2024-11-04T23:08:19.402Z | Downloaded cstr-argument v0.1.2 |
545 | 2024-11-04T23:08:19.402Z | Downloaded hubpack v0.1.2 |
546 | 2024-11-04T23:08:19.404Z | Downloaded darling_macro v0.20.10 |
547 | 2024-11-04T23:08:19.407Z | Downloaded http-body-util v0.1.2 |
548 | 2024-11-04T23:08:19.407Z | Downloaded match_cfg v0.1.0 |
549 | 2024-11-04T23:08:19.409Z | Downloaded http-body v0.4.6 |
550 | 2024-11-04T23:08:19.412Z | Downloaded hostname v0.3.1 |
551 | 2024-11-04T23:08:19.412Z | Downloaded rand_seeder v0.3.0 |
552 | 2024-11-04T23:08:19.414Z | Downloaded matches v0.1.10 |
553 | 2024-11-04T23:08:19.414Z | Downloaded newline-converter v0.3.0 |
554 | 2024-11-04T23:08:19.417Z | Downloaded cookie_store v0.21.0 |
555 | 2024-11-04T23:08:19.420Z | Downloaded ahash v0.8.11 |
556 | 2024-11-04T23:08:19.422Z | Downloaded md5 v0.7.0 |
557 | 2024-11-04T23:08:19.424Z | Downloaded atomic-waker v1.1.2 |
558 | 2024-11-04T23:08:19.424Z | Downloaded assert_matches v1.5.0 |
559 | 2024-11-04T23:08:19.427Z | Downloaded crucible-workspace-hack v0.1.0 |
560 | 2024-11-04T23:08:19.427Z | Downloaded home v0.5.9 |
561 | 2024-11-04T23:08:19.427Z | Downloaded simd-adler32 v0.3.7 |
562 | 2024-11-04T23:08:19.429Z | Downloaded is-terminal v0.4.13 |
563 | 2024-11-04T23:08:19.432Z | Downloaded inout v0.1.3 |
564 | 2024-11-04T23:08:19.432Z | Downloaded schemars_derive v0.8.21 |
565 | 2024-11-04T23:08:19.435Z | Downloaded httpdate v1.0.3 |
566 | 2024-11-04T23:08:19.435Z | Downloaded indoc v1.0.9 |
567 | 2024-11-04T23:08:19.437Z | Downloaded indent_write v2.2.0 |
568 | 2024-11-04T23:08:19.441Z | Downloaded chrono-tz-build v0.4.0 |
569 | 2024-11-04T23:08:19.443Z | Downloaded bitflags v1.3.2 |
570 | 2024-11-04T23:08:19.445Z | Downloaded mime v0.3.17 |
571 | 2024-11-04T23:08:19.446Z | Downloaded bitfield v0.14.0 |
572 | 2024-11-04T23:08:19.448Z | Downloaded lazy_static v1.5.0 |
573 | 2024-11-04T23:08:19.450Z | Downloaded internet-checksum v0.2.1 |
574 | 2024-11-04T23:08:19.450Z | Downloaded async-recursion v1.1.1 |
575 | 2024-11-04T23:08:19.453Z | Downloaded memoffset v0.9.1 |
576 | 2024-11-04T23:08:19.455Z | Downloaded cassowary v0.3.0 |
577 | 2024-11-04T23:08:19.457Z | Downloaded static_assertions v1.1.0 |
578 | 2024-11-04T23:08:19.460Z | Downloaded multimap v0.10.0 |
579 | 2024-11-04T23:08:19.462Z | Downloaded mockall v0.13.0 |
580 | 2024-11-04T23:08:19.462Z | Downloaded managed v0.8.0 |
581 | 2024-11-04T23:08:19.464Z | Downloaded nanorand v0.7.0 |
582 | 2024-11-04T23:08:19.467Z | Downloaded zone_cfg_derive v0.3.0 |
583 | 2024-11-04T23:08:19.467Z | Downloaded mio v1.0.2 |
584 | 2024-11-04T23:08:19.473Z | Downloaded unicase v2.7.0 |
585 | 2024-11-04T23:08:19.475Z | Downloaded blake2 v0.10.6 |
586 | 2024-11-04T23:08:19.478Z | Downloaded ipnetwork v0.20.0 |
587 | 2024-11-04T23:08:19.480Z | Downloaded foreign-types-shared v0.3.1 |
588 | 2024-11-04T23:08:19.483Z | Downloaded ctr v0.9.2 |
589 | 2024-11-04T23:08:19.483Z | Downloaded nibble_vec v0.1.0 |
590 | 2024-11-04T23:08:19.485Z | Downloaded xattr v1.3.1 |
591 | 2024-11-04T23:08:19.488Z | Downloaded rustc-hash v1.1.0 |
592 | 2024-11-04T23:08:19.488Z | Downloaded term v0.7.0 |
593 | 2024-11-04T23:08:19.491Z | Downloaded rand_xorshift v0.3.0 |
594 | 2024-11-04T23:08:19.493Z | Downloaded newtype-uuid v1.1.2 |
595 | 2024-11-04T23:08:19.497Z | Downloaded arc-swap v1.7.1 |
596 | 2024-11-04T23:08:19.499Z | Downloaded peg-runtime v0.8.3 |
597 | 2024-11-04T23:08:19.499Z | Downloaded termcolor v1.4.1 |
598 | 2024-11-04T23:08:19.501Z | Downloaded derive_builder_macro v0.20.2 |
599 | 2024-11-04T23:08:19.504Z | Downloaded termios v0.3.3 |
600 | 2024-11-04T23:08:19.506Z | Downloaded headers-core v0.3.0 |
601 | 2024-11-04T23:08:19.506Z | Downloaded same-file v1.0.6 |
602 | 2024-11-04T23:08:19.509Z | Downloaded multer v3.1.0 |
603 | 2024-11-04T23:08:19.511Z | Downloaded slog-scope v4.4.0 |
604 | 2024-11-04T23:08:19.514Z | Downloaded slog-json v2.6.1 |
605 | 2024-11-04T23:08:19.516Z | Downloaded slog-dtrace v0.3.0 |
606 | 2024-11-04T23:08:19.516Z | Downloaded tap v1.0.1 |
607 | 2024-11-04T23:08:19.519Z | Downloaded ena v0.14.3 |
608 | 2024-11-04T23:08:19.519Z | Downloaded stable_deref_trait v1.2.0 |
609 | 2024-11-04T23:08:19.519Z | Downloaded ciborium-ll v0.2.2 |
610 | 2024-11-04T23:08:19.522Z | Downloaded backoff v0.4.0 |
611 | 2024-11-04T23:08:19.524Z | Downloaded scheduled-thread-pool v0.2.7 |
612 | 2024-11-04T23:08:19.526Z | Downloaded bcs v0.1.6 |
613 | 2024-11-04T23:08:19.527Z | Downloaded aes v0.8.4 |
614 | 2024-11-04T23:08:19.530Z | Downloaded progenitor-client v0.8.0 |
615 | 2024-11-04T23:08:19.533Z | Downloaded form_urlencoded v1.2.1 |
616 | 2024-11-04T23:08:19.533Z | Downloaded base64ct v1.6.0 |
617 | 2024-11-04T23:08:19.535Z | Downloaded hyper v1.4.1 |
618 | 2024-11-04T23:08:19.542Z | Downloaded crc32fast v1.4.2 |
619 | 2024-11-04T23:08:19.545Z | Downloaded console v0.15.8 |
620 | 2024-11-04T23:08:19.548Z | Downloaded slog-bunyan v2.5.0 |
621 | 2024-11-04T23:08:19.550Z | Downloaded slog-async v2.8.0 |
622 | 2024-11-04T23:08:19.552Z | Downloaded signal-hook-mio v0.2.4 |
623 | 2024-11-04T23:08:19.554Z | Downloaded num v0.4.3 |
624 | 2024-11-04T23:08:19.554Z | Downloaded vsss-rs v3.3.4 |
625 | 2024-11-04T23:08:19.557Z | Downloaded unicode-xid v0.2.6 |
626 | 2024-11-04T23:08:19.559Z | Downloaded unicode-truncate v1.1.0 |
627 | 2024-11-04T23:08:19.562Z | Downloaded darling v0.20.10 |
628 | 2024-11-04T23:08:19.566Z | Downloaded hyper-util v0.1.9 |
629 | 2024-11-04T23:08:19.570Z | Downloaded pin-utils v0.1.0 |
630 | 2024-11-04T23:08:19.572Z | Downloaded difflib v0.4.0 |
631 | 2024-11-04T23:08:19.574Z | Downloaded fallible-iterator v0.3.0 |
632 | 2024-11-04T23:08:19.577Z | Downloaded fallible-iterator v0.2.0 |
633 | 2024-11-04T23:08:19.577Z | Downloaded dirs-next v2.0.0 |
634 | 2024-11-04T23:08:19.579Z | Downloaded indexmap v1.9.3 |
635 | 2024-11-04T23:08:19.582Z | Downloaded want v0.3.1 |
636 | 2024-11-04T23:08:19.582Z | Downloaded progenitor v0.8.0 |
637 | 2024-11-04T23:08:19.585Z | Downloaded peg v0.8.4 |
638 | 2024-11-04T23:08:19.588Z | Downloaded rand_core v0.6.4 |
639 | 2024-11-04T23:08:19.591Z | Downloaded vergen v8.3.2 |
640 | 2024-11-04T23:08:19.594Z | Downloaded rustc_version v0.4.1 |
641 | 2024-11-04T23:08:19.596Z | Downloaded blowfish v0.9.1 |
642 | 2024-11-04T23:08:19.598Z | Downloaded rand_chacha v0.3.1 |
643 | 2024-11-04T23:08:19.598Z | Downloaded packed_struct v0.10.1 |
644 | 2024-11-04T23:08:19.600Z | Downloaded nu-ansi-term v0.50.1 |
645 | 2024-11-04T23:08:19.603Z | Downloaded rustls-pki-types v1.9.0 |
646 | 2024-11-04T23:08:19.606Z | Downloaded oso-derive v0.27.3 |
647 | 2024-11-04T23:08:19.609Z | Downloaded nodrop v0.1.14 |
648 | 2024-11-04T23:08:19.609Z | Downloaded cancel-safe-futures v0.1.5 |
649 | 2024-11-04T23:08:19.612Z | Downloaded structmeta-derive v0.2.0 |
650 | 2024-11-04T23:08:19.614Z | Downloaded endian-type v0.1.2 |
651 | 2024-11-04T23:08:19.614Z | Downloaded structmeta v0.3.0 |
652 | 2024-11-04T23:08:19.617Z | Downloaded structmeta v0.2.0 |
653 | 2024-11-04T23:08:19.617Z | Downloaded strip-ansi-escapes v0.2.0 |
654 | 2024-11-04T23:08:19.619Z | Downloaded password-hash v0.5.0 |
655 | 2024-11-04T23:08:19.621Z | Downloaded parse-size v1.1.0 |
656 | 2024-11-04T23:08:19.621Z | Downloaded crossbeam-utils v0.8.20 |
657 | 2024-11-04T23:08:19.624Z | Downloaded postgres-types v0.2.8 |
658 | 2024-11-04T23:08:19.627Z | Downloaded tiny-keccak v2.0.2 |
659 | 2024-11-04T23:08:19.629Z | Downloaded vte v0.11.1 |
660 | 2024-11-04T23:08:19.632Z | Downloaded tokio-tungstenite v0.23.1 |
661 | 2024-11-04T23:08:19.635Z | Downloaded itertools v0.12.1 |
662 | 2024-11-04T23:08:19.652Z | Downloaded pretty-hex v0.2.1 |
663 | 2024-11-04T23:08:19.655Z | Downloaded sqlparser_derive v0.2.2 |
664 | 2024-11-04T23:08:19.655Z | Downloaded serde-big-array v0.5.1 |
665 | 2024-11-04T23:08:19.657Z | Downloaded hickory-server v0.24.1 |
666 | 2024-11-04T23:08:19.662Z | Downloaded fallible-streaming-iterator v0.1.9 |
667 | 2024-11-04T23:08:19.664Z | Downloaded slog-stdlog v4.1.1 |
668 | 2024-11-04T23:08:19.667Z | Downloaded rustfmt-wrapper v0.2.1 |
669 | 2024-11-04T23:08:19.667Z | Downloaded deranged v0.3.11 |
670 | 2024-11-04T23:08:19.669Z | Downloaded group v0.13.0 |
671 | 2024-11-04T23:08:19.671Z | Downloaded sha1 v0.10.6 |
672 | 2024-11-04T23:08:19.671Z | Downloaded zeroize v1.8.1 |
673 | 2024-11-04T23:08:19.674Z | Downloaded base64 v0.13.1 |
674 | 2024-11-04T23:08:19.676Z | Downloaded toolchain_find v0.4.0 |
675 | 2024-11-04T23:08:19.679Z | Downloaded time-core v0.1.2 |
676 | 2024-11-04T23:08:19.679Z | Downloaded serde_with_macros v3.11.0 |
677 | 2024-11-04T23:08:19.681Z | Downloaded chacha20poly1305 v0.10.1 |
678 | 2024-11-04T23:08:19.683Z | Downloaded pbkdf2 v0.11.0 |
679 | 2024-11-04T23:08:19.686Z | Downloaded enum-as-inner v0.6.1 |
680 | 2024-11-04T23:08:19.688Z | Downloaded ed25519 v2.2.3 |
681 | 2024-11-04T23:08:19.691Z | Downloaded tokio-tungstenite v0.21.0 |
682 | 2024-11-04T23:08:19.693Z | Downloaded time-macros v0.2.18 |
683 | 2024-11-04T23:08:19.695Z | Downloaded tracing-attributes v0.1.27 |
684 | 2024-11-04T23:08:19.698Z | Downloaded tracing-core v0.1.32 |
685 | 2024-11-04T23:08:19.700Z | Downloaded crossbeam-epoch v0.9.18 |
686 | 2024-11-04T23:08:19.703Z | Downloaded paste v1.0.15 |
687 | 2024-11-04T23:08:19.706Z | Downloaded wyz v0.5.1 |
688 | 2024-11-04T23:08:19.709Z | Downloaded hickory-resolver v0.24.1 |
689 | 2024-11-04T23:08:19.713Z | Downloaded diesel_table_macro_syntax v0.2.0 |
690 | 2024-11-04T23:08:19.716Z | Downloaded serde-hex v0.1.0 |
691 | 2024-11-04T23:08:19.718Z | Downloaded path-slash v0.1.5 |
692 | 2024-11-04T23:08:19.718Z | Downloaded diff v0.1.13 |
693 | 2024-11-04T23:08:19.720Z | Downloaded openssl-probe v0.1.5 |
694 | 2024-11-04T23:08:19.723Z | Downloaded opaque-debug v0.3.1 |
695 | 2024-11-04T23:08:19.725Z | Downloaded schemars v0.8.21 |
696 | 2024-11-04T23:08:19.735Z | Downloaded structmeta-derive v0.3.0 |
697 | 2024-11-04T23:08:19.737Z | Downloaded ssh-encoding v0.2.0 |
698 | 2024-11-04T23:08:19.739Z | Downloaded ssh-cipher v0.2.0 |
699 | 2024-11-04T23:08:19.740Z | Downloaded shlex v1.3.0 |
700 | 2024-11-04T23:08:19.742Z | Downloaded tokio-rustls v0.25.0 |
701 | 2024-11-04T23:08:19.744Z | Downloaded universal-hash v0.5.1 |
702 | 2024-11-04T23:08:19.746Z | Downloaded der_derive v0.7.3 |
703 | 2024-11-04T23:08:19.746Z | Downloaded unicode_categories v0.1.1 |
704 | 2024-11-04T23:08:19.749Z | Downloaded tar v0.4.42 |
705 | 2024-11-04T23:08:19.751Z | Downloaded tower-service v0.3.3 |
706 | 2024-11-04T23:08:19.754Z | Downloaded russh-cryptovec v0.7.3 |
707 | 2024-11-04T23:08:19.754Z | Downloaded env_filter v0.1.2 |
708 | 2024-11-04T23:08:19.757Z | Downloaded enum-as-inner v0.5.1 |
709 | 2024-11-04T23:08:19.757Z | Downloaded float-cmp v0.9.0 |
710 | 2024-11-04T23:08:19.760Z | Downloaded ed25519-dalek v2.1.1 |
711 | 2024-11-04T23:08:19.762Z | Downloaded base64 v0.21.7 |
712 | 2024-11-04T23:08:19.766Z | Downloaded shell-words v1.1.0 |
713 | 2024-11-04T23:08:19.769Z | Downloaded funty v2.0.0 |
714 | 2024-11-04T23:08:19.769Z | Downloaded derive-where v1.2.7 |
715 | 2024-11-04T23:08:19.772Z | Downloaded hash32 v0.3.1 |
716 | 2024-11-04T23:08:19.775Z | Downloaded slog v2.7.0 |
717 | 2024-11-04T23:08:19.777Z | Downloaded ron v0.7.1 |
718 | 2024-11-04T23:08:19.782Z | Downloaded env_logger v0.11.5 |
719 | 2024-11-04T23:08:19.784Z | Downloaded either v1.13.0 |
720 | 2024-11-04T23:08:19.787Z | Downloaded serde_yaml v0.9.34+deprecated |
721 | 2024-11-04T23:08:19.790Z | Downloaded steno v0.4.1 |
722 | 2024-11-04T23:08:19.795Z | Downloaded rfc6979 v0.4.0 |
723 | 2024-11-04T23:08:19.797Z | Downloaded flagset v0.4.6 |
724 | 2024-11-04T23:08:19.799Z | Downloaded typed-path v0.7.1 |
725 | 2024-11-04T23:08:19.806Z | Downloaded number_prefix v0.4.0 |
726 | 2024-11-04T23:08:19.808Z | Downloaded num_threads v0.1.7 |
727 | 2024-11-04T23:08:19.808Z | Downloaded futures-io v0.3.31 |
728 | 2024-11-04T23:08:19.811Z | Downloaded signature v2.2.0 |
729 | 2024-11-04T23:08:19.811Z | Downloaded ecdsa v0.16.9 |
730 | 2024-11-04T23:08:19.813Z | Downloaded des v0.8.1 |
731 | 2024-11-04T23:08:19.816Z | Downloaded rustc-demangle v0.1.24 |
732 | 2024-11-04T23:08:19.821Z | Downloaded itertools v0.10.5 |
733 | 2024-11-04T23:08:19.824Z | Downloaded rustls-pemfile v1.0.4 |
734 | 2024-11-04T23:08:19.827Z | Downloaded polyval v0.6.2 |
735 | 2024-11-04T23:08:19.830Z | Downloaded hex v0.4.3 |
736 | 2024-11-04T23:08:19.832Z | Downloaded dyn-clone v1.0.17 |
737 | 2024-11-04T23:08:19.834Z | Downloaded dsl_auto_type v0.1.2 |
738 | 2024-11-04T23:08:19.837Z | Downloaded heck v0.3.3 |
739 | 2024-11-04T23:08:19.839Z | Downloaded serde_repr v0.1.19 |
740 | 2024-11-04T23:08:19.842Z | Downloaded serde_plain v1.0.2 |
741 | 2024-11-04T23:08:19.844Z | Downloaded serde_path_to_error v0.1.16 |
742 | 2024-11-04T23:08:19.844Z | Downloaded ghash v0.5.1 |
743 | 2024-11-04T23:08:19.846Z | Downloaded tinyvec v1.8.0 |
744 | 2024-11-04T23:08:19.850Z | Downloaded num-traits v0.2.19 |
745 | 2024-11-04T23:08:19.853Z | Downloaded pem v3.0.4 |
746 | 2024-11-04T23:08:19.856Z | Downloaded num-bigint v0.4.6 |
747 | 2024-11-04T23:08:19.862Z | Downloaded waitgroup v0.1.2 |
748 | 2024-11-04T23:08:19.866Z | Downloaded aes-gcm v0.10.3 |
749 | 2024-11-04T23:08:19.869Z | Downloaded uzers v0.12.1 |
750 | 2024-11-04T23:08:19.872Z | Downloaded utf-8 v0.7.6 |
751 | 2024-11-04T23:08:19.874Z | Downloaded topological-sort v0.2.2 |
752 | 2024-11-04T23:08:19.876Z | Downloaded salsa20 v0.10.2 |
753 | 2024-11-04T23:08:19.879Z | Downloaded sync_wrapper v0.1.2 |
754 | 2024-11-04T23:08:19.879Z | Downloaded float-ord v0.3.2 |
755 | 2024-11-04T23:08:19.881Z | Downloaded headers v0.4.0 |
756 | 2024-11-04T23:08:19.886Z | Downloaded futures-sink v0.3.31 |
757 | 2024-11-04T23:08:19.889Z | Downloaded strum_macros v0.25.3 |
758 | 2024-11-04T23:08:19.891Z | Downloaded futures-macro v0.3.31 |
759 | 2024-11-04T23:08:19.894Z | Downloaded futures-executor v0.3.31 |
760 | 2024-11-04T23:08:19.894Z | Downloaded futures-core v0.3.31 |
761 | 2024-11-04T23:08:19.897Z | Downloaded phf_shared v0.10.0 |
762 | 2024-11-04T23:08:19.899Z | Downloaded oso v0.27.3 |
763 | 2024-11-04T23:08:19.902Z | Downloaded rusqlite v0.32.1 |
764 | 2024-11-04T23:08:19.910Z | Downloaded pbkdf2 v0.12.2 |
765 | 2024-11-04T23:08:19.913Z | Downloaded parse-display v0.10.0 |
766 | 2024-11-04T23:08:19.916Z | Downloaded rustversion v1.0.17 |
767 | 2024-11-04T23:08:19.919Z | Downloaded thread_local v1.1.8 |
768 | 2024-11-04T23:08:19.921Z | Downloaded thiserror-no-std v2.0.2 |
769 | 2024-11-04T23:08:19.923Z | Downloaded thiserror-impl-no-std v2.0.2 |
770 | 2024-11-04T23:08:19.926Z | Downloaded unicode-properties v0.1.3 |
771 | 2024-11-04T23:08:19.928Z | Downloaded smallvec v0.6.14 |
772 | 2024-11-04T23:08:19.930Z | Downloaded zone v0.1.8 |
773 | 2024-11-04T23:08:19.930Z | Downloaded zopfli v0.8.1 |
774 | 2024-11-04T23:08:19.932Z | Downloaded uuid v1.10.0 |
775 | 2024-11-04T23:08:19.935Z | Downloaded pin-project-internal v1.1.6 |
776 | 2024-11-04T23:08:19.937Z | Downloaded zerocopy v0.6.6 |
777 | 2024-11-04T23:08:19.940Z | Downloaded lalrpop v0.19.12 |
778 | 2024-11-04T23:08:19.952Z | Downloaded glob v0.3.1 |
779 | 2024-11-04T23:08:19.955Z | Downloaded fragile v2.0.0 |
780 | 2024-11-04T23:08:19.957Z | Downloaded dropshot_endpoint v0.12.0 |
781 | 2024-11-04T23:08:19.960Z | Downloaded p256 v0.13.2 |
782 | 2024-11-04T23:08:19.963Z | Downloaded strum v0.26.3 |
783 | 2024-11-04T23:08:19.965Z | Downloaded spki v0.7.3 |
784 | 2024-11-04T23:08:19.967Z | Downloaded spin v0.5.2 |
785 | 2024-11-04T23:08:19.967Z | Downloaded ref-cast-impl v1.0.23 |
786 | 2024-11-04T23:08:19.970Z | Downloaded sqlformat v0.2.6 |
787 | 2024-11-04T23:08:19.972Z | Downloaded tokio-postgres v0.7.12 |
788 | 2024-11-04T23:08:19.976Z | Downloaded try-lock v0.2.5 |
789 | 2024-11-04T23:08:19.978Z | Downloaded vte_generate_state_changes v0.1.2 |
790 | 2024-11-04T23:08:19.978Z | Downloaded powerfmt v0.2.0 |
791 | 2024-11-04T23:08:19.981Z | Downloaded poly1305 v0.8.0 |
792 | 2024-11-04T23:08:19.983Z | Downloaded russh-keys v0.45.0 |
793 | 2024-11-04T23:08:19.985Z | Downloaded slab v0.4.9 |
794 | 2024-11-04T23:08:19.988Z | Downloaded parking_lot_core v0.9.10 |
795 | 2024-11-04T23:08:19.991Z | Downloaded wait-timeout v0.2.0 |
796 | 2024-11-04T23:08:19.991Z | Downloaded subprocess v0.2.9 |
797 | 2024-11-04T23:08:19.993Z | Downloaded heapless v0.7.17 |
798 | 2024-11-04T23:08:19.997Z | Downloaded defmt-macros v0.3.9 |
799 | 2024-11-04T23:08:20.001Z | Downloaded defmt-parser v0.3.4 |
800 | 2024-11-04T23:08:20.004Z | Downloaded xz2 v0.1.7 |
801 | 2024-11-04T23:08:20.004Z | Downloaded tungstenite v0.23.0 |
802 | 2024-11-04T23:08:20.007Z | Downloaded progenitor-macro v0.8.0 |
803 | 2024-11-04T23:08:20.009Z | Downloaded phf_generator v0.11.2 |
804 | 2024-11-04T23:08:20.009Z | Downloaded num_enum_derive v0.5.11 |
805 | 2024-11-04T23:08:20.012Z | Downloaded derive_builder v0.20.2 |
806 | 2024-11-04T23:08:20.015Z | Downloaded tui-tree-widget v0.22.0 |
807 | 2024-11-04T23:08:20.018Z | Downloaded sigpipe v0.1.3 |
808 | 2024-11-04T23:08:20.018Z | Downloaded phf v0.11.2 |
809 | 2024-11-04T23:08:20.020Z | Downloaded supports-color v3.0.1 |
810 | 2024-11-04T23:08:20.023Z | Downloaded subtle v2.6.1 |
811 | 2024-11-04T23:08:20.023Z | Downloaded parking_lot v0.12.3 |
812 | 2024-11-04T23:08:20.026Z | Downloaded percent-encoding v2.3.1 |
813 | 2024-11-04T23:08:20.026Z | Downloaded strum_macros v0.24.3 |
814 | 2024-11-04T23:08:20.028Z | Downloaded typify v0.2.0 |
815 | 2024-11-04T23:08:20.031Z | Downloaded spin v0.9.8 |
816 | 2024-11-04T23:08:20.034Z | Downloaded walkdir v2.5.0 |
817 | 2024-11-04T23:08:20.036Z | Downloaded num-iter v0.1.45 |
818 | 2024-11-04T23:08:20.036Z | Downloaded num-integer v0.1.46 |
819 | 2024-11-04T23:08:20.039Z | Downloaded hash32 v0.2.1 |
820 | 2024-11-04T23:08:20.041Z | Downloaded num-derive v0.4.2 |
821 | 2024-11-04T23:08:20.041Z | Downloaded downcast v0.11.0 |
822 | 2024-11-04T23:08:20.045Z | Downloaded dirs-sys-next v0.1.2 |
823 | 2024-11-04T23:08:20.046Z | Downloaded rayon-core v1.12.1 |
824 | 2024-11-04T23:08:20.048Z | Downloaded phf_shared v0.11.2 |
825 | 2024-11-04T23:08:20.051Z | Downloaded tungstenite v0.21.0 |
826 | 2024-11-04T23:08:20.053Z | Downloaded idna v0.3.0 |
827 | 2024-11-04T23:08:20.061Z | Downloaded sync_wrapper v1.0.1 |
828 | 2024-11-04T23:08:20.064Z | Downloaded hashlink v0.9.1 |
829 | 2024-11-04T23:08:20.064Z | Downloaded half v2.4.1 |
830 | 2024-11-04T23:08:20.069Z | Downloaded libxml v0.3.3 |
831 | 2024-11-04T23:08:20.072Z | Downloaded tinyvec_macros v0.1.1 |
832 | 2024-11-04T23:08:20.076Z | Downloaded take_mut v0.2.2 |
833 | 2024-11-04T23:08:20.076Z | Downloaded tokio-native-tls v0.3.1 |
834 | 2024-11-04T23:08:20.078Z | Downloaded foreign-types v0.3.2 |
835 | 2024-11-04T23:08:20.078Z | Downloaded pin-project v1.1.6 |
836 | 2024-11-04T23:08:20.088Z | Downloaded debug-ignore v1.0.5 |
837 | 2024-11-04T23:08:20.091Z | Downloaded rtoolbox v0.0.2 |
838 | 2024-11-04T23:08:20.091Z | Downloaded rcgen v0.12.1 |
839 | 2024-11-04T23:08:20.094Z | Downloaded parking_lot v0.11.2 |
840 | 2024-11-04T23:08:20.097Z | Downloaded embedded-io v0.4.0 |
841 | 2024-11-04T23:08:20.102Z | Downloaded rpassword v7.3.1 |
842 | 2024-11-04T23:08:20.102Z | Downloaded psl-types v2.0.11 |
843 | 2024-11-04T23:08:20.102Z | Downloaded num-rational v0.4.2 |
844 | 2024-11-04T23:08:20.105Z | Downloaded hyper v0.14.30 |
845 | 2024-11-04T23:08:20.111Z | Downloaded resolv-conf v0.7.0 |
846 | 2024-11-04T23:08:20.113Z | Downloaded smf v0.2.3 |
847 | 2024-11-04T23:08:20.113Z | Downloaded siphasher v0.3.11 |
848 | 2024-11-04T23:08:20.113Z | Downloaded derive_more v0.99.18 |
849 | 2024-11-04T23:08:20.118Z | Downloaded dhcproto-macros v0.1.0 |
850 | 2024-11-04T23:08:20.120Z | Downloaded sec1 v0.7.3 |
851 | 2024-11-04T23:08:20.120Z | Downloaded foreign-types v0.5.0 |
852 | 2024-11-04T23:08:20.123Z | Downloaded pin-project-lite v0.2.14 |
853 | 2024-11-04T23:08:20.126Z | Downloaded embedded-io v0.6.1 |
854 | 2024-11-04T23:08:20.129Z | Downloaded hex-literal v0.4.1 |
855 | 2024-11-04T23:08:20.129Z | Downloaded h2 v0.4.6 |
856 | 2024-11-04T23:08:20.135Z | Downloaded dhcproto v0.12.0 |
857 | 2024-11-04T23:08:20.139Z | Downloaded ron v0.8.1 |
858 | 2024-11-04T23:08:20.144Z | Downloaded quinn v0.11.5 |
859 | 2024-11-04T23:08:20.147Z | Downloaded rustls-pemfile v2.2.0 |
860 | 2024-11-04T23:08:20.150Z | Downloaded tabwriter v1.4.0 |
861 | 2024-11-04T23:08:20.152Z | Downloaded tls_codec v0.4.1 |
862 | 2024-11-04T23:08:20.155Z | Downloaded sct v0.7.1 |
863 | 2024-11-04T23:08:20.157Z | Downloaded similar v2.6.0 |
864 | 2024-11-04T23:08:20.161Z | Downloaded snafu-derive v0.8.5 |
865 | 2024-11-04T23:08:20.164Z | Downloaded toml v0.7.8 |
866 | 2024-11-04T23:08:20.166Z | Downloaded precomputed-hash v0.1.1 |
867 | 2024-11-04T23:08:20.171Z | Downloaded ppv-lite86 v0.2.20 |
868 | 2024-11-04T23:08:20.176Z | Downloaded yasna v0.5.2 |
869 | 2024-11-04T23:08:20.176Z | Downloaded pkcs5 v0.7.1 |
870 | 2024-11-04T23:08:20.176Z | Downloaded pkcs1 v0.7.5 |
871 | 2024-11-04T23:08:20.178Z | Downloaded phf_codegen v0.11.2 |
872 | 2024-11-04T23:08:20.178Z | Downloaded toml_edit v0.19.15 |
873 | 2024-11-04T23:08:20.194Z | Downloaded diesel-dtrace v0.3.0 |
874 | 2024-11-04T23:08:20.196Z | Downloaded unicode-bidi v0.3.17 |
875 | 2024-11-04T23:08:20.199Z | Downloaded parse-zoneinfo v0.3.1 |
876 | 2024-11-04T23:08:20.201Z | Downloaded test-strategy v0.3.1 |
877 | 2024-11-04T23:08:20.205Z | Downloaded tungstenite v0.24.0 |
878 | 2024-11-04T23:08:20.208Z | Downloaded num-complex v0.4.6 |
879 | 2024-11-04T23:08:20.210Z | Downloaded elliptic-curve v0.13.8 |
880 | 2024-11-04T23:08:20.213Z | Downloaded which v4.4.2 |
881 | 2024-11-04T23:08:20.216Z | Downloaded foldhash v0.1.3 |
882 | 2024-11-04T23:08:20.218Z | Downloaded samael v0.0.17 |
883 | 2024-11-04T23:08:20.222Z | Downloaded der v0.7.9 |
884 | 2024-11-04T23:08:20.227Z | Downloaded proc-macro-crate v1.3.1 |
885 | 2024-11-04T23:08:20.229Z | Downloaded nix v0.28.0 |
886 | 2024-11-04T23:08:20.240Z | Downloaded primeorder v0.13.6 |
887 | 2024-11-04T23:08:20.242Z | Downloaded aho-corasick v1.1.3 |
888 | 2024-11-04T23:08:20.248Z | Downloaded whoami v1.5.2 |
889 | 2024-11-04T23:08:20.251Z | Downloaded filetime v0.2.25 |
890 | 2024-11-04T23:08:20.254Z | Downloaded pkg-config v0.3.31 |
891 | 2024-11-04T23:08:20.254Z | Downloaded progenitor-impl v0.8.0 |
892 | 2024-11-04T23:08:20.256Z | Downloaded rsa v0.9.6 |
893 | 2024-11-04T23:08:20.260Z | Downloaded qorb v0.2.0 |
894 | 2024-11-04T23:08:20.265Z | Downloaded futures-util v0.3.31 |
895 | 2024-11-04T23:08:20.279Z | Downloaded socket2 v0.5.7 |
896 | 2024-11-04T23:08:20.281Z | Downloaded idna v0.5.0 |
897 | 2024-11-04T23:08:20.289Z | Downloaded blake3 v1.5.4 |
898 | 2024-11-04T23:08:20.298Z | Downloaded zip v0.6.6 |
899 | 2024-11-04T23:08:20.302Z | Downloaded idna v0.2.3 |
900 | 2024-11-04T23:08:20.309Z | Downloaded chrono v0.4.38 |
901 | 2024-11-04T23:08:20.317Z | Downloaded rayon v1.10.0 |
902 | 2024-11-04T23:08:20.326Z | Downloaded idna v0.4.0 |
903 | 2024-11-04T23:08:20.333Z | Downloaded p521 v0.13.3 |
904 | 2024-11-04T23:08:20.337Z | Downloaded hickory-proto v0.24.1 |
905 | 2024-11-04T23:08:20.353Z | Downloaded time v0.3.36 |
906 | 2024-11-04T23:08:20.360Z | Downloaded nix v0.27.1 |
907 | 2024-11-04T23:08:20.372Z | Downloaded quick-xml v0.33.0 |
908 | 2024-11-04T23:08:20.378Z | Downloaded quinn-proto v0.11.8 |
909 | 2024-11-04T23:08:20.385Z | Downloaded nix v0.29.0 |
910 | 2024-11-04T23:08:20.398Z | Downloaded flume v0.11.0 |
911 | 2024-11-04T23:08:20.402Z | Downloaded publicsuffix v2.2.3 |
912 | 2024-11-04T23:08:20.404Z | Downloaded hashbrown v0.13.2 |
913 | 2024-11-04T23:08:20.409Z | Downloaded reqwest v0.12.8 |
914 | 2024-11-04T23:08:20.417Z | Downloaded vcpkg v0.2.15 |
915 | 2024-11-04T23:08:20.457Z | Downloaded smoltcp v0.9.1 |
916 | 2024-11-04T23:08:20.468Z | Downloaded openssl v0.10.66 |
917 | 2024-11-04T23:08:20.478Z | Downloaded bindgen v0.69.5 |
918 | 2024-11-04T23:08:20.485Z | Downloaded reedline v0.35.0 |
919 | 2024-11-04T23:08:20.492Z | Downloaded radix_trie v0.2.1 |
920 | 2024-11-04T23:08:20.498Z | Downloaded smoltcp v0.11.0 |
921 | 2024-11-04T23:08:20.510Z | Downloaded rustls v0.22.4 |
922 | 2024-11-04T23:08:20.525Z | Downloaded num-bigint-dig v0.8.4 |
923 | 2024-11-04T23:08:20.530Z | Downloaded webpki-roots v0.26.6 |
924 | 2024-11-04T23:08:20.533Z | Downloaded rustls-webpki v0.101.7 |
925 | 2024-11-04T23:08:20.548Z | Downloaded hashbrown v0.14.5 |
926 | 2024-11-04T23:08:20.553Z | Downloaded trust-dns-proto v0.22.0 |
927 | 2024-11-04T23:08:20.566Z | Downloaded proptest v1.5.0 |
928 | 2024-11-04T23:08:20.576Z | Downloaded bitvec v1.0.1 |
929 | 2024-11-04T23:08:20.592Z | Downloaded rustls-webpki v0.102.8 |
930 | 2024-11-04T23:08:20.610Z | Downloaded winnow v0.5.40 |
931 | 2024-11-04T23:08:20.619Z | Downloaded regex-syntax v0.6.29 |
932 | 2024-11-04T23:08:20.627Z | Downloaded regex-syntax v0.8.5 |
933 | 2024-11-04T23:08:20.635Z | Downloaded curve25519-dalek v4.1.3 |
934 | 2024-11-04T23:08:20.645Z | Downloaded salty v0.3.0 |
935 | 2024-11-04T23:08:20.652Z | Downloaded sqlparser v0.45.0 |
936 | 2024-11-04T23:08:20.658Z | Downloaded p384 v0.13.0 |
937 | 2024-11-04T23:08:20.664Z | Downloaded portable-atomic v1.9.0 |
938 | 2024-11-04T23:08:20.671Z | Downloaded git2 v0.19.0 |
939 | 2024-11-04T23:08:20.680Z | Downloaded sled v0.34.7 |
940 | 2024-11-04T23:08:20.690Z | Downloaded rustls v0.23.14 |
941 | 2024-11-04T23:08:20.703Z | Downloaded regress v0.9.1 |
942 | 2024-11-04T23:08:20.711Z | Downloaded hashbrown v0.12.3 |
943 | 2024-11-04T23:08:20.715Z | Downloaded tough v0.17.1 |
944 | 2024-11-04T23:08:20.723Z | Downloaded reqwest v0.11.27 |
945 | 2024-11-04T23:08:20.730Z | Downloaded unicode-normalization v0.1.24 |
946 | 2024-11-04T23:08:20.734Z | Downloaded rustls v0.21.12 |
947 | 2024-11-04T23:08:20.746Z | Downloaded object v0.30.4 |
948 | 2024-11-04T23:08:20.755Z | Downloaded regress v0.10.1 |
949 | 2024-11-04T23:08:20.764Z | Downloaded regex-automata v0.4.8 |
950 | 2024-11-04T23:08:20.782Z | Downloaded polar-core v0.27.3 |
951 | 2024-11-04T23:08:20.791Z | Downloaded openapiv3 v2.0.0 |
952 | 2024-11-04T23:08:20.809Z | Downloaded lzma-sys v0.1.20 |
953 | 2024-11-04T23:08:20.849Z | Downloaded gimli v0.31.1 |
954 | 2024-11-04T23:08:20.860Z | Downloaded object v0.36.5 |
955 | 2024-11-04T23:08:20.875Z | Downloaded diesel v2.2.4 |
956 | 2024-11-04T23:08:20.893Z | Downloaded ratatui v0.28.1 |
957 | 2024-11-04T23:08:20.914Z | Downloaded libz-sys v1.1.20 |
958 | 2024-11-04T23:08:20.936Z | Downloaded chrono-tz v0.10.0 |
959 | 2024-11-04T23:08:20.944Z | Downloaded bstr v1.10.0 |
960 | 2024-11-04T23:08:20.956Z | Downloaded typify-impl v0.2.0 |
961 | 2024-11-04T23:08:20.973Z | Downloaded tokio v1.40.0 |
962 | 2024-11-04T23:08:21.026Z | Downloaded regex v1.11.0 |
963 | 2024-11-04T23:08:21.040Z | Downloaded zerocopy-derive v0.6.6 |
964 | 2024-11-04T23:08:21.050Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
965 | 2024-11-04T23:08:21.061Z | Downloaded dropshot v0.12.0 |
966 | 2024-11-04T23:08:21.082Z | Downloaded tracing v0.1.40 |
967 | 2024-11-04T23:08:21.088Z | Downloaded smallvec v1.13.2 |
968 | 2024-11-04T23:08:21.096Z | Downloaded pkcs8 v0.10.2 |
969 | 2024-11-04T23:08:21.097Z | Downloaded unicode-segmentation v1.12.0 |
970 | 2024-11-04T23:08:21.097Z | Downloaded rustyline v14.0.0 |
971 | 2024-11-04T23:08:21.100Z | Downloaded ssh-key v0.6.6 |
972 | 2024-11-04T23:08:21.108Z | Downloaded fixedbitset v0.4.2 |
973 | 2024-11-04T23:08:21.110Z | Downloaded petgraph v0.6.5 |
974 | 2024-11-04T23:08:21.126Z | Downloaded diesel_derives v2.2.3 |
975 | 2024-11-04T23:08:21.130Z | Downloaded russh v0.45.0 |
976 | 2024-11-04T23:08:21.136Z | Downloaded h2 v0.3.26 |
977 | 2024-11-04T23:08:21.143Z | Downloaded heapless v0.8.0 |
978 | 2024-11-04T23:08:21.148Z | Downloaded serde_with v3.11.0 |
979 | 2024-11-04T23:08:21.157Z | Downloaded num-conv v0.1.0 |
980 | 2024-11-04T23:08:21.159Z | Downloaded sha3 v0.10.8 |
981 | 2024-11-04T23:08:21.163Z | Downloaded futures v0.3.31 |
982 | 2024-11-04T23:08:21.169Z | Downloaded url v2.5.2 |
983 | 2024-11-04T23:08:21.172Z | Downloaded tokio-macros v2.4.0 |
984 | 2024-11-04T23:08:21.174Z | Downloaded zip v2.1.3 |
985 | 2024-11-04T23:08:21.177Z | Downloaded csv v1.3.0 |
986 | 2024-11-04T23:08:21.198Z | Downloaded defmt v0.3.8 |
987 | 2024-11-04T23:08:21.201Z | Downloaded tokio-util v0.7.12 |
988 | 2024-11-04T23:08:21.207Z | Downloaded nom v7.1.3 |
989 | 2024-11-04T23:08:21.212Z | Downloaded strum_macros v0.26.4 |
990 | 2024-11-04T23:08:21.216Z | Downloaded itertools v0.13.0 |
991 | 2024-11-04T23:08:21.223Z | Downloaded parking_lot_core v0.8.6 |
992 | 2024-11-04T23:08:21.225Z | Downloaded signal-hook v0.3.17 |
993 | 2024-11-04T23:08:21.228Z | Downloaded packed_struct_codegen v0.10.1 |
994 | 2024-11-04T23:08:21.230Z | Downloaded futures-channel v0.3.31 |
995 | 2024-11-04T23:08:21.234Z | Downloaded omicron-zone-package v0.11.1 |
996 | 2024-11-04T23:08:21.236Z | Downloaded openssl-sys v0.9.103 |
997 | 2024-11-04T23:08:21.240Z | Downloaded expectorate v1.1.0 |
998 | 2024-11-04T23:08:21.243Z | Downloaded encoding_rs v0.8.34 |
999 | 2024-11-04T23:08:21.267Z | Downloaded ff v0.13.0 |
1000 | 2024-11-04T23:08:21.269Z | Downloaded fd-lock v4.0.2 |
1001 | 2024-11-04T23:08:21.272Z | Downloaded display-error-chain v0.2.2 |
1002 | 2024-11-04T23:08:21.272Z | Downloaded quick-error v1.2.3 |
1003 | 2024-11-04T23:08:21.276Z | Downloaded foreign-types-macros v0.2.3 |
1004 | 2024-11-04T23:08:21.276Z | Downloaded value-bag v1.9.0 |
1005 | 2024-11-04T23:08:21.279Z | Downloaded unarray v0.1.4 |
1006 | 2024-11-04T23:08:21.279Z | Downloaded typify-macro v0.2.0 |
1007 | 2024-11-04T23:08:21.279Z | Downloaded twox-hash v1.6.3 |
1008 | 2024-11-04T23:08:21.281Z | Downloaded tls_codec_derive v0.4.1 |
1009 | 2024-11-04T23:08:21.284Z | Downloaded hkdf v0.12.4 |
1010 | 2024-11-04T23:08:21.284Z | Downloaded prettyplease v0.2.22 |
1011 | 2024-11-04T23:08:21.288Z | Downloaded rand v0.8.5 |
1012 | 2024-11-04T23:08:21.292Z | Downloaded pem-rfc7468 v0.7.0 |
1013 | 2024-11-04T23:08:21.295Z | Downloaded getrandom v0.2.15 |
1014 | 2024-11-04T23:08:21.297Z | Downloaded serde_urlencoded v0.7.1 |
1015 | 2024-11-04T23:08:21.299Z | Downloaded crossbeam-channel v0.5.13 |
1016 | 2024-11-04T23:08:21.304Z | Downloaded libm v0.2.8 |
1017 | 2024-11-04T23:08:21.313Z | Downloaded serde_derive_internals v0.29.1 |
1018 | 2024-11-04T23:08:21.316Z | Downloaded flate2 v1.0.34 |
1019 | 2024-11-04T23:08:21.321Z | Downloaded signal-hook-registry v1.4.2 |
1020 | 2024-11-04T23:08:21.323Z | Downloaded unsafe-libyaml v0.2.11 |
1021 | 2024-11-04T23:08:21.326Z | Downloaded crossterm v0.28.1 |
1022 | 2024-11-04T23:08:21.332Z | Downloaded secrecy v0.8.0 |
1023 | 2024-11-04T23:08:21.335Z | Downloaded fatfs v0.3.6 |
1024 | 2024-11-04T23:08:21.337Z | Downloaded slog-term v2.9.1 |
1025 | 2024-11-04T23:08:21.339Z | Downloaded olpc-cjson v0.1.4 |
1026 | 2024-11-04T23:08:21.339Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1027 | 2024-11-04T23:08:21.396Z | Downloaded futures-task v0.3.31 |
1028 | 2024-11-04T23:08:21.398Z | Downloaded predicates v3.1.2 |
1029 | 2024-11-04T23:08:21.401Z | Downloaded password-hash v0.4.2 |
1030 | 2024-11-04T23:08:21.403Z | Downloaded snafu v0.8.5 |
1031 | 2024-11-04T23:08:21.406Z | Downloaded x509-cert v0.2.5 |
1032 | 2024-11-04T23:08:21.413Z | Downloaded minimal-lexical v0.2.1 |
1033 | 2024-11-04T23:08:21.417Z | Downloaded const_format v0.2.33 |
1034 | 2024-11-04T23:08:21.421Z | Downloaded bumpalo v3.16.0 |
1035 | 2024-11-04T23:08:21.424Z | Downloaded signal-hook-tokio v0.3.1 |
1036 | 2024-11-04T23:08:21.426Z | Downloaded zeroize_derive v1.4.2 |
1037 | 2024-11-04T23:08:21.426Z | Downloaded rustc-hash v2.0.0 |
1038 | 2024-11-04T23:08:21.429Z | Downloaded ref-cast v1.0.23 |
1039 | 2024-11-04T23:08:21.431Z | Downloaded miniz_oxide v0.8.0 |
1040 | 2024-11-04T23:08:21.434Z | Downloaded cc v1.1.30 |
1041 | 2024-11-04T23:08:21.436Z | Downloaded backtrace v0.3.74 |
1042 | 2024-11-04T23:08:21.439Z | Downloaded predicates-tree v1.0.11 |
1043 | 2024-11-04T23:08:21.442Z | Downloaded predicates-core v1.0.8 |
1044 | 2024-11-04T23:08:21.442Z | Downloaded owo-colors v4.1.0 |
1045 | 2024-11-04T23:08:21.446Z | Downloaded env_logger v0.10.2 |
1046 | 2024-11-04T23:08:21.448Z | Downloaded tokio-rustls v0.24.1 |
1047 | 2024-11-04T23:08:21.448Z | Downloaded parse-display-derive v0.10.0 |
1048 | 2024-11-04T23:08:21.451Z | Downloaded globset v0.4.15 |
1049 | 2024-11-04T23:08:21.451Z | Downloaded displaydoc v0.2.5 |
1050 | 2024-11-04T23:08:21.454Z | Downloaded http v0.2.12 |
1051 | 2024-11-04T23:08:21.457Z | Downloaded tokio-stream v0.1.16 |
1052 | 2024-11-04T23:08:21.461Z | Downloaded tokio-rustls v0.26.0 |
1053 | 2024-11-04T23:08:21.464Z | Downloaded num_enum v0.5.11 |
1054 | 2024-11-04T23:08:21.468Z | Downloaded peg-macros v0.8.4 |
1055 | 2024-11-04T23:08:21.471Z | Downloaded cookie v0.18.1 |
1056 | 2024-11-04T23:08:21.475Z | Downloaded compact_str v0.8.0 |
1057 | 2024-11-04T23:08:21.477Z | Downloaded bytes v1.7.2 |
1058 | 2024-11-04T23:08:21.481Z | Downloaded untrusted v0.9.0 |
1059 | 2024-11-04T23:08:21.483Z | Downloaded semver v0.1.20 |
1060 | 2024-11-04T23:08:21.485Z | Downloaded rustc_version v0.1.7 |
1061 | 2024-11-04T23:08:21.485Z | Downloaded radium v0.7.0 |
1062 | 2024-11-04T23:08:21.487Z | Downloaded r2d2 v0.8.10 |
1063 | 2024-11-04T23:08:21.488Z | Downloaded quinn-udp v0.5.5 |
1064 | 2024-11-04T23:08:21.490Z | Downloaded postgres-protocol v0.6.7 |
1065 | 2024-11-04T23:08:21.492Z | Downloaded postcard v1.0.10 |
1066 | 2024-11-04T23:08:21.495Z | Downloaded derive_builder_core v0.20.2 |
1067 | 2024-11-04T23:08:21.497Z | Downloaded crypto-bigint v0.5.5 |
1068 | 2024-11-04T23:08:21.502Z | Downloaded base64 v0.22.1 |
1069 | 2024-11-04T23:08:21.506Z | Downloaded crc-any v2.5.0 |
1070 | 2024-11-04T23:08:21.508Z | Downloaded const-oid v0.9.6 |
1071 | 2024-11-04T23:08:21.519Z | Downloaded clang-sys v1.8.1 |
1072 | 2024-11-04T23:08:21.519Z | Downloaded untrusted v0.7.1 |
1073 | 2024-11-04T23:08:21.519Z | Downloaded slog-envlogger v2.2.0 |
1074 | 2024-11-04T23:08:21.522Z | Downloaded zone v0.3.0 |
1075 | 2024-11-04T23:08:21.522Z | Downloaded foreign-types-shared v0.1.1 |
1076 | 2024-11-04T23:08:21.522Z | Downloaded hyper-rustls v0.27.3 |
1077 | 2024-11-04T23:08:21.522Z | Downloaded gethostname v0.5.0 |
1078 | 2024-11-04T23:08:21.522Z | Downloaded tokio-tungstenite v0.24.0 |
1079 | 2024-11-04T23:08:21.524Z | Downloaded native-tls v0.2.12 |
1080 | 2024-11-04T23:08:21.528Z | Downloaded lalrpop-util v0.19.12 |
1081 | 2024-11-04T23:08:21.528Z | Downloaded fxhash v0.2.1 |
1082 | 2024-11-04T23:08:21.530Z | Downloaded stringprep v0.1.5 |
1083 | 2024-11-04T23:08:21.530Z | Downloaded string_cache v0.8.7 |
1084 | 2024-11-04T23:08:21.532Z | Downloaded openssl-macros v0.1.1 |
1085 | 2024-11-04T23:08:21.532Z | Downloaded normalize-line-endings v0.3.0 |
1086 | 2024-11-04T23:08:21.532Z | Downloaded zone_cfg_derive v0.1.2 |
1087 | 2024-11-04T23:08:21.535Z | Downloaded scrypt v0.11.0 |
1088 | 2024-11-04T23:08:21.535Z | Downloaded scopeguard v1.2.0 |
1089 | 2024-11-04T23:08:21.537Z | Downloaded rusty-fork v0.3.0 |
1090 | 2024-11-04T23:08:21.537Z | Downloaded darling_core v0.20.10 |
1091 | 2024-11-04T23:08:21.542Z | Downloaded async-trait v0.1.83 |
1092 | 2024-11-04T23:08:21.545Z | Downloaded iana-time-zone v0.1.61 |
1093 | 2024-11-04T23:08:21.548Z | Downloaded hyper-staticfile v0.10.1 |
1094 | 2024-11-04T23:08:21.550Z | Downloaded crc v3.2.1 |
1095 | 2024-11-04T23:08:21.553Z | Downloaded convert_case v0.4.0 |
1096 | 2024-11-04T23:08:21.555Z | Downloaded constant_time_eq v0.3.1 |
1097 | 2024-11-04T23:08:21.557Z | Downloaded lru v0.12.5 |
1098 | 2024-11-04T23:08:21.557Z | Downloaded linked-hash-map v0.5.6 |
1099 | 2024-11-04T23:08:21.559Z | Downloaded cbc v0.1.2 |
1100 | 2024-11-04T23:08:21.562Z | Downloaded md-5 v0.10.6 |
1101 | 2024-11-04T23:08:21.563Z | Downloaded libefi-sys v0.1.0 |
1102 | 2024-11-04T23:08:21.565Z | Downloaded lockfree-object-pool v0.1.6 |
1103 | 2024-11-04T23:08:21.565Z | Downloaded kstat-rs v0.2.4 |
1104 | 2024-11-04T23:08:21.568Z | Downloaded keccak v0.1.5 |
1105 | 2024-11-04T23:08:21.568Z | Downloaded bit-vec v0.6.3 |
1106 | 2024-11-04T23:08:21.570Z | Downloaded bb8 v0.8.5 |
1107 | 2024-11-04T23:08:21.570Z | Downloaded async-stream v0.3.6 |
1108 | 2024-11-04T23:08:21.573Z | Downloaded crunchy v0.2.2 |
1109 | 2024-11-04T23:08:21.576Z | Downloaded cfg_aliases v0.2.1 |
1110 | 2024-11-04T23:08:21.576Z | Downloaded argon2 v0.5.3 |
1111 | 2024-11-04T23:08:21.578Z | Downloaded curve25519-dalek-derive v0.1.1 |
1112 | 2024-11-04T23:08:21.581Z | Downloaded adler2 v2.0.0 |
1113 | 2024-11-04T23:08:21.581Z | Downloaded httparse v1.9.5 |
1114 | 2024-11-04T23:08:21.584Z | Downloaded ciborium v0.2.2 |
1115 | 2024-11-04T23:08:21.586Z | Downloaded block-padding v0.3.3 |
1116 | 2024-11-04T23:08:21.586Z | Downloaded colored v2.1.0 |
1117 | 2024-11-04T23:08:21.589Z | Downloaded highway v1.2.0 |
1118 | 2024-11-04T23:08:21.592Z | Downloaded csv-core v0.1.11 |
1119 | 2024-11-04T23:08:21.592Z | Downloaded cexpr v0.6.0 |
1120 | 2024-11-04T23:08:21.595Z | Downloaded linear-map v1.2.0 |
1121 | 2024-11-04T23:08:21.595Z | Downloaded lazycell v1.3.0 |
1122 | 2024-11-04T23:08:21.598Z | Downloaded instability v0.3.2 |
1123 | 2024-11-04T23:08:21.598Z | Downloaded aead v0.5.2 |
1124 | 2024-11-04T23:08:21.600Z | Downloaded castaway v0.2.3 |
1125 | 2024-11-04T23:08:21.601Z | Downloaded buf-list v1.0.3 |
1126 | 2024-11-04T23:08:21.603Z | Downloaded bitfield-struct v0.6.2 |
1127 | 2024-11-04T23:08:21.603Z | Downloaded bit-set v0.5.3 |
1128 | 2024-11-04T23:08:21.605Z | Downloaded arrayref v0.3.9 |
1129 | 2024-11-04T23:08:21.605Z | Downloaded hmac v0.12.1 |
1130 | 2024-11-04T23:08:21.608Z | Downloaded cobs v0.2.3 |
1131 | 2024-11-04T23:08:21.608Z | Downloaded chacha20 v0.9.1 |
1132 | 2024-11-04T23:08:21.611Z | Downloaded base16ct v0.2.0 |
1133 | 2024-11-04T23:08:21.847Z | Downloaded ring v0.17.8 |
1134 | 2024-11-04T23:08:22.002Z | Downloaded libsqlite3-sys v0.30.1 |
1135 | 2024-11-04T23:08:22.089Z | Downloaded ring v0.16.20 |
1136 | 2024-11-04T23:08:22.272Z | Compiling serde v1.0.210 |
1137 | 2024-11-04T23:08:22.274Z | Compiling typenum v1.17.0 |
1138 | 2024-11-04T23:08:22.274Z | Compiling lock_api v0.4.12 |
1139 | 2024-11-04T23:08:22.274Z | Compiling generic-array v0.14.7 |
1140 | 2024-11-04T23:08:22.274Z | Compiling scopeguard v1.2.0 |
1141 | 2024-11-04T23:08:22.275Z | Compiling subtle v2.6.1 |
1142 | 2024-11-04T23:08:22.463Z | Compiling syn v2.0.79 |
1143 | 2024-11-04T23:08:22.481Z | Compiling getrandom v0.2.15 |
1144 | 2024-11-04T23:08:22.596Z | Compiling value-bag v1.9.0 |
1145 | 2024-11-04T23:08:22.705Z | Compiling rand_core v0.6.4 |
1146 | 2024-11-04T23:08:22.911Z | Compiling const-oid v0.9.6 |
1147 | 2024-11-04T23:08:22.913Z | Compiling jobserver v0.1.32 |
1148 | 2024-11-04T23:08:22.968Z | Compiling shlex v1.3.0 |
1149 | 2024-11-04T23:08:23.185Z | Compiling log v0.4.22 |
1150 | 2024-11-04T23:08:23.248Z | Compiling pin-project-lite v0.2.14 |
1151 | 2024-11-04T23:08:23.387Z | Compiling cc v1.1.30 |
1152 | 2024-11-04T23:08:23.410Z | Compiling smallvec v1.13.2 |
1153 | 2024-11-04T23:08:23.464Z | Compiling parking_lot_core v0.9.10 |
1154 | 2024-11-04T23:08:23.810Z | Compiling futures-core v0.3.31 |
1155 | 2024-11-04T23:08:23.829Z | Compiling signal-hook-registry v1.4.2 |
1156 | 2024-11-04T23:08:24.077Z | Compiling mio v1.0.2 |
1157 | 2024-11-04T23:08:24.104Z | Compiling cpufeatures v0.2.14 |
1158 | 2024-11-04T23:08:24.216Z | Compiling futures-sink v0.3.31 |
1159 | 2024-11-04T23:08:24.384Z | Compiling parking_lot v0.12.3 |
1160 | 2024-11-04T23:08:24.622Z | Compiling spin v0.9.8 |
1161 | 2024-11-04T23:08:24.641Z | Compiling socket2 v0.5.7 |
1162 | 2024-11-04T23:08:24.874Z | Compiling slab v0.4.9 |
1163 | 2024-11-04T23:08:25.046Z | Compiling serde_json v1.0.128 |
1164 | 2024-11-04T23:08:25.243Z | Compiling futures-channel v0.3.31 |
1165 | 2024-11-04T23:08:25.293Z | Compiling allocator-api2 v0.2.18 |
1166 | 2024-11-04T23:08:25.318Z | Compiling pin-utils v0.1.0 |
1167 | 2024-11-04T23:08:25.416Z | Compiling futures-task v0.3.31 |
1168 | 2024-11-04T23:08:25.440Z | Compiling foldhash v0.1.3 |
1169 | 2024-11-04T23:08:25.638Z | Compiling futures-io v0.3.31 |
1170 | 2024-11-04T23:08:25.657Z | Compiling tinyvec_macros v0.1.1 |
1171 | 2024-11-04T23:08:25.675Z | Compiling libm v0.2.8 |
1172 | 2024-11-04T23:08:25.732Z | Compiling tinyvec v1.8.0 |
1173 | 2024-11-04T23:08:25.752Z | Compiling pkg-config v0.3.31 |
1174 | 2024-11-04T23:08:25.754Z | Compiling num-traits v0.2.19 |
1175 | 2024-11-04T23:08:26.040Z | Compiling hashbrown v0.15.0 |
1176 | 2024-11-04T23:08:26.087Z | Compiling unicode-bidi v0.3.17 |
1177 | 2024-11-04T23:08:26.367Z | Compiling base64ct v1.6.0 |
1178 | 2024-11-04T23:08:27.021Z | Compiling pem-rfc7468 v0.7.0 |
1179 | 2024-11-04T23:08:27.508Z | Compiling unicode-normalization v0.1.24 |
1180 | 2024-11-04T23:08:27.545Z | Compiling httparse v1.9.5 |
1181 | 2024-11-04T23:08:27.546Z | Compiling flagset v0.4.6 |
1182 | 2024-11-04T23:08:27.601Z | Compiling tracing-core v0.1.32 |
1183 | 2024-11-04T23:08:27.614Z | Compiling ring v0.17.8 |
1184 | 2024-11-04T23:08:27.762Z | Compiling crossbeam-utils v0.8.20 |
1185 | 2024-11-04T23:08:27.858Z | Compiling percent-encoding v2.3.1 |
1186 | 2024-11-04T23:08:28.192Z | Compiling rustls-pki-types v1.9.0 |
1187 | 2024-11-04T23:08:28.400Z | Compiling untrusted v0.9.0 |
1188 | 2024-11-04T23:08:28.613Z | Compiling powerfmt v0.2.0 |
1189 | 2024-11-04T23:08:28.634Z | Compiling time-core v0.1.2 |
1190 | 2024-11-04T23:08:28.883Z | Compiling num-conv v0.1.0 |
1191 | 2024-11-04T23:08:28.989Z | Compiling vcpkg v0.2.15 |
1192 | 2024-11-04T23:08:29.034Z | Compiling deranged v0.3.11 |
1193 | 2024-11-04T23:08:29.141Z | Compiling time-macros v0.2.18 |
1194 | 2024-11-04T23:08:29.318Z | Compiling atomic-waker v1.1.2 |
1195 | 2024-11-04T23:08:29.452Z | Compiling num_threads v0.1.7 |
1196 | 2024-11-04T23:08:29.499Z | Compiling form_urlencoded v1.2.1 |
1197 | 2024-11-04T23:08:29.572Z | Compiling slog v2.7.0 |
1198 | 2024-11-04T23:08:29.831Z | Compiling try-lock v0.2.5 |
1199 | 2024-11-04T23:08:29.968Z | Compiling rustix v0.38.37 |
1200 | 2024-11-04T23:08:30.158Z | Compiling want v0.3.1 |
1201 | 2024-11-04T23:08:30.440Z | Compiling httpdate v1.0.3 |
1202 | 2024-11-04T23:08:30.869Z | Compiling idna v0.5.0 |
1203 | 2024-11-04T23:08:30.884Z | Compiling openssl v0.10.66 |
1204 | 2024-11-04T23:08:30.947Z | Compiling openssl-sys v0.9.103 |
1205 | 2024-11-04T23:08:30.966Z | Compiling rustversion v1.0.17 |
1206 | 2024-11-04T23:08:31.234Z | Compiling base64 v0.22.1 |
1207 | 2024-11-04T23:08:31.295Z | Compiling tower-service v0.3.3 |
1208 | 2024-11-04T23:08:31.427Z | Compiling adler2 v2.0.0 |
1209 | 2024-11-04T23:08:31.634Z | Compiling foreign-types-shared v0.1.1 |
1210 | 2024-11-04T23:08:31.706Z | Compiling iana-time-zone v0.1.61 |
1211 | 2024-11-04T23:08:31.770Z | Compiling match_cfg v0.1.0 |
1212 | 2024-11-04T23:08:31.865Z | Compiling hostname v0.3.1 |
1213 | 2024-11-04T23:08:31.942Z | Compiling foreign-types v0.3.2 |
1214 | 2024-11-04T23:08:32.080Z | Compiling time v0.3.36 |
1215 | 2024-11-04T23:08:32.098Z | Compiling url v2.5.2 |
1216 | 2024-11-04T23:08:32.114Z | Compiling miniz_oxide v0.8.0 |
1217 | 2024-11-04T23:08:32.116Z | Compiling dirs-sys-next v0.1.2 |
1218 | 2024-11-04T23:08:32.330Z | Compiling aho-corasick v1.1.3 |
1219 | 2024-11-04T23:08:32.721Z | Compiling rustls v0.22.4 |
1220 | 2024-11-04T23:08:33.022Z | Compiling data-encoding v2.6.0 |
1221 | 2024-11-04T23:08:33.503Z | Compiling rustls v0.23.14 |
1222 | 2024-11-04T23:08:33.563Z | Compiling siphasher v0.3.11 |
1223 | 2024-11-04T23:08:33.774Z | Compiling native-tls v0.2.12 |
1224 | 2024-11-04T23:08:33.893Z | Compiling regex-syntax v0.8.5 |
1225 | 2024-11-04T23:08:33.965Z | Compiling syn v1.0.109 |
1226 | 2024-11-04T23:08:34.152Z | Compiling dirs-next v2.0.0 |
1227 | 2024-11-04T23:08:34.618Z | Compiling serde_derive_internals v0.29.1 |
1228 | 2024-11-04T23:08:35.177Z | Compiling crossbeam-epoch v0.9.18 |
1229 | 2024-11-04T23:08:35.652Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1230 | 2024-11-04T23:08:35.912Z | Compiling lazy_static v1.5.0 |
1231 | 2024-11-04T23:08:36.033Z | Compiling thread_local v1.1.8 |
1232 | 2024-11-04T23:08:36.146Z | Compiling multer v3.1.0 |
1233 | 2024-11-04T23:08:36.208Z | Compiling serde_derive v1.0.210 |
1234 | 2024-11-04T23:08:36.437Z | Compiling zeroize_derive v1.4.2 |
1235 | 2024-11-04T23:08:36.582Z | Compiling zerocopy-derive v0.7.35 |
1236 | 2024-11-04T23:08:37.126Z | Compiling tokio-macros v2.4.0 |
1237 | 2024-11-04T23:08:37.218Z | Compiling thiserror-impl v1.0.64 |
1238 | 2024-11-04T23:08:37.297Z | Compiling futures-macro v0.3.31 |
1239 | 2024-11-04T23:08:37.975Z | Compiling zeroize v1.8.1 |
1240 | 2024-11-04T23:08:38.704Z | Compiling der_derive v0.7.3 |
1241 | 2024-11-04T23:08:38.754Z | Compiling zerocopy v0.7.35 |
1242 | 2024-11-04T23:08:39.269Z | Compiling futures-util v0.3.31 |
1243 | 2024-11-04T23:08:39.775Z | Compiling crypto-common v0.1.6 |
1244 | 2024-11-04T23:08:40.052Z | Compiling block-buffer v0.10.4 |
1245 | 2024-11-04T23:08:40.077Z | Compiling block-padding v0.3.3 |
1246 | 2024-11-04T23:08:40.232Z | Compiling tracing-attributes v0.1.27 |
1247 | 2024-11-04T23:08:40.346Z | Compiling digest v0.10.7 |
1248 | 2024-11-04T23:08:40.373Z | Compiling inout v0.1.3 |
1249 | 2024-11-04T23:08:40.424Z | Compiling ppv-lite86 v0.2.20 |
1250 | 2024-11-04T23:08:40.426Z | Compiling thiserror v1.0.64 |
1251 | 2024-11-04T23:08:40.590Z | Compiling pest v2.7.14 |
1252 | 2024-11-04T23:08:40.670Z | Compiling cipher v0.4.4 |
1253 | 2024-11-04T23:08:40.911Z | Compiling hmac v0.12.1 |
1254 | 2024-11-04T23:08:41.208Z | Compiling sha2 v0.10.8 |
1255 | 2024-11-04T23:08:41.228Z | Compiling der v0.7.9 |
1256 | 2024-11-04T23:08:41.281Z | Compiling salsa20 v0.10.2 |
1257 | 2024-11-04T23:08:41.425Z | Compiling rand_chacha v0.3.1 |
1258 | 2024-11-04T23:08:41.514Z | Compiling pbkdf2 v0.12.2 |
1259 | 2024-11-04T23:08:41.701Z | Compiling aes v0.8.4 |
1260 | 2024-11-04T23:08:43.809Z | Compiling spki v0.7.3 |
1261 | 2024-11-04T23:08:43.878Z | Compiling rand v0.8.5 |
1262 | 2024-11-04T23:08:44.072Z | Compiling tracing v0.1.40 |
1263 | 2024-11-04T23:08:44.224Z | Compiling pest_meta v2.7.14 |
1264 | 2024-11-04T23:08:44.590Z | Compiling scrypt v0.11.0 |
1265 | 2024-11-04T23:08:44.686Z | Compiling cbc v0.1.2 |
1266 | 2024-11-04T23:08:44.826Z | Compiling scroll_derive v0.12.0 |
1267 | 2024-11-04T23:08:44.944Z | Compiling pkcs5 v0.7.1 |
1268 | 2024-11-04T23:08:45.165Z | Compiling openssl-macros v0.1.1 |
1269 | 2024-11-04T23:08:46.032Z | Compiling pest_generator v2.7.14 |
1270 | 2024-11-04T23:08:46.114Z | Compiling pkcs8 v0.10.2 |
1271 | 2024-11-04T23:08:46.165Z | Compiling async-trait v0.1.83 |
1272 | 2024-11-04T23:08:46.244Z | Compiling signature v2.2.0 |
1273 | 2024-11-04T23:08:46.434Z | Compiling scroll v0.12.0 |
1274 | 2024-11-04T23:08:46.559Z | Compiling sha1 v0.10.6 |
1275 | 2024-11-04T23:08:46.900Z | Compiling regex-automata v0.4.8 |
1276 | 2024-11-04T23:08:47.012Z | Compiling rustls-webpki v0.102.8 |
1277 | 2024-11-04T23:08:47.053Z | Compiling goblin v0.8.2 |
1278 | 2024-11-04T23:08:48.112Z | Compiling cookie v0.18.1 |
1279 | 2024-11-04T23:08:48.452Z | Compiling encoding_rs v0.8.34 |
1280 | 2024-11-04T23:08:48.643Z | Compiling openssl-probe v0.1.5 |
1281 | 2024-11-04T23:08:48.907Z | Compiling signal-hook v0.3.17 |
1282 | 2024-11-04T23:08:49.034Z | Compiling mime v0.3.17 |
1283 | 2024-11-04T23:08:49.089Z | Compiling pest_derive v2.7.14 |
1284 | 2024-11-04T23:08:49.137Z | Compiling either v1.13.0 |
1285 | 2024-11-04T23:08:49.207Z | Compiling schemars v0.8.21 |
1286 | 2024-11-04T23:08:49.547Z | Compiling unicode-properties v0.1.3 |
1287 | 2024-11-04T23:08:49.585Z | Compiling slog-async v2.8.0 |
1288 | 2024-11-04T23:08:49.592Z | Compiling rayon-core v1.12.1 |
1289 | 2024-11-04T23:08:49.856Z | Compiling dtrace-parser v0.2.0 |
1290 | 2024-11-04T23:08:49.882Z | Compiling gimli v0.31.1 |
1291 | 2024-11-04T23:08:49.935Z | Compiling ipnet v2.10.1 |
1292 | 2024-11-04T23:08:50.134Z | Compiling paste v1.0.15 |
1293 | 2024-11-04T23:08:50.727Z | Compiling bytes v1.7.2 |
1294 | 2024-11-04T23:08:51.515Z | Compiling indexmap v2.6.0 |
1295 | 2024-11-04T23:08:51.941Z | Compiling tokio v1.40.0 |
1296 | 2024-11-04T23:08:52.159Z | Compiling http v1.1.0 |
1297 | 2024-11-04T23:08:52.772Z | Compiling bitflags v2.6.0 |
1298 | 2024-11-04T23:08:52.792Z | Compiling semver v1.0.23 |
1299 | 2024-11-04T23:08:53.574Z | Compiling rustc_version v0.4.1 |
1300 | 2024-11-04T23:08:53.941Z | Compiling http-body v1.0.1 |
1301 | 2024-11-04T23:08:54.180Z | Compiling dof v0.3.0 |
1302 | 2024-11-04T23:08:54.340Z | Compiling serde_spanned v0.6.8 |
1303 | 2024-11-04T23:08:54.595Z | Compiling toml_datetime v0.6.8 |
1304 | 2024-11-04T23:08:54.690Z | Compiling uuid v1.10.0 |
1305 | 2024-11-04T23:08:55.160Z | Compiling serde_tokenstream v0.2.2 |
1306 | 2024-11-04T23:08:55.292Z | Compiling usdt-impl v0.5.0 |
1307 | 2024-11-04T23:08:55.788Z | Compiling chrono v0.4.38 |
1308 | 2024-11-04T23:08:56.236Z | Compiling heapless v0.7.17 |
1309 | 2024-11-04T23:08:56.334Z | Compiling http-body-util v0.1.2 |
1310 | 2024-11-04T23:08:56.808Z | Compiling toml_edit v0.22.22 |
1311 | 2024-11-04T23:08:56.974Z | Compiling addr2line v0.24.2 |
1312 | 2024-11-04T23:08:57.377Z | Compiling usdt-macro v0.5.0 |
1313 | 2024-11-04T23:08:57.707Z | Compiling usdt-attr-macro v0.5.0 |
1314 | 2024-11-04T23:08:58.780Z | Compiling curve25519-dalek v4.1.3 |
1315 | 2024-11-04T23:08:58.867Z | Compiling slog-json v2.6.1 |
1316 | 2024-11-04T23:08:59.322Z | Compiling serde_urlencoded v0.7.1 |
1317 | 2024-11-04T23:08:59.389Z | Compiling stringprep v0.1.5 |
1318 | 2024-11-04T23:08:59.614Z | Compiling futures-executor v0.3.31 |
1319 | 2024-11-04T23:08:59.826Z | Compiling md-5 v0.10.6 |
1320 | 2024-11-04T23:09:00.087Z | Compiling schemars_derive v0.8.21 |
1321 | 2024-11-04T23:09:00.229Z | Compiling enum-as-inner v0.6.1 |
1322 | 2024-11-04T23:09:00.590Z | Compiling tokio-util v0.7.12 |
1323 | 2024-11-04T23:09:01.394Z | Compiling async-stream-impl v0.3.6 |
1324 | 2024-11-04T23:09:02.054Z | Compiling h2 v0.4.6 |
1325 | 2024-11-04T23:09:04.099Z | Compiling crossbeam-deque v0.8.5 |
1326 | 2024-11-04T23:09:04.452Z | Compiling term v0.7.0 |
1327 | 2024-11-04T23:09:04.967Z | Compiling crossbeam-channel v0.5.13 |
1328 | 2024-11-04T23:09:05.473Z | Compiling num-integer v0.1.46 |
1329 | 2024-11-04T23:09:05.997Z | Compiling rustls-pemfile v2.2.0 |
1330 | 2024-11-04T23:09:06.149Z | Compiling idna v0.4.0 |
1331 | 2024-11-04T23:09:06.335Z | Compiling idna v0.3.0 |
1332 | 2024-11-04T23:09:06.369Z | Compiling hash32 v0.2.1 |
1333 | 2024-11-04T23:09:06.766Z | Compiling ff v0.13.0 |
1334 | 2024-11-04T23:09:06.794Z | Compiling is-terminal v0.4.13 |
1335 | 2024-11-04T23:09:06.934Z | Compiling dropshot v0.12.0 |
1336 | 2024-11-04T23:09:07.012Z | Compiling object v0.36.5 |
1337 | 2024-11-04T23:09:07.247Z | Compiling linked-hash-map v0.5.6 |
1338 | 2024-11-04T23:09:07.637Z | Compiling stable_deref_trait v1.2.0 |
1339 | 2024-11-04T23:09:07.748Z | Compiling rustc-demangle v0.1.24 |
1340 | 2024-11-04T23:09:07.809Z | Compiling anyhow v1.0.92 |
1341 | 2024-11-04T23:09:08.030Z | Compiling num-bigint-dig v0.8.4 |
1342 | 2024-11-04T23:09:08.372Z | Compiling dyn-clone v1.0.17 |
1343 | 2024-11-04T23:09:08.508Z | Compiling utf-8 v0.7.6 |
1344 | 2024-11-04T23:09:08.601Z | Compiling portable-atomic v1.9.0 |
1345 | 2024-11-04T23:09:08.749Z | Compiling smoltcp v0.9.1 |
1346 | 2024-11-04T23:09:08.849Z | Compiling base16ct v0.2.0 |
1347 | 2024-11-04T23:09:09.192Z | Compiling take_mut v0.2.2 |
1348 | 2024-11-04T23:09:09.373Z | Compiling hyper v1.4.1 |
1349 | 2024-11-04T23:09:09.444Z | Compiling quick-error v1.2.3 |
1350 | 2024-11-04T23:09:09.475Z | Compiling fallible-iterator v0.2.0 |
1351 | 2024-11-04T23:09:09.585Z | Compiling psl-types v2.0.11 |
1352 | 2024-11-04T23:09:09.722Z | Compiling resolv-conf v0.7.0 |
1353 | 2024-11-04T23:09:09.784Z | Compiling publicsuffix v2.2.3 |
1354 | 2024-11-04T23:09:10.208Z | Compiling postgres-protocol v0.6.7 |
1355 | 2024-11-04T23:09:10.486Z | Compiling sec1 v0.7.3 |
1356 | 2024-11-04T23:09:11.137Z | Compiling tungstenite v0.24.0 |
1357 | 2024-11-04T23:09:11.985Z | Compiling hyper-util v0.1.9 |
1358 | 2024-11-04T23:09:13.336Z | Compiling lru-cache v0.1.2 |
1359 | 2024-11-04T23:09:13.571Z | Compiling hickory-proto v0.24.1 |
1360 | 2024-11-04T23:09:13.607Z | Compiling group v0.13.0 |
1361 | 2024-11-04T23:09:13.626Z | Compiling usdt v0.5.0 |
1362 | 2024-11-04T23:09:14.031Z | Compiling slog-term v2.9.1 |
1363 | 2024-11-04T23:09:14.122Z | Compiling num-iter v0.1.45 |
1364 | 2024-11-04T23:09:14.213Z | Compiling tokio-rustls v0.26.0 |
1365 | 2024-11-04T23:09:14.698Z | Compiling tokio-rustls v0.25.0 |
1366 | 2024-11-04T23:09:15.151Z | Compiling backtrace v0.3.74 |
1367 | 2024-11-04T23:09:15.154Z | Compiling tokio-native-tls v0.3.1 |
1368 | 2024-11-04T23:09:15.181Z | Compiling async-stream v0.3.6 |
1369 | 2024-11-04T23:09:15.487Z | Compiling toml v0.8.19 |
1370 | 2024-11-04T23:09:15.594Z | Compiling futures v0.3.31 |
1371 | 2024-11-04T23:09:16.528Z | Compiling camino v1.1.9 |
1372 | 2024-11-04T23:09:17.166Z | Compiling slog-bunyan v2.5.0 |
1373 | 2024-11-04T23:09:17.272Z | Compiling terminal_size v0.4.0 |
1374 | 2024-11-04T23:09:17.403Z | Compiling dropshot_endpoint v0.12.0 |
1375 | 2024-11-04T23:09:17.475Z | Compiling openapiv3 v2.0.0 |
1376 | 2024-11-04T23:09:17.496Z | Compiling serde_path_to_error v0.1.16 |
1377 | 2024-11-04T23:09:17.960Z | Compiling hkdf v0.12.4 |
1378 | 2024-11-04T23:09:18.133Z | Compiling hubpack_derive v0.1.1 |
1379 | 2024-11-04T23:09:18.207Z | Compiling crypto-bigint v0.5.5 |
1380 | 2024-11-04T23:09:18.334Z | Compiling zerocopy-derive v0.6.6 |
1381 | 2024-11-04T23:09:18.356Z | Compiling curve25519-dalek-derive v0.1.1 |
1382 | 2024-11-04T23:09:18.376Z | Compiling phf_shared v0.11.2 |
1383 | 2024-11-04T23:09:18.768Z | Compiling waitgroup v0.1.2 |
1384 | 2024-11-04T23:09:19.000Z | Compiling webpki-roots v0.26.6 |
1385 | 2024-11-04T23:09:19.066Z | Compiling hostname v0.4.0 |
1386 | 2024-11-04T23:09:19.220Z | Compiling crc32fast v1.4.2 |
1387 | 2024-11-04T23:09:19.360Z | Compiling ahash v0.8.11 |
1388 | 2024-11-04T23:09:19.613Z | Compiling fs-err v2.11.0 |
1389 | 2024-11-04T23:09:19.778Z | Compiling bitflags v1.3.2 |
1390 | 2024-11-04T23:09:19.863Z | Compiling debug-ignore v1.0.5 |
1391 | 2024-11-04T23:09:19.898Z | Compiling managed v0.8.0 |
1392 | 2024-11-04T23:09:19.935Z | Compiling winnow v0.5.40 |
1393 | 2024-11-04T23:09:20.024Z | Compiling strum_macros v0.25.3 |
1394 | 2024-11-04T23:09:20.573Z | Compiling zerocopy v0.6.6 |
1395 | 2024-11-04T23:09:21.585Z | Compiling elliptic-curve v0.13.8 |
1396 | 2024-11-04T23:09:22.075Z | Compiling console v0.15.8 |
1397 | 2024-11-04T23:09:22.450Z | Compiling clap_builder v4.5.20 |
1398 | 2024-11-04T23:09:23.740Z | Compiling flate2 v1.0.34 |
1399 | 2024-11-04T23:09:23.850Z | Compiling toml_edit v0.19.15 |
1400 | 2024-11-04T23:09:24.127Z | Compiling hickory-resolver v0.24.1 |
1401 | 2024-11-04T23:09:24.147Z | Compiling hyper-rustls v0.27.3 |
1402 | 2024-11-04T23:09:24.590Z | Compiling hubpack v0.1.2 |
1403 | 2024-11-04T23:09:24.708Z | Compiling phf v0.11.2 |
1404 | 2024-11-04T23:09:24.808Z | Compiling signal-hook-mio v0.2.4 |
1405 | 2024-11-04T23:09:24.987Z | Compiling cookie_store v0.21.0 |
1406 | 2024-11-04T23:09:25.029Z | Compiling hyper-tls v0.6.0 |
1407 | 2024-11-04T23:09:25.478Z | Compiling rayon v1.10.0 |
1408 | 2024-11-04T23:09:25.966Z | Compiling bzip2 v0.4.4 |
1409 | 2024-11-04T23:09:26.605Z | Compiling tokio-tungstenite v0.24.0 |
1410 | 2024-11-04T23:09:27.167Z | Compiling postgres-types v0.2.8 |
1411 | 2024-11-04T23:09:30.115Z | Compiling tokio-stream v0.1.16 |
1412 | 2024-11-04T23:09:30.652Z | Compiling bstr v1.10.0 |
1413 | 2024-11-04T23:09:30.773Z | Compiling regex v1.11.0 |
1414 | 2024-11-04T23:09:31.140Z | Compiling serde-big-array v0.5.1 |
1415 | 2024-11-04T23:09:31.219Z | Compiling ed25519 v2.2.3 |
1416 | 2024-11-04T23:09:31.372Z | Compiling pkcs1 v0.7.5 |
1417 | 2024-11-04T23:09:31.389Z | Compiling rfc6979 v0.4.0 |
1418 | 2024-11-04T23:09:31.514Z | Compiling serde_repr v0.1.19 |
1419 | 2024-11-04T23:09:31.576Z | Compiling derive-where v1.2.7 |
1420 | 2024-11-04T23:09:31.668Z | Compiling clap_derive v4.5.18 |
1421 | 2024-11-04T23:09:31.921Z | Compiling phf_shared v0.10.0 |
1422 | 2024-11-04T23:09:32.354Z | Compiling float-cmp v0.9.0 |
1423 | 2024-11-04T23:09:32.374Z | Compiling sync_wrapper v1.0.1 |
1424 | 2024-11-04T23:09:32.420Z | Compiling fixedbitset v0.4.2 |
1425 | 2024-11-04T23:09:32.535Z | Compiling minimal-lexical v0.2.1 |
1426 | 2024-11-04T23:09:32.596Z | Compiling normalize-line-endings v0.3.0 |
1427 | 2024-11-04T23:09:32.676Z | Compiling static_assertions v1.1.0 |
1428 | 2024-11-04T23:09:32.724Z | Compiling new_debug_unreachable v1.0.6 |
1429 | 2024-11-04T23:09:32.798Z | Compiling bit-vec v0.6.3 |
1430 | 2024-11-04T23:09:32.845Z | Compiling precomputed-hash v0.1.1 |
1431 | 2024-11-04T23:09:32.875Z | Compiling whoami v1.5.2 |
1432 | 2024-11-04T23:09:32.987Z | Compiling difflib v0.4.0 |
1433 | 2024-11-04T23:09:33.078Z | Compiling predicates-core v1.0.8 |
1434 | 2024-11-04T23:09:33.098Z | Compiling number_prefix v0.4.0 |
1435 | 2024-11-04T23:09:33.305Z | Compiling unicode-segmentation v1.12.0 |
1436 | 2024-11-04T23:09:33.332Z | Compiling indicatif v0.17.8 |
1437 | 2024-11-04T23:09:33.440Z | Compiling predicates v3.1.2 |
1438 | 2024-11-04T23:09:33.564Z | Compiling tokio-postgres v0.7.12 |
1439 | 2024-11-04T23:09:34.220Z | Compiling similar v2.6.0 |
1440 | 2024-11-04T23:09:34.632Z | Compiling bit-set v0.5.3 |
1441 | 2024-11-04T23:09:34.935Z | Compiling nom v7.1.3 |
1442 | 2024-11-04T23:09:35.094Z | Compiling qorb v0.2.0 |
1443 | 2024-11-04T23:09:35.114Z | Compiling string_cache v0.8.7 |
1444 | 2024-11-04T23:09:35.495Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1445 | 2024-11-04T23:09:35.557Z | Compiling petgraph v0.6.5 |
1446 | 2024-11-04T23:09:36.507Z | Compiling clap v4.5.20 |
1447 | 2024-11-04T23:09:36.633Z | Compiling reqwest v0.12.8 |
1448 | 2024-11-04T23:09:36.665Z | Compiling rsa v0.9.6 |
1449 | 2024-11-04T23:09:38.780Z | Compiling ecdsa v0.16.9 |
1450 | 2024-11-04T23:09:39.530Z | Compiling ed25519-dalek v2.1.1 |
1451 | 2024-11-04T23:09:39.689Z | Compiling toml v0.7.8 |
1452 | 2024-11-04T23:09:39.709Z | Compiling zip v0.6.6 |
1453 | 2024-11-04T23:09:40.681Z | Compiling crossterm v0.28.1 |
1454 | 2024-11-04T23:09:41.418Z | Compiling hex v0.4.3 |
1455 | 2024-11-04T23:09:41.642Z | Compiling itertools v0.12.1 |
1456 | 2024-11-04T23:09:41.928Z | Compiling itertools v0.10.5 |
1457 | 2024-11-04T23:09:42.067Z | Compiling x509-cert v0.2.5 |
1458 | 2024-11-04T23:09:42.129Z | Compiling peg-runtime v0.8.3 |
1459 | 2024-11-04T23:09:42.752Z | Compiling unicode-xid v0.2.6 |
1460 | 2024-11-04T23:09:42.915Z | Compiling lalrpop-util v0.19.12 |
1461 | 2024-11-04T23:09:42.935Z | Compiling xattr v1.3.1 |
1462 | 2024-11-04T23:09:43.233Z | Compiling strum_macros v0.26.4 |
1463 | 2024-11-04T23:09:43.297Z | Compiling filetime v0.2.25 |
1464 | 2024-11-04T23:09:43.658Z | Compiling tar v0.4.42 |
1465 | 2024-11-04T23:09:46.671Z | Compiling strum v0.26.3 |
1466 | 2024-11-04T23:09:46.756Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1467 | 2024-11-04T23:09:47.041Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1468 | 2024-11-04T23:09:52.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
1469 | 2024-11-04T23:09:52.931Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1470 | 2024-11-04T23:09:52.981Z | Nov 04 23:09:51.581 INFO Starting download, target: Cockroach |
1471 | 2024-11-04T23:09:52.981Z | Nov 04 23:09:51.581 INFO Starting download, target: DendriteOpenapi |
1472 | 2024-11-04T23:09:52.981Z | Nov 04 23:09:51.581 INFO Starting download, target: Clickhouse |
1473 | 2024-11-04T23:09:52.984Z | Nov 04 23:09:51.581 INFO Starting download, target: Console |
1474 | 2024-11-04T23:09:52.984Z | Nov 04 23:09:51.581 INFO Starting download, target: DendriteStub |
1475 | 2024-11-04T23:09:52.984Z | Nov 04 23:09:51.581 INFO Starting download, target: MaghemiteMgd |
1476 | 2024-11-04T23:09:52.984Z | Nov 04 23:09:51.581 INFO Starting download, target: TransceiverControl |
1477 | 2024-11-04T23:09:52.984Z | Nov 04 23:09:51.582 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1478 | 2024-11-04T23:09:52.984Z | Nov 04 23:09:51.582 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1479 | 2024-11-04T23:09:52.984Z | Nov 04 23:09:51.582 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
1480 | 2024-11-04T23:09:52.984Z | Nov 04 23:09:51.582 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1481 | 2024-11-04T23:09:52.984Z | Nov 04 23:09:51.582 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1482 | 2024-11-04T23:09:52.984Z | Nov 04 23:09:51.582 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1483 | 2024-11-04T23:09:52.984Z | Nov 04 23:09:51.582 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1484 | 2024-11-04T23:09:53.296Z | Nov 04 23:09:51.884 INFO Download complete, target: DendriteOpenapi |
1485 | 2024-11-04T23:09:53.477Z | Nov 04 23:09:52.029 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1486 | 2024-11-04T23:09:53.625Z | Nov 04 23:09:52.189 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1487 | 2024-11-04T23:09:53.944Z | Nov 04 23:09:52.527 INFO Download complete, target: Console |
1488 | 2024-11-04T23:09:53.987Z | Nov 04 23:09:52.586 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1489 | 2024-11-04T23:09:54.083Z | Nov 04 23:09:52.682 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1490 | 2024-11-04T23:09:54.122Z | Nov 04 23:09:52.721 INFO Download complete, target: TransceiverControl |
1491 | 2024-11-04T23:09:54.831Z | Nov 04 23:09:53.431 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1492 | 2024-11-04T23:09:54.832Z | Nov 04 23:09:53.431 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1493 | 2024-11-04T23:09:55.410Z | Nov 04 23:09:54.010 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1494 | 2024-11-04T23:09:56.830Z | Nov 04 23:09:55.429 INFO Download complete, target: DendriteStub |
1495 | 2024-11-04T23:09:57.039Z | Nov 04 23:09:55.638 INFO Download complete, target: MaghemiteMgd |
1496 | 2024-11-04T23:10:02.214Z | Nov 04 23:10:00.801 INFO Checking that binary works, target: Cockroach |
1497 | 2024-11-04T23:10:02.386Z | Nov 04 23:10:00.966 INFO Download complete, target: Cockroach |
1498 | 2024-11-04T23:10:07.747Z | Nov 04 23:10:06.344 INFO Checking that binary works, target: Clickhouse |
1499 | 2024-11-04T23:10:08.196Z | Nov 04 23:10:06.794 INFO Download complete, target: Clickhouse |
1500 | 2024-11-04T23:10:08.627Z | All builder prerequisites installed successfully, and PATH looks valid |
1501 | 2024-11-04T23:10:08.630Z | |
1502 | 2024-11-04T23:10:08.630Z | real 4:59.264776230 |
1503 | 2024-11-04T23:10:08.630Z | user 12:40.447204862 |
1504 | 2024-11-04T23:10:08.630Z | sys 2:47.675898573 |
1505 | 2024-11-04T23:10:08.630Z | trap 0.444938445 |
1506 | 2024-11-04T23:10:08.630Z | tflt 4.375543057 |
1507 | 2024-11-04T23:10:08.630Z | dflt 4.201718675 |
1508 | 2024-11-04T23:10:08.630Z | kflt 0.383228507 |
1509 | 2024-11-04T23:10:08.630Z | lock 23:00.365198185 |
1510 | 2024-11-04T23:10:08.630Z | slp 51:41.268298970 |
1511 | 2024-11-04T23:10:08.630Z | lat 44.533777827 |
1512 | 2024-11-04T23:10:08.630Z | stop 2:05.649265373 |
1513 | 2024-11-04T23:10:08.630Z | + banner hack-check |
1514 | 2024-11-04T23:10:08.633Z | |
1515 | 2024-11-04T23:10:08.633Z | # # ## #### # # #### # # ###### #### # # |
1516 | 2024-11-04T23:10:08.633Z | # # # # # # # # # # # # # # # # # |
1517 | 2024-11-04T23:10:08.633Z | ###### # # # #### ##### # ###### ##### # #### |
1518 | 2024-11-04T23:10:08.633Z | # # ###### # # # # # # # # # # |
1519 | 2024-11-04T23:10:08.633Z | # # # # # # # # # # # # # # # # # |
1520 | 2024-11-04T23:10:08.633Z | # # # # #### # # #### # # ###### #### # # |
1521 | 2024-11-04T23:10:08.633Z | |
1522 | 2024-11-04T23:10:08.633Z | + export CARGO_INCREMENTAL=0 |
1523 | 2024-11-04T23:10:08.633Z | + CARGO_INCREMENTAL=0 |
1524 | 2024-11-04T23:10:08.633Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1525 | 2024-11-04T23:10:09.144Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1526 | 2024-11-04T23:10:12.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
1527 | 2024-11-04T23:10:12.919Z | Running `target/debug/xtask check-features --ci` |
1528 | 2024-11-04T23:10:12.941Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1529 | 2024-11-04T23:10:12.941Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1530 | 2024-11-04T23:10:13.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1531 | 2024-11-04T23:10:13.397Z | Running `target/debug/xtask download cargo-hack` |
1532 | 2024-11-04T23:10:14.191Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1533 | 2024-11-04T23:10:14.625Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1534 | 2024-11-04T23:10:19.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s |
1535 | 2024-11-04T23:10:19.871Z | Running `target/debug/xtask-downloader cargo-hack` |
1536 | 2024-11-04T23:10:19.917Z | Nov 04 23:10:18.513 INFO Starting download, target: CargoHack |
1537 | 2024-11-04T23:10:19.920Z | Nov 04 23:10:18.514 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1538 | 2024-11-04T23:10:20.343Z | Nov 04 23:10:18.939 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1539 | 2024-11-04T23:10:20.432Z | Nov 04 23:10:19.027 INFO Download complete, target: CargoHack |
1540 | 2024-11-04T23:10:20.436Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1541 | 2024-11-04T23:10:20.453Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1542 | 2024-11-04T23:10:20.626Z | info: running `cargo check --bins` on api_identity (1/169) |
1543 | 2024-11-04T23:10:21.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1544 | 2024-11-04T23:10:21.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1545 | 2024-11-04T23:10:21.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1546 | 2024-11-04T23:10:21.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1547 | 2024-11-04T23:10:21.233Z | |
1548 | 2024-11-04T23:10:21.233Z | info: running `cargo check --bins` on bootstore (2/169) |
1549 | 2024-11-04T23:10:21.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1550 | 2024-11-04T23:10:21.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1551 | 2024-11-04T23:10:21.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1552 | 2024-11-04T23:10:21.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1553 | 2024-11-04T23:10:21.882Z | |
1554 | 2024-11-04T23:10:21.882Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/169) |
1555 | 2024-11-04T23:10:22.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1556 | 2024-11-04T23:10:22.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1557 | 2024-11-04T23:10:22.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1558 | 2024-11-04T23:10:22.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1559 | 2024-11-04T23:10:22.494Z | |
1560 | 2024-11-04T23:10:22.494Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/169) |
1561 | 2024-11-04T23:10:23.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1562 | 2024-11-04T23:10:23.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1563 | 2024-11-04T23:10:23.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1564 | 2024-11-04T23:10:23.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1565 | 2024-11-04T23:10:23.107Z | |
1566 | 2024-11-04T23:10:23.107Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/169) |
1567 | 2024-11-04T23:10:23.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1568 | 2024-11-04T23:10:23.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1569 | 2024-11-04T23:10:23.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1570 | 2024-11-04T23:10:23.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1571 | 2024-11-04T23:10:23.514Z | |
1572 | 2024-11-04T23:10:23.514Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/169) |
1573 | 2024-11-04T23:10:23.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1574 | 2024-11-04T23:10:23.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1575 | 2024-11-04T23:10:23.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1576 | 2024-11-04T23:10:23.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1577 | 2024-11-04T23:10:23.965Z | |
1578 | 2024-11-04T23:10:23.965Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/169) |
1579 | 2024-11-04T23:10:24.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1580 | 2024-11-04T23:10:24.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1581 | 2024-11-04T23:10:24.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1582 | 2024-11-04T23:10:24.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1583 | 2024-11-04T23:10:24.397Z | |
1584 | 2024-11-04T23:10:24.397Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/169) |
1585 | 2024-11-04T23:10:24.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1586 | 2024-11-04T23:10:24.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1587 | 2024-11-04T23:10:24.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1588 | 2024-11-04T23:10:24.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1589 | 2024-11-04T23:10:24.866Z | |
1590 | 2024-11-04T23:10:24.866Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/169) |
1591 | 2024-11-04T23:10:25.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1592 | 2024-11-04T23:10:25.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1593 | 2024-11-04T23:10:25.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1594 | 2024-11-04T23:10:25.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1595 | 2024-11-04T23:10:25.302Z | |
1596 | 2024-11-04T23:10:25.302Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/169) |
1597 | 2024-11-04T23:10:25.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1598 | 2024-11-04T23:10:25.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1599 | 2024-11-04T23:10:25.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1600 | 2024-11-04T23:10:25.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1601 | 2024-11-04T23:10:25.719Z | |
1602 | 2024-11-04T23:10:25.719Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/169) |
1603 | 2024-11-04T23:10:26.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1604 | 2024-11-04T23:10:26.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1605 | 2024-11-04T23:10:26.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1606 | 2024-11-04T23:10:26.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1607 | 2024-11-04T23:10:26.151Z | |
1608 | 2024-11-04T23:10:26.151Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/169) |
1609 | 2024-11-04T23:10:26.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1610 | 2024-11-04T23:10:26.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1611 | 2024-11-04T23:10:26.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1612 | 2024-11-04T23:10:26.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1613 | 2024-11-04T23:10:26.565Z | |
1614 | 2024-11-04T23:10:26.565Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/169) |
1615 | 2024-11-04T23:10:26.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1616 | 2024-11-04T23:10:26.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1617 | 2024-11-04T23:10:26.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1618 | 2024-11-04T23:10:26.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1619 | 2024-11-04T23:10:26.987Z | |
1620 | 2024-11-04T23:10:26.987Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/169) |
1621 | 2024-11-04T23:10:27.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-11-04T23:10:27.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-11-04T23:10:27.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1624 | 2024-11-04T23:10:27.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1625 | 2024-11-04T23:10:27.408Z | |
1626 | 2024-11-04T23:10:27.408Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/169) |
1627 | 2024-11-04T23:10:27.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-11-04T23:10:27.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-11-04T23:10:27.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1630 | 2024-11-04T23:10:27.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1631 | 2024-11-04T23:10:27.820Z | |
1632 | 2024-11-04T23:10:27.820Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/169) |
1633 | 2024-11-04T23:10:28.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-11-04T23:10:28.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-11-04T23:10:28.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-11-04T23:10:28.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1637 | 2024-11-04T23:10:28.263Z | |
1638 | 2024-11-04T23:10:28.263Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/169) |
1639 | 2024-11-04T23:10:28.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-11-04T23:10:28.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-11-04T23:10:28.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-11-04T23:10:28.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1643 | 2024-11-04T23:10:28.687Z | |
1644 | 2024-11-04T23:10:28.687Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/169) |
1645 | 2024-11-04T23:10:29.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-11-04T23:10:29.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-11-04T23:10:29.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-11-04T23:10:29.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1649 | 2024-11-04T23:10:29.116Z | |
1650 | 2024-11-04T23:10:29.116Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/169) |
1651 | 2024-11-04T23:10:29.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-11-04T23:10:29.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-11-04T23:10:29.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-11-04T23:10:29.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1655 | 2024-11-04T23:10:29.531Z | |
1656 | 2024-11-04T23:10:29.531Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/169) |
1657 | 2024-11-04T23:10:29.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-11-04T23:10:29.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-11-04T23:10:29.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-11-04T23:10:29.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1661 | 2024-11-04T23:10:29.943Z | |
1662 | 2024-11-04T23:10:29.943Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/169) |
1663 | 2024-11-04T23:10:30.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2024-11-04T23:10:30.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2024-11-04T23:10:30.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2024-11-04T23:10:30.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1667 | 2024-11-04T23:10:30.366Z | |
1668 | 2024-11-04T23:10:30.366Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/169) |
1669 | 2024-11-04T23:10:30.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2024-11-04T23:10:30.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2024-11-04T23:10:30.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2024-11-04T23:10:30.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1673 | 2024-11-04T23:10:30.792Z | |
1674 | 2024-11-04T23:10:30.792Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/169) |
1675 | 2024-11-04T23:10:31.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-11-04T23:10:31.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-11-04T23:10:31.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-11-04T23:10:31.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1679 | 2024-11-04T23:10:31.222Z | |
1680 | 2024-11-04T23:10:31.222Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/169) |
1681 | 2024-11-04T23:10:31.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2024-11-04T23:10:31.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2024-11-04T23:10:31.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2024-11-04T23:10:31.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1685 | 2024-11-04T23:10:31.641Z | |
1686 | 2024-11-04T23:10:31.641Z | info: running `cargo check --bins` on sled-hardware-types (25/169) |
1687 | 2024-11-04T23:10:32.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-11-04T23:10:32.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-11-04T23:10:32.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-11-04T23:10:32.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1691 | 2024-11-04T23:10:32.245Z | |
1692 | 2024-11-04T23:10:32.245Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/169) |
1693 | 2024-11-04T23:10:32.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-11-04T23:10:32.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-11-04T23:10:32.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2024-11-04T23:10:32.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1697 | 2024-11-04T23:10:32.885Z | |
1698 | 2024-11-04T23:10:32.886Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/169) |
1699 | 2024-11-04T23:10:33.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2024-11-04T23:10:33.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2024-11-04T23:10:33.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2024-11-04T23:10:33.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1703 | 2024-11-04T23:10:33.555Z | |
1704 | 2024-11-04T23:10:33.555Z | info: running `cargo check --bins` on oxlog (28/169) |
1705 | 2024-11-04T23:10:34.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2024-11-04T23:10:34.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2024-11-04T23:10:34.164Z | Checking cfg-if v1.0.0 |
1708 | 2024-11-04T23:10:34.167Z | Checking libc v0.2.161 |
1709 | 2024-11-04T23:10:34.270Z | Checking serde v1.0.210 |
1710 | 2024-11-04T23:10:34.270Z | Checking zeroize v1.8.1 |
1711 | 2024-11-04T23:10:34.279Z | Checking memchr v2.7.4 |
1712 | 2024-11-04T23:10:34.303Z | Checking typenum v1.17.0 |
1713 | 2024-11-04T23:10:34.305Z | Checking scopeguard v1.2.0 |
1714 | 2024-11-04T23:10:34.305Z | Checking subtle v2.6.1 |
1715 | 2024-11-04T23:10:34.356Z | Checking value-bag v1.9.0 |
1716 | 2024-11-04T23:10:34.491Z | Checking lock_api v0.4.12 |
1717 | 2024-11-04T23:10:34.549Z | Checking const-oid v0.9.6 |
1718 | 2024-11-04T23:10:34.624Z | Checking itoa v1.0.11 |
1719 | 2024-11-04T23:10:34.816Z | Checking log v0.4.22 |
1720 | 2024-11-04T23:10:35.851Z | Checking pin-project-lite v0.2.14 |
1721 | 2024-11-04T23:10:35.853Z | Checking smallvec v1.13.2 |
1722 | 2024-11-04T23:10:35.853Z | Checking byteorder v1.5.0 |
1723 | 2024-11-04T23:10:35.853Z | Checking futures-core v0.3.31 |
1724 | 2024-11-04T23:10:35.853Z | Checking once_cell v1.20.2 |
1725 | 2024-11-04T23:10:35.853Z | Checking cpufeatures v0.2.14 |
1726 | 2024-11-04T23:10:35.853Z | Checking futures-sink v0.3.31 |
1727 | 2024-11-04T23:10:35.853Z | Checking spin v0.9.8 |
1728 | 2024-11-04T23:10:35.853Z | Checking zerocopy v0.7.35 |
1729 | 2024-11-04T23:10:35.853Z | Checking getrandom v0.2.15 |
1730 | 2024-11-04T23:10:35.853Z | Checking parking_lot_core v0.9.10 |
1731 | 2024-11-04T23:10:35.853Z | Checking signal-hook-registry v1.4.2 |
1732 | 2024-11-04T23:10:35.853Z | Checking rand_core v0.6.4 |
1733 | 2024-11-04T23:10:35.853Z | Checking generic-array v0.14.7 |
1734 | 2024-11-04T23:10:35.853Z | Checking mio v1.0.2 |
1735 | 2024-11-04T23:10:35.863Z | Checking parking_lot v0.12.3 |
1736 | 2024-11-04T23:10:35.865Z | Checking socket2 v0.5.7 |
1737 | 2024-11-04T23:10:35.991Z | Checking slab v0.4.9 |
1738 | 2024-11-04T23:10:36.214Z | Checking futures-channel v0.3.31 |
1739 | 2024-11-04T23:10:36.263Z | Checking pin-utils v0.1.0 |
1740 | 2024-11-04T23:10:36.331Z | Checking foldhash v0.1.3 |
1741 | 2024-11-04T23:10:36.349Z | Checking allocator-api2 v0.2.18 |
1742 | 2024-11-04T23:10:36.362Z | Checking futures-task v0.3.31 |
1743 | 2024-11-04T23:10:36.378Z | Checking futures-io v0.3.31 |
1744 | 2024-11-04T23:10:36.541Z | Checking equivalent v1.0.1 |
1745 | 2024-11-04T23:10:36.567Z | Checking tinyvec_macros v0.1.1 |
1746 | 2024-11-04T23:10:36.606Z | Checking ryu v1.0.18 |
1747 | 2024-11-04T23:10:36.627Z | Checking futures-util v0.3.31 |
1748 | 2024-11-04T23:10:36.670Z | Checking tinyvec v1.8.0 |
1749 | 2024-11-04T23:10:36.685Z | Checking fnv v1.0.7 |
1750 | 2024-11-04T23:10:36.804Z | Checking unicode-bidi v0.3.17 |
1751 | 2024-11-04T23:10:36.834Z | Checking libm v0.2.8 |
1752 | 2024-11-04T23:10:36.956Z | Checking crypto-common v0.1.6 |
1753 | 2024-11-04T23:10:36.959Z | Checking block-buffer v0.10.4 |
1754 | 2024-11-04T23:10:37.012Z | Checking hashbrown v0.15.0 |
1755 | 2024-11-04T23:10:37.140Z | Checking block-padding v0.3.3 |
1756 | 2024-11-04T23:10:37.198Z | Checking digest v0.10.7 |
1757 | 2024-11-04T23:10:37.418Z | Checking inout v0.1.3 |
1758 | 2024-11-04T23:10:37.518Z | Checking base64ct v1.6.0 |
1759 | 2024-11-04T23:10:37.676Z | Checking hmac v0.12.1 |
1760 | 2024-11-04T23:10:37.693Z | Checking cipher v0.4.4 |
1761 | 2024-11-04T23:10:37.828Z | Checking sha2 v0.10.8 |
1762 | 2024-11-04T23:10:37.888Z | Checking num-traits v0.2.19 |
1763 | 2024-11-04T23:10:37.990Z | Checking pem-rfc7468 v0.7.0 |
1764 | 2024-11-04T23:10:38.073Z | Checking unicode-normalization v0.1.24 |
1765 | 2024-11-04T23:10:38.091Z | Checking ppv-lite86 v0.2.20 |
1766 | 2024-11-04T23:10:38.246Z | Checking flagset v0.4.6 |
1767 | 2024-11-04T23:10:38.261Z | Checking tracing-core v0.1.32 |
1768 | 2024-11-04T23:10:38.413Z | Checking thiserror v1.0.64 |
1769 | 2024-11-04T23:10:38.445Z | Checking der v0.7.9 |
1770 | 2024-11-04T23:10:38.551Z | Checking percent-encoding v2.3.1 |
1771 | 2024-11-04T23:10:38.782Z | Checking rustls-pki-types v1.9.0 |
1772 | 2024-11-04T23:10:38.906Z | Checking rand_chacha v0.3.1 |
1773 | 2024-11-04T23:10:38.967Z | Checking tracing v0.1.40 |
1774 | 2024-11-04T23:10:39.046Z | Checking salsa20 v0.10.2 |
1775 | 2024-11-04T23:10:39.290Z | Checking pbkdf2 v0.12.2 |
1776 | 2024-11-04T23:10:39.349Z | Checking rand v0.8.5 |
1777 | 2024-11-04T23:10:39.392Z | Checking httparse v1.9.5 |
1778 | 2024-11-04T23:10:39.426Z | Checking powerfmt v0.2.0 |
1779 | 2024-11-04T23:10:39.494Z | Checking untrusted v0.9.0 |
1780 | 2024-11-04T23:10:39.575Z | Checking bytes v1.7.2 |
1781 | 2024-11-04T23:10:39.651Z | Checking indexmap v2.6.0 |
1782 | 2024-11-04T23:10:39.669Z | Checking serde_json v1.0.128 |
1783 | 2024-11-04T23:10:39.721Z | Checking bitflags v2.6.0 |
1784 | 2024-11-04T23:10:39.845Z | Checking deranged v0.3.11 |
1785 | 2024-11-04T23:10:40.035Z | Checking ring v0.17.8 |
1786 | 2024-11-04T23:10:40.458Z | Checking tokio v1.40.0 |
1787 | 2024-11-04T23:10:40.539Z | Checking http v1.1.0 |
1788 | 2024-11-04T23:10:40.742Z | Checking spki v0.7.3 |
1789 | 2024-11-04T23:10:41.029Z | Checking scrypt v0.11.0 |
1790 | 2024-11-04T23:10:41.045Z | Checking cbc v0.1.2 |
1791 | 2024-11-04T23:10:41.256Z | Checking aes v0.8.4 |
1792 | 2024-11-04T23:10:41.271Z | Checking crossbeam-utils v0.8.20 |
1793 | 2024-11-04T23:10:41.472Z | Checking atomic-waker v1.1.2 |
1794 | 2024-11-04T23:10:41.603Z | Checking num-conv v0.1.0 |
1795 | 2024-11-04T23:10:41.693Z | Checking num_threads v0.1.7 |
1796 | 2024-11-04T23:10:41.807Z | Checking time-core v0.1.2 |
1797 | 2024-11-04T23:10:41.865Z | Checking form_urlencoded v1.2.1 |
1798 | 2024-11-04T23:10:41.960Z | Checking time v0.3.36 |
1799 | 2024-11-04T23:10:41.986Z | Checking try-lock v0.2.5 |
1800 | 2024-11-04T23:10:42.001Z | Checking http-body v1.0.1 |
1801 | 2024-11-04T23:10:42.016Z | Checking rustls-webpki v0.102.8 |
1802 | 2024-11-04T23:10:42.063Z | Checking unicode-ident v1.0.13 |
1803 | 2024-11-04T23:10:42.113Z | Checking want v0.3.1 |
1804 | 2024-11-04T23:10:42.191Z | Checking httpdate v1.0.3 |
1805 | 2024-11-04T23:10:42.215Z | Checking pkcs5 v0.7.1 |
1806 | 2024-11-04T23:10:42.226Z | Checking proc-macro2 v1.0.87 |
1807 | 2024-11-04T23:10:42.301Z | Checking toml_datetime v0.6.8 |
1808 | 2024-11-04T23:10:42.320Z | Checking serde_spanned v0.6.8 |
1809 | 2024-11-04T23:10:42.428Z | Checking uuid v1.10.0 |
1810 | 2024-11-04T23:10:42.542Z | Checking idna v0.5.0 |
1811 | 2024-11-04T23:10:42.611Z | Checking slog v2.7.0 |
1812 | 2024-11-04T23:10:42.789Z | Checking pkcs8 v0.10.2 |
1813 | 2024-11-04T23:10:42.806Z | Checking scroll v0.12.0 |
1814 | 2024-11-04T23:10:42.960Z | Checking tower-service v0.3.3 |
1815 | 2024-11-04T23:10:43.077Z | Checking ucd-trie v0.1.7 |
1816 | 2024-11-04T23:10:43.094Z | Checking foreign-types-shared v0.1.1 |
1817 | 2024-11-04T23:10:43.123Z | Checking adler2 v2.0.0 |
1818 | 2024-11-04T23:10:43.135Z | Checking match_cfg v0.1.0 |
1819 | 2024-11-04T23:10:43.205Z | Checking base64 v0.22.1 |
1820 | 2024-11-04T23:10:43.223Z | Checking iana-time-zone v0.1.61 |
1821 | 2024-11-04T23:10:43.273Z | Checking plain v0.2.3 |
1822 | 2024-11-04T23:10:43.289Z | Checking miniz_oxide v0.8.0 |
1823 | 2024-11-04T23:10:43.292Z | Checking pest v2.7.14 |
1824 | 2024-11-04T23:10:43.369Z | Checking chrono v0.4.38 |
1825 | 2024-11-04T23:10:43.414Z | Checking goblin v0.8.2 |
1826 | 2024-11-04T23:10:43.440Z | Checking url v2.5.2 |
1827 | 2024-11-04T23:10:43.701Z | Checking hostname v0.3.1 |
1828 | 2024-11-04T23:10:43.851Z | Checking foreign-types v0.3.2 |
1829 | 2024-11-04T23:10:43.966Z | Checking quote v1.0.37 |
1830 | 2024-11-04T23:10:44.128Z | Checking openssl-sys v0.9.103 |
1831 | 2024-11-04T23:10:44.315Z | Checking dirs-sys-next v0.1.2 |
1832 | 2024-11-04T23:10:44.330Z | Checking errno v0.3.9 |
1833 | 2024-11-04T23:10:44.500Z | Checking aho-corasick v1.1.3 |
1834 | 2024-11-04T23:10:44.517Z | Checking siphasher v0.3.11 |
1835 | 2024-11-04T23:10:44.673Z | Checking pretty-hex v0.4.1 |
1836 | 2024-11-04T23:10:44.839Z | Checking regex-syntax v0.8.5 |
1837 | 2024-11-04T23:10:44.864Z | Checking data-encoding v2.6.0 |
1838 | 2024-11-04T23:10:45.428Z | Checking openssl v0.10.66 |
1839 | 2024-11-04T23:10:45.576Z | Checking rustix v0.38.37 |
1840 | 2024-11-04T23:10:45.624Z | Checking dirs-next v2.0.0 |
1841 | 2024-11-04T23:10:45.773Z | Checking syn v2.0.79 |
1842 | 2024-11-04T23:10:46.033Z | Checking dtrace-parser v0.2.0 |
1843 | 2024-11-04T23:10:46.277Z | Checking http-body-util v0.1.2 |
1844 | 2024-11-04T23:10:46.502Z | Checking crossbeam-epoch v0.9.18 |
1845 | 2024-11-04T23:10:46.760Z | Checking sha1 v0.10.6 |
1846 | 2024-11-04T23:10:46.963Z | Checking signature v2.2.0 |
1847 | 2024-11-04T23:10:47.053Z | Checking lazy_static v1.5.0 |
1848 | 2024-11-04T23:10:47.172Z | Checking thread_local v1.1.8 |
1849 | 2024-11-04T23:10:47.188Z | Checking thread-id v4.2.2 |
1850 | 2024-11-04T23:10:47.301Z | Checking encoding_rs v0.8.34 |
1851 | 2024-11-04T23:10:47.441Z | Checking utf8parse v0.2.2 |
1852 | 2024-11-04T23:10:47.589Z | Checking unicode-properties v0.1.3 |
1853 | 2024-11-04T23:10:47.950Z | Checking anstyle v1.0.8 |
1854 | 2024-11-04T23:10:48.028Z | Checking tokio-util v0.7.12 |
1855 | 2024-11-04T23:10:48.287Z | Checking regex-automata v0.4.8 |
1856 | 2024-11-04T23:10:48.311Z | Checking winnow v0.6.20 |
1857 | 2024-11-04T23:10:48.680Z | Checking dof v0.3.0 |
1858 | 2024-11-04T23:10:49.012Z | Checking h2 v0.4.6 |
1859 | 2024-11-04T23:10:49.308Z | Checking gimli v0.31.1 |
1860 | 2024-11-04T23:10:49.382Z | Checking openssl-probe v0.1.5 |
1861 | 2024-11-04T23:10:49.540Z | Checking ipnet v2.10.1 |
1862 | 2024-11-04T23:10:49.744Z | Checking mime v0.3.17 |
1863 | 2024-11-04T23:10:50.014Z | Checking either v1.13.0 |
1864 | 2024-11-04T23:10:50.103Z | Checking stringprep v0.1.5 |
1865 | 2024-11-04T23:10:50.395Z | Checking anstyle-parse v0.2.5 |
1866 | 2024-11-04T23:10:50.415Z | Checking crossbeam-deque v0.8.5 |
1867 | 2024-11-04T23:10:50.682Z | Checking term v0.7.0 |
1868 | 2024-11-04T23:10:50.725Z | Checking slog-json v2.6.1 |
1869 | 2024-11-04T23:10:51.007Z | Checking rustls v0.22.4 |
1870 | 2024-11-04T23:10:51.149Z | Checking rustls v0.23.14 |
1871 | 2024-11-04T23:10:51.168Z | Checking native-tls v0.2.12 |
1872 | 2024-11-04T23:10:51.456Z | Checking toml_edit v0.22.22 |
1873 | 2024-11-04T23:10:51.486Z | Checking futures-executor v0.3.31 |
1874 | 2024-11-04T23:10:51.731Z | Checking serde_urlencoded v0.7.1 |
1875 | 2024-11-04T23:10:52.210Z | Checking crossbeam-channel v0.5.13 |
1876 | 2024-11-04T23:10:52.510Z | Checking usdt-impl v0.5.0 |
1877 | 2024-11-04T23:10:52.880Z | Checking num-integer v0.1.46 |
1878 | 2024-11-04T23:10:52.964Z | Checking rustls-pemfile v2.2.0 |
1879 | 2024-11-04T23:10:53.027Z | Checking idna v0.4.0 |
1880 | 2024-11-04T23:10:53.199Z | Checking idna v0.3.0 |
1881 | 2024-11-04T23:10:53.412Z | Checking md-5 v0.10.6 |
1882 | 2024-11-04T23:10:53.578Z | Checking addr2line v0.24.2 |
1883 | 2024-11-04T23:10:53.645Z | Checking ff v0.13.0 |
1884 | 2024-11-04T23:10:53.867Z | Checking is-terminal v0.4.13 |
1885 | 2024-11-04T23:10:53.895Z | Checking memmap v0.7.0 |
1886 | 2024-11-04T23:10:54.025Z | Checking hash32 v0.2.1 |
1887 | 2024-11-04T23:10:54.104Z | Checking object v0.36.5 |
1888 | 2024-11-04T23:10:54.121Z | Checking fallible-iterator v0.2.0 |
1889 | 2024-11-04T23:10:54.140Z | Checking utf-8 v0.7.6 |
1890 | 2024-11-04T23:10:54.225Z | Checking psl-types v2.0.11 |
1891 | 2024-11-04T23:10:54.353Z | Checking dyn-clone v1.0.17 |
1892 | 2024-11-04T23:10:54.375Z | Checking stable_deref_trait v1.2.0 |
1893 | 2024-11-04T23:10:54.429Z | Checking linked-hash-map v0.5.6 |
1894 | 2024-11-04T23:10:54.479Z | Checking quick-error v1.2.3 |
1895 | 2024-11-04T23:10:54.506Z | Checking anstyle-query v1.1.1 |
1896 | 2024-11-04T23:10:54.625Z | Checking is_terminal_polyfill v1.70.1 |
1897 | 2024-11-04T23:10:54.627Z | Checking rustc-demangle v0.1.24 |
1898 | 2024-11-04T23:10:54.736Z | Checking colorchoice v1.0.2 |
1899 | 2024-11-04T23:10:54.752Z | Checking base16ct v0.2.0 |
1900 | 2024-11-04T23:10:54.767Z | Checking take_mut v0.2.2 |
1901 | 2024-11-04T23:10:54.865Z | Checking anstream v0.6.15 |
1902 | 2024-11-04T23:10:54.883Z | Checking tokio-rustls v0.25.0 |
1903 | 2024-11-04T23:10:54.914Z | Checking slog-async v2.8.0 |
1904 | 2024-11-04T23:10:54.946Z | Checking sec1 v0.7.3 |
1905 | 2024-11-04T23:10:55.069Z | Checking lru-cache v0.1.2 |
1906 | 2024-11-04T23:10:55.201Z | Checking postgres-protocol v0.6.7 |
1907 | 2024-11-04T23:10:55.219Z | Checking resolv-conf v0.7.0 |
1908 | 2024-11-04T23:10:55.247Z | Checking schemars v0.8.21 |
1909 | 2024-11-04T23:10:55.265Z | Checking heapless v0.7.17 |
1910 | 2024-11-04T23:10:55.347Z | Checking publicsuffix v2.2.3 |
1911 | 2024-11-04T23:10:55.561Z | Checking tungstenite v0.24.0 |
1912 | 2024-11-04T23:10:55.594Z | Checking toml v0.8.19 |
1913 | 2024-11-04T23:10:55.723Z | Checking hyper v1.4.1 |
1914 | 2024-11-04T23:10:55.862Z | Checking usdt v0.5.0 |
1915 | 2024-11-04T23:10:56.155Z | Checking slog-term v2.9.1 |
1916 | 2024-11-04T23:10:56.325Z | Checking hickory-proto v0.24.1 |
1917 | 2024-11-04T23:10:56.389Z | Checking group v0.13.0 |
1918 | 2024-11-04T23:10:56.450Z | Checking tokio-rustls v0.26.0 |
1919 | 2024-11-04T23:10:56.524Z | Checking num-iter v0.1.45 |
1920 | 2024-11-04T23:10:56.647Z | Checking futures v0.3.31 |
1921 | 2024-11-04T23:10:56.672Z | Checking tokio-native-tls v0.3.1 |
1922 | 2024-11-04T23:10:56.693Z | Checking slog-bunyan v2.5.0 |
1923 | 2024-11-04T23:10:56.753Z | Checking rayon-core v1.12.1 |
1924 | 2024-11-04T23:10:56.855Z | Checking multer v3.1.0 |
1925 | 2024-11-04T23:10:56.855Z | Checking terminal_size v0.4.0 |
1926 | 2024-11-04T23:10:56.915Z | Checking phf_shared v0.11.2 |
1927 | 2024-11-04T23:10:57.016Z | Checking cookie v0.18.1 |
1928 | 2024-11-04T23:10:57.032Z | Checking async-stream v0.3.6 |
1929 | 2024-11-04T23:10:57.203Z | Checking bzip2-sys v0.1.11+1.0.8 |
1930 | 2024-11-04T23:10:57.232Z | Checking signal-hook v0.3.17 |
1931 | 2024-11-04T23:10:57.274Z | Checking camino v1.1.9 |
1932 | 2024-11-04T23:10:57.327Z | Checking waitgroup v0.1.2 |
1933 | 2024-11-04T23:10:57.435Z | Checking openapiv3 v2.0.0 |
1934 | 2024-11-04T23:10:57.463Z | Checking serde_path_to_error v0.1.16 |
1935 | 2024-11-04T23:10:57.466Z | Checking webpki-roots v0.26.6 |
1936 | 2024-11-04T23:10:57.581Z | Checking hkdf v0.12.4 |
1937 | 2024-11-04T23:10:57.690Z | Checking crypto-bigint v0.5.5 |
1938 | 2024-11-04T23:10:57.797Z | Checking hostname v0.4.0 |
1939 | 2024-11-04T23:10:57.857Z | Checking crc32fast v1.4.2 |
1940 | 2024-11-04T23:10:57.930Z | Checking clap_lex v0.7.2 |
1941 | 2024-11-04T23:10:57.932Z | Checking hyper-util v0.1.9 |
1942 | 2024-11-04T23:10:58.063Z | Checking bitflags v1.3.2 |
1943 | 2024-11-04T23:10:58.080Z | Checking winnow v0.5.40 |
1944 | 2024-11-04T23:10:58.194Z | Checking strsim v0.11.1 |
1945 | 2024-11-04T23:10:58.212Z | Checking unicode-width v0.1.14 |
1946 | 2024-11-04T23:10:58.515Z | Checking debug-ignore v1.0.5 |
1947 | 2024-11-04T23:10:58.658Z | Checking managed v0.8.0 |
1948 | 2024-11-04T23:10:58.684Z | Checking console v0.15.8 |
1949 | 2024-11-04T23:10:59.053Z | Checking smoltcp v0.9.1 |
1950 | 2024-11-04T23:10:59.287Z | Checking clap_builder v4.5.20 |
1951 | 2024-11-04T23:11:00.294Z | Checking hyper-tls v0.6.0 |
1952 | 2024-11-04T23:11:00.570Z | Checking hyper-rustls v0.27.3 |
1953 | 2024-11-04T23:11:00.617Z | Checking flate2 v1.0.34 |
1954 | 2024-11-04T23:11:00.744Z | Checking elliptic-curve v0.13.8 |
1955 | 2024-11-04T23:11:00.888Z | Checking signal-hook-mio v0.2.4 |
1956 | 2024-11-04T23:11:01.022Z | Checking cookie_store v0.21.0 |
1957 | 2024-11-04T23:11:01.049Z | Checking dropshot v0.12.0 |
1958 | 2024-11-04T23:11:01.095Z | Checking backtrace v0.3.74 |
1959 | 2024-11-04T23:11:01.194Z | Checking toml_edit v0.19.15 |
1960 | 2024-11-04T23:11:01.197Z | Checking hickory-resolver v0.24.1 |
1961 | 2024-11-04T23:11:01.263Z | Checking rayon v1.10.0 |
1962 | 2024-11-04T23:11:01.344Z | Checking bzip2 v0.4.4 |
1963 | 2024-11-04T23:11:01.648Z | Checking phf v0.11.2 |
1964 | 2024-11-04T23:11:01.686Z | Checking anyhow v1.0.92 |
1965 | 2024-11-04T23:11:01.701Z | Checking num-bigint-dig v0.8.4 |
1966 | 2024-11-04T23:11:01.918Z | Checking tokio-tungstenite v0.24.0 |
1967 | 2024-11-04T23:11:02.078Z | Checking postgres-types v0.2.8 |
1968 | 2024-11-04T23:11:02.422Z | Checking bstr v1.10.0 |
1969 | 2024-11-04T23:11:02.459Z | Checking regex v1.11.0 |
1970 | 2024-11-04T23:11:02.823Z | Checking tokio-stream v0.1.16 |
1971 | 2024-11-04T23:11:02.896Z | Checking ed25519 v2.2.3 |
1972 | 2024-11-04T23:11:03.132Z | Checking phf_shared v0.10.0 |
1973 | 2024-11-04T23:11:03.211Z | Checking pkcs1 v0.7.5 |
1974 | 2024-11-04T23:11:03.414Z | Checking curve25519-dalek v4.1.3 |
1975 | 2024-11-04T23:11:03.435Z | Checking zerocopy v0.6.6 |
1976 | 2024-11-04T23:11:03.639Z | Checking hubpack v0.1.2 |
1977 | 2024-11-04T23:11:03.696Z | Checking portable-atomic v1.9.0 |
1978 | 2024-11-04T23:11:03.809Z | Checking float-cmp v0.9.0 |
1979 | 2024-11-04T23:11:03.939Z | Checking serde-big-array v0.5.1 |
1980 | 2024-11-04T23:11:03.941Z | Checking rfc6979 v0.4.0 |
1981 | 2024-11-04T23:11:03.986Z | Checking sync_wrapper v1.0.1 |
1982 | 2024-11-04T23:11:04.128Z | Checking normalize-line-endings v0.3.0 |
1983 | 2024-11-04T23:11:04.144Z | Checking number_prefix v0.4.0 |
1984 | 2024-11-04T23:11:04.158Z | Checking difflib v0.4.0 |
1985 | 2024-11-04T23:11:04.209Z | Checking whoami v1.5.2 |
1986 | 2024-11-04T23:11:04.260Z | Checking unicode-segmentation v1.12.0 |
1987 | 2024-11-04T23:11:04.369Z | Checking minimal-lexical v0.2.1 |
1988 | 2024-11-04T23:11:04.531Z | Checking bit-vec v0.6.3 |
1989 | 2024-11-04T23:11:04.553Z | Checking precomputed-hash v0.1.1 |
1990 | 2024-11-04T23:11:04.680Z | Checking new_debug_unreachable v1.0.6 |
1991 | 2024-11-04T23:11:04.774Z | Checking predicates-core v1.0.8 |
1992 | 2024-11-04T23:11:04.792Z | Checking static_assertions v1.1.0 |
1993 | 2024-11-04T23:11:04.822Z | Checking fixedbitset v0.4.2 |
1994 | 2024-11-04T23:11:04.882Z | Checking bit-set v0.5.3 |
1995 | 2024-11-04T23:11:04.897Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1996 | 2024-11-04T23:11:04.950Z | Checking predicates v3.1.2 |
1997 | 2024-11-04T23:11:04.966Z | Checking qorb v0.2.0 |
1998 | 2024-11-04T23:11:04.980Z | Checking similar v2.6.0 |
1999 | 2024-11-04T23:11:05.079Z | Checking petgraph v0.6.5 |
2000 | 2024-11-04T23:11:05.126Z | Checking nom v7.1.3 |
2001 | 2024-11-04T23:11:05.334Z | Checking ed25519-dalek v2.1.1 |
2002 | 2024-11-04T23:11:05.354Z | Checking indicatif v0.17.8 |
2003 | 2024-11-04T23:11:05.625Z | Checking string_cache v0.8.7 |
2004 | 2024-11-04T23:11:05.738Z | Checking tokio-postgres v0.7.12 |
2005 | 2024-11-04T23:11:05.855Z | Checking reqwest v0.12.8 |
2006 | 2024-11-04T23:11:05.921Z | Checking ecdsa v0.16.9 |
2007 | 2024-11-04T23:11:06.119Z | Checking rsa v0.9.6 |
2008 | 2024-11-04T23:11:06.649Z | Checking toml v0.7.8 |
2009 | 2024-11-04T23:11:07.196Z | Checking clap v4.5.20 |
2010 | 2024-11-04T23:11:07.320Z | Checking zip v0.6.6 |
2011 | 2024-11-04T23:11:07.447Z | Checking crossterm v0.28.1 |
2012 | 2024-11-04T23:11:07.714Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2013 | 2024-11-04T23:11:07.743Z | Checking itertools v0.10.5 |
2014 | 2024-11-04T23:11:07.825Z | Checking itertools v0.12.1 |
2015 | 2024-11-04T23:11:08.055Z | Checking fs-err v2.11.0 |
2016 | 2024-11-04T23:11:08.152Z | Checking ahash v0.8.11 |
2017 | 2024-11-04T23:11:08.551Z | Checking x509-cert v0.2.5 |
2018 | 2024-11-04T23:11:08.623Z | Checking semver v1.0.23 |
2019 | 2024-11-04T23:11:08.745Z | Checking hex v0.4.3 |
2020 | 2024-11-04T23:11:09.066Z | Checking lalrpop-util v0.19.12 |
2021 | 2024-11-04T23:11:09.069Z | Checking peg-runtime v0.8.3 |
2022 | 2024-11-04T23:11:09.299Z | Checking sigpipe v0.1.3 |
2023 | 2024-11-04T23:11:10.245Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2024 | 2024-11-04T23:11:10.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.01s |
2025 | 2024-11-04T23:11:10.749Z | |
2026 | 2024-11-04T23:11:10.749Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/169) |
2027 | 2024-11-04T23:11:11.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2028 | 2024-11-04T23:11:11.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2029 | 2024-11-04T23:11:11.409Z | Compiling hashbrown v0.14.5 |
2030 | 2024-11-04T23:11:11.524Z | Checking heck v0.5.0 |
2031 | 2024-11-04T23:11:11.538Z | Compiling unsafe-libyaml v0.2.11 |
2032 | 2024-11-04T23:11:11.555Z | Compiling ident_case v1.0.1 |
2033 | 2024-11-04T23:11:11.558Z | Checking progenitor-client v0.8.0 |
2034 | 2024-11-04T23:11:11.596Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2035 | 2024-11-04T23:11:11.619Z | Compiling proc-macro-crate v1.3.1 |
2036 | 2024-11-04T23:11:11.706Z | Checking ipnetwork v0.20.0 |
2037 | 2024-11-04T23:11:11.763Z | Compiling darling_core v0.20.10 |
2038 | 2024-11-04T23:11:11.933Z | Compiling structmeta-derive v0.3.0 |
2039 | 2024-11-04T23:11:12.046Z | Compiling newtype-uuid v1.1.2 |
2040 | 2024-11-04T23:11:12.116Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2041 | 2024-11-04T23:11:12.371Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2042 | 2024-11-04T23:11:12.433Z | Compiling lzma-sys v0.1.20 |
2043 | 2024-11-04T23:11:12.699Z | Compiling num_enum_derive v0.5.11 |
2044 | 2024-11-04T23:11:12.734Z | Compiling foreign-types-macros v0.2.3 |
2045 | 2024-11-04T23:11:12.760Z | Compiling regress v0.10.1 |
2046 | 2024-11-04T23:11:13.207Z | Compiling serde_yaml v0.9.34+deprecated |
2047 | 2024-11-04T23:11:13.538Z | Checking arc-swap v1.7.1 |
2048 | 2024-11-04T23:11:14.022Z | Checking foreign-types-shared v0.3.1 |
2049 | 2024-11-04T23:11:14.076Z | Checking slog-scope v4.4.0 |
2050 | 2024-11-04T23:11:14.148Z | Checking foreign-types v0.5.0 |
2051 | 2024-11-04T23:11:14.298Z | Compiling proc-macro-error v1.0.4 |
2052 | 2024-11-04T23:11:14.843Z | Compiling structmeta v0.3.0 |
2053 | 2024-11-04T23:11:14.948Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2054 | 2024-11-04T23:11:15.027Z | Checking tungstenite v0.21.0 |
2055 | 2024-11-04T23:11:15.083Z | Compiling heck v0.3.3 |
2056 | 2024-11-04T23:11:15.270Z | Checking num_enum v0.5.11 |
2057 | 2024-11-04T23:11:15.284Z | Compiling parse-display-derive v0.10.0 |
2058 | 2024-11-04T23:11:15.421Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2059 | 2024-11-04T23:11:15.539Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2060 | 2024-11-04T23:11:16.010Z | Checking cstr-argument v0.1.2 |
2061 | 2024-11-04T23:11:16.213Z | Checking instant v0.1.13 |
2062 | 2024-11-04T23:11:16.309Z | Checking pretty-hex v0.2.1 |
2063 | 2024-11-04T23:11:16.328Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2064 | 2024-11-04T23:11:16.379Z | Checking fastrand v2.1.1 |
2065 | 2024-11-04T23:11:16.468Z | Checking base64 v0.21.7 |
2066 | 2024-11-04T23:11:16.648Z | Compiling typify-impl v0.2.0 |
2067 | 2024-11-04T23:11:16.690Z | Checking tempfile v3.13.0 |
2068 | 2024-11-04T23:11:16.979Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2069 | 2024-11-04T23:11:17.109Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2070 | 2024-11-04T23:11:17.264Z | Checking backoff v0.4.0 |
2071 | 2024-11-04T23:11:17.283Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2072 | 2024-11-04T23:11:17.364Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2073 | 2024-11-04T23:11:17.432Z | Checking tokio-tungstenite v0.21.0 |
2074 | 2024-11-04T23:11:17.555Z | Compiling zone_cfg_derive v0.1.2 |
2075 | 2024-11-04T23:11:17.695Z | Checking strum v0.26.3 |
2076 | 2024-11-04T23:11:17.882Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2077 | 2024-11-04T23:11:17.961Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2078 | 2024-11-04T23:11:18.019Z | Checking slog-stdlog v4.1.1 |
2079 | 2024-11-04T23:11:18.228Z | Checking regress v0.9.1 |
2080 | 2024-11-04T23:11:18.394Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2081 | 2024-11-04T23:11:18.554Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2082 | 2024-11-04T23:11:18.577Z | Compiling darling_macro v0.20.10 |
2083 | 2024-11-04T23:11:18.713Z | Checking colored v2.1.0 |
2084 | 2024-11-04T23:11:18.815Z | Checking macaddr v1.0.1 |
2085 | 2024-11-04T23:11:19.019Z | Checking base64 v0.13.1 |
2086 | 2024-11-04T23:11:19.053Z | Checking zone v0.1.8 |
2087 | 2024-11-04T23:11:19.460Z | Checking ron v0.7.1 |
2088 | 2024-11-04T23:11:19.463Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2089 | 2024-11-04T23:11:19.601Z | Compiling darling v0.20.10 |
2090 | 2024-11-04T23:11:19.731Z | Compiling serde_with_macros v3.11.0 |
2091 | 2024-11-04T23:11:19.764Z | Checking parse-display v0.10.0 |
2092 | 2024-11-04T23:11:19.797Z | Checking xz2 v0.1.7 |
2093 | 2024-11-04T23:11:19.969Z | Checking slog-envlogger v2.2.0 |
2094 | 2024-11-04T23:11:20.005Z | Checking tabwriter v1.4.0 |
2095 | 2024-11-04T23:11:20.135Z | Checking xattr v1.3.1 |
2096 | 2024-11-04T23:11:20.187Z | Checking pem v3.0.4 |
2097 | 2024-11-04T23:11:20.245Z | Checking yasna v0.5.2 |
2098 | 2024-11-04T23:11:20.343Z | Checking headers-core v0.3.0 |
2099 | 2024-11-04T23:11:20.463Z | Checking smf v0.2.3 |
2100 | 2024-11-04T23:11:20.485Z | Checking filetime v0.2.25 |
2101 | 2024-11-04T23:11:20.648Z | Checking same-file v1.0.6 |
2102 | 2024-11-04T23:11:20.690Z | Checking tar v0.4.42 |
2103 | 2024-11-04T23:11:20.823Z | Checking walkdir v2.5.0 |
2104 | 2024-11-04T23:11:20.929Z | Checking headers v0.4.0 |
2105 | 2024-11-04T23:11:21.122Z | Checking camino-tempfile v1.1.1 |
2106 | 2024-11-04T23:11:21.144Z | Checking rcgen v0.12.1 |
2107 | 2024-11-04T23:11:21.314Z | Checking atomicwrites v0.4.4 |
2108 | 2024-11-04T23:11:21.421Z | Checking subprocess v0.2.9 |
2109 | 2024-11-04T23:11:22.317Z | Checking serde_with v3.11.0 |
2110 | 2024-11-04T23:11:25.616Z | Compiling typify-macro v0.2.0 |
2111 | 2024-11-04T23:11:27.512Z | Compiling typify v0.2.0 |
2112 | 2024-11-04T23:11:27.578Z | Compiling progenitor-impl v0.8.0 |
2113 | 2024-11-04T23:11:30.778Z | Compiling progenitor-macro v0.8.0 |
2114 | 2024-11-04T23:11:36.247Z | Checking progenitor v0.8.0 |
2115 | 2024-11-04T23:11:36.378Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2116 | 2024-11-04T23:11:36.381Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2117 | 2024-11-04T23:11:39.195Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2118 | 2024-11-04T23:11:39.482Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2119 | 2024-11-04T23:11:46.476Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2120 | 2024-11-04T23:11:48.110Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2121 | 2024-11-04T23:11:49.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.64s |
2122 | 2024-11-04T23:11:49.625Z | |
2123 | 2024-11-04T23:11:49.625Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/169) |
2124 | 2024-11-04T23:11:50.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2125 | 2024-11-04T23:11:50.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2126 | 2024-11-04T23:11:50.298Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2127 | 2024-11-04T23:11:51.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
2128 | 2024-11-04T23:11:51.980Z | |
2129 | 2024-11-04T23:11:51.980Z | info: running `cargo check --bins` on nexus-config (31/169) |
2130 | 2024-11-04T23:11:52.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2131 | 2024-11-04T23:11:52.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2132 | 2024-11-04T23:11:52.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2133 | 2024-11-04T23:11:52.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2134 | 2024-11-04T23:11:52.583Z | |
2135 | 2024-11-04T23:11:52.583Z | info: running `cargo check --bins` on omicron-rpaths (32/169) |
2136 | 2024-11-04T23:11:53.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2137 | 2024-11-04T23:11:53.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2138 | 2024-11-04T23:11:53.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2139 | 2024-11-04T23:11:53.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2140 | 2024-11-04T23:11:53.170Z | |
2141 | 2024-11-04T23:11:53.170Z | info: running `cargo check --bins` on omicron-certificates (33/169) |
2142 | 2024-11-04T23:11:53.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2143 | 2024-11-04T23:11:53.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2144 | 2024-11-04T23:11:53.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2145 | 2024-11-04T23:11:53.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2146 | 2024-11-04T23:11:53.764Z | |
2147 | 2024-11-04T23:11:53.764Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/169) |
2148 | 2024-11-04T23:11:54.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2149 | 2024-11-04T23:11:54.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2150 | 2024-11-04T23:11:54.456Z | Compiling heapless v0.8.0 |
2151 | 2024-11-04T23:11:54.459Z | Checking hash32 v0.3.1 |
2152 | 2024-11-04T23:11:54.564Z | Compiling smoltcp v0.11.0 |
2153 | 2024-11-04T23:11:54.574Z | Checking cobs v0.2.3 |
2154 | 2024-11-04T23:11:54.583Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2155 | 2024-11-04T23:11:54.586Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2156 | 2024-11-04T23:11:54.611Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2157 | 2024-11-04T23:11:54.613Z | Compiling crucible-workspace-hack v0.1.0 |
2158 | 2024-11-04T23:11:54.715Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2159 | 2024-11-04T23:11:54.731Z | Checking postcard v1.0.10 |
2160 | 2024-11-04T23:11:54.734Z | Checking newline-converter v0.3.0 |
2161 | 2024-11-04T23:11:54.920Z | Compiling convert_case v0.4.0 |
2162 | 2024-11-04T23:11:54.964Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2163 | 2024-11-04T23:11:55.110Z | Checking expectorate v1.1.0 |
2164 | 2024-11-04T23:11:55.186Z | Compiling zone_cfg_derive v0.3.0 |
2165 | 2024-11-04T23:11:55.277Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2166 | 2024-11-04T23:11:55.320Z | Checking itertools v0.13.0 |
2167 | 2024-11-04T23:11:55.334Z | Compiling num-derive v0.4.2 |
2168 | 2024-11-04T23:11:55.488Z | Compiling slog-dtrace v0.3.0 |
2169 | 2024-11-04T23:11:55.635Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2170 | 2024-11-04T23:11:55.854Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2171 | 2024-11-04T23:11:55.870Z | Compiling derive_more v0.99.18 |
2172 | 2024-11-04T23:11:56.625Z | Checking zone v0.3.0 |
2173 | 2024-11-04T23:11:57.343Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2174 | 2024-11-04T23:11:58.560Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2175 | 2024-11-04T23:11:59.522Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2176 | 2024-11-04T23:11:59.789Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2177 | 2024-11-04T23:12:00.646Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2178 | 2024-11-04T23:12:01.130Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2179 | 2024-11-04T23:12:02.556Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2180 | 2024-11-04T23:12:03.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.70s |
2181 | 2024-11-04T23:12:03.634Z | |
2182 | 2024-11-04T23:12:03.634Z | info: running `cargo check --bins` on clickhouse-admin-api (35/169) |
2183 | 2024-11-04T23:12:04.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-11-04T23:12:04.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-11-04T23:12:04.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2186 | 2024-11-04T23:12:04.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2187 | 2024-11-04T23:12:04.249Z | |
2188 | 2024-11-04T23:12:04.249Z | info: running `cargo check --bins` on clickhouse-admin-types (36/169) |
2189 | 2024-11-04T23:12:04.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-11-04T23:12:04.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-11-04T23:12:04.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2192 | 2024-11-04T23:12:04.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2193 | 2024-11-04T23:12:04.899Z | |
2194 | 2024-11-04T23:12:04.899Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/169) |
2195 | 2024-11-04T23:12:05.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2196 | 2024-11-04T23:12:05.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2197 | 2024-11-04T23:12:05.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2198 | 2024-11-04T23:12:05.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2199 | 2024-11-04T23:12:05.644Z | |
2200 | 2024-11-04T23:12:05.644Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/169) |
2201 | 2024-11-04T23:12:06.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2202 | 2024-11-04T23:12:06.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2203 | 2024-11-04T23:12:06.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2204 | 2024-11-04T23:12:06.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2205 | 2024-11-04T23:12:06.371Z | |
2206 | 2024-11-04T23:12:06.371Z | info: running `cargo check --bins` on dns-server (39/169) |
2207 | 2024-11-04T23:12:06.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2208 | 2024-11-04T23:12:06.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2209 | 2024-11-04T23:12:07.006Z | Compiling parking_lot_core v0.8.6 |
2210 | 2024-11-04T23:12:07.008Z | Checking nibble_vec v0.1.0 |
2211 | 2024-11-04T23:12:07.008Z | Checking endian-type v0.1.2 |
2212 | 2024-11-04T23:12:07.008Z | Checking fxhash v0.2.1 |
2213 | 2024-11-04T23:12:07.008Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2214 | 2024-11-04T23:12:07.008Z | Checking hickory-server v0.24.1 |
2215 | 2024-11-04T23:12:07.333Z | Checking radix_trie v0.2.1 |
2216 | 2024-11-04T23:12:07.667Z | Checking hickory-client v0.24.1 |
2217 | 2024-11-04T23:12:07.799Z | Checking parking_lot v0.11.2 |
2218 | 2024-11-04T23:12:07.857Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2219 | 2024-11-04T23:12:07.860Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2220 | 2024-11-04T23:12:08.092Z | Checking sled v0.34.7 |
2221 | 2024-11-04T23:12:10.023Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2222 | 2024-11-04T23:12:11.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s |
2223 | 2024-11-04T23:12:11.510Z | |
2224 | 2024-11-04T23:12:11.510Z | info: running `cargo check --bins` on dns-server-api (40/169) |
2225 | 2024-11-04T23:12:12.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2226 | 2024-11-04T23:12:12.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2227 | 2024-11-04T23:12:12.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2228 | 2024-11-04T23:12:12.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2229 | 2024-11-04T23:12:12.153Z | |
2230 | 2024-11-04T23:12:12.153Z | info: running `cargo check --bins` on internal-dns-types (41/169) |
2231 | 2024-11-04T23:12:12.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2232 | 2024-11-04T23:12:12.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2233 | 2024-11-04T23:12:12.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2234 | 2024-11-04T23:12:12.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2235 | 2024-11-04T23:12:12.796Z | |
2236 | 2024-11-04T23:12:12.796Z | info: running `cargo check --bins` on dns-service-client (42/169) |
2237 | 2024-11-04T23:12:13.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2024-11-04T23:12:13.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2024-11-04T23:12:13.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2240 | 2024-11-04T23:12:13.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2241 | 2024-11-04T23:12:13.396Z | |
2242 | 2024-11-04T23:12:13.396Z | info: running `cargo check --bins` on gateway-test-utils (43/169) |
2243 | 2024-11-04T23:12:13.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2024-11-04T23:12:13.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2024-11-04T23:12:13.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2246 | 2024-11-04T23:12:13.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2247 | 2024-11-04T23:12:14.063Z | |
2248 | 2024-11-04T23:12:14.063Z | info: running `cargo check --bins` on gateway-types (44/169) |
2249 | 2024-11-04T23:12:14.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2250 | 2024-11-04T23:12:14.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2251 | 2024-11-04T23:12:14.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2252 | 2024-11-04T23:12:14.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2253 | 2024-11-04T23:12:14.711Z | |
2254 | 2024-11-04T23:12:14.711Z | info: running `cargo check --bins` on ipcc (45/169) |
2255 | 2024-11-04T23:12:15.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2256 | 2024-11-04T23:12:15.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2257 | 2024-11-04T23:12:15.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2258 | 2024-11-04T23:12:15.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2259 | 2024-11-04T23:12:15.327Z | |
2260 | 2024-11-04T23:12:15.327Z | info: running `cargo check --bins` on omicron-gateway (46/169) |
2261 | 2024-11-04T23:12:15.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2262 | 2024-11-04T23:12:15.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2263 | 2024-11-04T23:12:16.029Z | Checking num-rational v0.4.2 |
2264 | 2024-11-04T23:12:16.029Z | Compiling progenitor-client v0.8.0 |
2265 | 2024-11-04T23:12:16.032Z | Checking num-complex v0.4.6 |
2266 | 2024-11-04T23:12:16.032Z | Compiling prettyplease v0.2.22 |
2267 | 2024-11-04T23:12:16.032Z | Compiling newtype-uuid v1.1.2 |
2268 | 2024-11-04T23:12:16.032Z | Compiling ipnetwork v0.20.0 |
2269 | 2024-11-04T23:12:16.132Z | Compiling instant v0.1.13 |
2270 | 2024-11-04T23:12:16.145Z | Compiling semver v0.1.20 |
2271 | 2024-11-04T23:12:16.328Z | Checking float-ord v0.3.2 |
2272 | 2024-11-04T23:12:16.440Z | Compiling radium v0.7.0 |
2273 | 2024-11-04T23:12:16.457Z | Compiling progenitor v0.8.0 |
2274 | 2024-11-04T23:12:16.477Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2275 | 2024-11-04T23:12:16.553Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2276 | 2024-11-04T23:12:16.693Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2277 | 2024-11-04T23:12:16.764Z | Compiling rustc_version v0.1.7 |
2278 | 2024-11-04T23:12:16.830Z | Compiling backoff v0.4.0 |
2279 | 2024-11-04T23:12:16.878Z | Compiling parse-display v0.10.0 |
2280 | 2024-11-04T23:12:16.944Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2281 | 2024-11-04T23:12:17.048Z | Checking num v0.4.3 |
2282 | 2024-11-04T23:12:17.063Z | Compiling serde_with v3.11.0 |
2283 | 2024-11-04T23:12:17.125Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2284 | 2024-11-04T23:12:17.154Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2285 | 2024-11-04T23:12:17.205Z | Compiling regress v0.9.1 |
2286 | 2024-11-04T23:12:17.337Z | Compiling macaddr v1.0.1 |
2287 | 2024-11-04T23:12:17.563Z | Compiling maybe-uninit v2.0.0 |
2288 | 2024-11-04T23:12:17.804Z | Checking tap v1.0.1 |
2289 | 2024-11-04T23:12:17.971Z | Checking wyz v0.5.1 |
2290 | 2024-11-04T23:12:18.186Z | Compiling newtype_derive v0.1.6 |
2291 | 2024-11-04T23:12:18.477Z | Checking password-hash v0.5.0 |
2292 | 2024-11-04T23:12:18.495Z | Checking blake2 v0.10.6 |
2293 | 2024-11-04T23:12:18.823Z | Compiling packed_struct v0.10.1 |
2294 | 2024-11-04T23:12:18.975Z | Checking crc-catalog v2.4.0 |
2295 | 2024-11-04T23:12:19.030Z | Compiling owo-colors v4.1.0 |
2296 | 2024-11-04T23:12:19.119Z | Compiling cancel-safe-futures v0.1.5 |
2297 | 2024-11-04T23:12:19.119Z | Checking funty v2.0.0 |
2298 | 2024-11-04T23:12:19.354Z | Checking crc v3.2.1 |
2299 | 2024-11-04T23:12:19.375Z | Checking argon2 v0.5.3 |
2300 | 2024-11-04T23:12:19.841Z | Compiling packed_struct_codegen v0.10.1 |
2301 | 2024-11-04T23:12:20.113Z | Checking bitvec v1.0.1 |
2302 | 2024-11-04T23:12:20.131Z | Compiling indexmap v1.9.3 |
2303 | 2024-11-04T23:12:20.442Z | Checking half v2.4.1 |
2304 | 2024-11-04T23:12:20.789Z | Checking nodrop v0.1.14 |
2305 | 2024-11-04T23:12:20.961Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2306 | 2024-11-04T23:12:20.961Z | Checking ciborium-io v0.2.2 |
2307 | 2024-11-04T23:12:21.050Z | Checking array-init v0.0.4 |
2308 | 2024-11-04T23:12:21.130Z | Checking ciborium-ll v0.2.2 |
2309 | 2024-11-04T23:12:21.350Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2310 | 2024-11-04T23:12:21.454Z | Checking smallvec v0.6.14 |
2311 | 2024-11-04T23:12:21.781Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2312 | 2024-11-04T23:12:22.351Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2313 | 2024-11-04T23:12:22.615Z | Checking libsw v3.3.1 |
2314 | 2024-11-04T23:12:22.617Z | Compiling memoffset v0.9.1 |
2315 | 2024-11-04T23:12:22.764Z | Checking termcolor v1.4.1 |
2316 | 2024-11-04T23:12:22.798Z | Checking indent_write v2.2.0 |
2317 | 2024-11-04T23:12:22.929Z | Checking bitfield v0.14.0 |
2318 | 2024-11-04T23:12:23.026Z | Checking linear-map v1.2.0 |
2319 | 2024-11-04T23:12:23.232Z | Checking swrite v0.1.0 |
2320 | 2024-11-04T23:12:23.248Z | Checking hashbrown v0.12.3 |
2321 | 2024-11-04T23:12:23.377Z | Checking highway v1.2.0 |
2322 | 2024-11-04T23:12:23.394Z | Checking env_logger v0.10.2 |
2323 | 2024-11-04T23:12:23.610Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2324 | 2024-11-04T23:12:23.802Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2325 | 2024-11-04T23:12:23.817Z | Checking ron v0.8.1 |
2326 | 2024-11-04T23:12:24.143Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2327 | 2024-11-04T23:12:24.790Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2328 | 2024-11-04T23:12:24.882Z | Checking serde-hex v0.1.0 |
2329 | 2024-11-04T23:12:25.101Z | Checking steno v0.4.1 |
2330 | 2024-11-04T23:12:25.266Z | Checking ciborium v0.2.2 |
2331 | 2024-11-04T23:12:25.581Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2332 | 2024-11-04T23:12:25.846Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2333 | 2024-11-04T23:12:26.337Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2334 | 2024-11-04T23:12:26.436Z | Checking hashbrown v0.13.2 |
2335 | 2024-11-04T23:12:27.253Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2336 | 2024-11-04T23:12:27.447Z | Checking crc-any v2.5.0 |
2337 | 2024-11-04T23:12:27.494Z | Checking humantime v2.1.0 |
2338 | 2024-11-04T23:12:27.512Z | Checking object v0.30.4 |
2339 | 2024-11-04T23:12:27.514Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2340 | 2024-11-04T23:12:27.802Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2341 | 2024-11-04T23:12:27.956Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2342 | 2024-11-04T23:12:28.061Z | Checking path-slash v0.1.5 |
2343 | 2024-11-04T23:12:28.103Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2344 | 2024-11-04T23:12:28.200Z | Checking nix v0.27.1 |
2345 | 2024-11-04T23:12:28.333Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2346 | 2024-11-04T23:12:28.839Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2347 | 2024-11-04T23:12:29.094Z | Checking tungstenite v0.23.0 |
2348 | 2024-11-04T23:12:29.127Z | Checking kstat-rs v0.2.4 |
2349 | 2024-11-04T23:12:29.526Z | Checking signal-hook-tokio v0.3.1 |
2350 | 2024-11-04T23:12:30.081Z | Checking tokio-tungstenite v0.23.1 |
2351 | 2024-11-04T23:12:30.614Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2352 | 2024-11-04T23:12:31.162Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2353 | 2024-11-04T23:12:36.642Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2354 | 2024-11-04T23:12:38.432Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2355 | 2024-11-04T23:12:38.661Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2356 | 2024-11-04T23:12:42.173Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2357 | 2024-11-04T23:12:42.436Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2358 | 2024-11-04T23:12:43.626Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2359 | 2024-11-04T23:12:50.068Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2360 | 2024-11-04T23:12:50.825Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2361 | 2024-11-04T23:12:54.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.45s |
2362 | 2024-11-04T23:12:54.966Z | |
2363 | 2024-11-04T23:12:54.966Z | info: running `cargo check --bins` on gateway-api (47/169) |
2364 | 2024-11-04T23:12:55.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2365 | 2024-11-04T23:12:55.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2366 | 2024-11-04T23:12:55.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2367 | 2024-11-04T23:12:55.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2368 | 2024-11-04T23:12:55.612Z | |
2369 | 2024-11-04T23:12:55.612Z | info: running `cargo check --bins` on oximeter (48/169) |
2370 | 2024-11-04T23:12:56.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2371 | 2024-11-04T23:12:56.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2372 | 2024-11-04T23:12:56.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2373 | 2024-11-04T23:12:56.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2374 | 2024-11-04T23:12:56.217Z | |
2375 | 2024-11-04T23:12:56.217Z | info: running `cargo check --bins` on oximeter-macro-impl (49/169) |
2376 | 2024-11-04T23:12:56.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2377 | 2024-11-04T23:12:56.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2378 | 2024-11-04T23:12:56.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2379 | 2024-11-04T23:12:56.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2380 | 2024-11-04T23:12:56.830Z | |
2381 | 2024-11-04T23:12:56.830Z | info: running `cargo check --bins` on oximeter-schema (50/169) |
2382 | 2024-11-04T23:12:57.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-11-04T23:12:57.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-11-04T23:12:57.452Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2385 | 2024-11-04T23:12:57.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
2386 | 2024-11-04T23:12:58.045Z | |
2387 | 2024-11-04T23:12:58.045Z | info: running `cargo check --bins` on oximeter-types (51/169) |
2388 | 2024-11-04T23:12:58.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-11-04T23:12:58.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-11-04T23:12:58.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2391 | 2024-11-04T23:12:58.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2392 | 2024-11-04T23:12:58.668Z | |
2393 | 2024-11-04T23:12:58.668Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/169) |
2394 | 2024-11-04T23:12:59.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-11-04T23:12:59.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-11-04T23:12:59.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2397 | 2024-11-04T23:12:59.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2398 | 2024-11-04T23:12:59.274Z | |
2399 | 2024-11-04T23:12:59.275Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/169) |
2400 | 2024-11-04T23:12:59.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-11-04T23:12:59.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-11-04T23:12:59.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2403 | 2024-11-04T23:12:59.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2404 | 2024-11-04T23:12:59.847Z | |
2405 | 2024-11-04T23:12:59.847Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/169) |
2406 | 2024-11-04T23:13:00.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-11-04T23:13:00.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-11-04T23:13:00.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2409 | 2024-11-04T23:13:00.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2410 | 2024-11-04T23:13:00.462Z | |
2411 | 2024-11-04T23:13:00.462Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/169) |
2412 | 2024-11-04T23:13:00.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-11-04T23:13:00.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-11-04T23:13:00.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2415 | 2024-11-04T23:13:01.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2416 | 2024-11-04T23:13:01.070Z | |
2417 | 2024-11-04T23:13:01.070Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/169) |
2418 | 2024-11-04T23:13:01.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2024-11-04T23:13:01.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2024-11-04T23:13:01.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2421 | 2024-11-04T23:13:01.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2422 | 2024-11-04T23:13:01.696Z | |
2423 | 2024-11-04T23:13:01.696Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/169) |
2424 | 2024-11-04T23:13:02.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2024-11-04T23:13:02.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2024-11-04T23:13:02.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2427 | 2024-11-04T23:13:02.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2428 | 2024-11-04T23:13:02.305Z | |
2429 | 2024-11-04T23:13:02.305Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/169) |
2430 | 2024-11-04T23:13:02.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2024-11-04T23:13:02.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2024-11-04T23:13:02.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2433 | 2024-11-04T23:13:02.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2434 | 2024-11-04T23:13:02.927Z | |
2435 | 2024-11-04T23:13:02.927Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/169) |
2436 | 2024-11-04T23:13:03.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-11-04T23:13:03.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-11-04T23:13:03.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2439 | 2024-11-04T23:13:03.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2440 | 2024-11-04T23:13:03.521Z | |
2441 | 2024-11-04T23:13:03.521Z | info: running `cargo check --bins` on oximeter-producer (60/169) |
2442 | 2024-11-04T23:13:04.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2024-11-04T23:13:04.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2024-11-04T23:13:04.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2445 | 2024-11-04T23:13:04.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2446 | 2024-11-04T23:13:04.157Z | |
2447 | 2024-11-04T23:13:04.157Z | info: running `cargo check --bins` on internal-dns-resolver (61/169) |
2448 | 2024-11-04T23:13:04.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-11-04T23:13:04.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-11-04T23:13:04.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-11-04T23:13:04.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2452 | 2024-11-04T23:13:04.807Z | |
2453 | 2024-11-04T23:13:04.807Z | info: running `cargo check --bins` on nexus-client (62/169) |
2454 | 2024-11-04T23:13:05.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-11-04T23:13:05.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-11-04T23:13:05.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-11-04T23:13:05.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2458 | 2024-11-04T23:13:05.424Z | |
2459 | 2024-11-04T23:13:05.424Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/169) |
2460 | 2024-11-04T23:13:06.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-11-04T23:13:06.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-11-04T23:13:06.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2024-11-04T23:13:06.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2464 | 2024-11-04T23:13:06.096Z | |
2465 | 2024-11-04T23:13:06.096Z | info: running `cargo check --bins` on omicron-passwords (64/169) |
2466 | 2024-11-04T23:13:06.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-11-04T23:13:06.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-11-04T23:13:06.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-11-04T23:13:06.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2470 | 2024-11-04T23:13:06.696Z | |
2471 | 2024-11-04T23:13:06.696Z | info: running `cargo check --bins` on nexus-types (65/169) |
2472 | 2024-11-04T23:13:07.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-11-04T23:13:07.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-11-04T23:13:07.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-11-04T23:13:07.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2476 | 2024-11-04T23:13:07.331Z | |
2477 | 2024-11-04T23:13:07.331Z | info: running `cargo check --bins` on gateway-client (66/169) |
2478 | 2024-11-04T23:13:07.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-11-04T23:13:07.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-11-04T23:13:07.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-11-04T23:13:07.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2482 | 2024-11-04T23:13:07.940Z | |
2483 | 2024-11-04T23:13:07.940Z | info: running `cargo check --bins` on oxql-types (67/169) |
2484 | 2024-11-04T23:13:08.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-11-04T23:13:08.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-11-04T23:13:08.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2024-11-04T23:13:08.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2488 | 2024-11-04T23:13:08.530Z | |
2489 | 2024-11-04T23:13:08.530Z | info: running `cargo check --bins` on update-engine (68/169) |
2490 | 2024-11-04T23:13:09.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-11-04T23:13:09.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-11-04T23:13:09.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-11-04T23:13:09.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2494 | 2024-11-04T23:13:09.174Z | |
2495 | 2024-11-04T23:13:09.174Z | info: running `cargo check --bins` on sp-sim (69/169) |
2496 | 2024-11-04T23:13:09.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-11-04T23:13:09.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-11-04T23:13:09.820Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2499 | 2024-11-04T23:13:11.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
2500 | 2024-11-04T23:13:11.884Z | |
2501 | 2024-11-04T23:13:11.884Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/169) |
2502 | 2024-11-04T23:13:12.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-11-04T23:13:12.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-11-04T23:13:12.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2024-11-04T23:13:12.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2506 | 2024-11-04T23:13:12.527Z | |
2507 | 2024-11-04T23:13:12.527Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/169) |
2508 | 2024-11-04T23:13:13.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-11-04T23:13:13.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-11-04T23:13:13.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-11-04T23:13:13.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2512 | 2024-11-04T23:13:13.271Z | |
2513 | 2024-11-04T23:13:13.271Z | info: running `cargo check --bins` on db-macros (72/169) |
2514 | 2024-11-04T23:13:13.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-11-04T23:13:13.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-11-04T23:13:13.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-11-04T23:13:13.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2518 | 2024-11-04T23:13:13.903Z | |
2519 | 2024-11-04T23:13:13.903Z | info: running `cargo check --bins` on nexus-macros-common (73/169) |
2520 | 2024-11-04T23:13:14.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-11-04T23:13:14.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-11-04T23:13:14.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-11-04T23:13:14.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2524 | 2024-11-04T23:13:14.547Z | |
2525 | 2024-11-04T23:13:14.547Z | info: running `cargo check --bins` on nexus-auth (74/169) |
2526 | 2024-11-04T23:13:15.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-11-04T23:13:15.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-11-04T23:13:15.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-11-04T23:13:15.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2530 | 2024-11-04T23:13:15.188Z | |
2531 | 2024-11-04T23:13:15.188Z | info: running `cargo check --bins` on authz-macros (75/169) |
2532 | 2024-11-04T23:13:15.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-11-04T23:13:15.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-11-04T23:13:15.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-11-04T23:13:15.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2536 | 2024-11-04T23:13:15.777Z | |
2537 | 2024-11-04T23:13:15.777Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/169) |
2538 | 2024-11-04T23:13:16.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-11-04T23:13:16.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-11-04T23:13:16.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-11-04T23:13:16.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2542 | 2024-11-04T23:13:16.436Z | |
2543 | 2024-11-04T23:13:16.436Z | info: running `cargo check --bins` on nexus-db-model (77/169) |
2544 | 2024-11-04T23:13:17.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-11-04T23:13:17.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-11-04T23:13:17.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-11-04T23:13:17.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2548 | 2024-11-04T23:13:17.082Z | |
2549 | 2024-11-04T23:13:17.082Z | info: running `cargo check --bins` on nexus-defaults (78/169) |
2550 | 2024-11-04T23:13:17.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-11-04T23:13:17.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-11-04T23:13:17.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-11-04T23:13:17.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2554 | 2024-11-04T23:13:17.694Z | |
2555 | 2024-11-04T23:13:17.694Z | info: running `cargo check --bins` on sled-agent-client (79/169) |
2556 | 2024-11-04T23:13:18.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-11-04T23:13:18.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-11-04T23:13:18.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-11-04T23:13:18.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2560 | 2024-11-04T23:13:18.369Z | |
2561 | 2024-11-04T23:13:18.369Z | info: running `cargo check --bins` on nexus-inventory (80/169) |
2562 | 2024-11-04T23:13:18.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-11-04T23:13:18.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-11-04T23:13:18.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-11-04T23:13:18.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2566 | 2024-11-04T23:13:19.005Z | |
2567 | 2024-11-04T23:13:19.005Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/169) |
2568 | 2024-11-04T23:13:19.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-11-04T23:13:19.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-11-04T23:13:19.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-11-04T23:13:19.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2572 | 2024-11-04T23:13:19.656Z | |
2573 | 2024-11-04T23:13:19.656Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/169) |
2574 | 2024-11-04T23:13:20.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-11-04T23:13:20.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-11-04T23:13:20.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-11-04T23:13:20.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2578 | 2024-11-04T23:13:20.282Z | |
2579 | 2024-11-04T23:13:20.282Z | info: running `cargo check --bins` on typed-rng (83/169) |
2580 | 2024-11-04T23:13:20.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-11-04T23:13:20.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-11-04T23:13:20.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-11-04T23:13:20.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2584 | 2024-11-04T23:13:20.865Z | |
2585 | 2024-11-04T23:13:20.865Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/169) |
2586 | 2024-11-04T23:13:21.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-11-04T23:13:21.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-11-04T23:13:21.593Z | Checking keccak v0.1.5 |
2589 | 2024-11-04T23:13:21.697Z | Checking secrecy v0.8.0 |
2590 | 2024-11-04T23:13:21.700Z | Compiling unicase v2.7.0 |
2591 | 2024-11-04T23:13:21.700Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2592 | 2024-11-04T23:13:21.700Z | Compiling same-file v1.0.6 |
2593 | 2024-11-04T23:13:21.720Z | Compiling tempfile v3.13.0 |
2594 | 2024-11-04T23:13:21.744Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2595 | 2024-11-04T23:13:21.768Z | Compiling thiserror-impl-no-std v2.0.2 |
2596 | 2024-11-04T23:13:21.885Z | Compiling walkdir v2.5.0 |
2597 | 2024-11-04T23:13:21.986Z | Checking sha3 v0.10.8 |
2598 | 2024-11-04T23:13:22.015Z | Checking universal-hash v0.5.1 |
2599 | 2024-11-04T23:13:22.042Z | Compiling ring v0.16.20 |
2600 | 2024-11-04T23:13:22.187Z | Compiling blake3 v1.5.4 |
2601 | 2024-11-04T23:13:22.213Z | Checking opaque-debug v0.3.1 |
2602 | 2024-11-04T23:13:22.336Z | Checking poly1305 v0.8.0 |
2603 | 2024-11-04T23:13:22.429Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2604 | 2024-11-04T23:13:22.601Z | Checking chacha20 v0.9.1 |
2605 | 2024-11-04T23:13:22.628Z | Checking aead v0.5.2 |
2606 | 2024-11-04T23:13:22.737Z | Compiling memmap2 v0.9.5 |
2607 | 2024-11-04T23:13:22.846Z | Compiling libefi-sys v0.1.0 |
2608 | 2024-11-04T23:13:22.862Z | Compiling constant_time_eq v0.3.1 |
2609 | 2024-11-04T23:13:22.947Z | Compiling arrayref v0.3.9 |
2610 | 2024-11-04T23:13:23.027Z | Compiling salty v0.3.0 |
2611 | 2024-11-04T23:13:23.049Z | Compiling untrusted v0.7.1 |
2612 | 2024-11-04T23:13:23.110Z | Compiling arrayvec v0.7.6 |
2613 | 2024-11-04T23:13:23.166Z | Compiling spin v0.5.2 |
2614 | 2024-11-04T23:13:23.214Z | Compiling home v0.5.9 |
2615 | 2024-11-04T23:13:23.413Z | Compiling toolchain_find v0.4.0 |
2616 | 2024-11-04T23:13:23.541Z | Checking chacha20poly1305 v0.10.1 |
2617 | 2024-11-04T23:13:23.574Z | Compiling camino-tempfile v1.1.1 |
2618 | 2024-11-04T23:13:23.593Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2619 | 2024-11-04T23:13:23.732Z | Compiling bitfield-struct v0.6.2 |
2620 | 2024-11-04T23:13:23.941Z | Compiling topological-sort v0.2.2 |
2621 | 2024-11-04T23:13:24.040Z | Compiling mime_guess v2.0.5 |
2622 | 2024-11-04T23:13:24.057Z | Compiling rustfmt-wrapper v0.2.1 |
2623 | 2024-11-04T23:13:24.602Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2624 | 2024-11-04T23:13:24.710Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2625 | 2024-11-04T23:13:24.778Z | Checking primeorder v0.13.6 |
2626 | 2024-11-04T23:13:24.852Z | Checking env_filter v0.1.2 |
2627 | 2024-11-04T23:13:24.868Z | Checking thiserror-no-std v2.0.2 |
2628 | 2024-11-04T23:13:24.986Z | Checking vsss-rs v3.3.4 |
2629 | 2024-11-04T23:13:25.022Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2630 | 2024-11-04T23:13:25.082Z | Checking env_logger v0.11.5 |
2631 | 2024-11-04T23:13:25.211Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2632 | 2024-11-04T23:13:25.238Z | Checking p384 v0.13.0 |
2633 | 2024-11-04T23:13:25.361Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2634 | 2024-11-04T23:13:25.385Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2635 | 2024-11-04T23:13:25.634Z | Checking gethostname v0.5.0 |
2636 | 2024-11-04T23:13:25.723Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2637 | 2024-11-04T23:13:25.761Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2638 | 2024-11-04T23:13:25.799Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2639 | 2024-11-04T23:13:26.091Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2640 | 2024-11-04T23:13:26.141Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2641 | 2024-11-04T23:13:26.306Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2642 | 2024-11-04T23:13:26.394Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2643 | 2024-11-04T23:13:26.728Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2644 | 2024-11-04T23:13:26.748Z | Checking nanorand v0.7.0 |
2645 | 2024-11-04T23:13:26.748Z | Checking atty v0.2.14 |
2646 | 2024-11-04T23:13:26.808Z | Checking http-range v0.1.5 |
2647 | 2024-11-04T23:13:26.893Z | Checking glob v0.3.1 |
2648 | 2024-11-04T23:13:27.001Z | Checking hyper-staticfile v0.10.1 |
2649 | 2024-11-04T23:13:27.112Z | Checking flume v0.11.0 |
2650 | 2024-11-04T23:13:27.213Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2651 | 2024-11-04T23:13:27.635Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2652 | 2024-11-04T23:13:27.742Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2653 | 2024-11-04T23:13:27.911Z | Compiling omicron-zone-package v0.11.1 |
2654 | 2024-11-04T23:13:28.301Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2655 | 2024-11-04T23:13:28.991Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2656 | 2024-11-04T23:13:29.032Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2657 | 2024-11-04T23:13:29.404Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2658 | 2024-11-04T23:13:29.684Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2659 | 2024-11-04T23:13:30.265Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2660 | 2024-11-04T23:13:30.385Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2661 | 2024-11-04T23:13:30.760Z | Checking display-error-chain v0.2.2 |
2662 | 2024-11-04T23:13:31.027Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2663 | 2024-11-04T23:13:32.288Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2664 | 2024-11-04T23:13:34.019Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2665 | 2024-11-04T23:13:34.022Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2666 | 2024-11-04T23:13:45.895Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2667 | 2024-11-04T23:14:35.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
2668 | 2024-11-04T23:14:35.329Z | |
2669 | 2024-11-04T23:14:35.329Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/169) |
2670 | 2024-11-04T23:14:35.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-11-04T23:14:35.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-11-04T23:14:36.014Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2673 | 2024-11-04T23:15:25.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.18s |
2674 | 2024-11-04T23:15:25.708Z | |
2675 | 2024-11-04T23:15:25.708Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/169) |
2676 | 2024-11-04T23:15:26.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2024-11-04T23:15:26.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2024-11-04T23:15:26.456Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2679 | 2024-11-04T23:16:16.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.63s |
2680 | 2024-11-04T23:16:16.542Z | |
2681 | 2024-11-04T23:16:16.542Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/169) |
2682 | 2024-11-04T23:16:17.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-11-04T23:16:17.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-11-04T23:16:17.260Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2685 | 2024-11-04T23:17:06.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.43s |
2686 | 2024-11-04T23:17:07.173Z | |
2687 | 2024-11-04T23:17:07.173Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/169) |
2688 | 2024-11-04T23:17:07.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-11-04T23:17:07.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-11-04T23:17:07.940Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2691 | 2024-11-04T23:17:58.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.75s |
2692 | 2024-11-04T23:17:59.148Z | |
2693 | 2024-11-04T23:17:59.149Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/169) |
2694 | 2024-11-04T23:17:59.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-11-04T23:17:59.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-11-04T23:17:59.943Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2697 | 2024-11-04T23:18:50.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.91s |
2698 | 2024-11-04T23:18:50.252Z | |
2699 | 2024-11-04T23:18:50.252Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/169) |
2700 | 2024-11-04T23:18:50.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2024-11-04T23:18:50.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2024-11-04T23:18:51.022Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2703 | 2024-11-04T23:19:40.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.38s |
2704 | 2024-11-04T23:19:40.825Z | |
2705 | 2024-11-04T23:19:40.825Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/169) |
2706 | 2024-11-04T23:19:41.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2024-11-04T23:19:41.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2024-11-04T23:19:41.535Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2709 | 2024-11-04T23:20:32.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.23s |
2710 | 2024-11-04T23:20:32.252Z | |
2711 | 2024-11-04T23:20:32.252Z | info: running `cargo check --bins` on bootstrap-agent-api (92/169) |
2712 | 2024-11-04T23:20:32.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2024-11-04T23:20:32.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2024-11-04T23:20:32.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2715 | 2024-11-04T23:20:32.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2716 | 2024-11-04T23:20:32.904Z | |
2717 | 2024-11-04T23:20:32.904Z | info: running `cargo check --bins` on sled-agent-types (93/169) |
2718 | 2024-11-04T23:20:33.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2024-11-04T23:20:33.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2024-11-04T23:20:33.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2721 | 2024-11-04T23:20:33.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2722 | 2024-11-04T23:20:33.600Z | |
2723 | 2024-11-04T23:20:33.600Z | info: running `cargo check --bins` on bootstrap-agent-client (94/169) |
2724 | 2024-11-04T23:20:34.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2024-11-04T23:20:34.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2024-11-04T23:20:34.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2727 | 2024-11-04T23:20:34.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2728 | 2024-11-04T23:20:34.204Z | |
2729 | 2024-11-04T23:20:34.204Z | info: running `cargo check --bins` on dpd-client (95/169) |
2730 | 2024-11-04T23:20:34.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2024-11-04T23:20:34.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2024-11-04T23:20:34.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2733 | 2024-11-04T23:20:34.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2734 | 2024-11-04T23:20:34.851Z | |
2735 | 2024-11-04T23:20:34.851Z | info: running `cargo check --bins` on installinator-common (96/169) |
2736 | 2024-11-04T23:20:35.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2024-11-04T23:20:35.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2024-11-04T23:20:35.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2739 | 2024-11-04T23:20:35.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2740 | 2024-11-04T23:20:35.479Z | |
2741 | 2024-11-04T23:20:35.479Z | info: running `cargo check --bins` on key-manager (97/169) |
2742 | 2024-11-04T23:20:35.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2024-11-04T23:20:35.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2024-11-04T23:20:35.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2745 | 2024-11-04T23:20:36.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2746 | 2024-11-04T23:20:36.069Z | |
2747 | 2024-11-04T23:20:36.069Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/169) |
2748 | 2024-11-04T23:20:36.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2749 | 2024-11-04T23:20:36.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2750 | 2024-11-04T23:20:36.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2751 | 2024-11-04T23:20:36.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2752 | 2024-11-04T23:20:36.740Z | |
2753 | 2024-11-04T23:20:36.740Z | info: running `cargo check --bins` on repo-depot-api (99/169) |
2754 | 2024-11-04T23:20:37.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2755 | 2024-11-04T23:20:37.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2756 | 2024-11-04T23:20:37.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2757 | 2024-11-04T23:20:37.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2758 | 2024-11-04T23:20:37.359Z | |
2759 | 2024-11-04T23:20:37.359Z | info: running `cargo check --bins` on repo-depot-client (100/169) |
2760 | 2024-11-04T23:20:38.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2761 | 2024-11-04T23:20:38.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2762 | 2024-11-04T23:20:38.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2763 | 2024-11-04T23:20:38.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2764 | 2024-11-04T23:20:38.014Z | |
2765 | 2024-11-04T23:20:38.014Z | info: running `cargo check --bins` on sled-agent-api (101/169) |
2766 | 2024-11-04T23:20:38.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2024-11-04T23:20:38.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2024-11-04T23:20:38.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2024-11-04T23:20:38.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2770 | 2024-11-04T23:20:38.616Z | |
2771 | 2024-11-04T23:20:38.616Z | info: running `cargo check --bins` on sled-hardware (102/169) |
2772 | 2024-11-04T23:20:39.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2024-11-04T23:20:39.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2024-11-04T23:20:39.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2024-11-04T23:20:39.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2776 | 2024-11-04T23:20:39.245Z | |
2777 | 2024-11-04T23:20:39.246Z | info: running `cargo check --bins --no-default-features` on sled-storage (103/169) |
2778 | 2024-11-04T23:20:39.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2024-11-04T23:20:39.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2024-11-04T23:20:39.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2024-11-04T23:20:39.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2782 | 2024-11-04T23:20:39.926Z | |
2783 | 2024-11-04T23:20:39.926Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/169) |
2784 | 2024-11-04T23:20:40.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2024-11-04T23:20:40.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2024-11-04T23:20:40.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2024-11-04T23:20:40.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2788 | 2024-11-04T23:20:40.589Z | |
2789 | 2024-11-04T23:20:40.589Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (105/169) |
2790 | 2024-11-04T23:20:41.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-11-04T23:20:41.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-11-04T23:20:41.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2024-11-04T23:20:41.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2794 | 2024-11-04T23:20:41.245Z | |
2795 | 2024-11-04T23:20:41.245Z | info: running `cargo check --bins` on nexus-test-interface (106/169) |
2796 | 2024-11-04T23:20:41.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-11-04T23:20:41.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-11-04T23:20:41.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2024-11-04T23:20:41.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2800 | 2024-11-04T23:20:41.928Z | |
2801 | 2024-11-04T23:20:41.928Z | info: running `cargo check --bins` on oximeter-collector (107/169) |
2802 | 2024-11-04T23:20:42.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-11-04T23:20:42.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-11-04T23:20:42.593Z | Compiling phf_generator v0.11.2 |
2805 | 2024-11-04T23:20:42.596Z | Compiling parse-zoneinfo v0.3.1 |
2806 | 2024-11-04T23:20:42.716Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2807 | 2024-11-04T23:20:42.718Z | Checking bcs v0.1.6 |
2808 | 2024-11-04T23:20:42.718Z | Compiling async-recursion v1.1.1 |
2809 | 2024-11-04T23:20:42.718Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2810 | 2024-11-04T23:20:42.718Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2811 | 2024-11-04T23:20:42.819Z | Compiling phf_codegen v0.11.2 |
2812 | 2024-11-04T23:20:43.310Z | Compiling chrono-tz-build v0.4.0 |
2813 | 2024-11-04T23:20:44.255Z | Compiling chrono-tz v0.10.0 |
2814 | 2024-11-04T23:20:51.768Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2815 | 2024-11-04T23:20:56.260Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2816 | 2024-11-04T23:20:58.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.88s |
2817 | 2024-11-04T23:20:58.992Z | |
2818 | 2024-11-04T23:20:58.992Z | info: running `cargo check --bins` on oximeter-api (108/169) |
2819 | 2024-11-04T23:20:59.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2024-11-04T23:20:59.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2024-11-04T23:20:59.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2822 | 2024-11-04T23:20:59.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2823 | 2024-11-04T23:20:59.634Z | |
2824 | 2024-11-04T23:20:59.634Z | info: running `cargo check --bins` on oximeter-client (109/169) |
2825 | 2024-11-04T23:21:00.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2024-11-04T23:21:00.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2024-11-04T23:21:00.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2024-11-04T23:21:00.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2829 | 2024-11-04T23:21:00.240Z | |
2830 | 2024-11-04T23:21:00.240Z | info: running `cargo check --bins --no-default-features` on oximeter-db (110/169) |
2831 | 2024-11-04T23:21:00.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2024-11-04T23:21:00.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2024-11-04T23:21:00.898Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2834 | 2024-11-04T23:21:01.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2835 | 2024-11-04T23:21:01.735Z | |
2836 | 2024-11-04T23:21:01.735Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/169) |
2837 | 2024-11-04T23:21:02.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2024-11-04T23:21:02.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2024-11-04T23:21:02.365Z | Compiling cfg_aliases v0.1.1 |
2840 | 2024-11-04T23:21:02.368Z | Compiling vte_generate_state_changes v0.1.2 |
2841 | 2024-11-04T23:21:02.368Z | Checking fd-lock v4.0.2 |
2842 | 2024-11-04T23:21:02.368Z | Checking bytecount v0.6.8 |
2843 | 2024-11-04T23:21:02.482Z | Compiling tabled_derive v0.7.0 |
2844 | 2024-11-04T23:21:02.504Z | Compiling peg-macros v0.8.4 |
2845 | 2024-11-04T23:21:02.506Z | Compiling sqlparser_derive v0.2.2 |
2846 | 2024-11-04T23:21:02.506Z | Checking home v0.5.9 |
2847 | 2024-11-04T23:21:02.573Z | Compiling nix v0.28.0 |
2848 | 2024-11-04T23:21:02.625Z | Checking papergrid v0.11.0 |
2849 | 2024-11-04T23:21:02.662Z | Checking nu-ansi-term v0.50.1 |
2850 | 2024-11-04T23:21:03.033Z | Checking unicode_categories v0.1.1 |
2851 | 2024-11-04T23:21:03.106Z | Checking vte v0.11.1 |
2852 | 2024-11-04T23:21:03.320Z | Checking sqlformat v0.2.6 |
2853 | 2024-11-04T23:21:03.713Z | Checking sqlparser v0.45.0 |
2854 | 2024-11-04T23:21:04.460Z | Checking tabled v0.15.0 |
2855 | 2024-11-04T23:21:04.497Z | Checking strip-ansi-escapes v0.2.0 |
2856 | 2024-11-04T23:21:04.680Z | Checking reedline v0.35.0 |
2857 | 2024-11-04T23:21:05.299Z | Checking peg v0.8.4 |
2858 | 2024-11-04T23:21:06.220Z | Checking rustyline v14.0.0 |
2859 | 2024-11-04T23:21:10.294Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2860 | 2024-11-04T23:21:16.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.17s |
2861 | 2024-11-04T23:21:17.157Z | |
2862 | 2024-11-04T23:21:17.157Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/169) |
2863 | 2024-11-04T23:21:17.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2024-11-04T23:21:17.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2024-11-04T23:21:17.787Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2866 | 2024-11-04T23:21:24.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.43s |
2867 | 2024-11-04T23:21:24.770Z | |
2868 | 2024-11-04T23:21:24.770Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/169) |
2869 | 2024-11-04T23:21:25.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2024-11-04T23:21:25.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2024-11-04T23:21:25.402Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2872 | 2024-11-04T23:21:30.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
2873 | 2024-11-04T23:21:30.802Z | |
2874 | 2024-11-04T23:21:30.803Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/169) |
2875 | 2024-11-04T23:21:31.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2024-11-04T23:21:31.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2024-11-04T23:21:31.442Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2878 | 2024-11-04T23:21:37.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.11s |
2879 | 2024-11-04T23:21:38.089Z | |
2880 | 2024-11-04T23:21:38.089Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/169) |
2881 | 2024-11-04T23:21:38.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2024-11-04T23:21:38.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2024-11-04T23:21:38.729Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2884 | 2024-11-04T23:21:45.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.14s |
2885 | 2024-11-04T23:21:45.422Z | |
2886 | 2024-11-04T23:21:45.422Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/169) |
2887 | 2024-11-04T23:21:45.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2024-11-04T23:21:45.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2024-11-04T23:21:46.069Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2890 | 2024-11-04T23:21:51.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.99s |
2891 | 2024-11-04T23:21:51.637Z | |
2892 | 2024-11-04T23:21:51.637Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/169) |
2893 | 2024-11-04T23:21:52.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2894 | 2024-11-04T23:21:52.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2895 | 2024-11-04T23:21:52.271Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2896 | 2024-11-04T23:21:57.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s |
2897 | 2024-11-04T23:21:57.961Z | |
2898 | 2024-11-04T23:21:57.961Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/169) |
2899 | 2024-11-04T23:21:58.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2900 | 2024-11-04T23:21:58.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2901 | 2024-11-04T23:21:58.588Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2902 | 2024-11-04T23:22:05.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.16s |
2903 | 2024-11-04T23:22:05.308Z | |
2904 | 2024-11-04T23:22:05.308Z | info: running `cargo check --bins` on oximeter-test-utils (119/169) |
2905 | 2024-11-04T23:22:05.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2906 | 2024-11-04T23:22:05.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2907 | 2024-11-04T23:22:05.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2908 | 2024-11-04T23:22:05.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2909 | 2024-11-04T23:22:05.973Z | |
2910 | 2024-11-04T23:22:05.973Z | info: running `cargo check --bins` on cockroach-admin-client (120/169) |
2911 | 2024-11-04T23:22:06.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2912 | 2024-11-04T23:22:06.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2913 | 2024-11-04T23:22:06.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2914 | 2024-11-04T23:22:06.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2915 | 2024-11-04T23:22:06.582Z | |
2916 | 2024-11-04T23:22:06.582Z | info: running `cargo check --bins` on installinator-client (121/169) |
2917 | 2024-11-04T23:22:07.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2918 | 2024-11-04T23:22:07.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2919 | 2024-11-04T23:22:07.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2920 | 2024-11-04T23:22:07.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2921 | 2024-11-04T23:22:07.240Z | |
2922 | 2024-11-04T23:22:07.240Z | info: running `cargo check --bins` on oxide-client (122/169) |
2923 | 2024-11-04T23:22:07.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2924 | 2024-11-04T23:22:07.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2925 | 2024-11-04T23:22:07.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2926 | 2024-11-04T23:22:07.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2927 | 2024-11-04T23:22:07.825Z | |
2928 | 2024-11-04T23:22:07.825Z | info: running `cargo check --bins` on wicketd-client (123/169) |
2929 | 2024-11-04T23:22:08.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2930 | 2024-11-04T23:22:08.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2931 | 2024-11-04T23:22:08.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2932 | 2024-11-04T23:22:08.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2933 | 2024-11-04T23:22:08.500Z | |
2934 | 2024-11-04T23:22:08.500Z | info: running `cargo check --bins` on wicket-common (124/169) |
2935 | 2024-11-04T23:22:09.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2936 | 2024-11-04T23:22:09.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2937 | 2024-11-04T23:22:09.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2938 | 2024-11-04T23:22:09.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2939 | 2024-11-04T23:22:09.164Z | |
2940 | 2024-11-04T23:22:09.165Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/169) |
2941 | 2024-11-04T23:22:09.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2942 | 2024-11-04T23:22:09.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2943 | 2024-11-04T23:22:09.805Z | Checking csv-core v0.1.11 |
2944 | 2024-11-04T23:22:09.808Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2945 | 2024-11-04T23:22:10.114Z | Checking csv v1.3.0 |
2946 | 2024-11-04T23:22:10.687Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2947 | 2024-11-04T23:22:11.044Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2948 | 2024-11-04T23:22:12.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
2949 | 2024-11-04T23:22:12.511Z | |
2950 | 2024-11-04T23:22:12.511Z | info: running `cargo check --bins` on cockroach-admin-api (126/169) |
2951 | 2024-11-04T23:22:13.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2952 | 2024-11-04T23:22:13.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2953 | 2024-11-04T23:22:13.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2954 | 2024-11-04T23:22:13.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2955 | 2024-11-04T23:22:13.111Z | |
2956 | 2024-11-04T23:22:13.111Z | info: running `cargo check --bins` on cockroach-admin-types (127/169) |
2957 | 2024-11-04T23:22:13.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2958 | 2024-11-04T23:22:13.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2959 | 2024-11-04T23:22:13.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2960 | 2024-11-04T23:22:13.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2961 | 2024-11-04T23:22:13.727Z | |
2962 | 2024-11-04T23:22:13.727Z | info: running `cargo check --bins` on cert-dev (128/169) |
2963 | 2024-11-04T23:22:14.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2964 | 2024-11-04T23:22:14.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2965 | 2024-11-04T23:22:14.347Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2966 | 2024-11-04T23:22:14.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2967 | 2024-11-04T23:22:14.779Z | |
2968 | 2024-11-04T23:22:14.780Z | info: running `cargo check --bins` on ch-dev (129/169) |
2969 | 2024-11-04T23:22:15.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2970 | 2024-11-04T23:22:15.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2971 | 2024-11-04T23:22:15.449Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2972 | 2024-11-04T23:22:16.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
2973 | 2024-11-04T23:22:16.359Z | |
2974 | 2024-11-04T23:22:16.359Z | info: running `cargo check --bins` on crdb-seed (130/169) |
2975 | 2024-11-04T23:22:16.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2976 | 2024-11-04T23:22:16.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2977 | 2024-11-04T23:22:16.992Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2978 | 2024-11-04T23:22:17.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2979 | 2024-11-04T23:22:17.529Z | |
2980 | 2024-11-04T23:22:17.529Z | info: running `cargo check --bins` on db-dev (131/169) |
2981 | 2024-11-04T23:22:18.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2024-11-04T23:22:18.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2024-11-04T23:22:18.147Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2984 | 2024-11-04T23:22:18.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2985 | 2024-11-04T23:22:19.011Z | |
2986 | 2024-11-04T23:22:19.011Z | info: running `cargo check --bins` on omicron-dev-lib (132/169) |
2987 | 2024-11-04T23:22:19.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2024-11-04T23:22:19.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2024-11-04T23:22:19.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2990 | 2024-11-04T23:22:19.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2991 | 2024-11-04T23:22:19.632Z | |
2992 | 2024-11-04T23:22:19.632Z | info: running `cargo check --bins` on xtask-downloader (133/169) |
2993 | 2024-11-04T23:22:20.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2024-11-04T23:22:20.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2024-11-04T23:22:20.221Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2996 | 2024-11-04T23:22:21.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
2997 | 2024-11-04T23:22:21.373Z | |
2998 | 2024-11-04T23:22:21.373Z | info: running `cargo check --bins` on omicron-ls-apis (134/169) |
2999 | 2024-11-04T23:22:21.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2024-11-04T23:22:21.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2024-11-04T23:22:21.973Z | Checking cargo-platform v0.1.8 |
3002 | 2024-11-04T23:22:22.237Z | Checking cargo_metadata v0.18.1 |
3003 | 2024-11-04T23:22:23.259Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3004 | 2024-11-04T23:22:24.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s |
3005 | 2024-11-04T23:22:24.184Z | |
3006 | 2024-11-04T23:22:24.184Z | info: running `cargo check --bins` on mgs-dev (135/169) |
3007 | 2024-11-04T23:22:24.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2024-11-04T23:22:24.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2024-11-04T23:22:24.875Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3010 | 2024-11-04T23:22:25.565Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3011 | 2024-11-04T23:22:26.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
3012 | 2024-11-04T23:22:26.255Z | |
3013 | 2024-11-04T23:22:26.255Z | info: running `cargo check --bins` on omicron-omdb (136/169) |
3014 | 2024-11-04T23:22:26.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2024-11-04T23:22:26.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2024-11-04T23:22:27.047Z | Compiling glob v0.3.1 |
3017 | 2024-11-04T23:22:27.047Z | Compiling crunchy v0.2.2 |
3018 | 2024-11-04T23:22:27.049Z | Compiling tiny-keccak v2.0.2 |
3019 | 2024-11-04T23:22:27.049Z | Compiling dsl_auto_type v0.1.2 |
3020 | 2024-11-04T23:22:27.049Z | Checking scheduled-thread-pool v0.2.7 |
3021 | 2024-11-04T23:22:27.049Z | Compiling diesel_table_macro_syntax v0.2.0 |
3022 | 2024-11-04T23:22:27.196Z | Compiling ascii-canvas v3.0.0 |
3023 | 2024-11-04T23:22:27.207Z | Compiling ena v0.14.3 |
3024 | 2024-11-04T23:22:27.376Z | Checking r2d2 v0.8.10 |
3025 | 2024-11-04T23:22:27.501Z | Compiling libloading v0.8.5 |
3026 | 2024-11-04T23:22:27.611Z | Compiling bindgen v0.69.5 |
3027 | 2024-11-04T23:22:27.651Z | Compiling diff v0.1.13 |
3028 | 2024-11-04T23:22:27.716Z | Compiling regex-syntax v0.6.29 |
3029 | 2024-11-04T23:22:27.739Z | Compiling which v4.4.2 |
3030 | 2024-11-04T23:22:27.920Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3031 | 2024-11-04T23:22:28.039Z | Compiling clang-sys v1.8.1 |
3032 | 2024-11-04T23:22:28.125Z | Compiling cexpr v0.6.0 |
3033 | 2024-11-04T23:22:28.260Z | Compiling lazycell v1.3.0 |
3034 | 2024-11-04T23:22:28.304Z | Compiling ref-cast v1.0.23 |
3035 | 2024-11-04T23:22:28.452Z | Compiling rustc-hash v1.1.0 |
3036 | 2024-11-04T23:22:28.470Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3037 | 2024-11-04T23:22:28.625Z | Compiling derive_builder_core v0.20.2 |
3038 | 2024-11-04T23:22:28.733Z | Compiling diesel_derives v2.2.3 |
3039 | 2024-11-04T23:22:28.780Z | Compiling libxml v0.3.3 |
3040 | 2024-11-04T23:22:28.892Z | Compiling ref-cast-impl v1.0.23 |
3041 | 2024-11-04T23:22:28.955Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3042 | 2024-11-04T23:22:29.253Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3043 | 2024-11-04T23:22:29.473Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3044 | 2024-11-04T23:22:29.790Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3045 | 2024-11-04T23:22:29.922Z | Compiling strum_macros v0.24.3 |
3046 | 2024-11-04T23:22:30.226Z | Compiling indoc v1.0.9 |
3047 | 2024-11-04T23:22:31.136Z | Compiling derive_builder_macro v0.20.2 |
3048 | 2024-11-04T23:22:31.273Z | Compiling lalrpop v0.19.12 |
3049 | 2024-11-04T23:22:32.102Z | Checking derive_builder v0.20.2 |
3050 | 2024-11-04T23:22:32.171Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3051 | 2024-11-04T23:22:32.249Z | Compiling oso-derive v0.27.3 |
3052 | 2024-11-04T23:22:32.667Z | Compiling impl-trait-for-tuples v0.2.2 |
3053 | 2024-11-04T23:22:33.353Z | Checking quick-xml v0.33.0 |
3054 | 2024-11-04T23:22:33.454Z | Compiling diesel-dtrace v0.3.0 |
3055 | 2024-11-04T23:22:33.669Z | Checking maplit v1.0.2 |
3056 | 2024-11-04T23:22:33.826Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3057 | 2024-11-04T23:22:33.852Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3058 | 2024-11-04T23:22:34.227Z | Checking bb8 v0.8.5 |
3059 | 2024-11-04T23:22:34.822Z | Compiling const_format_proc_macros v0.2.33 |
3060 | 2024-11-04T23:22:35.686Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3061 | 2024-11-04T23:22:35.714Z | Checking castaway v0.2.3 |
3062 | 2024-11-04T23:22:35.899Z | Checking rand_seeder v0.3.0 |
3063 | 2024-11-04T23:22:36.005Z | Checking compact_str v0.8.0 |
3064 | 2024-11-04T23:22:36.152Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3065 | 2024-11-04T23:22:36.376Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3066 | 2024-11-04T23:22:36.965Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3067 | 2024-11-04T23:22:36.968Z | Checking const_format v0.2.33 |
3068 | 2024-11-04T23:22:37.484Z | Checking unicode-truncate v1.1.0 |
3069 | 2024-11-04T23:22:37.725Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3070 | 2024-11-04T23:22:38.048Z | Checking lru v0.12.5 |
3071 | 2024-11-04T23:22:38.331Z | Compiling instability v0.3.2 |
3072 | 2024-11-04T23:22:38.351Z | Checking unicode-linebreak v0.1.5 |
3073 | 2024-11-04T23:22:38.369Z | Checking cassowary v0.3.0 |
3074 | 2024-11-04T23:22:38.791Z | Checking is_ci v1.2.0 |
3075 | 2024-11-04T23:22:38.809Z | Checking smawk v0.3.2 |
3076 | 2024-11-04T23:22:38.930Z | Checking supports-color v3.0.1 |
3077 | 2024-11-04T23:22:39.020Z | Checking textwrap v0.16.1 |
3078 | 2024-11-04T23:22:39.132Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3079 | 2024-11-04T23:22:39.436Z | Checking ratatui v0.28.1 |
3080 | 2024-11-04T23:22:39.493Z | Checking multimap v0.10.0 |
3081 | 2024-11-04T23:22:40.949Z | Checking diesel v2.2.4 |
3082 | 2024-11-04T23:23:00.435Z | Compiling samael v0.0.17 |
3083 | 2024-11-04T23:23:18.112Z | Checking async-bb8-diesel v0.2.1 |
3084 | 2024-11-04T23:23:18.554Z | Compiling polar-core v0.27.3 |
3085 | 2024-11-04T23:23:26.668Z | Checking oso v0.27.3 |
3086 | 2024-11-04T23:25:10.424Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3087 | 2024-11-04T23:25:19.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s |
3088 | 2024-11-04T23:25:19.217Z | |
3089 | 2024-11-04T23:25:19.218Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (137/169) |
3090 | 2024-11-04T23:25:19.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2024-11-04T23:25:19.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2024-11-04T23:25:19.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3093 | 2024-11-04T23:25:19.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3094 | 2024-11-04T23:25:19.941Z | |
3095 | 2024-11-04T23:25:19.941Z | info: running `cargo check --bins` on nexus-saga-recovery (138/169) |
3096 | 2024-11-04T23:25:20.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2024-11-04T23:25:20.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2024-11-04T23:25:20.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3099 | 2024-11-04T23:25:20.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3100 | 2024-11-04T23:25:20.658Z | |
3101 | 2024-11-04T23:25:20.658Z | info: running `cargo check --bins` on nexus-test-utils-macros (139/169) |
3102 | 2024-11-04T23:25:21.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2024-11-04T23:25:21.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2024-11-04T23:25:21.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3105 | 2024-11-04T23:25:21.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3106 | 2024-11-04T23:25:21.318Z | |
3107 | 2024-11-04T23:25:21.318Z | info: running `cargo check --bins` on omicron-nexus (140/169) |
3108 | 2024-11-04T23:25:21.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2024-11-04T23:25:21.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2024-11-04T23:25:22.145Z | Compiling libz-sys v1.1.20 |
3111 | 2024-11-04T23:25:22.148Z | Checking http v0.2.12 |
3112 | 2024-11-04T23:25:22.256Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3113 | 2024-11-04T23:25:22.282Z | Compiling vergen v8.3.2 |
3114 | 2024-11-04T23:25:22.282Z | Compiling cargo-platform v0.1.8 |
3115 | 2024-11-04T23:25:22.285Z | Compiling pin-project-internal v1.1.6 |
3116 | 2024-11-04T23:25:22.330Z | Compiling libsqlite3-sys v0.30.1 |
3117 | 2024-11-04T23:25:22.330Z | Compiling snafu-derive v0.8.5 |
3118 | 2024-11-04T23:25:22.603Z | Compiling cargo_metadata v0.18.1 |
3119 | 2024-11-04T23:25:22.881Z | Checking simd-adler32 v0.3.7 |
3120 | 2024-11-04T23:25:22.920Z | Checking sync_wrapper v0.1.2 |
3121 | 2024-11-04T23:25:23.061Z | Checking bumpalo v3.16.0 |
3122 | 2024-11-04T23:25:23.207Z | Compiling buf-list v1.0.3 |
3123 | 2024-11-04T23:25:23.250Z | Compiling rustls v0.21.12 |
3124 | 2024-11-04T23:25:23.409Z | Compiling zip v2.1.3 |
3125 | 2024-11-04T23:25:23.533Z | Checking lockfree-object-pool v0.1.6 |
3126 | 2024-11-04T23:25:23.602Z | Checking http-body v0.4.6 |
3127 | 2024-11-04T23:25:23.730Z | Checking h2 v0.3.26 |
3128 | 2024-11-04T23:25:23.798Z | Compiling cfg_aliases v0.2.1 |
3129 | 2024-11-04T23:25:23.936Z | Compiling nix v0.29.0 |
3130 | 2024-11-04T23:25:23.966Z | Checking zopfli v0.8.1 |
3131 | 2024-11-04T23:25:24.150Z | Checking globset v0.4.15 |
3132 | 2024-11-04T23:25:24.689Z | Checking sct v0.7.1 |
3133 | 2024-11-04T23:25:24.707Z | Checking rustls-webpki v0.101.7 |
3134 | 2024-11-04T23:25:24.841Z | Checking olpc-cjson v0.1.4 |
3135 | 2024-11-04T23:25:24.924Z | Checking serde_plain v1.0.2 |
3136 | 2024-11-04T23:25:25.114Z | Compiling displaydoc v0.2.5 |
3137 | 2024-11-04T23:25:25.183Z | Checking typed-path v0.7.1 |
3138 | 2024-11-04T23:25:25.309Z | Checking pin-project v1.1.6 |
3139 | 2024-11-04T23:25:26.191Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3140 | 2024-11-04T23:25:26.288Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3141 | 2024-11-04T23:25:26.496Z | Checking hashlink v0.9.1 |
3142 | 2024-11-04T23:25:26.580Z | Checking fallible-streaming-iterator v0.1.9 |
3143 | 2024-11-04T23:25:26.872Z | Checking parse-size v1.1.0 |
3144 | 2024-11-04T23:25:27.103Z | Checking fallible-iterator v0.3.0 |
3145 | 2024-11-04T23:25:27.230Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3146 | 2024-11-04T23:25:27.709Z | Checking rusqlite v0.32.1 |
3147 | 2024-11-04T23:25:27.727Z | Checking snafu v0.8.5 |
3148 | 2024-11-04T23:25:27.729Z | Checking rustls-pemfile v1.0.4 |
3149 | 2024-11-04T23:25:27.909Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3150 | 2024-11-04T23:25:27.962Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3151 | 2024-11-04T23:25:28.215Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3152 | 2024-11-04T23:25:28.236Z | Checking twox-hash v1.6.3 |
3153 | 2024-11-04T23:25:28.348Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3154 | 2024-11-04T23:25:28.722Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3155 | 2024-11-04T23:25:28.828Z | Checking tokio-rustls v0.24.1 |
3156 | 2024-11-04T23:25:29.190Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3157 | 2024-11-04T23:25:29.235Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3158 | 2024-11-04T23:25:29.390Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3159 | 2024-11-04T23:25:29.742Z | Checking fatfs v0.3.6 |
3160 | 2024-11-04T23:25:30.223Z | Checking hyper v0.14.30 |
3161 | 2024-11-04T23:25:30.460Z | Checking assert_matches v1.5.0 |
3162 | 2024-11-04T23:25:34.905Z | Checking reqwest v0.11.27 |
3163 | 2024-11-04T23:25:35.698Z | Checking tough v0.17.1 |
3164 | 2024-11-04T23:25:36.222Z | Compiling git2 v0.19.0 |
3165 | 2024-11-04T23:25:39.013Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3166 | 2024-11-04T23:25:40.345Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3167 | 2024-11-04T23:25:41.676Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3168 | 2024-11-04T23:29:21.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 59s |
3169 | 2024-11-04T23:29:21.240Z | |
3170 | 2024-11-04T23:29:21.240Z | info: running `cargo check --bins` on nexus-external-api (141/169) |
3171 | 2024-11-04T23:29:21.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2024-11-04T23:29:21.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2024-11-04T23:29:21.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3174 | 2024-11-04T23:29:21.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3175 | 2024-11-04T23:29:21.902Z | |
3176 | 2024-11-04T23:29:21.902Z | info: running `cargo check --bins` on openapi-manager-types (142/169) |
3177 | 2024-11-04T23:29:22.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3178 | 2024-11-04T23:29:22.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3179 | 2024-11-04T23:29:22.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3180 | 2024-11-04T23:29:22.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3181 | 2024-11-04T23:29:22.508Z | |
3182 | 2024-11-04T23:29:22.508Z | info: running `cargo check --bins` on nexus-internal-api (143/169) |
3183 | 2024-11-04T23:29:23.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3184 | 2024-11-04T23:29:23.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3185 | 2024-11-04T23:29:23.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3186 | 2024-11-04T23:29:23.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3187 | 2024-11-04T23:29:23.209Z | |
3188 | 2024-11-04T23:29:23.209Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (144/169) |
3189 | 2024-11-04T23:29:23.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3190 | 2024-11-04T23:29:23.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3191 | 2024-11-04T23:29:23.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3192 | 2024-11-04T23:29:23.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3193 | 2024-11-04T23:29:23.881Z | |
3194 | 2024-11-04T23:29:23.881Z | info: running `cargo check --bins` on nexus-networking (145/169) |
3195 | 2024-11-04T23:29:24.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3196 | 2024-11-04T23:29:24.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3197 | 2024-11-04T23:29:24.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3198 | 2024-11-04T23:29:24.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3199 | 2024-11-04T23:29:24.587Z | |
3200 | 2024-11-04T23:29:24.587Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (146/169) |
3201 | 2024-11-04T23:29:25.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2024-11-04T23:29:25.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2024-11-04T23:29:25.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3204 | 2024-11-04T23:29:25.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3205 | 2024-11-04T23:29:25.244Z | |
3206 | 2024-11-04T23:29:25.245Z | info: running `cargo check --bins` on update-common (147/169) |
3207 | 2024-11-04T23:29:25.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3208 | 2024-11-04T23:29:25.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3209 | 2024-11-04T23:29:25.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3210 | 2024-11-04T23:29:25.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3211 | 2024-11-04T23:29:25.924Z | |
3212 | 2024-11-04T23:29:25.924Z | info: running `cargo check --bins` on tufaceous-lib (148/169) |
3213 | 2024-11-04T23:29:26.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3214 | 2024-11-04T23:29:26.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3215 | 2024-11-04T23:29:26.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3216 | 2024-11-04T23:29:26.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3217 | 2024-11-04T23:29:26.586Z | |
3218 | 2024-11-04T23:29:26.586Z | info: running `cargo check --bins` on tufaceous (149/169) |
3219 | 2024-11-04T23:29:27.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2024-11-04T23:29:27.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2024-11-04T23:29:27.236Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3222 | 2024-11-04T23:29:28.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3223 | 2024-11-04T23:29:28.385Z | |
3224 | 2024-11-04T23:29:28.385Z | info: running `cargo check --bins` on omicron-dev (150/169) |
3225 | 2024-11-04T23:29:29.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3226 | 2024-11-04T23:29:29.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3227 | 2024-11-04T23:29:29.227Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3228 | 2024-11-04T23:29:29.349Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3229 | 2024-11-04T23:29:29.349Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3230 | 2024-11-04T23:29:29.352Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3231 | 2024-11-04T23:30:29.751Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3232 | 2024-11-04T23:30:29.752Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3233 | 2024-11-04T23:30:29.755Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3234 | 2024-11-04T23:30:29.755Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3235 | 2024-11-04T23:30:29.755Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3236 | 2024-11-04T23:30:30.649Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3237 | 2024-11-04T23:30:31.980Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3238 | 2024-11-04T23:33:57.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 28s |
3239 | 2024-11-04T23:33:57.470Z | |
3240 | 2024-11-04T23:33:57.470Z | info: running `cargo check --bins` on openapi-manager (151/169) |
3241 | 2024-11-04T23:33:58.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3242 | 2024-11-04T23:33:58.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3243 | 2024-11-04T23:33:58.216Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3244 | 2024-11-04T23:33:58.218Z | Checking heck v0.4.1 |
3245 | 2024-11-04T23:33:58.218Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3246 | 2024-11-04T23:33:58.461Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3247 | 2024-11-04T23:33:59.907Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3248 | 2024-11-04T23:34:00.801Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3249 | 2024-11-04T23:34:01.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
3250 | 2024-11-04T23:34:02.029Z | |
3251 | 2024-11-04T23:34:02.029Z | info: running `cargo check --bins` on installinator-api (152/169) |
3252 | 2024-11-04T23:34:02.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3253 | 2024-11-04T23:34:02.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3254 | 2024-11-04T23:34:02.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3255 | 2024-11-04T23:34:02.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3256 | 2024-11-04T23:34:02.704Z | |
3257 | 2024-11-04T23:34:02.704Z | info: running `cargo check --bins` on wicketd-api (153/169) |
3258 | 2024-11-04T23:34:03.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3259 | 2024-11-04T23:34:03.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3260 | 2024-11-04T23:34:03.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3261 | 2024-11-04T23:34:03.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3262 | 2024-11-04T23:34:03.378Z | |
3263 | 2024-11-04T23:34:03.378Z | info: running `cargo check --bins` on reconfigurator-cli (154/169) |
3264 | 2024-11-04T23:34:03.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3265 | 2024-11-04T23:34:03.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3266 | 2024-11-04T23:34:04.057Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3267 | 2024-11-04T23:34:05.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
3268 | 2024-11-04T23:34:05.413Z | |
3269 | 2024-11-04T23:34:05.413Z | info: running `cargo check --bins` on omicron-releng (155/169) |
3270 | 2024-11-04T23:34:05.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3271 | 2024-11-04T23:34:05.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3272 | 2024-11-04T23:34:06.101Z | Checking memmap2 v0.9.5 |
3273 | 2024-11-04T23:34:06.101Z | Checking constant_time_eq v0.3.1 |
3274 | 2024-11-04T23:34:06.103Z | Checking arrayref v0.3.9 |
3275 | 2024-11-04T23:34:06.103Z | Checking untrusted v0.7.1 |
3276 | 2024-11-04T23:34:06.103Z | Checking arrayvec v0.7.6 |
3277 | 2024-11-04T23:34:06.103Z | Checking spin v0.5.2 |
3278 | 2024-11-04T23:34:06.103Z | Checking topological-sort v0.2.2 |
3279 | 2024-11-04T23:34:06.208Z | Checking shell-words v1.1.0 |
3280 | 2024-11-04T23:34:06.402Z | Checking ring v0.16.20 |
3281 | 2024-11-04T23:34:06.515Z | Checking blake3 v1.5.4 |
3282 | 2024-11-04T23:34:07.605Z | Checking omicron-zone-package v0.11.1 |
3283 | 2024-11-04T23:34:08.775Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3284 | 2024-11-04T23:34:09.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
3285 | 2024-11-04T23:34:09.943Z | |
3286 | 2024-11-04T23:34:09.943Z | info: running `cargo check --bins` on xtask (156/169) |
3287 | 2024-11-04T23:34:10.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2024-11-04T23:34:10.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2024-11-04T23:34:10.372Z | Checking bitflags v2.6.0 |
3290 | 2024-11-04T23:34:10.375Z | Checking serde v1.0.210 |
3291 | 2024-11-04T23:34:10.375Z | Checking thiserror v1.0.64 |
3292 | 2024-11-04T23:34:10.479Z | Checking scroll v0.12.0 |
3293 | 2024-11-04T23:34:10.493Z | Checking log v0.4.22 |
3294 | 2024-11-04T23:34:10.496Z | Checking hashbrown v0.15.0 |
3295 | 2024-11-04T23:34:10.496Z | Checking zerocopy v0.7.35 |
3296 | 2024-11-04T23:34:10.546Z | Checking syn v2.0.79 |
3297 | 2024-11-04T23:34:10.613Z | Checking pest v2.7.14 |
3298 | 2024-11-04T23:34:10.769Z | Checking rustix v0.38.37 |
3299 | 2024-11-04T23:34:10.841Z | Checking once_cell v1.20.2 |
3300 | 2024-11-04T23:34:11.014Z | Checking goblin v0.8.2 |
3301 | 2024-11-04T23:34:11.180Z | Checking fs-err v2.11.0 |
3302 | 2024-11-04T23:34:11.517Z | Checking tabled v0.15.0 |
3303 | 2024-11-04T23:34:11.691Z | Checking indexmap v2.6.0 |
3304 | 2024-11-04T23:34:12.088Z | Checking anyhow v1.0.92 |
3305 | 2024-11-04T23:34:12.790Z | Checking terminal_size v0.4.0 |
3306 | 2024-11-04T23:34:12.793Z | Checking tempfile v3.13.0 |
3307 | 2024-11-04T23:34:12.978Z | Checking clap_builder v4.5.20 |
3308 | 2024-11-04T23:34:13.290Z | Checking dtrace-parser v0.2.0 |
3309 | 2024-11-04T23:34:15.024Z | Checking serde_json v1.0.128 |
3310 | 2024-11-04T23:34:15.024Z | Checking serde_spanned v0.6.8 |
3311 | 2024-11-04T23:34:15.026Z | Checking toml_datetime v0.6.8 |
3312 | 2024-11-04T23:34:15.026Z | Checking camino v1.1.9 |
3313 | 2024-11-04T23:34:15.026Z | Checking cargo-platform v0.1.8 |
3314 | 2024-11-04T23:34:15.086Z | Checking semver v1.0.23 |
3315 | 2024-11-04T23:34:15.235Z | Checking macaddr v1.0.1 |
3316 | 2024-11-04T23:34:15.375Z | Checking toml_edit v0.22.22 |
3317 | 2024-11-04T23:34:15.648Z | Checking camino-tempfile v1.1.1 |
3318 | 2024-11-04T23:34:15.869Z | Checking clap v4.5.20 |
3319 | 2024-11-04T23:34:16.284Z | Checking dof v0.3.0 |
3320 | 2024-11-04T23:34:16.284Z | Checking cargo_metadata v0.18.1 |
3321 | 2024-11-04T23:34:16.720Z | Checking usdt-impl v0.5.0 |
3322 | 2024-11-04T23:34:17.115Z | Checking usdt v0.5.0 |
3323 | 2024-11-04T23:34:17.302Z | Checking toml v0.8.19 |
3324 | 2024-11-04T23:34:17.802Z | Checking cargo_toml v0.20.5 |
3325 | 2024-11-04T23:34:19.150Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3326 | 2024-11-04T23:34:19.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.96s |
3327 | 2024-11-04T23:34:20.018Z | |
3328 | 2024-11-04T23:34:20.018Z | info: running `cargo check --bins` on end-to-end-tests (157/169) |
3329 | 2024-11-04T23:34:20.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2024-11-04T23:34:20.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2024-11-04T23:34:20.744Z | Checking polyval v0.6.2 |
3332 | 2024-11-04T23:34:20.852Z | Checking ctr v0.9.2 |
3333 | 2024-11-04T23:34:20.864Z | Checking ssh-encoding v0.2.0 |
3334 | 2024-11-04T23:34:20.867Z | Checking blowfish v0.9.1 |
3335 | 2024-11-04T23:34:20.888Z | Checking password-hash v0.4.2 |
3336 | 2024-11-04T23:34:20.890Z | Checking matches v0.1.10 |
3337 | 2024-11-04T23:34:20.915Z | Checking p521 v0.13.3 |
3338 | 2024-11-04T23:34:20.918Z | Checking p256 v0.13.2 |
3339 | 2024-11-04T23:34:20.989Z | Checking idna v0.2.3 |
3340 | 2024-11-04T23:34:21.093Z | Checking ghash v0.5.1 |
3341 | 2024-11-04T23:34:21.108Z | Compiling enum-as-inner v0.5.1 |
3342 | 2024-11-04T23:34:21.169Z | Checking bcrypt-pbkdf v0.10.0 |
3343 | 2024-11-04T23:34:21.190Z | Checking russh-cryptovec v0.7.3 |
3344 | 2024-11-04T23:34:21.287Z | Checking aes-gcm v0.10.3 |
3345 | 2024-11-04T23:34:21.305Z | Checking pbkdf2 v0.11.0 |
3346 | 2024-11-04T23:34:21.388Z | Checking md5 v0.7.0 |
3347 | 2024-11-04T23:34:21.407Z | Checking num-bigint v0.4.6 |
3348 | 2024-11-04T23:34:21.423Z | Checking des v0.8.1 |
3349 | 2024-11-04T23:34:21.525Z | Checking ssh-cipher v0.2.0 |
3350 | 2024-11-04T23:34:21.579Z | Checking hex-literal v0.4.1 |
3351 | 2024-11-04T23:34:21.675Z | Compiling dhcproto-macros v0.1.0 |
3352 | 2024-11-04T23:34:21.707Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3353 | 2024-11-04T23:34:21.723Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3354 | 2024-11-04T23:34:21.816Z | Checking internet-checksum v0.2.1 |
3355 | 2024-11-04T23:34:21.844Z | Checking ssh-key v0.6.6 |
3356 | 2024-11-04T23:34:22.225Z | Checking trust-dns-proto v0.22.0 |
3357 | 2024-11-04T23:34:23.319Z | Checking russh-keys v0.45.0 |
3358 | 2024-11-04T23:34:24.279Z | Checking russh v0.45.0 |
3359 | 2024-11-04T23:34:24.953Z | Checking dhcproto v0.12.0 |
3360 | 2024-11-04T23:34:48.108Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3361 | 2024-11-04T23:34:49.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.48s |
3362 | 2024-11-04T23:34:49.702Z | |
3363 | 2024-11-04T23:34:49.702Z | info: running `cargo check --bins` on gateway-cli (158/169) |
3364 | 2024-11-04T23:34:50.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3365 | 2024-11-04T23:34:50.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3366 | 2024-11-04T23:34:50.312Z | Checking termios v0.3.3 |
3367 | 2024-11-04T23:34:50.526Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3368 | 2024-11-04T23:34:51.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
3369 | 2024-11-04T23:34:51.577Z | |
3370 | 2024-11-04T23:34:51.577Z | info: running `cargo check --bins --no-default-features` on installinator (159/169) |
3371 | 2024-11-04T23:34:52.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2024-11-04T23:34:52.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2024-11-04T23:34:52.315Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3374 | 2024-11-04T23:34:54.425Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3375 | 2024-11-04T23:34:56.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s |
3376 | 2024-11-04T23:34:56.753Z | |
3377 | 2024-11-04T23:34:56.753Z | info: running `cargo check --bins` on internal-dns-cli (160/169) |
3378 | 2024-11-04T23:34:57.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3379 | 2024-11-04T23:34:57.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3380 | 2024-11-04T23:34:57.377Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3381 | 2024-11-04T23:34:57.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3382 | 2024-11-04T23:34:58.089Z | |
3383 | 2024-11-04T23:34:58.089Z | info: running `cargo check --bins` on omicron-live-tests (161/169) |
3384 | 2024-11-04T23:34:58.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2024-11-04T23:34:58.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2024-11-04T23:34:58.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3387 | 2024-11-04T23:34:58.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3388 | 2024-11-04T23:34:58.674Z | |
3389 | 2024-11-04T23:34:58.674Z | info: running `cargo check --bins` on live-tests-macros (162/169) |
3390 | 2024-11-04T23:34:59.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2024-11-04T23:34:59.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2024-11-04T23:34:59.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3393 | 2024-11-04T23:34:59.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3394 | 2024-11-04T23:34:59.303Z | |
3395 | 2024-11-04T23:34:59.303Z | info: running `cargo check --bins` on omicron-package (163/169) |
3396 | 2024-11-04T23:34:59.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3397 | 2024-11-04T23:34:59.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3398 | 2024-11-04T23:34:59.927Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3399 | 2024-11-04T23:35:01.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
3400 | 2024-11-04T23:35:01.401Z | |
3401 | 2024-11-04T23:35:01.401Z | info: running `cargo check --bins` on range-requests (164/169) |
3402 | 2024-11-04T23:35:01.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3403 | 2024-11-04T23:35:01.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3404 | 2024-11-04T23:35:01.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3405 | 2024-11-04T23:35:01.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3406 | 2024-11-04T23:35:01.989Z | |
3407 | 2024-11-04T23:35:01.989Z | info: running `cargo check --bins` on wicket-dbg (165/169) |
3408 | 2024-11-04T23:35:02.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3409 | 2024-11-04T23:35:02.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3410 | 2024-11-04T23:35:02.752Z | Checking rtoolbox v0.0.2 |
3411 | 2024-11-04T23:35:02.755Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3412 | 2024-11-04T23:35:02.755Z | Checking tui-tree-widget v0.22.0 |
3413 | 2024-11-04T23:35:02.976Z | Checking rpassword v7.3.1 |
3414 | 2024-11-04T23:35:07.184Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3415 | 2024-11-04T23:35:10.546Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3416 | 2024-11-04T23:35:11.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.78s |
3417 | 2024-11-04T23:35:11.953Z | |
3418 | 2024-11-04T23:35:11.953Z | info: running `cargo check --bins` on wicket (166/169) |
3419 | 2024-11-04T23:35:12.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3420 | 2024-11-04T23:35:12.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3421 | 2024-11-04T23:35:12.646Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3422 | 2024-11-04T23:35:13.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3423 | 2024-11-04T23:35:13.220Z | |
3424 | 2024-11-04T23:35:13.220Z | info: running `cargo check --bins` on wicketd (167/169) |
3425 | 2024-11-04T23:35:13.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3426 | 2024-11-04T23:35:13.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3427 | 2024-11-04T23:35:13.943Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3428 | 2024-11-04T23:35:23.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.44s |
3429 | 2024-11-04T23:35:23.892Z | |
3430 | 2024-11-04T23:35:23.892Z | info: running `cargo check --bins` on omicron-workspace-hack (168/169) |
3431 | 2024-11-04T23:35:24.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3432 | 2024-11-04T23:35:24.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3433 | 2024-11-04T23:35:24.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3434 | 2024-11-04T23:35:24.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3435 | 2024-11-04T23:35:24.486Z | |
3436 | 2024-11-04T23:35:24.486Z | info: running `cargo check --bins` on zone-setup (169/169) |
3437 | 2024-11-04T23:35:25.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3438 | 2024-11-04T23:35:25.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3439 | 2024-11-04T23:35:25.236Z | Checking uzers v0.12.1 |
3440 | 2024-11-04T23:35:25.573Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3441 | 2024-11-04T23:35:26.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
3442 | 2024-11-04T23:35:26.924Z | |
3443 | 2024-11-04T23:35:26.924Z | real 25:18.064772668 |
3444 | 2024-11-04T23:35:26.924Z | user 38:08.077144407 |
3445 | 2024-11-04T23:35:26.924Z | sys 5:32.917980686 |
3446 | 2024-11-04T23:35:26.924Z | trap 0.658447789 |
3447 | 2024-11-04T23:35:26.924Z | tflt 2.823595740 |
3448 | 2024-11-04T23:35:26.927Z | dflt 2.583341346 |
3449 | 2024-11-04T23:35:26.927Z | kflt 0.001599429 |
3450 | 2024-11-04T23:35:26.927Z | lock 1:31:24.222414739 |
3451 | 2024-11-04T23:35:26.927Z | slp 3:35:23.868079889 |
3452 | 2024-11-04T23:35:26.927Z | lat 1:00.907243445 |
3453 | 2024-11-04T23:35:26.927Z | stop 3:20.944756068 |
3454 | 2024-11-04T23:35:26.927Z | process exited: duration 1817794 ms, exit code 0 |
|
3455 | 2024-11-04T23:35:26.932Z | found 0 output files |