|
|
|
1 | 2024-08-14T21:52:29.690Z | job assigned to worker 01J59E0V40DDA03RJEQQ1ZP7MG (queued for 25 s) |
|
2 | 2024-08-14T21:52:29.926Z | starting task 0: "setup" |
3 | 2024-08-14T21:52:29.953Z | ++ uname -s |
4 | 2024-08-14T21:52:29.953Z | + kern=SunOS |
5 | 2024-08-14T21:52:29.953Z | + case "$kern" in |
6 | 2024-08-14T21:52:29.953Z | + groupadd -g 12345 build |
7 | 2024-08-14T21:52:29.953Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-14T21:52:31.955Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-14T21:52:31.995Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-14T21:52:32.028Z | + home_fs=zfs |
11 | 2024-08-14T21:52:32.028Z | + [[ zfs == autofs ]] |
12 | 2024-08-14T21:52:32.028Z | + mkdir -p /home/build |
13 | 2024-08-14T21:52:32.028Z | + chown build:build /home/build /work |
14 | 2024-08-14T21:52:34.003Z | + chmod 0700 /home/build /work |
15 | 2024-08-14T21:52:34.029Z | process exited: duration 4085 ms, exit code 0 |
|
16 | 2024-08-14T21:52:34.077Z | starting task 1: "rust-toolchain" |
17 | 2024-08-14T21:52:34.115Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-14T21:52:34.115Z | * toolchain channel = "1.80.1" |
19 | 2024-08-14T21:52:34.115Z | ' 1.80.1 |
20 | 2024-08-14T21:52:34.115Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-14T21:52:34.115Z | ' default |
22 | 2024-08-14T21:52:34.115Z | * toolchain profile = "default" |
23 | 2024-08-14T21:52:34.115Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-14T21:52:34.115Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-14T21:52:34.227Z | info: downloading installer |
26 | 2024-08-14T21:52:35.029Z | info: profile set to 'default' |
27 | 2024-08-14T21:52:35.029Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-14T21:52:35.029Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-14T21:52:35.132Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-14T21:52:35.132Z | info: downloading component 'cargo' |
31 | 2024-08-14T21:52:35.414Z | info: downloading component 'clippy' |
32 | 2024-08-14T21:52:35.492Z | info: downloading component 'rust-docs' |
33 | 2024-08-14T21:52:35.737Z | info: downloading component 'rust-std' |
34 | 2024-08-14T21:52:36.023Z | info: downloading component 'rustc' |
35 | 2024-08-14T21:52:36.760Z | info: downloading component 'rustfmt' |
36 | 2024-08-14T21:52:36.803Z | info: installing component 'cargo' |
37 | 2024-08-14T21:52:37.937Z | info: installing component 'clippy' |
38 | 2024-08-14T21:52:38.373Z | info: installing component 'rust-docs' |
39 | 2024-08-14T21:52:41.055Z | info: installing component 'rust-std' |
40 | 2024-08-14T21:52:42.986Z | info: installing component 'rustc' |
41 | 2024-08-14T21:52:48.208Z | info: installing component 'rustfmt' |
42 | 2024-08-14T21:52:48.587Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-14T21:52:48.587Z | |
44 | 2024-08-14T21:52:48.706Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-14T21:52:48.706Z | |
46 | 2024-08-14T21:52:48.730Z | |
47 | 2024-08-14T21:52:48.730Z | Rust is installed now. Great! |
48 | 2024-08-14T21:52:48.730Z | |
49 | 2024-08-14T21:52:48.730Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-14T21:52:48.730Z | environment variable. This has not been done automatically. |
51 | 2024-08-14T21:52:48.730Z | |
52 | 2024-08-14T21:52:48.730Z | To configure your current shell, you need to source |
53 | 2024-08-14T21:52:48.730Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-14T21:52:48.730Z | |
55 | 2024-08-14T21:52:48.730Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-14T21:52:48.730Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-14T21:52:48.730Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-14T21:52:48.781Z | + rustc --version |
59 | 2024-08-14T21:52:48.890Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-14T21:52:48.914Z | process exited: duration 14817 ms, exit code 0 |
|
61 | 2024-08-14T21:52:48.962Z | starting task 2: "authentication" |
62 | 2024-08-14T21:52:49.020Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-08-14T21:52:49.071Z | starting task 3: "clone repository" |
64 | 2024-08-14T21:52:49.095Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-14T21:52:49.095Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-14T21:52:49.129Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-14T21:52:54.435Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-14T21:52:54.435Z | + git fetch origin eeab72cf9d7a8201ca2bf3a9df690e2579146c3f |
69 | 2024-08-14T21:52:55.100Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-14T21:52:55.101Z | * branch eeab72cf9d7a8201ca2bf3a9df690e2579146c3f -> FETCH_HEAD |
71 | 2024-08-14T21:52:55.125Z | + [[ -n '' ]] |
72 | 2024-08-14T21:52:55.126Z | + git reset --hard eeab72cf9d7a8201ca2bf3a9df690e2579146c3f |
73 | 2024-08-14T21:52:55.282Z | HEAD is now at eeab72cf9 Address comments |
74 | 2024-08-14T21:52:55.306Z | process exited: duration 6217 ms, exit code 0 |
|
75 | 2024-08-14T21:52:55.354Z | starting task 4: "build" |
76 | 2024-08-14T21:52:55.378Z | + cargo --version |
77 | 2024-08-14T21:52:55.429Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-08-14T21:52:55.453Z | + rustc --version |
79 | 2024-08-14T21:52:55.504Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-08-14T21:52:55.529Z | + source ./env.sh |
81 | 2024-08-14T21:52:55.529Z | ++ OLD_SHELL_OPTS=ehxB |
82 | 2024-08-14T21:52:55.529Z | ++ set -o xtrace |
83 | 2024-08-14T21:52:55.529Z | ++++ dirname ./env.sh |
84 | 2024-08-14T21:52:55.529Z | +++ readlink -f . |
85 | 2024-08-14T21:52:55.529Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
86 | 2024-08-14T21:52:55.529Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2024-08-14T21:52:55.529Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
88 | 2024-08-14T21:52:55.529Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-08-14T21:52:55.529Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-08-14T21:52:55.529Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-08-14T21:52:55.529Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-08-14T21:52:55.529Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-14T21:52:55.529Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-14T21:52:55.529Z | ++ case $OLD_SHELL_OPTS in |
95 | 2024-08-14T21:52:55.529Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
96 | 2024-08-14T21:52:55.529Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
97 | 2024-08-14T21:52:55.529Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
98 | 2024-08-14T21:52:55.529Z | + banner prerequisites |
99 | 2024-08-14T21:52:55.529Z | |
100 | 2024-08-14T21:52:55.529Z | ##### ##### ###### ##### ###### #### # # # #### # |
101 | 2024-08-14T21:52:55.529Z | # # # # # # # # # # # # # # # |
102 | 2024-08-14T21:52:55.529Z | # # # # ##### # # ##### # # # # # #### # |
103 | 2024-08-14T21:52:55.530Z | ##### ##### # ##### # # # # # # # # # |
104 | 2024-08-14T21:52:55.530Z | # # # # # # # # # # # # # # # |
105 | 2024-08-14T21:52:55.530Z | # # # ###### # # ###### ### # #### # #### # |
106 | 2024-08-14T21:52:55.530Z | |
107 | 2024-08-14T21:52:55.530Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
108 | 2024-08-14T21:53:00.381Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2024-08-14T21:53:02.913Z | Startup: Caching catalogs ... Done |
110 | 2024-08-14T21:53:05.083Z | Planning: Solver setup ... Done (1.484s) |
111 | 2024-08-14T21:53:05.107Z | Planning: Running solver ... Done (0.023s) |
112 | 2024-08-14T21:53:05.141Z | Planning: Finding local manifests ... Done (0.002s) |
113 | 2024-08-14T21:53:05.217Z | Planning: Fetching manifests: 0/4 0% complete |
114 | 2024-08-14T21:53:05.587Z | Planning: Fetching manifests: 4/4 100% complete |
115 | 2024-08-14T21:53:05.647Z | Planning: Package planning ... Done (0.061s) |
116 | 2024-08-14T21:53:05.708Z | Planning: Merging actions ... Done (0.060s) |
117 | 2024-08-14T21:53:06.076Z | Planning: Checking for conflicting actions ... Done (0.367s) |
118 | 2024-08-14T21:53:06.100Z | Planning: Consolidating action changes ... Done (0.013s) |
119 | 2024-08-14T21:53:06.739Z | Planning: Evaluating mediators ... Done (0.650s) |
120 | 2024-08-14T21:53:06.763Z | Planning: Planning completed in 3.77 seconds |
121 | 2024-08-14T21:53:06.787Z | Packages to install: 4 |
122 | 2024-08-14T21:53:06.788Z | Mediators to change: 2 |
123 | 2024-08-14T21:53:06.788Z | Services to change: 1 |
124 | 2024-08-14T21:53:06.788Z | Estimated space available: 148.83 GB |
125 | 2024-08-14T21:53:06.788Z | Estimated space to be consumed: 1.48 GB |
126 | 2024-08-14T21:53:06.788Z | Create boot environment: No |
127 | 2024-08-14T21:53:06.788Z | Create backup boot environment: No |
128 | 2024-08-14T21:53:06.788Z | Rebuild boot archive: No |
129 | 2024-08-14T21:53:06.788Z | |
130 | 2024-08-14T21:53:06.788Z | Changed mediators: |
131 | 2024-08-14T21:53:06.788Z | mediator clang: |
132 | 2024-08-14T21:53:06.788Z | version: None -> 15 (system default) |
133 | 2024-08-14T21:53:06.788Z | |
134 | 2024-08-14T21:53:06.788Z | mediator llvm: |
135 | 2024-08-14T21:53:06.788Z | version: 14 (system default) -> 15 (system default) |
136 | 2024-08-14T21:53:06.788Z | |
137 | 2024-08-14T21:53:06.788Z | Changed packages: |
138 | 2024-08-14T21:53:06.788Z | helios-dev |
139 | 2024-08-14T21:53:06.788Z | developer/build-essential |
140 | 2024-08-14T21:53:06.788Z | None -> 11-2.0 |
141 | 2024-08-14T21:53:06.788Z | library/libxmlsec1 |
142 | 2024-08-14T21:53:06.788Z | None -> 1.2.35-2.0 |
143 | 2024-08-14T21:53:06.788Z | ooce/developer/clang-15 |
144 | 2024-08-14T21:53:06.788Z | None -> 15.0.7-2.0 |
145 | 2024-08-14T21:53:06.788Z | ooce/developer/llvm-15 |
146 | 2024-08-14T21:53:06.788Z | None -> 15.0.7-2.0 |
147 | 2024-08-14T21:53:06.788Z | |
148 | 2024-08-14T21:53:06.788Z | Services: |
149 | 2024-08-14T21:53:06.788Z | restart_fmri: |
150 | 2024-08-14T21:53:06.788Z | svc:/system/update-man-index:default |
151 | 2024-08-14T21:53:06.820Z | |
152 | 2024-08-14T21:53:06.820Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
153 | 2024-08-14T21:53:11.821Z | Download: 278/3290 items 13.4/212.6MB 6% complete (2.6M/s) |
154 | 2024-08-14T21:53:16.842Z | Download: 1111/3290 items 19.8/212.6MB 9% complete (2.0M/s) |
155 | 2024-08-14T21:53:21.841Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (7.0M/s) |
156 | 2024-08-14T21:53:26.849Z | Download: 2207/3290 items 119.2/212.6MB 56% complete (9.9M/s) |
157 | 2024-08-14T21:53:31.851Z | Download: 2968/3290 items 121.2/212.6MB 57% complete (3.8M/s) |
158 | 2024-08-14T21:53:35.801Z | Download: Completed 212.60 MB in 28.98 seconds (7.3M/s) |
159 | 2024-08-14T21:53:35.984Z | Actions: 1/3689 actions (Installing new actions) |
160 | 2024-08-14T21:53:41.017Z | Actions: 2870/3689 actions (Installing new actions) |
161 | 2024-08-14T21:53:41.661Z | Actions: Completed 3689 actions in 5.68 seconds. |
162 | 2024-08-14T21:53:41.897Z | Done (0.228s) |
163 | 2024-08-14T21:53:41.897Z | Done (0.000s) |
164 | 2024-08-14T21:53:42.321Z | Done (0.425s) |
165 | 2024-08-14T21:53:47.359Z | Done (4.905s) |
166 | 2024-08-14T21:53:47.452Z | Done (0.018s) |
167 | 2024-08-14T21:53:47.476Z | Done (0.000s) |
168 | 2024-08-14T21:53:47.621Z | Done (0.000s) |
169 | 2024-08-14T21:53:48.299Z | Planning: Evaluating mediator changes ... Done |
170 | 2024-08-14T21:53:48.556Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-08-14T21:53:48.579Z | Planning: Consolidating action changes ... Done |
172 | 2024-08-14T21:53:48.875Z | Planning: Evaluating mediators ... Done |
173 | 2024-08-14T21:53:48.899Z | Planning: Planning completed in 0.58 seconds |
174 | 2024-08-14T21:53:48.923Z | Mediators to change: 2 |
175 | 2024-08-14T21:53:48.923Z | Create boot environment: No |
176 | 2024-08-14T21:53:48.923Z | Create backup boot environment: No |
177 | 2024-08-14T21:53:48.975Z | Done |
178 | 2024-08-14T21:53:48.975Z | Done |
179 | 2024-08-14T21:53:49.269Z | Done |
180 | 2024-08-14T21:53:53.576Z | Done |
181 | 2024-08-14T21:53:53.670Z | Done |
182 | 2024-08-14T21:53:53.670Z | Done |
183 | 2024-08-14T21:53:53.753Z | Done |
184 | 2024-08-14T21:53:54.486Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-08-14T21:53:54.510Z | Planning: Merging actions ... Done |
186 | 2024-08-14T21:53:54.717Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-08-14T21:53:54.741Z | Planning: Consolidating action changes ... Done |
188 | 2024-08-14T21:53:55.042Z | Planning: Evaluating mediators ... Done |
189 | 2024-08-14T21:53:55.114Z | Planning: Planning completed in 0.94 seconds |
190 | 2024-08-14T21:53:55.155Z | Packages to change: 1 |
191 | 2024-08-14T21:53:55.155Z | Mediators to change: 1 |
192 | 2024-08-14T21:53:55.155Z | Services to change: 1 |
193 | 2024-08-14T21:53:55.155Z | Create boot environment: No |
194 | 2024-08-14T21:53:55.155Z | Create backup boot environment: Yes |
195 | 2024-08-14T21:53:56.655Z | Actions: 1/6 actions (Updating modified actions) |
196 | 2024-08-14T21:53:56.679Z | Actions: Completed 6 actions in 0.00 seconds. |
197 | 2024-08-14T21:53:56.679Z | Done |
198 | 2024-08-14T21:53:56.679Z | Done |
199 | 2024-08-14T21:53:56.748Z | Done |
200 | 2024-08-14T21:54:01.044Z | Done |
201 | 2024-08-14T21:54:01.142Z | Done |
202 | 2024-08-14T21:54:01.166Z | Done |
203 | 2024-08-14T21:54:01.227Z | Done |
204 | 2024-08-14T21:54:01.726Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
205 | 2024-08-14T21:54:01.726Z | clang system 15 system |
206 | 2024-08-14T21:54:01.726Z | csh system system illumos |
207 | 2024-08-14T21:54:01.726Z | ctags system system illumos |
208 | 2024-08-14T21:54:01.726Z | gcc vendor 12 vendor |
209 | 2024-08-14T21:54:01.726Z | gcc system 10 system |
210 | 2024-08-14T21:54:01.726Z | gcc system 7 system |
211 | 2024-08-14T21:54:01.726Z | go system 1.20 system |
212 | 2024-08-14T21:54:01.726Z | go system 1.19 system |
213 | 2024-08-14T21:54:01.726Z | llvm system 15 system |
214 | 2024-08-14T21:54:01.727Z | llvm system 14 system |
215 | 2024-08-14T21:54:01.727Z | mariadb system 10.6 system |
216 | 2024-08-14T21:54:01.727Z | mta vendor vendor dma |
217 | 2024-08-14T21:54:01.727Z | openjdk system 17 system |
218 | 2024-08-14T21:54:01.727Z | openjdk system 11 system |
219 | 2024-08-14T21:54:01.727Z | openjdk system 1.8 system |
220 | 2024-08-14T21:54:01.727Z | openssl vendor 3 vendor |
221 | 2024-08-14T21:54:01.727Z | perl system 5.36 system |
222 | 2024-08-14T21:54:01.727Z | postgresql system 15 system |
223 | 2024-08-14T21:54:01.727Z | postgresql system 13 system |
224 | 2024-08-14T21:54:01.727Z | python vendor 3 vendor |
225 | 2024-08-14T21:54:01.727Z | python system 2 system |
226 | 2024-08-14T21:54:01.727Z | python3 system 3.11 system |
227 | 2024-08-14T21:54:01.727Z | ruby system 3.0 system |
228 | 2024-08-14T21:54:01.727Z | words vendor vendor american-english |
229 | 2024-08-14T21:54:01.727Z | words system system australian-english |
230 | 2024-08-14T21:54:01.727Z | words system system british-english |
231 | 2024-08-14T21:54:01.727Z | words system system canadian-english |
232 | 2024-08-14T21:54:01.727Z | words system system french |
233 | 2024-08-14T21:54:01.727Z | words system system italian |
234 | 2024-08-14T21:54:01.727Z | words system system ngerman |
235 | 2024-08-14T21:54:01.727Z | words system system ogerman |
236 | 2024-08-14T21:54:01.727Z | words system system spanish |
237 | 2024-08-14T21:54:02.116Z | PUBLISHER TYPE STATUS P LOCATION |
238 | 2024-08-14T21:54:02.117Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
239 | 2024-08-14T21:54:04.161Z | FMRI IFO |
240 | 2024-08-14T21:54:04.161Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
241 | 2024-08-14T21:54:04.161Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
242 | 2024-08-14T21:54:04.161Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
243 | 2024-08-14T21:54:04.161Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
244 | 2024-08-14T21:54:04.161Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
245 | 2024-08-14T21:54:04.161Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
246 | 2024-08-14T21:54:04.161Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
247 | 2024-08-14T21:54:04.161Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
248 | 2024-08-14T21:54:04.161Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
249 | 2024-08-14T21:54:04.161Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
250 | 2024-08-14T21:54:04.161Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
251 | 2024-08-14T21:54:04.161Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
252 | 2024-08-14T21:54:04.832Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
253 | 2024-08-14T21:54:05.166Z | Updating git repository `https://github.com/oxidecomputer/zone` |
254 | 2024-08-14T21:54:05.529Z | Updating crates.io index |
255 | 2024-08-14T21:54:05.621Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
256 | 2024-08-14T21:54:06.427Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
257 | 2024-08-14T21:54:07.250Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
258 | 2024-08-14T21:54:07.583Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
259 | 2024-08-14T21:54:09.285Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
260 | 2024-08-14T21:54:09.620Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
261 | 2024-08-14T21:54:09.949Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
262 | 2024-08-14T21:54:11.158Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
263 | 2024-08-14T21:54:13.134Z | Updating git repository `https://github.com/oxidecomputer/opte` |
264 | 2024-08-14T21:54:14.178Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
265 | 2024-08-14T21:54:14.949Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
266 | 2024-08-14T21:54:15.272Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
267 | 2024-08-14T21:54:16.135Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
268 | 2024-08-14T21:54:16.523Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
269 | 2024-08-14T21:54:17.034Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
270 | 2024-08-14T21:54:17.436Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
271 | 2024-08-14T21:54:17.737Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
272 | 2024-08-14T21:54:18.057Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
273 | 2024-08-14T21:54:18.418Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
274 | 2024-08-14T21:54:18.804Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
275 | 2024-08-14T21:54:19.243Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
276 | 2024-08-14T21:54:19.599Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
277 | 2024-08-14T21:54:20.058Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
278 | 2024-08-14T21:54:20.603Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
279 | 2024-08-14T21:54:21.008Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
280 | 2024-08-14T21:54:21.570Z | Updating git repository `https://github.com/oxidecomputer/typify` |
281 | 2024-08-14T21:54:23.891Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
282 | 2024-08-14T21:54:24.237Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
283 | 2024-08-14T21:54:24.631Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
284 | 2024-08-14T21:54:25.058Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
285 | 2024-08-14T21:54:26.387Z | Downloading crates ... |
286 | 2024-08-14T21:54:26.443Z | Downloaded byteorder v1.5.0 |
287 | 2024-08-14T21:54:26.473Z | Downloaded typenum v1.17.0 |
288 | 2024-08-14T21:54:26.473Z | Downloaded usdt-macro v0.5.0 |
289 | 2024-08-14T21:54:26.473Z | Downloaded serde v1.0.205 |
290 | 2024-08-14T21:54:26.499Z | Downloaded cpufeatures v0.2.12 |
291 | 2024-08-14T21:54:26.499Z | Downloaded swrite v0.1.0 |
292 | 2024-08-14T21:54:26.499Z | Downloaded sha2 v0.10.8 |
293 | 2024-08-14T21:54:26.499Z | Downloaded usdt v0.5.0 |
294 | 2024-08-14T21:54:26.499Z | Downloaded utf8parse v0.2.1 |
295 | 2024-08-14T21:54:26.499Z | Downloaded serde_derive v1.0.205 |
296 | 2024-08-14T21:54:26.499Z | Downloaded syn v1.0.109 |
297 | 2024-08-14T21:54:26.523Z | Downloaded zerocopy-derive v0.7.34 |
298 | 2024-08-14T21:54:26.523Z | Downloaded zerocopy v0.7.34 |
299 | 2024-08-14T21:54:26.547Z | Downloaded winnow v0.6.18 |
300 | 2024-08-14T21:54:26.571Z | Downloaded version_check v0.9.5 |
301 | 2024-08-14T21:54:26.571Z | Downloaded libc v0.2.155 |
302 | 2024-08-14T21:54:26.595Z | Downloaded unicode-width v0.1.13 |
303 | 2024-08-14T21:54:26.595Z | Downloaded rustix v0.38.34 |
304 | 2024-08-14T21:54:26.620Z | Downloaded toml_edit v0.22.20 |
305 | 2024-08-14T21:54:26.645Z | Downloaded tabled v0.15.0 |
306 | 2024-08-14T21:54:26.668Z | Downloaded syn v2.0.72 |
307 | 2024-08-14T21:54:26.692Z | Downloaded pest v2.7.10 |
308 | 2024-08-14T21:54:26.692Z | Downloaded goblin v0.8.2 |
309 | 2024-08-14T21:54:26.692Z | Downloaded usdt-impl v0.5.0 |
310 | 2024-08-14T21:54:26.692Z | Downloaded unicode-ident v1.0.12 |
311 | 2024-08-14T21:54:26.692Z | Downloaded ucd-trie v0.1.6 |
312 | 2024-08-14T21:54:26.716Z | Downloaded toml v0.8.19 |
313 | 2024-08-14T21:54:26.716Z | Downloaded memchr v2.7.2 |
314 | 2024-08-14T21:54:26.716Z | Downloaded terminal_size v0.3.0 |
315 | 2024-08-14T21:54:26.716Z | Downloaded semver v1.0.23 |
316 | 2024-08-14T21:54:26.716Z | Downloaded scroll v0.12.0 |
317 | 2024-08-14T21:54:26.716Z | Downloaded proc-macro2 v1.0.86 |
318 | 2024-08-14T21:54:26.716Z | Downloaded log v0.4.21 |
319 | 2024-08-14T21:54:26.716Z | Downloaded indexmap v2.3.0 |
320 | 2024-08-14T21:54:26.741Z | Downloaded thiserror-impl v1.0.63 |
321 | 2024-08-14T21:54:26.741Z | Downloaded serde_spanned v0.6.7 |
322 | 2024-08-14T21:54:26.741Z | Downloaded proc-macro-error v1.0.4 |
323 | 2024-08-14T21:54:26.741Z | Downloaded plain v0.2.3 |
324 | 2024-08-14T21:54:26.741Z | Downloaded pest_generator v2.7.10 |
325 | 2024-08-14T21:54:26.741Z | Downloaded once_cell v1.19.0 |
326 | 2024-08-14T21:54:26.741Z | Downloaded itoa v1.0.11 |
327 | 2024-08-14T21:54:26.741Z | Downloaded heck v0.4.1 |
328 | 2024-08-14T21:54:26.741Z | Downloaded fs-err v2.11.0 |
329 | 2024-08-14T21:54:26.741Z | Downloaded errno v0.3.9 |
330 | 2024-08-14T21:54:26.741Z | Downloaded digest v0.10.7 |
331 | 2024-08-14T21:54:26.741Z | Downloaded clap_lex v0.7.0 |
332 | 2024-08-14T21:54:26.741Z | Downloaded clap_builder v4.5.15 |
333 | 2024-08-14T21:54:26.765Z | Downloaded papergrid v0.11.0 |
334 | 2024-08-14T21:54:26.765Z | Downloaded usdt-attr-macro v0.5.0 |
335 | 2024-08-14T21:54:26.765Z | Downloaded serde_tokenstream v0.2.1 |
336 | 2024-08-14T21:54:26.765Z | Downloaded serde_json v1.0.122 |
337 | 2024-08-14T21:54:26.765Z | Downloaded scroll_derive v0.12.0 |
338 | 2024-08-14T21:54:26.765Z | Downloaded ryu v1.0.18 |
339 | 2024-08-14T21:54:26.789Z | Downloaded quote v1.0.36 |
340 | 2024-08-14T21:54:26.789Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2024-08-14T21:54:26.789Z | Downloaded pest_meta v2.7.10 |
342 | 2024-08-14T21:54:26.789Z | Downloaded hashbrown v0.14.5 |
343 | 2024-08-14T21:54:26.789Z | Downloaded equivalent v1.0.1 |
344 | 2024-08-14T21:54:26.789Z | Downloaded dtrace-parser v0.2.0 |
345 | 2024-08-14T21:54:26.789Z | Downloaded dof v0.3.0 |
346 | 2024-08-14T21:54:26.789Z | Downloaded crypto-common v0.1.6 |
347 | 2024-08-14T21:54:26.789Z | Downloaded cargo_toml v0.20.4 |
348 | 2024-08-14T21:54:26.789Z | Downloaded camino v1.1.7 |
349 | 2024-08-14T21:54:26.789Z | Downloaded bytecount v0.6.8 |
350 | 2024-08-14T21:54:26.789Z | Downloaded bitflags v2.6.0 |
351 | 2024-08-14T21:54:26.814Z | Downloaded autocfg v1.3.0 |
352 | 2024-08-14T21:54:26.814Z | Downloaded anyhow v1.0.86 |
353 | 2024-08-14T21:54:26.814Z | Downloaded toml_datetime v0.6.8 |
354 | 2024-08-14T21:54:26.814Z | Downloaded thread-id v4.2.1 |
355 | 2024-08-14T21:54:26.814Z | Downloaded thiserror v1.0.63 |
356 | 2024-08-14T21:54:26.814Z | Downloaded tabled_derive v0.7.0 |
357 | 2024-08-14T21:54:26.814Z | Downloaded strsim v0.11.1 |
358 | 2024-08-14T21:54:26.814Z | Downloaded pretty-hex v0.4.1 |
359 | 2024-08-14T21:54:26.814Z | Downloaded pest_derive v2.7.10 |
360 | 2024-08-14T21:54:26.814Z | Downloaded memmap v0.7.0 |
361 | 2024-08-14T21:54:26.838Z | Downloaded macaddr v1.0.1 |
362 | 2024-08-14T21:54:26.838Z | Downloaded is_terminal_polyfill v1.70.0 |
363 | 2024-08-14T21:54:26.838Z | Downloaded heck v0.5.0 |
364 | 2024-08-14T21:54:26.838Z | Downloaded generic-array v0.14.7 |
365 | 2024-08-14T21:54:26.838Z | Downloaded fnv v1.0.7 |
366 | 2024-08-14T21:54:26.838Z | Downloaded colorchoice v1.0.1 |
367 | 2024-08-14T21:54:26.838Z | Downloaded clap_derive v4.5.13 |
368 | 2024-08-14T21:54:26.838Z | Downloaded clap v4.5.15 |
369 | 2024-08-14T21:54:26.838Z | Downloaded cfg-if v1.0.0 |
370 | 2024-08-14T21:54:26.838Z | Downloaded cargo_metadata v0.18.1 |
371 | 2024-08-14T21:54:26.838Z | Downloaded cargo-platform v0.1.8 |
372 | 2024-08-14T21:54:26.838Z | Downloaded block-buffer v0.10.4 |
373 | 2024-08-14T21:54:26.863Z | Downloaded anstyle-query v1.0.3 |
374 | 2024-08-14T21:54:26.863Z | Downloaded anstyle-parse v0.2.4 |
375 | 2024-08-14T21:54:26.863Z | Downloaded anstyle v1.0.8 |
376 | 2024-08-14T21:54:26.863Z | Downloaded anstream v0.6.14 |
377 | 2024-08-14T21:54:26.975Z | Compiling proc-macro2 v1.0.86 |
378 | 2024-08-14T21:54:26.975Z | Compiling unicode-ident v1.0.12 |
379 | 2024-08-14T21:54:26.975Z | Compiling version_check v0.9.5 |
380 | 2024-08-14T21:54:26.975Z | Compiling serde v1.0.205 |
381 | 2024-08-14T21:54:26.999Z | Compiling memchr v2.7.2 |
382 | 2024-08-14T21:54:26.999Z | Compiling thiserror v1.0.63 |
383 | 2024-08-14T21:54:26.999Z | Compiling libc v0.2.155 |
384 | 2024-08-14T21:54:26.999Z | Compiling ryu v1.0.18 |
385 | 2024-08-14T21:54:27.234Z | Compiling ucd-trie v0.1.6 |
386 | 2024-08-14T21:54:27.486Z | Compiling itoa v1.0.11 |
387 | 2024-08-14T21:54:27.746Z | Compiling once_cell v1.19.0 |
388 | 2024-08-14T21:54:27.836Z | Compiling byteorder v1.5.0 |
389 | 2024-08-14T21:54:27.891Z | Compiling serde_json v1.0.122 |
390 | 2024-08-14T21:54:28.257Z | Compiling proc-macro-error-attr v1.0.4 |
391 | 2024-08-14T21:54:28.281Z | Compiling usdt-impl v0.5.0 |
392 | 2024-08-14T21:54:28.305Z | Compiling rustix v0.38.34 |
393 | 2024-08-14T21:54:28.446Z | Compiling syn v1.0.109 |
394 | 2024-08-14T21:54:28.472Z | Compiling proc-macro-error v1.0.4 |
395 | 2024-08-14T21:54:28.567Z | Compiling quote v1.0.36 |
396 | 2024-08-14T21:54:28.774Z | Compiling plain v0.2.3 |
397 | 2024-08-14T21:54:28.824Z | Compiling bitflags v2.6.0 |
398 | 2024-08-14T21:54:28.930Z | Compiling syn v2.0.72 |
399 | 2024-08-14T21:54:29.083Z | Compiling errno v0.3.9 |
400 | 2024-08-14T21:54:29.107Z | Compiling equivalent v1.0.1 |
401 | 2024-08-14T21:54:29.197Z | Compiling log v0.4.21 |
402 | 2024-08-14T21:54:29.228Z | Compiling hashbrown v0.14.5 |
403 | 2024-08-14T21:54:29.228Z | Compiling utf8parse v0.2.1 |
404 | 2024-08-14T21:54:29.306Z | Compiling thread-id v4.2.1 |
405 | 2024-08-14T21:54:29.411Z | Compiling anstyle-parse v0.2.4 |
406 | 2024-08-14T21:54:29.581Z | Compiling pretty-hex v0.4.1 |
407 | 2024-08-14T21:54:29.706Z | Compiling colorchoice v1.0.1 |
408 | 2024-08-14T21:54:29.791Z | Compiling semver v1.0.23 |
409 | 2024-08-14T21:54:29.839Z | Compiling camino v1.1.7 |
410 | 2024-08-14T21:54:29.869Z | Compiling winnow v0.6.18 |
411 | 2024-08-14T21:54:30.111Z | Compiling anstyle v1.0.8 |
412 | 2024-08-14T21:54:30.266Z | Compiling indexmap v2.3.0 |
413 | 2024-08-14T21:54:30.325Z | Compiling is_terminal_polyfill v1.70.0 |
414 | 2024-08-14T21:54:30.407Z | Compiling autocfg v1.3.0 |
415 | 2024-08-14T21:54:30.445Z | Compiling anstyle-query v1.0.3 |
416 | 2024-08-14T21:54:30.577Z | Compiling anstream v0.6.14 |
417 | 2024-08-14T21:54:30.603Z | Compiling terminal_size v0.3.0 |
418 | 2024-08-14T21:54:30.849Z | Compiling heck v0.5.0 |
419 | 2024-08-14T21:54:30.886Z | Compiling heck v0.4.1 |
420 | 2024-08-14T21:54:31.195Z | Compiling fs-err v2.11.0 |
421 | 2024-08-14T21:54:31.257Z | Compiling bytecount v0.6.8 |
422 | 2024-08-14T21:54:31.409Z | Compiling anyhow v1.0.86 |
423 | 2024-08-14T21:54:31.437Z | Compiling unicode-width v0.1.13 |
424 | 2024-08-14T21:54:31.504Z | Compiling clap_lex v0.7.0 |
425 | 2024-08-14T21:54:31.533Z | Compiling fnv v1.0.7 |
426 | 2024-08-14T21:54:31.566Z | Compiling strsim v0.11.1 |
427 | 2024-08-14T21:54:31.681Z | Compiling papergrid v0.11.0 |
428 | 2024-08-14T21:54:31.996Z | Compiling clap_builder v4.5.15 |
429 | 2024-08-14T21:54:32.222Z | Compiling memmap v0.7.0 |
430 | 2024-08-14T21:54:32.579Z | Compiling swrite v0.1.0 |
431 | 2024-08-14T21:54:34.115Z | Compiling tabled_derive v0.7.0 |
432 | 2024-08-14T21:54:35.688Z | Compiling tabled v0.15.0 |
433 | 2024-08-14T21:54:36.890Z | Compiling serde_derive v1.0.205 |
434 | 2024-08-14T21:54:36.890Z | Compiling thiserror-impl v1.0.63 |
435 | 2024-08-14T21:54:36.914Z | Compiling zerocopy-derive v0.7.34 |
436 | 2024-08-14T21:54:36.960Z | Compiling scroll_derive v0.12.0 |
437 | 2024-08-14T21:54:37.102Z | Compiling clap_derive v4.5.13 |
438 | 2024-08-14T21:54:38.072Z | Compiling scroll v0.12.0 |
439 | 2024-08-14T21:54:38.495Z | Compiling goblin v0.8.2 |
440 | 2024-08-14T21:54:38.533Z | Compiling zerocopy v0.7.34 |
441 | 2024-08-14T21:54:39.102Z | Compiling pest v2.7.10 |
442 | 2024-08-14T21:54:40.052Z | Compiling clap v4.5.15 |
443 | 2024-08-14T21:54:41.031Z | Compiling pest_meta v2.7.10 |
444 | 2024-08-14T21:54:42.056Z | Compiling pest_generator v2.7.10 |
445 | 2024-08-14T21:54:43.674Z | Compiling pest_derive v2.7.10 |
446 | 2024-08-14T21:54:44.282Z | Compiling dtrace-parser v0.2.0 |
447 | 2024-08-14T21:54:45.973Z | Compiling serde_tokenstream v0.2.1 |
448 | 2024-08-14T21:54:46.062Z | Compiling serde_spanned v0.6.7 |
449 | 2024-08-14T21:54:46.085Z | Compiling toml_datetime v0.6.8 |
450 | 2024-08-14T21:54:46.239Z | Compiling cargo-platform v0.1.8 |
451 | 2024-08-14T21:54:46.416Z | Compiling toml_edit v0.22.20 |
452 | 2024-08-14T21:54:46.502Z | Compiling macaddr v1.0.1 |
453 | 2024-08-14T21:54:47.351Z | Compiling dof v0.3.0 |
454 | 2024-08-14T21:54:47.475Z | Compiling cargo_metadata v0.18.1 |
455 | 2024-08-14T21:54:48.960Z | Compiling toml v0.8.19 |
456 | 2024-08-14T21:54:48.995Z | Compiling usdt-attr-macro v0.5.0 |
457 | 2024-08-14T21:54:48.995Z | Compiling usdt-macro v0.5.0 |
458 | 2024-08-14T21:54:49.694Z | Compiling cargo_toml v0.20.4 |
459 | 2024-08-14T21:54:50.170Z | Compiling usdt v0.5.0 |
460 | 2024-08-14T21:54:53.794Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
461 | 2024-08-14T21:54:58.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.99s |
462 | 2024-08-14T21:54:58.821Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
463 | 2024-08-14T21:54:59.523Z | Downloading crates ... |
464 | 2024-08-14T21:54:59.660Z | Downloaded bitflags v1.3.2 |
465 | 2024-08-14T21:54:59.692Z | Downloaded cstr-argument v0.1.2 |
466 | 2024-08-14T21:54:59.692Z | Downloaded instant v0.1.12 |
467 | 2024-08-14T21:54:59.692Z | Downloaded is_ci v1.2.0 |
468 | 2024-08-14T21:54:59.692Z | Downloaded oso-derive v0.27.3 |
469 | 2024-08-14T21:54:59.716Z | Downloaded number_prefix v0.4.0 |
470 | 2024-08-14T21:54:59.716Z | Downloaded sigpipe v0.1.3 |
471 | 2024-08-14T21:54:59.716Z | Downloaded strum v0.26.3 |
472 | 2024-08-14T21:54:59.716Z | Downloaded parking_lot v0.11.2 |
473 | 2024-08-14T21:54:59.716Z | Downloaded structmeta-derive v0.2.0 |
474 | 2024-08-14T21:54:59.716Z | Downloaded strum_macros v0.25.3 |
475 | 2024-08-14T21:54:59.716Z | Downloaded vte_generate_state_changes v0.1.1 |
476 | 2024-08-14T21:54:59.741Z | Downloaded want v0.3.1 |
477 | 2024-08-14T21:54:59.741Z | Downloaded waitgroup v0.1.2 |
478 | 2024-08-14T21:54:59.741Z | Downloaded toolchain_find v0.4.0 |
479 | 2024-08-14T21:54:59.741Z | Downloaded omicron-zone-package v0.11.0 |
480 | 2024-08-14T21:54:59.741Z | Downloaded phf_shared v0.10.0 |
481 | 2024-08-14T21:54:59.741Z | Downloaded tinyvec_macros v0.1.1 |
482 | 2024-08-14T21:54:59.766Z | Downloaded headers-core v0.2.0 |
483 | 2024-08-14T21:54:59.766Z | Downloaded zone_cfg_derive v0.1.2 |
484 | 2024-08-14T21:54:59.766Z | Downloaded spin v0.5.2 |
485 | 2024-08-14T21:54:59.766Z | Downloaded utf-8 v0.7.6 |
486 | 2024-08-14T21:54:59.766Z | Downloaded hash32 v0.3.1 |
487 | 2024-08-14T21:54:59.766Z | Downloaded heck v0.3.3 |
488 | 2024-08-14T21:54:59.791Z | Downloaded rand_xorshift v0.3.0 |
489 | 2024-08-14T21:54:59.791Z | Downloaded time-core v0.1.2 |
490 | 2024-08-14T21:54:59.791Z | Downloaded http-range v0.1.5 |
491 | 2024-08-14T21:54:59.791Z | Downloaded schemars_derive v0.8.21 |
492 | 2024-08-14T21:54:59.791Z | Downloaded try-lock v0.2.5 |
493 | 2024-08-14T21:54:59.816Z | Downloaded rustc_version v0.4.0 |
494 | 2024-08-14T21:54:59.816Z | Downloaded hostname v0.3.1 |
495 | 2024-08-14T21:54:59.816Z | Downloaded derive_builder_macro v0.20.0 |
496 | 2024-08-14T21:54:59.816Z | Downloaded resolv-conf v0.7.0 |
497 | 2024-08-14T21:54:59.816Z | Downloaded diesel_table_macro_syntax v0.2.0 |
498 | 2024-08-14T21:54:59.840Z | Downloaded path-slash v0.1.5 |
499 | 2024-08-14T21:54:59.840Z | Downloaded peg-runtime v0.8.3 |
500 | 2024-08-14T21:54:59.840Z | Downloaded smf v0.2.3 |
501 | 2024-08-14T21:54:59.840Z | Downloaded float-cmp v0.9.0 |
502 | 2024-08-14T21:54:59.840Z | Downloaded percent-encoding v2.3.1 |
503 | 2024-08-14T21:54:59.840Z | Downloaded peg v0.8.4 |
504 | 2024-08-14T21:54:59.865Z | Downloaded foreign-types-shared v0.3.1 |
505 | 2024-08-14T21:54:59.865Z | Downloaded downcast v0.11.0 |
506 | 2024-08-14T21:54:59.865Z | Downloaded hashbrown v0.13.2 |
507 | 2024-08-14T21:54:59.865Z | Downloaded supports-color v3.0.0 |
508 | 2024-08-14T21:54:59.865Z | Downloaded foreign-types-shared v0.1.1 |
509 | 2024-08-14T21:54:59.865Z | Downloaded dirs-sys-next v0.1.2 |
510 | 2024-08-14T21:54:59.865Z | Downloaded fallible-iterator v0.2.0 |
511 | 2024-08-14T21:54:59.865Z | Downloaded unicode-xid v0.2.4 |
512 | 2024-08-14T21:54:59.890Z | Downloaded foreign-types v0.3.2 |
513 | 2024-08-14T21:54:59.890Z | Downloaded foreign-types-macros v0.2.3 |
514 | 2024-08-14T21:54:59.890Z | Downloaded dsl_auto_type v0.1.2 |
515 | 2024-08-14T21:54:59.890Z | Downloaded rustyline v14.0.0 |
516 | 2024-08-14T21:54:59.890Z | Downloaded foreign-types v0.5.0 |
517 | 2024-08-14T21:54:59.890Z | Downloaded fatfs v0.3.6 |
518 | 2024-08-14T21:54:59.915Z | Downloaded flate2 v1.0.31 |
519 | 2024-08-14T21:54:59.965Z | Downloaded expectorate v1.1.0 |
520 | 2024-08-14T21:54:59.965Z | Downloaded serde_yaml v0.9.34+deprecated |
521 | 2024-08-14T21:54:59.990Z | Downloaded unicode-segmentation v1.11.0 |
522 | 2024-08-14T21:54:59.990Z | Downloaded serde_with v3.8.3 |
523 | 2024-08-14T21:54:59.990Z | Downloaded reedline v0.31.0 |
524 | 2024-08-14T21:54:59.990Z | Downloaded radix_trie v0.2.1 |
525 | 2024-08-14T21:54:59.990Z | Downloaded regex v1.10.6 |
526 | 2024-08-14T21:55:00.014Z | Downloaded zerocopy-derive v0.6.6 |
527 | 2024-08-14T21:55:00.014Z | Downloaded sha3 v0.10.8 |
528 | 2024-08-14T21:55:00.038Z | Downloaded petgraph v0.6.5 |
529 | 2024-08-14T21:55:00.062Z | Downloaded tokio v1.38.1 |
530 | 2024-08-14T21:55:00.086Z | Downloaded csv v1.3.0 |
531 | 2024-08-14T21:55:00.110Z | Downloaded encoding_rs v0.8.34 |
532 | 2024-08-14T21:55:00.134Z | Downloaded finl_unicode v1.2.0 |
533 | 2024-08-14T21:55:00.158Z | Downloaded regex-automata v0.4.6 |
534 | 2024-08-14T21:55:00.182Z | Downloaded idna v0.2.3 |
535 | 2024-08-14T21:55:00.182Z | Downloaded diesel v2.2.2 |
536 | 2024-08-14T21:55:00.206Z | Downloaded rustls-webpki v0.102.4 |
537 | 2024-08-14T21:55:00.230Z | Downloaded hyper v0.14.30 |
538 | 2024-08-14T21:55:00.230Z | Downloaded rustls v0.22.4 |
539 | 2024-08-14T21:55:00.254Z | Downloaded rustls v0.21.12 |
540 | 2024-08-14T21:55:00.278Z | Downloaded ratatui v0.28.0 |
541 | 2024-08-14T21:55:00.302Z | Downloaded openssl v0.10.66 |
542 | 2024-08-14T21:55:00.302Z | Downloaded openapiv3 v2.0.0 |
543 | 2024-08-14T21:55:00.326Z | Downloaded object v0.30.4 |
544 | 2024-08-14T21:55:00.326Z | Downloaded nix v0.28.0 |
545 | 2024-08-14T21:55:00.350Z | Downloaded ring v0.17.8 |
546 | 2024-08-14T21:55:00.414Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
547 | 2024-08-14T21:55:00.439Z | Downloaded smoltcp v0.11.0 |
548 | 2024-08-14T21:55:00.462Z | Downloaded regress v0.9.1 |
549 | 2024-08-14T21:55:00.462Z | Downloaded regex-syntax v0.8.4 |
550 | 2024-08-14T21:55:00.463Z | Downloaded sled v0.34.7 |
551 | 2024-08-14T21:55:00.487Z | Downloaded ring v0.16.20 |
552 | 2024-08-14T21:55:00.566Z | Downloaded smoltcp v0.9.1 |
553 | 2024-08-14T21:55:00.590Z | Downloaded regex-syntax v0.6.29 |
554 | 2024-08-14T21:55:00.590Z | Downloaded trust-dns-proto v0.22.0 |
555 | 2024-08-14T21:55:00.614Z | Downloaded object v0.32.2 |
556 | 2024-08-14T21:55:00.614Z | Downloaded unicode-normalization v0.1.23 |
557 | 2024-08-14T21:55:00.643Z | Downloaded sqlparser v0.45.0 |
558 | 2024-08-14T21:55:00.643Z | Downloaded proptest v1.5.0 |
559 | 2024-08-14T21:55:00.643Z | Downloaded polar-core v0.27.3 |
560 | 2024-08-14T21:55:00.667Z | Downloaded nix v0.27.1 |
561 | 2024-08-14T21:55:00.667Z | Downloaded bstr v1.9.1 |
562 | 2024-08-14T21:55:00.691Z | Downloaded typed-path v0.7.1 |
563 | 2024-08-14T21:55:00.691Z | Downloaded steno v0.4.1 |
564 | 2024-08-14T21:55:00.691Z | Downloaded hkdf v0.12.4 |
565 | 2024-08-14T21:55:00.691Z | Downloaded rayon v1.10.0 |
566 | 2024-08-14T21:55:00.716Z | Downloaded vcpkg v0.2.15 |
567 | 2024-08-14T21:55:00.739Z | Downloaded h2 v0.3.26 |
568 | 2024-08-14T21:55:00.763Z | Downloaded lalrpop v0.19.12 |
569 | 2024-08-14T21:55:00.763Z | Downloaded idna v0.5.0 |
570 | 2024-08-14T21:55:00.787Z | Downloaded idna v0.3.0 |
571 | 2024-08-14T21:55:00.787Z | Downloaded curve25519-dalek v4.1.3 |
572 | 2024-08-14T21:55:00.787Z | Downloaded bstr v0.2.17 |
573 | 2024-08-14T21:55:00.812Z | Downloaded env_logger v0.10.2 |
574 | 2024-08-14T21:55:00.812Z | Downloaded rcgen v0.12.1 |
575 | 2024-08-14T21:55:00.812Z | Downloaded rand v0.8.5 |
576 | 2024-08-14T21:55:00.812Z | Downloaded rustls-webpki v0.101.7 |
577 | 2024-08-14T21:55:00.836Z | Downloaded reqwest v0.11.27 |
578 | 2024-08-14T21:55:00.836Z | Downloaded tough v0.17.1 |
579 | 2024-08-14T21:55:00.860Z | Downloaded gimli v0.28.1 |
580 | 2024-08-14T21:55:00.861Z | Downloaded webpki-roots v0.25.4 |
581 | 2024-08-14T21:55:00.861Z | Downloaded itertools v0.13.0 |
582 | 2024-08-14T21:55:00.884Z | Downloaded tungstenite v0.21.0 |
583 | 2024-08-14T21:55:00.884Z | Downloaded regex-automata v0.1.10 |
584 | 2024-08-14T21:55:00.884Z | Downloaded quick-xml v0.31.0 |
585 | 2024-08-14T21:55:00.884Z | Downloaded env_logger v0.9.3 |
586 | 2024-08-14T21:55:00.884Z | Downloaded signal-hook v0.3.17 |
587 | 2024-08-14T21:55:00.908Z | Downloaded unicode-bidi v0.3.15 |
588 | 2024-08-14T21:55:00.908Z | Downloaded flume v0.11.0 |
589 | 2024-08-14T21:55:00.908Z | Downloaded http v1.1.0 |
590 | 2024-08-14T21:55:00.908Z | Downloaded serde_with_macros v3.8.3 |
591 | 2024-08-14T21:55:00.908Z | Downloaded socket2 v0.5.7 |
592 | 2024-08-14T21:55:00.908Z | Downloaded snafu v0.8.2 |
593 | 2024-08-14T21:55:00.908Z | Downloaded trust-dns-server v0.22.1 |
594 | 2024-08-14T21:55:00.933Z | Downloaded time v0.3.36 |
595 | 2024-08-14T21:55:00.933Z | Downloaded nom v7.1.3 |
596 | 2024-08-14T21:55:00.933Z | Downloaded bitvec v1.0.1 |
597 | 2024-08-14T21:55:00.957Z | Downloaded shlex v1.3.0 |
598 | 2024-08-14T21:55:00.957Z | Downloaded unicode-linebreak v0.1.5 |
599 | 2024-08-14T21:55:00.957Z | Downloaded diesel_derives v2.2.2 |
600 | 2024-08-14T21:55:00.957Z | Downloaded derive_more v0.99.18 |
601 | 2024-08-14T21:55:00.981Z | Downloaded fastrand v2.1.0 |
602 | 2024-08-14T21:55:00.981Z | Downloaded display-error-chain v0.2.0 |
603 | 2024-08-14T21:55:00.981Z | Downloaded sha1 v0.10.6 |
604 | 2024-08-14T21:55:00.981Z | Downloaded unicode_categories v0.1.1 |
605 | 2024-08-14T21:55:00.981Z | Downloaded portable-atomic v1.6.0 |
606 | 2024-08-14T21:55:00.981Z | Downloaded slog-json v2.6.1 |
607 | 2024-08-14T21:55:00.981Z | Downloaded signature v2.2.0 |
608 | 2024-08-14T21:55:00.981Z | Downloaded futures-util v0.3.30 |
609 | 2024-08-14T21:55:01.005Z | Downloaded chrono v0.4.38 |
610 | 2024-08-14T21:55:01.005Z | Downloaded erased-serde v0.3.31 |
611 | 2024-08-14T21:55:01.005Z | Downloaded dirs-next v2.0.0 |
612 | 2024-08-14T21:55:01.005Z | Downloaded difflib v0.4.0 |
613 | 2024-08-14T21:55:01.005Z | Downloaded slog-envlogger v2.2.0 |
614 | 2024-08-14T21:55:01.005Z | Downloaded shell-words v1.1.0 |
615 | 2024-08-14T21:55:01.005Z | Downloaded slog-term v2.9.1 |
616 | 2024-08-14T21:55:01.029Z | Downloaded unicase v2.7.0 |
617 | 2024-08-14T21:55:01.029Z | Downloaded unsafe-libyaml v0.2.11 |
618 | 2024-08-14T21:55:01.029Z | Downloaded futures-channel v0.3.30 |
619 | 2024-08-14T21:55:01.029Z | Downloaded http v0.2.12 |
620 | 2024-08-14T21:55:01.030Z | Downloaded publicsuffix v2.2.3 |
621 | 2024-08-14T21:55:01.030Z | Downloaded unicode-truncate v1.0.0 |
622 | 2024-08-14T21:55:01.030Z | Downloaded slog-stdlog v4.1.1 |
623 | 2024-08-14T21:55:01.030Z | Downloaded slog-scope v4.4.0 |
624 | 2024-08-14T21:55:01.030Z | Downloaded signal-hook-tokio v0.3.1 |
625 | 2024-08-14T21:55:01.030Z | Downloaded signal-hook-registry v1.4.2 |
626 | 2024-08-14T21:55:01.030Z | Downloaded signal-hook-mio v0.2.4 |
627 | 2024-08-14T21:55:01.054Z | Downloaded rand_seeder v0.3.0 |
628 | 2024-08-14T21:55:01.054Z | Downloaded socket2 v0.4.10 |
629 | 2024-08-14T21:55:01.054Z | Downloaded snafu-derive v0.8.2 |
630 | 2024-08-14T21:55:01.054Z | Downloaded hashbrown v0.12.3 |
631 | 2024-08-14T21:55:01.054Z | Downloaded ref-cast-impl v1.0.23 |
632 | 2024-08-14T21:55:01.054Z | Downloaded ref-cast v1.0.23 |
633 | 2024-08-14T21:55:01.054Z | Downloaded rand_core v0.6.4 |
634 | 2024-08-14T21:55:01.054Z | Downloaded rand_chacha v0.3.1 |
635 | 2024-08-14T21:55:01.054Z | Downloaded password-hash v0.5.0 |
636 | 2024-08-14T21:55:01.054Z | Downloaded diff v0.1.13 |
637 | 2024-08-14T21:55:01.054Z | Downloaded serde_derive_internals v0.29.1 |
638 | 2024-08-14T21:55:01.054Z | Downloaded tungstenite v0.20.1 |
639 | 2024-08-14T21:55:01.078Z | Downloaded trust-dns-resolver v0.22.0 |
640 | 2024-08-14T21:55:01.078Z | Downloaded trust-dns-client v0.22.0 |
641 | 2024-08-14T21:55:01.078Z | Downloaded tracing v0.1.40 |
642 | 2024-08-14T21:55:01.078Z | Downloaded winnow v0.5.40 |
643 | 2024-08-14T21:55:01.102Z | Downloaded num-bigint v0.4.5 |
644 | 2024-08-14T21:55:01.102Z | Downloaded smallvec v1.13.2 |
645 | 2024-08-14T21:55:01.102Z | Downloaded smallvec v0.6.14 |
646 | 2024-08-14T21:55:01.102Z | Downloaded float-ord v0.3.2 |
647 | 2024-08-14T21:55:01.102Z | Downloaded flagset v0.4.5 |
648 | 2024-08-14T21:55:01.102Z | Downloaded fixedbitset v0.4.2 |
649 | 2024-08-14T21:55:01.102Z | Downloaded fd-lock v4.0.2 |
650 | 2024-08-14T21:55:01.102Z | Downloaded unarray v0.1.4 |
651 | 2024-08-14T21:55:01.102Z | Downloaded structmeta v0.2.0 |
652 | 2024-08-14T21:55:01.102Z | Downloaded radium v0.7.0 |
653 | 2024-08-14T21:55:01.103Z | Downloaded r2d2 v0.8.10 |
654 | 2024-08-14T21:55:01.127Z | Downloaded peg-macros v0.8.4 |
655 | 2024-08-14T21:55:01.127Z | Downloaded strip-ansi-escapes v0.2.0 |
656 | 2024-08-14T21:55:01.127Z | Downloaded string_cache v0.8.7 |
657 | 2024-08-14T21:55:01.127Z | Downloaded paste v1.0.15 |
658 | 2024-08-14T21:55:01.127Z | Downloaded elliptic-curve v0.13.8 |
659 | 2024-08-14T21:55:01.127Z | Downloaded rsa v0.9.6 |
660 | 2024-08-14T21:55:01.127Z | Downloaded filetime v0.2.24 |
661 | 2024-08-14T21:55:01.127Z | Downloaded ff v0.13.0 |
662 | 2024-08-14T21:55:01.127Z | Downloaded funty v2.0.0 |
663 | 2024-08-14T21:55:01.127Z | Downloaded futures v0.3.30 |
664 | 2024-08-14T21:55:01.151Z | Downloaded bindgen v0.69.4 |
665 | 2024-08-14T21:55:01.151Z | Downloaded stringprep v0.1.4 |
666 | 2024-08-14T21:55:01.151Z | Downloaded parse-display-derive v0.10.0 |
667 | 2024-08-14T21:55:01.151Z | Downloaded iana-time-zone v0.1.60 |
668 | 2024-08-14T21:55:01.151Z | Downloaded hyper-rustls v0.24.2 |
669 | 2024-08-14T21:55:01.151Z | Downloaded tracing-core v0.1.32 |
670 | 2024-08-14T21:55:01.175Z | Downloaded ron v0.7.1 |
671 | 2024-08-14T21:55:01.175Z | Downloaded pem-rfc7468 v0.7.0 |
672 | 2024-08-14T21:55:01.175Z | Downloaded pem v3.0.4 |
673 | 2024-08-14T21:55:01.175Z | Downloaded rustls-pemfile v2.1.3 |
674 | 2024-08-14T21:55:01.175Z | Downloaded itertools v0.12.1 |
675 | 2024-08-14T21:55:01.175Z | Downloaded serde_arrays v0.1.0 |
676 | 2024-08-14T21:55:01.175Z | Downloaded mio v0.8.11 |
677 | 2024-08-14T21:55:01.200Z | Downloaded smawk v0.3.2 |
678 | 2024-08-14T21:55:01.225Z | Downloaded hyper-staticfile v0.9.5 |
679 | 2024-08-14T21:55:01.225Z | Downloaded futures-core v0.3.30 |
680 | 2024-08-14T21:55:01.225Z | Downloaded tokio-postgres v0.7.11 |
681 | 2024-08-14T21:55:01.225Z | Downloaded prettyplease v0.2.20 |
682 | 2024-08-14T21:55:01.249Z | Downloaded zip v0.6.6 |
683 | 2024-08-14T21:55:01.249Z | Downloaded parse-size v1.0.0 |
684 | 2024-08-14T21:55:01.249Z | Downloaded hyper-tls v0.5.0 |
685 | 2024-08-14T21:55:01.249Z | Downloaded universal-hash v0.5.1 |
686 | 2024-08-14T21:55:01.249Z | Downloaded serde-hex v0.1.0 |
687 | 2024-08-14T21:55:01.249Z | Downloaded rustversion v1.0.17 |
688 | 2024-08-14T21:55:01.250Z | Downloaded ena v0.14.3 |
689 | 2024-08-14T21:55:01.250Z | Downloaded rustls-pki-types v1.7.0 |
690 | 2024-08-14T21:55:01.273Z | Downloaded tracing-attributes v0.1.27 |
691 | 2024-08-14T21:55:01.273Z | Downloaded schemars v0.8.21 |
692 | 2024-08-14T21:55:01.273Z | Downloaded samael v0.0.15 |
693 | 2024-08-14T21:55:01.297Z | Downloaded oso v0.27.3 |
694 | 2024-08-14T21:55:01.297Z | Downloaded ident_case v1.0.1 |
695 | 2024-08-14T21:55:01.297Z | Downloaded fragile v2.0.0 |
696 | 2024-08-14T21:55:01.297Z | Downloaded form_urlencoded v1.2.1 |
697 | 2024-08-14T21:55:01.297Z | Downloaded serde-big-array v0.5.1 |
698 | 2024-08-14T21:55:01.297Z | Downloaded humantime v2.1.0 |
699 | 2024-08-14T21:55:01.297Z | Downloaded futures-executor v0.3.30 |
700 | 2024-08-14T21:55:01.321Z | Downloaded rustls-pemfile v1.0.4 |
701 | 2024-08-14T21:55:01.321Z | Downloaded rayon-core v1.12.1 |
702 | 2024-08-14T21:55:01.321Z | Downloaded heapless v0.7.17 |
703 | 2024-08-14T21:55:01.321Z | Downloaded derive-where v1.2.7 |
704 | 2024-08-14T21:55:01.321Z | Downloaded enum-as-inner v0.5.1 |
705 | 2024-08-14T21:55:01.321Z | Downloaded either v1.13.0 |
706 | 2024-08-14T21:55:01.345Z | Downloaded tui-tree-widget v0.22.0 |
707 | 2024-08-14T21:55:01.345Z | Downloaded httparse v1.8.0 |
708 | 2024-08-14T21:55:01.345Z | Downloaded http-body v0.4.6 |
709 | 2024-08-14T21:55:01.345Z | Downloaded hmac v0.12.1 |
710 | 2024-08-14T21:55:01.345Z | Downloaded textwrap v0.16.1 |
711 | 2024-08-14T21:55:01.345Z | Downloaded test-strategy v0.3.1 |
712 | 2024-08-14T21:55:01.370Z | Downloaded tar v0.4.41 |
713 | 2024-08-14T21:55:01.370Z | Downloaded ron v0.8.1 |
714 | 2024-08-14T21:55:01.370Z | Downloaded heapless v0.8.0 |
715 | 2024-08-14T21:55:01.370Z | Downloaded url v2.5.2 |
716 | 2024-08-14T21:55:01.394Z | Downloaded tokio-util v0.7.11 |
717 | 2024-08-14T21:55:01.394Z | Downloaded embedded-io v0.4.0 |
718 | 2024-08-14T21:55:01.394Z | Downloaded rustfmt-wrapper v0.2.1 |
719 | 2024-08-14T21:55:01.394Z | Downloaded rustc-demangle v0.1.24 |
720 | 2024-08-14T21:55:01.394Z | Downloaded home v0.5.9 |
721 | 2024-08-14T21:55:01.394Z | Downloaded tiny-keccak v2.0.2 |
722 | 2024-08-14T21:55:01.394Z | Downloaded time-macros v0.2.18 |
723 | 2024-08-14T21:55:01.419Z | Downloaded sec1 v0.7.3 |
724 | 2024-08-14T21:55:01.419Z | Downloaded rtoolbox v0.0.2 |
725 | 2024-08-14T21:55:01.419Z | Downloaded der v0.7.9 |
726 | 2024-08-14T21:55:01.419Z | Downloaded tinyvec v1.6.0 |
727 | 2024-08-14T21:55:01.419Z | Downloaded blake3 v1.5.1 |
728 | 2024-08-14T21:55:01.443Z | Downloaded hubpack_derive v0.1.1 |
729 | 2024-08-14T21:55:01.443Z | Downloaded endian-type v0.1.2 |
730 | 2024-08-14T21:55:01.443Z | Downloaded dyn-clone v1.0.17 |
731 | 2024-08-14T21:55:01.443Z | Downloaded hubpack v0.1.2 |
732 | 2024-08-14T21:55:01.443Z | Downloaded httpdate v1.0.3 |
733 | 2024-08-14T21:55:01.443Z | Downloaded highway v1.2.0 |
734 | 2024-08-14T21:55:01.443Z | Downloaded termcolor v1.4.1 |
735 | 2024-08-14T21:55:01.443Z | Downloaded term v0.7.0 |
736 | 2024-08-14T21:55:01.443Z | Downloaded tempfile v3.10.1 |
737 | 2024-08-14T21:55:01.443Z | Downloaded semver v0.1.20 |
738 | 2024-08-14T21:55:01.443Z | Downloaded hex v0.4.3 |
739 | 2024-08-14T21:55:01.443Z | Downloaded derive_builder_core v0.20.0 |
740 | 2024-08-14T21:55:01.467Z | Downloaded zerocopy v0.6.6 |
741 | 2024-08-14T21:55:01.467Z | Downloaded sct v0.7.1 |
742 | 2024-08-14T21:55:01.467Z | Downloaded scopeguard v1.2.0 |
743 | 2024-08-14T21:55:01.467Z | Downloaded postcard v1.0.8 |
744 | 2024-08-14T21:55:01.467Z | Downloaded x509-cert v0.2.5 |
745 | 2024-08-14T21:55:01.467Z | Downloaded num-bigint-dig v0.8.4 |
746 | 2024-08-14T21:55:01.467Z | Downloaded rustc_version v0.1.7 |
747 | 2024-08-14T21:55:01.467Z | Downloaded rustc-hash v1.1.0 |
748 | 2024-08-14T21:55:01.491Z | Downloaded thiserror-no-std v2.0.2 |
749 | 2024-08-14T21:55:01.491Z | Downloaded thiserror-impl-no-std v2.0.2 |
750 | 2024-08-14T21:55:01.491Z | Downloaded termios v0.3.3 |
751 | 2024-08-14T21:55:01.491Z | Downloaded tabwriter v1.4.0 |
752 | 2024-08-14T21:55:01.491Z | Downloaded headers v0.3.9 |
753 | 2024-08-14T21:55:01.491Z | Downloaded predicates v3.1.2 |
754 | 2024-08-14T21:55:01.492Z | Downloaded aho-corasick v1.1.3 |
755 | 2024-08-14T21:55:01.515Z | Downloaded hostname v0.4.0 |
756 | 2024-08-14T21:55:01.515Z | Downloaded tower-service v0.3.2 |
757 | 2024-08-14T21:55:01.515Z | Downloaded secrecy v0.8.0 |
758 | 2024-08-14T21:55:01.515Z | Downloaded rpassword v7.3.1 |
759 | 2024-08-14T21:55:01.516Z | Downloaded parking_lot v0.12.2 |
760 | 2024-08-14T21:55:01.516Z | Downloaded same-file v1.0.6 |
761 | 2024-08-14T21:55:01.516Z | Downloaded vte v0.11.1 |
762 | 2024-08-14T21:55:01.516Z | Downloaded vsss-rs v3.3.4 |
763 | 2024-08-14T21:55:01.516Z | Downloaded uzers v0.11.3 |
764 | 2024-08-14T21:55:01.516Z | Downloaded uuid v1.10.0 |
765 | 2024-08-14T21:55:01.516Z | Downloaded toml_edit v0.19.15 |
766 | 2024-08-14T21:55:01.540Z | Downloaded libxml v0.3.3 |
767 | 2024-08-14T21:55:01.540Z | Downloaded libm v0.2.8 |
768 | 2024-08-14T21:55:01.564Z | Downloaded termtree v0.4.1 |
769 | 2024-08-14T21:55:01.564Z | Downloaded take_mut v0.2.2 |
770 | 2024-08-14T21:55:01.565Z | Downloaded sync_wrapper v0.1.2 |
771 | 2024-08-14T21:55:01.565Z | Downloaded scheduled-thread-pool v0.2.7 |
772 | 2024-08-14T21:55:01.565Z | Downloaded rusty-fork v0.3.0 |
773 | 2024-08-14T21:55:01.565Z | Downloaded derive_builder v0.20.0 |
774 | 2024-08-14T21:55:01.565Z | Downloaded spin v0.9.8 |
775 | 2024-08-14T21:55:01.565Z | Downloaded pin-project v1.1.5 |
776 | 2024-08-14T21:55:01.589Z | Downloaded zeroize v1.7.0 |
777 | 2024-08-14T21:55:01.589Z | Downloaded num-traits v0.2.19 |
778 | 2024-08-14T21:55:01.589Z | Downloaded nu-ansi-term v0.50.0 |
779 | 2024-08-14T21:55:01.589Z | Downloaded crossterm v0.27.0 |
780 | 2024-08-14T21:55:01.589Z | Downloaded thread_local v1.1.8 |
781 | 2024-08-14T21:55:01.589Z | Downloaded tap v1.0.1 |
782 | 2024-08-14T21:55:01.589Z | Downloaded der_derive v0.7.2 |
783 | 2024-08-14T21:55:01.613Z | Downloaded tokio-native-tls v0.3.1 |
784 | 2024-08-14T21:55:01.613Z | Downloaded tokio-macros v2.3.0 |
785 | 2024-08-14T21:55:01.613Z | Downloaded tls_codec_derive v0.4.1 |
786 | 2024-08-14T21:55:01.614Z | Downloaded stable_deref_trait v1.2.0 |
787 | 2024-08-14T21:55:01.614Z | Downloaded spki v0.7.3 |
788 | 2024-08-14T21:55:01.614Z | Downloaded half v2.4.1 |
789 | 2024-08-14T21:55:01.614Z | Downloaded futures-sink v0.3.30 |
790 | 2024-08-14T21:55:01.614Z | Downloaded itertools v0.10.5 |
791 | 2024-08-14T21:55:01.638Z | Downloaded quick-error v1.2.3 |
792 | 2024-08-14T21:55:01.638Z | Downloaded untrusted v0.9.0 |
793 | 2024-08-14T21:55:01.638Z | Downloaded predicates-tree v1.0.9 |
794 | 2024-08-14T21:55:01.638Z | Downloaded hash32 v0.2.1 |
795 | 2024-08-14T21:55:01.638Z | Downloaded getrandom v0.2.14 |
796 | 2024-08-14T21:55:01.638Z | Downloaded olpc-cjson v0.1.3 |
797 | 2024-08-14T21:55:01.638Z | Downloaded num_enum v0.5.11 |
798 | 2024-08-14T21:55:01.638Z | Downloaded mio v1.0.1 |
799 | 2024-08-14T21:55:01.662Z | Downloaded futures-macro v0.3.30 |
800 | 2024-08-14T21:55:01.662Z | Downloaded futures-io v0.3.30 |
801 | 2024-08-14T21:55:01.662Z | Downloaded predicates-core v1.0.6 |
802 | 2024-08-14T21:55:01.662Z | Downloaded postgres-types v0.2.7 |
803 | 2024-08-14T21:55:01.662Z | Downloaded postgres-protocol v0.6.7 |
804 | 2024-08-14T21:55:01.662Z | Downloaded poly1305 v0.8.0 |
805 | 2024-08-14T21:55:01.662Z | Downloaded pkcs8 v0.10.2 |
806 | 2024-08-14T21:55:01.662Z | Downloaded pkcs1 v0.7.5 |
807 | 2024-08-14T21:55:01.662Z | Downloaded pin-project-internal v1.1.5 |
808 | 2024-08-14T21:55:01.663Z | Downloaded packed_struct_codegen v0.10.1 |
809 | 2024-08-14T21:55:01.663Z | Downloaded owo-colors v4.0.0 |
810 | 2024-08-14T21:55:01.663Z | Downloaded num-complex v0.4.6 |
811 | 2024-08-14T21:55:01.690Z | Downloaded minimal-lexical v0.2.1 |
812 | 2024-08-14T21:55:01.690Z | Downloaded deranged v0.3.11 |
813 | 2024-08-14T21:55:01.690Z | Downloaded tls_codec v0.4.1 |
814 | 2024-08-14T21:55:01.690Z | Downloaded sqlformat v0.2.4 |
815 | 2024-08-14T21:55:01.690Z | Downloaded subtle v2.5.0 |
816 | 2024-08-14T21:55:01.690Z | Downloaded parking_lot_core v0.9.10 |
817 | 2024-08-14T21:55:01.690Z | Downloaded nibble_vec v0.1.0 |
818 | 2024-08-14T21:55:01.690Z | Downloaded nanorand v0.7.0 |
819 | 2024-08-14T21:55:01.690Z | Downloaded libloading v0.8.3 |
820 | 2024-08-14T21:55:01.690Z | Downloaded untrusted v0.7.1 |
821 | 2024-08-14T21:55:01.690Z | Downloaded static_assertions v1.1.0 |
822 | 2024-08-14T21:55:01.714Z | Downloaded psl-types v2.0.11 |
823 | 2024-08-14T21:55:01.714Z | Downloaded proc-macro-crate v1.3.1 |
824 | 2024-08-14T21:55:01.714Z | Downloaded pin-project-lite v0.2.14 |
825 | 2024-08-14T21:55:01.715Z | Downloaded num-iter v0.1.45 |
826 | 2024-08-14T21:55:01.715Z | Downloaded crossterm v0.28.1 |
827 | 2024-08-14T21:55:01.715Z | Downloaded ppv-lite86 v0.2.17 |
828 | 2024-08-14T21:55:01.715Z | Downloaded powerfmt v0.2.0 |
829 | 2024-08-14T21:55:01.715Z | Downloaded globset v0.4.14 |
830 | 2024-08-14T21:55:01.715Z | Downloaded newtype-uuid v1.1.0 |
831 | 2024-08-14T21:55:01.715Z | Downloaded native-tls v0.2.11 |
832 | 2024-08-14T21:55:01.715Z | Downloaded linear-map v1.2.0 |
833 | 2024-08-14T21:55:01.738Z | Downloaded kstat-rs v0.2.4 |
834 | 2024-08-14T21:55:01.738Z | Downloaded sqlparser_derive v0.2.2 |
835 | 2024-08-14T21:55:01.739Z | Downloaded pin-utils v0.1.0 |
836 | 2024-08-14T21:55:01.739Z | Downloaded group v0.13.0 |
837 | 2024-08-14T21:55:01.739Z | Downloaded zone v0.1.8 |
838 | 2024-08-14T21:55:01.739Z | Downloaded yasna v0.5.2 |
839 | 2024-08-14T21:55:01.739Z | Downloaded whoami v1.5.1 |
840 | 2024-08-14T21:55:01.739Z | Downloaded walkdir v2.5.0 |
841 | 2024-08-14T21:55:01.739Z | Downloaded tokio-tungstenite v0.20.1 |
842 | 2024-08-14T21:55:01.739Z | Downloaded num_threads v0.1.7 |
843 | 2024-08-14T21:55:01.739Z | Downloaded multer v3.1.0 |
844 | 2024-08-14T21:55:01.739Z | Downloaded lalrpop-util v0.19.12 |
845 | 2024-08-14T21:55:01.739Z | Downloaded crossbeam-channel v0.5.12 |
846 | 2024-08-14T21:55:01.763Z | Downloaded pkg-config v0.3.30 |
847 | 2024-08-14T21:55:01.763Z | Downloaded zeroize_derive v1.4.2 |
848 | 2024-08-14T21:55:01.763Z | Downloaded toml v0.7.8 |
849 | 2024-08-14T21:55:01.763Z | Downloaded toml v0.5.11 |
850 | 2024-08-14T21:55:01.763Z | Downloaded subprocess v0.2.9 |
851 | 2024-08-14T21:55:01.763Z | Downloaded similar v2.5.0 |
852 | 2024-08-14T21:55:01.763Z | Downloaded openssl-sys v0.9.103 |
853 | 2024-08-14T21:55:01.763Z | Downloaded openssl-probe v0.1.5 |
854 | 2024-08-14T21:55:01.787Z | Downloaded num-derive v0.4.2 |
855 | 2024-08-14T21:55:01.787Z | Downloaded lru-cache v0.1.2 |
856 | 2024-08-14T21:55:01.787Z | Downloaded indexmap v1.9.3 |
857 | 2024-08-14T21:55:01.787Z | Downloaded crypto-bigint v0.5.5 |
858 | 2024-08-14T21:55:01.787Z | Downloaded pretty-hex v0.2.1 |
859 | 2024-08-14T21:55:01.787Z | Downloaded precomputed-hash v0.1.1 |
860 | 2024-08-14T21:55:01.787Z | Downloaded portpicker v0.1.1 |
861 | 2024-08-14T21:55:01.787Z | Downloaded phf_shared v0.11.2 |
862 | 2024-08-14T21:55:01.787Z | Downloaded phf v0.11.2 |
863 | 2024-08-14T21:55:01.787Z | Downloaded glob v0.3.1 |
864 | 2024-08-14T21:55:01.787Z | Downloaded getopts v0.2.21 |
865 | 2024-08-14T21:55:01.787Z | Downloaded gethostname v0.5.0 |
866 | 2024-08-14T21:55:01.787Z | Downloaded futures-task v0.3.30 |
867 | 2024-08-14T21:55:01.811Z | Downloaded xattr v1.3.1 |
868 | 2024-08-14T21:55:01.811Z | Downloaded wyz v0.5.1 |
869 | 2024-08-14T21:55:01.811Z | Downloaded which v4.4.2 |
870 | 2024-08-14T21:55:01.811Z | Downloaded topological-sort v0.2.2 |
871 | 2024-08-14T21:55:01.811Z | Downloaded tokio-stream v0.1.15 |
872 | 2024-08-14T21:55:01.811Z | Downloaded tokio-rustls v0.25.0 |
873 | 2024-08-14T21:55:01.811Z | Downloaded tokio-rustls v0.24.1 |
874 | 2024-08-14T21:55:01.811Z | Downloaded slog v2.7.0 |
875 | 2024-08-14T21:55:01.811Z | Downloaded opaque-debug v0.3.1 |
876 | 2024-08-14T21:55:01.811Z | Downloaded new_debug_unreachable v1.0.6 |
877 | 2024-08-14T21:55:01.811Z | Downloaded lock_api v0.4.12 |
878 | 2024-08-14T21:55:01.811Z | Downloaded lazycell v1.3.0 |
879 | 2024-08-14T21:55:01.835Z | Downloaded bytes v1.7.1 |
880 | 2024-08-14T21:55:01.835Z | Downloaded fxhash v0.2.1 |
881 | 2024-08-14T21:55:01.835Z | Downloaded wait-timeout v0.2.0 |
882 | 2024-08-14T21:55:01.835Z | Downloaded tokio-tungstenite v0.21.0 |
883 | 2024-08-14T21:55:01.835Z | Downloaded strum_macros v0.26.4 |
884 | 2024-08-14T21:55:01.835Z | Downloaded mockall v0.13.0 |
885 | 2024-08-14T21:55:01.835Z | Downloaded mime_guess v2.0.4 |
886 | 2024-08-14T21:55:01.835Z | Downloaded memoffset v0.9.1 |
887 | 2024-08-14T21:55:01.835Z | Downloaded md-5 v0.10.6 |
888 | 2024-08-14T21:55:01.835Z | Downloaded maplit v1.0.2 |
889 | 2024-08-14T21:55:01.835Z | Downloaded libsw v3.3.1 |
890 | 2024-08-14T21:55:01.835Z | Downloaded blake2 v0.10.6 |
891 | 2024-08-14T21:55:01.861Z | Downloaded mockall_derive v0.13.0 |
892 | 2024-08-14T21:55:01.861Z | Downloaded indicatif v0.17.8 |
893 | 2024-08-14T21:55:01.861Z | Downloaded compact_str v0.8.0 |
894 | 2024-08-14T21:55:01.861Z | Downloaded matches v0.1.10 |
895 | 2024-08-14T21:55:01.861Z | Downloaded base64 v0.22.1 |
896 | 2024-08-14T21:55:01.861Z | Downloaded strum_macros v0.24.3 |
897 | 2024-08-14T21:55:01.861Z | Downloaded structmeta-derive v0.3.0 |
898 | 2024-08-14T21:55:01.861Z | Downloaded structmeta v0.3.0 |
899 | 2024-08-14T21:55:01.861Z | Downloaded parking_lot_core v0.8.6 |
900 | 2024-08-14T21:55:01.861Z | Downloaded miniz_oxide v0.7.2 |
901 | 2024-08-14T21:55:01.885Z | Downloaded darling_core v0.20.9 |
902 | 2024-08-14T21:55:01.885Z | Downloaded darling v0.20.9 |
903 | 2024-08-14T21:55:01.885Z | Downloaded crossbeam-epoch v0.9.18 |
904 | 2024-08-14T21:55:01.885Z | Downloaded cookie v0.18.1 |
905 | 2024-08-14T21:55:01.885Z | Downloaded const_format v0.2.32 |
906 | 2024-08-14T21:55:01.885Z | Downloaded slog-dtrace v0.3.0 |
907 | 2024-08-14T21:55:01.885Z | Downloaded slog-bunyan v2.5.0 |
908 | 2024-08-14T21:55:01.885Z | Downloaded slog-async v2.8.0 |
909 | 2024-08-14T21:55:01.909Z | Downloaded slab v0.4.9 |
910 | 2024-08-14T21:55:01.909Z | Downloaded siphasher v0.3.11 |
911 | 2024-08-14T21:55:01.909Z | Downloaded num-rational v0.4.2 |
912 | 2024-08-14T21:55:01.909Z | Downloaded memmap2 v0.9.4 |
913 | 2024-08-14T21:55:01.909Z | Downloaded keccak v0.1.5 |
914 | 2024-08-14T21:55:01.909Z | Downloaded impl-trait-for-tuples v0.2.2 |
915 | 2024-08-14T21:55:01.909Z | Downloaded crc-any v2.5.0 |
916 | 2024-08-14T21:55:01.909Z | Downloaded const-oid v0.9.6 |
917 | 2024-08-14T21:55:01.909Z | Downloaded chacha20poly1305 v0.10.1 |
918 | 2024-08-14T21:55:01.909Z | Downloaded cc v1.0.97 |
919 | 2024-08-14T21:55:01.909Z | Downloaded base64 v0.21.7 |
920 | 2024-08-14T21:55:01.934Z | Downloaded backtrace v0.3.71 |
921 | 2024-08-14T21:55:01.934Z | Downloaded packed_struct v0.10.1 |
922 | 2024-08-14T21:55:01.934Z | Downloaded num_enum_derive v0.5.11 |
923 | 2024-08-14T21:55:01.934Z | Downloaded num-integer v0.1.46 |
924 | 2024-08-14T21:55:01.934Z | Downloaded ipnet v2.9.0 |
925 | 2024-08-14T21:55:01.934Z | Downloaded instability v0.3.2 |
926 | 2024-08-14T21:55:01.934Z | Downloaded const_format_proc_macros v0.2.32 |
927 | 2024-08-14T21:55:01.934Z | Downloaded cancel-safe-futures v0.1.5 |
928 | 2024-08-14T21:55:01.934Z | Downloaded parse-display v0.10.0 |
929 | 2024-08-14T21:55:01.934Z | Downloaded num_cpus v1.16.0 |
930 | 2024-08-14T21:55:01.958Z | Downloaded num v0.4.3 |
931 | 2024-08-14T21:55:01.958Z | Downloaded nodrop v0.1.14 |
932 | 2024-08-14T21:55:01.958Z | Downloaded maybe-uninit v2.0.0 |
933 | 2024-08-14T21:55:01.958Z | Downloaded is-terminal v0.4.12 |
934 | 2024-08-14T21:55:01.958Z | Downloaded base64 v0.13.1 |
935 | 2024-08-14T21:55:01.958Z | Downloaded serde_urlencoded v0.7.1 |
936 | 2024-08-14T21:55:01.958Z | Downloaded serde_repr v0.1.19 |
937 | 2024-08-14T21:55:01.958Z | Downloaded serde_plain v1.0.2 |
938 | 2024-08-14T21:55:01.958Z | Downloaded serde_path_to_error v0.1.16 |
939 | 2024-08-14T21:55:01.958Z | Downloaded normalize-line-endings v0.3.0 |
940 | 2024-08-14T21:55:01.958Z | Downloaded multimap v0.10.0 |
941 | 2024-08-14T21:55:01.958Z | Downloaded mime v0.3.17 |
942 | 2024-08-14T21:55:01.958Z | Downloaded managed v0.8.0 |
943 | 2024-08-14T21:55:01.959Z | Downloaded lru v0.12.3 |
944 | 2024-08-14T21:55:01.959Z | Downloaded linked-hash-map v0.5.6 |
945 | 2024-08-14T21:55:01.959Z | Downloaded libefi-sys v0.1.0 |
946 | 2024-08-14T21:55:01.959Z | Downloaded lazy_static v1.5.0 |
947 | 2024-08-14T21:55:01.984Z | Downloaded indoc v1.0.9 |
948 | 2024-08-14T21:55:01.984Z | Downloaded crc32fast v1.4.0 |
949 | 2024-08-14T21:55:01.984Z | Downloaded crc-catalog v2.4.0 |
950 | 2024-08-14T21:55:01.984Z | Downloaded crc v3.2.1 |
951 | 2024-08-14T21:55:01.984Z | Downloaded convert_case v0.4.0 |
952 | 2024-08-14T21:55:01.984Z | Downloaded cobs v0.2.3 |
953 | 2024-08-14T21:55:01.984Z | Downloaded clang-sys v1.7.0 |
954 | 2024-08-14T21:55:01.984Z | Downloaded cipher v0.4.4 |
955 | 2024-08-14T21:55:01.984Z | Downloaded ciborium-io v0.2.2 |
956 | 2024-08-14T21:55:01.984Z | Downloaded chacha20 v0.9.1 |
957 | 2024-08-14T21:55:01.984Z | Downloaded cexpr v0.6.0 |
958 | 2024-08-14T21:55:01.984Z | Downloaded castaway v0.2.3 |
959 | 2024-08-14T21:55:01.984Z | Downloaded cassowary v0.3.0 |
960 | 2024-08-14T21:55:01.984Z | Downloaded block-padding v0.3.3 |
961 | 2024-08-14T21:55:01.984Z | Downloaded arc-swap v1.7.1 |
962 | 2024-08-14T21:55:02.441Z | Downloaded allocator-api2 v0.2.18 |
963 | 2024-08-14T21:55:02.441Z | Downloaded num-conv v0.1.0 |
964 | 2024-08-14T21:55:02.441Z | Downloaded newtype_derive v0.1.6 |
965 | 2024-08-14T21:55:02.441Z | Downloaded ipnetwork v0.20.0 |
966 | 2024-08-14T21:55:02.441Z | Downloaded defmt-macros v0.3.9 |
967 | 2024-08-14T21:55:02.441Z | Downloaded debug-ignore v1.0.5 |
968 | 2024-08-14T21:55:02.441Z | Downloaded darling_macro v0.20.9 |
969 | 2024-08-14T21:55:02.441Z | Downloaded crucible-workspace-hack v0.1.0 |
970 | 2024-08-14T21:55:02.441Z | Downloaded crossbeam-utils v0.8.19 |
971 | 2024-08-14T21:55:02.441Z | Downloaded cookie_store v0.20.0 |
972 | 2024-08-14T21:55:02.441Z | Downloaded cookie v0.17.0 |
973 | 2024-08-14T21:55:02.441Z | Downloaded constant_time_eq v0.3.0 |
974 | 2024-08-14T21:55:02.441Z | Downloaded console v0.15.8 |
975 | 2024-08-14T21:55:02.441Z | Downloaded ciborium v0.2.2 |
976 | 2024-08-14T21:55:02.441Z | Downloaded openssl-macros v0.1.1 |
977 | 2024-08-14T21:55:02.441Z | Downloaded newline-converter v0.3.0 |
978 | 2024-08-14T21:55:02.441Z | Downloaded match_cfg v0.1.0 |
979 | 2024-08-14T21:55:02.441Z | Downloaded inout v0.1.3 |
980 | 2024-08-14T21:55:02.441Z | Downloaded indent_write v2.2.0 |
981 | 2024-08-14T21:55:02.441Z | Downloaded curve25519-dalek-derive v0.1.1 |
982 | 2024-08-14T21:55:02.442Z | Downloaded csv-core v0.1.11 |
983 | 2024-08-14T21:55:02.442Z | Downloaded ciborium-ll v0.2.2 |
984 | 2024-08-14T21:55:02.442Z | Downloaded camino-tempfile v1.1.1 |
985 | 2024-08-14T21:55:02.442Z | Downloaded bzip2 v0.4.4 |
986 | 2024-08-14T21:55:02.442Z | Downloaded bitfield-struct v0.6.1 |
987 | 2024-08-14T21:55:02.442Z | Downloaded backoff v0.4.0 |
988 | 2024-08-14T21:55:02.442Z | Downloaded atty v0.2.14 |
989 | 2024-08-14T21:55:02.442Z | Downloaded async-trait v0.1.81 |
990 | 2024-08-14T21:55:02.442Z | Downloaded assert_matches v1.5.0 |
991 | 2024-08-14T21:55:02.442Z | Downloaded ascii v1.1.0 |
992 | 2024-08-14T21:55:02.442Z | Downloaded ahash v0.8.11 |
993 | 2024-08-14T21:55:02.442Z | Downloaded addr2line v0.21.0 |
994 | 2024-08-14T21:55:02.442Z | Downloaded defmt-parser v0.3.4 |
995 | 2024-08-14T21:55:02.442Z | Downloaded defmt v0.3.8 |
996 | 2024-08-14T21:55:02.442Z | Downloaded data-encoding v2.6.0 |
997 | 2024-08-14T21:55:02.442Z | Downloaded buf-list v1.0.3 |
998 | 2024-08-14T21:55:02.442Z | Downloaded bcs v0.1.6 |
999 | 2024-08-14T21:55:02.442Z | Downloaded bb8 v0.8.5 |
1000 | 2024-08-14T21:55:02.442Z | Downloaded base64ct v1.6.0 |
1001 | 2024-08-14T21:55:02.442Z | Downloaded async-recursion v1.1.1 |
1002 | 2024-08-14T21:55:02.442Z | Downloaded arrayvec v0.7.4 |
1003 | 2024-08-14T21:55:02.442Z | Downloaded argon2 v0.5.3 |
1004 | 2024-08-14T21:55:02.442Z | Downloaded crossbeam-deque v0.8.5 |
1005 | 2024-08-14T21:55:02.442Z | Downloaded colored v2.1.0 |
1006 | 2024-08-14T21:55:02.442Z | Downloaded cfg_aliases v0.1.1 |
1007 | 2024-08-14T21:55:02.442Z | Downloaded bitstruct_derive v0.1.0 |
1008 | 2024-08-14T21:55:02.442Z | Downloaded bitstruct v0.1.1 |
1009 | 2024-08-14T21:55:02.442Z | Downloaded atomicwrites v0.4.3 |
1010 | 2024-08-14T21:55:02.442Z | Downloaded atomic-waker v1.1.2 |
1011 | 2024-08-14T21:55:02.442Z | Downloaded ascii-canvas v3.0.0 |
1012 | 2024-08-14T21:55:02.442Z | Downloaded crunchy v0.2.2 |
1013 | 2024-08-14T21:55:02.442Z | Downloaded bitfield v0.14.0 |
1014 | 2024-08-14T21:55:02.442Z | Downloaded bit-vec v0.6.3 |
1015 | 2024-08-14T21:55:02.442Z | Downloaded bit-set v0.5.3 |
1016 | 2024-08-14T21:55:02.442Z | Downloaded base16ct v0.2.0 |
1017 | 2024-08-14T21:55:02.442Z | Downloaded async-stream-impl v0.3.5 |
1018 | 2024-08-14T21:55:02.442Z | Downloaded async-stream v0.3.5 |
1019 | 2024-08-14T21:55:02.442Z | Downloaded arrayref v0.3.7 |
1020 | 2024-08-14T21:55:02.442Z | Downloaded array-init v0.0.4 |
1021 | 2024-08-14T21:55:02.443Z | Downloaded aead v0.5.2 |
1022 | 2024-08-14T21:55:02.443Z | Downloaded adler v1.0.2 |
1023 | 2024-08-14T21:55:02.443Z | Compiling cfg-if v1.0.0 |
1024 | 2024-08-14T21:55:02.443Z | Compiling serde v1.0.205 |
1025 | 2024-08-14T21:55:02.443Z | Compiling lock_api v0.4.12 |
1026 | 2024-08-14T21:55:02.443Z | Compiling scopeguard v1.2.0 |
1027 | 2024-08-14T21:55:02.443Z | Compiling log v0.4.21 |
1028 | 2024-08-14T21:55:02.443Z | Compiling cc v1.0.97 |
1029 | 2024-08-14T21:55:02.443Z | Compiling syn v2.0.72 |
1030 | 2024-08-14T21:55:02.443Z | Compiling typenum v1.17.0 |
1031 | 2024-08-14T21:55:02.443Z | Compiling getrandom v0.2.14 |
1032 | 2024-08-14T21:55:02.443Z | Compiling generic-array v0.14.7 |
1033 | 2024-08-14T21:55:02.670Z | Compiling rand_core v0.6.4 |
1034 | 2024-08-14T21:55:02.725Z | Compiling pin-project-lite v0.2.14 |
1035 | 2024-08-14T21:55:02.850Z | Compiling parking_lot_core v0.9.10 |
1036 | 2024-08-14T21:55:02.874Z | Compiling smallvec v1.13.2 |
1037 | 2024-08-14T21:55:02.898Z | Compiling signal-hook-registry v1.4.2 |
1038 | 2024-08-14T21:55:03.023Z | Compiling spin v0.9.8 |
1039 | 2024-08-14T21:55:03.164Z | Compiling mio v0.8.11 |
1040 | 2024-08-14T21:55:03.233Z | Compiling ahash v0.8.11 |
1041 | 2024-08-14T21:55:03.385Z | Compiling tinyvec_macros v0.1.1 |
1042 | 2024-08-14T21:55:03.471Z | Compiling tinyvec v1.6.0 |
1043 | 2024-08-14T21:55:03.576Z | Compiling num_cpus v1.16.0 |
1044 | 2024-08-14T21:55:03.603Z | Compiling parking_lot v0.12.2 |
1045 | 2024-08-14T21:55:03.692Z | Compiling socket2 v0.5.7 |
1046 | 2024-08-14T21:55:03.824Z | Compiling serde_json v1.0.122 |
1047 | 2024-08-14T21:55:04.102Z | Compiling futures-core v0.3.30 |
1048 | 2024-08-14T21:55:04.254Z | Compiling subtle v2.5.0 |
1049 | 2024-08-14T21:55:04.306Z | Compiling const-oid v0.9.6 |
1050 | 2024-08-14T21:55:04.375Z | Compiling libm v0.2.8 |
1051 | 2024-08-14T21:55:04.432Z | Compiling slab v0.4.9 |
1052 | 2024-08-14T21:55:04.484Z | Compiling num-traits v0.2.19 |
1053 | 2024-08-14T21:55:04.553Z | Compiling allocator-api2 v0.2.18 |
1054 | 2024-08-14T21:55:04.650Z | Compiling unicode-normalization v0.1.23 |
1055 | 2024-08-14T21:55:04.698Z | Compiling futures-sink v0.3.30 |
1056 | 2024-08-14T21:55:04.723Z | Compiling unicode-bidi v0.3.15 |
1057 | 2024-08-14T21:55:05.146Z | Compiling futures-channel v0.3.30 |
1058 | 2024-08-14T21:55:05.228Z | Compiling pin-utils v0.1.0 |
1059 | 2024-08-14T21:55:05.297Z | Compiling futures-task v0.3.30 |
1060 | 2024-08-14T21:55:05.321Z | Compiling pkg-config v0.3.30 |
1061 | 2024-08-14T21:55:05.507Z | Compiling vcpkg v0.2.15 |
1062 | 2024-08-14T21:55:05.531Z | Compiling futures-io v0.3.30 |
1063 | 2024-08-14T21:55:05.558Z | Compiling ring v0.17.8 |
1064 | 2024-08-14T21:55:05.808Z | Compiling percent-encoding v2.3.1 |
1065 | 2024-08-14T21:55:05.921Z | Compiling ppv-lite86 v0.2.17 |
1066 | 2024-08-14T21:55:05.947Z | Compiling tracing-core v0.1.32 |
1067 | 2024-08-14T21:55:06.107Z | Compiling syn v1.0.109 |
1068 | 2024-08-14T21:55:06.652Z | Compiling rand_chacha v0.3.1 |
1069 | 2024-08-14T21:55:06.723Z | Compiling time-core v0.1.2 |
1070 | 2024-08-14T21:55:06.754Z | Compiling rustix v0.38.34 |
1071 | 2024-08-14T21:55:06.872Z | Compiling untrusted v0.9.0 |
1072 | 2024-08-14T21:55:07.025Z | Compiling powerfmt v0.2.0 |
1073 | 2024-08-14T21:55:07.249Z | Compiling num-conv v0.1.0 |
1074 | 2024-08-14T21:55:07.374Z | Compiling deranged v0.3.11 |
1075 | 2024-08-14T21:55:07.409Z | Compiling openssl-sys v0.9.103 |
1076 | 2024-08-14T21:55:07.493Z | Compiling rand v0.8.5 |
1077 | 2024-08-14T21:55:07.518Z | Compiling time-macros v0.2.18 |
1078 | 2024-08-14T21:55:07.599Z | Compiling httparse v1.8.0 |
1079 | 2024-08-14T21:55:08.104Z | Compiling num_threads v0.1.7 |
1080 | 2024-08-14T21:55:08.335Z | Compiling rustversion v1.0.17 |
1081 | 2024-08-14T21:55:08.614Z | Compiling base64ct v1.6.0 |
1082 | 2024-08-14T21:55:08.656Z | Compiling openssl v0.10.66 |
1083 | 2024-08-14T21:55:09.001Z | Compiling foreign-types-shared v0.1.1 |
1084 | 2024-08-14T21:55:09.114Z | Compiling foreign-types v0.3.2 |
1085 | 2024-08-14T21:55:09.139Z | Compiling pem-rfc7468 v0.7.0 |
1086 | 2024-08-14T21:55:09.220Z | Compiling form_urlencoded v1.2.1 |
1087 | 2024-08-14T21:55:09.354Z | Compiling crossbeam-utils v0.8.19 |
1088 | 2024-08-14T21:55:09.513Z | Compiling native-tls v0.2.11 |
1089 | 2024-08-14T21:55:09.769Z | Compiling rustls v0.21.12 |
1090 | 2024-08-14T21:55:09.793Z | Compiling try-lock v0.2.5 |
1091 | 2024-08-14T21:55:09.875Z | Compiling flagset v0.4.5 |
1092 | 2024-08-14T21:55:09.951Z | Compiling siphasher v0.3.11 |
1093 | 2024-08-14T21:55:10.029Z | Compiling want v0.3.1 |
1094 | 2024-08-14T21:55:10.271Z | Compiling idna v0.5.0 |
1095 | 2024-08-14T21:55:10.295Z | Compiling lazy_static v1.5.0 |
1096 | 2024-08-14T21:55:10.402Z | Compiling cookie v0.17.0 |
1097 | 2024-08-14T21:55:10.426Z | Compiling time v0.3.36 |
1098 | 2024-08-14T21:55:10.646Z | Compiling aho-corasick v1.1.3 |
1099 | 2024-08-14T21:55:10.709Z | Compiling slog v2.7.0 |
1100 | 2024-08-14T21:55:11.164Z | Compiling iana-time-zone v0.1.60 |
1101 | 2024-08-14T21:55:11.532Z | Compiling sct v0.7.1 |
1102 | 2024-08-14T21:55:11.556Z | Compiling rustls-webpki v0.101.7 |
1103 | 2024-08-14T21:55:11.668Z | Compiling tower-service v0.3.2 |
1104 | 2024-08-14T21:55:11.797Z | Compiling httpdate v1.0.3 |
1105 | 2024-08-14T21:55:11.832Z | Compiling adler v1.0.2 |
1106 | 2024-08-14T21:55:12.054Z | Compiling finl_unicode v1.2.0 |
1107 | 2024-08-14T21:55:12.233Z | Compiling cpufeatures v0.2.12 |
1108 | 2024-08-14T21:55:12.335Z | Compiling openssl-probe v0.1.5 |
1109 | 2024-08-14T21:55:12.597Z | Compiling regex-syntax v0.8.4 |
1110 | 2024-08-14T21:55:12.684Z | Compiling stringprep v0.1.4 |
1111 | 2024-08-14T21:55:13.287Z | Compiling miniz_oxide v0.7.2 |
1112 | 2024-08-14T21:55:13.765Z | Compiling url v2.5.2 |
1113 | 2024-08-14T21:55:14.325Z | Compiling serde_derive v1.0.205 |
1114 | 2024-08-14T21:55:14.558Z | Compiling zeroize_derive v1.4.2 |
1115 | 2024-08-14T21:55:14.849Z | Compiling zerocopy-derive v0.7.34 |
1116 | 2024-08-14T21:55:15.222Z | Compiling tokio-macros v2.3.0 |
1117 | 2024-08-14T21:55:15.250Z | Compiling thiserror-impl v1.0.63 |
1118 | 2024-08-14T21:55:15.805Z | Compiling zeroize v1.7.0 |
1119 | 2024-08-14T21:55:16.532Z | Compiling futures-macro v0.3.30 |
1120 | 2024-08-14T21:55:16.643Z | Compiling zerocopy v0.7.34 |
1121 | 2024-08-14T21:55:17.342Z | Compiling crypto-common v0.1.6 |
1122 | 2024-08-14T21:55:17.542Z | Compiling block-buffer v0.10.4 |
1123 | 2024-08-14T21:55:17.810Z | Compiling digest v0.10.7 |
1124 | 2024-08-14T21:55:17.958Z | Compiling thiserror v1.0.63 |
1125 | 2024-08-14T21:55:17.985Z | Compiling scroll_derive v0.12.0 |
1126 | 2024-08-14T21:55:18.089Z | Compiling pest v2.7.10 |
1127 | 2024-08-14T21:55:18.134Z | Compiling futures-util v0.3.30 |
1128 | 2024-08-14T21:55:18.230Z | Compiling tracing-attributes v0.1.27 |
1129 | 2024-08-14T21:55:18.459Z | Compiling hashbrown v0.14.5 |
1130 | 2024-08-14T21:55:19.140Z | Compiling scroll v0.12.0 |
1131 | 2024-08-14T21:55:19.631Z | Compiling goblin v0.8.2 |
1132 | 2024-08-14T21:55:19.655Z | Compiling hmac v0.12.1 |
1133 | 2024-08-14T21:55:19.800Z | Compiling openssl-macros v0.1.1 |
1134 | 2024-08-14T21:55:20.253Z | Compiling pest_meta v2.7.10 |
1135 | 2024-08-14T21:55:20.397Z | Compiling der_derive v0.7.2 |
1136 | 2024-08-14T21:55:20.484Z | Compiling sha2 v0.10.8 |
1137 | 2024-08-14T21:55:20.728Z | Compiling md-5 v0.10.6 |
1138 | 2024-08-14T21:55:20.953Z | Compiling regex-automata v0.4.6 |
1139 | 2024-08-14T21:55:21.319Z | Compiling tracing v0.1.40 |
1140 | 2024-08-14T21:55:21.743Z | Compiling pest_generator v2.7.10 |
1141 | 2024-08-14T21:55:22.423Z | Compiling der v0.7.9 |
1142 | 2024-08-14T21:55:23.243Z | Compiling num-integer v0.1.46 |
1143 | 2024-08-14T21:55:23.305Z | Compiling idna v0.3.0 |
1144 | 2024-08-14T21:55:23.889Z | Compiling backtrace v0.3.71 |
1145 | 2024-08-14T21:55:24.172Z | Compiling spki v0.7.3 |
1146 | 2024-08-14T21:55:24.238Z | Compiling hash32 v0.2.1 |
1147 | 2024-08-14T21:55:24.393Z | Compiling pest_derive v2.7.10 |
1148 | 2024-08-14T21:55:24.496Z | Compiling gimli v0.28.1 |
1149 | 2024-08-14T21:55:24.520Z | Compiling fallible-iterator v0.2.0 |
1150 | 2024-08-14T21:55:24.563Z | Compiling base64 v0.22.1 |
1151 | 2024-08-14T21:55:25.045Z | Compiling dtrace-parser v0.2.0 |
1152 | 2024-08-14T21:55:25.119Z | Compiling signal-hook v0.3.17 |
1153 | 2024-08-14T21:55:25.209Z | Compiling psl-types v2.0.11 |
1154 | 2024-08-14T21:55:25.233Z | Compiling stable_deref_trait v1.2.0 |
1155 | 2024-08-14T21:55:25.324Z | Compiling crc32fast v1.4.0 |
1156 | 2024-08-14T21:55:25.348Z | Compiling smoltcp v0.9.1 |
1157 | 2024-08-14T21:55:25.381Z | Compiling publicsuffix v2.2.3 |
1158 | 2024-08-14T21:55:25.626Z | Compiling pkcs8 v0.10.2 |
1159 | 2024-08-14T21:55:25.746Z | Compiling bytes v1.7.1 |
1160 | 2024-08-14T21:55:25.931Z | Compiling bitflags v2.6.0 |
1161 | 2024-08-14T21:55:26.096Z | Compiling indexmap v2.3.0 |
1162 | 2024-08-14T21:55:26.381Z | Compiling semver v1.0.23 |
1163 | 2024-08-14T21:55:26.843Z | Compiling tokio v1.38.1 |
1164 | 2024-08-14T21:55:26.871Z | Compiling http v0.2.12 |
1165 | 2024-08-14T21:55:27.001Z | Compiling rustc_version v0.4.0 |
1166 | 2024-08-14T21:55:27.637Z | Compiling heapless v0.7.17 |
1167 | 2024-08-14T21:55:28.018Z | Compiling dof v0.3.0 |
1168 | 2024-08-14T21:55:28.522Z | Compiling http-body v0.4.6 |
1169 | 2024-08-14T21:55:28.613Z | Compiling uuid v1.10.0 |
1170 | 2024-08-14T21:55:28.896Z | Compiling usdt-impl v0.5.0 |
1171 | 2024-08-14T21:55:29.005Z | Compiling serde_tokenstream v0.2.1 |
1172 | 2024-08-14T21:55:29.465Z | Compiling toml_datetime v0.6.8 |
1173 | 2024-08-14T21:55:29.746Z | Compiling chrono v0.4.38 |
1174 | 2024-08-14T21:55:29.770Z | Compiling serde_spanned v0.6.7 |
1175 | 2024-08-14T21:55:29.794Z | Compiling terminal_size v0.3.0 |
1176 | 2024-08-14T21:55:29.965Z | Compiling addr2line v0.21.0 |
1177 | 2024-08-14T21:55:29.989Z | Compiling postgres-protocol v0.6.7 |
1178 | 2024-08-14T21:55:30.506Z | Compiling hubpack_derive v0.1.1 |
1179 | 2024-08-14T21:55:30.846Z | Compiling block-padding v0.3.3 |
1180 | 2024-08-14T21:55:31.057Z | Compiling async-trait v0.1.81 |
1181 | 2024-08-14T21:55:31.082Z | Compiling zerocopy-derive v0.6.6 |
1182 | 2024-08-14T21:55:31.245Z | Compiling phf_shared v0.11.2 |
1183 | 2024-08-14T21:55:31.513Z | Compiling serde_derive_internals v0.29.1 |
1184 | 2024-08-14T21:55:31.580Z | Compiling ff v0.13.0 |
1185 | 2024-08-14T21:55:31.761Z | Compiling object v0.32.2 |
1186 | 2024-08-14T21:55:31.926Z | Compiling fs-err v2.11.0 |
1187 | 2024-08-14T21:55:32.157Z | Compiling winnow v0.5.40 |
1188 | 2024-08-14T21:55:32.838Z | Compiling bitflags v1.3.2 |
1189 | 2024-08-14T21:55:32.863Z | Compiling regex-automata v0.1.10 |
1190 | 2024-08-14T21:55:33.308Z | Compiling managed v0.8.0 |
1191 | 2024-08-14T21:55:33.449Z | Compiling rustc-demangle v0.1.24 |
1192 | 2024-08-14T21:55:33.521Z | Compiling either v1.13.0 |
1193 | 2024-08-14T21:55:33.688Z | Compiling tokio-util v0.7.11 |
1194 | 2024-08-14T21:55:33.797Z | Compiling tokio-native-tls v0.3.1 |
1195 | 2024-08-14T21:55:33.874Z | Compiling tokio-rustls v0.24.1 |
1196 | 2024-08-14T21:55:34.022Z | Compiling schemars v0.8.21 |
1197 | 2024-08-14T21:55:34.207Z | Compiling anyhow v1.0.86 |
1198 | 2024-08-14T21:55:34.254Z | Compiling bit-vec v0.6.3 |
1199 | 2024-08-14T21:55:34.311Z | Compiling base16ct v0.2.0 |
1200 | 2024-08-14T21:55:34.591Z | Compiling h2 v0.3.26 |
1201 | 2024-08-14T21:55:34.664Z | Compiling matches v0.1.10 |
1202 | 2024-08-14T21:55:34.717Z | Compiling ipnet v2.9.0 |
1203 | 2024-08-14T21:55:34.754Z | Compiling base64 v0.21.7 |
1204 | 2024-08-14T21:55:34.852Z | Compiling clap_builder v4.5.15 |
1205 | 2024-08-14T21:55:35.212Z | Compiling rustls-pemfile v1.0.4 |
1206 | 2024-08-14T21:55:35.307Z | Compiling toml_edit v0.19.15 |
1207 | 2024-08-14T21:55:35.380Z | Compiling idna v0.2.3 |
1208 | 2024-08-14T21:55:35.726Z | Compiling sec1 v0.7.3 |
1209 | 2024-08-14T21:55:35.766Z | Compiling schemars_derive v0.8.21 |
1210 | 2024-08-14T21:55:36.646Z | Compiling bstr v0.2.17 |
1211 | 2024-08-14T21:55:37.931Z | Compiling zerocopy v0.6.6 |
1212 | 2024-08-14T21:55:38.246Z | Compiling group v0.13.0 |
1213 | 2024-08-14T21:55:38.573Z | Compiling postgres-types v0.2.7 |
1214 | 2024-08-14T21:55:38.711Z | Compiling phf v0.11.2 |
1215 | 2024-08-14T21:55:38.758Z | Compiling hubpack v0.1.2 |
1216 | 2024-08-14T21:55:38.997Z | Compiling inout v0.1.3 |
1217 | 2024-08-14T21:55:39.154Z | Compiling cookie_store v0.20.0 |
1218 | 2024-08-14T21:55:39.532Z | Compiling usdt-attr-macro v0.5.0 |
1219 | 2024-08-14T21:55:39.558Z | Compiling usdt-macro v0.5.0 |
1220 | 2024-08-14T21:55:39.862Z | Compiling serde_urlencoded v0.7.1 |
1221 | 2024-08-14T21:55:40.304Z | Compiling hyper v0.14.30 |
1222 | 2024-08-14T21:55:40.829Z | Compiling regex v1.10.6 |
1223 | 2024-08-14T21:55:40.954Z | Compiling num-bigint v0.4.5 |
1224 | 2024-08-14T21:55:40.978Z | Compiling futures-executor v0.3.30 |
1225 | 2024-08-14T21:55:41.422Z | Compiling enum-as-inner v0.5.1 |
1226 | 2024-08-14T21:55:41.470Z | Compiling hkdf v0.12.4 |
1227 | 2024-08-14T21:55:41.676Z | Compiling crypto-bigint v0.5.5 |
1228 | 2024-08-14T21:55:41.748Z | Compiling clap_derive v4.5.13 |
1229 | 2024-08-14T21:55:42.173Z | Compiling serde_repr v0.1.19 |
1230 | 2024-08-14T21:55:42.225Z | Compiling strum_macros v0.25.3 |
1231 | 2024-08-14T21:55:42.714Z | Compiling phf_shared v0.10.0 |
1232 | 2024-08-14T21:55:43.077Z | Compiling float-cmp v0.9.0 |
1233 | 2024-08-14T21:55:43.114Z | Compiling mio v1.0.1 |
1234 | 2024-08-14T21:55:43.277Z | Compiling encoding_rs v0.8.34 |
1235 | 2024-08-14T21:55:43.356Z | Compiling precomputed-hash v0.1.1 |
1236 | 2024-08-14T21:55:43.462Z | Compiling webpki-roots v0.25.4 |
1237 | 2024-08-14T21:55:43.634Z | Compiling difflib v0.4.0 |
1238 | 2024-08-14T21:55:44.209Z | Compiling predicates-core v1.0.6 |
1239 | 2024-08-14T21:55:44.518Z | Compiling dyn-clone v1.0.17 |
1240 | 2024-08-14T21:55:44.693Z | Compiling fixedbitset v0.4.2 |
1241 | 2024-08-14T21:55:45.007Z | Compiling mime v0.3.17 |
1242 | 2024-08-14T21:55:45.076Z | Compiling whoami v1.5.1 |
1243 | 2024-08-14T21:55:45.509Z | Compiling sync_wrapper v0.1.2 |
1244 | 2024-08-14T21:55:45.582Z | Compiling unicode-segmentation v1.11.0 |
1245 | 2024-08-14T21:55:45.636Z | Compiling new_debug_unreachable v1.0.6 |
1246 | 2024-08-14T21:55:45.667Z | Compiling normalize-line-endings v0.3.0 |
1247 | 2024-08-14T21:55:45.691Z | Compiling data-encoding v2.6.0 |
1248 | 2024-08-14T21:55:45.733Z | Compiling minimal-lexical v0.2.1 |
1249 | 2024-08-14T21:55:45.786Z | Compiling static_assertions v1.1.0 |
1250 | 2024-08-14T21:55:45.878Z | Compiling toml_edit v0.22.20 |
1251 | 2024-08-14T21:55:46.174Z | Compiling hyper-rustls v0.24.2 |
1252 | 2024-08-14T21:55:46.330Z | Compiling hyper-tls v0.5.0 |
1253 | 2024-08-14T21:55:46.517Z | Compiling trust-dns-proto v0.22.0 |
1254 | 2024-08-14T21:55:46.628Z | Compiling reqwest v0.11.27 |
1255 | 2024-08-14T21:55:46.652Z | Compiling similar v2.5.0 |
1256 | 2024-08-14T21:55:46.853Z | Compiling nom v7.1.3 |
1257 | 2024-08-14T21:55:47.719Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1258 | 2024-08-14T21:55:48.614Z | Compiling predicates v3.1.2 |
1259 | 2024-08-14T21:55:48.686Z | Compiling string_cache v0.8.7 |
1260 | 2024-08-14T21:55:49.063Z | Compiling clap v4.5.15 |
1261 | 2024-08-14T21:55:49.170Z | Compiling tokio-postgres v0.7.11 |
1262 | 2024-08-14T21:55:49.744Z | Compiling petgraph v0.6.5 |
1263 | 2024-08-14T21:55:49.792Z | Compiling console v0.15.8 |
1264 | 2024-08-14T21:55:51.022Z | Compiling elliptic-curve v0.13.8 |
1265 | 2024-08-14T21:55:51.728Z | Compiling signal-hook-mio v0.2.4 |
1266 | 2024-08-14T21:55:51.881Z | Compiling yasna v0.5.2 |
1267 | 2024-08-14T21:55:52.814Z | Compiling usdt v0.5.0 |
1268 | 2024-08-14T21:55:52.849Z | Compiling futures v0.3.30 |
1269 | 2024-08-14T21:55:52.969Z | Compiling flate2 v1.0.31 |
1270 | 2024-08-14T21:55:53.052Z | Compiling cipher v0.4.4 |
1271 | 2024-08-14T21:55:53.279Z | Compiling toml v0.7.8 |
1272 | 2024-08-14T21:55:53.458Z | Compiling bit-set v0.5.3 |
1273 | 2024-08-14T21:55:53.511Z | Compiling itertools v0.12.1 |
1274 | 2024-08-14T21:55:53.702Z | Compiling itertools v0.10.5 |
1275 | 2024-08-14T21:55:53.776Z | Compiling tokio-stream v0.1.15 |
1276 | 2024-08-14T21:55:53.800Z | Compiling openapiv3 v2.0.0 |
1277 | 2024-08-14T21:55:53.950Z | Compiling hex v0.4.3 |
1278 | 2024-08-14T21:55:53.978Z | Compiling bstr v1.9.1 |
1279 | 2024-08-14T21:55:54.472Z | Compiling crossbeam-epoch v0.9.18 |
1280 | 2024-08-14T21:55:54.567Z | Compiling num-iter v0.1.45 |
1281 | 2024-08-14T21:55:54.690Z | Compiling dirs-sys-next v0.1.2 |
1282 | 2024-08-14T21:55:54.730Z | Compiling peg-runtime v0.8.3 |
1283 | 2024-08-14T21:55:55.117Z | Compiling unicode-xid v0.2.4 |
1284 | 2024-08-14T21:55:55.278Z | Compiling lalrpop-util v0.19.12 |
1285 | 2024-08-14T21:55:55.302Z | Compiling dirs-next v2.0.0 |
1286 | 2024-08-14T21:55:55.302Z | Compiling thread_local v1.1.8 |
1287 | 2024-08-14T21:55:55.418Z | Compiling slog-async v2.8.0 |
1288 | 2024-08-14T21:55:55.473Z | Compiling term v0.7.0 |
1289 | 2024-08-14T21:55:55.580Z | Compiling xattr v1.3.1 |
1290 | 2024-08-14T21:55:55.802Z | Compiling crossbeam-channel v0.5.12 |
1291 | 2024-08-14T21:55:55.830Z | Compiling strum_macros v0.26.4 |
1292 | 2024-08-14T21:55:55.943Z | Compiling filetime v0.2.24 |
1293 | 2024-08-14T21:55:55.980Z | Compiling is-terminal v0.4.12 |
1294 | 2024-08-14T21:55:56.094Z | Compiling take_mut v0.2.2 |
1295 | 2024-08-14T21:55:56.135Z | Compiling tar v0.4.41 |
1296 | 2024-08-14T21:55:56.244Z | Compiling slog-term v2.9.1 |
1297 | 2024-08-14T21:55:56.287Z | Compiling camino v1.1.7 |
1298 | 2024-08-14T21:55:58.021Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1299 | 2024-08-14T21:55:58.976Z | Compiling strum v0.26.3 |
1300 | 2024-08-14T21:55:59.081Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1301 | 2024-08-14T21:56:05.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
1302 | 2024-08-14T21:56:05.357Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1303 | 2024-08-14T21:56:05.421Z | Aug 14 21:56:04.876 INFO Starting download, target: Clickhouse |
1304 | 2024-08-14T21:56:05.421Z | Aug 14 21:56:04.877 INFO Starting download, target: Console |
1305 | 2024-08-14T21:56:05.421Z | Aug 14 21:56:04.877 INFO Starting download, target: DendriteOpenapi |
1306 | 2024-08-14T21:56:05.421Z | Aug 14 21:56:04.877 INFO Starting download, target: Cockroach |
1307 | 2024-08-14T21:56:05.421Z | Aug 14 21:56:04.877 INFO Starting download, target: MaghemiteMgd |
1308 | 2024-08-14T21:56:05.445Z | Aug 14 21:56:04.877 INFO Starting download, target: DendriteStub |
1309 | 2024-08-14T21:56:05.445Z | Aug 14 21:56:04.877 INFO Starting download, target: TransceiverControl |
1310 | 2024-08-14T21:56:05.445Z | Aug 14 21:56:04.878 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1311 | 2024-08-14T21:56:05.445Z | Aug 14 21:56:04.879 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1312 | 2024-08-14T21:56:05.445Z | Aug 14 21:56:04.879 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1313 | 2024-08-14T21:56:05.445Z | Aug 14 21:56:04.879 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1314 | 2024-08-14T21:56:05.445Z | Aug 14 21:56:04.879 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1315 | 2024-08-14T21:56:05.445Z | Aug 14 21:56:04.879 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1316 | 2024-08-14T21:56:05.445Z | Aug 14 21:56:04.880 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1317 | 2024-08-14T21:56:05.795Z | Aug 14 21:56:05.250 INFO Download complete, target: DendriteOpenapi |
1318 | 2024-08-14T21:56:05.856Z | Aug 14 21:56:05.309 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1319 | 2024-08-14T21:56:06.302Z | Aug 14 21:56:05.757 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1320 | 2024-08-14T21:56:06.359Z | Aug 14 21:56:05.813 INFO Download complete, target: Console |
1321 | 2024-08-14T21:56:06.994Z | Aug 14 21:56:06.449 INFO Download complete, target: TransceiverControl |
1322 | 2024-08-14T21:56:07.348Z | Aug 14 21:56:06.804 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1323 | 2024-08-14T21:56:07.434Z | Aug 14 21:56:06.889 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1324 | 2024-08-14T21:56:10.593Z | Aug 14 21:56:10.049 INFO Download complete, target: DendriteStub |
1325 | 2024-08-14T21:56:10.910Z | Aug 14 21:56:10.365 INFO Download complete, target: MaghemiteMgd |
1326 | 2024-08-14T21:56:14.857Z | Aug 14 21:56:14.313 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1327 | 2024-08-14T21:56:14.857Z | Aug 14 21:56:14.313 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1328 | 2024-08-14T21:56:20.850Z | Aug 14 21:56:20.302 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1329 | 2024-08-14T21:56:24.280Z | Aug 14 21:56:23.735 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1330 | 2024-08-14T21:56:24.702Z | Aug 14 21:56:24.157 INFO Checking that binary works, target: Cockroach |
1331 | 2024-08-14T21:56:25.009Z | Aug 14 21:56:24.464 INFO Download complete, target: Cockroach |
1332 | 2024-08-14T21:56:37.033Z | Aug 14 21:56:36.489 INFO Checking that binary works, target: Clickhouse |
1333 | 2024-08-14T21:56:37.179Z | Aug 14 21:56:36.634 INFO Download complete, target: Clickhouse |
1334 | 2024-08-14T21:56:37.205Z | All builder prerequisites installed successfully, and PATH looks valid |
1335 | 2024-08-14T21:56:37.229Z | |
1336 | 2024-08-14T21:56:37.229Z | real 3:41.681813546 |
1337 | 2024-08-14T21:56:37.229Z | user 9:34.006533165 |
1338 | 2024-08-14T21:56:37.229Z | sys 2:16.549286530 |
1339 | 2024-08-14T21:56:37.229Z | trap 0.300815916 |
1340 | 2024-08-14T21:56:37.229Z | tflt 0.418439913 |
1341 | 2024-08-14T21:56:37.229Z | dflt 1.545534714 |
1342 | 2024-08-14T21:56:37.229Z | kflt 0.006994677 |
1343 | 2024-08-14T21:56:37.229Z | lock 23:38.473333925 |
1344 | 2024-08-14T21:56:37.229Z | slp 35:52.470267176 |
1345 | 2024-08-14T21:56:37.229Z | lat 43.980911059 |
1346 | 2024-08-14T21:56:37.229Z | stop 1:42.548199440 |
1347 | 2024-08-14T21:56:37.229Z | + banner hack-check |
1348 | 2024-08-14T21:56:37.229Z | |
1349 | 2024-08-14T21:56:37.229Z | # # ## #### # # #### # # ###### #### # # |
1350 | 2024-08-14T21:56:37.229Z | # # # # # # # # # # # # # # # # # |
1351 | 2024-08-14T21:56:37.229Z | ###### # # # #### ##### # ###### ##### # #### |
1352 | 2024-08-14T21:56:37.229Z | # # ###### # # # # # # # # # # |
1353 | 2024-08-14T21:56:37.229Z | # # # # # # # # # # # # # # # # # |
1354 | 2024-08-14T21:56:37.229Z | # # # # #### # # #### # # ###### #### # # |
1355 | 2024-08-14T21:56:37.229Z | |
1356 | 2024-08-14T21:56:37.229Z | + export CARGO_INCREMENTAL=0 |
1357 | 2024-08-14T21:56:37.230Z | + CARGO_INCREMENTAL=0 |
1358 | 2024-08-14T21:56:37.230Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1359 | 2024-08-14T21:56:37.932Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1360 | 2024-08-14T21:56:42.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s |
1361 | 2024-08-14T21:56:42.742Z | Running `target/debug/xtask check-features --ci` |
1362 | 2024-08-14T21:56:42.772Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1363 | 2024-08-14T21:56:42.772Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1364 | 2024-08-14T21:56:43.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1365 | 2024-08-14T21:56:43.522Z | Running `target/debug/xtask download cargo-hack` |
1366 | 2024-08-14T21:56:44.683Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1367 | 2024-08-14T21:56:45.068Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1368 | 2024-08-14T21:56:50.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.16s |
1369 | 2024-08-14T21:56:50.819Z | Running `target/debug/xtask-downloader cargo-hack` |
1370 | 2024-08-14T21:56:50.861Z | Aug 14 21:56:50.316 INFO Starting download, target: CargoHack |
1371 | 2024-08-14T21:56:50.885Z | Aug 14 21:56:50.318 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1372 | 2024-08-14T21:56:51.449Z | Aug 14 21:56:50.905 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1373 | 2024-08-14T21:56:51.573Z | Aug 14 21:56:51.029 INFO Download complete, target: CargoHack |
1374 | 2024-08-14T21:56:51.597Z | 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" |
1375 | 2024-08-14T21:56:51.621Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1376 | 2024-08-14T21:56:51.794Z | info: running `cargo check --bins` on api_identity (1/149) |
1377 | 2024-08-14T21:56:52.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1378 | 2024-08-14T21:56:52.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1379 | 2024-08-14T21:56:52.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1380 | 2024-08-14T21:56:52.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1381 | 2024-08-14T21:56:52.582Z | |
1382 | 2024-08-14T21:56:52.582Z | info: running `cargo check --bins` on bootstore (2/149) |
1383 | 2024-08-14T21:56:53.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1384 | 2024-08-14T21:56:53.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1385 | 2024-08-14T21:56:53.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1386 | 2024-08-14T21:56:53.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1387 | 2024-08-14T21:56:53.418Z | |
1388 | 2024-08-14T21:56:53.418Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/149) |
1389 | 2024-08-14T21:56:54.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1390 | 2024-08-14T21:56:54.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1391 | 2024-08-14T21:56:54.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1392 | 2024-08-14T21:56:54.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1393 | 2024-08-14T21:56:54.223Z | |
1394 | 2024-08-14T21:56:54.223Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/149) |
1395 | 2024-08-14T21:56:54.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1396 | 2024-08-14T21:56:55.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1397 | 2024-08-14T21:56:55.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1398 | 2024-08-14T21:56:55.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1399 | 2024-08-14T21:56:55.075Z | |
1400 | 2024-08-14T21:56:55.075Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/149) |
1401 | 2024-08-14T21:56:55.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1402 | 2024-08-14T21:56:55.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1403 | 2024-08-14T21:56:55.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1404 | 2024-08-14T21:56:55.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1405 | 2024-08-14T21:56:55.691Z | |
1406 | 2024-08-14T21:56:55.691Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/149) |
1407 | 2024-08-14T21:56:56.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1408 | 2024-08-14T21:56:56.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1409 | 2024-08-14T21:56:56.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1410 | 2024-08-14T21:56:56.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1411 | 2024-08-14T21:56:56.306Z | |
1412 | 2024-08-14T21:56:56.306Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/149) |
1413 | 2024-08-14T21:56:56.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1414 | 2024-08-14T21:56:56.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1415 | 2024-08-14T21:56:56.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1416 | 2024-08-14T21:56:56.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1417 | 2024-08-14T21:56:56.902Z | |
1418 | 2024-08-14T21:56:56.902Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/149) |
1419 | 2024-08-14T21:56:57.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1420 | 2024-08-14T21:56:57.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1421 | 2024-08-14T21:56:57.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1422 | 2024-08-14T21:56:57.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1423 | 2024-08-14T21:56:57.518Z | |
1424 | 2024-08-14T21:56:57.518Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/149) |
1425 | 2024-08-14T21:56:58.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1426 | 2024-08-14T21:56:58.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1427 | 2024-08-14T21:56:58.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1428 | 2024-08-14T21:56:58.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1429 | 2024-08-14T21:56:58.126Z | |
1430 | 2024-08-14T21:56:58.126Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/149) |
1431 | 2024-08-14T21:56:58.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1432 | 2024-08-14T21:56:58.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1433 | 2024-08-14T21:56:58.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1434 | 2024-08-14T21:56:58.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1435 | 2024-08-14T21:56:58.747Z | |
1436 | 2024-08-14T21:56:58.747Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/149) |
1437 | 2024-08-14T21:56:59.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1438 | 2024-08-14T21:56:59.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1439 | 2024-08-14T21:56:59.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1440 | 2024-08-14T21:56:59.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1441 | 2024-08-14T21:56:59.364Z | |
1442 | 2024-08-14T21:56:59.364Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/149) |
1443 | 2024-08-14T21:56:59.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1444 | 2024-08-14T21:56:59.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1445 | 2024-08-14T21:56:59.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1446 | 2024-08-14T21:56:59.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1447 | 2024-08-14T21:57:00.027Z | |
1448 | 2024-08-14T21:57:00.027Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/149) |
1449 | 2024-08-14T21:57:00.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1450 | 2024-08-14T21:57:00.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1451 | 2024-08-14T21:57:00.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1452 | 2024-08-14T21:57:00.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1453 | 2024-08-14T21:57:00.617Z | |
1454 | 2024-08-14T21:57:00.617Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/149) |
1455 | 2024-08-14T21:57:01.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1456 | 2024-08-14T21:57:01.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1457 | 2024-08-14T21:57:01.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1458 | 2024-08-14T21:57:01.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1459 | 2024-08-14T21:57:01.228Z | |
1460 | 2024-08-14T21:57:01.228Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/149) |
1461 | 2024-08-14T21:57:01.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1462 | 2024-08-14T21:57:01.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1463 | 2024-08-14T21:57:01.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1464 | 2024-08-14T21:57:01.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1465 | 2024-08-14T21:57:01.832Z | |
1466 | 2024-08-14T21:57:01.832Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/149) |
1467 | 2024-08-14T21:57:02.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1468 | 2024-08-14T21:57:02.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1469 | 2024-08-14T21:57:02.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1470 | 2024-08-14T21:57:02.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1471 | 2024-08-14T21:57:02.443Z | |
1472 | 2024-08-14T21:57:02.443Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/149) |
1473 | 2024-08-14T21:57:03.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1474 | 2024-08-14T21:57:03.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1475 | 2024-08-14T21:57:03.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1476 | 2024-08-14T21:57:03.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1477 | 2024-08-14T21:57:03.078Z | |
1478 | 2024-08-14T21:57:03.078Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/149) |
1479 | 2024-08-14T21:57:03.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1480 | 2024-08-14T21:57:03.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1481 | 2024-08-14T21:57:03.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1482 | 2024-08-14T21:57:03.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1483 | 2024-08-14T21:57:03.693Z | |
1484 | 2024-08-14T21:57:03.693Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/149) |
1485 | 2024-08-14T21:57:04.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1486 | 2024-08-14T21:57:04.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1487 | 2024-08-14T21:57:04.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1488 | 2024-08-14T21:57:04.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1489 | 2024-08-14T21:57:04.318Z | |
1490 | 2024-08-14T21:57:04.318Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/149) |
1491 | 2024-08-14T21:57:04.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1492 | 2024-08-14T21:57:04.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1493 | 2024-08-14T21:57:04.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1494 | 2024-08-14T21:57:04.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1495 | 2024-08-14T21:57:04.951Z | |
1496 | 2024-08-14T21:57:04.951Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/149) |
1497 | 2024-08-14T21:57:05.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1498 | 2024-08-14T21:57:05.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1499 | 2024-08-14T21:57:05.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1500 | 2024-08-14T21:57:05.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1501 | 2024-08-14T21:57:05.573Z | |
1502 | 2024-08-14T21:57:05.573Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/149) |
1503 | 2024-08-14T21:57:06.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1504 | 2024-08-14T21:57:06.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1505 | 2024-08-14T21:57:06.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1506 | 2024-08-14T21:57:06.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1507 | 2024-08-14T21:57:06.214Z | |
1508 | 2024-08-14T21:57:06.214Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/149) |
1509 | 2024-08-14T21:57:06.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1510 | 2024-08-14T21:57:06.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1511 | 2024-08-14T21:57:06.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1512 | 2024-08-14T21:57:06.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1513 | 2024-08-14T21:57:06.824Z | |
1514 | 2024-08-14T21:57:06.824Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/149) |
1515 | 2024-08-14T21:57:07.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1516 | 2024-08-14T21:57:07.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1517 | 2024-08-14T21:57:07.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1518 | 2024-08-14T21:57:07.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1519 | 2024-08-14T21:57:07.432Z | |
1520 | 2024-08-14T21:57:07.432Z | info: running `cargo check --bins` on sled-hardware-types (25/149) |
1521 | 2024-08-14T21:57:08.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1522 | 2024-08-14T21:57:08.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1523 | 2024-08-14T21:57:08.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1524 | 2024-08-14T21:57:08.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1525 | 2024-08-14T21:57:08.295Z | |
1526 | 2024-08-14T21:57:08.295Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/149) |
1527 | 2024-08-14T21:57:09.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1528 | 2024-08-14T21:57:09.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1529 | 2024-08-14T21:57:09.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1530 | 2024-08-14T21:57:09.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1531 | 2024-08-14T21:57:09.148Z | |
1532 | 2024-08-14T21:57:09.148Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/149) |
1533 | 2024-08-14T21:57:09.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1534 | 2024-08-14T21:57:09.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1535 | 2024-08-14T21:57:09.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1536 | 2024-08-14T21:57:09.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1537 | 2024-08-14T21:57:10.004Z | |
1538 | 2024-08-14T21:57:10.004Z | info: running `cargo check --bins` on oxlog (28/149) |
1539 | 2024-08-14T21:57:10.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1540 | 2024-08-14T21:57:10.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1541 | 2024-08-14T21:57:10.795Z | Checking cfg-if v1.0.0 |
1542 | 2024-08-14T21:57:10.820Z | Checking libc v0.2.155 |
1543 | 2024-08-14T21:57:10.820Z | Checking memchr v2.7.2 |
1544 | 2024-08-14T21:57:10.844Z | Checking serde v1.0.205 |
1545 | 2024-08-14T21:57:10.869Z | Checking scopeguard v1.2.0 |
1546 | 2024-08-14T21:57:10.893Z | Checking byteorder v1.5.0 |
1547 | 2024-08-14T21:57:10.893Z | Checking log v0.4.21 |
1548 | 2024-08-14T21:57:10.918Z | Checking zeroize v1.7.0 |
1549 | 2024-08-14T21:57:10.918Z | Checking itoa v1.0.11 |
1550 | 2024-08-14T21:57:10.981Z | Checking lock_api v0.4.12 |
1551 | 2024-08-14T21:57:11.064Z | Checking once_cell v1.19.0 |
1552 | 2024-08-14T21:57:11.120Z | Checking pin-project-lite v0.2.14 |
1553 | 2024-08-14T21:57:11.145Z | Checking typenum v1.17.0 |
1554 | 2024-08-14T21:57:11.204Z | Checking zerocopy v0.7.34 |
1555 | 2024-08-14T21:57:11.229Z | Checking smallvec v1.13.2 |
1556 | 2024-08-14T21:57:11.325Z | Checking tinyvec_macros v0.1.1 |
1557 | 2024-08-14T21:57:11.349Z | Checking spin v0.9.8 |
1558 | 2024-08-14T21:57:11.397Z | Checking tinyvec v1.6.0 |
1559 | 2024-08-14T21:57:11.526Z | Checking subtle v2.5.0 |
1560 | 2024-08-14T21:57:11.587Z | Checking futures-core v0.3.30 |
1561 | 2024-08-14T21:57:11.623Z | Checking const-oid v0.9.6 |
1562 | 2024-08-14T21:57:11.741Z | Checking futures-sink v0.3.30 |
1563 | 2024-08-14T21:57:11.766Z | Checking allocator-api2 v0.2.18 |
1564 | 2024-08-14T21:57:11.790Z | Checking getrandom v0.2.14 |
1565 | 2024-08-14T21:57:11.865Z | Checking signal-hook-registry v1.4.2 |
1566 | 2024-08-14T21:57:11.978Z | Checking rand_core v0.6.4 |
1567 | 2024-08-14T21:57:12.079Z | Checking parking_lot_core v0.9.10 |
1568 | 2024-08-14T21:57:12.109Z | Checking generic-array v0.14.7 |
1569 | 2024-08-14T21:57:12.243Z | Checking mio v0.8.11 |
1570 | 2024-08-14T21:57:12.275Z | Checking num_cpus v1.16.0 |
1571 | 2024-08-14T21:57:12.377Z | Checking socket2 v0.5.7 |
1572 | 2024-08-14T21:57:12.401Z | Checking parking_lot v0.12.2 |
1573 | 2024-08-14T21:57:12.426Z | Checking ahash v0.8.11 |
1574 | 2024-08-14T21:57:12.450Z | Checking unicode-normalization v0.1.23 |
1575 | 2024-08-14T21:57:12.674Z | Checking unicode-bidi v0.3.15 |
1576 | 2024-08-14T21:57:12.782Z | Checking libm v0.2.8 |
1577 | 2024-08-14T21:57:12.806Z | Checking equivalent v1.0.1 |
1578 | 2024-08-14T21:57:12.841Z | Checking hashbrown v0.14.5 |
1579 | 2024-08-14T21:57:12.888Z | Checking ryu v1.0.18 |
1580 | 2024-08-14T21:57:12.986Z | Checking futures-channel v0.3.30 |
1581 | 2024-08-14T21:57:13.026Z | Checking crypto-common v0.1.6 |
1582 | 2024-08-14T21:57:13.093Z | Checking slab v0.4.9 |
1583 | 2024-08-14T21:57:13.159Z | Checking futures-task v0.3.30 |
1584 | 2024-08-14T21:57:13.184Z | Checking futures-io v0.3.30 |
1585 | 2024-08-14T21:57:13.208Z | Checking pin-utils v0.1.0 |
1586 | 2024-08-14T21:57:13.261Z | Checking block-buffer v0.10.4 |
1587 | 2024-08-14T21:57:13.292Z | Checking ppv-lite86 v0.2.17 |
1588 | 2024-08-14T21:57:13.316Z | Checking percent-encoding v2.3.1 |
1589 | 2024-08-14T21:57:13.340Z | Checking tracing-core v0.1.32 |
1590 | 2024-08-14T21:57:13.365Z | Checking futures-util v0.3.30 |
1591 | 2024-08-14T21:57:13.453Z | Checking digest v0.10.7 |
1592 | 2024-08-14T21:57:13.498Z | Checking fnv v1.0.7 |
1593 | 2024-08-14T21:57:13.523Z | Checking num-traits v0.2.19 |
1594 | 2024-08-14T21:57:13.602Z | Checking untrusted v0.9.0 |
1595 | 2024-08-14T21:57:13.738Z | Checking ring v0.17.8 |
1596 | 2024-08-14T21:57:13.765Z | Checking thiserror v1.0.63 |
1597 | 2024-08-14T21:57:13.845Z | Checking foreign-types-shared v0.1.1 |
1598 | 2024-08-14T21:57:13.871Z | Checking rand_chacha v0.3.1 |
1599 | 2024-08-14T21:57:13.896Z | Checking powerfmt v0.2.0 |
1600 | 2024-08-14T21:57:13.920Z | Checking tracing v0.1.40 |
1601 | 2024-08-14T21:57:13.945Z | Checking base64ct v1.6.0 |
1602 | 2024-08-14T21:57:14.127Z | Checking deranged v0.3.11 |
1603 | 2024-08-14T21:57:14.188Z | Checking rand v0.8.5 |
1604 | 2024-08-14T21:57:14.213Z | Checking foreign-types v0.3.2 |
1605 | 2024-08-14T21:57:14.288Z | Checking hmac v0.12.1 |
1606 | 2024-08-14T21:57:14.313Z | Checking pem-rfc7468 v0.7.0 |
1607 | 2024-08-14T21:57:14.463Z | Checking form_urlencoded v1.2.1 |
1608 | 2024-08-14T21:57:14.537Z | Checking openssl-sys v0.9.103 |
1609 | 2024-08-14T21:57:14.635Z | Checking flagset v0.4.5 |
1610 | 2024-08-14T21:57:14.824Z | Checking num_threads v0.1.7 |
1611 | 2024-08-14T21:57:14.950Z | Checking try-lock v0.2.5 |
1612 | 2024-08-14T21:57:14.974Z | Checking num-conv v0.1.0 |
1613 | 2024-08-14T21:57:14.999Z | Checking bytes v1.7.1 |
1614 | 2024-08-14T21:57:15.065Z | Checking bitflags v2.6.0 |
1615 | 2024-08-14T21:57:15.186Z | Checking indexmap v2.3.0 |
1616 | 2024-08-14T21:57:15.218Z | Checking serde_json v1.0.122 |
1617 | 2024-08-14T21:57:15.321Z | Checking time-core v0.1.2 |
1618 | 2024-08-14T21:57:15.345Z | Checking unicode-ident v1.0.12 |
1619 | 2024-08-14T21:57:15.461Z | Checking siphasher v0.3.11 |
1620 | 2024-08-14T21:57:15.485Z | Checking proc-macro2 v1.0.86 |
1621 | 2024-08-14T21:57:15.593Z | Checking openssl v0.10.66 |
1622 | 2024-08-14T21:57:15.640Z | Checking time v0.3.36 |
1623 | 2024-08-14T21:57:15.678Z | Checking tokio v1.38.1 |
1624 | 2024-08-14T21:57:15.708Z | Checking http v0.2.12 |
1625 | 2024-08-14T21:57:16.023Z | Checking rustls-webpki v0.101.7 |
1626 | 2024-08-14T21:57:16.227Z | Checking sct v0.7.1 |
1627 | 2024-08-14T21:57:16.385Z | Checking want v0.3.1 |
1628 | 2024-08-14T21:57:16.534Z | Checking uuid v1.10.0 |
1629 | 2024-08-14T21:57:16.595Z | Checking der v0.7.9 |
1630 | 2024-08-14T21:57:16.619Z | Checking idna v0.5.0 |
1631 | 2024-08-14T21:57:16.844Z | Checking http-body v0.4.6 |
1632 | 2024-08-14T21:57:17.029Z | Checking errno v0.3.9 |
1633 | 2024-08-14T21:57:17.159Z | Checking httparse v1.8.0 |
1634 | 2024-08-14T21:57:17.183Z | Checking lazy_static v1.5.0 |
1635 | 2024-08-14T21:57:17.249Z | Checking aho-corasick v1.1.3 |
1636 | 2024-08-14T21:57:17.274Z | Checking scroll v0.12.0 |
1637 | 2024-08-14T21:57:17.485Z | Checking tower-service v0.3.2 |
1638 | 2024-08-14T21:57:17.593Z | Checking httpdate v1.0.3 |
1639 | 2024-08-14T21:57:17.640Z | Checking cpufeatures v0.2.12 |
1640 | 2024-08-14T21:57:17.681Z | Checking iana-time-zone v0.1.60 |
1641 | 2024-08-14T21:57:17.706Z | Checking anstyle v1.0.8 |
1642 | 2024-08-14T21:57:17.731Z | Checking openssl-probe v0.1.5 |
1643 | 2024-08-14T21:57:17.813Z | Checking ucd-trie v0.1.6 |
1644 | 2024-08-14T21:57:17.839Z | Checking utf8parse v0.2.1 |
1645 | 2024-08-14T21:57:17.863Z | Checking finl_unicode v1.2.0 |
1646 | 2024-08-14T21:57:17.950Z | Checking adler v1.0.2 |
1647 | 2024-08-14T21:57:17.985Z | Checking plain v0.2.3 |
1648 | 2024-08-14T21:57:18.011Z | Checking regex-syntax v0.8.4 |
1649 | 2024-08-14T21:57:18.085Z | Checking miniz_oxide v0.7.2 |
1650 | 2024-08-14T21:57:18.119Z | Checking goblin v0.8.2 |
1651 | 2024-08-14T21:57:18.151Z | Checking spki v0.7.3 |
1652 | 2024-08-14T21:57:18.333Z | Checking stringprep v0.1.4 |
1653 | 2024-08-14T21:57:18.396Z | Checking pest v2.7.10 |
1654 | 2024-08-14T21:57:18.560Z | Checking anstyle-parse v0.2.4 |
1655 | 2024-08-14T21:57:18.650Z | Checking chrono v0.4.38 |
1656 | 2024-08-14T21:57:18.677Z | Checking sha2 v0.10.8 |
1657 | 2024-08-14T21:57:18.782Z | Checking url v2.5.2 |
1658 | 2024-08-14T21:57:19.126Z | Checking rustix v0.38.34 |
1659 | 2024-08-14T21:57:19.468Z | Checking rustls v0.21.12 |
1660 | 2024-08-14T21:57:20.214Z | Checking native-tls v0.2.11 |
1661 | 2024-08-14T21:57:20.438Z | Checking quote v1.0.36 |
1662 | 2024-08-14T21:57:20.526Z | Checking serde_spanned v0.6.7 |
1663 | 2024-08-14T21:57:20.583Z | Checking toml_datetime v0.6.8 |
1664 | 2024-08-14T21:57:20.689Z | Checking regex-automata v0.4.6 |
1665 | 2024-08-14T21:57:20.714Z | Checking num-integer v0.1.46 |
1666 | 2024-08-14T21:57:20.755Z | Checking md-5 v0.10.6 |
1667 | 2024-08-14T21:57:20.847Z | Checking idna v0.3.0 |
1668 | 2024-08-14T21:57:20.931Z | Checking hash32 v0.2.1 |
1669 | 2024-08-14T21:57:20.958Z | Checking colorchoice v1.0.1 |
1670 | 2024-08-14T21:57:21.084Z | Checking is_terminal_polyfill v1.70.0 |
1671 | 2024-08-14T21:57:21.145Z | Checking base64 v0.22.1 |
1672 | 2024-08-14T21:57:21.199Z | Checking pretty-hex v0.4.1 |
1673 | 2024-08-14T21:57:21.224Z | Checking fallible-iterator v0.2.0 |
1674 | 2024-08-14T21:57:21.364Z | Checking anstyle-query v1.0.3 |
1675 | 2024-08-14T21:57:21.481Z | Checking gimli v0.28.1 |
1676 | 2024-08-14T21:57:21.530Z | Checking stable_deref_trait v1.2.0 |
1677 | 2024-08-14T21:57:21.577Z | Checking psl-types v2.0.11 |
1678 | 2024-08-14T21:57:21.617Z | Checking heapless v0.7.17 |
1679 | 2024-08-14T21:57:21.732Z | Checking publicsuffix v2.2.3 |
1680 | 2024-08-14T21:57:21.757Z | Checking tokio-util v0.7.11 |
1681 | 2024-08-14T21:57:21.781Z | Checking postgres-protocol v0.6.7 |
1682 | 2024-08-14T21:57:21.943Z | Checking tokio-native-tls v0.3.1 |
1683 | 2024-08-14T21:57:22.152Z | Checking anstream v0.6.14 |
1684 | 2024-08-14T21:57:22.294Z | Checking tokio-rustls v0.24.1 |
1685 | 2024-08-14T21:57:22.328Z | Checking terminal_size v0.3.0 |
1686 | 2024-08-14T21:57:22.357Z | Checking dof v0.3.0 |
1687 | 2024-08-14T21:57:22.468Z | Checking syn v2.0.72 |
1688 | 2024-08-14T21:57:22.492Z | Checking dtrace-parser v0.2.0 |
1689 | 2024-08-14T21:57:22.519Z | Checking h2 v0.3.26 |
1690 | 2024-08-14T21:57:22.519Z | Checking pkcs8 v0.10.2 |
1691 | 2024-08-14T21:57:22.587Z | Checking cookie v0.17.0 |
1692 | 2024-08-14T21:57:22.728Z | Checking phf_shared v0.11.2 |
1693 | 2024-08-14T21:57:22.845Z | Checking block-padding v0.3.3 |
1694 | 2024-08-14T21:57:22.887Z | Checking ff v0.13.0 |
1695 | 2024-08-14T21:57:22.918Z | Checking thread-id v4.2.1 |
1696 | 2024-08-14T21:57:22.964Z | Checking object v0.32.2 |
1697 | 2024-08-14T21:57:23.018Z | Checking either v1.13.0 |
1698 | 2024-08-14T21:57:23.043Z | Checking winnow v0.5.40 |
1699 | 2024-08-14T21:57:23.078Z | Checking managed v0.8.0 |
1700 | 2024-08-14T21:57:23.336Z | Checking bitflags v1.3.2 |
1701 | 2024-08-14T21:57:23.395Z | Checking bit-vec v0.6.3 |
1702 | 2024-08-14T21:57:23.419Z | Checking clap_lex v0.7.0 |
1703 | 2024-08-14T21:57:23.620Z | Checking regex-automata v0.1.10 |
1704 | 2024-08-14T21:57:23.667Z | Checking strsim v0.11.1 |
1705 | 2024-08-14T21:57:23.902Z | Checking rustc-demangle v0.1.24 |
1706 | 2024-08-14T21:57:23.942Z | Checking matches v0.1.10 |
1707 | 2024-08-14T21:57:24.021Z | Checking ipnet v2.9.0 |
1708 | 2024-08-14T21:57:24.245Z | Checking base16ct v0.2.0 |
1709 | 2024-08-14T21:57:24.405Z | Checking base64 v0.21.7 |
1710 | 2024-08-14T21:57:24.430Z | Checking sec1 v0.7.3 |
1711 | 2024-08-14T21:57:24.577Z | Checking addr2line v0.21.0 |
1712 | 2024-08-14T21:57:24.621Z | Checking regex v1.10.6 |
1713 | 2024-08-14T21:57:24.720Z | Checking idna v0.2.3 |
1714 | 2024-08-14T21:57:24.819Z | Checking rustls-pemfile v1.0.4 |
1715 | 2024-08-14T21:57:24.988Z | Checking bstr v0.2.17 |
1716 | 2024-08-14T21:57:25.062Z | Checking clap_builder v4.5.15 |
1717 | 2024-08-14T21:57:25.200Z | Checking smoltcp v0.9.1 |
1718 | 2024-08-14T21:57:25.428Z | Checking group v0.13.0 |
1719 | 2024-08-14T21:57:25.525Z | Checking toml_edit v0.19.15 |
1720 | 2024-08-14T21:57:25.638Z | Checking inout v0.1.3 |
1721 | 2024-08-14T21:57:25.691Z | Checking phf v0.11.2 |
1722 | 2024-08-14T21:57:25.828Z | Checking cookie_store v0.20.0 |
1723 | 2024-08-14T21:57:25.904Z | Checking postgres-types v0.2.7 |
1724 | 2024-08-14T21:57:26.342Z | Checking num-bigint v0.4.5 |
1725 | 2024-08-14T21:57:26.387Z | Checking futures-executor v0.3.30 |
1726 | 2024-08-14T21:57:26.456Z | Checking phf_shared v0.10.0 |
1727 | 2024-08-14T21:57:26.572Z | Checking hubpack v0.1.2 |
1728 | 2024-08-14T21:57:26.685Z | Checking serde_urlencoded v0.7.1 |
1729 | 2024-08-14T21:57:26.823Z | Checking float-cmp v0.9.0 |
1730 | 2024-08-14T21:57:26.972Z | Checking hkdf v0.12.4 |
1731 | 2024-08-14T21:57:27.035Z | Checking zerocopy v0.6.6 |
1732 | 2024-08-14T21:57:27.149Z | Checking crossbeam-utils v0.8.19 |
1733 | 2024-08-14T21:57:27.547Z | Checking hyper v0.14.30 |
1734 | 2024-08-14T21:57:27.596Z | Checking crc32fast v1.4.0 |
1735 | 2024-08-14T21:57:27.632Z | Checking signal-hook v0.3.17 |
1736 | 2024-08-14T21:57:27.686Z | Checking usdt-impl v0.5.0 |
1737 | 2024-08-14T21:57:27.710Z | Checking crypto-bigint v0.5.5 |
1738 | 2024-08-14T21:57:27.742Z | Checking memmap v0.7.0 |
1739 | 2024-08-14T21:57:27.813Z | Checking mio v1.0.1 |
1740 | 2024-08-14T21:57:27.920Z | Checking encoding_rs v0.8.34 |
1741 | 2024-08-14T21:57:27.945Z | Checking minimal-lexical v0.2.1 |
1742 | 2024-08-14T21:57:28.037Z | Checking backtrace v0.3.71 |
1743 | 2024-08-14T21:57:28.147Z | Checking fixedbitset v0.4.2 |
1744 | 2024-08-14T21:57:28.265Z | Checking mime v0.3.17 |
1745 | 2024-08-14T21:57:28.333Z | Checking precomputed-hash v0.1.1 |
1746 | 2024-08-14T21:57:28.358Z | Checking webpki-roots v0.25.4 |
1747 | 2024-08-14T21:57:28.383Z | Checking data-encoding v2.6.0 |
1748 | 2024-08-14T21:57:28.422Z | Checking normalize-line-endings v0.3.0 |
1749 | 2024-08-14T21:57:28.484Z | Checking whoami v1.5.1 |
1750 | 2024-08-14T21:57:28.533Z | Checking sync_wrapper v0.1.2 |
1751 | 2024-08-14T21:57:28.557Z | Checking unicode-width v0.1.13 |
1752 | 2024-08-14T21:57:28.557Z | Checking predicates-core v1.0.6 |
1753 | 2024-08-14T21:57:28.643Z | Checking difflib v0.4.0 |
1754 | 2024-08-14T21:57:28.714Z | Checking new_debug_unreachable v1.0.6 |
1755 | 2024-08-14T21:57:28.738Z | Checking unicode-segmentation v1.11.0 |
1756 | 2024-08-14T21:57:28.763Z | Checking static_assertions v1.1.0 |
1757 | 2024-08-14T21:57:28.798Z | Checking dyn-clone v1.0.17 |
1758 | 2024-08-14T21:57:28.844Z | Checking winnow v0.6.18 |
1759 | 2024-08-14T21:57:28.918Z | Checking predicates v3.1.2 |
1760 | 2024-08-14T21:57:28.943Z | Checking trust-dns-proto v0.22.0 |
1761 | 2024-08-14T21:57:28.967Z | Checking schemars v0.8.21 |
1762 | 2024-08-14T21:57:29.241Z | Checking similar v2.5.0 |
1763 | 2024-08-14T21:57:29.471Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1764 | 2024-08-14T21:57:29.731Z | Checking string_cache v0.8.7 |
1765 | 2024-08-14T21:57:29.966Z | Checking tokio-postgres v0.7.11 |
1766 | 2024-08-14T21:57:29.991Z | Checking console v0.15.8 |
1767 | 2024-08-14T21:57:30.030Z | Checking elliptic-curve v0.13.8 |
1768 | 2024-08-14T21:57:30.316Z | Checking anyhow v1.0.86 |
1769 | 2024-08-14T21:57:30.484Z | Checking petgraph v0.6.5 |
1770 | 2024-08-14T21:57:30.556Z | Checking yasna v0.5.2 |
1771 | 2024-08-14T21:57:30.614Z | Checking signal-hook-mio v0.2.4 |
1772 | 2024-08-14T21:57:30.737Z | Checking nom v7.1.3 |
1773 | 2024-08-14T21:57:31.221Z | Checking toml_edit v0.22.20 |
1774 | 2024-08-14T21:57:31.278Z | Checking usdt v0.5.0 |
1775 | 2024-08-14T21:57:31.489Z | Checking flate2 v1.0.31 |
1776 | 2024-08-14T21:57:32.005Z | Checking crossbeam-epoch v0.9.18 |
1777 | 2024-08-14T21:57:32.144Z | Checking clap v4.5.15 |
1778 | 2024-08-14T21:57:32.245Z | Checking toml v0.7.8 |
1779 | 2024-08-14T21:57:32.310Z | Checking futures v0.3.30 |
1780 | 2024-08-14T21:57:32.366Z | Checking cipher v0.4.4 |
1781 | 2024-08-14T21:57:32.406Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1782 | 2024-08-14T21:57:32.431Z | Checking bstr v1.9.1 |
1783 | 2024-08-14T21:57:32.594Z | Checking hyper-rustls v0.24.2 |
1784 | 2024-08-14T21:57:32.711Z | Checking hyper-tls v0.5.0 |
1785 | 2024-08-14T21:57:32.841Z | Checking bit-set v0.5.3 |
1786 | 2024-08-14T21:57:32.865Z | Checking itertools v0.10.5 |
1787 | 2024-08-14T21:57:32.954Z | Checking reqwest v0.11.27 |
1788 | 2024-08-14T21:57:33.004Z | Checking itertools v0.12.1 |
1789 | 2024-08-14T21:57:33.062Z | Checking tokio-stream v0.1.15 |
1790 | 2024-08-14T21:57:33.218Z | Checking fs-err v2.11.0 |
1791 | 2024-08-14T21:57:33.270Z | Checking num-iter v0.1.45 |
1792 | 2024-08-14T21:57:33.328Z | Checking openapiv3 v2.0.0 |
1793 | 2024-08-14T21:57:33.423Z | Checking slog v2.7.0 |
1794 | 2024-08-14T21:57:33.477Z | Checking hex v0.4.3 |
1795 | 2024-08-14T21:57:33.683Z | Checking semver v1.0.23 |
1796 | 2024-08-14T21:57:33.726Z | Checking peg-runtime v0.8.3 |
1797 | 2024-08-14T21:57:33.816Z | Checking lalrpop-util v0.19.12 |
1798 | 2024-08-14T21:57:33.891Z | Checking camino v1.1.7 |
1799 | 2024-08-14T21:57:33.916Z | Checking sigpipe v0.1.3 |
1800 | 2024-08-14T21:57:36.026Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1801 | 2024-08-14T21:57:36.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.41s |
1802 | 2024-08-14T21:57:36.536Z | |
1803 | 2024-08-14T21:57:36.536Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/149) |
1804 | 2024-08-14T21:57:37.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1805 | 2024-08-14T21:57:37.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1806 | 2024-08-14T21:57:37.442Z | Compiling regress v0.9.1 |
1807 | 2024-08-14T21:57:37.468Z | Checking sha1 v0.10.6 |
1808 | 2024-08-14T21:57:37.492Z | Checking strum v0.26.3 |
1809 | 2024-08-14T21:57:37.517Z | Checking heck v0.5.0 |
1810 | 2024-08-14T21:57:37.542Z | Compiling getopts v0.2.21 |
1811 | 2024-08-14T21:57:37.542Z | Checking dirs-sys-next v0.1.2 |
1812 | 2024-08-14T21:57:37.566Z | Compiling unsafe-libyaml v0.2.11 |
1813 | 2024-08-14T21:57:37.678Z | Checking http v1.1.0 |
1814 | 2024-08-14T21:57:37.703Z | Checking dirs-next v2.0.0 |
1815 | 2024-08-14T21:57:37.727Z | Checking thread_local v1.1.8 |
1816 | 2024-08-14T21:57:37.814Z | Checking rustls-pki-types v1.7.0 |
1817 | 2024-08-14T21:57:37.888Z | Compiling ident_case v1.0.1 |
1818 | 2024-08-14T21:57:37.949Z | Checking term v0.7.0 |
1819 | 2024-08-14T21:57:38.041Z | Compiling darling_core v0.20.9 |
1820 | 2024-08-14T21:57:38.163Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1821 | 2024-08-14T21:57:38.326Z | Checking crossbeam-channel v0.5.12 |
1822 | 2024-08-14T21:57:38.350Z | Checking is-terminal v0.4.12 |
1823 | 2024-08-14T21:57:38.439Z | Checking atty v0.2.14 |
1824 | 2024-08-14T21:57:38.463Z | Checking take_mut v0.2.2 |
1825 | 2024-08-14T21:57:38.544Z | Compiling paste v1.0.15 |
1826 | 2024-08-14T21:57:38.582Z | Compiling serde_yaml v0.9.34+deprecated |
1827 | 2024-08-14T21:57:38.775Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1828 | 2024-08-14T21:57:38.936Z | Checking termcolor v1.4.1 |
1829 | 2024-08-14T21:57:38.992Z | Compiling rustls v0.22.4 |
1830 | 2024-08-14T21:57:39.068Z | Checking utf-8 v0.7.6 |
1831 | 2024-08-14T21:57:39.099Z | Checking humantime v2.1.0 |
1832 | 2024-08-14T21:57:39.278Z | Checking slog-async v2.8.0 |
1833 | 2024-08-14T21:57:39.302Z | Checking slog-term v2.9.1 |
1834 | 2024-08-14T21:57:39.326Z | Checking rustls-webpki v0.102.4 |
1835 | 2024-08-14T21:57:39.358Z | Checking env_logger v0.9.3 |
1836 | 2024-08-14T21:57:39.527Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1837 | 2024-08-14T21:57:39.718Z | Compiling proc-macro-crate v1.3.1 |
1838 | 2024-08-14T21:57:39.749Z | Compiling bitstruct_derive v0.1.0 |
1839 | 2024-08-14T21:57:39.831Z | Compiling structmeta-derive v0.3.0 |
1840 | 2024-08-14T21:57:39.992Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1841 | 2024-08-14T21:57:40.109Z | Compiling multer v3.1.0 |
1842 | 2024-08-14T21:57:40.298Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1843 | 2024-08-14T21:57:40.651Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1844 | 2024-08-14T21:57:40.912Z | Checking match_cfg v0.1.0 |
1845 | 2024-08-14T21:57:40.946Z | Checking ascii v1.1.0 |
1846 | 2024-08-14T21:57:40.970Z | Checking hostname v0.3.1 |
1847 | 2024-08-14T21:57:41.080Z | Checking bitstruct v0.1.1 |
1848 | 2024-08-14T21:57:41.198Z | Compiling num_enum_derive v0.5.11 |
1849 | 2024-08-14T21:57:41.272Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1850 | 2024-08-14T21:57:41.602Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1851 | 2024-08-14T21:57:41.993Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1852 | 2024-08-14T21:57:42.211Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1853 | 2024-08-14T21:57:42.236Z | Checking slog-json v2.6.1 |
1854 | 2024-08-14T21:57:42.261Z | Compiling structmeta v0.3.0 |
1855 | 2024-08-14T21:57:42.449Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1856 | 2024-08-14T21:57:42.477Z | Checking serde_arrays v0.1.0 |
1857 | 2024-08-14T21:57:42.599Z | Checking erased-serde v0.3.31 |
1858 | 2024-08-14T21:57:42.628Z | Compiling async-stream-impl v0.3.5 |
1859 | 2024-08-14T21:57:42.666Z | Compiling foreign-types-macros v0.2.3 |
1860 | 2024-08-14T21:57:43.151Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1861 | 2024-08-14T21:57:43.347Z | Checking atomic-waker v1.1.2 |
1862 | 2024-08-14T21:57:43.398Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1863 | 2024-08-14T21:57:43.470Z | Checking foreign-types-shared v0.3.1 |
1864 | 2024-08-14T21:57:43.495Z | Checking arc-swap v1.7.1 |
1865 | 2024-08-14T21:57:43.576Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1866 | 2024-08-14T21:57:43.685Z | Checking waitgroup v0.1.2 |
1867 | 2024-08-14T21:57:43.709Z | Checking foreign-types v0.5.0 |
1868 | 2024-08-14T21:57:43.772Z | Checking async-stream v0.3.5 |
1869 | 2024-08-14T21:57:43.825Z | Checking num_enum v0.5.11 |
1870 | 2024-08-14T21:57:43.850Z | Compiling darling_macro v0.20.9 |
1871 | 2024-08-14T21:57:43.874Z | Checking slog-scope v4.4.0 |
1872 | 2024-08-14T21:57:43.899Z | Compiling parse-display-derive v0.10.0 |
1873 | 2024-08-14T21:57:43.948Z | Checking slog-bunyan v2.5.0 |
1874 | 2024-08-14T21:57:43.972Z | Compiling proc-macro-error v1.0.4 |
1875 | 2024-08-14T21:57:44.230Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1876 | 2024-08-14T21:57:44.325Z | Checking toml v0.8.19 |
1877 | 2024-08-14T21:57:44.522Z | Checking tungstenite v0.20.1 |
1878 | 2024-08-14T21:57:44.561Z | Checking rustls-pemfile v2.1.3 |
1879 | 2024-08-14T21:57:44.647Z | Compiling darling v0.20.9 |
1880 | 2024-08-14T21:57:44.766Z | Checking tokio-rustls v0.25.0 |
1881 | 2024-08-14T21:57:44.797Z | Compiling serde_with_macros v3.8.3 |
1882 | 2024-08-14T21:57:44.865Z | Compiling heck v0.3.3 |
1883 | 2024-08-14T21:57:45.050Z | Checking newtype-uuid v1.1.0 |
1884 | 2024-08-14T21:57:45.137Z | Checking ipnetwork v0.20.0 |
1885 | 2024-08-14T21:57:45.278Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1886 | 2024-08-14T21:57:45.303Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1887 | 2024-08-14T21:57:45.359Z | Checking serde_path_to_error v0.1.16 |
1888 | 2024-08-14T21:57:45.455Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1889 | 2024-08-14T21:57:45.895Z | Checking hostname v0.4.0 |
1890 | 2024-08-14T21:57:45.971Z | Checking cstr-argument v0.1.2 |
1891 | 2024-08-14T21:57:46.014Z | Checking instant v0.1.12 |
1892 | 2024-08-14T21:57:46.067Z | Checking fastrand v2.1.0 |
1893 | 2024-08-14T21:57:46.116Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1894 | 2024-08-14T21:57:46.140Z | Checking debug-ignore v1.0.5 |
1895 | 2024-08-14T21:57:46.261Z | Checking pretty-hex v0.2.1 |
1896 | 2024-08-14T21:57:46.365Z | Checking tempfile v3.10.1 |
1897 | 2024-08-14T21:57:46.400Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1898 | 2024-08-14T21:57:46.424Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1899 | 2024-08-14T21:57:46.637Z | Checking backoff v0.4.0 |
1900 | 2024-08-14T21:57:46.662Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1901 | 2024-08-14T21:57:46.792Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1902 | 2024-08-14T21:57:46.821Z | Checking tokio-tungstenite v0.20.1 |
1903 | 2024-08-14T21:57:46.903Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1904 | 2024-08-14T21:57:47.087Z | Compiling zone_cfg_derive v0.1.2 |
1905 | 2024-08-14T21:57:47.112Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1906 | 2024-08-14T21:57:47.222Z | Checking slog-stdlog v4.1.1 |
1907 | 2024-08-14T21:57:47.276Z | Checking serde_with v3.8.3 |
1908 | 2024-08-14T21:57:47.374Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1909 | 2024-08-14T21:57:47.506Z | Checking tungstenite v0.21.0 |
1910 | 2024-08-14T21:57:47.729Z | Checking colored v2.1.0 |
1911 | 2024-08-14T21:57:47.829Z | Checking parse-display v0.10.0 |
1912 | 2024-08-14T21:57:47.984Z | Checking macaddr v1.0.1 |
1913 | 2024-08-14T21:57:48.021Z | Checking socket2 v0.4.10 |
1914 | 2024-08-14T21:57:48.259Z | Checking base64 v0.13.1 |
1915 | 2024-08-14T21:57:48.283Z | Checking tokio-tungstenite v0.21.0 |
1916 | 2024-08-14T21:57:48.314Z | Checking zone v0.1.8 |
1917 | 2024-08-14T21:57:48.594Z | Checking ron v0.7.1 |
1918 | 2024-08-14T21:57:48.691Z | Checking slog-envlogger v2.2.0 |
1919 | 2024-08-14T21:57:48.859Z | Checking pem v3.0.4 |
1920 | 2024-08-14T21:57:48.884Z | Checking tabwriter v1.4.0 |
1921 | 2024-08-14T21:57:49.062Z | Checking xattr v1.3.1 |
1922 | 2024-08-14T21:57:49.087Z | Checking portpicker v0.1.1 |
1923 | 2024-08-14T21:57:49.197Z | Checking headers-core v0.2.0 |
1924 | 2024-08-14T21:57:49.242Z | Checking smf v0.2.3 |
1925 | 2024-08-14T21:57:49.326Z | Checking filetime v0.2.24 |
1926 | 2024-08-14T21:57:49.509Z | Checking same-file v1.0.6 |
1927 | 2024-08-14T21:57:49.533Z | Checking tar v0.4.41 |
1928 | 2024-08-14T21:57:49.625Z | Checking headers v0.3.9 |
1929 | 2024-08-14T21:57:49.658Z | Checking walkdir v2.5.0 |
1930 | 2024-08-14T21:57:49.977Z | Checking rcgen v0.12.1 |
1931 | 2024-08-14T21:57:50.002Z | Checking camino-tempfile v1.1.1 |
1932 | 2024-08-14T21:57:50.002Z | Checking atomicwrites v0.4.3 |
1933 | 2024-08-14T21:57:50.202Z | Checking subprocess v0.2.9 |
1934 | 2024-08-14T21:57:51.222Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1935 | 2024-08-14T21:57:51.444Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1936 | 2024-08-14T21:57:53.622Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1937 | 2024-08-14T21:57:56.002Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1938 | 2024-08-14T21:57:56.092Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1939 | 2024-08-14T21:58:00.353Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1940 | 2024-08-14T21:58:07.754Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1941 | 2024-08-14T21:58:07.915Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1942 | 2024-08-14T21:58:07.915Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1943 | 2024-08-14T21:58:11.100Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1944 | 2024-08-14T21:58:11.637Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1945 | 2024-08-14T21:58:18.779Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1946 | 2024-08-14T21:58:20.577Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1947 | 2024-08-14T21:58:22.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.46s |
1948 | 2024-08-14T21:58:22.138Z | |
1949 | 2024-08-14T21:58:22.138Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/149) |
1950 | 2024-08-14T21:58:22.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1951 | 2024-08-14T21:58:22.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1952 | 2024-08-14T21:58:22.996Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1953 | 2024-08-14T21:58:24.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
1954 | 2024-08-14T21:58:24.585Z | |
1955 | 2024-08-14T21:58:24.585Z | info: running `cargo check --bins` on nexus-config (31/149) |
1956 | 2024-08-14T21:58:25.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1957 | 2024-08-14T21:58:25.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1958 | 2024-08-14T21:58:25.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1959 | 2024-08-14T21:58:25.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1960 | 2024-08-14T21:58:25.479Z | |
1961 | 2024-08-14T21:58:25.479Z | info: running `cargo check --bins` on omicron-rpaths (32/149) |
1962 | 2024-08-14T21:58:26.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1963 | 2024-08-14T21:58:26.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1964 | 2024-08-14T21:58:26.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1965 | 2024-08-14T21:58:26.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1966 | 2024-08-14T21:58:26.260Z | |
1967 | 2024-08-14T21:58:26.260Z | info: running `cargo check --bins` on omicron-certificates (33/149) |
1968 | 2024-08-14T21:58:27.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1969 | 2024-08-14T21:58:27.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1970 | 2024-08-14T21:58:27.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1971 | 2024-08-14T21:58:27.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1972 | 2024-08-14T21:58:27.103Z | |
1973 | 2024-08-14T21:58:27.103Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/149) |
1974 | 2024-08-14T21:58:27.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1975 | 2024-08-14T21:58:27.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1976 | 2024-08-14T21:58:28.016Z | Compiling heapless v0.8.0 |
1977 | 2024-08-14T21:58:28.040Z | Checking hash32 v0.3.1 |
1978 | 2024-08-14T21:58:28.041Z | Compiling smoltcp v0.11.0 |
1979 | 2024-08-14T21:58:28.041Z | Checking cobs v0.2.3 |
1980 | 2024-08-14T21:58:28.041Z | Checking embedded-io v0.4.0 |
1981 | 2024-08-14T21:58:28.065Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1982 | 2024-08-14T21:58:28.065Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1983 | 2024-08-14T21:58:28.091Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1984 | 2024-08-14T21:58:28.171Z | Compiling crucible-workspace-hack v0.1.0 |
1985 | 2024-08-14T21:58:28.195Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1986 | 2024-08-14T21:58:28.220Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1987 | 2024-08-14T21:58:28.247Z | Checking postcard v1.0.8 |
1988 | 2024-08-14T21:58:28.395Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1989 | 2024-08-14T21:58:28.420Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1990 | 2024-08-14T21:58:28.559Z | Compiling num-derive v0.4.2 |
1991 | 2024-08-14T21:58:28.682Z | Compiling slog-dtrace v0.3.0 |
1992 | 2024-08-14T21:58:28.722Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1993 | 2024-08-14T21:58:28.854Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1994 | 2024-08-14T21:58:28.879Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
1995 | 2024-08-14T21:58:29.561Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1996 | 2024-08-14T21:58:30.178Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1997 | 2024-08-14T21:58:31.980Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1998 | 2024-08-14T21:58:33.065Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1999 | 2024-08-14T21:58:34.409Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2000 | 2024-08-14T21:58:36.833Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2001 | 2024-08-14T21:58:37.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.55s |
2002 | 2024-08-14T21:58:37.788Z | |
2003 | 2024-08-14T21:58:37.788Z | info: running `cargo check --bins` on clickhouse-admin-api (35/149) |
2004 | 2024-08-14T21:58:38.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2005 | 2024-08-14T21:58:38.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2006 | 2024-08-14T21:58:38.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2007 | 2024-08-14T21:58:38.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2008 | 2024-08-14T21:58:38.638Z | |
2009 | 2024-08-14T21:58:38.638Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (36/149) |
2010 | 2024-08-14T21:58:39.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2011 | 2024-08-14T21:58:39.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2012 | 2024-08-14T21:58:39.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2013 | 2024-08-14T21:58:39.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2014 | 2024-08-14T21:58:39.616Z | |
2015 | 2024-08-14T21:58:39.616Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/149) |
2016 | 2024-08-14T21:58:40.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2017 | 2024-08-14T21:58:40.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2018 | 2024-08-14T21:58:40.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2019 | 2024-08-14T21:58:40.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2020 | 2024-08-14T21:58:40.644Z | |
2021 | 2024-08-14T21:58:40.644Z | info: running `cargo check --bins` on dns-server (38/149) |
2022 | 2024-08-14T21:58:41.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2023 | 2024-08-14T21:58:41.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2024 | 2024-08-14T21:58:41.480Z | Compiling parking_lot_core v0.8.6 |
2025 | 2024-08-14T21:58:41.504Z | Checking nibble_vec v0.1.0 |
2026 | 2024-08-14T21:58:41.505Z | Checking endian-type v0.1.2 |
2027 | 2024-08-14T21:58:41.529Z | Checking newline-converter v0.3.0 |
2028 | 2024-08-14T21:58:41.529Z | Checking quick-error v1.2.3 |
2029 | 2024-08-14T21:58:41.529Z | Checking linked-hash-map v0.5.6 |
2030 | 2024-08-14T21:58:41.553Z | Checking fxhash v0.2.1 |
2031 | 2024-08-14T21:58:41.553Z | Checking toml v0.5.11 |
2032 | 2024-08-14T21:58:41.664Z | Checking expectorate v1.1.0 |
2033 | 2024-08-14T21:58:41.689Z | Checking resolv-conf v0.7.0 |
2034 | 2024-08-14T21:58:41.689Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2035 | 2024-08-14T21:58:41.713Z | Checking radix_trie v0.2.1 |
2036 | 2024-08-14T21:58:41.802Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2037 | 2024-08-14T21:58:41.853Z | Checking lru-cache v0.1.2 |
2038 | 2024-08-14T21:58:42.009Z | Checking trust-dns-resolver v0.22.0 |
2039 | 2024-08-14T21:58:42.038Z | Checking trust-dns-client v0.22.0 |
2040 | 2024-08-14T21:58:42.187Z | Checking parking_lot v0.11.2 |
2041 | 2024-08-14T21:58:42.472Z | Checking sled v0.34.7 |
2042 | 2024-08-14T21:58:43.010Z | Checking trust-dns-server v0.22.1 |
2043 | 2024-08-14T21:58:44.950Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2044 | 2024-08-14T21:58:46.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
2045 | 2024-08-14T21:58:46.490Z | |
2046 | 2024-08-14T21:58:46.490Z | info: running `cargo check --bins` on dns-server-api (39/149) |
2047 | 2024-08-14T21:58:47.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2048 | 2024-08-14T21:58:47.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2049 | 2024-08-14T21:58:47.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2050 | 2024-08-14T21:58:47.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2051 | 2024-08-14T21:58:47.298Z | |
2052 | 2024-08-14T21:58:47.298Z | info: running `cargo check --bins` on dns-service-client (40/149) |
2053 | 2024-08-14T21:58:48.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2054 | 2024-08-14T21:58:48.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2055 | 2024-08-14T21:58:48.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2056 | 2024-08-14T21:58:48.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2057 | 2024-08-14T21:58:48.093Z | |
2058 | 2024-08-14T21:58:48.093Z | info: running `cargo check --bins` on gateway-test-utils (41/149) |
2059 | 2024-08-14T21:58:48.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2060 | 2024-08-14T21:58:48.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2061 | 2024-08-14T21:58:48.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2062 | 2024-08-14T21:58:48.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2063 | 2024-08-14T21:58:48.969Z | |
2064 | 2024-08-14T21:58:48.969Z | info: running `cargo check --bins` on gateway-types (42/149) |
2065 | 2024-08-14T21:58:49.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2066 | 2024-08-14T21:58:49.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2067 | 2024-08-14T21:58:49.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2068 | 2024-08-14T21:58:49.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2069 | 2024-08-14T21:58:49.797Z | |
2070 | 2024-08-14T21:58:49.797Z | info: running `cargo check --bins` on ipcc (43/149) |
2071 | 2024-08-14T21:58:50.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2072 | 2024-08-14T21:58:50.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2073 | 2024-08-14T21:58:50.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2074 | 2024-08-14T21:58:50.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2075 | 2024-08-14T21:58:50.731Z | |
2076 | 2024-08-14T21:58:50.731Z | info: running `cargo check --bins` on omicron-gateway (44/149) |
2077 | 2024-08-14T21:58:51.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2078 | 2024-08-14T21:58:51.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2079 | 2024-08-14T21:58:51.646Z | Compiling radium v0.7.0 |
2080 | 2024-08-14T21:58:51.672Z | Checking tap v1.0.1 |
2081 | 2024-08-14T21:58:51.672Z | Compiling maybe-uninit v2.0.0 |
2082 | 2024-08-14T21:58:51.698Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2083 | 2024-08-14T21:58:51.698Z | Checking crc-catalog v2.4.0 |
2084 | 2024-08-14T21:58:51.698Z | Compiling packed_struct v0.10.1 |
2085 | 2024-08-14T21:58:51.698Z | Compiling num-bigint-dig v0.8.4 |
2086 | 2024-08-14T21:58:51.723Z | Checking funty v2.0.0 |
2087 | 2024-08-14T21:58:51.821Z | Checking wyz v0.5.1 |
2088 | 2024-08-14T21:58:51.846Z | Checking crc v3.2.1 |
2089 | 2024-08-14T21:58:52.007Z | Compiling packed_struct_codegen v0.10.1 |
2090 | 2024-08-14T21:58:52.153Z | Checking half v2.4.1 |
2091 | 2024-08-14T21:58:52.178Z | Compiling indexmap v1.9.3 |
2092 | 2024-08-14T21:58:52.206Z | Checking nodrop v0.1.14 |
2093 | 2024-08-14T21:58:52.314Z | Checking ciborium-io v0.2.2 |
2094 | 2024-08-14T21:58:52.339Z | Checking array-init v0.0.4 |
2095 | 2024-08-14T21:58:52.405Z | Checking smallvec v0.6.14 |
2096 | 2024-08-14T21:58:52.473Z | Checking pkcs1 v0.7.5 |
2097 | 2024-08-14T21:58:52.506Z | Checking bitvec v1.0.1 |
2098 | 2024-08-14T21:58:52.591Z | Checking ciborium-ll v0.2.2 |
2099 | 2024-08-14T21:58:52.745Z | Checking signature v2.2.0 |
2100 | 2024-08-14T21:58:52.795Z | Compiling memoffset v0.9.1 |
2101 | 2024-08-14T21:58:52.828Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2102 | 2024-08-14T21:58:52.853Z | Checking bitfield v0.14.0 |
2103 | 2024-08-14T21:58:52.902Z | Checking hashbrown v0.12.3 |
2104 | 2024-08-14T21:58:53.090Z | Checking ciborium v0.2.2 |
2105 | 2024-08-14T21:58:53.127Z | Checking env_logger v0.10.2 |
2106 | 2024-08-14T21:58:53.184Z | Checking serde-hex v0.1.0 |
2107 | 2024-08-14T21:58:53.222Z | Checking bzip2 v0.4.4 |
2108 | 2024-08-14T21:58:53.470Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2109 | 2024-08-14T21:58:53.494Z | Checking ron v0.8.1 |
2110 | 2024-08-14T21:58:53.684Z | Checking x509-cert v0.2.5 |
2111 | 2024-08-14T21:58:53.934Z | Checking hashbrown v0.13.2 |
2112 | 2024-08-14T21:58:54.145Z | Checking rsa v0.9.6 |
2113 | 2024-08-14T21:58:54.282Z | Checking crc-any v2.5.0 |
2114 | 2024-08-14T21:58:54.525Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2115 | 2024-08-14T21:58:54.583Z | Checking zip v0.6.6 |
2116 | 2024-08-14T21:58:54.845Z | Checking object v0.30.4 |
2117 | 2024-08-14T21:58:54.874Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2118 | 2024-08-14T21:58:54.899Z | Checking path-slash v0.1.5 |
2119 | 2024-08-14T21:58:55.035Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2120 | 2024-08-14T21:58:55.062Z | Checking nix v0.27.1 |
2121 | 2024-08-14T21:58:55.106Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2122 | 2024-08-14T21:58:55.232Z | Checking serde-big-array v0.5.1 |
2123 | 2024-08-14T21:58:55.257Z | Checking signal-hook-tokio v0.3.1 |
2124 | 2024-08-14T21:58:57.388Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2125 | 2024-08-14T21:58:57.904Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2126 | 2024-08-14T21:59:06.632Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2127 | 2024-08-14T21:59:08.185Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2128 | 2024-08-14T21:59:10.385Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2129 | 2024-08-14T21:59:12.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.83s |
2130 | 2024-08-14T21:59:12.712Z | |
2131 | 2024-08-14T21:59:12.712Z | info: running `cargo check --bins` on gateway-api (45/149) |
2132 | 2024-08-14T21:59:13.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2133 | 2024-08-14T21:59:13.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2134 | 2024-08-14T21:59:13.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2135 | 2024-08-14T21:59:13.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2136 | 2024-08-14T21:59:13.537Z | |
2137 | 2024-08-14T21:59:13.537Z | info: running `cargo check --bins` on sp-sim (46/149) |
2138 | 2024-08-14T21:59:14.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2139 | 2024-08-14T21:59:14.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2140 | 2024-08-14T21:59:14.373Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2141 | 2024-08-14T21:59:16.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s |
2142 | 2024-08-14T21:59:16.467Z | |
2143 | 2024-08-14T21:59:16.467Z | info: running `cargo check --bins` on internal-dns (47/149) |
2144 | 2024-08-14T21:59:17.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2145 | 2024-08-14T21:59:17.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2146 | 2024-08-14T21:59:17.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2147 | 2024-08-14T21:59:17.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2148 | 2024-08-14T21:59:17.302Z | |
2149 | 2024-08-14T21:59:17.302Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (48/149) |
2150 | 2024-08-14T21:59:18.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2151 | 2024-08-14T21:59:18.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2152 | 2024-08-14T21:59:18.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2153 | 2024-08-14T21:59:18.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2154 | 2024-08-14T21:59:18.177Z | |
2155 | 2024-08-14T21:59:18.177Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/149) |
2156 | 2024-08-14T21:59:18.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2157 | 2024-08-14T21:59:19.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2158 | 2024-08-14T21:59:19.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2159 | 2024-08-14T21:59:19.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2160 | 2024-08-14T21:59:19.087Z | |
2161 | 2024-08-14T21:59:19.087Z | info: running `cargo check --bins` on db-macros (50/149) |
2162 | 2024-08-14T21:59:19.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2163 | 2024-08-14T21:59:19.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2164 | 2024-08-14T21:59:19.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2165 | 2024-08-14T21:59:19.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2166 | 2024-08-14T21:59:19.899Z | |
2167 | 2024-08-14T21:59:19.899Z | info: running `cargo check --bins` on nexus-macros-common (51/149) |
2168 | 2024-08-14T21:59:20.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2169 | 2024-08-14T21:59:20.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2170 | 2024-08-14T21:59:20.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2171 | 2024-08-14T21:59:20.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2172 | 2024-08-14T21:59:20.753Z | |
2173 | 2024-08-14T21:59:20.753Z | info: running `cargo check --bins` on nexus-auth (52/149) |
2174 | 2024-08-14T21:59:21.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2175 | 2024-08-14T21:59:21.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2176 | 2024-08-14T21:59:21.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2177 | 2024-08-14T21:59:21.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2178 | 2024-08-14T21:59:21.649Z | |
2179 | 2024-08-14T21:59:21.649Z | info: running `cargo check --bins` on authz-macros (53/149) |
2180 | 2024-08-14T21:59:22.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2181 | 2024-08-14T21:59:22.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2182 | 2024-08-14T21:59:22.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2183 | 2024-08-14T21:59:22.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2184 | 2024-08-14T21:59:22.444Z | |
2185 | 2024-08-14T21:59:22.444Z | info: running `cargo check --bins` on nexus-db-fixed-data (54/149) |
2186 | 2024-08-14T21:59:23.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2187 | 2024-08-14T21:59:23.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2188 | 2024-08-14T21:59:23.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2189 | 2024-08-14T21:59:23.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2190 | 2024-08-14T21:59:23.281Z | |
2191 | 2024-08-14T21:59:23.281Z | info: running `cargo check --bins` on nexus-db-model (55/149) |
2192 | 2024-08-14T21:59:24.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2193 | 2024-08-14T21:59:24.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2194 | 2024-08-14T21:59:24.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2195 | 2024-08-14T21:59:24.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2196 | 2024-08-14T21:59:24.155Z | |
2197 | 2024-08-14T21:59:24.156Z | info: running `cargo check --bins` on nexus-defaults (56/149) |
2198 | 2024-08-14T21:59:24.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2199 | 2024-08-14T21:59:24.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2200 | 2024-08-14T21:59:24.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2201 | 2024-08-14T21:59:24.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2202 | 2024-08-14T21:59:24.995Z | |
2203 | 2024-08-14T21:59:24.995Z | info: running `cargo check --bins` on nexus-sled-agent-shared (57/149) |
2204 | 2024-08-14T21:59:25.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2205 | 2024-08-14T21:59:25.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2206 | 2024-08-14T21:59:25.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2207 | 2024-08-14T21:59:25.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2208 | 2024-08-14T21:59:25.915Z | |
2209 | 2024-08-14T21:59:25.915Z | info: running `cargo check --bins` on omicron-passwords (58/149) |
2210 | 2024-08-14T21:59:26.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2211 | 2024-08-14T21:59:26.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2212 | 2024-08-14T21:59:26.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2213 | 2024-08-14T21:59:26.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2214 | 2024-08-14T21:59:26.725Z | |
2215 | 2024-08-14T21:59:26.725Z | info: running `cargo check --bins` on nexus-types (59/149) |
2216 | 2024-08-14T21:59:27.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2217 | 2024-08-14T21:59:27.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2218 | 2024-08-14T21:59:27.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2219 | 2024-08-14T21:59:27.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2220 | 2024-08-14T21:59:27.589Z | |
2221 | 2024-08-14T21:59:27.589Z | info: running `cargo check --bins` on gateway-client (60/149) |
2222 | 2024-08-14T21:59:28.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2223 | 2024-08-14T21:59:28.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2224 | 2024-08-14T21:59:28.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2225 | 2024-08-14T21:59:28.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2226 | 2024-08-14T21:59:28.401Z | |
2227 | 2024-08-14T21:59:28.401Z | info: running `cargo check --bins` on sled-agent-client (61/149) |
2228 | 2024-08-14T21:59:29.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2229 | 2024-08-14T21:59:29.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2230 | 2024-08-14T21:59:29.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2231 | 2024-08-14T21:59:29.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2232 | 2024-08-14T21:59:29.254Z | |
2233 | 2024-08-14T21:59:29.254Z | info: running `cargo check --bins` on oximeter (62/149) |
2234 | 2024-08-14T21:59:30.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2235 | 2024-08-14T21:59:30.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2236 | 2024-08-14T21:59:30.124Z | Compiling rustls-pki-types v1.7.0 |
2237 | 2024-08-14T21:59:30.148Z | Compiling match_cfg v0.1.0 |
2238 | 2024-08-14T21:59:30.172Z | Compiling prettyplease v0.2.20 |
2239 | 2024-08-14T21:59:30.195Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2240 | 2024-08-14T21:59:30.195Z | Compiling slog-json v2.6.1 |
2241 | 2024-08-14T21:59:30.195Z | Compiling http v1.1.0 |
2242 | 2024-08-14T21:59:30.223Z | Compiling atomic-waker v1.1.2 |
2243 | 2024-08-14T21:59:30.247Z | Compiling hostname v0.3.1 |
2244 | 2024-08-14T21:59:30.271Z | Compiling async-stream v0.3.5 |
2245 | 2024-08-14T21:59:30.418Z | Compiling waitgroup v0.1.2 |
2246 | 2024-08-14T21:59:30.459Z | Compiling slog-bunyan v2.5.0 |
2247 | 2024-08-14T21:59:30.488Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2248 | 2024-08-14T21:59:30.533Z | Compiling toml v0.8.19 |
2249 | 2024-08-14T21:59:30.562Z | Compiling rustls-webpki v0.102.4 |
2250 | 2024-08-14T21:59:30.586Z | Compiling rustls-pemfile v2.1.3 |
2251 | 2024-08-14T21:59:30.629Z | Compiling sha1 v0.10.6 |
2252 | 2024-08-14T21:59:30.654Z | Compiling ipnetwork v0.20.0 |
2253 | 2024-08-14T21:59:30.679Z | Compiling newtype-uuid v1.1.0 |
2254 | 2024-08-14T21:59:30.864Z | Compiling serde_path_to_error v0.1.16 |
2255 | 2024-08-14T21:59:30.923Z | Compiling hostname v0.4.0 |
2256 | 2024-08-14T21:59:30.979Z | Compiling instant v0.1.12 |
2257 | 2024-08-14T21:59:31.003Z | Compiling debug-ignore v1.0.5 |
2258 | 2024-08-14T21:59:31.113Z | Compiling backoff v0.4.0 |
2259 | 2024-08-14T21:59:31.139Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2260 | 2024-08-14T21:59:31.163Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2261 | 2024-08-14T21:59:31.402Z | Compiling rustls v0.22.4 |
2262 | 2024-08-14T21:59:31.426Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2263 | 2024-08-14T21:59:31.450Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2264 | 2024-08-14T21:59:31.594Z | Compiling multer v3.1.0 |
2265 | 2024-08-14T21:59:31.618Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2266 | 2024-08-14T21:59:31.769Z | Compiling parse-display v0.10.0 |
2267 | 2024-08-14T21:59:31.994Z | Compiling serde_with v3.8.3 |
2268 | 2024-08-14T21:59:32.293Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2269 | 2024-08-14T21:59:32.318Z | Compiling num-rational v0.4.2 |
2270 | 2024-08-14T21:59:32.376Z | Compiling num-complex v0.4.6 |
2271 | 2024-08-14T21:59:32.438Z | Compiling macaddr v1.0.1 |
2272 | 2024-08-14T21:59:33.054Z | Compiling float-ord v0.3.2 |
2273 | 2024-08-14T21:59:33.197Z | Compiling num v0.4.3 |
2274 | 2024-08-14T21:59:34.072Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2275 | 2024-08-14T21:59:34.841Z | Compiling tokio-rustls v0.25.0 |
2276 | 2024-08-14T21:59:35.154Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2277 | 2024-08-14T21:59:38.593Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2278 | 2024-08-14T21:59:52.707Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2279 | 2024-08-14T21:59:56.592Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2280 | 2024-08-14T21:59:57.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.14s |
2281 | 2024-08-14T21:59:57.527Z | |
2282 | 2024-08-14T21:59:57.527Z | info: running `cargo check --bins` on oximeter-impl (63/149) |
2283 | 2024-08-14T21:59:58.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2284 | 2024-08-14T21:59:58.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2285 | 2024-08-14T21:59:58.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2286 | 2024-08-14T21:59:58.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2287 | 2024-08-14T21:59:58.478Z | |
2288 | 2024-08-14T21:59:58.478Z | info: running `cargo check --bins` on oximeter-macro-impl (64/149) |
2289 | 2024-08-14T21:59:59.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2290 | 2024-08-14T21:59:59.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2291 | 2024-08-14T21:59:59.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2292 | 2024-08-14T21:59:59.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2293 | 2024-08-14T21:59:59.394Z | |
2294 | 2024-08-14T21:59:59.394Z | info: running `cargo check --bins` on oximeter-timeseries-macro (65/149) |
2295 | 2024-08-14T22:00:00.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2296 | 2024-08-14T22:00:00.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2297 | 2024-08-14T22:00:00.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2298 | 2024-08-14T22:00:00.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2299 | 2024-08-14T22:00:00.386Z | |
2300 | 2024-08-14T22:00:00.386Z | info: running `cargo check --bins` on nexus-inventory (66/149) |
2301 | 2024-08-14T22:00:01.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2302 | 2024-08-14T22:00:01.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2303 | 2024-08-14T22:00:01.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2304 | 2024-08-14T22:00:01.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2305 | 2024-08-14T22:00:01.380Z | |
2306 | 2024-08-14T22:00:01.380Z | info: running `cargo check --bins` on typed-rng (67/149) |
2307 | 2024-08-14T22:00:02.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2308 | 2024-08-14T22:00:02.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2309 | 2024-08-14T22:00:02.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2310 | 2024-08-14T22:00:02.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2311 | 2024-08-14T22:00:02.282Z | |
2312 | 2024-08-14T22:00:02.283Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (68/149) |
2313 | 2024-08-14T22:00:03.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2314 | 2024-08-14T22:00:03.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2315 | 2024-08-14T22:00:03.399Z | Checking password-hash v0.5.0 |
2316 | 2024-08-14T22:00:03.399Z | Checking blake2 v0.10.6 |
2317 | 2024-08-14T22:00:03.399Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2318 | 2024-08-14T22:00:03.399Z | Compiling semver v0.1.20 |
2319 | 2024-08-14T22:00:03.423Z | Compiling convert_case v0.4.0 |
2320 | 2024-08-14T22:00:03.423Z | Compiling rayon-core v1.12.1 |
2321 | 2024-08-14T22:00:03.423Z | Compiling crossbeam-deque v0.8.5 |
2322 | 2024-08-14T22:00:03.423Z | Compiling unicase v2.7.0 |
2323 | 2024-08-14T22:00:03.717Z | Compiling fastrand v2.1.0 |
2324 | 2024-08-14T22:00:03.751Z | Compiling libefi-sys v0.1.0 |
2325 | 2024-08-14T22:00:03.781Z | Compiling rustc_version v0.1.7 |
2326 | 2024-08-14T22:00:03.805Z | Compiling same-file v1.0.6 |
2327 | 2024-08-14T22:00:03.829Z | Checking argon2 v0.5.3 |
2328 | 2024-08-14T22:00:04.011Z | Compiling walkdir v2.5.0 |
2329 | 2024-08-14T22:00:04.049Z | Compiling tempfile v3.10.1 |
2330 | 2024-08-14T22:00:04.201Z | Compiling curve25519-dalek v4.1.3 |
2331 | 2024-08-14T22:00:04.225Z | Compiling newtype_derive v0.1.6 |
2332 | 2024-08-14T22:00:04.249Z | Compiling bitfield-struct v0.6.1 |
2333 | 2024-08-14T22:00:04.351Z | Compiling derive_more v0.99.18 |
2334 | 2024-08-14T22:00:04.375Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2335 | 2024-08-14T22:00:04.541Z | Compiling derive-where v1.2.7 |
2336 | 2024-08-14T22:00:04.603Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2337 | 2024-08-14T22:00:04.676Z | Compiling ring v0.16.20 |
2338 | 2024-08-14T22:00:04.725Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2339 | 2024-08-14T22:00:04.769Z | Compiling blake3 v1.5.1 |
2340 | 2024-08-14T22:00:05.069Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2341 | 2024-08-14T22:00:05.317Z | Checking keccak v0.1.5 |
2342 | 2024-08-14T22:00:05.463Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2343 | 2024-08-14T22:00:05.585Z | Checking sha3 v0.10.8 |
2344 | 2024-08-14T22:00:05.927Z | Compiling rayon v1.10.0 |
2345 | 2024-08-14T22:00:05.951Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2346 | 2024-08-14T22:00:06.046Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2347 | 2024-08-14T22:00:06.070Z | Checking universal-hash v0.5.1 |
2348 | 2024-08-14T22:00:06.219Z | Compiling thiserror-impl-no-std v2.0.2 |
2349 | 2024-08-14T22:00:06.243Z | Checking secrecy v0.8.0 |
2350 | 2024-08-14T22:00:06.313Z | Compiling curve25519-dalek-derive v0.1.1 |
2351 | 2024-08-14T22:00:06.337Z | Compiling memmap2 v0.9.4 |
2352 | 2024-08-14T22:00:06.413Z | Compiling untrusted v0.7.1 |
2353 | 2024-08-14T22:00:06.583Z | Checking opaque-debug v0.3.1 |
2354 | 2024-08-14T22:00:06.662Z | Compiling arrayref v0.3.7 |
2355 | 2024-08-14T22:00:06.721Z | Compiling arrayvec v0.7.4 |
2356 | 2024-08-14T22:00:06.759Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2357 | 2024-08-14T22:00:06.858Z | Compiling home v0.5.9 |
2358 | 2024-08-14T22:00:07.068Z | Compiling constant_time_eq v0.3.0 |
2359 | 2024-08-14T22:00:07.099Z | Compiling spin v0.5.2 |
2360 | 2024-08-14T22:00:07.235Z | Compiling toolchain_find v0.4.0 |
2361 | 2024-08-14T22:00:07.308Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2362 | 2024-08-14T22:00:07.539Z | Checking poly1305 v0.8.0 |
2363 | 2024-08-14T22:00:07.705Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2364 | 2024-08-14T22:00:07.809Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2365 | 2024-08-14T22:00:07.980Z | Checking steno v0.4.1 |
2366 | 2024-08-14T22:00:08.017Z | Compiling camino-tempfile v1.1.1 |
2367 | 2024-08-14T22:00:08.408Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2368 | 2024-08-14T22:00:08.509Z | Checking chacha20 v0.9.1 |
2369 | 2024-08-14T22:00:08.790Z | Checking gethostname v0.5.0 |
2370 | 2024-08-14T22:00:08.841Z | Checking thiserror-no-std v2.0.2 |
2371 | 2024-08-14T22:00:08.899Z | Checking aead v0.5.2 |
2372 | 2024-08-14T22:00:08.944Z | Compiling cancel-safe-futures v0.1.5 |
2373 | 2024-08-14T22:00:09.065Z | Compiling topological-sort v0.2.2 |
2374 | 2024-08-14T22:00:09.092Z | Checking chacha20poly1305 v0.10.1 |
2375 | 2024-08-14T22:00:09.262Z | Checking vsss-rs v3.3.4 |
2376 | 2024-08-14T22:00:09.286Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2377 | 2024-08-14T22:00:09.310Z | Compiling mime_guess v2.0.4 |
2378 | 2024-08-14T22:00:10.071Z | Compiling rustfmt-wrapper v0.2.1 |
2379 | 2024-08-14T22:00:10.411Z | Compiling omicron-zone-package v0.11.0 |
2380 | 2024-08-14T22:00:10.579Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2381 | 2024-08-14T22:00:10.818Z | Checking glob v0.3.1 |
2382 | 2024-08-14T22:00:11.061Z | Checking libsw v3.3.1 |
2383 | 2024-08-14T22:00:11.085Z | Checking linear-map v1.2.0 |
2384 | 2024-08-14T22:00:11.112Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2385 | 2024-08-14T22:00:11.163Z | Checking owo-colors v4.0.0 |
2386 | 2024-08-14T22:00:11.231Z | Checking swrite v0.1.0 |
2387 | 2024-08-14T22:00:11.342Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2388 | 2024-08-14T22:00:11.366Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2389 | 2024-08-14T22:00:11.819Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2390 | 2024-08-14T22:00:12.044Z | Checking kstat-rs v0.2.4 |
2391 | 2024-08-14T22:00:12.068Z | Checking nanorand v0.7.0 |
2392 | 2024-08-14T22:00:12.092Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2393 | 2024-08-14T22:00:12.285Z | Checking http-range v0.1.5 |
2394 | 2024-08-14T22:00:12.348Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2395 | 2024-08-14T22:00:12.375Z | Checking flume v0.11.0 |
2396 | 2024-08-14T22:00:12.444Z | Checking hyper-staticfile v0.9.5 |
2397 | 2024-08-14T22:00:12.559Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2398 | 2024-08-14T22:00:12.726Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2399 | 2024-08-14T22:00:12.804Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2400 | 2024-08-14T22:00:12.829Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2401 | 2024-08-14T22:00:13.381Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2402 | 2024-08-14T22:00:13.438Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2403 | 2024-08-14T22:00:14.073Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2404 | 2024-08-14T22:00:14.966Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2405 | 2024-08-14T22:00:15.493Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2406 | 2024-08-14T22:00:15.608Z | Checking itertools v0.13.0 |
2407 | 2024-08-14T22:00:15.632Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2408 | 2024-08-14T22:00:15.991Z | Checking display-error-chain v0.2.0 |
2409 | 2024-08-14T22:00:23.317Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2410 | 2024-08-14T22:00:30.239Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2411 | 2024-08-14T22:00:30.239Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2412 | 2024-08-14T22:00:31.142Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2413 | 2024-08-14T22:00:49.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.87s |
2414 | 2024-08-14T22:00:49.341Z | |
2415 | 2024-08-14T22:00:49.341Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (69/149) |
2416 | 2024-08-14T22:00:50.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2417 | 2024-08-14T22:00:50.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2418 | 2024-08-14T22:00:50.295Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2419 | 2024-08-14T22:01:08.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.27s |
2420 | 2024-08-14T22:01:08.724Z | |
2421 | 2024-08-14T22:01:08.724Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (70/149) |
2422 | 2024-08-14T22:01:09.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2024-08-14T22:01:09.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2024-08-14T22:01:09.688Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2425 | 2024-08-14T22:01:28.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.48s |
2426 | 2024-08-14T22:01:28.364Z | |
2427 | 2024-08-14T22:01:28.364Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (71/149) |
2428 | 2024-08-14T22:01:29.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2024-08-14T22:01:29.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2024-08-14T22:01:29.315Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2431 | 2024-08-14T22:01:47.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.11s |
2432 | 2024-08-14T22:01:47.652Z | |
2433 | 2024-08-14T22:01:47.652Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (72/149) |
2434 | 2024-08-14T22:01:48.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2024-08-14T22:01:48.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2024-08-14T22:01:48.621Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2437 | 2024-08-14T22:02:06.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.74s |
2438 | 2024-08-14T22:02:06.550Z | |
2439 | 2024-08-14T22:02:06.550Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (73/149) |
2440 | 2024-08-14T22:02:07.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2024-08-14T22:02:07.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2024-08-14T22:02:07.509Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2443 | 2024-08-14T22:02:25.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.65s |
2444 | 2024-08-14T22:02:25.359Z | |
2445 | 2024-08-14T22:02:25.359Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (74/149) |
2446 | 2024-08-14T22:02:26.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2024-08-14T22:02:26.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2024-08-14T22:02:26.305Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2449 | 2024-08-14T22:02:44.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.85s |
2450 | 2024-08-14T22:02:44.376Z | |
2451 | 2024-08-14T22:02:44.376Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (75/149) |
2452 | 2024-08-14T22:02:45.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2024-08-14T22:02:45.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2024-08-14T22:02:45.310Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2455 | 2024-08-14T22:03:03.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.20s |
2456 | 2024-08-14T22:03:03.736Z | |
2457 | 2024-08-14T22:03:03.736Z | info: running `cargo check --bins` on bootstrap-agent-api (76/149) |
2458 | 2024-08-14T22:03:04.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2024-08-14T22:03:04.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2024-08-14T22:03:04.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2024-08-14T22:03:04.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2462 | 2024-08-14T22:03:04.619Z | |
2463 | 2024-08-14T22:03:04.620Z | info: running `cargo check --bins` on nexus-client (77/149) |
2464 | 2024-08-14T22:03:05.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2024-08-14T22:03:05.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2024-08-14T22:03:05.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2024-08-14T22:03:05.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2468 | 2024-08-14T22:03:05.529Z | |
2469 | 2024-08-14T22:03:05.529Z | info: running `cargo check --bins` on sled-agent-types (78/149) |
2470 | 2024-08-14T22:03:06.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2024-08-14T22:03:06.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2024-08-14T22:03:06.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2473 | 2024-08-14T22:03:06.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2474 | 2024-08-14T22:03:06.422Z | |
2475 | 2024-08-14T22:03:06.422Z | info: running `cargo check --bins --no-default-features` on sled-storage (79/149) |
2476 | 2024-08-14T22:03:07.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2024-08-14T22:03:07.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2024-08-14T22:03:07.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2024-08-14T22:03:07.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2480 | 2024-08-14T22:03:07.339Z | |
2481 | 2024-08-14T22:03:07.339Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (80/149) |
2482 | 2024-08-14T22:03:08.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2024-08-14T22:03:08.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2024-08-14T22:03:08.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2024-08-14T22:03:08.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2486 | 2024-08-14T22:03:08.211Z | |
2487 | 2024-08-14T22:03:08.211Z | info: running `cargo check --bins` on key-manager (81/149) |
2488 | 2024-08-14T22:03:08.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2024-08-14T22:03:09.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2024-08-14T22:03:09.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2024-08-14T22:03:09.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2492 | 2024-08-14T22:03:09.063Z | |
2493 | 2024-08-14T22:03:09.063Z | info: running `cargo check --bins` on sled-hardware (82/149) |
2494 | 2024-08-14T22:03:09.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2024-08-14T22:03:09.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2024-08-14T22:03:09.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2497 | 2024-08-14T22:03:09.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2498 | 2024-08-14T22:03:09.915Z | |
2499 | 2024-08-14T22:03:09.915Z | info: running `cargo check --bins` on bootstrap-agent-client (83/149) |
2500 | 2024-08-14T22:03:10.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2024-08-14T22:03:10.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2024-08-14T22:03:10.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2503 | 2024-08-14T22:03:10.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2504 | 2024-08-14T22:03:10.797Z | |
2505 | 2024-08-14T22:03:10.797Z | info: running `cargo check --bins` on dpd-client (84/149) |
2506 | 2024-08-14T22:03:11.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2024-08-14T22:03:11.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2024-08-14T22:03:11.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2024-08-14T22:03:11.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2510 | 2024-08-14T22:03:11.590Z | |
2511 | 2024-08-14T22:03:11.590Z | info: running `cargo check --bins` on installinator-common (85/149) |
2512 | 2024-08-14T22:03:12.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2024-08-14T22:03:12.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2024-08-14T22:03:12.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2024-08-14T22:03:12.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2516 | 2024-08-14T22:03:12.461Z | |
2517 | 2024-08-14T22:03:12.461Z | info: running `cargo check --bins` on update-engine (86/149) |
2518 | 2024-08-14T22:03:13.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2024-08-14T22:03:13.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2024-08-14T22:03:13.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2024-08-14T22:03:13.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2522 | 2024-08-14T22:03:13.290Z | |
2523 | 2024-08-14T22:03:13.290Z | info: running `cargo check --bins` on omicron-ddm-admin-client (87/149) |
2524 | 2024-08-14T22:03:14.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-08-14T22:03:14.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-08-14T22:03:14.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2024-08-14T22:03:14.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2528 | 2024-08-14T22:03:14.157Z | |
2529 | 2024-08-14T22:03:14.157Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (88/149) |
2530 | 2024-08-14T22:03:14.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2024-08-14T22:03:14.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2024-08-14T22:03:14.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2533 | 2024-08-14T22:03:14.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2534 | 2024-08-14T22:03:14.961Z | |
2535 | 2024-08-14T22:03:14.961Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (89/149) |
2536 | 2024-08-14T22:03:15.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-08-14T22:03:15.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-08-14T22:03:15.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2539 | 2024-08-14T22:03:15.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2540 | 2024-08-14T22:03:15.825Z | |
2541 | 2024-08-14T22:03:15.825Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (90/149) |
2542 | 2024-08-14T22:03:16.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-08-14T22:03:16.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-08-14T22:03:16.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2024-08-14T22:03:16.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2546 | 2024-08-14T22:03:16.666Z | |
2547 | 2024-08-14T22:03:16.667Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (91/149) |
2548 | 2024-08-14T22:03:17.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-08-14T22:03:17.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-08-14T22:03:17.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2024-08-14T22:03:17.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2552 | 2024-08-14T22:03:17.610Z | |
2553 | 2024-08-14T22:03:17.610Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (92/149) |
2554 | 2024-08-14T22:03:18.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2024-08-14T22:03:18.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2024-08-14T22:03:18.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2024-08-14T22:03:18.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2558 | 2024-08-14T22:03:18.439Z | |
2559 | 2024-08-14T22:03:18.440Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (93/149) |
2560 | 2024-08-14T22:03:19.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2024-08-14T22:03:19.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2024-08-14T22:03:19.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2024-08-14T22:03:19.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2564 | 2024-08-14T22:03:19.281Z | |
2565 | 2024-08-14T22:03:19.281Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (94/149) |
2566 | 2024-08-14T22:03:20.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2024-08-14T22:03:20.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2024-08-14T22:03:20.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2024-08-14T22:03:20.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2570 | 2024-08-14T22:03:20.133Z | |
2571 | 2024-08-14T22:03:20.133Z | info: running `cargo check --bins` on oximeter-producer (95/149) |
2572 | 2024-08-14T22:03:20.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2024-08-14T22:03:20.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2024-08-14T22:03:20.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2024-08-14T22:03:20.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2576 | 2024-08-14T22:03:21.005Z | |
2577 | 2024-08-14T22:03:21.005Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (96/149) |
2578 | 2024-08-14T22:03:21.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2024-08-14T22:03:21.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2024-08-14T22:03:21.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2024-08-14T22:03:21.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2582 | 2024-08-14T22:03:21.874Z | |
2583 | 2024-08-14T22:03:21.874Z | info: running `cargo check --bins` on nexus-test-interface (97/149) |
2584 | 2024-08-14T22:03:22.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-08-14T22:03:22.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-08-14T22:03:22.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2024-08-14T22:03:22.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2588 | 2024-08-14T22:03:22.764Z | |
2589 | 2024-08-14T22:03:22.764Z | info: running `cargo check --bins` on oximeter-collector (98/149) |
2590 | 2024-08-14T22:03:23.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-08-14T22:03:23.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-08-14T22:03:23.673Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2593 | 2024-08-14T22:03:23.673Z | Checking bcs v0.1.6 |
2594 | 2024-08-14T22:03:23.673Z | Compiling async-recursion v1.1.1 |
2595 | 2024-08-14T22:03:23.697Z | Checking highway v1.2.0 |
2596 | 2024-08-14T22:03:23.697Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2597 | 2024-08-14T22:03:23.697Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2598 | 2024-08-14T22:03:24.862Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2599 | 2024-08-14T22:03:29.020Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2600 | 2024-08-14T22:03:31.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.50s |
2601 | 2024-08-14T22:03:31.413Z | |
2602 | 2024-08-14T22:03:31.413Z | info: running `cargo check --bins` on oximeter-api (99/149) |
2603 | 2024-08-14T22:03:32.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2024-08-14T22:03:32.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2024-08-14T22:03:32.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2606 | 2024-08-14T22:03:32.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2607 | 2024-08-14T22:03:32.314Z | |
2608 | 2024-08-14T22:03:32.314Z | info: running `cargo check --bins` on oximeter-client (100/149) |
2609 | 2024-08-14T22:03:33.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-08-14T22:03:33.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-08-14T22:03:33.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2612 | 2024-08-14T22:03:33.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2613 | 2024-08-14T22:03:33.164Z | |
2614 | 2024-08-14T22:03:33.164Z | info: running `cargo check --bins --no-default-features` on oximeter-db (101/149) |
2615 | 2024-08-14T22:03:33.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2024-08-14T22:03:33.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2024-08-14T22:03:34.049Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2618 | 2024-08-14T22:03:34.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
2619 | 2024-08-14T22:03:34.847Z | |
2620 | 2024-08-14T22:03:34.847Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (102/149) |
2621 | 2024-08-14T22:03:35.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-08-14T22:03:35.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-08-14T22:03:35.777Z | Compiling cfg_aliases v0.1.1 |
2624 | 2024-08-14T22:03:35.801Z | Compiling vte_generate_state_changes v0.1.1 |
2625 | 2024-08-14T22:03:35.801Z | Checking fd-lock v4.0.2 |
2626 | 2024-08-14T22:03:35.825Z | Checking bytecount v0.6.8 |
2627 | 2024-08-14T22:03:35.852Z | Compiling tabled_derive v0.7.0 |
2628 | 2024-08-14T22:03:35.876Z | Checking crossterm v0.27.0 |
2629 | 2024-08-14T22:03:35.876Z | Compiling peg-macros v0.8.4 |
2630 | 2024-08-14T22:03:35.876Z | Compiling sqlparser_derive v0.2.2 |
2631 | 2024-08-14T22:03:35.940Z | Compiling nix v0.28.0 |
2632 | 2024-08-14T22:03:35.978Z | Checking papergrid v0.11.0 |
2633 | 2024-08-14T22:03:36.002Z | Checking home v0.5.9 |
2634 | 2024-08-14T22:03:36.133Z | Checking unicode_categories v0.1.1 |
2635 | 2024-08-14T22:03:36.375Z | Checking vte v0.11.1 |
2636 | 2024-08-14T22:03:36.399Z | Checking nu-ansi-term v0.50.0 |
2637 | 2024-08-14T22:03:36.751Z | Checking sqlformat v0.2.4 |
2638 | 2024-08-14T22:03:36.869Z | Checking sqlparser v0.45.0 |
2639 | 2024-08-14T22:03:37.262Z | Checking crossterm v0.28.1 |
2640 | 2024-08-14T22:03:37.445Z | Checking strip-ansi-escapes v0.2.0 |
2641 | 2024-08-14T22:03:37.573Z | Checking reedline v0.31.0 |
2642 | 2024-08-14T22:03:37.968Z | Checking tabled v0.15.0 |
2643 | 2024-08-14T22:03:38.657Z | Checking peg v0.8.4 |
2644 | 2024-08-14T22:03:38.871Z | Checking rustyline v14.0.0 |
2645 | 2024-08-14T22:03:44.695Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2646 | 2024-08-14T22:03:52.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.45s |
2647 | 2024-08-14T22:03:52.446Z | |
2648 | 2024-08-14T22:03:52.446Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (103/149) |
2649 | 2024-08-14T22:03:53.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2024-08-14T22:03:53.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2024-08-14T22:03:53.391Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2652 | 2024-08-14T22:04:00.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.41s |
2653 | 2024-08-14T22:04:01.009Z | |
2654 | 2024-08-14T22:04:01.009Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (104/149) |
2655 | 2024-08-14T22:04:01.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2024-08-14T22:04:01.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2024-08-14T22:04:01.914Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2658 | 2024-08-14T22:04:09.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.42s |
2659 | 2024-08-14T22:04:09.589Z | |
2660 | 2024-08-14T22:04:09.589Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (105/149) |
2661 | 2024-08-14T22:04:10.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2024-08-14T22:04:10.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2024-08-14T22:04:10.502Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2664 | 2024-08-14T22:04:15.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s |
2665 | 2024-08-14T22:04:16.145Z | |
2666 | 2024-08-14T22:04:16.145Z | info: running `cargo check --bins` on cockroach-admin-client (106/149) |
2667 | 2024-08-14T22:04:16.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-08-14T22:04:16.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-08-14T22:04:16.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2670 | 2024-08-14T22:04:16.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2671 | 2024-08-14T22:04:16.988Z | |
2672 | 2024-08-14T22:04:16.988Z | info: running `cargo check --bins` on installinator-client (107/149) |
2673 | 2024-08-14T22:04:17.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-08-14T22:04:17.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-08-14T22:04:17.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2024-08-14T22:04:17.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2677 | 2024-08-14T22:04:17.954Z | |
2678 | 2024-08-14T22:04:17.954Z | info: running `cargo check --bins` on oxide-client (108/149) |
2679 | 2024-08-14T22:04:18.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-08-14T22:04:18.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-08-14T22:04:18.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2024-08-14T22:04:18.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2683 | 2024-08-14T22:04:18.787Z | |
2684 | 2024-08-14T22:04:18.787Z | info: running `cargo check --bins` on wicketd-client (109/149) |
2685 | 2024-08-14T22:04:19.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2024-08-14T22:04:19.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2024-08-14T22:04:19.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2024-08-14T22:04:19.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2689 | 2024-08-14T22:04:19.706Z | |
2690 | 2024-08-14T22:04:19.706Z | info: running `cargo check --bins` on wicket-common (110/149) |
2691 | 2024-08-14T22:04:20.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-08-14T22:04:20.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-08-14T22:04:20.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2024-08-14T22:04:20.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2695 | 2024-08-14T22:04:20.618Z | |
2696 | 2024-08-14T22:04:20.618Z | info: running `cargo check --bins` on omicron-cockroach-admin (111/149) |
2697 | 2024-08-14T22:04:21.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2024-08-14T22:04:21.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2024-08-14T22:04:21.538Z | Checking csv-core v0.1.11 |
2700 | 2024-08-14T22:04:21.561Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2701 | 2024-08-14T22:04:21.832Z | Checking csv v1.3.0 |
2702 | 2024-08-14T22:04:22.604Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2703 | 2024-08-14T22:04:23.043Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2704 | 2024-08-14T22:04:24.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
2705 | 2024-08-14T22:04:24.685Z | |
2706 | 2024-08-14T22:04:24.686Z | info: running `cargo check --bins` on cockroach-admin-api (112/149) |
2707 | 2024-08-14T22:04:25.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2024-08-14T22:04:25.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2024-08-14T22:04:25.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2710 | 2024-08-14T22:04:25.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2711 | 2024-08-14T22:04:25.567Z | |
2712 | 2024-08-14T22:04:25.567Z | info: running `cargo check --bins` on cockroach-admin-types (113/149) |
2713 | 2024-08-14T22:04:26.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2024-08-14T22:04:26.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2024-08-14T22:04:26.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2716 | 2024-08-14T22:04:26.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2717 | 2024-08-14T22:04:26.423Z | |
2718 | 2024-08-14T22:04:26.423Z | info: running `cargo check --bins` on cert-dev (114/149) |
2719 | 2024-08-14T22:04:27.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2024-08-14T22:04:27.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2024-08-14T22:04:27.297Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2722 | 2024-08-14T22:04:27.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
2723 | 2024-08-14T22:04:27.680Z | |
2724 | 2024-08-14T22:04:27.680Z | info: running `cargo check --bins` on ch-dev (115/149) |
2725 | 2024-08-14T22:04:28.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2024-08-14T22:04:28.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2024-08-14T22:04:28.657Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2728 | 2024-08-14T22:04:29.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
2729 | 2024-08-14T22:04:29.616Z | |
2730 | 2024-08-14T22:04:29.616Z | info: running `cargo check --bins` on crdb-seed (116/149) |
2731 | 2024-08-14T22:04:30.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2024-08-14T22:04:30.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2024-08-14T22:04:30.557Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2734 | 2024-08-14T22:04:30.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2735 | 2024-08-14T22:04:31.052Z | |
2736 | 2024-08-14T22:04:31.052Z | info: running `cargo check --bins` on db-dev (117/149) |
2737 | 2024-08-14T22:04:31.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2024-08-14T22:04:31.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2024-08-14T22:04:32.011Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2740 | 2024-08-14T22:04:32.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
2741 | 2024-08-14T22:04:33.045Z | |
2742 | 2024-08-14T22:04:33.045Z | info: running `cargo check --bins` on omicron-dev-lib (118/149) |
2743 | 2024-08-14T22:04:33.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2024-08-14T22:04:33.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2024-08-14T22:04:33.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2746 | 2024-08-14T22:04:33.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2747 | 2024-08-14T22:04:33.984Z | |
2748 | 2024-08-14T22:04:33.984Z | info: running `cargo check --bins` on xtask-downloader (119/149) |
2749 | 2024-08-14T22:04:34.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2024-08-14T22:04:34.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2024-08-14T22:04:34.859Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2752 | 2024-08-14T22:04:35.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
2753 | 2024-08-14T22:04:36.002Z | |
2754 | 2024-08-14T22:04:36.002Z | info: running `cargo check --bins` on mgs-dev (120/149) |
2755 | 2024-08-14T22:04:36.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2024-08-14T22:04:36.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2024-08-14T22:04:37.003Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2758 | 2024-08-14T22:04:37.682Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2759 | 2024-08-14T22:04:38.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
2760 | 2024-08-14T22:04:38.332Z | |
2761 | 2024-08-14T22:04:38.332Z | info: running `cargo check --bins` on omicron-omdb (121/149) |
2762 | 2024-08-14T22:04:39.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-08-14T22:04:39.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-08-14T22:04:39.452Z | Compiling glob v0.3.1 |
2765 | 2024-08-14T22:04:39.452Z | Compiling crunchy v0.2.2 |
2766 | 2024-08-14T22:04:39.452Z | Compiling tiny-keccak v2.0.2 |
2767 | 2024-08-14T22:04:39.477Z | Compiling dsl_auto_type v0.1.2 |
2768 | 2024-08-14T22:04:39.477Z | Checking scheduled-thread-pool v0.2.7 |
2769 | 2024-08-14T22:04:39.477Z | Compiling diesel_table_macro_syntax v0.2.0 |
2770 | 2024-08-14T22:04:39.477Z | Compiling ascii-canvas v3.0.0 |
2771 | 2024-08-14T22:04:39.557Z | Compiling ena v0.14.3 |
2772 | 2024-08-14T22:04:39.707Z | Checking r2d2 v0.8.10 |
2773 | 2024-08-14T22:04:39.792Z | Compiling libloading v0.8.3 |
2774 | 2024-08-14T22:04:39.954Z | Compiling diff v0.1.13 |
2775 | 2024-08-14T22:04:39.978Z | Compiling bindgen v0.69.4 |
2776 | 2024-08-14T22:04:40.011Z | Compiling regex-syntax v0.6.29 |
2777 | 2024-08-14T22:04:40.103Z | Compiling which v4.4.2 |
2778 | 2024-08-14T22:04:40.199Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2779 | 2024-08-14T22:04:40.417Z | Compiling cexpr v0.6.0 |
2780 | 2024-08-14T22:04:40.441Z | Compiling clang-sys v1.7.0 |
2781 | 2024-08-14T22:04:40.558Z | Compiling rustc-hash v1.1.0 |
2782 | 2024-08-14T22:04:40.658Z | Compiling ref-cast v1.0.23 |
2783 | 2024-08-14T22:04:40.686Z | Compiling lazycell v1.3.0 |
2784 | 2024-08-14T22:04:40.709Z | Compiling shlex v1.3.0 |
2785 | 2024-08-14T22:04:40.733Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2786 | 2024-08-14T22:04:40.855Z | Compiling derive_builder_core v0.20.0 |
2787 | 2024-08-14T22:04:40.998Z | Compiling libxml v0.3.3 |
2788 | 2024-08-14T22:04:41.022Z | Compiling diesel_derives v2.2.2 |
2789 | 2024-08-14T22:04:41.117Z | Compiling ref-cast-impl v1.0.23 |
2790 | 2024-08-14T22:04:41.247Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2791 | 2024-08-14T22:04:41.404Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2792 | 2024-08-14T22:04:41.698Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2793 | 2024-08-14T22:04:41.953Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2794 | 2024-08-14T22:04:42.010Z | Compiling strum_macros v0.24.3 |
2795 | 2024-08-14T22:04:42.322Z | Compiling cookie v0.18.1 |
2796 | 2024-08-14T22:04:42.345Z | Compiling indoc v1.0.9 |
2797 | 2024-08-14T22:04:43.005Z | Compiling lalrpop v0.19.12 |
2798 | 2024-08-14T22:04:43.219Z | Compiling derive_builder_macro v0.20.0 |
2799 | 2024-08-14T22:04:43.941Z | Checking derive_builder v0.20.0 |
2800 | 2024-08-14T22:04:44.082Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2801 | 2024-08-14T22:04:44.348Z | Compiling oso-derive v0.27.3 |
2802 | 2024-08-14T22:04:44.374Z | Compiling impl-trait-for-tuples v0.2.2 |
2803 | 2024-08-14T22:04:45.222Z | Checking quick-xml v0.31.0 |
2804 | 2024-08-14T22:04:45.261Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2805 | 2024-08-14T22:04:45.352Z | Checking maplit v1.0.2 |
2806 | 2024-08-14T22:04:45.607Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2807 | 2024-08-14T22:04:45.893Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2808 | 2024-08-14T22:04:46.142Z | Checking bb8 v0.8.5 |
2809 | 2024-08-14T22:04:46.556Z | Compiling const_format_proc_macros v0.2.32 |
2810 | 2024-08-14T22:04:47.066Z | Checking crossbeam-deque v0.8.5 |
2811 | 2024-08-14T22:04:47.096Z | Compiling portable-atomic v1.6.0 |
2812 | 2024-08-14T22:04:47.402Z | Checking rayon-core v1.12.1 |
2813 | 2024-08-14T22:04:48.044Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2814 | 2024-08-14T22:04:48.160Z | Checking castaway v0.2.3 |
2815 | 2024-08-14T22:04:48.337Z | Checking compact_str v0.8.0 |
2816 | 2024-08-14T22:04:48.580Z | Checking const_format v0.2.32 |
2817 | 2024-08-14T22:04:49.001Z | Checking rayon v1.10.0 |
2818 | 2024-08-14T22:04:49.137Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2819 | 2024-08-14T22:04:49.275Z | Checking unicode-truncate v1.0.0 |
2820 | 2024-08-14T22:04:49.404Z | Checking lru v0.12.3 |
2821 | 2024-08-14T22:04:49.482Z | Compiling instability v0.3.2 |
2822 | 2024-08-14T22:04:49.680Z | Checking cassowary v0.3.0 |
2823 | 2024-08-14T22:04:50.098Z | Checking unicode-linebreak v0.1.5 |
2824 | 2024-08-14T22:04:50.415Z | Checking number_prefix v0.4.0 |
2825 | 2024-08-14T22:04:50.450Z | Checking smawk v0.3.2 |
2826 | 2024-08-14T22:04:50.597Z | Checking ratatui v0.28.0 |
2827 | 2024-08-14T22:04:50.643Z | Checking textwrap v0.16.1 |
2828 | 2024-08-14T22:04:51.037Z | Checking multimap v0.10.0 |
2829 | 2024-08-14T22:04:51.473Z | Checking diesel v2.2.2 |
2830 | 2024-08-14T22:04:52.505Z | Checking indicatif v0.17.8 |
2831 | 2024-08-14T22:05:14.213Z | Compiling samael v0.0.15 |
2832 | 2024-08-14T22:05:22.314Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2833 | 2024-08-14T22:05:24.473Z | Compiling polar-core v0.27.3 |
2834 | 2024-08-14T22:05:33.221Z | Checking oso v0.27.3 |
2835 | 2024-08-14T22:06:49.765Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2836 | 2024-08-14T22:06:56.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
2837 | 2024-08-14T22:06:56.902Z | |
2838 | 2024-08-14T22:06:56.902Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (122/149) |
2839 | 2024-08-14T22:06:57.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2024-08-14T22:06:57.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2024-08-14T22:06:57.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2024-08-14T22:06:57.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2843 | 2024-08-14T22:06:57.902Z | |
2844 | 2024-08-14T22:06:57.902Z | info: running `cargo check --bins` on nexus-saga-recovery (123/149) |
2845 | 2024-08-14T22:06:58.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2024-08-14T22:06:58.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2024-08-14T22:06:58.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2024-08-14T22:06:58.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2849 | 2024-08-14T22:06:58.847Z | |
2850 | 2024-08-14T22:06:58.847Z | info: running `cargo check --bins` on nexus-test-utils-macros (124/149) |
2851 | 2024-08-14T22:06:59.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2024-08-14T22:06:59.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2024-08-14T22:06:59.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2024-08-14T22:06:59.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2855 | 2024-08-14T22:06:59.695Z | |
2856 | 2024-08-14T22:06:59.695Z | info: running `cargo check --bins` on omicron-nexus (125/149) |
2857 | 2024-08-14T22:07:00.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2024-08-14T22:07:00.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2024-08-14T22:07:00.794Z | Compiling pin-project-internal v1.1.5 |
2860 | 2024-08-14T22:07:00.818Z | Compiling snafu-derive v0.8.2 |
2861 | 2024-08-14T22:07:00.818Z | Compiling buf-list v1.0.3 |
2862 | 2024-08-14T22:07:00.853Z | Checking globset v0.4.14 |
2863 | 2024-08-14T22:07:00.877Z | Checking olpc-cjson v0.1.3 |
2864 | 2024-08-14T22:07:00.877Z | Checking rand_seeder v0.3.0 |
2865 | 2024-08-14T22:07:00.877Z | Checking serde_plain v1.0.2 |
2866 | 2024-08-14T22:07:00.877Z | Checking typed-path v0.7.1 |
2867 | 2024-08-14T22:07:01.080Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2868 | 2024-08-14T22:07:01.105Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2869 | 2024-08-14T22:07:01.144Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2870 | 2024-08-14T22:07:01.285Z | Checking parse-size v1.0.0 |
2871 | 2024-08-14T22:07:01.326Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2872 | 2024-08-14T22:07:01.388Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2873 | 2024-08-14T22:07:01.454Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2874 | 2024-08-14T22:07:01.478Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2875 | 2024-08-14T22:07:01.802Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2876 | 2024-08-14T22:07:02.139Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2877 | 2024-08-14T22:07:02.262Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2878 | 2024-08-14T22:07:02.286Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2879 | 2024-08-14T22:07:02.544Z | Checking fatfs v0.3.6 |
2880 | 2024-08-14T22:07:02.597Z | Checking assert_matches v1.5.0 |
2881 | 2024-08-14T22:07:03.394Z | Checking pin-project v1.1.5 |
2882 | 2024-08-14T22:07:04.735Z | Checking snafu v0.8.2 |
2883 | 2024-08-14T22:07:05.125Z | Checking tough v0.17.1 |
2884 | 2024-08-14T22:07:09.038Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2885 | 2024-08-14T22:07:10.499Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2886 | 2024-08-14T22:08:13.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
2887 | 2024-08-14T22:08:13.545Z | |
2888 | 2024-08-14T22:08:13.545Z | info: running `cargo check --bins` on nexus-internal-api (126/149) |
2889 | 2024-08-14T22:08:14.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-08-14T22:08:14.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-08-14T22:08:14.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2024-08-14T22:08:14.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2893 | 2024-08-14T22:08:14.436Z | |
2894 | 2024-08-14T22:08:14.436Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (127/149) |
2895 | 2024-08-14T22:08:15.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2024-08-14T22:08:15.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2024-08-14T22:08:15.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2898 | 2024-08-14T22:08:15.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2899 | 2024-08-14T22:08:15.391Z | |
2900 | 2024-08-14T22:08:15.391Z | info: running `cargo check --bins` on nexus-networking (128/149) |
2901 | 2024-08-14T22:08:16.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2902 | 2024-08-14T22:08:16.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2903 | 2024-08-14T22:08:16.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2904 | 2024-08-14T22:08:16.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2905 | 2024-08-14T22:08:16.330Z | |
2906 | 2024-08-14T22:08:16.330Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (129/149) |
2907 | 2024-08-14T22:08:17.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2908 | 2024-08-14T22:08:17.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2909 | 2024-08-14T22:08:17.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2910 | 2024-08-14T22:08:17.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2911 | 2024-08-14T22:08:17.222Z | |
2912 | 2024-08-14T22:08:17.222Z | info: running `cargo check --bins` on update-common (130/149) |
2913 | 2024-08-14T22:08:18.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2024-08-14T22:08:18.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2024-08-14T22:08:18.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2916 | 2024-08-14T22:08:18.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2917 | 2024-08-14T22:08:18.108Z | |
2918 | 2024-08-14T22:08:18.108Z | info: running `cargo check --bins` on tufaceous-lib (131/149) |
2919 | 2024-08-14T22:08:18.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2920 | 2024-08-14T22:08:18.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2921 | 2024-08-14T22:08:18.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2922 | 2024-08-14T22:08:18.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2923 | 2024-08-14T22:08:19.001Z | |
2924 | 2024-08-14T22:08:19.001Z | info: running `cargo check --bins` on tufaceous (132/149) |
2925 | 2024-08-14T22:08:19.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2926 | 2024-08-14T22:08:19.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2927 | 2024-08-14T22:08:19.951Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2928 | 2024-08-14T22:08:20.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
2929 | 2024-08-14T22:08:21.132Z | |
2930 | 2024-08-14T22:08:21.132Z | info: running `cargo check --bins` on omicron-dev (133/149) |
2931 | 2024-08-14T22:08:22.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2932 | 2024-08-14T22:08:22.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2933 | 2024-08-14T22:08:22.282Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2934 | 2024-08-14T22:08:22.282Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2935 | 2024-08-14T22:08:22.307Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2936 | 2024-08-14T22:08:23.907Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2937 | 2024-08-14T22:08:26.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s |
2938 | 2024-08-14T22:08:27.136Z | |
2939 | 2024-08-14T22:08:27.136Z | info: running `cargo check --bins` on openapi-manager (134/149) |
2940 | 2024-08-14T22:08:27.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2941 | 2024-08-14T22:08:27.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2942 | 2024-08-14T22:08:28.104Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2943 | 2024-08-14T22:08:28.104Z | Checking is_ci v1.2.0 |
2944 | 2024-08-14T22:08:28.104Z | Checking heck v0.4.1 |
2945 | 2024-08-14T22:08:28.104Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2946 | 2024-08-14T22:08:28.128Z | Checking indent_write v2.2.0 |
2947 | 2024-08-14T22:08:28.236Z | Checking supports-color v3.0.0 |
2948 | 2024-08-14T22:08:28.333Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2949 | 2024-08-14T22:08:30.120Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2950 | 2024-08-14T22:08:31.162Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2951 | 2024-08-14T22:08:32.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s |
2952 | 2024-08-14T22:08:32.509Z | |
2953 | 2024-08-14T22:08:32.509Z | info: running `cargo check --bins` on installinator-api (135/149) |
2954 | 2024-08-14T22:08:33.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2955 | 2024-08-14T22:08:33.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2956 | 2024-08-14T22:08:33.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2957 | 2024-08-14T22:08:33.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2958 | 2024-08-14T22:08:33.389Z | |
2959 | 2024-08-14T22:08:33.389Z | info: running `cargo check --bins` on wicketd-api (136/149) |
2960 | 2024-08-14T22:08:34.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2961 | 2024-08-14T22:08:34.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2962 | 2024-08-14T22:08:34.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2963 | 2024-08-14T22:08:34.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2964 | 2024-08-14T22:08:34.276Z | |
2965 | 2024-08-14T22:08:34.277Z | info: running `cargo check --bins` on reconfigurator-cli (137/149) |
2966 | 2024-08-14T22:08:35.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2967 | 2024-08-14T22:08:35.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2968 | 2024-08-14T22:08:35.259Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2969 | 2024-08-14T22:08:36.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s |
2970 | 2024-08-14T22:08:36.866Z | |
2971 | 2024-08-14T22:08:36.866Z | info: running `cargo check --bins` on omicron-releng (138/149) |
2972 | 2024-08-14T22:08:37.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2973 | 2024-08-14T22:08:37.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2974 | 2024-08-14T22:08:37.777Z | Checking memmap2 v0.9.4 |
2975 | 2024-08-14T22:08:37.777Z | Checking arrayref v0.3.7 |
2976 | 2024-08-14T22:08:37.778Z | Checking constant_time_eq v0.3.0 |
2977 | 2024-08-14T22:08:37.802Z | Checking untrusted v0.7.1 |
2978 | 2024-08-14T22:08:37.802Z | Checking arrayvec v0.7.4 |
2979 | 2024-08-14T22:08:37.802Z | Checking spin v0.5.2 |
2980 | 2024-08-14T22:08:37.802Z | Checking cargo-platform v0.1.8 |
2981 | 2024-08-14T22:08:37.802Z | Checking topological-sort v0.2.2 |
2982 | 2024-08-14T22:08:37.916Z | Checking shell-words v1.1.0 |
2983 | 2024-08-14T22:08:38.036Z | Checking ring v0.16.20 |
2984 | 2024-08-14T22:08:38.128Z | Checking cargo_metadata v0.18.1 |
2985 | 2024-08-14T22:08:38.178Z | Checking blake3 v1.5.1 |
2986 | 2024-08-14T22:08:39.499Z | Checking omicron-zone-package v0.11.0 |
2987 | 2024-08-14T22:08:40.940Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2988 | 2024-08-14T22:08:42.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s |
2989 | 2024-08-14T22:08:42.267Z | |
2990 | 2024-08-14T22:08:42.267Z | info: running `cargo check --bins` on xtask (139/149) |
2991 | 2024-08-14T22:08:42.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2024-08-14T22:08:42.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2024-08-14T22:08:42.942Z | Checking serde v1.0.205 |
2994 | 2024-08-14T22:08:42.942Z | Checking thiserror v1.0.63 |
2995 | 2024-08-14T22:08:42.942Z | Checking scroll v0.12.0 |
2996 | 2024-08-14T22:08:42.942Z | Checking bitflags v2.6.0 |
2997 | 2024-08-14T22:08:42.942Z | Checking log v0.4.21 |
2998 | 2024-08-14T22:08:42.942Z | Checking hashbrown v0.14.5 |
2999 | 2024-08-14T22:08:42.992Z | Checking zerocopy v0.7.34 |
3000 | 2024-08-14T22:08:43.049Z | Checking syn v2.0.72 |
3001 | 2024-08-14T22:08:43.102Z | Checking pest v2.7.10 |
3002 | 2024-08-14T22:08:43.210Z | Checking fs-err v2.11.0 |
3003 | 2024-08-14T22:08:43.268Z | Checking rustix v0.38.34 |
3004 | 2024-08-14T22:08:43.438Z | Checking goblin v0.8.2 |
3005 | 2024-08-14T22:08:43.477Z | Checking anyhow v1.0.86 |
3006 | 2024-08-14T22:08:43.794Z | Checking tabled v0.15.0 |
3007 | 2024-08-14T22:08:43.990Z | Checking indexmap v2.3.0 |
3008 | 2024-08-14T22:08:44.169Z | Checking terminal_size v0.3.0 |
3009 | 2024-08-14T22:08:44.316Z | Checking clap_builder v4.5.15 |
3010 | 2024-08-14T22:08:45.203Z | Checking dtrace-parser v0.2.0 |
3011 | 2024-08-14T22:08:46.940Z | Checking clap v4.5.15 |
3012 | 2024-08-14T22:08:47.185Z | Checking serde_json v1.0.122 |
3013 | 2024-08-14T22:08:47.185Z | Checking serde_spanned v0.6.7 |
3014 | 2024-08-14T22:08:47.209Z | Checking toml_datetime v0.6.8 |
3015 | 2024-08-14T22:08:47.209Z | Checking semver v1.0.23 |
3016 | 2024-08-14T22:08:47.209Z | Checking cargo-platform v0.1.8 |
3017 | 2024-08-14T22:08:47.209Z | Checking camino v1.1.7 |
3018 | 2024-08-14T22:08:47.250Z | Checking macaddr v1.0.1 |
3019 | 2024-08-14T22:08:47.462Z | Checking toml_edit v0.22.20 |
3020 | 2024-08-14T22:08:48.434Z | Checking dof v0.3.0 |
3021 | 2024-08-14T22:08:48.435Z | Checking cargo_metadata v0.18.1 |
3022 | 2024-08-14T22:08:48.936Z | Checking usdt-impl v0.5.0 |
3023 | 2024-08-14T22:08:49.366Z | Checking usdt v0.5.0 |
3024 | 2024-08-14T22:08:49.690Z | Checking toml v0.8.19 |
3025 | 2024-08-14T22:08:50.284Z | Checking cargo_toml v0.20.4 |
3026 | 2024-08-14T22:08:51.857Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3027 | 2024-08-14T22:08:52.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.37s |
3028 | 2024-08-14T22:08:52.734Z | |
3029 | 2024-08-14T22:08:52.734Z | info: running `cargo check --bins` on end-to-end-tests (140/149) |
3030 | 2024-08-14T22:08:53.353Z | Downloading crates ... |
3031 | 2024-08-14T22:08:53.624Z | Downloaded option-ext v0.2.0 |
3032 | 2024-08-14T22:08:53.655Z | Downloaded rand_core v0.5.1 |
3033 | 2024-08-14T22:08:53.655Z | Downloaded ghash v0.5.1 |
3034 | 2024-08-14T22:08:53.655Z | Downloaded russh-keys v0.43.0 |
3035 | 2024-08-14T22:08:53.655Z | Downloaded russh-cryptovec v0.7.2 |
3036 | 2024-08-14T22:08:53.655Z | Downloaded rfc6979 v0.4.0 |
3037 | 2024-08-14T22:08:53.655Z | Downloaded russh v0.43.0 |
3038 | 2024-08-14T22:08:53.655Z | Downloaded rand v0.7.3 |
3039 | 2024-08-14T22:08:53.680Z | Downloaded p521 v0.13.3 |
3040 | 2024-08-14T22:08:53.680Z | Downloaded aes-gcm v0.10.3 |
3041 | 2024-08-14T22:08:53.680Z | Downloaded p256 v0.13.2 |
3042 | 2024-08-14T22:08:53.680Z | Downloaded getrandom v0.1.16 |
3043 | 2024-08-14T22:08:53.680Z | Downloaded ed25519-dalek v2.1.1 |
3044 | 2024-08-14T22:08:53.680Z | Downloaded rand_chacha v0.2.2 |
3045 | 2024-08-14T22:08:53.680Z | Downloaded hex-literal v0.4.1 |
3046 | 2024-08-14T22:08:53.680Z | Downloaded primeorder v0.13.6 |
3047 | 2024-08-14T22:08:53.680Z | Downloaded pbkdf2 v0.12.2 |
3048 | 2024-08-14T22:08:53.680Z | Downloaded password-hash v0.4.2 |
3049 | 2024-08-14T22:08:53.680Z | Downloaded md5 v0.7.0 |
3050 | 2024-08-14T22:08:53.680Z | Downloaded ed25519 v2.2.3 |
3051 | 2024-08-14T22:08:53.680Z | Downloaded dirs-sys v0.4.1 |
3052 | 2024-08-14T22:08:53.705Z | Downloaded ctr v0.9.2 |
3053 | 2024-08-14T22:08:53.705Z | Downloaded blowfish v0.9.1 |
3054 | 2024-08-14T22:08:53.705Z | Downloaded polyval v0.6.2 |
3055 | 2024-08-14T22:08:53.705Z | Downloaded internet-checksum v0.2.1 |
3056 | 2024-08-14T22:08:53.705Z | Downloaded ecdsa v0.16.9 |
3057 | 2024-08-14T22:08:53.705Z | Downloaded dhcproto-macros v0.1.0 |
3058 | 2024-08-14T22:08:53.705Z | Downloaded dhcproto v0.12.0 |
3059 | 2024-08-14T22:08:53.705Z | Downloaded cbc v0.1.2 |
3060 | 2024-08-14T22:08:53.705Z | Downloaded bcrypt-pbkdf v0.10.0 |
3061 | 2024-08-14T22:08:53.705Z | Downloaded pbkdf2 v0.11.0 |
3062 | 2024-08-14T22:08:53.705Z | Downloaded dirs v5.0.1 |
3063 | 2024-08-14T22:08:53.705Z | Downloaded aes v0.8.4 |
3064 | 2024-08-14T22:08:53.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-08-14T22:08:53.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-08-14T22:08:53.902Z | Compiling getrandom v0.1.16 |
3067 | 2024-08-14T22:08:53.930Z | Checking rfc6979 v0.4.0 |
3068 | 2024-08-14T22:08:53.954Z | Checking primeorder v0.13.6 |
3069 | 2024-08-14T22:08:53.954Z | Checking option-ext v0.2.0 |
3070 | 2024-08-14T22:08:53.980Z | Checking ed25519 v2.2.3 |
3071 | 2024-08-14T22:08:54.004Z | Checking polyval v0.6.2 |
3072 | 2024-08-14T22:08:54.004Z | Checking blowfish v0.9.1 |
3073 | 2024-08-14T22:08:54.004Z | Checking aes v0.8.4 |
3074 | 2024-08-14T22:08:54.081Z | Checking dirs-sys v0.4.1 |
3075 | 2024-08-14T22:08:54.104Z | Checking ecdsa v0.16.9 |
3076 | 2024-08-14T22:08:54.191Z | Checking ctr v0.9.2 |
3077 | 2024-08-14T22:08:54.226Z | Checking password-hash v0.4.2 |
3078 | 2024-08-14T22:08:54.250Z | Checking pbkdf2 v0.12.2 |
3079 | 2024-08-14T22:08:54.274Z | Checking dirs v5.0.1 |
3080 | 2024-08-14T22:08:54.359Z | Checking ghash v0.5.1 |
3081 | 2024-08-14T22:08:54.395Z | Checking ed25519-dalek v2.1.1 |
3082 | 2024-08-14T22:08:54.418Z | Checking bcrypt-pbkdf v0.10.0 |
3083 | 2024-08-14T22:08:54.442Z | Checking cbc v0.1.2 |
3084 | 2024-08-14T22:08:54.530Z | Checking russh-cryptovec v0.7.2 |
3085 | 2024-08-14T22:08:54.603Z | Checking pbkdf2 v0.11.0 |
3086 | 2024-08-14T22:08:54.627Z | Checking md5 v0.7.0 |
3087 | 2024-08-14T22:08:54.658Z | Checking hex-literal v0.4.1 |
3088 | 2024-08-14T22:08:54.691Z | Compiling dhcproto-macros v0.1.0 |
3089 | 2024-08-14T22:08:54.716Z | Checking p256 v0.13.2 |
3090 | 2024-08-14T22:08:54.741Z | Checking p521 v0.13.3 |
3091 | 2024-08-14T22:08:54.803Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3092 | 2024-08-14T22:08:54.827Z | Checking aes-gcm v0.10.3 |
3093 | 2024-08-14T22:08:54.866Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3094 | 2024-08-14T22:08:54.896Z | Checking rand_core v0.5.1 |
3095 | 2024-08-14T22:08:54.920Z | Checking internet-checksum v0.2.1 |
3096 | 2024-08-14T22:08:55.158Z | Checking rand_chacha v0.2.2 |
3097 | 2024-08-14T22:08:55.444Z | Checking rand v0.7.3 |
3098 | 2024-08-14T22:08:55.497Z | Checking dhcproto v0.12.0 |
3099 | 2024-08-14T22:08:56.560Z | Checking russh-keys v0.43.0 |
3100 | 2024-08-14T22:08:57.538Z | Checking russh v0.43.0 |
3101 | 2024-08-14T22:09:20.314Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3102 | 2024-08-14T22:09:22.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.27s |
3103 | 2024-08-14T22:09:22.223Z | |
3104 | 2024-08-14T22:09:22.224Z | info: running `cargo check --bins` on gateway-cli (141/149) |
3105 | 2024-08-14T22:09:23.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2024-08-14T22:09:23.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2024-08-14T22:09:23.155Z | Checking termios v0.3.3 |
3108 | 2024-08-14T22:09:23.337Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3109 | 2024-08-14T22:09:24.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
3110 | 2024-08-14T22:09:24.484Z | |
3111 | 2024-08-14T22:09:24.485Z | info: running `cargo check --bins --no-default-features` on installinator (142/149) |
3112 | 2024-08-14T22:09:25.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-08-14T22:09:25.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-08-14T22:09:25.462Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3115 | 2024-08-14T22:09:28.051Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3116 | 2024-08-14T22:09:30.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s |
3117 | 2024-08-14T22:09:30.369Z | |
3118 | 2024-08-14T22:09:30.369Z | info: running `cargo check --bins` on internal-dns-cli (143/149) |
3119 | 2024-08-14T22:09:31.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2024-08-14T22:09:31.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2024-08-14T22:09:31.246Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3122 | 2024-08-14T22:09:35.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3123 | 2024-08-14T22:09:35.746Z | |
3124 | 2024-08-14T22:09:35.746Z | info: running `cargo check --bins` on omicron-package (144/149) |
3125 | 2024-08-14T22:09:35.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2024-08-14T22:09:35.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2024-08-14T22:09:35.746Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3128 | 2024-08-14T22:09:35.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
3129 | 2024-08-14T22:09:35.746Z | |
3130 | 2024-08-14T22:09:35.746Z | info: running `cargo check --bins` on wicket-dbg (145/149) |
3131 | 2024-08-14T22:09:35.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2024-08-14T22:09:35.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2024-08-14T22:09:35.775Z | Checking rtoolbox v0.0.2 |
3134 | 2024-08-14T22:09:35.775Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3135 | 2024-08-14T22:09:35.775Z | Checking tui-tree-widget v0.22.0 |
3136 | 2024-08-14T22:09:35.775Z | Checking rpassword v7.3.1 |
3137 | 2024-08-14T22:09:40.731Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3138 | 2024-08-14T22:09:44.450Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3139 | 2024-08-14T22:09:45.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s |
3140 | 2024-08-14T22:09:45.958Z | |
3141 | 2024-08-14T22:09:45.958Z | info: running `cargo check --bins` on wicket (146/149) |
3142 | 2024-08-14T22:09:46.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3143 | 2024-08-14T22:09:46.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3144 | 2024-08-14T22:09:46.912Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3145 | 2024-08-14T22:09:47.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3146 | 2024-08-14T22:09:47.482Z | |
3147 | 2024-08-14T22:09:47.482Z | info: running `cargo check --bins` on wicketd (147/149) |
3148 | 2024-08-14T22:09:48.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2024-08-14T22:09:48.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2024-08-14T22:09:48.483Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3151 | 2024-08-14T22:09:53.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s |
3152 | 2024-08-14T22:09:53.458Z | |
3153 | 2024-08-14T22:09:53.458Z | info: running `cargo check --bins` on omicron-workspace-hack (148/149) |
3154 | 2024-08-14T22:09:54.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2024-08-14T22:09:54.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2024-08-14T22:09:54.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3157 | 2024-08-14T22:09:54.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3158 | 2024-08-14T22:09:54.296Z | |
3159 | 2024-08-14T22:09:54.296Z | info: running `cargo check --bins` on zone-setup (149/149) |
3160 | 2024-08-14T22:09:55.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3161 | 2024-08-14T22:09:55.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3162 | 2024-08-14T22:09:55.353Z | Checking uzers v0.11.3 |
3163 | 2024-08-14T22:09:55.655Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3164 | 2024-08-14T22:09:56.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s |
3165 | 2024-08-14T22:09:57.179Z | |
3166 | 2024-08-14T22:09:57.179Z | real 13:19.963652431 |
3167 | 2024-08-14T22:09:57.179Z | user 23:09.541722356 |
3168 | 2024-08-14T22:09:57.179Z | sys 5:10.726014442 |
3169 | 2024-08-14T22:09:57.179Z | trap 0.599448753 |
3170 | 2024-08-14T22:09:57.179Z | tflt 1.423851433 |
3171 | 2024-08-14T22:09:57.179Z | dflt 2.653727328 |
3172 | 2024-08-14T22:09:57.179Z | kflt 0.001235172 |
3173 | 2024-08-14T22:09:57.179Z | lock 44:51.323274945 |
3174 | 2024-08-14T22:09:57.179Z | slp 2:02:34.463510997 |
3175 | 2024-08-14T22:09:57.179Z | lat 57.411689237 |
3176 | 2024-08-14T22:09:57.179Z | stop 2:30.187448139 |
3177 | 2024-08-14T22:09:57.203Z | process exited: duration 1021824 ms, exit code 0 |
|
3178 | 2024-08-14T22:09:57.254Z | found 0 output files |