|
|
|
1 | 2024-08-12T20:33:39.801Z | job assigned to worker 01J544PARJGZ771XHR2NHZJ86M (queued for 54 s) |
|
2 | 2024-08-12T20:33:47.266Z | starting task 0: "setup" |
3 | 2024-08-12T20:33:47.276Z | ++ uname -s |
4 | 2024-08-12T20:33:47.279Z | + kern=SunOS |
5 | 2024-08-12T20:33:47.279Z | + case "$kern" in |
6 | 2024-08-12T20:33:47.279Z | + groupadd -g 12345 build |
7 | 2024-08-12T20:33:47.281Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-12T20:33:49.291Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-12T20:33:49.373Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-12T20:33:49.376Z | + home_fs=zfs |
11 | 2024-08-12T20:33:49.377Z | + [[ zfs == autofs ]] |
12 | 2024-08-12T20:33:49.377Z | + mkdir -p /home/build |
13 | 2024-08-12T20:33:49.379Z | + chown build:build /home/build /work |
14 | 2024-08-12T20:33:51.380Z | + chmod 0700 /home/build /work |
15 | 2024-08-12T20:33:51.383Z | process exited: duration 4117 ms, exit code 0 |
|
16 | 2024-08-12T20:33:51.389Z | starting task 1: "rust-toolchain" |
17 | 2024-08-12T20:33:51.394Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-12T20:33:51.394Z | ' 1.80.1 |
19 | 2024-08-12T20:33:51.394Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-12T20:33:51.394Z | ' default |
21 | 2024-08-12T20:33:51.394Z | * toolchain channel = "1.80.1" |
22 | 2024-08-12T20:33:51.394Z | * toolchain profile = "default" |
23 | 2024-08-12T20:33:51.397Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-12T20:33:51.397Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-12T20:33:51.511Z | info: downloading installer |
26 | 2024-08-12T20:33:53.056Z | info: profile set to 'default' |
27 | 2024-08-12T20:33:53.056Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-12T20:33:53.059Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-12T20:33:53.191Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-12T20:33:53.191Z | info: downloading component 'cargo' |
31 | 2024-08-12T20:33:53.866Z | info: downloading component 'clippy' |
32 | 2024-08-12T20:33:54.111Z | info: downloading component 'rust-docs' |
33 | 2024-08-12T20:33:55.060Z | info: downloading component 'rust-std' |
34 | 2024-08-12T20:33:56.394Z | info: downloading component 'rustc' |
35 | 2024-08-12T20:34:00.067Z | info: downloading component 'rustfmt' |
36 | 2024-08-12T20:34:00.265Z | info: installing component 'cargo' |
37 | 2024-08-12T20:34:01.108Z | info: installing component 'clippy' |
38 | 2024-08-12T20:34:01.478Z | info: installing component 'rust-docs' |
39 | 2024-08-12T20:34:03.110Z | info: installing component 'rust-std' |
40 | 2024-08-12T20:34:04.788Z | info: installing component 'rustc' |
41 | 2024-08-12T20:34:08.916Z | info: installing component 'rustfmt' |
42 | 2024-08-12T20:34:09.248Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-12T20:34:09.248Z | |
44 | 2024-08-12T20:34:09.503Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-12T20:34:09.503Z | |
46 | 2024-08-12T20:34:09.506Z | |
47 | 2024-08-12T20:34:09.506Z | Rust is installed now. Great! |
48 | 2024-08-12T20:34:09.506Z | |
49 | 2024-08-12T20:34:09.506Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-12T20:34:09.506Z | environment variable. This has not been done automatically. |
51 | 2024-08-12T20:34:09.506Z | |
52 | 2024-08-12T20:34:09.506Z | To configure your current shell, you need to source |
53 | 2024-08-12T20:34:09.506Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-12T20:34:09.506Z | |
55 | 2024-08-12T20:34:09.506Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-12T20:34:09.506Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-12T20:34:09.506Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-12T20:34:09.555Z | + rustc --version |
59 | 2024-08-12T20:34:09.618Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-12T20:34:09.621Z | process exited: duration 18229 ms, exit code 0 |
|
61 | 2024-08-12T20:34:09.627Z | starting task 2: "authentication" |
62 | 2024-08-12T20:34:09.648Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-12T20:34:09.653Z | starting task 3: "clone repository" |
64 | 2024-08-12T20:34:09.658Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-12T20:34:09.661Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-12T20:34:09.695Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-12T20:34:15.157Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-12T20:34:15.157Z | + git fetch origin de786b11949be660e03a5d56f2c01dfd7005c455 |
69 | 2024-08-12T20:34:15.412Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-12T20:34:15.412Z | * branch de786b11949be660e03a5d56f2c01dfd7005c455 -> FETCH_HEAD |
71 | 2024-08-12T20:34:15.420Z | + [[ -n dap/demo-saga ]] |
72 | 2024-08-12T20:34:15.424Z | ++ git branch --show-current |
73 | 2024-08-12T20:34:15.424Z | + current=main |
74 | 2024-08-12T20:34:15.424Z | + [[ main != dap/demo-saga ]] |
75 | 2024-08-12T20:34:15.424Z | + git branch -f dap/demo-saga de786b11949be660e03a5d56f2c01dfd7005c455 |
76 | 2024-08-12T20:34:15.428Z | + git checkout -f dap/demo-saga |
77 | 2024-08-12T20:34:15.570Z | Switched to branch 'dap/demo-saga' |
78 | 2024-08-12T20:34:15.573Z | + git reset --hard de786b11949be660e03a5d56f2c01dfd7005c455 |
79 | 2024-08-12T20:34:15.584Z | HEAD is now at de786b119 more doc nits |
80 | 2024-08-12T20:34:15.587Z | process exited: duration 5930 ms, exit code 0 |
|
81 | 2024-08-12T20:34:15.593Z | starting task 4: "build" |
82 | 2024-08-12T20:34:15.599Z | + cargo --version |
83 | 2024-08-12T20:34:15.653Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-12T20:34:15.656Z | + rustc --version |
85 | 2024-08-12T20:34:15.713Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-12T20:34:15.716Z | + source ./env.sh |
87 | 2024-08-12T20:34:15.716Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-12T20:34:15.716Z | ++ set -o xtrace |
89 | 2024-08-12T20:34:15.719Z | ++++ dirname ./env.sh |
90 | 2024-08-12T20:34:15.721Z | +++ readlink -f . |
91 | 2024-08-12T20:34:15.725Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-12T20:34:15.725Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-12T20:34:15.725Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-12T20:34:15.725Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-12T20:34:15.725Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-12T20:34:15.725Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-12T20:34:15.725Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-12T20:34:15.725Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-12T20:34:15.725Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-12T20:34:15.725Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-12T20:34:15.725Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-12T20:34:15.725Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
103 | 2024-08-12T20:34:15.725Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
104 | 2024-08-12T20:34:15.725Z | + banner prerequisites |
105 | 2024-08-12T20:34:15.728Z | |
106 | 2024-08-12T20:34:15.728Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-12T20:34:15.728Z | # # # # # # # # # # # # # # # |
108 | 2024-08-12T20:34:15.728Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-12T20:34:15.728Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-12T20:34:15.729Z | # # # # # # # # # # # # # # # |
111 | 2024-08-12T20:34:15.729Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-12T20:34:15.729Z | |
113 | 2024-08-12T20:34:15.729Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-12T20:34:21.688Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-12T20:34:23.810Z | Startup: Caching catalogs ... Done |
116 | 2024-08-12T20:34:28.083Z | Planning: Solver setup ... Done (3.706s) |
117 | 2024-08-12T20:34:28.153Z | Planning: Running solver ... Done (0.066s) |
118 | 2024-08-12T20:34:28.202Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-08-12T20:34:28.231Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-12T20:34:28.961Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-12T20:34:29.008Z | Planning: Package planning ... Done (0.047s) |
122 | 2024-08-12T20:34:29.059Z | Planning: Merging actions ... Done (0.050s) |
123 | 2024-08-12T20:34:29.357Z | Planning: Checking for conflicting actions ... Done (0.297s) |
124 | 2024-08-12T20:34:29.368Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2024-08-12T20:34:30.390Z | Planning: Evaluating mediators ... Done (1.020s) |
126 | 2024-08-12T20:34:30.398Z | Planning: Planning completed in 6.52 seconds |
127 | 2024-08-12T20:34:30.416Z | Packages to install: 4 |
128 | 2024-08-12T20:34:30.416Z | Mediators to change: 2 |
129 | 2024-08-12T20:34:30.419Z | Services to change: 1 |
130 | 2024-08-12T20:34:30.419Z | Estimated space available: 155.75 GB |
131 | 2024-08-12T20:34:30.419Z | Estimated space to be consumed: 1.48 GB |
132 | 2024-08-12T20:34:30.419Z | Create boot environment: No |
133 | 2024-08-12T20:34:30.419Z | Create backup boot environment: No |
134 | 2024-08-12T20:34:30.419Z | Rebuild boot archive: No |
135 | 2024-08-12T20:34:30.419Z | |
136 | 2024-08-12T20:34:30.419Z | Changed mediators: |
137 | 2024-08-12T20:34:30.420Z | mediator clang: |
138 | 2024-08-12T20:34:30.420Z | version: None -> 15 (system default) |
139 | 2024-08-12T20:34:30.420Z | |
140 | 2024-08-12T20:34:30.420Z | mediator llvm: |
141 | 2024-08-12T20:34:30.420Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-12T20:34:30.420Z | |
143 | 2024-08-12T20:34:30.420Z | Changed packages: |
144 | 2024-08-12T20:34:30.420Z | helios-dev |
145 | 2024-08-12T20:34:30.420Z | developer/build-essential |
146 | 2024-08-12T20:34:30.420Z | None -> 11-2.0 |
147 | 2024-08-12T20:34:30.420Z | library/libxmlsec1 |
148 | 2024-08-12T20:34:30.420Z | None -> 1.2.35-2.0 |
149 | 2024-08-12T20:34:30.420Z | ooce/developer/clang-15 |
150 | 2024-08-12T20:34:30.420Z | None -> 15.0.7-2.0 |
151 | 2024-08-12T20:34:30.420Z | ooce/developer/llvm-15 |
152 | 2024-08-12T20:34:30.420Z | None -> 15.0.7-2.0 |
153 | 2024-08-12T20:34:30.420Z | |
154 | 2024-08-12T20:34:30.420Z | Services: |
155 | 2024-08-12T20:34:30.420Z | restart_fmri: |
156 | 2024-08-12T20:34:30.420Z | svc:/system/update-man-index:default |
157 | 2024-08-12T20:34:30.461Z | |
158 | 2024-08-12T20:34:30.461Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-12T20:34:35.465Z | Download: 1128/3290 items 32.3/212.6MB 15% complete (6.4M/s) |
160 | 2024-08-12T20:34:40.465Z | Download: 1772/3290 items 118.3/212.6MB 55% complete (11.9M/s) |
161 | 2024-08-12T20:34:45.467Z | Download: 2573/3290 items 120.5/212.6MB 56% complete (9.2M/s) |
162 | 2024-08-12T20:34:50.698Z | Download: 3279/3290 items 208.4/212.6MB 98% complete (9.0M/s) |
163 | 2024-08-12T20:34:53.540Z | Download: Completed 212.60 MB in 23.08 seconds (9.2M/s) |
164 | 2024-08-12T20:34:53.771Z | Actions: 1/3689 actions (Installing new actions) |
165 | 2024-08-12T20:34:58.390Z | Actions: Completed 3689 actions in 4.62 seconds. |
166 | 2024-08-12T20:34:58.541Z | Done (0.145s) |
167 | 2024-08-12T20:34:58.541Z | Done (0.000s) |
168 | 2024-08-12T20:34:58.903Z | Done (0.362s) |
169 | 2024-08-12T20:35:03.320Z | Done (4.254s) |
170 | 2024-08-12T20:35:03.406Z | Done (0.019s) |
171 | 2024-08-12T20:35:03.409Z | Done (0.000s) |
172 | 2024-08-12T20:35:03.615Z | Done (0.000s) |
173 | 2024-08-12T20:35:04.193Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-08-12T20:35:04.355Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-08-12T20:35:04.359Z | Planning: Consolidating action changes ... Done |
176 | 2024-08-12T20:35:04.628Z | Planning: Evaluating mediators ... Done |
177 | 2024-08-12T20:35:04.631Z | Planning: Planning completed in 0.44 seconds |
178 | 2024-08-12T20:35:04.664Z | Mediators to change: 2 |
179 | 2024-08-12T20:35:04.664Z | Create boot environment: No |
180 | 2024-08-12T20:35:04.666Z | Create backup boot environment: No |
181 | 2024-08-12T20:35:04.728Z | Done |
182 | 2024-08-12T20:35:04.728Z | Done |
183 | 2024-08-12T20:35:04.952Z | Done |
184 | 2024-08-12T20:35:08.461Z | Done |
185 | 2024-08-12T20:35:08.547Z | Done |
186 | 2024-08-12T20:35:08.549Z | Done |
187 | 2024-08-12T20:35:08.655Z | Done |
188 | 2024-08-12T20:35:09.254Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-08-12T20:35:09.257Z | Planning: Merging actions ... Done |
190 | 2024-08-12T20:35:09.442Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-08-12T20:35:09.445Z | Planning: Consolidating action changes ... Done |
192 | 2024-08-12T20:35:09.703Z | Planning: Evaluating mediators ... Done |
193 | 2024-08-12T20:35:09.758Z | Planning: Planning completed in 0.74 seconds |
194 | 2024-08-12T20:35:09.792Z | Packages to change: 1 |
195 | 2024-08-12T20:35:09.792Z | Mediators to change: 1 |
196 | 2024-08-12T20:35:09.792Z | Services to change: 1 |
197 | 2024-08-12T20:35:09.795Z | Create boot environment: No |
198 | 2024-08-12T20:35:09.795Z | Create backup boot environment: Yes |
199 | 2024-08-12T20:35:11.660Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2024-08-12T20:35:11.663Z | Actions: Completed 6 actions in 0.00 seconds. |
201 | 2024-08-12T20:35:11.663Z | Done |
202 | 2024-08-12T20:35:11.663Z | Done |
203 | 2024-08-12T20:35:11.737Z | Done |
204 | 2024-08-12T20:35:15.304Z | Done |
205 | 2024-08-12T20:35:15.388Z | Done |
206 | 2024-08-12T20:35:15.391Z | Done |
207 | 2024-08-12T20:35:15.492Z | Done |
208 | 2024-08-12T20:35:15.927Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2024-08-12T20:35:15.927Z | clang system 15 system |
210 | 2024-08-12T20:35:15.927Z | csh system system illumos |
211 | 2024-08-12T20:35:15.927Z | ctags system system illumos |
212 | 2024-08-12T20:35:15.927Z | gcc vendor 12 vendor |
213 | 2024-08-12T20:35:15.927Z | gcc system 10 system |
214 | 2024-08-12T20:35:15.927Z | gcc system 7 system |
215 | 2024-08-12T20:35:15.927Z | go system 1.20 system |
216 | 2024-08-12T20:35:15.928Z | go system 1.19 system |
217 | 2024-08-12T20:35:15.928Z | llvm system 15 system |
218 | 2024-08-12T20:35:15.928Z | llvm system 14 system |
219 | 2024-08-12T20:35:15.928Z | mariadb system 10.6 system |
220 | 2024-08-12T20:35:15.928Z | mta vendor vendor dma |
221 | 2024-08-12T20:35:15.928Z | openjdk system 17 system |
222 | 2024-08-12T20:35:15.928Z | openjdk system 11 system |
223 | 2024-08-12T20:35:15.928Z | openjdk system 1.8 system |
224 | 2024-08-12T20:35:15.928Z | openssl vendor 3 vendor |
225 | 2024-08-12T20:35:15.928Z | perl system 5.36 system |
226 | 2024-08-12T20:35:15.928Z | postgresql system 15 system |
227 | 2024-08-12T20:35:15.928Z | postgresql system 13 system |
228 | 2024-08-12T20:35:15.928Z | python vendor 3 vendor |
229 | 2024-08-12T20:35:15.928Z | python system 2 system |
230 | 2024-08-12T20:35:15.928Z | python3 system 3.11 system |
231 | 2024-08-12T20:35:15.928Z | ruby system 3.0 system |
232 | 2024-08-12T20:35:15.928Z | words vendor vendor american-english |
233 | 2024-08-12T20:35:15.928Z | words system system australian-english |
234 | 2024-08-12T20:35:15.928Z | words system system british-english |
235 | 2024-08-12T20:35:15.928Z | words system system canadian-english |
236 | 2024-08-12T20:35:15.928Z | words system system french |
237 | 2024-08-12T20:35:15.928Z | words system system italian |
238 | 2024-08-12T20:35:15.928Z | words system system ngerman |
239 | 2024-08-12T20:35:15.928Z | words system system ogerman |
240 | 2024-08-12T20:35:15.928Z | words system system spanish |
241 | 2024-08-12T20:35:16.256Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2024-08-12T20:35:16.256Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2024-08-12T20:35:17.977Z | FMRI IFO |
244 | 2024-08-12T20:35:17.977Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2024-08-12T20:35:17.977Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2024-08-12T20:35:17.977Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2024-08-12T20:35:17.977Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2024-08-12T20:35:17.977Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2024-08-12T20:35:17.977Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2024-08-12T20:35:17.977Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
251 | 2024-08-12T20:35:17.978Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2024-08-12T20:35:17.978Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
253 | 2024-08-12T20:35:17.978Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
254 | 2024-08-12T20:35:17.978Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-08-12T20:35:17.978Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
256 | 2024-08-12T20:35:18.555Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
257 | 2024-08-12T20:35:18.797Z | Updating git repository `https://github.com/oxidecomputer/zone` |
258 | 2024-08-12T20:35:19.058Z | Updating crates.io index |
259 | 2024-08-12T20:35:19.061Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
260 | 2024-08-12T20:35:19.949Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
261 | 2024-08-12T20:35:20.639Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
262 | 2024-08-12T20:35:20.855Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
263 | 2024-08-12T20:35:22.341Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
264 | 2024-08-12T20:35:22.598Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
265 | 2024-08-12T20:35:22.849Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
266 | 2024-08-12T20:35:23.998Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
267 | 2024-08-12T20:35:25.968Z | Updating git repository `https://github.com/oxidecomputer/opte` |
268 | 2024-08-12T20:35:26.885Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
269 | 2024-08-12T20:35:27.553Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
270 | 2024-08-12T20:35:28.048Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2024-08-12T20:35:28.348Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
272 | 2024-08-12T20:35:28.604Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
273 | 2024-08-12T20:35:28.889Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
274 | 2024-08-12T20:35:29.163Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
275 | 2024-08-12T20:35:29.401Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
276 | 2024-08-12T20:35:29.604Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
277 | 2024-08-12T20:35:29.870Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
278 | 2024-08-12T20:35:30.198Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
279 | 2024-08-12T20:35:30.485Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
280 | 2024-08-12T20:35:30.753Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
281 | 2024-08-12T20:35:31.159Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
282 | 2024-08-12T20:35:31.589Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
283 | 2024-08-12T20:35:31.931Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
284 | 2024-08-12T20:35:32.431Z | Updating git repository `https://github.com/oxidecomputer/typify` |
285 | 2024-08-12T20:35:34.445Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
286 | 2024-08-12T20:35:34.704Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
287 | 2024-08-12T20:35:34.969Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
288 | 2024-08-12T20:35:35.265Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
289 | 2024-08-12T20:35:36.240Z | Downloading crates ... |
290 | 2024-08-12T20:35:36.307Z | Downloaded colorchoice v1.0.1 |
291 | 2024-08-12T20:35:36.310Z | Downloaded cargo-platform v0.1.8 |
292 | 2024-08-12T20:35:36.313Z | Downloaded byteorder v1.5.0 |
293 | 2024-08-12T20:35:36.313Z | Downloaded block-buffer v0.10.4 |
294 | 2024-08-12T20:35:36.317Z | Downloaded cargo_toml v0.20.4 |
295 | 2024-08-12T20:35:36.320Z | Downloaded bitflags v2.6.0 |
296 | 2024-08-12T20:35:36.323Z | Downloaded anstream v0.6.14 |
297 | 2024-08-12T20:35:36.346Z | Downloaded strsim v0.11.1 |
298 | 2024-08-12T20:35:36.357Z | Downloaded is_terminal_polyfill v1.70.0 |
299 | 2024-08-12T20:35:36.360Z | Downloaded generic-array v0.14.7 |
300 | 2024-08-12T20:35:36.360Z | Downloaded anstyle-parse v0.2.4 |
301 | 2024-08-12T20:35:36.363Z | Downloaded thiserror-impl v1.0.63 |
302 | 2024-08-12T20:35:36.366Z | Downloaded serde_tokenstream v0.2.1 |
303 | 2024-08-12T20:35:36.369Z | Downloaded dof v0.3.0 |
304 | 2024-08-12T20:35:36.369Z | Downloaded pest_generator v2.7.10 |
305 | 2024-08-12T20:35:36.372Z | Downloaded fnv v1.0.7 |
306 | 2024-08-12T20:35:36.378Z | Downloaded toml_datetime v0.6.8 |
307 | 2024-08-12T20:35:36.381Z | Downloaded plain v0.2.3 |
308 | 2024-08-12T20:35:36.381Z | Downloaded heck v0.5.0 |
309 | 2024-08-12T20:35:36.383Z | Downloaded crypto-common v0.1.6 |
310 | 2024-08-12T20:35:36.384Z | Downloaded utf8parse v0.2.1 |
311 | 2024-08-12T20:35:36.384Z | Downloaded usdt-impl v0.5.0 |
312 | 2024-08-12T20:35:36.386Z | Downloaded tabled_derive v0.7.0 |
313 | 2024-08-12T20:35:36.386Z | Downloaded scroll v0.12.0 |
314 | 2024-08-12T20:35:36.392Z | Downloaded usdt-attr-macro v0.5.0 |
315 | 2024-08-12T20:35:36.395Z | Downloaded equivalent v1.0.1 |
316 | 2024-08-12T20:35:36.398Z | Downloaded usdt-macro v0.5.0 |
317 | 2024-08-12T20:35:36.401Z | Downloaded swrite v0.1.0 |
318 | 2024-08-12T20:35:36.401Z | Downloaded scroll_derive v0.12.0 |
319 | 2024-08-12T20:35:36.403Z | Downloaded usdt v0.5.0 |
320 | 2024-08-12T20:35:36.403Z | Downloaded clap_lex v0.7.0 |
321 | 2024-08-12T20:35:36.408Z | Downloaded bytecount v0.6.8 |
322 | 2024-08-12T20:35:36.408Z | Downloaded autocfg v1.3.0 |
323 | 2024-08-12T20:35:36.411Z | Downloaded anstyle-query v1.0.3 |
324 | 2024-08-12T20:35:36.411Z | Downloaded anstyle v1.0.8 |
325 | 2024-08-12T20:35:36.411Z | Downloaded fs-err v2.11.0 |
326 | 2024-08-12T20:35:36.415Z | Downloaded cfg-if v1.0.0 |
327 | 2024-08-12T20:35:36.415Z | Downloaded dtrace-parser v0.2.0 |
328 | 2024-08-12T20:35:36.415Z | Downloaded clap_derive v4.5.13 |
329 | 2024-08-12T20:35:36.419Z | Downloaded thread-id v4.2.1 |
330 | 2024-08-12T20:35:36.422Z | Downloaded proc-macro-error v1.0.4 |
331 | 2024-08-12T20:35:36.433Z | Downloaded once_cell v1.19.0 |
332 | 2024-08-12T20:35:36.439Z | Downloaded heck v0.4.1 |
333 | 2024-08-12T20:35:36.442Z | Downloaded anyhow v1.0.86 |
334 | 2024-08-12T20:35:36.445Z | Downloaded terminal_size v0.3.0 |
335 | 2024-08-12T20:35:36.448Z | Downloaded itoa v1.0.11 |
336 | 2024-08-12T20:35:36.448Z | Downloaded digest v0.10.7 |
337 | 2024-08-12T20:35:36.448Z | Downloaded serde_spanned v0.6.7 |
338 | 2024-08-12T20:35:36.450Z | Downloaded memmap v0.7.0 |
339 | 2024-08-12T20:35:36.450Z | Downloaded proc-macro-error-attr v1.0.4 |
340 | 2024-08-12T20:35:36.453Z | Downloaded macaddr v1.0.1 |
341 | 2024-08-12T20:35:36.454Z | Downloaded errno v0.3.9 |
342 | 2024-08-12T20:35:36.456Z | Downloaded cpufeatures v0.2.12 |
343 | 2024-08-12T20:35:36.456Z | Downloaded thiserror v1.0.63 |
344 | 2024-08-12T20:35:36.459Z | Downloaded camino v1.1.7 |
345 | 2024-08-12T20:35:36.463Z | Downloaded pretty-hex v0.4.1 |
346 | 2024-08-12T20:35:36.466Z | Downloaded typenum v1.17.0 |
347 | 2024-08-12T20:35:36.469Z | Downloaded quote v1.0.36 |
348 | 2024-08-12T20:35:36.471Z | Downloaded sha2 v0.10.8 |
349 | 2024-08-12T20:35:36.474Z | Downloaded unicode-ident v1.0.12 |
350 | 2024-08-12T20:35:36.477Z | Downloaded semver v1.0.23 |
351 | 2024-08-12T20:35:36.480Z | Downloaded proc-macro2 v1.0.86 |
352 | 2024-08-12T20:35:36.483Z | Downloaded toml v0.8.19 |
353 | 2024-08-12T20:35:36.485Z | Downloaded version_check v0.9.5 |
354 | 2024-08-12T20:35:36.485Z | Downloaded cargo_metadata v0.18.1 |
355 | 2024-08-12T20:35:36.495Z | Downloaded pest_derive v2.7.10 |
356 | 2024-08-12T20:35:36.498Z | Downloaded clap v4.5.13 |
357 | 2024-08-12T20:35:36.505Z | Downloaded serde_derive v1.0.205 |
358 | 2024-08-12T20:35:36.508Z | Downloaded log v0.4.21 |
359 | 2024-08-12T20:35:36.520Z | Downloaded pest_meta v2.7.10 |
360 | 2024-08-12T20:35:36.522Z | Downloaded papergrid v0.11.0 |
361 | 2024-08-12T20:35:36.526Z | Downloaded zerocopy-derive v0.7.34 |
362 | 2024-08-12T20:35:36.530Z | Downloaded ucd-trie v0.1.6 |
363 | 2024-08-12T20:35:36.532Z | Downloaded ryu v1.0.18 |
364 | 2024-08-12T20:35:36.547Z | Downloaded memchr v2.7.2 |
365 | 2024-08-12T20:35:36.557Z | Downloaded indexmap v2.3.0 |
366 | 2024-08-12T20:35:36.563Z | Downloaded serde v1.0.205 |
367 | 2024-08-12T20:35:36.584Z | Downloaded toml_edit v0.22.20 |
368 | 2024-08-12T20:35:36.605Z | Downloaded pest v2.7.10 |
369 | 2024-08-12T20:35:36.610Z | Downloaded hashbrown v0.14.5 |
370 | 2024-08-12T20:35:36.627Z | Downloaded zerocopy v0.7.34 |
371 | 2024-08-12T20:35:36.641Z | Downloaded winnow v0.6.18 |
372 | 2024-08-12T20:35:36.650Z | Downloaded serde_json v1.0.122 |
373 | 2024-08-12T20:35:36.656Z | Downloaded clap_builder v4.5.13 |
374 | 2024-08-12T20:35:36.667Z | Downloaded tabled v0.15.0 |
375 | 2024-08-12T20:35:36.683Z | Downloaded goblin v0.8.2 |
376 | 2024-08-12T20:35:36.697Z | Downloaded syn v2.0.72 |
377 | 2024-08-12T20:35:36.709Z | Downloaded syn v1.0.109 |
378 | 2024-08-12T20:35:36.718Z | Downloaded rustix v0.38.34 |
379 | 2024-08-12T20:35:36.740Z | Downloaded unicode-width v0.1.13 |
380 | 2024-08-12T20:35:36.769Z | Downloaded libc v0.2.155 |
381 | 2024-08-12T20:35:37.059Z | Compiling proc-macro2 v1.0.86 |
382 | 2024-08-12T20:35:37.059Z | Compiling unicode-ident v1.0.12 |
383 | 2024-08-12T20:35:37.062Z | Compiling version_check v0.9.5 |
384 | 2024-08-12T20:35:37.062Z | Compiling serde v1.0.205 |
385 | 2024-08-12T20:35:37.062Z | Compiling thiserror v1.0.63 |
386 | 2024-08-12T20:35:37.062Z | Compiling memchr v2.7.2 |
387 | 2024-08-12T20:35:37.062Z | Compiling libc v0.2.155 |
388 | 2024-08-12T20:35:37.091Z | Compiling itoa v1.0.11 |
389 | 2024-08-12T20:35:37.337Z | Compiling ucd-trie v0.1.6 |
390 | 2024-08-12T20:35:37.362Z | Compiling ryu v1.0.18 |
391 | 2024-08-12T20:35:37.697Z | Compiling once_cell v1.19.0 |
392 | 2024-08-12T20:35:37.907Z | Compiling byteorder v1.5.0 |
393 | 2024-08-12T20:35:37.977Z | Compiling serde_json v1.0.122 |
394 | 2024-08-12T20:35:38.348Z | Compiling proc-macro-error-attr v1.0.4 |
395 | 2024-08-12T20:35:38.370Z | Compiling usdt-impl v0.5.0 |
396 | 2024-08-12T20:35:38.392Z | Compiling syn v1.0.109 |
397 | 2024-08-12T20:35:38.469Z | Compiling rustix v0.38.34 |
398 | 2024-08-12T20:35:38.724Z | Compiling proc-macro-error v1.0.4 |
399 | 2024-08-12T20:35:38.773Z | Compiling quote v1.0.36 |
400 | 2024-08-12T20:35:38.865Z | Compiling bitflags v2.6.0 |
401 | 2024-08-12T20:35:39.049Z | Compiling utf8parse v0.2.1 |
402 | 2024-08-12T20:35:39.071Z | Compiling plain v0.2.3 |
403 | 2024-08-12T20:35:39.215Z | Compiling syn v2.0.72 |
404 | 2024-08-12T20:35:39.237Z | Compiling log v0.4.21 |
405 | 2024-08-12T20:35:39.281Z | Compiling hashbrown v0.14.5 |
406 | 2024-08-12T20:35:39.384Z | Compiling errno v0.3.9 |
407 | 2024-08-12T20:35:39.497Z | Compiling thread-id v4.2.1 |
408 | 2024-08-12T20:35:39.519Z | Compiling equivalent v1.0.1 |
409 | 2024-08-12T20:35:39.636Z | Compiling anstyle-parse v0.2.4 |
410 | 2024-08-12T20:35:39.815Z | Compiling semver v1.0.23 |
411 | 2024-08-12T20:35:39.942Z | Compiling winnow v0.6.18 |
412 | 2024-08-12T20:35:40.042Z | Compiling anstyle v1.0.8 |
413 | 2024-08-12T20:35:40.341Z | Compiling is_terminal_polyfill v1.70.0 |
414 | 2024-08-12T20:35:40.502Z | Compiling autocfg v1.3.0 |
415 | 2024-08-12T20:35:40.543Z | Compiling indexmap v2.3.0 |
416 | 2024-08-12T20:35:40.628Z | Compiling camino v1.1.7 |
417 | 2024-08-12T20:35:40.652Z | Compiling colorchoice v1.0.1 |
418 | 2024-08-12T20:35:40.823Z | Compiling pretty-hex v0.4.1 |
419 | 2024-08-12T20:35:41.048Z | Compiling anstyle-query v1.0.3 |
420 | 2024-08-12T20:35:41.203Z | Compiling anstream v0.6.14 |
421 | 2024-08-12T20:35:41.206Z | Compiling terminal_size v0.3.0 |
422 | 2024-08-12T20:35:41.540Z | Compiling fs-err v2.11.0 |
423 | 2024-08-12T20:35:41.602Z | Compiling clap_lex v0.7.0 |
424 | 2024-08-12T20:35:41.625Z | Compiling strsim v0.11.1 |
425 | 2024-08-12T20:35:41.829Z | Compiling anyhow v1.0.86 |
426 | 2024-08-12T20:35:41.923Z | Compiling heck v0.4.1 |
427 | 2024-08-12T20:35:42.003Z | Compiling unicode-width v0.1.13 |
428 | 2024-08-12T20:35:42.092Z | Compiling bytecount v0.6.8 |
429 | 2024-08-12T20:35:42.241Z | Compiling heck v0.5.0 |
430 | 2024-08-12T20:35:42.306Z | Compiling fnv v1.0.7 |
431 | 2024-08-12T20:35:42.397Z | Compiling clap_builder v4.5.13 |
432 | 2024-08-12T20:35:42.440Z | Compiling papergrid v0.11.0 |
433 | 2024-08-12T20:35:42.752Z | Compiling memmap v0.7.0 |
434 | 2024-08-12T20:35:43.301Z | Compiling swrite v0.1.0 |
435 | 2024-08-12T20:35:44.856Z | Compiling tabled_derive v0.7.0 |
436 | 2024-08-12T20:35:46.415Z | Compiling tabled v0.15.0 |
437 | 2024-08-12T20:35:47.835Z | Compiling serde_derive v1.0.205 |
438 | 2024-08-12T20:35:47.835Z | Compiling thiserror-impl v1.0.63 |
439 | 2024-08-12T20:35:47.841Z | Compiling zerocopy-derive v0.7.34 |
440 | 2024-08-12T20:35:47.841Z | Compiling scroll_derive v0.12.0 |
441 | 2024-08-12T20:35:47.880Z | Compiling clap_derive v4.5.13 |
442 | 2024-08-12T20:35:49.274Z | Compiling scroll v0.12.0 |
443 | 2024-08-12T20:35:49.722Z | Compiling goblin v0.8.2 |
444 | 2024-08-12T20:35:49.765Z | Compiling zerocopy v0.7.34 |
445 | 2024-08-12T20:35:50.442Z | Compiling pest v2.7.10 |
446 | 2024-08-12T20:35:51.929Z | Compiling clap v4.5.13 |
447 | 2024-08-12T20:35:52.627Z | Compiling pest_meta v2.7.10 |
448 | 2024-08-12T20:35:53.406Z | Compiling pest_generator v2.7.10 |
449 | 2024-08-12T20:35:55.346Z | Compiling pest_derive v2.7.10 |
450 | 2024-08-12T20:35:56.068Z | Compiling dtrace-parser v0.2.0 |
451 | 2024-08-12T20:35:57.953Z | Compiling serde_tokenstream v0.2.1 |
452 | 2024-08-12T20:35:57.988Z | Compiling toml_datetime v0.6.8 |
453 | 2024-08-12T20:35:57.988Z | Compiling serde_spanned v0.6.7 |
454 | 2024-08-12T20:35:58.243Z | Compiling cargo-platform v0.1.8 |
455 | 2024-08-12T20:35:58.346Z | Compiling toml_edit v0.22.20 |
456 | 2024-08-12T20:35:58.488Z | Compiling macaddr v1.0.1 |
457 | 2024-08-12T20:35:59.323Z | Compiling dof v0.3.0 |
458 | 2024-08-12T20:35:59.384Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-08-12T20:36:01.071Z | Compiling usdt-macro v0.5.0 |
460 | 2024-08-12T20:36:01.071Z | Compiling usdt-attr-macro v0.5.0 |
461 | 2024-08-12T20:36:01.178Z | Compiling toml v0.8.19 |
462 | 2024-08-12T20:36:02.031Z | Compiling cargo_toml v0.20.4 |
463 | 2024-08-12T20:36:02.479Z | Compiling usdt v0.5.0 |
464 | 2024-08-12T20:36:05.702Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-08-12T20:36:09.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.12s |
466 | 2024-08-12T20:36:09.696Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-08-12T20:36:10.227Z | Downloading crates ... |
468 | 2024-08-12T20:36:10.348Z | Downloaded addr2line v0.21.0 |
469 | 2024-08-12T20:36:10.356Z | Downloaded assert_matches v1.5.0 |
470 | 2024-08-12T20:36:10.361Z | Downloaded atty v0.2.14 |
471 | 2024-08-12T20:36:10.363Z | Downloaded indent_write v2.2.0 |
472 | 2024-08-12T20:36:10.368Z | Downloaded inout v0.1.3 |
473 | 2024-08-12T20:36:10.372Z | Downloaded async-stream-impl v0.3.5 |
474 | 2024-08-12T20:36:10.374Z | Downloaded num-conv v0.1.0 |
475 | 2024-08-12T20:36:10.374Z | Downloaded match_cfg v0.1.0 |
476 | 2024-08-12T20:36:10.377Z | Downloaded normalize-line-endings v0.3.0 |
477 | 2024-08-12T20:36:10.377Z | Downloaded new_debug_unreachable v1.0.6 |
478 | 2024-08-12T20:36:10.380Z | Downloaded arc-swap v1.7.1 |
479 | 2024-08-12T20:36:10.383Z | Downloaded opaque-debug v0.3.1 |
480 | 2024-08-12T20:36:10.383Z | Downloaded openssl-probe v0.1.5 |
481 | 2024-08-12T20:36:10.386Z | Downloaded darling_macro v0.20.9 |
482 | 2024-08-12T20:36:10.386Z | Downloaded async-stream v0.3.5 |
483 | 2024-08-12T20:36:10.386Z | Downloaded is-terminal v0.4.12 |
484 | 2024-08-12T20:36:10.390Z | Downloaded nodrop v0.1.14 |
485 | 2024-08-12T20:36:10.390Z | Downloaded atomicwrites v0.4.3 |
486 | 2024-08-12T20:36:10.393Z | Downloaded atomic-waker v1.1.2 |
487 | 2024-08-12T20:36:10.393Z | Downloaded num_threads v0.1.7 |
488 | 2024-08-12T20:36:10.393Z | Downloaded bit-vec v0.6.3 |
489 | 2024-08-12T20:36:10.396Z | Downloaded num-integer v0.1.46 |
490 | 2024-08-12T20:36:10.399Z | Downloaded cexpr v0.6.0 |
491 | 2024-08-12T20:36:10.399Z | Downloaded cassowary v0.3.0 |
492 | 2024-08-12T20:36:10.402Z | Downloaded nanorand v0.7.0 |
493 | 2024-08-12T20:36:10.404Z | Downloaded num_enum_derive v0.5.11 |
494 | 2024-08-12T20:36:10.405Z | Downloaded crc-catalog v2.4.0 |
495 | 2024-08-12T20:36:10.407Z | Downloaded olpc-cjson v0.1.3 |
496 | 2024-08-12T20:36:10.407Z | Downloaded chacha20 v0.9.1 |
497 | 2024-08-12T20:36:10.410Z | Downloaded bitfield-struct v0.6.1 |
498 | 2024-08-12T20:36:10.410Z | Downloaded newtype-uuid v1.1.0 |
499 | 2024-08-12T20:36:10.414Z | Downloaded mime v0.3.17 |
500 | 2024-08-12T20:36:10.414Z | Downloaded multer v3.1.0 |
501 | 2024-08-12T20:36:10.417Z | Downloaded packed_struct_codegen v0.10.1 |
502 | 2024-08-12T20:36:10.420Z | Downloaded defmt-macros v0.3.9 |
503 | 2024-08-12T20:36:10.425Z | Downloaded parse-display-derive v0.9.1 |
504 | 2024-08-12T20:36:10.425Z | Downloaded openssl-macros v0.1.1 |
505 | 2024-08-12T20:36:10.428Z | Downloaded number_prefix v0.4.0 |
506 | 2024-08-12T20:36:10.428Z | Downloaded matches v0.1.10 |
507 | 2024-08-12T20:36:10.428Z | Downloaded cfg_aliases v0.1.1 |
508 | 2024-08-12T20:36:10.428Z | Downloaded ipnet v2.9.0 |
509 | 2024-08-12T20:36:10.431Z | Downloaded instant v0.1.12 |
510 | 2024-08-12T20:36:10.434Z | Downloaded bitstruct_derive v0.1.0 |
511 | 2024-08-12T20:36:10.434Z | Downloaded libefi-sys v0.1.0 |
512 | 2024-08-12T20:36:10.434Z | Downloaded crunchy v0.2.2 |
513 | 2024-08-12T20:36:10.437Z | Downloaded password-hash v0.5.0 |
514 | 2024-08-12T20:36:10.440Z | Downloaded is_ci v1.2.0 |
515 | 2024-08-12T20:36:10.440Z | Downloaded cstr-argument v0.1.2 |
516 | 2024-08-12T20:36:10.443Z | Downloaded maybe-uninit v2.0.0 |
517 | 2024-08-12T20:36:10.443Z | Downloaded newtype_derive v0.1.6 |
518 | 2024-08-12T20:36:10.446Z | Downloaded newline-converter v0.3.0 |
519 | 2024-08-12T20:36:10.449Z | Downloaded arrayvec v0.7.4 |
520 | 2024-08-12T20:36:10.452Z | Downloaded oso-derive v0.27.3 |
521 | 2024-08-12T20:36:10.452Z | Downloaded strum v0.26.3 |
522 | 2024-08-12T20:36:10.454Z | Downloaded parse-size v1.0.0 |
523 | 2024-08-12T20:36:10.454Z | Downloaded buf-list v1.0.3 |
524 | 2024-08-12T20:36:10.458Z | Downloaded num-rational v0.4.2 |
525 | 2024-08-12T20:36:10.461Z | Downloaded siphasher v0.3.11 |
526 | 2024-08-12T20:36:10.461Z | Downloaded darling v0.20.9 |
527 | 2024-08-12T20:36:10.465Z | Downloaded tinyvec_macros v0.1.1 |
528 | 2024-08-12T20:36:10.467Z | Downloaded parking_lot_core v0.9.10 |
529 | 2024-08-12T20:36:10.470Z | Downloaded owo-colors v4.0.0 |
530 | 2024-08-12T20:36:10.473Z | Downloaded memmap2 v0.9.4 |
531 | 2024-08-12T20:36:10.476Z | Downloaded ascii v1.1.0 |
532 | 2024-08-12T20:36:10.479Z | Downloaded parking_lot v0.12.2 |
533 | 2024-08-12T20:36:10.479Z | Downloaded downcast v0.11.0 |
534 | 2024-08-12T20:36:10.481Z | Downloaded display-error-chain v0.2.0 |
535 | 2024-08-12T20:36:10.484Z | Downloaded endian-type v0.1.2 |
536 | 2024-08-12T20:36:10.484Z | Downloaded num-derive v0.4.2 |
537 | 2024-08-12T20:36:10.487Z | Downloaded md-5 v0.10.6 |
538 | 2024-08-12T20:36:10.489Z | Downloaded ciborium-ll v0.2.2 |
539 | 2024-08-12T20:36:10.489Z | Downloaded block-padding v0.3.3 |
540 | 2024-08-12T20:36:10.493Z | Downloaded num_enum v0.5.11 |
541 | 2024-08-12T20:36:10.496Z | Downloaded crossbeam-deque v0.8.5 |
542 | 2024-08-12T20:36:10.499Z | Downloaded packed_struct v0.10.1 |
543 | 2024-08-12T20:36:10.502Z | Downloaded oso v0.27.3 |
544 | 2024-08-12T20:36:10.505Z | Downloaded data-encoding v2.6.0 |
545 | 2024-08-12T20:36:10.507Z | Downloaded psl-types v2.0.11 |
546 | 2024-08-12T20:36:10.508Z | Downloaded precomputed-hash v0.1.1 |
547 | 2024-08-12T20:36:10.512Z | Downloaded strum_macros v0.24.3 |
548 | 2024-08-12T20:36:10.514Z | Downloaded derive_builder_macro v0.20.0 |
549 | 2024-08-12T20:36:10.514Z | Downloaded thiserror-no-std v2.0.2 |
550 | 2024-08-12T20:36:10.517Z | Downloaded mockall_derive v0.13.0 |
551 | 2024-08-12T20:36:10.520Z | Downloaded num-complex v0.4.6 |
552 | 2024-08-12T20:36:10.521Z | Downloaded quick-error v1.2.3 |
553 | 2024-08-12T20:36:10.523Z | Downloaded cookie v0.18.1 |
554 | 2024-08-12T20:36:10.528Z | Downloaded impl-trait-for-tuples v0.2.2 |
555 | 2024-08-12T20:36:10.531Z | Downloaded same-file v1.0.6 |
556 | 2024-08-12T20:36:10.531Z | Downloaded crossbeam-utils v0.8.19 |
557 | 2024-08-12T20:36:10.534Z | Downloaded erased-serde v0.3.31 |
558 | 2024-08-12T20:36:10.536Z | Downloaded phf_shared v0.10.0 |
559 | 2024-08-12T20:36:10.536Z | Downloaded tiny-keccak v2.0.2 |
560 | 2024-08-12T20:36:10.539Z | Downloaded structmeta-derive v0.2.0 |
561 | 2024-08-12T20:36:10.542Z | Downloaded parse-display v0.9.1 |
562 | 2024-08-12T20:36:10.542Z | Downloaded nu-ansi-term v0.50.0 |
563 | 2024-08-12T20:36:10.544Z | Downloaded termtree v0.4.1 |
564 | 2024-08-12T20:36:10.544Z | Downloaded parking_lot_core v0.8.6 |
565 | 2024-08-12T20:36:10.547Z | Downloaded pem v3.0.4 |
566 | 2024-08-12T20:36:10.550Z | Downloaded indexmap v1.9.3 |
567 | 2024-08-12T20:36:10.552Z | Downloaded hyper-staticfile v0.9.5 |
568 | 2024-08-12T20:36:10.555Z | Downloaded ppv-lite86 v0.2.17 |
569 | 2024-08-12T20:36:10.555Z | Downloaded bcs v0.1.6 |
570 | 2024-08-12T20:36:10.558Z | Downloaded base64ct v1.6.0 |
571 | 2024-08-12T20:36:10.561Z | Downloaded backoff v0.4.0 |
572 | 2024-08-12T20:36:10.563Z | Downloaded omicron-zone-package v0.11.0 |
573 | 2024-08-12T20:36:10.567Z | Downloaded csv-core v0.1.11 |
574 | 2024-08-12T20:36:10.570Z | Downloaded diesel_table_macro_syntax v0.2.0 |
575 | 2024-08-12T20:36:10.573Z | Downloaded cookie v0.17.0 |
576 | 2024-08-12T20:36:10.576Z | Downloaded vte v0.11.1 |
577 | 2024-08-12T20:36:10.579Z | Downloaded serde_plain v1.0.2 |
578 | 2024-08-12T20:36:10.579Z | Downloaded base64 v0.13.1 |
579 | 2024-08-12T20:36:10.581Z | Downloaded path-slash v0.1.5 |
580 | 2024-08-12T20:36:10.584Z | Downloaded fragile v2.0.0 |
581 | 2024-08-12T20:36:10.587Z | Downloaded spki v0.7.3 |
582 | 2024-08-12T20:36:10.589Z | Downloaded env_logger v0.9.3 |
583 | 2024-08-12T20:36:10.592Z | Downloaded strum_macros v0.26.4 |
584 | 2024-08-12T20:36:10.595Z | Downloaded slog-dtrace v0.3.0 |
585 | 2024-08-12T20:36:10.595Z | Downloaded termcolor v1.4.1 |
586 | 2024-08-12T20:36:10.600Z | Downloaded hostname v0.3.1 |
587 | 2024-08-12T20:36:10.600Z | Downloaded termios v0.3.3 |
588 | 2024-08-12T20:36:10.602Z | Downloaded sigpipe v0.1.3 |
589 | 2024-08-12T20:36:10.602Z | Downloaded phf_shared v0.11.2 |
590 | 2024-08-12T20:36:10.602Z | Downloaded minimal-lexical v0.2.1 |
591 | 2024-08-12T20:36:10.606Z | Downloaded topological-sort v0.2.2 |
592 | 2024-08-12T20:36:10.609Z | Downloaded hubpack_derive v0.1.1 |
593 | 2024-08-12T20:36:10.609Z | Downloaded untrusted v0.9.0 |
594 | 2024-08-12T20:36:10.611Z | Downloaded pretty-hex v0.2.1 |
595 | 2024-08-12T20:36:10.614Z | Downloaded mio v0.8.11 |
596 | 2024-08-12T20:36:10.618Z | Downloaded smawk v0.3.2 |
597 | 2024-08-12T20:36:10.620Z | Downloaded spin v0.5.2 |
598 | 2024-08-12T20:36:10.623Z | Downloaded zerocopy v0.6.6 |
599 | 2024-08-12T20:36:10.625Z | Downloaded serde_arrays v0.1.0 |
600 | 2024-08-12T20:36:10.628Z | Downloaded tracing-attributes v0.1.27 |
601 | 2024-08-12T20:36:10.631Z | Downloaded supports-color v3.0.0 |
602 | 2024-08-12T20:36:10.631Z | Downloaded crc-any v2.5.0 |
603 | 2024-08-12T20:36:10.633Z | Downloaded ciborium v0.2.2 |
604 | 2024-08-12T20:36:10.636Z | Downloaded foreign-types-shared v0.1.1 |
605 | 2024-08-12T20:36:10.640Z | Downloaded console v0.15.8 |
606 | 2024-08-12T20:36:10.643Z | Downloaded float-ord v0.3.2 |
607 | 2024-08-12T20:36:10.643Z | Downloaded rand_chacha v0.3.1 |
608 | 2024-08-12T20:36:10.645Z | Downloaded radium v0.7.0 |
609 | 2024-08-12T20:36:10.648Z | Downloaded futures-channel v0.3.30 |
610 | 2024-08-12T20:36:10.648Z | Downloaded funty v2.0.0 |
611 | 2024-08-12T20:36:10.651Z | Downloaded derive_builder_core v0.20.0 |
612 | 2024-08-12T20:36:10.651Z | Downloaded peg v0.8.4 |
613 | 2024-08-12T20:36:10.656Z | Downloaded paste v1.0.15 |
614 | 2024-08-12T20:36:10.659Z | Downloaded shell-words v1.1.0 |
615 | 2024-08-12T20:36:10.662Z | Downloaded signal-hook-tokio v0.3.1 |
616 | 2024-08-12T20:36:10.662Z | Downloaded schemars_derive v0.8.21 |
617 | 2024-08-12T20:36:10.665Z | Downloaded hyper-rustls v0.24.2 |
618 | 2024-08-12T20:36:10.668Z | Downloaded scheduled-thread-pool v0.2.7 |
619 | 2024-08-12T20:36:10.670Z | Downloaded vte_generate_state_changes v0.1.1 |
620 | 2024-08-12T20:36:10.670Z | Downloaded tinyvec v1.6.0 |
621 | 2024-08-12T20:36:10.673Z | Downloaded subtle v2.5.0 |
622 | 2024-08-12T20:36:10.676Z | Downloaded float-cmp v0.9.0 |
623 | 2024-08-12T20:36:10.676Z | Downloaded flagset v0.4.5 |
624 | 2024-08-12T20:36:10.678Z | Downloaded fixedbitset v0.4.2 |
625 | 2024-08-12T20:36:10.681Z | Downloaded spin v0.9.8 |
626 | 2024-08-12T20:36:10.684Z | Downloaded structmeta v0.3.0 |
627 | 2024-08-12T20:36:10.684Z | Downloaded futures-sink v0.3.30 |
628 | 2024-08-12T20:36:10.686Z | Downloaded blake2 v0.10.6 |
629 | 2024-08-12T20:36:10.690Z | Downloaded slog-async v2.8.0 |
630 | 2024-08-12T20:36:10.692Z | Downloaded fxhash v0.2.1 |
631 | 2024-08-12T20:36:10.693Z | Downloaded signature v2.2.0 |
632 | 2024-08-12T20:36:10.693Z | Downloaded serde_derive_internals v0.29.1 |
633 | 2024-08-12T20:36:10.695Z | Downloaded sct v0.7.1 |
634 | 2024-08-12T20:36:10.698Z | Downloaded test-strategy v0.3.1 |
635 | 2024-08-12T20:36:10.703Z | Downloaded vsss-rs v3.3.4 |
636 | 2024-08-12T20:36:10.706Z | Downloaded ref-cast v1.0.23 |
637 | 2024-08-12T20:36:10.709Z | Downloaded try-lock v0.2.5 |
638 | 2024-08-12T20:36:10.712Z | Downloaded zone_cfg_derive v0.1.2 |
639 | 2024-08-12T20:36:10.712Z | Downloaded rtoolbox v0.0.2 |
640 | 2024-08-12T20:36:10.715Z | Downloaded static_assertions v1.1.0 |
641 | 2024-08-12T20:36:10.715Z | Downloaded tokio-tungstenite v0.21.0 |
642 | 2024-08-12T20:36:10.718Z | Downloaded time-core v0.1.2 |
643 | 2024-08-12T20:36:10.721Z | Downloaded snafu-derive v0.8.2 |
644 | 2024-08-12T20:36:10.721Z | Downloaded tokio-native-tls v0.3.1 |
645 | 2024-08-12T20:36:10.724Z | Downloaded thread_local v1.1.8 |
646 | 2024-08-12T20:36:10.726Z | Downloaded tokio-stream v0.1.15 |
647 | 2024-08-12T20:36:10.730Z | Downloaded tokio-macros v2.3.0 |
648 | 2024-08-12T20:36:10.732Z | Downloaded waitgroup v0.1.2 |
649 | 2024-08-12T20:36:10.735Z | Downloaded serde-big-array v0.5.1 |
650 | 2024-08-12T20:36:10.735Z | Downloaded ff v0.13.0 |
651 | 2024-08-12T20:36:10.738Z | Downloaded dyn-clone v1.0.17 |
652 | 2024-08-12T20:36:10.741Z | Downloaded num-bigint v0.4.5 |
653 | 2024-08-12T20:36:10.744Z | Downloaded proc-macro-crate v1.3.1 |
654 | 2024-08-12T20:36:10.747Z | Downloaded getopts v0.2.21 |
655 | 2024-08-12T20:36:10.749Z | Downloaded sqlparser_derive v0.2.2 |
656 | 2024-08-12T20:36:10.749Z | Downloaded gethostname v0.5.0 |
657 | 2024-08-12T20:36:10.760Z | Downloaded powerfmt v0.2.0 |
658 | 2024-08-12T20:36:10.763Z | Downloaded structmeta v0.2.0 |
659 | 2024-08-12T20:36:10.766Z | Downloaded slog v2.7.0 |
660 | 2024-08-12T20:36:10.769Z | Downloaded const_format v0.2.32 |
661 | 2024-08-12T20:36:10.773Z | Downloaded publicsuffix v2.2.3 |
662 | 2024-08-12T20:36:10.776Z | Downloaded take_mut v0.2.2 |
663 | 2024-08-12T20:36:10.779Z | Downloaded sync_wrapper v0.1.2 |
664 | 2024-08-12T20:36:10.779Z | Downloaded diff v0.1.13 |
665 | 2024-08-12T20:36:10.782Z | Downloaded fd-lock v4.0.2 |
666 | 2024-08-12T20:36:10.785Z | Downloaded http-range v0.1.5 |
667 | 2024-08-12T20:36:10.788Z | Downloaded uzers v0.11.3 |
668 | 2024-08-12T20:36:10.790Z | Downloaded humantime v2.1.0 |
669 | 2024-08-12T20:36:10.793Z | Downloaded ron v0.8.1 |
670 | 2024-08-12T20:36:10.797Z | Downloaded ref-cast-impl v1.0.23 |
671 | 2024-08-12T20:36:10.800Z | Downloaded foreign-types v0.3.2 |
672 | 2024-08-12T20:36:10.800Z | Downloaded hostname v0.4.0 |
673 | 2024-08-12T20:36:10.804Z | Downloaded rustversion v1.0.17 |
674 | 2024-08-12T20:36:10.807Z | Downloaded pkcs8 v0.10.2 |
675 | 2024-08-12T20:36:10.809Z | Downloaded http-body v0.4.6 |
676 | 2024-08-12T20:36:10.812Z | Downloaded scopeguard v1.2.0 |
677 | 2024-08-12T20:36:10.812Z | Downloaded rustls-pki-types v1.7.0 |
678 | 2024-08-12T20:36:10.815Z | Downloaded trust-dns-client v0.22.0 |
679 | 2024-08-12T20:36:10.820Z | Downloaded slab v0.4.9 |
680 | 2024-08-12T20:36:10.823Z | Downloaded headers-core v0.2.0 |
681 | 2024-08-12T20:36:10.825Z | Downloaded dirs-sys-next v0.1.2 |
682 | 2024-08-12T20:36:10.825Z | Downloaded dsl_auto_type v0.1.2 |
683 | 2024-08-12T20:36:10.828Z | Downloaded deranged v0.3.11 |
684 | 2024-08-12T20:36:10.828Z | Downloaded tui-tree-widget v0.21.0 |
685 | 2024-08-12T20:36:10.831Z | Downloaded utf-8 v0.7.6 |
686 | 2024-08-12T20:36:10.831Z | Downloaded toolchain_find v0.4.0 |
687 | 2024-08-12T20:36:10.834Z | Downloaded portpicker v0.1.1 |
688 | 2024-08-12T20:36:10.834Z | Downloaded tabwriter v1.4.0 |
689 | 2024-08-12T20:36:10.836Z | Downloaded sqlformat v0.2.4 |
690 | 2024-08-12T20:36:10.839Z | Downloaded rustfmt-wrapper v0.2.1 |
691 | 2024-08-12T20:36:10.839Z | Downloaded futures-task v0.3.30 |
692 | 2024-08-12T20:36:10.842Z | Downloaded embedded-io v0.4.0 |
693 | 2024-08-12T20:36:10.842Z | Downloaded wait-timeout v0.2.0 |
694 | 2024-08-12T20:36:10.844Z | Downloaded unsafe-libyaml v0.2.11 |
695 | 2024-08-12T20:36:10.847Z | Downloaded pin-utils v0.1.0 |
696 | 2024-08-12T20:36:10.850Z | Downloaded half v2.4.1 |
697 | 2024-08-12T20:36:10.853Z | Downloaded foreign-types v0.5.0 |
698 | 2024-08-12T20:36:10.855Z | Downloaded tls_codec_derive v0.4.1 |
699 | 2024-08-12T20:36:10.855Z | Downloaded slog-envlogger v2.2.0 |
700 | 2024-08-12T20:36:10.858Z | Downloaded prettyplease v0.2.20 |
701 | 2024-08-12T20:36:10.861Z | Downloaded ident_case v1.0.1 |
702 | 2024-08-12T20:36:10.864Z | Downloaded peg-runtime v0.8.3 |
703 | 2024-08-12T20:36:10.864Z | Downloaded fallible-iterator v0.2.0 |
704 | 2024-08-12T20:36:10.864Z | Downloaded tls_codec v0.4.1 |
705 | 2024-08-12T20:36:10.868Z | Downloaded form_urlencoded v1.2.1 |
706 | 2024-08-12T20:36:10.871Z | Downloaded similar v2.5.0 |
707 | 2024-08-12T20:36:10.874Z | Downloaded unicode-xid v0.2.4 |
708 | 2024-08-12T20:36:10.876Z | Downloaded foreign-types-shared v0.3.1 |
709 | 2024-08-12T20:36:10.876Z | Downloaded walkdir v2.5.0 |
710 | 2024-08-12T20:36:10.879Z | Downloaded semver v0.1.20 |
711 | 2024-08-12T20:36:10.879Z | Downloaded secrecy v0.8.0 |
712 | 2024-08-12T20:36:10.882Z | Downloaded slog-scope v4.4.0 |
713 | 2024-08-12T20:36:10.882Z | Downloaded tar v0.4.41 |
714 | 2024-08-12T20:36:10.884Z | Downloaded tungstenite v0.21.0 |
715 | 2024-08-12T20:36:10.888Z | Downloaded stability v0.2.0 |
716 | 2024-08-12T20:36:10.891Z | Downloaded predicates-tree v1.0.9 |
717 | 2024-08-12T20:36:10.891Z | Downloaded uuid v1.10.0 |
718 | 2024-08-12T20:36:10.895Z | Downloaded foreign-types-macros v0.2.3 |
719 | 2024-08-12T20:36:10.897Z | Downloaded ena v0.14.3 |
720 | 2024-08-12T20:36:10.900Z | Downloaded stringprep v0.1.4 |
721 | 2024-08-12T20:36:10.900Z | Downloaded string_cache v0.8.7 |
722 | 2024-08-12T20:36:10.903Z | Downloaded rand v0.8.5 |
723 | 2024-08-12T20:36:10.906Z | Downloaded want v0.3.1 |
724 | 2024-08-12T20:36:10.909Z | Downloaded universal-hash v0.5.1 |
725 | 2024-08-12T20:36:10.909Z | Downloaded hyper-tls v0.5.0 |
726 | 2024-08-12T20:36:10.909Z | Downloaded sec1 v0.7.3 |
727 | 2024-08-12T20:36:10.912Z | Downloaded rustc_version v0.4.0 |
728 | 2024-08-12T20:36:10.914Z | Downloaded rustc-hash v1.1.0 |
729 | 2024-08-12T20:36:10.914Z | Downloaded rpassword v7.3.1 |
730 | 2024-08-12T20:36:10.917Z | Downloaded zeroize v1.7.0 |
731 | 2024-08-12T20:36:10.917Z | Downloaded slog-json v2.6.1 |
732 | 2024-08-12T20:36:10.920Z | Downloaded hmac v0.12.1 |
733 | 2024-08-12T20:36:10.922Z | Downloaded pkcs1 v0.7.5 |
734 | 2024-08-12T20:36:10.925Z | Downloaded httparse v1.8.0 |
735 | 2024-08-12T20:36:10.928Z | Downloaded unicode-linebreak v0.1.5 |
736 | 2024-08-12T20:36:10.928Z | Downloaded serde_repr v0.1.19 |
737 | 2024-08-12T20:36:10.930Z | Downloaded serde-hex v0.1.0 |
738 | 2024-08-12T20:36:10.930Z | Downloaded unarray v0.1.4 |
739 | 2024-08-12T20:36:10.934Z | Downloaded rand_seeder v0.3.0 |
740 | 2024-08-12T20:36:10.937Z | Downloaded textwrap v0.16.1 |
741 | 2024-08-12T20:36:10.937Z | Downloaded strip-ansi-escapes v0.2.0 |
742 | 2024-08-12T20:36:10.940Z | Downloaded percent-encoding v2.3.1 |
743 | 2024-08-12T20:36:10.940Z | Downloaded tungstenite v0.20.1 |
744 | 2024-08-12T20:36:10.942Z | Downloaded zone v0.1.8 |
745 | 2024-08-12T20:36:10.945Z | Downloaded zeroize_derive v1.4.2 |
746 | 2024-08-12T20:36:10.945Z | Downloaded rand_xorshift v0.3.0 |
747 | 2024-08-12T20:36:10.955Z | Downloaded futures-executor v0.3.30 |
748 | 2024-08-12T20:36:10.955Z | Downloaded phf v0.11.2 |
749 | 2024-08-12T20:36:10.955Z | Downloaded toml v0.5.11 |
750 | 2024-08-12T20:36:10.956Z | Downloaded stable_deref_trait v1.2.0 |
751 | 2024-08-12T20:36:10.956Z | Downloaded aho-corasick v1.1.3 |
752 | 2024-08-12T20:36:10.961Z | Downloaded tokio-postgres v0.7.11 |
753 | 2024-08-12T20:36:10.964Z | Downloaded smallvec v0.6.14 |
754 | 2024-08-12T20:36:10.967Z | Downloaded poly1305 v0.8.0 |
755 | 2024-08-12T20:36:10.974Z | Downloaded rsa v0.9.6 |
756 | 2024-08-12T20:36:10.977Z | Downloaded serde_with_macros v3.8.3 |
757 | 2024-08-12T20:36:10.977Z | Downloaded peg-macros v0.8.4 |
758 | 2024-08-12T20:36:10.980Z | Downloaded slog-term v2.9.1 |
759 | 2024-08-12T20:36:10.982Z | Downloaded pem-rfc7468 v0.7.0 |
760 | 2024-08-12T20:36:10.985Z | Downloaded postcard v1.0.8 |
761 | 2024-08-12T20:36:10.988Z | Downloaded fatfs v0.3.6 |
762 | 2024-08-12T20:36:10.990Z | Downloaded pin-project-lite v0.2.14 |
763 | 2024-08-12T20:36:10.995Z | Downloaded itertools v0.13.0 |
764 | 2024-08-12T20:36:11.003Z | Downloaded smallvec v1.13.2 |
765 | 2024-08-12T20:36:11.005Z | Downloaded der_derive v0.7.2 |
766 | 2024-08-12T20:36:11.008Z | Downloaded signal-hook v0.3.17 |
767 | 2024-08-12T20:36:11.011Z | Downloaded rustc-demangle v0.1.24 |
768 | 2024-08-12T20:36:11.013Z | Downloaded flate2 v1.0.31 |
769 | 2024-08-12T20:36:11.019Z | Downloaded serde_yaml v0.9.34+deprecated |
770 | 2024-08-12T20:36:11.023Z | Downloaded iana-time-zone v0.1.60 |
771 | 2024-08-12T20:36:11.025Z | Downloaded http v1.1.0 |
772 | 2024-08-12T20:36:11.030Z | Downloaded zip v0.6.6 |
773 | 2024-08-12T20:36:11.034Z | Downloaded rayon-core v1.12.1 |
774 | 2024-08-12T20:36:11.039Z | Downloaded http v0.2.12 |
775 | 2024-08-12T20:36:11.043Z | Downloaded socket2 v0.4.10 |
776 | 2024-08-12T20:36:11.045Z | Downloaded rustyline v14.0.0 |
777 | 2024-08-12T20:36:11.051Z | Downloaded heapless v0.7.17 |
778 | 2024-08-12T20:36:11.055Z | Downloaded elliptic-curve v0.13.8 |
779 | 2024-08-12T20:36:11.059Z | Downloaded toml_edit v0.19.15 |
780 | 2024-08-12T20:36:11.079Z | Downloaded reedline v0.31.0 |
781 | 2024-08-12T20:36:11.086Z | Downloaded unicode_categories v0.1.1 |
782 | 2024-08-12T20:36:11.089Z | Downloaded lalrpop v0.19.12 |
783 | 2024-08-12T20:36:11.100Z | Downloaded heapless v0.8.0 |
784 | 2024-08-12T20:36:11.104Z | Downloaded url v2.5.2 |
785 | 2024-08-12T20:36:11.107Z | Downloaded unicode-segmentation v1.11.0 |
786 | 2024-08-12T20:36:11.109Z | Downloaded hashbrown v0.13.2 |
787 | 2024-08-12T20:36:11.114Z | Downloaded h2 v0.3.26 |
788 | 2024-08-12T20:36:11.121Z | Downloaded regex-automata v0.1.10 |
789 | 2024-08-12T20:36:11.127Z | Downloaded openssl v0.10.66 |
790 | 2024-08-12T20:36:11.136Z | Downloaded object v0.30.4 |
791 | 2024-08-12T20:36:11.146Z | Downloaded bindgen v0.69.4 |
792 | 2024-08-12T20:36:11.154Z | Downloaded tough v0.17.1 |
793 | 2024-08-12T20:36:11.164Z | Downloaded portable-atomic v1.6.0 |
794 | 2024-08-12T20:36:11.170Z | Downloaded reqwest v0.11.27 |
795 | 2024-08-12T20:36:11.178Z | Downloaded rustls-webpki v0.101.7 |
796 | 2024-08-12T20:36:11.194Z | Downloaded bitvec v1.0.1 |
797 | 2024-08-12T20:36:11.210Z | Downloaded unicode-normalization v0.1.23 |
798 | 2024-08-12T20:36:11.213Z | Downloaded nix v0.27.1 |
799 | 2024-08-12T20:36:11.225Z | Downloaded serde_with v3.8.3 |
800 | 2024-08-12T20:36:11.233Z | Downloaded rustls-webpki v0.102.4 |
801 | 2024-08-12T20:36:11.252Z | Downloaded webpki-roots v0.25.4 |
802 | 2024-08-12T20:36:11.255Z | Downloaded polar-core v0.27.3 |
803 | 2024-08-12T20:36:11.264Z | Downloaded idna v0.3.0 |
804 | 2024-08-12T20:36:11.271Z | Downloaded vcpkg v0.2.15 |
805 | 2024-08-12T20:36:11.310Z | Downloaded rustls v0.21.12 |
806 | 2024-08-12T20:36:11.322Z | Downloaded regex-syntax v0.6.29 |
807 | 2024-08-12T20:36:11.330Z | Downloaded regress v0.9.1 |
808 | 2024-08-12T20:36:11.339Z | Downloaded sled v0.34.7 |
809 | 2024-08-12T20:36:11.349Z | Downloaded trust-dns-proto v0.22.0 |
810 | 2024-08-12T20:36:11.362Z | Downloaded bstr v0.2.17 |
811 | 2024-08-12T20:36:11.372Z | Downloaded regex-automata v0.4.6 |
812 | 2024-08-12T20:36:11.389Z | Downloaded regex v1.10.6 |
813 | 2024-08-12T20:36:11.402Z | Downloaded rustls v0.22.4 |
814 | 2024-08-12T20:36:11.416Z | Downloaded idna v0.2.3 |
815 | 2024-08-12T20:36:11.421Z | Downloaded regex-syntax v0.8.3 |
816 | 2024-08-12T20:36:11.430Z | Downloaded curve25519-dalek v4.1.3 |
817 | 2024-08-12T20:36:11.439Z | Downloaded bstr v1.9.1 |
818 | 2024-08-12T20:36:11.449Z | Downloaded diesel v2.2.2 |
819 | 2024-08-12T20:36:11.469Z | Downloaded sqlparser v0.45.0 |
820 | 2024-08-12T20:36:11.474Z | Downloaded openapiv3 v2.0.0 |
821 | 2024-08-12T20:36:11.486Z | Downloaded smoltcp v0.11.0 |
822 | 2024-08-12T20:36:11.498Z | Downloaded radix_trie v0.2.1 |
823 | 2024-08-12T20:36:11.504Z | Downloaded gimli v0.28.1 |
824 | 2024-08-12T20:36:11.512Z | Downloaded nix v0.28.0 |
825 | 2024-08-12T20:36:11.523Z | Downloaded rayon v1.10.0 |
826 | 2024-08-12T20:36:11.533Z | Downloaded proptest v1.5.0 |
827 | 2024-08-12T20:36:11.544Z | Downloaded hyper v0.14.30 |
828 | 2024-08-12T20:36:11.552Z | Downloaded smoltcp v0.9.1 |
829 | 2024-08-12T20:36:11.564Z | Downloaded object v0.32.2 |
830 | 2024-08-12T20:36:11.575Z | Downloaded ratatui v0.27.0 |
831 | 2024-08-12T20:36:11.595Z | Downloaded chrono v0.4.38 |
832 | 2024-08-12T20:36:11.602Z | Downloaded typed-path v0.7.1 |
833 | 2024-08-12T20:36:11.609Z | Downloaded trust-dns-server v0.22.1 |
834 | 2024-08-12T20:36:11.617Z | Downloaded zerocopy-derive v0.6.6 |
835 | 2024-08-12T20:36:11.627Z | Downloaded futures-util v0.3.30 |
836 | 2024-08-12T20:36:11.637Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
837 | 2024-08-12T20:36:11.651Z | Downloaded hkdf v0.12.4 |
838 | 2024-08-12T20:36:11.654Z | Downloaded finl_unicode v1.2.0 |
839 | 2024-08-12T20:36:11.667Z | Downloaded time v0.3.36 |
840 | 2024-08-12T20:36:11.675Z | Downloaded quick-xml v0.31.0 |
841 | 2024-08-12T20:36:11.681Z | Downloaded ring v0.16.20 |
842 | 2024-08-12T20:36:11.764Z | Downloaded petgraph v0.6.5 |
843 | 2024-08-12T20:36:11.782Z | Downloaded tokio v1.38.1 |
844 | 2024-08-12T20:36:11.819Z | Downloaded sha3 v0.10.8 |
845 | 2024-08-12T20:36:11.824Z | Downloaded csv v1.3.0 |
846 | 2024-08-12T20:36:11.844Z | Downloaded idna v0.5.0 |
847 | 2024-08-12T20:36:11.851Z | Downloaded winnow v0.5.40 |
848 | 2024-08-12T20:36:11.860Z | Downloaded socket2 v0.5.7 |
849 | 2024-08-12T20:36:11.863Z | Downloaded tokio-util v0.7.11 |
850 | 2024-08-12T20:36:11.869Z | Downloaded crossterm v0.27.0 |
851 | 2024-08-12T20:36:11.876Z | Downloaded blake3 v1.5.1 |
852 | 2024-08-12T20:36:11.883Z | Downloaded ron v0.7.1 |
853 | 2024-08-12T20:36:11.888Z | Downloaded encoding_rs v0.8.34 |
854 | 2024-08-12T20:36:11.910Z | Downloaded rcgen v0.12.1 |
855 | 2024-08-12T20:36:11.912Z | Downloaded flume v0.11.0 |
856 | 2024-08-12T20:36:11.916Z | Downloaded x509-cert v0.2.5 |
857 | 2024-08-12T20:36:11.922Z | Downloaded samael v0.0.15 |
858 | 2024-08-12T20:36:11.926Z | Downloaded futures-io v0.3.30 |
859 | 2024-08-12T20:36:11.929Z | Downloaded headers v0.3.9 |
860 | 2024-08-12T20:36:11.932Z | Downloaded filetime v0.2.23 |
861 | 2024-08-12T20:36:11.936Z | Downloaded hashbrown v0.12.3 |
862 | 2024-08-12T20:36:11.939Z | Downloaded expectorate v1.1.0 |
863 | 2024-08-12T20:36:11.941Z | Downloaded time-macros v0.2.18 |
864 | 2024-08-12T20:36:11.944Z | Downloaded diesel_derives v2.2.2 |
865 | 2024-08-12T20:36:11.947Z | Downloaded trust-dns-resolver v0.22.0 |
866 | 2024-08-12T20:36:11.951Z | Downloaded hex v0.4.3 |
867 | 2024-08-12T20:36:11.953Z | Downloaded heck v0.3.3 |
868 | 2024-08-12T20:36:11.956Z | Downloaded fastrand v2.1.0 |
869 | 2024-08-12T20:36:11.956Z | Downloaded unicode-truncate v1.0.0 |
870 | 2024-08-12T20:36:11.959Z | Downloaded tap v1.0.1 |
871 | 2024-08-12T20:36:11.959Z | Downloaded tracing v0.1.40 |
872 | 2024-08-12T20:36:11.962Z | Downloaded postgres-protocol v0.6.7 |
873 | 2024-08-12T20:36:11.965Z | Downloaded schemars v0.8.21 |
874 | 2024-08-12T20:36:11.978Z | Downloaded num-bigint-dig v0.8.4 |
875 | 2024-08-12T20:36:11.982Z | Downloaded nom v7.1.3 |
876 | 2024-08-12T20:36:11.985Z | Downloaded derive-where v1.2.7 |
877 | 2024-08-12T20:36:11.988Z | Downloaded shlex v1.3.0 |
878 | 2024-08-12T20:36:11.991Z | Downloaded sha1 v0.10.6 |
879 | 2024-08-12T20:36:11.991Z | Downloaded which v4.4.2 |
880 | 2024-08-12T20:36:11.994Z | Downloaded tokio-rustls v0.25.0 |
881 | 2024-08-12T20:36:11.996Z | Downloaded tokio-rustls v0.24.1 |
882 | 2024-08-12T20:36:11.997Z | Downloaded tracing-core v0.1.32 |
883 | 2024-08-12T20:36:11.999Z | Downloaded itertools v0.12.1 |
884 | 2024-08-12T20:36:12.006Z | Downloaded itertools v0.10.5 |
885 | 2024-08-12T20:36:12.013Z | Downloaded chacha20poly1305 v0.10.1 |
886 | 2024-08-12T20:36:12.016Z | Downloaded cc v1.0.97 |
887 | 2024-08-12T20:36:12.018Z | Downloaded base64 v0.21.7 |
888 | 2024-08-12T20:36:12.021Z | Downloaded signal-hook-mio v0.2.3 |
889 | 2024-08-12T20:36:12.024Z | Downloaded rusty-fork v0.3.0 |
890 | 2024-08-12T20:36:12.024Z | Downloaded postgres-types v0.2.7 |
891 | 2024-08-12T20:36:12.027Z | Downloaded resolv-conf v0.7.0 |
892 | 2024-08-12T20:36:12.029Z | Downloaded predicates-core v1.0.6 |
893 | 2024-08-12T20:36:12.029Z | Downloaded predicates v3.1.2 |
894 | 2024-08-12T20:36:12.032Z | Downloaded highway v1.2.0 |
895 | 2024-08-12T20:36:12.035Z | Downloaded steno v0.4.1 |
896 | 2024-08-12T20:36:12.037Z | Downloaded either v1.13.0 |
897 | 2024-08-12T20:36:12.040Z | Downloaded hubpack v0.1.2 |
898 | 2024-08-12T20:36:12.040Z | Downloaded httpdate v1.0.3 |
899 | 2024-08-12T20:36:12.044Z | Downloaded derive_builder v0.20.0 |
900 | 2024-08-12T20:36:12.047Z | Downloaded whoami v1.5.1 |
901 | 2024-08-12T20:36:12.049Z | Downloaded pin-project v1.1.5 |
902 | 2024-08-12T20:36:12.059Z | Downloaded tokio-tungstenite v0.20.1 |
903 | 2024-08-12T20:36:12.062Z | Downloaded globset v0.4.14 |
904 | 2024-08-12T20:36:12.064Z | Downloaded thiserror-impl-no-std v2.0.2 |
905 | 2024-08-12T20:36:12.064Z | Downloaded futures v0.3.30 |
906 | 2024-08-12T20:36:12.069Z | Downloaded crossbeam-channel v0.5.12 |
907 | 2024-08-12T20:36:12.073Z | Downloaded derive_more v0.99.18 |
908 | 2024-08-12T20:36:12.078Z | Downloaded tempfile v3.10.1 |
909 | 2024-08-12T20:36:12.081Z | Downloaded libxml v0.3.3 |
910 | 2024-08-12T20:36:12.086Z | Downloaded base64 v0.22.1 |
911 | 2024-08-12T20:36:12.091Z | Downloaded darling_core v0.20.9 |
912 | 2024-08-12T20:36:12.094Z | Downloaded ring v0.17.8 |
913 | 2024-08-12T20:36:12.164Z | Downloaded pkg-config v0.3.30 |
914 | 2024-08-12T20:36:12.167Z | Downloaded unicode-bidi v0.3.15 |
915 | 2024-08-12T20:36:12.172Z | Downloaded libm v0.2.8 |
916 | 2024-08-12T20:36:12.176Z | Downloaded clang-sys v1.7.0 |
917 | 2024-08-12T20:36:12.178Z | Downloaded bytes v1.7.1 |
918 | 2024-08-12T20:36:12.181Z | Downloaded term v0.7.0 |
919 | 2024-08-12T20:36:12.184Z | Downloaded subprocess v0.2.9 |
920 | 2024-08-12T20:36:12.187Z | Downloaded snafu v0.8.2 |
921 | 2024-08-12T20:36:12.193Z | Downloaded futures-macro v0.3.30 |
922 | 2024-08-12T20:36:12.196Z | Downloaded difflib v0.4.0 |
923 | 2024-08-12T20:36:12.196Z | Downloaded getrandom v0.2.14 |
924 | 2024-08-12T20:36:12.198Z | Downloaded strum_macros v0.25.3 |
925 | 2024-08-12T20:36:12.201Z | Downloaded rustls-pemfile v2.1.3 |
926 | 2024-08-12T20:36:12.201Z | Downloaded pin-project-internal v1.1.5 |
927 | 2024-08-12T20:36:12.204Z | Downloaded rand_core v0.6.4 |
928 | 2024-08-12T20:36:12.204Z | Downloaded wyz v0.5.1 |
929 | 2024-08-12T20:36:12.206Z | Downloaded crypto-bigint v0.5.5 |
930 | 2024-08-12T20:36:12.211Z | Downloaded backtrace v0.3.71 |
931 | 2024-08-12T20:36:12.215Z | Downloaded dirs-next v2.0.0 |
932 | 2024-08-12T20:36:12.218Z | Downloaded crossbeam-epoch v0.9.18 |
933 | 2024-08-12T20:36:12.221Z | Downloaded group v0.13.0 |
934 | 2024-08-12T20:36:12.221Z | Downloaded glob v0.3.1 |
935 | 2024-08-12T20:36:12.221Z | Downloaded rustc_version v0.1.7 |
936 | 2024-08-12T20:36:12.225Z | Downloaded yasna v0.5.2 |
937 | 2024-08-12T20:36:12.225Z | Downloaded openssl-sys v0.9.103 |
938 | 2024-08-12T20:36:12.228Z | Downloaded untrusted v0.7.1 |
939 | 2024-08-12T20:36:12.231Z | Downloaded unicase v2.7.0 |
940 | 2024-08-12T20:36:12.231Z | Downloaded r2d2 v0.8.10 |
941 | 2024-08-12T20:36:12.235Z | Downloaded toml v0.7.8 |
942 | 2024-08-12T20:36:12.235Z | Downloaded home v0.5.9 |
943 | 2024-08-12T20:36:12.238Z | Downloaded futures-core v0.3.30 |
944 | 2024-08-12T20:36:12.238Z | Downloaded num-traits v0.2.19 |
945 | 2024-08-12T20:36:12.241Z | Downloaded miniz_oxide v0.7.2 |
946 | 2024-08-12T20:36:12.245Z | Downloaded serde_path_to_error v0.1.16 |
947 | 2024-08-12T20:36:12.245Z | Downloaded env_logger v0.10.2 |
948 | 2024-08-12T20:36:12.247Z | Downloaded compact_str v0.7.1 |
949 | 2024-08-12T20:36:12.252Z | Downloaded allocator-api2 v0.2.18 |
950 | 2024-08-12T20:36:12.255Z | Downloaded ahash v0.8.11 |
951 | 2024-08-12T20:36:12.255Z | Downloaded crc32fast v1.4.0 |
952 | 2024-08-12T20:36:12.255Z | Downloaded rustls-pemfile v1.0.4 |
953 | 2024-08-12T20:36:12.260Z | Downloaded cookie_store v0.20.0 |
954 | 2024-08-12T20:36:12.260Z | Downloaded cancel-safe-futures v0.1.5 |
955 | 2024-08-12T20:36:12.264Z | Downloaded parking_lot v0.11.2 |
956 | 2024-08-12T20:36:12.264Z | Downloaded mime_guess v2.0.4 |
957 | 2024-08-12T20:36:12.268Z | Downloaded libloading v0.8.3 |
958 | 2024-08-12T20:36:12.268Z | Downloaded hash32 v0.3.1 |
959 | 2024-08-12T20:36:12.273Z | Downloaded hash32 v0.2.1 |
960 | 2024-08-12T20:36:12.273Z | Downloaded tower-service v0.3.2 |
961 | 2024-08-12T20:36:12.273Z | Downloaded structmeta-derive v0.3.0 |
962 | 2024-08-12T20:36:12.273Z | Downloaded smf v0.2.3 |
963 | 2024-08-12T20:36:12.273Z | Downloaded slog-stdlog v4.1.1 |
964 | 2024-08-12T20:36:12.277Z | Downloaded signal-hook-registry v1.4.2 |
965 | 2024-08-12T20:36:12.277Z | Downloaded mockall v0.13.0 |
966 | 2024-08-12T20:36:12.277Z | Downloaded enum-as-inner v0.5.1 |
967 | 2024-08-12T20:36:12.277Z | Downloaded lock_api v0.4.12 |
968 | 2024-08-12T20:36:12.280Z | Downloaded libsw v3.3.1 |
969 | 2024-08-12T20:36:12.280Z | Downloaded xattr v1.3.1 |
970 | 2024-08-12T20:36:12.283Z | Downloaded slog-bunyan v2.5.0 |
971 | 2024-08-12T20:36:12.283Z | Downloaded serde_urlencoded v0.7.1 |
972 | 2024-08-12T20:36:12.285Z | Downloaded native-tls v0.2.11 |
973 | 2024-08-12T20:36:12.285Z | Downloaded defmt-parser v0.3.4 |
974 | 2024-08-12T20:36:12.285Z | Downloaded defmt v0.3.8 |
975 | 2024-08-12T20:36:12.290Z | Downloaded curve25519-dalek-derive v0.1.1 |
976 | 2024-08-12T20:36:12.297Z | Downloaded memoffset v0.9.1 |
977 | 2024-08-12T20:36:12.299Z | Downloaded kstat-rs v0.2.4 |
978 | 2024-08-12T20:36:12.300Z | Downloaded constant_time_eq v0.3.0 |
979 | 2024-08-12T20:36:12.300Z | Downloaded num-iter v0.1.45 |
980 | 2024-08-12T20:36:12.300Z | Downloaded maplit v1.0.2 |
981 | 2024-08-12T20:36:12.300Z | Downloaded linear-map v1.2.0 |
982 | 2024-08-12T20:36:12.300Z | Downloaded lazycell v1.3.0 |
983 | 2024-08-12T20:36:12.300Z | Downloaded ipnetwork v0.20.0 |
984 | 2024-08-12T20:36:12.300Z | Downloaded bitfield v0.14.0 |
985 | 2024-08-12T20:36:12.300Z | Downloaded bit-set v0.5.3 |
986 | 2024-08-12T20:36:12.303Z | Downloaded base16ct v0.2.0 |
987 | 2024-08-12T20:36:12.303Z | Downloaded lalrpop-util v0.19.12 |
988 | 2024-08-12T20:36:12.303Z | Downloaded indoc v1.0.9 |
989 | 2024-08-12T20:36:12.305Z | Downloaded colored v2.1.0 |
990 | 2024-08-12T20:36:12.308Z | Downloaded lru-cache v0.1.2 |
991 | 2024-08-12T20:36:12.308Z | Downloaded bitflags v1.3.2 |
992 | 2024-08-12T20:36:12.311Z | Downloaded const-oid v0.9.6 |
993 | 2024-08-12T20:36:12.315Z | Downloaded indicatif v0.17.8 |
994 | 2024-08-12T20:36:12.318Z | Downloaded multimap v0.10.0 |
995 | 2024-08-12T20:36:12.318Z | Downloaded const_format_proc_macros v0.2.32 |
996 | 2024-08-12T20:36:12.321Z | Downloaded bzip2 v0.4.4 |
997 | 2024-08-12T20:36:12.321Z | Downloaded argon2 v0.5.3 |
998 | 2024-08-12T20:36:12.321Z | Downloaded debug-ignore v1.0.5 |
999 | 2024-08-12T20:36:12.324Z | Downloaded cobs v0.2.3 |
1000 | 2024-08-12T20:36:12.324Z | Downloaded async-trait v0.1.81 |
1001 | 2024-08-12T20:36:12.329Z | Downloaded crc v3.2.1 |
1002 | 2024-08-12T20:36:12.332Z | Downloaded convert_case v0.4.0 |
1003 | 2024-08-12T20:36:12.332Z | Downloaded cipher v0.4.4 |
1004 | 2024-08-12T20:36:12.332Z | Downloaded castaway v0.2.2 |
1005 | 2024-08-12T20:36:12.332Z | Downloaded camino-tempfile v1.1.1 |
1006 | 2024-08-12T20:36:12.335Z | Downloaded bb8 v0.8.5 |
1007 | 2024-08-12T20:36:12.335Z | Downloaded num_cpus v1.16.0 |
1008 | 2024-08-12T20:36:12.338Z | Downloaded nibble_vec v0.1.0 |
1009 | 2024-08-12T20:36:12.342Z | Downloaded managed v0.8.0 |
1010 | 2024-08-12T20:36:12.342Z | Downloaded linked-hash-map v0.5.6 |
1011 | 2024-08-12T20:36:12.342Z | Downloaded lazy_static v1.5.0 |
1012 | 2024-08-12T20:36:12.342Z | Downloaded lru v0.12.3 |
1013 | 2024-08-12T20:36:12.345Z | Downloaded num v0.4.3 |
1014 | 2024-08-12T20:36:12.345Z | Downloaded keccak v0.1.5 |
1015 | 2024-08-12T20:36:12.345Z | Downloaded adler v1.0.2 |
1016 | 2024-08-12T20:36:12.347Z | Downloaded async-recursion v1.1.1 |
1017 | 2024-08-12T20:36:12.352Z | Downloaded ascii-canvas v3.0.0 |
1018 | 2024-08-12T20:36:12.352Z | Downloaded arrayref v0.3.7 |
1019 | 2024-08-12T20:36:12.354Z | Downloaded array-init v0.0.4 |
1020 | 2024-08-12T20:36:12.354Z | Downloaded aead v0.5.2 |
1021 | 2024-08-12T20:36:12.354Z | Downloaded ciborium-io v0.2.2 |
1022 | 2024-08-12T20:36:12.355Z | Downloaded bitstruct v0.1.1 |
1023 | 2024-08-12T20:36:12.355Z | Downloaded der v0.7.9 |
1024 | 2024-08-12T20:36:12.359Z | Downloaded crucible-workspace-hack v0.1.0 |
1025 | 2024-08-12T20:36:12.439Z | Compiling cfg-if v1.0.0 |
1026 | 2024-08-12T20:36:12.439Z | Compiling serde v1.0.205 |
1027 | 2024-08-12T20:36:12.442Z | Compiling lock_api v0.4.12 |
1028 | 2024-08-12T20:36:12.442Z | Compiling scopeguard v1.2.0 |
1029 | 2024-08-12T20:36:12.442Z | Compiling log v0.4.21 |
1030 | 2024-08-12T20:36:12.569Z | Compiling cc v1.0.97 |
1031 | 2024-08-12T20:36:12.580Z | Compiling syn v2.0.72 |
1032 | 2024-08-12T20:36:12.600Z | Compiling typenum v1.17.0 |
1033 | 2024-08-12T20:36:12.653Z | Compiling getrandom v0.2.14 |
1034 | 2024-08-12T20:36:12.728Z | Compiling generic-array v0.14.7 |
1035 | 2024-08-12T20:36:12.988Z | Compiling rand_core v0.6.4 |
1036 | 2024-08-12T20:36:13.029Z | Compiling parking_lot_core v0.9.10 |
1037 | 2024-08-12T20:36:13.125Z | Compiling pin-project-lite v0.2.14 |
1038 | 2024-08-12T20:36:13.202Z | Compiling smallvec v1.13.2 |
1039 | 2024-08-12T20:36:13.246Z | Compiling signal-hook-registry v1.4.2 |
1040 | 2024-08-12T20:36:13.500Z | Compiling spin v0.9.8 |
1041 | 2024-08-12T20:36:13.514Z | Compiling mio v0.8.11 |
1042 | 2024-08-12T20:36:13.528Z | Compiling ahash v0.8.11 |
1043 | 2024-08-12T20:36:13.858Z | Compiling futures-core v0.3.30 |
1044 | 2024-08-12T20:36:13.876Z | Compiling tinyvec_macros v0.1.1 |
1045 | 2024-08-12T20:36:13.966Z | Compiling parking_lot v0.12.2 |
1046 | 2024-08-12T20:36:14.027Z | Compiling tinyvec v1.6.0 |
1047 | 2024-08-12T20:36:14.171Z | Compiling num_cpus v1.16.0 |
1048 | 2024-08-12T20:36:14.207Z | Compiling socket2 v0.5.7 |
1049 | 2024-08-12T20:36:14.281Z | Compiling subtle v2.5.0 |
1050 | 2024-08-12T20:36:14.617Z | Compiling serde_json v1.0.122 |
1051 | 2024-08-12T20:36:14.780Z | Compiling libm v0.2.8 |
1052 | 2024-08-12T20:36:14.883Z | Compiling const-oid v0.9.6 |
1053 | 2024-08-12T20:36:14.963Z | Compiling slab v0.4.9 |
1054 | 2024-08-12T20:36:15.146Z | Compiling num-traits v0.2.19 |
1055 | 2024-08-12T20:36:15.184Z | Compiling allocator-api2 v0.2.18 |
1056 | 2024-08-12T20:36:15.253Z | Compiling futures-sink v0.3.30 |
1057 | 2024-08-12T20:36:15.325Z | Compiling unicode-bidi v0.3.15 |
1058 | 2024-08-12T20:36:15.399Z | Compiling unicode-normalization v0.1.23 |
1059 | 2024-08-12T20:36:16.087Z | Compiling futures-channel v0.3.30 |
1060 | 2024-08-12T20:36:16.089Z | Compiling pin-utils v0.1.0 |
1061 | 2024-08-12T20:36:16.127Z | Compiling vcpkg v0.2.15 |
1062 | 2024-08-12T20:36:16.198Z | Compiling futures-io v0.3.30 |
1063 | 2024-08-12T20:36:16.530Z | Compiling futures-task v0.3.30 |
1064 | 2024-08-12T20:36:16.547Z | Compiling pkg-config v0.3.30 |
1065 | 2024-08-12T20:36:16.588Z | Compiling ring v0.17.8 |
1066 | 2024-08-12T20:36:17.013Z | Compiling percent-encoding v2.3.1 |
1067 | 2024-08-12T20:36:17.046Z | Compiling ppv-lite86 v0.2.17 |
1068 | 2024-08-12T20:36:17.214Z | Compiling tracing-core v0.1.32 |
1069 | 2024-08-12T20:36:17.393Z | Compiling powerfmt v0.2.0 |
1070 | 2024-08-12T20:36:17.811Z | Compiling time-core v0.1.2 |
1071 | 2024-08-12T20:36:17.873Z | Compiling rand_chacha v0.3.1 |
1072 | 2024-08-12T20:36:17.976Z | Compiling syn v1.0.109 |
1073 | 2024-08-12T20:36:18.219Z | Compiling num-conv v0.1.0 |
1074 | 2024-08-12T20:36:18.438Z | Compiling openssl-sys v0.9.103 |
1075 | 2024-08-12T20:36:18.495Z | Compiling rustix v0.38.34 |
1076 | 2024-08-12T20:36:18.619Z | Compiling untrusted v0.9.0 |
1077 | 2024-08-12T20:36:18.733Z | Compiling time-macros v0.2.18 |
1078 | 2024-08-12T20:36:18.824Z | Compiling rand v0.8.5 |
1079 | 2024-08-12T20:36:19.088Z | Compiling deranged v0.3.11 |
1080 | 2024-08-12T20:36:19.431Z | Compiling openssl v0.10.66 |
1081 | 2024-08-12T20:36:19.627Z | Compiling httparse v1.8.0 |
1082 | 2024-08-12T20:36:19.854Z | Compiling base64ct v1.6.0 |
1083 | 2024-08-12T20:36:20.063Z | Compiling foreign-types-shared v0.1.1 |
1084 | 2024-08-12T20:36:20.167Z | Compiling rustversion v1.0.17 |
1085 | 2024-08-12T20:36:20.211Z | Compiling num_threads v0.1.7 |
1086 | 2024-08-12T20:36:20.331Z | Compiling pem-rfc7468 v0.7.0 |
1087 | 2024-08-12T20:36:20.435Z | Compiling foreign-types v0.3.2 |
1088 | 2024-08-12T20:36:20.966Z | Compiling form_urlencoded v1.2.1 |
1089 | 2024-08-12T20:36:21.059Z | Compiling try-lock v0.2.5 |
1090 | 2024-08-12T20:36:21.091Z | Compiling siphasher v0.3.11 |
1091 | 2024-08-12T20:36:21.202Z | Compiling crossbeam-utils v0.8.19 |
1092 | 2024-08-12T20:36:21.261Z | Compiling rustls v0.21.12 |
1093 | 2024-08-12T20:36:21.458Z | Compiling flagset v0.4.5 |
1094 | 2024-08-12T20:36:21.544Z | Compiling native-tls v0.2.11 |
1095 | 2024-08-12T20:36:21.685Z | Compiling want v0.3.1 |
1096 | 2024-08-12T20:36:21.952Z | Compiling idna v0.5.0 |
1097 | 2024-08-12T20:36:21.968Z | Compiling lazy_static v1.5.0 |
1098 | 2024-08-12T20:36:21.983Z | Compiling time v0.3.36 |
1099 | 2024-08-12T20:36:22.084Z | Compiling cookie v0.17.0 |
1100 | 2024-08-12T20:36:22.366Z | Compiling aho-corasick v1.1.3 |
1101 | 2024-08-12T20:36:22.587Z | Compiling iana-time-zone v0.1.60 |
1102 | 2024-08-12T20:36:23.047Z | Compiling openssl-probe v0.1.5 |
1103 | 2024-08-12T20:36:23.234Z | Compiling sct v0.7.1 |
1104 | 2024-08-12T20:36:23.410Z | Compiling rustls-webpki v0.101.7 |
1105 | 2024-08-12T20:36:23.508Z | Compiling adler v1.0.2 |
1106 | 2024-08-12T20:36:23.547Z | Compiling cpufeatures v0.2.12 |
1107 | 2024-08-12T20:36:23.643Z | Compiling tower-service v0.3.2 |
1108 | 2024-08-12T20:36:23.730Z | Compiling slog v2.7.0 |
1109 | 2024-08-12T20:36:23.762Z | Compiling signal-hook v0.3.17 |
1110 | 2024-08-12T20:36:24.045Z | Compiling finl_unicode v1.2.0 |
1111 | 2024-08-12T20:36:24.257Z | Compiling httpdate v1.0.3 |
1112 | 2024-08-12T20:36:24.654Z | Compiling regex-syntax v0.8.3 |
1113 | 2024-08-12T20:36:24.725Z | Compiling stringprep v0.1.4 |
1114 | 2024-08-12T20:36:25.343Z | Compiling miniz_oxide v0.7.2 |
1115 | 2024-08-12T20:36:25.974Z | Compiling url v2.5.2 |
1116 | 2024-08-12T20:36:27.219Z | Compiling serde_derive v1.0.205 |
1117 | 2024-08-12T20:36:27.268Z | Compiling zeroize_derive v1.4.2 |
1118 | 2024-08-12T20:36:27.853Z | Compiling zerocopy-derive v0.7.34 |
1119 | 2024-08-12T20:36:27.869Z | Compiling tokio-macros v2.3.0 |
1120 | 2024-08-12T20:36:28.200Z | Compiling thiserror-impl v1.0.63 |
1121 | 2024-08-12T20:36:28.884Z | Compiling zeroize v1.7.0 |
1122 | 2024-08-12T20:36:29.501Z | Compiling futures-macro v0.3.30 |
1123 | 2024-08-12T20:36:30.148Z | Compiling zerocopy v0.7.34 |
1124 | 2024-08-12T20:36:30.824Z | Compiling crypto-common v0.1.6 |
1125 | 2024-08-12T20:36:31.061Z | Compiling block-buffer v0.10.4 |
1126 | 2024-08-12T20:36:31.166Z | Compiling scroll_derive v0.12.0 |
1127 | 2024-08-12T20:36:31.306Z | Compiling digest v0.10.7 |
1128 | 2024-08-12T20:36:31.514Z | Compiling futures-util v0.3.30 |
1129 | 2024-08-12T20:36:31.552Z | Compiling thiserror v1.0.63 |
1130 | 2024-08-12T20:36:31.680Z | Compiling pest v2.7.10 |
1131 | 2024-08-12T20:36:31.830Z | Compiling tracing-attributes v0.1.27 |
1132 | 2024-08-12T20:36:32.404Z | Compiling hashbrown v0.14.5 |
1133 | 2024-08-12T20:36:32.620Z | Compiling scroll v0.12.0 |
1134 | 2024-08-12T20:36:33.162Z | Compiling goblin v0.8.2 |
1135 | 2024-08-12T20:36:33.789Z | Compiling hmac v0.12.1 |
1136 | 2024-08-12T20:36:33.879Z | Compiling openssl-macros v0.1.1 |
1137 | 2024-08-12T20:36:34.027Z | Compiling der_derive v0.7.2 |
1138 | 2024-08-12T20:36:34.637Z | Compiling pest_meta v2.7.10 |
1139 | 2024-08-12T20:36:34.678Z | Compiling md-5 v0.10.6 |
1140 | 2024-08-12T20:36:35.116Z | Compiling sha2 v0.10.8 |
1141 | 2024-08-12T20:36:35.131Z | Compiling regex-automata v0.4.6 |
1142 | 2024-08-12T20:36:35.755Z | Compiling tracing v0.1.40 |
1143 | 2024-08-12T20:36:36.293Z | Compiling pest_generator v2.7.10 |
1144 | 2024-08-12T20:36:36.585Z | Compiling der v0.7.9 |
1145 | 2024-08-12T20:36:37.772Z | Compiling num-integer v0.1.46 |
1146 | 2024-08-12T20:36:38.337Z | Compiling idna v0.3.0 |
1147 | 2024-08-12T20:36:38.517Z | Compiling backtrace v0.3.71 |
1148 | 2024-08-12T20:36:38.539Z | Compiling hash32 v0.2.1 |
1149 | 2024-08-12T20:36:38.933Z | Compiling spki v0.7.3 |
1150 | 2024-08-12T20:36:38.973Z | Compiling base64 v0.22.1 |
1151 | 2024-08-12T20:36:39.291Z | Compiling fallible-iterator v0.2.0 |
1152 | 2024-08-12T20:36:39.673Z | Compiling pest_derive v2.7.10 |
1153 | 2024-08-12T20:36:39.711Z | Compiling psl-types v2.0.11 |
1154 | 2024-08-12T20:36:39.892Z | Compiling stable_deref_trait v1.2.0 |
1155 | 2024-08-12T20:36:39.895Z | Compiling smoltcp v0.9.1 |
1156 | 2024-08-12T20:36:39.934Z | Compiling gimli v0.28.1 |
1157 | 2024-08-12T20:36:39.983Z | Compiling crc32fast v1.4.0 |
1158 | 2024-08-12T20:36:39.999Z | Compiling publicsuffix v2.2.3 |
1159 | 2024-08-12T20:36:40.238Z | Compiling pkcs8 v0.10.2 |
1160 | 2024-08-12T20:36:40.479Z | Compiling dtrace-parser v0.2.0 |
1161 | 2024-08-12T20:36:40.650Z | Compiling hubpack_derive v0.1.1 |
1162 | 2024-08-12T20:36:40.703Z | Compiling block-padding v0.3.3 |
1163 | 2024-08-12T20:36:40.820Z | Compiling async-trait v0.1.81 |
1164 | 2024-08-12T20:36:40.948Z | Compiling zerocopy-derive v0.6.6 |
1165 | 2024-08-12T20:36:41.597Z | Compiling bytes v1.7.1 |
1166 | 2024-08-12T20:36:41.723Z | Compiling bitflags v2.6.0 |
1167 | 2024-08-12T20:36:42.654Z | Compiling tokio v1.38.1 |
1168 | 2024-08-12T20:36:42.888Z | Compiling indexmap v2.3.0 |
1169 | 2024-08-12T20:36:43.151Z | Compiling http v0.2.12 |
1170 | 2024-08-12T20:36:43.367Z | Compiling semver v1.0.23 |
1171 | 2024-08-12T20:36:44.100Z | Compiling rustc_version v0.4.0 |
1172 | 2024-08-12T20:36:44.259Z | Compiling dof v0.3.0 |
1173 | 2024-08-12T20:36:44.807Z | Compiling http-body v0.4.6 |
1174 | 2024-08-12T20:36:44.880Z | Compiling heapless v0.7.17 |
1175 | 2024-08-12T20:36:45.298Z | Compiling uuid v1.10.0 |
1176 | 2024-08-12T20:36:45.404Z | Compiling usdt-impl v0.5.0 |
1177 | 2024-08-12T20:36:45.757Z | Compiling serde_spanned v0.6.7 |
1178 | 2024-08-12T20:36:45.990Z | Compiling serde_tokenstream v0.2.1 |
1179 | 2024-08-12T20:36:46.481Z | Compiling toml_datetime v0.6.8 |
1180 | 2024-08-12T20:36:46.535Z | Compiling chrono v0.4.38 |
1181 | 2024-08-12T20:36:46.708Z | Compiling terminal_size v0.3.0 |
1182 | 2024-08-12T20:36:46.907Z | Compiling addr2line v0.21.0 |
1183 | 2024-08-12T20:36:46.969Z | Compiling postgres-protocol v0.6.7 |
1184 | 2024-08-12T20:36:47.986Z | Compiling phf_shared v0.11.2 |
1185 | 2024-08-12T20:36:48.193Z | Compiling serde_derive_internals v0.29.1 |
1186 | 2024-08-12T20:36:48.288Z | Compiling ff v0.13.0 |
1187 | 2024-08-12T20:36:48.377Z | Compiling fs-err v2.11.0 |
1188 | 2024-08-12T20:36:48.507Z | Compiling object v0.32.2 |
1189 | 2024-08-12T20:36:48.544Z | Compiling base64 v0.21.7 |
1190 | 2024-08-12T20:36:48.671Z | Compiling ipnet v2.9.0 |
1191 | 2024-08-12T20:36:48.780Z | Compiling bit-vec v0.6.3 |
1192 | 2024-08-12T20:36:49.246Z | Compiling bitflags v1.3.2 |
1193 | 2024-08-12T20:36:49.264Z | Compiling anyhow v1.0.86 |
1194 | 2024-08-12T20:36:49.351Z | Compiling managed v0.8.0 |
1195 | 2024-08-12T20:36:49.807Z | Compiling winnow v0.5.40 |
1196 | 2024-08-12T20:36:49.826Z | Compiling matches v0.1.10 |
1197 | 2024-08-12T20:36:49.877Z | Compiling rustc-demangle v0.1.24 |
1198 | 2024-08-12T20:36:49.916Z | Compiling schemars v0.8.21 |
1199 | 2024-08-12T20:36:50.184Z | Compiling base16ct v0.2.0 |
1200 | 2024-08-12T20:36:50.283Z | Compiling either v1.13.0 |
1201 | 2024-08-12T20:36:50.510Z | Compiling regex-automata v0.1.10 |
1202 | 2024-08-12T20:36:50.747Z | Compiling tokio-util v0.7.11 |
1203 | 2024-08-12T20:36:50.888Z | Compiling tokio-rustls v0.24.1 |
1204 | 2024-08-12T20:36:50.997Z | Compiling schemars_derive v0.8.21 |
1205 | 2024-08-12T20:36:51.014Z | Compiling bstr v0.2.17 |
1206 | 2024-08-12T20:36:51.259Z | Compiling sec1 v0.7.3 |
1207 | 2024-08-12T20:36:51.843Z | Compiling h2 v0.3.26 |
1208 | 2024-08-12T20:36:52.456Z | Compiling tokio-native-tls v0.3.1 |
1209 | 2024-08-12T20:36:52.742Z | Compiling idna v0.2.3 |
1210 | 2024-08-12T20:36:53.606Z | Compiling toml_edit v0.19.15 |
1211 | 2024-08-12T20:36:54.039Z | Compiling clap_builder v4.5.13 |
1212 | 2024-08-12T20:36:54.312Z | Compiling rustls-pemfile v1.0.4 |
1213 | 2024-08-12T20:36:54.345Z | Compiling postgres-types v0.2.7 |
1214 | 2024-08-12T20:36:54.876Z | Compiling group v0.13.0 |
1215 | 2024-08-12T20:36:55.046Z | Compiling phf v0.11.2 |
1216 | 2024-08-12T20:36:55.345Z | Compiling signal-hook-mio v0.2.3 |
1217 | 2024-08-12T20:36:55.514Z | Compiling cookie_store v0.20.0 |
1218 | 2024-08-12T20:36:55.861Z | Compiling usdt-macro v0.5.0 |
1219 | 2024-08-12T20:36:55.912Z | Compiling usdt-attr-macro v0.5.0 |
1220 | 2024-08-12T20:36:57.033Z | Compiling zerocopy v0.6.6 |
1221 | 2024-08-12T20:36:57.328Z | Compiling hubpack v0.1.2 |
1222 | 2024-08-12T20:36:57.557Z | Compiling serde_urlencoded v0.7.1 |
1223 | 2024-08-12T20:36:57.787Z | Compiling inout v0.1.3 |
1224 | 2024-08-12T20:36:57.929Z | Compiling regex v1.10.6 |
1225 | 2024-08-12T20:36:58.054Z | Compiling num-bigint v0.4.5 |
1226 | 2024-08-12T20:36:58.069Z | Compiling futures-executor v0.3.30 |
1227 | 2024-08-12T20:36:58.184Z | Compiling enum-as-inner v0.5.1 |
1228 | 2024-08-12T20:36:58.613Z | Compiling hyper v0.14.30 |
1229 | 2024-08-12T20:36:58.710Z | Compiling hkdf v0.12.4 |
1230 | 2024-08-12T20:36:58.960Z | Compiling crypto-bigint v0.5.5 |
1231 | 2024-08-12T20:36:59.005Z | Compiling serde_repr v0.1.19 |
1232 | 2024-08-12T20:36:59.230Z | Compiling clap_derive v4.5.13 |
1233 | 2024-08-12T20:37:00.170Z | Compiling strum_macros v0.25.3 |
1234 | 2024-08-12T20:37:01.570Z | Compiling phf_shared v0.10.0 |
1235 | 2024-08-12T20:37:01.976Z | Compiling float-cmp v0.9.0 |
1236 | 2024-08-12T20:37:02.199Z | Compiling encoding_rs v0.8.34 |
1237 | 2024-08-12T20:37:02.333Z | Compiling precomputed-hash v0.1.1 |
1238 | 2024-08-12T20:37:02.450Z | Compiling fixedbitset v0.4.2 |
1239 | 2024-08-12T20:37:02.923Z | Compiling dyn-clone v1.0.17 |
1240 | 2024-08-12T20:37:03.133Z | Compiling difflib v0.4.0 |
1241 | 2024-08-12T20:37:03.370Z | Compiling data-encoding v2.6.0 |
1242 | 2024-08-12T20:37:04.281Z | Compiling minimal-lexical v0.2.1 |
1243 | 2024-08-12T20:37:04.409Z | Compiling sync_wrapper v0.1.2 |
1244 | 2024-08-12T20:37:04.539Z | Compiling whoami v1.5.1 |
1245 | 2024-08-12T20:37:04.739Z | Compiling normalize-line-endings v0.3.0 |
1246 | 2024-08-12T20:37:04.804Z | Compiling mime v0.3.17 |
1247 | 2024-08-12T20:37:04.857Z | Compiling unicode-segmentation v1.11.0 |
1248 | 2024-08-12T20:37:05.180Z | Compiling predicates-core v1.0.6 |
1249 | 2024-08-12T20:37:05.195Z | Compiling static_assertions v1.1.0 |
1250 | 2024-08-12T20:37:05.287Z | Compiling hyper-tls v0.5.0 |
1251 | 2024-08-12T20:37:05.417Z | Compiling hyper-rustls v0.24.2 |
1252 | 2024-08-12T20:37:05.554Z | Compiling new_debug_unreachable v1.0.6 |
1253 | 2024-08-12T20:37:05.649Z | Compiling webpki-roots v0.25.4 |
1254 | 2024-08-12T20:37:05.679Z | Compiling string_cache v0.8.7 |
1255 | 2024-08-12T20:37:05.723Z | Compiling similar v2.5.0 |
1256 | 2024-08-12T20:37:05.751Z | Compiling predicates v3.1.2 |
1257 | 2024-08-12T20:37:05.808Z | Compiling reqwest v0.11.27 |
1258 | 2024-08-12T20:37:05.811Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1259 | 2024-08-12T20:37:06.138Z | Compiling tokio-postgres v0.7.11 |
1260 | 2024-08-12T20:37:06.660Z | Compiling nom v7.1.3 |
1261 | 2024-08-12T20:37:07.486Z | Compiling clap v4.5.13 |
1262 | 2024-08-12T20:37:07.607Z | Compiling toml_edit v0.22.20 |
1263 | 2024-08-12T20:37:08.383Z | Compiling trust-dns-proto v0.22.0 |
1264 | 2024-08-12T20:37:08.972Z | Compiling petgraph v0.6.5 |
1265 | 2024-08-12T20:37:10.363Z | Compiling console v0.15.8 |
1266 | 2024-08-12T20:37:11.651Z | Compiling usdt v0.5.0 |
1267 | 2024-08-12T20:37:11.934Z | Compiling elliptic-curve v0.13.8 |
1268 | 2024-08-12T20:37:12.145Z | Compiling yasna v0.5.2 |
1269 | 2024-08-12T20:37:12.167Z | Compiling futures v0.3.30 |
1270 | 2024-08-12T20:37:12.226Z | Compiling flate2 v1.0.31 |
1271 | 2024-08-12T20:37:12.279Z | Compiling cipher v0.4.4 |
1272 | 2024-08-12T20:37:12.728Z | Compiling toml v0.7.8 |
1273 | 2024-08-12T20:37:13.011Z | Compiling crossterm v0.27.0 |
1274 | 2024-08-12T20:37:13.694Z | Compiling itertools v0.10.5 |
1275 | 2024-08-12T20:37:14.013Z | Compiling itertools v0.12.1 |
1276 | 2024-08-12T20:37:14.072Z | Compiling tokio-stream v0.1.15 |
1277 | 2024-08-12T20:37:14.419Z | Compiling bit-set v0.5.3 |
1278 | 2024-08-12T20:37:14.705Z | Compiling openapiv3 v2.0.0 |
1279 | 2024-08-12T20:37:15.068Z | Compiling hex v0.4.3 |
1280 | 2024-08-12T20:37:15.704Z | Compiling bstr v1.9.1 |
1281 | 2024-08-12T20:37:15.975Z | Compiling num-iter v0.1.45 |
1282 | 2024-08-12T20:37:16.152Z | Compiling crossbeam-epoch v0.9.18 |
1283 | 2024-08-12T20:37:16.519Z | Compiling dirs-sys-next v0.1.2 |
1284 | 2024-08-12T20:37:16.734Z | Compiling lalrpop-util v0.19.12 |
1285 | 2024-08-12T20:37:16.753Z | Compiling unicode-xid v0.2.4 |
1286 | 2024-08-12T20:37:16.892Z | Compiling peg-runtime v0.8.3 |
1287 | 2024-08-12T20:37:16.923Z | Compiling dirs-next v2.0.0 |
1288 | 2024-08-12T20:37:17.079Z | Compiling thread_local v1.1.8 |
1289 | 2024-08-12T20:37:17.113Z | Compiling slog-async v2.8.0 |
1290 | 2024-08-12T20:37:17.161Z | Compiling term v0.7.0 |
1291 | 2024-08-12T20:37:17.178Z | Compiling xattr v1.3.1 |
1292 | 2024-08-12T20:37:17.450Z | Compiling crossbeam-channel v0.5.12 |
1293 | 2024-08-12T20:37:17.465Z | Compiling strum_macros v0.26.4 |
1294 | 2024-08-12T20:37:17.539Z | Compiling filetime v0.2.23 |
1295 | 2024-08-12T20:37:17.607Z | Compiling is-terminal v0.4.12 |
1296 | 2024-08-12T20:37:17.705Z | Compiling take_mut v0.2.2 |
1297 | 2024-08-12T20:37:17.727Z | Compiling slog-term v2.9.1 |
1298 | 2024-08-12T20:37:17.854Z | Compiling tar v0.4.41 |
1299 | 2024-08-12T20:37:17.871Z | Compiling camino v1.1.7 |
1300 | 2024-08-12T20:37:19.817Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1301 | 2024-08-12T20:37:20.540Z | Compiling strum v0.26.3 |
1302 | 2024-08-12T20:37:20.619Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1303 | 2024-08-12T20:37:25.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
1304 | 2024-08-12T20:37:25.704Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1305 | 2024-08-12T20:37:25.746Z | Aug 12 20:37:25.152 INFO Starting download, target: Clickhouse |
1306 | 2024-08-12T20:37:25.746Z | Aug 12 20:37:25.152 INFO Starting download, target: Console |
1307 | 2024-08-12T20:37:25.746Z | Aug 12 20:37:25.152 INFO Starting download, target: Cockroach |
1308 | 2024-08-12T20:37:25.746Z | Aug 12 20:37:25.152 INFO Starting download, target: DendriteOpenapi |
1309 | 2024-08-12T20:37:25.746Z | Aug 12 20:37:25.152 INFO Starting download, target: DendriteStub |
1310 | 2024-08-12T20:37:25.749Z | Aug 12 20:37:25.152 INFO Starting download, target: MaghemiteMgd |
1311 | 2024-08-12T20:37:25.749Z | Aug 12 20:37:25.152 INFO Starting download, target: TransceiverControl |
1312 | 2024-08-12T20:37:25.749Z | Aug 12 20:37:25.153 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1313 | 2024-08-12T20:37:25.749Z | Aug 12 20:37:25.153 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1314 | 2024-08-12T20:37:25.749Z | Aug 12 20:37:25.153 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1315 | 2024-08-12T20:37:25.749Z | Aug 12 20:37:25.153 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1316 | 2024-08-12T20:37:25.749Z | Aug 12 20:37:25.153 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1317 | 2024-08-12T20:37:25.749Z | Aug 12 20:37:25.153 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1318 | 2024-08-12T20:37:25.749Z | Aug 12 20:37:25.153 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1319 | 2024-08-12T20:37:25.927Z | Aug 12 20:37:25.317 INFO Download complete, target: DendriteOpenapi |
1320 | 2024-08-12T20:37:25.983Z | Aug 12 20:37:25.380 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1321 | 2024-08-12T20:37:26.327Z | Aug 12 20:37:25.730 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1322 | 2024-08-12T20:37:26.353Z | Aug 12 20:37:25.759 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1323 | 2024-08-12T20:37:26.383Z | Aug 12 20:37:25.789 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1324 | 2024-08-12T20:37:26.771Z | Aug 12 20:37:26.177 INFO Download complete, target: Console |
1325 | 2024-08-12T20:37:26.828Z | Aug 12 20:37:26.234 INFO Download complete, target: TransceiverControl |
1326 | 2024-08-12T20:37:27.906Z | Aug 12 20:37:27.311 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1327 | 2024-08-12T20:37:27.994Z | Aug 12 20:37:27.400 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1328 | 2024-08-12T20:37:27.994Z | Aug 12 20:37:27.400 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1329 | 2024-08-12T20:37:29.527Z | Aug 12 20:37:28.932 INFO Download complete, target: DendriteStub |
1330 | 2024-08-12T20:37:29.605Z | Aug 12 20:37:29.011 INFO Download complete, target: MaghemiteMgd |
1331 | 2024-08-12T20:37:36.179Z | Aug 12 20:37:35.583 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1332 | 2024-08-12T20:37:36.520Z | Aug 12 20:37:35.924 INFO Checking that binary works, target: Cockroach |
1333 | 2024-08-12T20:37:36.673Z | Aug 12 20:37:36.077 INFO Download complete, target: Cockroach |
1334 | 2024-08-12T20:37:42.047Z | Aug 12 20:37:41.448 INFO Checking that binary works, target: Clickhouse |
1335 | 2024-08-12T20:37:42.210Z | Aug 12 20:37:41.613 INFO Download complete, target: Clickhouse |
1336 | 2024-08-12T20:37:42.237Z | All builder prerequisites installed successfully, and PATH looks valid |
1337 | 2024-08-12T20:37:42.240Z | |
1338 | 2024-08-12T20:37:42.240Z | real 3:26.472910988 |
1339 | 2024-08-12T20:37:42.240Z | user 11:03.172136082 |
1340 | 2024-08-12T20:37:42.240Z | sys 2:21.068114553 |
1341 | 2024-08-12T20:37:42.240Z | trap 0.400751506 |
1342 | 2024-08-12T20:37:42.240Z | tflt 0.964543310 |
1343 | 2024-08-12T20:37:42.240Z | dflt 1.578255870 |
1344 | 2024-08-12T20:37:42.240Z | kflt 0.021118895 |
1345 | 2024-08-12T20:37:42.240Z | lock 22:00.967956296 |
1346 | 2024-08-12T20:37:42.240Z | slp 41:36.347353038 |
1347 | 2024-08-12T20:37:42.240Z | lat 43.590196914 |
1348 | 2024-08-12T20:37:42.240Z | stop 1:38.092291993 |
1349 | 2024-08-12T20:37:42.240Z | + banner hack-check |
1350 | 2024-08-12T20:37:42.243Z | |
1351 | 2024-08-12T20:37:42.243Z | # # ## #### # # #### # # ###### #### # # |
1352 | 2024-08-12T20:37:42.243Z | # # # # # # # # # # # # # # # # # |
1353 | 2024-08-12T20:37:42.243Z | ###### # # # #### ##### # ###### ##### # #### |
1354 | 2024-08-12T20:37:42.243Z | # # ###### # # # # # # # # # # |
1355 | 2024-08-12T20:37:42.243Z | # # # # # # # # # # # # # # # # # |
1356 | 2024-08-12T20:37:42.243Z | # # # # #### # # #### # # ###### #### # # |
1357 | 2024-08-12T20:37:42.243Z | |
1358 | 2024-08-12T20:37:42.243Z | + export CARGO_INCREMENTAL=0 |
1359 | 2024-08-12T20:37:42.243Z | + CARGO_INCREMENTAL=0 |
1360 | 2024-08-12T20:37:42.243Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1361 | 2024-08-12T20:37:42.786Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1362 | 2024-08-12T20:37:46.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
1363 | 2024-08-12T20:37:46.219Z | Running `target/debug/xtask check-features --ci` |
1364 | 2024-08-12T20:37:46.237Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1365 | 2024-08-12T20:37:46.239Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1366 | 2024-08-12T20:37:46.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1367 | 2024-08-12T20:37:46.725Z | Running `target/debug/xtask download cargo-hack` |
1368 | 2024-08-12T20:37:47.502Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1369 | 2024-08-12T20:37:47.826Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1370 | 2024-08-12T20:37:52.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
1371 | 2024-08-12T20:37:52.179Z | Running `target/debug/xtask-downloader cargo-hack` |
1372 | 2024-08-12T20:37:52.210Z | Aug 12 20:37:51.611 INFO Starting download, target: CargoHack |
1373 | 2024-08-12T20:37:52.212Z | Aug 12 20:37:51.612 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1374 | 2024-08-12T20:37:52.762Z | Aug 12 20:37:52.164 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1375 | 2024-08-12T20:37:52.868Z | Aug 12 20:37:52.267 INFO Download complete, target: CargoHack |
1376 | 2024-08-12T20:37:52.872Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1377 | 2024-08-12T20:37:52.886Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1378 | 2024-08-12T20:37:53.033Z | info: running `cargo check --bins` on api_identity (1/147) |
1379 | 2024-08-12T20:37:53.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1380 | 2024-08-12T20:37:53.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1381 | 2024-08-12T20:37:53.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1382 | 2024-08-12T20:37:53.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1383 | 2024-08-12T20:37:53.617Z | |
1384 | 2024-08-12T20:37:53.617Z | info: running `cargo check --bins` on bootstore (2/147) |
1385 | 2024-08-12T20:37:54.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1386 | 2024-08-12T20:37:54.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1387 | 2024-08-12T20:37:54.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1388 | 2024-08-12T20:37:54.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1389 | 2024-08-12T20:37:54.244Z | |
1390 | 2024-08-12T20:37:54.244Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/147) |
1391 | 2024-08-12T20:37:54.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1392 | 2024-08-12T20:37:54.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1393 | 2024-08-12T20:37:54.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1394 | 2024-08-12T20:37:54.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1395 | 2024-08-12T20:37:54.847Z | |
1396 | 2024-08-12T20:37:54.847Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/147) |
1397 | 2024-08-12T20:37:55.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1398 | 2024-08-12T20:37:55.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1399 | 2024-08-12T20:37:55.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1400 | 2024-08-12T20:37:55.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1401 | 2024-08-12T20:37:55.453Z | |
1402 | 2024-08-12T20:37:55.453Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/147) |
1403 | 2024-08-12T20:37:55.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1404 | 2024-08-12T20:37:55.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1405 | 2024-08-12T20:37:55.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1406 | 2024-08-12T20:37:55.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1407 | 2024-08-12T20:37:55.898Z | |
1408 | 2024-08-12T20:37:55.898Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/147) |
1409 | 2024-08-12T20:37:56.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1410 | 2024-08-12T20:37:56.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1411 | 2024-08-12T20:37:56.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1412 | 2024-08-12T20:37:56.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1413 | 2024-08-12T20:37:56.351Z | |
1414 | 2024-08-12T20:37:56.351Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/147) |
1415 | 2024-08-12T20:37:56.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1416 | 2024-08-12T20:37:56.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1417 | 2024-08-12T20:37:56.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1418 | 2024-08-12T20:37:56.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1419 | 2024-08-12T20:37:56.800Z | |
1420 | 2024-08-12T20:37:56.800Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/147) |
1421 | 2024-08-12T20:37:57.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1422 | 2024-08-12T20:37:57.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1423 | 2024-08-12T20:37:57.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1424 | 2024-08-12T20:37:57.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1425 | 2024-08-12T20:37:57.256Z | |
1426 | 2024-08-12T20:37:57.256Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/147) |
1427 | 2024-08-12T20:37:57.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1428 | 2024-08-12T20:37:57.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1429 | 2024-08-12T20:37:57.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1430 | 2024-08-12T20:37:57.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1431 | 2024-08-12T20:37:57.710Z | |
1432 | 2024-08-12T20:37:57.710Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/147) |
1433 | 2024-08-12T20:37:58.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1434 | 2024-08-12T20:37:58.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1435 | 2024-08-12T20:37:58.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1436 | 2024-08-12T20:37:58.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1437 | 2024-08-12T20:37:58.160Z | |
1438 | 2024-08-12T20:37:58.160Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/147) |
1439 | 2024-08-12T20:37:58.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1440 | 2024-08-12T20:37:58.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1441 | 2024-08-12T20:37:58.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1442 | 2024-08-12T20:37:58.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1443 | 2024-08-12T20:37:58.612Z | |
1444 | 2024-08-12T20:37:58.612Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/147) |
1445 | 2024-08-12T20:37:59.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1446 | 2024-08-12T20:37:59.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1447 | 2024-08-12T20:37:59.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1448 | 2024-08-12T20:37:59.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1449 | 2024-08-12T20:37:59.057Z | |
1450 | 2024-08-12T20:37:59.057Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/147) |
1451 | 2024-08-12T20:37:59.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1452 | 2024-08-12T20:37:59.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1453 | 2024-08-12T20:37:59.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1454 | 2024-08-12T20:37:59.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1455 | 2024-08-12T20:37:59.504Z | |
1456 | 2024-08-12T20:37:59.504Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/147) |
1457 | 2024-08-12T20:37:59.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1458 | 2024-08-12T20:37:59.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1459 | 2024-08-12T20:37:59.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1460 | 2024-08-12T20:37:59.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1461 | 2024-08-12T20:37:59.935Z | |
1462 | 2024-08-12T20:37:59.935Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/147) |
1463 | 2024-08-12T20:38:00.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1464 | 2024-08-12T20:38:00.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1465 | 2024-08-12T20:38:00.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1466 | 2024-08-12T20:38:00.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1467 | 2024-08-12T20:38:00.383Z | |
1468 | 2024-08-12T20:38:00.384Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/147) |
1469 | 2024-08-12T20:38:00.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1470 | 2024-08-12T20:38:00.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1471 | 2024-08-12T20:38:00.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1472 | 2024-08-12T20:38:00.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1473 | 2024-08-12T20:38:00.833Z | |
1474 | 2024-08-12T20:38:00.833Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/147) |
1475 | 2024-08-12T20:38:01.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1476 | 2024-08-12T20:38:01.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1477 | 2024-08-12T20:38:01.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1478 | 2024-08-12T20:38:01.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1479 | 2024-08-12T20:38:01.280Z | |
1480 | 2024-08-12T20:38:01.280Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/147) |
1481 | 2024-08-12T20:38:01.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1482 | 2024-08-12T20:38:01.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1483 | 2024-08-12T20:38:01.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1484 | 2024-08-12T20:38:01.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1485 | 2024-08-12T20:38:01.736Z | |
1486 | 2024-08-12T20:38:01.736Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/147) |
1487 | 2024-08-12T20:38:02.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1488 | 2024-08-12T20:38:02.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1489 | 2024-08-12T20:38:02.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1490 | 2024-08-12T20:38:02.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1491 | 2024-08-12T20:38:02.191Z | |
1492 | 2024-08-12T20:38:02.191Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/147) |
1493 | 2024-08-12T20:38:02.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1494 | 2024-08-12T20:38:02.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1495 | 2024-08-12T20:38:02.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1496 | 2024-08-12T20:38:02.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1497 | 2024-08-12T20:38:02.641Z | |
1498 | 2024-08-12T20:38:02.641Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/147) |
1499 | 2024-08-12T20:38:03.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1500 | 2024-08-12T20:38:03.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1501 | 2024-08-12T20:38:03.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1502 | 2024-08-12T20:38:03.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1503 | 2024-08-12T20:38:03.090Z | |
1504 | 2024-08-12T20:38:03.090Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/147) |
1505 | 2024-08-12T20:38:03.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1506 | 2024-08-12T20:38:03.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1507 | 2024-08-12T20:38:03.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1508 | 2024-08-12T20:38:03.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1509 | 2024-08-12T20:38:03.545Z | |
1510 | 2024-08-12T20:38:03.545Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/147) |
1511 | 2024-08-12T20:38:03.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1512 | 2024-08-12T20:38:03.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1513 | 2024-08-12T20:38:03.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1514 | 2024-08-12T20:38:03.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1515 | 2024-08-12T20:38:04.001Z | |
1516 | 2024-08-12T20:38:04.001Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/147) |
1517 | 2024-08-12T20:38:04.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1518 | 2024-08-12T20:38:04.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1519 | 2024-08-12T20:38:04.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1520 | 2024-08-12T20:38:04.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1521 | 2024-08-12T20:38:04.446Z | |
1522 | 2024-08-12T20:38:04.446Z | info: running `cargo check --bins` on sled-hardware-types (25/147) |
1523 | 2024-08-12T20:38:05.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1524 | 2024-08-12T20:38:05.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1525 | 2024-08-12T20:38:05.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1526 | 2024-08-12T20:38:05.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1527 | 2024-08-12T20:38:05.060Z | |
1528 | 2024-08-12T20:38:05.060Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/147) |
1529 | 2024-08-12T20:38:05.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1530 | 2024-08-12T20:38:05.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1531 | 2024-08-12T20:38:05.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1532 | 2024-08-12T20:38:05.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1533 | 2024-08-12T20:38:05.674Z | |
1534 | 2024-08-12T20:38:05.674Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/147) |
1535 | 2024-08-12T20:38:06.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1536 | 2024-08-12T20:38:06.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1537 | 2024-08-12T20:38:06.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1538 | 2024-08-12T20:38:06.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1539 | 2024-08-12T20:38:06.294Z | |
1540 | 2024-08-12T20:38:06.294Z | info: running `cargo check --bins` on oxlog (28/147) |
1541 | 2024-08-12T20:38:06.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1542 | 2024-08-12T20:38:06.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1543 | 2024-08-12T20:38:06.877Z | Checking cfg-if v1.0.0 |
1544 | 2024-08-12T20:38:06.881Z | Checking libc v0.2.155 |
1545 | 2024-08-12T20:38:06.960Z | Checking memchr v2.7.2 |
1546 | 2024-08-12T20:38:06.974Z | Checking serde v1.0.205 |
1547 | 2024-08-12T20:38:06.981Z | Checking scopeguard v1.2.0 |
1548 | 2024-08-12T20:38:06.989Z | Checking byteorder v1.5.0 |
1549 | 2024-08-12T20:38:06.992Z | Checking log v0.4.21 |
1550 | 2024-08-12T20:38:07.013Z | Checking zeroize v1.7.0 |
1551 | 2024-08-12T20:38:07.016Z | Checking once_cell v1.19.0 |
1552 | 2024-08-12T20:38:07.100Z | Checking lock_api v0.4.12 |
1553 | 2024-08-12T20:38:07.268Z | Checking itoa v1.0.11 |
1554 | 2024-08-12T20:38:07.283Z | Checking pin-project-lite v0.2.14 |
1555 | 2024-08-12T20:38:07.286Z | Checking typenum v1.17.0 |
1556 | 2024-08-12T20:38:07.376Z | Checking smallvec v1.13.2 |
1557 | 2024-08-12T20:38:07.416Z | Checking zerocopy v0.7.34 |
1558 | 2024-08-12T20:38:07.478Z | Checking futures-core v0.3.30 |
1559 | 2024-08-12T20:38:07.491Z | Checking spin v0.9.8 |
1560 | 2024-08-12T20:38:07.647Z | Checking tinyvec_macros v0.1.1 |
1561 | 2024-08-12T20:38:07.726Z | Checking subtle v2.5.0 |
1562 | 2024-08-12T20:38:07.739Z | Checking tinyvec v1.6.0 |
1563 | 2024-08-12T20:38:07.795Z | Checking const-oid v0.9.6 |
1564 | 2024-08-12T20:38:07.810Z | Checking unicode-bidi v0.3.15 |
1565 | 2024-08-12T20:38:07.989Z | Checking futures-sink v0.3.30 |
1566 | 2024-08-12T20:38:08.050Z | Checking getrandom v0.2.14 |
1567 | 2024-08-12T20:38:08.120Z | Checking signal-hook-registry v1.4.2 |
1568 | 2024-08-12T20:38:08.307Z | Checking rand_core v0.6.4 |
1569 | 2024-08-12T20:38:08.352Z | Checking parking_lot_core v0.9.10 |
1570 | 2024-08-12T20:38:08.382Z | Checking mio v0.8.11 |
1571 | 2024-08-12T20:38:08.588Z | Checking num_cpus v1.16.0 |
1572 | 2024-08-12T20:38:08.636Z | Checking generic-array v0.14.7 |
1573 | 2024-08-12T20:38:08.662Z | Checking parking_lot v0.12.2 |
1574 | 2024-08-12T20:38:08.700Z | Checking socket2 v0.5.7 |
1575 | 2024-08-12T20:38:08.815Z | Checking ahash v0.8.11 |
1576 | 2024-08-12T20:38:08.980Z | Checking allocator-api2 v0.2.18 |
1577 | 2024-08-12T20:38:08.993Z | Checking libm v0.2.8 |
1578 | 2024-08-12T20:38:09.042Z | Checking unicode-normalization v0.1.23 |
1579 | 2024-08-12T20:38:09.189Z | Checking equivalent v1.0.1 |
1580 | 2024-08-12T20:38:09.285Z | Checking ryu v1.0.18 |
1581 | 2024-08-12T20:38:09.336Z | Checking futures-channel v0.3.30 |
1582 | 2024-08-12T20:38:09.703Z | Checking slab v0.4.9 |
1583 | 2024-08-12T20:38:09.730Z | Checking futures-task v0.3.30 |
1584 | 2024-08-12T20:38:09.730Z | Checking hashbrown v0.14.5 |
1585 | 2024-08-12T20:38:09.730Z | Checking pin-utils v0.1.0 |
1586 | 2024-08-12T20:38:09.749Z | Checking futures-io v0.3.30 |
1587 | 2024-08-12T20:38:09.763Z | Checking crypto-common v0.1.6 |
1588 | 2024-08-12T20:38:09.763Z | Checking block-buffer v0.10.4 |
1589 | 2024-08-12T20:38:09.786Z | Checking ppv-lite86 v0.2.17 |
1590 | 2024-08-12T20:38:09.903Z | Checking percent-encoding v2.3.1 |
1591 | 2024-08-12T20:38:09.906Z | Checking futures-util v0.3.30 |
1592 | 2024-08-12T20:38:09.927Z | Checking num-traits v0.2.19 |
1593 | 2024-08-12T20:38:09.946Z | Checking tracing-core v0.1.32 |
1594 | 2024-08-12T20:38:09.960Z | Checking digest v0.10.7 |
1595 | 2024-08-12T20:38:10.105Z | Checking untrusted v0.9.0 |
1596 | 2024-08-12T20:38:10.258Z | Checking fnv v1.0.7 |
1597 | 2024-08-12T20:38:10.319Z | Checking ring v0.17.8 |
1598 | 2024-08-12T20:38:10.373Z | Checking thiserror v1.0.63 |
1599 | 2024-08-12T20:38:10.430Z | Checking rand_chacha v0.3.1 |
1600 | 2024-08-12T20:38:10.495Z | Checking base64ct v1.6.0 |
1601 | 2024-08-12T20:38:10.572Z | Checking tracing v0.1.40 |
1602 | 2024-08-12T20:38:10.755Z | Checking foreign-types-shared v0.1.1 |
1603 | 2024-08-12T20:38:10.796Z | Checking rand v0.8.5 |
1604 | 2024-08-12T20:38:10.850Z | Checking powerfmt v0.2.0 |
1605 | 2024-08-12T20:38:10.907Z | Checking pem-rfc7468 v0.7.0 |
1606 | 2024-08-12T20:38:10.911Z | Checking foreign-types v0.3.2 |
1607 | 2024-08-12T20:38:10.986Z | Checking hmac v0.12.1 |
1608 | 2024-08-12T20:38:11.110Z | Checking deranged v0.3.11 |
1609 | 2024-08-12T20:38:11.168Z | Checking form_urlencoded v1.2.1 |
1610 | 2024-08-12T20:38:11.187Z | Checking openssl-sys v0.9.103 |
1611 | 2024-08-12T20:38:11.350Z | Checking num-conv v0.1.0 |
1612 | 2024-08-12T20:38:11.597Z | Checking unicode-ident v1.0.12 |
1613 | 2024-08-12T20:38:11.597Z | Checking try-lock v0.2.5 |
1614 | 2024-08-12T20:38:11.736Z | Checking siphasher v0.3.11 |
1615 | 2024-08-12T20:38:11.757Z | Checking flagset v0.4.5 |
1616 | 2024-08-12T20:38:11.912Z | Checking bytes v1.7.1 |
1617 | 2024-08-12T20:38:11.945Z | Checking bitflags v2.6.0 |
1618 | 2024-08-12T20:38:12.017Z | Checking indexmap v2.3.0 |
1619 | 2024-08-12T20:38:12.053Z | Checking serde_json v1.0.122 |
1620 | 2024-08-12T20:38:12.104Z | Checking time-core v0.1.2 |
1621 | 2024-08-12T20:38:12.233Z | Checking num_threads v0.1.7 |
1622 | 2024-08-12T20:38:12.247Z | Checking rustls-webpki v0.101.7 |
1623 | 2024-08-12T20:38:12.336Z | Checking sct v0.7.1 |
1624 | 2024-08-12T20:38:12.448Z | Checking openssl v0.10.66 |
1625 | 2024-08-12T20:38:12.529Z | Checking der v0.7.9 |
1626 | 2024-08-12T20:38:12.688Z | Checking tokio v1.38.1 |
1627 | 2024-08-12T20:38:12.929Z | Checking http v0.2.12 |
1628 | 2024-08-12T20:38:12.963Z | Checking time v0.3.36 |
1629 | 2024-08-12T20:38:13.317Z | Checking uuid v1.10.0 |
1630 | 2024-08-12T20:38:13.674Z | Checking proc-macro2 v1.0.86 |
1631 | 2024-08-12T20:38:13.911Z | Checking want v0.3.1 |
1632 | 2024-08-12T20:38:14.131Z | Checking idna v0.5.0 |
1633 | 2024-08-12T20:38:14.305Z | Checking http-body v0.4.6 |
1634 | 2024-08-12T20:38:14.344Z | Checking errno v0.3.9 |
1635 | 2024-08-12T20:38:14.370Z | Checking httparse v1.8.0 |
1636 | 2024-08-12T20:38:14.503Z | Checking lazy_static v1.5.0 |
1637 | 2024-08-12T20:38:14.612Z | Checking aho-corasick v1.1.3 |
1638 | 2024-08-12T20:38:14.670Z | Checking scroll v0.12.0 |
1639 | 2024-08-12T20:38:14.785Z | Checking ucd-trie v0.1.6 |
1640 | 2024-08-12T20:38:14.905Z | Checking httpdate v1.0.3 |
1641 | 2024-08-12T20:38:14.937Z | Checking openssl-probe v0.1.5 |
1642 | 2024-08-12T20:38:14.968Z | Checking anstyle v1.0.8 |
1643 | 2024-08-12T20:38:15.073Z | Checking adler v1.0.2 |
1644 | 2024-08-12T20:38:15.113Z | Checking tower-service v0.3.2 |
1645 | 2024-08-12T20:38:15.127Z | Checking cpufeatures v0.2.12 |
1646 | 2024-08-12T20:38:15.204Z | Checking plain v0.2.3 |
1647 | 2024-08-12T20:38:15.226Z | Checking finl_unicode v1.2.0 |
1648 | 2024-08-12T20:38:15.232Z | Checking regex-syntax v0.8.3 |
1649 | 2024-08-12T20:38:15.302Z | Checking utf8parse v0.2.1 |
1650 | 2024-08-12T20:38:15.337Z | Checking iana-time-zone v0.1.60 |
1651 | 2024-08-12T20:38:15.424Z | Checking goblin v0.8.2 |
1652 | 2024-08-12T20:38:15.443Z | Checking anstyle-parse v0.2.4 |
1653 | 2024-08-12T20:38:15.470Z | Checking chrono v0.4.38 |
1654 | 2024-08-12T20:38:15.719Z | Checking miniz_oxide v0.7.2 |
1655 | 2024-08-12T20:38:15.798Z | Checking stringprep v0.1.4 |
1656 | 2024-08-12T20:38:16.056Z | Checking sha2 v0.10.8 |
1657 | 2024-08-12T20:38:16.231Z | Checking pest v2.7.10 |
1658 | 2024-08-12T20:38:16.390Z | Checking url v2.5.2 |
1659 | 2024-08-12T20:38:16.608Z | Checking rustix v0.38.34 |
1660 | 2024-08-12T20:38:17.208Z | Checking spki v0.7.3 |
1661 | 2024-08-12T20:38:17.503Z | Checking quote v1.0.36 |
1662 | 2024-08-12T20:38:17.590Z | Checking rustls v0.21.12 |
1663 | 2024-08-12T20:38:17.841Z | Checking serde_spanned v0.6.7 |
1664 | 2024-08-12T20:38:17.923Z | Checking native-tls v0.2.11 |
1665 | 2024-08-12T20:38:18.017Z | Checking toml_datetime v0.6.8 |
1666 | 2024-08-12T20:38:18.222Z | Checking num-integer v0.1.46 |
1667 | 2024-08-12T20:38:18.283Z | Checking md-5 v0.10.6 |
1668 | 2024-08-12T20:38:18.403Z | Checking regex-automata v0.4.6 |
1669 | 2024-08-12T20:38:18.499Z | Checking idna v0.3.0 |
1670 | 2024-08-12T20:38:18.652Z | Checking hash32 v0.2.1 |
1671 | 2024-08-12T20:38:18.677Z | Checking fallible-iterator v0.2.0 |
1672 | 2024-08-12T20:38:18.738Z | Checking pretty-hex v0.4.1 |
1673 | 2024-08-12T20:38:18.912Z | Checking psl-types v2.0.11 |
1674 | 2024-08-12T20:38:18.940Z | Checking colorchoice v1.0.1 |
1675 | 2024-08-12T20:38:19.061Z | Checking stable_deref_trait v1.2.0 |
1676 | 2024-08-12T20:38:19.075Z | Checking anstyle-query v1.0.3 |
1677 | 2024-08-12T20:38:19.152Z | Checking is_terminal_polyfill v1.70.0 |
1678 | 2024-08-12T20:38:19.186Z | Checking base64 v0.22.1 |
1679 | 2024-08-12T20:38:19.262Z | Checking gimli v0.28.1 |
1680 | 2024-08-12T20:38:19.276Z | Checking anstream v0.6.14 |
1681 | 2024-08-12T20:38:19.337Z | Checking publicsuffix v2.2.3 |
1682 | 2024-08-12T20:38:19.525Z | Checking tokio-util v0.7.11 |
1683 | 2024-08-12T20:38:19.565Z | Checking tokio-native-tls v0.3.1 |
1684 | 2024-08-12T20:38:19.623Z | Checking heapless v0.7.17 |
1685 | 2024-08-12T20:38:19.663Z | Checking postgres-protocol v0.6.7 |
1686 | 2024-08-12T20:38:19.813Z | Checking dtrace-parser v0.2.0 |
1687 | 2024-08-12T20:38:20.291Z | Checking terminal_size v0.3.0 |
1688 | 2024-08-12T20:38:20.320Z | Checking syn v2.0.72 |
1689 | 2024-08-12T20:38:20.331Z | Checking dof v0.3.0 |
1690 | 2024-08-12T20:38:20.356Z | Checking h2 v0.3.26 |
1691 | 2024-08-12T20:38:20.441Z | Checking pkcs8 v0.10.2 |
1692 | 2024-08-12T20:38:20.639Z | Checking cookie v0.17.0 |
1693 | 2024-08-12T20:38:20.685Z | Checking tokio-rustls v0.24.1 |
1694 | 2024-08-12T20:38:20.702Z | Checking phf_shared v0.11.2 |
1695 | 2024-08-12T20:38:20.915Z | Checking signal-hook v0.3.17 |
1696 | 2024-08-12T20:38:20.984Z | Checking block-padding v0.3.3 |
1697 | 2024-08-12T20:38:21.032Z | Checking ff v0.13.0 |
1698 | 2024-08-12T20:38:21.043Z | Checking thread-id v4.2.1 |
1699 | 2024-08-12T20:38:21.135Z | Checking object v0.32.2 |
1700 | 2024-08-12T20:38:21.176Z | Checking matches v0.1.10 |
1701 | 2024-08-12T20:38:21.224Z | Checking rustc-demangle v0.1.24 |
1702 | 2024-08-12T20:38:21.238Z | Checking bitflags v1.3.2 |
1703 | 2024-08-12T20:38:21.252Z | Checking bit-vec v0.6.3 |
1704 | 2024-08-12T20:38:21.326Z | Checking winnow v0.5.40 |
1705 | 2024-08-12T20:38:21.577Z | Checking either v1.13.0 |
1706 | 2024-08-12T20:38:21.645Z | Checking managed v0.8.0 |
1707 | 2024-08-12T20:38:21.956Z | Checking clap_lex v0.7.0 |
1708 | 2024-08-12T20:38:22.021Z | Checking base16ct v0.2.0 |
1709 | 2024-08-12T20:38:22.191Z | Checking strsim v0.11.1 |
1710 | 2024-08-12T20:38:22.209Z | Checking regex-automata v0.1.10 |
1711 | 2024-08-12T20:38:22.478Z | Checking base64 v0.21.7 |
1712 | 2024-08-12T20:38:22.593Z | Checking ipnet v2.9.0 |
1713 | 2024-08-12T20:38:22.956Z | Checking rustls-pemfile v1.0.4 |
1714 | 2024-08-12T20:38:23.031Z | Checking regex v1.10.6 |
1715 | 2024-08-12T20:38:23.053Z | Checking bstr v0.2.17 |
1716 | 2024-08-12T20:38:23.135Z | Checking clap_builder v4.5.13 |
1717 | 2024-08-12T20:38:23.138Z | Checking addr2line v0.21.0 |
1718 | 2024-08-12T20:38:23.648Z | Checking sec1 v0.7.3 |
1719 | 2024-08-12T20:38:23.662Z | Checking smoltcp v0.9.1 |
1720 | 2024-08-12T20:38:23.877Z | Checking idna v0.2.3 |
1721 | 2024-08-12T20:38:24.024Z | Checking signal-hook-mio v0.2.3 |
1722 | 2024-08-12T20:38:24.162Z | Checking group v0.13.0 |
1723 | 2024-08-12T20:38:24.278Z | Checking toml_edit v0.19.15 |
1724 | 2024-08-12T20:38:24.394Z | Checking inout v0.1.3 |
1725 | 2024-08-12T20:38:24.609Z | Checking cookie_store v0.20.0 |
1726 | 2024-08-12T20:38:24.735Z | Checking phf v0.11.2 |
1727 | 2024-08-12T20:38:25.002Z | Checking postgres-types v0.2.7 |
1728 | 2024-08-12T20:38:25.113Z | Checking num-bigint v0.4.5 |
1729 | 2024-08-12T20:38:25.219Z | Checking futures-executor v0.3.30 |
1730 | 2024-08-12T20:38:25.437Z | Checking phf_shared v0.10.0 |
1731 | 2024-08-12T20:38:25.690Z | Checking hubpack v0.1.2 |
1732 | 2024-08-12T20:38:25.693Z | Checking serde_urlencoded v0.7.1 |
1733 | 2024-08-12T20:38:25.987Z | Checking float-cmp v0.9.0 |
1734 | 2024-08-12T20:38:26.083Z | Checking hkdf v0.12.4 |
1735 | 2024-08-12T20:38:26.148Z | Checking zerocopy v0.6.6 |
1736 | 2024-08-12T20:38:26.161Z | Checking crossbeam-utils v0.8.19 |
1737 | 2024-08-12T20:38:26.293Z | Checking crc32fast v1.4.0 |
1738 | 2024-08-12T20:38:26.452Z | Checking hyper v0.14.30 |
1739 | 2024-08-12T20:38:26.496Z | Checking crypto-bigint v0.5.5 |
1740 | 2024-08-12T20:38:26.602Z | Checking usdt-impl v0.5.0 |
1741 | 2024-08-12T20:38:26.784Z | Checking memmap v0.7.0 |
1742 | 2024-08-12T20:38:26.831Z | Checking encoding_rs v0.8.34 |
1743 | 2024-08-12T20:38:26.868Z | Checking normalize-line-endings v0.3.0 |
1744 | 2024-08-12T20:38:26.971Z | Checking data-encoding v2.6.0 |
1745 | 2024-08-12T20:38:26.984Z | Checking predicates-core v1.0.6 |
1746 | 2024-08-12T20:38:27.111Z | Checking backtrace v0.3.71 |
1747 | 2024-08-12T20:38:27.125Z | Checking unicode-segmentation v1.11.0 |
1748 | 2024-08-12T20:38:27.138Z | Checking minimal-lexical v0.2.1 |
1749 | 2024-08-12T20:38:27.523Z | Checking whoami v1.5.1 |
1750 | 2024-08-12T20:38:27.604Z | Checking unicode-width v0.1.13 |
1751 | 2024-08-12T20:38:27.630Z | Checking winnow v0.6.18 |
1752 | 2024-08-12T20:38:27.690Z | Checking precomputed-hash v0.1.1 |
1753 | 2024-08-12T20:38:27.736Z | Checking fixedbitset v0.4.2 |
1754 | 2024-08-12T20:38:27.781Z | Checking mime v0.3.17 |
1755 | 2024-08-12T20:38:27.796Z | Checking difflib v0.4.0 |
1756 | 2024-08-12T20:38:27.808Z | Checking webpki-roots v0.25.4 |
1757 | 2024-08-12T20:38:27.950Z | Checking dyn-clone v1.0.17 |
1758 | 2024-08-12T20:38:27.986Z | Checking static_assertions v1.1.0 |
1759 | 2024-08-12T20:38:28.073Z | Checking sync_wrapper v0.1.2 |
1760 | 2024-08-12T20:38:28.084Z | Checking new_debug_unreachable v1.0.6 |
1761 | 2024-08-12T20:38:28.088Z | Checking schemars v0.8.21 |
1762 | 2024-08-12T20:38:28.113Z | Checking predicates v3.1.2 |
1763 | 2024-08-12T20:38:28.155Z | Checking string_cache v0.8.7 |
1764 | 2024-08-12T20:38:28.182Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1765 | 2024-08-12T20:38:28.427Z | Checking petgraph v0.6.5 |
1766 | 2024-08-12T20:38:28.776Z | Checking tokio-postgres v0.7.11 |
1767 | 2024-08-12T20:38:29.156Z | Checking console v0.15.8 |
1768 | 2024-08-12T20:38:29.297Z | Checking elliptic-curve v0.13.8 |
1769 | 2024-08-12T20:38:29.733Z | Checking similar v2.5.0 |
1770 | 2024-08-12T20:38:29.775Z | Checking anyhow v1.0.86 |
1771 | 2024-08-12T20:38:29.935Z | Checking trust-dns-proto v0.22.0 |
1772 | 2024-08-12T20:38:30.134Z | Checking yasna v0.5.2 |
1773 | 2024-08-12T20:38:30.537Z | Checking toml_edit v0.22.20 |
1774 | 2024-08-12T20:38:30.557Z | Checking nom v7.1.3 |
1775 | 2024-08-12T20:38:31.031Z | Checking usdt v0.5.0 |
1776 | 2024-08-12T20:38:31.286Z | Checking crossbeam-epoch v0.9.18 |
1777 | 2024-08-12T20:38:31.701Z | Checking toml v0.7.8 |
1778 | 2024-08-12T20:38:31.721Z | Checking flate2 v1.0.31 |
1779 | 2024-08-12T20:38:31.790Z | Checking clap v4.5.13 |
1780 | 2024-08-12T20:38:31.892Z | Checking futures v0.3.30 |
1781 | 2024-08-12T20:38:32.000Z | Checking cipher v0.4.4 |
1782 | 2024-08-12T20:38:32.354Z | Checking crossterm v0.27.0 |
1783 | 2024-08-12T20:38:32.386Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1784 | 2024-08-12T20:38:32.395Z | Checking bstr v1.9.1 |
1785 | 2024-08-12T20:38:32.413Z | Checking itertools v0.12.1 |
1786 | 2024-08-12T20:38:32.578Z | Checking hyper-tls v0.5.0 |
1787 | 2024-08-12T20:38:32.846Z | Checking hyper-rustls v0.24.2 |
1788 | 2024-08-12T20:38:33.157Z | Checking reqwest v0.11.27 |
1789 | 2024-08-12T20:38:33.185Z | Checking itertools v0.10.5 |
1790 | 2024-08-12T20:38:33.194Z | Checking bit-set v0.5.3 |
1791 | 2024-08-12T20:38:33.303Z | Checking tokio-stream v0.1.15 |
1792 | 2024-08-12T20:38:33.457Z | Checking fs-err v2.11.0 |
1793 | 2024-08-12T20:38:33.472Z | Checking num-iter v0.1.45 |
1794 | 2024-08-12T20:38:33.579Z | Checking slog v2.7.0 |
1795 | 2024-08-12T20:38:33.809Z | Checking openapiv3 v2.0.0 |
1796 | 2024-08-12T20:38:33.945Z | Checking semver v1.0.23 |
1797 | 2024-08-12T20:38:34.000Z | Checking hex v0.4.3 |
1798 | 2024-08-12T20:38:34.016Z | Checking lalrpop-util v0.19.12 |
1799 | 2024-08-12T20:38:34.121Z | Checking peg-runtime v0.8.3 |
1800 | 2024-08-12T20:38:34.272Z | Checking camino v1.1.7 |
1801 | 2024-08-12T20:38:34.323Z | Checking sigpipe v0.1.3 |
1802 | 2024-08-12T20:38:39.941Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1803 | 2024-08-12T20:38:40.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.34s |
1804 | 2024-08-12T20:38:40.012Z | |
1805 | 2024-08-12T20:38:40.012Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/147) |
1806 | 2024-08-12T20:38:40.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1807 | 2024-08-12T20:38:40.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1808 | 2024-08-12T20:38:40.053Z | Compiling regress v0.9.1 |
1809 | 2024-08-12T20:38:40.053Z | Checking sha1 v0.10.6 |
1810 | 2024-08-12T20:38:40.053Z | Checking strum v0.26.3 |
1811 | 2024-08-12T20:38:40.053Z | Checking heck v0.5.0 |
1812 | 2024-08-12T20:38:40.053Z | Compiling getopts v0.2.21 |
1813 | 2024-08-12T20:38:40.053Z | Checking dirs-sys-next v0.1.2 |
1814 | 2024-08-12T20:38:40.053Z | Compiling unsafe-libyaml v0.2.11 |
1815 | 2024-08-12T20:38:40.053Z | Checking http v1.1.0 |
1816 | 2024-08-12T20:38:40.053Z | Checking dirs-next v2.0.0 |
1817 | 2024-08-12T20:38:40.054Z | Checking thread_local v1.1.8 |
1818 | 2024-08-12T20:38:40.054Z | Compiling ident_case v1.0.1 |
1819 | 2024-08-12T20:38:40.054Z | Checking rustls-pki-types v1.7.0 |
1820 | 2024-08-12T20:38:40.054Z | Compiling darling_core v0.20.9 |
1821 | 2024-08-12T20:38:40.054Z | Checking term v0.7.0 |
1822 | 2024-08-12T20:38:40.054Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1823 | 2024-08-12T20:38:40.054Z | Checking crossbeam-channel v0.5.12 |
1824 | 2024-08-12T20:38:40.054Z | Checking is-terminal v0.4.12 |
1825 | 2024-08-12T20:38:40.054Z | Checking atty v0.2.14 |
1826 | 2024-08-12T20:38:40.054Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1827 | 2024-08-12T20:38:40.054Z | Compiling paste v1.0.15 |
1828 | 2024-08-12T20:38:40.054Z | Compiling serde_yaml v0.9.34+deprecated |
1829 | 2024-08-12T20:38:40.054Z | Checking termcolor v1.4.1 |
1830 | 2024-08-12T20:38:40.054Z | Checking humantime v2.1.0 |
1831 | 2024-08-12T20:38:40.054Z | Checking utf-8 v0.7.6 |
1832 | 2024-08-12T20:38:40.054Z | Compiling rustls v0.22.4 |
1833 | 2024-08-12T20:38:40.054Z | Checking take_mut v0.2.2 |
1834 | 2024-08-12T20:38:40.054Z | Checking env_logger v0.9.3 |
1835 | 2024-08-12T20:38:40.054Z | Checking slog-async v2.8.0 |
1836 | 2024-08-12T20:38:40.054Z | Checking slog-term v2.9.1 |
1837 | 2024-08-12T20:38:40.054Z | Checking rustls-webpki v0.102.4 |
1838 | 2024-08-12T20:38:40.054Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1839 | 2024-08-12T20:38:40.054Z | Compiling proc-macro-crate v1.3.1 |
1840 | 2024-08-12T20:38:40.060Z | Compiling bitstruct_derive v0.1.0 |
1841 | 2024-08-12T20:38:40.140Z | Compiling structmeta-derive v0.3.0 |
1842 | 2024-08-12T20:38:40.434Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1843 | 2024-08-12T20:38:40.554Z | Compiling multer v3.1.0 |
1844 | 2024-08-12T20:38:40.842Z | Checking ascii v1.1.0 |
1845 | 2024-08-12T20:38:40.942Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1846 | 2024-08-12T20:38:40.957Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1847 | 2024-08-12T20:38:41.243Z | Checking match_cfg v0.1.0 |
1848 | 2024-08-12T20:38:41.327Z | Checking hostname v0.3.1 |
1849 | 2024-08-12T20:38:41.436Z | Checking bitstruct v0.1.1 |
1850 | 2024-08-12T20:38:41.451Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1851 | 2024-08-12T20:38:41.556Z | Compiling num_enum_derive v0.5.11 |
1852 | 2024-08-12T20:38:42.415Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1853 | 2024-08-12T20:38:42.615Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-08-12T20:38:43.161Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1855 | 2024-08-12T20:38:43.225Z | Compiling structmeta v0.3.0 |
1856 | 2024-08-12T20:38:43.348Z | Checking slog-json v2.6.1 |
1857 | 2024-08-12T20:38:43.441Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1858 | 2024-08-12T20:38:43.589Z | Checking erased-serde v0.3.31 |
1859 | 2024-08-12T20:38:43.653Z | Checking serde_arrays v0.1.0 |
1860 | 2024-08-12T20:38:43.701Z | Compiling foreign-types-macros v0.2.3 |
1861 | 2024-08-12T20:38:43.790Z | Compiling async-stream-impl v0.3.5 |
1862 | 2024-08-12T20:38:44.056Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1863 | 2024-08-12T20:38:44.240Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1864 | 2024-08-12T20:38:44.367Z | Checking atomic-waker v1.1.2 |
1865 | 2024-08-12T20:38:44.497Z | Checking arc-swap v1.7.1 |
1866 | 2024-08-12T20:38:44.532Z | Checking foreign-types-shared v0.3.1 |
1867 | 2024-08-12T20:38:44.649Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1868 | 2024-08-12T20:38:44.667Z | Checking waitgroup v0.1.2 |
1869 | 2024-08-12T20:38:44.860Z | Checking num_enum v0.5.11 |
1870 | 2024-08-12T20:38:44.903Z | Checking slog-scope v4.4.0 |
1871 | 2024-08-12T20:38:44.994Z | Compiling darling_macro v0.20.9 |
1872 | 2024-08-12T20:38:45.010Z | Checking foreign-types v0.5.0 |
1873 | 2024-08-12T20:38:45.013Z | Compiling parse-display-derive v0.9.1 |
1874 | 2024-08-12T20:38:45.085Z | Checking slog-bunyan v2.5.0 |
1875 | 2024-08-12T20:38:45.113Z | Compiling proc-macro-error v1.0.4 |
1876 | 2024-08-12T20:38:45.135Z | Checking async-stream v0.3.5 |
1877 | 2024-08-12T20:38:45.446Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1878 | 2024-08-12T20:38:45.549Z | Checking toml v0.8.19 |
1879 | 2024-08-12T20:38:45.781Z | Checking tungstenite v0.20.1 |
1880 | 2024-08-12T20:38:45.796Z | Checking rustls-pemfile v2.1.3 |
1881 | 2024-08-12T20:38:45.936Z | Compiling darling v0.20.9 |
1882 | 2024-08-12T20:38:46.028Z | Compiling heck v0.3.3 |
1883 | 2024-08-12T20:38:46.056Z | Compiling serde_with_macros v3.8.3 |
1884 | 2024-08-12T20:38:46.262Z | Checking tokio-rustls v0.25.0 |
1885 | 2024-08-12T20:38:46.278Z | Checking newtype-uuid v1.1.0 |
1886 | 2024-08-12T20:38:46.436Z | Checking ipnetwork v0.20.0 |
1887 | 2024-08-12T20:38:46.514Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1888 | 2024-08-12T20:38:46.624Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1889 | 2024-08-12T20:38:46.640Z | Checking serde_path_to_error v0.1.16 |
1890 | 2024-08-12T20:38:46.776Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1891 | 2024-08-12T20:38:47.259Z | Checking hostname v0.4.0 |
1892 | 2024-08-12T20:38:47.385Z | Checking cstr-argument v0.1.2 |
1893 | 2024-08-12T20:38:47.552Z | Checking instant v0.1.12 |
1894 | 2024-08-12T20:38:47.567Z | Checking debug-ignore v1.0.5 |
1895 | 2024-08-12T20:38:47.597Z | Checking pretty-hex v0.2.1 |
1896 | 2024-08-12T20:38:47.665Z | Checking fastrand v2.1.0 |
1897 | 2024-08-12T20:38:47.707Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1898 | 2024-08-12T20:38:47.756Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1899 | 2024-08-12T20:38:47.991Z | Checking tempfile v3.10.1 |
1900 | 2024-08-12T20:38:48.024Z | Checking backoff v0.4.0 |
1901 | 2024-08-12T20:38:48.038Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1902 | 2024-08-12T20:38:48.315Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1903 | 2024-08-12T20:38:48.366Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1904 | 2024-08-12T20:38:48.450Z | Checking tokio-tungstenite v0.20.1 |
1905 | 2024-08-12T20:38:48.492Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1906 | 2024-08-12T20:38:48.699Z | Compiling zone_cfg_derive v0.1.2 |
1907 | 2024-08-12T20:38:48.702Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1908 | 2024-08-12T20:38:48.902Z | Checking slog-stdlog v4.1.1 |
1909 | 2024-08-12T20:38:49.045Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1910 | 2024-08-12T20:38:49.067Z | Checking serde_with v3.8.3 |
1911 | 2024-08-12T20:38:49.193Z | Checking tungstenite v0.21.0 |
1912 | 2024-08-12T20:38:49.444Z | Checking colored v2.1.0 |
1913 | 2024-08-12T20:38:49.742Z | Checking macaddr v1.0.1 |
1914 | 2024-08-12T20:38:49.789Z | Checking parse-display v0.9.1 |
1915 | 2024-08-12T20:38:50.022Z | Checking socket2 v0.4.10 |
1916 | 2024-08-12T20:38:50.057Z | Checking base64 v0.13.1 |
1917 | 2024-08-12T20:38:50.086Z | Checking tokio-tungstenite v0.21.0 |
1918 | 2024-08-12T20:38:50.189Z | Checking zone v0.1.8 |
1919 | 2024-08-12T20:38:50.449Z | Checking ron v0.7.1 |
1920 | 2024-08-12T20:38:50.559Z | Checking slog-envlogger v2.2.0 |
1921 | 2024-08-12T20:38:50.759Z | Checking pem v3.0.4 |
1922 | 2024-08-12T20:38:50.826Z | Checking tabwriter v1.4.0 |
1923 | 2024-08-12T20:38:51.021Z | Checking xattr v1.3.1 |
1924 | 2024-08-12T20:38:51.054Z | Checking portpicker v0.1.1 |
1925 | 2024-08-12T20:38:51.190Z | Checking headers-core v0.2.0 |
1926 | 2024-08-12T20:38:51.212Z | Checking smf v0.2.3 |
1927 | 2024-08-12T20:38:51.321Z | Checking filetime v0.2.23 |
1928 | 2024-08-12T20:38:51.517Z | Checking same-file v1.0.6 |
1929 | 2024-08-12T20:38:51.606Z | Checking tar v0.4.41 |
1930 | 2024-08-12T20:38:51.639Z | Checking headers v0.3.9 |
1931 | 2024-08-12T20:38:51.687Z | Checking walkdir v2.5.0 |
1932 | 2024-08-12T20:38:51.961Z | Checking rcgen v0.12.1 |
1933 | 2024-08-12T20:38:52.134Z | Checking camino-tempfile v1.1.1 |
1934 | 2024-08-12T20:38:52.307Z | Checking atomicwrites v0.4.3 |
1935 | 2024-08-12T20:38:52.339Z | Checking subprocess v0.2.9 |
1936 | 2024-08-12T20:38:53.487Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1937 | 2024-08-12T20:38:53.719Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1938 | 2024-08-12T20:38:55.620Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1939 | 2024-08-12T20:38:57.503Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1940 | 2024-08-12T20:38:57.570Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1941 | 2024-08-12T20:39:00.698Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1942 | 2024-08-12T20:39:06.913Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1943 | 2024-08-12T20:39:07.037Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1944 | 2024-08-12T20:39:07.040Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1945 | 2024-08-12T20:39:09.849Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1946 | 2024-08-12T20:39:09.891Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1947 | 2024-08-12T20:39:15.654Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1948 | 2024-08-12T20:39:17.009Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1949 | 2024-08-12T20:39:18.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.33s |
1950 | 2024-08-12T20:39:18.264Z | |
1951 | 2024-08-12T20:39:18.264Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/147) |
1952 | 2024-08-12T20:39:18.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1953 | 2024-08-12T20:39:18.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1954 | 2024-08-12T20:39:18.900Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1955 | 2024-08-12T20:39:20.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
1956 | 2024-08-12T20:39:20.278Z | |
1957 | 2024-08-12T20:39:20.278Z | info: running `cargo check --bins` on nexus-config (31/147) |
1958 | 2024-08-12T20:39:20.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1959 | 2024-08-12T20:39:20.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1960 | 2024-08-12T20:39:20.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1961 | 2024-08-12T20:39:20.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1962 | 2024-08-12T20:39:20.887Z | |
1963 | 2024-08-12T20:39:20.887Z | info: running `cargo check --bins` on omicron-rpaths (32/147) |
1964 | 2024-08-12T20:39:21.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1965 | 2024-08-12T20:39:21.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1966 | 2024-08-12T20:39:21.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1967 | 2024-08-12T20:39:21.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1968 | 2024-08-12T20:39:21.463Z | |
1969 | 2024-08-12T20:39:21.463Z | info: running `cargo check --bins` on omicron-certificates (33/147) |
1970 | 2024-08-12T20:39:22.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1971 | 2024-08-12T20:39:22.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1972 | 2024-08-12T20:39:22.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1973 | 2024-08-12T20:39:22.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1974 | 2024-08-12T20:39:22.070Z | |
1975 | 2024-08-12T20:39:22.070Z | info: running `cargo check --bins` on bootstrap-agent-client (34/147) |
1976 | 2024-08-12T20:39:22.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1977 | 2024-08-12T20:39:22.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1978 | 2024-08-12T20:39:22.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1979 | 2024-08-12T20:39:22.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1980 | 2024-08-12T20:39:22.687Z | |
1981 | 2024-08-12T20:39:22.687Z | info: running `cargo check --bins` on cockroach-admin-client (35/147) |
1982 | 2024-08-12T20:39:23.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1983 | 2024-08-12T20:39:23.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1984 | 2024-08-12T20:39:23.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1985 | 2024-08-12T20:39:23.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1986 | 2024-08-12T20:39:23.273Z | |
1987 | 2024-08-12T20:39:23.273Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/147) |
1988 | 2024-08-12T20:39:23.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1989 | 2024-08-12T20:39:23.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1990 | 2024-08-12T20:39:23.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1991 | 2024-08-12T20:39:23.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1992 | 2024-08-12T20:39:23.894Z | |
1993 | 2024-08-12T20:39:23.894Z | info: running `cargo check --bins` on dns-service-client (37/147) |
1994 | 2024-08-12T20:39:24.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1995 | 2024-08-12T20:39:24.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1996 | 2024-08-12T20:39:24.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1997 | 2024-08-12T20:39:24.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1998 | 2024-08-12T20:39:24.476Z | |
1999 | 2024-08-12T20:39:24.476Z | info: running `cargo check --bins` on dpd-client (38/147) |
2000 | 2024-08-12T20:39:25.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2001 | 2024-08-12T20:39:25.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2002 | 2024-08-12T20:39:25.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2003 | 2024-08-12T20:39:25.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2004 | 2024-08-12T20:39:25.064Z | |
2005 | 2024-08-12T20:39:25.064Z | info: running `cargo check --bins` on gateway-client (39/147) |
2006 | 2024-08-12T20:39:25.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2007 | 2024-08-12T20:39:25.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2008 | 2024-08-12T20:39:25.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2009 | 2024-08-12T20:39:25.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2010 | 2024-08-12T20:39:25.646Z | |
2011 | 2024-08-12T20:39:25.647Z | info: running `cargo check --bins` on installinator-client (40/147) |
2012 | 2024-08-12T20:39:26.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2013 | 2024-08-12T20:39:26.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2014 | 2024-08-12T20:39:26.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2015 | 2024-08-12T20:39:26.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2016 | 2024-08-12T20:39:26.269Z | |
2017 | 2024-08-12T20:39:26.269Z | info: running `cargo check --bins` on installinator-common (41/147) |
2018 | 2024-08-12T20:39:26.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2019 | 2024-08-12T20:39:26.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2020 | 2024-08-12T20:39:26.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2021 | 2024-08-12T20:39:26.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2022 | 2024-08-12T20:39:26.891Z | |
2023 | 2024-08-12T20:39:26.891Z | info: running `cargo check --bins` on update-engine (42/147) |
2024 | 2024-08-12T20:39:27.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2025 | 2024-08-12T20:39:27.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2026 | 2024-08-12T20:39:27.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2027 | 2024-08-12T20:39:27.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2028 | 2024-08-12T20:39:27.479Z | |
2029 | 2024-08-12T20:39:27.479Z | info: running `cargo check --bins` on nexus-client (43/147) |
2030 | 2024-08-12T20:39:28.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2031 | 2024-08-12T20:39:28.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2032 | 2024-08-12T20:39:28.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2033 | 2024-08-12T20:39:28.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2034 | 2024-08-12T20:39:28.100Z | |
2035 | 2024-08-12T20:39:28.100Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/147) |
2036 | 2024-08-12T20:39:28.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2037 | 2024-08-12T20:39:28.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2038 | 2024-08-12T20:39:28.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2039 | 2024-08-12T20:39:28.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2040 | 2024-08-12T20:39:28.715Z | |
2041 | 2024-08-12T20:39:28.715Z | info: running `cargo check --bins` on omicron-passwords (45/147) |
2042 | 2024-08-12T20:39:29.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2043 | 2024-08-12T20:39:29.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2044 | 2024-08-12T20:39:29.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2045 | 2024-08-12T20:39:29.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2046 | 2024-08-12T20:39:29.302Z | |
2047 | 2024-08-12T20:39:29.302Z | info: running `cargo check --bins` on nexus-types (46/147) |
2048 | 2024-08-12T20:39:29.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2049 | 2024-08-12T20:39:29.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2050 | 2024-08-12T20:39:29.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2051 | 2024-08-12T20:39:29.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2052 | 2024-08-12T20:39:29.927Z | |
2053 | 2024-08-12T20:39:29.927Z | info: running `cargo check --bins` on oxide-client (47/147) |
2054 | 2024-08-12T20:39:30.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2055 | 2024-08-12T20:39:30.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2056 | 2024-08-12T20:39:30.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2057 | 2024-08-12T20:39:30.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2058 | 2024-08-12T20:39:30.510Z | |
2059 | 2024-08-12T20:39:30.510Z | info: running `cargo check --bins` on oximeter-client (48/147) |
2060 | 2024-08-12T20:39:31.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2061 | 2024-08-12T20:39:31.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2062 | 2024-08-12T20:39:31.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2063 | 2024-08-12T20:39:31.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2064 | 2024-08-12T20:39:31.114Z | |
2065 | 2024-08-12T20:39:31.114Z | info: running `cargo check --bins` on sled-agent-client (49/147) |
2066 | 2024-08-12T20:39:31.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2067 | 2024-08-12T20:39:31.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2068 | 2024-08-12T20:39:31.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2069 | 2024-08-12T20:39:31.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2070 | 2024-08-12T20:39:31.732Z | |
2071 | 2024-08-12T20:39:31.732Z | info: running `cargo check --bins` on wicketd-client (50/147) |
2072 | 2024-08-12T20:39:32.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2073 | 2024-08-12T20:39:32.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2074 | 2024-08-12T20:39:32.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2075 | 2024-08-12T20:39:32.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2076 | 2024-08-12T20:39:32.361Z | |
2077 | 2024-08-12T20:39:32.362Z | info: running `cargo check --bins` on wicket-common (51/147) |
2078 | 2024-08-12T20:39:32.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2079 | 2024-08-12T20:39:32.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2080 | 2024-08-12T20:39:32.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2081 | 2024-08-12T20:39:32.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2082 | 2024-08-12T20:39:32.993Z | |
2083 | 2024-08-12T20:39:32.993Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/147) |
2084 | 2024-08-12T20:39:33.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2085 | 2024-08-12T20:39:33.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2086 | 2024-08-12T20:39:33.620Z | Compiling heapless v0.8.0 |
2087 | 2024-08-12T20:39:33.706Z | Checking hash32 v0.3.1 |
2088 | 2024-08-12T20:39:33.713Z | Compiling smoltcp v0.11.0 |
2089 | 2024-08-12T20:39:33.721Z | Checking cobs v0.2.3 |
2090 | 2024-08-12T20:39:33.723Z | Checking embedded-io v0.4.0 |
2091 | 2024-08-12T20:39:33.737Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2092 | 2024-08-12T20:39:33.740Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2093 | 2024-08-12T20:39:33.763Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2094 | 2024-08-12T20:39:33.852Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2095 | 2024-08-12T20:39:33.868Z | Compiling crucible-workspace-hack v0.1.0 |
2096 | 2024-08-12T20:39:33.881Z | Checking csv-core v0.1.11 |
2097 | 2024-08-12T20:39:33.898Z | Checking postcard v1.0.8 |
2098 | 2024-08-12T20:39:34.091Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2099 | 2024-08-12T20:39:34.179Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2100 | 2024-08-12T20:39:34.287Z | Checking csv v1.3.0 |
2101 | 2024-08-12T20:39:34.378Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2102 | 2024-08-12T20:39:34.418Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2103 | 2024-08-12T20:39:34.545Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2104 | 2024-08-12T20:39:34.614Z | Compiling num-derive v0.4.2 |
2105 | 2024-08-12T20:39:34.756Z | Compiling slog-dtrace v0.3.0 |
2106 | 2024-08-12T20:39:34.849Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2107 | 2024-08-12T20:39:34.933Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2108 | 2024-08-12T20:39:35.084Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2109 | 2024-08-12T20:39:35.101Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2110 | 2024-08-12T20:39:35.634Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2111 | 2024-08-12T20:39:35.769Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2112 | 2024-08-12T20:39:36.286Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2113 | 2024-08-12T20:39:37.447Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2114 | 2024-08-12T20:39:38.316Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2115 | 2024-08-12T20:39:39.357Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2116 | 2024-08-12T20:39:42.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s |
2117 | 2024-08-12T20:39:42.152Z | |
2118 | 2024-08-12T20:39:42.152Z | info: running `cargo check --bins` on cockroach-admin-api (53/147) |
2119 | 2024-08-12T20:39:42.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2120 | 2024-08-12T20:39:42.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2121 | 2024-08-12T20:39:42.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2122 | 2024-08-12T20:39:42.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2123 | 2024-08-12T20:39:42.768Z | |
2124 | 2024-08-12T20:39:42.768Z | info: running `cargo check --bins` on cockroach-admin-types (54/147) |
2125 | 2024-08-12T20:39:43.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2126 | 2024-08-12T20:39:43.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2127 | 2024-08-12T20:39:43.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2128 | 2024-08-12T20:39:43.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2129 | 2024-08-12T20:39:43.373Z | |
2130 | 2024-08-12T20:39:43.373Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/147) |
2131 | 2024-08-12T20:39:44.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2132 | 2024-08-12T20:39:44.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2133 | 2024-08-12T20:39:44.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2134 | 2024-08-12T20:39:44.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2135 | 2024-08-12T20:39:44.285Z | |
2136 | 2024-08-12T20:39:44.285Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/147) |
2137 | 2024-08-12T20:39:44.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2138 | 2024-08-12T20:39:44.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2139 | 2024-08-12T20:39:44.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2140 | 2024-08-12T20:39:44.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2141 | 2024-08-12T20:39:44.797Z | |
2142 | 2024-08-12T20:39:44.797Z | info: running `cargo check --bins` on dns-server (57/147) |
2143 | 2024-08-12T20:39:45.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2144 | 2024-08-12T20:39:45.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2145 | 2024-08-12T20:39:45.409Z | Compiling parking_lot_core v0.8.6 |
2146 | 2024-08-12T20:39:45.493Z | Checking nibble_vec v0.1.0 |
2147 | 2024-08-12T20:39:45.501Z | Checking endian-type v0.1.2 |
2148 | 2024-08-12T20:39:45.510Z | Checking newline-converter v0.3.0 |
2149 | 2024-08-12T20:39:45.512Z | Checking linked-hash-map v0.5.6 |
2150 | 2024-08-12T20:39:45.513Z | Checking quick-error v1.2.3 |
2151 | 2024-08-12T20:39:45.530Z | Checking fxhash v0.2.1 |
2152 | 2024-08-12T20:39:45.532Z | Checking toml v0.5.11 |
2153 | 2024-08-12T20:39:45.634Z | Checking expectorate v1.1.0 |
2154 | 2024-08-12T20:39:45.647Z | Checking resolv-conf v0.7.0 |
2155 | 2024-08-12T20:39:45.660Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2156 | 2024-08-12T20:39:45.677Z | Checking radix_trie v0.2.1 |
2157 | 2024-08-12T20:39:45.771Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2158 | 2024-08-12T20:39:45.807Z | Checking lru-cache v0.1.2 |
2159 | 2024-08-12T20:39:45.974Z | Checking trust-dns-resolver v0.22.0 |
2160 | 2024-08-12T20:39:46.025Z | Checking trust-dns-client v0.22.0 |
2161 | 2024-08-12T20:39:46.204Z | Checking parking_lot v0.11.2 |
2162 | 2024-08-12T20:39:46.506Z | Checking sled v0.34.7 |
2163 | 2024-08-12T20:39:46.948Z | Checking trust-dns-server v0.22.1 |
2164 | 2024-08-12T20:39:48.492Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2165 | 2024-08-12T20:39:49.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
2166 | 2024-08-12T20:39:49.692Z | |
2167 | 2024-08-12T20:39:49.692Z | info: running `cargo check --bins` on dns-server-api (58/147) |
2168 | 2024-08-12T20:39:50.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2169 | 2024-08-12T20:39:50.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2170 | 2024-08-12T20:39:50.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2171 | 2024-08-12T20:39:50.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2172 | 2024-08-12T20:39:50.289Z | |
2173 | 2024-08-12T20:39:50.289Z | info: running `cargo check --bins` on gateway-test-utils (59/147) |
2174 | 2024-08-12T20:39:50.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2175 | 2024-08-12T20:39:50.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2176 | 2024-08-12T20:39:50.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2177 | 2024-08-12T20:39:50.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2178 | 2024-08-12T20:39:50.935Z | |
2179 | 2024-08-12T20:39:50.935Z | info: running `cargo check --bins` on gateway-types (60/147) |
2180 | 2024-08-12T20:39:51.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2181 | 2024-08-12T20:39:51.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2182 | 2024-08-12T20:39:51.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2183 | 2024-08-12T20:39:51.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2184 | 2024-08-12T20:39:51.546Z | |
2185 | 2024-08-12T20:39:51.546Z | info: running `cargo check --bins` on ipcc (61/147) |
2186 | 2024-08-12T20:39:52.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2187 | 2024-08-12T20:39:52.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2188 | 2024-08-12T20:39:52.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2189 | 2024-08-12T20:39:52.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2190 | 2024-08-12T20:39:52.154Z | |
2191 | 2024-08-12T20:39:52.154Z | info: running `cargo check --bins` on omicron-gateway (62/147) |
2192 | 2024-08-12T20:39:52.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2193 | 2024-08-12T20:39:52.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2194 | 2024-08-12T20:39:52.809Z | Compiling radium v0.7.0 |
2195 | 2024-08-12T20:39:52.898Z | Compiling maybe-uninit v2.0.0 |
2196 | 2024-08-12T20:39:52.900Z | Checking tap v1.0.1 |
2197 | 2024-08-12T20:39:52.914Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2198 | 2024-08-12T20:39:52.917Z | Checking crc-catalog v2.4.0 |
2199 | 2024-08-12T20:39:52.917Z | Checking funty v2.0.0 |
2200 | 2024-08-12T20:39:52.917Z | Compiling num-bigint-dig v0.8.4 |
2201 | 2024-08-12T20:39:52.922Z | Compiling packed_struct v0.10.1 |
2202 | 2024-08-12T20:39:53.023Z | Checking wyz v0.5.1 |
2203 | 2024-08-12T20:39:53.038Z | Checking crc v3.2.1 |
2204 | 2024-08-12T20:39:53.268Z | Compiling packed_struct_codegen v0.10.1 |
2205 | 2024-08-12T20:39:53.377Z | Checking half v2.4.1 |
2206 | 2024-08-12T20:39:53.420Z | Compiling indexmap v1.9.3 |
2207 | 2024-08-12T20:39:53.429Z | Checking nodrop v0.1.14 |
2208 | 2024-08-12T20:39:53.529Z | Checking ciborium-io v0.2.2 |
2209 | 2024-08-12T20:39:53.549Z | Checking smallvec v0.6.14 |
2210 | 2024-08-12T20:39:53.633Z | Checking array-init v0.0.4 |
2211 | 2024-08-12T20:39:53.747Z | Checking pkcs1 v0.7.5 |
2212 | 2024-08-12T20:39:53.787Z | Checking ciborium-ll v0.2.2 |
2213 | 2024-08-12T20:39:53.823Z | Checking bitvec v1.0.1 |
2214 | 2024-08-12T20:39:53.928Z | Checking signature v2.2.0 |
2215 | 2024-08-12T20:39:54.067Z | Compiling memoffset v0.9.1 |
2216 | 2024-08-12T20:39:54.115Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2217 | 2024-08-12T20:39:54.137Z | Checking bitfield v0.14.0 |
2218 | 2024-08-12T20:39:54.201Z | Checking hashbrown v0.12.3 |
2219 | 2024-08-12T20:39:54.397Z | Checking bzip2 v0.4.4 |
2220 | 2024-08-12T20:39:54.435Z | Checking env_logger v0.10.2 |
2221 | 2024-08-12T20:39:54.492Z | Checking ciborium v0.2.2 |
2222 | 2024-08-12T20:39:54.641Z | Checking serde-hex v0.1.0 |
2223 | 2024-08-12T20:39:54.671Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2224 | 2024-08-12T20:39:54.850Z | Checking ron v0.8.1 |
2225 | 2024-08-12T20:39:54.914Z | Checking x509-cert v0.2.5 |
2226 | 2024-08-12T20:39:55.493Z | Checking hashbrown v0.13.2 |
2227 | 2024-08-12T20:39:55.819Z | Checking rsa v0.9.6 |
2228 | 2024-08-12T20:39:55.842Z | Checking crc-any v2.5.0 |
2229 | 2024-08-12T20:39:56.076Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2230 | 2024-08-12T20:39:56.199Z | Checking zip v0.6.6 |
2231 | 2024-08-12T20:39:56.413Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2232 | 2024-08-12T20:39:56.493Z | Checking path-slash v0.1.5 |
2233 | 2024-08-12T20:39:56.538Z | Checking object v0.30.4 |
2234 | 2024-08-12T20:39:56.618Z | Checking nix v0.27.1 |
2235 | 2024-08-12T20:39:56.650Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2236 | 2024-08-12T20:39:56.775Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2237 | 2024-08-12T20:39:56.816Z | Checking serde-big-array v0.5.1 |
2238 | 2024-08-12T20:39:56.868Z | Checking signal-hook-tokio v0.3.1 |
2239 | 2024-08-12T20:39:58.813Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2240 | 2024-08-12T20:39:59.313Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2241 | 2024-08-12T20:40:06.015Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2242 | 2024-08-12T20:40:07.244Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2243 | 2024-08-12T20:40:08.964Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2244 | 2024-08-12T20:40:10.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.53s |
2245 | 2024-08-12T20:40:10.856Z | |
2246 | 2024-08-12T20:40:10.856Z | info: running `cargo check --bins` on gateway-api (63/147) |
2247 | 2024-08-12T20:40:11.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2024-08-12T20:40:11.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2024-08-12T20:40:11.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2250 | 2024-08-12T20:40:11.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2251 | 2024-08-12T20:40:11.464Z | |
2252 | 2024-08-12T20:40:11.464Z | info: running `cargo check --bins` on sp-sim (64/147) |
2253 | 2024-08-12T20:40:12.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2254 | 2024-08-12T20:40:12.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2255 | 2024-08-12T20:40:12.072Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2256 | 2024-08-12T20:40:13.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
2257 | 2024-08-12T20:40:13.813Z | |
2258 | 2024-08-12T20:40:13.813Z | info: running `cargo check --bins` on internal-dns (65/147) |
2259 | 2024-08-12T20:40:14.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2260 | 2024-08-12T20:40:14.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2261 | 2024-08-12T20:40:14.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2262 | 2024-08-12T20:40:14.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2263 | 2024-08-12T20:40:14.418Z | |
2264 | 2024-08-12T20:40:14.418Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/147) |
2265 | 2024-08-12T20:40:14.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2266 | 2024-08-12T20:40:14.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2267 | 2024-08-12T20:40:14.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2268 | 2024-08-12T20:40:15.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2269 | 2024-08-12T20:40:15.062Z | |
2270 | 2024-08-12T20:40:15.062Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/147) |
2271 | 2024-08-12T20:40:15.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2272 | 2024-08-12T20:40:15.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2273 | 2024-08-12T20:40:15.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2274 | 2024-08-12T20:40:15.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2275 | 2024-08-12T20:40:15.728Z | |
2276 | 2024-08-12T20:40:15.728Z | info: running `cargo check --bins` on db-macros (68/147) |
2277 | 2024-08-12T20:40:16.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2278 | 2024-08-12T20:40:16.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2279 | 2024-08-12T20:40:16.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2280 | 2024-08-12T20:40:16.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2281 | 2024-08-12T20:40:16.305Z | |
2282 | 2024-08-12T20:40:16.305Z | info: running `cargo check --bins` on nexus-macros-common (69/147) |
2283 | 2024-08-12T20:40:16.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2284 | 2024-08-12T20:40:16.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2285 | 2024-08-12T20:40:16.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2286 | 2024-08-12T20:40:16.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2287 | 2024-08-12T20:40:16.891Z | |
2288 | 2024-08-12T20:40:16.891Z | info: running `cargo check --bins` on nexus-auth (70/147) |
2289 | 2024-08-12T20:40:17.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2290 | 2024-08-12T20:40:17.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2291 | 2024-08-12T20:40:17.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2292 | 2024-08-12T20:40:17.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2293 | 2024-08-12T20:40:17.539Z | |
2294 | 2024-08-12T20:40:17.539Z | info: running `cargo check --bins` on authz-macros (71/147) |
2295 | 2024-08-12T20:40:18.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2296 | 2024-08-12T20:40:18.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2297 | 2024-08-12T20:40:18.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2298 | 2024-08-12T20:40:18.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2299 | 2024-08-12T20:40:18.123Z | |
2300 | 2024-08-12T20:40:18.123Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/147) |
2301 | 2024-08-12T20:40:18.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2302 | 2024-08-12T20:40:18.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2303 | 2024-08-12T20:40:18.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2304 | 2024-08-12T20:40:18.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2305 | 2024-08-12T20:40:18.760Z | |
2306 | 2024-08-12T20:40:18.760Z | info: running `cargo check --bins` on nexus-db-model (73/147) |
2307 | 2024-08-12T20:40:19.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2308 | 2024-08-12T20:40:19.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2309 | 2024-08-12T20:40:19.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2310 | 2024-08-12T20:40:19.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2311 | 2024-08-12T20:40:19.389Z | |
2312 | 2024-08-12T20:40:19.390Z | info: running `cargo check --bins` on nexus-defaults (74/147) |
2313 | 2024-08-12T20:40:19.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2314 | 2024-08-12T20:40:19.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2315 | 2024-08-12T20:40:19.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2316 | 2024-08-12T20:40:19.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2317 | 2024-08-12T20:40:19.997Z | |
2318 | 2024-08-12T20:40:19.997Z | info: running `cargo check --bins` on oximeter (75/147) |
2319 | 2024-08-12T20:40:20.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2320 | 2024-08-12T20:40:20.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2321 | 2024-08-12T20:40:20.620Z | Compiling rustls-pki-types v1.7.0 |
2322 | 2024-08-12T20:40:20.707Z | Compiling prettyplease v0.2.20 |
2323 | 2024-08-12T20:40:20.707Z | Compiling match_cfg v0.1.0 |
2324 | 2024-08-12T20:40:20.713Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2325 | 2024-08-12T20:40:20.723Z | Compiling slog-json v2.6.1 |
2326 | 2024-08-12T20:40:20.725Z | Compiling http v1.1.0 |
2327 | 2024-08-12T20:40:20.741Z | Compiling atomic-waker v1.1.2 |
2328 | 2024-08-12T20:40:20.752Z | Compiling async-stream v0.3.5 |
2329 | 2024-08-12T20:40:20.774Z | Compiling hostname v0.3.1 |
2330 | 2024-08-12T20:40:20.905Z | Compiling waitgroup v0.1.2 |
2331 | 2024-08-12T20:40:20.988Z | Compiling slog-bunyan v2.5.0 |
2332 | 2024-08-12T20:40:21.004Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2333 | 2024-08-12T20:40:21.038Z | Compiling toml v0.8.19 |
2334 | 2024-08-12T20:40:21.080Z | Compiling sha1 v0.10.6 |
2335 | 2024-08-12T20:40:21.098Z | Compiling newtype-uuid v1.1.0 |
2336 | 2024-08-12T20:40:21.111Z | Compiling rustls-webpki v0.102.4 |
2337 | 2024-08-12T20:40:21.181Z | Compiling rustls-pemfile v2.1.3 |
2338 | 2024-08-12T20:40:21.208Z | Compiling ipnetwork v0.20.0 |
2339 | 2024-08-12T20:40:21.396Z | Compiling serde_path_to_error v0.1.16 |
2340 | 2024-08-12T20:40:21.479Z | Compiling hostname v0.4.0 |
2341 | 2024-08-12T20:40:21.502Z | Compiling instant v0.1.12 |
2342 | 2024-08-12T20:40:21.639Z | Compiling debug-ignore v1.0.5 |
2343 | 2024-08-12T20:40:21.655Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2344 | 2024-08-12T20:40:21.731Z | Compiling backoff v0.4.0 |
2345 | 2024-08-12T20:40:21.781Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2346 | 2024-08-12T20:40:22.084Z | Compiling rustls v0.22.4 |
2347 | 2024-08-12T20:40:22.106Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2348 | 2024-08-12T20:40:22.138Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2349 | 2024-08-12T20:40:22.202Z | Compiling multer v3.1.0 |
2350 | 2024-08-12T20:40:22.306Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2351 | 2024-08-12T20:40:22.365Z | Compiling parse-display v0.9.1 |
2352 | 2024-08-12T20:40:22.793Z | Compiling serde_with v3.8.3 |
2353 | 2024-08-12T20:40:23.054Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2354 | 2024-08-12T20:40:23.153Z | Compiling num-rational v0.4.2 |
2355 | 2024-08-12T20:40:23.194Z | Compiling num-complex v0.4.6 |
2356 | 2024-08-12T20:40:23.208Z | Compiling macaddr v1.0.1 |
2357 | 2024-08-12T20:40:24.131Z | Compiling float-ord v0.3.2 |
2358 | 2024-08-12T20:40:24.254Z | Compiling num v0.4.3 |
2359 | 2024-08-12T20:40:25.263Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2360 | 2024-08-12T20:40:25.918Z | Compiling tokio-rustls v0.25.0 |
2361 | 2024-08-12T20:40:26.220Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2362 | 2024-08-12T20:40:29.591Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2363 | 2024-08-12T20:40:40.785Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2364 | 2024-08-12T20:40:43.776Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2365 | 2024-08-12T20:40:44.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.35s |
2366 | 2024-08-12T20:40:44.510Z | |
2367 | 2024-08-12T20:40:44.510Z | info: running `cargo check --bins` on oximeter-impl (76/147) |
2368 | 2024-08-12T20:40:45.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2369 | 2024-08-12T20:40:45.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2370 | 2024-08-12T20:40:45.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2371 | 2024-08-12T20:40:45.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2372 | 2024-08-12T20:40:45.122Z | |
2373 | 2024-08-12T20:40:45.122Z | info: running `cargo check --bins` on oximeter-macro-impl (77/147) |
2374 | 2024-08-12T20:40:45.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2024-08-12T20:40:45.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2024-08-12T20:40:45.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2377 | 2024-08-12T20:40:45.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2378 | 2024-08-12T20:40:45.709Z | |
2379 | 2024-08-12T20:40:45.709Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/147) |
2380 | 2024-08-12T20:40:46.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-08-12T20:40:46.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-08-12T20:40:46.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2383 | 2024-08-12T20:40:46.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2384 | 2024-08-12T20:40:46.316Z | |
2385 | 2024-08-12T20:40:46.316Z | info: running `cargo check --bins` on nexus-inventory (79/147) |
2386 | 2024-08-12T20:40:46.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-08-12T20:40:46.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-08-12T20:40:46.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2389 | 2024-08-12T20:40:46.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2390 | 2024-08-12T20:40:46.948Z | |
2391 | 2024-08-12T20:40:46.948Z | info: running `cargo check --bins` on typed-rng (80/147) |
2392 | 2024-08-12T20:40:47.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-08-12T20:40:47.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-08-12T20:40:47.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2395 | 2024-08-12T20:40:47.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2396 | 2024-08-12T20:40:47.549Z | |
2397 | 2024-08-12T20:40:47.549Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/147) |
2398 | 2024-08-12T20:40:48.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-08-12T20:40:48.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-08-12T20:40:48.269Z | Checking password-hash v0.5.0 |
2401 | 2024-08-12T20:40:48.269Z | Checking blake2 v0.10.6 |
2402 | 2024-08-12T20:40:48.272Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2403 | 2024-08-12T20:40:48.272Z | Compiling semver v0.1.20 |
2404 | 2024-08-12T20:40:48.385Z | Compiling convert_case v0.4.0 |
2405 | 2024-08-12T20:40:48.387Z | Compiling rayon-core v1.12.1 |
2406 | 2024-08-12T20:40:48.404Z | Compiling crossbeam-deque v0.8.5 |
2407 | 2024-08-12T20:40:48.407Z | Compiling unicase v2.7.0 |
2408 | 2024-08-12T20:40:48.701Z | Compiling rustc_version v0.1.7 |
2409 | 2024-08-12T20:40:48.715Z | Compiling libefi-sys v0.1.0 |
2410 | 2024-08-12T20:40:48.734Z | Compiling fastrand v2.1.0 |
2411 | 2024-08-12T20:40:48.747Z | Compiling same-file v1.0.6 |
2412 | 2024-08-12T20:40:48.770Z | Checking argon2 v0.5.3 |
2413 | 2024-08-12T20:40:48.954Z | Compiling walkdir v2.5.0 |
2414 | 2024-08-12T20:40:49.059Z | Compiling tempfile v3.10.1 |
2415 | 2024-08-12T20:40:49.188Z | Compiling curve25519-dalek v4.1.3 |
2416 | 2024-08-12T20:40:49.202Z | Compiling newtype_derive v0.1.6 |
2417 | 2024-08-12T20:40:49.268Z | Compiling derive-where v1.2.7 |
2418 | 2024-08-12T20:40:49.302Z | Compiling derive_more v0.99.18 |
2419 | 2024-08-12T20:40:49.430Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2420 | 2024-08-12T20:40:49.567Z | Compiling bitfield-struct v0.6.1 |
2421 | 2024-08-12T20:40:49.702Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2422 | 2024-08-12T20:40:49.719Z | Compiling ring v0.16.20 |
2423 | 2024-08-12T20:40:49.796Z | Compiling blake3 v1.5.1 |
2424 | 2024-08-12T20:40:49.877Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2425 | 2024-08-12T20:40:50.271Z | Checking keccak v0.1.5 |
2426 | 2024-08-12T20:40:50.593Z | Checking sha3 v0.10.8 |
2427 | 2024-08-12T20:40:50.899Z | Compiling rayon v1.10.0 |
2428 | 2024-08-12T20:40:51.012Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2429 | 2024-08-12T20:40:51.027Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2430 | 2024-08-12T20:40:51.030Z | Checking universal-hash v0.5.1 |
2431 | 2024-08-12T20:40:51.206Z | Compiling thiserror-impl-no-std v2.0.2 |
2432 | 2024-08-12T20:40:51.322Z | Checking secrecy v0.8.0 |
2433 | 2024-08-12T20:40:51.352Z | Compiling curve25519-dalek-derive v0.1.1 |
2434 | 2024-08-12T20:40:51.525Z | Compiling memmap2 v0.9.4 |
2435 | 2024-08-12T20:40:51.579Z | Compiling untrusted v0.7.1 |
2436 | 2024-08-12T20:40:51.764Z | Compiling spin v0.5.2 |
2437 | 2024-08-12T20:40:51.970Z | Compiling constant_time_eq v0.3.0 |
2438 | 2024-08-12T20:40:52.005Z | Compiling home v0.5.9 |
2439 | 2024-08-12T20:40:52.152Z | Compiling arrayref v0.3.7 |
2440 | 2024-08-12T20:40:52.254Z | Compiling arrayvec v0.7.4 |
2441 | 2024-08-12T20:40:52.271Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2442 | 2024-08-12T20:40:52.383Z | Checking opaque-debug v0.3.1 |
2443 | 2024-08-12T20:40:52.509Z | Checking poly1305 v0.8.0 |
2444 | 2024-08-12T20:40:52.642Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2445 | 2024-08-12T20:40:52.857Z | Compiling toolchain_find v0.4.0 |
2446 | 2024-08-12T20:40:53.013Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2447 | 2024-08-12T20:40:53.249Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2448 | 2024-08-12T20:40:53.330Z | Checking steno v0.4.1 |
2449 | 2024-08-12T20:40:53.532Z | Compiling camino-tempfile v1.1.1 |
2450 | 2024-08-12T20:40:53.942Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2451 | 2024-08-12T20:40:53.977Z | Checking chacha20 v0.9.1 |
2452 | 2024-08-12T20:40:54.325Z | Checking gethostname v0.5.0 |
2453 | 2024-08-12T20:40:54.441Z | Checking aead v0.5.2 |
2454 | 2024-08-12T20:40:54.464Z | Checking thiserror-no-std v2.0.2 |
2455 | 2024-08-12T20:40:54.567Z | Compiling cancel-safe-futures v0.1.5 |
2456 | 2024-08-12T20:40:54.651Z | Compiling topological-sort v0.2.2 |
2457 | 2024-08-12T20:40:54.727Z | Checking vsss-rs v3.3.4 |
2458 | 2024-08-12T20:40:54.874Z | Checking chacha20poly1305 v0.10.1 |
2459 | 2024-08-12T20:40:54.933Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2460 | 2024-08-12T20:40:55.050Z | Compiling mime_guess v2.0.4 |
2461 | 2024-08-12T20:40:55.674Z | Compiling rustfmt-wrapper v0.2.1 |
2462 | 2024-08-12T20:40:56.242Z | Compiling omicron-zone-package v0.11.0 |
2463 | 2024-08-12T20:40:56.267Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2464 | 2024-08-12T20:40:56.394Z | Checking glob v0.3.1 |
2465 | 2024-08-12T20:40:56.842Z | Checking libsw v3.3.1 |
2466 | 2024-08-12T20:40:57.020Z | Checking owo-colors v4.0.0 |
2467 | 2024-08-12T20:40:57.092Z | Checking swrite v0.1.0 |
2468 | 2024-08-12T20:40:57.108Z | Checking linear-map v1.2.0 |
2469 | 2024-08-12T20:40:57.199Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2470 | 2024-08-12T20:40:57.201Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2471 | 2024-08-12T20:40:57.417Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2472 | 2024-08-12T20:40:57.833Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2473 | 2024-08-12T20:40:58.022Z | Checking kstat-rs v0.2.4 |
2474 | 2024-08-12T20:40:58.098Z | Checking nanorand v0.7.0 |
2475 | 2024-08-12T20:40:58.361Z | Checking http-range v0.1.5 |
2476 | 2024-08-12T20:40:58.457Z | Checking flume v0.11.0 |
2477 | 2024-08-12T20:40:58.512Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2478 | 2024-08-12T20:40:58.538Z | Checking hyper-staticfile v0.9.5 |
2479 | 2024-08-12T20:40:58.570Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2480 | 2024-08-12T20:40:58.814Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2481 | 2024-08-12T20:40:58.921Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2482 | 2024-08-12T20:40:58.949Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2483 | 2024-08-12T20:40:59.211Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2484 | 2024-08-12T20:40:59.236Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2485 | 2024-08-12T20:41:00.293Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2486 | 2024-08-12T20:41:00.572Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2487 | 2024-08-12T20:41:01.776Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2488 | 2024-08-12T20:41:02.137Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2489 | 2024-08-12T20:41:02.603Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2490 | 2024-08-12T20:41:02.887Z | Checking itertools v0.13.0 |
2491 | 2024-08-12T20:41:02.949Z | Checking display-error-chain v0.2.0 |
2492 | 2024-08-12T20:41:09.891Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2493 | 2024-08-12T20:41:15.184Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2494 | 2024-08-12T20:41:15.186Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2495 | 2024-08-12T20:41:15.824Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2496 | 2024-08-12T20:41:29.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.08s |
2497 | 2024-08-12T20:41:29.805Z | |
2498 | 2024-08-12T20:41:29.805Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/147) |
2499 | 2024-08-12T20:41:30.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-08-12T20:41:30.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-08-12T20:41:30.515Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2502 | 2024-08-12T20:41:44.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s |
2503 | 2024-08-12T20:41:44.564Z | |
2504 | 2024-08-12T20:41:44.564Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/147) |
2505 | 2024-08-12T20:41:45.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-08-12T20:41:45.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-08-12T20:41:45.271Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2508 | 2024-08-12T20:41:59.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s |
2509 | 2024-08-12T20:41:59.355Z | |
2510 | 2024-08-12T20:41:59.355Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/147) |
2511 | 2024-08-12T20:41:59.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-08-12T20:41:59.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-08-12T20:42:00.061Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2514 | 2024-08-12T20:42:13.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.60s |
2515 | 2024-08-12T20:42:14.126Z | |
2516 | 2024-08-12T20:42:14.126Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/147) |
2517 | 2024-08-12T20:42:14.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-08-12T20:42:14.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-08-12T20:42:14.827Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2520 | 2024-08-12T20:42:28.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.52s |
2521 | 2024-08-12T20:42:28.813Z | |
2522 | 2024-08-12T20:42:28.813Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/147) |
2523 | 2024-08-12T20:42:29.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-08-12T20:42:29.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-08-12T20:42:29.507Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2526 | 2024-08-12T20:42:43.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s |
2527 | 2024-08-12T20:42:43.561Z | |
2528 | 2024-08-12T20:42:43.561Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/147) |
2529 | 2024-08-12T20:42:44.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-08-12T20:42:44.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-08-12T20:42:44.253Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2532 | 2024-08-12T20:42:58.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.80s |
2533 | 2024-08-12T20:42:58.530Z | |
2534 | 2024-08-12T20:42:58.531Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/147) |
2535 | 2024-08-12T20:42:59.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-08-12T20:42:59.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-08-12T20:42:59.234Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2538 | 2024-08-12T20:43:13.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s |
2539 | 2024-08-12T20:43:13.262Z | |
2540 | 2024-08-12T20:43:13.262Z | info: running `cargo check --bins` on bootstrap-agent-api (89/147) |
2541 | 2024-08-12T20:43:13.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-08-12T20:43:13.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-08-12T20:43:13.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-08-12T20:43:13.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2545 | 2024-08-12T20:43:13.906Z | |
2546 | 2024-08-12T20:43:13.906Z | info: running `cargo check --bins` on sled-agent-types (90/147) |
2547 | 2024-08-12T20:43:14.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-08-12T20:43:14.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-08-12T20:43:14.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-08-12T20:43:14.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2551 | 2024-08-12T20:43:14.551Z | |
2552 | 2024-08-12T20:43:14.551Z | info: running `cargo check --bins --no-default-features` on sled-storage (91/147) |
2553 | 2024-08-12T20:43:15.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-08-12T20:43:15.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-08-12T20:43:15.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-08-12T20:43:15.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2557 | 2024-08-12T20:43:15.178Z | |
2558 | 2024-08-12T20:43:15.178Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/147) |
2559 | 2024-08-12T20:43:15.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-08-12T20:43:15.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-08-12T20:43:15.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-08-12T20:43:15.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2563 | 2024-08-12T20:43:15.810Z | |
2564 | 2024-08-12T20:43:15.810Z | info: running `cargo check --bins` on key-manager (93/147) |
2565 | 2024-08-12T20:43:16.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-08-12T20:43:16.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-08-12T20:43:16.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-08-12T20:43:16.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2569 | 2024-08-12T20:43:16.419Z | |
2570 | 2024-08-12T20:43:16.420Z | info: running `cargo check --bins` on sled-hardware (94/147) |
2571 | 2024-08-12T20:43:16.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-08-12T20:43:16.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-08-12T20:43:16.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-08-12T20:43:16.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2575 | 2024-08-12T20:43:17.040Z | |
2576 | 2024-08-12T20:43:17.040Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (95/147) |
2577 | 2024-08-12T20:43:17.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-08-12T20:43:17.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-08-12T20:43:17.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-08-12T20:43:17.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2581 | 2024-08-12T20:43:17.626Z | |
2582 | 2024-08-12T20:43:17.626Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/147) |
2583 | 2024-08-12T20:43:18.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-08-12T20:43:18.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-08-12T20:43:18.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-08-12T20:43:18.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2587 | 2024-08-12T20:43:18.238Z | |
2588 | 2024-08-12T20:43:18.238Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/147) |
2589 | 2024-08-12T20:43:18.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-08-12T20:43:18.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-08-12T20:43:18.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-08-12T20:43:18.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2593 | 2024-08-12T20:43:18.849Z | |
2594 | 2024-08-12T20:43:18.849Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/147) |
2595 | 2024-08-12T20:43:19.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-08-12T20:43:19.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-08-12T20:43:19.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-08-12T20:43:19.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2599 | 2024-08-12T20:43:19.464Z | |
2600 | 2024-08-12T20:43:19.464Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/147) |
2601 | 2024-08-12T20:43:20.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-08-12T20:43:20.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-08-12T20:43:20.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-08-12T20:43:20.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2605 | 2024-08-12T20:43:20.077Z | |
2606 | 2024-08-12T20:43:20.077Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/147) |
2607 | 2024-08-12T20:43:20.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-08-12T20:43:20.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-08-12T20:43:20.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2024-08-12T20:43:20.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2611 | 2024-08-12T20:43:20.685Z | |
2612 | 2024-08-12T20:43:20.685Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/147) |
2613 | 2024-08-12T20:43:21.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-08-12T20:43:21.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-08-12T20:43:21.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2616 | 2024-08-12T20:43:21.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2617 | 2024-08-12T20:43:21.302Z | |
2618 | 2024-08-12T20:43:21.302Z | info: running `cargo check --bins` on oximeter-producer (102/147) |
2619 | 2024-08-12T20:43:21.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-08-12T20:43:21.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-08-12T20:43:21.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-08-12T20:43:21.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2623 | 2024-08-12T20:43:21.929Z | |
2624 | 2024-08-12T20:43:21.930Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/147) |
2625 | 2024-08-12T20:43:22.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-08-12T20:43:22.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-08-12T20:43:22.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-08-12T20:43:22.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2629 | 2024-08-12T20:43:22.568Z | |
2630 | 2024-08-12T20:43:22.568Z | info: running `cargo check --bins` on nexus-test-interface (104/147) |
2631 | 2024-08-12T20:43:23.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-08-12T20:43:23.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-08-12T20:43:23.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2024-08-12T20:43:23.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2635 | 2024-08-12T20:43:23.205Z | |
2636 | 2024-08-12T20:43:23.205Z | info: running `cargo check --bins` on oximeter-collector (105/147) |
2637 | 2024-08-12T20:43:23.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2024-08-12T20:43:23.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2024-08-12T20:43:23.866Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2640 | 2024-08-12T20:43:23.866Z | Checking bcs v0.1.6 |
2641 | 2024-08-12T20:43:23.868Z | Compiling async-recursion v1.1.1 |
2642 | 2024-08-12T20:43:23.869Z | Checking highway v1.2.0 |
2643 | 2024-08-12T20:43:23.869Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2644 | 2024-08-12T20:43:23.869Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2645 | 2024-08-12T20:43:24.979Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2646 | 2024-08-12T20:43:28.122Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2647 | 2024-08-12T20:43:29.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.54s |
2648 | 2024-08-12T20:43:29.905Z | |
2649 | 2024-08-12T20:43:29.905Z | info: running `cargo check --bins` on oximeter-api (106/147) |
2650 | 2024-08-12T20:43:30.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-08-12T20:43:30.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-08-12T20:43:30.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2024-08-12T20:43:30.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2654 | 2024-08-12T20:43:30.514Z | |
2655 | 2024-08-12T20:43:30.514Z | info: running `cargo check --bins --no-default-features` on oximeter-db (107/147) |
2656 | 2024-08-12T20:43:31.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-08-12T20:43:31.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-08-12T20:43:31.137Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2659 | 2024-08-12T20:43:31.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
2660 | 2024-08-12T20:43:31.839Z | |
2661 | 2024-08-12T20:43:31.839Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/147) |
2662 | 2024-08-12T20:43:32.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-08-12T20:43:32.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-08-12T20:43:32.480Z | Compiling cfg_aliases v0.1.1 |
2665 | 2024-08-12T20:43:32.483Z | Compiling vte_generate_state_changes v0.1.1 |
2666 | 2024-08-12T20:43:32.483Z | Checking fd-lock v4.0.2 |
2667 | 2024-08-12T20:43:32.569Z | Checking bytecount v0.6.8 |
2668 | 2024-08-12T20:43:32.592Z | Compiling tabled_derive v0.7.0 |
2669 | 2024-08-12T20:43:32.594Z | Compiling peg-macros v0.8.4 |
2670 | 2024-08-12T20:43:32.594Z | Compiling sqlparser_derive v0.2.2 |
2671 | 2024-08-12T20:43:32.594Z | Checking nu-ansi-term v0.50.0 |
2672 | 2024-08-12T20:43:32.644Z | Compiling nix v0.28.0 |
2673 | 2024-08-12T20:43:32.703Z | Checking papergrid v0.11.0 |
2674 | 2024-08-12T20:43:32.718Z | Checking unicode_categories v0.1.1 |
2675 | 2024-08-12T20:43:32.997Z | Checking home v0.5.9 |
2676 | 2024-08-12T20:43:33.012Z | Checking sqlformat v0.2.4 |
2677 | 2024-08-12T20:43:33.201Z | Checking vte v0.11.1 |
2678 | 2024-08-12T20:43:33.645Z | Checking sqlparser v0.45.0 |
2679 | 2024-08-12T20:43:34.509Z | Checking strip-ansi-escapes v0.2.0 |
2680 | 2024-08-12T20:43:34.650Z | Checking reedline v0.31.0 |
2681 | 2024-08-12T20:43:34.666Z | Checking tabled v0.15.0 |
2682 | 2024-08-12T20:43:35.311Z | Checking peg v0.8.4 |
2683 | 2024-08-12T20:43:35.690Z | Checking rustyline v14.0.0 |
2684 | 2024-08-12T20:43:39.929Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2685 | 2024-08-12T20:43:45.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s |
2686 | 2024-08-12T20:43:45.741Z | |
2687 | 2024-08-12T20:43:45.741Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/147) |
2688 | 2024-08-12T20:43:46.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-08-12T20:43:46.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-08-12T20:43:46.383Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2691 | 2024-08-12T20:43:52.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s |
2692 | 2024-08-12T20:43:52.176Z | |
2693 | 2024-08-12T20:43:52.176Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/147) |
2694 | 2024-08-12T20:43:52.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-08-12T20:43:52.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-08-12T20:43:52.810Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2697 | 2024-08-12T20:43:58.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s |
2698 | 2024-08-12T20:43:58.359Z | |
2699 | 2024-08-12T20:43:58.360Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/147) |
2700 | 2024-08-12T20:43:58.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2024-08-12T20:43:58.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2024-08-12T20:43:58.996Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2703 | 2024-08-12T20:44:03.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
2704 | 2024-08-12T20:44:03.239Z | |
2705 | 2024-08-12T20:44:03.239Z | info: running `cargo check --bins` on cert-dev (112/147) |
2706 | 2024-08-12T20:44:03.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2024-08-12T20:44:03.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2024-08-12T20:44:03.823Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2709 | 2024-08-12T20:44:04.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2710 | 2024-08-12T20:44:04.195Z | |
2711 | 2024-08-12T20:44:04.195Z | info: running `cargo check --bins` on ch-dev (113/147) |
2712 | 2024-08-12T20:44:04.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2024-08-12T20:44:04.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2024-08-12T20:44:04.839Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2715 | 2024-08-12T20:44:05.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2716 | 2024-08-12T20:44:05.641Z | |
2717 | 2024-08-12T20:44:05.641Z | info: running `cargo check --bins` on crdb-seed (114/147) |
2718 | 2024-08-12T20:44:06.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2024-08-12T20:44:06.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2024-08-12T20:44:06.273Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2721 | 2024-08-12T20:44:06.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
2722 | 2024-08-12T20:44:06.735Z | |
2723 | 2024-08-12T20:44:06.735Z | info: running `cargo check --bins` on db-dev (115/147) |
2724 | 2024-08-12T20:44:07.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2024-08-12T20:44:07.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2024-08-12T20:44:07.373Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2727 | 2024-08-12T20:44:08.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2728 | 2024-08-12T20:44:08.199Z | |
2729 | 2024-08-12T20:44:08.199Z | info: running `cargo check --bins` on omicron-dev-lib (116/147) |
2730 | 2024-08-12T20:44:08.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2024-08-12T20:44:08.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2024-08-12T20:44:08.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2733 | 2024-08-12T20:44:08.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2734 | 2024-08-12T20:44:08.825Z | |
2735 | 2024-08-12T20:44:08.825Z | info: running `cargo check --bins` on xtask-downloader (117/147) |
2736 | 2024-08-12T20:44:09.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2024-08-12T20:44:09.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2024-08-12T20:44:09.411Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2739 | 2024-08-12T20:44:10.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
2740 | 2024-08-12T20:44:10.367Z | |
2741 | 2024-08-12T20:44:10.367Z | info: running `cargo check --bins` on mgs-dev (118/147) |
2742 | 2024-08-12T20:44:10.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2024-08-12T20:44:10.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2024-08-12T20:44:11.044Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2745 | 2024-08-12T20:44:11.564Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2746 | 2024-08-12T20:44:11.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
2747 | 2024-08-12T20:44:12.077Z | |
2748 | 2024-08-12T20:44:12.077Z | info: running `cargo check --bins` on omicron-omdb (119/147) |
2749 | 2024-08-12T20:44:12.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2024-08-12T20:44:12.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2024-08-12T20:44:12.841Z | Compiling glob v0.3.1 |
2752 | 2024-08-12T20:44:12.842Z | Compiling crunchy v0.2.2 |
2753 | 2024-08-12T20:44:12.844Z | Compiling tiny-keccak v2.0.2 |
2754 | 2024-08-12T20:44:12.844Z | Compiling dsl_auto_type v0.1.2 |
2755 | 2024-08-12T20:44:12.844Z | Checking scheduled-thread-pool v0.2.7 |
2756 | 2024-08-12T20:44:12.937Z | Compiling diesel_table_macro_syntax v0.2.0 |
2757 | 2024-08-12T20:44:12.980Z | Compiling ascii-canvas v3.0.0 |
2758 | 2024-08-12T20:44:12.983Z | Compiling ena v0.14.3 |
2759 | 2024-08-12T20:44:13.127Z | Checking r2d2 v0.8.10 |
2760 | 2024-08-12T20:44:13.278Z | Compiling libloading v0.8.3 |
2761 | 2024-08-12T20:44:13.386Z | Compiling bindgen v0.69.4 |
2762 | 2024-08-12T20:44:13.403Z | Compiling diff v0.1.13 |
2763 | 2024-08-12T20:44:13.427Z | Compiling regex-syntax v0.6.29 |
2764 | 2024-08-12T20:44:13.496Z | Compiling which v4.4.2 |
2765 | 2024-08-12T20:44:13.696Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2766 | 2024-08-12T20:44:13.830Z | Compiling clang-sys v1.7.0 |
2767 | 2024-08-12T20:44:13.927Z | Compiling cexpr v0.6.0 |
2768 | 2024-08-12T20:44:14.067Z | Compiling shlex v1.3.0 |
2769 | 2024-08-12T20:44:14.109Z | Compiling ref-cast v1.0.23 |
2770 | 2024-08-12T20:44:14.179Z | Compiling lazycell v1.3.0 |
2771 | 2024-08-12T20:44:14.245Z | Compiling rustc-hash v1.1.0 |
2772 | 2024-08-12T20:44:14.351Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2773 | 2024-08-12T20:44:14.397Z | Compiling derive_builder_core v0.20.0 |
2774 | 2024-08-12T20:44:14.478Z | Compiling libxml v0.3.3 |
2775 | 2024-08-12T20:44:14.510Z | Compiling diesel_derives v2.2.2 |
2776 | 2024-08-12T20:44:14.670Z | Compiling ref-cast-impl v1.0.23 |
2777 | 2024-08-12T20:44:14.710Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2778 | 2024-08-12T20:44:14.912Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2779 | 2024-08-12T20:44:15.202Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2780 | 2024-08-12T20:44:15.506Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2781 | 2024-08-12T20:44:15.662Z | Compiling strum_macros v0.24.3 |
2782 | 2024-08-12T20:44:15.895Z | Compiling cookie v0.18.1 |
2783 | 2024-08-12T20:44:16.005Z | Compiling indoc v1.0.9 |
2784 | 2024-08-12T20:44:16.786Z | Compiling lalrpop v0.19.12 |
2785 | 2024-08-12T20:44:17.009Z | Compiling derive_builder_macro v0.20.0 |
2786 | 2024-08-12T20:44:18.113Z | Checking derive_builder v0.20.0 |
2787 | 2024-08-12T20:44:18.270Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2788 | 2024-08-12T20:44:18.394Z | Compiling impl-trait-for-tuples v0.2.2 |
2789 | 2024-08-12T20:44:18.561Z | Compiling oso-derive v0.27.3 |
2790 | 2024-08-12T20:44:19.257Z | Checking quick-xml v0.31.0 |
2791 | 2024-08-12T20:44:19.394Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2792 | 2024-08-12T20:44:19.654Z | Checking maplit v1.0.2 |
2793 | 2024-08-12T20:44:19.804Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2794 | 2024-08-12T20:44:20.237Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2795 | 2024-08-12T20:44:20.540Z | Checking bb8 v0.8.5 |
2796 | 2024-08-12T20:44:21.015Z | Compiling const_format_proc_macros v0.2.32 |
2797 | 2024-08-12T20:44:21.307Z | Checking crossbeam-deque v0.8.5 |
2798 | 2024-08-12T20:44:21.528Z | Compiling portable-atomic v1.6.0 |
2799 | 2024-08-12T20:44:21.633Z | Checking rayon-core v1.12.1 |
2800 | 2024-08-12T20:44:22.326Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2801 | 2024-08-12T20:44:22.653Z | Checking castaway v0.2.2 |
2802 | 2024-08-12T20:44:22.819Z | Checking compact_str v0.7.1 |
2803 | 2024-08-12T20:44:23.175Z | Checking const_format v0.2.32 |
2804 | 2024-08-12T20:44:23.599Z | Checking rayon v1.10.0 |
2805 | 2024-08-12T20:44:23.649Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2806 | 2024-08-12T20:44:23.686Z | Checking unicode-truncate v1.0.0 |
2807 | 2024-08-12T20:44:23.900Z | Checking lru v0.12.3 |
2808 | 2024-08-12T20:44:23.951Z | Compiling stability v0.2.0 |
2809 | 2024-08-12T20:44:24.217Z | Checking number_prefix v0.4.0 |
2810 | 2024-08-12T20:44:24.416Z | Checking smawk v0.3.2 |
2811 | 2024-08-12T20:44:24.609Z | Checking unicode-linebreak v0.1.5 |
2812 | 2024-08-12T20:44:24.945Z | Checking cassowary v0.3.0 |
2813 | 2024-08-12T20:44:25.025Z | Checking textwrap v0.16.1 |
2814 | 2024-08-12T20:44:25.355Z | Checking ratatui v0.27.0 |
2815 | 2024-08-12T20:44:25.449Z | Checking multimap v0.10.0 |
2816 | 2024-08-12T20:44:27.306Z | Checking diesel v2.2.2 |
2817 | 2024-08-12T20:44:27.528Z | Checking indicatif v0.17.8 |
2818 | 2024-08-12T20:44:50.508Z | Compiling samael v0.0.15 |
2819 | 2024-08-12T20:45:01.473Z | Compiling polar-core v0.27.3 |
2820 | 2024-08-12T20:45:02.012Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2821 | 2024-08-12T20:45:08.374Z | Checking oso v0.27.3 |
2822 | 2024-08-12T20:46:05.709Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2823 | 2024-08-12T20:46:10.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s |
2824 | 2024-08-12T20:46:10.745Z | |
2825 | 2024-08-12T20:46:10.745Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (120/147) |
2826 | 2024-08-12T20:46:11.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2024-08-12T20:46:11.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2024-08-12T20:46:11.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2829 | 2024-08-12T20:46:11.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2830 | 2024-08-12T20:46:11.406Z | |
2831 | 2024-08-12T20:46:11.406Z | info: running `cargo check --bins` on nexus-saga-recovery (121/147) |
2832 | 2024-08-12T20:46:11.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-08-12T20:46:11.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-08-12T20:46:11.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2024-08-12T20:46:11.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2836 | 2024-08-12T20:46:12.057Z | |
2837 | 2024-08-12T20:46:12.057Z | info: running `cargo check --bins` on nexus-test-utils-macros (122/147) |
2838 | 2024-08-12T20:46:12.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-08-12T20:46:12.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-08-12T20:46:12.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-08-12T20:46:12.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2842 | 2024-08-12T20:46:12.648Z | |
2843 | 2024-08-12T20:46:12.648Z | info: running `cargo check --bins` on omicron-nexus (123/147) |
2844 | 2024-08-12T20:46:13.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-08-12T20:46:13.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-08-12T20:46:13.391Z | Compiling pin-project-internal v1.1.5 |
2847 | 2024-08-12T20:46:13.488Z | Compiling snafu-derive v0.8.2 |
2848 | 2024-08-12T20:46:13.496Z | Compiling buf-list v1.0.3 |
2849 | 2024-08-12T20:46:13.506Z | Checking globset v0.4.14 |
2850 | 2024-08-12T20:46:13.508Z | Checking olpc-cjson v0.1.3 |
2851 | 2024-08-12T20:46:13.508Z | Checking rand_seeder v0.3.0 |
2852 | 2024-08-12T20:46:13.508Z | Checking serde_plain v1.0.2 |
2853 | 2024-08-12T20:46:13.515Z | Checking typed-path v0.7.1 |
2854 | 2024-08-12T20:46:13.701Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2855 | 2024-08-12T20:46:13.757Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2856 | 2024-08-12T20:46:13.783Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2857 | 2024-08-12T20:46:13.939Z | Checking parse-size v1.0.0 |
2858 | 2024-08-12T20:46:13.964Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2859 | 2024-08-12T20:46:14.007Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2860 | 2024-08-12T20:46:14.092Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2861 | 2024-08-12T20:46:14.107Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2862 | 2024-08-12T20:46:14.505Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2863 | 2024-08-12T20:46:14.807Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2864 | 2024-08-12T20:46:14.943Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2865 | 2024-08-12T20:46:14.985Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2866 | 2024-08-12T20:46:15.244Z | Checking fatfs v0.3.6 |
2867 | 2024-08-12T20:46:15.342Z | Checking assert_matches v1.5.0 |
2868 | 2024-08-12T20:46:16.327Z | Checking pin-project v1.1.5 |
2869 | 2024-08-12T20:46:17.219Z | Checking snafu v0.8.2 |
2870 | 2024-08-12T20:46:17.507Z | Checking tough v0.17.1 |
2871 | 2024-08-12T20:46:20.342Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2872 | 2024-08-12T20:46:21.414Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2873 | 2024-08-12T20:47:03.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.37s |
2874 | 2024-08-12T20:47:03.196Z | |
2875 | 2024-08-12T20:47:03.196Z | info: running `cargo check --bins` on nexus-internal-api (124/147) |
2876 | 2024-08-12T20:47:03.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-08-12T20:47:03.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-08-12T20:47:03.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2024-08-12T20:47:03.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2880 | 2024-08-12T20:47:03.831Z | |
2881 | 2024-08-12T20:47:03.831Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (125/147) |
2882 | 2024-08-12T20:47:04.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-08-12T20:47:04.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-08-12T20:47:04.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-08-12T20:47:04.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2886 | 2024-08-12T20:47:04.486Z | |
2887 | 2024-08-12T20:47:04.486Z | info: running `cargo check --bins` on nexus-networking (126/147) |
2888 | 2024-08-12T20:47:05.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-08-12T20:47:05.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-08-12T20:47:05.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-08-12T20:47:05.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2892 | 2024-08-12T20:47:05.139Z | |
2893 | 2024-08-12T20:47:05.139Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (127/147) |
2894 | 2024-08-12T20:47:05.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-08-12T20:47:05.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-08-12T20:47:05.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2897 | 2024-08-12T20:47:05.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2898 | 2024-08-12T20:47:05.805Z | |
2899 | 2024-08-12T20:47:05.805Z | info: running `cargo check --bins` on update-common (128/147) |
2900 | 2024-08-12T20:47:06.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2901 | 2024-08-12T20:47:06.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2902 | 2024-08-12T20:47:06.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2903 | 2024-08-12T20:47:06.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2904 | 2024-08-12T20:47:06.443Z | |
2905 | 2024-08-12T20:47:06.443Z | info: running `cargo check --bins` on tufaceous-lib (129/147) |
2906 | 2024-08-12T20:47:07.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2907 | 2024-08-12T20:47:07.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2908 | 2024-08-12T20:47:07.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2909 | 2024-08-12T20:47:07.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2910 | 2024-08-12T20:47:07.077Z | |
2911 | 2024-08-12T20:47:07.077Z | info: running `cargo check --bins` on tufaceous (130/147) |
2912 | 2024-08-12T20:47:07.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2024-08-12T20:47:07.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2024-08-12T20:47:07.722Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2915 | 2024-08-12T20:47:08.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
2916 | 2024-08-12T20:47:08.746Z | |
2917 | 2024-08-12T20:47:08.746Z | info: running `cargo check --bins` on omicron-dev (131/147) |
2918 | 2024-08-12T20:47:09.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2919 | 2024-08-12T20:47:09.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2920 | 2024-08-12T20:47:09.550Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2921 | 2024-08-12T20:47:09.550Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2922 | 2024-08-12T20:47:09.553Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2923 | 2024-08-12T20:47:10.868Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2924 | 2024-08-12T20:47:13.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
2925 | 2024-08-12T20:47:13.314Z | |
2926 | 2024-08-12T20:47:13.314Z | info: running `cargo check --bins` on openapi-manager (132/147) |
2927 | 2024-08-12T20:47:13.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2928 | 2024-08-12T20:47:13.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2929 | 2024-08-12T20:47:14.006Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2930 | 2024-08-12T20:47:14.006Z | Checking is_ci v1.2.0 |
2931 | 2024-08-12T20:47:14.007Z | Checking heck v0.4.1 |
2932 | 2024-08-12T20:47:14.007Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2933 | 2024-08-12T20:47:14.010Z | Checking indent_write v2.2.0 |
2934 | 2024-08-12T20:47:14.194Z | Checking supports-color v3.0.0 |
2935 | 2024-08-12T20:47:14.238Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2936 | 2024-08-12T20:47:15.579Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2937 | 2024-08-12T20:47:16.388Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2938 | 2024-08-12T20:47:17.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
2939 | 2024-08-12T20:47:17.448Z | |
2940 | 2024-08-12T20:47:17.448Z | info: running `cargo check --bins` on installinator-api (133/147) |
2941 | 2024-08-12T20:47:18.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2942 | 2024-08-12T20:47:18.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2943 | 2024-08-12T20:47:18.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2944 | 2024-08-12T20:47:18.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2945 | 2024-08-12T20:47:18.081Z | |
2946 | 2024-08-12T20:47:18.081Z | info: running `cargo check --bins` on wicketd-api (134/147) |
2947 | 2024-08-12T20:47:18.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2948 | 2024-08-12T20:47:18.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2949 | 2024-08-12T20:47:18.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2950 | 2024-08-12T20:47:18.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2951 | 2024-08-12T20:47:18.718Z | |
2952 | 2024-08-12T20:47:18.718Z | info: running `cargo check --bins` on reconfigurator-cli (135/147) |
2953 | 2024-08-12T20:47:19.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2954 | 2024-08-12T20:47:19.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2955 | 2024-08-12T20:47:19.418Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2956 | 2024-08-12T20:47:20.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
2957 | 2024-08-12T20:47:20.738Z | |
2958 | 2024-08-12T20:47:20.738Z | info: running `cargo check --bins` on omicron-releng (136/147) |
2959 | 2024-08-12T20:47:21.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2960 | 2024-08-12T20:47:21.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2961 | 2024-08-12T20:47:21.395Z | Checking memmap2 v0.9.4 |
2962 | 2024-08-12T20:47:21.395Z | Checking constant_time_eq v0.3.0 |
2963 | 2024-08-12T20:47:21.398Z | Checking arrayref v0.3.7 |
2964 | 2024-08-12T20:47:21.398Z | Checking arrayvec v0.7.4 |
2965 | 2024-08-12T20:47:21.398Z | Checking untrusted v0.7.1 |
2966 | 2024-08-12T20:47:21.398Z | Checking spin v0.5.2 |
2967 | 2024-08-12T20:47:21.398Z | Checking cargo-platform v0.1.8 |
2968 | 2024-08-12T20:47:21.398Z | Checking topological-sort v0.2.2 |
2969 | 2024-08-12T20:47:21.578Z | Checking shell-words v1.1.0 |
2970 | 2024-08-12T20:47:21.688Z | Checking ring v0.16.20 |
2971 | 2024-08-12T20:47:21.714Z | Checking cargo_metadata v0.18.1 |
2972 | 2024-08-12T20:47:21.809Z | Checking blake3 v1.5.1 |
2973 | 2024-08-12T20:47:22.841Z | Checking omicron-zone-package v0.11.0 |
2974 | 2024-08-12T20:47:23.889Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2975 | 2024-08-12T20:47:24.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
2976 | 2024-08-12T20:47:24.865Z | |
2977 | 2024-08-12T20:47:24.866Z | info: running `cargo check --bins` on xtask (137/147) |
2978 | 2024-08-12T20:47:25.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2024-08-12T20:47:25.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2024-08-12T20:47:25.335Z | Checking serde v1.0.205 |
2981 | 2024-08-12T20:47:25.335Z | Checking thiserror v1.0.63 |
2982 | 2024-08-12T20:47:25.338Z | Checking scroll v0.12.0 |
2983 | 2024-08-12T20:47:25.405Z | Checking log v0.4.21 |
2984 | 2024-08-12T20:47:25.415Z | Checking hashbrown v0.14.5 |
2985 | 2024-08-12T20:47:25.419Z | Checking bitflags v2.6.0 |
2986 | 2024-08-12T20:47:25.426Z | Checking zerocopy v0.7.34 |
2987 | 2024-08-12T20:47:25.445Z | Checking syn v2.0.72 |
2988 | 2024-08-12T20:47:25.504Z | Checking pest v2.7.10 |
2989 | 2024-08-12T20:47:25.645Z | Checking fs-err v2.11.0 |
2990 | 2024-08-12T20:47:25.664Z | Checking rustix v0.38.34 |
2991 | 2024-08-12T20:47:25.845Z | Checking goblin v0.8.2 |
2992 | 2024-08-12T20:47:25.934Z | Checking tabled v0.15.0 |
2993 | 2024-08-12T20:47:26.562Z | Checking indexmap v2.3.0 |
2994 | 2024-08-12T20:47:26.616Z | Checking terminal_size v0.3.0 |
2995 | 2024-08-12T20:47:26.766Z | Checking clap_builder v4.5.13 |
2996 | 2024-08-12T20:47:26.809Z | Checking anyhow v1.0.86 |
2997 | 2024-08-12T20:47:27.896Z | Checking dtrace-parser v0.2.0 |
2998 | 2024-08-12T20:47:29.155Z | Checking clap v4.5.13 |
2999 | 2024-08-12T20:47:29.723Z | Checking serde_json v1.0.122 |
3000 | 2024-08-12T20:47:29.723Z | Checking serde_spanned v0.6.7 |
3001 | 2024-08-12T20:47:29.726Z | Checking toml_datetime v0.6.8 |
3002 | 2024-08-12T20:47:29.726Z | Checking camino v1.1.7 |
3003 | 2024-08-12T20:47:29.726Z | Checking cargo-platform v0.1.8 |
3004 | 2024-08-12T20:47:29.726Z | Checking semver v1.0.23 |
3005 | 2024-08-12T20:47:29.726Z | Checking macaddr v1.0.1 |
3006 | 2024-08-12T20:47:29.977Z | Checking toml_edit v0.22.20 |
3007 | 2024-08-12T20:47:30.755Z | Checking dof v0.3.0 |
3008 | 2024-08-12T20:47:30.755Z | Checking cargo_metadata v0.18.1 |
3009 | 2024-08-12T20:47:31.149Z | Checking usdt-impl v0.5.0 |
3010 | 2024-08-12T20:47:31.490Z | Checking usdt v0.5.0 |
3011 | 2024-08-12T20:47:31.630Z | Checking toml v0.8.19 |
3012 | 2024-08-12T20:47:32.092Z | Checking cargo_toml v0.20.4 |
3013 | 2024-08-12T20:47:33.292Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3014 | 2024-08-12T20:47:33.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.98s |
3015 | 2024-08-12T20:47:33.944Z | |
3016 | 2024-08-12T20:47:33.944Z | info: running `cargo check --bins` on end-to-end-tests (138/147) |
3017 | 2024-08-12T20:47:34.387Z | Downloading crates ... |
3018 | 2024-08-12T20:47:34.610Z | Downloaded ctr v0.9.2 |
3019 | 2024-08-12T20:47:34.619Z | Downloaded option-ext v0.2.0 |
3020 | 2024-08-12T20:47:34.623Z | Downloaded md5 v0.7.0 |
3021 | 2024-08-12T20:47:34.627Z | Downloaded russh-cryptovec v0.7.2 |
3022 | 2024-08-12T20:47:34.630Z | Downloaded dhcproto-macros v0.1.0 |
3023 | 2024-08-12T20:47:34.633Z | Downloaded aes v0.8.4 |
3024 | 2024-08-12T20:47:34.636Z | Downloaded rand_core v0.5.1 |
3025 | 2024-08-12T20:47:34.639Z | Downloaded pbkdf2 v0.11.0 |
3026 | 2024-08-12T20:47:34.642Z | Downloaded internet-checksum v0.2.1 |
3027 | 2024-08-12T20:47:34.642Z | Downloaded ghash v0.5.1 |
3028 | 2024-08-12T20:47:34.644Z | Downloaded rfc6979 v0.4.0 |
3029 | 2024-08-12T20:47:34.644Z | Downloaded rand_chacha v0.2.2 |
3030 | 2024-08-12T20:47:34.644Z | Downloaded pbkdf2 v0.12.2 |
3031 | 2024-08-12T20:47:34.647Z | Downloaded primeorder v0.13.6 |
3032 | 2024-08-12T20:47:34.647Z | Downloaded dirs v5.0.1 |
3033 | 2024-08-12T20:47:34.650Z | Downloaded hex-literal v0.4.1 |
3034 | 2024-08-12T20:47:34.650Z | Downloaded cbc v0.1.2 |
3035 | 2024-08-12T20:47:34.652Z | Downloaded polyval v0.6.2 |
3036 | 2024-08-12T20:47:34.653Z | Downloaded bcrypt-pbkdf v0.10.0 |
3037 | 2024-08-12T20:47:34.655Z | Downloaded dirs-sys v0.4.1 |
3038 | 2024-08-12T20:47:34.655Z | Downloaded getrandom v0.1.16 |
3039 | 2024-08-12T20:47:34.658Z | Downloaded blowfish v0.9.1 |
3040 | 2024-08-12T20:47:34.661Z | Downloaded ed25519 v2.2.3 |
3041 | 2024-08-12T20:47:34.661Z | Downloaded russh-keys v0.43.0 |
3042 | 2024-08-12T20:47:34.664Z | Downloaded password-hash v0.4.2 |
3043 | 2024-08-12T20:47:34.666Z | Downloaded ecdsa v0.16.9 |
3044 | 2024-08-12T20:47:34.666Z | Downloaded dhcproto v0.12.0 |
3045 | 2024-08-12T20:47:34.673Z | Downloaded p256 v0.13.2 |
3046 | 2024-08-12T20:47:34.682Z | Downloaded russh v0.43.0 |
3047 | 2024-08-12T20:47:34.687Z | Downloaded ed25519-dalek v2.1.1 |
3048 | 2024-08-12T20:47:34.689Z | Downloaded rand v0.7.3 |
3049 | 2024-08-12T20:47:34.694Z | Downloaded p521 v0.13.3 |
3050 | 2024-08-12T20:47:34.698Z | Downloaded aes-gcm v0.10.3 |
3051 | 2024-08-12T20:47:34.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2024-08-12T20:47:34.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2024-08-12T20:47:34.830Z | Compiling getrandom v0.1.16 |
3054 | 2024-08-12T20:47:34.931Z | Checking rfc6979 v0.4.0 |
3055 | 2024-08-12T20:47:34.942Z | Checking primeorder v0.13.6 |
3056 | 2024-08-12T20:47:34.945Z | Checking option-ext v0.2.0 |
3057 | 2024-08-12T20:47:34.961Z | Checking ed25519 v2.2.3 |
3058 | 2024-08-12T20:47:34.964Z | Checking polyval v0.6.2 |
3059 | 2024-08-12T20:47:34.964Z | Checking ctr v0.9.2 |
3060 | 2024-08-12T20:47:34.964Z | Checking aes v0.8.4 |
3061 | 2024-08-12T20:47:35.033Z | Checking dirs-sys v0.4.1 |
3062 | 2024-08-12T20:47:35.071Z | Checking ecdsa v0.16.9 |
3063 | 2024-08-12T20:47:35.191Z | Checking blowfish v0.9.1 |
3064 | 2024-08-12T20:47:35.211Z | Checking password-hash v0.4.2 |
3065 | 2024-08-12T20:47:35.211Z | Checking pbkdf2 v0.12.2 |
3066 | 2024-08-12T20:47:35.267Z | Checking ghash v0.5.1 |
3067 | 2024-08-12T20:47:35.395Z | Checking dirs v5.0.1 |
3068 | 2024-08-12T20:47:35.416Z | Checking ed25519-dalek v2.1.1 |
3069 | 2024-08-12T20:47:35.419Z | Checking bcrypt-pbkdf v0.10.0 |
3070 | 2024-08-12T20:47:35.446Z | Checking cbc v0.1.2 |
3071 | 2024-08-12T20:47:35.538Z | Checking russh-cryptovec v0.7.2 |
3072 | 2024-08-12T20:47:35.635Z | Checking pbkdf2 v0.11.0 |
3073 | 2024-08-12T20:47:35.652Z | Checking md5 v0.7.0 |
3074 | 2024-08-12T20:47:35.666Z | Compiling dhcproto-macros v0.1.0 |
3075 | 2024-08-12T20:47:35.722Z | Checking hex-literal v0.4.1 |
3076 | 2024-08-12T20:47:35.742Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3077 | 2024-08-12T20:47:35.781Z | Checking p521 v0.13.3 |
3078 | 2024-08-12T20:47:35.834Z | Checking p256 v0.13.2 |
3079 | 2024-08-12T20:47:35.851Z | Checking rand_core v0.5.1 |
3080 | 2024-08-12T20:47:35.854Z | Checking aes-gcm v0.10.3 |
3081 | 2024-08-12T20:47:35.888Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3082 | 2024-08-12T20:47:35.910Z | Checking internet-checksum v0.2.1 |
3083 | 2024-08-12T20:47:36.126Z | Checking rand_chacha v0.2.2 |
3084 | 2024-08-12T20:47:36.380Z | Checking rand v0.7.3 |
3085 | 2024-08-12T20:47:36.420Z | Checking dhcproto v0.12.0 |
3086 | 2024-08-12T20:47:37.297Z | Checking russh-keys v0.43.0 |
3087 | 2024-08-12T20:47:38.059Z | Checking russh v0.43.0 |
3088 | 2024-08-12T20:47:54.467Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3089 | 2024-08-12T20:47:55.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.76s |
3090 | 2024-08-12T20:47:55.889Z | |
3091 | 2024-08-12T20:47:55.889Z | info: running `cargo check --bins` on gateway-cli (139/147) |
3092 | 2024-08-12T20:47:56.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3093 | 2024-08-12T20:47:56.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3094 | 2024-08-12T20:47:56.510Z | Checking termios v0.3.3 |
3095 | 2024-08-12T20:47:56.706Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3096 | 2024-08-12T20:47:57.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
3097 | 2024-08-12T20:47:57.577Z | |
3098 | 2024-08-12T20:47:57.577Z | info: running `cargo check --bins --no-default-features` on installinator (140/147) |
3099 | 2024-08-12T20:47:58.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2024-08-12T20:47:58.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2024-08-12T20:47:58.252Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3102 | 2024-08-12T20:48:00.175Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3103 | 2024-08-12T20:48:01.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
3104 | 2024-08-12T20:48:02.025Z | |
3105 | 2024-08-12T20:48:02.025Z | info: running `cargo check --bins` on internal-dns-cli (141/147) |
3106 | 2024-08-12T20:48:02.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2024-08-12T20:48:02.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2024-08-12T20:48:02.639Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3109 | 2024-08-12T20:48:03.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3110 | 2024-08-12T20:48:03.199Z | |
3111 | 2024-08-12T20:48:03.199Z | info: running `cargo check --bins` on omicron-package (142/147) |
3112 | 2024-08-12T20:48:03.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-08-12T20:48:03.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-08-12T20:48:03.841Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3115 | 2024-08-12T20:48:05.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
3116 | 2024-08-12T20:48:05.169Z | |
3117 | 2024-08-12T20:48:05.169Z | info: running `cargo check --bins` on wicket-dbg (143/147) |
3118 | 2024-08-12T20:48:05.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2024-08-12T20:48:05.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2024-08-12T20:48:05.838Z | Checking rtoolbox v0.0.2 |
3121 | 2024-08-12T20:48:05.841Z | Checking tui-tree-widget v0.21.0 |
3122 | 2024-08-12T20:48:05.842Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3123 | 2024-08-12T20:48:06.040Z | Checking rpassword v7.3.1 |
3124 | 2024-08-12T20:48:09.854Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3125 | 2024-08-12T20:48:12.607Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3126 | 2024-08-12T20:48:13.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.46s |
3127 | 2024-08-12T20:48:13.788Z | |
3128 | 2024-08-12T20:48:13.789Z | info: running `cargo check --bins` on wicket (144/147) |
3129 | 2024-08-12T20:48:14.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3130 | 2024-08-12T20:48:14.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3131 | 2024-08-12T20:48:14.447Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3132 | 2024-08-12T20:48:14.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
3133 | 2024-08-12T20:48:14.950Z | |
3134 | 2024-08-12T20:48:14.950Z | info: running `cargo check --bins` on wicketd (145/147) |
3135 | 2024-08-12T20:48:15.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3136 | 2024-08-12T20:48:15.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3137 | 2024-08-12T20:48:15.636Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3138 | 2024-08-12T20:48:19.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
3139 | 2024-08-12T20:48:19.264Z | |
3140 | 2024-08-12T20:48:19.264Z | info: running `cargo check --bins` on omicron-workspace-hack (146/147) |
3141 | 2024-08-12T20:48:19.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2024-08-12T20:48:19.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2024-08-12T20:48:19.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3144 | 2024-08-12T20:48:19.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3145 | 2024-08-12T20:48:19.846Z | |
3146 | 2024-08-12T20:48:19.846Z | info: running `cargo check --bins` on zone-setup (147/147) |
3147 | 2024-08-12T20:48:20.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3148 | 2024-08-12T20:48:20.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3149 | 2024-08-12T20:48:20.547Z | Checking uzers v0.11.3 |
3150 | 2024-08-12T20:48:20.832Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3151 | 2024-08-12T20:48:21.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3152 | 2024-08-12T20:48:22.019Z | |
3153 | 2024-08-12T20:48:22.019Z | real 10:39.667454771 |
3154 | 2024-08-12T20:48:22.019Z | user 22:17.570999698 |
3155 | 2024-08-12T20:48:22.019Z | sys 4:44.567081783 |
3156 | 2024-08-12T20:48:22.019Z | trap 0.459524981 |
3157 | 2024-08-12T20:48:22.019Z | tflt 2.544077488 |
3158 | 2024-08-12T20:48:22.019Z | dflt 2.118385672 |
3159 | 2024-08-12T20:48:22.022Z | kflt 0.002122190 |
3160 | 2024-08-12T20:48:22.022Z | lock 40:59.153950131 |
3161 | 2024-08-12T20:48:22.023Z | slp 1:50:12.772781024 |
3162 | 2024-08-12T20:48:22.023Z | lat 53.963559078 |
3163 | 2024-08-12T20:48:22.023Z | stop 2:37.077895990 |
3164 | 2024-08-12T20:48:22.023Z | process exited: duration 846284 ms, exit code 0 |
|
3165 | 2024-08-12T20:48:22.029Z | found 0 output files |