|
|
|
1 | 2024-08-12T21:53:39.126Z | job assigned to worker 01J5498MA96JTDC7X07TQ5WSQR (queued for 1 m 4 s) |
|
2 | 2024-08-12T21:53:46.566Z | starting task 0: "setup" |
3 | 2024-08-12T21:53:46.644Z | ++ uname -s |
4 | 2024-08-12T21:53:46.648Z | + kern=SunOS |
5 | 2024-08-12T21:53:46.648Z | + case "$kern" in |
6 | 2024-08-12T21:53:46.648Z | + groupadd -g 12345 build |
7 | 2024-08-12T21:53:46.648Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-12T21:53:48.646Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-12T21:53:48.785Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-12T21:53:48.788Z | + home_fs=zfs |
11 | 2024-08-12T21:53:48.788Z | + [[ zfs == autofs ]] |
12 | 2024-08-12T21:53:48.788Z | + mkdir -p /home/build |
13 | 2024-08-12T21:53:48.790Z | + chown build:build /home/build /work |
14 | 2024-08-12T21:53:49.792Z | + chmod 0700 /home/build /work |
15 | 2024-08-12T21:53:49.795Z | process exited: duration 3228 ms, exit code 0 |
|
16 | 2024-08-12T21:53:49.800Z | starting task 1: "rust-toolchain" |
17 | 2024-08-12T21:53:49.806Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-12T21:53:49.806Z | ' 1.80.1 |
19 | 2024-08-12T21:53:49.806Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-12T21:53:49.806Z | ' default |
21 | 2024-08-12T21:53:49.806Z | * toolchain channel = "1.80.1" |
22 | 2024-08-12T21:53:49.806Z | * toolchain profile = "default" |
23 | 2024-08-12T21:53:49.809Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-12T21:53:49.809Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-12T21:53:49.927Z | info: downloading installer |
26 | 2024-08-12T21:53:51.489Z | info: profile set to 'default' |
27 | 2024-08-12T21:53:51.489Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-12T21:53:51.492Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-12T21:53:51.655Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-12T21:53:51.655Z | info: downloading component 'cargo' |
31 | 2024-08-12T21:53:52.586Z | info: downloading component 'clippy' |
32 | 2024-08-12T21:53:52.918Z | info: downloading component 'rust-docs' |
33 | 2024-08-12T21:53:54.186Z | info: downloading component 'rust-std' |
34 | 2024-08-12T21:53:56.055Z | info: downloading component 'rustc' |
35 | 2024-08-12T21:54:01.043Z | info: downloading component 'rustfmt' |
36 | 2024-08-12T21:54:01.327Z | info: installing component 'cargo' |
37 | 2024-08-12T21:54:02.194Z | info: installing component 'clippy' |
38 | 2024-08-12T21:54:02.567Z | info: installing component 'rust-docs' |
39 | 2024-08-12T21:54:04.256Z | info: installing component 'rust-std' |
40 | 2024-08-12T21:54:05.902Z | info: installing component 'rustc' |
41 | 2024-08-12T21:54:10.206Z | info: installing component 'rustfmt' |
42 | 2024-08-12T21:54:10.554Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-12T21:54:10.554Z | |
44 | 2024-08-12T21:54:10.808Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-12T21:54:10.808Z | |
46 | 2024-08-12T21:54:10.811Z | |
47 | 2024-08-12T21:54:10.811Z | Rust is installed now. Great! |
48 | 2024-08-12T21:54:10.811Z | |
49 | 2024-08-12T21:54:10.811Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-12T21:54:10.811Z | environment variable. This has not been done automatically. |
51 | 2024-08-12T21:54:10.811Z | |
52 | 2024-08-12T21:54:10.811Z | To configure your current shell, you need to source |
53 | 2024-08-12T21:54:10.811Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-12T21:54:10.811Z | |
55 | 2024-08-12T21:54:10.811Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-12T21:54:10.811Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-12T21:54:10.811Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-12T21:54:10.879Z | + rustc --version |
59 | 2024-08-12T21:54:10.946Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-12T21:54:10.949Z | process exited: duration 21146 ms, exit code 0 |
|
61 | 2024-08-12T21:54:10.954Z | starting task 2: "authentication" |
62 | 2024-08-12T21:54:10.976Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-08-12T21:54:10.984Z | starting task 3: "clone repository" |
64 | 2024-08-12T21:54:10.987Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-12T21:54:10.989Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-12T21:54:11.153Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-12T21:54:17.021Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-12T21:54:17.021Z | + git fetch origin 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 |
69 | 2024-08-12T21:54:17.304Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-12T21:54:17.304Z | * branch 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 -> FETCH_HEAD |
71 | 2024-08-12T21:54:17.316Z | + [[ -n eliza/oximeter-units ]] |
72 | 2024-08-12T21:54:17.318Z | ++ git branch --show-current |
73 | 2024-08-12T21:54:17.321Z | + current=main |
74 | 2024-08-12T21:54:17.321Z | + [[ main != eliza/oximeter-units ]] |
75 | 2024-08-12T21:54:17.321Z | + git branch -f eliza/oximeter-units 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 |
76 | 2024-08-12T21:54:17.324Z | + git checkout -f eliza/oximeter-units |
77 | 2024-08-12T21:54:17.468Z | Switched to branch 'eliza/oximeter-units' |
78 | 2024-08-12T21:54:17.471Z | + git reset --hard 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 |
79 | 2024-08-12T21:54:17.613Z | HEAD is now at 75bedabd5 regen openapi |
80 | 2024-08-12T21:54:17.616Z | process exited: duration 6632 ms, exit code 0 |
|
81 | 2024-08-12T21:54:17.621Z | starting task 4: "build" |
82 | 2024-08-12T21:54:17.627Z | + cargo --version |
83 | 2024-08-12T21:54:17.686Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-12T21:54:17.688Z | + rustc --version |
85 | 2024-08-12T21:54:17.749Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-12T21:54:17.752Z | + source ./env.sh |
87 | 2024-08-12T21:54:17.752Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-12T21:54:17.752Z | ++ set -o xtrace |
89 | 2024-08-12T21:54:17.755Z | ++++ dirname ./env.sh |
90 | 2024-08-12T21:54:17.755Z | +++ readlink -f . |
91 | 2024-08-12T21:54:17.891Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-12T21:54:17.894Z | ++ 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-12T21:54:17.894Z | ++ 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-12T21:54:17.894Z | ++ 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-12T21:54:17.894Z | ++ 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-12T21:54:17.894Z | ++ 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-12T21:54:17.894Z | ++ 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-12T21:54:17.894Z | ++ 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-12T21:54:17.894Z | ++ 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-12T21:54:17.894Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-12T21:54:17.894Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-12T21:54:17.894Z | + 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-12T21:54:17.894Z | + 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-12T21:54:17.894Z | + banner prerequisites |
105 | 2024-08-12T21:54:17.946Z | |
106 | 2024-08-12T21:54:17.946Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-12T21:54:17.946Z | # # # # # # # # # # # # # # # |
108 | 2024-08-12T21:54:17.946Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-12T21:54:17.946Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-12T21:54:17.946Z | # # # # # # # # # # # # # # # |
111 | 2024-08-12T21:54:17.946Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-12T21:54:17.946Z | |
113 | 2024-08-12T21:54:17.949Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-12T21:54:32.059Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-12T21:54:34.363Z | Startup: Caching catalogs ... Done |
116 | 2024-08-12T21:54:38.828Z | Planning: Solver setup ... Done (3.875s) |
117 | 2024-08-12T21:54:38.896Z | Planning: Running solver ... Done (0.069s) |
118 | 2024-08-12T21:54:38.954Z | Planning: Finding local manifests ... Done (0.002s) |
119 | 2024-08-12T21:54:38.982Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-12T21:54:40.479Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-12T21:54:40.530Z | Planning: Package planning ... Done (0.051s) |
122 | 2024-08-12T21:54:40.580Z | Planning: Merging actions ... Done (0.050s) |
123 | 2024-08-12T21:54:41.413Z | Planning: Checking for conflicting actions ... Done (0.833s) |
124 | 2024-08-12T21:54:41.426Z | Planning: Consolidating action changes ... Done (0.012s) |
125 | 2024-08-12T21:54:45.363Z | Planning: Evaluating mediators ... Done (3.936s) |
126 | 2024-08-12T21:54:45.372Z | Planning: Planning completed in 10.94 seconds |
127 | 2024-08-12T21:54:45.819Z | Packages to install: 4 |
128 | 2024-08-12T21:54:45.819Z | Mediators to change: 2 |
129 | 2024-08-12T21:54:45.819Z | Services to change: 1 |
130 | 2024-08-12T21:54:45.822Z | Estimated space available: 155.75 GB |
131 | 2024-08-12T21:54:45.822Z | Estimated space to be consumed: 1.48 GB |
132 | 2024-08-12T21:54:45.822Z | Create boot environment: No |
133 | 2024-08-12T21:54:45.822Z | Create backup boot environment: No |
134 | 2024-08-12T21:54:45.822Z | Rebuild boot archive: No |
135 | 2024-08-12T21:54:45.822Z | |
136 | 2024-08-12T21:54:45.822Z | Changed mediators: |
137 | 2024-08-12T21:54:45.822Z | mediator clang: |
138 | 2024-08-12T21:54:45.822Z | version: None -> 15 (system default) |
139 | 2024-08-12T21:54:45.822Z | |
140 | 2024-08-12T21:54:45.822Z | mediator llvm: |
141 | 2024-08-12T21:54:45.822Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-12T21:54:45.822Z | |
143 | 2024-08-12T21:54:45.822Z | Changed packages: |
144 | 2024-08-12T21:54:45.822Z | helios-dev |
145 | 2024-08-12T21:54:45.822Z | developer/build-essential |
146 | 2024-08-12T21:54:45.822Z | None -> 11-2.0 |
147 | 2024-08-12T21:54:45.822Z | library/libxmlsec1 |
148 | 2024-08-12T21:54:45.822Z | None -> 1.2.35-2.0 |
149 | 2024-08-12T21:54:45.823Z | ooce/developer/clang-15 |
150 | 2024-08-12T21:54:45.823Z | None -> 15.0.7-2.0 |
151 | 2024-08-12T21:54:45.823Z | ooce/developer/llvm-15 |
152 | 2024-08-12T21:54:45.823Z | None -> 15.0.7-2.0 |
153 | 2024-08-12T21:54:45.823Z | |
154 | 2024-08-12T21:54:45.823Z | Services: |
155 | 2024-08-12T21:54:45.823Z | restart_fmri: |
156 | 2024-08-12T21:54:45.823Z | svc:/system/update-man-index:default |
157 | 2024-08-12T21:54:46.004Z | |
158 | 2024-08-12T21:54:46.004Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-12T21:54:51.006Z | Download: 621/3290 items 17.7/212.6MB 8% complete (3.6M/s) |
160 | 2024-08-12T21:54:56.093Z | Download: 1192/3290 items 76.0/212.6MB 35% complete (7.8M/s) |
161 | 2024-08-12T21:55:06.368Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.0M/s) |
162 | 2024-08-12T21:55:11.372Z | Download: 2093/3290 items 118.8/212.6MB 55% complete (7.2M/s) |
163 | 2024-08-12T21:55:16.381Z | Download: 2728/3290 items 120.8/212.6MB 56% complete (3.8M/s) |
164 | 2024-08-12T21:55:21.425Z | Download: 3246/3290 items 200.8/212.6MB 94% complete (8.2M/s) |
165 | 2024-08-12T21:55:27.347Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.3M/s) |
166 | 2024-08-12T21:55:28.900Z | Download: Completed 212.60 MB in 42.89 seconds (5.0M/s) |
167 | 2024-08-12T21:55:29.087Z | Actions: 1/3689 actions (Installing new actions) |
168 | 2024-08-12T21:55:34.225Z | Actions: 3656/3689 actions (Installing new actions) |
169 | 2024-08-12T21:55:34.308Z | Actions: Completed 3689 actions in 5.22 seconds. |
170 | 2024-08-12T21:55:34.602Z | Done (0.289s) |
171 | 2024-08-12T21:55:34.603Z | Done (0.000s) |
172 | 2024-08-12T21:55:34.968Z | Done (0.365s) |
173 | 2024-08-12T21:55:40.183Z | Done (5.044s) |
174 | 2024-08-12T21:55:40.365Z | Done (0.111s) |
175 | 2024-08-12T21:55:40.368Z | Done (0.000s) |
176 | 2024-08-12T21:55:40.563Z | Done (0.000s) |
177 | 2024-08-12T21:55:41.197Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-08-12T21:55:41.364Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-08-12T21:55:41.367Z | Planning: Consolidating action changes ... Done |
180 | 2024-08-12T21:55:41.649Z | Planning: Evaluating mediators ... Done |
181 | 2024-08-12T21:55:41.651Z | Planning: Planning completed in 0.45 seconds |
182 | 2024-08-12T21:55:41.683Z | Mediators to change: 2 |
183 | 2024-08-12T21:55:41.683Z | Create boot environment: No |
184 | 2024-08-12T21:55:41.686Z | Create backup boot environment: No |
185 | 2024-08-12T21:55:41.764Z | Done |
186 | 2024-08-12T21:55:41.764Z | Done |
187 | 2024-08-12T21:55:42.005Z | Done |
188 | 2024-08-12T21:55:45.821Z | Done |
189 | 2024-08-12T21:55:45.908Z | Done |
190 | 2024-08-12T21:55:45.912Z | Done |
191 | 2024-08-12T21:55:46.042Z | Done |
192 | 2024-08-12T21:55:46.682Z | Planning: Evaluating mediator changes ... Done |
193 | 2024-08-12T21:55:46.685Z | Planning: Merging actions ... Done |
194 | 2024-08-12T21:55:46.881Z | Planning: Checking for conflicting actions ... Done |
195 | 2024-08-12T21:55:46.885Z | Planning: Consolidating action changes ... Done |
196 | 2024-08-12T21:55:47.159Z | Planning: Evaluating mediators ... Done |
197 | 2024-08-12T21:55:47.218Z | Planning: Planning completed in 0.79 seconds |
198 | 2024-08-12T21:55:47.253Z | Packages to change: 1 |
199 | 2024-08-12T21:55:47.253Z | Mediators to change: 1 |
200 | 2024-08-12T21:55:47.256Z | Services to change: 1 |
201 | 2024-08-12T21:55:47.256Z | Create boot environment: No |
202 | 2024-08-12T21:55:47.256Z | Create backup boot environment: Yes |
203 | 2024-08-12T21:55:49.052Z | Actions: 1/6 actions (Updating modified actions) |
204 | 2024-08-12T21:55:49.092Z | Actions: Completed 6 actions in 0.04 seconds. |
205 | 2024-08-12T21:55:49.095Z | Done |
206 | 2024-08-12T21:55:49.095Z | Done |
207 | 2024-08-12T21:55:49.168Z | Done |
208 | 2024-08-12T21:55:53.023Z | Done |
209 | 2024-08-12T21:55:53.106Z | Done |
210 | 2024-08-12T21:55:53.110Z | Done |
211 | 2024-08-12T21:55:53.222Z | Done |
212 | 2024-08-12T21:55:53.679Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
213 | 2024-08-12T21:55:53.679Z | clang system 15 system |
214 | 2024-08-12T21:55:53.679Z | csh system system illumos |
215 | 2024-08-12T21:55:53.679Z | ctags system system illumos |
216 | 2024-08-12T21:55:53.679Z | gcc vendor 12 vendor |
217 | 2024-08-12T21:55:53.679Z | gcc system 10 system |
218 | 2024-08-12T21:55:53.679Z | gcc system 7 system |
219 | 2024-08-12T21:55:53.679Z | go system 1.20 system |
220 | 2024-08-12T21:55:53.679Z | go system 1.19 system |
221 | 2024-08-12T21:55:53.679Z | llvm system 15 system |
222 | 2024-08-12T21:55:53.680Z | llvm system 14 system |
223 | 2024-08-12T21:55:53.680Z | mariadb system 10.6 system |
224 | 2024-08-12T21:55:53.680Z | mta vendor vendor dma |
225 | 2024-08-12T21:55:53.680Z | openjdk system 17 system |
226 | 2024-08-12T21:55:53.680Z | openjdk system 11 system |
227 | 2024-08-12T21:55:53.680Z | openjdk system 1.8 system |
228 | 2024-08-12T21:55:53.680Z | openssl vendor 3 vendor |
229 | 2024-08-12T21:55:53.680Z | perl system 5.36 system |
230 | 2024-08-12T21:55:53.680Z | postgresql system 15 system |
231 | 2024-08-12T21:55:53.680Z | postgresql system 13 system |
232 | 2024-08-12T21:55:53.680Z | python vendor 3 vendor |
233 | 2024-08-12T21:55:53.680Z | python system 2 system |
234 | 2024-08-12T21:55:53.680Z | python3 system 3.11 system |
235 | 2024-08-12T21:55:53.680Z | ruby system 3.0 system |
236 | 2024-08-12T21:55:53.680Z | words vendor vendor american-english |
237 | 2024-08-12T21:55:53.680Z | words system system australian-english |
238 | 2024-08-12T21:55:53.680Z | words system system british-english |
239 | 2024-08-12T21:55:53.680Z | words system system canadian-english |
240 | 2024-08-12T21:55:53.680Z | words system system french |
241 | 2024-08-12T21:55:53.680Z | words system system italian |
242 | 2024-08-12T21:55:53.680Z | words system system ngerman |
243 | 2024-08-12T21:55:53.680Z | words system system ogerman |
244 | 2024-08-12T21:55:53.680Z | words system system spanish |
245 | 2024-08-12T21:55:54.012Z | PUBLISHER TYPE STATUS P LOCATION |
246 | 2024-08-12T21:55:54.012Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
247 | 2024-08-12T21:55:55.745Z | FMRI IFO |
248 | 2024-08-12T21:55:55.745Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
249 | 2024-08-12T21:55:55.745Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
250 | 2024-08-12T21:55:55.745Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
251 | 2024-08-12T21:55:55.745Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
252 | 2024-08-12T21:55:55.745Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
253 | 2024-08-12T21:55:55.745Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
254 | 2024-08-12T21:55:55.745Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
255 | 2024-08-12T21:55:55.745Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
256 | 2024-08-12T21:55:55.745Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
257 | 2024-08-12T21:55:55.745Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
258 | 2024-08-12T21:55:55.745Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
259 | 2024-08-12T21:55:55.745Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
260 | 2024-08-12T21:55:56.365Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
261 | 2024-08-12T21:55:56.622Z | Updating git repository `https://github.com/oxidecomputer/zone` |
262 | 2024-08-12T21:55:56.901Z | Updating crates.io index |
263 | 2024-08-12T21:55:56.986Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
264 | 2024-08-12T21:55:57.723Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
265 | 2024-08-12T21:55:58.512Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
266 | 2024-08-12T21:55:58.734Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
267 | 2024-08-12T21:56:00.262Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
268 | 2024-08-12T21:56:00.498Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
269 | 2024-08-12T21:56:00.782Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
270 | 2024-08-12T21:56:01.844Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
271 | 2024-08-12T21:56:03.657Z | Updating git repository `https://github.com/oxidecomputer/opte` |
272 | 2024-08-12T21:56:04.638Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
273 | 2024-08-12T21:56:05.378Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
274 | 2024-08-12T21:56:05.944Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
275 | 2024-08-12T21:56:06.200Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
276 | 2024-08-12T21:56:06.455Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
277 | 2024-08-12T21:56:06.725Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
278 | 2024-08-12T21:56:06.954Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
279 | 2024-08-12T21:56:07.214Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
280 | 2024-08-12T21:56:07.458Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
281 | 2024-08-12T21:56:07.730Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-08-12T21:56:08.012Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
283 | 2024-08-12T21:56:08.315Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
284 | 2024-08-12T21:56:08.685Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
285 | 2024-08-12T21:56:08.923Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
286 | 2024-08-12T21:56:09.343Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
287 | 2024-08-12T21:56:09.636Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
288 | 2024-08-12T21:56:09.950Z | Updating git repository `https://github.com/oxidecomputer/typify` |
289 | 2024-08-12T21:56:12.030Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
290 | 2024-08-12T21:56:12.269Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
291 | 2024-08-12T21:56:12.530Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
292 | 2024-08-12T21:56:12.875Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
293 | 2024-08-12T21:56:13.847Z | Downloading crates ... |
294 | 2024-08-12T21:56:13.915Z | Downloaded autocfg v1.3.0 |
295 | 2024-08-12T21:56:13.921Z | Downloaded cargo_toml v0.20.4 |
296 | 2024-08-12T21:56:13.925Z | Downloaded byteorder v1.5.0 |
297 | 2024-08-12T21:56:13.925Z | Downloaded anstyle v1.0.8 |
298 | 2024-08-12T21:56:13.930Z | Downloaded dtrace-parser v0.2.0 |
299 | 2024-08-12T21:56:13.935Z | Downloaded usdt-macro v0.5.0 |
300 | 2024-08-12T21:56:13.938Z | Downloaded swrite v0.1.0 |
301 | 2024-08-12T21:56:13.938Z | Downloaded usdt-attr-macro v0.5.0 |
302 | 2024-08-12T21:56:13.938Z | Downloaded block-buffer v0.10.4 |
303 | 2024-08-12T21:56:13.941Z | Downloaded cargo-platform v0.1.8 |
304 | 2024-08-12T21:56:13.941Z | Downloaded anstyle-query v1.0.3 |
305 | 2024-08-12T21:56:13.944Z | Downloaded itoa v1.0.11 |
306 | 2024-08-12T21:56:13.944Z | Downloaded colorchoice v1.0.1 |
307 | 2024-08-12T21:56:13.947Z | Downloaded fs-err v2.11.0 |
308 | 2024-08-12T21:56:13.952Z | Downloaded version_check v0.9.5 |
309 | 2024-08-12T21:56:13.955Z | Downloaded tabled_derive v0.7.0 |
310 | 2024-08-12T21:56:13.958Z | Downloaded errno v0.3.9 |
311 | 2024-08-12T21:56:13.958Z | Downloaded heck v0.4.1 |
312 | 2024-08-12T21:56:13.961Z | Downloaded plain v0.2.3 |
313 | 2024-08-12T21:56:13.961Z | Downloaded bytecount v0.6.8 |
314 | 2024-08-12T21:56:13.963Z | Downloaded terminal_size v0.3.0 |
315 | 2024-08-12T21:56:13.966Z | Downloaded camino v1.1.7 |
316 | 2024-08-12T21:56:13.966Z | Downloaded crypto-common v0.1.6 |
317 | 2024-08-12T21:56:13.969Z | Downloaded thiserror-impl v1.0.63 |
318 | 2024-08-12T21:56:13.969Z | Downloaded serde_spanned v0.6.7 |
319 | 2024-08-12T21:56:13.969Z | Downloaded scroll v0.12.0 |
320 | 2024-08-12T21:56:13.973Z | Downloaded dof v0.3.0 |
321 | 2024-08-12T21:56:13.973Z | Downloaded cargo_metadata v0.18.1 |
322 | 2024-08-12T21:56:13.976Z | Downloaded anstyle-parse v0.2.4 |
323 | 2024-08-12T21:56:13.976Z | Downloaded anstream v0.6.14 |
324 | 2024-08-12T21:56:13.978Z | Downloaded pest_generator v2.7.10 |
325 | 2024-08-12T21:56:13.981Z | Downloaded semver v1.0.23 |
326 | 2024-08-12T21:56:13.984Z | Downloaded proc-macro-error v1.0.4 |
327 | 2024-08-12T21:56:13.986Z | Downloaded equivalent v1.0.1 |
328 | 2024-08-12T21:56:13.990Z | Downloaded is_terminal_polyfill v1.70.0 |
329 | 2024-08-12T21:56:13.993Z | Downloaded pretty-hex v0.4.1 |
330 | 2024-08-12T21:56:13.996Z | Downloaded scroll_derive v0.12.0 |
331 | 2024-08-12T21:56:13.999Z | Downloaded strsim v0.11.1 |
332 | 2024-08-12T21:56:14.002Z | Downloaded toml v0.8.19 |
333 | 2024-08-12T21:56:14.005Z | Downloaded proc-macro2 v1.0.86 |
334 | 2024-08-12T21:56:14.008Z | Downloaded once_cell v1.19.0 |
335 | 2024-08-12T21:56:14.010Z | Downloaded ucd-trie v0.1.6 |
336 | 2024-08-12T21:56:14.010Z | Downloaded clap v4.5.15 |
337 | 2024-08-12T21:56:14.019Z | Downloaded anyhow v1.0.86 |
338 | 2024-08-12T21:56:14.022Z | Downloaded log v0.4.21 |
339 | 2024-08-12T21:56:14.025Z | Downloaded utf8parse v0.2.1 |
340 | 2024-08-12T21:56:14.027Z | Downloaded macaddr v1.0.1 |
341 | 2024-08-12T21:56:14.027Z | Downloaded heck v0.5.0 |
342 | 2024-08-12T21:56:14.028Z | Downloaded clap_lex v0.7.0 |
343 | 2024-08-12T21:56:14.030Z | Downloaded usdt v0.5.0 |
344 | 2024-08-12T21:56:14.030Z | Downloaded toml_datetime v0.6.8 |
345 | 2024-08-12T21:56:14.030Z | Downloaded thread-id v4.2.1 |
346 | 2024-08-12T21:56:14.033Z | Downloaded thiserror v1.0.63 |
347 | 2024-08-12T21:56:14.036Z | Downloaded generic-array v0.14.7 |
348 | 2024-08-12T21:56:14.039Z | Downloaded usdt-impl v0.5.0 |
349 | 2024-08-12T21:56:14.039Z | Downloaded serde_derive v1.0.206 |
350 | 2024-08-12T21:56:14.042Z | Downloaded memmap v0.7.0 |
351 | 2024-08-12T21:56:14.046Z | Downloaded fnv v1.0.7 |
352 | 2024-08-12T21:56:14.046Z | Downloaded digest v0.10.7 |
353 | 2024-08-12T21:56:14.046Z | Downloaded clap_derive v4.5.13 |
354 | 2024-08-12T21:56:14.050Z | Downloaded cfg-if v1.0.0 |
355 | 2024-08-12T21:56:14.050Z | Downloaded bitflags v2.6.0 |
356 | 2024-08-12T21:56:14.055Z | Downloaded sha2 v0.10.8 |
357 | 2024-08-12T21:56:14.059Z | Downloaded serde_tokenstream v0.2.1 |
358 | 2024-08-12T21:56:14.059Z | Downloaded pest_derive v2.7.10 |
359 | 2024-08-12T21:56:14.062Z | Downloaded zerocopy-derive v0.7.34 |
360 | 2024-08-12T21:56:14.066Z | Downloaded proc-macro-error-attr v1.0.4 |
361 | 2024-08-12T21:56:14.066Z | Downloaded unicode-ident v1.0.12 |
362 | 2024-08-12T21:56:14.069Z | Downloaded cpufeatures v0.2.12 |
363 | 2024-08-12T21:56:14.071Z | Downloaded quote v1.0.36 |
364 | 2024-08-12T21:56:14.071Z | Downloaded typenum v1.17.0 |
365 | 2024-08-12T21:56:14.074Z | Downloaded pest_meta v2.7.10 |
366 | 2024-08-12T21:56:14.077Z | Downloaded indexmap v2.3.0 |
367 | 2024-08-12T21:56:14.080Z | Downloaded memchr v2.7.2 |
368 | 2024-08-12T21:56:14.085Z | Downloaded toml_edit v0.22.20 |
369 | 2024-08-12T21:56:14.106Z | Downloaded ryu v1.0.18 |
370 | 2024-08-12T21:56:14.109Z | Downloaded serde v1.0.206 |
371 | 2024-08-12T21:56:14.112Z | Downloaded papergrid v0.11.0 |
372 | 2024-08-12T21:56:14.116Z | Downloaded pest v2.7.10 |
373 | 2024-08-12T21:56:14.127Z | Downloaded zerocopy v0.7.34 |
374 | 2024-08-12T21:56:14.142Z | Downloaded hashbrown v0.14.5 |
375 | 2024-08-12T21:56:14.147Z | Downloaded clap_builder v4.5.15 |
376 | 2024-08-12T21:56:14.153Z | Downloaded goblin v0.8.2 |
377 | 2024-08-12T21:56:14.160Z | Downloaded winnow v0.6.18 |
378 | 2024-08-12T21:56:14.169Z | Downloaded serde_json v1.0.122 |
379 | 2024-08-12T21:56:14.175Z | Downloaded tabled v0.15.0 |
380 | 2024-08-12T21:56:14.190Z | Downloaded syn v2.0.72 |
381 | 2024-08-12T21:56:14.201Z | Downloaded syn v1.0.109 |
382 | 2024-08-12T21:56:14.211Z | Downloaded rustix v0.38.34 |
383 | 2024-08-12T21:56:14.232Z | Downloaded unicode-width v0.1.13 |
384 | 2024-08-12T21:56:14.246Z | Downloaded libc v0.2.155 |
385 | 2024-08-12T21:56:14.542Z | Compiling proc-macro2 v1.0.86 |
386 | 2024-08-12T21:56:14.542Z | Compiling unicode-ident v1.0.12 |
387 | 2024-08-12T21:56:14.545Z | Compiling version_check v0.9.5 |
388 | 2024-08-12T21:56:14.545Z | Compiling serde v1.0.206 |
389 | 2024-08-12T21:56:14.545Z | Compiling thiserror v1.0.63 |
390 | 2024-08-12T21:56:14.545Z | Compiling memchr v2.7.2 |
391 | 2024-08-12T21:56:14.575Z | Compiling libc v0.2.155 |
392 | 2024-08-12T21:56:14.578Z | Compiling ryu v1.0.18 |
393 | 2024-08-12T21:56:14.799Z | Compiling ucd-trie v0.1.6 |
394 | 2024-08-12T21:56:14.949Z | Compiling itoa v1.0.11 |
395 | 2024-08-12T21:56:15.151Z | Compiling once_cell v1.19.0 |
396 | 2024-08-12T21:56:15.412Z | Compiling byteorder v1.5.0 |
397 | 2024-08-12T21:56:15.475Z | Compiling serde_json v1.0.122 |
398 | 2024-08-12T21:56:16.496Z | Compiling usdt-impl v0.5.0 |
399 | 2024-08-12T21:56:16.496Z | Compiling proc-macro-error-attr v1.0.4 |
400 | 2024-08-12T21:56:16.499Z | Compiling rustix v0.38.34 |
401 | 2024-08-12T21:56:16.575Z | Compiling syn v1.0.109 |
402 | 2024-08-12T21:56:16.597Z | Compiling proc-macro-error v1.0.4 |
403 | 2024-08-12T21:56:16.840Z | Compiling equivalent v1.0.1 |
404 | 2024-08-12T21:56:16.902Z | Compiling bitflags v2.6.0 |
405 | 2024-08-12T21:56:16.951Z | Compiling hashbrown v0.14.5 |
406 | 2024-08-12T21:56:16.975Z | Compiling log v0.4.21 |
407 | 2024-08-12T21:56:17.290Z | Compiling thread-id v4.2.1 |
408 | 2024-08-12T21:56:17.349Z | Compiling plain v0.2.3 |
409 | 2024-08-12T21:56:17.372Z | Compiling quote v1.0.36 |
410 | 2024-08-12T21:56:17.372Z | Compiling utf8parse v0.2.1 |
411 | 2024-08-12T21:56:17.494Z | Compiling anstyle-parse v0.2.4 |
412 | 2024-08-12T21:56:17.517Z | Compiling autocfg v1.3.0 |
413 | 2024-08-12T21:56:17.556Z | Compiling pretty-hex v0.4.1 |
414 | 2024-08-12T21:56:17.770Z | Compiling syn v2.0.72 |
415 | 2024-08-12T21:56:17.794Z | Compiling errno v0.3.9 |
416 | 2024-08-12T21:56:18.026Z | Compiling camino v1.1.7 |
417 | 2024-08-12T21:56:18.083Z | Compiling is_terminal_polyfill v1.70.0 |
418 | 2024-08-12T21:56:18.279Z | Compiling indexmap v2.3.0 |
419 | 2024-08-12T21:56:18.302Z | Compiling colorchoice v1.0.1 |
420 | 2024-08-12T21:56:18.461Z | Compiling winnow v0.6.18 |
421 | 2024-08-12T21:56:18.485Z | Compiling semver v1.0.23 |
422 | 2024-08-12T21:56:18.751Z | Compiling anstyle-query v1.0.3 |
423 | 2024-08-12T21:56:18.910Z | Compiling anstyle v1.0.8 |
424 | 2024-08-12T21:56:19.232Z | Compiling terminal_size v0.3.0 |
425 | 2024-08-12T21:56:19.330Z | Compiling anstream v0.6.14 |
426 | 2024-08-12T21:56:19.353Z | Compiling fs-err v2.11.0 |
427 | 2024-08-12T21:56:19.661Z | Compiling clap_lex v0.7.0 |
428 | 2024-08-12T21:56:19.686Z | Compiling bytecount v0.6.8 |
429 | 2024-08-12T21:56:19.689Z | Compiling heck v0.4.1 |
430 | 2024-08-12T21:56:19.689Z | Compiling strsim v0.11.1 |
431 | 2024-08-12T21:56:19.910Z | Compiling heck v0.5.0 |
432 | 2024-08-12T21:56:20.099Z | Compiling fnv v1.0.7 |
433 | 2024-08-12T21:56:20.223Z | Compiling anyhow v1.0.86 |
434 | 2024-08-12T21:56:20.264Z | Compiling unicode-width v0.1.13 |
435 | 2024-08-12T21:56:20.312Z | Compiling clap_builder v4.5.15 |
436 | 2024-08-12T21:56:20.448Z | Compiling papergrid v0.11.0 |
437 | 2024-08-12T21:56:20.658Z | Compiling memmap v0.7.0 |
438 | 2024-08-12T21:56:21.264Z | Compiling swrite v0.1.0 |
439 | 2024-08-12T21:56:22.988Z | Compiling tabled_derive v0.7.0 |
440 | 2024-08-12T21:56:24.492Z | Compiling tabled v0.15.0 |
441 | 2024-08-12T21:56:26.462Z | Compiling serde_derive v1.0.206 |
442 | 2024-08-12T21:56:26.464Z | Compiling thiserror-impl v1.0.63 |
443 | 2024-08-12T21:56:26.464Z | Compiling zerocopy-derive v0.7.34 |
444 | 2024-08-12T21:56:26.464Z | Compiling scroll_derive v0.12.0 |
445 | 2024-08-12T21:56:26.464Z | Compiling clap_derive v4.5.13 |
446 | 2024-08-12T21:56:27.717Z | Compiling scroll v0.12.0 |
447 | 2024-08-12T21:56:28.211Z | Compiling goblin v0.8.2 |
448 | 2024-08-12T21:56:28.234Z | Compiling zerocopy v0.7.34 |
449 | 2024-08-12T21:56:29.228Z | Compiling pest v2.7.10 |
450 | 2024-08-12T21:56:30.312Z | Compiling clap v4.5.15 |
451 | 2024-08-12T21:56:31.442Z | Compiling pest_meta v2.7.10 |
452 | 2024-08-12T21:56:32.257Z | Compiling pest_generator v2.7.10 |
453 | 2024-08-12T21:56:34.032Z | Compiling pest_derive v2.7.10 |
454 | 2024-08-12T21:56:34.777Z | Compiling dtrace-parser v0.2.0 |
455 | 2024-08-12T21:56:36.403Z | Compiling serde_tokenstream v0.2.1 |
456 | 2024-08-12T21:56:36.499Z | Compiling toml_datetime v0.6.8 |
457 | 2024-08-12T21:56:36.499Z | Compiling serde_spanned v0.6.7 |
458 | 2024-08-12T21:56:36.788Z | Compiling cargo-platform v0.1.8 |
459 | 2024-08-12T21:56:36.915Z | Compiling toml_edit v0.22.20 |
460 | 2024-08-12T21:56:36.918Z | Compiling macaddr v1.0.1 |
461 | 2024-08-12T21:56:37.827Z | Compiling dof v0.3.0 |
462 | 2024-08-12T21:56:37.867Z | Compiling cargo_metadata v0.18.1 |
463 | 2024-08-12T21:56:39.598Z | Compiling usdt-macro v0.5.0 |
464 | 2024-08-12T21:56:39.598Z | Compiling usdt-attr-macro v0.5.0 |
465 | 2024-08-12T21:56:39.879Z | Compiling toml v0.8.19 |
466 | 2024-08-12T21:56:40.757Z | Compiling cargo_toml v0.20.4 |
467 | 2024-08-12T21:56:40.865Z | Compiling usdt v0.5.0 |
468 | 2024-08-12T21:56:44.582Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
469 | 2024-08-12T21:56:48.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.36s |
470 | 2024-08-12T21:56:48.737Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
471 | 2024-08-12T21:56:49.314Z | Downloading crates ... |
472 | 2024-08-12T21:56:49.443Z | Downloaded atomicwrites v0.4.3 |
473 | 2024-08-12T21:56:49.451Z | Downloaded aead v0.5.2 |
474 | 2024-08-12T21:56:49.454Z | Downloaded bitstruct v0.1.1 |
475 | 2024-08-12T21:56:49.457Z | Downloaded assert_matches v1.5.0 |
476 | 2024-08-12T21:56:49.457Z | Downloaded crunchy v0.2.2 |
477 | 2024-08-12T21:56:49.461Z | Downloaded adler v1.0.2 |
478 | 2024-08-12T21:56:49.464Z | Downloaded ciborium-io v0.2.2 |
479 | 2024-08-12T21:56:49.464Z | Downloaded normalize-line-endings v0.3.0 |
480 | 2024-08-12T21:56:49.466Z | Downloaded cstr-argument v0.1.2 |
481 | 2024-08-12T21:56:49.466Z | Downloaded instability v0.3.2 |
482 | 2024-08-12T21:56:49.466Z | Downloaded indoc v1.0.9 |
483 | 2024-08-12T21:56:49.470Z | Downloaded bitfield-struct v0.6.1 |
484 | 2024-08-12T21:56:49.472Z | Downloaded ipnet v2.9.0 |
485 | 2024-08-12T21:56:49.475Z | Downloaded base16ct v0.2.0 |
486 | 2024-08-12T21:56:49.478Z | Downloaded is-terminal v0.4.12 |
487 | 2024-08-12T21:56:49.481Z | Downloaded indexmap v1.9.3 |
488 | 2024-08-12T21:56:49.484Z | Downloaded bb8 v0.8.5 |
489 | 2024-08-12T21:56:49.487Z | Downloaded nodrop v0.1.14 |
490 | 2024-08-12T21:56:49.487Z | Downloaded match_cfg v0.1.0 |
491 | 2024-08-12T21:56:49.487Z | Downloaded async-stream v0.3.5 |
492 | 2024-08-12T21:56:49.490Z | Downloaded atty v0.2.14 |
493 | 2024-08-12T21:56:49.496Z | Downloaded number_prefix v0.4.0 |
494 | 2024-08-12T21:56:49.496Z | Downloaded oso-derive v0.27.3 |
495 | 2024-08-12T21:56:49.497Z | Downloaded async-stream-impl v0.3.5 |
496 | 2024-08-12T21:56:49.497Z | Downloaded buf-list v1.0.3 |
497 | 2024-08-12T21:56:49.502Z | Downloaded bit-vec v0.6.3 |
498 | 2024-08-12T21:56:49.502Z | Downloaded bitstruct_derive v0.1.0 |
499 | 2024-08-12T21:56:49.502Z | Downloaded crc v3.2.1 |
500 | 2024-08-12T21:56:49.505Z | Downloaded newtype_derive v0.1.6 |
501 | 2024-08-12T21:56:49.505Z | Downloaded newline-converter v0.3.0 |
502 | 2024-08-12T21:56:49.508Z | Downloaded crossbeam-deque v0.8.5 |
503 | 2024-08-12T21:56:49.508Z | Downloaded constant_time_eq v0.3.0 |
504 | 2024-08-12T21:56:49.512Z | Downloaded mime v0.3.17 |
505 | 2024-08-12T21:56:49.514Z | Downloaded mockall v0.13.0 |
506 | 2024-08-12T21:56:49.514Z | Downloaded lru v0.12.3 |
507 | 2024-08-12T21:56:49.514Z | Downloaded cfg_aliases v0.1.1 |
508 | 2024-08-12T21:56:49.517Z | Downloaded openssl-macros v0.1.1 |
509 | 2024-08-12T21:56:49.521Z | Downloaded multimap v0.10.0 |
510 | 2024-08-12T21:56:49.521Z | Downloaded num_enum_derive v0.5.11 |
511 | 2024-08-12T21:56:49.525Z | Downloaded num-derive v0.4.2 |
512 | 2024-08-12T21:56:49.525Z | Downloaded darling_macro v0.20.9 |
513 | 2024-08-12T21:56:49.525Z | Downloaded num_cpus v1.16.0 |
514 | 2024-08-12T21:56:49.529Z | Downloaded argon2 v0.5.3 |
515 | 2024-08-12T21:56:49.533Z | Downloaded managed v0.8.0 |
516 | 2024-08-12T21:56:49.533Z | Downloaded lazy_static v1.5.0 |
517 | 2024-08-12T21:56:49.536Z | Downloaded impl-trait-for-tuples v0.2.2 |
518 | 2024-08-12T21:56:49.538Z | Downloaded backoff v0.4.0 |
519 | 2024-08-12T21:56:49.541Z | Downloaded parse-display v0.10.0 |
520 | 2024-08-12T21:56:49.541Z | Downloaded is_ci v1.2.0 |
521 | 2024-08-12T21:56:49.544Z | Downloaded matches v0.1.10 |
522 | 2024-08-12T21:56:49.544Z | Downloaded atomic-waker v1.1.2 |
523 | 2024-08-12T21:56:49.547Z | Downloaded instant v0.1.12 |
524 | 2024-08-12T21:56:49.547Z | Downloaded ascii-canvas v3.0.0 |
525 | 2024-08-12T21:56:49.550Z | Downloaded crc32fast v1.4.0 |
526 | 2024-08-12T21:56:49.552Z | Downloaded new_debug_unreachable v1.0.6 |
527 | 2024-08-12T21:56:49.552Z | Downloaded array-init v0.0.4 |
528 | 2024-08-12T21:56:49.555Z | Downloaded openssl-probe v0.1.5 |
529 | 2024-08-12T21:56:49.555Z | Downloaded cookie v0.17.0 |
530 | 2024-08-12T21:56:49.558Z | Downloaded chacha20 v0.9.1 |
531 | 2024-08-12T21:56:49.562Z | Downloaded block-padding v0.3.3 |
532 | 2024-08-12T21:56:49.565Z | Downloaded nu-ansi-term v0.50.0 |
533 | 2024-08-12T21:56:49.565Z | Downloaded native-tls v0.2.11 |
534 | 2024-08-12T21:56:49.568Z | Downloaded num-complex v0.4.6 |
535 | 2024-08-12T21:56:49.572Z | Downloaded convert_case v0.4.0 |
536 | 2024-08-12T21:56:49.572Z | Downloaded multer v3.1.0 |
537 | 2024-08-12T21:56:49.575Z | Downloaded csv-core v0.1.11 |
538 | 2024-08-12T21:56:49.578Z | Downloaded sqlparser_derive v0.2.2 |
539 | 2024-08-12T21:56:49.578Z | Downloaded termtree v0.4.1 |
540 | 2024-08-12T21:56:49.580Z | Downloaded crc-catalog v2.4.0 |
541 | 2024-08-12T21:56:49.580Z | Downloaded parking_lot v0.11.2 |
542 | 2024-08-12T21:56:49.583Z | Downloaded parking_lot_core v0.8.6 |
543 | 2024-08-12T21:56:49.585Z | Downloaded data-encoding v2.6.0 |
544 | 2024-08-12T21:56:49.589Z | Downloaded const_format_proc_macros v0.2.32 |
545 | 2024-08-12T21:56:49.591Z | Downloaded maplit v1.0.2 |
546 | 2024-08-12T21:56:49.594Z | Downloaded md-5 v0.10.6 |
547 | 2024-08-12T21:56:49.594Z | Downloaded newtype-uuid v1.1.0 |
548 | 2024-08-12T21:56:49.597Z | Downloaded lru-cache v0.1.2 |
549 | 2024-08-12T21:56:49.597Z | Downloaded nibble_vec v0.1.0 |
550 | 2024-08-12T21:56:49.600Z | Downloaded nanorand v0.7.0 |
551 | 2024-08-12T21:56:49.602Z | Downloaded memoffset v0.9.1 |
552 | 2024-08-12T21:56:49.605Z | Downloaded linear-map v1.2.0 |
553 | 2024-08-12T21:56:49.609Z | Downloaded serde_path_to_error v0.1.16 |
554 | 2024-08-12T21:56:49.611Z | Downloaded float-ord v0.3.2 |
555 | 2024-08-12T21:56:49.611Z | Downloaded endian-type v0.1.2 |
556 | 2024-08-12T21:56:49.611Z | Downloaded ident_case v1.0.1 |
557 | 2024-08-12T21:56:49.611Z | Downloaded headers-core v0.2.0 |
558 | 2024-08-12T21:56:49.615Z | Downloaded derive_builder_macro v0.20.0 |
559 | 2024-08-12T21:56:49.615Z | Downloaded want v0.3.1 |
560 | 2024-08-12T21:56:49.619Z | Downloaded signal-hook-mio v0.2.4 |
561 | 2024-08-12T21:56:49.619Z | Downloaded shlex v1.3.0 |
562 | 2024-08-12T21:56:49.624Z | Downloaded spin v0.5.2 |
563 | 2024-08-12T21:56:49.624Z | Downloaded olpc-cjson v0.1.3 |
564 | 2024-08-12T21:56:49.624Z | Downloaded cancel-safe-futures v0.1.5 |
565 | 2024-08-12T21:56:49.629Z | Downloaded console v0.15.8 |
566 | 2024-08-12T21:56:49.633Z | Downloaded omicron-zone-package v0.11.0 |
567 | 2024-08-12T21:56:49.638Z | Downloaded smallvec v0.6.14 |
568 | 2024-08-12T21:56:49.638Z | Downloaded futures-sink v0.3.30 |
569 | 2024-08-12T21:56:49.642Z | Downloaded topological-sort v0.2.2 |
570 | 2024-08-12T21:56:49.642Z | Downloaded allocator-api2 v0.2.18 |
571 | 2024-08-12T21:56:49.645Z | Downloaded termcolor v1.4.1 |
572 | 2024-08-12T21:56:49.645Z | Downloaded termios v0.3.3 |
573 | 2024-08-12T21:56:49.650Z | Downloaded structmeta-derive v0.3.0 |
574 | 2024-08-12T21:56:49.650Z | Downloaded lock_api v0.4.12 |
575 | 2024-08-12T21:56:49.654Z | Downloaded libloading v0.8.3 |
576 | 2024-08-12T21:56:49.658Z | Downloaded darling v0.20.9 |
577 | 2024-08-12T21:56:49.662Z | Downloaded zone v0.1.8 |
578 | 2024-08-12T21:56:49.662Z | Downloaded num_enum v0.5.11 |
579 | 2024-08-12T21:56:49.666Z | Downloaded mime_guess v2.0.4 |
580 | 2024-08-12T21:56:49.669Z | Downloaded strum v0.26.3 |
581 | 2024-08-12T21:56:49.672Z | Downloaded tinyvec_macros v0.1.1 |
582 | 2024-08-12T21:56:49.672Z | Downloaded futures-task v0.3.30 |
583 | 2024-08-12T21:56:49.676Z | Downloaded lalrpop-util v0.19.12 |
584 | 2024-08-12T21:56:49.676Z | Downloaded parking_lot_core v0.9.10 |
585 | 2024-08-12T21:56:49.678Z | Downloaded packed_struct_codegen v0.10.1 |
586 | 2024-08-12T21:56:49.678Z | Downloaded crossbeam-utils v0.8.19 |
587 | 2024-08-12T21:56:49.681Z | Downloaded hyper-tls v0.5.0 |
588 | 2024-08-12T21:56:49.687Z | Downloaded hubpack v0.1.2 |
589 | 2024-08-12T21:56:49.690Z | Downloaded enum-as-inner v0.5.1 |
590 | 2024-08-12T21:56:49.690Z | Downloaded compact_str v0.8.0 |
591 | 2024-08-12T21:56:49.694Z | Downloaded test-strategy v0.3.1 |
592 | 2024-08-12T21:56:49.698Z | Downloaded hyper-staticfile v0.9.5 |
593 | 2024-08-12T21:56:49.702Z | Downloaded pin-utils v0.1.0 |
594 | 2024-08-12T21:56:49.702Z | Downloaded predicates-tree v1.0.9 |
595 | 2024-08-12T21:56:49.706Z | Downloaded openssl-sys v0.9.103 |
596 | 2024-08-12T21:56:49.711Z | Downloaded tokio-stream v0.1.15 |
597 | 2024-08-12T21:56:49.717Z | Downloaded foreign-types v0.3.2 |
598 | 2024-08-12T21:56:49.717Z | Downloaded rtoolbox v0.0.2 |
599 | 2024-08-12T21:56:49.721Z | Downloaded base64 v0.21.7 |
600 | 2024-08-12T21:56:49.724Z | Downloaded rand_core v0.6.4 |
601 | 2024-08-12T21:56:49.724Z | Downloaded serde_urlencoded v0.7.1 |
602 | 2024-08-12T21:56:49.728Z | Downloaded subtle v2.5.0 |
603 | 2024-08-12T21:56:49.728Z | Downloaded slog-async v2.8.0 |
604 | 2024-08-12T21:56:49.732Z | Downloaded slog-stdlog v4.1.1 |
605 | 2024-08-12T21:56:49.732Z | Downloaded miniz_oxide v0.7.2 |
606 | 2024-08-12T21:56:49.736Z | Downloaded env_logger v0.10.2 |
607 | 2024-08-12T21:56:49.740Z | Downloaded toolchain_find v0.4.0 |
608 | 2024-08-12T21:56:49.740Z | Downloaded tls_codec v0.4.1 |
609 | 2024-08-12T21:56:49.745Z | Downloaded tiny-keccak v2.0.2 |
610 | 2024-08-12T21:56:49.749Z | Downloaded deranged v0.3.11 |
611 | 2024-08-12T21:56:49.749Z | Downloaded walkdir v2.5.0 |
612 | 2024-08-12T21:56:49.753Z | Downloaded universal-hash v0.5.1 |
613 | 2024-08-12T21:56:49.753Z | Downloaded iana-time-zone v0.1.60 |
614 | 2024-08-12T21:56:49.755Z | Downloaded env_logger v0.9.3 |
615 | 2024-08-12T21:56:49.758Z | Downloaded waitgroup v0.1.2 |
616 | 2024-08-12T21:56:49.758Z | Downloaded which v4.4.2 |
617 | 2024-08-12T21:56:49.762Z | Downloaded term v0.7.0 |
618 | 2024-08-12T21:56:49.765Z | Downloaded indicatif v0.17.8 |
619 | 2024-08-12T21:56:49.769Z | Downloaded flagset v0.4.5 |
620 | 2024-08-12T21:56:49.773Z | Downloaded arc-swap v1.7.1 |
621 | 2024-08-12T21:56:49.777Z | Downloaded fixedbitset v0.4.2 |
622 | 2024-08-12T21:56:49.779Z | Downloaded vte_generate_state_changes v0.1.1 |
623 | 2024-08-12T21:56:49.779Z | Downloaded fxhash v0.2.1 |
624 | 2024-08-12T21:56:49.783Z | Downloaded foreign-types-macros v0.2.3 |
625 | 2024-08-12T21:56:49.783Z | Downloaded dirs-sys-next v0.1.2 |
626 | 2024-08-12T21:56:49.790Z | Downloaded hash32 v0.2.1 |
627 | 2024-08-12T21:56:49.790Z | Downloaded hex v0.4.3 |
628 | 2024-08-12T21:56:49.794Z | Downloaded path-slash v0.1.5 |
629 | 2024-08-12T21:56:49.794Z | Downloaded powerfmt v0.2.0 |
630 | 2024-08-12T21:56:49.794Z | Downloaded bytes v1.7.1 |
631 | 2024-08-12T21:56:49.798Z | Downloaded smf v0.2.3 |
632 | 2024-08-12T21:56:49.803Z | Downloaded sec1 v0.7.3 |
633 | 2024-08-12T21:56:49.813Z | Downloaded slog-dtrace v0.3.0 |
634 | 2024-08-12T21:56:49.816Z | Downloaded hubpack_derive v0.1.1 |
635 | 2024-08-12T21:56:49.820Z | Downloaded futures v0.3.30 |
636 | 2024-08-12T21:56:49.823Z | Downloaded phf v0.11.2 |
637 | 2024-08-12T21:56:49.826Z | Downloaded serde-big-array v0.5.1 |
638 | 2024-08-12T21:56:49.829Z | Downloaded unicode-xid v0.2.4 |
639 | 2024-08-12T21:56:49.829Z | Downloaded pin-project-lite v0.2.14 |
640 | 2024-08-12T21:56:49.835Z | Downloaded subprocess v0.2.9 |
641 | 2024-08-12T21:56:49.840Z | Downloaded hyper-rustls v0.24.2 |
642 | 2024-08-12T21:56:49.844Z | Downloaded unicode-truncate v1.0.0 |
643 | 2024-08-12T21:56:49.848Z | Downloaded hash32 v0.3.1 |
644 | 2024-08-12T21:56:49.848Z | Downloaded rustls-pemfile v2.1.3 |
645 | 2024-08-12T21:56:49.852Z | Downloaded httpdate v1.0.3 |
646 | 2024-08-12T21:56:49.852Z | Downloaded display-error-chain v0.2.0 |
647 | 2024-08-12T21:56:49.857Z | Downloaded quick-error v1.2.3 |
648 | 2024-08-12T21:56:49.857Z | Downloaded parse-size v1.0.0 |
649 | 2024-08-12T21:56:49.857Z | Downloaded highway v1.2.0 |
650 | 2024-08-12T21:56:49.861Z | Downloaded psl-types v2.0.11 |
651 | 2024-08-12T21:56:49.861Z | Downloaded postgres-types v0.2.7 |
652 | 2024-08-12T21:56:49.864Z | Downloaded postgres-protocol v0.6.7 |
653 | 2024-08-12T21:56:49.865Z | Downloaded diesel_derives v2.2.2 |
654 | 2024-08-12T21:56:49.869Z | Downloaded rustc-hash v1.1.0 |
655 | 2024-08-12T21:56:49.873Z | Downloaded sync_wrapper v0.1.2 |
656 | 2024-08-12T21:56:49.873Z | Downloaded sigpipe v0.1.3 |
657 | 2024-08-12T21:56:49.877Z | Downloaded flume v0.11.0 |
658 | 2024-08-12T21:56:49.882Z | Downloaded headers v0.3.9 |
659 | 2024-08-12T21:56:49.886Z | Downloaded diesel_table_macro_syntax v0.2.0 |
660 | 2024-08-12T21:56:49.889Z | Downloaded peg-runtime v0.8.3 |
661 | 2024-08-12T21:56:49.889Z | Downloaded erased-serde v0.3.31 |
662 | 2024-08-12T21:56:49.894Z | Downloaded downcast v0.11.0 |
663 | 2024-08-12T21:56:49.894Z | Downloaded fastrand v2.1.0 |
664 | 2024-08-12T21:56:49.899Z | Downloaded getopts v0.2.21 |
665 | 2024-08-12T21:56:49.899Z | Downloaded futures-io v0.3.30 |
666 | 2024-08-12T21:56:49.899Z | Downloaded futures-executor v0.3.30 |
667 | 2024-08-12T21:56:49.904Z | Downloaded samael v0.0.15 |
668 | 2024-08-12T21:56:49.908Z | Downloaded slog-json v2.6.1 |
669 | 2024-08-12T21:56:49.912Z | Downloaded signal-hook-tokio v0.3.1 |
670 | 2024-08-12T21:56:49.913Z | Downloaded scheduled-thread-pool v0.2.7 |
671 | 2024-08-12T21:56:49.913Z | Downloaded zeroize_derive v1.4.2 |
672 | 2024-08-12T21:56:49.917Z | Downloaded supports-color v3.0.0 |
673 | 2024-08-12T21:56:49.917Z | Downloaded structmeta v0.3.0 |
674 | 2024-08-12T21:56:49.917Z | Downloaded parse-display-derive v0.10.0 |
675 | 2024-08-12T21:56:49.921Z | Downloaded dyn-clone v1.0.17 |
676 | 2024-08-12T21:56:49.921Z | Downloaded rustc-demangle v0.1.24 |
677 | 2024-08-12T21:56:49.926Z | Downloaded unsafe-libyaml v0.2.11 |
678 | 2024-08-12T21:56:49.932Z | Downloaded gethostname v0.5.0 |
679 | 2024-08-12T21:56:49.932Z | Downloaded semver v0.1.20 |
680 | 2024-08-12T21:56:49.932Z | Downloaded mio v1.0.1 |
681 | 2024-08-12T21:56:49.936Z | Downloaded derive_builder_core v0.20.0 |
682 | 2024-08-12T21:56:49.945Z | Downloaded thread_local v1.1.8 |
683 | 2024-08-12T21:56:49.948Z | Downloaded foreign-types-shared v0.1.1 |
684 | 2024-08-12T21:56:49.948Z | Downloaded signature v2.2.0 |
685 | 2024-08-12T21:56:49.948Z | Downloaded ref-cast-impl v1.0.23 |
686 | 2024-08-12T21:56:49.948Z | Downloaded difflib v0.4.0 |
687 | 2024-08-12T21:56:49.948Z | Downloaded libxml v0.3.3 |
688 | 2024-08-12T21:56:49.952Z | Downloaded take_mut v0.2.2 |
689 | 2024-08-12T21:56:49.955Z | Downloaded pretty-hex v0.2.1 |
690 | 2024-08-12T21:56:49.955Z | Downloaded foreign-types-shared v0.3.1 |
691 | 2024-08-12T21:56:49.959Z | Downloaded r2d2 v0.8.10 |
692 | 2024-08-12T21:56:49.959Z | Downloaded shell-words v1.1.0 |
693 | 2024-08-12T21:56:49.962Z | Downloaded half v2.4.1 |
694 | 2024-08-12T21:56:49.962Z | Downloaded httparse v1.8.0 |
695 | 2024-08-12T21:56:49.968Z | Downloaded fatfs v0.3.6 |
696 | 2024-08-12T21:56:49.973Z | Downloaded stable_deref_trait v1.2.0 |
697 | 2024-08-12T21:56:49.973Z | Downloaded socket2 v0.4.10 |
698 | 2024-08-12T21:56:49.973Z | Downloaded tracing-attributes v0.1.27 |
699 | 2024-08-12T21:56:49.976Z | Downloaded vte v0.11.1 |
700 | 2024-08-12T21:56:49.978Z | Downloaded tokio-tungstenite v0.21.0 |
701 | 2024-08-12T21:56:49.981Z | Downloaded fd-lock v4.0.2 |
702 | 2024-08-12T21:56:49.984Z | Downloaded ena v0.14.3 |
703 | 2024-08-12T21:56:49.984Z | Downloaded static_assertions v1.1.0 |
704 | 2024-08-12T21:56:49.992Z | Downloaded http-body v0.4.6 |
705 | 2024-08-12T21:56:49.994Z | Downloaded crossterm v0.27.0 |
706 | 2024-08-12T21:56:49.998Z | Downloaded embedded-io v0.4.0 |
707 | 2024-08-12T21:56:49.998Z | Downloaded tower-service v0.3.2 |
708 | 2024-08-12T21:56:50.001Z | Downloaded time-core v0.1.2 |
709 | 2024-08-12T21:56:50.001Z | Downloaded thiserror-no-std v2.0.2 |
710 | 2024-08-12T21:56:50.005Z | Downloaded ppv-lite86 v0.2.17 |
711 | 2024-08-12T21:56:50.008Z | Downloaded group v0.13.0 |
712 | 2024-08-12T21:56:50.008Z | Downloaded whoami v1.5.1 |
713 | 2024-08-12T21:56:50.012Z | Downloaded sha1 v0.10.6 |
714 | 2024-08-12T21:56:50.014Z | Downloaded derive_builder v0.20.0 |
715 | 2024-08-12T21:56:50.019Z | Downloaded itertools v0.12.1 |
716 | 2024-08-12T21:56:50.026Z | Downloaded phf_shared v0.10.0 |
717 | 2024-08-12T21:56:50.033Z | Downloaded sqlformat v0.2.4 |
718 | 2024-08-12T21:56:50.034Z | Downloaded rustversion v1.0.17 |
719 | 2024-08-12T21:56:50.036Z | Downloaded percent-encoding v2.3.1 |
720 | 2024-08-12T21:56:50.037Z | Downloaded ff v0.13.0 |
721 | 2024-08-12T21:56:50.037Z | Downloaded rustls-pemfile v1.0.4 |
722 | 2024-08-12T21:56:50.039Z | Downloaded pem-rfc7468 v0.7.0 |
723 | 2024-08-12T21:56:50.042Z | Downloaded blake3 v1.5.1 |
724 | 2024-08-12T21:56:50.049Z | Downloaded funty v2.0.0 |
725 | 2024-08-12T21:56:50.053Z | Downloaded rand_seeder v0.3.0 |
726 | 2024-08-12T21:56:50.056Z | Downloaded heck v0.3.3 |
727 | 2024-08-12T21:56:50.056Z | Downloaded glob v0.3.1 |
728 | 2024-08-12T21:56:50.056Z | Downloaded wait-timeout v0.2.0 |
729 | 2024-08-12T21:56:50.059Z | Downloaded poly1305 v0.8.0 |
730 | 2024-08-12T21:56:50.059Z | Downloaded num-bigint-dig v0.8.4 |
731 | 2024-08-12T21:56:50.065Z | Downloaded unarray v0.1.4 |
732 | 2024-08-12T21:56:50.071Z | Downloaded globset v0.4.14 |
733 | 2024-08-12T21:56:50.074Z | Downloaded peg-macros v0.8.4 |
734 | 2024-08-12T21:56:50.074Z | Downloaded same-file v1.0.6 |
735 | 2024-08-12T21:56:50.074Z | Downloaded xattr v1.3.1 |
736 | 2024-08-12T21:56:50.078Z | Downloaded wyz v0.5.1 |
737 | 2024-08-12T21:56:50.078Z | Downloaded hostname v0.3.1 |
738 | 2024-08-12T21:56:50.081Z | Downloaded home v0.5.9 |
739 | 2024-08-12T21:56:50.081Z | Downloaded paste v1.0.15 |
740 | 2024-08-12T21:56:50.084Z | Downloaded either v1.13.0 |
741 | 2024-08-12T21:56:50.086Z | Downloaded unicode-linebreak v0.1.5 |
742 | 2024-08-12T21:56:50.086Z | Downloaded siphasher v0.3.11 |
743 | 2024-08-12T21:56:50.090Z | Downloaded uzers v0.11.3 |
744 | 2024-08-12T21:56:50.090Z | Downloaded utf-8 v0.7.6 |
745 | 2024-08-12T21:56:50.093Z | Downloaded trust-dns-server v0.22.1 |
746 | 2024-08-12T21:56:50.097Z | Downloaded trust-dns-resolver v0.22.0 |
747 | 2024-08-12T21:56:50.103Z | Downloaded tracing-core v0.1.32 |
748 | 2024-08-12T21:56:50.106Z | Downloaded fragile v2.0.0 |
749 | 2024-08-12T21:56:50.108Z | Downloaded proc-macro-crate v1.3.1 |
750 | 2024-08-12T21:56:50.111Z | Downloaded futures-core v0.3.30 |
751 | 2024-08-12T21:56:50.111Z | Downloaded toml v0.5.11 |
752 | 2024-08-12T21:56:50.115Z | Downloaded futures-channel v0.3.30 |
753 | 2024-08-12T21:56:50.123Z | Downloaded thiserror-impl-no-std v2.0.2 |
754 | 2024-08-12T21:56:50.123Z | Downloaded url v2.5.2 |
755 | 2024-08-12T21:56:50.123Z | Downloaded slog-scope v4.4.0 |
756 | 2024-08-12T21:56:50.123Z | Downloaded hashbrown v0.12.3 |
757 | 2024-08-12T21:56:50.128Z | Downloaded serde_derive_internals v0.29.1 |
758 | 2024-08-12T21:56:50.131Z | Downloaded schemars v0.8.21 |
759 | 2024-08-12T21:56:50.142Z | Downloaded rustyline v14.0.0 |
760 | 2024-08-12T21:56:50.148Z | Downloaded slab v0.4.9 |
761 | 2024-08-12T21:56:50.151Z | Downloaded tracing v0.1.40 |
762 | 2024-08-12T21:56:50.154Z | Downloaded rusty-fork v0.3.0 |
763 | 2024-08-12T21:56:50.157Z | Downloaded hmac v0.12.1 |
764 | 2024-08-12T21:56:50.159Z | Downloaded textwrap v0.16.1 |
765 | 2024-08-12T21:56:50.162Z | Downloaded trust-dns-client v0.22.0 |
766 | 2024-08-12T21:56:50.167Z | Downloaded expectorate v1.1.0 |
767 | 2024-08-12T21:56:50.170Z | Downloaded steno v0.4.1 |
768 | 2024-08-12T21:56:50.174Z | Downloaded snafu-derive v0.8.2 |
769 | 2024-08-12T21:56:50.177Z | Downloaded rustls-pki-types v1.7.0 |
770 | 2024-08-12T21:56:50.179Z | Downloaded unicode-bidi v0.3.15 |
771 | 2024-08-12T21:56:50.182Z | Downloaded serde_yaml v0.9.34+deprecated |
772 | 2024-08-12T21:56:50.185Z | Downloaded diff v0.1.13 |
773 | 2024-08-12T21:56:50.188Z | Downloaded ron v0.7.1 |
774 | 2024-08-12T21:56:50.194Z | Downloaded itertools v0.13.0 |
775 | 2024-08-12T21:56:50.201Z | Downloaded rayon-core v1.12.1 |
776 | 2024-08-12T21:56:50.206Z | Downloaded flate2 v1.0.31 |
777 | 2024-08-12T21:56:50.211Z | Downloaded spin v0.9.8 |
778 | 2024-08-12T21:56:50.214Z | Downloaded serde_with v3.8.3 |
779 | 2024-08-12T21:56:50.224Z | Downloaded slog v2.7.0 |
780 | 2024-08-12T21:56:50.227Z | Downloaded zerocopy v0.6.6 |
781 | 2024-08-12T21:56:50.231Z | Downloaded bitvec v1.0.1 |
782 | 2024-08-12T21:56:50.250Z | Downloaded typed-path v0.7.1 |
783 | 2024-08-12T21:56:50.255Z | Downloaded prettyplease v0.2.20 |
784 | 2024-08-12T21:56:50.259Z | Downloaded toml_edit v0.19.15 |
785 | 2024-08-12T21:56:50.278Z | Downloaded x509-cert v0.2.5 |
786 | 2024-08-12T21:56:50.284Z | Downloaded rcgen v0.12.1 |
787 | 2024-08-12T21:56:50.287Z | Downloaded ron v0.8.1 |
788 | 2024-08-12T21:56:50.293Z | Downloaded hashbrown v0.13.2 |
789 | 2024-08-12T21:56:50.298Z | Downloaded unicode_categories v0.1.1 |
790 | 2024-08-12T21:56:50.300Z | Downloaded futures-util v0.3.30 |
791 | 2024-08-12T21:56:50.313Z | Downloaded time v0.3.36 |
792 | 2024-08-12T21:56:50.321Z | Downloaded http v0.2.12 |
793 | 2024-08-12T21:56:50.325Z | Downloaded http v1.1.0 |
794 | 2024-08-12T21:56:50.329Z | Downloaded hyper v0.14.30 |
795 | 2024-08-12T21:56:50.339Z | Downloaded portable-atomic v1.6.0 |
796 | 2024-08-12T21:56:50.344Z | Downloaded tokio-util v0.7.11 |
797 | 2024-08-12T21:56:50.352Z | Downloaded hkdf v0.12.4 |
798 | 2024-08-12T21:56:50.356Z | Downloaded rustls-webpki v0.101.7 |
799 | 2024-08-12T21:56:50.371Z | Downloaded lalrpop v0.19.12 |
800 | 2024-08-12T21:56:50.382Z | Downloaded rayon v1.10.0 |
801 | 2024-08-12T21:56:50.395Z | Downloaded h2 v0.3.26 |
802 | 2024-08-12T21:56:50.400Z | Downloaded radix_trie v0.2.1 |
803 | 2024-08-12T21:56:50.406Z | Downloaded proptest v1.5.0 |
804 | 2024-08-12T21:56:50.417Z | Downloaded bstr v0.2.17 |
805 | 2024-08-12T21:56:50.427Z | Downloaded object v0.30.4 |
806 | 2024-08-12T21:56:50.439Z | Downloaded nix v0.27.1 |
807 | 2024-08-12T21:56:50.450Z | Downloaded object v0.32.2 |
808 | 2024-08-12T21:56:50.460Z | Downloaded reqwest v0.11.27 |
809 | 2024-08-12T21:56:50.469Z | Downloaded rustls v0.21.12 |
810 | 2024-08-12T21:56:50.482Z | Downloaded gimli v0.28.1 |
811 | 2024-08-12T21:56:50.491Z | Downloaded winnow v0.5.40 |
812 | 2024-08-12T21:56:50.501Z | Downloaded openssl v0.10.66 |
813 | 2024-08-12T21:56:50.511Z | Downloaded rustls-webpki v0.102.4 |
814 | 2024-08-12T21:56:50.532Z | Downloaded idna v0.2.3 |
815 | 2024-08-12T21:56:50.538Z | Downloaded regex v1.10.6 |
816 | 2024-08-12T21:56:50.554Z | Downloaded rustls v0.22.4 |
817 | 2024-08-12T21:56:50.568Z | Downloaded ratatui v0.28.0 |
818 | 2024-08-12T21:56:50.588Z | Downloaded sled v0.34.7 |
819 | 2024-08-12T21:56:50.599Z | Downloaded vcpkg v0.2.15 |
820 | 2024-08-12T21:56:50.640Z | Downloaded regex-syntax v0.6.29 |
821 | 2024-08-12T21:56:50.647Z | Downloaded smoltcp v0.9.1 |
822 | 2024-08-12T21:56:50.660Z | Downloaded csv v1.3.0 |
823 | 2024-08-12T21:56:50.682Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
824 | 2024-08-12T21:56:50.696Z | Downloaded smoltcp v0.11.0 |
825 | 2024-08-12T21:56:50.709Z | Downloaded openapiv3 v2.0.0 |
826 | 2024-08-12T21:56:50.722Z | Downloaded regress v0.9.1 |
827 | 2024-08-12T21:56:50.733Z | Downloaded nix v0.28.0 |
828 | 2024-08-12T21:56:50.746Z | Downloaded webpki-roots v0.25.4 |
829 | 2024-08-12T21:56:50.750Z | Downloaded zerocopy-derive v0.6.6 |
830 | 2024-08-12T21:56:50.760Z | Downloaded bstr v1.9.1 |
831 | 2024-08-12T21:56:50.772Z | Downloaded polar-core v0.27.3 |
832 | 2024-08-12T21:56:50.782Z | Downloaded trust-dns-proto v0.22.0 |
833 | 2024-08-12T21:56:50.795Z | Downloaded regex-syntax v0.8.4 |
834 | 2024-08-12T21:56:50.803Z | Downloaded regex-automata v0.4.6 |
835 | 2024-08-12T21:56:50.823Z | Downloaded diesel v2.2.2 |
836 | 2024-08-12T21:56:50.844Z | Downloaded idna v0.5.0 |
837 | 2024-08-12T21:56:50.853Z | Downloaded finl_unicode v1.2.0 |
838 | 2024-08-12T21:56:50.867Z | Downloaded curve25519-dalek v4.1.3 |
839 | 2024-08-12T21:56:50.877Z | Downloaded petgraph v0.6.5 |
840 | 2024-08-12T21:56:50.899Z | Downloaded tokio v1.38.1 |
841 | 2024-08-12T21:56:50.937Z | Downloaded sha3 v0.10.8 |
842 | 2024-08-12T21:56:50.942Z | Downloaded unicode-normalization v0.1.23 |
843 | 2024-08-12T21:56:50.946Z | Downloaded reedline v0.33.0 |
844 | 2024-08-12T21:56:50.953Z | Downloaded ring v0.17.8 |
845 | 2024-08-12T21:56:51.026Z | Downloaded idna v0.3.0 |
846 | 2024-08-12T21:56:51.033Z | Downloaded quick-xml v0.31.0 |
847 | 2024-08-12T21:56:51.039Z | Downloaded regex-automata v0.1.10 |
848 | 2024-08-12T21:56:51.044Z | Downloaded sqlparser v0.45.0 |
849 | 2024-08-12T21:56:51.050Z | Downloaded chrono v0.4.38 |
850 | 2024-08-12T21:56:51.057Z | Downloaded bindgen v0.69.4 |
851 | 2024-08-12T21:56:51.064Z | Downloaded encoding_rs v0.8.34 |
852 | 2024-08-12T21:56:51.089Z | Downloaded aho-corasick v1.1.3 |
853 | 2024-08-12T21:56:51.093Z | Downloaded elliptic-curve v0.13.8 |
854 | 2024-08-12T21:56:51.097Z | Downloaded tungstenite v0.21.0 |
855 | 2024-08-12T21:56:51.100Z | Downloaded resolv-conf v0.7.0 |
856 | 2024-08-12T21:56:51.103Z | Downloaded nom v7.1.3 |
857 | 2024-08-12T21:56:51.107Z | Downloaded toml v0.7.8 |
858 | 2024-08-12T21:56:51.110Z | Downloaded socket2 v0.5.7 |
859 | 2024-08-12T21:56:51.113Z | Downloaded form_urlencoded v1.2.1 |
860 | 2024-08-12T21:56:51.116Z | Downloaded tempfile v3.10.1 |
861 | 2024-08-12T21:56:51.119Z | Downloaded tough v0.17.1 |
862 | 2024-08-12T21:56:51.124Z | Downloaded publicsuffix v2.2.3 |
863 | 2024-08-12T21:56:51.128Z | Downloaded filetime v0.2.24 |
864 | 2024-08-12T21:56:51.130Z | Downloaded tokio-tungstenite v0.20.1 |
865 | 2024-08-12T21:56:51.134Z | Downloaded password-hash v0.5.0 |
866 | 2024-08-12T21:56:51.134Z | Downloaded unicode-segmentation v1.11.0 |
867 | 2024-08-12T21:56:51.136Z | Downloaded tokio-rustls v0.24.1 |
868 | 2024-08-12T21:56:51.139Z | Downloaded time-macros v0.2.18 |
869 | 2024-08-12T21:56:51.142Z | Downloaded tokio-postgres v0.7.11 |
870 | 2024-08-12T21:56:51.145Z | Downloaded rand v0.8.5 |
871 | 2024-08-12T21:56:51.149Z | Downloaded zone_cfg_derive v0.1.2 |
872 | 2024-08-12T21:56:51.152Z | Downloaded similar v2.5.0 |
873 | 2024-08-12T21:56:51.155Z | Downloaded crossterm v0.28.1 |
874 | 2024-08-12T21:56:51.161Z | Downloaded der v0.7.9 |
875 | 2024-08-12T21:56:51.167Z | Downloaded signal-hook-registry v1.4.2 |
876 | 2024-08-12T21:56:51.170Z | Downloaded hostname v0.4.0 |
877 | 2024-08-12T21:56:51.170Z | Downloaded serde_arrays v0.1.0 |
878 | 2024-08-12T21:56:51.172Z | Downloaded snafu v0.8.2 |
879 | 2024-08-12T21:56:51.177Z | Downloaded getrandom v0.2.14 |
880 | 2024-08-12T21:56:51.180Z | Downloaded pem v3.0.4 |
881 | 2024-08-12T21:56:51.182Z | Downloaded dsl_auto_type v0.1.2 |
882 | 2024-08-12T21:56:51.185Z | Downloaded dirs-next v2.0.0 |
883 | 2024-08-12T21:56:51.185Z | Downloaded derive-where v1.2.7 |
884 | 2024-08-12T21:56:51.188Z | Downloaded rsa v0.9.6 |
885 | 2024-08-12T21:56:51.193Z | Downloaded libm v0.2.8 |
886 | 2024-08-12T21:56:51.201Z | Downloaded slog-envlogger v2.2.0 |
887 | 2024-08-12T21:56:51.204Z | Downloaded tar v0.4.41 |
888 | 2024-08-12T21:56:51.207Z | Downloaded heapless v0.8.0 |
889 | 2024-08-12T21:56:51.210Z | Downloaded heapless v0.7.17 |
890 | 2024-08-12T21:56:51.214Z | Downloaded itertools v0.10.5 |
891 | 2024-08-12T21:56:51.220Z | Downloaded num-bigint v0.4.5 |
892 | 2024-08-12T21:56:51.226Z | Downloaded precomputed-hash v0.1.1 |
893 | 2024-08-12T21:56:51.229Z | Downloaded portpicker v0.1.1 |
894 | 2024-08-12T21:56:51.229Z | Downloaded uuid v1.10.0 |
895 | 2024-08-12T21:56:51.231Z | Downloaded zip v0.6.6 |
896 | 2024-08-12T21:56:51.234Z | Downloaded pkcs8 v0.10.2 |
897 | 2024-08-12T21:56:51.237Z | Downloaded rpassword v7.3.1 |
898 | 2024-08-12T21:56:51.239Z | Downloaded ref-cast v1.0.23 |
899 | 2024-08-12T21:56:51.243Z | Downloaded radium v0.7.0 |
900 | 2024-08-12T21:56:51.243Z | Downloaded structmeta-derive v0.2.0 |
901 | 2024-08-12T21:56:51.243Z | Downloaded structmeta v0.2.0 |
902 | 2024-08-12T21:56:51.246Z | Downloaded string_cache v0.8.7 |
903 | 2024-08-12T21:56:51.246Z | Downloaded pin-project-internal v1.1.5 |
904 | 2024-08-12T21:56:51.248Z | Downloaded peg v0.8.4 |
905 | 2024-08-12T21:56:51.251Z | Downloaded serde-hex v0.1.0 |
906 | 2024-08-12T21:56:51.253Z | Downloaded postcard v1.0.8 |
907 | 2024-08-12T21:56:51.256Z | Downloaded pin-project v1.1.5 |
908 | 2024-08-12T21:56:51.267Z | Downloaded fallible-iterator v0.2.0 |
909 | 2024-08-12T21:56:51.269Z | Downloaded untrusted v0.9.0 |
910 | 2024-08-12T21:56:51.269Z | Downloaded untrusted v0.7.1 |
911 | 2024-08-12T21:56:51.272Z | Downloaded try-lock v0.2.5 |
912 | 2024-08-12T21:56:51.272Z | Downloaded pkg-config v0.3.30 |
913 | 2024-08-12T21:56:51.274Z | Downloaded tabwriter v1.4.0 |
914 | 2024-08-12T21:56:51.274Z | Downloaded zeroize v1.7.0 |
915 | 2024-08-12T21:56:51.277Z | Downloaded crossbeam-channel v0.5.12 |
916 | 2024-08-12T21:56:51.280Z | Downloaded tinyvec v1.6.0 |
917 | 2024-08-12T21:56:51.283Z | Downloaded sct v0.7.1 |
918 | 2024-08-12T21:56:51.286Z | Downloaded smallvec v1.13.2 |
919 | 2024-08-12T21:56:51.288Z | Downloaded http-range v0.1.5 |
920 | 2024-08-12T21:56:51.291Z | Downloaded tungstenite v0.20.1 |
921 | 2024-08-12T21:56:51.294Z | Downloaded der_derive v0.7.2 |
922 | 2024-08-12T21:56:51.298Z | Downloaded mio v0.8.11 |
923 | 2024-08-12T21:56:51.301Z | Downloaded crypto-bigint v0.5.5 |
924 | 2024-08-12T21:56:51.307Z | Downloaded derive_more v0.99.18 |
925 | 2024-08-12T21:56:51.312Z | Downloaded signal-hook v0.3.17 |
926 | 2024-08-12T21:56:51.316Z | Downloaded minimal-lexical v0.2.1 |
927 | 2024-08-12T21:56:51.320Z | Downloaded ring v0.16.20 |
928 | 2024-08-12T21:56:51.404Z | Downloaded chacha20poly1305 v0.10.1 |
929 | 2024-08-12T21:56:51.406Z | Downloaded cc v1.0.97 |
930 | 2024-08-12T21:56:51.409Z | Downloaded tokio-native-tls v0.3.1 |
931 | 2024-08-12T21:56:51.412Z | Downloaded tap v1.0.1 |
932 | 2024-08-12T21:56:51.412Z | Downloaded strip-ansi-escapes v0.2.0 |
933 | 2024-08-12T21:56:51.414Z | Downloaded stringprep v0.1.4 |
934 | 2024-08-12T21:56:51.414Z | Downloaded spki v0.7.3 |
935 | 2024-08-12T21:56:51.422Z | Downloaded num-traits v0.2.19 |
936 | 2024-08-12T21:56:51.422Z | Downloaded scopeguard v1.2.0 |
937 | 2024-08-12T21:56:51.423Z | Downloaded schemars_derive v0.8.21 |
938 | 2024-08-12T21:56:51.423Z | Downloaded slog-term v2.9.1 |
939 | 2024-08-12T21:56:51.425Z | Downloaded mockall_derive v0.13.0 |
940 | 2024-08-12T21:56:51.425Z | Downloaded base64 v0.22.1 |
941 | 2024-08-12T21:56:51.428Z | Downloaded backtrace v0.3.71 |
942 | 2024-08-12T21:56:51.433Z | Downloaded rustfmt-wrapper v0.2.1 |
943 | 2024-08-12T21:56:51.435Z | Downloaded rustc_version v0.4.0 |
944 | 2024-08-12T21:56:51.435Z | Downloaded rustc_version v0.1.7 |
945 | 2024-08-12T21:56:51.438Z | Downloaded rand_xorshift v0.3.0 |
946 | 2024-08-12T21:56:51.438Z | Downloaded phf_shared v0.11.2 |
947 | 2024-08-12T21:56:51.438Z | Downloaded humantime v2.1.0 |
948 | 2024-08-12T21:56:51.440Z | Downloaded foreign-types v0.5.0 |
949 | 2024-08-12T21:56:51.440Z | Downloaded float-cmp v0.9.0 |
950 | 2024-08-12T21:56:51.443Z | Downloaded pkcs1 v0.7.5 |
951 | 2024-08-12T21:56:51.443Z | Downloaded crc-any v2.5.0 |
952 | 2024-08-12T21:56:51.446Z | Downloaded parking_lot v0.12.2 |
953 | 2024-08-12T21:56:51.449Z | Downloaded oso v0.27.3 |
954 | 2024-08-12T21:56:51.451Z | Downloaded unicase v2.7.0 |
955 | 2024-08-12T21:56:51.454Z | Downloaded tokio-macros v2.3.0 |
956 | 2024-08-12T21:56:51.454Z | Downloaded tls_codec_derive v0.4.1 |
957 | 2024-08-12T21:56:51.456Z | Downloaded futures-macro v0.3.30 |
958 | 2024-08-12T21:56:51.456Z | Downloaded smawk v0.3.2 |
959 | 2024-08-12T21:56:51.456Z | Downloaded vsss-rs v3.3.4 |
960 | 2024-08-12T21:56:51.459Z | Downloaded serde_with_macros v3.8.3 |
961 | 2024-08-12T21:56:51.461Z | Downloaded const_format v0.2.32 |
962 | 2024-08-12T21:56:51.465Z | Downloaded blake2 v0.10.6 |
963 | 2024-08-12T21:56:51.467Z | Downloaded base64 v0.13.1 |
964 | 2024-08-12T21:56:51.470Z | Downloaded strum_macros v0.25.3 |
965 | 2024-08-12T21:56:51.472Z | Downloaded strum_macros v0.24.3 |
966 | 2024-08-12T21:56:51.476Z | Downloaded serde_repr v0.1.19 |
967 | 2024-08-12T21:56:51.478Z | Downloaded serde_plain v1.0.2 |
968 | 2024-08-12T21:56:51.478Z | Downloaded secrecy v0.8.0 |
969 | 2024-08-12T21:56:51.478Z | Downloaded yasna v0.5.2 |
970 | 2024-08-12T21:56:51.481Z | Downloaded tui-tree-widget v0.22.0 |
971 | 2024-08-12T21:56:51.481Z | Downloaded rand_chacha v0.3.1 |
972 | 2024-08-12T21:56:51.483Z | Downloaded darling_core v0.20.9 |
973 | 2024-08-12T21:56:51.486Z | Downloaded tokio-rustls v0.25.0 |
974 | 2024-08-12T21:56:51.489Z | Downloaded cookie v0.18.1 |
975 | 2024-08-12T21:56:51.491Z | Downloaded predicates-core v1.0.6 |
976 | 2024-08-12T21:56:51.493Z | Downloaded predicates v3.1.2 |
977 | 2024-08-12T21:56:51.496Z | Downloaded strum_macros v0.26.4 |
978 | 2024-08-12T21:56:51.496Z | Downloaded crossbeam-epoch v0.9.18 |
979 | 2024-08-12T21:56:51.498Z | Downloaded clang-sys v1.7.0 |
980 | 2024-08-12T21:56:51.501Z | Downloaded ciborium v0.2.2 |
981 | 2024-08-12T21:56:51.503Z | Downloaded owo-colors v4.0.0 |
982 | 2024-08-12T21:56:51.506Z | Downloaded defmt-macros v0.3.9 |
983 | 2024-08-12T21:56:51.508Z | Downloaded slog-bunyan v2.5.0 |
984 | 2024-08-12T21:56:51.511Z | Downloaded const-oid v0.9.6 |
985 | 2024-08-12T21:56:51.511Z | Downloaded ascii v1.1.0 |
986 | 2024-08-12T21:56:51.513Z | Downloaded num-iter v0.1.45 |
987 | 2024-08-12T21:56:51.513Z | Downloaded num v0.4.3 |
988 | 2024-08-12T21:56:51.516Z | Downloaded debug-ignore v1.0.5 |
989 | 2024-08-12T21:56:51.516Z | Downloaded bcs v0.1.6 |
990 | 2024-08-12T21:56:51.518Z | Downloaded base64ct v1.6.0 |
991 | 2024-08-12T21:56:51.522Z | Downloaded arrayvec v0.7.4 |
992 | 2024-08-12T21:56:51.524Z | Downloaded kstat-rs v0.2.4 |
993 | 2024-08-12T21:56:51.524Z | Downloaded libsw v3.3.1 |
994 | 2024-08-12T21:56:51.527Z | Downloaded lazycell v1.3.0 |
995 | 2024-08-12T21:56:51.527Z | Downloaded defmt v0.3.8 |
996 | 2024-08-12T21:56:51.529Z | Downloaded cookie_store v0.20.0 |
997 | 2024-08-12T21:56:51.532Z | Downloaded colored v2.1.0 |
998 | 2024-08-12T21:56:51.535Z | Downloaded num-rational v0.4.2 |
999 | 2024-08-12T21:56:51.535Z | Downloaded ipnetwork v0.20.0 |
1000 | 2024-08-12T21:56:51.537Z | Downloaded ciborium-ll v0.2.2 |
1001 | 2024-08-12T21:56:51.537Z | Downloaded bzip2 v0.4.4 |
1002 | 2024-08-12T21:56:51.540Z | Downloaded bitfield v0.14.0 |
1003 | 2024-08-12T21:56:51.540Z | Downloaded memmap2 v0.9.4 |
1004 | 2024-08-12T21:56:51.542Z | Downloaded indent_write v2.2.0 |
1005 | 2024-08-12T21:56:51.542Z | Downloaded bitflags v1.3.2 |
1006 | 2024-08-12T21:56:51.545Z | Downloaded bit-set v0.5.3 |
1007 | 2024-08-12T21:56:51.548Z | Downloaded async-recursion v1.1.1 |
1008 | 2024-08-12T21:56:51.551Z | Downloaded opaque-debug v0.3.1 |
1009 | 2024-08-12T21:56:51.551Z | Downloaded num_threads v0.1.7 |
1010 | 2024-08-12T21:56:51.551Z | Downloaded num-conv v0.1.0 |
1011 | 2024-08-12T21:56:51.551Z | Downloaded packed_struct v0.10.1 |
1012 | 2024-08-12T21:56:51.554Z | Downloaded defmt-parser v0.3.4 |
1013 | 2024-08-12T21:56:51.554Z | Downloaded addr2line v0.21.0 |
1014 | 2024-08-12T21:56:51.557Z | Downloaded async-trait v0.1.81 |
1015 | 2024-08-12T21:56:51.559Z | Downloaded ahash v0.8.11 |
1016 | 2024-08-12T21:56:51.562Z | Downloaded num-integer v0.1.46 |
1017 | 2024-08-12T21:56:51.564Z | Downloaded inout v0.1.3 |
1018 | 2024-08-12T21:56:51.564Z | Downloaded crucible-workspace-hack v0.1.0 |
1019 | 2024-08-12T21:56:51.564Z | Downloaded linked-hash-map v0.5.6 |
1020 | 2024-08-12T21:56:51.567Z | Downloaded keccak v0.1.5 |
1021 | 2024-08-12T21:56:51.567Z | Downloaded maybe-uninit v2.0.0 |
1022 | 2024-08-12T21:56:51.569Z | Downloaded libefi-sys v0.1.0 |
1023 | 2024-08-12T21:56:51.569Z | Downloaded curve25519-dalek-derive v0.1.1 |
1024 | 2024-08-12T21:56:51.569Z | Downloaded cobs v0.2.3 |
1025 | 2024-08-12T21:56:51.572Z | Downloaded camino-tempfile v1.1.1 |
1026 | 2024-08-12T21:56:51.574Z | Downloaded cipher v0.4.4 |
1027 | 2024-08-12T21:56:51.574Z | Downloaded cexpr v0.6.0 |
1028 | 2024-08-12T21:56:51.577Z | Downloaded castaway v0.2.3 |
1029 | 2024-08-12T21:56:51.577Z | Downloaded cassowary v0.3.0 |
1030 | 2024-08-12T21:56:51.579Z | Downloaded arrayref v0.3.7 |
1031 | 2024-08-12T21:56:51.660Z | Compiling cfg-if v1.0.0 |
1032 | 2024-08-12T21:56:51.660Z | Compiling serde v1.0.206 |
1033 | 2024-08-12T21:56:51.663Z | Compiling lock_api v0.4.12 |
1034 | 2024-08-12T21:56:51.663Z | Compiling scopeguard v1.2.0 |
1035 | 2024-08-12T21:56:51.663Z | Compiling log v0.4.21 |
1036 | 2024-08-12T21:56:51.790Z | Compiling cc v1.0.97 |
1037 | 2024-08-12T21:56:51.822Z | Compiling syn v2.0.72 |
1038 | 2024-08-12T21:56:51.834Z | Compiling typenum v1.17.0 |
1039 | 2024-08-12T21:56:51.881Z | Compiling getrandom v0.2.14 |
1040 | 2024-08-12T21:56:51.952Z | Compiling generic-array v0.14.7 |
1041 | 2024-08-12T21:56:52.260Z | Compiling rand_core v0.6.4 |
1042 | 2024-08-12T21:56:52.285Z | Compiling pin-project-lite v0.2.14 |
1043 | 2024-08-12T21:56:52.376Z | Compiling parking_lot_core v0.9.10 |
1044 | 2024-08-12T21:56:52.407Z | Compiling smallvec v1.13.2 |
1045 | 2024-08-12T21:56:52.427Z | Compiling signal-hook-registry v1.4.2 |
1046 | 2024-08-12T21:56:52.693Z | Compiling spin v0.9.8 |
1047 | 2024-08-12T21:56:52.780Z | Compiling mio v0.8.11 |
1048 | 2024-08-12T21:56:52.803Z | Compiling ahash v0.8.11 |
1049 | 2024-08-12T21:56:53.065Z | Compiling tinyvec_macros v0.1.1 |
1050 | 2024-08-12T21:56:53.298Z | Compiling tinyvec v1.6.0 |
1051 | 2024-08-12T21:56:53.331Z | Compiling socket2 v0.5.7 |
1052 | 2024-08-12T21:56:53.368Z | Compiling parking_lot v0.12.2 |
1053 | 2024-08-12T21:56:53.642Z | Compiling num_cpus v1.16.0 |
1054 | 2024-08-12T21:56:53.788Z | Compiling subtle v2.5.0 |
1055 | 2024-08-12T21:56:54.132Z | Compiling futures-core v0.3.30 |
1056 | 2024-08-12T21:56:54.151Z | Compiling serde_json v1.0.122 |
1057 | 2024-08-12T21:56:54.376Z | Compiling const-oid v0.9.6 |
1058 | 2024-08-12T21:56:54.397Z | Compiling libm v0.2.8 |
1059 | 2024-08-12T21:56:54.400Z | Compiling num-traits v0.2.19 |
1060 | 2024-08-12T21:56:54.530Z | Compiling slab v0.4.9 |
1061 | 2024-08-12T21:56:54.695Z | Compiling allocator-api2 v0.2.18 |
1062 | 2024-08-12T21:56:54.720Z | Compiling futures-sink v0.3.30 |
1063 | 2024-08-12T21:56:54.781Z | Compiling unicode-bidi v0.3.15 |
1064 | 2024-08-12T21:56:54.863Z | Compiling unicode-normalization v0.1.23 |
1065 | 2024-08-12T21:56:55.483Z | Compiling futures-channel v0.3.30 |
1066 | 2024-08-12T21:56:55.571Z | Compiling pin-utils v0.1.0 |
1067 | 2024-08-12T21:56:55.574Z | Compiling futures-task v0.3.30 |
1068 | 2024-08-12T21:56:55.681Z | Compiling pkg-config v0.3.30 |
1069 | 2024-08-12T21:56:55.867Z | Compiling vcpkg v0.2.15 |
1070 | 2024-08-12T21:56:56.011Z | Compiling futures-io v0.3.30 |
1071 | 2024-08-12T21:56:56.331Z | Compiling ring v0.17.8 |
1072 | 2024-08-12T21:56:56.354Z | Compiling percent-encoding v2.3.1 |
1073 | 2024-08-12T21:56:56.354Z | Compiling ppv-lite86 v0.2.17 |
1074 | 2024-08-12T21:56:56.422Z | Compiling tracing-core v0.1.32 |
1075 | 2024-08-12T21:56:56.824Z | Compiling untrusted v0.9.0 |
1076 | 2024-08-12T21:56:57.007Z | Compiling syn v1.0.109 |
1077 | 2024-08-12T21:56:57.162Z | Compiling rand_chacha v0.3.1 |
1078 | 2024-08-12T21:56:57.305Z | Compiling num-conv v0.1.0 |
1079 | 2024-08-12T21:56:57.601Z | Compiling rustix v0.38.34 |
1080 | 2024-08-12T21:56:57.650Z | Compiling time-core v0.1.2 |
1081 | 2024-08-12T21:56:57.785Z | Compiling powerfmt v0.2.0 |
1082 | 2024-08-12T21:56:57.801Z | Compiling time-macros v0.2.18 |
1083 | 2024-08-12T21:56:58.055Z | Compiling deranged v0.3.11 |
1084 | 2024-08-12T21:56:58.186Z | Compiling openssl-sys v0.9.103 |
1085 | 2024-08-12T21:56:58.232Z | Compiling rand v0.8.5 |
1086 | 2024-08-12T21:56:58.459Z | Compiling openssl v0.10.66 |
1087 | 2024-08-12T21:56:58.909Z | Compiling base64ct v1.6.0 |
1088 | 2024-08-12T21:56:59.345Z | Compiling num_threads v0.1.7 |
1089 | 2024-08-12T21:56:59.432Z | Compiling httparse v1.8.0 |
1090 | 2024-08-12T21:56:59.463Z | Compiling rustversion v1.0.17 |
1091 | 2024-08-12T21:56:59.731Z | Compiling foreign-types-shared v0.1.1 |
1092 | 2024-08-12T21:56:59.841Z | Compiling foreign-types v0.3.2 |
1093 | 2024-08-12T21:56:59.883Z | Compiling pem-rfc7468 v0.7.0 |
1094 | 2024-08-12T21:57:00.039Z | Compiling form_urlencoded v1.2.1 |
1095 | 2024-08-12T21:57:00.170Z | Compiling native-tls v0.2.11 |
1096 | 2024-08-12T21:57:00.350Z | Compiling crossbeam-utils v0.8.19 |
1097 | 2024-08-12T21:57:00.508Z | Compiling siphasher v0.3.11 |
1098 | 2024-08-12T21:57:00.523Z | Compiling flagset v0.4.5 |
1099 | 2024-08-12T21:57:00.717Z | Compiling rustls v0.21.12 |
1100 | 2024-08-12T21:57:00.735Z | Compiling time v0.3.36 |
1101 | 2024-08-12T21:57:00.839Z | Compiling try-lock v0.2.5 |
1102 | 2024-08-12T21:57:00.951Z | Compiling want v0.3.1 |
1103 | 2024-08-12T21:57:01.217Z | Compiling idna v0.5.0 |
1104 | 2024-08-12T21:57:01.683Z | Compiling lazy_static v1.5.0 |
1105 | 2024-08-12T21:57:01.775Z | Compiling aho-corasick v1.1.3 |
1106 | 2024-08-12T21:57:01.800Z | Compiling cookie v0.17.0 |
1107 | 2024-08-12T21:57:02.108Z | Compiling httpdate v1.0.3 |
1108 | 2024-08-12T21:57:02.370Z | Compiling finl_unicode v1.2.0 |
1109 | 2024-08-12T21:57:02.569Z | Compiling slog v2.7.0 |
1110 | 2024-08-12T21:57:02.736Z | Compiling adler v1.0.2 |
1111 | 2024-08-12T21:57:02.953Z | Compiling tower-service v0.3.2 |
1112 | 2024-08-12T21:57:02.968Z | Compiling cpufeatures v0.2.12 |
1113 | 2024-08-12T21:57:03.067Z | Compiling iana-time-zone v0.1.60 |
1114 | 2024-08-12T21:57:03.085Z | Compiling openssl-probe v0.1.5 |
1115 | 2024-08-12T21:57:03.100Z | Compiling regex-syntax v0.8.4 |
1116 | 2024-08-12T21:57:03.521Z | Compiling stringprep v0.1.4 |
1117 | 2024-08-12T21:57:03.524Z | Compiling miniz_oxide v0.7.2 |
1118 | 2024-08-12T21:57:04.793Z | Compiling url v2.5.2 |
1119 | 2024-08-12T21:57:05.852Z | Compiling num-integer v0.1.46 |
1120 | 2024-08-12T21:57:06.131Z | Compiling serde_derive v1.0.206 |
1121 | 2024-08-12T21:57:06.323Z | Compiling zeroize_derive v1.4.2 |
1122 | 2024-08-12T21:57:06.632Z | Compiling zerocopy-derive v0.7.34 |
1123 | 2024-08-12T21:57:06.654Z | Compiling tokio-macros v2.3.0 |
1124 | 2024-08-12T21:57:07.224Z | Compiling thiserror-impl v1.0.63 |
1125 | 2024-08-12T21:57:07.939Z | Compiling zeroize v1.7.0 |
1126 | 2024-08-12T21:57:08.336Z | Compiling futures-macro v0.3.30 |
1127 | 2024-08-12T21:57:08.930Z | Compiling zerocopy v0.7.34 |
1128 | 2024-08-12T21:57:08.949Z | Compiling scroll_derive v0.12.0 |
1129 | 2024-08-12T21:57:09.766Z | Compiling crypto-common v0.1.6 |
1130 | 2024-08-12T21:57:09.882Z | Compiling block-buffer v0.10.4 |
1131 | 2024-08-12T21:57:10.006Z | Compiling tracing-attributes v0.1.27 |
1132 | 2024-08-12T21:57:10.153Z | Compiling digest v0.10.7 |
1133 | 2024-08-12T21:57:10.367Z | Compiling futures-util v0.3.30 |
1134 | 2024-08-12T21:57:10.464Z | Compiling scroll v0.12.0 |
1135 | 2024-08-12T21:57:10.620Z | Compiling hmac v0.12.1 |
1136 | 2024-08-12T21:57:10.623Z | Compiling thiserror v1.0.63 |
1137 | 2024-08-12T21:57:10.755Z | Compiling pest v2.7.10 |
1138 | 2024-08-12T21:57:10.887Z | Compiling der_derive v0.7.2 |
1139 | 2024-08-12T21:57:11.014Z | Compiling goblin v0.8.2 |
1140 | 2024-08-12T21:57:11.212Z | Compiling hashbrown v0.14.5 |
1141 | 2024-08-12T21:57:12.682Z | Compiling openssl-macros v0.1.1 |
1142 | 2024-08-12T21:57:13.487Z | Compiling pest_meta v2.7.10 |
1143 | 2024-08-12T21:57:13.536Z | Compiling der v0.7.9 |
1144 | 2024-08-12T21:57:13.822Z | Compiling sct v0.7.1 |
1145 | 2024-08-12T21:57:13.839Z | Compiling tracing v0.1.40 |
1146 | 2024-08-12T21:57:14.149Z | Compiling rustls-webpki v0.101.7 |
1147 | 2024-08-12T21:57:14.195Z | Compiling sha2 v0.10.8 |
1148 | 2024-08-12T21:57:14.306Z | Compiling md-5 v0.10.6 |
1149 | 2024-08-12T21:57:14.568Z | Compiling regex-automata v0.4.6 |
1150 | 2024-08-12T21:57:16.113Z | Compiling pest_generator v2.7.10 |
1151 | 2024-08-12T21:57:16.562Z | Compiling spki v0.7.3 |
1152 | 2024-08-12T21:57:16.954Z | Compiling idna v0.3.0 |
1153 | 2024-08-12T21:57:17.852Z | Compiling backtrace v0.3.71 |
1154 | 2024-08-12T21:57:18.011Z | Compiling hash32 v0.2.1 |
1155 | 2024-08-12T21:57:18.364Z | Compiling signal-hook v0.3.17 |
1156 | 2024-08-12T21:57:18.412Z | Compiling crc32fast v1.4.0 |
1157 | 2024-08-12T21:57:18.603Z | Compiling pest_derive v2.7.10 |
1158 | 2024-08-12T21:57:18.635Z | Compiling smoltcp v0.9.1 |
1159 | 2024-08-12T21:57:18.669Z | Compiling gimli v0.28.1 |
1160 | 2024-08-12T21:57:18.962Z | Compiling base64 v0.22.1 |
1161 | 2024-08-12T21:57:19.361Z | Compiling fallible-iterator v0.2.0 |
1162 | 2024-08-12T21:57:19.422Z | Compiling dtrace-parser v0.2.0 |
1163 | 2024-08-12T21:57:19.691Z | Compiling psl-types v2.0.11 |
1164 | 2024-08-12T21:57:19.883Z | Compiling stable_deref_trait v1.2.0 |
1165 | 2024-08-12T21:57:19.991Z | Compiling publicsuffix v2.2.3 |
1166 | 2024-08-12T21:57:20.197Z | Compiling pkcs8 v0.10.2 |
1167 | 2024-08-12T21:57:20.241Z | Compiling hubpack_derive v0.1.1 |
1168 | 2024-08-12T21:57:20.750Z | Compiling bytes v1.7.1 |
1169 | 2024-08-12T21:57:20.946Z | Compiling bitflags v2.6.0 |
1170 | 2024-08-12T21:57:21.403Z | Compiling indexmap v2.3.0 |
1171 | 2024-08-12T21:57:21.551Z | Compiling semver v1.0.23 |
1172 | 2024-08-12T21:57:21.677Z | Compiling tokio v1.38.1 |
1173 | 2024-08-12T21:57:22.011Z | Compiling http v0.2.12 |
1174 | 2024-08-12T21:57:22.300Z | Compiling rustc_version v0.4.0 |
1175 | 2024-08-12T21:57:23.031Z | Compiling heapless v0.7.17 |
1176 | 2024-08-12T21:57:23.537Z | Compiling dof v0.3.0 |
1177 | 2024-08-12T21:57:23.665Z | Compiling http-body v0.4.6 |
1178 | 2024-08-12T21:57:24.316Z | Compiling uuid v1.10.0 |
1179 | 2024-08-12T21:57:24.599Z | Compiling usdt-impl v0.5.0 |
1180 | 2024-08-12T21:57:25.792Z | Compiling toml_datetime v0.6.8 |
1181 | 2024-08-12T21:57:25.818Z | Compiling chrono v0.4.38 |
1182 | 2024-08-12T21:57:25.875Z | Compiling serde_tokenstream v0.2.1 |
1183 | 2024-08-12T21:57:26.069Z | Compiling serde_spanned v0.6.7 |
1184 | 2024-08-12T21:57:26.300Z | Compiling terminal_size v0.3.0 |
1185 | 2024-08-12T21:57:26.319Z | Compiling addr2line v0.21.0 |
1186 | 2024-08-12T21:57:26.377Z | Compiling postgres-protocol v0.6.7 |
1187 | 2024-08-12T21:57:26.501Z | Compiling block-padding v0.3.3 |
1188 | 2024-08-12T21:57:26.763Z | Compiling zerocopy-derive v0.6.6 |
1189 | 2024-08-12T21:57:26.987Z | Compiling async-trait v0.1.81 |
1190 | 2024-08-12T21:57:27.808Z | Compiling phf_shared v0.11.2 |
1191 | 2024-08-12T21:57:28.206Z | Compiling serde_derive_internals v0.29.1 |
1192 | 2024-08-12T21:57:28.567Z | Compiling ff v0.13.0 |
1193 | 2024-08-12T21:57:28.610Z | Compiling object v0.32.2 |
1194 | 2024-08-12T21:57:28.779Z | Compiling fs-err v2.11.0 |
1195 | 2024-08-12T21:57:29.020Z | Compiling bit-vec v0.6.3 |
1196 | 2024-08-12T21:57:29.083Z | Compiling rustc-demangle v0.1.24 |
1197 | 2024-08-12T21:57:29.484Z | Compiling base64 v0.21.7 |
1198 | 2024-08-12T21:57:29.536Z | Compiling either v1.13.0 |
1199 | 2024-08-12T21:57:29.861Z | Compiling regex-automata v0.1.10 |
1200 | 2024-08-12T21:57:29.980Z | Compiling tokio-util v0.7.11 |
1201 | 2024-08-12T21:57:30.057Z | Compiling tokio-rustls v0.24.1 |
1202 | 2024-08-12T21:57:30.218Z | Compiling managed v0.8.0 |
1203 | 2024-08-12T21:57:30.463Z | Compiling bitflags v1.3.2 |
1204 | 2024-08-12T21:57:30.572Z | Compiling anyhow v1.0.86 |
1205 | 2024-08-12T21:57:30.673Z | Compiling ipnet v2.9.0 |
1206 | 2024-08-12T21:57:30.981Z | Compiling h2 v0.3.26 |
1207 | 2024-08-12T21:57:30.998Z | Compiling tokio-native-tls v0.3.1 |
1208 | 2024-08-12T21:57:31.221Z | Compiling schemars v0.8.21 |
1209 | 2024-08-12T21:57:31.271Z | Compiling winnow v0.5.40 |
1210 | 2024-08-12T21:57:31.384Z | Compiling matches v0.1.10 |
1211 | 2024-08-12T21:57:31.484Z | Compiling base16ct v0.2.0 |
1212 | 2024-08-12T21:57:31.614Z | Compiling idna v0.2.3 |
1213 | 2024-08-12T21:57:31.824Z | Compiling sec1 v0.7.3 |
1214 | 2024-08-12T21:57:32.053Z | Compiling schemars_derive v0.8.21 |
1215 | 2024-08-12T21:57:33.049Z | Compiling clap_builder v4.5.15 |
1216 | 2024-08-12T21:57:33.316Z | Compiling bstr v0.2.17 |
1217 | 2024-08-12T21:57:34.542Z | Compiling rustls-pemfile v1.0.4 |
1218 | 2024-08-12T21:57:34.856Z | Compiling toml_edit v0.19.15 |
1219 | 2024-08-12T21:57:35.100Z | Compiling zerocopy v0.6.6 |
1220 | 2024-08-12T21:57:35.198Z | Compiling group v0.13.0 |
1221 | 2024-08-12T21:57:35.543Z | Compiling phf v0.11.2 |
1222 | 2024-08-12T21:57:35.826Z | Compiling postgres-types v0.2.7 |
1223 | 2024-08-12T21:57:35.956Z | Compiling cookie_store v0.20.0 |
1224 | 2024-08-12T21:57:35.973Z | Compiling inout v0.1.3 |
1225 | 2024-08-12T21:57:36.266Z | Compiling usdt-attr-macro v0.5.0 |
1226 | 2024-08-12T21:57:37.266Z | Compiling usdt-macro v0.5.0 |
1227 | 2024-08-12T21:57:37.389Z | Compiling hubpack v0.1.2 |
1228 | 2024-08-12T21:57:37.503Z | Compiling serde_urlencoded v0.7.1 |
1229 | 2024-08-12T21:57:37.979Z | Compiling hyper v0.14.30 |
1230 | 2024-08-12T21:57:38.042Z | Compiling regex v1.10.6 |
1231 | 2024-08-12T21:57:38.896Z | Compiling futures-executor v0.3.30 |
1232 | 2024-08-12T21:57:38.985Z | Compiling enum-as-inner v0.5.1 |
1233 | 2024-08-12T21:57:39.123Z | Compiling hkdf v0.12.4 |
1234 | 2024-08-12T21:57:39.177Z | Compiling crypto-bigint v0.5.5 |
1235 | 2024-08-12T21:57:39.393Z | Compiling num-bigint v0.4.5 |
1236 | 2024-08-12T21:57:39.456Z | Compiling serde_repr v0.1.19 |
1237 | 2024-08-12T21:57:40.009Z | Compiling clap_derive v4.5.13 |
1238 | 2024-08-12T21:57:40.631Z | Compiling strum_macros v0.25.3 |
1239 | 2024-08-12T21:57:41.870Z | Compiling phf_shared v0.10.0 |
1240 | 2024-08-12T21:57:42.298Z | Compiling float-cmp v0.9.0 |
1241 | 2024-08-12T21:57:42.530Z | Compiling mio v1.0.1 |
1242 | 2024-08-12T21:57:42.611Z | Compiling encoding_rs v0.8.34 |
1243 | 2024-08-12T21:57:42.794Z | Compiling minimal-lexical v0.2.1 |
1244 | 2024-08-12T21:57:43.396Z | Compiling unicode-segmentation v1.11.0 |
1245 | 2024-08-12T21:57:43.785Z | Compiling predicates-core v1.0.6 |
1246 | 2024-08-12T21:57:44.194Z | Compiling webpki-roots v0.25.4 |
1247 | 2024-08-12T21:57:44.284Z | Compiling sync_wrapper v0.1.2 |
1248 | 2024-08-12T21:57:44.353Z | Compiling whoami v1.5.1 |
1249 | 2024-08-12T21:57:44.419Z | Compiling precomputed-hash v0.1.1 |
1250 | 2024-08-12T21:57:44.545Z | Compiling static_assertions v1.1.0 |
1251 | 2024-08-12T21:57:44.642Z | Compiling data-encoding v2.6.0 |
1252 | 2024-08-12T21:57:44.871Z | Compiling normalize-line-endings v0.3.0 |
1253 | 2024-08-12T21:57:44.991Z | Compiling hyper-tls v0.5.0 |
1254 | 2024-08-12T21:57:44.991Z | Compiling hyper-rustls v0.24.2 |
1255 | 2024-08-12T21:57:45.129Z | Compiling fixedbitset v0.4.2 |
1256 | 2024-08-12T21:57:45.340Z | Compiling difflib v0.4.0 |
1257 | 2024-08-12T21:57:45.380Z | Compiling dyn-clone v1.0.17 |
1258 | 2024-08-12T21:57:45.400Z | Compiling new_debug_unreachable v1.0.6 |
1259 | 2024-08-12T21:57:45.491Z | Compiling mime v0.3.17 |
1260 | 2024-08-12T21:57:45.614Z | Compiling string_cache v0.8.7 |
1261 | 2024-08-12T21:57:46.115Z | Compiling reqwest v0.11.27 |
1262 | 2024-08-12T21:57:46.134Z | Compiling predicates v3.1.2 |
1263 | 2024-08-12T21:57:46.977Z | Compiling console v0.15.8 |
1264 | 2024-08-12T21:57:47.059Z | Compiling petgraph v0.6.5 |
1265 | 2024-08-12T21:57:47.180Z | Compiling trust-dns-proto v0.22.0 |
1266 | 2024-08-12T21:57:47.861Z | Compiling clap v4.5.15 |
1267 | 2024-08-12T21:57:47.989Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1268 | 2024-08-12T21:57:48.090Z | Compiling tokio-postgres v0.7.11 |
1269 | 2024-08-12T21:57:48.497Z | Compiling toml_edit v0.22.20 |
1270 | 2024-08-12T21:57:49.462Z | Compiling similar v2.5.0 |
1271 | 2024-08-12T21:57:50.613Z | Compiling nom v7.1.3 |
1272 | 2024-08-12T21:57:51.286Z | Compiling signal-hook-mio v0.2.4 |
1273 | 2024-08-12T21:57:51.467Z | Compiling usdt v0.5.0 |
1274 | 2024-08-12T21:57:51.990Z | Compiling yasna v0.5.2 |
1275 | 2024-08-12T21:57:52.197Z | Compiling elliptic-curve v0.13.8 |
1276 | 2024-08-12T21:57:53.032Z | Compiling futures v0.3.30 |
1277 | 2024-08-12T21:57:53.175Z | Compiling flate2 v1.0.31 |
1278 | 2024-08-12T21:57:53.865Z | Compiling toml v0.7.8 |
1279 | 2024-08-12T21:57:54.170Z | Compiling cipher v0.4.4 |
1280 | 2024-08-12T21:57:54.551Z | Compiling tokio-stream v0.1.15 |
1281 | 2024-08-12T21:57:54.704Z | Compiling itertools v0.10.5 |
1282 | 2024-08-12T21:57:54.837Z | Compiling itertools v0.12.1 |
1283 | 2024-08-12T21:57:55.318Z | Compiling bit-set v0.5.3 |
1284 | 2024-08-12T21:57:55.569Z | Compiling openapiv3 v2.0.0 |
1285 | 2024-08-12T21:57:55.610Z | Compiling hex v0.4.3 |
1286 | 2024-08-12T21:57:55.629Z | Compiling bstr v1.9.1 |
1287 | 2024-08-12T21:57:55.708Z | Compiling num-iter v0.1.45 |
1288 | 2024-08-12T21:57:55.906Z | Compiling crossbeam-epoch v0.9.18 |
1289 | 2024-08-12T21:57:56.255Z | Compiling dirs-sys-next v0.1.2 |
1290 | 2024-08-12T21:57:56.718Z | Compiling peg-runtime v0.8.3 |
1291 | 2024-08-12T21:57:56.915Z | Compiling lalrpop-util v0.19.12 |
1292 | 2024-08-12T21:57:57.059Z | Compiling unicode-xid v0.2.4 |
1293 | 2024-08-12T21:57:57.231Z | Compiling dirs-next v2.0.0 |
1294 | 2024-08-12T21:57:57.275Z | Compiling thread_local v1.1.8 |
1295 | 2024-08-12T21:57:57.357Z | Compiling slog-async v2.8.0 |
1296 | 2024-08-12T21:57:57.400Z | Compiling term v0.7.0 |
1297 | 2024-08-12T21:57:57.431Z | Compiling xattr v1.3.1 |
1298 | 2024-08-12T21:57:57.508Z | Compiling strum_macros v0.26.4 |
1299 | 2024-08-12T21:57:57.702Z | Compiling crossbeam-channel v0.5.12 |
1300 | 2024-08-12T21:57:57.830Z | Compiling filetime v0.2.24 |
1301 | 2024-08-12T21:57:57.893Z | Compiling is-terminal v0.4.12 |
1302 | 2024-08-12T21:57:57.965Z | Compiling take_mut v0.2.2 |
1303 | 2024-08-12T21:57:58.038Z | Compiling tar v0.4.41 |
1304 | 2024-08-12T21:57:58.117Z | Compiling slog-term v2.9.1 |
1305 | 2024-08-12T21:57:58.146Z | Compiling camino v1.1.7 |
1306 | 2024-08-12T21:58:00.354Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1307 | 2024-08-12T21:58:00.885Z | Compiling strum v0.26.3 |
1308 | 2024-08-12T21:58:00.965Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1309 | 2024-08-12T21:58:06.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
1310 | 2024-08-12T21:58:06.189Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1311 | 2024-08-12T21:58:06.235Z | Aug 12 21:58:05.461 INFO Starting download, target: Clickhouse |
1312 | 2024-08-12T21:58:06.235Z | Aug 12 21:58:05.461 INFO Starting download, target: Cockroach |
1313 | 2024-08-12T21:58:06.236Z | Aug 12 21:58:05.461 INFO Starting download, target: Console |
1314 | 2024-08-12T21:58:06.240Z | Aug 12 21:58:05.461 INFO Starting download, target: DendriteOpenapi |
1315 | 2024-08-12T21:58:06.240Z | Aug 12 21:58:05.461 INFO Starting download, target: DendriteStub |
1316 | 2024-08-12T21:58:06.240Z | Aug 12 21:58:05.461 INFO Starting download, target: MaghemiteMgd |
1317 | 2024-08-12T21:58:06.240Z | Aug 12 21:58:05.461 INFO Starting download, target: TransceiverControl |
1318 | 2024-08-12T21:58:06.240Z | Aug 12 21:58:05.462 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1319 | 2024-08-12T21:58:06.240Z | Aug 12 21:58:05.462 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1320 | 2024-08-12T21:58:06.240Z | Aug 12 21:58:05.462 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1321 | 2024-08-12T21:58:06.240Z | Aug 12 21:58:05.462 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1322 | 2024-08-12T21:58:06.240Z | Aug 12 21:58:05.462 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1323 | 2024-08-12T21:58:06.240Z | Aug 12 21:58:05.462 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1324 | 2024-08-12T21:58:06.240Z | Aug 12 21:58:05.462 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1325 | 2024-08-12T21:58:06.355Z | Aug 12 21:58:05.579 INFO Download complete, target: DendriteOpenapi |
1326 | 2024-08-12T21:58:06.641Z | Aug 12 21:58:05.865 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1327 | 2024-08-12T21:58:06.734Z | Aug 12 21:58:05.959 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1328 | 2024-08-12T21:58:06.826Z | Aug 12 21:58:06.051 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1329 | 2024-08-12T21:58:07.165Z | Aug 12 21:58:06.390 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1330 | 2024-08-12T21:58:07.221Z | Aug 12 21:58:06.446 INFO Download complete, target: Console |
1331 | 2024-08-12T21:58:07.384Z | Aug 12 21:58:06.609 INFO Download complete, target: TransceiverControl |
1332 | 2024-08-12T21:58:08.252Z | Aug 12 21:58:07.477 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1333 | 2024-08-12T21:58:09.763Z | Aug 12 21:58:08.988 INFO Download complete, target: DendriteStub |
1334 | 2024-08-12T21:58:10.378Z | Aug 12 21:58:09.603 INFO Download complete, target: MaghemiteMgd |
1335 | 2024-08-12T21:58:11.313Z | Aug 12 21:58:10.538 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1336 | 2024-08-12T21:58:11.313Z | Aug 12 21:58:10.538 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1337 | 2024-08-12T21:58:19.211Z | Aug 12 21:58:18.435 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1338 | 2024-08-12T21:58:19.547Z | Aug 12 21:58:18.771 INFO Checking that binary works, target: Cockroach |
1339 | 2024-08-12T21:58:19.704Z | Aug 12 21:58:18.928 INFO Download complete, target: Cockroach |
1340 | 2024-08-12T21:58:22.208Z | Aug 12 21:58:21.430 INFO Checking that binary works, target: Clickhouse |
1341 | 2024-08-12T21:58:22.526Z | Aug 12 21:58:21.749 INFO Download complete, target: Clickhouse |
1342 | 2024-08-12T21:58:22.582Z | All builder prerequisites installed successfully, and PATH looks valid |
1343 | 2024-08-12T21:58:22.585Z | |
1344 | 2024-08-12T21:58:22.585Z | real 4:04.540903050 |
1345 | 2024-08-12T21:58:22.585Z | user 11:09.004566463 |
1346 | 2024-08-12T21:58:22.585Z | sys 2:21.550463515 |
1347 | 2024-08-12T21:58:22.585Z | trap 0.417216517 |
1348 | 2024-08-12T21:58:22.585Z | tflt 4.779278326 |
1349 | 2024-08-12T21:58:22.585Z | dflt 5.116962917 |
1350 | 2024-08-12T21:58:22.585Z | kflt 0.155437209 |
1351 | 2024-08-12T21:58:22.585Z | lock 20:58.642788354 |
1352 | 2024-08-12T21:58:22.585Z | slp 43:47.735045613 |
1353 | 2024-08-12T21:58:22.585Z | lat 38.457018525 |
1354 | 2024-08-12T21:58:22.585Z | stop 1:39.286913405 |
1355 | 2024-08-12T21:58:22.585Z | + banner hack-check |
1356 | 2024-08-12T21:58:22.588Z | |
1357 | 2024-08-12T21:58:22.588Z | # # ## #### # # #### # # ###### #### # # |
1358 | 2024-08-12T21:58:22.588Z | # # # # # # # # # # # # # # # # # |
1359 | 2024-08-12T21:58:22.588Z | ###### # # # #### ##### # ###### ##### # #### |
1360 | 2024-08-12T21:58:22.589Z | # # ###### # # # # # # # # # # |
1361 | 2024-08-12T21:58:22.589Z | # # # # # # # # # # # # # # # # # |
1362 | 2024-08-12T21:58:22.589Z | # # # # #### # # #### # # ###### #### # # |
1363 | 2024-08-12T21:58:22.589Z | |
1364 | 2024-08-12T21:58:22.589Z | + export CARGO_INCREMENTAL=0 |
1365 | 2024-08-12T21:58:22.589Z | + CARGO_INCREMENTAL=0 |
1366 | 2024-08-12T21:58:22.589Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1367 | 2024-08-12T21:58:23.138Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1368 | 2024-08-12T21:58:26.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
1369 | 2024-08-12T21:58:26.738Z | Running `target/debug/xtask check-features --ci` |
1370 | 2024-08-12T21:58:26.759Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1371 | 2024-08-12T21:58:26.761Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1372 | 2024-08-12T21:58:27.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1373 | 2024-08-12T21:58:27.261Z | Running `target/debug/xtask download cargo-hack` |
1374 | 2024-08-12T21:58:28.073Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1375 | 2024-08-12T21:58:28.444Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1376 | 2024-08-12T21:58:32.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s |
1377 | 2024-08-12T21:58:33.038Z | Running `target/debug/xtask-downloader cargo-hack` |
1378 | 2024-08-12T21:58:33.078Z | Aug 12 21:58:32.300 INFO Starting download, target: CargoHack |
1379 | 2024-08-12T21:58:33.081Z | Aug 12 21:58:32.301 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1380 | 2024-08-12T21:58:33.745Z | Aug 12 21:58:32.968 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1381 | 2024-08-12T21:58:33.841Z | Aug 12 21:58:33.063 INFO Download complete, target: CargoHack |
1382 | 2024-08-12T21:58:33.845Z | 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" |
1383 | 2024-08-12T21:58:33.862Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1384 | 2024-08-12T21:58:34.018Z | info: running `cargo check --bins` on api_identity (1/147) |
1385 | 2024-08-12T21:58:34.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1386 | 2024-08-12T21:58:34.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1387 | 2024-08-12T21:58:34.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1388 | 2024-08-12T21:58:34.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1389 | 2024-08-12T21:58:34.638Z | |
1390 | 2024-08-12T21:58:34.638Z | info: running `cargo check --bins` on bootstore (2/147) |
1391 | 2024-08-12T21:58:35.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1392 | 2024-08-12T21:58:35.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1393 | 2024-08-12T21:58:35.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1394 | 2024-08-12T21:58:35.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1395 | 2024-08-12T21:58:35.283Z | |
1396 | 2024-08-12T21:58:35.283Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/147) |
1397 | 2024-08-12T21:58:35.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1398 | 2024-08-12T21:58:35.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1399 | 2024-08-12T21:58:35.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1400 | 2024-08-12T21:58:35.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1401 | 2024-08-12T21:58:35.916Z | |
1402 | 2024-08-12T21:58:35.916Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/147) |
1403 | 2024-08-12T21:58:36.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1404 | 2024-08-12T21:58:36.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1405 | 2024-08-12T21:58:36.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1406 | 2024-08-12T21:58:36.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1407 | 2024-08-12T21:58:36.539Z | |
1408 | 2024-08-12T21:58:36.539Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/147) |
1409 | 2024-08-12T21:58:36.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1410 | 2024-08-12T21:58:36.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1411 | 2024-08-12T21:58:36.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1412 | 2024-08-12T21:58:36.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1413 | 2024-08-12T21:58:37.004Z | |
1414 | 2024-08-12T21:58:37.004Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/147) |
1415 | 2024-08-12T21:58:37.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1416 | 2024-08-12T21:58:37.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1417 | 2024-08-12T21:58:37.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1418 | 2024-08-12T21:58:37.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1419 | 2024-08-12T21:58:37.466Z | |
1420 | 2024-08-12T21:58:37.466Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/147) |
1421 | 2024-08-12T21:58:37.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1422 | 2024-08-12T21:58:37.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1423 | 2024-08-12T21:58:37.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1424 | 2024-08-12T21:58:37.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1425 | 2024-08-12T21:58:37.926Z | |
1426 | 2024-08-12T21:58:37.926Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/147) |
1427 | 2024-08-12T21:58:38.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1428 | 2024-08-12T21:58:38.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1429 | 2024-08-12T21:58:38.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1430 | 2024-08-12T21:58:38.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1431 | 2024-08-12T21:58:38.384Z | |
1432 | 2024-08-12T21:58:38.384Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/147) |
1433 | 2024-08-12T21:58:38.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1434 | 2024-08-12T21:58:38.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1435 | 2024-08-12T21:58:38.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1436 | 2024-08-12T21:58:38.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1437 | 2024-08-12T21:58:38.839Z | |
1438 | 2024-08-12T21:58:38.839Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/147) |
1439 | 2024-08-12T21:58:39.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1440 | 2024-08-12T21:58:39.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1441 | 2024-08-12T21:58:39.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1442 | 2024-08-12T21:58:39.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1443 | 2024-08-12T21:58:39.301Z | |
1444 | 2024-08-12T21:58:39.301Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/147) |
1445 | 2024-08-12T21:58:39.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1446 | 2024-08-12T21:58:39.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1447 | 2024-08-12T21:58:39.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1448 | 2024-08-12T21:58:39.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1449 | 2024-08-12T21:58:39.763Z | |
1450 | 2024-08-12T21:58:39.763Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/147) |
1451 | 2024-08-12T21:58:40.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1452 | 2024-08-12T21:58:40.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1453 | 2024-08-12T21:58:40.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1454 | 2024-08-12T21:58:40.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1455 | 2024-08-12T21:58:40.222Z | |
1456 | 2024-08-12T21:58:40.222Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/147) |
1457 | 2024-08-12T21:58:40.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1458 | 2024-08-12T21:58:40.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1459 | 2024-08-12T21:58:40.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1460 | 2024-08-12T21:58:40.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1461 | 2024-08-12T21:58:40.692Z | |
1462 | 2024-08-12T21:58:40.692Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/147) |
1463 | 2024-08-12T21:58:41.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1464 | 2024-08-12T21:58:41.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1465 | 2024-08-12T21:58:41.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1466 | 2024-08-12T21:58:41.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1467 | 2024-08-12T21:58:41.153Z | |
1468 | 2024-08-12T21:58:41.153Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/147) |
1469 | 2024-08-12T21:58:41.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1470 | 2024-08-12T21:58:41.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1471 | 2024-08-12T21:58:41.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1472 | 2024-08-12T21:58:41.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1473 | 2024-08-12T21:58:41.618Z | |
1474 | 2024-08-12T21:58:41.618Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/147) |
1475 | 2024-08-12T21:58:42.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1476 | 2024-08-12T21:58:42.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1477 | 2024-08-12T21:58:42.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1478 | 2024-08-12T21:58:42.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1479 | 2024-08-12T21:58:42.076Z | |
1480 | 2024-08-12T21:58:42.076Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/147) |
1481 | 2024-08-12T21:58:42.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1482 | 2024-08-12T21:58:42.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1483 | 2024-08-12T21:58:42.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1484 | 2024-08-12T21:58:42.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1485 | 2024-08-12T21:58:42.532Z | |
1486 | 2024-08-12T21:58:42.532Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/147) |
1487 | 2024-08-12T21:58:42.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1488 | 2024-08-12T21:58:42.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1489 | 2024-08-12T21:58:42.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1490 | 2024-08-12T21:58:42.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1491 | 2024-08-12T21:58:42.997Z | |
1492 | 2024-08-12T21:58:42.997Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/147) |
1493 | 2024-08-12T21:58:43.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1494 | 2024-08-12T21:58:43.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1495 | 2024-08-12T21:58:43.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1496 | 2024-08-12T21:58:43.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1497 | 2024-08-12T21:58:43.465Z | |
1498 | 2024-08-12T21:58:43.465Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/147) |
1499 | 2024-08-12T21:58:43.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1500 | 2024-08-12T21:58:43.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1501 | 2024-08-12T21:58:43.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1502 | 2024-08-12T21:58:43.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1503 | 2024-08-12T21:58:43.921Z | |
1504 | 2024-08-12T21:58:43.921Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/147) |
1505 | 2024-08-12T21:58:44.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1506 | 2024-08-12T21:58:44.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1507 | 2024-08-12T21:58:44.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1508 | 2024-08-12T21:58:44.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1509 | 2024-08-12T21:58:44.375Z | |
1510 | 2024-08-12T21:58:44.375Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/147) |
1511 | 2024-08-12T21:58:44.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1512 | 2024-08-12T21:58:44.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1513 | 2024-08-12T21:58:44.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1514 | 2024-08-12T21:58:44.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1515 | 2024-08-12T21:58:44.845Z | |
1516 | 2024-08-12T21:58:44.845Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/147) |
1517 | 2024-08-12T21:58:45.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1518 | 2024-08-12T21:58:45.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1519 | 2024-08-12T21:58:45.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1520 | 2024-08-12T21:58:45.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1521 | 2024-08-12T21:58:45.317Z | |
1522 | 2024-08-12T21:58:45.317Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/147) |
1523 | 2024-08-12T21:58:45.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1524 | 2024-08-12T21:58:45.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1525 | 2024-08-12T21:58:45.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1526 | 2024-08-12T21:58:45.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1527 | 2024-08-12T21:58:45.781Z | |
1528 | 2024-08-12T21:58:45.781Z | info: running `cargo check --bins` on sled-hardware-types (25/147) |
1529 | 2024-08-12T21:58:46.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1530 | 2024-08-12T21:58:46.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1531 | 2024-08-12T21:58:46.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1532 | 2024-08-12T21:58:46.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1533 | 2024-08-12T21:58:46.428Z | |
1534 | 2024-08-12T21:58:46.428Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/147) |
1535 | 2024-08-12T21:58:47.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1536 | 2024-08-12T21:58:47.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1537 | 2024-08-12T21:58:47.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1538 | 2024-08-12T21:58:47.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1539 | 2024-08-12T21:58:47.082Z | |
1540 | 2024-08-12T21:58:47.082Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/147) |
1541 | 2024-08-12T21:58:47.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1542 | 2024-08-12T21:58:47.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1543 | 2024-08-12T21:58:47.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1544 | 2024-08-12T21:58:47.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1545 | 2024-08-12T21:58:47.743Z | |
1546 | 2024-08-12T21:58:47.743Z | info: running `cargo check --bins` on oxlog (28/147) |
1547 | 2024-08-12T21:58:48.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1548 | 2024-08-12T21:58:48.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1549 | 2024-08-12T21:58:48.345Z | Checking cfg-if v1.0.0 |
1550 | 2024-08-12T21:58:48.348Z | Checking libc v0.2.155 |
1551 | 2024-08-12T21:58:48.428Z | Checking memchr v2.7.2 |
1552 | 2024-08-12T21:58:48.448Z | Checking serde v1.0.206 |
1553 | 2024-08-12T21:58:48.457Z | Checking scopeguard v1.2.0 |
1554 | 2024-08-12T21:58:48.467Z | Checking byteorder v1.5.0 |
1555 | 2024-08-12T21:58:48.470Z | Checking log v0.4.21 |
1556 | 2024-08-12T21:58:48.489Z | Checking zeroize v1.7.0 |
1557 | 2024-08-12T21:58:48.492Z | Checking itoa v1.0.11 |
1558 | 2024-08-12T21:58:48.585Z | Checking lock_api v0.4.12 |
1559 | 2024-08-12T21:58:48.712Z | Checking once_cell v1.19.0 |
1560 | 2024-08-12T21:58:48.747Z | Checking pin-project-lite v0.2.14 |
1561 | 2024-08-12T21:58:48.762Z | Checking typenum v1.17.0 |
1562 | 2024-08-12T21:58:48.863Z | Checking smallvec v1.13.2 |
1563 | 2024-08-12T21:58:48.866Z | Checking zerocopy v0.7.34 |
1564 | 2024-08-12T21:58:48.989Z | Checking spin v0.9.8 |
1565 | 2024-08-12T21:58:49.007Z | Checking tinyvec_macros v0.1.1 |
1566 | 2024-08-12T21:58:49.096Z | Checking tinyvec v1.6.0 |
1567 | 2024-08-12T21:58:49.251Z | Checking subtle v2.5.0 |
1568 | 2024-08-12T21:58:49.310Z | Checking const-oid v0.9.6 |
1569 | 2024-08-12T21:58:49.326Z | Checking futures-core v0.3.30 |
1570 | 2024-08-12T21:58:49.497Z | Checking futures-sink v0.3.30 |
1571 | 2024-08-12T21:58:49.511Z | Checking unicode-bidi v0.3.15 |
1572 | 2024-08-12T21:58:49.606Z | Checking getrandom v0.2.14 |
1573 | 2024-08-12T21:58:49.650Z | Checking parking_lot_core v0.9.10 |
1574 | 2024-08-12T21:58:49.879Z | Checking rand_core v0.6.4 |
1575 | 2024-08-12T21:58:49.973Z | Checking signal-hook-registry v1.4.2 |
1576 | 2024-08-12T21:58:50.123Z | Checking parking_lot v0.12.2 |
1577 | 2024-08-12T21:58:50.137Z | Checking generic-array v0.14.7 |
1578 | 2024-08-12T21:58:50.176Z | Checking mio v0.8.11 |
1579 | 2024-08-12T21:58:50.226Z | Checking num_cpus v1.16.0 |
1580 | 2024-08-12T21:58:50.347Z | Checking socket2 v0.5.7 |
1581 | 2024-08-12T21:58:50.379Z | Checking ahash v0.8.11 |
1582 | 2024-08-12T21:58:50.393Z | Checking unicode-normalization v0.1.23 |
1583 | 2024-08-12T21:58:50.469Z | Checking allocator-api2 v0.2.18 |
1584 | 2024-08-12T21:58:50.812Z | Checking libm v0.2.8 |
1585 | 2024-08-12T21:58:50.830Z | Checking ryu v1.0.18 |
1586 | 2024-08-12T21:58:50.952Z | Checking equivalent v1.0.1 |
1587 | 2024-08-12T21:58:51.053Z | Checking futures-channel v0.3.30 |
1588 | 2024-08-12T21:58:51.065Z | Checking slab v0.4.9 |
1589 | 2024-08-12T21:58:51.132Z | Checking hashbrown v0.14.5 |
1590 | 2024-08-12T21:58:51.166Z | Checking futures-task v0.3.30 |
1591 | 2024-08-12T21:58:51.320Z | Checking pin-utils v0.1.0 |
1592 | 2024-08-12T21:58:51.335Z | Checking crypto-common v0.1.6 |
1593 | 2024-08-12T21:58:51.351Z | Checking futures-io v0.3.30 |
1594 | 2024-08-12T21:58:51.389Z | Checking block-buffer v0.10.4 |
1595 | 2024-08-12T21:58:51.407Z | Checking ppv-lite86 v0.2.17 |
1596 | 2024-08-12T21:58:51.421Z | Checking percent-encoding v2.3.1 |
1597 | 2024-08-12T21:58:51.512Z | Checking tracing-core v0.1.32 |
1598 | 2024-08-12T21:58:51.526Z | Checking futures-util v0.3.30 |
1599 | 2024-08-12T21:58:51.603Z | Checking digest v0.10.7 |
1600 | 2024-08-12T21:58:51.629Z | Checking untrusted v0.9.0 |
1601 | 2024-08-12T21:58:51.774Z | Checking num-traits v0.2.19 |
1602 | 2024-08-12T21:58:51.802Z | Checking fnv v1.0.7 |
1603 | 2024-08-12T21:58:51.930Z | Checking ring v0.17.8 |
1604 | 2024-08-12T21:58:51.971Z | Checking thiserror v1.0.63 |
1605 | 2024-08-12T21:58:52.103Z | Checking foreign-types-shared v0.1.1 |
1606 | 2024-08-12T21:58:52.120Z | Checking rand_chacha v0.3.1 |
1607 | 2024-08-12T21:58:52.182Z | Checking tracing v0.1.40 |
1608 | 2024-08-12T21:58:52.201Z | Checking powerfmt v0.2.0 |
1609 | 2024-08-12T21:58:52.365Z | Checking base64ct v1.6.0 |
1610 | 2024-08-12T21:58:52.475Z | Checking deranged v0.3.11 |
1611 | 2024-08-12T21:58:52.505Z | Checking rand v0.8.5 |
1612 | 2024-08-12T21:58:52.556Z | Checking foreign-types v0.3.2 |
1613 | 2024-08-12T21:58:52.647Z | Checking hmac v0.12.1 |
1614 | 2024-08-12T21:58:52.829Z | Checking pem-rfc7468 v0.7.0 |
1615 | 2024-08-12T21:58:52.854Z | Checking form_urlencoded v1.2.1 |
1616 | 2024-08-12T21:58:53.063Z | Checking openssl-sys v0.9.103 |
1617 | 2024-08-12T21:58:53.099Z | Checking unicode-ident v1.0.12 |
1618 | 2024-08-12T21:58:53.265Z | Checking num_threads v0.1.7 |
1619 | 2024-08-12T21:58:53.380Z | Checking try-lock v0.2.5 |
1620 | 2024-08-12T21:58:53.443Z | Checking time-core v0.1.2 |
1621 | 2024-08-12T21:58:53.516Z | Checking num-conv v0.1.0 |
1622 | 2024-08-12T21:58:53.597Z | Checking flagset v0.4.5 |
1623 | 2024-08-12T21:58:53.678Z | Checking bytes v1.7.1 |
1624 | 2024-08-12T21:58:53.770Z | Checking indexmap v2.3.0 |
1625 | 2024-08-12T21:58:53.794Z | Checking bitflags v2.6.0 |
1626 | 2024-08-12T21:58:53.798Z | Checking serde_json v1.0.122 |
1627 | 2024-08-12T21:58:53.848Z | Checking siphasher v0.3.11 |
1628 | 2024-08-12T21:58:54.096Z | Checking rustls-webpki v0.101.7 |
1629 | 2024-08-12T21:58:54.177Z | Checking sct v0.7.1 |
1630 | 2024-08-12T21:58:54.234Z | Checking time v0.3.36 |
1631 | 2024-08-12T21:58:54.360Z | Checking der v0.7.9 |
1632 | 2024-08-12T21:58:54.379Z | Checking openssl v0.10.66 |
1633 | 2024-08-12T21:58:54.521Z | Checking tokio v1.38.1 |
1634 | 2024-08-12T21:58:54.841Z | Checking http v0.2.12 |
1635 | 2024-08-12T21:58:55.107Z | Checking uuid v1.10.0 |
1636 | 2024-08-12T21:58:55.539Z | Checking want v0.3.1 |
1637 | 2024-08-12T21:58:55.735Z | Checking proc-macro2 v1.0.86 |
1638 | 2024-08-12T21:58:55.749Z | Checking idna v0.5.0 |
1639 | 2024-08-12T21:58:56.241Z | Checking http-body v0.4.6 |
1640 | 2024-08-12T21:58:56.255Z | Checking errno v0.3.9 |
1641 | 2024-08-12T21:58:56.423Z | Checking httparse v1.8.0 |
1642 | 2024-08-12T21:58:56.437Z | Checking lazy_static v1.5.0 |
1643 | 2024-08-12T21:58:56.551Z | Checking aho-corasick v1.1.3 |
1644 | 2024-08-12T21:58:56.608Z | Checking scroll v0.12.0 |
1645 | 2024-08-12T21:58:56.632Z | Checking iana-time-zone v0.1.60 |
1646 | 2024-08-12T21:58:56.768Z | Checking openssl-probe v0.1.5 |
1647 | 2024-08-12T21:58:56.800Z | Checking regex-syntax v0.8.4 |
1648 | 2024-08-12T21:58:56.855Z | Checking plain v0.2.3 |
1649 | 2024-08-12T21:58:56.919Z | Checking adler v1.0.2 |
1650 | 2024-08-12T21:58:56.935Z | Checking anstyle v1.0.8 |
1651 | 2024-08-12T21:58:56.998Z | Checking utf8parse v0.2.1 |
1652 | 2024-08-12T21:58:57.077Z | Checking httpdate v1.0.3 |
1653 | 2024-08-12T21:58:57.094Z | Checking cpufeatures v0.2.12 |
1654 | 2024-08-12T21:58:57.135Z | Checking ucd-trie v0.1.6 |
1655 | 2024-08-12T21:58:57.183Z | Checking finl_unicode v1.2.0 |
1656 | 2024-08-12T21:58:57.283Z | Checking tower-service v0.3.2 |
1657 | 2024-08-12T21:58:57.303Z | Checking sha2 v0.10.8 |
1658 | 2024-08-12T21:58:57.333Z | Checking pest v2.7.10 |
1659 | 2024-08-12T21:58:57.395Z | Checking anstyle-parse v0.2.4 |
1660 | 2024-08-12T21:58:57.677Z | Checking goblin v0.8.2 |
1661 | 2024-08-12T21:58:57.782Z | Checking stringprep v0.1.4 |
1662 | 2024-08-12T21:58:57.863Z | Checking miniz_oxide v0.7.2 |
1663 | 2024-08-12T21:58:58.075Z | Checking chrono v0.4.38 |
1664 | 2024-08-12T21:58:58.251Z | Checking url v2.5.2 |
1665 | 2024-08-12T21:58:58.661Z | Checking quote v1.0.36 |
1666 | 2024-08-12T21:58:59.046Z | Checking rustix v0.38.34 |
1667 | 2024-08-12T21:58:59.126Z | Checking spki v0.7.3 |
1668 | 2024-08-12T21:58:59.434Z | Checking rustls v0.21.12 |
1669 | 2024-08-12T21:58:59.875Z | Checking serde_spanned v0.6.7 |
1670 | 2024-08-12T21:59:00.037Z | Checking regex-automata v0.4.6 |
1671 | 2024-08-12T21:59:00.078Z | Checking toml_datetime v0.6.8 |
1672 | 2024-08-12T21:59:00.225Z | Checking native-tls v0.2.11 |
1673 | 2024-08-12T21:59:00.241Z | Checking num-integer v0.1.46 |
1674 | 2024-08-12T21:59:00.404Z | Checking md-5 v0.10.6 |
1675 | 2024-08-12T21:59:00.556Z | Checking idna v0.3.0 |
1676 | 2024-08-12T21:59:00.645Z | Checking hash32 v0.2.1 |
1677 | 2024-08-12T21:59:00.781Z | Checking fallible-iterator v0.2.0 |
1678 | 2024-08-12T21:59:00.960Z | Checking anstyle-query v1.0.3 |
1679 | 2024-08-12T21:59:01.093Z | Checking is_terminal_polyfill v1.70.0 |
1680 | 2024-08-12T21:59:01.217Z | Checking pretty-hex v0.4.1 |
1681 | 2024-08-12T21:59:01.243Z | Checking base64 v0.22.1 |
1682 | 2024-08-12T21:59:01.393Z | Checking colorchoice v1.0.1 |
1683 | 2024-08-12T21:59:01.422Z | Checking gimli v0.28.1 |
1684 | 2024-08-12T21:59:01.456Z | Checking psl-types v2.0.11 |
1685 | 2024-08-12T21:59:01.530Z | Checking stable_deref_trait v1.2.0 |
1686 | 2024-08-12T21:59:01.636Z | Checking heapless v0.7.17 |
1687 | 2024-08-12T21:59:01.652Z | Checking publicsuffix v2.2.3 |
1688 | 2024-08-12T21:59:01.707Z | Checking postgres-protocol v0.6.7 |
1689 | 2024-08-12T21:59:01.834Z | Checking tokio-util v0.7.11 |
1690 | 2024-08-12T21:59:01.896Z | Checking tokio-native-tls v0.3.1 |
1691 | 2024-08-12T21:59:02.156Z | Checking anstream v0.6.14 |
1692 | 2024-08-12T21:59:02.374Z | Checking terminal_size v0.3.0 |
1693 | 2024-08-12T21:59:02.560Z | Checking dtrace-parser v0.2.0 |
1694 | 2024-08-12T21:59:02.562Z | Checking pkcs8 v0.10.2 |
1695 | 2024-08-12T21:59:02.691Z | Checking syn v2.0.72 |
1696 | 2024-08-12T21:59:02.720Z | Checking h2 v0.3.26 |
1697 | 2024-08-12T21:59:02.752Z | Checking tokio-rustls v0.24.1 |
1698 | 2024-08-12T21:59:02.820Z | Checking cookie v0.17.0 |
1699 | 2024-08-12T21:59:02.938Z | Checking dof v0.3.0 |
1700 | 2024-08-12T21:59:03.008Z | Checking phf_shared v0.11.2 |
1701 | 2024-08-12T21:59:03.114Z | Checking block-padding v0.3.3 |
1702 | 2024-08-12T21:59:03.255Z | Checking ff v0.13.0 |
1703 | 2024-08-12T21:59:03.300Z | Checking thread-id v4.2.1 |
1704 | 2024-08-12T21:59:03.331Z | Checking object v0.32.2 |
1705 | 2024-08-12T21:59:03.406Z | Checking strsim v0.11.1 |
1706 | 2024-08-12T21:59:03.459Z | Checking clap_lex v0.7.0 |
1707 | 2024-08-12T21:59:03.545Z | Checking winnow v0.5.40 |
1708 | 2024-08-12T21:59:03.679Z | Checking ipnet v2.9.0 |
1709 | 2024-08-12T21:59:03.713Z | Checking managed v0.8.0 |
1710 | 2024-08-12T21:59:04.105Z | Checking base16ct v0.2.0 |
1711 | 2024-08-12T21:59:04.124Z | Checking matches v0.1.10 |
1712 | 2024-08-12T21:59:04.214Z | Checking base64 v0.21.7 |
1713 | 2024-08-12T21:59:04.306Z | Checking bitflags v1.3.2 |
1714 | 2024-08-12T21:59:04.414Z | Checking bit-vec v0.6.3 |
1715 | 2024-08-12T21:59:04.694Z | Checking regex-automata v0.1.10 |
1716 | 2024-08-12T21:59:04.736Z | Checking either v1.13.0 |
1717 | 2024-08-12T21:59:04.798Z | Checking rustc-demangle v0.1.24 |
1718 | 2024-08-12T21:59:05.097Z | Checking bstr v0.2.17 |
1719 | 2024-08-12T21:59:05.126Z | Checking regex v1.10.6 |
1720 | 2024-08-12T21:59:05.251Z | Checking rustls-pemfile v1.0.4 |
1721 | 2024-08-12T21:59:05.402Z | Checking addr2line v0.21.0 |
1722 | 2024-08-12T21:59:05.472Z | Checking smoltcp v0.9.1 |
1723 | 2024-08-12T21:59:05.771Z | Checking sec1 v0.7.3 |
1724 | 2024-08-12T21:59:05.928Z | Checking idna v0.2.3 |
1725 | 2024-08-12T21:59:05.991Z | Checking clap_builder v4.5.15 |
1726 | 2024-08-12T21:59:06.157Z | Checking group v0.13.0 |
1727 | 2024-08-12T21:59:06.434Z | Checking inout v0.1.3 |
1728 | 2024-08-12T21:59:06.650Z | Checking toml_edit v0.19.15 |
1729 | 2024-08-12T21:59:06.675Z | Checking phf v0.11.2 |
1730 | 2024-08-12T21:59:06.815Z | Checking cookie_store v0.20.0 |
1731 | 2024-08-12T21:59:06.945Z | Checking postgres-types v0.2.7 |
1732 | 2024-08-12T21:59:07.017Z | Checking num-bigint v0.4.5 |
1733 | 2024-08-12T21:59:07.478Z | Checking futures-executor v0.3.30 |
1734 | 2024-08-12T21:59:07.691Z | Checking phf_shared v0.10.0 |
1735 | 2024-08-12T21:59:07.706Z | Checking hubpack v0.1.2 |
1736 | 2024-08-12T21:59:07.976Z | Checking serde_urlencoded v0.7.1 |
1737 | 2024-08-12T21:59:08.043Z | Checking float-cmp v0.9.0 |
1738 | 2024-08-12T21:59:08.226Z | Checking hkdf v0.12.4 |
1739 | 2024-08-12T21:59:08.407Z | Checking zerocopy v0.6.6 |
1740 | 2024-08-12T21:59:08.431Z | Checking crossbeam-utils v0.8.19 |
1741 | 2024-08-12T21:59:09.146Z | Checking signal-hook v0.3.17 |
1742 | 2024-08-12T21:59:09.146Z | Checking crc32fast v1.4.0 |
1743 | 2024-08-12T21:59:09.188Z | Checking usdt-impl v0.5.0 |
1744 | 2024-08-12T21:59:09.203Z | Checking crypto-bigint v0.5.5 |
1745 | 2024-08-12T21:59:09.205Z | Checking hyper v0.14.30 |
1746 | 2024-08-12T21:59:09.236Z | Checking mio v1.0.1 |
1747 | 2024-08-12T21:59:09.382Z | Checking memmap v0.7.0 |
1748 | 2024-08-12T21:59:09.468Z | Checking backtrace v0.3.71 |
1749 | 2024-08-12T21:59:09.502Z | Checking encoding_rs v0.8.34 |
1750 | 2024-08-12T21:59:09.600Z | Checking minimal-lexical v0.2.1 |
1751 | 2024-08-12T21:59:09.688Z | Checking dyn-clone v1.0.17 |
1752 | 2024-08-12T21:59:09.717Z | Checking difflib v0.4.0 |
1753 | 2024-08-12T21:59:09.826Z | Checking sync_wrapper v0.1.2 |
1754 | 2024-08-12T21:59:09.840Z | Checking mime v0.3.17 |
1755 | 2024-08-12T21:59:09.957Z | Checking normalize-line-endings v0.3.0 |
1756 | 2024-08-12T21:59:10.005Z | Checking data-encoding v2.6.0 |
1757 | 2024-08-12T21:59:10.032Z | Checking static_assertions v1.1.0 |
1758 | 2024-08-12T21:59:10.048Z | Checking fixedbitset v0.4.2 |
1759 | 2024-08-12T21:59:10.085Z | Checking whoami v1.5.1 |
1760 | 2024-08-12T21:59:10.133Z | Checking precomputed-hash v0.1.1 |
1761 | 2024-08-12T21:59:10.148Z | Checking unicode-width v0.1.13 |
1762 | 2024-08-12T21:59:10.249Z | Checking webpki-roots v0.25.4 |
1763 | 2024-08-12T21:59:10.313Z | Checking winnow v0.6.18 |
1764 | 2024-08-12T21:59:10.344Z | Checking predicates-core v1.0.6 |
1765 | 2024-08-12T21:59:10.395Z | Checking unicode-segmentation v1.11.0 |
1766 | 2024-08-12T21:59:10.419Z | Checking new_debug_unreachable v1.0.6 |
1767 | 2024-08-12T21:59:10.511Z | Checking string_cache v0.8.7 |
1768 | 2024-08-12T21:59:10.539Z | Checking predicates v3.1.2 |
1769 | 2024-08-12T21:59:10.688Z | Checking trust-dns-proto v0.22.0 |
1770 | 2024-08-12T21:59:10.805Z | Checking tokio-postgres v0.7.11 |
1771 | 2024-08-12T21:59:11.062Z | Checking similar v2.5.0 |
1772 | 2024-08-12T21:59:11.253Z | Checking console v0.15.8 |
1773 | 2024-08-12T21:59:11.847Z | Checking petgraph v0.6.5 |
1774 | 2024-08-12T21:59:11.947Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1775 | 2024-08-12T21:59:11.950Z | Checking anyhow v1.0.86 |
1776 | 2024-08-12T21:59:12.142Z | Checking elliptic-curve v0.13.8 |
1777 | 2024-08-12T21:59:12.343Z | Checking nom v7.1.3 |
1778 | 2024-08-12T21:59:12.854Z | Checking signal-hook-mio v0.2.4 |
1779 | 2024-08-12T21:59:13.018Z | Checking schemars v0.8.21 |
1780 | 2024-08-12T21:59:13.370Z | Checking toml_edit v0.22.20 |
1781 | 2024-08-12T21:59:13.795Z | Checking usdt v0.5.0 |
1782 | 2024-08-12T21:59:14.074Z | Checking yasna v0.5.2 |
1783 | 2024-08-12T21:59:14.733Z | Checking flate2 v1.0.31 |
1784 | 2024-08-12T21:59:14.817Z | Checking toml v0.7.8 |
1785 | 2024-08-12T21:59:15.023Z | Checking clap v4.5.15 |
1786 | 2024-08-12T21:59:15.158Z | Checking crossbeam-epoch v0.9.18 |
1787 | 2024-08-12T21:59:15.271Z | Checking futures v0.3.30 |
1788 | 2024-08-12T21:59:15.335Z | Checking cipher v0.4.4 |
1789 | 2024-08-12T21:59:15.397Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1790 | 2024-08-12T21:59:15.411Z | Checking itertools v0.12.1 |
1791 | 2024-08-12T21:59:15.421Z | Checking itertools v0.10.5 |
1792 | 2024-08-12T21:59:15.529Z | Checking bstr v1.9.1 |
1793 | 2024-08-12T21:59:15.606Z | Checking bit-set v0.5.3 |
1794 | 2024-08-12T21:59:15.698Z | Checking hyper-rustls v0.24.2 |
1795 | 2024-08-12T21:59:15.726Z | Checking hyper-tls v0.5.0 |
1796 | 2024-08-12T21:59:15.861Z | Checking fs-err v2.11.0 |
1797 | 2024-08-12T21:59:15.993Z | Checking tokio-stream v0.1.15 |
1798 | 2024-08-12T21:59:16.017Z | Checking reqwest v0.11.27 |
1799 | 2024-08-12T21:59:16.139Z | Checking num-iter v0.1.45 |
1800 | 2024-08-12T21:59:16.321Z | Checking slog v2.7.0 |
1801 | 2024-08-12T21:59:16.433Z | Checking openapiv3 v2.0.0 |
1802 | 2024-08-12T21:59:16.468Z | Checking hex v0.4.3 |
1803 | 2024-08-12T21:59:16.804Z | Checking semver v1.0.23 |
1804 | 2024-08-12T21:59:16.821Z | Checking peg-runtime v0.8.3 |
1805 | 2024-08-12T21:59:17.007Z | Checking lalrpop-util v0.19.12 |
1806 | 2024-08-12T21:59:17.044Z | Checking camino v1.1.7 |
1807 | 2024-08-12T21:59:17.119Z | Checking sigpipe v0.1.3 |
1808 | 2024-08-12T21:59:19.055Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1809 | 2024-08-12T21:59:19.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.62s |
1810 | 2024-08-12T21:59:19.503Z | |
1811 | 2024-08-12T21:59:19.503Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/147) |
1812 | 2024-08-12T21:59:20.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1813 | 2024-08-12T21:59:20.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1814 | 2024-08-12T21:59:20.157Z | Compiling regress v0.9.1 |
1815 | 2024-08-12T21:59:20.248Z | Checking sha1 v0.10.6 |
1816 | 2024-08-12T21:59:20.260Z | Checking strum v0.26.3 |
1817 | 2024-08-12T21:59:20.281Z | Checking heck v0.5.0 |
1818 | 2024-08-12T21:59:20.296Z | Compiling getopts v0.2.21 |
1819 | 2024-08-12T21:59:20.299Z | Checking dirs-sys-next v0.1.2 |
1820 | 2024-08-12T21:59:20.309Z | Compiling unsafe-libyaml v0.2.11 |
1821 | 2024-08-12T21:59:20.472Z | Checking http v1.1.0 |
1822 | 2024-08-12T21:59:20.487Z | Checking dirs-next v2.0.0 |
1823 | 2024-08-12T21:59:20.503Z | Checking thread_local v1.1.8 |
1824 | 2024-08-12T21:59:20.623Z | Checking rustls-pki-types v1.7.0 |
1825 | 2024-08-12T21:59:20.718Z | Compiling ident_case v1.0.1 |
1826 | 2024-08-12T21:59:20.784Z | Checking term v0.7.0 |
1827 | 2024-08-12T21:59:20.913Z | Compiling darling_core v0.20.9 |
1828 | 2024-08-12T21:59:21.040Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1829 | 2024-08-12T21:59:21.234Z | Checking crossbeam-channel v0.5.12 |
1830 | 2024-08-12T21:59:21.260Z | Checking is-terminal v0.4.12 |
1831 | 2024-08-12T21:59:21.385Z | Checking atty v0.2.14 |
1832 | 2024-08-12T21:59:21.414Z | Checking humantime v2.1.0 |
1833 | 2024-08-12T21:59:21.513Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1834 | 2024-08-12T21:59:21.716Z | Compiling paste v1.0.15 |
1835 | 2024-08-12T21:59:21.858Z | Compiling serde_yaml v0.9.34+deprecated |
1836 | 2024-08-12T21:59:21.887Z | Checking utf-8 v0.7.6 |
1837 | 2024-08-12T21:59:21.981Z | Compiling rustls v0.22.4 |
1838 | 2024-08-12T21:59:22.088Z | Checking take_mut v0.2.2 |
1839 | 2024-08-12T21:59:22.246Z | Checking termcolor v1.4.1 |
1840 | 2024-08-12T21:59:22.317Z | Checking slog-async v2.8.0 |
1841 | 2024-08-12T21:59:22.375Z | Checking slog-term v2.9.1 |
1842 | 2024-08-12T21:59:22.392Z | Checking rustls-webpki v0.102.4 |
1843 | 2024-08-12T21:59:22.598Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1844 | 2024-08-12T21:59:22.704Z | Checking env_logger v0.9.3 |
1845 | 2024-08-12T21:59:22.887Z | Compiling proc-macro-crate v1.3.1 |
1846 | 2024-08-12T21:59:22.976Z | Compiling bitstruct_derive v0.1.0 |
1847 | 2024-08-12T21:59:23.171Z | Compiling structmeta-derive v0.3.0 |
1848 | 2024-08-12T21:59:23.183Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1849 | 2024-08-12T21:59:23.309Z | Compiling multer v3.1.0 |
1850 | 2024-08-12T21:59:23.633Z | Checking match_cfg v0.1.0 |
1851 | 2024-08-12T21:59:23.729Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1852 | 2024-08-12T21:59:23.877Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1853 | 2024-08-12T21:59:24.031Z | Checking ascii v1.1.0 |
1854 | 2024-08-12T21:59:24.376Z | Checking bitstruct v0.1.1 |
1855 | 2024-08-12T21:59:24.445Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1856 | 2024-08-12T21:59:24.513Z | Compiling num_enum_derive v0.5.11 |
1857 | 2024-08-12T21:59:25.369Z | Checking hostname v0.3.1 |
1858 | 2024-08-12T21:59:25.532Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1859 | 2024-08-12T21:59:25.703Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1860 | 2024-08-12T21:59:26.110Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1861 | 2024-08-12T21:59:26.237Z | Compiling structmeta v0.3.0 |
1862 | 2024-08-12T21:59:26.362Z | Checking slog-json v2.6.1 |
1863 | 2024-08-12T21:59:26.412Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1864 | 2024-08-12T21:59:26.618Z | Checking erased-serde v0.3.31 |
1865 | 2024-08-12T21:59:26.664Z | Checking serde_arrays v0.1.0 |
1866 | 2024-08-12T21:59:26.679Z | Compiling async-stream-impl v0.3.5 |
1867 | 2024-08-12T21:59:26.818Z | Compiling foreign-types-macros v0.2.3 |
1868 | 2024-08-12T21:59:27.197Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1869 | 2024-08-12T21:59:27.242Z | Checking atomic-waker v1.1.2 |
1870 | 2024-08-12T21:59:27.378Z | Checking foreign-types-shared v0.3.1 |
1871 | 2024-08-12T21:59:27.496Z | Checking arc-swap v1.7.1 |
1872 | 2024-08-12T21:59:27.511Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1873 | 2024-08-12T21:59:27.647Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1874 | 2024-08-12T21:59:27.884Z | Checking waitgroup v0.1.2 |
1875 | 2024-08-12T21:59:27.906Z | Checking slog-scope v4.4.0 |
1876 | 2024-08-12T21:59:28.009Z | Compiling darling_macro v0.20.9 |
1877 | 2024-08-12T21:59:28.025Z | Checking num_enum v0.5.11 |
1878 | 2024-08-12T21:59:28.028Z | Checking async-stream v0.3.5 |
1879 | 2024-08-12T21:59:28.088Z | Compiling parse-display-derive v0.10.0 |
1880 | 2024-08-12T21:59:28.160Z | Checking foreign-types v0.5.0 |
1881 | 2024-08-12T21:59:28.175Z | Checking slog-bunyan v2.5.0 |
1882 | 2024-08-12T21:59:28.207Z | Compiling proc-macro-error v1.0.4 |
1883 | 2024-08-12T21:59:28.495Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1884 | 2024-08-12T21:59:28.656Z | Checking toml v0.8.19 |
1885 | 2024-08-12T21:59:28.752Z | Checking tungstenite v0.20.1 |
1886 | 2024-08-12T21:59:28.901Z | Checking rustls-pemfile v2.1.3 |
1887 | 2024-08-12T21:59:28.972Z | Compiling darling v0.20.9 |
1888 | 2024-08-12T21:59:29.100Z | Compiling serde_with_macros v3.8.3 |
1889 | 2024-08-12T21:59:29.150Z | Checking tokio-rustls v0.25.0 |
1890 | 2024-08-12T21:59:29.164Z | Compiling heck v0.3.3 |
1891 | 2024-08-12T21:59:29.423Z | Checking ipnetwork v0.20.0 |
1892 | 2024-08-12T21:59:29.510Z | Checking newtype-uuid v1.1.0 |
1893 | 2024-08-12T21:59:29.598Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1894 | 2024-08-12T21:59:29.614Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1895 | 2024-08-12T21:59:29.737Z | Checking serde_path_to_error v0.1.16 |
1896 | 2024-08-12T21:59:29.777Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1897 | 2024-08-12T21:59:30.349Z | Checking hostname v0.4.0 |
1898 | 2024-08-12T21:59:30.528Z | Checking cstr-argument v0.1.2 |
1899 | 2024-08-12T21:59:30.528Z | Checking instant v0.1.12 |
1900 | 2024-08-12T21:59:30.598Z | Checking pretty-hex v0.2.1 |
1901 | 2024-08-12T21:59:30.649Z | Checking debug-ignore v1.0.5 |
1902 | 2024-08-12T21:59:30.711Z | Checking fastrand v2.1.0 |
1903 | 2024-08-12T21:59:30.759Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1904 | 2024-08-12T21:59:30.788Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1905 | 2024-08-12T21:59:31.064Z | Checking tempfile v3.10.1 |
1906 | 2024-08-12T21:59:31.079Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1907 | 2024-08-12T21:59:31.118Z | Checking backoff v0.4.0 |
1908 | 2024-08-12T21:59:31.416Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1909 | 2024-08-12T21:59:31.435Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1910 | 2024-08-12T21:59:31.560Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1911 | 2024-08-12T21:59:31.601Z | Compiling zone_cfg_derive v0.1.2 |
1912 | 2024-08-12T21:59:31.794Z | Checking tokio-tungstenite v0.20.1 |
1913 | 2024-08-12T21:59:31.813Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1914 | 2024-08-12T21:59:32.279Z | Checking slog-stdlog v4.1.1 |
1915 | 2024-08-12T21:59:32.295Z | Checking serde_with v3.8.3 |
1916 | 2024-08-12T21:59:32.448Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1917 | 2024-08-12T21:59:32.577Z | Checking tungstenite v0.21.0 |
1918 | 2024-08-12T21:59:32.596Z | Checking colored v2.1.0 |
1919 | 2024-08-12T21:59:32.774Z | Checking parse-display v0.10.0 |
1920 | 2024-08-12T21:59:32.894Z | Checking macaddr v1.0.1 |
1921 | 2024-08-12T21:59:32.999Z | Checking socket2 v0.4.10 |
1922 | 2024-08-12T21:59:33.189Z | Checking base64 v0.13.1 |
1923 | 2024-08-12T21:59:33.240Z | Checking zone v0.1.8 |
1924 | 2024-08-12T21:59:33.487Z | Checking tokio-tungstenite v0.21.0 |
1925 | 2024-08-12T21:59:33.609Z | Checking ron v0.7.1 |
1926 | 2024-08-12T21:59:33.945Z | Checking slog-envlogger v2.2.0 |
1927 | 2024-08-12T21:59:33.973Z | Checking pem v3.0.4 |
1928 | 2024-08-12T21:59:34.174Z | Checking tabwriter v1.4.0 |
1929 | 2024-08-12T21:59:34.243Z | Checking xattr v1.3.1 |
1930 | 2024-08-12T21:59:34.404Z | Checking portpicker v0.1.1 |
1931 | 2024-08-12T21:59:34.447Z | Checking headers-core v0.2.0 |
1932 | 2024-08-12T21:59:34.556Z | Checking smf v0.2.3 |
1933 | 2024-08-12T21:59:34.600Z | Checking filetime v0.2.24 |
1934 | 2024-08-12T21:59:34.782Z | Checking same-file v1.0.6 |
1935 | 2024-08-12T21:59:34.821Z | Checking tar v0.4.41 |
1936 | 2024-08-12T21:59:34.967Z | Checking walkdir v2.5.0 |
1937 | 2024-08-12T21:59:35.014Z | Checking headers v0.3.9 |
1938 | 2024-08-12T21:59:35.247Z | Checking rcgen v0.12.1 |
1939 | 2024-08-12T21:59:35.263Z | Checking camino-tempfile v1.1.1 |
1940 | 2024-08-12T21:59:35.605Z | Checking atomicwrites v0.4.3 |
1941 | 2024-08-12T21:59:35.650Z | Checking subprocess v0.2.9 |
1942 | 2024-08-12T21:59:36.680Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1943 | 2024-08-12T21:59:36.911Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1944 | 2024-08-12T21:59:38.985Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1945 | 2024-08-12T21:59:41.156Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1946 | 2024-08-12T21:59:41.230Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1947 | 2024-08-12T21:59:44.951Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1948 | 2024-08-12T21:59:51.600Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1949 | 2024-08-12T21:59:51.745Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1950 | 2024-08-12T21:59:51.745Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1951 | 2024-08-12T21:59:54.382Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1952 | 2024-08-12T21:59:54.738Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1953 | 2024-08-12T22:00:00.625Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1954 | 2024-08-12T22:00:02.063Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1955 | 2024-08-12T22:00:03.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.73s |
1956 | 2024-08-12T22:00:03.406Z | |
1957 | 2024-08-12T22:00:03.406Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/147) |
1958 | 2024-08-12T22:00:03.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1959 | 2024-08-12T22:00:03.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1960 | 2024-08-12T22:00:04.054Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1961 | 2024-08-12T22:00:05.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
1962 | 2024-08-12T22:00:05.472Z | |
1963 | 2024-08-12T22:00:05.472Z | info: running `cargo check --bins` on nexus-config (31/147) |
1964 | 2024-08-12T22:00:06.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1965 | 2024-08-12T22:00:06.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1966 | 2024-08-12T22:00:06.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1967 | 2024-08-12T22:00:06.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1968 | 2024-08-12T22:00:06.108Z | |
1969 | 2024-08-12T22:00:06.108Z | info: running `cargo check --bins` on omicron-rpaths (32/147) |
1970 | 2024-08-12T22:00:06.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1971 | 2024-08-12T22:00:06.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1972 | 2024-08-12T22:00:06.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1973 | 2024-08-12T22:00:06.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1974 | 2024-08-12T22:00:06.714Z | |
1975 | 2024-08-12T22:00:06.714Z | info: running `cargo check --bins` on omicron-certificates (33/147) |
1976 | 2024-08-12T22:00:07.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1977 | 2024-08-12T22:00:07.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1978 | 2024-08-12T22:00:07.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1979 | 2024-08-12T22:00:07.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1980 | 2024-08-12T22:00:07.341Z | |
1981 | 2024-08-12T22:00:07.341Z | info: running `cargo check --bins` on bootstrap-agent-client (34/147) |
1982 | 2024-08-12T22:00:07.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1983 | 2024-08-12T22:00:07.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1984 | 2024-08-12T22:00:07.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1985 | 2024-08-12T22:00:07.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1986 | 2024-08-12T22:00:07.989Z | |
1987 | 2024-08-12T22:00:07.989Z | info: running `cargo check --bins` on cockroach-admin-client (35/147) |
1988 | 2024-08-12T22:00:08.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1989 | 2024-08-12T22:00:08.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1990 | 2024-08-12T22:00:08.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1991 | 2024-08-12T22:00:08.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1992 | 2024-08-12T22:00:08.592Z | |
1993 | 2024-08-12T22:00:08.592Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/147) |
1994 | 2024-08-12T22:00:09.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1995 | 2024-08-12T22:00:09.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1996 | 2024-08-12T22:00:09.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1997 | 2024-08-12T22:00:09.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1998 | 2024-08-12T22:00:09.243Z | |
1999 | 2024-08-12T22:00:09.243Z | info: running `cargo check --bins` on dns-service-client (37/147) |
2000 | 2024-08-12T22:00:09.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2001 | 2024-08-12T22:00:09.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2002 | 2024-08-12T22:00:09.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2003 | 2024-08-12T22:00:09.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2004 | 2024-08-12T22:00:09.843Z | |
2005 | 2024-08-12T22:00:09.843Z | info: running `cargo check --bins` on dpd-client (38/147) |
2006 | 2024-08-12T22:00:10.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2007 | 2024-08-12T22:00:10.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2008 | 2024-08-12T22:00:10.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2009 | 2024-08-12T22:00:10.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2010 | 2024-08-12T22:00:10.459Z | |
2011 | 2024-08-12T22:00:10.459Z | info: running `cargo check --bins` on gateway-client (39/147) |
2012 | 2024-08-12T22:00:11.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2013 | 2024-08-12T22:00:11.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2014 | 2024-08-12T22:00:11.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2015 | 2024-08-12T22:00:11.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2016 | 2024-08-12T22:00:11.070Z | |
2017 | 2024-08-12T22:00:11.071Z | info: running `cargo check --bins` on installinator-client (40/147) |
2018 | 2024-08-12T22:00:11.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2019 | 2024-08-12T22:00:11.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2020 | 2024-08-12T22:00:11.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2021 | 2024-08-12T22:00:11.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2022 | 2024-08-12T22:00:11.720Z | |
2023 | 2024-08-12T22:00:11.720Z | info: running `cargo check --bins` on installinator-common (41/147) |
2024 | 2024-08-12T22:00:12.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2025 | 2024-08-12T22:00:12.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2026 | 2024-08-12T22:00:12.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2027 | 2024-08-12T22:00:12.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2028 | 2024-08-12T22:00:12.369Z | |
2029 | 2024-08-12T22:00:12.369Z | info: running `cargo check --bins` on update-engine (42/147) |
2030 | 2024-08-12T22:00:12.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2031 | 2024-08-12T22:00:12.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2032 | 2024-08-12T22:00:12.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2033 | 2024-08-12T22:00:12.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2034 | 2024-08-12T22:00:12.975Z | |
2035 | 2024-08-12T22:00:12.975Z | info: running `cargo check --bins` on nexus-client (43/147) |
2036 | 2024-08-12T22:00:13.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2037 | 2024-08-12T22:00:13.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2038 | 2024-08-12T22:00:13.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2039 | 2024-08-12T22:00:13.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2040 | 2024-08-12T22:00:13.616Z | |
2041 | 2024-08-12T22:00:13.616Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/147) |
2042 | 2024-08-12T22:00:14.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2043 | 2024-08-12T22:00:14.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2044 | 2024-08-12T22:00:14.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2045 | 2024-08-12T22:00:14.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2046 | 2024-08-12T22:00:14.258Z | |
2047 | 2024-08-12T22:00:14.258Z | info: running `cargo check --bins` on omicron-passwords (45/147) |
2048 | 2024-08-12T22:00:14.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2049 | 2024-08-12T22:00:14.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2050 | 2024-08-12T22:00:14.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2051 | 2024-08-12T22:00:14.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2052 | 2024-08-12T22:00:14.857Z | |
2053 | 2024-08-12T22:00:14.857Z | info: running `cargo check --bins` on nexus-types (46/147) |
2054 | 2024-08-12T22:00:15.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2055 | 2024-08-12T22:00:15.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2056 | 2024-08-12T22:00:15.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2057 | 2024-08-12T22:00:15.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2058 | 2024-08-12T22:00:15.496Z | |
2059 | 2024-08-12T22:00:15.496Z | info: running `cargo check --bins` on oxide-client (47/147) |
2060 | 2024-08-12T22:00:16.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2061 | 2024-08-12T22:00:16.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2062 | 2024-08-12T22:00:16.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2063 | 2024-08-12T22:00:16.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2064 | 2024-08-12T22:00:16.089Z | |
2065 | 2024-08-12T22:00:16.089Z | info: running `cargo check --bins` on oximeter-client (48/147) |
2066 | 2024-08-12T22:00:16.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2067 | 2024-08-12T22:00:16.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2068 | 2024-08-12T22:00:16.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2069 | 2024-08-12T22:00:16.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2070 | 2024-08-12T22:00:16.708Z | |
2071 | 2024-08-12T22:00:16.708Z | info: running `cargo check --bins` on sled-agent-client (49/147) |
2072 | 2024-08-12T22:00:17.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2073 | 2024-08-12T22:00:17.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2074 | 2024-08-12T22:00:17.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2075 | 2024-08-12T22:00:17.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2076 | 2024-08-12T22:00:17.344Z | |
2077 | 2024-08-12T22:00:17.344Z | info: running `cargo check --bins` on wicketd-client (50/147) |
2078 | 2024-08-12T22:00:17.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2079 | 2024-08-12T22:00:17.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2080 | 2024-08-12T22:00:17.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2081 | 2024-08-12T22:00:17.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2082 | 2024-08-12T22:00:17.996Z | |
2083 | 2024-08-12T22:00:17.996Z | info: running `cargo check --bins` on wicket-common (51/147) |
2084 | 2024-08-12T22:00:18.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2085 | 2024-08-12T22:00:18.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2086 | 2024-08-12T22:00:18.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2087 | 2024-08-12T22:00:18.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2088 | 2024-08-12T22:00:18.633Z | |
2089 | 2024-08-12T22:00:18.633Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/147) |
2090 | 2024-08-12T22:00:19.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2091 | 2024-08-12T22:00:19.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2092 | 2024-08-12T22:00:19.268Z | Compiling heapless v0.8.0 |
2093 | 2024-08-12T22:00:19.271Z | Checking hash32 v0.3.1 |
2094 | 2024-08-12T22:00:19.363Z | Compiling smoltcp v0.11.0 |
2095 | 2024-08-12T22:00:19.374Z | Checking embedded-io v0.4.0 |
2096 | 2024-08-12T22:00:19.377Z | Checking cobs v0.2.3 |
2097 | 2024-08-12T22:00:19.394Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2098 | 2024-08-12T22:00:19.397Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2099 | 2024-08-12T22:00:19.420Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2100 | 2024-08-12T22:00:19.501Z | Compiling crucible-workspace-hack v0.1.0 |
2101 | 2024-08-12T22:00:19.539Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2102 | 2024-08-12T22:00:19.556Z | Checking postcard v1.0.8 |
2103 | 2024-08-12T22:00:19.556Z | Checking csv-core v0.1.11 |
2104 | 2024-08-12T22:00:19.745Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2105 | 2024-08-12T22:00:19.799Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2106 | 2024-08-12T22:00:19.868Z | Checking csv v1.3.0 |
2107 | 2024-08-12T22:00:20.064Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2108 | 2024-08-12T22:00:20.082Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2109 | 2024-08-12T22:00:20.244Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2110 | 2024-08-12T22:00:20.296Z | Compiling num-derive v0.4.2 |
2111 | 2024-08-12T22:00:20.444Z | Compiling slog-dtrace v0.3.0 |
2112 | 2024-08-12T22:00:20.585Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2113 | 2024-08-12T22:00:20.733Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2114 | 2024-08-12T22:00:20.791Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2115 | 2024-08-12T22:00:20.847Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2116 | 2024-08-12T22:00:21.292Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2117 | 2024-08-12T22:00:21.542Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2118 | 2024-08-12T22:00:22.075Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2119 | 2024-08-12T22:00:23.213Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2120 | 2024-08-12T22:00:24.104Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2121 | 2024-08-12T22:00:25.193Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2122 | 2024-08-12T22:00:28.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.40s |
2123 | 2024-08-12T22:00:28.187Z | |
2124 | 2024-08-12T22:00:28.187Z | info: running `cargo check --bins` on cockroach-admin-api (53/147) |
2125 | 2024-08-12T22:00:28.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2126 | 2024-08-12T22:00:28.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2127 | 2024-08-12T22:00:28.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2128 | 2024-08-12T22:00:28.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2129 | 2024-08-12T22:00:28.812Z | |
2130 | 2024-08-12T22:00:28.812Z | info: running `cargo check --bins` on cockroach-admin-types (54/147) |
2131 | 2024-08-12T22:00:29.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2132 | 2024-08-12T22:00:29.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2133 | 2024-08-12T22:00:29.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2134 | 2024-08-12T22:00:29.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2135 | 2024-08-12T22:00:29.440Z | |
2136 | 2024-08-12T22:00:29.441Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/147) |
2137 | 2024-08-12T22:00:30.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2138 | 2024-08-12T22:00:30.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2139 | 2024-08-12T22:00:30.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2140 | 2024-08-12T22:00:30.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2141 | 2024-08-12T22:00:30.182Z | |
2142 | 2024-08-12T22:00:30.182Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/147) |
2143 | 2024-08-12T22:00:30.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2144 | 2024-08-12T22:00:30.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2145 | 2024-08-12T22:00:30.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2146 | 2024-08-12T22:00:30.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2147 | 2024-08-12T22:00:30.920Z | |
2148 | 2024-08-12T22:00:30.920Z | info: running `cargo check --bins` on dns-server (57/147) |
2149 | 2024-08-12T22:00:31.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2150 | 2024-08-12T22:00:31.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2151 | 2024-08-12T22:00:31.545Z | Compiling parking_lot_core v0.8.6 |
2152 | 2024-08-12T22:00:31.631Z | Checking nibble_vec v0.1.0 |
2153 | 2024-08-12T22:00:31.634Z | Checking endian-type v0.1.2 |
2154 | 2024-08-12T22:00:31.649Z | Checking newline-converter v0.3.0 |
2155 | 2024-08-12T22:00:31.652Z | Checking quick-error v1.2.3 |
2156 | 2024-08-12T22:00:31.652Z | Checking linked-hash-map v0.5.6 |
2157 | 2024-08-12T22:00:31.659Z | Checking fxhash v0.2.1 |
2158 | 2024-08-12T22:00:31.661Z | Checking toml v0.5.11 |
2159 | 2024-08-12T22:00:31.780Z | Checking expectorate v1.1.0 |
2160 | 2024-08-12T22:00:31.780Z | Checking resolv-conf v0.7.0 |
2161 | 2024-08-12T22:00:31.809Z | Checking radix_trie v0.2.1 |
2162 | 2024-08-12T22:00:31.812Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2163 | 2024-08-12T22:00:31.945Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2164 | 2024-08-12T22:00:31.999Z | Checking lru-cache v0.1.2 |
2165 | 2024-08-12T22:00:32.158Z | Checking trust-dns-client v0.22.0 |
2166 | 2024-08-12T22:00:32.161Z | Checking trust-dns-resolver v0.22.0 |
2167 | 2024-08-12T22:00:32.347Z | Checking parking_lot v0.11.2 |
2168 | 2024-08-12T22:00:32.587Z | Checking sled v0.34.7 |
2169 | 2024-08-12T22:00:33.127Z | Checking trust-dns-server v0.22.1 |
2170 | 2024-08-12T22:00:34.782Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2171 | 2024-08-12T22:00:35.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.00s |
2172 | 2024-08-12T22:00:36.072Z | |
2173 | 2024-08-12T22:00:36.072Z | info: running `cargo check --bins` on dns-server-api (58/147) |
2174 | 2024-08-12T22:00:36.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2175 | 2024-08-12T22:00:36.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2176 | 2024-08-12T22:00:36.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2177 | 2024-08-12T22:00:36.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2178 | 2024-08-12T22:00:36.686Z | |
2179 | 2024-08-12T22:00:36.686Z | info: running `cargo check --bins` on gateway-test-utils (59/147) |
2180 | 2024-08-12T22:00:37.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2181 | 2024-08-12T22:00:37.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2182 | 2024-08-12T22:00:37.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2183 | 2024-08-12T22:00:37.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2184 | 2024-08-12T22:00:37.368Z | |
2185 | 2024-08-12T22:00:37.368Z | info: running `cargo check --bins` on gateway-types (60/147) |
2186 | 2024-08-12T22:00:37.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2187 | 2024-08-12T22:00:37.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2188 | 2024-08-12T22:00:37.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2189 | 2024-08-12T22:00:37.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2190 | 2024-08-12T22:00:38.022Z | |
2191 | 2024-08-12T22:00:38.022Z | info: running `cargo check --bins` on ipcc (61/147) |
2192 | 2024-08-12T22:00:38.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2193 | 2024-08-12T22:00:38.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2194 | 2024-08-12T22:00:38.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2195 | 2024-08-12T22:00:38.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2196 | 2024-08-12T22:00:38.668Z | |
2197 | 2024-08-12T22:00:38.668Z | info: running `cargo check --bins` on omicron-gateway (62/147) |
2198 | 2024-08-12T22:00:39.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2199 | 2024-08-12T22:00:39.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2200 | 2024-08-12T22:00:39.365Z | Compiling radium v0.7.0 |
2201 | 2024-08-12T22:00:39.456Z | Checking tap v1.0.1 |
2202 | 2024-08-12T22:00:39.456Z | Compiling maybe-uninit v2.0.0 |
2203 | 2024-08-12T22:00:39.481Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2204 | 2024-08-12T22:00:39.483Z | Compiling num-bigint-dig v0.8.4 |
2205 | 2024-08-12T22:00:39.483Z | Checking crc-catalog v2.4.0 |
2206 | 2024-08-12T22:00:39.483Z | Checking funty v2.0.0 |
2207 | 2024-08-12T22:00:39.483Z | Compiling packed_struct v0.10.1 |
2208 | 2024-08-12T22:00:39.599Z | Checking wyz v0.5.1 |
2209 | 2024-08-12T22:00:39.689Z | Checking crc v3.2.1 |
2210 | 2024-08-12T22:00:39.872Z | Compiling packed_struct_codegen v0.10.1 |
2211 | 2024-08-12T22:00:39.978Z | Compiling indexmap v1.9.3 |
2212 | 2024-08-12T22:00:40.112Z | Checking half v2.4.1 |
2213 | 2024-08-12T22:00:40.148Z | Checking ciborium-io v0.2.2 |
2214 | 2024-08-12T22:00:40.275Z | Checking nodrop v0.1.14 |
2215 | 2024-08-12T22:00:40.311Z | Checking smallvec v0.6.14 |
2216 | 2024-08-12T22:00:40.382Z | Checking array-init v0.0.4 |
2217 | 2024-08-12T22:00:40.438Z | Checking bitvec v1.0.1 |
2218 | 2024-08-12T22:00:40.471Z | Checking pkcs1 v0.7.5 |
2219 | 2024-08-12T22:00:40.572Z | Checking ciborium-ll v0.2.2 |
2220 | 2024-08-12T22:00:40.727Z | Checking signature v2.2.0 |
2221 | 2024-08-12T22:00:40.799Z | Compiling memoffset v0.9.1 |
2222 | 2024-08-12T22:00:40.862Z | Checking hashbrown v0.12.3 |
2223 | 2024-08-12T22:00:40.877Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2224 | 2024-08-12T22:00:40.920Z | Checking bitfield v0.14.0 |
2225 | 2024-08-12T22:00:41.127Z | Checking env_logger v0.10.2 |
2226 | 2024-08-12T22:00:41.248Z | Checking ciborium v0.2.2 |
2227 | 2024-08-12T22:00:41.335Z | Checking bzip2 v0.4.4 |
2228 | 2024-08-12T22:00:41.462Z | Checking serde-hex v0.1.0 |
2229 | 2024-08-12T22:00:41.551Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2230 | 2024-08-12T22:00:41.640Z | Checking ron v0.8.1 |
2231 | 2024-08-12T22:00:41.813Z | Checking x509-cert v0.2.5 |
2232 | 2024-08-12T22:00:42.306Z | Checking hashbrown v0.13.2 |
2233 | 2024-08-12T22:00:42.551Z | Checking rsa v0.9.6 |
2234 | 2024-08-12T22:00:42.666Z | Checking crc-any v2.5.0 |
2235 | 2024-08-12T22:00:42.993Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2236 | 2024-08-12T22:00:43.065Z | Checking zip v0.6.6 |
2237 | 2024-08-12T22:00:43.370Z | Checking object v0.30.4 |
2238 | 2024-08-12T22:00:43.373Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2239 | 2024-08-12T22:00:43.447Z | Checking path-slash v0.1.5 |
2240 | 2024-08-12T22:00:43.513Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2241 | 2024-08-12T22:00:43.593Z | Checking nix v0.27.1 |
2242 | 2024-08-12T22:00:43.632Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2243 | 2024-08-12T22:00:43.762Z | Checking serde-big-array v0.5.1 |
2244 | 2024-08-12T22:00:43.779Z | Checking signal-hook-tokio v0.3.1 |
2245 | 2024-08-12T22:00:45.773Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2246 | 2024-08-12T22:00:46.378Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2247 | 2024-08-12T22:00:53.607Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2248 | 2024-08-12T22:00:54.903Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2249 | 2024-08-12T22:00:56.763Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2250 | 2024-08-12T22:00:58.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.00s |
2251 | 2024-08-12T22:00:58.859Z | |
2252 | 2024-08-12T22:00:58.859Z | info: running `cargo check --bins` on gateway-api (63/147) |
2253 | 2024-08-12T22:00:59.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2254 | 2024-08-12T22:00:59.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2255 | 2024-08-12T22:00:59.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2256 | 2024-08-12T22:00:59.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2257 | 2024-08-12T22:00:59.501Z | |
2258 | 2024-08-12T22:00:59.501Z | info: running `cargo check --bins` on sp-sim (64/147) |
2259 | 2024-08-12T22:01:00.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2260 | 2024-08-12T22:01:00.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2261 | 2024-08-12T22:01:00.148Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2262 | 2024-08-12T22:01:01.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
2263 | 2024-08-12T22:01:01.941Z | |
2264 | 2024-08-12T22:01:01.941Z | info: running `cargo check --bins` on internal-dns (65/147) |
2265 | 2024-08-12T22:01:02.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2266 | 2024-08-12T22:01:02.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2267 | 2024-08-12T22:01:02.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2268 | 2024-08-12T22:01:02.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2269 | 2024-08-12T22:01:02.573Z | |
2270 | 2024-08-12T22:01:02.573Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/147) |
2271 | 2024-08-12T22:01:03.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2272 | 2024-08-12T22:01:03.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2273 | 2024-08-12T22:01:03.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2274 | 2024-08-12T22:01:03.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2275 | 2024-08-12T22:01:03.243Z | |
2276 | 2024-08-12T22:01:03.243Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/147) |
2277 | 2024-08-12T22:01:03.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2278 | 2024-08-12T22:01:03.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2279 | 2024-08-12T22:01:03.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2280 | 2024-08-12T22:01:03.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2281 | 2024-08-12T22:01:03.948Z | |
2282 | 2024-08-12T22:01:03.948Z | info: running `cargo check --bins` on db-macros (68/147) |
2283 | 2024-08-12T22:01:04.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2284 | 2024-08-12T22:01:04.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2285 | 2024-08-12T22:01:04.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2286 | 2024-08-12T22:01:04.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2287 | 2024-08-12T22:01:04.541Z | |
2288 | 2024-08-12T22:01:04.541Z | info: running `cargo check --bins` on nexus-macros-common (69/147) |
2289 | 2024-08-12T22:01:05.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2290 | 2024-08-12T22:01:05.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2291 | 2024-08-12T22:01:05.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2292 | 2024-08-12T22:01:05.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2293 | 2024-08-12T22:01:05.161Z | |
2294 | 2024-08-12T22:01:05.161Z | info: running `cargo check --bins` on nexus-auth (70/147) |
2295 | 2024-08-12T22:01:05.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2296 | 2024-08-12T22:01:05.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2297 | 2024-08-12T22:01:05.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2298 | 2024-08-12T22:01:05.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2299 | 2024-08-12T22:01:05.823Z | |
2300 | 2024-08-12T22:01:05.823Z | info: running `cargo check --bins` on authz-macros (71/147) |
2301 | 2024-08-12T22:01:06.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2302 | 2024-08-12T22:01:06.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2303 | 2024-08-12T22:01:06.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2304 | 2024-08-12T22:01:06.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2305 | 2024-08-12T22:01:06.434Z | |
2306 | 2024-08-12T22:01:06.434Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/147) |
2307 | 2024-08-12T22:01:07.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2308 | 2024-08-12T22:01:07.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2309 | 2024-08-12T22:01:07.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2310 | 2024-08-12T22:01:07.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2311 | 2024-08-12T22:01:07.100Z | |
2312 | 2024-08-12T22:01:07.101Z | info: running `cargo check --bins` on nexus-db-model (73/147) |
2313 | 2024-08-12T22:01:07.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2314 | 2024-08-12T22:01:07.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2315 | 2024-08-12T22:01:07.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2316 | 2024-08-12T22:01:07.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2317 | 2024-08-12T22:01:07.751Z | |
2318 | 2024-08-12T22:01:07.751Z | info: running `cargo check --bins` on nexus-defaults (74/147) |
2319 | 2024-08-12T22:01:08.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2320 | 2024-08-12T22:01:08.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2321 | 2024-08-12T22:01:08.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2322 | 2024-08-12T22:01:08.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2323 | 2024-08-12T22:01:08.379Z | |
2324 | 2024-08-12T22:01:08.379Z | info: running `cargo check --bins` on oximeter (75/147) |
2325 | 2024-08-12T22:01:08.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2326 | 2024-08-12T22:01:08.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2327 | 2024-08-12T22:01:09.019Z | Compiling rustls-pki-types v1.7.0 |
2328 | 2024-08-12T22:01:09.106Z | Compiling prettyplease v0.2.20 |
2329 | 2024-08-12T22:01:09.109Z | Compiling match_cfg v0.1.0 |
2330 | 2024-08-12T22:01:09.130Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2331 | 2024-08-12T22:01:09.133Z | Compiling slog-json v2.6.1 |
2332 | 2024-08-12T22:01:09.133Z | Compiling http v1.1.0 |
2333 | 2024-08-12T22:01:09.167Z | Compiling atomic-waker v1.1.2 |
2334 | 2024-08-12T22:01:09.181Z | Compiling hostname v0.3.1 |
2335 | 2024-08-12T22:01:09.196Z | Compiling async-stream v0.3.5 |
2336 | 2024-08-12T22:01:09.348Z | Compiling waitgroup v0.1.2 |
2337 | 2024-08-12T22:01:09.403Z | Compiling toml v0.8.19 |
2338 | 2024-08-12T22:01:09.419Z | Compiling slog-bunyan v2.5.0 |
2339 | 2024-08-12T22:01:09.477Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2340 | 2024-08-12T22:01:09.520Z | Compiling rustls-webpki v0.102.4 |
2341 | 2024-08-12T22:01:09.557Z | Compiling rustls-pemfile v2.1.3 |
2342 | 2024-08-12T22:01:09.572Z | Compiling sha1 v0.10.6 |
2343 | 2024-08-12T22:01:09.617Z | Compiling newtype-uuid v1.1.0 |
2344 | 2024-08-12T22:01:09.690Z | Compiling ipnetwork v0.20.0 |
2345 | 2024-08-12T22:01:09.912Z | Compiling serde_path_to_error v0.1.16 |
2346 | 2024-08-12T22:01:09.918Z | Compiling hostname v0.4.0 |
2347 | 2024-08-12T22:01:10.018Z | Compiling instant v0.1.12 |
2348 | 2024-08-12T22:01:10.035Z | Compiling debug-ignore v1.0.5 |
2349 | 2024-08-12T22:01:10.181Z | Compiling backoff v0.4.0 |
2350 | 2024-08-12T22:01:10.198Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2351 | 2024-08-12T22:01:10.201Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2352 | 2024-08-12T22:01:10.550Z | Compiling rustls v0.22.4 |
2353 | 2024-08-12T22:01:10.564Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2354 | 2024-08-12T22:01:10.617Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2355 | 2024-08-12T22:01:10.769Z | Compiling multer v3.1.0 |
2356 | 2024-08-12T22:01:10.789Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2357 | 2024-08-12T22:01:10.971Z | Compiling parse-display v0.10.0 |
2358 | 2024-08-12T22:01:11.191Z | Compiling serde_with v3.8.3 |
2359 | 2024-08-12T22:01:11.653Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2360 | 2024-08-12T22:01:11.688Z | Compiling num-rational v0.4.2 |
2361 | 2024-08-12T22:01:11.703Z | Compiling num-complex v0.4.6 |
2362 | 2024-08-12T22:01:11.818Z | Compiling macaddr v1.0.1 |
2363 | 2024-08-12T22:01:12.672Z | Compiling float-ord v0.3.2 |
2364 | 2024-08-12T22:01:12.821Z | Compiling num v0.4.3 |
2365 | 2024-08-12T22:01:13.927Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2366 | 2024-08-12T22:01:14.491Z | Compiling tokio-rustls v0.25.0 |
2367 | 2024-08-12T22:01:14.779Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2368 | 2024-08-12T22:01:18.164Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2369 | 2024-08-12T22:01:29.574Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2370 | 2024-08-12T22:01:33.553Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2371 | 2024-08-12T22:01:34.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.82s |
2372 | 2024-08-12T22:01:34.391Z | |
2373 | 2024-08-12T22:01:34.391Z | info: running `cargo check --bins` on oximeter-impl (76/147) |
2374 | 2024-08-12T22:01:34.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2024-08-12T22:01:34.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2024-08-12T22:01:34.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2377 | 2024-08-12T22:01:34.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2378 | 2024-08-12T22:01:35.019Z | |
2379 | 2024-08-12T22:01:35.019Z | info: running `cargo check --bins` on oximeter-macro-impl (77/147) |
2380 | 2024-08-12T22:01:35.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-08-12T22:01:35.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-08-12T22:01:35.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2383 | 2024-08-12T22:01:35.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2384 | 2024-08-12T22:01:35.654Z | |
2385 | 2024-08-12T22:01:35.654Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/147) |
2386 | 2024-08-12T22:01:36.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-08-12T22:01:36.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-08-12T22:01:36.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2389 | 2024-08-12T22:01:36.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2390 | 2024-08-12T22:01:36.301Z | |
2391 | 2024-08-12T22:01:36.301Z | info: running `cargo check --bins` on nexus-inventory (79/147) |
2392 | 2024-08-12T22:01:36.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-08-12T22:01:36.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-08-12T22:01:36.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2395 | 2024-08-12T22:01:36.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2396 | 2024-08-12T22:01:36.961Z | |
2397 | 2024-08-12T22:01:36.961Z | info: running `cargo check --bins` on typed-rng (80/147) |
2398 | 2024-08-12T22:01:37.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-08-12T22:01:37.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-08-12T22:01:37.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2401 | 2024-08-12T22:01:37.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2402 | 2024-08-12T22:01:37.580Z | |
2403 | 2024-08-12T22:01:37.580Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/147) |
2404 | 2024-08-12T22:01:38.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-08-12T22:01:38.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-08-12T22:01:38.335Z | Checking password-hash v0.5.0 |
2407 | 2024-08-12T22:01:38.335Z | Checking blake2 v0.10.6 |
2408 | 2024-08-12T22:01:38.338Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2409 | 2024-08-12T22:01:38.338Z | Compiling semver v0.1.20 |
2410 | 2024-08-12T22:01:38.338Z | Compiling convert_case v0.4.0 |
2411 | 2024-08-12T22:01:38.442Z | Compiling rayon-core v1.12.1 |
2412 | 2024-08-12T22:01:38.500Z | Compiling crossbeam-deque v0.8.5 |
2413 | 2024-08-12T22:01:38.503Z | Compiling unicase v2.7.0 |
2414 | 2024-08-12T22:01:38.789Z | Compiling rustc_version v0.1.7 |
2415 | 2024-08-12T22:01:38.829Z | Compiling libefi-sys v0.1.0 |
2416 | 2024-08-12T22:01:38.859Z | Compiling same-file v1.0.6 |
2417 | 2024-08-12T22:01:38.886Z | Compiling fastrand v2.1.0 |
2418 | 2024-08-12T22:01:38.910Z | Checking argon2 v0.5.3 |
2419 | 2024-08-12T22:01:39.160Z | Compiling walkdir v2.5.0 |
2420 | 2024-08-12T22:01:39.226Z | Compiling curve25519-dalek v4.1.3 |
2421 | 2024-08-12T22:01:39.276Z | Compiling newtype_derive v0.1.6 |
2422 | 2024-08-12T22:01:39.411Z | Compiling tempfile v3.10.1 |
2423 | 2024-08-12T22:01:39.461Z | Compiling derive_more v0.99.18 |
2424 | 2024-08-12T22:01:39.475Z | Compiling bitfield-struct v0.6.1 |
2425 | 2024-08-12T22:01:39.672Z | Compiling derive-where v1.2.7 |
2426 | 2024-08-12T22:01:39.842Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2427 | 2024-08-12T22:01:39.885Z | Compiling blake3 v1.5.1 |
2428 | 2024-08-12T22:01:39.954Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2429 | 2024-08-12T22:01:40.131Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2430 | 2024-08-12T22:01:40.324Z | Compiling ring v0.16.20 |
2431 | 2024-08-12T22:01:40.357Z | Checking keccak v0.1.5 |
2432 | 2024-08-12T22:01:40.733Z | Checking sha3 v0.10.8 |
2433 | 2024-08-12T22:01:41.036Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2434 | 2024-08-12T22:01:41.174Z | Compiling rayon v1.10.0 |
2435 | 2024-08-12T22:01:41.466Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2436 | 2024-08-12T22:01:41.668Z | Checking universal-hash v0.5.1 |
2437 | 2024-08-12T22:01:41.693Z | Compiling thiserror-impl-no-std v2.0.2 |
2438 | 2024-08-12T22:01:41.759Z | Checking secrecy v0.8.0 |
2439 | 2024-08-12T22:01:41.788Z | Compiling curve25519-dalek-derive v0.1.1 |
2440 | 2024-08-12T22:01:41.860Z | Compiling memmap2 v0.9.4 |
2441 | 2024-08-12T22:01:41.966Z | Compiling spin v0.5.2 |
2442 | 2024-08-12T22:01:42.253Z | Compiling arrayvec v0.7.4 |
2443 | 2024-08-12T22:01:42.317Z | Compiling untrusted v0.7.1 |
2444 | 2024-08-12T22:01:42.532Z | Compiling arrayref v0.3.7 |
2445 | 2024-08-12T22:01:42.684Z | Compiling constant_time_eq v0.3.0 |
2446 | 2024-08-12T22:01:42.739Z | Checking opaque-debug v0.3.1 |
2447 | 2024-08-12T22:01:42.870Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2448 | 2024-08-12T22:01:42.889Z | Compiling home v0.5.9 |
2449 | 2024-08-12T22:01:42.996Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2450 | 2024-08-12T22:01:43.185Z | Compiling toolchain_find v0.4.0 |
2451 | 2024-08-12T22:01:43.543Z | Checking poly1305 v0.8.0 |
2452 | 2024-08-12T22:01:43.715Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2453 | 2024-08-12T22:01:43.965Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2454 | 2024-08-12T22:01:44.078Z | Checking steno v0.4.1 |
2455 | 2024-08-12T22:01:44.117Z | Compiling camino-tempfile v1.1.1 |
2456 | 2024-08-12T22:01:44.606Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2457 | 2024-08-12T22:01:44.715Z | Checking chacha20 v0.9.1 |
2458 | 2024-08-12T22:01:45.088Z | Checking gethostname v0.5.0 |
2459 | 2024-08-12T22:01:45.179Z | Checking thiserror-no-std v2.0.2 |
2460 | 2024-08-12T22:01:45.225Z | Checking aead v0.5.2 |
2461 | 2024-08-12T22:01:45.296Z | Compiling topological-sort v0.2.2 |
2462 | 2024-08-12T22:01:45.356Z | Compiling cancel-safe-futures v0.1.5 |
2463 | 2024-08-12T22:01:45.491Z | Checking chacha20poly1305 v0.10.1 |
2464 | 2024-08-12T22:01:45.558Z | Checking vsss-rs v3.3.4 |
2465 | 2024-08-12T22:01:45.790Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2466 | 2024-08-12T22:01:46.163Z | Compiling mime_guess v2.0.4 |
2467 | 2024-08-12T22:01:46.534Z | Compiling omicron-zone-package v0.11.0 |
2468 | 2024-08-12T22:01:46.988Z | Compiling rustfmt-wrapper v0.2.1 |
2469 | 2024-08-12T22:01:47.303Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2470 | 2024-08-12T22:01:47.571Z | Checking glob v0.3.1 |
2471 | 2024-08-12T22:01:47.914Z | Checking libsw v3.3.1 |
2472 | 2024-08-12T22:01:47.943Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2473 | 2024-08-12T22:01:48.034Z | Checking owo-colors v4.0.0 |
2474 | 2024-08-12T22:01:48.098Z | Checking swrite v0.1.0 |
2475 | 2024-08-12T22:01:48.172Z | Checking linear-map v1.2.0 |
2476 | 2024-08-12T22:01:48.223Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2477 | 2024-08-12T22:01:48.507Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2478 | 2024-08-12T22:01:48.866Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2479 | 2024-08-12T22:01:49.108Z | Checking kstat-rs v0.2.4 |
2480 | 2024-08-12T22:01:49.144Z | Checking nanorand v0.7.0 |
2481 | 2024-08-12T22:01:49.312Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2482 | 2024-08-12T22:01:49.464Z | Checking http-range v0.1.5 |
2483 | 2024-08-12T22:01:49.514Z | Checking flume v0.11.0 |
2484 | 2024-08-12T22:01:49.654Z | Checking hyper-staticfile v0.9.5 |
2485 | 2024-08-12T22:01:49.694Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2486 | 2024-08-12T22:01:49.855Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2487 | 2024-08-12T22:01:49.927Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2488 | 2024-08-12T22:01:49.990Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2489 | 2024-08-12T22:01:50.082Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2490 | 2024-08-12T22:01:50.434Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2491 | 2024-08-12T22:01:51.438Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2492 | 2024-08-12T22:01:51.672Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2493 | 2024-08-12T22:01:52.948Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2494 | 2024-08-12T22:01:53.076Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2495 | 2024-08-12T22:01:53.417Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2496 | 2024-08-12T22:01:54.014Z | Checking itertools v0.13.0 |
2497 | 2024-08-12T22:01:54.129Z | Checking display-error-chain v0.2.0 |
2498 | 2024-08-12T22:02:01.218Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2499 | 2024-08-12T22:02:06.695Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2500 | 2024-08-12T22:02:06.698Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2501 | 2024-08-12T22:02:07.401Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2502 | 2024-08-12T22:02:21.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.37s |
2503 | 2024-08-12T22:02:22.126Z | |
2504 | 2024-08-12T22:02:22.126Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/147) |
2505 | 2024-08-12T22:02:22.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-08-12T22:02:22.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-08-12T22:02:22.842Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2508 | 2024-08-12T22:02:37.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.12s |
2509 | 2024-08-12T22:02:37.415Z | |
2510 | 2024-08-12T22:02:37.415Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/147) |
2511 | 2024-08-12T22:02:38.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-08-12T22:02:38.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-08-12T22:02:38.137Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2514 | 2024-08-12T22:02:53.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.91s |
2515 | 2024-08-12T22:02:53.518Z | |
2516 | 2024-08-12T22:02:53.518Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/147) |
2517 | 2024-08-12T22:02:54.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-08-12T22:02:54.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-08-12T22:02:54.287Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2520 | 2024-08-12T22:03:09.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.94s |
2521 | 2024-08-12T22:03:09.630Z | |
2522 | 2024-08-12T22:03:09.630Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/147) |
2523 | 2024-08-12T22:03:10.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-08-12T22:03:10.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-08-12T22:03:10.387Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2526 | 2024-08-12T22:03:24.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.25s |
2527 | 2024-08-12T22:03:25.050Z | |
2528 | 2024-08-12T22:03:25.051Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/147) |
2529 | 2024-08-12T22:03:25.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-08-12T22:03:25.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-08-12T22:03:25.770Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2532 | 2024-08-12T22:03:40.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.40s |
2533 | 2024-08-12T22:03:40.636Z | |
2534 | 2024-08-12T22:03:40.636Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/147) |
2535 | 2024-08-12T22:03:41.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-08-12T22:03:41.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-08-12T22:03:41.357Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2538 | 2024-08-12T22:03:56.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.25s |
2539 | 2024-08-12T22:03:57.075Z | |
2540 | 2024-08-12T22:03:57.075Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/147) |
2541 | 2024-08-12T22:03:57.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-08-12T22:03:57.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-08-12T22:03:57.826Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2544 | 2024-08-12T22:04:12.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.85s |
2545 | 2024-08-12T22:04:13.106Z | |
2546 | 2024-08-12T22:04:13.106Z | info: running `cargo check --bins` on bootstrap-agent-api (89/147) |
2547 | 2024-08-12T22:04:13.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-08-12T22:04:13.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-08-12T22:04:13.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-08-12T22:04:13.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2551 | 2024-08-12T22:04:13.773Z | |
2552 | 2024-08-12T22:04:13.773Z | info: running `cargo check --bins` on sled-agent-types (90/147) |
2553 | 2024-08-12T22:04:14.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-08-12T22:04:14.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-08-12T22:04:14.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-08-12T22:04:14.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2557 | 2024-08-12T22:04:14.433Z | |
2558 | 2024-08-12T22:04:14.433Z | info: running `cargo check --bins --no-default-features` on sled-storage (91/147) |
2559 | 2024-08-12T22:04:15.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-08-12T22:04:15.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-08-12T22:04:15.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-08-12T22:04:15.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2563 | 2024-08-12T22:04:15.079Z | |
2564 | 2024-08-12T22:04:15.079Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/147) |
2565 | 2024-08-12T22:04:15.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-08-12T22:04:15.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-08-12T22:04:15.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-08-12T22:04:15.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2569 | 2024-08-12T22:04:15.733Z | |
2570 | 2024-08-12T22:04:15.733Z | info: running `cargo check --bins` on key-manager (93/147) |
2571 | 2024-08-12T22:04:16.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-08-12T22:04:16.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-08-12T22:04:16.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-08-12T22:04:16.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2575 | 2024-08-12T22:04:16.370Z | |
2576 | 2024-08-12T22:04:16.370Z | info: running `cargo check --bins` on sled-hardware (94/147) |
2577 | 2024-08-12T22:04:16.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-08-12T22:04:16.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-08-12T22:04:16.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-08-12T22:04:16.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2581 | 2024-08-12T22:04:17.020Z | |
2582 | 2024-08-12T22:04:17.020Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (95/147) |
2583 | 2024-08-12T22:04:17.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-08-12T22:04:17.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-08-12T22:04:17.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-08-12T22:04:17.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2587 | 2024-08-12T22:04:17.638Z | |
2588 | 2024-08-12T22:04:17.638Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/147) |
2589 | 2024-08-12T22:04:18.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-08-12T22:04:18.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-08-12T22:04:18.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-08-12T22:04:18.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2593 | 2024-08-12T22:04:18.279Z | |
2594 | 2024-08-12T22:04:18.279Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/147) |
2595 | 2024-08-12T22:04:18.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-08-12T22:04:18.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-08-12T22:04:18.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-08-12T22:04:18.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2599 | 2024-08-12T22:04:18.925Z | |
2600 | 2024-08-12T22:04:18.925Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/147) |
2601 | 2024-08-12T22:04:19.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-08-12T22:04:19.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-08-12T22:04:19.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-08-12T22:04:19.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2605 | 2024-08-12T22:04:19.565Z | |
2606 | 2024-08-12T22:04:19.565Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/147) |
2607 | 2024-08-12T22:04:20.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-08-12T22:04:20.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-08-12T22:04:20.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2024-08-12T22:04:20.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2611 | 2024-08-12T22:04:20.229Z | |
2612 | 2024-08-12T22:04:20.229Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/147) |
2613 | 2024-08-12T22:04:20.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-08-12T22:04:20.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-08-12T22:04:20.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2616 | 2024-08-12T22:04:20.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2617 | 2024-08-12T22:04:20.860Z | |
2618 | 2024-08-12T22:04:20.861Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/147) |
2619 | 2024-08-12T22:04:21.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-08-12T22:04:21.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-08-12T22:04:21.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-08-12T22:04:21.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2623 | 2024-08-12T22:04:21.509Z | |
2624 | 2024-08-12T22:04:21.509Z | info: running `cargo check --bins` on oximeter-producer (102/147) |
2625 | 2024-08-12T22:04:22.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-08-12T22:04:22.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-08-12T22:04:22.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-08-12T22:04:22.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2629 | 2024-08-12T22:04:22.176Z | |
2630 | 2024-08-12T22:04:22.176Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/147) |
2631 | 2024-08-12T22:04:22.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-08-12T22:04:22.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-08-12T22:04:22.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2024-08-12T22:04:22.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2635 | 2024-08-12T22:04:22.850Z | |
2636 | 2024-08-12T22:04:22.851Z | info: running `cargo check --bins` on nexus-test-interface (104/147) |
2637 | 2024-08-12T22:04:23.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2024-08-12T22:04:23.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2024-08-12T22:04:23.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2640 | 2024-08-12T22:04:23.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2641 | 2024-08-12T22:04:23.506Z | |
2642 | 2024-08-12T22:04:23.506Z | info: running `cargo check --bins` on oximeter-collector (105/147) |
2643 | 2024-08-12T22:04:24.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2024-08-12T22:04:24.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2024-08-12T22:04:24.192Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2646 | 2024-08-12T22:04:24.193Z | Checking bcs v0.1.6 |
2647 | 2024-08-12T22:04:24.193Z | Compiling async-recursion v1.1.1 |
2648 | 2024-08-12T22:04:24.196Z | Checking highway v1.2.0 |
2649 | 2024-08-12T22:04:24.196Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2650 | 2024-08-12T22:04:24.196Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2651 | 2024-08-12T22:04:25.332Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2652 | 2024-08-12T22:04:28.606Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2653 | 2024-08-12T22:04:30.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.85s |
2654 | 2024-08-12T22:04:30.521Z | |
2655 | 2024-08-12T22:04:30.521Z | info: running `cargo check --bins` on oximeter-api (106/147) |
2656 | 2024-08-12T22:04:31.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-08-12T22:04:31.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-08-12T22:04:31.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2024-08-12T22:04:31.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2660 | 2024-08-12T22:04:31.165Z | |
2661 | 2024-08-12T22:04:31.165Z | info: running `cargo check --bins --no-default-features` on oximeter-db (107/147) |
2662 | 2024-08-12T22:04:31.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-08-12T22:04:31.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-08-12T22:04:31.824Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2665 | 2024-08-12T22:04:32.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2666 | 2024-08-12T22:04:32.575Z | |
2667 | 2024-08-12T22:04:32.575Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/147) |
2668 | 2024-08-12T22:04:33.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-08-12T22:04:33.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-08-12T22:04:33.261Z | Compiling cfg_aliases v0.1.1 |
2671 | 2024-08-12T22:04:33.264Z | Compiling vte_generate_state_changes v0.1.1 |
2672 | 2024-08-12T22:04:33.264Z | Checking fd-lock v4.0.2 |
2673 | 2024-08-12T22:04:33.360Z | Checking bytecount v0.6.8 |
2674 | 2024-08-12T22:04:33.378Z | Compiling tabled_derive v0.7.0 |
2675 | 2024-08-12T22:04:33.378Z | Checking crossterm v0.27.0 |
2676 | 2024-08-12T22:04:33.381Z | Compiling peg-macros v0.8.4 |
2677 | 2024-08-12T22:04:33.381Z | Compiling sqlparser_derive v0.2.2 |
2678 | 2024-08-12T22:04:33.428Z | Compiling nix v0.28.0 |
2679 | 2024-08-12T22:04:33.501Z | Checking papergrid v0.11.0 |
2680 | 2024-08-12T22:04:33.523Z | Checking home v0.5.9 |
2681 | 2024-08-12T22:04:33.669Z | Checking unicode_categories v0.1.1 |
2682 | 2024-08-12T22:04:33.980Z | Checking nu-ansi-term v0.50.0 |
2683 | 2024-08-12T22:04:34.007Z | Checking vte v0.11.1 |
2684 | 2024-08-12T22:04:34.415Z | Checking sqlformat v0.2.4 |
2685 | 2024-08-12T22:04:34.463Z | Checking sqlparser v0.45.0 |
2686 | 2024-08-12T22:04:35.004Z | Checking crossterm v0.28.1 |
2687 | 2024-08-12T22:04:35.482Z | Checking strip-ansi-escapes v0.2.0 |
2688 | 2024-08-12T22:04:35.631Z | Checking reedline v0.33.0 |
2689 | 2024-08-12T22:04:35.971Z | Checking tabled v0.15.0 |
2690 | 2024-08-12T22:04:36.697Z | Checking peg v0.8.4 |
2691 | 2024-08-12T22:04:36.727Z | Checking rustyline v14.0.0 |
2692 | 2024-08-12T22:04:41.242Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2693 | 2024-08-12T22:04:47.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.76s |
2694 | 2024-08-12T22:04:47.486Z | |
2695 | 2024-08-12T22:04:47.487Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/147) |
2696 | 2024-08-12T22:04:48.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2024-08-12T22:04:48.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2024-08-12T22:04:48.148Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2699 | 2024-08-12T22:04:54.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.66s |
2700 | 2024-08-12T22:04:54.314Z | |
2701 | 2024-08-12T22:04:54.314Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/147) |
2702 | 2024-08-12T22:04:54.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2024-08-12T22:04:54.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2024-08-12T22:04:54.978Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2705 | 2024-08-12T22:05:00.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s |
2706 | 2024-08-12T22:05:01.069Z | |
2707 | 2024-08-12T22:05:01.069Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/147) |
2708 | 2024-08-12T22:05:01.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2024-08-12T22:05:01.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2024-08-12T22:05:01.763Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2711 | 2024-08-12T22:05:05.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s |
2712 | 2024-08-12T22:05:06.162Z | |
2713 | 2024-08-12T22:05:06.162Z | info: running `cargo check --bins` on cert-dev (112/147) |
2714 | 2024-08-12T22:05:06.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2024-08-12T22:05:06.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2024-08-12T22:05:06.769Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2717 | 2024-08-12T22:05:07.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2718 | 2024-08-12T22:05:07.165Z | |
2719 | 2024-08-12T22:05:07.165Z | info: running `cargo check --bins` on ch-dev (113/147) |
2720 | 2024-08-12T22:05:07.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2024-08-12T22:05:07.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2024-08-12T22:05:07.829Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2723 | 2024-08-12T22:05:08.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
2724 | 2024-08-12T22:05:08.683Z | |
2725 | 2024-08-12T22:05:08.683Z | info: running `cargo check --bins` on crdb-seed (114/147) |
2726 | 2024-08-12T22:05:09.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2024-08-12T22:05:09.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2024-08-12T22:05:09.348Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2729 | 2024-08-12T22:05:09.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2730 | 2024-08-12T22:05:09.829Z | |
2731 | 2024-08-12T22:05:09.829Z | info: running `cargo check --bins` on db-dev (115/147) |
2732 | 2024-08-12T22:05:10.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2024-08-12T22:05:10.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2024-08-12T22:05:10.513Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2735 | 2024-08-12T22:05:11.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
2736 | 2024-08-12T22:05:11.378Z | |
2737 | 2024-08-12T22:05:11.378Z | info: running `cargo check --bins` on omicron-dev-lib (116/147) |
2738 | 2024-08-12T22:05:11.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2024-08-12T22:05:11.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2024-08-12T22:05:11.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2024-08-12T22:05:11.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2742 | 2024-08-12T22:05:12.040Z | |
2743 | 2024-08-12T22:05:12.040Z | info: running `cargo check --bins` on xtask-downloader (117/147) |
2744 | 2024-08-12T22:05:12.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2024-08-12T22:05:12.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2024-08-12T22:05:12.645Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2747 | 2024-08-12T22:05:13.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
2748 | 2024-08-12T22:05:13.650Z | |
2749 | 2024-08-12T22:05:13.650Z | info: running `cargo check --bins` on mgs-dev (118/147) |
2750 | 2024-08-12T22:05:14.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2024-08-12T22:05:14.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2024-08-12T22:05:14.359Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2753 | 2024-08-12T22:05:14.914Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2754 | 2024-08-12T22:05:15.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
2755 | 2024-08-12T22:05:15.487Z | |
2756 | 2024-08-12T22:05:15.487Z | info: running `cargo check --bins` on omicron-omdb (119/147) |
2757 | 2024-08-12T22:05:16.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2024-08-12T22:05:16.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2024-08-12T22:05:16.292Z | Compiling crunchy v0.2.2 |
2760 | 2024-08-12T22:05:16.292Z | Compiling glob v0.3.1 |
2761 | 2024-08-12T22:05:16.295Z | Compiling tiny-keccak v2.0.2 |
2762 | 2024-08-12T22:05:16.295Z | Compiling dsl_auto_type v0.1.2 |
2763 | 2024-08-12T22:05:16.402Z | Checking scheduled-thread-pool v0.2.7 |
2764 | 2024-08-12T22:05:16.406Z | Compiling diesel_table_macro_syntax v0.2.0 |
2765 | 2024-08-12T22:05:16.456Z | Compiling ascii-canvas v3.0.0 |
2766 | 2024-08-12T22:05:16.459Z | Compiling ena v0.14.3 |
2767 | 2024-08-12T22:05:16.671Z | Checking r2d2 v0.8.10 |
2768 | 2024-08-12T22:05:16.746Z | Compiling libloading v0.8.3 |
2769 | 2024-08-12T22:05:16.868Z | Compiling diff v0.1.13 |
2770 | 2024-08-12T22:05:16.881Z | Compiling regex-syntax v0.6.29 |
2771 | 2024-08-12T22:05:16.983Z | Compiling bindgen v0.69.4 |
2772 | 2024-08-12T22:05:17.020Z | Compiling which v4.4.2 |
2773 | 2024-08-12T22:05:17.153Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2774 | 2024-08-12T22:05:17.352Z | Compiling clang-sys v1.7.0 |
2775 | 2024-08-12T22:05:17.392Z | Compiling cexpr v0.6.0 |
2776 | 2024-08-12T22:05:17.547Z | Compiling ref-cast v1.0.23 |
2777 | 2024-08-12T22:05:17.661Z | Compiling lazycell v1.3.0 |
2778 | 2024-08-12T22:05:17.749Z | Compiling rustc-hash v1.1.0 |
2779 | 2024-08-12T22:05:17.786Z | Compiling shlex v1.3.0 |
2780 | 2024-08-12T22:05:17.843Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2781 | 2024-08-12T22:05:17.917Z | Compiling derive_builder_core v0.20.0 |
2782 | 2024-08-12T22:05:18.043Z | Compiling diesel_derives v2.2.2 |
2783 | 2024-08-12T22:05:18.178Z | Compiling libxml v0.3.3 |
2784 | 2024-08-12T22:05:18.195Z | Compiling ref-cast-impl v1.0.23 |
2785 | 2024-08-12T22:05:18.213Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2786 | 2024-08-12T22:05:18.636Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2787 | 2024-08-12T22:05:18.720Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2788 | 2024-08-12T22:05:19.019Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2789 | 2024-08-12T22:05:19.200Z | Compiling strum_macros v0.24.3 |
2790 | 2024-08-12T22:05:19.425Z | Compiling cookie v0.18.1 |
2791 | 2024-08-12T22:05:19.540Z | Compiling indoc v1.0.9 |
2792 | 2024-08-12T22:05:20.358Z | Compiling lalrpop v0.19.12 |
2793 | 2024-08-12T22:05:20.595Z | Compiling derive_builder_macro v0.20.0 |
2794 | 2024-08-12T22:05:21.526Z | Checking derive_builder v0.20.0 |
2795 | 2024-08-12T22:05:21.686Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2796 | 2024-08-12T22:05:21.980Z | Compiling impl-trait-for-tuples v0.2.2 |
2797 | 2024-08-12T22:05:22.149Z | Compiling oso-derive v0.27.3 |
2798 | 2024-08-12T22:05:22.897Z | Checking quick-xml v0.31.0 |
2799 | 2024-08-12T22:05:22.927Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2800 | 2024-08-12T22:05:23.252Z | Checking maplit v1.0.2 |
2801 | 2024-08-12T22:05:23.403Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2802 | 2024-08-12T22:05:23.849Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2803 | 2024-08-12T22:05:24.176Z | Checking bb8 v0.8.5 |
2804 | 2024-08-12T22:05:24.673Z | Compiling const_format_proc_macros v0.2.32 |
2805 | 2024-08-12T22:05:25.058Z | Checking crossbeam-deque v0.8.5 |
2806 | 2024-08-12T22:05:25.185Z | Compiling portable-atomic v1.6.0 |
2807 | 2024-08-12T22:05:25.391Z | Checking rayon-core v1.12.1 |
2808 | 2024-08-12T22:05:26.179Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2809 | 2024-08-12T22:05:26.381Z | Checking castaway v0.2.3 |
2810 | 2024-08-12T22:05:26.564Z | Checking compact_str v0.8.0 |
2811 | 2024-08-12T22:05:27.008Z | Checking const_format v0.2.32 |
2812 | 2024-08-12T22:05:27.467Z | Checking rayon v1.10.0 |
2813 | 2024-08-12T22:05:27.528Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2814 | 2024-08-12T22:05:27.607Z | Checking unicode-truncate v1.0.0 |
2815 | 2024-08-12T22:05:27.844Z | Checking lru v0.12.3 |
2816 | 2024-08-12T22:05:27.865Z | Compiling instability v0.3.2 |
2817 | 2024-08-12T22:05:28.181Z | Checking cassowary v0.3.0 |
2818 | 2024-08-12T22:05:28.624Z | Checking unicode-linebreak v0.1.5 |
2819 | 2024-08-12T22:05:28.957Z | Checking smawk v0.3.2 |
2820 | 2024-08-12T22:05:29.055Z | Checking number_prefix v0.4.0 |
2821 | 2024-08-12T22:05:29.188Z | Checking textwrap v0.16.1 |
2822 | 2024-08-12T22:05:29.280Z | Checking ratatui v0.28.0 |
2823 | 2024-08-12T22:05:29.644Z | Checking multimap v0.10.0 |
2824 | 2024-08-12T22:05:31.246Z | Checking diesel v2.2.2 |
2825 | 2024-08-12T22:05:31.490Z | Checking indicatif v0.17.8 |
2826 | 2024-08-12T22:05:55.600Z | Compiling samael v0.0.15 |
2827 | 2024-08-12T22:06:07.344Z | Compiling polar-core v0.27.3 |
2828 | 2024-08-12T22:06:08.185Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2829 | 2024-08-12T22:06:14.434Z | Checking oso v0.27.3 |
2830 | 2024-08-12T22:07:17.507Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2831 | 2024-08-12T22:07:22.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
2832 | 2024-08-12T22:07:23.042Z | |
2833 | 2024-08-12T22:07:23.042Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (120/147) |
2834 | 2024-08-12T22:07:23.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-08-12T22:07:23.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-08-12T22:07:23.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2024-08-12T22:07:23.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2838 | 2024-08-12T22:07:23.723Z | |
2839 | 2024-08-12T22:07:23.723Z | info: running `cargo check --bins` on nexus-saga-recovery (121/147) |
2840 | 2024-08-12T22:07:24.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-08-12T22:07:24.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-08-12T22:07:24.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2024-08-12T22:07:24.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2844 | 2024-08-12T22:07:24.390Z | |
2845 | 2024-08-12T22:07:24.390Z | info: running `cargo check --bins` on nexus-test-utils-macros (122/147) |
2846 | 2024-08-12T22:07:24.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-08-12T22:07:24.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-08-12T22:07:24.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2024-08-12T22:07:24.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2850 | 2024-08-12T22:07:24.997Z | |
2851 | 2024-08-12T22:07:24.997Z | info: running `cargo check --bins` on omicron-nexus (123/147) |
2852 | 2024-08-12T22:07:25.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-08-12T22:07:25.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-08-12T22:07:25.780Z | Compiling pin-project-internal v1.1.5 |
2855 | 2024-08-12T22:07:25.783Z | Compiling snafu-derive v0.8.2 |
2856 | 2024-08-12T22:07:25.879Z | Compiling buf-list v1.0.3 |
2857 | 2024-08-12T22:07:25.898Z | Checking globset v0.4.14 |
2858 | 2024-08-12T22:07:25.901Z | Checking olpc-cjson v0.1.3 |
2859 | 2024-08-12T22:07:25.901Z | Checking rand_seeder v0.3.0 |
2860 | 2024-08-12T22:07:25.901Z | Checking serde_plain v1.0.2 |
2861 | 2024-08-12T22:07:25.901Z | Checking typed-path v0.7.1 |
2862 | 2024-08-12T22:07:26.121Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2863 | 2024-08-12T22:07:26.137Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2864 | 2024-08-12T22:07:26.155Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2865 | 2024-08-12T22:07:26.353Z | Checking parse-size v1.0.0 |
2866 | 2024-08-12T22:07:26.388Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2867 | 2024-08-12T22:07:26.459Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2868 | 2024-08-12T22:07:26.485Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2869 | 2024-08-12T22:07:26.523Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2870 | 2024-08-12T22:07:26.920Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2871 | 2024-08-12T22:07:27.234Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2872 | 2024-08-12T22:07:27.416Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2873 | 2024-08-12T22:07:27.456Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2874 | 2024-08-12T22:07:27.679Z | Checking fatfs v0.3.6 |
2875 | 2024-08-12T22:07:27.833Z | Checking assert_matches v1.5.0 |
2876 | 2024-08-12T22:07:28.781Z | Checking pin-project v1.1.5 |
2877 | 2024-08-12T22:07:29.744Z | Checking snafu v0.8.2 |
2878 | 2024-08-12T22:07:30.052Z | Checking tough v0.17.1 |
2879 | 2024-08-12T22:07:33.063Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2880 | 2024-08-12T22:07:34.193Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2881 | 2024-08-12T22:08:21.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.81s |
2882 | 2024-08-12T22:08:21.998Z | |
2883 | 2024-08-12T22:08:21.998Z | info: running `cargo check --bins` on nexus-internal-api (124/147) |
2884 | 2024-08-12T22:08:22.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2024-08-12T22:08:22.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2024-08-12T22:08:22.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2024-08-12T22:08:22.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2888 | 2024-08-12T22:08:22.660Z | |
2889 | 2024-08-12T22:08:22.660Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (125/147) |
2890 | 2024-08-12T22:08:23.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2024-08-12T22:08:23.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2024-08-12T22:08:23.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2893 | 2024-08-12T22:08:23.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2894 | 2024-08-12T22:08:23.341Z | |
2895 | 2024-08-12T22:08:23.341Z | info: running `cargo check --bins` on nexus-networking (126/147) |
2896 | 2024-08-12T22:08:23.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2024-08-12T22:08:23.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2024-08-12T22:08:23.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2899 | 2024-08-12T22:08:23.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2900 | 2024-08-12T22:08:24.023Z | |
2901 | 2024-08-12T22:08:24.023Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (127/147) |
2902 | 2024-08-12T22:08:24.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2903 | 2024-08-12T22:08:24.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2904 | 2024-08-12T22:08:24.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2905 | 2024-08-12T22:08:24.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2906 | 2024-08-12T22:08:24.702Z | |
2907 | 2024-08-12T22:08:24.702Z | info: running `cargo check --bins` on update-common (128/147) |
2908 | 2024-08-12T22:08:25.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2909 | 2024-08-12T22:08:25.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2910 | 2024-08-12T22:08:25.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2911 | 2024-08-12T22:08:25.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2912 | 2024-08-12T22:08:25.354Z | |
2913 | 2024-08-12T22:08:25.354Z | info: running `cargo check --bins` on tufaceous-lib (129/147) |
2914 | 2024-08-12T22:08:25.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2915 | 2024-08-12T22:08:25.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2916 | 2024-08-12T22:08:25.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2917 | 2024-08-12T22:08:25.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2918 | 2024-08-12T22:08:26.010Z | |
2919 | 2024-08-12T22:08:26.010Z | info: running `cargo check --bins` on tufaceous (130/147) |
2920 | 2024-08-12T22:08:26.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2921 | 2024-08-12T22:08:26.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2922 | 2024-08-12T22:08:26.671Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2923 | 2024-08-12T22:08:27.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
2924 | 2024-08-12T22:08:27.752Z | |
2925 | 2024-08-12T22:08:27.752Z | info: running `cargo check --bins` on omicron-dev (131/147) |
2926 | 2024-08-12T22:08:28.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2927 | 2024-08-12T22:08:28.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2928 | 2024-08-12T22:08:28.603Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2929 | 2024-08-12T22:08:28.606Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2930 | 2024-08-12T22:08:28.607Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2931 | 2024-08-12T22:08:29.999Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2932 | 2024-08-12T22:08:32.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
2933 | 2024-08-12T22:08:32.638Z | |
2934 | 2024-08-12T22:08:32.638Z | info: running `cargo check --bins` on openapi-manager (132/147) |
2935 | 2024-08-12T22:08:33.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2936 | 2024-08-12T22:08:33.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2937 | 2024-08-12T22:08:33.341Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2938 | 2024-08-12T22:08:33.341Z | Checking is_ci v1.2.0 |
2939 | 2024-08-12T22:08:33.341Z | Checking heck v0.4.1 |
2940 | 2024-08-12T22:08:33.341Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2941 | 2024-08-12T22:08:33.344Z | Checking indent_write v2.2.0 |
2942 | 2024-08-12T22:08:33.543Z | Checking supports-color v3.0.0 |
2943 | 2024-08-12T22:08:33.594Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2944 | 2024-08-12T22:08:35.020Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2945 | 2024-08-12T22:08:35.893Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2946 | 2024-08-12T22:08:36.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
2947 | 2024-08-12T22:08:37.044Z | |
2948 | 2024-08-12T22:08:37.044Z | info: running `cargo check --bins` on installinator-api (133/147) |
2949 | 2024-08-12T22:08:37.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2950 | 2024-08-12T22:08:37.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2951 | 2024-08-12T22:08:37.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2952 | 2024-08-12T22:08:37.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2953 | 2024-08-12T22:08:37.744Z | |
2954 | 2024-08-12T22:08:37.744Z | info: running `cargo check --bins` on wicketd-api (134/147) |
2955 | 2024-08-12T22:08:38.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2956 | 2024-08-12T22:08:38.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2957 | 2024-08-12T22:08:38.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2958 | 2024-08-12T22:08:38.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2959 | 2024-08-12T22:08:38.440Z | |
2960 | 2024-08-12T22:08:38.440Z | info: running `cargo check --bins` on reconfigurator-cli (135/147) |
2961 | 2024-08-12T22:08:39.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2962 | 2024-08-12T22:08:39.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2963 | 2024-08-12T22:08:39.218Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2964 | 2024-08-12T22:08:40.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
2965 | 2024-08-12T22:08:40.690Z | |
2966 | 2024-08-12T22:08:40.690Z | info: running `cargo check --bins` on omicron-releng (136/147) |
2967 | 2024-08-12T22:08:41.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2024-08-12T22:08:41.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2024-08-12T22:08:41.395Z | Checking memmap2 v0.9.4 |
2970 | 2024-08-12T22:08:41.395Z | Checking spin v0.5.2 |
2971 | 2024-08-12T22:08:41.398Z | Checking arrayref v0.3.7 |
2972 | 2024-08-12T22:08:41.398Z | Checking constant_time_eq v0.3.0 |
2973 | 2024-08-12T22:08:41.399Z | Checking arrayvec v0.7.4 |
2974 | 2024-08-12T22:08:41.399Z | Checking untrusted v0.7.1 |
2975 | 2024-08-12T22:08:41.399Z | Checking cargo-platform v0.1.8 |
2976 | 2024-08-12T22:08:41.399Z | Checking topological-sort v0.2.2 |
2977 | 2024-08-12T22:08:41.568Z | Checking shell-words v1.1.0 |
2978 | 2024-08-12T22:08:41.732Z | Checking ring v0.16.20 |
2979 | 2024-08-12T22:08:41.780Z | Checking cargo_metadata v0.18.1 |
2980 | 2024-08-12T22:08:41.783Z | Checking blake3 v1.5.1 |
2981 | 2024-08-12T22:08:42.960Z | Checking omicron-zone-package v0.11.0 |
2982 | 2024-08-12T22:08:44.099Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2983 | 2024-08-12T22:08:45.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
2984 | 2024-08-12T22:08:45.163Z | |
2985 | 2024-08-12T22:08:45.163Z | info: running `cargo check --bins` on xtask (137/147) |
2986 | 2024-08-12T22:08:45.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-08-12T22:08:45.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-08-12T22:08:45.659Z | Checking serde v1.0.206 |
2989 | 2024-08-12T22:08:45.659Z | Checking thiserror v1.0.63 |
2990 | 2024-08-12T22:08:45.662Z | Checking scroll v0.12.0 |
2991 | 2024-08-12T22:08:45.663Z | Checking bitflags v2.6.0 |
2992 | 2024-08-12T22:08:45.730Z | Checking log v0.4.21 |
2993 | 2024-08-12T22:08:45.739Z | Checking hashbrown v0.14.5 |
2994 | 2024-08-12T22:08:45.755Z | Checking zerocopy v0.7.34 |
2995 | 2024-08-12T22:08:45.787Z | Checking syn v2.0.72 |
2996 | 2024-08-12T22:08:45.846Z | Checking pest v2.7.10 |
2997 | 2024-08-12T22:08:46.003Z | Checking fs-err v2.11.0 |
2998 | 2024-08-12T22:08:46.031Z | Checking rustix v0.38.34 |
2999 | 2024-08-12T22:08:46.183Z | Checking goblin v0.8.2 |
3000 | 2024-08-12T22:08:46.295Z | Checking tabled v0.15.0 |
3001 | 2024-08-12T22:08:46.871Z | Checking indexmap v2.3.0 |
3002 | 2024-08-12T22:08:47.058Z | Checking terminal_size v0.3.0 |
3003 | 2024-08-12T22:08:47.170Z | Checking anyhow v1.0.86 |
3004 | 2024-08-12T22:08:47.215Z | Checking clap_builder v4.5.15 |
3005 | 2024-08-12T22:08:48.166Z | Checking dtrace-parser v0.2.0 |
3006 | 2024-08-12T22:08:49.670Z | Checking clap v4.5.15 |
3007 | 2024-08-12T22:08:50.128Z | Checking serde_json v1.0.122 |
3008 | 2024-08-12T22:08:50.128Z | Checking serde_spanned v0.6.7 |
3009 | 2024-08-12T22:08:50.128Z | Checking toml_datetime v0.6.8 |
3010 | 2024-08-12T22:08:50.131Z | Checking camino v1.1.7 |
3011 | 2024-08-12T22:08:50.131Z | Checking cargo-platform v0.1.8 |
3012 | 2024-08-12T22:08:50.131Z | Checking semver v1.0.23 |
3013 | 2024-08-12T22:08:50.266Z | Checking macaddr v1.0.1 |
3014 | 2024-08-12T22:08:50.427Z | Checking toml_edit v0.22.20 |
3015 | 2024-08-12T22:08:51.271Z | Checking dof v0.3.0 |
3016 | 2024-08-12T22:08:51.271Z | Checking cargo_metadata v0.18.1 |
3017 | 2024-08-12T22:08:51.705Z | Checking usdt-impl v0.5.0 |
3018 | 2024-08-12T22:08:52.082Z | Checking usdt v0.5.0 |
3019 | 2024-08-12T22:08:52.267Z | Checking toml v0.8.19 |
3020 | 2024-08-12T22:08:52.751Z | Checking cargo_toml v0.20.4 |
3021 | 2024-08-12T22:08:54.034Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3022 | 2024-08-12T22:08:54.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.48s |
3023 | 2024-08-12T22:08:54.752Z | |
3024 | 2024-08-12T22:08:54.752Z | info: running `cargo check --bins` on end-to-end-tests (138/147) |
3025 | 2024-08-12T22:08:55.346Z | Downloading crates ... |
3026 | 2024-08-12T22:08:55.480Z | Downloaded polyval v0.6.2 |
3027 | 2024-08-12T22:08:55.483Z | Downloaded option-ext v0.2.0 |
3028 | 2024-08-12T22:08:55.486Z | Downloaded md5 v0.7.0 |
3029 | 2024-08-12T22:08:55.488Z | Downloaded dhcproto-macros v0.1.0 |
3030 | 2024-08-12T22:08:55.495Z | Downloaded russh-cryptovec v0.7.2 |
3031 | 2024-08-12T22:08:55.498Z | Downloaded pbkdf2 v0.11.0 |
3032 | 2024-08-12T22:08:55.501Z | Downloaded hex-literal v0.4.1 |
3033 | 2024-08-12T22:08:55.503Z | Downloaded ed25519 v2.2.3 |
3034 | 2024-08-12T22:08:55.506Z | Downloaded ctr v0.9.2 |
3035 | 2024-08-12T22:08:55.508Z | Downloaded dirs-sys v0.4.1 |
3036 | 2024-08-12T22:08:55.508Z | Downloaded cbc v0.1.2 |
3037 | 2024-08-12T22:08:55.511Z | Downloaded blowfish v0.9.1 |
3038 | 2024-08-12T22:08:55.511Z | Downloaded aes-gcm v0.10.3 |
3039 | 2024-08-12T22:08:55.514Z | Downloaded rfc6979 v0.4.0 |
3040 | 2024-08-12T22:08:55.516Z | Downloaded rand_core v0.5.1 |
3041 | 2024-08-12T22:08:55.516Z | Downloaded internet-checksum v0.2.1 |
3042 | 2024-08-12T22:08:55.519Z | Downloaded getrandom v0.1.16 |
3043 | 2024-08-12T22:08:55.522Z | Downloaded rand_chacha v0.2.2 |
3044 | 2024-08-12T22:08:55.522Z | Downloaded russh-keys v0.43.0 |
3045 | 2024-08-12T22:08:55.524Z | Downloaded password-hash v0.4.2 |
3046 | 2024-08-12T22:08:55.527Z | Downloaded ecdsa v0.16.9 |
3047 | 2024-08-12T22:08:55.527Z | Downloaded bcrypt-pbkdf v0.10.0 |
3048 | 2024-08-12T22:08:55.530Z | Downloaded primeorder v0.13.6 |
3049 | 2024-08-12T22:08:55.530Z | Downloaded pbkdf2 v0.12.2 |
3050 | 2024-08-12T22:08:55.533Z | Downloaded ghash v0.5.1 |
3051 | 2024-08-12T22:08:55.533Z | Downloaded dirs v5.0.1 |
3052 | 2024-08-12T22:08:55.535Z | Downloaded ed25519-dalek v2.1.1 |
3053 | 2024-08-12T22:08:55.538Z | Downloaded dhcproto v0.12.0 |
3054 | 2024-08-12T22:08:55.541Z | Downloaded p256 v0.13.2 |
3055 | 2024-08-12T22:08:55.543Z | Downloaded russh v0.43.0 |
3056 | 2024-08-12T22:08:55.549Z | Downloaded rand v0.7.3 |
3057 | 2024-08-12T22:08:55.553Z | Downloaded p521 v0.13.3 |
3058 | 2024-08-12T22:08:55.557Z | Downloaded aes v0.8.4 |
3059 | 2024-08-12T22:08:55.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-08-12T22:08:55.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-08-12T22:08:55.696Z | Compiling getrandom v0.1.16 |
3062 | 2024-08-12T22:08:55.797Z | Checking rfc6979 v0.4.0 |
3063 | 2024-08-12T22:08:55.808Z | Checking primeorder v0.13.6 |
3064 | 2024-08-12T22:08:55.812Z | Checking option-ext v0.2.0 |
3065 | 2024-08-12T22:08:55.812Z | Checking ed25519 v2.2.3 |
3066 | 2024-08-12T22:08:55.812Z | Checking polyval v0.6.2 |
3067 | 2024-08-12T22:08:55.814Z | Checking ctr v0.9.2 |
3068 | 2024-08-12T22:08:55.814Z | Checking blowfish v0.9.1 |
3069 | 2024-08-12T22:08:55.945Z | Checking ecdsa v0.16.9 |
3070 | 2024-08-12T22:08:56.024Z | Checking dirs-sys v0.4.1 |
3071 | 2024-08-12T22:08:56.093Z | Checking aes v0.8.4 |
3072 | 2024-08-12T22:08:56.110Z | Checking password-hash v0.4.2 |
3073 | 2024-08-12T22:08:56.125Z | Checking pbkdf2 v0.12.2 |
3074 | 2024-08-12T22:08:56.155Z | Checking ed25519-dalek v2.1.1 |
3075 | 2024-08-12T22:08:56.195Z | Checking dirs v5.0.1 |
3076 | 2024-08-12T22:08:56.280Z | Checking bcrypt-pbkdf v0.10.0 |
3077 | 2024-08-12T22:08:56.327Z | Checking ghash v0.5.1 |
3078 | 2024-08-12T22:08:56.342Z | Checking cbc v0.1.2 |
3079 | 2024-08-12T22:08:56.475Z | Checking russh-cryptovec v0.7.2 |
3080 | 2024-08-12T22:08:56.492Z | Checking md5 v0.7.0 |
3081 | 2024-08-12T22:08:56.513Z | Checking pbkdf2 v0.11.0 |
3082 | 2024-08-12T22:08:56.548Z | Checking hex-literal v0.4.1 |
3083 | 2024-08-12T22:08:56.548Z | Compiling dhcproto-macros v0.1.0 |
3084 | 2024-08-12T22:08:56.659Z | Checking p256 v0.13.2 |
3085 | 2024-08-12T22:08:56.677Z | Checking p521 v0.13.3 |
3086 | 2024-08-12T22:08:56.692Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3087 | 2024-08-12T22:08:56.763Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3088 | 2024-08-12T22:08:56.780Z | Checking internet-checksum v0.2.1 |
3089 | 2024-08-12T22:08:56.843Z | Checking rand_core v0.5.1 |
3090 | 2024-08-12T22:08:57.010Z | Checking aes-gcm v0.10.3 |
3091 | 2024-08-12T22:08:57.127Z | Checking rand_chacha v0.2.2 |
3092 | 2024-08-12T22:08:57.374Z | Checking dhcproto v0.12.0 |
3093 | 2024-08-12T22:08:57.387Z | Checking rand v0.7.3 |
3094 | 2024-08-12T22:08:58.347Z | Checking russh-keys v0.43.0 |
3095 | 2024-08-12T22:08:59.120Z | Checking russh v0.43.0 |
3096 | 2024-08-12T22:09:16.293Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3097 | 2024-08-12T22:09:17.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.85s |
3098 | 2024-08-12T22:09:17.781Z | |
3099 | 2024-08-12T22:09:17.781Z | info: running `cargo check --bins` on gateway-cli (139/147) |
3100 | 2024-08-12T22:09:18.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-08-12T22:09:18.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-08-12T22:09:18.416Z | Checking termios v0.3.3 |
3103 | 2024-08-12T22:09:18.618Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3104 | 2024-08-12T22:09:19.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
3105 | 2024-08-12T22:09:19.535Z | |
3106 | 2024-08-12T22:09:19.535Z | info: running `cargo check --bins --no-default-features` on installinator (140/147) |
3107 | 2024-08-12T22:09:20.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-08-12T22:09:20.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-08-12T22:09:20.231Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3110 | 2024-08-12T22:09:22.275Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3111 | 2024-08-12T22:09:24.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
3112 | 2024-08-12T22:09:24.222Z | |
3113 | 2024-08-12T22:09:24.222Z | info: running `cargo check --bins` on internal-dns-cli (141/147) |
3114 | 2024-08-12T22:09:24.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2024-08-12T22:09:24.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2024-08-12T22:09:24.864Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3117 | 2024-08-12T22:09:25.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3118 | 2024-08-12T22:09:25.448Z | |
3119 | 2024-08-12T22:09:25.448Z | info: running `cargo check --bins` on omicron-package (142/147) |
3120 | 2024-08-12T22:09:26.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3121 | 2024-08-12T22:09:26.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3122 | 2024-08-12T22:09:26.110Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3123 | 2024-08-12T22:09:27.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
3124 | 2024-08-12T22:09:27.519Z | |
3125 | 2024-08-12T22:09:27.519Z | info: running `cargo check --bins` on wicket-dbg (143/147) |
3126 | 2024-08-12T22:09:28.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3127 | 2024-08-12T22:09:28.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3128 | 2024-08-12T22:09:28.238Z | Checking rtoolbox v0.0.2 |
3129 | 2024-08-12T22:09:28.247Z | Checking tui-tree-widget v0.22.0 |
3130 | 2024-08-12T22:09:28.247Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3131 | 2024-08-12T22:09:28.455Z | Checking rpassword v7.3.1 |
3132 | 2024-08-12T22:09:32.399Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3133 | 2024-08-12T22:09:35.257Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3134 | 2024-08-12T22:09:36.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.84s |
3135 | 2024-08-12T22:09:36.530Z | |
3136 | 2024-08-12T22:09:36.530Z | info: running `cargo check --bins` on wicket (144/147) |
3137 | 2024-08-12T22:09:37.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2024-08-12T22:09:37.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2024-08-12T22:09:37.244Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3140 | 2024-08-12T22:09:37.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3141 | 2024-08-12T22:09:37.786Z | |
3142 | 2024-08-12T22:09:37.786Z | info: running `cargo check --bins` on wicketd (145/147) |
3143 | 2024-08-12T22:09:38.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2024-08-12T22:09:38.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2024-08-12T22:09:38.516Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3146 | 2024-08-12T22:09:42.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
3147 | 2024-08-12T22:09:42.493Z | |
3148 | 2024-08-12T22:09:42.493Z | info: running `cargo check --bins` on omicron-workspace-hack (146/147) |
3149 | 2024-08-12T22:09:43.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2024-08-12T22:09:43.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2024-08-12T22:09:43.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3152 | 2024-08-12T22:09:43.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3153 | 2024-08-12T22:09:43.116Z | |
3154 | 2024-08-12T22:09:43.116Z | info: running `cargo check --bins` on zone-setup (147/147) |
3155 | 2024-08-12T22:09:43.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2024-08-12T22:09:43.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2024-08-12T22:09:43.860Z | Checking uzers v0.11.3 |
3158 | 2024-08-12T22:09:44.167Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3159 | 2024-08-12T22:09:45.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
3160 | 2024-08-12T22:09:45.440Z | |
3161 | 2024-08-12T22:09:45.440Z | real 11:22.780065897 |
3162 | 2024-08-12T22:09:45.440Z | user 23:33.975970964 |
3163 | 2024-08-12T22:09:45.440Z | sys 4:59.713066250 |
3164 | 2024-08-12T22:09:45.443Z | trap 0.526088882 |
3165 | 2024-08-12T22:09:45.443Z | tflt 2.368700646 |
3166 | 2024-08-12T22:09:45.443Z | dflt 2.216508086 |
3167 | 2024-08-12T22:09:45.443Z | kflt 0.009766989 |
3168 | 2024-08-12T22:09:45.443Z | lock 43:43.510179679 |
3169 | 2024-08-12T22:09:45.443Z | slp 1:56:53.364330819 |
3170 | 2024-08-12T22:09:45.443Z | lat 59.566957451 |
3171 | 2024-08-12T22:09:45.443Z | stop 2:59.863676579 |
3172 | 2024-08-12T22:09:45.443Z | process exited: duration 927723 ms, exit code 0 |
|
3173 | 2024-08-12T22:09:45.449Z | found 0 output files |