|
|
|
1 | 2024-08-15T04:57:09.522Z | job assigned to worker 01J5A6AF79J2T7A7JWK7G08HJ9 (queued for 25 s) |
|
2 | 2024-08-15T04:57:10.330Z | starting task 0: "setup" |
3 | 2024-08-15T04:57:10.355Z | ++ uname -s |
4 | 2024-08-15T04:57:10.379Z | + kern=SunOS |
5 | 2024-08-15T04:57:10.379Z | + case "$kern" in |
6 | 2024-08-15T04:57:10.380Z | + groupadd -g 12345 build |
7 | 2024-08-15T04:57:10.380Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-15T04:57:12.378Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-15T04:57:12.417Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-15T04:57:12.441Z | + home_fs=zfs |
11 | 2024-08-15T04:57:12.441Z | + [[ zfs == autofs ]] |
12 | 2024-08-15T04:57:12.441Z | + mkdir -p /home/build |
13 | 2024-08-15T04:57:12.441Z | + chown build:build /home/build /work |
14 | 2024-08-15T04:57:14.426Z | + chmod 0700 /home/build /work |
15 | 2024-08-15T04:57:14.451Z | process exited: duration 4100 ms, exit code 0 |
|
16 | 2024-08-15T04:57:14.500Z | starting task 1: "rust-toolchain" |
17 | 2024-08-15T04:57:14.525Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-15T04:57:14.525Z | ' 1.80.1 |
19 | 2024-08-15T04:57:14.525Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-15T04:57:14.525Z | ' default |
21 | 2024-08-15T04:57:14.525Z | * toolchain channel = "1.80.1" |
22 | 2024-08-15T04:57:14.525Z | * toolchain profile = "default" |
23 | 2024-08-15T04:57:14.525Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-15T04:57:14.525Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-15T04:57:14.657Z | info: downloading installer |
26 | 2024-08-15T04:57:15.479Z | info: profile set to 'default' |
27 | 2024-08-15T04:57:15.479Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-15T04:57:15.479Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-15T04:57:15.571Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-15T04:57:15.571Z | info: downloading component 'cargo' |
31 | 2024-08-15T04:57:16.193Z | info: downloading component 'clippy' |
32 | 2024-08-15T04:57:16.359Z | info: downloading component 'rust-docs' |
33 | 2024-08-15T04:57:16.817Z | info: downloading component 'rust-std' |
34 | 2024-08-15T04:57:18.142Z | info: downloading component 'rustc' |
35 | 2024-08-15T04:57:21.542Z | info: downloading component 'rustfmt' |
36 | 2024-08-15T04:57:21.607Z | info: installing component 'cargo' |
37 | 2024-08-15T04:57:22.731Z | info: installing component 'clippy' |
38 | 2024-08-15T04:57:23.194Z | info: installing component 'rust-docs' |
39 | 2024-08-15T04:57:25.968Z | info: installing component 'rust-std' |
40 | 2024-08-15T04:57:27.915Z | info: installing component 'rustc' |
41 | 2024-08-15T04:57:33.146Z | info: installing component 'rustfmt' |
42 | 2024-08-15T04:57:33.540Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-15T04:57:33.540Z | |
44 | 2024-08-15T04:57:33.669Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-15T04:57:33.669Z | |
46 | 2024-08-15T04:57:33.669Z | |
47 | 2024-08-15T04:57:33.694Z | Rust is installed now. Great! |
48 | 2024-08-15T04:57:33.694Z | |
49 | 2024-08-15T04:57:33.694Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-15T04:57:33.694Z | environment variable. This has not been done automatically. |
51 | 2024-08-15T04:57:33.694Z | |
52 | 2024-08-15T04:57:33.694Z | To configure your current shell, you need to source |
53 | 2024-08-15T04:57:33.694Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-15T04:57:33.694Z | |
55 | 2024-08-15T04:57:33.694Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-15T04:57:33.694Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-15T04:57:33.694Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-15T04:57:33.744Z | + rustc --version |
59 | 2024-08-15T04:57:33.861Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-15T04:57:33.885Z | process exited: duration 19367 ms, exit code 0 |
|
61 | 2024-08-15T04:57:33.933Z | starting task 2: "authentication" |
62 | 2024-08-15T04:57:33.992Z | process exited: duration 58 ms, exit code 0 |
|
63 | 2024-08-15T04:57:34.040Z | starting task 3: "clone repository" |
64 | 2024-08-15T04:57:34.064Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-15T04:57:34.064Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-15T04:57:34.088Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-15T04:57:43.739Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-15T04:57:43.739Z | + git fetch origin 4d6683a47c0509e3127dd73f2e1c7ea5495185dc |
69 | 2024-08-15T04:57:44.111Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-15T04:57:44.111Z | * branch 4d6683a47c0509e3127dd73f2e1c7ea5495185dc -> FETCH_HEAD |
71 | 2024-08-15T04:57:44.135Z | + [[ -n dap/fix-main ]] |
72 | 2024-08-15T04:57:44.135Z | ++ git branch --show-current |
73 | 2024-08-15T04:57:44.135Z | + current=main |
74 | 2024-08-15T04:57:44.135Z | + [[ main != dap/fix-main ]] |
75 | 2024-08-15T04:57:44.135Z | + git branch -f dap/fix-main 4d6683a47c0509e3127dd73f2e1c7ea5495185dc |
76 | 2024-08-15T04:57:44.159Z | + git checkout -f dap/fix-main |
77 | 2024-08-15T04:57:44.317Z | Switched to branch 'dap/fix-main' |
78 | 2024-08-15T04:57:44.341Z | + git reset --hard 4d6683a47c0509e3127dd73f2e1c7ea5495185dc |
79 | 2024-08-15T04:57:44.342Z | HEAD is now at 4d6683a47 fix auto-mismerge of #6294 and #6327 |
80 | 2024-08-15T04:57:44.342Z | process exited: duration 10296 ms, exit code 0 |
|
81 | 2024-08-15T04:57:44.391Z | starting task 4: "build" |
82 | 2024-08-15T04:57:44.415Z | + cargo --version |
83 | 2024-08-15T04:57:44.489Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-15T04:57:44.513Z | + rustc --version |
85 | 2024-08-15T04:57:44.585Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-15T04:57:44.610Z | + source ./env.sh |
87 | 2024-08-15T04:57:44.610Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-15T04:57:44.610Z | ++ set -o xtrace |
89 | 2024-08-15T04:57:44.610Z | ++++ dirname ./env.sh |
90 | 2024-08-15T04:57:44.610Z | +++ readlink -f . |
91 | 2024-08-15T04:57:44.610Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-15T04:57:44.610Z | ++ 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-15T04:57:44.610Z | ++ 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-15T04:57:44.610Z | ++ 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-15T04:57:44.610Z | ++ 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-15T04:57:44.610Z | ++ 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-15T04:57:44.610Z | ++ 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-15T04:57:44.610Z | ++ 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-15T04:57:44.610Z | ++ 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-15T04:57:44.611Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-15T04:57:44.611Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-15T04:57:44.611Z | + 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-15T04:57:44.611Z | + 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-15T04:57:44.611Z | + banner prerequisites |
105 | 2024-08-15T04:57:44.611Z | |
106 | 2024-08-15T04:57:44.611Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-15T04:57:44.611Z | # # # # # # # # # # # # # # # |
108 | 2024-08-15T04:57:44.611Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-15T04:57:44.611Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-15T04:57:44.611Z | # # # # # # # # # # # # # # # |
111 | 2024-08-15T04:57:44.611Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-15T04:57:44.611Z | |
113 | 2024-08-15T04:57:44.611Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-15T04:57:49.738Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-15T04:57:52.246Z | Startup: Caching catalogs ... Done |
116 | 2024-08-15T04:57:54.500Z | Planning: Solver setup ... Done (1.463s) |
117 | 2024-08-15T04:57:54.524Z | Planning: Running solver ... Done (0.024s) |
118 | 2024-08-15T04:57:54.558Z | Planning: Finding local manifests ... Done (0.002s) |
119 | 2024-08-15T04:57:54.703Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-15T04:57:55.427Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-15T04:57:55.613Z | Planning: Package planning ... Done (0.186s) |
122 | 2024-08-15T04:57:55.674Z | Planning: Merging actions ... Done (0.061s) |
123 | 2024-08-15T04:57:56.034Z | Planning: Checking for conflicting actions ... Done (0.360s) |
124 | 2024-08-15T04:57:56.058Z | Planning: Consolidating action changes ... Done (0.014s) |
125 | 2024-08-15T04:57:56.674Z | Planning: Evaluating mediators ... Done (0.625s) |
126 | 2024-08-15T04:57:56.698Z | Planning: Planning completed in 4.37 seconds |
127 | 2024-08-15T04:57:56.722Z | Packages to install: 4 |
128 | 2024-08-15T04:57:56.722Z | Mediators to change: 2 |
129 | 2024-08-15T04:57:56.722Z | Services to change: 1 |
130 | 2024-08-15T04:57:56.722Z | Estimated space available: 148.82 GB |
131 | 2024-08-15T04:57:56.722Z | Estimated space to be consumed: 1.48 GB |
132 | 2024-08-15T04:57:56.722Z | Create boot environment: No |
133 | 2024-08-15T04:57:56.722Z | Create backup boot environment: No |
134 | 2024-08-15T04:57:56.722Z | Rebuild boot archive: No |
135 | 2024-08-15T04:57:56.722Z | |
136 | 2024-08-15T04:57:56.722Z | Changed mediators: |
137 | 2024-08-15T04:57:56.722Z | mediator clang: |
138 | 2024-08-15T04:57:56.722Z | version: None -> 15 (system default) |
139 | 2024-08-15T04:57:56.722Z | |
140 | 2024-08-15T04:57:56.722Z | mediator llvm: |
141 | 2024-08-15T04:57:56.722Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-15T04:57:56.722Z | |
143 | 2024-08-15T04:57:56.722Z | Changed packages: |
144 | 2024-08-15T04:57:56.722Z | helios-dev |
145 | 2024-08-15T04:57:56.722Z | developer/build-essential |
146 | 2024-08-15T04:57:56.722Z | None -> 11-2.0 |
147 | 2024-08-15T04:57:56.722Z | library/libxmlsec1 |
148 | 2024-08-15T04:57:56.722Z | None -> 1.2.35-2.0 |
149 | 2024-08-15T04:57:56.722Z | ooce/developer/clang-15 |
150 | 2024-08-15T04:57:56.722Z | None -> 15.0.7-2.0 |
151 | 2024-08-15T04:57:56.722Z | ooce/developer/llvm-15 |
152 | 2024-08-15T04:57:56.722Z | None -> 15.0.7-2.0 |
153 | 2024-08-15T04:57:56.722Z | |
154 | 2024-08-15T04:57:56.722Z | Services: |
155 | 2024-08-15T04:57:56.722Z | restart_fmri: |
156 | 2024-08-15T04:57:56.722Z | svc:/system/update-man-index:default |
157 | 2024-08-15T04:57:56.750Z | |
158 | 2024-08-15T04:57:56.750Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-15T04:58:04.807Z | Download: 212/3290 items 1.3/212.6MB 0% complete (497k/s) |
160 | 2024-08-15T04:58:13.802Z | Download: 213/3290 items 1.3/212.6MB 0% complete |
161 | 2024-08-15T04:58:18.802Z | Download: 1116/3290 items 26.8/212.6MB 12% complete (5.0M/s) |
162 | 2024-08-15T04:58:23.816Z | Download: 1198/3290 items 76.5/212.6MB 35% complete (7.8M/s) |
163 | 2024-08-15T04:58:28.820Z | Download: 2087/3290 items 118.8/212.6MB 55% complete (9.4M/s) |
164 | 2024-08-15T04:58:33.819Z | Download: 3247/3290 items 182.8/212.6MB 85% complete (10.6M/s) |
165 | 2024-08-15T04:58:36.380Z | Download: Completed 212.60 MB in 39.63 seconds (5.4M/s) |
166 | 2024-08-15T04:58:36.583Z | Actions: 1/3689 actions (Installing new actions) |
167 | 2024-08-15T04:58:41.931Z | Actions: 3503/3689 actions (Installing new actions) |
168 | 2024-08-15T04:58:42.122Z | Actions: Completed 3689 actions in 5.54 seconds. |
169 | 2024-08-15T04:58:42.500Z | Done (0.372s) |
170 | 2024-08-15T04:58:42.500Z | Done (0.000s) |
171 | 2024-08-15T04:58:42.935Z | Done (0.435s) |
172 | 2024-08-15T04:58:47.680Z | Done (4.605s) |
173 | 2024-08-15T04:58:47.772Z | Done (0.018s) |
174 | 2024-08-15T04:58:47.796Z | Done (0.000s) |
175 | 2024-08-15T04:58:47.933Z | Done (0.000s) |
176 | 2024-08-15T04:58:48.596Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-08-15T04:58:48.790Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-08-15T04:58:48.814Z | Planning: Consolidating action changes ... Done |
179 | 2024-08-15T04:58:49.107Z | Planning: Evaluating mediators ... Done |
180 | 2024-08-15T04:58:49.132Z | Planning: Planning completed in 0.51 seconds |
181 | 2024-08-15T04:58:49.156Z | Mediators to change: 2 |
182 | 2024-08-15T04:58:49.156Z | Create boot environment: No |
183 | 2024-08-15T04:58:49.156Z | Create backup boot environment: No |
184 | 2024-08-15T04:58:49.203Z | Done |
185 | 2024-08-15T04:58:49.203Z | Done |
186 | 2024-08-15T04:58:49.480Z | Done |
187 | 2024-08-15T04:58:53.814Z | Done |
188 | 2024-08-15T04:58:53.906Z | Done |
189 | 2024-08-15T04:58:53.906Z | Done |
190 | 2024-08-15T04:58:53.990Z | Done |
191 | 2024-08-15T04:58:54.707Z | Planning: Evaluating mediator changes ... Done |
192 | 2024-08-15T04:58:54.731Z | Planning: Merging actions ... Done |
193 | 2024-08-15T04:58:54.935Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-08-15T04:58:54.959Z | Planning: Consolidating action changes ... Done |
195 | 2024-08-15T04:58:55.261Z | Planning: Evaluating mediators ... Done |
196 | 2024-08-15T04:58:55.345Z | Planning: Planning completed in 0.91 seconds |
197 | 2024-08-15T04:58:55.373Z | Packages to change: 1 |
198 | 2024-08-15T04:58:55.373Z | Mediators to change: 1 |
199 | 2024-08-15T04:58:55.373Z | Services to change: 1 |
200 | 2024-08-15T04:58:55.397Z | Create boot environment: No |
201 | 2024-08-15T04:58:55.397Z | Create backup boot environment: Yes |
202 | 2024-08-15T04:58:56.878Z | Actions: 1/6 actions (Updating modified actions) |
203 | 2024-08-15T04:58:56.903Z | Actions: Completed 6 actions in 0.00 seconds. |
204 | 2024-08-15T04:58:56.903Z | Done |
205 | 2024-08-15T04:58:56.903Z | Done |
206 | 2024-08-15T04:58:56.972Z | Done |
207 | 2024-08-15T04:59:01.271Z | Done |
208 | 2024-08-15T04:59:01.358Z | Done |
209 | 2024-08-15T04:59:01.385Z | Done |
210 | 2024-08-15T04:59:01.447Z | Done |
211 | 2024-08-15T04:59:01.975Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
212 | 2024-08-15T04:59:01.975Z | clang system 15 system |
213 | 2024-08-15T04:59:01.975Z | csh system system illumos |
214 | 2024-08-15T04:59:01.975Z | ctags system system illumos |
215 | 2024-08-15T04:59:01.975Z | gcc vendor 12 vendor |
216 | 2024-08-15T04:59:01.975Z | gcc system 10 system |
217 | 2024-08-15T04:59:01.975Z | gcc system 7 system |
218 | 2024-08-15T04:59:01.975Z | go system 1.20 system |
219 | 2024-08-15T04:59:01.975Z | go system 1.19 system |
220 | 2024-08-15T04:59:01.975Z | llvm system 15 system |
221 | 2024-08-15T04:59:01.976Z | llvm system 14 system |
222 | 2024-08-15T04:59:01.976Z | mariadb system 10.6 system |
223 | 2024-08-15T04:59:01.976Z | mta vendor vendor dma |
224 | 2024-08-15T04:59:01.976Z | openjdk system 17 system |
225 | 2024-08-15T04:59:01.976Z | openjdk system 11 system |
226 | 2024-08-15T04:59:01.976Z | openjdk system 1.8 system |
227 | 2024-08-15T04:59:01.976Z | openssl vendor 3 vendor |
228 | 2024-08-15T04:59:01.976Z | perl system 5.36 system |
229 | 2024-08-15T04:59:01.976Z | postgresql system 15 system |
230 | 2024-08-15T04:59:01.976Z | postgresql system 13 system |
231 | 2024-08-15T04:59:01.976Z | python vendor 3 vendor |
232 | 2024-08-15T04:59:01.976Z | python system 2 system |
233 | 2024-08-15T04:59:01.976Z | python3 system 3.11 system |
234 | 2024-08-15T04:59:01.976Z | ruby system 3.0 system |
235 | 2024-08-15T04:59:01.976Z | words vendor vendor american-english |
236 | 2024-08-15T04:59:01.976Z | words system system australian-english |
237 | 2024-08-15T04:59:01.976Z | words system system british-english |
238 | 2024-08-15T04:59:01.976Z | words system system canadian-english |
239 | 2024-08-15T04:59:01.976Z | words system system french |
240 | 2024-08-15T04:59:01.976Z | words system system italian |
241 | 2024-08-15T04:59:01.976Z | words system system ngerman |
242 | 2024-08-15T04:59:01.976Z | words system system ogerman |
243 | 2024-08-15T04:59:01.976Z | words system system spanish |
244 | 2024-08-15T04:59:02.376Z | PUBLISHER TYPE STATUS P LOCATION |
245 | 2024-08-15T04:59:02.376Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
246 | 2024-08-15T04:59:04.492Z | FMRI IFO |
247 | 2024-08-15T04:59:04.492Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2024-08-15T04:59:04.492Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2024-08-15T04:59:04.492Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2024-08-15T04:59:04.492Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2024-08-15T04:59:04.492Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
252 | 2024-08-15T04:59:04.492Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2024-08-15T04:59:04.492Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
254 | 2024-08-15T04:59:04.492Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
255 | 2024-08-15T04:59:04.492Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
256 | 2024-08-15T04:59:04.492Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
257 | 2024-08-15T04:59:04.492Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
258 | 2024-08-15T04:59:04.492Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
259 | 2024-08-15T04:59:05.141Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
260 | 2024-08-15T04:59:05.477Z | Updating git repository `https://github.com/oxidecomputer/zone` |
261 | 2024-08-15T04:59:05.795Z | Updating crates.io index |
262 | 2024-08-15T04:59:05.850Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
263 | 2024-08-15T04:59:06.639Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
264 | 2024-08-15T04:59:07.433Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
265 | 2024-08-15T04:59:07.750Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
266 | 2024-08-15T04:59:09.446Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
267 | 2024-08-15T04:59:09.725Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
268 | 2024-08-15T04:59:10.020Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
269 | 2024-08-15T04:59:11.093Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
270 | 2024-08-15T04:59:12.969Z | Updating git repository `https://github.com/oxidecomputer/opte` |
271 | 2024-08-15T04:59:14.019Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
272 | 2024-08-15T04:59:14.863Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2024-08-15T04:59:15.342Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
274 | 2024-08-15T04:59:15.950Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
275 | 2024-08-15T04:59:16.408Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
276 | 2024-08-15T04:59:16.729Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
277 | 2024-08-15T04:59:17.229Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
278 | 2024-08-15T04:59:17.637Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
279 | 2024-08-15T04:59:17.928Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
280 | 2024-08-15T04:59:18.268Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-08-15T04:59:18.739Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
282 | 2024-08-15T04:59:19.112Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
283 | 2024-08-15T04:59:19.442Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
284 | 2024-08-15T04:59:21.518Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
285 | 2024-08-15T04:59:22.028Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
286 | 2024-08-15T04:59:22.560Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
287 | 2024-08-15T04:59:23.081Z | Updating git repository `https://github.com/oxidecomputer/typify` |
288 | 2024-08-15T04:59:25.251Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
289 | 2024-08-15T04:59:25.596Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
290 | 2024-08-15T04:59:25.958Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
291 | 2024-08-15T04:59:26.543Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
292 | 2024-08-15T04:59:28.037Z | Downloading crates ... |
293 | 2024-08-15T04:59:28.103Z | Downloaded dtrace-parser v0.2.0 |
294 | 2024-08-15T04:59:28.128Z | Downloaded usdt-macro v0.5.0 |
295 | 2024-08-15T04:59:28.128Z | Downloaded usdt-attr-macro v0.5.0 |
296 | 2024-08-15T04:59:28.128Z | Downloaded thiserror-impl v1.0.63 |
297 | 2024-08-15T04:59:28.128Z | Downloaded version_check v0.9.5 |
298 | 2024-08-15T04:59:28.128Z | Downloaded ucd-trie v0.1.6 |
299 | 2024-08-15T04:59:28.128Z | Downloaded utf8parse v0.2.1 |
300 | 2024-08-15T04:59:28.152Z | Downloaded usdt v0.5.0 |
301 | 2024-08-15T04:59:28.152Z | Downloaded zerocopy-derive v0.7.34 |
302 | 2024-08-15T04:59:28.152Z | Downloaded zerocopy v0.7.34 |
303 | 2024-08-15T04:59:28.176Z | Downloaded hashbrown v0.14.5 |
304 | 2024-08-15T04:59:28.176Z | Downloaded syn v2.0.74 |
305 | 2024-08-15T04:59:28.200Z | Downloaded unicode-width v0.1.13 |
306 | 2024-08-15T04:59:28.200Z | Downloaded syn v1.0.109 |
307 | 2024-08-15T04:59:28.224Z | Downloaded libc v0.2.155 |
308 | 2024-08-15T04:59:28.248Z | Downloaded rustix v0.38.34 |
309 | 2024-08-15T04:59:28.271Z | Downloaded winnow v0.6.18 |
310 | 2024-08-15T04:59:28.272Z | Downloaded tabled v0.15.0 |
311 | 2024-08-15T04:59:28.295Z | Downloaded serde_json v1.0.124 |
312 | 2024-08-15T04:59:28.295Z | Downloaded serde v1.0.207 |
313 | 2024-08-15T04:59:28.319Z | Downloaded indexmap v2.4.0 |
314 | 2024-08-15T04:59:28.319Z | Downloaded goblin v0.8.2 |
315 | 2024-08-15T04:59:28.319Z | Downloaded clap_builder v4.5.15 |
316 | 2024-08-15T04:59:28.319Z | Downloaded unicode-ident v1.0.12 |
317 | 2024-08-15T04:59:28.343Z | Downloaded typenum v1.17.0 |
318 | 2024-08-15T04:59:28.343Z | Downloaded toml_edit v0.22.20 |
319 | 2024-08-15T04:59:28.367Z | Downloaded pest_meta v2.7.10 |
320 | 2024-08-15T04:59:28.367Z | Downloaded pest v2.7.10 |
321 | 2024-08-15T04:59:28.367Z | Downloaded thread-id v4.2.1 |
322 | 2024-08-15T04:59:28.367Z | Downloaded serde_tokenstream v0.2.1 |
323 | 2024-08-15T04:59:28.367Z | Downloaded ryu v1.0.18 |
324 | 2024-08-15T04:59:28.391Z | Downloaded pest_derive v2.7.10 |
325 | 2024-08-15T04:59:28.391Z | Downloaded memmap v0.7.0 |
326 | 2024-08-15T04:59:28.391Z | Downloaded memchr v2.7.2 |
327 | 2024-08-15T04:59:28.391Z | Downloaded usdt-impl v0.5.0 |
328 | 2024-08-15T04:59:28.391Z | Downloaded toml_datetime v0.6.8 |
329 | 2024-08-15T04:59:28.391Z | Downloaded toml v0.8.19 |
330 | 2024-08-15T04:59:28.391Z | Downloaded strsim v0.11.1 |
331 | 2024-08-15T04:59:28.391Z | Downloaded serde_derive v1.0.207 |
332 | 2024-08-15T04:59:28.391Z | Downloaded papergrid v0.11.0 |
333 | 2024-08-15T04:59:28.415Z | Downloaded thiserror v1.0.63 |
334 | 2024-08-15T04:59:28.415Z | Downloaded quote v1.0.36 |
335 | 2024-08-15T04:59:28.415Z | Downloaded proc-macro2 v1.0.86 |
336 | 2024-08-15T04:59:28.415Z | Downloaded macaddr v1.0.1 |
337 | 2024-08-15T04:59:28.415Z | Downloaded log v0.4.21 |
338 | 2024-08-15T04:59:28.416Z | Downloaded heck v0.5.0 |
339 | 2024-08-15T04:59:28.416Z | Downloaded generic-array v0.14.7 |
340 | 2024-08-15T04:59:28.416Z | Downloaded terminal_size v0.3.0 |
341 | 2024-08-15T04:59:28.416Z | Downloaded tabled_derive v0.7.0 |
342 | 2024-08-15T04:59:28.439Z | Downloaded sha2 v0.10.8 |
343 | 2024-08-15T04:59:28.439Z | Downloaded serde_spanned v0.6.7 |
344 | 2024-08-15T04:59:28.439Z | Downloaded semver v1.0.23 |
345 | 2024-08-15T04:59:28.440Z | Downloaded scroll_derive v0.12.0 |
346 | 2024-08-15T04:59:28.440Z | Downloaded proc-macro-error-attr v1.0.4 |
347 | 2024-08-15T04:59:28.440Z | Downloaded proc-macro-error v1.0.4 |
348 | 2024-08-15T04:59:28.440Z | Downloaded pretty-hex v0.4.1 |
349 | 2024-08-15T04:59:28.440Z | Downloaded clap v4.5.15 |
350 | 2024-08-15T04:59:28.440Z | Downloaded once_cell v1.19.0 |
351 | 2024-08-15T04:59:28.464Z | Downloaded is_terminal_polyfill v1.70.0 |
352 | 2024-08-15T04:59:28.464Z | Downloaded fnv v1.0.7 |
353 | 2024-08-15T04:59:28.464Z | Downloaded clap_derive v4.5.13 |
354 | 2024-08-15T04:59:28.464Z | Downloaded cargo_toml v0.20.4 |
355 | 2024-08-15T04:59:28.464Z | Downloaded bitflags v2.6.0 |
356 | 2024-08-15T04:59:28.464Z | Downloaded anyhow v1.0.86 |
357 | 2024-08-15T04:59:28.464Z | Downloaded swrite v0.1.0 |
358 | 2024-08-15T04:59:28.464Z | Downloaded scroll v0.12.0 |
359 | 2024-08-15T04:59:28.464Z | Downloaded plain v0.2.3 |
360 | 2024-08-15T04:59:28.464Z | Downloaded pest_generator v2.7.10 |
361 | 2024-08-15T04:59:28.464Z | Downloaded itoa v1.0.11 |
362 | 2024-08-15T04:59:28.464Z | Downloaded heck v0.4.1 |
363 | 2024-08-15T04:59:28.464Z | Downloaded fs-err v2.11.0 |
364 | 2024-08-15T04:59:28.488Z | Downloaded errno v0.3.9 |
365 | 2024-08-15T04:59:28.488Z | Downloaded equivalent v1.0.1 |
366 | 2024-08-15T04:59:28.488Z | Downloaded dof v0.3.0 |
367 | 2024-08-15T04:59:28.488Z | Downloaded digest v0.10.7 |
368 | 2024-08-15T04:59:28.488Z | Downloaded crypto-common v0.1.6 |
369 | 2024-08-15T04:59:28.488Z | Downloaded cpufeatures v0.2.12 |
370 | 2024-08-15T04:59:28.488Z | Downloaded colorchoice v1.0.1 |
371 | 2024-08-15T04:59:28.488Z | Downloaded clap_lex v0.7.0 |
372 | 2024-08-15T04:59:28.488Z | Downloaded cfg-if v1.0.0 |
373 | 2024-08-15T04:59:28.488Z | Downloaded cargo_metadata v0.18.1 |
374 | 2024-08-15T04:59:28.488Z | Downloaded cargo-platform v0.1.8 |
375 | 2024-08-15T04:59:28.488Z | Downloaded camino v1.1.7 |
376 | 2024-08-15T04:59:28.488Z | Downloaded byteorder v1.5.0 |
377 | 2024-08-15T04:59:28.488Z | Downloaded bytecount v0.6.8 |
378 | 2024-08-15T04:59:28.488Z | Downloaded block-buffer v0.10.4 |
379 | 2024-08-15T04:59:28.488Z | Downloaded autocfg v1.3.0 |
380 | 2024-08-15T04:59:28.488Z | Downloaded anstyle-query v1.0.3 |
381 | 2024-08-15T04:59:28.515Z | Downloaded anstyle-parse v0.2.4 |
382 | 2024-08-15T04:59:28.515Z | Downloaded anstyle v1.0.8 |
383 | 2024-08-15T04:59:28.515Z | Downloaded anstream v0.6.14 |
384 | 2024-08-15T04:59:28.623Z | Compiling proc-macro2 v1.0.86 |
385 | 2024-08-15T04:59:28.647Z | Compiling unicode-ident v1.0.12 |
386 | 2024-08-15T04:59:28.647Z | Compiling version_check v0.9.5 |
387 | 2024-08-15T04:59:28.647Z | Compiling serde v1.0.207 |
388 | 2024-08-15T04:59:28.647Z | Compiling thiserror v1.0.63 |
389 | 2024-08-15T04:59:28.647Z | Compiling memchr v2.7.2 |
390 | 2024-08-15T04:59:28.647Z | Compiling libc v0.2.155 |
391 | 2024-08-15T04:59:28.647Z | Compiling itoa v1.0.11 |
392 | 2024-08-15T04:59:28.915Z | Compiling ryu v1.0.18 |
393 | 2024-08-15T04:59:28.991Z | Compiling ucd-trie v0.1.6 |
394 | 2024-08-15T04:59:29.447Z | Compiling once_cell v1.19.0 |
395 | 2024-08-15T04:59:29.518Z | Compiling byteorder v1.5.0 |
396 | 2024-08-15T04:59:29.602Z | Compiling serde_json v1.0.124 |
397 | 2024-08-15T04:59:29.828Z | Compiling proc-macro-error-attr v1.0.4 |
398 | 2024-08-15T04:59:29.926Z | Compiling usdt-impl v0.5.0 |
399 | 2024-08-15T04:59:29.950Z | Compiling syn v1.0.109 |
400 | 2024-08-15T04:59:30.076Z | Compiling rustix v0.38.34 |
401 | 2024-08-15T04:59:30.162Z | Compiling quote v1.0.36 |
402 | 2024-08-15T04:59:30.203Z | Compiling proc-macro-error v1.0.4 |
403 | 2024-08-15T04:59:30.407Z | Compiling hashbrown v0.14.5 |
404 | 2024-08-15T04:59:30.463Z | Compiling syn v2.0.74 |
405 | 2024-08-15T04:59:30.577Z | Compiling plain v0.2.3 |
406 | 2024-08-15T04:59:30.727Z | Compiling errno v0.3.9 |
407 | 2024-08-15T04:59:30.757Z | Compiling utf8parse v0.2.1 |
408 | 2024-08-15T04:59:30.875Z | Compiling thread-id v4.2.1 |
409 | 2024-08-15T04:59:30.918Z | Compiling bitflags v2.6.0 |
410 | 2024-08-15T04:59:30.945Z | Compiling log v0.4.21 |
411 | 2024-08-15T04:59:30.969Z | Compiling equivalent v1.0.1 |
412 | 2024-08-15T04:59:31.001Z | Compiling anstyle-parse v0.2.4 |
413 | 2024-08-15T04:59:31.337Z | Compiling is_terminal_polyfill v1.70.0 |
414 | 2024-08-15T04:59:31.337Z | Compiling autocfg v1.3.0 |
415 | 2024-08-15T04:59:31.540Z | Compiling indexmap v2.4.0 |
416 | 2024-08-15T04:59:31.628Z | Compiling camino v1.1.7 |
417 | 2024-08-15T04:59:31.706Z | Compiling colorchoice v1.0.1 |
418 | 2024-08-15T04:59:31.862Z | Compiling anstyle-query v1.0.3 |
419 | 2024-08-15T04:59:31.888Z | Compiling semver v1.0.23 |
420 | 2024-08-15T04:59:32.004Z | Compiling winnow v0.6.18 |
421 | 2024-08-15T04:59:32.236Z | Compiling anstyle v1.0.8 |
422 | 2024-08-15T04:59:32.296Z | Compiling pretty-hex v0.4.1 |
423 | 2024-08-15T04:59:32.421Z | Compiling fs-err v2.11.0 |
424 | 2024-08-15T04:59:32.480Z | Compiling terminal_size v0.3.0 |
425 | 2024-08-15T04:59:32.632Z | Compiling anstream v0.6.14 |
426 | 2024-08-15T04:59:32.756Z | Compiling strsim v0.11.1 |
427 | 2024-08-15T04:59:32.780Z | Compiling heck v0.5.0 |
428 | 2024-08-15T04:59:32.846Z | Compiling clap_lex v0.7.0 |
429 | 2024-08-15T04:59:32.870Z | Compiling bytecount v0.6.8 |
430 | 2024-08-15T04:59:33.075Z | Compiling heck v0.4.1 |
431 | 2024-08-15T04:59:33.235Z | Compiling unicode-width v0.1.13 |
432 | 2024-08-15T04:59:33.304Z | Compiling fnv v1.0.7 |
433 | 2024-08-15T04:59:33.328Z | Compiling anyhow v1.0.86 |
434 | 2024-08-15T04:59:33.426Z | Compiling papergrid v0.11.0 |
435 | 2024-08-15T04:59:33.452Z | Compiling clap_builder v4.5.15 |
436 | 2024-08-15T04:59:33.766Z | Compiling memmap v0.7.0 |
437 | 2024-08-15T04:59:34.159Z | Compiling swrite v0.1.0 |
438 | 2024-08-15T04:59:35.776Z | Compiling tabled_derive v0.7.0 |
439 | 2024-08-15T04:59:37.507Z | Compiling tabled v0.15.0 |
440 | 2024-08-15T04:59:38.636Z | Compiling serde_derive v1.0.207 |
441 | 2024-08-15T04:59:38.636Z | Compiling thiserror-impl v1.0.63 |
442 | 2024-08-15T04:59:38.660Z | Compiling zerocopy-derive v0.7.34 |
443 | 2024-08-15T04:59:38.660Z | Compiling scroll_derive v0.12.0 |
444 | 2024-08-15T04:59:38.955Z | Compiling clap_derive v4.5.13 |
445 | 2024-08-15T04:59:39.796Z | Compiling scroll v0.12.0 |
446 | 2024-08-15T04:59:40.184Z | Compiling goblin v0.8.2 |
447 | 2024-08-15T04:59:40.211Z | Compiling zerocopy v0.7.34 |
448 | 2024-08-15T04:59:40.810Z | Compiling pest v2.7.10 |
449 | 2024-08-15T04:59:41.966Z | Compiling clap v4.5.15 |
450 | 2024-08-15T04:59:42.794Z | Compiling pest_meta v2.7.10 |
451 | 2024-08-15T04:59:43.749Z | Compiling pest_generator v2.7.10 |
452 | 2024-08-15T04:59:45.419Z | Compiling pest_derive v2.7.10 |
453 | 2024-08-15T04:59:46.050Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-08-15T04:59:47.886Z | Compiling serde_tokenstream v0.2.1 |
455 | 2024-08-15T04:59:47.932Z | Compiling serde_spanned v0.6.7 |
456 | 2024-08-15T04:59:47.932Z | Compiling toml_datetime v0.6.8 |
457 | 2024-08-15T04:59:48.063Z | Compiling cargo-platform v0.1.8 |
458 | 2024-08-15T04:59:48.309Z | Compiling toml_edit v0.22.20 |
459 | 2024-08-15T04:59:48.391Z | Compiling macaddr v1.0.1 |
460 | 2024-08-15T04:59:49.259Z | Compiling dof v0.3.0 |
461 | 2024-08-15T04:59:49.282Z | Compiling cargo_metadata v0.18.1 |
462 | 2024-08-15T04:59:50.872Z | Compiling toml v0.8.19 |
463 | 2024-08-15T04:59:50.948Z | Compiling usdt-attr-macro v0.5.0 |
464 | 2024-08-15T04:59:50.972Z | Compiling usdt-macro v0.5.0 |
465 | 2024-08-15T04:59:51.626Z | Compiling cargo_toml v0.20.4 |
466 | 2024-08-15T04:59:52.189Z | Compiling usdt v0.5.0 |
467 | 2024-08-15T04:59:56.017Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
468 | 2024-08-15T05:00:01.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.21s |
469 | 2024-08-15T05:00:01.317Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
470 | 2024-08-15T05:00:02.082Z | Downloading crates ... |
471 | 2024-08-15T05:00:02.216Z | Downloaded crunchy v0.2.2 |
472 | 2024-08-15T05:00:02.241Z | Downloaded base16ct v0.2.0 |
473 | 2024-08-15T05:00:02.241Z | Downloaded data-encoding v2.6.0 |
474 | 2024-08-15T05:00:02.241Z | Downloaded curve25519-dalek-derive v0.1.1 |
475 | 2024-08-15T05:00:02.241Z | Downloaded is_ci v1.2.0 |
476 | 2024-08-15T05:00:02.266Z | Downloaded instant v0.1.12 |
477 | 2024-08-15T05:00:02.266Z | Downloaded darling_macro v0.20.9 |
478 | 2024-08-15T05:00:02.266Z | Downloaded salsa20 v0.10.2 |
479 | 2024-08-15T05:00:02.266Z | Downloaded serde_path_to_error v0.1.16 |
480 | 2024-08-15T05:00:02.266Z | Downloaded sqlparser_derive v0.2.2 |
481 | 2024-08-15T05:00:02.291Z | Downloaded structmeta v0.3.0 |
482 | 2024-08-15T05:00:02.291Z | Downloaded stringprep v0.1.4 |
483 | 2024-08-15T05:00:02.291Z | Downloaded tokio-native-tls v0.3.1 |
484 | 2024-08-15T05:00:02.291Z | Downloaded toolchain_find v0.4.0 |
485 | 2024-08-15T05:00:02.291Z | Downloaded http-range v0.1.5 |
486 | 2024-08-15T05:00:02.315Z | Downloaded enum-as-inner v0.5.1 |
487 | 2024-08-15T05:00:02.315Z | Downloaded hubpack_derive v0.1.1 |
488 | 2024-08-15T05:00:02.315Z | Downloaded oso-derive v0.27.3 |
489 | 2024-08-15T05:00:02.315Z | Downloaded parse-display-derive v0.10.0 |
490 | 2024-08-15T05:00:02.315Z | Downloaded http-body v0.4.6 |
491 | 2024-08-15T05:00:02.339Z | Downloaded smallvec v0.6.14 |
492 | 2024-08-15T05:00:02.339Z | Downloaded funty v2.0.0 |
493 | 2024-08-15T05:00:02.339Z | Downloaded universal-hash v0.5.1 |
494 | 2024-08-15T05:00:02.339Z | Downloaded form_urlencoded v1.2.1 |
495 | 2024-08-15T05:00:02.339Z | Downloaded portpicker v0.1.1 |
496 | 2024-08-15T05:00:02.339Z | Downloaded phf_shared v0.11.2 |
497 | 2024-08-15T05:00:02.339Z | Downloaded fragile v2.0.0 |
498 | 2024-08-15T05:00:02.363Z | Downloaded downcast v0.11.0 |
499 | 2024-08-15T05:00:02.363Z | Downloaded display-error-chain v0.2.0 |
500 | 2024-08-15T05:00:02.363Z | Downloaded psl-types v2.0.11 |
501 | 2024-08-15T05:00:02.363Z | Downloaded sigpipe v0.1.3 |
502 | 2024-08-15T05:00:02.363Z | Downloaded phf_shared v0.10.0 |
503 | 2024-08-15T05:00:02.389Z | Downloaded siphasher v0.3.11 |
504 | 2024-08-15T05:00:02.389Z | Downloaded signal-hook-registry v1.4.2 |
505 | 2024-08-15T05:00:02.389Z | Downloaded percent-encoding v2.3.1 |
506 | 2024-08-15T05:00:02.389Z | Downloaded phf v0.11.2 |
507 | 2024-08-15T05:00:02.389Z | Downloaded getrandom v0.2.14 |
508 | 2024-08-15T05:00:02.389Z | Downloaded termtree v0.4.1 |
509 | 2024-08-15T05:00:02.413Z | Downloaded foreign-types v0.3.2 |
510 | 2024-08-15T05:00:02.413Z | Downloaded foreign-types-shared v0.1.1 |
511 | 2024-08-15T05:00:02.438Z | Downloaded precomputed-hash v0.1.1 |
512 | 2024-08-15T05:00:02.438Z | Downloaded proc-macro-crate v1.3.1 |
513 | 2024-08-15T05:00:02.438Z | Downloaded whoami v1.5.1 |
514 | 2024-08-15T05:00:02.438Z | Downloaded take_mut v0.2.2 |
515 | 2024-08-15T05:00:02.438Z | Downloaded vte_generate_state_changes v0.1.1 |
516 | 2024-08-15T05:00:02.438Z | Downloaded waitgroup v0.1.2 |
517 | 2024-08-15T05:00:02.438Z | Downloaded predicates v3.1.2 |
518 | 2024-08-15T05:00:02.464Z | Downloaded peg-runtime v0.8.3 |
519 | 2024-08-15T05:00:02.464Z | Downloaded powerfmt v0.2.0 |
520 | 2024-08-15T05:00:02.464Z | Downloaded pem v3.0.4 |
521 | 2024-08-15T05:00:02.464Z | Downloaded walkdir v2.5.0 |
522 | 2024-08-15T05:00:02.464Z | Downloaded ppv-lite86 v0.2.17 |
523 | 2024-08-15T05:00:02.464Z | Downloaded rand_core v0.6.4 |
524 | 2024-08-15T05:00:02.464Z | Downloaded spki v0.7.3 |
525 | 2024-08-15T05:00:02.489Z | Downloaded der_derive v0.7.2 |
526 | 2024-08-15T05:00:02.489Z | Downloaded time v0.3.36 |
527 | 2024-08-15T05:00:02.489Z | Downloaded x509-cert v0.2.5 |
528 | 2024-08-15T05:00:02.515Z | Downloaded winnow v0.5.40 |
529 | 2024-08-15T05:00:02.541Z | Downloaded peg-macros v0.8.4 |
530 | 2024-08-15T05:00:02.541Z | Downloaded flate2 v1.0.31 |
531 | 2024-08-15T05:00:02.541Z | Downloaded ratatui v0.28.0 |
532 | 2024-08-15T05:00:02.566Z | Downloaded regex-automata v0.4.6 |
533 | 2024-08-15T05:00:02.592Z | Downloaded h2 v0.3.26 |
534 | 2024-08-15T05:00:02.592Z | Downloaded vcpkg v0.2.15 |
535 | 2024-08-15T05:00:02.642Z | Downloaded polar-core v0.27.3 |
536 | 2024-08-15T05:00:02.666Z | Downloaded sled v0.34.7 |
537 | 2024-08-15T05:00:02.690Z | Downloaded zerocopy-derive v0.6.6 |
538 | 2024-08-15T05:00:02.690Z | Downloaded rustls v0.22.4 |
539 | 2024-08-15T05:00:02.714Z | Downloaded finl_unicode v1.2.0 |
540 | 2024-08-15T05:00:02.738Z | Downloaded encoding_rs v0.8.34 |
541 | 2024-08-15T05:00:02.763Z | Downloaded openapiv3 v2.0.0 |
542 | 2024-08-15T05:00:02.763Z | Downloaded git2 v0.19.0 |
543 | 2024-08-15T05:00:02.786Z | Downloaded gimli v0.28.1 |
544 | 2024-08-15T05:00:02.787Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
545 | 2024-08-15T05:00:02.856Z | Downloaded smoltcp v0.11.0 |
546 | 2024-08-15T05:00:02.880Z | Downloaded smoltcp v0.9.1 |
547 | 2024-08-15T05:00:02.905Z | Downloaded rustls v0.21.12 |
548 | 2024-08-15T05:00:02.905Z | Downloaded openssl v0.10.66 |
549 | 2024-08-15T05:00:02.929Z | Downloaded object v0.32.2 |
550 | 2024-08-15T05:00:02.929Z | Downloaded object v0.30.4 |
551 | 2024-08-15T05:00:02.953Z | Downloaded nix v0.28.0 |
552 | 2024-08-15T05:00:02.977Z | Downloaded nix v0.27.1 |
553 | 2024-08-15T05:00:02.977Z | Downloaded idna v0.5.0 |
554 | 2024-08-15T05:00:03.001Z | Downloaded idna v0.3.0 |
555 | 2024-08-15T05:00:03.001Z | Downloaded idna v0.2.3 |
556 | 2024-08-15T05:00:03.001Z | Downloaded libz-sys v1.1.16 |
557 | 2024-08-15T05:00:03.086Z | Downloaded ring v0.17.8 |
558 | 2024-08-15T05:00:03.174Z | Downloaded hkdf v0.12.4 |
559 | 2024-08-15T05:00:03.200Z | Downloaded petgraph v0.6.5 |
560 | 2024-08-15T05:00:03.200Z | Downloaded tokio v1.38.1 |
561 | 2024-08-15T05:00:03.247Z | Downloaded sha3 v0.10.8 |
562 | 2024-08-15T05:00:03.272Z | Downloaded lalrpop v0.19.12 |
563 | 2024-08-15T05:00:03.272Z | Downloaded ring v0.16.20 |
564 | 2024-08-15T05:00:03.380Z | Downloaded libsqlite3-sys v0.28.0 |
565 | 2024-08-15T05:00:03.466Z | Downloaded csv v1.3.0 |
566 | 2024-08-15T05:00:03.496Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
567 | 2024-08-15T05:00:03.524Z | Downloaded zerocopy v0.6.6 |
568 | 2024-08-15T05:00:03.524Z | Downloaded der v0.7.9 |
569 | 2024-08-15T05:00:03.525Z | Downloaded radix_trie v0.2.1 |
570 | 2024-08-15T05:00:03.525Z | Downloaded webpki-roots v0.25.4 |
571 | 2024-08-15T05:00:03.559Z | Downloaded regex v1.10.6 |
572 | 2024-08-15T05:00:03.560Z | Downloaded regress v0.9.1 |
573 | 2024-08-15T05:00:03.595Z | Downloaded regex-syntax v0.8.4 |
574 | 2024-08-15T05:00:03.595Z | Downloaded regex-syntax v0.6.29 |
575 | 2024-08-15T05:00:03.596Z | Downloaded portable-atomic v1.6.0 |
576 | 2024-08-15T05:00:03.596Z | Downloaded hyper v0.14.30 |
577 | 2024-08-15T05:00:03.634Z | Downloaded http v0.2.12 |
578 | 2024-08-15T05:00:03.634Z | Downloaded typed-path v0.7.1 |
579 | 2024-08-15T05:00:03.634Z | Downloaded trust-dns-proto v0.22.0 |
580 | 2024-08-15T05:00:03.634Z | Downloaded diesel v2.2.2 |
581 | 2024-08-15T05:00:03.662Z | Downloaded reedline v0.33.0 |
582 | 2024-08-15T05:00:03.662Z | Downloaded itertools v0.13.0 |
583 | 2024-08-15T05:00:03.662Z | Downloaded rand v0.7.3 |
584 | 2024-08-15T05:00:03.663Z | Downloaded prettyplease v0.2.20 |
585 | 2024-08-15T05:00:03.692Z | Downloaded subprocess v0.2.9 |
586 | 2024-08-15T05:00:03.692Z | Downloaded structmeta-derive v0.3.0 |
587 | 2024-08-15T05:00:03.692Z | Downloaded reqwest v0.11.27 |
588 | 2024-08-15T05:00:03.692Z | Downloaded proptest v1.5.0 |
589 | 2024-08-15T05:00:03.692Z | Downloaded nom v7.1.3 |
590 | 2024-08-15T05:00:03.716Z | Downloaded itertools v0.10.5 |
591 | 2024-08-15T05:00:03.716Z | Downloaded rand v0.8.5 |
592 | 2024-08-15T05:00:03.716Z | Downloaded rustls-webpki v0.102.4 |
593 | 2024-08-15T05:00:03.740Z | Downloaded spin v0.9.8 |
594 | 2024-08-15T05:00:03.740Z | Downloaded http v1.1.0 |
595 | 2024-08-15T05:00:03.740Z | Downloaded tinyvec v1.6.0 |
596 | 2024-08-15T05:00:03.740Z | Downloaded vergen v8.3.2 |
597 | 2024-08-15T05:00:03.765Z | Downloaded postcard v1.0.8 |
598 | 2024-08-15T05:00:03.765Z | Downloaded rand_core v0.5.1 |
599 | 2024-08-15T05:00:03.765Z | Downloaded rand_chacha v0.3.1 |
600 | 2024-08-15T05:00:03.765Z | Downloaded float-cmp v0.9.0 |
601 | 2024-08-15T05:00:03.765Z | Downloaded deranged v0.3.11 |
602 | 2024-08-15T05:00:03.765Z | Downloaded strum_macros v0.26.4 |
603 | 2024-08-15T05:00:03.765Z | Downloaded rsa v0.9.6 |
604 | 2024-08-15T05:00:03.765Z | Downloaded hmac v0.12.1 |
605 | 2024-08-15T05:00:03.765Z | Downloaded test-strategy v0.3.1 |
606 | 2024-08-15T05:00:03.789Z | Downloaded quick-xml v0.31.0 |
607 | 2024-08-15T05:00:03.789Z | Downloaded num-bigint-dig v0.8.4 |
608 | 2024-08-15T05:00:03.789Z | Downloaded itertools v0.12.1 |
609 | 2024-08-15T05:00:03.814Z | Downloaded flume v0.11.0 |
610 | 2024-08-15T05:00:03.814Z | Downloaded regex-automata v0.1.10 |
611 | 2024-08-15T05:00:03.815Z | Downloaded rustls-webpki v0.101.7 |
612 | 2024-08-15T05:00:03.840Z | Downloaded libm v0.2.8 |
613 | 2024-08-15T05:00:03.840Z | Downloaded tap v1.0.1 |
614 | 2024-08-15T05:00:03.840Z | Downloaded textwrap v0.16.1 |
615 | 2024-08-15T05:00:03.840Z | Downloaded fatfs v0.3.6 |
616 | 2024-08-15T05:00:03.840Z | Downloaded futures v0.3.30 |
617 | 2024-08-15T05:00:03.864Z | Downloaded url v2.5.2 |
618 | 2024-08-15T05:00:03.864Z | Downloaded libxml v0.3.3 |
619 | 2024-08-15T05:00:03.864Z | Downloaded yasna v0.5.2 |
620 | 2024-08-15T05:00:03.864Z | Downloaded ron v0.7.1 |
621 | 2024-08-15T05:00:03.864Z | Downloaded hashbrown v0.13.2 |
622 | 2024-08-15T05:00:03.888Z | Downloaded hashbrown v0.12.3 |
623 | 2024-08-15T05:00:03.888Z | Downloaded tungstenite v0.21.0 |
624 | 2024-08-15T05:00:03.889Z | Downloaded tungstenite v0.20.1 |
625 | 2024-08-15T05:00:03.889Z | Downloaded wyz v0.5.1 |
626 | 2024-08-15T05:00:03.889Z | Downloaded wait-timeout v0.2.0 |
627 | 2024-08-15T05:00:03.889Z | Downloaded thiserror-no-std v2.0.2 |
628 | 2024-08-15T05:00:03.889Z | Downloaded zeroize v1.7.0 |
629 | 2024-08-15T05:00:03.889Z | Downloaded predicates-tree v1.0.9 |
630 | 2024-08-15T05:00:03.913Z | Downloaded supports-color v3.0.0 |
631 | 2024-08-15T05:00:03.913Z | Downloaded subtle v2.5.0 |
632 | 2024-08-15T05:00:03.913Z | Downloaded peg v0.8.4 |
633 | 2024-08-15T05:00:03.913Z | Downloaded ron v0.8.1 |
634 | 2024-08-15T05:00:03.913Z | Downloaded highway v1.2.0 |
635 | 2024-08-15T05:00:03.913Z | Downloaded password-hash v0.5.0 |
636 | 2024-08-15T05:00:03.913Z | Downloaded vte v0.11.1 |
637 | 2024-08-15T05:00:03.913Z | Downloaded vsss-rs v3.3.4 |
638 | 2024-08-15T05:00:03.937Z | Downloaded slog v2.7.0 |
639 | 2024-08-15T05:00:03.937Z | Downloaded bstr v0.2.17 |
640 | 2024-08-15T05:00:03.937Z | Downloaded xattr v1.3.1 |
641 | 2024-08-15T05:00:03.937Z | Downloaded tabwriter v1.4.0 |
642 | 2024-08-15T05:00:03.937Z | Downloaded thread_local v1.1.8 |
643 | 2024-08-15T05:00:03.937Z | Downloaded pbkdf2 v0.12.2 |
644 | 2024-08-15T05:00:03.937Z | Downloaded heapless v0.7.17 |
645 | 2024-08-15T05:00:03.962Z | Downloaded unicode-normalization v0.1.23 |
646 | 2024-08-15T05:00:03.962Z | Downloaded curve25519-dalek v4.1.3 |
647 | 2024-08-15T05:00:03.962Z | Downloaded radium v0.7.0 |
648 | 2024-08-15T05:00:03.962Z | Downloaded headers v0.3.9 |
649 | 2024-08-15T05:00:03.986Z | Downloaded rand_chacha v0.2.2 |
650 | 2024-08-15T05:00:03.986Z | Downloaded strum_macros v0.24.3 |
651 | 2024-08-15T05:00:03.986Z | Downloaded group v0.13.0 |
652 | 2024-08-15T05:00:03.986Z | Downloaded heapless v0.8.0 |
653 | 2024-08-15T05:00:03.986Z | Downloaded postgres-types v0.2.7 |
654 | 2024-08-15T05:00:03.986Z | Downloaded unicode-segmentation v1.11.0 |
655 | 2024-08-15T05:00:03.986Z | Downloaded unsafe-libyaml v0.2.11 |
656 | 2024-08-15T05:00:03.986Z | Downloaded bstr v1.9.1 |
657 | 2024-08-15T05:00:04.011Z | Downloaded which v4.4.2 |
658 | 2024-08-15T05:00:04.011Z | Downloaded strum_macros v0.25.3 |
659 | 2024-08-15T05:00:04.011Z | Downloaded structmeta-derive v0.2.0 |
660 | 2024-08-15T05:00:04.011Z | Downloaded globset v0.4.14 |
661 | 2024-08-15T05:00:04.011Z | Downloaded tls_codec v0.4.1 |
662 | 2024-08-15T05:00:04.011Z | Downloaded half v2.4.1 |
663 | 2024-08-15T05:00:04.011Z | Downloaded socket2 v0.4.10 |
664 | 2024-08-15T05:00:04.041Z | Downloaded rayon v1.10.0 |
665 | 2024-08-15T05:00:04.041Z | Downloaded futures-util v0.3.30 |
666 | 2024-08-15T05:00:04.041Z | Downloaded pretty-hex v0.2.1 |
667 | 2024-08-15T05:00:04.041Z | Downloaded sync_wrapper v0.1.2 |
668 | 2024-08-15T05:00:04.041Z | Downloaded strum v0.26.3 |
669 | 2024-08-15T05:00:04.041Z | Downloaded shell-words v1.1.0 |
670 | 2024-08-15T05:00:04.041Z | Downloaded rpassword v7.3.1 |
671 | 2024-08-15T05:00:04.069Z | Downloaded time-macros v0.2.18 |
672 | 2024-08-15T05:00:04.069Z | Downloaded hostname v0.4.0 |
673 | 2024-08-15T05:00:04.069Z | Downloaded hostname v0.3.1 |
674 | 2024-08-15T05:00:04.069Z | Downloaded home v0.5.9 |
675 | 2024-08-15T05:00:04.069Z | Downloaded hex v0.4.3 |
676 | 2024-08-15T05:00:04.069Z | Downloaded heck v0.3.3 |
677 | 2024-08-15T05:00:04.069Z | Downloaded hashlink v0.9.1 |
678 | 2024-08-15T05:00:04.069Z | Downloaded thiserror-impl-no-std v2.0.2 |
679 | 2024-08-15T05:00:04.069Z | Downloaded termios v0.3.3 |
680 | 2024-08-15T05:00:04.069Z | Downloaded termcolor v1.4.1 |
681 | 2024-08-15T05:00:04.069Z | Downloaded tempfile v3.10.1 |
682 | 2024-08-15T05:00:04.069Z | Downloaded tar v0.4.41 |
683 | 2024-08-15T05:00:04.069Z | Downloaded tracing-core v0.1.32 |
684 | 2024-08-15T05:00:04.093Z | Downloaded publicsuffix v2.2.3 |
685 | 2024-08-15T05:00:04.093Z | Downloaded expectorate v1.1.0 |
686 | 2024-08-15T05:00:04.093Z | Downloaded trust-dns-server v0.22.1 |
687 | 2024-08-15T05:00:04.093Z | Downloaded pkcs5 v0.7.1 |
688 | 2024-08-15T05:00:04.093Z | Downloaded diff v0.1.13 |
689 | 2024-08-15T05:00:04.093Z | Downloaded uuid v1.10.0 |
690 | 2024-08-15T05:00:04.093Z | Downloaded socket2 v0.5.7 |
691 | 2024-08-15T05:00:04.117Z | Downloaded snafu v0.8.2 |
692 | 2024-08-15T05:00:04.117Z | Downloaded mio v1.0.2 |
693 | 2024-08-15T05:00:04.117Z | Downloaded want v0.3.1 |
694 | 2024-08-15T05:00:04.117Z | Downloaded predicates-core v1.0.6 |
695 | 2024-08-15T05:00:04.117Z | Downloaded path-slash v0.1.5 |
696 | 2024-08-15T05:00:04.117Z | Downloaded paste v1.0.15 |
697 | 2024-08-15T05:00:04.117Z | Downloaded float-ord v0.3.2 |
698 | 2024-08-15T05:00:04.118Z | Downloaded slog-async v2.8.0 |
699 | 2024-08-15T05:00:04.142Z | Downloaded shlex v1.3.0 |
700 | 2024-08-15T05:00:04.142Z | Downloaded ref-cast-impl v1.0.23 |
701 | 2024-08-15T05:00:04.142Z | Downloaded ref-cast v1.0.23 |
702 | 2024-08-15T05:00:04.142Z | Downloaded rand_xorshift v0.3.0 |
703 | 2024-08-15T05:00:04.142Z | Downloaded rand_seeder v0.3.0 |
704 | 2024-08-15T05:00:04.142Z | Downloaded foreign-types-macros v0.2.3 |
705 | 2024-08-15T05:00:04.142Z | Downloaded foreign-types v0.5.0 |
706 | 2024-08-15T05:00:04.142Z | Downloaded tiny-keccak v2.0.2 |
707 | 2024-08-15T05:00:04.142Z | Downloaded hash32 v0.3.1 |
708 | 2024-08-15T05:00:04.142Z | Downloaded hash32 v0.2.1 |
709 | 2024-08-15T05:00:04.142Z | Downloaded term v0.7.0 |
710 | 2024-08-15T05:00:04.142Z | Downloaded uzers v0.11.3 |
711 | 2024-08-15T05:00:04.142Z | Downloaded trust-dns-client v0.22.0 |
712 | 2024-08-15T05:00:04.166Z | Downloaded secrecy v0.8.0 |
713 | 2024-08-15T05:00:04.166Z | Downloaded rusqlite v0.31.0 |
714 | 2024-08-15T05:00:04.166Z | Downloaded mio v0.8.11 |
715 | 2024-08-15T05:00:04.166Z | Downloaded minimal-lexical v0.2.1 |
716 | 2024-08-15T05:00:04.190Z | Downloaded flagset v0.4.5 |
717 | 2024-08-15T05:00:04.190Z | Downloaded rcgen v0.12.1 |
718 | 2024-08-15T05:00:04.190Z | Downloaded tinyvec_macros v0.1.1 |
719 | 2024-08-15T05:00:04.190Z | Downloaded time-core v0.1.2 |
720 | 2024-08-15T05:00:04.190Z | Downloaded headers-core v0.2.0 |
721 | 2024-08-15T05:00:04.190Z | Downloaded fixedbitset v0.4.2 |
722 | 2024-08-15T05:00:04.190Z | Downloaded postgres-protocol v0.6.7 |
723 | 2024-08-15T05:00:04.190Z | Downloaded unicase v2.7.0 |
724 | 2024-08-15T05:00:04.190Z | Downloaded slab v0.4.9 |
725 | 2024-08-15T05:00:04.190Z | Downloaded trust-dns-resolver v0.22.0 |
726 | 2024-08-15T05:00:04.190Z | Downloaded poly1305 v0.8.0 |
727 | 2024-08-15T05:00:04.214Z | Downloaded pkcs8 v0.10.2 |
728 | 2024-08-15T05:00:04.214Z | Downloaded pkcs1 v0.7.5 |
729 | 2024-08-15T05:00:04.214Z | Downloaded unicode-linebreak v0.1.5 |
730 | 2024-08-15T05:00:04.214Z | Downloaded unicode-bidi v0.3.15 |
731 | 2024-08-15T05:00:04.214Z | Downloaded tracing-attributes v0.1.27 |
732 | 2024-08-15T05:00:04.214Z | Downloaded similar v2.5.0 |
733 | 2024-08-15T05:00:04.214Z | Downloaded signal-hook v0.3.17 |
734 | 2024-08-15T05:00:04.214Z | Downloaded getrandom v0.1.16 |
735 | 2024-08-15T05:00:04.239Z | Downloaded futures-core v0.3.30 |
736 | 2024-08-15T05:00:04.239Z | Downloaded futures-channel v0.3.30 |
737 | 2024-08-15T05:00:04.239Z | Downloaded pem-rfc7468 v0.7.0 |
738 | 2024-08-15T05:00:04.239Z | Downloaded tokio-macros v2.3.0 |
739 | 2024-08-15T05:00:04.239Z | Downloaded tls_codec_derive v0.4.1 |
740 | 2024-08-15T05:00:04.239Z | Downloaded signal-hook-mio v0.2.4 |
741 | 2024-08-15T05:00:04.239Z | Downloaded derive-where v1.2.7 |
742 | 2024-08-15T05:00:04.239Z | Downloaded unicode-truncate v1.0.0 |
743 | 2024-08-15T05:00:04.239Z | Downloaded unarray v0.1.4 |
744 | 2024-08-15T05:00:04.239Z | Downloaded schemars v0.8.21 |
745 | 2024-08-15T05:00:04.263Z | Downloaded sqlparser v0.45.0 |
746 | 2024-08-15T05:00:04.263Z | Downloaded r2d2 v0.8.10 |
747 | 2024-08-15T05:00:04.264Z | Downloaded filetime v0.2.24 |
748 | 2024-08-15T05:00:04.264Z | Downloaded ff v0.13.0 |
749 | 2024-08-15T05:00:04.264Z | Downloaded fd-lock v4.0.2 |
750 | 2024-08-15T05:00:04.264Z | Downloaded tui-tree-widget v0.22.0 |
751 | 2024-08-15T05:00:04.288Z | Downloaded signature v2.2.0 |
752 | 2024-08-15T05:00:04.288Z | Downloaded quick-error v1.2.3 |
753 | 2024-08-15T05:00:04.288Z | Downloaded derive_builder v0.20.0 |
754 | 2024-08-15T05:00:04.288Z | Downloaded twox-hash v1.6.3 |
755 | 2024-08-15T05:00:04.288Z | Downloaded serde-hex v0.1.0 |
756 | 2024-08-15T05:00:04.288Z | Downloaded semver v0.1.20 |
757 | 2024-08-15T05:00:04.288Z | Downloaded sec1 v0.7.3 |
758 | 2024-08-15T05:00:04.288Z | Downloaded sct v0.7.1 |
759 | 2024-08-15T05:00:04.288Z | Downloaded snafu-derive v0.8.2 |
760 | 2024-08-15T05:00:04.288Z | Downloaded parse-size v1.0.0 |
761 | 2024-08-15T05:00:04.288Z | Downloaded erased-serde v0.3.31 |
762 | 2024-08-15T05:00:04.312Z | Downloaded derive_builder_core v0.20.0 |
763 | 2024-08-15T05:00:04.312Z | Downloaded pkg-config v0.3.30 |
764 | 2024-08-15T05:00:04.312Z | Downloaded openssl-sys v0.9.103 |
765 | 2024-08-15T05:00:04.312Z | Downloaded chrono v0.4.38 |
766 | 2024-08-15T05:00:04.312Z | Downloaded signal-hook-tokio v0.3.1 |
767 | 2024-08-15T05:00:04.312Z | Downloaded resolv-conf v0.7.0 |
768 | 2024-08-15T05:00:04.312Z | Downloaded fastrand v2.1.0 |
769 | 2024-08-15T05:00:04.312Z | Downloaded fallible-iterator v0.3.0 |
770 | 2024-08-15T05:00:04.336Z | Downloaded dyn-clone v1.0.17 |
771 | 2024-08-15T05:00:04.336Z | Downloaded pin-project-lite v0.2.14 |
772 | 2024-08-15T05:00:04.336Z | Downloaded pin-project v1.1.5 |
773 | 2024-08-15T05:00:04.336Z | Downloaded diesel_derives v2.2.2 |
774 | 2024-08-15T05:00:04.360Z | Downloaded unicode_categories v0.1.1 |
775 | 2024-08-15T05:00:04.360Z | Downloaded rayon-core v1.12.1 |
776 | 2024-08-15T05:00:04.360Z | Downloaded tough v0.17.1 |
777 | 2024-08-15T05:00:04.360Z | Downloaded fallible-streaming-iterator v0.1.9 |
778 | 2024-08-15T05:00:04.360Z | Downloaded fallible-iterator v0.2.0 |
779 | 2024-08-15T05:00:04.360Z | Downloaded dsl_auto_type v0.1.2 |
780 | 2024-08-15T05:00:04.360Z | Downloaded glob v0.3.1 |
781 | 2024-08-15T05:00:04.384Z | Downloaded tokio-util v0.7.11 |
782 | 2024-08-15T05:00:04.384Z | Downloaded num-traits v0.2.19 |
783 | 2024-08-15T05:00:04.384Z | Downloaded indicatif v0.17.8 |
784 | 2024-08-15T05:00:04.384Z | Downloaded derive_builder_macro v0.20.0 |
785 | 2024-08-15T05:00:04.384Z | Downloaded rustls-pki-types v1.7.0 |
786 | 2024-08-15T05:00:04.385Z | Downloaded rustls-pemfile v2.1.3 |
787 | 2024-08-15T05:00:04.385Z | Downloaded utf-8 v0.7.6 |
788 | 2024-08-15T05:00:04.385Z | Downloaded untrusted v0.7.1 |
789 | 2024-08-15T05:00:04.409Z | Downloaded mockall_derive v0.13.0 |
790 | 2024-08-15T05:00:04.409Z | Downloaded try-lock v0.2.5 |
791 | 2024-08-15T05:00:04.409Z | Downloaded serde-big-array v0.5.1 |
792 | 2024-08-15T05:00:04.409Z | Downloaded scrypt v0.11.0 |
793 | 2024-08-15T05:00:04.409Z | Downloaded scopeguard v1.2.0 |
794 | 2024-08-15T05:00:04.409Z | Downloaded schemars_derive v0.8.21 |
795 | 2024-08-15T05:00:04.409Z | Downloaded scheduled-thread-pool v0.2.7 |
796 | 2024-08-15T05:00:04.409Z | Downloaded same-file v1.0.6 |
797 | 2024-08-15T05:00:04.409Z | Downloaded rustversion v1.0.17 |
798 | 2024-08-15T05:00:04.409Z | Downloaded pin-utils v0.1.0 |
799 | 2024-08-15T05:00:04.409Z | Downloaded pin-project-internal v1.1.5 |
800 | 2024-08-15T05:00:04.409Z | Downloaded dirs-sys-next v0.1.2 |
801 | 2024-08-15T05:00:04.409Z | Downloaded dirs-next v2.0.0 |
802 | 2024-08-15T05:00:04.409Z | Downloaded difflib v0.4.0 |
803 | 2024-08-15T05:00:04.409Z | Downloaded derive_more v0.99.18 |
804 | 2024-08-15T05:00:04.433Z | Downloaded untrusted v0.9.0 |
805 | 2024-08-15T05:00:04.433Z | Downloaded rustc_version v0.1.7 |
806 | 2024-08-15T05:00:04.434Z | Downloaded rustc-demangle v0.1.24 |
807 | 2024-08-15T05:00:04.434Z | Downloaded oso v0.27.3 |
808 | 2024-08-15T05:00:04.434Z | Downloaded env_logger v0.10.2 |
809 | 2024-08-15T05:00:04.434Z | Downloaded spin v0.5.2 |
810 | 2024-08-15T05:00:04.434Z | Downloaded smf v0.2.3 |
811 | 2024-08-15T05:00:04.434Z | Downloaded rustfmt-wrapper v0.2.1 |
812 | 2024-08-15T05:00:04.434Z | Downloaded native-tls v0.2.11 |
813 | 2024-08-15T05:00:04.434Z | Downloaded miniz_oxide v0.7.2 |
814 | 2024-08-15T05:00:04.458Z | Downloaded lock_api v0.4.12 |
815 | 2024-08-15T05:00:04.458Z | Downloaded blake3 v1.5.1 |
816 | 2024-08-15T05:00:04.458Z | Downloaded bindgen v0.69.4 |
817 | 2024-08-15T05:00:04.458Z | Downloaded smallvec v1.13.2 |
818 | 2024-08-15T05:00:04.458Z | Downloaded slog-term v2.9.1 |
819 | 2024-08-15T05:00:04.482Z | Downloaded parking_lot v0.12.2 |
820 | 2024-08-15T05:00:04.482Z | Downloaded toml_edit v0.19.15 |
821 | 2024-08-15T05:00:04.506Z | Downloaded serde_with v3.8.3 |
822 | 2024-08-15T05:00:04.506Z | Downloaded bitvec v1.0.1 |
823 | 2024-08-15T05:00:04.529Z | Downloaded parking_lot_core v0.9.10 |
824 | 2024-08-15T05:00:04.529Z | Downloaded zip v0.6.6 |
825 | 2024-08-15T05:00:04.529Z | Downloaded tracing v0.1.40 |
826 | 2024-08-15T05:00:04.529Z | Downloaded tokio-postgres v0.7.11 |
827 | 2024-08-15T05:00:04.554Z | Downloaded static_assertions v1.1.0 |
828 | 2024-08-15T05:00:04.554Z | Downloaded omicron-zone-package v0.11.0 |
829 | 2024-08-15T05:00:04.554Z | Downloaded libloading v0.8.3 |
830 | 2024-08-15T05:00:04.554Z | Downloaded foreign-types-shared v0.3.1 |
831 | 2024-08-15T05:00:04.554Z | Downloaded diesel_table_macro_syntax v0.2.0 |
832 | 2024-08-15T05:00:04.554Z | Downloaded unicode-xid v0.2.4 |
833 | 2024-08-15T05:00:04.554Z | Downloaded smawk v0.3.2 |
834 | 2024-08-15T05:00:04.554Z | Downloaded slog-stdlog v4.1.1 |
835 | 2024-08-15T05:00:04.554Z | Downloaded slog-scope v4.4.0 |
836 | 2024-08-15T05:00:04.554Z | Downloaded slog-json v2.6.1 |
837 | 2024-08-15T05:00:04.554Z | Downloaded slog-envlogger v2.2.0 |
838 | 2024-08-15T05:00:04.554Z | Downloaded rtoolbox v0.0.2 |
839 | 2024-08-15T05:00:04.554Z | Downloaded parse-display v0.10.0 |
840 | 2024-08-15T05:00:04.554Z | Downloaded parking_lot_core v0.8.6 |
841 | 2024-08-15T05:00:04.578Z | Downloaded elliptic-curve v0.13.8 |
842 | 2024-08-15T05:00:04.578Z | Downloaded steno v0.4.1 |
843 | 2024-08-15T05:00:04.578Z | Downloaded num-complex v0.4.6 |
844 | 2024-08-15T05:00:04.578Z | Downloaded mime_guess v2.0.4 |
845 | 2024-08-15T05:00:04.578Z | Downloaded indexmap v1.9.3 |
846 | 2024-08-15T05:00:04.578Z | Downloaded slog-dtrace v0.3.0 |
847 | 2024-08-15T05:00:04.578Z | Downloaded slog-bunyan v2.5.0 |
848 | 2024-08-15T05:00:04.578Z | Downloaded rustls-pemfile v1.0.4 |
849 | 2024-08-15T05:00:04.578Z | Downloaded rustc_version v0.4.0 |
850 | 2024-08-15T05:00:04.602Z | Downloaded rustc-hash v1.1.0 |
851 | 2024-08-15T05:00:04.602Z | Downloaded parking_lot v0.11.2 |
852 | 2024-08-15T05:00:04.602Z | Downloaded packed_struct_codegen v0.10.1 |
853 | 2024-08-15T05:00:04.602Z | Downloaded owo-colors v4.0.0 |
854 | 2024-08-15T05:00:04.602Z | Downloaded httparse v1.8.0 |
855 | 2024-08-15T05:00:04.602Z | Downloaded rustyline v14.0.0 |
856 | 2024-08-15T05:00:04.602Z | Downloaded defmt-parser v0.3.4 |
857 | 2024-08-15T05:00:04.602Z | Downloaded packed_struct v0.10.1 |
858 | 2024-08-15T05:00:04.602Z | Downloaded humantime v2.1.0 |
859 | 2024-08-15T05:00:04.602Z | Downloaded hubpack v0.1.2 |
860 | 2024-08-15T05:00:04.602Z | Downloaded crossterm v0.27.0 |
861 | 2024-08-15T05:00:04.626Z | Downloaded crossbeam-channel v0.5.12 |
862 | 2024-08-15T05:00:04.626Z | Downloaded httpdate v1.0.3 |
863 | 2024-08-15T05:00:04.626Z | Downloaded getopts v0.2.21 |
864 | 2024-08-15T05:00:04.626Z | Downloaded gethostname v0.5.0 |
865 | 2024-08-15T05:00:04.626Z | Downloaded futures-sink v0.3.30 |
866 | 2024-08-15T05:00:04.626Z | Downloaded futures-macro v0.3.30 |
867 | 2024-08-15T05:00:04.626Z | Downloaded futures-io v0.3.30 |
868 | 2024-08-15T05:00:04.626Z | Downloaded futures-executor v0.3.30 |
869 | 2024-08-15T05:00:04.626Z | Downloaded env_logger v0.9.3 |
870 | 2024-08-15T05:00:04.626Z | Downloaded embedded-io v0.4.0 |
871 | 2024-08-15T05:00:04.650Z | Downloaded toml v0.7.8 |
872 | 2024-08-15T05:00:04.650Z | Downloaded toml v0.5.11 |
873 | 2024-08-15T05:00:04.650Z | Downloaded tokio-tungstenite v0.20.1 |
874 | 2024-08-15T05:00:04.650Z | Downloaded tokio-rustls v0.24.1 |
875 | 2024-08-15T05:00:04.650Z | Downloaded num-rational v0.4.2 |
876 | 2024-08-15T05:00:04.650Z | Downloaded nu-ansi-term v0.50.0 |
877 | 2024-08-15T05:00:04.650Z | Downloaded multer v3.1.0 |
878 | 2024-08-15T05:00:04.650Z | Downloaded memmap2 v0.9.4 |
879 | 2024-08-15T05:00:04.650Z | Downloaded ipnet v2.9.0 |
880 | 2024-08-15T05:00:04.674Z | Downloaded futures-task v0.3.30 |
881 | 2024-08-15T05:00:04.674Z | Downloaded zone v0.1.8 |
882 | 2024-08-15T05:00:04.674Z | Downloaded zeroize_derive v1.4.2 |
883 | 2024-08-15T05:00:04.674Z | Downloaded olpc-cjson v0.1.3 |
884 | 2024-08-15T05:00:04.674Z | Downloaded num_enum v0.5.11 |
885 | 2024-08-15T05:00:04.675Z | Downloaded num v0.4.3 |
886 | 2024-08-15T05:00:04.675Z | Downloaded memoffset v0.9.1 |
887 | 2024-08-15T05:00:04.675Z | Downloaded lru-cache v0.1.2 |
888 | 2024-08-15T05:00:04.675Z | Downloaded hyper-rustls v0.24.2 |
889 | 2024-08-15T05:00:04.675Z | Downloaded ena v0.14.3 |
890 | 2024-08-15T05:00:04.675Z | Downloaded either v1.13.0 |
891 | 2024-08-15T05:00:04.675Z | Downloaded defmt-macros v0.3.9 |
892 | 2024-08-15T05:00:04.699Z | Downloaded tower-service v0.3.2 |
893 | 2024-08-15T05:00:04.699Z | Downloaded topological-sort v0.2.2 |
894 | 2024-08-15T05:00:04.699Z | Downloaded tokio-tungstenite v0.21.0 |
895 | 2024-08-15T05:00:04.699Z | Downloaded tokio-stream v0.1.15 |
896 | 2024-08-15T05:00:04.699Z | Downloaded tokio-rustls v0.25.0 |
897 | 2024-08-15T05:00:04.699Z | Downloaded string_cache v0.8.7 |
898 | 2024-08-15T05:00:04.699Z | Downloaded serde_yaml v0.9.34+deprecated |
899 | 2024-08-15T05:00:04.699Z | Downloaded num-iter v0.1.45 |
900 | 2024-08-15T05:00:04.699Z | Downloaded num-derive v0.4.2 |
901 | 2024-08-15T05:00:04.699Z | Downloaded multimap v0.10.0 |
902 | 2024-08-15T05:00:04.699Z | Downloaded is-terminal v0.4.12 |
903 | 2024-08-15T05:00:04.699Z | Downloaded hyper-staticfile v0.9.5 |
904 | 2024-08-15T05:00:04.723Z | Downloaded aho-corasick v1.1.3 |
905 | 2024-08-15T05:00:04.723Z | Downloaded fxhash v0.2.1 |
906 | 2024-08-15T05:00:04.723Z | Downloaded endian-type v0.1.2 |
907 | 2024-08-15T05:00:04.723Z | Downloaded zone_cfg_derive v0.1.2 |
908 | 2024-08-15T05:00:04.723Z | Downloaded samael v0.0.15 |
909 | 2024-08-15T05:00:04.723Z | Downloaded num_enum_derive v0.5.11 |
910 | 2024-08-15T05:00:04.723Z | Downloaded num-integer v0.1.46 |
911 | 2024-08-15T05:00:04.723Z | Downloaded nibble_vec v0.1.0 |
912 | 2024-08-15T05:00:04.723Z | Downloaded newtype-uuid v1.1.0 |
913 | 2024-08-15T05:00:04.723Z | Downloaded nanorand v0.7.0 |
914 | 2024-08-15T05:00:04.747Z | Downloaded md-5 v0.10.6 |
915 | 2024-08-15T05:00:04.747Z | Downloaded maplit v1.0.2 |
916 | 2024-08-15T05:00:04.747Z | Downloaded jobserver v0.1.32 |
917 | 2024-08-15T05:00:04.747Z | Downloaded iana-time-zone v0.1.60 |
918 | 2024-08-15T05:00:04.747Z | Downloaded sqlformat v0.2.4 |
919 | 2024-08-15T05:00:04.747Z | Downloaded mockall v0.13.0 |
920 | 2024-08-15T05:00:04.747Z | Downloaded mime v0.3.17 |
921 | 2024-08-15T05:00:04.747Z | Downloaded maybe-uninit v2.0.0 |
922 | 2024-08-15T05:00:04.748Z | Downloaded match_cfg v0.1.0 |
923 | 2024-08-15T05:00:04.748Z | Downloaded managed v0.8.0 |
924 | 2024-08-15T05:00:04.748Z | Downloaded lru v0.12.3 |
925 | 2024-08-15T05:00:04.748Z | Downloaded indoc v1.0.9 |
926 | 2024-08-15T05:00:04.748Z | Downloaded indent_write v2.2.0 |
927 | 2024-08-15T05:00:04.748Z | Downloaded crypto-bigint v0.5.5 |
928 | 2024-08-15T05:00:04.771Z | Downloaded crossterm v0.28.1 |
929 | 2024-08-15T05:00:04.771Z | Downloaded serde_with_macros v3.8.3 |
930 | 2024-08-15T05:00:04.772Z | Downloaded serde_derive_internals v0.29.1 |
931 | 2024-08-15T05:00:04.772Z | Downloaded num_cpus v1.16.0 |
932 | 2024-08-15T05:00:04.772Z | Downloaded num-conv v0.1.0 |
933 | 2024-08-15T05:00:04.772Z | Downloaded linear-map v1.2.0 |
934 | 2024-08-15T05:00:04.795Z | Downloaded libefi-sys v0.1.0 |
935 | 2024-08-15T05:00:04.795Z | Downloaded lazy_static v1.5.0 |
936 | 2024-08-15T05:00:04.796Z | Downloaded stable_deref_trait v1.2.0 |
937 | 2024-08-15T05:00:04.796Z | Downloaded opaque-debug v0.3.1 |
938 | 2024-08-15T05:00:04.796Z | Downloaded nodrop v0.1.14 |
939 | 2024-08-15T05:00:04.796Z | Downloaded lalrpop-util v0.19.12 |
940 | 2024-08-15T05:00:04.796Z | Downloaded keccak v0.1.5 |
941 | 2024-08-15T05:00:04.796Z | Downloaded instability v0.3.2 |
942 | 2024-08-15T05:00:04.796Z | Downloaded impl-trait-for-tuples v0.2.2 |
943 | 2024-08-15T05:00:04.796Z | Downloaded compact_str v0.8.0 |
944 | 2024-08-15T05:00:04.796Z | Downloaded structmeta v0.2.0 |
945 | 2024-08-15T05:00:04.796Z | Downloaded strip-ansi-escapes v0.2.0 |
946 | 2024-08-15T05:00:04.796Z | Downloaded sha1 v0.10.6 |
947 | 2024-08-15T05:00:04.796Z | Downloaded serde_urlencoded v0.7.1 |
948 | 2024-08-15T05:00:04.820Z | Downloaded serde_repr v0.1.19 |
949 | 2024-08-15T05:00:04.820Z | Downloaded serde_plain v1.0.2 |
950 | 2024-08-15T05:00:04.820Z | Downloaded serde_arrays v0.1.0 |
951 | 2024-08-15T05:00:04.820Z | Downloaded openssl-probe v0.1.5 |
952 | 2024-08-15T05:00:04.820Z | Downloaded num_threads v0.1.7 |
953 | 2024-08-15T05:00:04.820Z | Downloaded normalize-line-endings v0.3.0 |
954 | 2024-08-15T05:00:04.820Z | Downloaded newtype_derive v0.1.6 |
955 | 2024-08-15T05:00:04.820Z | Downloaded newline-converter v0.3.0 |
956 | 2024-08-15T05:00:04.820Z | Downloaded matches v0.1.10 |
957 | 2024-08-15T05:00:04.820Z | Downloaded libsw v3.3.1 |
958 | 2024-08-15T05:00:04.820Z | Downloaded defmt v0.3.8 |
959 | 2024-08-15T05:00:04.820Z | Downloaded const-oid v0.9.6 |
960 | 2024-08-15T05:00:04.820Z | Downloaded assert_matches v1.5.0 |
961 | 2024-08-15T05:00:04.820Z | Downloaded openssl-macros v0.1.1 |
962 | 2024-08-15T05:00:04.821Z | Downloaded linked-hash-map v0.5.6 |
963 | 2024-08-15T05:00:04.851Z | Downloaded lazycell v1.3.0 |
964 | 2024-08-15T05:00:04.851Z | Downloaded kstat-rs v0.2.4 |
965 | 2024-08-15T05:00:04.851Z | Downloaded ipnetwork v0.20.0 |
966 | 2024-08-15T05:00:04.851Z | Downloaded inout v0.1.3 |
967 | 2024-08-15T05:00:04.851Z | Downloaded ident_case v1.0.1 |
968 | 2024-08-15T05:00:04.851Z | Downloaded hyper-tls v0.5.0 |
969 | 2024-08-15T05:00:04.851Z | Downloaded aes v0.8.4 |
970 | 2024-08-15T05:00:04.851Z | Downloaded number_prefix v0.4.0 |
971 | 2024-08-15T05:00:04.851Z | Downloaded new_debug_unreachable v1.0.6 |
972 | 2024-08-15T05:00:04.851Z | Downloaded crossbeam-epoch v0.9.18 |
973 | 2024-08-15T05:00:04.851Z | Downloaded cookie v0.18.1 |
974 | 2024-08-15T05:00:04.851Z | Downloaded rusty-fork v0.3.0 |
975 | 2024-08-15T05:00:04.851Z | Downloaded debug-ignore v1.0.5 |
976 | 2024-08-15T05:00:04.851Z | Downloaded darling v0.20.9 |
977 | 2024-08-15T05:00:04.882Z | Downloaded crc-catalog v2.4.0 |
978 | 2024-08-15T05:00:04.882Z | Downloaded crc v3.2.1 |
979 | 2024-08-15T05:00:04.882Z | Downloaded convert_case v0.4.0 |
980 | 2024-08-15T05:00:04.883Z | Downloaded const_format v0.2.32 |
981 | 2024-08-15T05:00:04.883Z | Downloaded cobs v0.2.3 |
982 | 2024-08-15T05:00:04.883Z | Downloaded cipher v0.4.4 |
983 | 2024-08-15T05:00:04.884Z | Downloaded chacha20poly1305 v0.10.1 |
984 | 2024-08-15T05:00:04.888Z | Downloaded cc v1.0.97 |
985 | 2024-08-15T05:00:04.888Z | Downloaded cbc v0.1.2 |
986 | 2024-08-15T05:00:04.888Z | Downloaded cassowary v0.3.0 |
987 | 2024-08-15T05:00:04.888Z | Downloaded bzip2 v0.4.4 |
988 | 2024-08-15T05:00:04.888Z | Downloaded buf-list v1.0.3 |
989 | 2024-08-15T05:00:04.920Z | Downloaded base64 v0.22.1 |
990 | 2024-08-15T05:00:04.920Z | Downloaded base64 v0.21.7 |
991 | 2024-08-15T05:00:04.920Z | Downloaded darling_core v0.20.9 |
992 | 2024-08-15T05:00:04.920Z | Downloaded const_format_proc_macros v0.2.32 |
993 | 2024-08-15T05:00:04.920Z | Downloaded ciborium-io v0.2.2 |
994 | 2024-08-15T05:00:04.920Z | Downloaded chacha20 v0.9.1 |
995 | 2024-08-15T05:00:04.920Z | Downloaded camino-tempfile v1.1.1 |
996 | 2024-08-15T05:00:04.920Z | Downloaded base64 v0.13.1 |
997 | 2024-08-15T05:00:04.920Z | Downloaded backtrace v0.3.71 |
998 | 2024-08-15T05:00:04.921Z | Downloaded arc-swap v1.7.1 |
999 | 2024-08-15T05:00:04.921Z | Downloaded crucible-workspace-hack v0.1.0 |
1000 | 2024-08-15T05:00:04.921Z | Downloaded crossbeam-utils v0.8.19 |
1001 | 2024-08-15T05:00:04.921Z | Downloaded crc-any v2.5.0 |
1002 | 2024-08-15T05:00:04.948Z | Downloaded cexpr v0.6.0 |
1003 | 2024-08-15T05:00:04.948Z | Downloaded bytes v1.7.1 |
1004 | 2024-08-15T05:00:04.948Z | Downloaded blake2 v0.10.6 |
1005 | 2024-08-15T05:00:04.948Z | Downloaded bcs v0.1.6 |
1006 | 2024-08-15T05:00:04.948Z | Downloaded allocator-api2 v0.2.18 |
1007 | 2024-08-15T05:00:04.948Z | Downloaded clang-sys v1.7.0 |
1008 | 2024-08-15T05:00:04.949Z | Downloaded cancel-safe-futures v0.1.5 |
1009 | 2024-08-15T05:00:04.949Z | Downloaded base64ct v1.6.0 |
1010 | 2024-08-15T05:00:04.949Z | Downloaded backoff v0.4.0 |
1011 | 2024-08-15T05:00:04.949Z | Downloaded arrayvec v0.7.4 |
1012 | 2024-08-15T05:00:04.976Z | Downloaded csv-core v0.1.11 |
1013 | 2024-08-15T05:00:04.977Z | Downloaded crc32fast v1.4.0 |
1014 | 2024-08-15T05:00:04.977Z | Downloaded cookie_store v0.20.0 |
1015 | 2024-08-15T05:00:04.977Z | Downloaded cookie v0.17.0 |
1016 | 2024-08-15T05:00:04.977Z | Downloaded console v0.15.8 |
1017 | 2024-08-15T05:00:04.977Z | Downloaded ciborium-ll v0.2.2 |
1018 | 2024-08-15T05:00:04.977Z | Downloaded ciborium v0.2.2 |
1019 | 2024-08-15T05:00:04.977Z | Downloaded castaway v0.2.3 |
1020 | 2024-08-15T05:00:04.977Z | Downloaded block-padding v0.3.3 |
1021 | 2024-08-15T05:00:04.977Z | Downloaded bitfield v0.14.0 |
1022 | 2024-08-15T05:00:04.977Z | Downloaded bit-set v0.5.3 |
1023 | 2024-08-15T05:00:04.977Z | Downloaded ascii-canvas v3.0.0 |
1024 | 2024-08-15T05:00:04.977Z | Downloaded ascii v1.1.0 |
1025 | 2024-08-15T05:00:04.978Z | Downloaded ahash v0.8.11 |
1026 | 2024-08-15T05:00:05.004Z | Downloaded addr2line v0.21.0 |
1027 | 2024-08-15T05:00:05.004Z | Downloaded cstr-argument v0.1.2 |
1028 | 2024-08-15T05:00:05.004Z | Downloaded crossbeam-deque v0.8.5 |
1029 | 2024-08-15T05:00:05.004Z | Downloaded constant_time_eq v0.3.0 |
1030 | 2024-08-15T05:00:05.004Z | Downloaded colored v2.1.0 |
1031 | 2024-08-15T05:00:05.005Z | Downloaded cfg_aliases v0.1.1 |
1032 | 2024-08-15T05:00:05.005Z | Downloaded bitstruct v0.1.1 |
1033 | 2024-08-15T05:00:05.005Z | Downloaded bitflags v1.3.2 |
1034 | 2024-08-15T05:00:05.005Z | Downloaded bitfield-struct v0.6.1 |
1035 | 2024-08-15T05:00:05.005Z | Downloaded bit-vec v0.6.3 |
1036 | 2024-08-15T05:00:05.005Z | Downloaded adler v1.0.2 |
1037 | 2024-08-15T05:00:05.005Z | Downloaded atty v0.2.14 |
1038 | 2024-08-15T05:00:05.005Z | Downloaded atomic-waker v1.1.2 |
1039 | 2024-08-15T05:00:05.005Z | Downloaded async-trait v0.1.81 |
1040 | 2024-08-15T05:00:05.005Z | Downloaded async-stream-impl v0.3.5 |
1041 | 2024-08-15T05:00:05.005Z | Downloaded async-stream v0.3.5 |
1042 | 2024-08-15T05:00:05.030Z | Downloaded async-recursion v1.1.1 |
1043 | 2024-08-15T05:00:05.030Z | Downloaded arrayref v0.3.7 |
1044 | 2024-08-15T05:00:05.031Z | Downloaded array-init v0.0.4 |
1045 | 2024-08-15T05:00:05.031Z | Downloaded argon2 v0.5.3 |
1046 | 2024-08-15T05:00:05.031Z | Downloaded aead v0.5.2 |
1047 | 2024-08-15T05:00:05.031Z | Downloaded bitstruct_derive v0.1.0 |
1048 | 2024-08-15T05:00:05.031Z | Downloaded bb8 v0.8.5 |
1049 | 2024-08-15T05:00:05.031Z | Downloaded atomicwrites v0.4.3 |
1050 | 2024-08-15T05:00:05.133Z | Compiling cfg-if v1.0.0 |
1051 | 2024-08-15T05:00:05.134Z | Compiling serde v1.0.207 |
1052 | 2024-08-15T05:00:05.158Z | Compiling lock_api v0.4.12 |
1053 | 2024-08-15T05:00:05.158Z | Compiling typenum v1.17.0 |
1054 | 2024-08-15T05:00:05.159Z | Compiling scopeguard v1.2.0 |
1055 | 2024-08-15T05:00:05.159Z | Compiling generic-array v0.14.7 |
1056 | 2024-08-15T05:00:05.159Z | Compiling syn v2.0.74 |
1057 | 2024-08-15T05:00:05.187Z | Compiling log v0.4.21 |
1058 | 2024-08-15T05:00:05.308Z | Compiling getrandom v0.2.14 |
1059 | 2024-08-15T05:00:05.359Z | Compiling jobserver v0.1.32 |
1060 | 2024-08-15T05:00:05.592Z | Compiling rand_core v0.6.4 |
1061 | 2024-08-15T05:00:05.705Z | Compiling cc v1.0.97 |
1062 | 2024-08-15T05:00:05.741Z | Compiling subtle v2.5.0 |
1063 | 2024-08-15T05:00:05.765Z | Compiling const-oid v0.9.6 |
1064 | 2024-08-15T05:00:06.023Z | Compiling pin-project-lite v0.2.14 |
1065 | 2024-08-15T05:00:06.048Z | Compiling smallvec v1.13.2 |
1066 | 2024-08-15T05:00:06.091Z | Compiling spin v0.9.8 |
1067 | 2024-08-15T05:00:06.145Z | Compiling parking_lot_core v0.9.10 |
1068 | 2024-08-15T05:00:06.198Z | Compiling signal-hook-registry v1.4.2 |
1069 | 2024-08-15T05:00:06.451Z | Compiling mio v0.8.11 |
1070 | 2024-08-15T05:00:06.580Z | Compiling ahash v0.8.11 |
1071 | 2024-08-15T05:00:07.060Z | Compiling tinyvec_macros v0.1.1 |
1072 | 2024-08-15T05:00:07.153Z | Compiling parking_lot v0.12.2 |
1073 | 2024-08-15T05:00:07.267Z | Compiling tinyvec v1.6.0 |
1074 | 2024-08-15T05:00:07.453Z | Compiling socket2 v0.5.7 |
1075 | 2024-08-15T05:00:07.648Z | Compiling num_cpus v1.16.0 |
1076 | 2024-08-15T05:00:07.754Z | Compiling cpufeatures v0.2.12 |
1077 | 2024-08-15T05:00:07.803Z | Compiling serde_json v1.0.124 |
1078 | 2024-08-15T05:00:07.851Z | Compiling libm v0.2.8 |
1079 | 2024-08-15T05:00:07.889Z | Compiling futures-core v0.3.30 |
1080 | 2024-08-15T05:00:07.947Z | Compiling slab v0.4.9 |
1081 | 2024-08-15T05:00:08.206Z | Compiling num-traits v0.2.19 |
1082 | 2024-08-15T05:00:08.235Z | Compiling unicode-bidi v0.3.15 |
1083 | 2024-08-15T05:00:08.265Z | Compiling futures-sink v0.3.30 |
1084 | 2024-08-15T05:00:08.293Z | Compiling allocator-api2 v0.2.18 |
1085 | 2024-08-15T05:00:08.718Z | Compiling unicode-normalization v0.1.23 |
1086 | 2024-08-15T05:00:08.833Z | Compiling futures-channel v0.3.30 |
1087 | 2024-08-15T05:00:09.001Z | Compiling pkg-config v0.3.30 |
1088 | 2024-08-15T05:00:09.125Z | Compiling pin-utils v0.1.0 |
1089 | 2024-08-15T05:00:09.203Z | Compiling futures-io v0.3.30 |
1090 | 2024-08-15T05:00:09.228Z | Compiling vcpkg v0.2.15 |
1091 | 2024-08-15T05:00:09.620Z | Compiling futures-task v0.3.30 |
1092 | 2024-08-15T05:00:09.644Z | Compiling base64ct v1.6.0 |
1093 | 2024-08-15T05:00:09.668Z | Compiling ppv-lite86 v0.2.17 |
1094 | 2024-08-15T05:00:09.725Z | Compiling ring v0.17.8 |
1095 | 2024-08-15T05:00:09.883Z | Compiling percent-encoding v2.3.1 |
1096 | 2024-08-15T05:00:10.150Z | Compiling pem-rfc7468 v0.7.0 |
1097 | 2024-08-15T05:00:10.207Z | Compiling flagset v0.4.5 |
1098 | 2024-08-15T05:00:10.304Z | Compiling rand_chacha v0.3.1 |
1099 | 2024-08-15T05:00:10.342Z | Compiling tracing-core v0.1.32 |
1100 | 2024-08-15T05:00:10.392Z | Compiling untrusted v0.9.0 |
1101 | 2024-08-15T05:00:10.550Z | Compiling rustix v0.38.34 |
1102 | 2024-08-15T05:00:10.796Z | Compiling syn v1.0.109 |
1103 | 2024-08-15T05:00:11.091Z | Compiling openssl-sys v0.9.103 |
1104 | 2024-08-15T05:00:11.190Z | Compiling rand v0.8.5 |
1105 | 2024-08-15T05:00:11.338Z | Compiling lazy_static v1.5.0 |
1106 | 2024-08-15T05:00:11.455Z | Compiling num-conv v0.1.0 |
1107 | 2024-08-15T05:00:11.499Z | Compiling foreign-types-shared v0.1.1 |
1108 | 2024-08-15T05:00:11.585Z | Compiling rustversion v1.0.17 |
1109 | 2024-08-15T05:00:11.609Z | Compiling powerfmt v0.2.0 |
1110 | 2024-08-15T05:00:11.713Z | Compiling time-core v0.1.2 |
1111 | 2024-08-15T05:00:11.871Z | Compiling httparse v1.8.0 |
1112 | 2024-08-15T05:00:11.954Z | Compiling openssl v0.10.66 |
1113 | 2024-08-15T05:00:12.219Z | Compiling time-macros v0.2.18 |
1114 | 2024-08-15T05:00:12.293Z | Compiling deranged v0.3.11 |
1115 | 2024-08-15T05:00:12.317Z | Compiling foreign-types v0.3.2 |
1116 | 2024-08-15T05:00:12.410Z | Compiling form_urlencoded v1.2.1 |
1117 | 2024-08-15T05:00:12.686Z | Compiling rustls v0.21.12 |
1118 | 2024-08-15T05:00:12.976Z | Compiling try-lock v0.2.5 |
1119 | 2024-08-15T05:00:13.000Z | Compiling siphasher v0.3.11 |
1120 | 2024-08-15T05:00:13.146Z | Compiling native-tls v0.2.11 |
1121 | 2024-08-15T05:00:13.378Z | Compiling crossbeam-utils v0.8.19 |
1122 | 2024-08-15T05:00:13.474Z | Compiling num_threads v0.1.7 |
1123 | 2024-08-15T05:00:13.579Z | Compiling want v0.3.1 |
1124 | 2024-08-15T05:00:14.035Z | Compiling idna v0.5.0 |
1125 | 2024-08-15T05:00:14.074Z | Compiling aho-corasick v1.1.3 |
1126 | 2024-08-15T05:00:14.534Z | Compiling cookie v0.17.0 |
1127 | 2024-08-15T05:00:14.822Z | Compiling adler v1.0.2 |
1128 | 2024-08-15T05:00:14.934Z | Compiling regex-syntax v0.8.4 |
1129 | 2024-08-15T05:00:15.042Z | Compiling httpdate v1.0.3 |
1130 | 2024-08-15T05:00:15.094Z | Compiling time v0.3.36 |
1131 | 2024-08-15T05:00:15.422Z | Compiling slog v2.7.0 |
1132 | 2024-08-15T05:00:15.457Z | Compiling iana-time-zone v0.1.60 |
1133 | 2024-08-15T05:00:15.888Z | Compiling finl_unicode v1.2.0 |
1134 | 2024-08-15T05:00:15.912Z | Compiling tower-service v0.3.2 |
1135 | 2024-08-15T05:00:16.015Z | Compiling openssl-probe v0.1.5 |
1136 | 2024-08-15T05:00:16.385Z | Compiling stringprep v0.1.4 |
1137 | 2024-08-15T05:00:16.458Z | Compiling miniz_oxide v0.7.2 |
1138 | 2024-08-15T05:00:17.434Z | Compiling sct v0.7.1 |
1139 | 2024-08-15T05:00:17.720Z | Compiling rustls-webpki v0.101.7 |
1140 | 2024-08-15T05:00:17.809Z | Compiling url v2.5.2 |
1141 | 2024-08-15T05:00:18.050Z | Compiling serde_derive v1.0.207 |
1142 | 2024-08-15T05:00:18.773Z | Compiling zeroize_derive v1.4.2 |
1143 | 2024-08-15T05:00:18.866Z | Compiling zerocopy-derive v0.7.34 |
1144 | 2024-08-15T05:00:19.428Z | Compiling tokio-macros v2.3.0 |
1145 | 2024-08-15T05:00:19.452Z | Compiling thiserror-impl v1.0.63 |
1146 | 2024-08-15T05:00:19.576Z | Compiling futures-macro v0.3.30 |
1147 | 2024-08-15T05:00:20.148Z | Compiling zeroize v1.7.0 |
1148 | 2024-08-15T05:00:20.579Z | Compiling der_derive v0.7.2 |
1149 | 2024-08-15T05:00:20.712Z | Compiling zerocopy v0.7.34 |
1150 | 2024-08-15T05:00:20.787Z | Compiling scroll_derive v0.12.0 |
1151 | 2024-08-15T05:00:21.185Z | Compiling futures-util v0.3.30 |
1152 | 2024-08-15T05:00:21.731Z | Compiling crypto-common v0.1.6 |
1153 | 2024-08-15T05:00:21.948Z | Compiling block-buffer v0.10.4 |
1154 | 2024-08-15T05:00:22.149Z | Compiling block-padding v0.3.3 |
1155 | 2024-08-15T05:00:22.189Z | Compiling digest v0.10.7 |
1156 | 2024-08-15T05:00:22.254Z | Compiling thiserror v1.0.63 |
1157 | 2024-08-15T05:00:22.364Z | Compiling inout v0.1.3 |
1158 | 2024-08-15T05:00:22.388Z | Compiling pest v2.7.10 |
1159 | 2024-08-15T05:00:22.584Z | Compiling hmac v0.12.1 |
1160 | 2024-08-15T05:00:22.611Z | Compiling hashbrown v0.14.5 |
1161 | 2024-08-15T05:00:22.634Z | Compiling cipher v0.4.4 |
1162 | 2024-08-15T05:00:22.669Z | Compiling sha2 v0.10.8 |
1163 | 2024-08-15T05:00:22.805Z | Compiling pbkdf2 v0.12.2 |
1164 | 2024-08-15T05:00:22.960Z | Compiling der v0.7.9 |
1165 | 2024-08-15T05:00:23.078Z | Compiling salsa20 v0.10.2 |
1166 | 2024-08-15T05:00:23.294Z | Compiling tracing-attributes v0.1.27 |
1167 | 2024-08-15T05:00:23.895Z | Compiling scrypt v0.11.0 |
1168 | 2024-08-15T05:00:24.376Z | Compiling cbc v0.1.2 |
1169 | 2024-08-15T05:00:24.469Z | Compiling pest_meta v2.7.10 |
1170 | 2024-08-15T05:00:24.574Z | Compiling aes v0.8.4 |
1171 | 2024-08-15T05:00:24.954Z | Compiling spki v0.7.3 |
1172 | 2024-08-15T05:00:25.276Z | Compiling scroll v0.12.0 |
1173 | 2024-08-15T05:00:25.335Z | Compiling openssl-macros v0.1.1 |
1174 | 2024-08-15T05:00:25.779Z | Compiling pest_generator v2.7.10 |
1175 | 2024-08-15T05:00:25.901Z | Compiling goblin v0.8.2 |
1176 | 2024-08-15T05:00:25.965Z | Compiling pkcs5 v0.7.1 |
1177 | 2024-08-15T05:00:26.479Z | Compiling md-5 v0.10.6 |
1178 | 2024-08-15T05:00:26.580Z | Compiling tracing v0.1.40 |
1179 | 2024-08-15T05:00:26.715Z | Compiling pkcs8 v0.10.2 |
1180 | 2024-08-15T05:00:27.037Z | Compiling regex-automata v0.4.6 |
1181 | 2024-08-15T05:00:27.335Z | Compiling num-integer v0.1.46 |
1182 | 2024-08-15T05:00:27.486Z | Compiling backtrace v0.3.71 |
1183 | 2024-08-15T05:00:27.884Z | Compiling idna v0.3.0 |
1184 | 2024-08-15T05:00:27.991Z | Compiling hash32 v0.2.1 |
1185 | 2024-08-15T05:00:28.144Z | Compiling stable_deref_trait v1.2.0 |
1186 | 2024-08-15T05:00:28.260Z | Compiling cfg_aliases v0.1.1 |
1187 | 2024-08-15T05:00:28.358Z | Compiling psl-types v2.0.11 |
1188 | 2024-08-15T05:00:28.390Z | Compiling num-bigint-dig v0.8.4 |
1189 | 2024-08-15T05:00:28.521Z | Compiling fallible-iterator v0.2.0 |
1190 | 2024-08-15T05:00:28.622Z | Compiling signal-hook v0.3.17 |
1191 | 2024-08-15T05:00:28.810Z | Compiling pest_derive v2.7.10 |
1192 | 2024-08-15T05:00:28.851Z | Compiling base64 v0.22.1 |
1193 | 2024-08-15T05:00:29.109Z | Compiling gimli v0.28.1 |
1194 | 2024-08-15T05:00:29.227Z | Compiling smoltcp v0.9.1 |
1195 | 2024-08-15T05:00:29.469Z | Compiling dtrace-parser v0.2.0 |
1196 | 2024-08-15T05:00:29.517Z | Compiling crc32fast v1.4.0 |
1197 | 2024-08-15T05:00:29.921Z | Compiling publicsuffix v2.2.3 |
1198 | 2024-08-15T05:00:29.958Z | Compiling bytes v1.7.1 |
1199 | 2024-08-15T05:00:30.143Z | Compiling bitflags v2.6.0 |
1200 | 2024-08-15T05:00:30.522Z | Compiling indexmap v2.4.0 |
1201 | 2024-08-15T05:00:31.051Z | Compiling tokio v1.38.1 |
1202 | 2024-08-15T05:00:31.298Z | Compiling http v0.2.12 |
1203 | 2024-08-15T05:00:31.811Z | Compiling semver v1.0.23 |
1204 | 2024-08-15T05:00:32.457Z | Compiling rustc_version v0.4.0 |
1205 | 2024-08-15T05:00:33.158Z | Compiling heapless v0.7.17 |
1206 | 2024-08-15T05:00:33.259Z | Compiling http-body v0.4.6 |
1207 | 2024-08-15T05:00:33.515Z | Compiling dof v0.3.0 |
1208 | 2024-08-15T05:00:33.654Z | Compiling uuid v1.10.0 |
1209 | 2024-08-15T05:00:34.465Z | Compiling usdt-impl v0.5.0 |
1210 | 2024-08-15T05:00:34.777Z | Compiling serde_tokenstream v0.2.1 |
1211 | 2024-08-15T05:00:34.828Z | Compiling chrono v0.4.38 |
1212 | 2024-08-15T05:00:35.252Z | Compiling toml_datetime v0.6.8 |
1213 | 2024-08-15T05:00:35.368Z | Compiling serde_spanned v0.6.7 |
1214 | 2024-08-15T05:00:35.494Z | Compiling terminal_size v0.3.0 |
1215 | 2024-08-15T05:00:35.687Z | Compiling addr2line v0.21.0 |
1216 | 2024-08-15T05:00:35.717Z | Compiling postgres-protocol v0.6.7 |
1217 | 2024-08-15T05:00:35.871Z | Compiling nix v0.28.0 |
1218 | 2024-08-15T05:00:36.280Z | Compiling num-iter v0.1.45 |
1219 | 2024-08-15T05:00:36.473Z | Compiling hubpack_derive v0.1.1 |
1220 | 2024-08-15T05:00:36.594Z | Compiling zerocopy-derive v0.6.6 |
1221 | 2024-08-15T05:00:36.618Z | Compiling async-trait v0.1.81 |
1222 | 2024-08-15T05:00:37.814Z | Compiling phf_shared v0.11.2 |
1223 | 2024-08-15T05:00:37.957Z | Compiling serde_derive_internals v0.29.1 |
1224 | 2024-08-15T05:00:37.983Z | Compiling ff v0.13.0 |
1225 | 2024-08-15T05:00:38.059Z | Compiling object v0.32.2 |
1226 | 2024-08-15T05:00:38.178Z | Compiling tokio-util v0.7.11 |
1227 | 2024-08-15T05:00:38.217Z | Compiling tokio-rustls v0.24.1 |
1228 | 2024-08-15T05:00:38.434Z | Compiling fs-err v2.11.0 |
1229 | 2024-08-15T05:00:38.706Z | Compiling matches v0.1.10 |
1230 | 2024-08-15T05:00:38.797Z | Compiling base16ct v0.2.0 |
1231 | 2024-08-15T05:00:38.926Z | Compiling tokio-native-tls v0.3.1 |
1232 | 2024-08-15T05:00:39.093Z | Compiling h2 v0.3.26 |
1233 | 2024-08-15T05:00:39.130Z | Compiling managed v0.8.0 |
1234 | 2024-08-15T05:00:39.175Z | Compiling ipnet v2.9.0 |
1235 | 2024-08-15T05:00:39.391Z | Compiling regex-automata v0.1.10 |
1236 | 2024-08-15T05:00:39.517Z | Compiling bitflags v1.3.2 |
1237 | 2024-08-15T05:00:39.617Z | Compiling schemars v0.8.21 |
1238 | 2024-08-15T05:00:39.824Z | Compiling either v1.13.0 |
1239 | 2024-08-15T05:00:39.929Z | Compiling rustc-demangle v0.1.24 |
1240 | 2024-08-15T05:00:40.197Z | Compiling base64 v0.21.7 |
1241 | 2024-08-15T05:00:40.233Z | Compiling winnow v0.5.40 |
1242 | 2024-08-15T05:00:40.378Z | Compiling anyhow v1.0.86 |
1243 | 2024-08-15T05:00:40.763Z | Compiling rustls-pemfile v1.0.4 |
1244 | 2024-08-15T05:00:40.845Z | Compiling schemars_derive v0.8.21 |
1245 | 2024-08-15T05:00:40.882Z | Compiling clap_builder v4.5.15 |
1246 | 2024-08-15T05:00:41.096Z | Compiling bstr v0.2.17 |
1247 | 2024-08-15T05:00:42.475Z | Compiling sec1 v0.7.3 |
1248 | 2024-08-15T05:00:43.034Z | Compiling idna v0.2.3 |
1249 | 2024-08-15T05:00:43.287Z | Compiling toml_edit v0.19.15 |
1250 | 2024-08-15T05:00:43.619Z | Compiling zerocopy v0.6.6 |
1251 | 2024-08-15T05:00:43.788Z | Compiling group v0.13.0 |
1252 | 2024-08-15T05:00:44.281Z | Compiling phf v0.11.2 |
1253 | 2024-08-15T05:00:44.378Z | Compiling cookie_store v0.20.0 |
1254 | 2024-08-15T05:00:44.404Z | Compiling hubpack v0.1.2 |
1255 | 2024-08-15T05:00:44.450Z | Compiling postgres-types v0.2.7 |
1256 | 2024-08-15T05:00:45.078Z | Compiling hyper v0.14.30 |
1257 | 2024-08-15T05:00:45.686Z | Compiling usdt-attr-macro v0.5.0 |
1258 | 2024-08-15T05:00:45.713Z | Compiling usdt-macro v0.5.0 |
1259 | 2024-08-15T05:00:46.953Z | Compiling regex v1.10.6 |
1260 | 2024-08-15T05:00:47.087Z | Compiling serde_urlencoded v0.7.1 |
1261 | 2024-08-15T05:00:47.523Z | Compiling pkcs1 v0.7.5 |
1262 | 2024-08-15T05:00:47.889Z | Compiling futures-executor v0.3.30 |
1263 | 2024-08-15T05:00:47.932Z | Compiling enum-as-inner v0.5.1 |
1264 | 2024-08-15T05:00:47.975Z | Compiling hkdf v0.12.4 |
1265 | 2024-08-15T05:00:48.236Z | Compiling signature v2.2.0 |
1266 | 2024-08-15T05:00:48.433Z | Compiling crypto-bigint v0.5.5 |
1267 | 2024-08-15T05:00:48.457Z | Compiling strum_macros v0.25.3 |
1268 | 2024-08-15T05:00:48.491Z | Compiling serde_repr v0.1.19 |
1269 | 2024-08-15T05:00:48.823Z | Compiling clap_derive v4.5.13 |
1270 | 2024-08-15T05:00:48.936Z | Compiling phf_shared v0.10.0 |
1271 | 2024-08-15T05:00:49.285Z | Compiling float-cmp v0.9.0 |
1272 | 2024-08-15T05:00:49.461Z | Compiling mio v1.0.2 |
1273 | 2024-08-15T05:00:49.485Z | Compiling encoding_rs v0.8.34 |
1274 | 2024-08-15T05:00:50.082Z | Compiling precomputed-hash v0.1.1 |
1275 | 2024-08-15T05:00:50.185Z | Compiling difflib v0.4.0 |
1276 | 2024-08-15T05:00:50.457Z | Compiling new_debug_unreachable v1.0.6 |
1277 | 2024-08-15T05:00:50.539Z | Compiling fixedbitset v0.4.2 |
1278 | 2024-08-15T05:00:50.938Z | Compiling hyper-rustls v0.24.2 |
1279 | 2024-08-15T05:00:51.230Z | Compiling hyper-tls v0.5.0 |
1280 | 2024-08-15T05:00:51.556Z | Compiling predicates-core v1.0.6 |
1281 | 2024-08-15T05:00:51.580Z | Compiling dyn-clone v1.0.17 |
1282 | 2024-08-15T05:00:51.768Z | Compiling webpki-roots v0.25.4 |
1283 | 2024-08-15T05:00:51.796Z | Compiling sync_wrapper v0.1.2 |
1284 | 2024-08-15T05:00:51.874Z | Compiling bit-vec v0.6.3 |
1285 | 2024-08-15T05:00:51.912Z | Compiling data-encoding v2.6.0 |
1286 | 2024-08-15T05:00:51.936Z | Compiling minimal-lexical v0.2.1 |
1287 | 2024-08-15T05:00:52.271Z | Compiling mime v0.3.17 |
1288 | 2024-08-15T05:00:52.384Z | Compiling normalize-line-endings v0.3.0 |
1289 | 2024-08-15T05:00:52.509Z | Compiling static_assertions v1.1.0 |
1290 | 2024-08-15T05:00:52.600Z | Compiling whoami v1.5.1 |
1291 | 2024-08-15T05:00:52.773Z | Compiling unicode-segmentation v1.11.0 |
1292 | 2024-08-15T05:00:52.797Z | Compiling clap v4.5.15 |
1293 | 2024-08-15T05:00:52.896Z | Compiling tokio-postgres v0.7.11 |
1294 | 2024-08-15T05:00:52.981Z | Compiling reqwest v0.11.27 |
1295 | 2024-08-15T05:00:53.153Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1296 | 2024-08-15T05:00:53.323Z | Compiling similar v2.5.0 |
1297 | 2024-08-15T05:00:53.469Z | Compiling predicates v3.1.2 |
1298 | 2024-08-15T05:00:53.494Z | Compiling trust-dns-proto v0.22.0 |
1299 | 2024-08-15T05:00:53.866Z | Compiling nom v7.1.3 |
1300 | 2024-08-15T05:00:54.821Z | Compiling bit-set v0.5.3 |
1301 | 2024-08-15T05:00:55.052Z | Compiling toml_edit v0.22.20 |
1302 | 2024-08-15T05:00:55.280Z | Compiling console v0.15.8 |
1303 | 2024-08-15T05:00:56.547Z | Compiling elliptic-curve v0.13.8 |
1304 | 2024-08-15T05:00:56.673Z | Compiling petgraph v0.6.5 |
1305 | 2024-08-15T05:00:57.214Z | Compiling string_cache v0.8.7 |
1306 | 2024-08-15T05:00:57.327Z | Compiling usdt v0.5.0 |
1307 | 2024-08-15T05:00:57.603Z | Compiling signal-hook-mio v0.2.4 |
1308 | 2024-08-15T05:00:57.748Z | Compiling rsa v0.9.6 |
1309 | 2024-08-15T05:00:57.774Z | Compiling futures v0.3.30 |
1310 | 2024-08-15T05:00:57.882Z | Compiling toml v0.7.8 |
1311 | 2024-08-15T05:00:58.261Z | Compiling flate2 v1.0.31 |
1312 | 2024-08-15T05:00:59.773Z | Compiling itertools v0.10.5 |
1313 | 2024-08-15T05:00:59.904Z | Compiling itertools v0.12.1 |
1314 | 2024-08-15T05:00:59.990Z | Compiling tokio-stream v0.1.15 |
1315 | 2024-08-15T05:01:00.128Z | Compiling openapiv3 v2.0.0 |
1316 | 2024-08-15T05:01:00.785Z | Compiling bstr v1.9.1 |
1317 | 2024-08-15T05:01:01.820Z | Compiling hex v0.4.3 |
1318 | 2024-08-15T05:01:02.076Z | Compiling crossbeam-epoch v0.9.18 |
1319 | 2024-08-15T05:01:02.232Z | Compiling sha1 v0.10.6 |
1320 | 2024-08-15T05:01:02.323Z | Compiling dirs-sys-next v0.1.2 |
1321 | 2024-08-15T05:01:02.517Z | Compiling peg-runtime v0.8.3 |
1322 | 2024-08-15T05:01:02.543Z | Compiling unicode-xid v0.2.4 |
1323 | 2024-08-15T05:01:02.594Z | Compiling lalrpop-util v0.19.12 |
1324 | 2024-08-15T05:01:02.709Z | Compiling dirs-next v2.0.0 |
1325 | 2024-08-15T05:01:02.733Z | Compiling thread_local v1.1.8 |
1326 | 2024-08-15T05:01:02.898Z | Compiling slog-async v2.8.0 |
1327 | 2024-08-15T05:01:02.924Z | Compiling term v0.7.0 |
1328 | 2024-08-15T05:01:02.948Z | Compiling xattr v1.3.1 |
1329 | 2024-08-15T05:01:03.085Z | Compiling crossbeam-channel v0.5.12 |
1330 | 2024-08-15T05:01:03.186Z | Compiling strum_macros v0.26.4 |
1331 | 2024-08-15T05:01:03.221Z | Compiling filetime v0.2.24 |
1332 | 2024-08-15T05:01:03.400Z | Compiling is-terminal v0.4.12 |
1333 | 2024-08-15T05:01:03.492Z | Compiling take_mut v0.2.2 |
1334 | 2024-08-15T05:01:03.518Z | Compiling slog-term v2.9.1 |
1335 | 2024-08-15T05:01:03.544Z | Compiling tar v0.4.41 |
1336 | 2024-08-15T05:01:03.641Z | Compiling camino v1.1.7 |
1337 | 2024-08-15T05:01:04.886Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1338 | 2024-08-15T05:01:06.139Z | Compiling strum v0.26.3 |
1339 | 2024-08-15T05:01:06.247Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1340 | 2024-08-15T05:01:12.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
1341 | 2024-08-15T05:01:12.877Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1342 | 2024-08-15T05:01:12.939Z | Aug 15 05:01:12.805 INFO Starting download, target: Cockroach |
1343 | 2024-08-15T05:01:12.939Z | Aug 15 05:01:12.806 INFO Starting download, target: Console |
1344 | 2024-08-15T05:01:12.939Z | Aug 15 05:01:12.806 INFO Starting download, target: Clickhouse |
1345 | 2024-08-15T05:01:12.939Z | Aug 15 05:01:12.806 INFO Starting download, target: DendriteStub |
1346 | 2024-08-15T05:01:12.939Z | Aug 15 05:01:12.806 INFO Starting download, target: DendriteOpenapi |
1347 | 2024-08-15T05:01:12.939Z | Aug 15 05:01:12.806 INFO Starting download, target: MaghemiteMgd |
1348 | 2024-08-15T05:01:12.940Z | Aug 15 05:01:12.806 INFO Starting download, target: TransceiverControl |
1349 | 2024-08-15T05:01:12.968Z | Aug 15 05:01:12.807 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1350 | 2024-08-15T05:01:12.968Z | Aug 15 05:01:12.807 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1351 | 2024-08-15T05:01:12.968Z | Aug 15 05:01:12.808 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1352 | 2024-08-15T05:01:12.968Z | Aug 15 05:01:12.808 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1353 | 2024-08-15T05:01:12.968Z | Aug 15 05:01:12.808 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1354 | 2024-08-15T05:01:12.968Z | Aug 15 05:01:12.808 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1355 | 2024-08-15T05:01:12.968Z | Aug 15 05:01:12.808 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1356 | 2024-08-15T05:01:13.213Z | Aug 15 05:01:13.068 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1357 | 2024-08-15T05:01:13.277Z | Aug 15 05:01:13.139 INFO Download complete, target: DendriteOpenapi |
1358 | 2024-08-15T05:01:13.534Z | Aug 15 05:01:13.399 INFO Download complete, target: Console |
1359 | 2024-08-15T05:01:13.585Z | Aug 15 05:01:13.451 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1360 | 2024-08-15T05:01:14.586Z | Aug 15 05:01:14.451 INFO Download complete, target: TransceiverControl |
1361 | 2024-08-15T05:01:14.923Z | Aug 15 05:01:14.789 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1362 | 2024-08-15T05:01:14.947Z | Aug 15 05:01:14.804 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1363 | 2024-08-15T05:01:18.303Z | Aug 15 05:01:18.170 INFO Download complete, target: MaghemiteMgd |
1364 | 2024-08-15T05:01:18.817Z | Aug 15 05:01:18.684 INFO Download complete, target: DendriteStub |
1365 | 2024-08-15T05:01:19.275Z | Aug 15 05:01:19.142 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1366 | 2024-08-15T05:01:19.275Z | Aug 15 05:01:19.142 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1367 | 2024-08-15T05:01:28.754Z | Aug 15 05:01:28.621 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1368 | 2024-08-15T05:01:29.219Z | Aug 15 05:01:29.087 INFO Checking that binary works, target: Cockroach |
1369 | 2024-08-15T05:01:29.418Z | Aug 15 05:01:29.285 INFO Download complete, target: Cockroach |
1370 | 2024-08-15T05:01:29.601Z | Aug 15 05:01:29.469 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1371 | 2024-08-15T05:01:44.912Z | Aug 15 05:01:44.782 INFO Checking that binary works, target: Clickhouse |
1372 | 2024-08-15T05:01:45.045Z | Aug 15 05:01:44.914 INFO Download complete, target: Clickhouse |
1373 | 2024-08-15T05:01:45.072Z | All builder prerequisites installed successfully, and PATH looks valid |
1374 | 2024-08-15T05:01:45.096Z | |
1375 | 2024-08-15T05:01:45.096Z | real 4:00.492689911 |
1376 | 2024-08-15T05:01:45.096Z | user 10:04.052933468 |
1377 | 2024-08-15T05:01:45.096Z | sys 2:21.623698024 |
1378 | 2024-08-15T05:01:45.096Z | trap 0.341160344 |
1379 | 2024-08-15T05:01:45.096Z | tflt 0.418833704 |
1380 | 2024-08-15T05:01:45.096Z | dflt 1.850485629 |
1381 | 2024-08-15T05:01:45.096Z | kflt 0.007825423 |
1382 | 2024-08-15T05:01:45.096Z | lock 24:17.608710837 |
1383 | 2024-08-15T05:01:45.096Z | slp 38:24.377941157 |
1384 | 2024-08-15T05:01:45.096Z | lat 45.858044042 |
1385 | 2024-08-15T05:01:45.096Z | stop 1:49.933872268 |
1386 | 2024-08-15T05:01:45.096Z | + banner hack-check |
1387 | 2024-08-15T05:01:45.096Z | |
1388 | 2024-08-15T05:01:45.096Z | # # ## #### # # #### # # ###### #### # # |
1389 | 2024-08-15T05:01:45.096Z | # # # # # # # # # # # # # # # # # |
1390 | 2024-08-15T05:01:45.096Z | ###### # # # #### ##### # ###### ##### # #### |
1391 | 2024-08-15T05:01:45.096Z | # # ###### # # # # # # # # # # |
1392 | 2024-08-15T05:01:45.096Z | # # # # # # # # # # # # # # # # # |
1393 | 2024-08-15T05:01:45.096Z | # # # # #### # # #### # # ###### #### # # |
1394 | 2024-08-15T05:01:45.097Z | |
1395 | 2024-08-15T05:01:45.097Z | + export CARGO_INCREMENTAL=0 |
1396 | 2024-08-15T05:01:45.097Z | + CARGO_INCREMENTAL=0 |
1397 | 2024-08-15T05:01:45.097Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1398 | 2024-08-15T05:01:45.801Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1399 | 2024-08-15T05:01:50.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
1400 | 2024-08-15T05:01:50.581Z | Running `target/debug/xtask check-features --ci` |
1401 | 2024-08-15T05:01:50.613Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1402 | 2024-08-15T05:01:50.613Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1403 | 2024-08-15T05:01:51.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1404 | 2024-08-15T05:01:51.425Z | Running `target/debug/xtask download cargo-hack` |
1405 | 2024-08-15T05:01:52.672Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1406 | 2024-08-15T05:01:53.025Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1407 | 2024-08-15T05:01:58.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.19s |
1408 | 2024-08-15T05:01:58.762Z | Running `target/debug/xtask-downloader cargo-hack` |
1409 | 2024-08-15T05:01:58.809Z | Aug 15 05:01:58.680 INFO Starting download, target: CargoHack |
1410 | 2024-08-15T05:01:58.833Z | Aug 15 05:01:58.681 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1411 | 2024-08-15T05:01:59.447Z | Aug 15 05:01:59.318 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1412 | 2024-08-15T05:01:59.565Z | Aug 15 05:01:59.436 INFO Download complete, target: CargoHack |
1413 | 2024-08-15T05:01:59.589Z | 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" |
1414 | 2024-08-15T05:01:59.613Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1415 | 2024-08-15T05:01:59.785Z | info: running `cargo check --bins` on api_identity (1/150) |
1416 | 2024-08-15T05:02:00.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1417 | 2024-08-15T05:02:00.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1418 | 2024-08-15T05:02:00.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1419 | 2024-08-15T05:02:00.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1420 | 2024-08-15T05:02:00.599Z | |
1421 | 2024-08-15T05:02:00.599Z | info: running `cargo check --bins` on bootstore (2/150) |
1422 | 2024-08-15T05:02:01.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1423 | 2024-08-15T05:02:01.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1424 | 2024-08-15T05:02:01.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1425 | 2024-08-15T05:02:01.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1426 | 2024-08-15T05:02:01.489Z | |
1427 | 2024-08-15T05:02:01.489Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/150) |
1428 | 2024-08-15T05:02:02.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1429 | 2024-08-15T05:02:02.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1430 | 2024-08-15T05:02:02.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1431 | 2024-08-15T05:02:02.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1432 | 2024-08-15T05:02:02.298Z | |
1433 | 2024-08-15T05:02:02.298Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/150) |
1434 | 2024-08-15T05:02:03.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1435 | 2024-08-15T05:02:03.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1436 | 2024-08-15T05:02:03.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1437 | 2024-08-15T05:02:03.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1438 | 2024-08-15T05:02:03.123Z | |
1439 | 2024-08-15T05:02:03.123Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/150) |
1440 | 2024-08-15T05:02:03.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1441 | 2024-08-15T05:02:03.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1442 | 2024-08-15T05:02:03.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1443 | 2024-08-15T05:02:03.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1444 | 2024-08-15T05:02:03.760Z | |
1445 | 2024-08-15T05:02:03.760Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/150) |
1446 | 2024-08-15T05:02:04.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1447 | 2024-08-15T05:02:04.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1448 | 2024-08-15T05:02:04.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1449 | 2024-08-15T05:02:04.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1450 | 2024-08-15T05:02:04.392Z | |
1451 | 2024-08-15T05:02:04.392Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/150) |
1452 | 2024-08-15T05:02:04.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1453 | 2024-08-15T05:02:04.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1454 | 2024-08-15T05:02:04.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1455 | 2024-08-15T05:02:04.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1456 | 2024-08-15T05:02:04.999Z | |
1457 | 2024-08-15T05:02:04.999Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/150) |
1458 | 2024-08-15T05:02:05.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1459 | 2024-08-15T05:02:05.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1460 | 2024-08-15T05:02:05.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1461 | 2024-08-15T05:02:05.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1462 | 2024-08-15T05:02:05.626Z | |
1463 | 2024-08-15T05:02:05.626Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/150) |
1464 | 2024-08-15T05:02:06.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1465 | 2024-08-15T05:02:06.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1466 | 2024-08-15T05:02:06.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1467 | 2024-08-15T05:02:06.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1468 | 2024-08-15T05:02:06.261Z | |
1469 | 2024-08-15T05:02:06.261Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/150) |
1470 | 2024-08-15T05:02:06.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1471 | 2024-08-15T05:02:06.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1472 | 2024-08-15T05:02:06.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1473 | 2024-08-15T05:02:06.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1474 | 2024-08-15T05:02:06.898Z | |
1475 | 2024-08-15T05:02:06.899Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/150) |
1476 | 2024-08-15T05:02:07.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1477 | 2024-08-15T05:02:07.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1478 | 2024-08-15T05:02:07.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1479 | 2024-08-15T05:02:07.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1480 | 2024-08-15T05:02:07.516Z | |
1481 | 2024-08-15T05:02:07.517Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/150) |
1482 | 2024-08-15T05:02:08.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1483 | 2024-08-15T05:02:08.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1484 | 2024-08-15T05:02:08.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1485 | 2024-08-15T05:02:08.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1486 | 2024-08-15T05:02:08.147Z | |
1487 | 2024-08-15T05:02:08.147Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/150) |
1488 | 2024-08-15T05:02:08.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1489 | 2024-08-15T05:02:08.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1490 | 2024-08-15T05:02:08.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1491 | 2024-08-15T05:02:08.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1492 | 2024-08-15T05:02:08.770Z | |
1493 | 2024-08-15T05:02:08.770Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/150) |
1494 | 2024-08-15T05:02:09.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1495 | 2024-08-15T05:02:09.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1496 | 2024-08-15T05:02:09.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1497 | 2024-08-15T05:02:09.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1498 | 2024-08-15T05:02:09.366Z | |
1499 | 2024-08-15T05:02:09.366Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/150) |
1500 | 2024-08-15T05:02:09.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1501 | 2024-08-15T05:02:09.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1502 | 2024-08-15T05:02:09.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1503 | 2024-08-15T05:02:09.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1504 | 2024-08-15T05:02:09.976Z | |
1505 | 2024-08-15T05:02:09.976Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/150) |
1506 | 2024-08-15T05:02:10.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1507 | 2024-08-15T05:02:10.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1508 | 2024-08-15T05:02:10.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1509 | 2024-08-15T05:02:10.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1510 | 2024-08-15T05:02:10.621Z | |
1511 | 2024-08-15T05:02:10.621Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/150) |
1512 | 2024-08-15T05:02:11.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1513 | 2024-08-15T05:02:11.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1514 | 2024-08-15T05:02:11.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1515 | 2024-08-15T05:02:11.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1516 | 2024-08-15T05:02:11.229Z | |
1517 | 2024-08-15T05:02:11.229Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/150) |
1518 | 2024-08-15T05:02:11.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1519 | 2024-08-15T05:02:11.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1520 | 2024-08-15T05:02:11.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1521 | 2024-08-15T05:02:11.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1522 | 2024-08-15T05:02:11.888Z | |
1523 | 2024-08-15T05:02:11.888Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/150) |
1524 | 2024-08-15T05:02:12.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1525 | 2024-08-15T05:02:12.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1526 | 2024-08-15T05:02:12.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1527 | 2024-08-15T05:02:12.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1528 | 2024-08-15T05:02:12.502Z | |
1529 | 2024-08-15T05:02:12.502Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/150) |
1530 | 2024-08-15T05:02:13.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1531 | 2024-08-15T05:02:13.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1532 | 2024-08-15T05:02:13.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1533 | 2024-08-15T05:02:13.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1534 | 2024-08-15T05:02:13.118Z | |
1535 | 2024-08-15T05:02:13.118Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/150) |
1536 | 2024-08-15T05:02:13.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1537 | 2024-08-15T05:02:13.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1538 | 2024-08-15T05:02:13.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1539 | 2024-08-15T05:02:13.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1540 | 2024-08-15T05:02:13.735Z | |
1541 | 2024-08-15T05:02:13.735Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/150) |
1542 | 2024-08-15T05:02:14.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1543 | 2024-08-15T05:02:14.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1544 | 2024-08-15T05:02:14.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1545 | 2024-08-15T05:02:14.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1546 | 2024-08-15T05:02:14.368Z | |
1547 | 2024-08-15T05:02:14.368Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/150) |
1548 | 2024-08-15T05:02:14.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1549 | 2024-08-15T05:02:14.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1550 | 2024-08-15T05:02:14.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1551 | 2024-08-15T05:02:14.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1552 | 2024-08-15T05:02:14.988Z | |
1553 | 2024-08-15T05:02:14.988Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/150) |
1554 | 2024-08-15T05:02:15.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1555 | 2024-08-15T05:02:15.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1556 | 2024-08-15T05:02:15.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1557 | 2024-08-15T05:02:15.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1558 | 2024-08-15T05:02:15.608Z | |
1559 | 2024-08-15T05:02:15.608Z | info: running `cargo check --bins` on sled-hardware-types (25/150) |
1560 | 2024-08-15T05:02:16.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1561 | 2024-08-15T05:02:16.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1562 | 2024-08-15T05:02:16.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1563 | 2024-08-15T05:02:16.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1564 | 2024-08-15T05:02:16.496Z | |
1565 | 2024-08-15T05:02:16.496Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/150) |
1566 | 2024-08-15T05:02:17.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1567 | 2024-08-15T05:02:17.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1568 | 2024-08-15T05:02:17.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1569 | 2024-08-15T05:02:17.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1570 | 2024-08-15T05:02:17.347Z | |
1571 | 2024-08-15T05:02:17.347Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/150) |
1572 | 2024-08-15T05:02:18.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1573 | 2024-08-15T05:02:18.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1574 | 2024-08-15T05:02:18.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1575 | 2024-08-15T05:02:18.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1576 | 2024-08-15T05:02:18.190Z | |
1577 | 2024-08-15T05:02:18.190Z | info: running `cargo check --bins` on oxlog (28/150) |
1578 | 2024-08-15T05:02:18.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1579 | 2024-08-15T05:02:18.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1580 | 2024-08-15T05:02:19.011Z | Checking cfg-if v1.0.0 |
1581 | 2024-08-15T05:02:19.034Z | Checking libc v0.2.155 |
1582 | 2024-08-15T05:02:19.058Z | Checking memchr v2.7.2 |
1583 | 2024-08-15T05:02:19.083Z | Checking serde v1.0.207 |
1584 | 2024-08-15T05:02:19.083Z | Checking zeroize v1.7.0 |
1585 | 2024-08-15T05:02:19.083Z | Checking scopeguard v1.2.0 |
1586 | 2024-08-15T05:02:19.106Z | Checking typenum v1.17.0 |
1587 | 2024-08-15T05:02:19.106Z | Checking byteorder v1.5.0 |
1588 | 2024-08-15T05:02:19.130Z | Checking log v0.4.21 |
1589 | 2024-08-15T05:02:19.212Z | Checking lock_api v0.4.12 |
1590 | 2024-08-15T05:02:19.305Z | Checking subtle v2.5.0 |
1591 | 2024-08-15T05:02:19.375Z | Checking const-oid v0.9.6 |
1592 | 2024-08-15T05:02:19.463Z | Checking once_cell v1.19.0 |
1593 | 2024-08-15T05:02:19.536Z | Checking itoa v1.0.11 |
1594 | 2024-08-15T05:02:19.573Z | Checking smallvec v1.13.2 |
1595 | 2024-08-15T05:02:19.704Z | Checking pin-project-lite v0.2.14 |
1596 | 2024-08-15T05:02:19.728Z | Checking spin v0.9.8 |
1597 | 2024-08-15T05:02:19.770Z | Checking zerocopy v0.7.34 |
1598 | 2024-08-15T05:02:19.803Z | Checking tinyvec_macros v0.1.1 |
1599 | 2024-08-15T05:02:19.867Z | Checking cpufeatures v0.2.12 |
1600 | 2024-08-15T05:02:19.891Z | Checking tinyvec v1.6.0 |
1601 | 2024-08-15T05:02:19.946Z | Checking futures-core v0.3.30 |
1602 | 2024-08-15T05:02:19.990Z | Checking getrandom v0.2.14 |
1603 | 2024-08-15T05:02:20.023Z | Checking signal-hook-registry v1.4.2 |
1604 | 2024-08-15T05:02:20.109Z | Checking parking_lot_core v0.9.10 |
1605 | 2024-08-15T05:02:20.140Z | Checking generic-array v0.14.7 |
1606 | 2024-08-15T05:02:20.216Z | Checking rand_core v0.6.4 |
1607 | 2024-08-15T05:02:20.245Z | Checking mio v0.8.11 |
1608 | 2024-08-15T05:02:20.394Z | Checking parking_lot v0.12.2 |
1609 | 2024-08-15T05:02:20.479Z | Checking socket2 v0.5.7 |
1610 | 2024-08-15T05:02:20.694Z | Checking num_cpus v1.16.0 |
1611 | 2024-08-15T05:02:20.730Z | Checking futures-sink v0.3.30 |
1612 | 2024-08-15T05:02:20.773Z | Checking allocator-api2 v0.2.18 |
1613 | 2024-08-15T05:02:20.797Z | Checking unicode-bidi v0.3.15 |
1614 | 2024-08-15T05:02:20.859Z | Checking libm v0.2.8 |
1615 | 2024-08-15T05:02:20.891Z | Checking equivalent v1.0.1 |
1616 | 2024-08-15T05:02:20.950Z | Checking unicode-normalization v0.1.23 |
1617 | 2024-08-15T05:02:20.985Z | Checking ryu v1.0.18 |
1618 | 2024-08-15T05:02:21.008Z | Checking ahash v0.8.11 |
1619 | 2024-08-15T05:02:21.082Z | Checking crypto-common v0.1.6 |
1620 | 2024-08-15T05:02:21.181Z | Checking block-buffer v0.10.4 |
1621 | 2024-08-15T05:02:21.237Z | Checking block-padding v0.3.3 |
1622 | 2024-08-15T05:02:21.316Z | Checking futures-channel v0.3.30 |
1623 | 2024-08-15T05:02:21.340Z | Checking slab v0.4.9 |
1624 | 2024-08-15T05:02:21.378Z | Checking digest v0.10.7 |
1625 | 2024-08-15T05:02:21.447Z | Checking inout v0.1.3 |
1626 | 2024-08-15T05:02:21.471Z | Checking hashbrown v0.14.5 |
1627 | 2024-08-15T05:02:21.577Z | Checking futures-io v0.3.30 |
1628 | 2024-08-15T05:02:21.650Z | Checking cipher v0.4.4 |
1629 | 2024-08-15T05:02:21.676Z | Checking pin-utils v0.1.0 |
1630 | 2024-08-15T05:02:21.676Z | Checking num-traits v0.2.19 |
1631 | 2024-08-15T05:02:21.700Z | Checking hmac v0.12.1 |
1632 | 2024-08-15T05:02:21.737Z | Checking sha2 v0.10.8 |
1633 | 2024-08-15T05:02:21.761Z | Checking futures-task v0.3.30 |
1634 | 2024-08-15T05:02:21.785Z | Checking base64ct v1.6.0 |
1635 | 2024-08-15T05:02:21.884Z | Checking ppv-lite86 v0.2.17 |
1636 | 2024-08-15T05:02:21.958Z | Checking futures-util v0.3.30 |
1637 | 2024-08-15T05:02:21.998Z | Checking flagset v0.4.5 |
1638 | 2024-08-15T05:02:22.134Z | Checking pem-rfc7468 v0.7.0 |
1639 | 2024-08-15T05:02:22.159Z | Checking percent-encoding v2.3.1 |
1640 | 2024-08-15T05:02:22.213Z | Checking salsa20 v0.10.2 |
1641 | 2024-08-15T05:02:22.345Z | Checking pbkdf2 v0.12.2 |
1642 | 2024-08-15T05:02:22.370Z | Checking der v0.7.9 |
1643 | 2024-08-15T05:02:22.399Z | Checking tracing-core v0.1.32 |
1644 | 2024-08-15T05:02:22.462Z | Checking rand_chacha v0.3.1 |
1645 | 2024-08-15T05:02:22.489Z | Checking fnv v1.0.7 |
1646 | 2024-08-15T05:02:22.514Z | Checking untrusted v0.9.0 |
1647 | 2024-08-15T05:02:22.598Z | Checking scrypt v0.11.0 |
1648 | 2024-08-15T05:02:22.642Z | Checking ring v0.17.8 |
1649 | 2024-08-15T05:02:22.779Z | Checking rand v0.8.5 |
1650 | 2024-08-15T05:02:22.803Z | Checking cbc v0.1.2 |
1651 | 2024-08-15T05:02:22.967Z | Checking aes v0.8.4 |
1652 | 2024-08-15T05:02:22.991Z | Checking tracing v0.1.40 |
1653 | 2024-08-15T05:02:23.101Z | Checking lazy_static v1.5.0 |
1654 | 2024-08-15T05:02:23.197Z | Checking thiserror v1.0.63 |
1655 | 2024-08-15T05:02:23.286Z | Checking foreign-types-shared v0.1.1 |
1656 | 2024-08-15T05:02:23.316Z | Checking form_urlencoded v1.2.1 |
1657 | 2024-08-15T05:02:23.340Z | Checking bytes v1.7.1 |
1658 | 2024-08-15T05:02:23.383Z | Checking bitflags v2.6.0 |
1659 | 2024-08-15T05:02:23.487Z | Checking indexmap v2.4.0 |
1660 | 2024-08-15T05:02:23.631Z | Checking serde_json v1.0.124 |
1661 | 2024-08-15T05:02:23.710Z | Checking foreign-types v0.3.2 |
1662 | 2024-08-15T05:02:23.783Z | Checking openssl-sys v0.9.103 |
1663 | 2024-08-15T05:02:23.807Z | Checking try-lock v0.2.5 |
1664 | 2024-08-15T05:02:23.915Z | Checking siphasher v0.3.11 |
1665 | 2024-08-15T05:02:23.955Z | Checking spki v0.7.3 |
1666 | 2024-08-15T05:02:24.019Z | Checking tokio v1.38.1 |
1667 | 2024-08-15T05:02:24.175Z | Checking http v0.2.12 |
1668 | 2024-08-15T05:02:24.204Z | Checking pkcs5 v0.7.1 |
1669 | 2024-08-15T05:02:24.230Z | Checking unicode-ident v1.0.12 |
1670 | 2024-08-15T05:02:24.376Z | Checking powerfmt v0.2.0 |
1671 | 2024-08-15T05:02:24.556Z | Checking proc-macro2 v1.0.86 |
1672 | 2024-08-15T05:02:24.601Z | Checking deranged v0.3.11 |
1673 | 2024-08-15T05:02:24.643Z | Checking pkcs8 v0.10.2 |
1674 | 2024-08-15T05:02:24.817Z | Checking openssl v0.10.66 |
1675 | 2024-08-15T05:02:24.909Z | Checking sct v0.7.1 |
1676 | 2024-08-15T05:02:25.048Z | Checking rustls-webpki v0.101.7 |
1677 | 2024-08-15T05:02:25.077Z | Checking want v0.3.1 |
1678 | 2024-08-15T05:02:25.121Z | Checking uuid v1.10.0 |
1679 | 2024-08-15T05:02:25.240Z | Checking idna v0.5.0 |
1680 | 2024-08-15T05:02:25.322Z | Checking http-body v0.4.6 |
1681 | 2024-08-15T05:02:25.647Z | Checking httparse v1.8.0 |
1682 | 2024-08-15T05:02:25.671Z | Checking errno v0.3.9 |
1683 | 2024-08-15T05:02:25.671Z | Checking scroll v0.12.0 |
1684 | 2024-08-15T05:02:25.817Z | Checking aho-corasick v1.1.3 |
1685 | 2024-08-15T05:02:25.885Z | Checking num-conv v0.1.0 |
1686 | 2024-08-15T05:02:26.001Z | Checking ucd-trie v0.1.6 |
1687 | 2024-08-15T05:02:26.083Z | Checking tower-service v0.3.2 |
1688 | 2024-08-15T05:02:26.107Z | Checking iana-time-zone v0.1.60 |
1689 | 2024-08-15T05:02:26.133Z | Checking num_threads v0.1.7 |
1690 | 2024-08-15T05:02:26.178Z | Checking openssl-probe v0.1.5 |
1691 | 2024-08-15T05:02:26.202Z | Checking utf8parse v0.2.1 |
1692 | 2024-08-15T05:02:26.228Z | Checking anstyle v1.0.8 |
1693 | 2024-08-15T05:02:26.252Z | Checking time-core v0.1.2 |
1694 | 2024-08-15T05:02:26.298Z | Checking finl_unicode v1.2.0 |
1695 | 2024-08-15T05:02:26.322Z | Checking plain v0.2.3 |
1696 | 2024-08-15T05:02:26.346Z | Checking regex-syntax v0.8.4 |
1697 | 2024-08-15T05:02:26.422Z | Checking adler v1.0.2 |
1698 | 2024-08-15T05:02:26.489Z | Checking httpdate v1.0.3 |
1699 | 2024-08-15T05:02:26.569Z | Checking miniz_oxide v0.7.2 |
1700 | 2024-08-15T05:02:26.593Z | Checking goblin v0.8.2 |
1701 | 2024-08-15T05:02:26.679Z | Checking time v0.3.36 |
1702 | 2024-08-15T05:02:26.803Z | Checking stringprep v0.1.4 |
1703 | 2024-08-15T05:02:27.021Z | Checking anstyle-parse v0.2.4 |
1704 | 2024-08-15T05:02:27.180Z | Checking chrono v0.4.38 |
1705 | 2024-08-15T05:02:27.245Z | Checking pest v2.7.10 |
1706 | 2024-08-15T05:02:27.314Z | Checking url v2.5.2 |
1707 | 2024-08-15T05:02:27.991Z | Checking rustix v0.38.34 |
1708 | 2024-08-15T05:02:28.838Z | Checking rustls v0.21.12 |
1709 | 2024-08-15T05:02:28.974Z | Checking quote v1.0.36 |
1710 | 2024-08-15T05:02:29.049Z | Checking regex-automata v0.4.6 |
1711 | 2024-08-15T05:02:29.280Z | Checking serde_spanned v0.6.7 |
1712 | 2024-08-15T05:02:29.434Z | Checking toml_datetime v0.6.8 |
1713 | 2024-08-15T05:02:29.461Z | Checking num-integer v0.1.46 |
1714 | 2024-08-15T05:02:29.485Z | Checking native-tls v0.2.11 |
1715 | 2024-08-15T05:02:29.694Z | Checking idna v0.3.0 |
1716 | 2024-08-15T05:02:29.751Z | Checking md-5 v0.10.6 |
1717 | 2024-08-15T05:02:29.778Z | Checking hash32 v0.2.1 |
1718 | 2024-08-15T05:02:29.907Z | Checking is_terminal_polyfill v1.70.0 |
1719 | 2024-08-15T05:02:29.946Z | Checking stable_deref_trait v1.2.0 |
1720 | 2024-08-15T05:02:30.020Z | Checking fallible-iterator v0.2.0 |
1721 | 2024-08-15T05:02:30.047Z | Checking base64 v0.22.1 |
1722 | 2024-08-15T05:02:30.070Z | Checking colorchoice v1.0.1 |
1723 | 2024-08-15T05:02:30.158Z | Checking tokio-util v0.7.11 |
1724 | 2024-08-15T05:02:30.189Z | Checking anstyle-query v1.0.3 |
1725 | 2024-08-15T05:02:30.321Z | Checking pretty-hex v0.4.1 |
1726 | 2024-08-15T05:02:30.373Z | Checking gimli v0.28.1 |
1727 | 2024-08-15T05:02:30.453Z | Checking psl-types v2.0.11 |
1728 | 2024-08-15T05:02:30.477Z | Checking anstream v0.6.14 |
1729 | 2024-08-15T05:02:30.561Z | Checking postgres-protocol v0.6.7 |
1730 | 2024-08-15T05:02:30.607Z | Checking publicsuffix v2.2.3 |
1731 | 2024-08-15T05:02:30.787Z | Checking tokio-native-tls v0.3.1 |
1732 | 2024-08-15T05:02:30.811Z | Checking heapless v0.7.17 |
1733 | 2024-08-15T05:02:30.888Z | Checking dof v0.3.0 |
1734 | 2024-08-15T05:02:30.912Z | Checking h2 v0.3.26 |
1735 | 2024-08-15T05:02:31.005Z | Checking num-iter v0.1.45 |
1736 | 2024-08-15T05:02:31.118Z | Checking terminal_size v0.3.0 |
1737 | 2024-08-15T05:02:31.166Z | Checking dtrace-parser v0.2.0 |
1738 | 2024-08-15T05:02:31.252Z | Checking syn v2.0.74 |
1739 | 2024-08-15T05:02:31.408Z | Checking cookie v0.17.0 |
1740 | 2024-08-15T05:02:31.627Z | Checking phf_shared v0.11.2 |
1741 | 2024-08-15T05:02:31.652Z | Checking tokio-rustls v0.24.1 |
1742 | 2024-08-15T05:02:31.728Z | Checking ff v0.13.0 |
1743 | 2024-08-15T05:02:31.772Z | Checking thread-id v4.2.1 |
1744 | 2024-08-15T05:02:31.868Z | Checking object v0.32.2 |
1745 | 2024-08-15T05:02:31.892Z | Checking winnow v0.5.40 |
1746 | 2024-08-15T05:02:31.916Z | Checking base64 v0.21.7 |
1747 | 2024-08-15T05:02:31.951Z | Checking regex-automata v0.1.10 |
1748 | 2024-08-15T05:02:32.296Z | Checking matches v0.1.10 |
1749 | 2024-08-15T05:02:32.320Z | Checking clap_lex v0.7.0 |
1750 | 2024-08-15T05:02:32.377Z | Checking ipnet v2.9.0 |
1751 | 2024-08-15T05:02:32.519Z | Checking base16ct v0.2.0 |
1752 | 2024-08-15T05:02:32.688Z | Checking strsim v0.11.1 |
1753 | 2024-08-15T05:02:32.782Z | Checking managed v0.8.0 |
1754 | 2024-08-15T05:02:32.930Z | Checking bitflags v1.3.2 |
1755 | 2024-08-15T05:02:33.020Z | Checking either v1.13.0 |
1756 | 2024-08-15T05:02:33.044Z | Checking rustc-demangle v0.1.24 |
1757 | 2024-08-15T05:02:33.105Z | Checking smoltcp v0.9.1 |
1758 | 2024-08-15T05:02:33.342Z | Checking regex v1.10.6 |
1759 | 2024-08-15T05:02:33.390Z | Checking clap_builder v4.5.15 |
1760 | 2024-08-15T05:02:33.504Z | Checking addr2line v0.21.0 |
1761 | 2024-08-15T05:02:33.849Z | Checking sec1 v0.7.3 |
1762 | 2024-08-15T05:02:33.917Z | Checking idna v0.2.3 |
1763 | 2024-08-15T05:02:34.160Z | Checking rustls-pemfile v1.0.4 |
1764 | 2024-08-15T05:02:34.320Z | Checking bstr v0.2.17 |
1765 | 2024-08-15T05:02:34.368Z | Checking group v0.13.0 |
1766 | 2024-08-15T05:02:34.392Z | Checking toml_edit v0.19.15 |
1767 | 2024-08-15T05:02:34.549Z | Checking phf v0.11.2 |
1768 | 2024-08-15T05:02:34.587Z | Checking cookie_store v0.20.0 |
1769 | 2024-08-15T05:02:34.773Z | Checking num-bigint-dig v0.8.4 |
1770 | 2024-08-15T05:02:34.998Z | Checking postgres-types v0.2.7 |
1771 | 2024-08-15T05:02:35.122Z | Checking futures-executor v0.3.30 |
1772 | 2024-08-15T05:02:35.322Z | Checking pkcs1 v0.7.5 |
1773 | 2024-08-15T05:02:35.563Z | Checking phf_shared v0.10.0 |
1774 | 2024-08-15T05:02:35.646Z | Checking serde_urlencoded v0.7.1 |
1775 | 2024-08-15T05:02:35.792Z | Checking hubpack v0.1.2 |
1776 | 2024-08-15T05:02:36.004Z | Checking zerocopy v0.6.6 |
1777 | 2024-08-15T05:02:36.028Z | Checking float-cmp v0.9.0 |
1778 | 2024-08-15T05:02:36.052Z | Checking hyper v0.14.30 |
1779 | 2024-08-15T05:02:36.076Z | Checking crc32fast v1.4.0 |
1780 | 2024-08-15T05:02:36.182Z | Checking crossbeam-utils v0.8.19 |
1781 | 2024-08-15T05:02:36.258Z | Checking signal-hook v0.3.17 |
1782 | 2024-08-15T05:02:36.516Z | Checking hkdf v0.12.4 |
1783 | 2024-08-15T05:02:36.591Z | Checking signature v2.2.0 |
1784 | 2024-08-15T05:02:36.618Z | Checking crypto-bigint v0.5.5 |
1785 | 2024-08-15T05:02:36.648Z | Checking usdt-impl v0.5.0 |
1786 | 2024-08-15T05:02:36.682Z | Checking memmap v0.7.0 |
1787 | 2024-08-15T05:02:36.707Z | Checking mio v1.0.2 |
1788 | 2024-08-15T05:02:36.747Z | Checking encoding_rs v0.8.34 |
1789 | 2024-08-15T05:02:36.825Z | Checking fixedbitset v0.4.2 |
1790 | 2024-08-15T05:02:36.850Z | Checking winnow v0.6.18 |
1791 | 2024-08-15T05:02:37.002Z | Checking backtrace v0.3.71 |
1792 | 2024-08-15T05:02:37.050Z | Checking normalize-line-endings v0.3.0 |
1793 | 2024-08-15T05:02:37.108Z | Checking bit-vec v0.6.3 |
1794 | 2024-08-15T05:02:37.152Z | Checking unicode-width v0.1.13 |
1795 | 2024-08-15T05:02:37.197Z | Checking minimal-lexical v0.2.1 |
1796 | 2024-08-15T05:02:37.317Z | Checking data-encoding v2.6.0 |
1797 | 2024-08-15T05:02:37.381Z | Checking whoami v1.5.1 |
1798 | 2024-08-15T05:02:37.475Z | Checking sync_wrapper v0.1.2 |
1799 | 2024-08-15T05:02:37.524Z | Checking predicates-core v1.0.6 |
1800 | 2024-08-15T05:02:37.576Z | Checking dyn-clone v1.0.17 |
1801 | 2024-08-15T05:02:37.632Z | Checking difflib v0.4.0 |
1802 | 2024-08-15T05:02:37.681Z | Checking mime v0.3.17 |
1803 | 2024-08-15T05:02:37.705Z | Checking webpki-roots v0.25.4 |
1804 | 2024-08-15T05:02:37.825Z | Checking unicode-segmentation v1.11.0 |
1805 | 2024-08-15T05:02:37.866Z | Checking new_debug_unreachable v1.0.6 |
1806 | 2024-08-15T05:02:37.896Z | Checking static_assertions v1.1.0 |
1807 | 2024-08-15T05:02:37.944Z | Checking precomputed-hash v0.1.1 |
1808 | 2024-08-15T05:02:37.968Z | Checking predicates v3.1.2 |
1809 | 2024-08-15T05:02:37.992Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1810 | 2024-08-15T05:02:38.043Z | Checking string_cache v0.8.7 |
1811 | 2024-08-15T05:02:38.501Z | Checking trust-dns-proto v0.22.0 |
1812 | 2024-08-15T05:02:38.525Z | Checking similar v2.5.0 |
1813 | 2024-08-15T05:02:38.525Z | Checking schemars v0.8.21 |
1814 | 2024-08-15T05:02:38.581Z | Checking tokio-postgres v0.7.11 |
1815 | 2024-08-15T05:02:38.935Z | Checking elliptic-curve v0.13.8 |
1816 | 2024-08-15T05:02:39.040Z | Checking nom v7.1.3 |
1817 | 2024-08-15T05:02:39.231Z | Checking toml_edit v0.22.20 |
1818 | 2024-08-15T05:02:39.480Z | Checking anyhow v1.0.86 |
1819 | 2024-08-15T05:02:39.796Z | Checking bit-set v0.5.3 |
1820 | 2024-08-15T05:02:39.844Z | Checking console v0.15.8 |
1821 | 2024-08-15T05:02:40.012Z | Checking signal-hook-mio v0.2.4 |
1822 | 2024-08-15T05:02:40.138Z | Checking usdt v0.5.0 |
1823 | 2024-08-15T05:02:40.323Z | Checking petgraph v0.6.5 |
1824 | 2024-08-15T05:02:40.356Z | Checking crossbeam-epoch v0.9.18 |
1825 | 2024-08-15T05:02:40.724Z | Checking rsa v0.9.6 |
1826 | 2024-08-15T05:02:40.942Z | Checking toml v0.7.8 |
1827 | 2024-08-15T05:02:41.090Z | Checking hyper-tls v0.5.0 |
1828 | 2024-08-15T05:02:41.279Z | Checking hyper-rustls v0.24.2 |
1829 | 2024-08-15T05:02:41.342Z | Checking flate2 v1.0.31 |
1830 | 2024-08-15T05:02:41.407Z | Checking clap v4.5.15 |
1831 | 2024-08-15T05:02:41.451Z | Checking futures v0.3.30 |
1832 | 2024-08-15T05:02:41.515Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1833 | 2024-08-15T05:02:41.540Z | Checking itertools v0.10.5 |
1834 | 2024-08-15T05:02:41.565Z | Checking itertools v0.12.1 |
1835 | 2024-08-15T05:02:41.597Z | Checking reqwest v0.11.27 |
1836 | 2024-08-15T05:02:41.597Z | Checking bstr v1.9.1 |
1837 | 2024-08-15T05:02:41.623Z | Checking fs-err v2.11.0 |
1838 | 2024-08-15T05:02:41.923Z | Checking tokio-stream v0.1.15 |
1839 | 2024-08-15T05:02:42.074Z | Checking nix v0.28.0 |
1840 | 2024-08-15T05:02:42.098Z | Checking slog v2.7.0 |
1841 | 2024-08-15T05:02:42.364Z | Checking openapiv3 v2.0.0 |
1842 | 2024-08-15T05:02:42.496Z | Checking semver v1.0.23 |
1843 | 2024-08-15T05:02:42.563Z | Checking hex v0.4.3 |
1844 | 2024-08-15T05:02:42.841Z | Checking sha1 v0.10.6 |
1845 | 2024-08-15T05:02:42.989Z | Checking peg-runtime v0.8.3 |
1846 | 2024-08-15T05:02:43.014Z | Checking lalrpop-util v0.19.12 |
1847 | 2024-08-15T05:02:43.076Z | Checking camino v1.1.7 |
1848 | 2024-08-15T05:02:43.100Z | Checking sigpipe v0.1.3 |
1849 | 2024-08-15T05:02:45.054Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1850 | 2024-08-15T05:02:45.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.26s |
1851 | 2024-08-15T05:02:45.590Z | |
1852 | 2024-08-15T05:02:45.590Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/150) |
1853 | 2024-08-15T05:02:46.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1854 | 2024-08-15T05:02:46.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1855 | 2024-08-15T05:02:46.521Z | Compiling regress v0.9.1 |
1856 | 2024-08-15T05:02:46.550Z | Checking strum v0.26.3 |
1857 | 2024-08-15T05:02:46.583Z | Checking heck v0.5.0 |
1858 | 2024-08-15T05:02:46.607Z | Compiling getopts v0.2.21 |
1859 | 2024-08-15T05:02:46.607Z | Checking dirs-sys-next v0.1.2 |
1860 | 2024-08-15T05:02:46.632Z | Compiling unsafe-libyaml v0.2.11 |
1861 | 2024-08-15T05:02:46.698Z | Checking http v1.1.0 |
1862 | 2024-08-15T05:02:46.753Z | Checking thread_local v1.1.8 |
1863 | 2024-08-15T05:02:46.795Z | Checking dirs-next v2.0.0 |
1864 | 2024-08-15T05:02:46.904Z | Checking rustls-pki-types v1.7.0 |
1865 | 2024-08-15T05:02:46.940Z | Compiling ident_case v1.0.1 |
1866 | 2024-08-15T05:02:46.999Z | Checking term v0.7.0 |
1867 | 2024-08-15T05:02:47.095Z | Compiling darling_core v0.20.9 |
1868 | 2024-08-15T05:02:47.263Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1869 | 2024-08-15T05:02:47.359Z | Checking crossbeam-channel v0.5.12 |
1870 | 2024-08-15T05:02:47.407Z | Checking atty v0.2.14 |
1871 | 2024-08-15T05:02:47.507Z | Checking is-terminal v0.4.12 |
1872 | 2024-08-15T05:02:47.544Z | Checking utf-8 v0.7.6 |
1873 | 2024-08-15T05:02:47.612Z | Checking take_mut v0.2.2 |
1874 | 2024-08-15T05:02:47.710Z | Compiling serde_yaml v0.9.34+deprecated |
1875 | 2024-08-15T05:02:47.739Z | Checking humantime v2.1.0 |
1876 | 2024-08-15T05:02:47.851Z | Checking termcolor v1.4.1 |
1877 | 2024-08-15T05:02:47.970Z | Compiling paste v1.0.15 |
1878 | 2024-08-15T05:02:47.995Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1879 | 2024-08-15T05:02:48.195Z | Compiling rustls v0.22.4 |
1880 | 2024-08-15T05:02:48.220Z | Checking env_logger v0.9.3 |
1881 | 2024-08-15T05:02:48.307Z | Checking slog-async v2.8.0 |
1882 | 2024-08-15T05:02:48.458Z | Checking slog-term v2.9.1 |
1883 | 2024-08-15T05:02:48.483Z | Checking rustls-webpki v0.102.4 |
1884 | 2024-08-15T05:02:48.558Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-08-15T05:02:48.595Z | Compiling proc-macro-crate v1.3.1 |
1886 | 2024-08-15T05:02:48.849Z | Compiling bitstruct_derive v0.1.0 |
1887 | 2024-08-15T05:02:48.873Z | Compiling structmeta-derive v0.3.0 |
1888 | 2024-08-15T05:02:49.140Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1889 | 2024-08-15T05:02:49.250Z | Compiling multer v3.1.0 |
1890 | 2024-08-15T05:02:49.331Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1891 | 2024-08-15T05:02:49.526Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1892 | 2024-08-15T05:02:49.773Z | Checking match_cfg v0.1.0 |
1893 | 2024-08-15T05:02:49.857Z | Checking ascii v1.1.0 |
1894 | 2024-08-15T05:02:49.979Z | Checking bitstruct v0.1.1 |
1895 | 2024-08-15T05:02:50.075Z | Checking hostname v0.3.1 |
1896 | 2024-08-15T05:02:50.199Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1897 | 2024-08-15T05:02:50.283Z | Compiling num_enum_derive v0.5.11 |
1898 | 2024-08-15T05:02:50.612Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1899 | 2024-08-15T05:02:50.951Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1900 | 2024-08-15T05:02:51.268Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1901 | 2024-08-15T05:02:51.295Z | Compiling structmeta v0.3.0 |
1902 | 2024-08-15T05:02:51.416Z | Checking slog-json v2.6.1 |
1903 | 2024-08-15T05:02:51.553Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-08-15T05:02:51.650Z | Checking erased-serde v0.3.31 |
1905 | 2024-08-15T05:02:51.719Z | Checking serde_arrays v0.1.0 |
1906 | 2024-08-15T05:02:51.774Z | Compiling foreign-types-macros v0.2.3 |
1907 | 2024-08-15T05:02:51.854Z | Compiling async-stream-impl v0.3.5 |
1908 | 2024-08-15T05:02:52.264Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1909 | 2024-08-15T05:02:52.516Z | Checking foreign-types-shared v0.3.1 |
1910 | 2024-08-15T05:02:52.541Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1911 | 2024-08-15T05:02:52.565Z | Checking atomic-waker v1.1.2 |
1912 | 2024-08-15T05:02:52.618Z | Checking arc-swap v1.7.1 |
1913 | 2024-08-15T05:02:52.679Z | Checking waitgroup v0.1.2 |
1914 | 2024-08-15T05:02:52.810Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-08-15T05:02:52.834Z | Checking num_enum v0.5.11 |
1916 | 2024-08-15T05:02:52.859Z | Checking foreign-types v0.5.0 |
1917 | 2024-08-15T05:02:52.969Z | Compiling parse-display-derive v0.10.0 |
1918 | 2024-08-15T05:02:52.994Z | Compiling darling_macro v0.20.9 |
1919 | 2024-08-15T05:02:53.018Z | Checking slog-scope v4.4.0 |
1920 | 2024-08-15T05:02:53.043Z | Checking slog-bunyan v2.5.0 |
1921 | 2024-08-15T05:02:53.043Z | Checking async-stream v0.3.5 |
1922 | 2024-08-15T05:02:53.172Z | Compiling proc-macro-error v1.0.4 |
1923 | 2024-08-15T05:02:53.340Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1924 | 2024-08-15T05:02:53.436Z | Checking toml v0.8.19 |
1925 | 2024-08-15T05:02:53.686Z | Checking tungstenite v0.20.1 |
1926 | 2024-08-15T05:02:53.784Z | Checking rustls-pemfile v2.1.3 |
1927 | 2024-08-15T05:02:53.823Z | Compiling darling v0.20.9 |
1928 | 2024-08-15T05:02:53.919Z | Checking tokio-rustls v0.25.0 |
1929 | 2024-08-15T05:02:53.944Z | Compiling serde_with_macros v3.8.3 |
1930 | 2024-08-15T05:02:54.000Z | Compiling heck v0.3.3 |
1931 | 2024-08-15T05:02:54.087Z | Checking newtype-uuid v1.1.0 |
1932 | 2024-08-15T05:02:54.236Z | Checking ipnetwork v0.20.0 |
1933 | 2024-08-15T05:02:54.293Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1934 | 2024-08-15T05:02:54.395Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1935 | 2024-08-15T05:02:54.436Z | Checking serde_path_to_error v0.1.16 |
1936 | 2024-08-15T05:02:54.538Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1937 | 2024-08-15T05:02:54.968Z | Checking cstr-argument v0.1.2 |
1938 | 2024-08-15T05:02:55.125Z | Checking hostname v0.4.0 |
1939 | 2024-08-15T05:02:55.151Z | Checking instant v0.1.12 |
1940 | 2024-08-15T05:02:55.183Z | Checking fastrand v2.1.0 |
1941 | 2024-08-15T05:02:55.255Z | Checking pretty-hex v0.2.1 |
1942 | 2024-08-15T05:02:55.279Z | Checking debug-ignore v1.0.5 |
1943 | 2024-08-15T05:02:55.393Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1944 | 2024-08-15T05:02:55.419Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1945 | 2024-08-15T05:02:55.460Z | Checking tempfile v3.10.1 |
1946 | 2024-08-15T05:02:55.655Z | Checking backoff v0.4.0 |
1947 | 2024-08-15T05:02:55.680Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1948 | 2024-08-15T05:02:55.802Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1949 | 2024-08-15T05:02:55.915Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1950 | 2024-08-15T05:02:55.940Z | Checking tokio-tungstenite v0.20.1 |
1951 | 2024-08-15T05:02:56.075Z | Compiling zone_cfg_derive v0.1.2 |
1952 | 2024-08-15T05:02:56.220Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1953 | 2024-08-15T05:02:56.364Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1954 | 2024-08-15T05:02:56.388Z | Checking serde_with v3.8.3 |
1955 | 2024-08-15T05:02:56.471Z | Checking slog-stdlog v4.1.1 |
1956 | 2024-08-15T05:02:56.618Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1957 | 2024-08-15T05:02:56.748Z | Checking tungstenite v0.21.0 |
1958 | 2024-08-15T05:02:56.944Z | Checking parse-display v0.10.0 |
1959 | 2024-08-15T05:02:57.036Z | Checking colored v2.1.0 |
1960 | 2024-08-15T05:02:57.138Z | Checking macaddr v1.0.1 |
1961 | 2024-08-15T05:02:57.287Z | Checking socket2 v0.4.10 |
1962 | 2024-08-15T05:02:57.363Z | Checking base64 v0.13.1 |
1963 | 2024-08-15T05:02:57.418Z | Checking zone v0.1.8 |
1964 | 2024-08-15T05:02:57.484Z | Checking tokio-tungstenite v0.21.0 |
1965 | 2024-08-15T05:02:57.692Z | Checking ron v0.7.1 |
1966 | 2024-08-15T05:02:57.880Z | Checking slog-envlogger v2.2.0 |
1967 | 2024-08-15T05:02:57.983Z | Checking pem v3.0.4 |
1968 | 2024-08-15T05:02:58.066Z | Checking tabwriter v1.4.0 |
1969 | 2024-08-15T05:02:58.205Z | Checking xattr v1.3.1 |
1970 | 2024-08-15T05:02:58.267Z | Checking portpicker v0.1.1 |
1971 | 2024-08-15T05:02:58.374Z | Checking yasna v0.5.2 |
1972 | 2024-08-15T05:02:58.399Z | Checking headers-core v0.2.0 |
1973 | 2024-08-15T05:02:58.505Z | Checking smf v0.2.3 |
1974 | 2024-08-15T05:02:58.616Z | Checking filetime v0.2.24 |
1975 | 2024-08-15T05:02:58.792Z | Checking same-file v1.0.6 |
1976 | 2024-08-15T05:02:58.897Z | Checking tar v0.4.41 |
1977 | 2024-08-15T05:02:58.947Z | Checking walkdir v2.5.0 |
1978 | 2024-08-15T05:02:59.109Z | Checking headers v0.3.9 |
1979 | 2024-08-15T05:02:59.133Z | Checking rcgen v0.12.1 |
1980 | 2024-08-15T05:02:59.181Z | Checking camino-tempfile v1.1.1 |
1981 | 2024-08-15T05:02:59.206Z | Checking atomicwrites v0.4.3 |
1982 | 2024-08-15T05:02:59.374Z | Checking subprocess v0.2.9 |
1983 | 2024-08-15T05:03:00.319Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1984 | 2024-08-15T05:03:00.558Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1985 | 2024-08-15T05:03:01.719Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1986 | 2024-08-15T05:03:04.129Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1987 | 2024-08-15T05:03:04.223Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1988 | 2024-08-15T05:03:08.551Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1989 | 2024-08-15T05:03:15.757Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1990 | 2024-08-15T05:03:15.931Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1991 | 2024-08-15T05:03:15.931Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1992 | 2024-08-15T05:03:19.138Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1993 | 2024-08-15T05:03:19.589Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1994 | 2024-08-15T05:03:27.146Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1995 | 2024-08-15T05:03:28.962Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1996 | 2024-08-15T05:03:30.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.80s |
1997 | 2024-08-15T05:03:30.529Z | |
1998 | 2024-08-15T05:03:30.529Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/150) |
1999 | 2024-08-15T05:03:31.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2000 | 2024-08-15T05:03:31.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2001 | 2024-08-15T05:03:31.487Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2002 | 2024-08-15T05:03:32.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s |
2003 | 2024-08-15T05:03:33.104Z | |
2004 | 2024-08-15T05:03:33.104Z | info: running `cargo check --bins` on nexus-config (31/150) |
2005 | 2024-08-15T05:03:33.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2006 | 2024-08-15T05:03:33.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2007 | 2024-08-15T05:03:33.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2008 | 2024-08-15T05:03:33.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2009 | 2024-08-15T05:03:33.927Z | |
2010 | 2024-08-15T05:03:33.927Z | info: running `cargo check --bins` on omicron-rpaths (32/150) |
2011 | 2024-08-15T05:03:34.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2012 | 2024-08-15T05:03:34.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2013 | 2024-08-15T05:03:34.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2014 | 2024-08-15T05:03:34.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2015 | 2024-08-15T05:03:34.733Z | |
2016 | 2024-08-15T05:03:34.733Z | info: running `cargo check --bins` on omicron-certificates (33/150) |
2017 | 2024-08-15T05:03:35.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2018 | 2024-08-15T05:03:35.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2019 | 2024-08-15T05:03:35.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2020 | 2024-08-15T05:03:35.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2021 | 2024-08-15T05:03:35.579Z | |
2022 | 2024-08-15T05:03:35.579Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/150) |
2023 | 2024-08-15T05:03:36.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2024 | 2024-08-15T05:03:36.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2025 | 2024-08-15T05:03:36.473Z | Compiling heapless v0.8.0 |
2026 | 2024-08-15T05:03:36.498Z | Checking hash32 v0.3.1 |
2027 | 2024-08-15T05:03:36.498Z | Compiling smoltcp v0.11.0 |
2028 | 2024-08-15T05:03:36.536Z | Checking cobs v0.2.3 |
2029 | 2024-08-15T05:03:36.537Z | Checking embedded-io v0.4.0 |
2030 | 2024-08-15T05:03:36.570Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2031 | 2024-08-15T05:03:36.595Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2032 | 2024-08-15T05:03:36.619Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2033 | 2024-08-15T05:03:36.678Z | Compiling crucible-workspace-hack v0.1.0 |
2034 | 2024-08-15T05:03:36.705Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2035 | 2024-08-15T05:03:36.730Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2036 | 2024-08-15T05:03:36.754Z | Checking postcard v1.0.8 |
2037 | 2024-08-15T05:03:36.913Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2038 | 2024-08-15T05:03:36.938Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2039 | 2024-08-15T05:03:37.075Z | Compiling num-derive v0.4.2 |
2040 | 2024-08-15T05:03:37.200Z | Compiling slog-dtrace v0.3.0 |
2041 | 2024-08-15T05:03:37.250Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2042 | 2024-08-15T05:03:37.357Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2043 | 2024-08-15T05:03:37.392Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2044 | 2024-08-15T05:03:38.117Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2045 | 2024-08-15T05:03:38.654Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2046 | 2024-08-15T05:03:40.478Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2047 | 2024-08-15T05:03:41.608Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2048 | 2024-08-15T05:03:42.939Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2049 | 2024-08-15T05:03:45.114Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2050 | 2024-08-15T05:03:45.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.37s |
2051 | 2024-08-15T05:03:46.089Z | |
2052 | 2024-08-15T05:03:46.089Z | info: running `cargo check --bins` on clickhouse-admin-api (35/150) |
2053 | 2024-08-15T05:03:46.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2054 | 2024-08-15T05:03:46.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2055 | 2024-08-15T05:03:46.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2056 | 2024-08-15T05:03:46.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2057 | 2024-08-15T05:03:46.963Z | |
2058 | 2024-08-15T05:03:46.963Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (36/150) |
2059 | 2024-08-15T05:03:47.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2060 | 2024-08-15T05:03:47.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2061 | 2024-08-15T05:03:47.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2062 | 2024-08-15T05:03:47.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2063 | 2024-08-15T05:03:47.935Z | |
2064 | 2024-08-15T05:03:47.935Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/150) |
2065 | 2024-08-15T05:03:48.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2066 | 2024-08-15T05:03:48.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2067 | 2024-08-15T05:03:48.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2068 | 2024-08-15T05:03:48.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2069 | 2024-08-15T05:03:48.909Z | |
2070 | 2024-08-15T05:03:48.909Z | info: running `cargo check --bins` on dns-server (38/150) |
2071 | 2024-08-15T05:03:49.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2072 | 2024-08-15T05:03:49.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2073 | 2024-08-15T05:03:49.748Z | Compiling parking_lot_core v0.8.6 |
2074 | 2024-08-15T05:03:49.773Z | Checking nibble_vec v0.1.0 |
2075 | 2024-08-15T05:03:49.773Z | Checking endian-type v0.1.2 |
2076 | 2024-08-15T05:03:49.802Z | Checking newline-converter v0.3.0 |
2077 | 2024-08-15T05:03:49.826Z | Checking quick-error v1.2.3 |
2078 | 2024-08-15T05:03:49.827Z | Checking linked-hash-map v0.5.6 |
2079 | 2024-08-15T05:03:49.827Z | Checking toml v0.5.11 |
2080 | 2024-08-15T05:03:49.827Z | Checking fxhash v0.2.1 |
2081 | 2024-08-15T05:03:49.939Z | Checking expectorate v1.1.0 |
2082 | 2024-08-15T05:03:49.965Z | Checking resolv-conf v0.7.0 |
2083 | 2024-08-15T05:03:49.989Z | Checking radix_trie v0.2.1 |
2084 | 2024-08-15T05:03:49.989Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2085 | 2024-08-15T05:03:50.109Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2086 | 2024-08-15T05:03:50.140Z | Checking lru-cache v0.1.2 |
2087 | 2024-08-15T05:03:50.313Z | Checking trust-dns-resolver v0.22.0 |
2088 | 2024-08-15T05:03:50.338Z | Checking trust-dns-client v0.22.0 |
2089 | 2024-08-15T05:03:50.513Z | Checking parking_lot v0.11.2 |
2090 | 2024-08-15T05:03:50.795Z | Checking sled v0.34.7 |
2091 | 2024-08-15T05:03:51.384Z | Checking trust-dns-server v0.22.1 |
2092 | 2024-08-15T05:03:53.414Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2093 | 2024-08-15T05:03:54.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.90s |
2094 | 2024-08-15T05:03:54.951Z | |
2095 | 2024-08-15T05:03:54.951Z | info: running `cargo check --bins` on dns-server-api (39/150) |
2096 | 2024-08-15T05:03:55.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2097 | 2024-08-15T05:03:55.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2098 | 2024-08-15T05:03:55.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2099 | 2024-08-15T05:03:55.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2100 | 2024-08-15T05:03:55.765Z | |
2101 | 2024-08-15T05:03:55.765Z | info: running `cargo check --bins` on dns-service-client (40/150) |
2102 | 2024-08-15T05:03:56.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2103 | 2024-08-15T05:03:56.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2104 | 2024-08-15T05:03:56.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2105 | 2024-08-15T05:03:56.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2106 | 2024-08-15T05:03:56.607Z | |
2107 | 2024-08-15T05:03:56.607Z | info: running `cargo check --bins` on gateway-test-utils (41/150) |
2108 | 2024-08-15T05:03:57.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2109 | 2024-08-15T05:03:57.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2110 | 2024-08-15T05:03:57.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2111 | 2024-08-15T05:03:57.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2112 | 2024-08-15T05:03:57.500Z | |
2113 | 2024-08-15T05:03:57.500Z | info: running `cargo check --bins` on gateway-types (42/150) |
2114 | 2024-08-15T05:03:58.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2115 | 2024-08-15T05:03:58.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2116 | 2024-08-15T05:03:58.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2117 | 2024-08-15T05:03:58.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2118 | 2024-08-15T05:03:58.337Z | |
2119 | 2024-08-15T05:03:58.338Z | info: running `cargo check --bins` on ipcc (43/150) |
2120 | 2024-08-15T05:03:59.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2121 | 2024-08-15T05:03:59.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2122 | 2024-08-15T05:03:59.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2123 | 2024-08-15T05:03:59.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2124 | 2024-08-15T05:03:59.182Z | |
2125 | 2024-08-15T05:03:59.182Z | info: running `cargo check --bins` on omicron-gateway (44/150) |
2126 | 2024-08-15T05:03:59.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2127 | 2024-08-15T05:04:00.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2128 | 2024-08-15T05:04:00.101Z | Compiling radium v0.7.0 |
2129 | 2024-08-15T05:04:00.125Z | Checking tap v1.0.1 |
2130 | 2024-08-15T05:04:00.125Z | Compiling maybe-uninit v2.0.0 |
2131 | 2024-08-15T05:04:00.160Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2132 | 2024-08-15T05:04:00.185Z | Checking funty v2.0.0 |
2133 | 2024-08-15T05:04:00.185Z | Checking crc-catalog v2.4.0 |
2134 | 2024-08-15T05:04:00.185Z | Compiling packed_struct v0.10.1 |
2135 | 2024-08-15T05:04:00.224Z | Compiling packed_struct_codegen v0.10.1 |
2136 | 2024-08-15T05:04:00.313Z | Checking wyz v0.5.1 |
2137 | 2024-08-15T05:04:00.337Z | Checking crc v3.2.1 |
2138 | 2024-08-15T05:04:00.644Z | Compiling indexmap v1.9.3 |
2139 | 2024-08-15T05:04:00.674Z | Checking half v2.4.1 |
2140 | 2024-08-15T05:04:00.700Z | Checking nodrop v0.1.14 |
2141 | 2024-08-15T05:04:00.765Z | Checking ciborium-io v0.2.2 |
2142 | 2024-08-15T05:04:00.811Z | Checking array-init v0.0.4 |
2143 | 2024-08-15T05:04:00.878Z | Checking smallvec v0.6.14 |
2144 | 2024-08-15T05:04:00.908Z | Compiling memoffset v0.9.1 |
2145 | 2024-08-15T05:04:00.951Z | Checking hashbrown v0.12.3 |
2146 | 2024-08-15T05:04:00.976Z | Checking bitvec v1.0.1 |
2147 | 2024-08-15T05:04:01.068Z | Checking ciborium-ll v0.2.2 |
2148 | 2024-08-15T05:04:01.176Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2149 | 2024-08-15T05:04:01.212Z | Checking bitfield v0.14.0 |
2150 | 2024-08-15T05:04:01.343Z | Checking ciborium v0.2.2 |
2151 | 2024-08-15T05:04:01.509Z | Checking env_logger v0.10.2 |
2152 | 2024-08-15T05:04:01.603Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2153 | 2024-08-15T05:04:01.691Z | Checking serde-hex v0.1.0 |
2154 | 2024-08-15T05:04:01.767Z | Checking bzip2 v0.4.4 |
2155 | 2024-08-15T05:04:01.819Z | Checking ron v0.8.1 |
2156 | 2024-08-15T05:04:01.866Z | Checking x509-cert v0.2.5 |
2157 | 2024-08-15T05:04:02.008Z | Checking hashbrown v0.13.2 |
2158 | 2024-08-15T05:04:02.227Z | Checking crc-any v2.5.0 |
2159 | 2024-08-15T05:04:02.527Z | Checking zip v0.6.6 |
2160 | 2024-08-15T05:04:02.685Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2161 | 2024-08-15T05:04:02.866Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2162 | 2024-08-15T05:04:02.891Z | Checking object v0.30.4 |
2163 | 2024-08-15T05:04:02.947Z | Checking path-slash v0.1.5 |
2164 | 2024-08-15T05:04:02.972Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2165 | 2024-08-15T05:04:03.096Z | Checking nix v0.27.1 |
2166 | 2024-08-15T05:04:03.121Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2167 | 2024-08-15T05:04:03.145Z | Checking serde-big-array v0.5.1 |
2168 | 2024-08-15T05:04:03.176Z | Checking signal-hook-tokio v0.3.1 |
2169 | 2024-08-15T05:04:05.242Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2170 | 2024-08-15T05:04:06.211Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2171 | 2024-08-15T05:04:14.949Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2172 | 2024-08-15T05:04:16.526Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2173 | 2024-08-15T05:04:18.683Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2174 | 2024-08-15T05:04:20.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.70s |
2175 | 2024-08-15T05:04:21.040Z | |
2176 | 2024-08-15T05:04:21.041Z | info: running `cargo check --bins` on gateway-api (45/150) |
2177 | 2024-08-15T05:04:21.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2178 | 2024-08-15T05:04:21.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2179 | 2024-08-15T05:04:21.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2180 | 2024-08-15T05:04:21.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2181 | 2024-08-15T05:04:21.903Z | |
2182 | 2024-08-15T05:04:21.903Z | info: running `cargo check --bins` on sp-sim (46/150) |
2183 | 2024-08-15T05:04:22.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-08-15T05:04:22.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-08-15T05:04:22.759Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2186 | 2024-08-15T05:04:24.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s |
2187 | 2024-08-15T05:04:24.855Z | |
2188 | 2024-08-15T05:04:24.856Z | info: running `cargo check --bins` on internal-dns (47/150) |
2189 | 2024-08-15T05:04:25.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-08-15T05:04:25.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-08-15T05:04:25.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2192 | 2024-08-15T05:04:25.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2193 | 2024-08-15T05:04:25.680Z | |
2194 | 2024-08-15T05:04:25.680Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (48/150) |
2195 | 2024-08-15T05:04:26.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2196 | 2024-08-15T05:04:26.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2197 | 2024-08-15T05:04:26.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2198 | 2024-08-15T05:04:26.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2199 | 2024-08-15T05:04:26.615Z | |
2200 | 2024-08-15T05:04:26.615Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/150) |
2201 | 2024-08-15T05:04:27.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2202 | 2024-08-15T05:04:27.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2203 | 2024-08-15T05:04:27.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2204 | 2024-08-15T05:04:27.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2205 | 2024-08-15T05:04:27.547Z | |
2206 | 2024-08-15T05:04:27.547Z | info: running `cargo check --bins` on db-macros (50/150) |
2207 | 2024-08-15T05:04:28.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2208 | 2024-08-15T05:04:28.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2209 | 2024-08-15T05:04:28.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2210 | 2024-08-15T05:04:28.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2211 | 2024-08-15T05:04:28.353Z | |
2212 | 2024-08-15T05:04:28.353Z | info: running `cargo check --bins` on nexus-macros-common (51/150) |
2213 | 2024-08-15T05:04:29.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2214 | 2024-08-15T05:04:29.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2215 | 2024-08-15T05:04:29.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2216 | 2024-08-15T05:04:29.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2217 | 2024-08-15T05:04:29.175Z | |
2218 | 2024-08-15T05:04:29.175Z | info: running `cargo check --bins` on nexus-auth (52/150) |
2219 | 2024-08-15T05:04:29.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2220 | 2024-08-15T05:04:29.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2221 | 2024-08-15T05:04:29.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2222 | 2024-08-15T05:04:29.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2223 | 2024-08-15T05:04:30.062Z | |
2224 | 2024-08-15T05:04:30.062Z | info: running `cargo check --bins` on authz-macros (53/150) |
2225 | 2024-08-15T05:04:30.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2226 | 2024-08-15T05:04:30.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2227 | 2024-08-15T05:04:30.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2228 | 2024-08-15T05:04:30.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2229 | 2024-08-15T05:04:30.874Z | |
2230 | 2024-08-15T05:04:30.874Z | info: running `cargo check --bins` on nexus-db-fixed-data (54/150) |
2231 | 2024-08-15T05:04:31.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2232 | 2024-08-15T05:04:31.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2233 | 2024-08-15T05:04:31.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2234 | 2024-08-15T05:04:31.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2235 | 2024-08-15T05:04:31.753Z | |
2236 | 2024-08-15T05:04:31.753Z | info: running `cargo check --bins` on nexus-db-model (55/150) |
2237 | 2024-08-15T05:04:32.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2024-08-15T05:04:32.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2024-08-15T05:04:32.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2240 | 2024-08-15T05:04:32.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2241 | 2024-08-15T05:04:32.613Z | |
2242 | 2024-08-15T05:04:32.613Z | info: running `cargo check --bins` on nexus-defaults (56/150) |
2243 | 2024-08-15T05:04:33.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2024-08-15T05:04:33.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2024-08-15T05:04:33.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2246 | 2024-08-15T05:04:33.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2247 | 2024-08-15T05:04:33.449Z | |
2248 | 2024-08-15T05:04:33.449Z | info: running `cargo check --bins` on nexus-sled-agent-shared (57/150) |
2249 | 2024-08-15T05:04:34.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2250 | 2024-08-15T05:04:34.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2251 | 2024-08-15T05:04:34.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2252 | 2024-08-15T05:04:34.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2253 | 2024-08-15T05:04:34.309Z | |
2254 | 2024-08-15T05:04:34.309Z | info: running `cargo check --bins` on omicron-passwords (58/150) |
2255 | 2024-08-15T05:04:35.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2256 | 2024-08-15T05:04:35.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2257 | 2024-08-15T05:04:35.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2258 | 2024-08-15T05:04:35.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2259 | 2024-08-15T05:04:35.132Z | |
2260 | 2024-08-15T05:04:35.132Z | info: running `cargo check --bins` on nexus-types (59/150) |
2261 | 2024-08-15T05:04:35.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2262 | 2024-08-15T05:04:35.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2263 | 2024-08-15T05:04:35.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2264 | 2024-08-15T05:04:35.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2265 | 2024-08-15T05:04:35.989Z | |
2266 | 2024-08-15T05:04:35.989Z | info: running `cargo check --bins` on gateway-client (60/150) |
2267 | 2024-08-15T05:04:36.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2268 | 2024-08-15T05:04:36.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2269 | 2024-08-15T05:04:36.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2270 | 2024-08-15T05:04:36.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2271 | 2024-08-15T05:04:36.838Z | |
2272 | 2024-08-15T05:04:36.838Z | info: running `cargo check --bins` on sled-agent-client (61/150) |
2273 | 2024-08-15T05:04:37.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2274 | 2024-08-15T05:04:37.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2275 | 2024-08-15T05:04:37.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2276 | 2024-08-15T05:04:37.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2277 | 2024-08-15T05:04:37.712Z | |
2278 | 2024-08-15T05:04:37.712Z | info: running `cargo check --bins` on oximeter (62/150) |
2279 | 2024-08-15T05:04:38.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2280 | 2024-08-15T05:04:38.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2281 | 2024-08-15T05:04:38.546Z | Compiling rustls-pki-types v1.7.0 |
2282 | 2024-08-15T05:04:38.571Z | Compiling match_cfg v0.1.0 |
2283 | 2024-08-15T05:04:38.571Z | Compiling prettyplease v0.2.20 |
2284 | 2024-08-15T05:04:38.599Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2285 | 2024-08-15T05:04:38.623Z | Compiling slog-json v2.6.1 |
2286 | 2024-08-15T05:04:38.623Z | Compiling http v1.1.0 |
2287 | 2024-08-15T05:04:38.623Z | Compiling atomic-waker v1.1.2 |
2288 | 2024-08-15T05:04:38.648Z | Compiling hostname v0.3.1 |
2289 | 2024-08-15T05:04:38.679Z | Compiling async-stream v0.3.5 |
2290 | 2024-08-15T05:04:38.820Z | Compiling waitgroup v0.1.2 |
2291 | 2024-08-15T05:04:38.869Z | Compiling slog-bunyan v2.5.0 |
2292 | 2024-08-15T05:04:38.903Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2293 | 2024-08-15T05:04:38.957Z | Compiling rustls-webpki v0.102.4 |
2294 | 2024-08-15T05:04:38.981Z | Compiling rustls-pemfile v2.1.3 |
2295 | 2024-08-15T05:04:39.006Z | Compiling toml v0.8.19 |
2296 | 2024-08-15T05:04:39.030Z | Compiling newtype-uuid v1.1.0 |
2297 | 2024-08-15T05:04:39.077Z | Compiling ipnetwork v0.20.0 |
2298 | 2024-08-15T05:04:39.107Z | Compiling serde_path_to_error v0.1.16 |
2299 | 2024-08-15T05:04:39.274Z | Compiling hostname v0.4.0 |
2300 | 2024-08-15T05:04:39.298Z | Compiling instant v0.1.12 |
2301 | 2024-08-15T05:04:39.386Z | Compiling debug-ignore v1.0.5 |
2302 | 2024-08-15T05:04:39.426Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2303 | 2024-08-15T05:04:39.506Z | Compiling backoff v0.4.0 |
2304 | 2024-08-15T05:04:39.531Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2305 | 2024-08-15T05:04:39.811Z | Compiling rustls v0.22.4 |
2306 | 2024-08-15T05:04:39.835Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2307 | 2024-08-15T05:04:39.859Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2308 | 2024-08-15T05:04:39.884Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2309 | 2024-08-15T05:04:40.047Z | Compiling multer v3.1.0 |
2310 | 2024-08-15T05:04:40.076Z | Compiling serde_with v3.8.3 |
2311 | 2024-08-15T05:04:40.483Z | Compiling parse-display v0.10.0 |
2312 | 2024-08-15T05:04:40.726Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2313 | 2024-08-15T05:04:40.797Z | Compiling num-rational v0.4.2 |
2314 | 2024-08-15T05:04:40.822Z | Compiling num-complex v0.4.6 |
2315 | 2024-08-15T05:04:40.882Z | Compiling macaddr v1.0.1 |
2316 | 2024-08-15T05:04:41.681Z | Compiling num v0.4.3 |
2317 | 2024-08-15T05:04:41.706Z | Compiling float-ord v0.3.2 |
2318 | 2024-08-15T05:04:42.673Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2319 | 2024-08-15T05:04:43.362Z | Compiling tokio-rustls v0.25.0 |
2320 | 2024-08-15T05:04:43.648Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2321 | 2024-08-15T05:04:47.126Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2322 | 2024-08-15T05:05:01.525Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2323 | 2024-08-15T05:05:05.058Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2324 | 2024-08-15T05:05:05.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.19s |
2325 | 2024-08-15T05:05:06.051Z | |
2326 | 2024-08-15T05:05:06.051Z | info: running `cargo check --bins` on oximeter-impl (63/150) |
2327 | 2024-08-15T05:05:07.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2328 | 2024-08-15T05:05:07.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2329 | 2024-08-15T05:05:07.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2330 | 2024-08-15T05:05:07.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
2331 | 2024-08-15T05:05:07.090Z | |
2332 | 2024-08-15T05:05:07.090Z | info: running `cargo check --bins` on oximeter-macro-impl (64/150) |
2333 | 2024-08-15T05:05:07.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2024-08-15T05:05:07.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2024-08-15T05:05:07.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2336 | 2024-08-15T05:05:07.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2337 | 2024-08-15T05:05:08.028Z | |
2338 | 2024-08-15T05:05:08.028Z | info: running `cargo check --bins` on oximeter-timeseries-macro (65/150) |
2339 | 2024-08-15T05:05:08.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2024-08-15T05:05:08.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2024-08-15T05:05:08.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2342 | 2024-08-15T05:05:08.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2343 | 2024-08-15T05:05:09.001Z | |
2344 | 2024-08-15T05:05:09.001Z | info: running `cargo check --bins` on nexus-inventory (66/150) |
2345 | 2024-08-15T05:05:09.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2024-08-15T05:05:09.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2024-08-15T05:05:09.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2348 | 2024-08-15T05:05:09.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2349 | 2024-08-15T05:05:10.007Z | |
2350 | 2024-08-15T05:05:10.007Z | info: running `cargo check --bins` on typed-rng (67/150) |
2351 | 2024-08-15T05:05:10.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2024-08-15T05:05:10.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2024-08-15T05:05:10.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2354 | 2024-08-15T05:05:10.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2355 | 2024-08-15T05:05:10.962Z | |
2356 | 2024-08-15T05:05:10.962Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (68/150) |
2357 | 2024-08-15T05:05:11.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2358 | 2024-08-15T05:05:11.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2359 | 2024-08-15T05:05:12.114Z | Checking password-hash v0.5.0 |
2360 | 2024-08-15T05:05:12.114Z | Checking blake2 v0.10.6 |
2361 | 2024-08-15T05:05:12.139Z | Compiling convert_case v0.4.0 |
2362 | 2024-08-15T05:05:12.139Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2363 | 2024-08-15T05:05:12.139Z | Compiling semver v0.1.20 |
2364 | 2024-08-15T05:05:12.139Z | Compiling rayon-core v1.12.1 |
2365 | 2024-08-15T05:05:12.168Z | Compiling crossbeam-deque v0.8.5 |
2366 | 2024-08-15T05:05:12.193Z | Compiling curve25519-dalek v4.1.3 |
2367 | 2024-08-15T05:05:12.463Z | Compiling rustc_version v0.1.7 |
2368 | 2024-08-15T05:05:12.522Z | Compiling unicase v2.7.0 |
2369 | 2024-08-15T05:05:12.546Z | Checking keccak v0.1.5 |
2370 | 2024-08-15T05:05:12.571Z | Checking argon2 v0.5.3 |
2371 | 2024-08-15T05:05:12.745Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2372 | 2024-08-15T05:05:12.770Z | Compiling same-file v1.0.6 |
2373 | 2024-08-15T05:05:12.794Z | Compiling fastrand v2.1.0 |
2374 | 2024-08-15T05:05:12.819Z | Checking sha3 v0.10.8 |
2375 | 2024-08-15T05:05:12.892Z | Compiling newtype_derive v0.1.6 |
2376 | 2024-08-15T05:05:12.974Z | Compiling derive_more v0.99.18 |
2377 | 2024-08-15T05:05:13.001Z | Compiling walkdir v2.5.0 |
2378 | 2024-08-15T05:05:13.122Z | Compiling tempfile v3.10.1 |
2379 | 2024-08-15T05:05:13.147Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2380 | 2024-08-15T05:05:13.219Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2381 | 2024-08-15T05:05:13.272Z | Compiling thiserror-impl-no-std v2.0.2 |
2382 | 2024-08-15T05:05:13.380Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2383 | 2024-08-15T05:05:13.490Z | Checking universal-hash v0.5.1 |
2384 | 2024-08-15T05:05:13.514Z | Checking secrecy v0.8.0 |
2385 | 2024-08-15T05:05:13.623Z | Compiling blake3 v1.5.1 |
2386 | 2024-08-15T05:05:13.648Z | Compiling ring v0.16.20 |
2387 | 2024-08-15T05:05:13.681Z | Compiling curve25519-dalek-derive v0.1.1 |
2388 | 2024-08-15T05:05:13.847Z | Compiling derive-where v1.2.7 |
2389 | 2024-08-15T05:05:14.133Z | Checking opaque-debug v0.3.1 |
2390 | 2024-08-15T05:05:14.210Z | Checking poly1305 v0.8.0 |
2391 | 2024-08-15T05:05:14.612Z | Compiling rayon v1.10.0 |
2392 | 2024-08-15T05:05:14.661Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2393 | 2024-08-15T05:05:15.034Z | Checking chacha20 v0.9.1 |
2394 | 2024-08-15T05:05:15.075Z | Checking aead v0.5.2 |
2395 | 2024-08-15T05:05:15.259Z | Compiling memmap2 v0.9.4 |
2396 | 2024-08-15T05:05:15.329Z | Compiling constant_time_eq v0.3.0 |
2397 | 2024-08-15T05:05:15.492Z | Compiling arrayvec v0.7.4 |
2398 | 2024-08-15T05:05:15.641Z | Compiling libefi-sys v0.1.0 |
2399 | 2024-08-15T05:05:15.830Z | Compiling arrayref v0.3.7 |
2400 | 2024-08-15T05:05:15.893Z | Compiling spin v0.5.2 |
2401 | 2024-08-15T05:05:15.917Z | Checking thiserror-no-std v2.0.2 |
2402 | 2024-08-15T05:05:15.941Z | Compiling home v0.5.9 |
2403 | 2024-08-15T05:05:16.010Z | Compiling untrusted v0.7.1 |
2404 | 2024-08-15T05:05:16.104Z | Compiling toolchain_find v0.4.0 |
2405 | 2024-08-15T05:05:16.179Z | Checking chacha20poly1305 v0.10.1 |
2406 | 2024-08-15T05:05:16.203Z | Checking steno v0.4.1 |
2407 | 2024-08-15T05:05:16.463Z | Checking vsss-rs v3.3.4 |
2408 | 2024-08-15T05:05:16.663Z | Compiling camino-tempfile v1.1.1 |
2409 | 2024-08-15T05:05:16.765Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2410 | 2024-08-15T05:05:17.036Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2411 | 2024-08-15T05:05:17.060Z | Compiling bitfield-struct v0.6.1 |
2412 | 2024-08-15T05:05:17.354Z | Compiling topological-sort v0.2.2 |
2413 | 2024-08-15T05:05:17.535Z | Compiling cancel-safe-futures v0.1.5 |
2414 | 2024-08-15T05:05:17.951Z | Compiling mime_guess v2.0.4 |
2415 | 2024-08-15T05:05:18.183Z | Compiling rustfmt-wrapper v0.2.1 |
2416 | 2024-08-15T05:05:18.217Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2417 | 2024-08-15T05:05:18.701Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2418 | 2024-08-15T05:05:19.013Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2419 | 2024-08-15T05:05:19.065Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2420 | 2024-08-15T05:05:19.117Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2421 | 2024-08-15T05:05:19.169Z | Compiling omicron-zone-package v0.11.0 |
2422 | 2024-08-15T05:05:19.325Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2423 | 2024-08-15T05:05:19.726Z | Checking gethostname v0.5.0 |
2424 | 2024-08-15T05:05:19.838Z | Checking libsw v3.3.1 |
2425 | 2024-08-15T05:05:19.875Z | Checking linear-map v1.2.0 |
2426 | 2024-08-15T05:05:19.903Z | Checking swrite v0.1.0 |
2427 | 2024-08-15T05:05:19.926Z | Checking owo-colors v4.0.0 |
2428 | 2024-08-15T05:05:20.072Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2429 | 2024-08-15T05:05:20.178Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2430 | 2024-08-15T05:05:20.412Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2431 | 2024-08-15T05:05:20.542Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2432 | 2024-08-15T05:05:20.890Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2433 | 2024-08-15T05:05:21.029Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2434 | 2024-08-15T05:05:21.249Z | Checking kstat-rs v0.2.4 |
2435 | 2024-08-15T05:05:21.273Z | Checking nanorand v0.7.0 |
2436 | 2024-08-15T05:05:21.381Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2437 | 2024-08-15T05:05:21.539Z | Checking glob v0.3.1 |
2438 | 2024-08-15T05:05:21.638Z | Checking http-range v0.1.5 |
2439 | 2024-08-15T05:05:21.662Z | Checking flume v0.11.0 |
2440 | 2024-08-15T05:05:21.806Z | Checking hyper-staticfile v0.9.5 |
2441 | 2024-08-15T05:05:21.830Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2442 | 2024-08-15T05:05:21.896Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2443 | 2024-08-15T05:05:22.077Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2444 | 2024-08-15T05:05:22.151Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2445 | 2024-08-15T05:05:22.272Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2446 | 2024-08-15T05:05:22.459Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2447 | 2024-08-15T05:05:23.227Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2448 | 2024-08-15T05:05:23.305Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2449 | 2024-08-15T05:05:23.781Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2450 | 2024-08-15T05:05:24.142Z | Checking itertools v0.13.0 |
2451 | 2024-08-15T05:05:24.397Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2452 | 2024-08-15T05:05:24.749Z | Checking display-error-chain v0.2.0 |
2453 | 2024-08-15T05:05:25.196Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2454 | 2024-08-15T05:05:31.606Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2455 | 2024-08-15T05:05:38.649Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2456 | 2024-08-15T05:05:38.649Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2457 | 2024-08-15T05:05:39.677Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2458 | 2024-08-15T05:05:55.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.27s |
2459 | 2024-08-15T05:05:55.387Z | |
2460 | 2024-08-15T05:05:55.387Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (69/150) |
2461 | 2024-08-15T05:05:56.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-08-15T05:05:56.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-08-15T05:05:56.368Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2464 | 2024-08-15T05:06:11.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.28s |
2465 | 2024-08-15T05:06:11.836Z | |
2466 | 2024-08-15T05:06:11.836Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (70/150) |
2467 | 2024-08-15T05:06:12.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-08-15T05:06:12.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-08-15T05:06:12.798Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2470 | 2024-08-15T05:06:27.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.75s |
2471 | 2024-08-15T05:06:27.758Z | |
2472 | 2024-08-15T05:06:27.758Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (71/150) |
2473 | 2024-08-15T05:06:28.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-08-15T05:06:28.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-08-15T05:06:28.733Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2476 | 2024-08-15T05:06:43.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.21s |
2477 | 2024-08-15T05:06:44.141Z | |
2478 | 2024-08-15T05:06:44.141Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (72/150) |
2479 | 2024-08-15T05:06:44.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-08-15T05:06:44.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-08-15T05:06:45.112Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2482 | 2024-08-15T05:07:00.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.30s |
2483 | 2024-08-15T05:07:00.598Z | |
2484 | 2024-08-15T05:07:00.598Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (73/150) |
2485 | 2024-08-15T05:07:01.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-08-15T05:07:01.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-08-15T05:07:01.574Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2488 | 2024-08-15T05:07:17.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.52s |
2489 | 2024-08-15T05:07:17.290Z | |
2490 | 2024-08-15T05:07:17.290Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (74/150) |
2491 | 2024-08-15T05:07:18.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-08-15T05:07:18.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-08-15T05:07:18.248Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2494 | 2024-08-15T05:07:33.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.33s |
2495 | 2024-08-15T05:07:33.789Z | |
2496 | 2024-08-15T05:07:33.789Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (75/150) |
2497 | 2024-08-15T05:07:34.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2024-08-15T05:07:34.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2024-08-15T05:07:34.756Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2500 | 2024-08-15T05:07:49.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.10s |
2501 | 2024-08-15T05:07:50.050Z | |
2502 | 2024-08-15T05:07:50.050Z | info: running `cargo check --bins` on bootstrap-agent-api (76/150) |
2503 | 2024-08-15T05:07:50.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2024-08-15T05:07:50.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2024-08-15T05:07:50.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2024-08-15T05:07:50.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2507 | 2024-08-15T05:07:50.937Z | |
2508 | 2024-08-15T05:07:50.937Z | info: running `cargo check --bins` on nexus-client (77/150) |
2509 | 2024-08-15T05:07:51.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-08-15T05:07:51.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-08-15T05:07:51.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2512 | 2024-08-15T05:07:51.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2513 | 2024-08-15T05:07:51.819Z | |
2514 | 2024-08-15T05:07:51.819Z | info: running `cargo check --bins` on sled-agent-types (78/150) |
2515 | 2024-08-15T05:07:52.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-08-15T05:07:52.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-08-15T05:07:52.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2518 | 2024-08-15T05:07:52.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2519 | 2024-08-15T05:07:52.662Z | |
2520 | 2024-08-15T05:07:52.662Z | info: running `cargo check --bins` on bootstrap-agent-client (79/150) |
2521 | 2024-08-15T05:07:53.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-08-15T05:07:53.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-08-15T05:07:53.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2024-08-15T05:07:53.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2525 | 2024-08-15T05:07:53.497Z | |
2526 | 2024-08-15T05:07:53.497Z | info: running `cargo check --bins` on dpd-client (80/150) |
2527 | 2024-08-15T05:07:54.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-08-15T05:07:54.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-08-15T05:07:54.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2024-08-15T05:07:54.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2531 | 2024-08-15T05:07:54.310Z | |
2532 | 2024-08-15T05:07:54.310Z | info: running `cargo check --bins` on installinator-common (81/150) |
2533 | 2024-08-15T05:07:55.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-08-15T05:07:55.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-08-15T05:07:55.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2536 | 2024-08-15T05:07:55.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2537 | 2024-08-15T05:07:55.173Z | |
2538 | 2024-08-15T05:07:55.174Z | info: running `cargo check --bins` on update-engine (82/150) |
2539 | 2024-08-15T05:07:55.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-08-15T05:07:55.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-08-15T05:07:55.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2542 | 2024-08-15T05:07:55.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2543 | 2024-08-15T05:07:56.010Z | |
2544 | 2024-08-15T05:07:56.010Z | info: running `cargo check --bins` on key-manager (83/150) |
2545 | 2024-08-15T05:07:56.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-08-15T05:07:56.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-08-15T05:07:56.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2548 | 2024-08-15T05:07:56.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2549 | 2024-08-15T05:07:56.885Z | |
2550 | 2024-08-15T05:07:56.885Z | info: running `cargo check --bins` on omicron-ddm-admin-client (84/150) |
2551 | 2024-08-15T05:07:57.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-08-15T05:07:57.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-08-15T05:07:57.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2554 | 2024-08-15T05:07:57.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2555 | 2024-08-15T05:07:57.741Z | |
2556 | 2024-08-15T05:07:57.741Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (85/150) |
2557 | 2024-08-15T05:07:58.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-08-15T05:07:58.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-08-15T05:07:58.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2560 | 2024-08-15T05:07:58.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2561 | 2024-08-15T05:07:58.562Z | |
2562 | 2024-08-15T05:07:58.562Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/150) |
2563 | 2024-08-15T05:07:59.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-08-15T05:07:59.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-08-15T05:07:59.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2024-08-15T05:07:59.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2567 | 2024-08-15T05:07:59.411Z | |
2568 | 2024-08-15T05:07:59.411Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/150) |
2569 | 2024-08-15T05:08:00.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-08-15T05:08:00.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-08-15T05:08:00.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2024-08-15T05:08:00.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2573 | 2024-08-15T05:08:00.260Z | |
2574 | 2024-08-15T05:08:00.260Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/150) |
2575 | 2024-08-15T05:08:01.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-08-15T05:08:01.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-08-15T05:08:01.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2578 | 2024-08-15T05:08:01.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2579 | 2024-08-15T05:08:01.122Z | |
2580 | 2024-08-15T05:08:01.122Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/150) |
2581 | 2024-08-15T05:08:01.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2024-08-15T05:08:01.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2024-08-15T05:08:01.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2584 | 2024-08-15T05:08:01.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2585 | 2024-08-15T05:08:02.058Z | |
2586 | 2024-08-15T05:08:02.059Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/150) |
2587 | 2024-08-15T05:08:02.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2024-08-15T05:08:02.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2024-08-15T05:08:02.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2024-08-15T05:08:02.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2591 | 2024-08-15T05:08:02.902Z | |
2592 | 2024-08-15T05:08:02.902Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/150) |
2593 | 2024-08-15T05:08:03.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2024-08-15T05:08:03.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2024-08-15T05:08:03.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2024-08-15T05:08:03.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2597 | 2024-08-15T05:08:03.747Z | |
2598 | 2024-08-15T05:08:03.747Z | info: running `cargo check --bins` on oximeter-producer (92/150) |
2599 | 2024-08-15T05:08:04.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2024-08-15T05:08:04.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2024-08-15T05:08:04.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2024-08-15T05:08:04.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2603 | 2024-08-15T05:08:04.618Z | |
2604 | 2024-08-15T05:08:04.618Z | info: running `cargo check --bins` on sled-agent-api (93/150) |
2605 | 2024-08-15T05:08:05.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2024-08-15T05:08:05.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2024-08-15T05:08:05.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2608 | 2024-08-15T05:08:05.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2609 | 2024-08-15T05:08:05.501Z | |
2610 | 2024-08-15T05:08:05.501Z | info: running `cargo check --bins` on sled-hardware (94/150) |
2611 | 2024-08-15T05:08:06.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2024-08-15T05:08:06.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2024-08-15T05:08:06.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2614 | 2024-08-15T05:08:06.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2615 | 2024-08-15T05:08:06.389Z | |
2616 | 2024-08-15T05:08:06.389Z | info: running `cargo check --bins --no-default-features` on sled-storage (95/150) |
2617 | 2024-08-15T05:08:07.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2024-08-15T05:08:07.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2024-08-15T05:08:07.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2620 | 2024-08-15T05:08:07.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2621 | 2024-08-15T05:08:07.250Z | |
2622 | 2024-08-15T05:08:07.250Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (96/150) |
2623 | 2024-08-15T05:08:08.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2024-08-15T05:08:08.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2024-08-15T05:08:08.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2626 | 2024-08-15T05:08:08.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2627 | 2024-08-15T05:08:08.142Z | |
2628 | 2024-08-15T05:08:08.142Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (97/150) |
2629 | 2024-08-15T05:08:08.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-08-15T05:08:08.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-08-15T05:08:08.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2024-08-15T05:08:08.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2633 | 2024-08-15T05:08:09.030Z | |
2634 | 2024-08-15T05:08:09.030Z | info: running `cargo check --bins` on nexus-test-interface (98/150) |
2635 | 2024-08-15T05:08:09.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2024-08-15T05:08:09.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2024-08-15T05:08:09.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2638 | 2024-08-15T05:08:09.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2639 | 2024-08-15T05:08:09.925Z | |
2640 | 2024-08-15T05:08:09.925Z | info: running `cargo check --bins` on oximeter-collector (99/150) |
2641 | 2024-08-15T05:08:10.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2024-08-15T05:08:10.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2024-08-15T05:08:10.871Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2644 | 2024-08-15T05:08:10.871Z | Checking bcs v0.1.6 |
2645 | 2024-08-15T05:08:10.871Z | Compiling async-recursion v1.1.1 |
2646 | 2024-08-15T05:08:10.871Z | Checking highway v1.2.0 |
2647 | 2024-08-15T05:08:10.895Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2648 | 2024-08-15T05:08:10.895Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2649 | 2024-08-15T05:08:12.043Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2650 | 2024-08-15T05:08:16.075Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2651 | 2024-08-15T05:08:18.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.39s |
2652 | 2024-08-15T05:08:18.471Z | |
2653 | 2024-08-15T05:08:18.471Z | info: running `cargo check --bins` on oximeter-api (100/150) |
2654 | 2024-08-15T05:08:19.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2024-08-15T05:08:19.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2024-08-15T05:08:19.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2024-08-15T05:08:19.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2658 | 2024-08-15T05:08:19.302Z | |
2659 | 2024-08-15T05:08:19.302Z | info: running `cargo check --bins` on oximeter-client (101/150) |
2660 | 2024-08-15T05:08:20.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-08-15T05:08:20.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-08-15T05:08:20.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2024-08-15T05:08:20.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2664 | 2024-08-15T05:08:20.159Z | |
2665 | 2024-08-15T05:08:20.159Z | info: running `cargo check --bins --no-default-features` on oximeter-db (102/150) |
2666 | 2024-08-15T05:08:20.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2024-08-15T05:08:20.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2024-08-15T05:08:21.059Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2669 | 2024-08-15T05:08:21.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
2670 | 2024-08-15T05:08:21.874Z | |
2671 | 2024-08-15T05:08:21.875Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (103/150) |
2672 | 2024-08-15T05:08:22.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2024-08-15T05:08:22.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2024-08-15T05:08:22.758Z | Compiling vte_generate_state_changes v0.1.1 |
2675 | 2024-08-15T05:08:22.758Z | Checking fd-lock v4.0.2 |
2676 | 2024-08-15T05:08:22.782Z | Checking bytecount v0.6.8 |
2677 | 2024-08-15T05:08:22.782Z | Compiling tabled_derive v0.7.0 |
2678 | 2024-08-15T05:08:22.782Z | Checking crossterm v0.27.0 |
2679 | 2024-08-15T05:08:22.782Z | Compiling peg-macros v0.8.4 |
2680 | 2024-08-15T05:08:22.782Z | Compiling sqlparser_derive v0.2.2 |
2681 | 2024-08-15T05:08:22.782Z | Checking nu-ansi-term v0.50.0 |
2682 | 2024-08-15T05:08:22.958Z | Checking papergrid v0.11.0 |
2683 | 2024-08-15T05:08:22.982Z | Checking home v0.5.9 |
2684 | 2024-08-15T05:08:23.106Z | Checking unicode_categories v0.1.1 |
2685 | 2024-08-15T05:08:23.157Z | Checking rustyline v14.0.0 |
2686 | 2024-08-15T05:08:23.321Z | Checking vte v0.11.1 |
2687 | 2024-08-15T05:08:23.360Z | Checking sqlformat v0.2.4 |
2688 | 2024-08-15T05:08:23.729Z | Checking sqlparser v0.45.0 |
2689 | 2024-08-15T05:08:24.208Z | Checking crossterm v0.28.1 |
2690 | 2024-08-15T05:08:24.349Z | Checking strip-ansi-escapes v0.2.0 |
2691 | 2024-08-15T05:08:24.492Z | Checking reedline v0.33.0 |
2692 | 2024-08-15T05:08:24.920Z | Checking tabled v0.15.0 |
2693 | 2024-08-15T05:08:25.414Z | Checking peg v0.8.4 |
2694 | 2024-08-15T05:08:30.961Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2695 | 2024-08-15T05:08:38.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.33s |
2696 | 2024-08-15T05:08:38.383Z | |
2697 | 2024-08-15T05:08:38.383Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (104/150) |
2698 | 2024-08-15T05:08:39.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2024-08-15T05:08:39.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2024-08-15T05:08:39.249Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2701 | 2024-08-15T05:08:46.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.15s |
2702 | 2024-08-15T05:08:46.693Z | |
2703 | 2024-08-15T05:08:46.693Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (105/150) |
2704 | 2024-08-15T05:08:47.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2024-08-15T05:08:47.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2024-08-15T05:08:47.564Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2707 | 2024-08-15T05:08:54.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.84s |
2708 | 2024-08-15T05:08:54.691Z | |
2709 | 2024-08-15T05:08:54.691Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (106/150) |
2710 | 2024-08-15T05:08:55.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2024-08-15T05:08:55.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2024-08-15T05:08:55.563Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2713 | 2024-08-15T05:09:00.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s |
2714 | 2024-08-15T05:09:00.815Z | |
2715 | 2024-08-15T05:09:00.815Z | info: running `cargo check --bins` on cockroach-admin-client (107/150) |
2716 | 2024-08-15T05:09:01.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2024-08-15T05:09:01.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2024-08-15T05:09:01.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2024-08-15T05:09:01.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2720 | 2024-08-15T05:09:01.670Z | |
2721 | 2024-08-15T05:09:01.670Z | info: running `cargo check --bins` on installinator-client (108/150) |
2722 | 2024-08-15T05:09:02.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2024-08-15T05:09:02.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2024-08-15T05:09:02.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2024-08-15T05:09:02.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2726 | 2024-08-15T05:09:02.530Z | |
2727 | 2024-08-15T05:09:02.530Z | info: running `cargo check --bins` on oxide-client (109/150) |
2728 | 2024-08-15T05:09:03.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2024-08-15T05:09:03.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2024-08-15T05:09:03.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2024-08-15T05:09:03.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2732 | 2024-08-15T05:09:03.349Z | |
2733 | 2024-08-15T05:09:03.349Z | info: running `cargo check --bins` on wicketd-client (110/150) |
2734 | 2024-08-15T05:09:04.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2024-08-15T05:09:04.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2024-08-15T05:09:04.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2737 | 2024-08-15T05:09:04.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2738 | 2024-08-15T05:09:04.226Z | |
2739 | 2024-08-15T05:09:04.226Z | info: running `cargo check --bins` on wicket-common (111/150) |
2740 | 2024-08-15T05:09:05.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2024-08-15T05:09:05.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2024-08-15T05:09:05.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2024-08-15T05:09:05.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2744 | 2024-08-15T05:09:05.119Z | |
2745 | 2024-08-15T05:09:05.119Z | info: running `cargo check --bins` on omicron-cockroach-admin (112/150) |
2746 | 2024-08-15T05:09:05.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2024-08-15T05:09:05.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2024-08-15T05:09:05.994Z | Checking csv-core v0.1.11 |
2749 | 2024-08-15T05:09:06.018Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2750 | 2024-08-15T05:09:06.298Z | Checking csv v1.3.0 |
2751 | 2024-08-15T05:09:06.980Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2752 | 2024-08-15T05:09:07.422Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2753 | 2024-08-15T05:09:08.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s |
2754 | 2024-08-15T05:09:09.100Z | |
2755 | 2024-08-15T05:09:09.100Z | info: running `cargo check --bins` on cockroach-admin-api (113/150) |
2756 | 2024-08-15T05:09:09.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2024-08-15T05:09:09.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2024-08-15T05:09:09.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2024-08-15T05:09:09.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2760 | 2024-08-15T05:09:09.976Z | |
2761 | 2024-08-15T05:09:09.976Z | info: running `cargo check --bins` on cockroach-admin-types (114/150) |
2762 | 2024-08-15T05:09:10.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-08-15T05:09:10.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-08-15T05:09:10.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2024-08-15T05:09:10.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2766 | 2024-08-15T05:09:10.838Z | |
2767 | 2024-08-15T05:09:10.838Z | info: running `cargo check --bins` on cert-dev (115/150) |
2768 | 2024-08-15T05:09:11.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-08-15T05:09:11.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-08-15T05:09:11.667Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2771 | 2024-08-15T05:09:11.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2772 | 2024-08-15T05:09:12.034Z | |
2773 | 2024-08-15T05:09:12.034Z | info: running `cargo check --bins` on ch-dev (116/150) |
2774 | 2024-08-15T05:09:12.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-08-15T05:09:12.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-08-15T05:09:12.934Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2777 | 2024-08-15T05:09:13.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
2778 | 2024-08-15T05:09:13.844Z | |
2779 | 2024-08-15T05:09:13.845Z | info: running `cargo check --bins` on crdb-seed (117/150) |
2780 | 2024-08-15T05:09:14.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-08-15T05:09:14.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-08-15T05:09:14.746Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2783 | 2024-08-15T05:09:15.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
2784 | 2024-08-15T05:09:15.215Z | |
2785 | 2024-08-15T05:09:15.215Z | info: running `cargo check --bins` on db-dev (118/150) |
2786 | 2024-08-15T05:09:15.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-08-15T05:09:16.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-08-15T05:09:16.107Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2789 | 2024-08-15T05:09:16.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
2790 | 2024-08-15T05:09:17.081Z | |
2791 | 2024-08-15T05:09:17.081Z | info: running `cargo check --bins` on omicron-dev-lib (119/150) |
2792 | 2024-08-15T05:09:17.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-08-15T05:09:17.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-08-15T05:09:17.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-08-15T05:09:17.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2796 | 2024-08-15T05:09:17.949Z | |
2797 | 2024-08-15T05:09:17.949Z | info: running `cargo check --bins` on xtask-downloader (120/150) |
2798 | 2024-08-15T05:09:18.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-08-15T05:09:18.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-08-15T05:09:18.738Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2801 | 2024-08-15T05:09:19.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
2802 | 2024-08-15T05:09:19.827Z | |
2803 | 2024-08-15T05:09:19.827Z | info: running `cargo check --bins` on mgs-dev (121/150) |
2804 | 2024-08-15T05:09:20.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-08-15T05:09:20.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-08-15T05:09:20.774Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2807 | 2024-08-15T05:09:21.350Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2808 | 2024-08-15T05:09:21.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
2809 | 2024-08-15T05:09:22.016Z | |
2810 | 2024-08-15T05:09:22.016Z | info: running `cargo check --bins` on omicron-omdb (122/150) |
2811 | 2024-08-15T05:09:22.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-08-15T05:09:22.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-08-15T05:09:23.075Z | Compiling glob v0.3.1 |
2814 | 2024-08-15T05:09:23.075Z | Compiling crunchy v0.2.2 |
2815 | 2024-08-15T05:09:23.099Z | Compiling tiny-keccak v2.0.2 |
2816 | 2024-08-15T05:09:23.099Z | Compiling dsl_auto_type v0.1.2 |
2817 | 2024-08-15T05:09:23.099Z | Checking scheduled-thread-pool v0.2.7 |
2818 | 2024-08-15T05:09:23.099Z | Compiling diesel_table_macro_syntax v0.2.0 |
2819 | 2024-08-15T05:09:23.185Z | Compiling ascii-canvas v3.0.0 |
2820 | 2024-08-15T05:09:23.211Z | Compiling ena v0.14.3 |
2821 | 2024-08-15T05:09:23.330Z | Checking r2d2 v0.8.10 |
2822 | 2024-08-15T05:09:23.384Z | Compiling libloading v0.8.3 |
2823 | 2024-08-15T05:09:23.534Z | Compiling bindgen v0.69.4 |
2824 | 2024-08-15T05:09:23.558Z | Compiling diff v0.1.13 |
2825 | 2024-08-15T05:09:23.594Z | Compiling regex-syntax v0.6.29 |
2826 | 2024-08-15T05:09:23.657Z | Compiling which v4.4.2 |
2827 | 2024-08-15T05:09:23.751Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2828 | 2024-08-15T05:09:23.933Z | Compiling clang-sys v1.7.0 |
2829 | 2024-08-15T05:09:23.957Z | Compiling cexpr v0.6.0 |
2830 | 2024-08-15T05:09:24.150Z | Compiling shlex v1.3.0 |
2831 | 2024-08-15T05:09:24.201Z | Compiling ref-cast v1.0.23 |
2832 | 2024-08-15T05:09:24.225Z | Compiling lazycell v1.3.0 |
2833 | 2024-08-15T05:09:24.257Z | Compiling rustc-hash v1.1.0 |
2834 | 2024-08-15T05:09:24.383Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2835 | 2024-08-15T05:09:24.407Z | Compiling derive_builder_core v0.20.0 |
2836 | 2024-08-15T05:09:24.517Z | Compiling libxml v0.3.3 |
2837 | 2024-08-15T05:09:24.556Z | Compiling diesel_derives v2.2.2 |
2838 | 2024-08-15T05:09:24.644Z | Compiling ref-cast-impl v1.0.23 |
2839 | 2024-08-15T05:09:24.727Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2840 | 2024-08-15T05:09:24.894Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2841 | 2024-08-15T05:09:25.160Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2842 | 2024-08-15T05:09:25.405Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2843 | 2024-08-15T05:09:25.451Z | Compiling strum_macros v0.24.3 |
2844 | 2024-08-15T05:09:25.726Z | Compiling cookie v0.18.1 |
2845 | 2024-08-15T05:09:25.750Z | Compiling indoc v1.0.9 |
2846 | 2024-08-15T05:09:26.494Z | Compiling lalrpop v0.19.12 |
2847 | 2024-08-15T05:09:26.623Z | Compiling derive_builder_macro v0.20.0 |
2848 | 2024-08-15T05:09:27.362Z | Checking derive_builder v0.20.0 |
2849 | 2024-08-15T05:09:27.505Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2850 | 2024-08-15T05:09:27.529Z | Compiling oso-derive v0.27.3 |
2851 | 2024-08-15T05:09:27.755Z | Compiling impl-trait-for-tuples v0.2.2 |
2852 | 2024-08-15T05:09:28.433Z | Checking quick-xml v0.31.0 |
2853 | 2024-08-15T05:09:28.457Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2854 | 2024-08-15T05:09:28.517Z | Checking maplit v1.0.2 |
2855 | 2024-08-15T05:09:28.785Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2856 | 2024-08-15T05:09:29.039Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2857 | 2024-08-15T05:09:29.291Z | Checking bb8 v0.8.5 |
2858 | 2024-08-15T05:09:29.684Z | Compiling const_format_proc_macros v0.2.32 |
2859 | 2024-08-15T05:09:30.154Z | Checking crossbeam-deque v0.8.5 |
2860 | 2024-08-15T05:09:30.178Z | Compiling portable-atomic v1.6.0 |
2861 | 2024-08-15T05:09:30.417Z | Checking rayon-core v1.12.1 |
2862 | 2024-08-15T05:09:30.988Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2863 | 2024-08-15T05:09:31.088Z | Checking castaway v0.2.3 |
2864 | 2024-08-15T05:09:31.233Z | Checking compact_str v0.8.0 |
2865 | 2024-08-15T05:09:31.462Z | Checking const_format v0.2.32 |
2866 | 2024-08-15T05:09:31.873Z | Checking rayon v1.10.0 |
2867 | 2024-08-15T05:09:32.106Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2868 | 2024-08-15T05:09:32.251Z | Checking unicode-truncate v1.0.0 |
2869 | 2024-08-15T05:09:32.348Z | Checking lru v0.12.3 |
2870 | 2024-08-15T05:09:32.453Z | Compiling instability v0.3.2 |
2871 | 2024-08-15T05:09:32.606Z | Checking number_prefix v0.4.0 |
2872 | 2024-08-15T05:09:32.770Z | Checking smawk v0.3.2 |
2873 | 2024-08-15T05:09:32.947Z | Checking unicode-linebreak v0.1.5 |
2874 | 2024-08-15T05:09:33.291Z | Checking cassowary v0.3.0 |
2875 | 2024-08-15T05:09:33.323Z | Checking textwrap v0.16.1 |
2876 | 2024-08-15T05:09:33.678Z | Checking ratatui v0.28.0 |
2877 | 2024-08-15T05:09:33.724Z | Checking multimap v0.10.0 |
2878 | 2024-08-15T05:09:34.537Z | Checking diesel v2.2.2 |
2879 | 2024-08-15T05:09:35.140Z | Checking indicatif v0.17.8 |
2880 | 2024-08-15T05:09:54.322Z | Compiling samael v0.0.15 |
2881 | 2024-08-15T05:10:02.717Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2882 | 2024-08-15T05:10:05.132Z | Compiling polar-core v0.27.3 |
2883 | 2024-08-15T05:10:13.701Z | Checking oso v0.27.3 |
2884 | 2024-08-15T05:11:28.517Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2885 | 2024-08-15T05:11:35.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
2886 | 2024-08-15T05:11:35.632Z | |
2887 | 2024-08-15T05:11:35.632Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (123/150) |
2888 | 2024-08-15T05:11:36.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-08-15T05:11:36.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-08-15T05:11:36.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-08-15T05:11:36.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2892 | 2024-08-15T05:11:36.567Z | |
2893 | 2024-08-15T05:11:36.567Z | info: running `cargo check --bins` on nexus-saga-recovery (124/150) |
2894 | 2024-08-15T05:11:37.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-08-15T05:11:37.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-08-15T05:11:37.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2897 | 2024-08-15T05:11:37.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2898 | 2024-08-15T05:11:37.499Z | |
2899 | 2024-08-15T05:11:37.499Z | info: running `cargo check --bins` on nexus-test-utils-macros (125/150) |
2900 | 2024-08-15T05:11:38.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2901 | 2024-08-15T05:11:38.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2902 | 2024-08-15T05:11:38.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2903 | 2024-08-15T05:11:38.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2904 | 2024-08-15T05:11:38.301Z | |
2905 | 2024-08-15T05:11:38.301Z | info: running `cargo check --bins` on omicron-nexus (126/150) |
2906 | 2024-08-15T05:11:39.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2907 | 2024-08-15T05:11:39.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2908 | 2024-08-15T05:11:39.390Z | Compiling libz-sys v1.1.16 |
2909 | 2024-08-15T05:11:39.416Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2910 | 2024-08-15T05:11:39.440Z | Compiling getrandom v0.1.16 |
2911 | 2024-08-15T05:11:39.464Z | Compiling vergen v8.3.2 |
2912 | 2024-08-15T05:11:39.464Z | Compiling cargo-platform v0.1.8 |
2913 | 2024-08-15T05:11:39.464Z | Compiling pin-project-internal v1.1.5 |
2914 | 2024-08-15T05:11:39.504Z | Compiling snafu-derive v0.8.2 |
2915 | 2024-08-15T05:11:39.504Z | Compiling libsqlite3-sys v0.28.0 |
2916 | 2024-08-15T05:11:39.736Z | Compiling cargo_metadata v0.18.1 |
2917 | 2024-08-15T05:11:39.938Z | Compiling buf-list v1.0.3 |
2918 | 2024-08-15T05:11:40.028Z | Checking globset v0.4.14 |
2919 | 2024-08-15T05:11:40.268Z | Checking olpc-cjson v0.1.3 |
2920 | 2024-08-15T05:11:40.327Z | Checking rand_core v0.5.1 |
2921 | 2024-08-15T05:11:40.443Z | Checking rand_seeder v0.3.0 |
2922 | 2024-08-15T05:11:40.467Z | Checking serde_plain v1.0.2 |
2923 | 2024-08-15T05:11:40.569Z | Checking typed-path v0.7.1 |
2924 | 2024-08-15T05:11:40.593Z | Checking rand_chacha v0.2.2 |
2925 | 2024-08-15T05:11:40.642Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2926 | 2024-08-15T05:11:40.884Z | Checking rand v0.7.3 |
2927 | 2024-08-15T05:11:40.939Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2928 | 2024-08-15T05:11:41.189Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2929 | 2024-08-15T05:11:41.213Z | Checking hashlink v0.9.1 |
2930 | 2024-08-15T05:11:41.482Z | Checking fallible-streaming-iterator v0.1.9 |
2931 | 2024-08-15T05:11:41.684Z | Checking fallible-iterator v0.3.0 |
2932 | 2024-08-15T05:11:41.785Z | Checking parse-size v1.0.0 |
2933 | 2024-08-15T05:11:41.993Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2934 | 2024-08-15T05:11:42.100Z | Checking pin-project v1.1.5 |
2935 | 2024-08-15T05:11:42.134Z | Checking twox-hash v1.6.3 |
2936 | 2024-08-15T05:11:42.214Z | Checking rusqlite v0.31.0 |
2937 | 2024-08-15T05:11:42.244Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2938 | 2024-08-15T05:11:42.268Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2939 | 2024-08-15T05:11:42.515Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2940 | 2024-08-15T05:11:42.755Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2941 | 2024-08-15T05:11:42.857Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2942 | 2024-08-15T05:11:43.119Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2943 | 2024-08-15T05:11:43.273Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2944 | 2024-08-15T05:11:43.297Z | Checking fatfs v0.3.6 |
2945 | 2024-08-15T05:11:43.539Z | Checking assert_matches v1.5.0 |
2946 | 2024-08-15T05:11:44.255Z | Checking snafu v0.8.2 |
2947 | 2024-08-15T05:11:44.688Z | Checking tough v0.17.1 |
2948 | 2024-08-15T05:11:48.657Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2949 | 2024-08-15T05:11:50.071Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2950 | 2024-08-15T05:11:50.859Z | Compiling git2 v0.19.0 |
2951 | 2024-08-15T05:11:56.856Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2952 | 2024-08-15T05:13:08.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
2953 | 2024-08-15T05:13:08.662Z | |
2954 | 2024-08-15T05:13:08.662Z | info: running `cargo check --bins` on nexus-internal-api (127/150) |
2955 | 2024-08-15T05:13:09.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2956 | 2024-08-15T05:13:09.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2957 | 2024-08-15T05:13:09.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2958 | 2024-08-15T05:13:09.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2959 | 2024-08-15T05:13:09.595Z | |
2960 | 2024-08-15T05:13:09.595Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (128/150) |
2961 | 2024-08-15T05:13:10.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2962 | 2024-08-15T05:13:10.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2963 | 2024-08-15T05:13:10.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2964 | 2024-08-15T05:13:10.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2965 | 2024-08-15T05:13:10.500Z | |
2966 | 2024-08-15T05:13:10.500Z | info: running `cargo check --bins` on nexus-networking (129/150) |
2967 | 2024-08-15T05:13:11.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2024-08-15T05:13:11.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2024-08-15T05:13:11.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2970 | 2024-08-15T05:13:11.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2971 | 2024-08-15T05:13:11.434Z | |
2972 | 2024-08-15T05:13:11.434Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (130/150) |
2973 | 2024-08-15T05:13:12.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2974 | 2024-08-15T05:13:12.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2975 | 2024-08-15T05:13:12.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2976 | 2024-08-15T05:13:12.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2977 | 2024-08-15T05:13:12.313Z | |
2978 | 2024-08-15T05:13:12.313Z | info: running `cargo check --bins` on update-common (131/150) |
2979 | 2024-08-15T05:13:13.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2024-08-15T05:13:13.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2024-08-15T05:13:13.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2982 | 2024-08-15T05:13:13.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2983 | 2024-08-15T05:13:13.205Z | |
2984 | 2024-08-15T05:13:13.205Z | info: running `cargo check --bins` on tufaceous-lib (132/150) |
2985 | 2024-08-15T05:13:13.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2024-08-15T05:13:14.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2024-08-15T05:13:14.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2988 | 2024-08-15T05:13:14.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2989 | 2024-08-15T05:13:14.095Z | |
2990 | 2024-08-15T05:13:14.095Z | info: running `cargo check --bins` on tufaceous (133/150) |
2991 | 2024-08-15T05:13:14.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2024-08-15T05:13:14.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2024-08-15T05:13:14.984Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2994 | 2024-08-15T05:13:16.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
2995 | 2024-08-15T05:13:16.144Z | |
2996 | 2024-08-15T05:13:16.144Z | info: running `cargo check --bins` on omicron-dev (134/150) |
2997 | 2024-08-15T05:13:17.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2024-08-15T05:13:17.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2024-08-15T05:13:17.285Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3000 | 2024-08-15T05:13:17.285Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3001 | 2024-08-15T05:13:17.285Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3002 | 2024-08-15T05:13:18.899Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3003 | 2024-08-15T05:13:21.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
3004 | 2024-08-15T05:13:22.029Z | |
3005 | 2024-08-15T05:13:22.029Z | info: running `cargo check --bins` on openapi-manager (135/150) |
3006 | 2024-08-15T05:13:22.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3007 | 2024-08-15T05:13:22.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3008 | 2024-08-15T05:13:22.956Z | Checking is_ci v1.2.0 |
3009 | 2024-08-15T05:13:22.956Z | Checking heck v0.4.1 |
3010 | 2024-08-15T05:13:22.956Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3011 | 2024-08-15T05:13:22.981Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3012 | 2024-08-15T05:13:22.981Z | Checking indent_write v2.2.0 |
3013 | 2024-08-15T05:13:23.089Z | Checking supports-color v3.0.0 |
3014 | 2024-08-15T05:13:23.172Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3015 | 2024-08-15T05:13:24.866Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3016 | 2024-08-15T05:13:25.862Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3017 | 2024-08-15T05:13:27.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s |
3018 | 2024-08-15T05:13:27.159Z | |
3019 | 2024-08-15T05:13:27.159Z | info: running `cargo check --bins` on installinator-api (136/150) |
3020 | 2024-08-15T05:13:27.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2024-08-15T05:13:27.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2024-08-15T05:13:27.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3023 | 2024-08-15T05:13:27.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3024 | 2024-08-15T05:13:28.004Z | |
3025 | 2024-08-15T05:13:28.005Z | info: running `cargo check --bins` on wicketd-api (137/150) |
3026 | 2024-08-15T05:13:28.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2024-08-15T05:13:28.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2024-08-15T05:13:28.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3029 | 2024-08-15T05:13:28.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3030 | 2024-08-15T05:13:28.861Z | |
3031 | 2024-08-15T05:13:28.861Z | info: running `cargo check --bins` on reconfigurator-cli (138/150) |
3032 | 2024-08-15T05:13:29.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2024-08-15T05:13:29.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2024-08-15T05:13:29.825Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3035 | 2024-08-15T05:13:31.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
3036 | 2024-08-15T05:13:31.376Z | |
3037 | 2024-08-15T05:13:31.376Z | info: running `cargo check --bins` on omicron-releng (139/150) |
3038 | 2024-08-15T05:13:32.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2024-08-15T05:13:32.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2024-08-15T05:13:32.233Z | Checking memmap2 v0.9.4 |
3041 | 2024-08-15T05:13:32.233Z | Checking arrayref v0.3.7 |
3042 | 2024-08-15T05:13:32.233Z | Checking arrayvec v0.7.4 |
3043 | 2024-08-15T05:13:32.258Z | Checking untrusted v0.7.1 |
3044 | 2024-08-15T05:13:32.258Z | Checking constant_time_eq v0.3.0 |
3045 | 2024-08-15T05:13:32.258Z | Checking spin v0.5.2 |
3046 | 2024-08-15T05:13:32.258Z | Checking cargo-platform v0.1.8 |
3047 | 2024-08-15T05:13:32.258Z | Checking topological-sort v0.2.2 |
3048 | 2024-08-15T05:13:32.380Z | Checking shell-words v1.1.0 |
3049 | 2024-08-15T05:13:32.460Z | Checking ring v0.16.20 |
3050 | 2024-08-15T05:13:32.580Z | Checking cargo_metadata v0.18.1 |
3051 | 2024-08-15T05:13:32.620Z | Checking blake3 v1.5.1 |
3052 | 2024-08-15T05:13:33.881Z | Checking omicron-zone-package v0.11.0 |
3053 | 2024-08-15T05:13:35.199Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3054 | 2024-08-15T05:13:36.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s |
3055 | 2024-08-15T05:13:36.413Z | |
3056 | 2024-08-15T05:13:36.413Z | info: running `cargo check --bins` on xtask (140/150) |
3057 | 2024-08-15T05:13:37.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-08-15T05:13:37.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-08-15T05:13:37.028Z | Checking serde v1.0.207 |
3060 | 2024-08-15T05:13:37.028Z | Checking thiserror v1.0.63 |
3061 | 2024-08-15T05:13:37.028Z | Checking scroll v0.12.0 |
3062 | 2024-08-15T05:13:37.029Z | Checking hashbrown v0.14.5 |
3063 | 2024-08-15T05:13:37.052Z | Checking log v0.4.21 |
3064 | 2024-08-15T05:13:37.052Z | Checking bitflags v2.6.0 |
3065 | 2024-08-15T05:13:37.088Z | Checking zerocopy v0.7.34 |
3066 | 2024-08-15T05:13:37.131Z | Checking syn v2.0.74 |
3067 | 2024-08-15T05:13:37.182Z | Checking pest v2.7.10 |
3068 | 2024-08-15T05:13:37.311Z | Checking fs-err v2.11.0 |
3069 | 2024-08-15T05:13:37.335Z | Checking rustix v0.38.34 |
3070 | 2024-08-15T05:13:37.458Z | Checking goblin v0.8.2 |
3071 | 2024-08-15T05:13:37.567Z | Checking tabled v0.15.0 |
3072 | 2024-08-15T05:13:38.022Z | Checking indexmap v2.4.0 |
3073 | 2024-08-15T05:13:38.153Z | Checking terminal_size v0.3.0 |
3074 | 2024-08-15T05:13:38.271Z | Checking anyhow v1.0.86 |
3075 | 2024-08-15T05:13:38.295Z | Checking clap_builder v4.5.15 |
3076 | 2024-08-15T05:13:39.136Z | Checking dtrace-parser v0.2.0 |
3077 | 2024-08-15T05:13:40.837Z | Checking clap v4.5.15 |
3078 | 2024-08-15T05:13:41.039Z | Checking serde_json v1.0.124 |
3079 | 2024-08-15T05:13:41.039Z | Checking serde_spanned v0.6.7 |
3080 | 2024-08-15T05:13:41.039Z | Checking toml_datetime v0.6.8 |
3081 | 2024-08-15T05:13:41.063Z | Checking semver v1.0.23 |
3082 | 2024-08-15T05:13:41.063Z | Checking camino v1.1.7 |
3083 | 2024-08-15T05:13:41.063Z | Checking cargo-platform v0.1.8 |
3084 | 2024-08-15T05:13:41.135Z | Checking macaddr v1.0.1 |
3085 | 2024-08-15T05:13:41.333Z | Checking toml_edit v0.22.20 |
3086 | 2024-08-15T05:13:42.230Z | Checking dof v0.3.0 |
3087 | 2024-08-15T05:13:42.231Z | Checking cargo_metadata v0.18.1 |
3088 | 2024-08-15T05:13:42.737Z | Checking usdt-impl v0.5.0 |
3089 | 2024-08-15T05:13:43.155Z | Checking usdt v0.5.0 |
3090 | 2024-08-15T05:13:43.373Z | Checking toml v0.8.19 |
3091 | 2024-08-15T05:13:43.945Z | Checking cargo_toml v0.20.4 |
3092 | 2024-08-15T05:13:45.426Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3093 | 2024-08-15T05:13:46.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.73s |
3094 | 2024-08-15T05:13:46.247Z | |
3095 | 2024-08-15T05:13:46.247Z | info: running `cargo check --bins` on end-to-end-tests (141/150) |
3096 | 2024-08-15T05:13:46.842Z | Downloading crates ... |
3097 | 2024-08-15T05:13:47.128Z | Downloaded blowfish v0.9.1 |
3098 | 2024-08-15T05:13:47.161Z | Downloaded dirs-sys v0.4.1 |
3099 | 2024-08-15T05:13:47.161Z | Downloaded option-ext v0.2.0 |
3100 | 2024-08-15T05:13:47.161Z | Downloaded dirs v5.0.1 |
3101 | 2024-08-15T05:13:47.161Z | Downloaded pbkdf2 v0.11.0 |
3102 | 2024-08-15T05:13:47.161Z | Downloaded ssh-cipher v0.2.0 |
3103 | 2024-08-15T05:13:47.161Z | Downloaded ssh-encoding v0.2.0 |
3104 | 2024-08-15T05:13:47.161Z | Downloaded rfc6979 v0.4.0 |
3105 | 2024-08-15T05:13:47.161Z | Downloaded dhcproto v0.12.0 |
3106 | 2024-08-15T05:13:47.185Z | Downloaded p256 v0.13.2 |
3107 | 2024-08-15T05:13:47.185Z | Downloaded ssh-key v0.6.6 |
3108 | 2024-08-15T05:13:47.185Z | Downloaded p384 v0.13.0 |
3109 | 2024-08-15T05:13:47.185Z | Downloaded polyval v0.6.2 |
3110 | 2024-08-15T05:13:47.185Z | Downloaded internet-checksum v0.2.1 |
3111 | 2024-08-15T05:13:47.185Z | Downloaded russh-keys v0.44.0 |
3112 | 2024-08-15T05:13:47.185Z | Downloaded russh v0.44.1 |
3113 | 2024-08-15T05:13:47.185Z | Downloaded p521 v0.13.3 |
3114 | 2024-08-15T05:13:47.209Z | Downloaded num-bigint v0.4.5 |
3115 | 2024-08-15T05:13:47.209Z | Downloaded ed25519 v2.2.3 |
3116 | 2024-08-15T05:13:47.209Z | Downloaded aes-gcm v0.10.3 |
3117 | 2024-08-15T05:13:47.210Z | Downloaded primeorder v0.13.6 |
3118 | 2024-08-15T05:13:47.210Z | Downloaded ecdsa v0.16.9 |
3119 | 2024-08-15T05:13:47.210Z | Downloaded russh-cryptovec v0.7.2 |
3120 | 2024-08-15T05:13:47.210Z | Downloaded ghash v0.5.1 |
3121 | 2024-08-15T05:13:47.210Z | Downloaded ed25519-dalek v2.1.1 |
3122 | 2024-08-15T05:13:47.210Z | Downloaded password-hash v0.4.2 |
3123 | 2024-08-15T05:13:47.234Z | Downloaded md5 v0.7.0 |
3124 | 2024-08-15T05:13:47.234Z | Downloaded hex-literal v0.4.1 |
3125 | 2024-08-15T05:13:47.234Z | Downloaded dhcproto-macros v0.1.0 |
3126 | 2024-08-15T05:13:47.234Z | Downloaded bcrypt-pbkdf v0.10.0 |
3127 | 2024-08-15T05:13:47.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2024-08-15T05:13:47.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2024-08-15T05:13:47.395Z | Checking polyval v0.6.2 |
3130 | 2024-08-15T05:13:47.395Z | Checking rfc6979 v0.4.0 |
3131 | 2024-08-15T05:13:47.420Z | Checking primeorder v0.13.6 |
3132 | 2024-08-15T05:13:47.420Z | Checking ctr v0.9.2 |
3133 | 2024-08-15T05:13:47.474Z | Checking ed25519 v2.2.3 |
3134 | 2024-08-15T05:13:47.498Z | Checking ssh-encoding v0.2.0 |
3135 | 2024-08-15T05:13:47.498Z | Checking blowfish v0.9.1 |
3136 | 2024-08-15T05:13:47.498Z | Checking option-ext v0.2.0 |
3137 | 2024-08-15T05:13:47.593Z | Checking ecdsa v0.16.9 |
3138 | 2024-08-15T05:13:47.616Z | Checking dirs-sys v0.4.1 |
3139 | 2024-08-15T05:13:47.641Z | Checking ghash v0.5.1 |
3140 | 2024-08-15T05:13:47.702Z | Checking password-hash v0.4.2 |
3141 | 2024-08-15T05:13:47.726Z | Checking bcrypt-pbkdf v0.10.0 |
3142 | 2024-08-15T05:13:47.760Z | Checking russh-cryptovec v0.7.2 |
3143 | 2024-08-15T05:13:47.784Z | Checking dirs v5.0.1 |
3144 | 2024-08-15T05:13:47.808Z | Checking ed25519-dalek v2.1.1 |
3145 | 2024-08-15T05:13:47.808Z | Checking aes-gcm v0.10.3 |
3146 | 2024-08-15T05:13:47.851Z | Checking md5 v0.7.0 |
3147 | 2024-08-15T05:13:47.910Z | Checking num-bigint v0.4.5 |
3148 | 2024-08-15T05:13:47.936Z | Compiling dhcproto-macros v0.1.0 |
3149 | 2024-08-15T05:13:47.960Z | Checking hex-literal v0.4.1 |
3150 | 2024-08-15T05:13:48.003Z | Checking ssh-cipher v0.2.0 |
3151 | 2024-08-15T05:13:48.074Z | Checking pbkdf2 v0.11.0 |
3152 | 2024-08-15T05:13:48.097Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3153 | 2024-08-15T05:13:48.097Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3154 | 2024-08-15T05:13:48.150Z | Checking internet-checksum v0.2.1 |
3155 | 2024-08-15T05:13:48.208Z | Checking p384 v0.13.0 |
3156 | 2024-08-15T05:13:48.246Z | Checking ssh-key v0.6.6 |
3157 | 2024-08-15T05:13:48.296Z | Checking p521 v0.13.3 |
3158 | 2024-08-15T05:13:48.326Z | Checking p256 v0.13.2 |
3159 | 2024-08-15T05:13:48.699Z | Checking dhcproto v0.12.0 |
3160 | 2024-08-15T05:13:49.610Z | Checking russh-keys v0.44.0 |
3161 | 2024-08-15T05:13:50.710Z | Checking russh v0.44.1 |
3162 | 2024-08-15T05:14:11.578Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3163 | 2024-08-15T05:14:13.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.94s |
3164 | 2024-08-15T05:14:13.364Z | |
3165 | 2024-08-15T05:14:13.364Z | info: running `cargo check --bins` on gateway-cli (142/150) |
3166 | 2024-08-15T05:14:14.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2024-08-15T05:14:14.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2024-08-15T05:14:14.231Z | Checking termios v0.3.3 |
3169 | 2024-08-15T05:14:14.407Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3170 | 2024-08-15T05:14:15.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3171 | 2024-08-15T05:14:15.533Z | |
3172 | 2024-08-15T05:14:15.533Z | info: running `cargo check --bins --no-default-features` on installinator (143/150) |
3173 | 2024-08-15T05:14:16.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2024-08-15T05:14:16.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2024-08-15T05:14:16.454Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3176 | 2024-08-15T05:14:18.779Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3177 | 2024-08-15T05:14:20.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s |
3178 | 2024-08-15T05:14:21.067Z | |
3179 | 2024-08-15T05:14:21.067Z | info: running `cargo check --bins` on internal-dns-cli (144/150) |
3180 | 2024-08-15T05:14:21.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3181 | 2024-08-15T05:14:21.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3182 | 2024-08-15T05:14:21.903Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3183 | 2024-08-15T05:14:22.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
3184 | 2024-08-15T05:14:22.508Z | |
3185 | 2024-08-15T05:14:22.509Z | info: running `cargo check --bins` on omicron-package (145/150) |
3186 | 2024-08-15T05:14:23.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3187 | 2024-08-15T05:14:23.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3188 | 2024-08-15T05:14:23.391Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3189 | 2024-08-15T05:14:24.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
3190 | 2024-08-15T05:14:24.932Z | |
3191 | 2024-08-15T05:14:24.933Z | info: running `cargo check --bins` on wicket-dbg (146/150) |
3192 | 2024-08-15T05:14:25.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3193 | 2024-08-15T05:14:25.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3194 | 2024-08-15T05:14:25.834Z | Checking rtoolbox v0.0.2 |
3195 | 2024-08-15T05:14:25.834Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3196 | 2024-08-15T05:14:25.858Z | Checking tui-tree-widget v0.22.0 |
3197 | 2024-08-15T05:14:26.018Z | Checking rpassword v7.3.1 |
3198 | 2024-08-15T05:14:30.803Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3199 | 2024-08-15T05:14:34.295Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3200 | 2024-08-15T05:14:35.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.69s |
3201 | 2024-08-15T05:14:35.774Z | |
3202 | 2024-08-15T05:14:35.774Z | info: running `cargo check --bins` on wicket (147/150) |
3203 | 2024-08-15T05:14:36.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3204 | 2024-08-15T05:14:36.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3205 | 2024-08-15T05:14:36.658Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3206 | 2024-08-15T05:14:37.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
3207 | 2024-08-15T05:14:37.149Z | |
3208 | 2024-08-15T05:14:37.149Z | info: running `cargo check --bins` on wicketd (148/150) |
3209 | 2024-08-15T05:14:37.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3210 | 2024-08-15T05:14:37.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3211 | 2024-08-15T05:14:38.056Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3212 | 2024-08-15T05:14:42.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s |
3213 | 2024-08-15T05:14:42.578Z | |
3214 | 2024-08-15T05:14:42.578Z | info: running `cargo check --bins` on omicron-workspace-hack (149/150) |
3215 | 2024-08-15T05:14:43.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3216 | 2024-08-15T05:14:43.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3217 | 2024-08-15T05:14:43.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3218 | 2024-08-15T05:14:43.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3219 | 2024-08-15T05:14:43.377Z | |
3220 | 2024-08-15T05:14:43.377Z | info: running `cargo check --bins` on zone-setup (150/150) |
3221 | 2024-08-15T05:14:44.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2024-08-15T05:14:44.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2024-08-15T05:14:44.337Z | Checking uzers v0.11.3 |
3224 | 2024-08-15T05:14:44.625Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3225 | 2024-08-15T05:14:45.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
3226 | 2024-08-15T05:14:46.068Z | |
3227 | 2024-08-15T05:14:46.092Z | real 13:01.071267892 |
3228 | 2024-08-15T05:14:46.092Z | user 22:58.329022383 |
3229 | 2024-08-15T05:14:46.092Z | sys 5:21.530634553 |
3230 | 2024-08-15T05:14:46.092Z | trap 0.589809094 |
3231 | 2024-08-15T05:14:46.092Z | tflt 1.564790237 |
3232 | 2024-08-15T05:14:46.092Z | dflt 2.917547899 |
3233 | 2024-08-15T05:14:46.092Z | kflt 0.000935823 |
3234 | 2024-08-15T05:14:46.093Z | lock 42:31.605869384 |
3235 | 2024-08-15T05:14:46.093Z | slp 2:01:12.708232227 |
3236 | 2024-08-15T05:14:46.093Z | lat 59.824205607 |
3237 | 2024-08-15T05:14:46.093Z | stop 2:32.615894859 |
3238 | 2024-08-15T05:14:46.093Z | process exited: duration 1021787 ms, exit code 0 |
|
3239 | 2024-08-15T05:14:46.141Z | found 0 output files |