|
|
|
1 | 2024-08-19T17:55:43.827Z | job assigned to worker 01J5NWE6JGAM9C9Y6JAAFBC7B8 (queued for 56 s) |
|
2 | 2024-08-19T17:55:51.762Z | starting task 0: "setup" |
3 | 2024-08-19T17:55:51.774Z | ++ uname -s |
4 | 2024-08-19T17:55:51.779Z | + kern=SunOS |
5 | 2024-08-19T17:55:51.779Z | + case "$kern" in |
6 | 2024-08-19T17:55:51.779Z | + groupadd -g 12345 build |
7 | 2024-08-19T17:55:51.781Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-19T17:55:53.793Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-19T17:55:53.917Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-19T17:55:53.919Z | + home_fs=zfs |
11 | 2024-08-19T17:55:53.919Z | + [[ zfs == autofs ]] |
12 | 2024-08-19T17:55:53.919Z | + mkdir -p /home/build |
13 | 2024-08-19T17:55:53.922Z | + chown build:build /home/build /work |
14 | 2024-08-19T17:55:55.923Z | + chmod 0700 /home/build /work |
15 | 2024-08-19T17:55:55.925Z | process exited: duration 4163 ms, exit code 0 |
|
16 | 2024-08-19T17:55:55.931Z | starting task 1: "rust-toolchain" |
17 | 2024-08-19T17:55:55.936Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-19T17:55:55.936Z | * toolchain channel = "1.80.1" |
19 | 2024-08-19T17:55:55.936Z | * toolchain profile = "default" |
20 | 2024-08-19T17:55:55.936Z | ' 1.80.1 |
21 | 2024-08-19T17:55:55.936Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-19T17:55:55.936Z | ' default |
23 | 2024-08-19T17:55:55.939Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-19T17:55:55.939Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-19T17:55:56.051Z | info: downloading installer |
26 | 2024-08-19T17:55:57.177Z | info: profile set to 'default' |
27 | 2024-08-19T17:55:57.177Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-19T17:55:57.180Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-19T17:55:57.326Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-19T17:55:57.326Z | info: downloading component 'cargo' |
31 | 2024-08-19T17:55:58.127Z | info: downloading component 'clippy' |
32 | 2024-08-19T17:55:58.517Z | info: downloading component 'rust-docs' |
33 | 2024-08-19T17:55:59.631Z | info: downloading component 'rust-std' |
34 | 2024-08-19T17:56:01.193Z | info: downloading component 'rustc' |
35 | 2024-08-19T17:56:05.588Z | info: downloading component 'rustfmt' |
36 | 2024-08-19T17:56:05.823Z | info: installing component 'cargo' |
37 | 2024-08-19T17:56:06.637Z | info: installing component 'clippy' |
38 | 2024-08-19T17:56:07.005Z | info: installing component 'rust-docs' |
39 | 2024-08-19T17:56:08.671Z | info: installing component 'rust-std' |
40 | 2024-08-19T17:56:10.340Z | info: installing component 'rustc' |
41 | 2024-08-19T17:56:14.548Z | info: installing component 'rustfmt' |
42 | 2024-08-19T17:56:14.884Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-19T17:56:14.884Z | |
44 | 2024-08-19T17:56:15.169Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-19T17:56:15.169Z | |
46 | 2024-08-19T17:56:15.171Z | |
47 | 2024-08-19T17:56:15.171Z | Rust is installed now. Great! |
48 | 2024-08-19T17:56:15.172Z | |
49 | 2024-08-19T17:56:15.172Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-19T17:56:15.172Z | environment variable. This has not been done automatically. |
51 | 2024-08-19T17:56:15.172Z | |
52 | 2024-08-19T17:56:15.172Z | To configure your current shell, you need to source |
53 | 2024-08-19T17:56:15.172Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-19T17:56:15.172Z | |
55 | 2024-08-19T17:56:15.172Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-19T17:56:15.172Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-19T17:56:15.172Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-19T17:56:15.226Z | + rustc --version |
59 | 2024-08-19T17:56:15.288Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-19T17:56:15.291Z | process exited: duration 19357 ms, exit code 0 |
|
61 | 2024-08-19T17:56:15.299Z | starting task 2: "authentication" |
62 | 2024-08-19T17:56:15.318Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-19T17:56:15.323Z | starting task 3: "clone repository" |
64 | 2024-08-19T17:56:15.329Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-19T17:56:15.331Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-19T17:56:15.378Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-19T17:56:22.017Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-19T17:56:22.017Z | + git fetch origin d16bbb38740f28c321cbe676425ac4fc519ec11a |
69 | 2024-08-19T17:56:22.302Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-19T17:56:22.302Z | * branch d16bbb38740f28c321cbe676425ac4fc519ec11a -> FETCH_HEAD |
71 | 2024-08-19T17:56:22.310Z | + [[ -n sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate ]] |
72 | 2024-08-19T17:56:22.313Z | ++ git branch --show-current |
73 | 2024-08-19T17:56:22.315Z | + current=main |
74 | 2024-08-19T17:56:22.315Z | + [[ main != sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate ]] |
75 | 2024-08-19T17:56:22.316Z | + git branch -f sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate d16bbb38740f28c321cbe676425ac4fc519ec11a |
76 | 2024-08-19T17:56:22.318Z | + git checkout -f sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate |
77 | 2024-08-19T17:56:22.355Z | Switched to branch 'sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate' |
78 | 2024-08-19T17:56:22.358Z | + git reset --hard d16bbb38740f28c321cbe676425ac4fc519ec11a |
79 | 2024-08-19T17:56:22.393Z | HEAD is now at d16bbb387 move into nexus-types |
80 | 2024-08-19T17:56:22.396Z | process exited: duration 7070 ms, exit code 0 |
|
81 | 2024-08-19T17:56:22.401Z | starting task 4: "build" |
82 | 2024-08-19T17:56:22.406Z | + cargo --version |
83 | 2024-08-19T17:56:22.460Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-19T17:56:22.463Z | + rustc --version |
85 | 2024-08-19T17:56:22.518Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-19T17:56:22.522Z | + source ./env.sh |
87 | 2024-08-19T17:56:22.522Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-19T17:56:22.522Z | ++ set -o xtrace |
89 | 2024-08-19T17:56:22.525Z | ++++ dirname ./env.sh |
90 | 2024-08-19T17:56:22.529Z | +++ readlink -f . |
91 | 2024-08-19T17:56:22.529Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-19T17:56:22.529Z | ++ 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-19T17:56:22.529Z | ++ 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-19T17:56:22.529Z | ++ 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-19T17:56:22.529Z | ++ 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-19T17:56:22.529Z | ++ 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-19T17:56:22.529Z | ++ 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-19T17:56:22.529Z | ++ 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-19T17:56:22.529Z | ++ 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-19T17:56:22.529Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-19T17:56:22.529Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-19T17:56:22.532Z | + 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-19T17:56:22.532Z | + 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-19T17:56:22.532Z | + banner prerequisites |
105 | 2024-08-19T17:56:22.532Z | |
106 | 2024-08-19T17:56:22.532Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-19T17:56:22.532Z | # # # # # # # # # # # # # # # |
108 | 2024-08-19T17:56:22.532Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-19T17:56:22.532Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-19T17:56:22.532Z | # # # # # # # # # # # # # # # |
111 | 2024-08-19T17:56:22.533Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-19T17:56:22.533Z | |
113 | 2024-08-19T17:56:22.533Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-19T17:56:27.261Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-19T17:56:29.373Z | Startup: Caching catalogs ... Done |
116 | 2024-08-19T17:56:31.249Z | Planning: Solver setup ... Done (1.226s) |
117 | 2024-08-19T17:56:31.269Z | Planning: Running solver ... Done (0.021s) |
118 | 2024-08-19T17:56:31.308Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-08-19T17:56:31.321Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-19T17:56:31.482Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-19T17:56:31.640Z | Planning: Package planning ... Done (0.159s) |
122 | 2024-08-19T17:56:31.695Z | Planning: Merging actions ... Done (0.054s) |
123 | 2024-08-19T17:56:31.994Z | Planning: Checking for conflicting actions ... Done (0.299s) |
124 | 2024-08-19T17:56:32.005Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2024-08-19T17:56:32.947Z | Planning: Evaluating mediators ... Done (0.932s) |
126 | 2024-08-19T17:56:32.955Z | Planning: Planning completed in 3.50 seconds |
127 | 2024-08-19T17:56:32.967Z | Packages to install: 4 |
128 | 2024-08-19T17:56:32.967Z | Mediators to change: 2 |
129 | 2024-08-19T17:56:32.972Z | Services to change: 1 |
130 | 2024-08-19T17:56:32.972Z | Estimated space available: 155.72 GB |
131 | 2024-08-19T17:56:32.973Z | Estimated space to be consumed: 1.48 GB |
132 | 2024-08-19T17:56:32.973Z | Create boot environment: No |
133 | 2024-08-19T17:56:32.973Z | Create backup boot environment: No |
134 | 2024-08-19T17:56:32.973Z | Rebuild boot archive: No |
135 | 2024-08-19T17:56:32.973Z | |
136 | 2024-08-19T17:56:32.973Z | Changed mediators: |
137 | 2024-08-19T17:56:32.973Z | mediator clang: |
138 | 2024-08-19T17:56:32.973Z | version: None -> 15 (system default) |
139 | 2024-08-19T17:56:32.973Z | |
140 | 2024-08-19T17:56:32.974Z | mediator llvm: |
141 | 2024-08-19T17:56:32.974Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-19T17:56:32.974Z | |
143 | 2024-08-19T17:56:32.974Z | Changed packages: |
144 | 2024-08-19T17:56:32.974Z | helios-dev |
145 | 2024-08-19T17:56:32.974Z | developer/build-essential |
146 | 2024-08-19T17:56:32.975Z | None -> 11-2.0 |
147 | 2024-08-19T17:56:32.975Z | library/libxmlsec1 |
148 | 2024-08-19T17:56:32.975Z | None -> 1.2.35-2.0 |
149 | 2024-08-19T17:56:32.975Z | ooce/developer/clang-15 |
150 | 2024-08-19T17:56:32.975Z | None -> 15.0.7-2.0 |
151 | 2024-08-19T17:56:32.975Z | ooce/developer/llvm-15 |
152 | 2024-08-19T17:56:32.975Z | None -> 15.0.7-2.0 |
153 | 2024-08-19T17:56:32.975Z | |
154 | 2024-08-19T17:56:32.976Z | Services: |
155 | 2024-08-19T17:56:32.976Z | restart_fmri: |
156 | 2024-08-19T17:56:32.976Z | svc:/system/update-man-index:default |
157 | 2024-08-19T17:56:33.008Z | |
158 | 2024-08-19T17:56:33.008Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-19T17:56:38.008Z | Download: 1183/3290 items 77.0/212.6MB 36% complete (15.4M/s) |
160 | 2024-08-19T17:56:43.016Z | Download: 1518/3290 items 117.5/212.6MB 55% complete (12.0M/s) |
161 | 2024-08-19T17:56:48.094Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (9.3M/s) |
162 | 2024-08-19T17:56:53.108Z | Download: 2584/3290 items 120.3/212.6MB 56% complete (293k/s) |
163 | 2024-08-19T17:56:58.484Z | Download: 3247/3290 items 188.9/212.6MB 88% complete (6.9M/s) |
164 | 2024-08-19T17:57:02.479Z | Download: Completed 212.60 MB in 29.47 seconds (7.2M/s) |
165 | 2024-08-19T17:57:02.638Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-08-19T17:57:07.217Z | Actions: Completed 3689 actions in 4.58 seconds. |
167 | 2024-08-19T17:57:07.492Z | Done (0.271s) |
168 | 2024-08-19T17:57:07.492Z | Done (0.000s) |
169 | 2024-08-19T17:57:07.860Z | Done (0.369s) |
170 | 2024-08-19T17:57:12.055Z | Done (4.018s) |
171 | 2024-08-19T17:57:12.147Z | Done (0.021s) |
172 | 2024-08-19T17:57:12.152Z | Done (0.000s) |
173 | 2024-08-19T17:57:12.285Z | Done (0.000s) |
174 | 2024-08-19T17:57:12.864Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-08-19T17:57:13.021Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-08-19T17:57:13.023Z | Planning: Consolidating action changes ... Done |
177 | 2024-08-19T17:57:13.294Z | Planning: Evaluating mediators ... Done |
178 | 2024-08-19T17:57:13.297Z | Planning: Planning completed in 0.43 seconds |
179 | 2024-08-19T17:57:13.328Z | Mediators to change: 2 |
180 | 2024-08-19T17:57:13.328Z | Create boot environment: No |
181 | 2024-08-19T17:57:13.330Z | Create backup boot environment: No |
182 | 2024-08-19T17:57:13.406Z | Done |
183 | 2024-08-19T17:57:13.407Z | Done |
184 | 2024-08-19T17:57:13.633Z | Done |
185 | 2024-08-19T17:57:17.101Z | Done |
186 | 2024-08-19T17:57:17.182Z | Done |
187 | 2024-08-19T17:57:17.185Z | Done |
188 | 2024-08-19T17:57:17.424Z | Done |
189 | 2024-08-19T17:57:18.023Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-08-19T17:57:18.025Z | Planning: Merging actions ... Done |
191 | 2024-08-19T17:57:18.208Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-08-19T17:57:18.211Z | Planning: Consolidating action changes ... Done |
193 | 2024-08-19T17:57:18.467Z | Planning: Evaluating mediators ... Done |
194 | 2024-08-19T17:57:18.521Z | Planning: Planning completed in 0.74 seconds |
195 | 2024-08-19T17:57:18.558Z | Packages to change: 1 |
196 | 2024-08-19T17:57:18.558Z | Mediators to change: 1 |
197 | 2024-08-19T17:57:18.561Z | Services to change: 1 |
198 | 2024-08-19T17:57:18.561Z | Create boot environment: No |
199 | 2024-08-19T17:57:18.561Z | Create backup boot environment: Yes |
200 | 2024-08-19T17:57:20.354Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2024-08-19T17:57:20.357Z | Actions: Completed 6 actions in 0.00 seconds. |
202 | 2024-08-19T17:57:20.357Z | Done |
203 | 2024-08-19T17:57:20.357Z | Done |
204 | 2024-08-19T17:57:20.432Z | Done |
205 | 2024-08-19T17:57:23.996Z | Done |
206 | 2024-08-19T17:57:24.081Z | Done |
207 | 2024-08-19T17:57:24.083Z | Done |
208 | 2024-08-19T17:57:24.175Z | Done |
209 | 2024-08-19T17:57:24.610Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2024-08-19T17:57:24.610Z | clang system 15 system |
211 | 2024-08-19T17:57:24.610Z | csh system system illumos |
212 | 2024-08-19T17:57:24.610Z | ctags system system illumos |
213 | 2024-08-19T17:57:24.610Z | gcc vendor 12 vendor |
214 | 2024-08-19T17:57:24.610Z | gcc system 10 system |
215 | 2024-08-19T17:57:24.610Z | gcc system 7 system |
216 | 2024-08-19T17:57:24.610Z | go system 1.20 system |
217 | 2024-08-19T17:57:24.610Z | go system 1.19 system |
218 | 2024-08-19T17:57:24.610Z | llvm system 15 system |
219 | 2024-08-19T17:57:24.610Z | llvm system 14 system |
220 | 2024-08-19T17:57:24.611Z | mariadb system 10.6 system |
221 | 2024-08-19T17:57:24.611Z | mta vendor vendor dma |
222 | 2024-08-19T17:57:24.611Z | openjdk system 17 system |
223 | 2024-08-19T17:57:24.611Z | openjdk system 11 system |
224 | 2024-08-19T17:57:24.611Z | openjdk system 1.8 system |
225 | 2024-08-19T17:57:24.611Z | openssl vendor 3 vendor |
226 | 2024-08-19T17:57:24.611Z | perl system 5.36 system |
227 | 2024-08-19T17:57:24.611Z | postgresql system 15 system |
228 | 2024-08-19T17:57:24.611Z | postgresql system 13 system |
229 | 2024-08-19T17:57:24.611Z | python vendor 3 vendor |
230 | 2024-08-19T17:57:24.611Z | python system 2 system |
231 | 2024-08-19T17:57:24.611Z | python3 system 3.11 system |
232 | 2024-08-19T17:57:24.611Z | ruby system 3.0 system |
233 | 2024-08-19T17:57:24.611Z | words vendor vendor american-english |
234 | 2024-08-19T17:57:24.611Z | words system system australian-english |
235 | 2024-08-19T17:57:24.611Z | words system system british-english |
236 | 2024-08-19T17:57:24.611Z | words system system canadian-english |
237 | 2024-08-19T17:57:24.611Z | words system system french |
238 | 2024-08-19T17:57:24.611Z | words system system italian |
239 | 2024-08-19T17:57:24.611Z | words system system ngerman |
240 | 2024-08-19T17:57:24.611Z | words system system ogerman |
241 | 2024-08-19T17:57:24.611Z | words system system spanish |
242 | 2024-08-19T17:57:24.940Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2024-08-19T17:57:24.940Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2024-08-19T17:57:26.663Z | FMRI IFO |
245 | 2024-08-19T17:57:26.663Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2024-08-19T17:57:26.663Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2024-08-19T17:57:26.663Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2024-08-19T17:57:26.663Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2024-08-19T17:57:26.663Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2024-08-19T17:57:26.664Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-08-19T17:57:26.664Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
252 | 2024-08-19T17:57:26.664Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2024-08-19T17:57:26.664Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-08-19T17:57:26.664Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2024-08-19T17:57:26.664Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
256 | 2024-08-19T17:57:26.664Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
257 | 2024-08-19T17:57:27.251Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
258 | 2024-08-19T17:57:27.551Z | Updating git repository `https://github.com/oxidecomputer/zone` |
259 | 2024-08-19T17:57:27.820Z | Updating crates.io index |
260 | 2024-08-19T17:57:27.822Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
261 | 2024-08-19T17:57:28.584Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
262 | 2024-08-19T17:57:29.320Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
263 | 2024-08-19T17:57:29.668Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
264 | 2024-08-19T17:57:31.273Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2024-08-19T17:57:31.562Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2024-08-19T17:57:31.818Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2024-08-19T17:57:32.966Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2024-08-19T17:57:34.725Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2024-08-19T17:57:35.692Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2024-08-19T17:57:36.426Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2024-08-19T17:57:36.698Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-08-19T17:57:37.241Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
273 | 2024-08-19T17:57:37.601Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
274 | 2024-08-19T17:57:37.887Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
275 | 2024-08-19T17:57:38.346Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
276 | 2024-08-19T17:57:38.624Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
277 | 2024-08-19T17:57:38.845Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
278 | 2024-08-19T17:57:39.113Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
279 | 2024-08-19T17:57:39.375Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-08-19T17:57:39.792Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-08-19T17:57:40.218Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-08-19T17:57:40.469Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-08-19T17:57:40.957Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-08-19T17:57:41.266Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
285 | 2024-08-19T17:57:41.746Z | Updating git repository `https://github.com/oxidecomputer/typify` |
286 | 2024-08-19T17:57:43.851Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
287 | 2024-08-19T17:57:44.110Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
288 | 2024-08-19T17:57:44.359Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
289 | 2024-08-19T17:57:44.818Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
290 | 2024-08-19T17:57:45.837Z | Downloading crates ... |
291 | 2024-08-19T17:57:45.901Z | Downloaded anstyle-query v1.0.3 |
292 | 2024-08-19T17:57:45.904Z | Downloaded block-buffer v0.10.4 |
293 | 2024-08-19T17:57:45.907Z | Downloaded autocfg v1.3.0 |
294 | 2024-08-19T17:57:45.910Z | Downloaded byteorder v1.5.0 |
295 | 2024-08-19T17:57:45.910Z | Downloaded anstyle v1.0.8 |
296 | 2024-08-19T17:57:45.912Z | Downloaded anstream v0.6.14 |
297 | 2024-08-19T17:57:45.915Z | Downloaded equivalent v1.0.1 |
298 | 2024-08-19T17:57:45.921Z | Downloaded anstyle-parse v0.2.4 |
299 | 2024-08-19T17:57:45.924Z | Downloaded errno v0.3.9 |
300 | 2024-08-19T17:57:45.927Z | Downloaded colorchoice v1.0.1 |
301 | 2024-08-19T17:57:45.927Z | Downloaded cargo-platform v0.1.8 |
302 | 2024-08-19T17:57:45.927Z | Downloaded dof v0.3.0 |
303 | 2024-08-19T17:57:45.930Z | Downloaded crypto-common v0.1.6 |
304 | 2024-08-19T17:57:45.930Z | Downloaded itoa v1.0.11 |
305 | 2024-08-19T17:57:45.930Z | Downloaded heck v0.5.0 |
306 | 2024-08-19T17:57:45.932Z | Downloaded generic-array v0.14.7 |
307 | 2024-08-19T17:57:45.935Z | Downloaded utf8parse v0.2.1 |
308 | 2024-08-19T17:57:45.937Z | Downloaded thread-id v4.2.1 |
309 | 2024-08-19T17:57:45.937Z | Downloaded serde_spanned v0.6.7 |
310 | 2024-08-19T17:57:45.940Z | Downloaded proc-macro-error-attr v1.0.4 |
311 | 2024-08-19T17:57:45.940Z | Downloaded toml_datetime v0.6.8 |
312 | 2024-08-19T17:57:45.942Z | Downloaded thiserror v1.0.63 |
313 | 2024-08-19T17:57:45.945Z | Downloaded tabled_derive v0.7.0 |
314 | 2024-08-19T17:57:45.948Z | Downloaded is_terminal_polyfill v1.70.0 |
315 | 2024-08-19T17:57:45.948Z | Downloaded dtrace-parser v0.2.0 |
316 | 2024-08-19T17:57:45.951Z | Downloaded once_cell v1.19.0 |
317 | 2024-08-19T17:57:45.953Z | Downloaded clap_derive v4.5.13 |
318 | 2024-08-19T17:57:45.956Z | Downloaded bytecount v0.6.8 |
319 | 2024-08-19T17:57:45.958Z | Downloaded semver v1.0.23 |
320 | 2024-08-19T17:57:45.961Z | Downloaded cargo_toml v0.20.4 |
321 | 2024-08-19T17:57:45.963Z | Downloaded swrite v0.1.0 |
322 | 2024-08-19T17:57:45.963Z | Downloaded usdt-impl v0.5.0 |
323 | 2024-08-19T17:57:45.963Z | Downloaded quote v1.0.36 |
324 | 2024-08-19T17:57:45.966Z | Downloaded clap v4.5.16 |
325 | 2024-08-19T17:57:45.975Z | Downloaded usdt-macro v0.5.0 |
326 | 2024-08-19T17:57:45.977Z | Downloaded usdt-attr-macro v0.5.0 |
327 | 2024-08-19T17:57:45.977Z | Downloaded plain v0.2.3 |
328 | 2024-08-19T17:57:45.980Z | Downloaded fnv v1.0.7 |
329 | 2024-08-19T17:57:45.980Z | Downloaded scroll_derive v0.12.0 |
330 | 2024-08-19T17:57:45.980Z | Downloaded pretty-hex v0.4.1 |
331 | 2024-08-19T17:57:45.982Z | Downloaded terminal_size v0.3.0 |
332 | 2024-08-19T17:57:45.983Z | Downloaded digest v0.10.7 |
333 | 2024-08-19T17:57:45.985Z | Downloaded cfg-if v1.0.0 |
334 | 2024-08-19T17:57:45.987Z | Downloaded sha2 v0.10.8 |
335 | 2024-08-19T17:57:45.990Z | Downloaded pest_meta v2.7.10 |
336 | 2024-08-19T17:57:45.992Z | Downloaded memmap v0.7.0 |
337 | 2024-08-19T17:57:45.994Z | Downloaded ucd-trie v0.1.6 |
338 | 2024-08-19T17:57:45.995Z | Downloaded serde_derive v1.0.208 |
339 | 2024-08-19T17:57:45.997Z | Downloaded typenum v1.17.0 |
340 | 2024-08-19T17:57:46.000Z | Downloaded macaddr v1.0.1 |
341 | 2024-08-19T17:57:46.003Z | Downloaded cargo_metadata v0.18.1 |
342 | 2024-08-19T17:57:46.003Z | Downloaded fs-err v2.11.0 |
343 | 2024-08-19T17:57:46.005Z | Downloaded pest_generator v2.7.10 |
344 | 2024-08-19T17:57:46.007Z | Downloaded version_check v0.9.5 |
345 | 2024-08-19T17:57:46.007Z | Downloaded usdt v0.5.0 |
346 | 2024-08-19T17:57:46.010Z | Downloaded strsim v0.11.1 |
347 | 2024-08-19T17:57:46.010Z | Downloaded heck v0.4.1 |
348 | 2024-08-19T17:57:46.013Z | Downloaded camino v1.1.9 |
349 | 2024-08-19T17:57:46.013Z | Downloaded ryu v1.0.18 |
350 | 2024-08-19T17:57:46.015Z | Downloaded cpufeatures v0.2.12 |
351 | 2024-08-19T17:57:46.017Z | Downloaded thiserror-impl v1.0.63 |
352 | 2024-08-19T17:57:46.020Z | Downloaded log v0.4.21 |
353 | 2024-08-19T17:57:46.022Z | Downloaded bitflags v2.6.0 |
354 | 2024-08-19T17:57:46.025Z | Downloaded anyhow v1.0.86 |
355 | 2024-08-19T17:57:46.028Z | Downloaded pest_derive v2.7.10 |
356 | 2024-08-19T17:57:46.030Z | Downloaded zerocopy-derive v0.7.34 |
357 | 2024-08-19T17:57:46.034Z | Downloaded serde_tokenstream v0.2.2 |
358 | 2024-08-19T17:57:46.037Z | Downloaded scroll v0.12.0 |
359 | 2024-08-19T17:57:46.039Z | Downloaded proc-macro-error v1.0.4 |
360 | 2024-08-19T17:57:46.042Z | Downloaded clap_lex v0.7.0 |
361 | 2024-08-19T17:57:46.044Z | Downloaded toml v0.8.19 |
362 | 2024-08-19T17:57:46.046Z | Downloaded unicode-ident v1.0.12 |
363 | 2024-08-19T17:57:46.049Z | Downloaded papergrid v0.11.0 |
364 | 2024-08-19T17:57:46.053Z | Downloaded proc-macro2 v1.0.86 |
365 | 2024-08-19T17:57:46.056Z | Downloaded indexmap v2.4.0 |
366 | 2024-08-19T17:57:46.063Z | Downloaded memchr v2.7.2 |
367 | 2024-08-19T17:57:46.070Z | Downloaded serde v1.0.208 |
368 | 2024-08-19T17:57:46.077Z | Downloaded pest v2.7.10 |
369 | 2024-08-19T17:57:46.087Z | Downloaded toml_edit v0.22.20 |
370 | 2024-08-19T17:57:46.109Z | Downloaded hashbrown v0.14.5 |
371 | 2024-08-19T17:57:46.113Z | Downloaded winnow v0.6.18 |
372 | 2024-08-19T17:57:46.122Z | Downloaded zerocopy v0.7.34 |
373 | 2024-08-19T17:57:46.138Z | Downloaded serde_json v1.0.125 |
374 | 2024-08-19T17:57:46.144Z | Downloaded clap_builder v4.5.15 |
375 | 2024-08-19T17:57:46.153Z | Downloaded goblin v0.8.2 |
376 | 2024-08-19T17:57:46.158Z | Downloaded tabled v0.15.0 |
377 | 2024-08-19T17:57:46.173Z | Downloaded syn v2.0.74 |
378 | 2024-08-19T17:57:46.183Z | Downloaded syn v1.0.109 |
379 | 2024-08-19T17:57:46.194Z | Downloaded unicode-width v0.1.13 |
380 | 2024-08-19T17:57:46.202Z | Downloaded rustix v0.38.34 |
381 | 2024-08-19T17:57:46.223Z | Downloaded libc v0.2.156 |
382 | 2024-08-19T17:57:46.519Z | Compiling proc-macro2 v1.0.86 |
383 | 2024-08-19T17:57:46.521Z | Compiling unicode-ident v1.0.12 |
384 | 2024-08-19T17:57:46.521Z | Compiling version_check v0.9.5 |
385 | 2024-08-19T17:57:46.521Z | Compiling serde v1.0.208 |
386 | 2024-08-19T17:57:46.521Z | Compiling thiserror v1.0.63 |
387 | 2024-08-19T17:57:46.521Z | Compiling memchr v2.7.2 |
388 | 2024-08-19T17:57:46.521Z | Compiling libc v0.2.156 |
389 | 2024-08-19T17:57:46.521Z | Compiling itoa v1.0.11 |
390 | 2024-08-19T17:57:46.768Z | Compiling ucd-trie v0.1.6 |
391 | 2024-08-19T17:57:46.857Z | Compiling ryu v1.0.18 |
392 | 2024-08-19T17:57:47.277Z | Compiling once_cell v1.19.0 |
393 | 2024-08-19T17:57:47.346Z | Compiling byteorder v1.5.0 |
394 | 2024-08-19T17:57:47.391Z | Compiling serde_json v1.0.125 |
395 | 2024-08-19T17:57:47.741Z | Compiling proc-macro-error-attr v1.0.4 |
396 | 2024-08-19T17:57:47.819Z | Compiling usdt-impl v0.5.0 |
397 | 2024-08-19T17:57:47.847Z | Compiling syn v1.0.109 |
398 | 2024-08-19T17:57:48.035Z | Compiling rustix v0.38.34 |
399 | 2024-08-19T17:57:48.133Z | Compiling proc-macro-error v1.0.4 |
400 | 2024-08-19T17:57:48.184Z | Compiling quote v1.0.36 |
401 | 2024-08-19T17:57:48.424Z | Compiling bitflags v2.6.0 |
402 | 2024-08-19T17:57:48.448Z | Compiling plain v0.2.3 |
403 | 2024-08-19T17:57:48.550Z | Compiling syn v2.0.74 |
404 | 2024-08-19T17:57:48.613Z | Compiling errno v0.3.9 |
405 | 2024-08-19T17:57:48.849Z | Compiling log v0.4.21 |
406 | 2024-08-19T17:57:48.875Z | Compiling hashbrown v0.14.5 |
407 | 2024-08-19T17:57:48.877Z | Compiling equivalent v1.0.1 |
408 | 2024-08-19T17:57:48.920Z | Compiling utf8parse v0.2.1 |
409 | 2024-08-19T17:57:49.016Z | Compiling thread-id v4.2.1 |
410 | 2024-08-19T17:57:49.086Z | Compiling anstyle-parse v0.2.4 |
411 | 2024-08-19T17:57:49.305Z | Compiling autocfg v1.3.0 |
412 | 2024-08-19T17:57:49.512Z | Compiling colorchoice v1.0.1 |
413 | 2024-08-19T17:57:49.635Z | Compiling is_terminal_polyfill v1.70.0 |
414 | 2024-08-19T17:57:49.683Z | Compiling camino v1.1.9 |
415 | 2024-08-19T17:57:49.774Z | Compiling semver v1.0.23 |
416 | 2024-08-19T17:57:50.017Z | Compiling winnow v0.6.18 |
417 | 2024-08-19T17:57:50.336Z | Compiling indexmap v2.4.0 |
418 | 2024-08-19T17:57:50.336Z | Compiling anstyle-query v1.0.3 |
419 | 2024-08-19T17:57:50.388Z | Compiling pretty-hex v0.4.1 |
420 | 2024-08-19T17:57:50.412Z | Compiling anstyle v1.0.8 |
421 | 2024-08-19T17:57:50.583Z | Compiling fs-err v2.11.0 |
422 | 2024-08-19T17:57:50.610Z | Compiling terminal_size v0.3.0 |
423 | 2024-08-19T17:57:50.825Z | Compiling anstream v0.6.14 |
424 | 2024-08-19T17:57:50.880Z | Compiling anyhow v1.0.86 |
425 | 2024-08-19T17:57:50.908Z | Compiling clap_lex v0.7.0 |
426 | 2024-08-19T17:57:50.937Z | Compiling bytecount v0.6.8 |
427 | 2024-08-19T17:57:51.222Z | Compiling strsim v0.11.1 |
428 | 2024-08-19T17:57:51.462Z | Compiling heck v0.5.0 |
429 | 2024-08-19T17:57:51.523Z | Compiling fnv v1.0.7 |
430 | 2024-08-19T17:57:51.640Z | Compiling unicode-width v0.1.13 |
431 | 2024-08-19T17:57:51.666Z | Compiling heck v0.4.1 |
432 | 2024-08-19T17:57:51.690Z | Compiling clap_builder v4.5.15 |
433 | 2024-08-19T17:57:51.967Z | Compiling papergrid v0.11.0 |
434 | 2024-08-19T17:57:52.308Z | Compiling memmap v0.7.0 |
435 | 2024-08-19T17:57:52.681Z | Compiling swrite v0.1.0 |
436 | 2024-08-19T17:57:54.147Z | Compiling tabled_derive v0.7.0 |
437 | 2024-08-19T17:57:55.700Z | Compiling tabled v0.15.0 |
438 | 2024-08-19T17:57:57.126Z | Compiling serde_derive v1.0.208 |
439 | 2024-08-19T17:57:57.126Z | Compiling thiserror-impl v1.0.63 |
440 | 2024-08-19T17:57:57.136Z | Compiling zerocopy-derive v0.7.34 |
441 | 2024-08-19T17:57:57.136Z | Compiling scroll_derive v0.12.0 |
442 | 2024-08-19T17:57:57.586Z | Compiling clap_derive v4.5.13 |
443 | 2024-08-19T17:57:58.570Z | Compiling scroll v0.12.0 |
444 | 2024-08-19T17:57:59.039Z | Compiling zerocopy v0.7.34 |
445 | 2024-08-19T17:57:59.062Z | Compiling goblin v0.8.2 |
446 | 2024-08-19T17:57:59.748Z | Compiling pest v2.7.10 |
447 | 2024-08-19T17:58:01.498Z | Compiling clap v4.5.16 |
448 | 2024-08-19T17:58:01.983Z | Compiling pest_meta v2.7.10 |
449 | 2024-08-19T17:58:02.806Z | Compiling pest_generator v2.7.10 |
450 | 2024-08-19T17:58:04.661Z | Compiling pest_derive v2.7.10 |
451 | 2024-08-19T17:58:05.447Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-08-19T17:58:07.276Z | Compiling serde_tokenstream v0.2.2 |
453 | 2024-08-19T17:58:07.403Z | Compiling serde_spanned v0.6.7 |
454 | 2024-08-19T17:58:07.403Z | Compiling toml_datetime v0.6.8 |
455 | 2024-08-19T17:58:07.699Z | Compiling toml_edit v0.22.20 |
456 | 2024-08-19T17:58:07.806Z | Compiling cargo-platform v0.1.8 |
457 | 2024-08-19T17:58:07.897Z | Compiling macaddr v1.0.1 |
458 | 2024-08-19T17:58:08.661Z | Compiling dof v0.3.0 |
459 | 2024-08-19T17:58:08.788Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-08-19T17:58:10.379Z | Compiling usdt-attr-macro v0.5.0 |
461 | 2024-08-19T17:58:10.382Z | Compiling usdt-macro v0.5.0 |
462 | 2024-08-19T17:58:10.561Z | Compiling toml v0.8.19 |
463 | 2024-08-19T17:58:11.422Z | Compiling cargo_toml v0.20.4 |
464 | 2024-08-19T17:58:11.785Z | Compiling usdt v0.5.0 |
465 | 2024-08-19T17:58:15.098Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-08-19T17:58:18.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.83s |
467 | 2024-08-19T17:58:19.107Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-08-19T17:58:19.662Z | Downloading crates ... |
469 | 2024-08-19T17:58:19.767Z | Downloaded arrayref v0.3.7 |
470 | 2024-08-19T17:58:19.770Z | Downloaded assert_matches v1.5.0 |
471 | 2024-08-19T17:58:19.776Z | Downloaded aead v0.5.2 |
472 | 2024-08-19T17:58:19.780Z | Downloaded crunchy v0.2.2 |
473 | 2024-08-19T17:58:19.784Z | Downloaded ascii v1.1.0 |
474 | 2024-08-19T17:58:19.787Z | Downloaded atty v0.2.14 |
475 | 2024-08-19T17:58:19.787Z | Downloaded argon2 v0.5.3 |
476 | 2024-08-19T17:58:19.791Z | Downloaded bitstruct v0.1.1 |
477 | 2024-08-19T17:58:19.795Z | Downloaded darling_macro v0.20.9 |
478 | 2024-08-19T17:58:19.798Z | Downloaded allocator-api2 v0.2.18 |
479 | 2024-08-19T17:58:19.800Z | Downloaded defmt-macros v0.3.9 |
480 | 2024-08-19T17:58:19.803Z | Downloaded colored v2.1.0 |
481 | 2024-08-19T17:58:19.806Z | Downloaded cexpr v0.6.0 |
482 | 2024-08-19T17:58:19.808Z | Downloaded constant_time_eq v0.3.0 |
483 | 2024-08-19T17:58:19.811Z | Downloaded chacha20 v0.9.1 |
484 | 2024-08-19T17:58:19.811Z | Downloaded cipher v0.4.4 |
485 | 2024-08-19T17:58:19.814Z | Downloaded cbc v0.1.2 |
486 | 2024-08-19T17:58:19.816Z | Downloaded crossbeam-deque v0.8.5 |
487 | 2024-08-19T17:58:19.818Z | Downloaded is-terminal v0.4.12 |
488 | 2024-08-19T17:58:19.821Z | Downloaded match_cfg v0.1.0 |
489 | 2024-08-19T17:58:19.821Z | Downloaded impl-trait-for-tuples v0.2.2 |
490 | 2024-08-19T17:58:19.824Z | Downloaded num_threads v0.1.7 |
491 | 2024-08-19T17:58:19.824Z | Downloaded ciborium-io v0.2.2 |
492 | 2024-08-19T17:58:19.826Z | Downloaded opaque-debug v0.3.1 |
493 | 2024-08-19T17:58:19.826Z | Downloaded openssl-probe v0.1.5 |
494 | 2024-08-19T17:58:19.829Z | Downloaded num-conv v0.1.0 |
495 | 2024-08-19T17:58:19.829Z | Downloaded cobs v0.2.3 |
496 | 2024-08-19T17:58:19.831Z | Downloaded new_debug_unreachable v1.0.6 |
497 | 2024-08-19T17:58:19.831Z | Downloaded ahash v0.8.11 |
498 | 2024-08-19T17:58:19.834Z | Downloaded bit-vec v0.6.3 |
499 | 2024-08-19T17:58:19.836Z | Downloaded async-stream v0.3.5 |
500 | 2024-08-19T17:58:19.839Z | Downloaded oso-derive v0.27.3 |
501 | 2024-08-19T17:58:19.839Z | Downloaded cookie_store v0.20.0 |
502 | 2024-08-19T17:58:19.841Z | Downloaded linear-map v1.2.0 |
503 | 2024-08-19T17:58:19.844Z | Downloaded libefi-sys v0.1.0 |
504 | 2024-08-19T17:58:19.844Z | Downloaded cassowary v0.3.0 |
505 | 2024-08-19T17:58:19.846Z | Downloaded base64ct v1.6.0 |
506 | 2024-08-19T17:58:19.849Z | Downloaded mime_guess v2.0.4 |
507 | 2024-08-19T17:58:19.852Z | Downloaded memoffset v0.9.1 |
508 | 2024-08-19T17:58:19.852Z | Downloaded managed v0.8.0 |
509 | 2024-08-19T17:58:19.855Z | Downloaded async-stream-impl v0.3.5 |
510 | 2024-08-19T17:58:19.855Z | Downloaded cfg_aliases v0.1.1 |
511 | 2024-08-19T17:58:19.855Z | Downloaded bitstruct_derive v0.1.0 |
512 | 2024-08-19T17:58:19.858Z | Downloaded instability v0.3.2 |
513 | 2024-08-19T17:58:19.858Z | Downloaded keccak v0.1.5 |
514 | 2024-08-19T17:58:19.858Z | Downloaded md-5 v0.10.6 |
515 | 2024-08-19T17:58:19.861Z | Downloaded lazy_static v1.5.0 |
516 | 2024-08-19T17:58:19.864Z | Downloaded mockall v0.13.0 |
517 | 2024-08-19T17:58:19.864Z | Downloaded crucible-workspace-hack v0.1.0 |
518 | 2024-08-19T17:58:19.864Z | Downloaded num_enum v0.5.11 |
519 | 2024-08-19T17:58:19.869Z | Downloaded bitfield-struct v0.6.1 |
520 | 2024-08-19T17:58:19.871Z | Downloaded serde_plain v1.0.2 |
521 | 2024-08-19T17:58:19.874Z | Downloaded parse-display v0.10.0 |
522 | 2024-08-19T17:58:19.874Z | Downloaded data-encoding v2.6.0 |
523 | 2024-08-19T17:58:19.876Z | Downloaded serde_repr v0.1.19 |
524 | 2024-08-19T17:58:19.878Z | Downloaded packed_struct v0.10.1 |
525 | 2024-08-19T17:58:19.879Z | Downloaded libloading v0.8.3 |
526 | 2024-08-19T17:58:19.881Z | Downloaded is_ci v1.2.0 |
527 | 2024-08-19T17:58:19.884Z | Downloaded instant v0.1.12 |
528 | 2024-08-19T17:58:19.884Z | Downloaded crossbeam-utils v0.8.19 |
529 | 2024-08-19T17:58:19.886Z | Downloaded defmt v0.3.8 |
530 | 2024-08-19T17:58:19.889Z | Downloaded crc32fast v1.4.0 |
531 | 2024-08-19T17:58:19.892Z | Downloaded darling v0.20.9 |
532 | 2024-08-19T17:58:19.896Z | Downloaded termtree v0.4.1 |
533 | 2024-08-19T17:58:19.898Z | Downloaded lru v0.12.3 |
534 | 2024-08-19T17:58:19.902Z | Downloaded ipnet v2.9.0 |
535 | 2024-08-19T17:58:19.902Z | Downloaded num-rational v0.4.2 |
536 | 2024-08-19T17:58:19.904Z | Downloaded bitflags v1.3.2 |
537 | 2024-08-19T17:58:19.906Z | Downloaded convert_case v0.4.0 |
538 | 2024-08-19T17:58:19.907Z | Downloaded number_prefix v0.4.0 |
539 | 2024-08-19T17:58:19.909Z | Downloaded crc v3.2.1 |
540 | 2024-08-19T17:58:19.912Z | Downloaded const_format_proc_macros v0.2.32 |
541 | 2024-08-19T17:58:19.914Z | Downloaded openssl-macros v0.1.1 |
542 | 2024-08-19T17:58:19.914Z | Downloaded hyper-tls v0.5.0 |
543 | 2024-08-19T17:58:19.917Z | Downloaded signal-hook-tokio v0.3.1 |
544 | 2024-08-19T17:58:19.917Z | Downloaded smallvec v0.6.14 |
545 | 2024-08-19T17:58:19.919Z | Downloaded slog-json v2.6.1 |
546 | 2024-08-19T17:58:19.922Z | Downloaded spin v0.5.2 |
547 | 2024-08-19T17:58:19.922Z | Downloaded parking_lot v0.11.2 |
548 | 2024-08-19T17:58:19.925Z | Downloaded serde_urlencoded v0.7.1 |
549 | 2024-08-19T17:58:19.927Z | Downloaded parking_lot_core v0.8.6 |
550 | 2024-08-19T17:58:19.930Z | Downloaded cstr-argument v0.1.2 |
551 | 2024-08-19T17:58:19.930Z | Downloaded indexmap v1.9.3 |
552 | 2024-08-19T17:58:19.932Z | Downloaded addr2line v0.21.0 |
553 | 2024-08-19T17:58:19.934Z | Downloaded curve25519-dalek-derive v0.1.1 |
554 | 2024-08-19T17:58:19.937Z | Downloaded crc-any v2.5.0 |
555 | 2024-08-19T17:58:19.940Z | Downloaded bytes v1.7.1 |
556 | 2024-08-19T17:58:19.943Z | Downloaded supports-color v3.0.0 |
557 | 2024-08-19T17:58:19.945Z | Downloaded precomputed-hash v0.1.1 |
558 | 2024-08-19T17:58:19.945Z | Downloaded predicates-core v1.0.6 |
559 | 2024-08-19T17:58:19.948Z | Downloaded indent_write v2.2.0 |
560 | 2024-08-19T17:58:19.948Z | Downloaded cancel-safe-futures v0.1.5 |
561 | 2024-08-19T17:58:19.950Z | Downloaded camino-tempfile v1.1.1 |
562 | 2024-08-19T17:58:19.953Z | Downloaded headers-core v0.2.0 |
563 | 2024-08-19T17:58:19.953Z | Downloaded diesel_table_macro_syntax v0.2.0 |
564 | 2024-08-19T17:58:19.956Z | Downloaded bcs v0.1.6 |
565 | 2024-08-19T17:58:19.958Z | Downloaded bzip2 v0.4.4 |
566 | 2024-08-19T17:58:19.958Z | Downloaded buf-list v1.0.3 |
567 | 2024-08-19T17:58:19.961Z | Downloaded multimap v0.10.0 |
568 | 2024-08-19T17:58:19.963Z | Downloaded maybe-uninit v2.0.0 |
569 | 2024-08-19T17:58:19.963Z | Downloaded libsw v3.3.1 |
570 | 2024-08-19T17:58:19.966Z | Downloaded zeroize v1.7.0 |
571 | 2024-08-19T17:58:19.968Z | Downloaded num_enum_derive v0.5.11 |
572 | 2024-08-19T17:58:19.968Z | Downloaded zeroize_derive v1.4.2 |
573 | 2024-08-19T17:58:19.971Z | Downloaded nodrop v0.1.14 |
574 | 2024-08-19T17:58:19.971Z | Downloaded num-iter v0.1.45 |
575 | 2024-08-19T17:58:19.973Z | Downloaded num-derive v0.4.2 |
576 | 2024-08-19T17:58:19.973Z | Downloaded num v0.4.3 |
577 | 2024-08-19T17:58:19.976Z | Downloaded http-range v0.1.5 |
578 | 2024-08-19T17:58:19.977Z | Downloaded fixedbitset v0.4.2 |
579 | 2024-08-19T17:58:19.979Z | Downloaded fallible-streaming-iterator v0.1.9 |
580 | 2024-08-19T17:58:19.979Z | Downloaded parse-size v1.0.0 |
581 | 2024-08-19T17:58:19.979Z | Downloaded const_format v0.2.32 |
582 | 2024-08-19T17:58:19.984Z | Downloaded backtrace v0.3.71 |
583 | 2024-08-19T17:58:19.990Z | Downloaded scrypt v0.11.0 |
584 | 2024-08-19T17:58:19.992Z | Downloaded hyper-staticfile v0.9.5 |
585 | 2024-08-19T17:58:19.995Z | Downloaded group v0.13.0 |
586 | 2024-08-19T17:58:19.995Z | Downloaded tokio-native-tls v0.3.1 |
587 | 2024-08-19T17:58:19.997Z | Downloaded getopts v0.2.21 |
588 | 2024-08-19T17:58:20.000Z | Downloaded zone_cfg_derive v0.1.2 |
589 | 2024-08-19T17:58:20.000Z | Downloaded rand_xorshift v0.3.0 |
590 | 2024-08-19T17:58:20.000Z | Downloaded rand_seeder v0.3.0 |
591 | 2024-08-19T17:58:20.003Z | Downloaded const-oid v0.9.6 |
592 | 2024-08-19T17:58:20.006Z | Downloaded blake2 v0.10.6 |
593 | 2024-08-19T17:58:20.008Z | Downloaded jobserver v0.1.32 |
594 | 2024-08-19T17:58:20.010Z | Downloaded uzers v0.11.3 |
595 | 2024-08-19T17:58:20.013Z | Downloaded twox-hash v1.6.3 |
596 | 2024-08-19T17:58:20.013Z | Downloaded slog v2.7.0 |
597 | 2024-08-19T17:58:20.016Z | Downloaded hyper-rustls v0.24.2 |
598 | 2024-08-19T17:58:20.018Z | Downloaded socket2 v0.4.10 |
599 | 2024-08-19T17:58:20.021Z | Downloaded sqlparser_derive v0.2.2 |
600 | 2024-08-19T17:58:20.021Z | Downloaded filetime v0.2.24 |
601 | 2024-08-19T17:58:20.024Z | Downloaded kstat-rs v0.2.4 |
602 | 2024-08-19T17:58:20.026Z | Downloaded tower-service v0.3.2 |
603 | 2024-08-19T17:58:20.026Z | Downloaded inout v0.1.3 |
604 | 2024-08-19T17:58:20.029Z | Downloaded crossbeam-epoch v0.9.18 |
605 | 2024-08-19T17:58:20.031Z | Downloaded nu-ansi-term v0.50.0 |
606 | 2024-08-19T17:58:20.034Z | Downloaded lock_api v0.4.12 |
607 | 2024-08-19T17:58:20.034Z | Downloaded portpicker v0.1.1 |
608 | 2024-08-19T17:58:20.037Z | Downloaded slab v0.4.9 |
609 | 2024-08-19T17:58:20.037Z | Downloaded serde-hex v0.1.0 |
610 | 2024-08-19T17:58:20.039Z | Downloaded endian-type v0.1.2 |
611 | 2024-08-19T17:58:20.040Z | Downloaded serde_path_to_error v0.1.16 |
612 | 2024-08-19T17:58:20.042Z | Downloaded radium v0.7.0 |
613 | 2024-08-19T17:58:20.042Z | Downloaded thiserror-impl-no-std v2.0.2 |
614 | 2024-08-19T17:58:20.045Z | Downloaded tinyvec v1.6.0 |
615 | 2024-08-19T17:58:20.047Z | Downloaded predicates v3.1.2 |
616 | 2024-08-19T17:58:20.050Z | Downloaded difflib v0.4.0 |
617 | 2024-08-19T17:58:20.052Z | Downloaded zone v0.1.8 |
618 | 2024-08-19T17:58:20.052Z | Downloaded utf-8 v0.7.6 |
619 | 2024-08-19T17:58:20.055Z | Downloaded uuid v1.10.0 |
620 | 2024-08-19T17:58:20.058Z | Downloaded owo-colors v4.0.0 |
621 | 2024-08-19T17:58:20.060Z | Downloaded darling_core v0.20.9 |
622 | 2024-08-19T17:58:20.063Z | Downloaded snafu v0.8.2 |
623 | 2024-08-19T17:58:20.069Z | Downloaded tinyvec_macros v0.1.1 |
624 | 2024-08-19T17:58:20.073Z | Downloaded futures-task v0.3.30 |
625 | 2024-08-19T17:58:20.075Z | Downloaded futures-sink v0.3.30 |
626 | 2024-08-19T17:58:20.075Z | Downloaded want v0.3.1 |
627 | 2024-08-19T17:58:20.075Z | Downloaded foreign-types v0.5.0 |
628 | 2024-08-19T17:58:20.075Z | Downloaded siphasher v0.3.11 |
629 | 2024-08-19T17:58:20.078Z | Downloaded tokio-macros v2.4.0 |
630 | 2024-08-19T17:58:20.078Z | Downloaded percent-encoding v2.3.1 |
631 | 2024-08-19T17:58:20.080Z | Downloaded serde_derive_internals v0.29.1 |
632 | 2024-08-19T17:58:20.083Z | Downloaded serde_arrays v0.1.0 |
633 | 2024-08-19T17:58:20.083Z | Downloaded rustls-pemfile v1.0.4 |
634 | 2024-08-19T17:58:20.085Z | Downloaded fxhash v0.2.1 |
635 | 2024-08-19T17:58:20.085Z | Downloaded futures-io v0.3.30 |
636 | 2024-08-19T17:58:20.088Z | Downloaded float-ord v0.3.2 |
637 | 2024-08-19T17:58:20.088Z | Downloaded ref-cast v1.0.23 |
638 | 2024-08-19T17:58:20.090Z | Downloaded rand_core v0.6.4 |
639 | 2024-08-19T17:58:20.093Z | Downloaded salsa20 v0.10.2 |
640 | 2024-08-19T17:58:20.095Z | Downloaded resolv-conf v0.7.0 |
641 | 2024-08-19T17:58:20.095Z | Downloaded smf v0.2.3 |
642 | 2024-08-19T17:58:20.098Z | Downloaded tungstenite v0.21.0 |
643 | 2024-08-19T17:58:20.100Z | Downloaded futures-executor v0.3.30 |
644 | 2024-08-19T17:58:20.104Z | Downloaded slog-async v2.8.0 |
645 | 2024-08-19T17:58:20.107Z | Downloaded string_cache v0.8.7 |
646 | 2024-08-19T17:58:20.107Z | Downloaded static_assertions v1.1.0 |
647 | 2024-08-19T17:58:20.107Z | Downloaded unicase v2.7.0 |
648 | 2024-08-19T17:58:20.110Z | Downloaded socket2 v0.5.7 |
649 | 2024-08-19T17:58:20.112Z | Downloaded crypto-bigint v0.5.5 |
650 | 2024-08-19T17:58:20.117Z | Downloaded serde-big-array v0.5.1 |
651 | 2024-08-19T17:58:20.120Z | Downloaded dirs-sys-next v0.1.2 |
652 | 2024-08-19T17:58:20.122Z | Downloaded pem-rfc7468 v0.7.0 |
653 | 2024-08-19T17:58:20.122Z | Downloaded try-lock v0.2.5 |
654 | 2024-08-19T17:58:20.133Z | Downloaded psl-types v2.0.11 |
655 | 2024-08-19T17:58:20.133Z | Downloaded predicates-tree v1.0.9 |
656 | 2024-08-19T17:58:20.136Z | Downloaded hostname v0.4.0 |
657 | 2024-08-19T17:58:20.136Z | Downloaded foreign-types-macros v0.2.3 |
658 | 2024-08-19T17:58:20.136Z | Downloaded waitgroup v0.1.2 |
659 | 2024-08-19T17:58:20.136Z | Downloaded vte_generate_state_changes v0.1.1 |
660 | 2024-08-19T17:58:20.136Z | Downloaded foreign-types-shared v0.3.1 |
661 | 2024-08-19T17:58:20.137Z | Downloaded password-hash v0.5.0 |
662 | 2024-08-19T17:58:20.137Z | Downloaded rustls-pki-types v1.7.0 |
663 | 2024-08-19T17:58:20.137Z | Downloaded highway v1.2.0 |
664 | 2024-08-19T17:58:20.139Z | Downloaded parking_lot v0.12.2 |
665 | 2024-08-19T17:58:20.141Z | Downloaded diff v0.1.13 |
666 | 2024-08-19T17:58:20.144Z | Downloaded rayon-core v1.12.1 |
667 | 2024-08-19T17:58:20.147Z | Downloaded tokio-rustls v0.25.0 |
668 | 2024-08-19T17:58:20.150Z | Downloaded heck v0.3.3 |
669 | 2024-08-19T17:58:20.152Z | Downloaded path-slash v0.1.5 |
670 | 2024-08-19T17:58:20.152Z | Downloaded phf v0.11.2 |
671 | 2024-08-19T17:58:20.155Z | Downloaded hex v0.4.3 |
672 | 2024-08-19T17:58:20.158Z | Downloaded indicatif v0.17.8 |
673 | 2024-08-19T17:58:20.160Z | Downloaded miniz_oxide v0.7.2 |
674 | 2024-08-19T17:58:20.163Z | Downloaded semver v0.1.20 |
675 | 2024-08-19T17:58:20.163Z | Downloaded rustls-pemfile v2.1.3 |
676 | 2024-08-19T17:58:20.166Z | Downloaded walkdir v2.5.0 |
677 | 2024-08-19T17:58:20.168Z | Downloaded sha1 v0.10.6 |
678 | 2024-08-19T17:58:20.171Z | Downloaded subtle v2.5.0 |
679 | 2024-08-19T17:58:20.171Z | Downloaded futures-channel v0.3.30 |
680 | 2024-08-19T17:58:20.174Z | Downloaded postcard v1.0.8 |
681 | 2024-08-19T17:58:20.176Z | Downloaded time-core v0.1.2 |
682 | 2024-08-19T17:58:20.186Z | Downloaded wait-timeout v0.2.0 |
683 | 2024-08-19T17:58:20.188Z | Downloaded glob v0.3.1 |
684 | 2024-08-19T17:58:20.191Z | Downloaded mio v0.8.11 |
685 | 2024-08-19T17:58:20.195Z | Downloaded untrusted v0.9.0 |
686 | 2024-08-19T17:58:20.197Z | Downloaded fd-lock v4.0.2 |
687 | 2024-08-19T17:58:20.200Z | Downloaded slog-bunyan v2.5.0 |
688 | 2024-08-19T17:58:20.202Z | Downloaded signal-hook v0.3.17 |
689 | 2024-08-19T17:58:20.204Z | Downloaded openssl-sys v0.9.103 |
690 | 2024-08-19T17:58:20.208Z | Downloaded pin-utils v0.1.0 |
691 | 2024-08-19T17:58:20.211Z | Downloaded rand_chacha v0.3.1 |
692 | 2024-08-19T17:58:20.213Z | Downloaded http-body v0.4.6 |
693 | 2024-08-19T17:58:20.213Z | Downloaded crossterm v0.28.1 |
694 | 2024-08-19T17:58:20.220Z | Downloaded fallible-iterator v0.3.0 |
695 | 2024-08-19T17:58:20.222Z | Downloaded hickory-server v0.24.1 |
696 | 2024-08-19T17:58:20.226Z | Downloaded smawk v0.3.2 |
697 | 2024-08-19T17:58:20.230Z | Downloaded foreign-types v0.3.2 |
698 | 2024-08-19T17:58:20.232Z | Downloaded downcast v0.11.0 |
699 | 2024-08-19T17:58:20.232Z | Downloaded spki v0.7.3 |
700 | 2024-08-19T17:58:20.232Z | Downloaded topological-sort v0.2.2 |
701 | 2024-08-19T17:58:20.235Z | Downloaded postgres-types v0.2.7 |
702 | 2024-08-19T17:58:20.237Z | Downloaded rustversion v1.0.17 |
703 | 2024-08-19T17:58:20.240Z | Downloaded vte v0.11.1 |
704 | 2024-08-19T17:58:20.242Z | Downloaded zip v0.6.6 |
705 | 2024-08-19T17:58:20.245Z | Downloaded unsafe-libyaml v0.2.11 |
706 | 2024-08-19T17:58:20.250Z | Downloaded enum-as-inner v0.6.0 |
707 | 2024-08-19T17:58:20.252Z | Downloaded url v2.5.2 |
708 | 2024-08-19T17:58:20.254Z | Downloaded vsss-rs v3.3.4 |
709 | 2024-08-19T17:58:20.257Z | Downloaded peg-runtime v0.8.3 |
710 | 2024-08-19T17:58:20.257Z | Downloaded ref-cast-impl v1.0.23 |
711 | 2024-08-19T17:58:20.259Z | Downloaded pkg-config v0.3.30 |
712 | 2024-08-19T17:58:20.262Z | Downloaded pin-project-lite v0.2.14 |
713 | 2024-08-19T17:58:20.264Z | Downloaded strip-ansi-escapes v0.2.0 |
714 | 2024-08-19T17:58:20.267Z | Downloaded elliptic-curve v0.13.8 |
715 | 2024-08-19T17:58:20.269Z | Downloaded diesel_derives v2.2.2 |
716 | 2024-08-19T17:58:20.274Z | Downloaded pretty-hex v0.2.1 |
717 | 2024-08-19T17:58:20.276Z | Downloaded structmeta-derive v0.2.0 |
718 | 2024-08-19T17:58:20.279Z | Downloaded secrecy v0.8.0 |
719 | 2024-08-19T17:58:20.279Z | Downloaded wyz v0.5.1 |
720 | 2024-08-19T17:58:20.281Z | Downloaded structmeta v0.3.0 |
721 | 2024-08-19T17:58:20.281Z | Downloaded strum v0.26.3 |
722 | 2024-08-19T17:58:20.281Z | Downloaded spin v0.9.8 |
723 | 2024-08-19T17:58:20.284Z | Downloaded rpassword v7.3.1 |
724 | 2024-08-19T17:58:20.286Z | Downloaded pem v3.0.4 |
725 | 2024-08-19T17:58:20.289Z | Downloaded derive_builder v0.20.0 |
726 | 2024-08-19T17:58:20.291Z | Downloaded tracing-attributes v0.1.27 |
727 | 2024-08-19T17:58:20.294Z | Downloaded shell-words v1.1.0 |
728 | 2024-08-19T17:58:20.296Z | Downloaded mio v1.0.2 |
729 | 2024-08-19T17:58:20.301Z | Downloaded crossterm v0.27.0 |
730 | 2024-08-19T17:58:20.308Z | Downloaded r2d2 v0.8.10 |
731 | 2024-08-19T17:58:20.310Z | Downloaded hashbrown v0.13.2 |
732 | 2024-08-19T17:58:20.313Z | Downloaded shlex v1.3.0 |
733 | 2024-08-19T17:58:20.315Z | Downloaded funty v2.0.0 |
734 | 2024-08-19T17:58:20.315Z | Downloaded pin-project v1.1.5 |
735 | 2024-08-19T17:58:20.326Z | Downloaded fallible-iterator v0.2.0 |
736 | 2024-08-19T17:58:20.328Z | Downloaded phf_shared v0.10.0 |
737 | 2024-08-19T17:58:20.328Z | Downloaded yasna v0.5.2 |
738 | 2024-08-19T17:58:20.330Z | Downloaded tokio-tungstenite v0.20.1 |
739 | 2024-08-19T17:58:20.333Z | Downloaded proc-macro-crate v1.3.1 |
740 | 2024-08-19T17:58:20.335Z | Downloaded getrandom v0.2.14 |
741 | 2024-08-19T17:58:20.338Z | Downloaded termcolor v1.4.1 |
742 | 2024-08-19T17:58:20.341Z | Downloaded structmeta-derive v0.3.0 |
743 | 2024-08-19T17:58:20.341Z | Downloaded serde_with_macros v3.9.0 |
744 | 2024-08-19T17:58:20.343Z | Downloaded sqlformat v0.2.4 |
745 | 2024-08-19T17:58:20.343Z | Downloaded peg v0.8.4 |
746 | 2024-08-19T17:58:20.347Z | Downloaded vergen v8.3.2 |
747 | 2024-08-19T17:58:20.350Z | Downloaded derive_builder_macro v0.20.0 |
748 | 2024-08-19T17:58:20.352Z | Downloaded strum_macros v0.26.4 |
749 | 2024-08-19T17:58:20.355Z | Downloaded minimal-lexical v0.2.1 |
750 | 2024-08-19T17:58:20.358Z | Downloaded foreign-types-shared v0.1.1 |
751 | 2024-08-19T17:58:20.361Z | Downloaded unicode-truncate v1.0.0 |
752 | 2024-08-19T17:58:20.361Z | Downloaded num-bigint-dig v0.8.4 |
753 | 2024-08-19T17:58:20.364Z | Downloaded toolchain_find v0.4.0 |
754 | 2024-08-19T17:58:20.367Z | Downloaded slog-envlogger v2.2.0 |
755 | 2024-08-19T17:58:20.367Z | Downloaded powerfmt v0.2.0 |
756 | 2024-08-19T17:58:20.369Z | Downloaded fragile v2.0.0 |
757 | 2024-08-19T17:58:20.372Z | Downloaded schemars v0.8.21 |
758 | 2024-08-19T17:58:20.381Z | Downloaded ron v0.8.1 |
759 | 2024-08-19T17:58:20.386Z | Downloaded fastrand v2.1.0 |
760 | 2024-08-19T17:58:20.389Z | Downloaded tiny-keccak v2.0.2 |
761 | 2024-08-19T17:58:20.391Z | Downloaded publicsuffix v2.2.3 |
762 | 2024-08-19T17:58:20.394Z | Downloaded nom v7.1.3 |
763 | 2024-08-19T17:58:20.398Z | Downloaded float-cmp v0.9.0 |
764 | 2024-08-19T17:58:20.400Z | Downloaded ppv-lite86 v0.2.17 |
765 | 2024-08-19T17:58:20.400Z | Downloaded rustc_version v0.1.7 |
766 | 2024-08-19T17:58:20.403Z | Downloaded typed-path v0.7.1 |
767 | 2024-08-19T17:58:20.407Z | Downloaded embedded-io v0.4.0 |
768 | 2024-08-19T17:58:20.409Z | Downloaded derive-where v1.2.7 |
769 | 2024-08-19T17:58:20.412Z | Downloaded rusty-fork v0.3.0 |
770 | 2024-08-19T17:58:20.414Z | Downloaded slog-stdlog v4.1.1 |
771 | 2024-08-19T17:58:20.417Z | Downloaded similar v2.6.0 |
772 | 2024-08-19T17:58:20.419Z | Downloaded aho-corasick v1.1.3 |
773 | 2024-08-19T17:58:20.426Z | Downloaded poly1305 v0.8.0 |
774 | 2024-08-19T17:58:20.428Z | Downloaded rustc-hash v1.1.0 |
775 | 2024-08-19T17:58:20.428Z | Downloaded hash32 v0.2.1 |
776 | 2024-08-19T17:58:20.431Z | Downloaded universal-hash v0.5.1 |
777 | 2024-08-19T17:58:20.431Z | Downloaded half v2.4.1 |
778 | 2024-08-19T17:58:20.434Z | Downloaded rtoolbox v0.0.2 |
779 | 2024-08-19T17:58:20.436Z | Downloaded pbkdf2 v0.12.2 |
780 | 2024-08-19T17:58:20.436Z | Downloaded sct v0.7.1 |
781 | 2024-08-19T17:58:20.439Z | Downloaded pkcs8 v0.10.2 |
782 | 2024-08-19T17:58:20.442Z | Downloaded smallvec v1.13.2 |
783 | 2024-08-19T17:58:20.445Z | Downloaded der_derive v0.7.2 |
784 | 2024-08-19T17:58:20.447Z | Downloaded slog-term v2.9.1 |
785 | 2024-08-19T17:58:20.450Z | Downloaded dsl_auto_type v0.1.2 |
786 | 2024-08-19T17:58:20.450Z | Downloaded time-macros v0.2.18 |
787 | 2024-08-19T17:58:20.452Z | Downloaded prettyplease v0.2.20 |
788 | 2024-08-19T17:58:20.456Z | Downloaded libxml v0.3.3 |
789 | 2024-08-19T17:58:20.465Z | Downloaded itertools v0.13.0 |
790 | 2024-08-19T17:58:20.470Z | Downloaded rustc_version v0.4.0 |
791 | 2024-08-19T17:58:20.473Z | Downloaded fatfs v0.3.6 |
792 | 2024-08-19T17:58:20.475Z | Downloaded hickory-client v0.24.1 |
793 | 2024-08-19T17:58:20.478Z | Downloaded heapless v0.8.0 |
794 | 2024-08-19T17:58:20.482Z | Downloaded untrusted v0.7.1 |
795 | 2024-08-19T17:58:20.484Z | Downloaded unarray v0.1.4 |
796 | 2024-08-19T17:58:20.487Z | Downloaded signal-hook-registry v1.4.2 |
797 | 2024-08-19T17:58:20.487Z | Downloaded sec1 v0.7.3 |
798 | 2024-08-19T17:58:20.489Z | Downloaded ena v0.14.3 |
799 | 2024-08-19T17:58:20.489Z | Downloaded libm v0.2.8 |
800 | 2024-08-19T17:58:20.498Z | Downloaded scopeguard v1.2.0 |
801 | 2024-08-19T17:58:20.500Z | Downloaded derive_more v0.99.18 |
802 | 2024-08-19T17:58:20.505Z | Downloaded hash32 v0.3.1 |
803 | 2024-08-19T17:58:20.507Z | Downloaded schemars_derive v0.8.21 |
804 | 2024-08-19T17:58:20.510Z | Downloaded futures-util v0.3.30 |
805 | 2024-08-19T17:58:20.521Z | Downloaded steno v0.4.1 |
806 | 2024-08-19T17:58:20.525Z | Downloaded derive_builder_core v0.20.0 |
807 | 2024-08-19T17:58:20.528Z | Downloaded tokio-tungstenite v0.21.0 |
808 | 2024-08-19T17:58:20.531Z | Downloaded heapless v0.7.17 |
809 | 2024-08-19T17:58:20.534Z | Downloaded expectorate v1.1.0 |
810 | 2024-08-19T17:58:20.537Z | Downloaded humantime v2.1.0 |
811 | 2024-08-19T17:58:20.539Z | Downloaded deranged v0.3.11 |
812 | 2024-08-19T17:58:20.542Z | Downloaded time v0.3.36 |
813 | 2024-08-19T17:58:20.547Z | Downloaded home v0.5.9 |
814 | 2024-08-19T17:58:20.550Z | Downloaded serde_yaml v0.9.34+deprecated |
815 | 2024-08-19T17:58:20.553Z | Downloaded display-error-chain v0.2.0 |
816 | 2024-08-19T17:58:20.555Z | Downloaded flate2 v1.0.31 |
817 | 2024-08-19T17:58:20.560Z | Downloaded serde_with v3.9.0 |
818 | 2024-08-19T17:58:20.569Z | Downloaded hmac v0.12.1 |
819 | 2024-08-19T17:58:20.571Z | Downloaded tokio-util v0.7.11 |
820 | 2024-08-19T17:58:20.578Z | Downloaded rustyline v14.0.0 |
821 | 2024-08-19T17:58:20.584Z | Downloaded portable-atomic v1.6.0 |
822 | 2024-08-19T17:58:20.590Z | Downloaded pkcs5 v0.7.1 |
823 | 2024-08-19T17:58:20.595Z | Downloaded itertools v0.12.1 |
824 | 2024-08-19T17:58:20.602Z | Downloaded idna v0.5.0 |
825 | 2024-08-19T17:58:20.609Z | Downloaded hyper v0.14.30 |
826 | 2024-08-19T17:58:20.619Z | Downloaded rsa v0.9.6 |
827 | 2024-08-19T17:58:20.624Z | Downloaded curve25519-dalek v4.1.3 |
828 | 2024-08-19T17:58:20.635Z | Downloaded reqwest v0.11.27 |
829 | 2024-08-19T17:58:20.642Z | Downloaded rusqlite v0.31.0 |
830 | 2024-08-19T17:58:20.649Z | Downloaded proptest v1.5.0 |
831 | 2024-08-19T17:58:20.660Z | Downloaded x509-cert v0.2.5 |
832 | 2024-08-19T17:58:20.666Z | Downloaded unicode_categories v0.1.1 |
833 | 2024-08-19T17:58:20.668Z | Downloaded bstr v1.9.1 |
834 | 2024-08-19T17:58:20.680Z | Downloaded rustls-webpki v0.101.7 |
835 | 2024-08-19T17:58:20.694Z | Downloaded hickory-resolver v0.24.1 |
836 | 2024-08-19T17:58:20.699Z | Downloaded radix_trie v0.2.1 |
837 | 2024-08-19T17:58:20.705Z | Downloaded gimli v0.28.1 |
838 | 2024-08-19T17:58:20.713Z | Downloaded rustls v0.21.12 |
839 | 2024-08-19T17:58:20.726Z | Downloaded toml_edit v0.19.15 |
840 | 2024-08-19T17:58:20.744Z | Downloaded regress v0.9.1 |
841 | 2024-08-19T17:58:20.752Z | Downloaded diesel v2.2.2 |
842 | 2024-08-19T17:58:20.772Z | Downloaded rustls v0.22.4 |
843 | 2024-08-19T17:58:20.786Z | Downloaded ratatui v0.28.0 |
844 | 2024-08-19T17:58:20.807Z | Downloaded zerocopy-derive v0.6.6 |
845 | 2024-08-19T17:58:20.816Z | Downloaded object v0.30.4 |
846 | 2024-08-19T17:58:20.826Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
847 | 2024-08-19T17:58:20.838Z | Downloaded lalrpop v0.19.12 |
848 | 2024-08-19T17:58:20.850Z | Downloaded winnow v0.5.40 |
849 | 2024-08-19T17:58:20.858Z | Downloaded tokio v1.39.2 |
850 | 2024-08-19T17:58:20.896Z | Downloaded quick-xml v0.31.0 |
851 | 2024-08-19T17:58:20.901Z | Downloaded sha3 v0.10.8 |
852 | 2024-08-19T17:58:20.906Z | Downloaded vcpkg v0.2.15 |
853 | 2024-08-19T17:58:20.945Z | Downloaded rustls-webpki v0.102.4 |
854 | 2024-08-19T17:58:20.962Z | Downloaded openssl v0.10.66 |
855 | 2024-08-19T17:58:20.971Z | Downloaded csv v1.3.0 |
856 | 2024-08-19T17:58:20.991Z | Downloaded encoding_rs v0.8.34 |
857 | 2024-08-19T17:58:21.013Z | Downloaded idna v0.4.0 |
858 | 2024-08-19T17:58:21.020Z | Downloaded nix v0.28.0 |
859 | 2024-08-19T17:58:21.032Z | Downloaded idna v0.3.0 |
860 | 2024-08-19T17:58:21.039Z | Downloaded smoltcp v0.9.1 |
861 | 2024-08-19T17:58:21.050Z | Downloaded object v0.32.2 |
862 | 2024-08-19T17:58:21.061Z | Downloaded nix v0.27.1 |
863 | 2024-08-19T17:58:21.072Z | Downloaded git2 v0.19.0 |
864 | 2024-08-19T17:58:21.081Z | Downloaded regex-syntax v0.6.29 |
865 | 2024-08-19T17:58:21.088Z | Downloaded regex v1.10.6 |
866 | 2024-08-19T17:58:21.102Z | Downloaded polar-core v0.27.3 |
867 | 2024-08-19T17:58:21.110Z | Downloaded smoltcp v0.11.0 |
868 | 2024-08-19T17:58:21.124Z | Downloaded webpki-roots v0.25.4 |
869 | 2024-08-19T17:58:21.128Z | Downloaded openapiv3 v2.0.0 |
870 | 2024-08-19T17:58:21.140Z | Downloaded tungstenite v0.20.1 |
871 | 2024-08-19T17:58:21.143Z | Downloaded regex-syntax v0.8.4 |
872 | 2024-08-19T17:58:21.152Z | Downloaded tracing-core v0.1.32 |
873 | 2024-08-19T17:58:21.156Z | Downloaded der v0.7.9 |
874 | 2024-08-19T17:58:21.160Z | Downloaded hashbrown v0.12.3 |
875 | 2024-08-19T17:58:21.164Z | Downloaded reedline v0.33.0 |
876 | 2024-08-19T17:58:21.172Z | Downloaded tough v0.17.1 |
877 | 2024-08-19T17:58:21.180Z | Downloaded hkdf v0.12.4 |
878 | 2024-08-19T17:58:21.182Z | Downloaded hickory-proto v0.24.1 |
879 | 2024-08-19T17:58:21.198Z | Downloaded h2 v0.3.26 |
880 | 2024-08-19T17:58:21.204Z | Downloaded unicode-segmentation v1.11.0 |
881 | 2024-08-19T17:58:21.208Z | Downloaded sqlparser v0.45.0 |
882 | 2024-08-19T17:58:21.214Z | Downloaded rayon v1.10.0 |
883 | 2024-08-19T17:58:21.223Z | Downloaded subprocess v0.2.9 |
884 | 2024-08-19T17:58:21.226Z | Downloaded sled v0.34.7 |
885 | 2024-08-19T17:58:21.236Z | Downloaded unicode-normalization v0.1.23 |
886 | 2024-08-19T17:58:21.240Z | Downloaded chrono v0.4.38 |
887 | 2024-08-19T17:58:21.247Z | Downloaded bitvec v1.0.1 |
888 | 2024-08-19T17:58:21.263Z | Downloaded bindgen v0.69.4 |
889 | 2024-08-19T17:58:21.271Z | Downloaded flume v0.11.0 |
890 | 2024-08-19T17:58:21.274Z | Downloaded rand v0.8.5 |
891 | 2024-08-19T17:58:21.279Z | Downloaded http v1.1.0 |
892 | 2024-08-19T17:58:21.281Z | Downloaded http v0.2.12 |
893 | 2024-08-19T17:58:21.285Z | Downloaded samael v0.0.15 |
894 | 2024-08-19T17:58:21.290Z | Downloaded hostname v0.3.1 |
895 | 2024-08-19T17:58:21.292Z | Downloaded xattr v1.3.1 |
896 | 2024-08-19T17:58:21.297Z | Downloaded slog-scope v4.4.0 |
897 | 2024-08-19T17:58:21.297Z | Downloaded signature v2.2.0 |
898 | 2024-08-19T17:58:21.297Z | Downloaded phf_shared v0.11.2 |
899 | 2024-08-19T17:58:21.300Z | Downloaded futures v0.3.30 |
900 | 2024-08-19T17:58:21.306Z | Downloaded thiserror-no-std v2.0.2 |
901 | 2024-08-19T17:58:21.310Z | Downloaded termios v0.3.3 |
902 | 2024-08-19T17:58:21.310Z | Downloaded regex-automata v0.4.6 |
903 | 2024-08-19T17:58:21.324Z | Downloaded quick-error v1.2.3 |
904 | 2024-08-19T17:58:21.326Z | Downloaded headers v0.3.9 |
905 | 2024-08-19T17:58:21.330Z | Downloaded gethostname v0.5.0 |
906 | 2024-08-19T17:58:21.333Z | Downloaded thread_local v1.1.8 |
907 | 2024-08-19T17:58:21.333Z | Downloaded slog-dtrace v0.3.0 |
908 | 2024-08-19T17:58:21.335Z | Downloaded sigpipe v0.1.3 |
909 | 2024-08-19T17:58:21.337Z | Downloaded finl_unicode v1.2.0 |
910 | 2024-08-19T17:58:21.349Z | Downloaded term v0.7.0 |
911 | 2024-08-19T17:58:21.352Z | Downloaded tokio-postgres v0.7.11 |
912 | 2024-08-19T17:58:21.357Z | Downloaded tokio-stream v0.1.15 |
913 | 2024-08-19T17:58:21.362Z | Downloaded petgraph v0.6.5 |
914 | 2024-08-19T17:58:21.380Z | Downloaded ron v0.7.1 |
915 | 2024-08-19T17:58:21.386Z | Downloaded pkcs1 v0.7.5 |
916 | 2024-08-19T17:58:21.388Z | Downloaded rcgen v0.12.1 |
917 | 2024-08-19T17:58:21.391Z | Downloaded tracing v0.1.40 |
918 | 2024-08-19T17:58:21.394Z | Downloaded rustc-demangle v0.1.24 |
919 | 2024-08-19T17:58:21.396Z | Downloaded blake3 v1.5.1 |
920 | 2024-08-19T17:58:21.403Z | Downloaded peg-macros v0.8.4 |
921 | 2024-08-19T17:58:21.405Z | Downloaded erased-serde v0.3.31 |
922 | 2024-08-19T17:58:21.408Z | Downloaded env_logger v0.10.2 |
923 | 2024-08-19T17:58:21.410Z | Downloaded env_logger v0.9.3 |
924 | 2024-08-19T17:58:21.413Z | Downloaded rustfmt-wrapper v0.2.1 |
925 | 2024-08-19T17:58:21.416Z | Downloaded httparse v1.8.0 |
926 | 2024-08-19T17:58:21.416Z | Downloaded which v4.4.2 |
927 | 2024-08-19T17:58:21.418Z | Downloaded defmt-parser v0.3.4 |
928 | 2024-08-19T17:58:21.418Z | Downloaded tar v0.4.41 |
929 | 2024-08-19T17:58:21.421Z | Downloaded structmeta v0.2.0 |
930 | 2024-08-19T17:58:21.423Z | Downloaded signal-hook-mio v0.2.4 |
931 | 2024-08-19T17:58:21.423Z | Downloaded form_urlencoded v1.2.1 |
932 | 2024-08-19T17:58:21.423Z | Downloaded tabwriter v1.4.0 |
933 | 2024-08-19T17:58:21.426Z | Downloaded tempfile v3.10.1 |
934 | 2024-08-19T17:58:21.428Z | Downloaded unicode-xid v0.2.4 |
935 | 2024-08-19T17:58:21.428Z | Downloaded stringprep v0.1.4 |
936 | 2024-08-19T17:58:21.431Z | Downloaded pin-project-internal v1.1.5 |
937 | 2024-08-19T17:58:21.431Z | Downloaded strum_macros v0.25.3 |
938 | 2024-08-19T17:58:21.434Z | Downloaded hubpack v0.1.2 |
939 | 2024-08-19T17:58:21.434Z | Downloaded httpdate v1.0.3 |
940 | 2024-08-19T17:58:21.438Z | Downloaded itertools v0.10.5 |
941 | 2024-08-19T17:58:21.441Z | Downloaded oso v0.27.3 |
942 | 2024-08-19T17:58:21.444Z | Downloaded aes v0.8.4 |
943 | 2024-08-19T17:58:21.447Z | Downloaded unicode-bidi v0.3.15 |
944 | 2024-08-19T17:58:21.450Z | Downloaded textwrap v0.16.1 |
945 | 2024-08-19T17:58:21.453Z | Downloaded stable_deref_trait v1.2.0 |
946 | 2024-08-19T17:58:21.455Z | Downloaded tui-tree-widget v0.22.0 |
947 | 2024-08-19T17:58:21.455Z | Downloaded tap v1.0.1 |
948 | 2024-08-19T17:58:21.458Z | Downloaded scheduled-thread-pool v0.2.7 |
949 | 2024-08-19T17:58:21.458Z | Downloaded same-file v1.0.6 |
950 | 2024-08-19T17:58:21.460Z | Downloaded tokio-rustls v0.24.1 |
951 | 2024-08-19T17:58:21.463Z | Downloaded ff v0.13.0 |
952 | 2024-08-19T17:58:21.463Z | Downloaded toml v0.7.8 |
953 | 2024-08-19T17:58:21.466Z | Downloaded crossbeam-channel v0.5.12 |
954 | 2024-08-19T17:58:21.470Z | Downloaded num-traits v0.2.19 |
955 | 2024-08-19T17:58:21.474Z | Downloaded omicron-zone-package v0.11.0 |
956 | 2024-08-19T17:58:21.477Z | Downloaded futures-macro v0.3.30 |
957 | 2024-08-19T17:58:21.477Z | Downloaded dirs-next v2.0.0 |
958 | 2024-08-19T17:58:21.479Z | Downloaded take_mut v0.2.2 |
959 | 2024-08-19T17:58:21.479Z | Downloaded postgres-protocol v0.6.7 |
960 | 2024-08-19T17:58:21.482Z | Downloaded hashlink v0.9.1 |
961 | 2024-08-19T17:58:21.482Z | Downloaded parking_lot_core v0.9.10 |
962 | 2024-08-19T17:58:21.484Z | Downloaded mockall_derive v0.13.0 |
963 | 2024-08-19T17:58:21.487Z | Downloaded num-complex v0.4.6 |
964 | 2024-08-19T17:58:21.489Z | Downloaded memmap2 v0.9.4 |
965 | 2024-08-19T17:58:21.489Z | Downloaded compact_str v0.8.0 |
966 | 2024-08-19T17:58:21.492Z | Downloaded base64 v0.22.1 |
967 | 2024-08-19T17:58:21.496Z | Downloaded whoami v1.5.1 |
968 | 2024-08-19T17:58:21.499Z | Downloaded test-strategy v0.3.1 |
969 | 2024-08-19T17:58:21.502Z | Downloaded cc v1.0.97 |
970 | 2024-08-19T17:58:21.504Z | Downloaded arc-swap v1.7.1 |
971 | 2024-08-19T17:58:21.508Z | Downloaded zerocopy v0.6.6 |
972 | 2024-08-19T17:58:21.511Z | Downloaded cookie v0.18.1 |
973 | 2024-08-19T17:58:21.520Z | Downloaded chacha20poly1305 v0.10.1 |
974 | 2024-08-19T17:58:21.524Z | Downloaded unicode-linebreak v0.1.5 |
975 | 2024-08-19T17:58:21.524Z | Downloaded tls_codec_derive v0.4.1 |
976 | 2024-08-19T17:58:21.524Z | Downloaded tls_codec v0.4.1 |
977 | 2024-08-19T17:58:21.524Z | Downloaded paste v1.0.15 |
978 | 2024-08-19T17:58:21.524Z | Downloaded iana-time-zone v0.1.60 |
979 | 2024-08-19T17:58:21.528Z | Downloaded globset v0.4.14 |
980 | 2024-08-19T17:58:21.528Z | Downloaded flagset v0.4.5 |
981 | 2024-08-19T17:58:21.531Z | Downloaded futures-core v0.3.30 |
982 | 2024-08-19T17:58:21.531Z | Downloaded native-tls v0.2.11 |
983 | 2024-08-19T17:58:21.533Z | Downloaded clang-sys v1.7.0 |
984 | 2024-08-19T17:58:21.537Z | Downloaded ciborium v0.2.2 |
985 | 2024-08-19T17:58:21.540Z | Downloaded parse-display-derive v0.10.0 |
986 | 2024-08-19T17:58:21.540Z | Downloaded packed_struct_codegen v0.10.1 |
987 | 2024-08-19T17:58:21.540Z | Downloaded base64 v0.21.7 |
988 | 2024-08-19T17:58:21.542Z | Downloaded either v1.13.0 |
989 | 2024-08-19T17:58:21.546Z | Downloaded dyn-clone v1.0.17 |
990 | 2024-08-19T17:58:21.550Z | Downloaded snafu-derive v0.8.2 |
991 | 2024-08-19T17:58:21.550Z | Downloaded csv-core v0.1.11 |
992 | 2024-08-19T17:58:21.550Z | Downloaded backoff v0.4.0 |
993 | 2024-08-19T17:58:21.552Z | Downloaded ident_case v1.0.1 |
994 | 2024-08-19T17:58:21.552Z | Downloaded mime v0.3.17 |
995 | 2024-08-19T17:58:21.552Z | Downloaded lru-cache v0.1.2 |
996 | 2024-08-19T17:58:21.554Z | Downloaded strum_macros v0.24.3 |
997 | 2024-08-19T17:58:21.555Z | Downloaded maplit v1.0.2 |
998 | 2024-08-19T17:58:21.557Z | Downloaded linked-hash-map v0.5.6 |
999 | 2024-08-19T17:58:21.557Z | Downloaded lazycell v1.3.0 |
1000 | 2024-08-19T17:58:21.560Z | Downloaded lalrpop-util v0.19.12 |
1001 | 2024-08-19T17:58:21.560Z | Downloaded ipnetwork v0.20.0 |
1002 | 2024-08-19T17:58:21.563Z | Downloaded base64 v0.13.1 |
1003 | 2024-08-19T17:58:21.568Z | Downloaded crc-catalog v2.4.0 |
1004 | 2024-08-19T17:58:21.568Z | Downloaded newtype_derive v0.1.6 |
1005 | 2024-08-19T17:58:21.568Z | Downloaded ciborium-ll v0.2.2 |
1006 | 2024-08-19T17:58:21.570Z | Downloaded base16ct v0.2.0 |
1007 | 2024-08-19T17:58:21.570Z | Downloaded bitfield v0.14.0 |
1008 | 2024-08-19T17:58:21.570Z | Downloaded num-integer v0.1.46 |
1009 | 2024-08-19T17:58:21.573Z | Downloaded normalize-line-endings v0.3.0 |
1010 | 2024-08-19T17:58:21.573Z | Downloaded newline-converter v0.3.0 |
1011 | 2024-08-19T17:58:21.573Z | Downloaded multer v3.1.0 |
1012 | 2024-08-19T17:58:21.575Z | Downloaded block-padding v0.3.3 |
1013 | 2024-08-19T17:58:21.575Z | Downloaded castaway v0.2.3 |
1014 | 2024-08-19T17:58:21.578Z | Downloaded bit-set v0.5.3 |
1015 | 2024-08-19T17:58:21.578Z | Downloaded sync_wrapper v0.1.2 |
1016 | 2024-08-19T17:58:21.580Z | Downloaded atomicwrites v0.4.3 |
1017 | 2024-08-19T17:58:21.580Z | Downloaded arrayvec v0.7.4 |
1018 | 2024-08-19T17:58:21.583Z | Downloaded atomic-waker v1.1.2 |
1019 | 2024-08-19T17:58:21.583Z | Downloaded async-recursion v1.1.1 |
1020 | 2024-08-19T17:58:21.586Z | Downloaded adler v1.0.2 |
1021 | 2024-08-19T17:58:21.588Z | Downloaded ascii-canvas v3.0.0 |
1022 | 2024-08-19T17:58:21.588Z | Downloaded array-init v0.0.4 |
1023 | 2024-08-19T17:58:21.591Z | Downloaded olpc-cjson v0.1.3 |
1024 | 2024-08-19T17:58:21.591Z | Downloaded nibble_vec v0.1.0 |
1025 | 2024-08-19T17:58:21.591Z | Downloaded newtype-uuid v1.1.0 |
1026 | 2024-08-19T17:58:21.593Z | Downloaded nanorand v0.7.0 |
1027 | 2024-08-19T17:58:21.596Z | Downloaded hubpack_derive v0.1.1 |
1028 | 2024-08-19T17:58:21.596Z | Downloaded debug-ignore v1.0.5 |
1029 | 2024-08-19T17:58:21.598Z | Downloaded bb8 v0.8.5 |
1030 | 2024-08-19T17:58:21.598Z | Downloaded indoc v1.0.9 |
1031 | 2024-08-19T17:58:21.601Z | Downloaded cookie v0.17.0 |
1032 | 2024-08-19T17:58:21.603Z | Downloaded console v0.15.8 |
1033 | 2024-08-19T17:58:21.606Z | Downloaded async-trait v0.1.81 |
1034 | 2024-08-19T17:58:21.763Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1035 | 2024-08-19T17:58:22.472Z | Downloaded libz-sys v1.1.16 |
1036 | 2024-08-19T17:58:22.602Z | Downloaded ring v0.17.8 |
1037 | 2024-08-19T17:58:22.763Z | Downloaded libsqlite3-sys v0.28.0 |
1038 | 2024-08-19T17:58:22.841Z | Downloaded ring v0.16.20 |
1039 | 2024-08-19T17:58:23.008Z | Compiling cfg-if v1.0.0 |
1040 | 2024-08-19T17:58:23.008Z | Compiling serde v1.0.208 |
1041 | 2024-08-19T17:58:23.011Z | Compiling typenum v1.17.0 |
1042 | 2024-08-19T17:58:23.011Z | Compiling lock_api v0.4.12 |
1043 | 2024-08-19T17:58:23.011Z | Compiling generic-array v0.14.7 |
1044 | 2024-08-19T17:58:23.165Z | Compiling syn v2.0.74 |
1045 | 2024-08-19T17:58:23.175Z | Compiling scopeguard v1.2.0 |
1046 | 2024-08-19T17:58:23.177Z | Compiling log v0.4.21 |
1047 | 2024-08-19T17:58:23.229Z | Compiling getrandom v0.2.14 |
1048 | 2024-08-19T17:58:23.497Z | Compiling rand_core v0.6.4 |
1049 | 2024-08-19T17:58:23.589Z | Compiling jobserver v0.1.32 |
1050 | 2024-08-19T17:58:23.676Z | Compiling subtle v2.5.0 |
1051 | 2024-08-19T17:58:23.714Z | Compiling const-oid v0.9.6 |
1052 | 2024-08-19T17:58:23.987Z | Compiling cc v1.0.97 |
1053 | 2024-08-19T17:58:24.005Z | Compiling pin-project-lite v0.2.14 |
1054 | 2024-08-19T17:58:24.008Z | Compiling smallvec v1.13.2 |
1055 | 2024-08-19T17:58:24.115Z | Compiling parking_lot_core v0.9.10 |
1056 | 2024-08-19T17:58:24.508Z | Compiling signal-hook-registry v1.4.2 |
1057 | 2024-08-19T17:58:24.547Z | Compiling spin v0.9.8 |
1058 | 2024-08-19T17:58:24.930Z | Compiling mio v1.0.2 |
1059 | 2024-08-19T17:58:25.277Z | Compiling parking_lot v0.12.2 |
1060 | 2024-08-19T17:58:25.301Z | Compiling ahash v0.8.11 |
1061 | 2024-08-19T17:58:25.664Z | Compiling tinyvec_macros v0.1.1 |
1062 | 2024-08-19T17:58:25.771Z | Compiling tinyvec v1.6.0 |
1063 | 2024-08-19T17:58:25.792Z | Compiling socket2 v0.5.7 |
1064 | 2024-08-19T17:58:25.959Z | Compiling serde_json v1.0.125 |
1065 | 2024-08-19T17:58:26.176Z | Compiling futures-core v0.3.30 |
1066 | 2024-08-19T17:58:26.234Z | Compiling libm v0.2.8 |
1067 | 2024-08-19T17:58:26.299Z | Compiling cpufeatures v0.2.12 |
1068 | 2024-08-19T17:58:26.415Z | Compiling num-traits v0.2.19 |
1069 | 2024-08-19T17:58:26.437Z | Compiling slab v0.4.9 |
1070 | 2024-08-19T17:58:26.605Z | Compiling futures-sink v0.3.30 |
1071 | 2024-08-19T17:58:26.695Z | Compiling allocator-api2 v0.2.18 |
1072 | 2024-08-19T17:58:26.720Z | Compiling unicode-bidi v0.3.15 |
1073 | 2024-08-19T17:58:27.227Z | Compiling unicode-normalization v0.1.23 |
1074 | 2024-08-19T17:58:27.251Z | Compiling futures-channel v0.3.30 |
1075 | 2024-08-19T17:58:27.338Z | Compiling futures-io v0.3.30 |
1076 | 2024-08-19T17:58:27.598Z | Compiling vcpkg v0.2.15 |
1077 | 2024-08-19T17:58:27.649Z | Compiling futures-task v0.3.30 |
1078 | 2024-08-19T17:58:28.048Z | Compiling pin-utils v0.1.0 |
1079 | 2024-08-19T17:58:28.079Z | Compiling pkg-config v0.3.30 |
1080 | 2024-08-19T17:58:28.126Z | Compiling ring v0.17.8 |
1081 | 2024-08-19T17:58:28.184Z | Compiling base64ct v1.6.0 |
1082 | 2024-08-19T17:58:28.212Z | Compiling ppv-lite86 v0.2.17 |
1083 | 2024-08-19T17:58:28.737Z | Compiling pem-rfc7468 v0.7.0 |
1084 | 2024-08-19T17:58:28.946Z | Compiling flagset v0.4.5 |
1085 | 2024-08-19T17:58:29.124Z | Compiling percent-encoding v2.3.1 |
1086 | 2024-08-19T17:58:29.450Z | Compiling rand_chacha v0.3.1 |
1087 | 2024-08-19T17:58:29.479Z | Compiling tracing-core v0.1.32 |
1088 | 2024-08-19T17:58:29.502Z | Compiling untrusted v0.9.0 |
1089 | 2024-08-19T17:58:29.649Z | Compiling openssl-sys v0.9.103 |
1090 | 2024-08-19T17:58:29.665Z | Compiling rustix v0.38.34 |
1091 | 2024-08-19T17:58:29.872Z | Compiling rand v0.8.5 |
1092 | 2024-08-19T17:58:30.456Z | Compiling rustversion v1.0.17 |
1093 | 2024-08-19T17:58:30.684Z | Compiling openssl v0.10.66 |
1094 | 2024-08-19T17:58:30.740Z | Compiling foreign-types-shared v0.1.1 |
1095 | 2024-08-19T17:58:30.844Z | Compiling time-core v0.1.2 |
1096 | 2024-08-19T17:58:31.008Z | Compiling powerfmt v0.2.0 |
1097 | 2024-08-19T17:58:31.061Z | Compiling num-conv v0.1.0 |
1098 | 2024-08-19T17:58:31.094Z | Compiling httparse v1.8.0 |
1099 | 2024-08-19T17:58:31.277Z | Compiling time-macros v0.2.18 |
1100 | 2024-08-19T17:58:31.350Z | Compiling deranged v0.3.11 |
1101 | 2024-08-19T17:58:31.510Z | Compiling foreign-types v0.3.2 |
1102 | 2024-08-19T17:58:31.527Z | Compiling form_urlencoded v1.2.1 |
1103 | 2024-08-19T17:58:31.593Z | Compiling aho-corasick v1.1.3 |
1104 | 2024-08-19T17:58:31.823Z | Compiling crossbeam-utils v0.8.19 |
1105 | 2024-08-19T17:58:32.393Z | Compiling num_threads v0.1.7 |
1106 | 2024-08-19T17:58:32.513Z | Compiling native-tls v0.2.11 |
1107 | 2024-08-19T17:58:32.823Z | Compiling rustls v0.21.12 |
1108 | 2024-08-19T17:58:32.839Z | Compiling siphasher v0.3.11 |
1109 | 2024-08-19T17:58:33.047Z | Compiling syn v1.0.109 |
1110 | 2024-08-19T17:58:33.049Z | Compiling regex-syntax v0.8.4 |
1111 | 2024-08-19T17:58:33.147Z | Compiling try-lock v0.2.5 |
1112 | 2024-08-19T17:58:33.278Z | Compiling want v0.3.1 |
1113 | 2024-08-19T17:58:34.101Z | Compiling time v0.3.36 |
1114 | 2024-08-19T17:58:34.170Z | Compiling idna v0.5.0 |
1115 | 2024-08-19T17:58:34.981Z | Compiling socket2 v0.4.10 |
1116 | 2024-08-19T17:58:35.722Z | Compiling cookie v0.17.0 |
1117 | 2024-08-19T17:58:35.744Z | Compiling finl_unicode v1.2.0 |
1118 | 2024-08-19T17:58:36.001Z | Compiling slog v2.7.0 |
1119 | 2024-08-19T17:58:36.224Z | Compiling regex-automata v0.4.6 |
1120 | 2024-08-19T17:58:36.244Z | Compiling iana-time-zone v0.1.60 |
1121 | 2024-08-19T17:58:36.332Z | Compiling adler v1.0.2 |
1122 | 2024-08-19T17:58:36.351Z | Compiling serde_derive v1.0.208 |
1123 | 2024-08-19T17:58:36.536Z | Compiling zeroize_derive v1.4.2 |
1124 | 2024-08-19T17:58:36.559Z | Compiling zerocopy-derive v0.7.34 |
1125 | 2024-08-19T17:58:36.665Z | Compiling tokio-macros v2.4.0 |
1126 | 2024-08-19T17:58:38.136Z | Compiling zeroize v1.7.0 |
1127 | 2024-08-19T17:58:38.197Z | Compiling thiserror-impl v1.0.63 |
1128 | 2024-08-19T17:58:38.314Z | Compiling futures-macro v0.3.30 |
1129 | 2024-08-19T17:58:38.760Z | Compiling zerocopy v0.7.34 |
1130 | 2024-08-19T17:58:39.084Z | Compiling der_derive v0.7.2 |
1131 | 2024-08-19T17:58:39.336Z | Compiling scroll_derive v0.12.0 |
1132 | 2024-08-19T17:58:39.991Z | Compiling crypto-common v0.1.6 |
1133 | 2024-08-19T17:58:40.216Z | Compiling block-buffer v0.10.4 |
1134 | 2024-08-19T17:58:40.431Z | Compiling digest v0.10.7 |
1135 | 2024-08-19T17:58:40.474Z | Compiling block-padding v0.3.3 |
1136 | 2024-08-19T17:58:40.732Z | Compiling inout v0.1.3 |
1137 | 2024-08-19T17:58:40.806Z | Compiling futures-util v0.3.30 |
1138 | 2024-08-19T17:58:40.907Z | Compiling hmac v0.12.1 |
1139 | 2024-08-19T17:58:40.993Z | Compiling hashbrown v0.14.5 |
1140 | 2024-08-19T17:58:41.045Z | Compiling cipher v0.4.4 |
1141 | 2024-08-19T17:58:41.134Z | Compiling sha2 v0.10.8 |
1142 | 2024-08-19T17:58:41.430Z | Compiling thiserror v1.0.63 |
1143 | 2024-08-19T17:58:41.548Z | Compiling salsa20 v0.10.2 |
1144 | 2024-08-19T17:58:41.575Z | Compiling pest v2.7.10 |
1145 | 2024-08-19T17:58:41.604Z | Compiling der v0.7.9 |
1146 | 2024-08-19T17:58:41.757Z | Compiling pbkdf2 v0.12.2 |
1147 | 2024-08-19T17:58:41.937Z | Compiling tracing-attributes v0.1.27 |
1148 | 2024-08-19T17:58:42.349Z | Compiling scrypt v0.11.0 |
1149 | 2024-08-19T17:58:42.925Z | Compiling aes v0.8.4 |
1150 | 2024-08-19T17:58:44.665Z | Compiling pest_meta v2.7.10 |
1151 | 2024-08-19T17:58:44.768Z | Compiling spki v0.7.3 |
1152 | 2024-08-19T17:58:44.890Z | Compiling cbc v0.1.2 |
1153 | 2024-08-19T17:58:45.121Z | Compiling scroll v0.12.0 |
1154 | 2024-08-19T17:58:45.137Z | Compiling pkcs5 v0.7.1 |
1155 | 2024-08-19T17:58:45.658Z | Compiling goblin v0.8.2 |
1156 | 2024-08-19T17:58:45.691Z | Compiling openssl-macros v0.1.1 |
1157 | 2024-08-19T17:58:45.760Z | Compiling tracing v0.1.40 |
1158 | 2024-08-19T17:58:46.254Z | Compiling pest_generator v2.7.10 |
1159 | 2024-08-19T17:58:46.306Z | Compiling pkcs8 v0.10.2 |
1160 | 2024-08-19T17:58:46.481Z | Compiling sct v0.7.1 |
1161 | 2024-08-19T17:58:46.795Z | Compiling rustls-webpki v0.101.7 |
1162 | 2024-08-19T17:58:46.823Z | Compiling httpdate v1.0.3 |
1163 | 2024-08-19T17:58:47.034Z | Compiling openssl-probe v0.1.5 |
1164 | 2024-08-19T17:58:47.299Z | Compiling tower-service v0.3.2 |
1165 | 2024-08-19T17:58:47.386Z | Compiling md-5 v0.10.6 |
1166 | 2024-08-19T17:58:47.484Z | Compiling miniz_oxide v0.7.2 |
1167 | 2024-08-19T17:58:48.226Z | Compiling stringprep v0.1.4 |
1168 | 2024-08-19T17:58:48.766Z | Compiling url v2.5.2 |
1169 | 2024-08-19T17:58:49.445Z | Compiling num-integer v0.1.46 |
1170 | 2024-08-19T17:58:49.733Z | Compiling pest_derive v2.7.10 |
1171 | 2024-08-19T17:58:50.228Z | Compiling backtrace v0.3.71 |
1172 | 2024-08-19T17:58:50.397Z | Compiling bytes v1.7.1 |
1173 | 2024-08-19T17:58:50.541Z | Compiling bitflags v2.6.0 |
1174 | 2024-08-19T17:58:50.703Z | Compiling indexmap v2.4.0 |
1175 | 2024-08-19T17:58:50.721Z | Compiling semver v1.0.23 |
1176 | 2024-08-19T17:58:51.455Z | Compiling tokio v1.39.2 |
1177 | 2024-08-19T17:58:51.659Z | Compiling http v0.2.12 |
1178 | 2024-08-19T17:58:52.124Z | Compiling rustc_version v0.4.0 |
1179 | 2024-08-19T17:58:52.901Z | Compiling heapless v0.7.17 |
1180 | 2024-08-19T17:58:53.358Z | Compiling http-body v0.4.6 |
1181 | 2024-08-19T17:58:53.734Z | Compiling dof v0.3.0 |
1182 | 2024-08-19T17:58:53.972Z | Compiling dtrace-parser v0.2.0 |
1183 | 2024-08-19T17:58:54.157Z | Compiling uuid v1.10.0 |
1184 | 2024-08-19T17:58:55.579Z | Compiling usdt-impl v0.5.0 |
1185 | 2024-08-19T17:58:56.049Z | Compiling chrono v0.4.38 |
1186 | 2024-08-19T17:58:56.052Z | Compiling serde_tokenstream v0.2.2 |
1187 | 2024-08-19T17:58:56.183Z | Compiling serde_spanned v0.6.7 |
1188 | 2024-08-19T17:58:56.420Z | Compiling toml_datetime v0.6.8 |
1189 | 2024-08-19T17:58:56.608Z | Compiling idna v0.3.0 |
1190 | 2024-08-19T17:58:56.666Z | Compiling lazy_static v1.5.0 |
1191 | 2024-08-19T17:58:56.781Z | Compiling hash32 v0.2.1 |
1192 | 2024-08-19T17:58:56.938Z | Compiling base64 v0.22.1 |
1193 | 2024-08-19T17:58:57.170Z | Compiling signal-hook v0.3.17 |
1194 | 2024-08-19T17:58:57.186Z | Compiling num-bigint-dig v0.8.4 |
1195 | 2024-08-19T17:58:57.447Z | Compiling fallible-iterator v0.2.0 |
1196 | 2024-08-19T17:58:57.489Z | Compiling cfg_aliases v0.1.1 |
1197 | 2024-08-19T17:58:57.592Z | Compiling smoltcp v0.9.1 |
1198 | 2024-08-19T17:58:57.649Z | Compiling crc32fast v1.4.0 |
1199 | 2024-08-19T17:58:58.120Z | Compiling gimli v0.28.1 |
1200 | 2024-08-19T17:58:58.162Z | Compiling stable_deref_trait v1.2.0 |
1201 | 2024-08-19T17:58:58.165Z | Compiling psl-types v2.0.11 |
1202 | 2024-08-19T17:58:58.328Z | Compiling publicsuffix v2.2.3 |
1203 | 2024-08-19T17:58:58.412Z | Compiling postgres-protocol v0.6.7 |
1204 | 2024-08-19T17:58:58.589Z | Compiling nix v0.28.0 |
1205 | 2024-08-19T17:58:59.477Z | Compiling tokio-util v0.7.11 |
1206 | 2024-08-19T17:58:59.493Z | Compiling tokio-rustls v0.24.1 |
1207 | 2024-08-19T17:58:59.720Z | Compiling terminal_size v0.3.0 |
1208 | 2024-08-19T17:58:59.769Z | Compiling num-iter v0.1.45 |
1209 | 2024-08-19T17:59:00.475Z | Compiling h2 v0.3.26 |
1210 | 2024-08-19T17:59:00.770Z | Compiling tokio-native-tls v0.3.1 |
1211 | 2024-08-19T17:59:00.882Z | Compiling async-trait v0.1.81 |
1212 | 2024-08-19T17:59:01.038Z | Compiling zerocopy-derive v0.6.6 |
1213 | 2024-08-19T17:59:01.041Z | Compiling phf_shared v0.11.2 |
1214 | 2024-08-19T17:59:01.444Z | Compiling serde_derive_internals v0.29.1 |
1215 | 2024-08-19T17:59:02.527Z | Compiling addr2line v0.21.0 |
1216 | 2024-08-19T17:59:03.075Z | Compiling ff v0.13.0 |
1217 | 2024-08-19T17:59:03.212Z | Compiling object v0.32.2 |
1218 | 2024-08-19T17:59:03.242Z | Compiling fs-err v2.11.0 |
1219 | 2024-08-19T17:59:03.286Z | Compiling either v1.13.0 |
1220 | 2024-08-19T17:59:03.356Z | Compiling hubpack_derive v0.1.1 |
1221 | 2024-08-19T17:59:03.535Z | Compiling bitflags v1.3.2 |
1222 | 2024-08-19T17:59:03.647Z | Compiling base16ct v0.2.0 |
1223 | 2024-08-19T17:59:03.668Z | Compiling schemars v0.8.21 |
1224 | 2024-08-19T17:59:03.729Z | Compiling winnow v0.5.40 |
1225 | 2024-08-19T17:59:03.983Z | Compiling anyhow v1.0.86 |
1226 | 2024-08-19T17:59:04.037Z | Compiling ipnet v2.9.0 |
1227 | 2024-08-19T17:59:04.155Z | Compiling base64 v0.21.7 |
1228 | 2024-08-19T17:59:04.295Z | Compiling rustc-demangle v0.1.24 |
1229 | 2024-08-19T17:59:04.647Z | Compiling managed v0.8.0 |
1230 | 2024-08-19T17:59:04.936Z | Compiling rustls-pemfile v1.0.4 |
1231 | 2024-08-19T17:59:05.291Z | Compiling clap_builder v4.5.15 |
1232 | 2024-08-19T17:59:05.389Z | Compiling hubpack v0.1.2 |
1233 | 2024-08-19T17:59:05.483Z | Compiling schemars_derive v0.8.21 |
1234 | 2024-08-19T17:59:05.848Z | Compiling sec1 v0.7.3 |
1235 | 2024-08-19T17:59:06.528Z | Compiling group v0.13.0 |
1236 | 2024-08-19T17:59:06.809Z | Compiling zerocopy v0.6.6 |
1237 | 2024-08-19T17:59:06.864Z | Compiling phf v0.11.2 |
1238 | 2024-08-19T17:59:07.155Z | Compiling cookie_store v0.20.0 |
1239 | 2024-08-19T17:59:07.199Z | Compiling toml_edit v0.19.15 |
1240 | 2024-08-19T17:59:07.399Z | Compiling hyper v0.14.30 |
1241 | 2024-08-19T17:59:08.822Z | Compiling postgres-types v0.2.7 |
1242 | 2024-08-19T17:59:10.394Z | Compiling usdt-macro v0.5.0 |
1243 | 2024-08-19T17:59:10.705Z | Compiling usdt-attr-macro v0.5.0 |
1244 | 2024-08-19T17:59:10.936Z | Compiling serde_urlencoded v0.7.1 |
1245 | 2024-08-19T17:59:11.471Z | Compiling enum-as-inner v0.6.0 |
1246 | 2024-08-19T17:59:11.891Z | Compiling strum_macros v0.25.3 |
1247 | 2024-08-19T17:59:12.385Z | Compiling pkcs1 v0.7.5 |
1248 | 2024-08-19T17:59:12.572Z | Compiling futures-executor v0.3.30 |
1249 | 2024-08-19T17:59:13.125Z | Compiling bstr v1.9.1 |
1250 | 2024-08-19T17:59:13.185Z | Compiling regex v1.10.6 |
1251 | 2024-08-19T17:59:13.400Z | Compiling hkdf v0.12.4 |
1252 | 2024-08-19T17:59:13.657Z | Compiling signature v2.2.0 |
1253 | 2024-08-19T17:59:13.958Z | Compiling crypto-bigint v0.5.5 |
1254 | 2024-08-19T17:59:14.282Z | Compiling hyper-tls v0.5.0 |
1255 | 2024-08-19T17:59:14.478Z | Compiling hyper-rustls v0.24.2 |
1256 | 2024-08-19T17:59:14.646Z | Compiling clap_derive v4.5.13 |
1257 | 2024-08-19T17:59:14.845Z | Compiling serde_repr v0.1.19 |
1258 | 2024-08-19T17:59:14.991Z | Compiling phf_shared v0.10.0 |
1259 | 2024-08-19T17:59:15.022Z | Compiling float-cmp v0.9.0 |
1260 | 2024-08-19T17:59:15.249Z | Compiling idna v0.4.0 |
1261 | 2024-08-19T17:59:15.393Z | Compiling mio v0.8.11 |
1262 | 2024-08-19T17:59:15.974Z | Compiling encoding_rs v0.8.34 |
1263 | 2024-08-19T17:59:16.033Z | Compiling dyn-clone v1.0.17 |
1264 | 2024-08-19T17:59:16.247Z | Compiling precomputed-hash v0.1.1 |
1265 | 2024-08-19T17:59:16.369Z | Compiling fixedbitset v0.4.2 |
1266 | 2024-08-19T17:59:16.662Z | Compiling new_debug_unreachable v1.0.6 |
1267 | 2024-08-19T17:59:16.758Z | Compiling minimal-lexical v0.2.1 |
1268 | 2024-08-19T17:59:16.831Z | Compiling static_assertions v1.1.0 |
1269 | 2024-08-19T17:59:16.831Z | Compiling difflib v0.4.0 |
1270 | 2024-08-19T17:59:16.935Z | Compiling whoami v1.5.1 |
1271 | 2024-08-19T17:59:17.089Z | Compiling sync_wrapper v0.1.2 |
1272 | 2024-08-19T17:59:17.228Z | Compiling webpki-roots v0.25.4 |
1273 | 2024-08-19T17:59:17.278Z | Compiling data-encoding v2.6.0 |
1274 | 2024-08-19T17:59:17.393Z | Compiling normalize-line-endings v0.3.0 |
1275 | 2024-08-19T17:59:17.520Z | Compiling predicates-core v1.0.6 |
1276 | 2024-08-19T17:59:17.582Z | Compiling bit-vec v0.6.3 |
1277 | 2024-08-19T17:59:17.874Z | Compiling unicode-segmentation v1.11.0 |
1278 | 2024-08-19T17:59:18.055Z | Compiling mime v0.3.17 |
1279 | 2024-08-19T17:59:18.407Z | Compiling reqwest v0.11.27 |
1280 | 2024-08-19T17:59:18.674Z | Compiling similar v2.6.0 |
1281 | 2024-08-19T17:59:18.710Z | Compiling hickory-proto v0.24.1 |
1282 | 2024-08-19T17:59:19.556Z | Compiling clap v4.5.16 |
1283 | 2024-08-19T17:59:19.676Z | Compiling bit-set v0.5.3 |
1284 | 2024-08-19T17:59:19.695Z | Compiling predicates v3.1.2 |
1285 | 2024-08-19T17:59:19.957Z | Compiling tokio-postgres v0.7.11 |
1286 | 2024-08-19T17:59:19.976Z | Compiling nom v7.1.3 |
1287 | 2024-08-19T17:59:20.380Z | Compiling toml_edit v0.22.20 |
1288 | 2024-08-19T17:59:21.125Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1289 | 2024-08-19T17:59:21.425Z | Compiling elliptic-curve v0.13.8 |
1290 | 2024-08-19T17:59:21.973Z | Compiling string_cache v0.8.7 |
1291 | 2024-08-19T17:59:22.287Z | Compiling petgraph v0.6.5 |
1292 | 2024-08-19T17:59:23.679Z | Compiling signal-hook-mio v0.2.4 |
1293 | 2024-08-19T17:59:23.845Z | Compiling console v0.15.8 |
1294 | 2024-08-19T17:59:25.389Z | Compiling usdt v0.5.0 |
1295 | 2024-08-19T17:59:25.506Z | Compiling rsa v0.9.6 |
1296 | 2024-08-19T17:59:25.857Z | Compiling futures v0.3.30 |
1297 | 2024-08-19T17:59:25.979Z | Compiling flate2 v1.0.31 |
1298 | 2024-08-19T17:59:26.263Z | Compiling toml v0.7.8 |
1299 | 2024-08-19T17:59:27.465Z | Compiling itertools v0.10.5 |
1300 | 2024-08-19T17:59:27.954Z | Compiling itertools v0.12.1 |
1301 | 2024-08-19T17:59:28.002Z | Compiling tokio-stream v0.1.15 |
1302 | 2024-08-19T17:59:28.607Z | Compiling openapiv3 v2.0.0 |
1303 | 2024-08-19T17:59:29.004Z | Compiling hex v0.4.3 |
1304 | 2024-08-19T17:59:29.026Z | Compiling crossbeam-epoch v0.9.18 |
1305 | 2024-08-19T17:59:29.635Z | Compiling sha1 v0.10.6 |
1306 | 2024-08-19T17:59:29.799Z | Compiling dirs-sys-next v0.1.2 |
1307 | 2024-08-19T17:59:30.046Z | Compiling unicode-xid v0.2.4 |
1308 | 2024-08-19T17:59:30.222Z | Compiling lalrpop-util v0.19.12 |
1309 | 2024-08-19T17:59:30.257Z | Compiling peg-runtime v0.8.3 |
1310 | 2024-08-19T17:59:30.473Z | Compiling dirs-next v2.0.0 |
1311 | 2024-08-19T17:59:30.582Z | Compiling thread_local v1.1.8 |
1312 | 2024-08-19T17:59:30.673Z | Compiling slog-async v2.8.0 |
1313 | 2024-08-19T17:59:30.900Z | Compiling term v0.7.0 |
1314 | 2024-08-19T17:59:30.972Z | Compiling xattr v1.3.1 |
1315 | 2024-08-19T17:59:31.085Z | Compiling crossbeam-channel v0.5.12 |
1316 | 2024-08-19T17:59:31.123Z | Compiling strum_macros v0.26.4 |
1317 | 2024-08-19T17:59:31.245Z | Compiling filetime v0.2.24 |
1318 | 2024-08-19T17:59:31.261Z | Compiling is-terminal v0.4.12 |
1319 | 2024-08-19T17:59:31.390Z | Compiling take_mut v0.2.2 |
1320 | 2024-08-19T17:59:31.546Z | Compiling tar v0.4.41 |
1321 | 2024-08-19T17:59:31.564Z | Compiling slog-term v2.9.1 |
1322 | 2024-08-19T17:59:32.374Z | Compiling camino v1.1.9 |
1323 | 2024-08-19T17:59:33.302Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1324 | 2024-08-19T17:59:34.270Z | Compiling strum v0.26.3 |
1325 | 2024-08-19T17:59:34.348Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1326 | 2024-08-19T17:59:39.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1327 | 2024-08-19T17:59:39.429Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1328 | 2024-08-19T17:59:39.475Z | Aug 19 17:59:38.471 INFO Starting download, target: Clickhouse |
1329 | 2024-08-19T17:59:39.475Z | Aug 19 17:59:38.471 INFO Starting download, target: Console |
1330 | 2024-08-19T17:59:39.475Z | Aug 19 17:59:38.471 INFO Starting download, target: Cockroach |
1331 | 2024-08-19T17:59:39.475Z | Aug 19 17:59:38.471 INFO Starting download, target: DendriteOpenapi |
1332 | 2024-08-19T17:59:39.478Z | Aug 19 17:59:38.471 INFO Starting download, target: DendriteStub |
1333 | 2024-08-19T17:59:39.478Z | Aug 19 17:59:38.471 INFO Starting download, target: MaghemiteMgd |
1334 | 2024-08-19T17:59:39.478Z | Aug 19 17:59:38.471 INFO Starting download, target: TransceiverControl |
1335 | 2024-08-19T17:59:39.478Z | Aug 19 17:59:38.472 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1336 | 2024-08-19T17:59:39.478Z | Aug 19 17:59:38.472 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1337 | 2024-08-19T17:59:39.478Z | Aug 19 17:59:38.472 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1338 | 2024-08-19T17:59:39.478Z | Aug 19 17:59:38.472 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1339 | 2024-08-19T17:59:39.478Z | Aug 19 17:59:38.472 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1340 | 2024-08-19T17:59:39.478Z | Aug 19 17:59:38.472 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1341 | 2024-08-19T17:59:39.478Z | Aug 19 17:59:38.472 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1342 | 2024-08-19T17:59:39.654Z | Aug 19 17:59:38.649 INFO Download complete, target: DendriteOpenapi |
1343 | 2024-08-19T17:59:39.778Z | Aug 19 17:59:38.758 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1344 | 2024-08-19T17:59:40.157Z | Aug 19 17:59:39.149 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1345 | 2024-08-19T17:59:40.222Z | Aug 19 17:59:39.218 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1346 | 2024-08-19T17:59:40.249Z | Aug 19 17:59:39.245 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1347 | 2024-08-19T17:59:40.514Z | Aug 19 17:59:39.509 INFO Download complete, target: TransceiverControl |
1348 | 2024-08-19T17:59:40.616Z | Aug 19 17:59:39.611 INFO Download complete, target: Console |
1349 | 2024-08-19T17:59:41.558Z | Aug 19 17:59:40.554 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1350 | 2024-08-19T17:59:41.558Z | Aug 19 17:59:40.554 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1351 | 2024-08-19T17:59:41.757Z | Aug 19 17:59:40.753 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1352 | 2024-08-19T17:59:43.217Z | Aug 19 17:59:42.212 INFO Download complete, target: DendriteStub |
1353 | 2024-08-19T17:59:43.351Z | Aug 19 17:59:42.346 INFO Download complete, target: MaghemiteMgd |
1354 | 2024-08-19T17:59:49.602Z | Aug 19 17:59:48.597 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1355 | 2024-08-19T17:59:49.922Z | Aug 19 17:59:48.917 INFO Checking that binary works, target: Cockroach |
1356 | 2024-08-19T17:59:50.082Z | Aug 19 17:59:49.076 INFO Download complete, target: Cockroach |
1357 | 2024-08-19T17:59:55.389Z | Aug 19 17:59:54.382 INFO Checking that binary works, target: Clickhouse |
1358 | 2024-08-19T17:59:55.548Z | Aug 19 17:59:54.541 INFO Download complete, target: Clickhouse |
1359 | 2024-08-19T17:59:55.569Z | All builder prerequisites installed successfully, and PATH looks valid |
1360 | 2024-08-19T17:59:55.573Z | |
1361 | 2024-08-19T17:59:55.573Z | real 3:33.007332162 |
1362 | 2024-08-19T17:59:55.573Z | user 11:07.882334920 |
1363 | 2024-08-19T17:59:55.573Z | sys 2:22.763408808 |
1364 | 2024-08-19T17:59:55.573Z | trap 0.391923104 |
1365 | 2024-08-19T17:59:55.573Z | tflt 1.074125426 |
1366 | 2024-08-19T17:59:55.573Z | dflt 1.743300173 |
1367 | 2024-08-19T17:59:55.573Z | kflt 0.028741094 |
1368 | 2024-08-19T17:59:55.573Z | lock 22:01.279440284 |
1369 | 2024-08-19T17:59:55.573Z | slp 43:01.470406794 |
1370 | 2024-08-19T17:59:55.573Z | lat 36.955871812 |
1371 | 2024-08-19T17:59:55.573Z | stop 1:42.394371456 |
1372 | 2024-08-19T17:59:55.573Z | + banner hack-check |
1373 | 2024-08-19T17:59:55.576Z | |
1374 | 2024-08-19T17:59:55.576Z | # # ## #### # # #### # # ###### #### # # |
1375 | 2024-08-19T17:59:55.576Z | # # # # # # # # # # # # # # # # # |
1376 | 2024-08-19T17:59:55.576Z | ###### # # # #### ##### # ###### ##### # #### |
1377 | 2024-08-19T17:59:55.576Z | # # ###### # # # # # # # # # # |
1378 | 2024-08-19T17:59:55.576Z | # # # # # # # # # # # # # # # # # |
1379 | 2024-08-19T17:59:55.576Z | # # # # #### # # #### # # ###### #### # # |
1380 | 2024-08-19T17:59:55.576Z | |
1381 | 2024-08-19T17:59:55.576Z | + export CARGO_INCREMENTAL=0 |
1382 | 2024-08-19T17:59:55.576Z | + CARGO_INCREMENTAL=0 |
1383 | 2024-08-19T17:59:55.576Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1384 | 2024-08-19T17:59:56.125Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1385 | 2024-08-19T17:59:59.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
1386 | 2024-08-19T17:59:59.582Z | Running `target/debug/xtask check-features --ci` |
1387 | 2024-08-19T17:59:59.601Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1388 | 2024-08-19T17:59:59.603Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1389 | 2024-08-19T18:00:00.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1390 | 2024-08-19T18:00:00.110Z | Running `target/debug/xtask download cargo-hack` |
1391 | 2024-08-19T18:00:00.896Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1392 | 2024-08-19T18:00:01.225Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1393 | 2024-08-19T18:00:05.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
1394 | 2024-08-19T18:00:06.039Z | Running `target/debug/xtask-downloader cargo-hack` |
1395 | 2024-08-19T18:00:06.072Z | Aug 19 18:00:05.064 INFO Starting download, target: CargoHack |
1396 | 2024-08-19T18:00:06.075Z | Aug 19 18:00:05.065 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1397 | 2024-08-19T18:00:06.465Z | Aug 19 18:00:05.457 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1398 | 2024-08-19T18:00:06.560Z | Aug 19 18:00:05.552 INFO Download complete, target: CargoHack |
1399 | 2024-08-19T18:00:06.563Z | 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" |
1400 | 2024-08-19T18:00:06.579Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1401 | 2024-08-19T18:00:06.734Z | info: running `cargo check --bins` on api_identity (1/153) |
1402 | 2024-08-19T18:00:07.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1403 | 2024-08-19T18:00:07.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1404 | 2024-08-19T18:00:07.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1405 | 2024-08-19T18:00:07.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1406 | 2024-08-19T18:00:07.340Z | |
1407 | 2024-08-19T18:00:07.340Z | info: running `cargo check --bins` on bootstore (2/153) |
1408 | 2024-08-19T18:00:07.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1409 | 2024-08-19T18:00:07.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1410 | 2024-08-19T18:00:07.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1411 | 2024-08-19T18:00:07.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1412 | 2024-08-19T18:00:07.983Z | |
1413 | 2024-08-19T18:00:07.983Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/153) |
1414 | 2024-08-19T18:00:08.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1415 | 2024-08-19T18:00:08.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1416 | 2024-08-19T18:00:08.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1417 | 2024-08-19T18:00:08.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1418 | 2024-08-19T18:00:08.602Z | |
1419 | 2024-08-19T18:00:08.602Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/153) |
1420 | 2024-08-19T18:00:09.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1421 | 2024-08-19T18:00:09.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1422 | 2024-08-19T18:00:09.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1423 | 2024-08-19T18:00:09.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1424 | 2024-08-19T18:00:09.230Z | |
1425 | 2024-08-19T18:00:09.230Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/153) |
1426 | 2024-08-19T18:00:09.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1427 | 2024-08-19T18:00:09.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1428 | 2024-08-19T18:00:09.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1429 | 2024-08-19T18:00:09.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1430 | 2024-08-19T18:00:09.684Z | |
1431 | 2024-08-19T18:00:09.684Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/153) |
1432 | 2024-08-19T18:00:10.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1433 | 2024-08-19T18:00:10.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1434 | 2024-08-19T18:00:10.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1435 | 2024-08-19T18:00:10.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1436 | 2024-08-19T18:00:10.149Z | |
1437 | 2024-08-19T18:00:10.149Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/153) |
1438 | 2024-08-19T18:00:10.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1439 | 2024-08-19T18:00:10.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1440 | 2024-08-19T18:00:10.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1441 | 2024-08-19T18:00:10.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1442 | 2024-08-19T18:00:10.606Z | |
1443 | 2024-08-19T18:00:10.606Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/153) |
1444 | 2024-08-19T18:00:11.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1445 | 2024-08-19T18:00:11.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1446 | 2024-08-19T18:00:11.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1447 | 2024-08-19T18:00:11.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1448 | 2024-08-19T18:00:11.071Z | |
1449 | 2024-08-19T18:00:11.071Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/153) |
1450 | 2024-08-19T18:00:11.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1451 | 2024-08-19T18:00:11.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1452 | 2024-08-19T18:00:11.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1453 | 2024-08-19T18:00:11.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1454 | 2024-08-19T18:00:11.537Z | |
1455 | 2024-08-19T18:00:11.537Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/153) |
1456 | 2024-08-19T18:00:11.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1457 | 2024-08-19T18:00:11.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1458 | 2024-08-19T18:00:11.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1459 | 2024-08-19T18:00:11.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1460 | 2024-08-19T18:00:11.998Z | |
1461 | 2024-08-19T18:00:11.998Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/153) |
1462 | 2024-08-19T18:00:12.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1463 | 2024-08-19T18:00:12.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1464 | 2024-08-19T18:00:12.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1465 | 2024-08-19T18:00:12.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1466 | 2024-08-19T18:00:12.460Z | |
1467 | 2024-08-19T18:00:12.460Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/153) |
1468 | 2024-08-19T18:00:12.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1469 | 2024-08-19T18:00:12.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1470 | 2024-08-19T18:00:12.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1471 | 2024-08-19T18:00:12.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1472 | 2024-08-19T18:00:12.923Z | |
1473 | 2024-08-19T18:00:12.923Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/153) |
1474 | 2024-08-19T18:00:13.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1475 | 2024-08-19T18:00:13.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1476 | 2024-08-19T18:00:13.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1477 | 2024-08-19T18:00:13.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1478 | 2024-08-19T18:00:13.377Z | |
1479 | 2024-08-19T18:00:13.377Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/153) |
1480 | 2024-08-19T18:00:13.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1481 | 2024-08-19T18:00:13.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1482 | 2024-08-19T18:00:13.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1483 | 2024-08-19T18:00:13.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1484 | 2024-08-19T18:00:13.833Z | |
1485 | 2024-08-19T18:00:13.833Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/153) |
1486 | 2024-08-19T18:00:14.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1487 | 2024-08-19T18:00:14.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1488 | 2024-08-19T18:00:14.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1489 | 2024-08-19T18:00:14.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1490 | 2024-08-19T18:00:14.290Z | |
1491 | 2024-08-19T18:00:14.290Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/153) |
1492 | 2024-08-19T18:00:14.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1493 | 2024-08-19T18:00:14.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1494 | 2024-08-19T18:00:14.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1495 | 2024-08-19T18:00:14.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1496 | 2024-08-19T18:00:14.758Z | |
1497 | 2024-08-19T18:00:14.758Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/153) |
1498 | 2024-08-19T18:00:15.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1499 | 2024-08-19T18:00:15.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1500 | 2024-08-19T18:00:15.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1501 | 2024-08-19T18:00:15.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1502 | 2024-08-19T18:00:15.205Z | |
1503 | 2024-08-19T18:00:15.205Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/153) |
1504 | 2024-08-19T18:00:15.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1505 | 2024-08-19T18:00:15.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1506 | 2024-08-19T18:00:15.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1507 | 2024-08-19T18:00:15.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1508 | 2024-08-19T18:00:15.669Z | |
1509 | 2024-08-19T18:00:15.669Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/153) |
1510 | 2024-08-19T18:00:16.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1511 | 2024-08-19T18:00:16.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1512 | 2024-08-19T18:00:16.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1513 | 2024-08-19T18:00:16.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1514 | 2024-08-19T18:00:16.130Z | |
1515 | 2024-08-19T18:00:16.130Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/153) |
1516 | 2024-08-19T18:00:16.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1517 | 2024-08-19T18:00:16.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1518 | 2024-08-19T18:00:16.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1519 | 2024-08-19T18:00:16.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1520 | 2024-08-19T18:00:16.588Z | |
1521 | 2024-08-19T18:00:16.588Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/153) |
1522 | 2024-08-19T18:00:17.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1523 | 2024-08-19T18:00:17.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1524 | 2024-08-19T18:00:17.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1525 | 2024-08-19T18:00:17.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1526 | 2024-08-19T18:00:17.049Z | |
1527 | 2024-08-19T18:00:17.049Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/153) |
1528 | 2024-08-19T18:00:17.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1529 | 2024-08-19T18:00:17.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1530 | 2024-08-19T18:00:17.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1531 | 2024-08-19T18:00:17.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1532 | 2024-08-19T18:00:17.514Z | |
1533 | 2024-08-19T18:00:17.514Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/153) |
1534 | 2024-08-19T18:00:17.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1535 | 2024-08-19T18:00:17.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1536 | 2024-08-19T18:00:17.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1537 | 2024-08-19T18:00:17.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1538 | 2024-08-19T18:00:17.980Z | |
1539 | 2024-08-19T18:00:17.980Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/153) |
1540 | 2024-08-19T18:00:18.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1541 | 2024-08-19T18:00:18.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1542 | 2024-08-19T18:00:18.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1543 | 2024-08-19T18:00:18.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1544 | 2024-08-19T18:00:18.438Z | |
1545 | 2024-08-19T18:00:18.438Z | info: running `cargo check --bins` on sled-hardware-types (25/153) |
1546 | 2024-08-19T18:00:19.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1547 | 2024-08-19T18:00:19.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1548 | 2024-08-19T18:00:19.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1549 | 2024-08-19T18:00:19.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1550 | 2024-08-19T18:00:19.064Z | |
1551 | 2024-08-19T18:00:19.064Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/153) |
1552 | 2024-08-19T18:00:19.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1553 | 2024-08-19T18:00:19.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1554 | 2024-08-19T18:00:19.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1555 | 2024-08-19T18:00:19.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1556 | 2024-08-19T18:00:19.696Z | |
1557 | 2024-08-19T18:00:19.696Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/153) |
1558 | 2024-08-19T18:00:20.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1559 | 2024-08-19T18:00:20.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1560 | 2024-08-19T18:00:20.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1561 | 2024-08-19T18:00:20.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1562 | 2024-08-19T18:00:20.321Z | |
1563 | 2024-08-19T18:00:20.321Z | info: running `cargo check --bins` on oxlog (28/153) |
1564 | 2024-08-19T18:00:20.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1565 | 2024-08-19T18:00:20.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1566 | 2024-08-19T18:00:20.919Z | Checking cfg-if v1.0.0 |
1567 | 2024-08-19T18:00:20.921Z | Checking libc v0.2.156 |
1568 | 2024-08-19T18:00:21.003Z | Checking memchr v2.7.2 |
1569 | 2024-08-19T18:00:21.019Z | Checking serde v1.0.208 |
1570 | 2024-08-19T18:00:21.021Z | Checking zeroize v1.7.0 |
1571 | 2024-08-19T18:00:21.033Z | Checking typenum v1.17.0 |
1572 | 2024-08-19T18:00:21.036Z | Checking scopeguard v1.2.0 |
1573 | 2024-08-19T18:00:21.036Z | Checking byteorder v1.5.0 |
1574 | 2024-08-19T18:00:21.062Z | Checking log v0.4.21 |
1575 | 2024-08-19T18:00:21.160Z | Checking lock_api v0.4.12 |
1576 | 2024-08-19T18:00:21.251Z | Checking subtle v2.5.0 |
1577 | 2024-08-19T18:00:21.327Z | Checking once_cell v1.19.0 |
1578 | 2024-08-19T18:00:21.439Z | Checking const-oid v0.9.6 |
1579 | 2024-08-19T18:00:21.503Z | Checking itoa v1.0.11 |
1580 | 2024-08-19T18:00:21.555Z | Checking pin-project-lite v0.2.14 |
1581 | 2024-08-19T18:00:21.601Z | Checking smallvec v1.13.2 |
1582 | 2024-08-19T18:00:21.667Z | Checking zerocopy v0.7.34 |
1583 | 2024-08-19T18:00:21.707Z | Checking spin v0.9.8 |
1584 | 2024-08-19T18:00:21.886Z | Checking tinyvec_macros v0.1.1 |
1585 | 2024-08-19T18:00:21.932Z | Checking cpufeatures v0.2.12 |
1586 | 2024-08-19T18:00:21.966Z | Checking tinyvec v1.6.0 |
1587 | 2024-08-19T18:00:22.012Z | Checking futures-core v0.3.30 |
1588 | 2024-08-19T18:00:22.043Z | Checking unicode-bidi v0.3.15 |
1589 | 2024-08-19T18:00:22.122Z | Checking getrandom v0.2.14 |
1590 | 2024-08-19T18:00:22.185Z | Checking signal-hook-registry v1.4.2 |
1591 | 2024-08-19T18:00:22.299Z | Checking generic-array v0.14.7 |
1592 | 2024-08-19T18:00:22.352Z | Checking rand_core v0.6.4 |
1593 | 2024-08-19T18:00:22.427Z | Checking parking_lot_core v0.9.10 |
1594 | 2024-08-19T18:00:22.647Z | Checking mio v1.0.2 |
1595 | 2024-08-19T18:00:22.660Z | Checking socket2 v0.5.7 |
1596 | 2024-08-19T18:00:22.748Z | Checking parking_lot v0.12.2 |
1597 | 2024-08-19T18:00:23.069Z | Checking ahash v0.8.11 |
1598 | 2024-08-19T18:00:23.083Z | Checking futures-sink v0.3.30 |
1599 | 2024-08-19T18:00:23.095Z | Checking allocator-api2 v0.2.18 |
1600 | 2024-08-19T18:00:23.215Z | Checking libm v0.2.8 |
1601 | 2024-08-19T18:00:23.236Z | Checking equivalent v1.0.1 |
1602 | 2024-08-19T18:00:23.244Z | Checking ryu v1.0.18 |
1603 | 2024-08-19T18:00:23.275Z | Checking unicode-normalization v0.1.23 |
1604 | 2024-08-19T18:00:23.331Z | Checking futures-channel v0.3.30 |
1605 | 2024-08-19T18:00:23.434Z | Checking crypto-common v0.1.6 |
1606 | 2024-08-19T18:00:23.476Z | Checking block-buffer v0.10.4 |
1607 | 2024-08-19T18:00:23.573Z | Checking block-padding v0.3.3 |
1608 | 2024-08-19T18:00:23.594Z | Checking slab v0.4.9 |
1609 | 2024-08-19T18:00:23.675Z | Checking futures-io v0.3.30 |
1610 | 2024-08-19T18:00:23.689Z | Checking digest v0.10.7 |
1611 | 2024-08-19T18:00:23.692Z | Checking hashbrown v0.14.5 |
1612 | 2024-08-19T18:00:23.754Z | Checking inout v0.1.3 |
1613 | 2024-08-19T18:00:23.839Z | Checking futures-task v0.3.30 |
1614 | 2024-08-19T18:00:23.842Z | Checking pin-utils v0.1.0 |
1615 | 2024-08-19T18:00:23.937Z | Checking base64ct v1.6.0 |
1616 | 2024-08-19T18:00:23.968Z | Checking cipher v0.4.4 |
1617 | 2024-08-19T18:00:24.041Z | Checking hmac v0.12.1 |
1618 | 2024-08-19T18:00:24.058Z | Checking sha2 v0.10.8 |
1619 | 2024-08-19T18:00:24.073Z | Checking num-traits v0.2.19 |
1620 | 2024-08-19T18:00:24.110Z | Checking futures-util v0.3.30 |
1621 | 2024-08-19T18:00:24.244Z | Checking flagset v0.4.5 |
1622 | 2024-08-19T18:00:24.355Z | Checking ppv-lite86 v0.2.17 |
1623 | 2024-08-19T18:00:24.368Z | Checking pem-rfc7468 v0.7.0 |
1624 | 2024-08-19T18:00:24.432Z | Checking percent-encoding v2.3.1 |
1625 | 2024-08-19T18:00:24.576Z | Checking salsa20 v0.10.2 |
1626 | 2024-08-19T18:00:24.616Z | Checking der v0.7.9 |
1627 | 2024-08-19T18:00:24.619Z | Checking pbkdf2 v0.12.2 |
1628 | 2024-08-19T18:00:24.769Z | Checking tracing-core v0.1.32 |
1629 | 2024-08-19T18:00:24.784Z | Checking fnv v1.0.7 |
1630 | 2024-08-19T18:00:24.854Z | Checking untrusted v0.9.0 |
1631 | 2024-08-19T18:00:24.900Z | Checking scrypt v0.11.0 |
1632 | 2024-08-19T18:00:25.005Z | Checking ring v0.17.8 |
1633 | 2024-08-19T18:00:25.018Z | Checking rand_chacha v0.3.1 |
1634 | 2024-08-19T18:00:25.103Z | Checking aes v0.8.4 |
1635 | 2024-08-19T18:00:25.373Z | Checking rand v0.8.5 |
1636 | 2024-08-19T18:00:25.386Z | Checking tracing v0.1.40 |
1637 | 2024-08-19T18:00:25.692Z | Checking cbc v0.1.2 |
1638 | 2024-08-19T18:00:25.725Z | Checking thiserror v1.0.63 |
1639 | 2024-08-19T18:00:25.845Z | Checking foreign-types-shared v0.1.1 |
1640 | 2024-08-19T18:00:25.881Z | Checking form_urlencoded v1.2.1 |
1641 | 2024-08-19T18:00:25.940Z | Checking foreign-types v0.3.2 |
1642 | 2024-08-19T18:00:25.964Z | Checking openssl-sys v0.9.103 |
1643 | 2024-08-19T18:00:26.029Z | Checking aho-corasick v1.1.3 |
1644 | 2024-08-19T18:00:26.044Z | Checking bytes v1.7.1 |
1645 | 2024-08-19T18:00:26.067Z | Checking bitflags v2.6.0 |
1646 | 2024-08-19T18:00:26.343Z | Checking indexmap v2.4.0 |
1647 | 2024-08-19T18:00:26.420Z | Checking serde_json v1.0.125 |
1648 | 2024-08-19T18:00:26.590Z | Checking spki v0.7.3 |
1649 | 2024-08-19T18:00:26.815Z | Checking tokio v1.39.2 |
1650 | 2024-08-19T18:00:26.840Z | Checking http v0.2.12 |
1651 | 2024-08-19T18:00:26.857Z | Checking pkcs5 v0.7.1 |
1652 | 2024-08-19T18:00:27.260Z | Checking regex-syntax v0.8.4 |
1653 | 2024-08-19T18:00:27.384Z | Checking powerfmt v0.2.0 |
1654 | 2024-08-19T18:00:27.591Z | Checking unicode-ident v1.0.12 |
1655 | 2024-08-19T18:00:27.615Z | Checking siphasher v0.3.11 |
1656 | 2024-08-19T18:00:27.640Z | Checking try-lock v0.2.5 |
1657 | 2024-08-19T18:00:27.742Z | Checking proc-macro2 v1.0.86 |
1658 | 2024-08-19T18:00:27.765Z | Checking want v0.3.1 |
1659 | 2024-08-19T18:00:27.883Z | Checking deranged v0.3.11 |
1660 | 2024-08-19T18:00:27.921Z | Checking pkcs8 v0.10.2 |
1661 | 2024-08-19T18:00:28.058Z | Checking openssl v0.10.66 |
1662 | 2024-08-19T18:00:28.178Z | Checking http-body v0.4.6 |
1663 | 2024-08-19T18:00:28.217Z | Checking rustls-webpki v0.101.7 |
1664 | 2024-08-19T18:00:28.370Z | Checking sct v0.7.1 |
1665 | 2024-08-19T18:00:28.548Z | Checking uuid v1.10.0 |
1666 | 2024-08-19T18:00:28.570Z | Checking idna v0.5.0 |
1667 | 2024-08-19T18:00:28.869Z | Checking socket2 v0.4.10 |
1668 | 2024-08-19T18:00:29.134Z | Checking errno v0.3.9 |
1669 | 2024-08-19T18:00:29.153Z | Checking httparse v1.8.0 |
1670 | 2024-08-19T18:00:29.252Z | Checking scroll v0.12.0 |
1671 | 2024-08-19T18:00:29.295Z | Checking openssl-probe v0.1.5 |
1672 | 2024-08-19T18:00:29.399Z | Checking num-conv v0.1.0 |
1673 | 2024-08-19T18:00:29.427Z | Checking plain v0.2.3 |
1674 | 2024-08-19T18:00:29.552Z | Checking adler v1.0.2 |
1675 | 2024-08-19T18:00:29.566Z | Checking finl_unicode v1.2.0 |
1676 | 2024-08-19T18:00:29.570Z | Checking num_threads v0.1.7 |
1677 | 2024-08-19T18:00:29.617Z | Checking time-core v0.1.2 |
1678 | 2024-08-19T18:00:29.675Z | Checking ucd-trie v0.1.6 |
1679 | 2024-08-19T18:00:29.690Z | Checking utf8parse v0.2.1 |
1680 | 2024-08-19T18:00:29.703Z | Checking anstyle v1.0.8 |
1681 | 2024-08-19T18:00:29.763Z | Checking tower-service v0.3.2 |
1682 | 2024-08-19T18:00:29.826Z | Checking httpdate v1.0.3 |
1683 | 2024-08-19T18:00:29.852Z | Checking iana-time-zone v0.1.60 |
1684 | 2024-08-19T18:00:29.871Z | Checking pest v2.7.10 |
1685 | 2024-08-19T18:00:29.996Z | Checking chrono v0.4.38 |
1686 | 2024-08-19T18:00:30.024Z | Checking anstyle-parse v0.2.4 |
1687 | 2024-08-19T18:00:30.054Z | Checking time v0.3.36 |
1688 | 2024-08-19T18:00:30.107Z | Checking stringprep v0.1.4 |
1689 | 2024-08-19T18:00:30.263Z | Checking goblin v0.8.2 |
1690 | 2024-08-19T18:00:30.365Z | Checking miniz_oxide v0.7.2 |
1691 | 2024-08-19T18:00:30.382Z | Checking regex-automata v0.4.6 |
1692 | 2024-08-19T18:00:31.133Z | Checking url v2.5.2 |
1693 | 2024-08-19T18:00:31.928Z | Checking rustix v0.38.34 |
1694 | 2024-08-19T18:00:32.107Z | Checking rustls v0.21.12 |
1695 | 2024-08-19T18:00:32.381Z | Checking quote v1.0.36 |
1696 | 2024-08-19T18:00:32.608Z | Checking serde_spanned v0.6.7 |
1697 | 2024-08-19T18:00:32.712Z | Checking toml_datetime v0.6.8 |
1698 | 2024-08-19T18:00:32.776Z | Checking num-integer v0.1.46 |
1699 | 2024-08-19T18:00:32.995Z | Checking idna v0.3.0 |
1700 | 2024-08-19T18:00:33.233Z | Checking md-5 v0.10.6 |
1701 | 2024-08-19T18:00:33.414Z | Checking native-tls v0.2.11 |
1702 | 2024-08-19T18:00:33.447Z | Checking lazy_static v1.5.0 |
1703 | 2024-08-19T18:00:33.551Z | Checking hash32 v0.2.1 |
1704 | 2024-08-19T18:00:33.689Z | Checking is_terminal_polyfill v1.70.0 |
1705 | 2024-08-19T18:00:33.750Z | Checking tokio-util v0.7.11 |
1706 | 2024-08-19T18:00:33.797Z | Checking fallible-iterator v0.2.0 |
1707 | 2024-08-19T18:00:33.842Z | Checking pretty-hex v0.4.1 |
1708 | 2024-08-19T18:00:33.845Z | Checking base64 v0.22.1 |
1709 | 2024-08-19T18:00:33.932Z | Checking anstyle-query v1.0.3 |
1710 | 2024-08-19T18:00:34.011Z | Checking colorchoice v1.0.1 |
1711 | 2024-08-19T18:00:34.055Z | Checking gimli v0.28.1 |
1712 | 2024-08-19T18:00:34.141Z | Checking stable_deref_trait v1.2.0 |
1713 | 2024-08-19T18:00:34.229Z | Checking psl-types v2.0.11 |
1714 | 2024-08-19T18:00:34.306Z | Checking heapless v0.7.17 |
1715 | 2024-08-19T18:00:34.388Z | Checking postgres-protocol v0.6.7 |
1716 | 2024-08-19T18:00:34.403Z | Checking publicsuffix v2.2.3 |
1717 | 2024-08-19T18:00:34.588Z | Checking h2 v0.3.26 |
1718 | 2024-08-19T18:00:34.612Z | Checking anstream v0.6.14 |
1719 | 2024-08-19T18:00:34.823Z | Checking terminal_size v0.3.0 |
1720 | 2024-08-19T18:00:34.948Z | Checking tokio-native-tls v0.3.1 |
1721 | 2024-08-19T18:00:34.973Z | Checking num-iter v0.1.45 |
1722 | 2024-08-19T18:00:35.017Z | Checking syn v2.0.74 |
1723 | 2024-08-19T18:00:35.126Z | Checking cookie v0.17.0 |
1724 | 2024-08-19T18:00:35.171Z | Checking dtrace-parser v0.2.0 |
1725 | 2024-08-19T18:00:35.174Z | Checking dof v0.3.0 |
1726 | 2024-08-19T18:00:35.299Z | Checking tokio-rustls v0.24.1 |
1727 | 2024-08-19T18:00:35.314Z | Checking phf_shared v0.11.2 |
1728 | 2024-08-19T18:00:35.488Z | Checking ff v0.13.0 |
1729 | 2024-08-19T18:00:35.577Z | Checking thread-id v4.2.1 |
1730 | 2024-08-19T18:00:35.627Z | Checking object v0.32.2 |
1731 | 2024-08-19T18:00:35.642Z | Checking base64 v0.21.7 |
1732 | 2024-08-19T18:00:35.675Z | Checking strsim v0.11.1 |
1733 | 2024-08-19T18:00:35.690Z | Checking base16ct v0.2.0 |
1734 | 2024-08-19T18:00:35.746Z | Checking managed v0.8.0 |
1735 | 2024-08-19T18:00:35.867Z | Checking winnow v0.5.40 |
1736 | 2024-08-19T18:00:35.930Z | Checking bitflags v1.3.2 |
1737 | 2024-08-19T18:00:36.021Z | Checking either v1.13.0 |
1738 | 2024-08-19T18:00:36.085Z | Checking clap_lex v0.7.0 |
1739 | 2024-08-19T18:00:36.107Z | Checking rustc-demangle v0.1.24 |
1740 | 2024-08-19T18:00:36.321Z | Checking ipnet v2.9.0 |
1741 | 2024-08-19T18:00:36.376Z | Checking clap_builder v4.5.15 |
1742 | 2024-08-19T18:00:36.536Z | Checking smoltcp v0.9.1 |
1743 | 2024-08-19T18:00:36.790Z | Checking rustls-pemfile v1.0.4 |
1744 | 2024-08-19T18:00:36.983Z | Checking sec1 v0.7.3 |
1745 | 2024-08-19T18:00:37.339Z | Checking group v0.13.0 |
1746 | 2024-08-19T18:00:37.596Z | Checking phf v0.11.2 |
1747 | 2024-08-19T18:00:37.863Z | Checking cookie_store v0.20.0 |
1748 | 2024-08-19T18:00:37.883Z | Checking addr2line v0.21.0 |
1749 | 2024-08-19T18:00:37.970Z | Checking num-bigint-dig v0.8.4 |
1750 | 2024-08-19T18:00:38.378Z | Checking postgres-types v0.2.7 |
1751 | 2024-08-19T18:00:38.475Z | Checking regex v1.10.6 |
1752 | 2024-08-19T18:00:38.883Z | Checking toml_edit v0.19.15 |
1753 | 2024-08-19T18:00:39.058Z | Checking bstr v1.9.1 |
1754 | 2024-08-19T18:00:39.061Z | Checking futures-executor v0.3.30 |
1755 | 2024-08-19T18:00:39.270Z | Checking pkcs1 v0.7.5 |
1756 | 2024-08-19T18:00:39.397Z | Checking phf_shared v0.10.0 |
1757 | 2024-08-19T18:00:39.662Z | Checking serde_urlencoded v0.7.1 |
1758 | 2024-08-19T18:00:39.676Z | Checking hubpack v0.1.2 |
1759 | 2024-08-19T18:00:39.949Z | Checking zerocopy v0.6.6 |
1760 | 2024-08-19T18:00:39.979Z | Checking float-cmp v0.9.0 |
1761 | 2024-08-19T18:00:40.036Z | Checking crc32fast v1.4.0 |
1762 | 2024-08-19T18:00:40.066Z | Checking crossbeam-utils v0.8.19 |
1763 | 2024-08-19T18:00:40.149Z | Checking signal-hook v0.3.17 |
1764 | 2024-08-19T18:00:40.254Z | Checking hkdf v0.12.4 |
1765 | 2024-08-19T18:00:40.436Z | Checking idna v0.4.0 |
1766 | 2024-08-19T18:00:40.487Z | Checking signature v2.2.0 |
1767 | 2024-08-19T18:00:40.627Z | Checking hyper v0.14.30 |
1768 | 2024-08-19T18:00:40.658Z | Checking crypto-bigint v0.5.5 |
1769 | 2024-08-19T18:00:40.671Z | Checking memmap v0.7.0 |
1770 | 2024-08-19T18:00:40.732Z | Checking mio v0.8.11 |
1771 | 2024-08-19T18:00:40.861Z | Checking encoding_rs v0.8.34 |
1772 | 2024-08-19T18:00:41.367Z | Checking usdt-impl v0.5.0 |
1773 | 2024-08-19T18:00:41.374Z | Checking unicode-segmentation v1.11.0 |
1774 | 2024-08-19T18:00:41.374Z | Checking unicode-width v0.1.13 |
1775 | 2024-08-19T18:00:41.374Z | Checking winnow v0.6.18 |
1776 | 2024-08-19T18:00:41.434Z | Checking precomputed-hash v0.1.1 |
1777 | 2024-08-19T18:00:41.540Z | Checking sync_wrapper v0.1.2 |
1778 | 2024-08-19T18:00:41.652Z | Checking bit-vec v0.6.3 |
1779 | 2024-08-19T18:00:41.713Z | Checking backtrace v0.3.71 |
1780 | 2024-08-19T18:00:41.761Z | Checking normalize-line-endings v0.3.0 |
1781 | 2024-08-19T18:00:41.869Z | Checking data-encoding v2.6.0 |
1782 | 2024-08-19T18:00:41.883Z | Checking new_debug_unreachable v1.0.6 |
1783 | 2024-08-19T18:00:41.964Z | Checking dyn-clone v1.0.17 |
1784 | 2024-08-19T18:00:41.988Z | Checking mime v0.3.17 |
1785 | 2024-08-19T18:00:42.091Z | Checking fixedbitset v0.4.2 |
1786 | 2024-08-19T18:00:42.281Z | Checking minimal-lexical v0.2.1 |
1787 | 2024-08-19T18:00:42.294Z | Checking difflib v0.4.0 |
1788 | 2024-08-19T18:00:42.347Z | Checking static_assertions v1.1.0 |
1789 | 2024-08-19T18:00:42.441Z | Checking whoami v1.5.1 |
1790 | 2024-08-19T18:00:42.535Z | Checking webpki-roots v0.25.4 |
1791 | 2024-08-19T18:00:42.582Z | Checking predicates-core v1.0.6 |
1792 | 2024-08-19T18:00:42.665Z | Checking nom v7.1.3 |
1793 | 2024-08-19T18:00:42.692Z | Checking hickory-proto v0.24.1 |
1794 | 2024-08-19T18:00:42.731Z | Checking tokio-postgres v0.7.11 |
1795 | 2024-08-19T18:00:42.750Z | Checking predicates v3.1.2 |
1796 | 2024-08-19T18:00:43.104Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1797 | 2024-08-19T18:00:43.390Z | Checking petgraph v0.6.5 |
1798 | 2024-08-19T18:00:43.392Z | Checking elliptic-curve v0.13.8 |
1799 | 2024-08-19T18:00:44.030Z | Checking anyhow v1.0.86 |
1800 | 2024-08-19T18:00:44.202Z | Checking toml_edit v0.22.20 |
1801 | 2024-08-19T18:00:44.404Z | Checking schemars v0.8.21 |
1802 | 2024-08-19T18:00:45.508Z | Checking bit-set v0.5.3 |
1803 | 2024-08-19T18:00:45.690Z | Checking string_cache v0.8.7 |
1804 | 2024-08-19T18:00:45.756Z | Checking similar v2.6.0 |
1805 | 2024-08-19T18:00:45.955Z | Checking usdt v0.5.0 |
1806 | 2024-08-19T18:00:45.993Z | Checking console v0.15.8 |
1807 | 2024-08-19T18:00:46.208Z | Checking signal-hook-mio v0.2.4 |
1808 | 2024-08-19T18:00:46.342Z | Checking toml v0.7.8 |
1809 | 2024-08-19T18:00:46.550Z | Checking crossbeam-epoch v0.9.18 |
1810 | 2024-08-19T18:00:46.606Z | Checking rsa v0.9.6 |
1811 | 2024-08-19T18:00:46.620Z | Checking flate2 v1.0.31 |
1812 | 2024-08-19T18:00:46.673Z | Checking hyper-rustls v0.24.2 |
1813 | 2024-08-19T18:00:46.854Z | Checking hyper-tls v0.5.0 |
1814 | 2024-08-19T18:00:46.983Z | Checking clap v4.5.16 |
1815 | 2024-08-19T18:00:46.999Z | Checking futures v0.3.30 |
1816 | 2024-08-19T18:00:47.031Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1817 | 2024-08-19T18:00:47.058Z | Checking itertools v0.12.1 |
1818 | 2024-08-19T18:00:47.095Z | Checking itertools v0.10.5 |
1819 | 2024-08-19T18:00:47.095Z | Checking tokio-stream v0.1.15 |
1820 | 2024-08-19T18:00:47.135Z | Checking reqwest v0.11.27 |
1821 | 2024-08-19T18:00:47.206Z | Checking fs-err v2.11.0 |
1822 | 2024-08-19T18:00:47.247Z | Checking nix v0.28.0 |
1823 | 2024-08-19T18:00:47.578Z | Checking openapiv3 v2.0.0 |
1824 | 2024-08-19T18:00:47.727Z | Checking slog v2.7.0 |
1825 | 2024-08-19T18:00:47.850Z | Checking semver v1.0.23 |
1826 | 2024-08-19T18:00:48.043Z | Checking hex v0.4.3 |
1827 | 2024-08-19T18:00:48.224Z | Checking sha1 v0.10.6 |
1828 | 2024-08-19T18:00:48.258Z | Checking lalrpop-util v0.19.12 |
1829 | 2024-08-19T18:00:48.490Z | Checking peg-runtime v0.8.3 |
1830 | 2024-08-19T18:00:48.525Z | Checking camino v1.1.9 |
1831 | 2024-08-19T18:00:48.545Z | Checking sigpipe v0.1.3 |
1832 | 2024-08-19T18:00:50.361Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1833 | 2024-08-19T18:00:50.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.32s |
1834 | 2024-08-19T18:00:50.786Z | |
1835 | 2024-08-19T18:00:50.786Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/153) |
1836 | 2024-08-19T18:00:51.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1837 | 2024-08-19T18:00:51.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1838 | 2024-08-19T18:00:51.432Z | Compiling regress v0.9.1 |
1839 | 2024-08-19T18:00:51.525Z | Checking strum v0.26.3 |
1840 | 2024-08-19T18:00:51.540Z | Checking heck v0.5.0 |
1841 | 2024-08-19T18:00:51.551Z | Compiling getopts v0.2.21 |
1842 | 2024-08-19T18:00:51.561Z | Checking dirs-sys-next v0.1.2 |
1843 | 2024-08-19T18:00:51.574Z | Compiling unsafe-libyaml v0.2.11 |
1844 | 2024-08-19T18:00:51.641Z | Checking http v1.1.0 |
1845 | 2024-08-19T18:00:51.695Z | Checking thread_local v1.1.8 |
1846 | 2024-08-19T18:00:51.716Z | Checking dirs-next v2.0.0 |
1847 | 2024-08-19T18:00:51.840Z | Checking rustls-pki-types v1.7.0 |
1848 | 2024-08-19T18:00:51.884Z | Compiling ident_case v1.0.1 |
1849 | 2024-08-19T18:00:51.969Z | Checking term v0.7.0 |
1850 | 2024-08-19T18:00:52.044Z | Compiling darling_core v0.20.9 |
1851 | 2024-08-19T18:00:52.221Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1852 | 2024-08-19T18:00:52.398Z | Checking crossbeam-channel v0.5.12 |
1853 | 2024-08-19T18:00:52.463Z | Checking is-terminal v0.4.12 |
1854 | 2024-08-19T18:00:52.532Z | Checking atty v0.2.14 |
1855 | 2024-08-19T18:00:52.578Z | Checking take_mut v0.2.2 |
1856 | 2024-08-19T18:00:52.641Z | Compiling paste v1.0.15 |
1857 | 2024-08-19T18:00:52.715Z | Checking termcolor v1.4.1 |
1858 | 2024-08-19T18:00:52.981Z | Compiling serde_yaml v0.9.34+deprecated |
1859 | 2024-08-19T18:00:53.107Z | Compiling rustls v0.22.4 |
1860 | 2024-08-19T18:00:53.128Z | Checking humantime v2.1.0 |
1861 | 2024-08-19T18:00:53.160Z | Checking utf-8 v0.7.6 |
1862 | 2024-08-19T18:00:53.356Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1863 | 2024-08-19T18:00:53.394Z | Checking env_logger v0.9.3 |
1864 | 2024-08-19T18:00:53.474Z | Checking slog-async v2.8.0 |
1865 | 2024-08-19T18:00:53.536Z | Checking slog-term v2.9.1 |
1866 | 2024-08-19T18:00:53.730Z | Checking rustls-webpki v0.102.4 |
1867 | 2024-08-19T18:00:53.751Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1868 | 2024-08-19T18:00:53.791Z | Compiling proc-macro-crate v1.3.1 |
1869 | 2024-08-19T18:00:54.018Z | Compiling bitstruct_derive v0.1.0 |
1870 | 2024-08-19T18:00:54.077Z | Compiling structmeta-derive v0.3.0 |
1871 | 2024-08-19T18:00:54.485Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1872 | 2024-08-19T18:00:54.601Z | Compiling multer v3.1.0 |
1873 | 2024-08-19T18:00:54.864Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1874 | 2024-08-19T18:00:54.900Z | Checking ascii v1.1.0 |
1875 | 2024-08-19T18:00:54.959Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1876 | 2024-08-19T18:00:55.288Z | Checking match_cfg v0.1.0 |
1877 | 2024-08-19T18:00:55.360Z | Checking bitstruct v0.1.1 |
1878 | 2024-08-19T18:00:55.375Z | Checking hostname v0.3.1 |
1879 | 2024-08-19T18:00:55.462Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1880 | 2024-08-19T18:00:55.580Z | Compiling num_enum_derive v0.5.11 |
1881 | 2024-08-19T18:00:56.368Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1882 | 2024-08-19T18:00:56.518Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1883 | 2024-08-19T18:00:57.086Z | Compiling structmeta v0.3.0 |
1884 | 2024-08-19T18:00:57.118Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-08-19T18:00:57.390Z | Checking slog-json v2.6.1 |
1886 | 2024-08-19T18:00:57.406Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1887 | 2024-08-19T18:00:57.502Z | Checking erased-serde v0.3.31 |
1888 | 2024-08-19T18:00:57.634Z | Checking serde_arrays v0.1.0 |
1889 | 2024-08-19T18:00:57.653Z | Compiling async-stream-impl v0.3.5 |
1890 | 2024-08-19T18:00:57.777Z | Compiling foreign-types-macros v0.2.3 |
1891 | 2024-08-19T18:00:58.001Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1892 | 2024-08-19T18:00:58.211Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1893 | 2024-08-19T18:00:58.335Z | Checking atomic-waker v1.1.2 |
1894 | 2024-08-19T18:00:58.463Z | Checking arc-swap v1.7.1 |
1895 | 2024-08-19T18:00:58.494Z | Checking foreign-types-shared v0.3.1 |
1896 | 2024-08-19T18:00:58.526Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1897 | 2024-08-19T18:00:58.619Z | Checking waitgroup v0.1.2 |
1898 | 2024-08-19T18:00:58.810Z | Checking num_enum v0.5.11 |
1899 | 2024-08-19T18:00:58.852Z | Checking slog-scope v4.4.0 |
1900 | 2024-08-19T18:00:58.945Z | Checking slog-bunyan v2.5.0 |
1901 | 2024-08-19T18:00:58.968Z | Compiling darling_macro v0.20.9 |
1902 | 2024-08-19T18:00:58.996Z | Checking async-stream v0.3.5 |
1903 | 2024-08-19T18:00:59.038Z | Compiling parse-display-derive v0.10.0 |
1904 | 2024-08-19T18:00:59.052Z | Checking foreign-types v0.5.0 |
1905 | 2024-08-19T18:00:59.102Z | Compiling proc-macro-error v1.0.4 |
1906 | 2024-08-19T18:00:59.313Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1907 | 2024-08-19T18:00:59.516Z | Checking toml v0.8.19 |
1908 | 2024-08-19T18:00:59.592Z | Checking tungstenite v0.20.1 |
1909 | 2024-08-19T18:00:59.761Z | Checking rustls-pemfile v2.1.3 |
1910 | 2024-08-19T18:00:59.903Z | Compiling darling v0.20.9 |
1911 | 2024-08-19T18:00:59.991Z | Compiling heck v0.3.3 |
1912 | 2024-08-19T18:01:00.014Z | Compiling serde_with_macros v3.9.0 |
1913 | 2024-08-19T18:01:00.095Z | Checking tokio-rustls v0.25.0 |
1914 | 2024-08-19T18:01:00.241Z | Checking ipnetwork v0.20.0 |
1915 | 2024-08-19T18:01:00.425Z | Checking newtype-uuid v1.1.0 |
1916 | 2024-08-19T18:01:00.441Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1917 | 2024-08-19T18:01:00.463Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1918 | 2024-08-19T18:01:00.596Z | Checking serde_path_to_error v0.1.16 |
1919 | 2024-08-19T18:01:00.651Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1920 | 2024-08-19T18:01:01.223Z | Checking hostname v0.4.0 |
1921 | 2024-08-19T18:01:01.334Z | Checking cstr-argument v0.1.2 |
1922 | 2024-08-19T18:01:01.355Z | Checking instant v0.1.12 |
1923 | 2024-08-19T18:01:01.434Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1924 | 2024-08-19T18:01:01.468Z | Checking debug-ignore v1.0.5 |
1925 | 2024-08-19T18:01:01.495Z | Checking pretty-hex v0.2.1 |
1926 | 2024-08-19T18:01:01.606Z | Checking fastrand v2.1.0 |
1927 | 2024-08-19T18:01:01.647Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1928 | 2024-08-19T18:01:01.749Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1929 | 2024-08-19T18:01:01.970Z | Checking backoff v0.4.0 |
1930 | 2024-08-19T18:01:01.986Z | Checking tempfile v3.10.1 |
1931 | 2024-08-19T18:01:02.114Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1932 | 2024-08-19T18:01:02.274Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1933 | 2024-08-19T18:01:02.346Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1934 | 2024-08-19T18:01:02.409Z | Checking tokio-tungstenite v0.20.1 |
1935 | 2024-08-19T18:01:02.485Z | Compiling zone_cfg_derive v0.1.2 |
1936 | 2024-08-19T18:01:02.690Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1937 | 2024-08-19T18:01:02.894Z | Checking slog-stdlog v4.1.1 |
1938 | 2024-08-19T18:01:03.067Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1939 | 2024-08-19T18:01:03.084Z | Checking serde_with v3.9.0 |
1940 | 2024-08-19T18:01:03.213Z | Checking tungstenite v0.21.0 |
1941 | 2024-08-19T18:01:03.424Z | Checking colored v2.1.0 |
1942 | 2024-08-19T18:01:03.699Z | Checking parse-display v0.10.0 |
1943 | 2024-08-19T18:01:03.734Z | Checking macaddr v1.0.1 |
1944 | 2024-08-19T18:01:03.921Z | Checking base64 v0.13.1 |
1945 | 2024-08-19T18:01:04.039Z | Checking zone v0.1.8 |
1946 | 2024-08-19T18:01:04.068Z | Checking tokio-tungstenite v0.21.0 |
1947 | 2024-08-19T18:01:04.308Z | Checking ron v0.7.1 |
1948 | 2024-08-19T18:01:04.534Z | Checking slog-envlogger v2.2.0 |
1949 | 2024-08-19T18:01:04.716Z | Checking pem v3.0.4 |
1950 | 2024-08-19T18:01:04.745Z | Checking tabwriter v1.4.0 |
1951 | 2024-08-19T18:01:04.974Z | Checking xattr v1.3.1 |
1952 | 2024-08-19T18:01:04.991Z | Checking portpicker v0.1.1 |
1953 | 2024-08-19T18:01:05.130Z | Checking yasna v0.5.2 |
1954 | 2024-08-19T18:01:05.158Z | Checking headers-core v0.2.0 |
1955 | 2024-08-19T18:01:05.289Z | Checking smf v0.2.3 |
1956 | 2024-08-19T18:01:05.436Z | Checking filetime v0.2.24 |
1957 | 2024-08-19T18:01:05.643Z | Checking same-file v1.0.6 |
1958 | 2024-08-19T18:01:05.713Z | Checking tar v0.4.41 |
1959 | 2024-08-19T18:01:05.784Z | Checking headers v0.3.9 |
1960 | 2024-08-19T18:01:05.808Z | Checking walkdir v2.5.0 |
1961 | 2024-08-19T18:01:06.013Z | Checking rcgen v0.12.1 |
1962 | 2024-08-19T18:01:06.066Z | Checking atomicwrites v0.4.3 |
1963 | 2024-08-19T18:01:06.263Z | Checking camino-tempfile v1.1.1 |
1964 | 2024-08-19T18:01:06.292Z | Checking subprocess v0.2.9 |
1965 | 2024-08-19T18:01:07.354Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1966 | 2024-08-19T18:01:07.601Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1967 | 2024-08-19T18:01:09.397Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1968 | 2024-08-19T18:01:11.268Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1969 | 2024-08-19T18:01:11.332Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1970 | 2024-08-19T18:01:14.474Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1971 | 2024-08-19T18:01:20.791Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1972 | 2024-08-19T18:01:20.918Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1973 | 2024-08-19T18:01:20.918Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1974 | 2024-08-19T18:01:23.393Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1975 | 2024-08-19T18:01:23.756Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1976 | 2024-08-19T18:01:29.412Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1977 | 2024-08-19T18:01:30.821Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1978 | 2024-08-19T18:01:31.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.11s |
1979 | 2024-08-19T18:01:32.051Z | |
1980 | 2024-08-19T18:01:32.051Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/153) |
1981 | 2024-08-19T18:01:32.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1982 | 2024-08-19T18:01:32.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1983 | 2024-08-19T18:01:32.705Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1984 | 2024-08-19T18:01:33.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
1985 | 2024-08-19T18:01:34.061Z | |
1986 | 2024-08-19T18:01:34.061Z | info: running `cargo check --bins` on nexus-config (31/153) |
1987 | 2024-08-19T18:01:34.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1988 | 2024-08-19T18:01:34.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1989 | 2024-08-19T18:01:34.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1990 | 2024-08-19T18:01:34.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1991 | 2024-08-19T18:01:34.682Z | |
1992 | 2024-08-19T18:01:34.682Z | info: running `cargo check --bins` on omicron-rpaths (32/153) |
1993 | 2024-08-19T18:01:35.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1994 | 2024-08-19T18:01:35.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1995 | 2024-08-19T18:01:35.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1996 | 2024-08-19T18:01:35.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1997 | 2024-08-19T18:01:35.275Z | |
1998 | 2024-08-19T18:01:35.275Z | info: running `cargo check --bins` on omicron-certificates (33/153) |
1999 | 2024-08-19T18:01:35.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2000 | 2024-08-19T18:01:35.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2001 | 2024-08-19T18:01:35.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2002 | 2024-08-19T18:01:35.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2003 | 2024-08-19T18:01:35.891Z | |
2004 | 2024-08-19T18:01:35.891Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/153) |
2005 | 2024-08-19T18:01:36.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2006 | 2024-08-19T18:01:36.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2007 | 2024-08-19T18:01:36.528Z | Compiling heapless v0.8.0 |
2008 | 2024-08-19T18:01:36.530Z | Checking hash32 v0.3.1 |
2009 | 2024-08-19T18:01:36.622Z | Compiling smoltcp v0.11.0 |
2010 | 2024-08-19T18:01:36.633Z | Checking embedded-io v0.4.0 |
2011 | 2024-08-19T18:01:36.640Z | Checking cobs v0.2.3 |
2012 | 2024-08-19T18:01:36.653Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2013 | 2024-08-19T18:01:36.655Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2014 | 2024-08-19T18:01:36.678Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2015 | 2024-08-19T18:01:36.770Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2016 | 2024-08-19T18:01:36.791Z | Compiling crucible-workspace-hack v0.1.0 |
2017 | 2024-08-19T18:01:36.807Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2018 | 2024-08-19T18:01:36.813Z | Checking postcard v1.0.8 |
2019 | 2024-08-19T18:01:37.003Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2020 | 2024-08-19T18:01:37.016Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2021 | 2024-08-19T18:01:37.205Z | Compiling num-derive v0.4.2 |
2022 | 2024-08-19T18:01:37.332Z | Compiling slog-dtrace v0.3.0 |
2023 | 2024-08-19T18:01:37.347Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2024 | 2024-08-19T18:01:37.469Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2025 | 2024-08-19T18:01:37.513Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2026 | 2024-08-19T18:01:38.324Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2027 | 2024-08-19T18:01:38.794Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2028 | 2024-08-19T18:01:40.080Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2029 | 2024-08-19T18:01:40.913Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2030 | 2024-08-19T18:01:41.986Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2031 | 2024-08-19T18:01:43.642Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2032 | 2024-08-19T18:01:44.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.39s |
2033 | 2024-08-19T18:01:44.430Z | |
2034 | 2024-08-19T18:01:44.430Z | info: running `cargo check --bins` on clickhouse-admin-api (35/153) |
2035 | 2024-08-19T18:01:44.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2036 | 2024-08-19T18:01:44.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2037 | 2024-08-19T18:01:44.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2038 | 2024-08-19T18:01:44.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2039 | 2024-08-19T18:01:45.053Z | |
2040 | 2024-08-19T18:01:45.053Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (36/153) |
2041 | 2024-08-19T18:01:45.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2042 | 2024-08-19T18:01:45.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2043 | 2024-08-19T18:01:45.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2044 | 2024-08-19T18:01:45.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2045 | 2024-08-19T18:01:45.779Z | |
2046 | 2024-08-19T18:01:45.779Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/153) |
2047 | 2024-08-19T18:01:46.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2048 | 2024-08-19T18:01:46.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2049 | 2024-08-19T18:01:46.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2050 | 2024-08-19T18:01:46.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2051 | 2024-08-19T18:01:46.497Z | |
2052 | 2024-08-19T18:01:46.497Z | info: running `cargo check --bins` on dns-server (38/153) |
2053 | 2024-08-19T18:01:47.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2054 | 2024-08-19T18:01:47.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2055 | 2024-08-19T18:01:47.121Z | Compiling parking_lot_core v0.8.6 |
2056 | 2024-08-19T18:01:47.208Z | Checking newline-converter v0.3.0 |
2057 | 2024-08-19T18:01:47.211Z | Checking nibble_vec v0.1.0 |
2058 | 2024-08-19T18:01:47.212Z | Checking endian-type v0.1.2 |
2059 | 2024-08-19T18:01:47.212Z | Checking linked-hash-map v0.5.6 |
2060 | 2024-08-19T18:01:47.212Z | Checking quick-error v1.2.3 |
2061 | 2024-08-19T18:01:47.224Z | Checking fxhash v0.2.1 |
2062 | 2024-08-19T18:01:47.226Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2063 | 2024-08-19T18:01:47.334Z | Checking expectorate v1.1.0 |
2064 | 2024-08-19T18:01:47.360Z | Checking hickory-server v0.24.1 |
2065 | 2024-08-19T18:01:47.388Z | Checking resolv-conf v0.7.0 |
2066 | 2024-08-19T18:01:47.410Z | Checking radix_trie v0.2.1 |
2067 | 2024-08-19T18:01:47.468Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2068 | 2024-08-19T18:01:47.532Z | Checking lru-cache v0.1.2 |
2069 | 2024-08-19T18:01:47.690Z | Checking hickory-resolver v0.24.1 |
2070 | 2024-08-19T18:01:47.735Z | Checking hickory-client v0.24.1 |
2071 | 2024-08-19T18:01:47.984Z | Checking parking_lot v0.11.2 |
2072 | 2024-08-19T18:01:48.267Z | Checking sled v0.34.7 |
2073 | 2024-08-19T18:01:49.987Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2074 | 2024-08-19T18:01:51.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
2075 | 2024-08-19T18:01:51.172Z | |
2076 | 2024-08-19T18:01:51.172Z | info: running `cargo check --bins` on dns-server-api (39/153) |
2077 | 2024-08-19T18:01:51.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2078 | 2024-08-19T18:01:51.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2079 | 2024-08-19T18:01:51.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2080 | 2024-08-19T18:01:51.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2081 | 2024-08-19T18:01:51.780Z | |
2082 | 2024-08-19T18:01:51.780Z | info: running `cargo check --bins` on dns-service-client (40/153) |
2083 | 2024-08-19T18:01:52.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2084 | 2024-08-19T18:01:52.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2085 | 2024-08-19T18:01:52.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2086 | 2024-08-19T18:01:52.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2087 | 2024-08-19T18:01:52.373Z | |
2088 | 2024-08-19T18:01:52.373Z | info: running `cargo check --bins` on gateway-test-utils (41/153) |
2089 | 2024-08-19T18:01:52.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2090 | 2024-08-19T18:01:52.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2091 | 2024-08-19T18:01:52.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2092 | 2024-08-19T18:01:52.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2093 | 2024-08-19T18:01:53.022Z | |
2094 | 2024-08-19T18:01:53.022Z | info: running `cargo check --bins` on gateway-types (42/153) |
2095 | 2024-08-19T18:01:53.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2096 | 2024-08-19T18:01:53.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2097 | 2024-08-19T18:01:53.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2098 | 2024-08-19T18:01:53.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2099 | 2024-08-19T18:01:53.653Z | |
2100 | 2024-08-19T18:01:53.653Z | info: running `cargo check --bins` on ipcc (43/153) |
2101 | 2024-08-19T18:01:54.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2102 | 2024-08-19T18:01:54.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2103 | 2024-08-19T18:01:54.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2104 | 2024-08-19T18:01:54.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2105 | 2024-08-19T18:01:54.273Z | |
2106 | 2024-08-19T18:01:54.273Z | info: running `cargo check --bins` on omicron-gateway (44/153) |
2107 | 2024-08-19T18:01:54.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2108 | 2024-08-19T18:01:54.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2109 | 2024-08-19T18:01:54.930Z | Compiling radium v0.7.0 |
2110 | 2024-08-19T18:01:55.021Z | Checking tap v1.0.1 |
2111 | 2024-08-19T18:01:55.021Z | Compiling maybe-uninit v2.0.0 |
2112 | 2024-08-19T18:01:55.037Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2113 | 2024-08-19T18:01:55.039Z | Compiling packed_struct v0.10.1 |
2114 | 2024-08-19T18:01:55.039Z | Checking crc-catalog v2.4.0 |
2115 | 2024-08-19T18:01:55.047Z | Checking funty v2.0.0 |
2116 | 2024-08-19T18:01:55.080Z | Compiling packed_struct_codegen v0.10.1 |
2117 | 2024-08-19T18:01:55.144Z | Checking wyz v0.5.1 |
2118 | 2024-08-19T18:01:55.180Z | Checking crc v3.2.1 |
2119 | 2024-08-19T18:01:55.535Z | Compiling indexmap v1.9.3 |
2120 | 2024-08-19T18:01:55.535Z | Checking half v2.4.1 |
2121 | 2024-08-19T18:01:55.587Z | Checking ciborium-io v0.2.2 |
2122 | 2024-08-19T18:01:55.676Z | Checking nodrop v0.1.14 |
2123 | 2024-08-19T18:01:55.713Z | Checking smallvec v0.6.14 |
2124 | 2024-08-19T18:01:55.788Z | Checking array-init v0.0.4 |
2125 | 2024-08-19T18:01:55.816Z | Compiling memoffset v0.9.1 |
2126 | 2024-08-19T18:01:55.867Z | Checking bitfield v0.14.0 |
2127 | 2024-08-19T18:01:55.939Z | Checking bitvec v1.0.1 |
2128 | 2024-08-19T18:01:55.982Z | Checking ciborium-ll v0.2.2 |
2129 | 2024-08-19T18:01:56.049Z | Checking hashbrown v0.12.3 |
2130 | 2024-08-19T18:01:56.101Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2131 | 2024-08-19T18:01:56.123Z | Checking env_logger v0.10.2 |
2132 | 2024-08-19T18:01:56.260Z | Checking ciborium v0.2.2 |
2133 | 2024-08-19T18:01:56.514Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2134 | 2024-08-19T18:01:56.538Z | Checking ron v0.8.1 |
2135 | 2024-08-19T18:01:56.724Z | Checking serde-hex v0.1.0 |
2136 | 2024-08-19T18:01:56.739Z | Checking x509-cert v0.2.5 |
2137 | 2024-08-19T18:01:57.175Z | Checking hashbrown v0.13.2 |
2138 | 2024-08-19T18:01:57.239Z | Checking bzip2 v0.4.4 |
2139 | 2024-08-19T18:01:57.527Z | Checking crc-any v2.5.0 |
2140 | 2024-08-19T18:01:57.709Z | Checking zip v0.6.6 |
2141 | 2024-08-19T18:01:57.787Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2142 | 2024-08-19T18:01:57.968Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2143 | 2024-08-19T18:01:58.024Z | Checking path-slash v0.1.5 |
2144 | 2024-08-19T18:01:58.145Z | Checking object v0.30.4 |
2145 | 2024-08-19T18:01:58.163Z | Checking nix v0.27.1 |
2146 | 2024-08-19T18:01:58.222Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2147 | 2024-08-19T18:01:58.328Z | Checking serde-big-array v0.5.1 |
2148 | 2024-08-19T18:01:58.361Z | Checking signal-hook-tokio v0.3.1 |
2149 | 2024-08-19T18:01:58.436Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2150 | 2024-08-19T18:02:00.464Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2151 | 2024-08-19T18:02:00.949Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2152 | 2024-08-19T18:02:07.584Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2153 | 2024-08-19T18:02:08.788Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2154 | 2024-08-19T18:02:10.469Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2155 | 2024-08-19T18:02:12.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.93s |
2156 | 2024-08-19T18:02:12.367Z | |
2157 | 2024-08-19T18:02:12.367Z | info: running `cargo check --bins` on gateway-api (45/153) |
2158 | 2024-08-19T18:02:12.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2159 | 2024-08-19T18:02:12.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2160 | 2024-08-19T18:02:12.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2161 | 2024-08-19T18:02:12.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2162 | 2024-08-19T18:02:12.986Z | |
2163 | 2024-08-19T18:02:12.986Z | info: running `cargo check --bins` on sp-sim (46/153) |
2164 | 2024-08-19T18:02:13.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2165 | 2024-08-19T18:02:13.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2166 | 2024-08-19T18:02:13.623Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2167 | 2024-08-19T18:02:15.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
2168 | 2024-08-19T18:02:15.360Z | |
2169 | 2024-08-19T18:02:15.360Z | info: running `cargo check --bins` on internal-dns (47/153) |
2170 | 2024-08-19T18:02:15.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2171 | 2024-08-19T18:02:15.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2172 | 2024-08-19T18:02:15.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2173 | 2024-08-19T18:02:15.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2174 | 2024-08-19T18:02:16.000Z | |
2175 | 2024-08-19T18:02:16.000Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (48/153) |
2176 | 2024-08-19T18:02:16.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2177 | 2024-08-19T18:02:16.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2178 | 2024-08-19T18:02:16.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2179 | 2024-08-19T18:02:16.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2180 | 2024-08-19T18:02:16.673Z | |
2181 | 2024-08-19T18:02:16.674Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/153) |
2182 | 2024-08-19T18:02:17.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2183 | 2024-08-19T18:02:17.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2184 | 2024-08-19T18:02:17.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2185 | 2024-08-19T18:02:17.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2186 | 2024-08-19T18:02:17.348Z | |
2187 | 2024-08-19T18:02:17.348Z | info: running `cargo check --bins` on db-macros (50/153) |
2188 | 2024-08-19T18:02:17.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2189 | 2024-08-19T18:02:17.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2190 | 2024-08-19T18:02:17.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2191 | 2024-08-19T18:02:17.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2192 | 2024-08-19T18:02:17.948Z | |
2193 | 2024-08-19T18:02:17.948Z | info: running `cargo check --bins` on nexus-macros-common (51/153) |
2194 | 2024-08-19T18:02:18.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2195 | 2024-08-19T18:02:18.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2196 | 2024-08-19T18:02:18.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2197 | 2024-08-19T18:02:18.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2198 | 2024-08-19T18:02:18.546Z | |
2199 | 2024-08-19T18:02:18.546Z | info: running `cargo check --bins` on nexus-auth (52/153) |
2200 | 2024-08-19T18:02:19.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2201 | 2024-08-19T18:02:19.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2202 | 2024-08-19T18:02:19.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2203 | 2024-08-19T18:02:19.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2204 | 2024-08-19T18:02:19.205Z | |
2205 | 2024-08-19T18:02:19.205Z | info: running `cargo check --bins` on authz-macros (53/153) |
2206 | 2024-08-19T18:02:19.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2207 | 2024-08-19T18:02:19.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2208 | 2024-08-19T18:02:19.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2209 | 2024-08-19T18:02:19.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2210 | 2024-08-19T18:02:19.801Z | |
2211 | 2024-08-19T18:02:19.801Z | info: running `cargo check --bins` on nexus-db-fixed-data (54/153) |
2212 | 2024-08-19T18:02:20.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2213 | 2024-08-19T18:02:20.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2214 | 2024-08-19T18:02:20.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2215 | 2024-08-19T18:02:20.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2216 | 2024-08-19T18:02:20.445Z | |
2217 | 2024-08-19T18:02:20.445Z | info: running `cargo check --bins` on nexus-db-model (55/153) |
2218 | 2024-08-19T18:02:21.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2219 | 2024-08-19T18:02:21.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2220 | 2024-08-19T18:02:21.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2221 | 2024-08-19T18:02:21.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2222 | 2024-08-19T18:02:21.094Z | |
2223 | 2024-08-19T18:02:21.094Z | info: running `cargo check --bins` on nexus-defaults (56/153) |
2224 | 2024-08-19T18:02:21.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2225 | 2024-08-19T18:02:21.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2226 | 2024-08-19T18:02:21.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2227 | 2024-08-19T18:02:21.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2228 | 2024-08-19T18:02:21.717Z | |
2229 | 2024-08-19T18:02:21.717Z | info: running `cargo check --bins` on nexus-sled-agent-shared (57/153) |
2230 | 2024-08-19T18:02:22.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2231 | 2024-08-19T18:02:22.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2232 | 2024-08-19T18:02:22.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2233 | 2024-08-19T18:02:22.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2234 | 2024-08-19T18:02:22.346Z | |
2235 | 2024-08-19T18:02:22.346Z | info: running `cargo check --bins` on omicron-passwords (58/153) |
2236 | 2024-08-19T18:02:22.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2237 | 2024-08-19T18:02:22.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2238 | 2024-08-19T18:02:22.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2239 | 2024-08-19T18:02:22.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2240 | 2024-08-19T18:02:22.941Z | |
2241 | 2024-08-19T18:02:22.941Z | info: running `cargo check --bins` on nexus-types (59/153) |
2242 | 2024-08-19T18:02:23.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2243 | 2024-08-19T18:02:23.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2244 | 2024-08-19T18:02:23.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2245 | 2024-08-19T18:02:23.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2246 | 2024-08-19T18:02:23.580Z | |
2247 | 2024-08-19T18:02:23.580Z | info: running `cargo check --bins` on gateway-client (60/153) |
2248 | 2024-08-19T18:02:24.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2249 | 2024-08-19T18:02:24.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2250 | 2024-08-19T18:02:24.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2251 | 2024-08-19T18:02:24.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2252 | 2024-08-19T18:02:24.182Z | |
2253 | 2024-08-19T18:02:24.182Z | info: running `cargo check --bins` on oxql-types (61/153) |
2254 | 2024-08-19T18:02:24.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2255 | 2024-08-19T18:02:24.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2256 | 2024-08-19T18:02:24.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2257 | 2024-08-19T18:02:24.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2258 | 2024-08-19T18:02:24.800Z | |
2259 | 2024-08-19T18:02:24.800Z | info: running `cargo check --bins` on oximeter-types (62/153) |
2260 | 2024-08-19T18:02:25.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2261 | 2024-08-19T18:02:25.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2262 | 2024-08-19T18:02:25.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2263 | 2024-08-19T18:02:25.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2264 | 2024-08-19T18:02:25.420Z | |
2265 | 2024-08-19T18:02:25.420Z | info: running `cargo check --bins` on oximeter-macro-impl (63/153) |
2266 | 2024-08-19T18:02:25.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2267 | 2024-08-19T18:02:25.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2268 | 2024-08-19T18:02:25.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2269 | 2024-08-19T18:02:25.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2270 | 2024-08-19T18:02:26.018Z | |
2271 | 2024-08-19T18:02:26.018Z | info: running `cargo check --bins` on sled-agent-client (64/153) |
2272 | 2024-08-19T18:02:26.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2273 | 2024-08-19T18:02:26.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2274 | 2024-08-19T18:02:26.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2275 | 2024-08-19T18:02:26.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2276 | 2024-08-19T18:02:26.662Z | |
2277 | 2024-08-19T18:02:26.662Z | info: running `cargo check --bins` on oximeter (65/153) |
2278 | 2024-08-19T18:02:27.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2279 | 2024-08-19T18:02:27.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2280 | 2024-08-19T18:02:27.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2281 | 2024-08-19T18:02:27.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2282 | 2024-08-19T18:02:27.302Z | |
2283 | 2024-08-19T18:02:27.302Z | info: running `cargo check --bins` on oximeter-schema (66/153) |
2284 | 2024-08-19T18:02:27.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2285 | 2024-08-19T18:02:27.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2286 | 2024-08-19T18:02:27.912Z | Checking num-rational v0.4.2 |
2287 | 2024-08-19T18:02:27.912Z | Checking num-complex v0.4.6 |
2288 | 2024-08-19T18:02:27.912Z | Compiling prettyplease v0.2.20 |
2289 | 2024-08-19T18:02:27.915Z | Checking float-ord v0.3.2 |
2290 | 2024-08-19T18:02:28.583Z | Checking num v0.4.3 |
2291 | 2024-08-19T18:02:28.645Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2292 | 2024-08-19T18:02:30.597Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2293 | 2024-08-19T18:02:31.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
2294 | 2024-08-19T18:02:31.654Z | |
2295 | 2024-08-19T18:02:31.654Z | info: running `cargo check --bins` on oximeter-timeseries-macro (67/153) |
2296 | 2024-08-19T18:02:32.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2297 | 2024-08-19T18:02:32.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2298 | 2024-08-19T18:02:32.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2299 | 2024-08-19T18:02:32.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2300 | 2024-08-19T18:02:32.287Z | |
2301 | 2024-08-19T18:02:32.287Z | info: running `cargo check --bins` on nexus-inventory (68/153) |
2302 | 2024-08-19T18:02:32.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2303 | 2024-08-19T18:02:32.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2304 | 2024-08-19T18:02:32.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2305 | 2024-08-19T18:02:32.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2306 | 2024-08-19T18:02:32.960Z | |
2307 | 2024-08-19T18:02:32.960Z | info: running `cargo check --bins` on typed-rng (69/153) |
2308 | 2024-08-19T18:02:33.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2309 | 2024-08-19T18:02:33.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2310 | 2024-08-19T18:02:33.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2311 | 2024-08-19T18:02:33.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2312 | 2024-08-19T18:02:33.533Z | |
2313 | 2024-08-19T18:02:33.534Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (70/153) |
2314 | 2024-08-19T18:02:34.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2315 | 2024-08-19T18:02:34.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2316 | 2024-08-19T18:02:34.267Z | Compiling toml v0.8.19 |
2317 | 2024-08-19T18:02:34.267Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2318 | 2024-08-19T18:02:34.270Z | Compiling rustls-pki-types v1.7.0 |
2319 | 2024-08-19T18:02:34.270Z | Checking password-hash v0.5.0 |
2320 | 2024-08-19T18:02:34.270Z | Checking blake2 v0.10.6 |
2321 | 2024-08-19T18:02:34.270Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2322 | 2024-08-19T18:02:34.270Z | Compiling match_cfg v0.1.0 |
2323 | 2024-08-19T18:02:34.363Z | Compiling slog-json v2.6.1 |
2324 | 2024-08-19T18:02:34.465Z | Compiling hostname v0.3.1 |
2325 | 2024-08-19T18:02:34.723Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2326 | 2024-08-19T18:02:34.764Z | Compiling rustls-webpki v0.102.4 |
2327 | 2024-08-19T18:02:34.781Z | Compiling http v1.1.0 |
2328 | 2024-08-19T18:02:34.797Z | Compiling atomic-waker v1.1.2 |
2329 | 2024-08-19T18:02:34.828Z | Checking argon2 v0.5.3 |
2330 | 2024-08-19T18:02:34.944Z | Compiling convert_case v0.4.0 |
2331 | 2024-08-19T18:02:34.990Z | Compiling semver v0.1.20 |
2332 | 2024-08-19T18:02:35.018Z | Compiling waitgroup v0.1.2 |
2333 | 2024-08-19T18:02:35.090Z | Compiling rustls-pemfile v2.1.3 |
2334 | 2024-08-19T18:02:35.243Z | Compiling slog-bunyan v2.5.0 |
2335 | 2024-08-19T18:02:35.453Z | Compiling rustc_version v0.1.7 |
2336 | 2024-08-19T18:02:35.517Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2337 | 2024-08-19T18:02:35.557Z | Compiling rustls v0.22.4 |
2338 | 2024-08-19T18:02:35.624Z | Compiling async-stream v0.3.5 |
2339 | 2024-08-19T18:02:35.804Z | Compiling ipnetwork v0.20.0 |
2340 | 2024-08-19T18:02:35.920Z | Compiling derive_more v0.99.18 |
2341 | 2024-08-19T18:02:35.936Z | Compiling newtype-uuid v1.1.0 |
2342 | 2024-08-19T18:02:35.951Z | Compiling serde_path_to_error v0.1.16 |
2343 | 2024-08-19T18:02:36.076Z | Compiling hostname v0.4.0 |
2344 | 2024-08-19T18:02:36.224Z | Compiling instant v0.1.12 |
2345 | 2024-08-19T18:02:36.339Z | Compiling multer v3.1.0 |
2346 | 2024-08-19T18:02:36.377Z | Compiling debug-ignore v1.0.5 |
2347 | 2024-08-19T18:02:36.523Z | Compiling rayon-core v1.12.1 |
2348 | 2024-08-19T18:02:36.716Z | Compiling backoff v0.4.0 |
2349 | 2024-08-19T18:02:36.802Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2350 | 2024-08-19T18:02:36.844Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2351 | 2024-08-19T18:02:36.878Z | Compiling newtype_derive v0.1.6 |
2352 | 2024-08-19T18:02:37.071Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2353 | 2024-08-19T18:02:37.184Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2354 | 2024-08-19T18:02:37.201Z | Compiling parse-display v0.10.0 |
2355 | 2024-08-19T18:02:37.233Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2356 | 2024-08-19T18:02:37.404Z | Compiling serde_with v3.9.0 |
2357 | 2024-08-19T18:02:37.456Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2358 | 2024-08-19T18:02:37.527Z | Compiling num-rational v0.4.2 |
2359 | 2024-08-19T18:02:37.620Z | Compiling crossbeam-deque v0.8.5 |
2360 | 2024-08-19T18:02:37.887Z | Compiling curve25519-dalek v4.1.3 |
2361 | 2024-08-19T18:02:37.951Z | Compiling num-complex v0.4.6 |
2362 | 2024-08-19T18:02:38.477Z | Compiling macaddr v1.0.1 |
2363 | 2024-08-19T18:02:38.535Z | Compiling unicase v2.7.0 |
2364 | 2024-08-19T18:02:38.841Z | Compiling same-file v1.0.6 |
2365 | 2024-08-19T18:02:38.917Z | Checking keccak v0.1.5 |
2366 | 2024-08-19T18:02:38.984Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2367 | 2024-08-19T18:02:39.143Z | Compiling fastrand v2.1.0 |
2368 | 2024-08-19T18:02:39.224Z | Checking sha3 v0.10.8 |
2369 | 2024-08-19T18:02:39.280Z | Compiling walkdir v2.5.0 |
2370 | 2024-08-19T18:02:39.621Z | Compiling tempfile v3.10.1 |
2371 | 2024-08-19T18:02:39.685Z | Compiling tokio-rustls v0.25.0 |
2372 | 2024-08-19T18:02:39.875Z | Compiling num v0.4.3 |
2373 | 2024-08-19T18:02:40.106Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2374 | 2024-08-19T18:02:40.250Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2375 | 2024-08-19T18:02:40.463Z | Compiling thiserror-impl-no-std v2.0.2 |
2376 | 2024-08-19T18:02:40.552Z | Checking universal-hash v0.5.1 |
2377 | 2024-08-19T18:02:40.747Z | Checking secrecy v0.8.0 |
2378 | 2024-08-19T18:02:40.933Z | Compiling blake3 v1.5.1 |
2379 | 2024-08-19T18:02:41.365Z | Compiling ring v0.16.20 |
2380 | 2024-08-19T18:02:41.680Z | Compiling curve25519-dalek-derive v0.1.1 |
2381 | 2024-08-19T18:02:41.951Z | Compiling derive-where v1.2.7 |
2382 | 2024-08-19T18:02:42.445Z | Compiling cookie v0.18.1 |
2383 | 2024-08-19T18:02:42.758Z | Compiling float-ord v0.3.2 |
2384 | 2024-08-19T18:02:42.923Z | Checking opaque-debug v0.3.1 |
2385 | 2024-08-19T18:02:43.024Z | Checking poly1305 v0.8.0 |
2386 | 2024-08-19T18:02:43.697Z | Checking thiserror-no-std v2.0.2 |
2387 | 2024-08-19T18:02:43.803Z | Compiling rayon v1.10.0 |
2388 | 2024-08-19T18:02:44.277Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2389 | 2024-08-19T18:02:44.600Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2390 | 2024-08-19T18:02:45.015Z | Compiling prettyplease v0.2.20 |
2391 | 2024-08-19T18:02:45.076Z | Checking chacha20 v0.9.1 |
2392 | 2024-08-19T18:02:45.405Z | Checking aead v0.5.2 |
2393 | 2024-08-19T18:02:45.422Z | Compiling memmap2 v0.9.4 |
2394 | 2024-08-19T18:02:45.425Z | Compiling libefi-sys v0.1.0 |
2395 | 2024-08-19T18:02:45.615Z | Compiling home v0.5.9 |
2396 | 2024-08-19T18:02:45.742Z | Compiling untrusted v0.7.1 |
2397 | 2024-08-19T18:02:45.882Z | Compiling constant_time_eq v0.3.0 |
2398 | 2024-08-19T18:02:45.893Z | Checking highway v1.2.0 |
2399 | 2024-08-19T18:02:45.922Z | Compiling arrayref v0.3.7 |
2400 | 2024-08-19T18:02:46.024Z | Compiling spin v0.5.2 |
2401 | 2024-08-19T18:02:46.041Z | Compiling arrayvec v0.7.4 |
2402 | 2024-08-19T18:02:46.111Z | Compiling toolchain_find v0.4.0 |
2403 | 2024-08-19T18:02:46.275Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2404 | 2024-08-19T18:02:46.554Z | Checking chacha20poly1305 v0.10.1 |
2405 | 2024-08-19T18:02:46.704Z | Checking steno v0.4.1 |
2406 | 2024-08-19T18:02:46.785Z | Checking vsss-rs v3.3.4 |
2407 | 2024-08-19T18:02:48.466Z | Compiling camino-tempfile v1.1.1 |
2408 | 2024-08-19T18:02:48.830Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2409 | 2024-08-19T18:02:48.892Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2410 | 2024-08-19T18:02:48.910Z | Compiling bitfield-struct v0.6.1 |
2411 | 2024-08-19T18:02:48.940Z | Compiling topological-sort v0.2.2 |
2412 | 2024-08-19T18:02:49.164Z | Compiling cancel-safe-futures v0.1.5 |
2413 | 2024-08-19T18:02:49.440Z | Compiling omicron-zone-package v0.11.0 |
2414 | 2024-08-19T18:02:49.470Z | Compiling mime_guess v2.0.4 |
2415 | 2024-08-19T18:02:49.877Z | Compiling rustfmt-wrapper v0.2.1 |
2416 | 2024-08-19T18:02:49.953Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2417 | 2024-08-19T18:02:50.378Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2418 | 2024-08-19T18:02:50.447Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2419 | 2024-08-19T18:02:50.720Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2420 | 2024-08-19T18:02:50.762Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2421 | 2024-08-19T18:02:50.951Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2422 | 2024-08-19T18:02:51.161Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2423 | 2024-08-19T18:02:51.681Z | Checking gethostname v0.5.0 |
2424 | 2024-08-19T18:02:51.842Z | Checking libsw v3.3.1 |
2425 | 2024-08-19T18:02:51.865Z | Checking swrite v0.1.0 |
2426 | 2024-08-19T18:02:51.882Z | Checking linear-map v1.2.0 |
2427 | 2024-08-19T18:02:51.993Z | Checking owo-colors v4.0.0 |
2428 | 2024-08-19T18:02:52.115Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2429 | 2024-08-19T18:02:52.705Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2430 | 2024-08-19T18:02:52.854Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2431 | 2024-08-19T18:02:53.410Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2432 | 2024-08-19T18:02:53.410Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2433 | 2024-08-19T18:02:53.440Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2434 | 2024-08-19T18:02:53.522Z | Checking kstat-rs v0.2.4 |
2435 | 2024-08-19T18:02:53.682Z | Checking nanorand v0.7.0 |
2436 | 2024-08-19T18:02:53.780Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2437 | 2024-08-19T18:02:53.878Z | Checking http-range v0.1.5 |
2438 | 2024-08-19T18:02:54.043Z | Checking glob v0.3.1 |
2439 | 2024-08-19T18:02:54.049Z | Checking hyper-staticfile v0.9.5 |
2440 | 2024-08-19T18:02:54.354Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2441 | 2024-08-19T18:02:54.387Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2442 | 2024-08-19T18:02:54.439Z | Checking flume v0.11.0 |
2443 | 2024-08-19T18:02:54.539Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2444 | 2024-08-19T18:02:54.930Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2445 | 2024-08-19T18:02:55.211Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2446 | 2024-08-19T18:02:55.764Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2447 | 2024-08-19T18:02:59.413Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2448 | 2024-08-19T18:02:59.449Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2449 | 2024-08-19T18:02:59.460Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2450 | 2024-08-19T18:02:59.460Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2451 | 2024-08-19T18:02:59.460Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2452 | 2024-08-19T18:02:59.460Z | Checking itertools v0.13.0 |
2453 | 2024-08-19T18:03:00.093Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2454 | 2024-08-19T18:03:00.473Z | Checking display-error-chain v0.2.0 |
2455 | 2024-08-19T18:03:03.172Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2456 | 2024-08-19T18:03:06.141Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2457 | 2024-08-19T18:03:06.304Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2458 | 2024-08-19T18:03:06.554Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2459 | 2024-08-19T18:03:11.653Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2460 | 2024-08-19T18:03:11.653Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2461 | 2024-08-19T18:03:12.454Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2462 | 2024-08-19T18:03:23.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.68s |
2463 | 2024-08-19T18:03:23.390Z | |
2464 | 2024-08-19T18:03:23.390Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (71/153) |
2465 | 2024-08-19T18:03:24.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2024-08-19T18:03:24.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2024-08-19T18:03:24.111Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2468 | 2024-08-19T18:03:35.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s |
2469 | 2024-08-19T18:03:35.243Z | |
2470 | 2024-08-19T18:03:35.243Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (72/153) |
2471 | 2024-08-19T18:03:35.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2024-08-19T18:03:35.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2024-08-19T18:03:35.949Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2474 | 2024-08-19T18:03:46.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s |
2475 | 2024-08-19T18:03:46.981Z | |
2476 | 2024-08-19T18:03:46.981Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (73/153) |
2477 | 2024-08-19T18:03:47.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2024-08-19T18:03:47.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2024-08-19T18:03:47.684Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2480 | 2024-08-19T18:03:58.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s |
2481 | 2024-08-19T18:03:58.812Z | |
2482 | 2024-08-19T18:03:58.812Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (74/153) |
2483 | 2024-08-19T18:03:59.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2024-08-19T18:03:59.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2024-08-19T18:03:59.527Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2486 | 2024-08-19T18:04:10.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s |
2487 | 2024-08-19T18:04:10.719Z | |
2488 | 2024-08-19T18:04:10.719Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (75/153) |
2489 | 2024-08-19T18:04:11.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2024-08-19T18:04:11.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2024-08-19T18:04:11.437Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2492 | 2024-08-19T18:04:22.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s |
2493 | 2024-08-19T18:04:22.645Z | |
2494 | 2024-08-19T18:04:22.645Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (76/153) |
2495 | 2024-08-19T18:04:23.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2024-08-19T18:04:23.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2024-08-19T18:04:23.372Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2498 | 2024-08-19T18:04:34.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s |
2499 | 2024-08-19T18:04:34.459Z | |
2500 | 2024-08-19T18:04:34.459Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (77/153) |
2501 | 2024-08-19T18:04:35.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2024-08-19T18:04:35.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2024-08-19T18:04:35.171Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2504 | 2024-08-19T18:04:46.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s |
2505 | 2024-08-19T18:04:46.221Z | |
2506 | 2024-08-19T18:04:46.221Z | info: running `cargo check --bins` on bootstrap-agent-api (78/153) |
2507 | 2024-08-19T18:04:46.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2024-08-19T18:04:46.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2024-08-19T18:04:46.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2510 | 2024-08-19T18:04:46.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2511 | 2024-08-19T18:04:46.880Z | |
2512 | 2024-08-19T18:04:46.880Z | info: running `cargo check --bins` on nexus-client (79/153) |
2513 | 2024-08-19T18:04:47.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2024-08-19T18:04:47.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2024-08-19T18:04:47.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2516 | 2024-08-19T18:04:47.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2517 | 2024-08-19T18:04:47.520Z | |
2518 | 2024-08-19T18:04:47.520Z | info: running `cargo check --bins` on sled-agent-types (80/153) |
2519 | 2024-08-19T18:04:48.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2024-08-19T18:04:48.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2024-08-19T18:04:48.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2522 | 2024-08-19T18:04:48.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2523 | 2024-08-19T18:04:48.167Z | |
2524 | 2024-08-19T18:04:48.167Z | info: running `cargo check --bins` on bootstrap-agent-client (81/153) |
2525 | 2024-08-19T18:04:48.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2526 | 2024-08-19T18:04:48.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2527 | 2024-08-19T18:04:48.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2528 | 2024-08-19T18:04:48.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2529 | 2024-08-19T18:04:48.800Z | |
2530 | 2024-08-19T18:04:48.800Z | info: running `cargo check --bins` on dpd-client (82/153) |
2531 | 2024-08-19T18:04:49.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2024-08-19T18:04:49.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2024-08-19T18:04:49.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2534 | 2024-08-19T18:04:49.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2535 | 2024-08-19T18:04:49.412Z | |
2536 | 2024-08-19T18:04:49.412Z | info: running `cargo check --bins` on installinator-common (83/153) |
2537 | 2024-08-19T18:04:49.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2024-08-19T18:04:49.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2024-08-19T18:04:49.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2540 | 2024-08-19T18:04:49.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2541 | 2024-08-19T18:04:50.049Z | |
2542 | 2024-08-19T18:04:50.049Z | info: running `cargo check --bins` on update-engine (84/153) |
2543 | 2024-08-19T18:04:50.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2024-08-19T18:04:50.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2024-08-19T18:04:50.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2546 | 2024-08-19T18:04:50.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2547 | 2024-08-19T18:04:50.654Z | |
2548 | 2024-08-19T18:04:50.654Z | info: running `cargo check --bins` on key-manager (85/153) |
2549 | 2024-08-19T18:04:51.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2024-08-19T18:04:51.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2024-08-19T18:04:51.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2552 | 2024-08-19T18:04:51.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2553 | 2024-08-19T18:04:51.282Z | |
2554 | 2024-08-19T18:04:51.282Z | info: running `cargo check --bins` on omicron-ddm-admin-client (86/153) |
2555 | 2024-08-19T18:04:51.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2024-08-19T18:04:51.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2024-08-19T18:04:51.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2558 | 2024-08-19T18:04:51.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2559 | 2024-08-19T18:04:51.922Z | |
2560 | 2024-08-19T18:04:51.922Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (87/153) |
2561 | 2024-08-19T18:04:52.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2024-08-19T18:04:52.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2024-08-19T18:04:52.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2564 | 2024-08-19T18:04:52.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2565 | 2024-08-19T18:04:52.522Z | |
2566 | 2024-08-19T18:04:52.522Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (88/153) |
2567 | 2024-08-19T18:04:53.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2024-08-19T18:04:53.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2024-08-19T18:04:53.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2570 | 2024-08-19T18:04:53.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2571 | 2024-08-19T18:04:53.150Z | |
2572 | 2024-08-19T18:04:53.150Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (89/153) |
2573 | 2024-08-19T18:04:53.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2024-08-19T18:04:53.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2024-08-19T18:04:53.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2576 | 2024-08-19T18:04:53.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2577 | 2024-08-19T18:04:53.775Z | |
2578 | 2024-08-19T18:04:53.775Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (90/153) |
2579 | 2024-08-19T18:04:54.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2024-08-19T18:04:54.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2024-08-19T18:04:54.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2582 | 2024-08-19T18:04:54.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2583 | 2024-08-19T18:04:54.403Z | |
2584 | 2024-08-19T18:04:54.403Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (91/153) |
2585 | 2024-08-19T18:04:54.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2024-08-19T18:04:54.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2024-08-19T18:04:54.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2588 | 2024-08-19T18:04:54.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2589 | 2024-08-19T18:04:55.030Z | |
2590 | 2024-08-19T18:04:55.030Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (92/153) |
2591 | 2024-08-19T18:04:55.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2024-08-19T18:04:55.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2024-08-19T18:04:55.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2024-08-19T18:04:55.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2595 | 2024-08-19T18:04:55.659Z | |
2596 | 2024-08-19T18:04:55.659Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (93/153) |
2597 | 2024-08-19T18:04:56.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-08-19T18:04:56.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-08-19T18:04:56.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2024-08-19T18:04:56.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2601 | 2024-08-19T18:04:56.286Z | |
2602 | 2024-08-19T18:04:56.286Z | info: running `cargo check --bins` on oximeter-producer (94/153) |
2603 | 2024-08-19T18:04:56.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2024-08-19T18:04:56.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2024-08-19T18:04:56.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2606 | 2024-08-19T18:04:56.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2607 | 2024-08-19T18:04:56.928Z | |
2608 | 2024-08-19T18:04:56.928Z | info: running `cargo check --bins` on sled-agent-api (95/153) |
2609 | 2024-08-19T18:04:57.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-08-19T18:04:57.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-08-19T18:04:57.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2612 | 2024-08-19T18:04:57.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2613 | 2024-08-19T18:04:57.573Z | |
2614 | 2024-08-19T18:04:57.573Z | info: running `cargo check --bins` on sled-hardware (96/153) |
2615 | 2024-08-19T18:04:58.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2024-08-19T18:04:58.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2024-08-19T18:04:58.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2618 | 2024-08-19T18:04:58.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2619 | 2024-08-19T18:04:58.208Z | |
2620 | 2024-08-19T18:04:58.208Z | info: running `cargo check --bins --no-default-features` on sled-storage (97/153) |
2621 | 2024-08-19T18:04:58.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-08-19T18:04:58.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-08-19T18:04:58.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2624 | 2024-08-19T18:04:58.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2625 | 2024-08-19T18:04:58.845Z | |
2626 | 2024-08-19T18:04:58.845Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/153) |
2627 | 2024-08-19T18:04:59.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-08-19T18:04:59.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-08-19T18:04:59.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2024-08-19T18:04:59.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2631 | 2024-08-19T18:04:59.477Z | |
2632 | 2024-08-19T18:04:59.477Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (99/153) |
2633 | 2024-08-19T18:05:00.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-08-19T18:05:00.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-08-19T18:05:00.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2024-08-19T18:05:00.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2637 | 2024-08-19T18:05:00.127Z | |
2638 | 2024-08-19T18:05:00.127Z | info: running `cargo check --bins` on nexus-test-interface (100/153) |
2639 | 2024-08-19T18:05:00.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-08-19T18:05:00.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-08-19T18:05:00.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2024-08-19T18:05:00.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2643 | 2024-08-19T18:05:00.766Z | |
2644 | 2024-08-19T18:05:00.767Z | info: running `cargo check --bins` on oximeter-collector (101/153) |
2645 | 2024-08-19T18:05:01.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-08-19T18:05:01.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-08-19T18:05:01.443Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2648 | 2024-08-19T18:05:01.443Z | Checking bcs v0.1.6 |
2649 | 2024-08-19T18:05:01.443Z | Compiling async-recursion v1.1.1 |
2650 | 2024-08-19T18:05:01.446Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2651 | 2024-08-19T18:05:01.446Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2652 | 2024-08-19T18:05:02.519Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2653 | 2024-08-19T18:05:05.727Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2654 | 2024-08-19T18:05:07.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.59s |
2655 | 2024-08-19T18:05:07.523Z | |
2656 | 2024-08-19T18:05:07.523Z | info: running `cargo check --bins` on oximeter-api (102/153) |
2657 | 2024-08-19T18:05:08.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-08-19T18:05:08.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-08-19T18:05:08.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2660 | 2024-08-19T18:05:08.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2661 | 2024-08-19T18:05:08.141Z | |
2662 | 2024-08-19T18:05:08.141Z | info: running `cargo check --bins` on oximeter-client (103/153) |
2663 | 2024-08-19T18:05:08.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-08-19T18:05:08.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-08-19T18:05:08.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2024-08-19T18:05:08.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2667 | 2024-08-19T18:05:08.766Z | |
2668 | 2024-08-19T18:05:08.766Z | info: running `cargo check --bins --no-default-features` on oximeter-db (104/153) |
2669 | 2024-08-19T18:05:09.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-08-19T18:05:09.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-08-19T18:05:09.409Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2672 | 2024-08-19T18:05:09.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
2673 | 2024-08-19T18:05:10.121Z | |
2674 | 2024-08-19T18:05:10.121Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/153) |
2675 | 2024-08-19T18:05:10.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-08-19T18:05:10.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-08-19T18:05:10.780Z | Compiling vte_generate_state_changes v0.1.1 |
2678 | 2024-08-19T18:05:10.780Z | Checking fd-lock v4.0.2 |
2679 | 2024-08-19T18:05:10.782Z | Checking bytecount v0.6.8 |
2680 | 2024-08-19T18:05:10.782Z | Compiling tabled_derive v0.7.0 |
2681 | 2024-08-19T18:05:10.782Z | Checking crossterm v0.27.0 |
2682 | 2024-08-19T18:05:10.782Z | Compiling peg-macros v0.8.4 |
2683 | 2024-08-19T18:05:10.782Z | Compiling sqlparser_derive v0.2.2 |
2684 | 2024-08-19T18:05:10.870Z | Checking home v0.5.9 |
2685 | 2024-08-19T18:05:11.010Z | Checking papergrid v0.11.0 |
2686 | 2024-08-19T18:05:11.026Z | Checking nu-ansi-term v0.50.0 |
2687 | 2024-08-19T18:05:11.065Z | Checking unicode_categories v0.1.1 |
2688 | 2024-08-19T18:05:11.357Z | Checking sqlformat v0.2.4 |
2689 | 2024-08-19T18:05:11.407Z | Checking rustyline v14.0.0 |
2690 | 2024-08-19T18:05:11.490Z | Checking vte v0.11.1 |
2691 | 2024-08-19T18:05:12.010Z | Checking sqlparser v0.45.0 |
2692 | 2024-08-19T18:05:12.493Z | Checking crossterm v0.28.1 |
2693 | 2024-08-19T18:05:12.800Z | Checking strip-ansi-escapes v0.2.0 |
2694 | 2024-08-19T18:05:12.942Z | Checking reedline v0.33.0 |
2695 | 2024-08-19T18:05:13.406Z | Checking tabled v0.15.0 |
2696 | 2024-08-19T18:05:13.784Z | Checking peg v0.8.4 |
2697 | 2024-08-19T18:05:18.215Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2698 | 2024-08-19T18:05:23.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.12s |
2699 | 2024-08-19T18:05:23.396Z | |
2700 | 2024-08-19T18:05:23.396Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/153) |
2701 | 2024-08-19T18:05:23.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2024-08-19T18:05:23.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2024-08-19T18:05:24.049Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2704 | 2024-08-19T18:05:29.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s |
2705 | 2024-08-19T18:05:29.286Z | |
2706 | 2024-08-19T18:05:29.286Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/153) |
2707 | 2024-08-19T18:05:29.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2024-08-19T18:05:29.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2024-08-19T18:05:29.926Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2710 | 2024-08-19T18:05:34.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s |
2711 | 2024-08-19T18:05:34.934Z | |
2712 | 2024-08-19T18:05:34.934Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/153) |
2713 | 2024-08-19T18:05:35.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2024-08-19T18:05:35.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2024-08-19T18:05:35.584Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2716 | 2024-08-19T18:05:39.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
2717 | 2024-08-19T18:05:39.744Z | |
2718 | 2024-08-19T18:05:39.744Z | info: running `cargo check --bins` on oximeter-test-utils (109/153) |
2719 | 2024-08-19T18:05:40.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2024-08-19T18:05:40.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2024-08-19T18:05:40.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2722 | 2024-08-19T18:05:40.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2723 | 2024-08-19T18:05:40.367Z | |
2724 | 2024-08-19T18:05:40.367Z | info: running `cargo check --bins` on cockroach-admin-client (110/153) |
2725 | 2024-08-19T18:05:40.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2024-08-19T18:05:40.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2024-08-19T18:05:40.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2728 | 2024-08-19T18:05:40.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2729 | 2024-08-19T18:05:40.961Z | |
2730 | 2024-08-19T18:05:40.961Z | info: running `cargo check --bins` on installinator-client (111/153) |
2731 | 2024-08-19T18:05:41.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2024-08-19T18:05:41.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2024-08-19T18:05:41.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2734 | 2024-08-19T18:05:41.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2735 | 2024-08-19T18:05:41.597Z | |
2736 | 2024-08-19T18:05:41.597Z | info: running `cargo check --bins` on oxide-client (112/153) |
2737 | 2024-08-19T18:05:42.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2024-08-19T18:05:42.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2024-08-19T18:05:42.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2740 | 2024-08-19T18:05:42.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2741 | 2024-08-19T18:05:42.200Z | |
2742 | 2024-08-19T18:05:42.200Z | info: running `cargo check --bins` on wicketd-client (113/153) |
2743 | 2024-08-19T18:05:42.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2024-08-19T18:05:42.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2024-08-19T18:05:42.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2746 | 2024-08-19T18:05:42.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2747 | 2024-08-19T18:05:42.846Z | |
2748 | 2024-08-19T18:05:42.847Z | info: running `cargo check --bins` on wicket-common (114/153) |
2749 | 2024-08-19T18:05:43.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2024-08-19T18:05:43.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2024-08-19T18:05:43.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2752 | 2024-08-19T18:05:43.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2753 | 2024-08-19T18:05:43.488Z | |
2754 | 2024-08-19T18:05:43.488Z | info: running `cargo check --bins` on omicron-cockroach-admin (115/153) |
2755 | 2024-08-19T18:05:44.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2024-08-19T18:05:44.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2024-08-19T18:05:44.133Z | Checking csv-core v0.1.11 |
2758 | 2024-08-19T18:05:44.136Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2759 | 2024-08-19T18:05:44.421Z | Checking csv v1.3.0 |
2760 | 2024-08-19T18:05:44.925Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2761 | 2024-08-19T18:05:45.269Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2762 | 2024-08-19T18:05:46.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s |
2763 | 2024-08-19T18:05:46.554Z | |
2764 | 2024-08-19T18:05:46.554Z | info: running `cargo check --bins` on cockroach-admin-api (116/153) |
2765 | 2024-08-19T18:05:47.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2024-08-19T18:05:47.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2024-08-19T18:05:47.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2024-08-19T18:05:47.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2769 | 2024-08-19T18:05:47.187Z | |
2770 | 2024-08-19T18:05:47.187Z | info: running `cargo check --bins` on cockroach-admin-types (117/153) |
2771 | 2024-08-19T18:05:47.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2024-08-19T18:05:47.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2024-08-19T18:05:47.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2024-08-19T18:05:47.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2775 | 2024-08-19T18:05:47.806Z | |
2776 | 2024-08-19T18:05:47.806Z | info: running `cargo check --bins` on cert-dev (118/153) |
2777 | 2024-08-19T18:05:48.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2024-08-19T18:05:48.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2024-08-19T18:05:48.408Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2780 | 2024-08-19T18:05:48.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2781 | 2024-08-19T18:05:48.788Z | |
2782 | 2024-08-19T18:05:48.788Z | info: running `cargo check --bins` on ch-dev (119/153) |
2783 | 2024-08-19T18:05:49.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2024-08-19T18:05:49.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2024-08-19T18:05:49.442Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2786 | 2024-08-19T18:05:50.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2787 | 2024-08-19T18:05:50.256Z | |
2788 | 2024-08-19T18:05:50.256Z | info: running `cargo check --bins` on crdb-seed (120/153) |
2789 | 2024-08-19T18:05:50.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2024-08-19T18:05:50.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2024-08-19T18:05:50.898Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2792 | 2024-08-19T18:05:51.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
2793 | 2024-08-19T18:05:51.369Z | |
2794 | 2024-08-19T18:05:51.369Z | info: running `cargo check --bins` on db-dev (121/153) |
2795 | 2024-08-19T18:05:51.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2024-08-19T18:05:51.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2024-08-19T18:05:52.024Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2798 | 2024-08-19T18:05:52.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
2799 | 2024-08-19T18:05:52.855Z | |
2800 | 2024-08-19T18:05:52.855Z | info: running `cargo check --bins` on omicron-dev-lib (122/153) |
2801 | 2024-08-19T18:05:53.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2024-08-19T18:05:53.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2024-08-19T18:05:53.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2024-08-19T18:05:53.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2805 | 2024-08-19T18:05:53.503Z | |
2806 | 2024-08-19T18:05:53.503Z | info: running `cargo check --bins` on xtask-downloader (123/153) |
2807 | 2024-08-19T18:05:54.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2024-08-19T18:05:54.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2024-08-19T18:05:54.103Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2810 | 2024-08-19T18:05:54.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
2811 | 2024-08-19T18:05:55.044Z | |
2812 | 2024-08-19T18:05:55.044Z | info: running `cargo check --bins` on mgs-dev (124/153) |
2813 | 2024-08-19T18:05:55.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2024-08-19T18:05:55.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2024-08-19T18:05:55.727Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2816 | 2024-08-19T18:05:56.245Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2817 | 2024-08-19T18:05:56.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
2818 | 2024-08-19T18:05:56.767Z | |
2819 | 2024-08-19T18:05:56.767Z | info: running `cargo check --bins` on omicron-omdb (125/153) |
2820 | 2024-08-19T18:05:57.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2024-08-19T18:05:57.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2024-08-19T18:05:57.540Z | Compiling glob v0.3.1 |
2823 | 2024-08-19T18:05:57.540Z | Compiling crunchy v0.2.2 |
2824 | 2024-08-19T18:05:57.542Z | Compiling tiny-keccak v2.0.2 |
2825 | 2024-08-19T18:05:57.655Z | Compiling dsl_auto_type v0.1.2 |
2826 | 2024-08-19T18:05:57.658Z | Checking scheduled-thread-pool v0.2.7 |
2827 | 2024-08-19T18:05:57.658Z | Compiling diesel_table_macro_syntax v0.2.0 |
2828 | 2024-08-19T18:05:57.692Z | Compiling ascii-canvas v3.0.0 |
2829 | 2024-08-19T18:05:57.695Z | Compiling ena v0.14.3 |
2830 | 2024-08-19T18:05:57.945Z | Compiling libloading v0.8.3 |
2831 | 2024-08-19T18:05:58.071Z | Compiling bindgen v0.69.4 |
2832 | 2024-08-19T18:05:58.088Z | Compiling diff v0.1.13 |
2833 | 2024-08-19T18:05:58.232Z | Compiling regex-syntax v0.6.29 |
2834 | 2024-08-19T18:05:58.334Z | Compiling which v4.4.2 |
2835 | 2024-08-19T18:05:58.548Z | Compiling clang-sys v1.7.0 |
2836 | 2024-08-19T18:05:58.685Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2837 | 2024-08-19T18:05:58.831Z | Compiling cexpr v0.6.0 |
2838 | 2024-08-19T18:05:58.864Z | Compiling lazycell v1.3.0 |
2839 | 2024-08-19T18:05:58.882Z | Compiling ref-cast v1.0.23 |
2840 | 2024-08-19T18:05:58.937Z | Compiling rustc-hash v1.1.0 |
2841 | 2024-08-19T18:05:59.010Z | Compiling shlex v1.3.0 |
2842 | 2024-08-19T18:05:59.073Z | Checking r2d2 v0.8.10 |
2843 | 2024-08-19T18:05:59.091Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2844 | 2024-08-19T18:05:59.106Z | Compiling diesel_derives v2.2.2 |
2845 | 2024-08-19T18:05:59.382Z | Compiling derive_builder_core v0.20.0 |
2846 | 2024-08-19T18:05:59.411Z | Compiling libxml v0.3.3 |
2847 | 2024-08-19T18:05:59.443Z | Compiling ref-cast-impl v1.0.23 |
2848 | 2024-08-19T18:05:59.478Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2849 | 2024-08-19T18:05:59.862Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2850 | 2024-08-19T18:05:59.958Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2851 | 2024-08-19T18:06:00.252Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2852 | 2024-08-19T18:06:00.557Z | Compiling strum_macros v0.24.3 |
2853 | 2024-08-19T18:06:00.629Z | Compiling indoc v1.0.9 |
2854 | 2024-08-19T18:06:01.632Z | Compiling lalrpop v0.19.12 |
2855 | 2024-08-19T18:06:01.766Z | Compiling derive_builder_macro v0.20.0 |
2856 | 2024-08-19T18:06:02.728Z | Checking derive_builder v0.20.0 |
2857 | 2024-08-19T18:06:02.879Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2858 | 2024-08-19T18:06:03.154Z | Compiling oso-derive v0.27.3 |
2859 | 2024-08-19T18:06:03.184Z | Compiling impl-trait-for-tuples v0.2.2 |
2860 | 2024-08-19T18:06:04.071Z | Checking quick-xml v0.31.0 |
2861 | 2024-08-19T18:06:04.246Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2862 | 2024-08-19T18:06:04.264Z | Checking maplit v1.0.2 |
2863 | 2024-08-19T18:06:04.409Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2864 | 2024-08-19T18:06:04.638Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2865 | 2024-08-19T18:06:04.943Z | Checking bb8 v0.8.5 |
2866 | 2024-08-19T18:06:05.422Z | Compiling const_format_proc_macros v0.2.32 |
2867 | 2024-08-19T18:06:06.147Z | Checking crossbeam-deque v0.8.5 |
2868 | 2024-08-19T18:06:06.164Z | Compiling portable-atomic v1.6.0 |
2869 | 2024-08-19T18:06:06.466Z | Checking rayon-core v1.12.1 |
2870 | 2024-08-19T18:06:07.207Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2871 | 2024-08-19T18:06:07.328Z | Checking castaway v0.2.3 |
2872 | 2024-08-19T18:06:07.483Z | Checking compact_str v0.8.0 |
2873 | 2024-08-19T18:06:07.563Z | Checking const_format v0.2.32 |
2874 | 2024-08-19T18:06:08.070Z | Checking rayon v1.10.0 |
2875 | 2024-08-19T18:06:08.352Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2876 | 2024-08-19T18:06:08.563Z | Checking unicode-truncate v1.0.0 |
2877 | 2024-08-19T18:06:08.644Z | Checking lru v0.12.3 |
2878 | 2024-08-19T18:06:08.782Z | Compiling instability v0.3.2 |
2879 | 2024-08-19T18:06:08.954Z | Checking cassowary v0.3.0 |
2880 | 2024-08-19T18:06:09.363Z | Checking number_prefix v0.4.0 |
2881 | 2024-08-19T18:06:09.547Z | Checking smawk v0.3.2 |
2882 | 2024-08-19T18:06:09.763Z | Checking unicode-linebreak v0.1.5 |
2883 | 2024-08-19T18:06:09.847Z | Checking ratatui v0.28.0 |
2884 | 2024-08-19T18:06:10.182Z | Checking textwrap v0.16.1 |
2885 | 2024-08-19T18:06:10.603Z | Checking multimap v0.10.0 |
2886 | 2024-08-19T18:06:11.742Z | Checking diesel v2.2.2 |
2887 | 2024-08-19T18:06:11.920Z | Checking indicatif v0.17.8 |
2888 | 2024-08-19T18:06:30.127Z | Compiling samael v0.0.15 |
2889 | 2024-08-19T18:06:45.654Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2890 | 2024-08-19T18:06:46.425Z | Compiling polar-core v0.27.3 |
2891 | 2024-08-19T18:06:53.230Z | Checking oso v0.27.3 |
2892 | 2024-08-19T18:07:49.078Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2893 | 2024-08-19T18:07:54.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
2894 | 2024-08-19T18:07:54.285Z | |
2895 | 2024-08-19T18:07:54.286Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (126/153) |
2896 | 2024-08-19T18:07:54.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2024-08-19T18:07:54.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2024-08-19T18:07:54.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2899 | 2024-08-19T18:07:54.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2900 | 2024-08-19T18:07:54.963Z | |
2901 | 2024-08-19T18:07:54.963Z | info: running `cargo check --bins` on nexus-saga-recovery (127/153) |
2902 | 2024-08-19T18:07:55.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2903 | 2024-08-19T18:07:55.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2904 | 2024-08-19T18:07:55.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2905 | 2024-08-19T18:07:55.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2906 | 2024-08-19T18:07:55.657Z | |
2907 | 2024-08-19T18:07:55.657Z | info: running `cargo check --bins` on nexus-test-utils-macros (128/153) |
2908 | 2024-08-19T18:07:56.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2909 | 2024-08-19T18:07:56.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2910 | 2024-08-19T18:07:56.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2911 | 2024-08-19T18:07:56.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2912 | 2024-08-19T18:07:56.248Z | |
2913 | 2024-08-19T18:07:56.248Z | info: running `cargo check --bins` on omicron-nexus (129/153) |
2914 | 2024-08-19T18:07:56.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2915 | 2024-08-19T18:07:56.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2916 | 2024-08-19T18:07:57.028Z | Compiling libz-sys v1.1.16 |
2917 | 2024-08-19T18:07:57.127Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2918 | 2024-08-19T18:07:57.140Z | Compiling vergen v8.3.2 |
2919 | 2024-08-19T18:07:57.140Z | Compiling cargo-platform v0.1.8 |
2920 | 2024-08-19T18:07:57.143Z | Compiling pin-project-internal v1.1.5 |
2921 | 2024-08-19T18:07:57.173Z | Compiling snafu-derive v0.8.2 |
2922 | 2024-08-19T18:07:57.176Z | Compiling libsqlite3-sys v0.28.0 |
2923 | 2024-08-19T18:07:57.177Z | Compiling buf-list v1.0.3 |
2924 | 2024-08-19T18:07:57.463Z | Compiling cargo_metadata v0.18.1 |
2925 | 2024-08-19T18:07:57.660Z | Checking globset v0.4.14 |
2926 | 2024-08-19T18:07:57.747Z | Checking olpc-cjson v0.1.3 |
2927 | 2024-08-19T18:07:57.910Z | Checking rand_seeder v0.3.0 |
2928 | 2024-08-19T18:07:57.977Z | Checking serde_plain v1.0.2 |
2929 | 2024-08-19T18:07:58.093Z | Checking typed-path v0.7.1 |
2930 | 2024-08-19T18:07:58.135Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2931 | 2024-08-19T18:07:58.318Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2932 | 2024-08-19T18:07:58.455Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2933 | 2024-08-19T18:07:58.611Z | Checking hashlink v0.9.1 |
2934 | 2024-08-19T18:07:58.629Z | Checking fallible-iterator v0.3.0 |
2935 | 2024-08-19T18:07:58.750Z | Checking parse-size v1.0.0 |
2936 | 2024-08-19T18:07:58.931Z | Checking fallible-streaming-iterator v0.1.9 |
2937 | 2024-08-19T18:07:59.204Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2938 | 2024-08-19T18:07:59.222Z | Checking rusqlite v0.31.0 |
2939 | 2024-08-19T18:07:59.225Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2940 | 2024-08-19T18:07:59.850Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2941 | 2024-08-19T18:08:00.077Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2942 | 2024-08-19T18:08:00.116Z | Checking pin-project v1.1.5 |
2943 | 2024-08-19T18:08:00.152Z | Checking twox-hash v1.6.3 |
2944 | 2024-08-19T18:08:00.235Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2945 | 2024-08-19T18:08:00.564Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2946 | 2024-08-19T18:08:00.781Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2947 | 2024-08-19T18:08:01.044Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2948 | 2024-08-19T18:08:01.058Z | Checking fatfs v0.3.6 |
2949 | 2024-08-19T18:08:01.066Z | Checking assert_matches v1.5.0 |
2950 | 2024-08-19T18:08:02.343Z | Checking snafu v0.8.2 |
2951 | 2024-08-19T18:08:02.780Z | Checking tough v0.17.1 |
2952 | 2024-08-19T18:08:06.702Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2953 | 2024-08-19T18:08:07.753Z | Compiling git2 v0.19.0 |
2954 | 2024-08-19T18:08:07.852Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2955 | 2024-08-19T18:08:12.464Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2956 | 2024-08-19T18:09:09.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
2957 | 2024-08-19T18:09:09.710Z | |
2958 | 2024-08-19T18:09:09.710Z | info: running `cargo check --bins` on nexus-internal-api (130/153) |
2959 | 2024-08-19T18:09:10.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2960 | 2024-08-19T18:09:10.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2961 | 2024-08-19T18:09:10.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2962 | 2024-08-19T18:09:10.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2963 | 2024-08-19T18:09:10.396Z | |
2964 | 2024-08-19T18:09:10.396Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (131/153) |
2965 | 2024-08-19T18:09:11.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2024-08-19T18:09:11.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2024-08-19T18:09:11.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2968 | 2024-08-19T18:09:11.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2969 | 2024-08-19T18:09:11.081Z | |
2970 | 2024-08-19T18:09:11.081Z | info: running `cargo check --bins` on nexus-networking (132/153) |
2971 | 2024-08-19T18:09:11.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2024-08-19T18:09:11.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2024-08-19T18:09:11.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2974 | 2024-08-19T18:09:11.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2975 | 2024-08-19T18:09:11.756Z | |
2976 | 2024-08-19T18:09:11.756Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (133/153) |
2977 | 2024-08-19T18:09:12.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2024-08-19T18:09:12.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2024-08-19T18:09:12.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2980 | 2024-08-19T18:09:12.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2981 | 2024-08-19T18:09:12.441Z | |
2982 | 2024-08-19T18:09:12.441Z | info: running `cargo check --bins` on update-common (134/153) |
2983 | 2024-08-19T18:09:13.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2024-08-19T18:09:13.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2024-08-19T18:09:13.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2986 | 2024-08-19T18:09:13.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2987 | 2024-08-19T18:09:13.095Z | |
2988 | 2024-08-19T18:09:13.095Z | info: running `cargo check --bins` on tufaceous-lib (135/153) |
2989 | 2024-08-19T18:09:13.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2024-08-19T18:09:13.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2024-08-19T18:09:13.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2992 | 2024-08-19T18:09:13.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2993 | 2024-08-19T18:09:13.734Z | |
2994 | 2024-08-19T18:09:13.734Z | info: running `cargo check --bins` on tufaceous (136/153) |
2995 | 2024-08-19T18:09:14.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2024-08-19T18:09:14.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2024-08-19T18:09:14.393Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2998 | 2024-08-19T18:09:15.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
2999 | 2024-08-19T18:09:15.428Z | |
3000 | 2024-08-19T18:09:15.428Z | info: running `cargo check --bins` on omicron-dev (137/153) |
3001 | 2024-08-19T18:09:16.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2024-08-19T18:09:16.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2024-08-19T18:09:16.252Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3004 | 2024-08-19T18:09:16.255Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3005 | 2024-08-19T18:09:16.255Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3006 | 2024-08-19T18:09:17.564Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3007 | 2024-08-19T18:09:19.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
3008 | 2024-08-19T18:09:20.045Z | |
3009 | 2024-08-19T18:09:20.045Z | info: running `cargo check --bins` on openapi-manager (138/153) |
3010 | 2024-08-19T18:09:20.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2024-08-19T18:09:20.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2024-08-19T18:09:20.737Z | Checking is_ci v1.2.0 |
3013 | 2024-08-19T18:09:20.738Z | Checking heck v0.4.1 |
3014 | 2024-08-19T18:09:20.740Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3015 | 2024-08-19T18:09:20.740Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3016 | 2024-08-19T18:09:20.740Z | Checking indent_write v2.2.0 |
3017 | 2024-08-19T18:09:20.922Z | Checking supports-color v3.0.0 |
3018 | 2024-08-19T18:09:20.969Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3019 | 2024-08-19T18:09:22.332Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3020 | 2024-08-19T18:09:23.130Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3021 | 2024-08-19T18:09:24.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
3022 | 2024-08-19T18:09:24.215Z | |
3023 | 2024-08-19T18:09:24.215Z | info: running `cargo check --bins` on installinator-api (139/153) |
3024 | 2024-08-19T18:09:24.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2024-08-19T18:09:24.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2024-08-19T18:09:24.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3027 | 2024-08-19T18:09:24.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3028 | 2024-08-19T18:09:24.857Z | |
3029 | 2024-08-19T18:09:24.857Z | info: running `cargo check --bins` on wicketd-api (140/153) |
3030 | 2024-08-19T18:09:25.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2024-08-19T18:09:25.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2024-08-19T18:09:25.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3033 | 2024-08-19T18:09:25.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3034 | 2024-08-19T18:09:25.501Z | |
3035 | 2024-08-19T18:09:25.501Z | info: running `cargo check --bins` on reconfigurator-cli (141/153) |
3036 | 2024-08-19T18:09:26.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2024-08-19T18:09:26.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2024-08-19T18:09:26.211Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3039 | 2024-08-19T18:09:27.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
3040 | 2024-08-19T18:09:27.542Z | |
3041 | 2024-08-19T18:09:27.542Z | info: running `cargo check --bins` on omicron-releng (142/153) |
3042 | 2024-08-19T18:09:28.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2024-08-19T18:09:28.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2024-08-19T18:09:28.195Z | Checking memmap2 v0.9.4 |
3045 | 2024-08-19T18:09:28.196Z | Checking constant_time_eq v0.3.0 |
3046 | 2024-08-19T18:09:28.198Z | Checking arrayref v0.3.7 |
3047 | 2024-08-19T18:09:28.198Z | Checking spin v0.5.2 |
3048 | 2024-08-19T18:09:28.198Z | Checking arrayvec v0.7.4 |
3049 | 2024-08-19T18:09:28.198Z | Checking untrusted v0.7.1 |
3050 | 2024-08-19T18:09:28.198Z | Checking cargo-platform v0.1.8 |
3051 | 2024-08-19T18:09:28.198Z | Checking topological-sort v0.2.2 |
3052 | 2024-08-19T18:09:28.360Z | Checking shell-words v1.1.0 |
3053 | 2024-08-19T18:09:28.502Z | Checking ring v0.16.20 |
3054 | 2024-08-19T18:09:28.544Z | Checking cargo_metadata v0.18.1 |
3055 | 2024-08-19T18:09:28.601Z | Checking blake3 v1.5.1 |
3056 | 2024-08-19T18:09:29.618Z | Checking omicron-zone-package v0.11.0 |
3057 | 2024-08-19T18:09:30.660Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3058 | 2024-08-19T18:09:31.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
3059 | 2024-08-19T18:09:31.653Z | |
3060 | 2024-08-19T18:09:31.653Z | info: running `cargo check --bins` on xtask (143/153) |
3061 | 2024-08-19T18:09:32.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2024-08-19T18:09:32.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2024-08-19T18:09:32.121Z | Checking serde v1.0.208 |
3064 | 2024-08-19T18:09:32.123Z | Checking thiserror v1.0.63 |
3065 | 2024-08-19T18:09:32.123Z | Checking scroll v0.12.0 |
3066 | 2024-08-19T18:09:32.123Z | Checking log v0.4.21 |
3067 | 2024-08-19T18:09:32.194Z | Checking bitflags v2.6.0 |
3068 | 2024-08-19T18:09:32.207Z | Checking hashbrown v0.14.5 |
3069 | 2024-08-19T18:09:32.216Z | Checking zerocopy v0.7.34 |
3070 | 2024-08-19T18:09:32.248Z | Checking syn v2.0.74 |
3071 | 2024-08-19T18:09:32.299Z | Checking pest v2.7.10 |
3072 | 2024-08-19T18:09:32.451Z | Checking fs-err v2.11.0 |
3073 | 2024-08-19T18:09:32.467Z | Checking rustix v0.38.34 |
3074 | 2024-08-19T18:09:32.639Z | Checking goblin v0.8.2 |
3075 | 2024-08-19T18:09:32.739Z | Checking tabled v0.15.0 |
3076 | 2024-08-19T18:09:33.296Z | Checking indexmap v2.4.0 |
3077 | 2024-08-19T18:09:33.498Z | Checking terminal_size v0.3.0 |
3078 | 2024-08-19T18:09:33.576Z | Checking anyhow v1.0.86 |
3079 | 2024-08-19T18:09:33.660Z | Checking clap_builder v4.5.15 |
3080 | 2024-08-19T18:09:34.806Z | Checking dtrace-parser v0.2.0 |
3081 | 2024-08-19T18:09:36.265Z | Checking clap v4.5.16 |
3082 | 2024-08-19T18:09:36.510Z | Checking serde_json v1.0.125 |
3083 | 2024-08-19T18:09:36.510Z | Checking serde_spanned v0.6.7 |
3084 | 2024-08-19T18:09:36.512Z | Checking toml_datetime v0.6.8 |
3085 | 2024-08-19T18:09:36.512Z | Checking cargo-platform v0.1.8 |
3086 | 2024-08-19T18:09:36.512Z | Checking camino v1.1.9 |
3087 | 2024-08-19T18:09:36.512Z | Checking semver v1.0.23 |
3088 | 2024-08-19T18:09:36.513Z | Checking macaddr v1.0.1 |
3089 | 2024-08-19T18:09:36.779Z | Checking toml_edit v0.22.20 |
3090 | 2024-08-19T18:09:37.543Z | Checking dof v0.3.0 |
3091 | 2024-08-19T18:09:37.543Z | Checking cargo_metadata v0.18.1 |
3092 | 2024-08-19T18:09:37.941Z | Checking usdt-impl v0.5.0 |
3093 | 2024-08-19T18:09:38.287Z | Checking usdt v0.5.0 |
3094 | 2024-08-19T18:09:38.441Z | Checking toml v0.8.19 |
3095 | 2024-08-19T18:09:38.891Z | Checking cargo_toml v0.20.4 |
3096 | 2024-08-19T18:09:40.062Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3097 | 2024-08-19T18:09:40.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.96s |
3098 | 2024-08-19T18:09:40.718Z | |
3099 | 2024-08-19T18:09:40.718Z | info: running `cargo check --bins` on end-to-end-tests (144/153) |
3100 | 2024-08-19T18:09:41.174Z | Downloading crates ... |
3101 | 2024-08-19T18:09:41.424Z | Downloaded dirs v5.0.1 |
3102 | 2024-08-19T18:09:41.434Z | Downloaded md5 v0.7.0 |
3103 | 2024-08-19T18:09:41.437Z | Downloaded dhcproto-macros v0.1.0 |
3104 | 2024-08-19T18:09:41.437Z | Downloaded option-ext v0.2.0 |
3105 | 2024-08-19T18:09:41.444Z | Downloaded russh-cryptovec v0.7.2 |
3106 | 2024-08-19T18:09:41.449Z | Downloaded rfc6979 v0.4.0 |
3107 | 2024-08-19T18:09:41.451Z | Downloaded bcrypt-pbkdf v0.10.0 |
3108 | 2024-08-19T18:09:41.454Z | Downloaded polyval v0.6.2 |
3109 | 2024-08-19T18:09:41.456Z | Downloaded dirs-sys v0.4.1 |
3110 | 2024-08-19T18:09:41.459Z | Downloaded ssh-cipher v0.2.0 |
3111 | 2024-08-19T18:09:41.461Z | Downloaded pbkdf2 v0.11.0 |
3112 | 2024-08-19T18:09:41.465Z | Downloaded blowfish v0.9.1 |
3113 | 2024-08-19T18:09:41.465Z | Downloaded ecdsa v0.16.9 |
3114 | 2024-08-19T18:09:41.465Z | Downloaded primeorder v0.13.6 |
3115 | 2024-08-19T18:09:41.467Z | Downloaded internet-checksum v0.2.1 |
3116 | 2024-08-19T18:09:41.467Z | Downloaded ghash v0.5.1 |
3117 | 2024-08-19T18:09:41.467Z | Downloaded hex-literal v0.4.1 |
3118 | 2024-08-19T18:09:41.470Z | Downloaded ssh-encoding v0.2.0 |
3119 | 2024-08-19T18:09:41.470Z | Downloaded ed25519 v2.2.3 |
3120 | 2024-08-19T18:09:41.472Z | Downloaded password-hash v0.4.2 |
3121 | 2024-08-19T18:09:41.476Z | Downloaded dhcproto v0.12.0 |
3122 | 2024-08-19T18:09:41.479Z | Downloaded aes-gcm v0.10.3 |
3123 | 2024-08-19T18:09:41.484Z | Downloaded russh-keys v0.44.0 |
3124 | 2024-08-19T18:09:41.497Z | Downloaded p256 v0.13.2 |
3125 | 2024-08-19T18:09:41.502Z | Downloaded ed25519-dalek v2.1.1 |
3126 | 2024-08-19T18:09:41.504Z | Downloaded num-bigint v0.4.5 |
3127 | 2024-08-19T18:09:41.509Z | Downloaded ssh-key v0.6.6 |
3128 | 2024-08-19T18:09:41.515Z | Downloaded russh v0.44.1 |
3129 | 2024-08-19T18:09:41.520Z | Downloaded p521 v0.13.3 |
3130 | 2024-08-19T18:09:41.525Z | Downloaded p384 v0.13.0 |
3131 | 2024-08-19T18:09:41.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2024-08-19T18:09:41.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2024-08-19T18:09:41.660Z | Checking polyval v0.6.2 |
3134 | 2024-08-19T18:09:41.660Z | Checking rfc6979 v0.4.0 |
3135 | 2024-08-19T18:09:41.771Z | Checking primeorder v0.13.6 |
3136 | 2024-08-19T18:09:41.773Z | Checking ctr v0.9.2 |
3137 | 2024-08-19T18:09:41.792Z | Checking ed25519 v2.2.3 |
3138 | 2024-08-19T18:09:41.795Z | Checking ssh-encoding v0.2.0 |
3139 | 2024-08-19T18:09:41.795Z | Checking blowfish v0.9.1 |
3140 | 2024-08-19T18:09:41.795Z | Checking option-ext v0.2.0 |
3141 | 2024-08-19T18:09:41.907Z | Checking ecdsa v0.16.9 |
3142 | 2024-08-19T18:09:41.933Z | Checking dirs-sys v0.4.1 |
3143 | 2024-08-19T18:09:41.963Z | Checking ghash v0.5.1 |
3144 | 2024-08-19T18:09:42.023Z | Checking password-hash v0.4.2 |
3145 | 2024-08-19T18:09:42.090Z | Checking bcrypt-pbkdf v0.10.0 |
3146 | 2024-08-19T18:09:42.105Z | Checking matches v0.1.10 |
3147 | 2024-08-19T18:09:42.121Z | Checking aes-gcm v0.10.3 |
3148 | 2024-08-19T18:09:42.137Z | Checking dirs v5.0.1 |
3149 | 2024-08-19T18:09:42.153Z | Checking ed25519-dalek v2.1.1 |
3150 | 2024-08-19T18:09:42.194Z | Checking idna v0.2.3 |
3151 | 2024-08-19T18:09:42.213Z | Compiling enum-as-inner v0.5.1 |
3152 | 2024-08-19T18:09:42.264Z | Checking russh-cryptovec v0.7.2 |
3153 | 2024-08-19T18:09:42.314Z | Checking md5 v0.7.0 |
3154 | 2024-08-19T18:09:42.331Z | Checking ssh-cipher v0.2.0 |
3155 | 2024-08-19T18:09:42.394Z | Checking pbkdf2 v0.11.0 |
3156 | 2024-08-19T18:09:42.465Z | Checking num-bigint v0.4.5 |
3157 | 2024-08-19T18:09:42.507Z | Checking hex-literal v0.4.1 |
3158 | 2024-08-19T18:09:42.574Z | Compiling dhcproto-macros v0.1.0 |
3159 | 2024-08-19T18:09:42.604Z | Checking p256 v0.13.2 |
3160 | 2024-08-19T18:09:42.621Z | Checking ssh-key v0.6.6 |
3161 | 2024-08-19T18:09:42.638Z | Checking p384 v0.13.0 |
3162 | 2024-08-19T18:09:42.658Z | Checking p521 v0.13.3 |
3163 | 2024-08-19T18:09:42.990Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3164 | 2024-08-19T18:09:43.095Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3165 | 2024-08-19T18:09:43.258Z | Checking trust-dns-proto v0.22.0 |
3166 | 2024-08-19T18:09:43.504Z | Checking internet-checksum v0.2.1 |
3167 | 2024-08-19T18:09:44.155Z | Checking russh-keys v0.44.0 |
3168 | 2024-08-19T18:09:45.062Z | Checking russh v0.44.1 |
3169 | 2024-08-19T18:09:45.812Z | Checking dhcproto v0.12.0 |
3170 | 2024-08-19T18:10:01.943Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3171 | 2024-08-19T18:10:03.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.52s |
3172 | 2024-08-19T18:10:03.432Z | |
3173 | 2024-08-19T18:10:03.432Z | info: running `cargo check --bins` on gateway-cli (145/153) |
3174 | 2024-08-19T18:10:04.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3175 | 2024-08-19T18:10:04.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3176 | 2024-08-19T18:10:04.080Z | Checking termios v0.3.3 |
3177 | 2024-08-19T18:10:04.286Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3178 | 2024-08-19T18:10:05.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
3179 | 2024-08-19T18:10:05.170Z | |
3180 | 2024-08-19T18:10:05.170Z | info: running `cargo check --bins --no-default-features` on installinator (146/153) |
3181 | 2024-08-19T18:10:05.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2024-08-19T18:10:05.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2024-08-19T18:10:05.864Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3184 | 2024-08-19T18:10:07.830Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3185 | 2024-08-19T18:10:09.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
3186 | 2024-08-19T18:10:09.680Z | |
3187 | 2024-08-19T18:10:09.680Z | info: running `cargo check --bins` on internal-dns-cli (147/153) |
3188 | 2024-08-19T18:10:10.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3189 | 2024-08-19T18:10:10.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3190 | 2024-08-19T18:10:10.300Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3191 | 2024-08-19T18:10:10.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3192 | 2024-08-19T18:10:10.865Z | |
3193 | 2024-08-19T18:10:10.865Z | info: running `cargo check --bins` on omicron-package (148/153) |
3194 | 2024-08-19T18:10:11.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3195 | 2024-08-19T18:10:11.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3196 | 2024-08-19T18:10:11.526Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3197 | 2024-08-19T18:10:12.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
3198 | 2024-08-19T18:10:12.858Z | |
3199 | 2024-08-19T18:10:12.858Z | info: running `cargo check --bins` on wicket-dbg (149/153) |
3200 | 2024-08-19T18:10:13.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3201 | 2024-08-19T18:10:13.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3202 | 2024-08-19T18:10:13.541Z | Checking rtoolbox v0.0.2 |
3203 | 2024-08-19T18:10:13.543Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3204 | 2024-08-19T18:10:13.543Z | Checking tui-tree-widget v0.22.0 |
3205 | 2024-08-19T18:10:13.748Z | Checking rpassword v7.3.1 |
3206 | 2024-08-19T18:10:17.638Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3207 | 2024-08-19T18:10:20.403Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3208 | 2024-08-19T18:10:21.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.56s |
3209 | 2024-08-19T18:10:21.578Z | |
3210 | 2024-08-19T18:10:21.578Z | info: running `cargo check --bins` on wicket (150/153) |
3211 | 2024-08-19T18:10:22.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3212 | 2024-08-19T18:10:22.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3213 | 2024-08-19T18:10:22.250Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3214 | 2024-08-19T18:10:22.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3215 | 2024-08-19T18:10:22.768Z | |
3216 | 2024-08-19T18:10:22.768Z | info: running `cargo check --bins` on wicketd (151/153) |
3217 | 2024-08-19T18:10:23.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3218 | 2024-08-19T18:10:23.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3219 | 2024-08-19T18:10:23.464Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3220 | 2024-08-19T18:10:26.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
3221 | 2024-08-19T18:10:27.144Z | |
3222 | 2024-08-19T18:10:27.144Z | info: running `cargo check --bins` on omicron-workspace-hack (152/153) |
3223 | 2024-08-19T18:10:27.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3224 | 2024-08-19T18:10:27.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3225 | 2024-08-19T18:10:27.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3226 | 2024-08-19T18:10:27.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3227 | 2024-08-19T18:10:27.745Z | |
3228 | 2024-08-19T18:10:27.745Z | info: running `cargo check --bins` on zone-setup (153/153) |
3229 | 2024-08-19T18:10:28.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2024-08-19T18:10:28.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2024-08-19T18:10:28.473Z | Checking uzers v0.11.3 |
3232 | 2024-08-19T18:10:28.762Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3233 | 2024-08-19T18:10:29.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3234 | 2024-08-19T18:10:29.946Z | |
3235 | 2024-08-19T18:10:29.946Z | real 10:34.286088990 |
3236 | 2024-08-19T18:10:29.946Z | user 22:46.992412098 |
3237 | 2024-08-19T18:10:29.946Z | sys 4:59.302682345 |
3238 | 2024-08-19T18:10:29.946Z | trap 0.508327099 |
3239 | 2024-08-19T18:10:29.946Z | tflt 2.682436223 |
3240 | 2024-08-19T18:10:29.946Z | dflt 1.749571661 |
3241 | 2024-08-19T18:10:29.946Z | kflt 0.003444764 |
3242 | 2024-08-19T18:10:29.949Z | lock 41:13.432762561 |
3243 | 2024-08-19T18:10:29.949Z | slp 1:53:03.017106813 |
3244 | 2024-08-19T18:10:29.949Z | lat 55.628447986 |
3245 | 2024-08-19T18:10:29.949Z | stop 2:55.611381177 |
3246 | 2024-08-19T18:10:29.949Z | process exited: duration 847433 ms, exit code 0 |
|
3247 | 2024-08-19T18:10:29.955Z | found 0 output files |