|
|
|
1 | 2024-08-02T16:41:55.405Z | job assigned to worker 01J49ZETD4VB4ZVSZNNZVQ2AXX (queued for 59 s) |
|
2 | 2024-08-02T16:42:02.909Z | starting task 0: "setup" |
3 | 2024-08-02T16:42:02.966Z | ++ uname -s |
4 | 2024-08-02T16:42:02.969Z | + kern=SunOS |
5 | 2024-08-02T16:42:02.969Z | + case "$kern" in |
6 | 2024-08-02T16:42:02.969Z | + groupadd -g 12345 build |
7 | 2024-08-02T16:42:02.972Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-02T16:42:04.979Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-02T16:42:05.058Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-02T16:42:05.061Z | + home_fs=zfs |
11 | 2024-08-02T16:42:05.061Z | + [[ zfs == autofs ]] |
12 | 2024-08-02T16:42:05.062Z | + mkdir -p /home/build |
13 | 2024-08-02T16:42:05.064Z | + chown build:build /home/build /work |
14 | 2024-08-02T16:42:07.064Z | + chmod 0700 /home/build /work |
15 | 2024-08-02T16:42:07.067Z | process exited: duration 4157 ms, exit code 0 |
|
16 | 2024-08-02T16:42:07.073Z | starting task 1: "rust-toolchain" |
17 | 2024-08-02T16:42:07.078Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-02T16:42:07.078Z | ' 1.78.0 |
19 | 2024-08-02T16:42:07.081Z | * toolchain channel = "1.78.0" |
20 | 2024-08-02T16:42:07.081Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-02T16:42:07.081Z | ' default |
22 | 2024-08-02T16:42:07.081Z | * toolchain profile = "default" |
23 | 2024-08-02T16:42:07.081Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-02T16:42:07.081Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-08-02T16:42:07.197Z | info: downloading installer |
26 | 2024-08-02T16:42:08.664Z | info: profile set to 'default' |
27 | 2024-08-02T16:42:08.664Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-02T16:42:08.664Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-08-02T16:42:08.793Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-08-02T16:42:08.793Z | info: downloading component 'cargo' |
31 | 2024-08-02T16:42:09.481Z | info: downloading component 'clippy' |
32 | 2024-08-02T16:42:09.735Z | info: downloading component 'rust-docs' |
33 | 2024-08-02T16:42:10.645Z | info: downloading component 'rust-std' |
34 | 2024-08-02T16:42:12.103Z | info: downloading component 'rustc' |
35 | 2024-08-02T16:42:15.811Z | info: downloading component 'rustfmt' |
36 | 2024-08-02T16:42:16.019Z | info: installing component 'cargo' |
37 | 2024-08-02T16:42:16.876Z | info: installing component 'clippy' |
38 | 2024-08-02T16:42:17.252Z | info: installing component 'rust-docs' |
39 | 2024-08-02T16:42:18.744Z | info: installing component 'rust-std' |
40 | 2024-08-02T16:42:20.474Z | info: installing component 'rustc' |
41 | 2024-08-02T16:42:24.808Z | info: installing component 'rustfmt' |
42 | 2024-08-02T16:42:25.141Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-08-02T16:42:25.141Z | |
44 | 2024-08-02T16:42:25.400Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-08-02T16:42:25.400Z | |
46 | 2024-08-02T16:42:25.403Z | |
47 | 2024-08-02T16:42:25.403Z | Rust is installed now. Great! |
48 | 2024-08-02T16:42:25.403Z | |
49 | 2024-08-02T16:42:25.403Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-02T16:42:25.403Z | environment variable. This has not been done automatically. |
51 | 2024-08-02T16:42:25.403Z | |
52 | 2024-08-02T16:42:25.403Z | To configure your current shell, you need to source |
53 | 2024-08-02T16:42:25.403Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-02T16:42:25.403Z | |
55 | 2024-08-02T16:42:25.403Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-02T16:42:25.403Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-02T16:42:25.403Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-02T16:42:25.464Z | + rustc --version |
59 | 2024-08-02T16:42:25.526Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-08-02T16:42:25.528Z | process exited: duration 18453 ms, exit code 0 |
|
61 | 2024-08-02T16:42:25.534Z | starting task 2: "authentication" |
62 | 2024-08-02T16:42:25.554Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-02T16:42:25.560Z | starting task 3: "clone repository" |
64 | 2024-08-02T16:42:25.564Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-02T16:42:25.567Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-02T16:42:25.711Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-02T16:42:33.543Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-02T16:42:33.543Z | + git fetch origin fcaf48be81455748a28872c53a3ae5e0dfd40aa0 |
69 | 2024-08-02T16:42:34.020Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-02T16:42:34.020Z | * branch fcaf48be81455748a28872c53a3ae5e0dfd40aa0 -> FETCH_HEAD |
71 | 2024-08-02T16:42:34.028Z | + [[ -n '' ]] |
72 | 2024-08-02T16:42:34.028Z | + git reset --hard fcaf48be81455748a28872c53a3ae5e0dfd40aa0 |
73 | 2024-08-02T16:42:34.166Z | HEAD is now at fcaf48be8 Snapshot creation races with region replacement |
74 | 2024-08-02T16:42:34.170Z | process exited: duration 8607 ms, exit code 0 |
|
75 | 2024-08-02T16:42:34.176Z | starting task 4: "build" |
76 | 2024-08-02T16:42:34.181Z | + cargo --version |
77 | 2024-08-02T16:42:34.233Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-08-02T16:42:34.235Z | + rustc --version |
79 | 2024-08-02T16:42:34.290Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-08-02T16:42:34.293Z | + source ./env.sh |
81 | 2024-08-02T16:42:34.293Z | ++ OLD_SHELL_OPTS=ehxB |
82 | 2024-08-02T16:42:34.293Z | ++ set -o xtrace |
83 | 2024-08-02T16:42:34.296Z | ++++ dirname ./env.sh |
84 | 2024-08-02T16:42:34.299Z | +++ readlink -f . |
85 | 2024-08-02T16:42:34.334Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
86 | 2024-08-02T16:42:34.334Z | ++ 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-02T16:42:34.336Z | ++ 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-02T16:42:34.337Z | ++ 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-02T16:42:34.337Z | ++ 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-02T16:42:34.337Z | ++ 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-02T16:42:34.337Z | ++ 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-02T16:42:34.337Z | ++ 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-02T16:42:34.337Z | ++ 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-02T16:42:34.337Z | ++ case $OLD_SHELL_OPTS in |
95 | 2024-08-02T16:42:34.337Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
96 | 2024-08-02T16:42:34.337Z | + 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-02T16:42:34.337Z | + 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-02T16:42:34.337Z | + banner prerequisites |
99 | 2024-08-02T16:42:34.356Z | |
100 | 2024-08-02T16:42:34.356Z | ##### ##### ###### ##### ###### #### # # # #### # |
101 | 2024-08-02T16:42:34.356Z | # # # # # # # # # # # # # # # |
102 | 2024-08-02T16:42:34.356Z | # # # # ##### # # ##### # # # # # #### # |
103 | 2024-08-02T16:42:34.356Z | ##### ##### # ##### # # # # # # # # # |
104 | 2024-08-02T16:42:34.356Z | # # # # # # # # # # # # # # # |
105 | 2024-08-02T16:42:34.356Z | # # # ###### # # ###### ### # #### # #### # |
106 | 2024-08-02T16:42:34.356Z | |
107 | 2024-08-02T16:42:34.359Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
108 | 2024-08-02T16:42:41.598Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2024-08-02T16:42:44.024Z | Startup: Caching catalogs ... Done |
110 | 2024-08-02T16:42:47.643Z | Planning: Solver setup ... Done (3.051s) |
111 | 2024-08-02T16:42:47.702Z | Planning: Running solver ... Done (0.059s) |
112 | 2024-08-02T16:42:47.752Z | Planning: Finding local manifests ... Done (0.005s) |
113 | 2024-08-02T16:42:47.764Z | Planning: Fetching manifests: 0/4 0% complete |
114 | 2024-08-02T16:42:48.166Z | Planning: Fetching manifests: 4/4 100% complete |
115 | 2024-08-02T16:42:48.215Z | Planning: Package planning ... Done (0.048s) |
116 | 2024-08-02T16:42:48.265Z | Planning: Merging actions ... Done (0.051s) |
117 | 2024-08-02T16:42:50.047Z | Planning: Checking for conflicting actions ... Done (1.781s) |
118 | 2024-08-02T16:42:50.058Z | Planning: Consolidating action changes ... Done (0.011s) |
119 | 2024-08-02T16:42:59.132Z | Planning: Evaluating mediators ... Done (9.073s) |
120 | 2024-08-02T16:42:59.142Z | Planning: Planning completed in 15.05 seconds |
121 | 2024-08-02T16:43:00.233Z | Packages to install: 4 |
122 | 2024-08-02T16:43:00.233Z | Mediators to change: 2 |
123 | 2024-08-02T16:43:00.233Z | Services to change: 1 |
124 | 2024-08-02T16:43:00.233Z | Estimated space available: 155.77 GB |
125 | 2024-08-02T16:43:00.233Z | Estimated space to be consumed: 1.47 GB |
126 | 2024-08-02T16:43:00.236Z | Create boot environment: No |
127 | 2024-08-02T16:43:00.236Z | Create backup boot environment: No |
128 | 2024-08-02T16:43:00.236Z | Rebuild boot archive: No |
129 | 2024-08-02T16:43:00.236Z | |
130 | 2024-08-02T16:43:00.236Z | Changed mediators: |
131 | 2024-08-02T16:43:00.236Z | mediator clang: |
132 | 2024-08-02T16:43:00.236Z | version: None -> 15 (system default) |
133 | 2024-08-02T16:43:00.236Z | |
134 | 2024-08-02T16:43:00.236Z | mediator llvm: |
135 | 2024-08-02T16:43:00.236Z | version: 14 (system default) -> 15 (system default) |
136 | 2024-08-02T16:43:00.236Z | |
137 | 2024-08-02T16:43:00.236Z | Changed packages: |
138 | 2024-08-02T16:43:00.236Z | helios-dev |
139 | 2024-08-02T16:43:00.236Z | developer/build-essential |
140 | 2024-08-02T16:43:00.236Z | None -> 11-2.0 |
141 | 2024-08-02T16:43:00.236Z | library/libxmlsec1 |
142 | 2024-08-02T16:43:00.236Z | None -> 1.2.35-2.0 |
143 | 2024-08-02T16:43:00.237Z | ooce/developer/clang-15 |
144 | 2024-08-02T16:43:00.237Z | None -> 15.0.7-2.0 |
145 | 2024-08-02T16:43:00.237Z | ooce/developer/llvm-15 |
146 | 2024-08-02T16:43:00.237Z | None -> 15.0.7-2.0 |
147 | 2024-08-02T16:43:00.237Z | |
148 | 2024-08-02T16:43:00.237Z | Services: |
149 | 2024-08-02T16:43:00.237Z | restart_fmri: |
150 | 2024-08-02T16:43:00.237Z | svc:/system/update-man-index:default |
151 | 2024-08-02T16:43:00.637Z | |
152 | 2024-08-02T16:43:00.637Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
153 | 2024-08-02T16:43:05.637Z | Download: 1146/3290 items 74.4/212.6MB 34% complete (14.9M/s) |
154 | 2024-08-02T16:43:10.924Z | Download: 1198/3290 items 83.0/212.6MB 39% complete (11.7M/s) |
155 | 2024-08-02T16:43:15.932Z | Download: 2290/3290 items 119.6/212.6MB 56% complete (4.4M/s) |
156 | 2024-08-02T16:43:20.629Z | Download: Completed 212.60 MB in 19.99 seconds (10.6M/s) |
157 | 2024-08-02T16:43:21.253Z | Actions: 1/3689 actions (Installing new actions) |
158 | 2024-08-02T16:43:26.337Z | Actions: 3551/3689 actions (Installing new actions) |
159 | 2024-08-02T16:43:27.454Z | Actions: Completed 3689 actions in 6.20 seconds. |
160 | 2024-08-02T16:43:27.711Z | Done (0.253s) |
161 | 2024-08-02T16:43:27.711Z | Done (0.000s) |
162 | 2024-08-02T16:43:28.064Z | Done (0.353s) |
163 | 2024-08-02T16:43:34.371Z | Done (6.147s) |
164 | 2024-08-02T16:43:34.625Z | Done (0.188s) |
165 | 2024-08-02T16:43:34.630Z | Done (0.000s) |
166 | 2024-08-02T16:43:34.783Z | Done (0.000s) |
167 | 2024-08-02T16:43:35.352Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-08-02T16:43:35.514Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-08-02T16:43:35.517Z | Planning: Consolidating action changes ... Done |
170 | 2024-08-02T16:43:35.780Z | Planning: Evaluating mediators ... Done |
171 | 2024-08-02T16:43:35.783Z | Planning: Planning completed in 0.43 seconds |
172 | 2024-08-02T16:43:35.813Z | Mediators to change: 2 |
173 | 2024-08-02T16:43:35.813Z | Create boot environment: No |
174 | 2024-08-02T16:43:35.816Z | Create backup boot environment: No |
175 | 2024-08-02T16:43:35.895Z | Done |
176 | 2024-08-02T16:43:35.895Z | Done |
177 | 2024-08-02T16:43:36.112Z | Done |
178 | 2024-08-02T16:43:39.576Z | Done |
179 | 2024-08-02T16:43:39.660Z | Done |
180 | 2024-08-02T16:43:39.660Z | Done |
181 | 2024-08-02T16:43:39.776Z | Done |
182 | 2024-08-02T16:43:40.376Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-08-02T16:43:40.379Z | Planning: Merging actions ... Done |
184 | 2024-08-02T16:43:40.567Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-08-02T16:43:40.570Z | Planning: Consolidating action changes ... Done |
186 | 2024-08-02T16:43:40.828Z | Planning: Evaluating mediators ... Done |
187 | 2024-08-02T16:43:40.883Z | Planning: Planning completed in 0.75 seconds |
188 | 2024-08-02T16:43:40.917Z | Packages to change: 1 |
189 | 2024-08-02T16:43:40.917Z | Mediators to change: 1 |
190 | 2024-08-02T16:43:40.920Z | Services to change: 1 |
191 | 2024-08-02T16:43:40.920Z | Create boot environment: No |
192 | 2024-08-02T16:43:40.920Z | Create backup boot environment: Yes |
193 | 2024-08-02T16:43:42.723Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2024-08-02T16:43:42.842Z | Actions: Completed 6 actions in 0.12 seconds. |
195 | 2024-08-02T16:43:42.842Z | Done |
196 | 2024-08-02T16:43:42.842Z | Done |
197 | 2024-08-02T16:43:42.915Z | Done |
198 | 2024-08-02T16:43:46.519Z | Done |
199 | 2024-08-02T16:43:46.606Z | Done |
200 | 2024-08-02T16:43:46.606Z | Done |
201 | 2024-08-02T16:43:46.721Z | Done |
202 | 2024-08-02T16:43:47.143Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2024-08-02T16:43:47.144Z | clang system 15 system |
204 | 2024-08-02T16:43:47.144Z | csh system system illumos |
205 | 2024-08-02T16:43:47.144Z | ctags system system illumos |
206 | 2024-08-02T16:43:47.144Z | gcc vendor 12 vendor |
207 | 2024-08-02T16:43:47.144Z | gcc system 10 system |
208 | 2024-08-02T16:43:47.144Z | gcc system 7 system |
209 | 2024-08-02T16:43:47.144Z | go system 1.20 system |
210 | 2024-08-02T16:43:47.144Z | go system 1.19 system |
211 | 2024-08-02T16:43:47.144Z | llvm system 15 system |
212 | 2024-08-02T16:43:47.144Z | llvm system 14 system |
213 | 2024-08-02T16:43:47.145Z | mariadb system 10.6 system |
214 | 2024-08-02T16:43:47.145Z | mta vendor vendor dma |
215 | 2024-08-02T16:43:47.145Z | openjdk system 17 system |
216 | 2024-08-02T16:43:47.145Z | openjdk system 11 system |
217 | 2024-08-02T16:43:47.145Z | openjdk system 1.8 system |
218 | 2024-08-02T16:43:47.145Z | openssl vendor 3 vendor |
219 | 2024-08-02T16:43:47.145Z | perl system 5.36 system |
220 | 2024-08-02T16:43:47.145Z | postgresql system 15 system |
221 | 2024-08-02T16:43:47.145Z | postgresql system 13 system |
222 | 2024-08-02T16:43:47.145Z | python vendor 3 vendor |
223 | 2024-08-02T16:43:47.146Z | python system 2 system |
224 | 2024-08-02T16:43:47.146Z | python3 system 3.11 system |
225 | 2024-08-02T16:43:47.146Z | ruby system 3.0 system |
226 | 2024-08-02T16:43:47.146Z | words vendor vendor american-english |
227 | 2024-08-02T16:43:47.146Z | words system system australian-english |
228 | 2024-08-02T16:43:47.146Z | words system system british-english |
229 | 2024-08-02T16:43:47.146Z | words system system canadian-english |
230 | 2024-08-02T16:43:47.146Z | words system system french |
231 | 2024-08-02T16:43:47.146Z | words system system italian |
232 | 2024-08-02T16:43:47.147Z | words system system ngerman |
233 | 2024-08-02T16:43:47.147Z | words system system ogerman |
234 | 2024-08-02T16:43:47.147Z | words system system spanish |
235 | 2024-08-02T16:43:47.465Z | PUBLISHER TYPE STATUS P LOCATION |
236 | 2024-08-02T16:43:47.465Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
237 | 2024-08-02T16:43:49.091Z | FMRI IFO |
238 | 2024-08-02T16:43:49.091Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
239 | 2024-08-02T16:43:49.091Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
240 | 2024-08-02T16:43:49.091Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
241 | 2024-08-02T16:43:49.091Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
242 | 2024-08-02T16:43:49.091Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
243 | 2024-08-02T16:43:49.091Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2024-08-02T16:43:49.091Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
245 | 2024-08-02T16:43:49.091Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
246 | 2024-08-02T16:43:49.091Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
247 | 2024-08-02T16:43:49.091Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
248 | 2024-08-02T16:43:49.091Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-08-02T16:43:49.091Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-08-02T16:43:49.616Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-08-02T16:43:49.916Z | Updating git repository `https://github.com/oxidecomputer/zone` |
252 | 2024-08-02T16:43:50.194Z | Updating crates.io index |
253 | 2024-08-02T16:43:50.260Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
254 | 2024-08-02T16:43:51.172Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
255 | 2024-08-02T16:43:51.986Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
256 | 2024-08-02T16:43:52.258Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
257 | 2024-08-02T16:43:54.336Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
258 | 2024-08-02T16:43:54.795Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
259 | 2024-08-02T16:43:55.041Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
260 | 2024-08-02T16:43:56.077Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
261 | 2024-08-02T16:43:58.150Z | Updating git repository `https://github.com/oxidecomputer/opte` |
262 | 2024-08-02T16:43:59.252Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
263 | 2024-08-02T16:44:00.026Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
264 | 2024-08-02T16:44:00.823Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
265 | 2024-08-02T16:44:01.104Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
266 | 2024-08-02T16:44:01.386Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
267 | 2024-08-02T16:44:01.762Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
268 | 2024-08-02T16:44:02.085Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
269 | 2024-08-02T16:44:02.353Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
270 | 2024-08-02T16:44:02.628Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
271 | 2024-08-02T16:44:03.066Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
272 | 2024-08-02T16:44:03.364Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
273 | 2024-08-02T16:44:03.707Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
274 | 2024-08-02T16:44:03.948Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
275 | 2024-08-02T16:44:04.514Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
276 | 2024-08-02T16:44:04.785Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
277 | 2024-08-02T16:44:05.197Z | Updating git repository `https://github.com/oxidecomputer/typify` |
278 | 2024-08-02T16:44:07.170Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
279 | 2024-08-02T16:44:07.491Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
280 | 2024-08-02T16:44:07.766Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
281 | 2024-08-02T16:44:08.324Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
282 | 2024-08-02T16:44:09.440Z | Downloading crates ... |
283 | 2024-08-02T16:44:09.505Z | Downloaded byteorder v1.5.0 |
284 | 2024-08-02T16:44:09.507Z | Downloaded block-buffer v0.10.4 |
285 | 2024-08-02T16:44:09.510Z | Downloaded autocfg v1.3.0 |
286 | 2024-08-02T16:44:09.510Z | Downloaded anstyle-query v1.0.3 |
287 | 2024-08-02T16:44:09.513Z | Downloaded clap_lex v0.7.0 |
288 | 2024-08-02T16:44:09.513Z | Downloaded anstyle v1.0.8 |
289 | 2024-08-02T16:44:09.516Z | Downloaded camino v1.1.7 |
290 | 2024-08-02T16:44:09.519Z | Downloaded usdt-macro v0.5.0 |
291 | 2024-08-02T16:44:09.526Z | Downloaded equivalent v1.0.1 |
292 | 2024-08-02T16:44:09.528Z | Downloaded usdt-attr-macro v0.5.0 |
293 | 2024-08-02T16:44:09.531Z | Downloaded swrite v0.1.0 |
294 | 2024-08-02T16:44:09.531Z | Downloaded crypto-common v0.1.6 |
295 | 2024-08-02T16:44:09.535Z | Downloaded thiserror-impl v1.0.63 |
296 | 2024-08-02T16:44:09.539Z | Downloaded dof v0.3.0 |
297 | 2024-08-02T16:44:09.539Z | Downloaded cfg-if v1.0.0 |
298 | 2024-08-02T16:44:09.539Z | Downloaded version_check v0.9.4 |
299 | 2024-08-02T16:44:09.539Z | Downloaded tabled_derive v0.7.0 |
300 | 2024-08-02T16:44:09.542Z | Downloaded serde_spanned v0.6.6 |
301 | 2024-08-02T16:44:09.542Z | Downloaded plain v0.2.3 |
302 | 2024-08-02T16:44:09.545Z | Downloaded itoa v1.0.11 |
303 | 2024-08-02T16:44:09.545Z | Downloaded fnv v1.0.7 |
304 | 2024-08-02T16:44:09.547Z | Downloaded anstyle-parse v0.2.4 |
305 | 2024-08-02T16:44:09.550Z | Downloaded thiserror v1.0.63 |
306 | 2024-08-02T16:44:09.556Z | Downloaded scroll v0.12.0 |
307 | 2024-08-02T16:44:09.559Z | Downloaded dtrace-parser v0.2.0 |
308 | 2024-08-02T16:44:09.559Z | Downloaded heck v0.4.1 |
309 | 2024-08-02T16:44:09.562Z | Downloaded cpufeatures v0.2.12 |
310 | 2024-08-02T16:44:09.562Z | Downloaded cargo_metadata v0.18.1 |
311 | 2024-08-02T16:44:09.565Z | Downloaded pest_generator v2.7.10 |
312 | 2024-08-02T16:44:09.565Z | Downloaded bytecount v0.6.8 |
313 | 2024-08-02T16:44:09.567Z | Downloaded generic-array v0.14.7 |
314 | 2024-08-02T16:44:09.567Z | Downloaded semver v1.0.23 |
315 | 2024-08-02T16:44:09.571Z | Downloaded anstream v0.6.14 |
316 | 2024-08-02T16:44:09.574Z | Downloaded digest v0.10.7 |
317 | 2024-08-02T16:44:09.574Z | Downloaded zerocopy-derive v0.7.34 |
318 | 2024-08-02T16:44:09.577Z | Downloaded sha2 v0.10.8 |
319 | 2024-08-02T16:44:09.580Z | Downloaded proc-macro-error v1.0.4 |
320 | 2024-08-02T16:44:09.583Z | Downloaded colorchoice v1.0.1 |
321 | 2024-08-02T16:44:09.586Z | Downloaded scroll_derive v0.12.0 |
322 | 2024-08-02T16:44:09.586Z | Downloaded is_terminal_polyfill v1.70.0 |
323 | 2024-08-02T16:44:09.588Z | Downloaded cargo-platform v0.1.8 |
324 | 2024-08-02T16:44:09.588Z | Downloaded clap_derive v4.5.8 |
325 | 2024-08-02T16:44:09.591Z | Downloaded thread-id v4.2.1 |
326 | 2024-08-02T16:44:09.594Z | Downloaded toml_datetime v0.6.6 |
327 | 2024-08-02T16:44:09.594Z | Downloaded heck v0.5.0 |
328 | 2024-08-02T16:44:09.597Z | Downloaded ucd-trie v0.1.6 |
329 | 2024-08-02T16:44:09.597Z | Downloaded proc-macro2 v1.0.86 |
330 | 2024-08-02T16:44:09.599Z | Downloaded anyhow v1.0.86 |
331 | 2024-08-02T16:44:09.603Z | Downloaded toml v0.8.15 |
332 | 2024-08-02T16:44:09.606Z | Downloaded proc-macro-error-attr v1.0.4 |
333 | 2024-08-02T16:44:09.609Z | Downloaded utf8parse v0.2.1 |
334 | 2024-08-02T16:44:09.609Z | Downloaded terminal_size v0.3.0 |
335 | 2024-08-02T16:44:09.613Z | Downloaded macaddr v1.0.1 |
336 | 2024-08-02T16:44:09.613Z | Downloaded pretty-hex v0.4.1 |
337 | 2024-08-02T16:44:09.613Z | Downloaded log v0.4.21 |
338 | 2024-08-02T16:44:09.616Z | Downloaded usdt-impl v0.5.0 |
339 | 2024-08-02T16:44:09.616Z | Downloaded usdt v0.5.0 |
340 | 2024-08-02T16:44:09.618Z | Downloaded cargo_toml v0.20.4 |
341 | 2024-08-02T16:44:09.618Z | Downloaded strsim v0.11.1 |
342 | 2024-08-02T16:44:09.621Z | Downloaded memmap v0.7.0 |
343 | 2024-08-02T16:44:09.621Z | Downloaded serde_tokenstream v0.2.1 |
344 | 2024-08-02T16:44:09.625Z | Downloaded once_cell v1.19.0 |
345 | 2024-08-02T16:44:09.627Z | Downloaded serde_derive v1.0.204 |
346 | 2024-08-02T16:44:09.631Z | Downloaded quote v1.0.36 |
347 | 2024-08-02T16:44:09.634Z | Downloaded errno v0.3.9 |
348 | 2024-08-02T16:44:09.637Z | Downloaded fs-err v2.11.0 |
349 | 2024-08-02T16:44:09.639Z | Downloaded clap v4.5.9 |
350 | 2024-08-02T16:44:09.646Z | Downloaded typenum v1.17.0 |
351 | 2024-08-02T16:44:09.648Z | Downloaded pest_derive v2.7.10 |
352 | 2024-08-02T16:44:09.651Z | Downloaded unicode-ident v1.0.12 |
353 | 2024-08-02T16:44:09.654Z | Downloaded indexmap v2.2.6 |
354 | 2024-08-02T16:44:09.657Z | Downloaded pest_meta v2.7.10 |
355 | 2024-08-02T16:44:09.660Z | Downloaded ryu v1.0.18 |
356 | 2024-08-02T16:44:09.662Z | Downloaded papergrid v0.11.0 |
357 | 2024-08-02T16:44:09.667Z | Downloaded bitflags v2.6.0 |
358 | 2024-08-02T16:44:09.673Z | Downloaded toml_edit v0.22.16 |
359 | 2024-08-02T16:44:09.695Z | Downloaded memchr v2.7.2 |
360 | 2024-08-02T16:44:09.699Z | Downloaded serde v1.0.204 |
361 | 2024-08-02T16:44:09.703Z | Downloaded clap_builder v4.5.9 |
362 | 2024-08-02T16:44:09.710Z | Downloaded pest v2.7.10 |
363 | 2024-08-02T16:44:09.714Z | Downloaded hashbrown v0.14.5 |
364 | 2024-08-02T16:44:09.720Z | Downloaded zerocopy v0.7.34 |
365 | 2024-08-02T16:44:09.743Z | Downloaded winnow v0.6.8 |
366 | 2024-08-02T16:44:09.751Z | Downloaded serde_json v1.0.120 |
367 | 2024-08-02T16:44:09.759Z | Downloaded goblin v0.8.2 |
368 | 2024-08-02T16:44:09.765Z | Downloaded tabled v0.15.0 |
369 | 2024-08-02T16:44:09.783Z | Downloaded syn v2.0.72 |
370 | 2024-08-02T16:44:09.791Z | Downloaded syn v1.0.109 |
371 | 2024-08-02T16:44:09.802Z | Downloaded rustix v0.38.34 |
372 | 2024-08-02T16:44:09.823Z | Downloaded unicode-width v0.1.13 |
373 | 2024-08-02T16:44:09.830Z | Downloaded libc v0.2.155 |
374 | 2024-08-02T16:44:10.119Z | Compiling proc-macro2 v1.0.86 |
375 | 2024-08-02T16:44:10.119Z | Compiling unicode-ident v1.0.12 |
376 | 2024-08-02T16:44:10.122Z | Compiling version_check v0.9.4 |
377 | 2024-08-02T16:44:10.122Z | Compiling serde v1.0.204 |
378 | 2024-08-02T16:44:10.122Z | Compiling thiserror v1.0.63 |
379 | 2024-08-02T16:44:10.122Z | Compiling libc v0.2.155 |
380 | 2024-08-02T16:44:10.152Z | Compiling itoa v1.0.11 |
381 | 2024-08-02T16:44:10.155Z | Compiling ryu v1.0.18 |
382 | 2024-08-02T16:44:10.362Z | Compiling ucd-trie v0.1.6 |
383 | 2024-08-02T16:44:10.474Z | Compiling memchr v2.7.2 |
384 | 2024-08-02T16:44:10.887Z | Compiling once_cell v1.19.0 |
385 | 2024-08-02T16:44:10.890Z | Compiling byteorder v1.5.0 |
386 | 2024-08-02T16:44:11.196Z | Compiling serde_json v1.0.120 |
387 | 2024-08-02T16:44:13.738Z | Compiling proc-macro-error-attr v1.0.4 |
388 | 2024-08-02T16:44:13.741Z | Compiling usdt-impl v0.5.0 |
389 | 2024-08-02T16:44:13.785Z | Compiling syn v1.0.109 |
390 | 2024-08-02T16:44:13.788Z | Compiling rustix v0.38.34 |
391 | 2024-08-02T16:44:13.864Z | Compiling proc-macro-error v1.0.4 |
392 | 2024-08-02T16:44:14.046Z | Compiling utf8parse v0.2.1 |
393 | 2024-08-02T16:44:14.111Z | Compiling log v0.4.21 |
394 | 2024-08-02T16:44:14.177Z | Compiling bitflags v2.6.0 |
395 | 2024-08-02T16:44:14.199Z | Compiling hashbrown v0.14.5 |
396 | 2024-08-02T16:44:14.409Z | Compiling equivalent v1.0.1 |
397 | 2024-08-02T16:44:14.489Z | Compiling thread-id v4.2.1 |
398 | 2024-08-02T16:44:14.517Z | Compiling plain v0.2.3 |
399 | 2024-08-02T16:44:14.542Z | Compiling anstyle-parse v0.2.4 |
400 | 2024-08-02T16:44:14.656Z | Compiling quote v1.0.36 |
401 | 2024-08-02T16:44:14.681Z | Compiling anstyle-query v1.0.3 |
402 | 2024-08-02T16:44:14.742Z | Compiling winnow v0.6.8 |
403 | 2024-08-02T16:44:14.817Z | Compiling camino v1.1.7 |
404 | 2024-08-02T16:44:14.873Z | Compiling autocfg v1.3.0 |
405 | 2024-08-02T16:44:14.937Z | Compiling anstyle v1.0.8 |
406 | 2024-08-02T16:44:15.346Z | Compiling syn v2.0.72 |
407 | 2024-08-02T16:44:15.383Z | Compiling errno v0.3.9 |
408 | 2024-08-02T16:44:15.428Z | Compiling indexmap v2.2.6 |
409 | 2024-08-02T16:44:15.590Z | Compiling pretty-hex v0.4.1 |
410 | 2024-08-02T16:44:15.800Z | Compiling semver v1.0.23 |
411 | 2024-08-02T16:44:15.822Z | Compiling is_terminal_polyfill v1.70.0 |
412 | 2024-08-02T16:44:15.947Z | Compiling colorchoice v1.0.1 |
413 | 2024-08-02T16:44:16.112Z | Compiling anstream v0.6.14 |
414 | 2024-08-02T16:44:16.342Z | Compiling fs-err v2.11.0 |
415 | 2024-08-02T16:44:16.699Z | Compiling terminal_size v0.3.0 |
416 | 2024-08-02T16:44:16.841Z | Compiling clap_lex v0.7.0 |
417 | 2024-08-02T16:44:16.896Z | Compiling strsim v0.11.1 |
418 | 2024-08-02T16:44:16.918Z | Compiling heck v0.4.1 |
419 | 2024-08-02T16:44:16.921Z | Compiling fnv v1.0.7 |
420 | 2024-08-02T16:44:17.074Z | Compiling unicode-width v0.1.13 |
421 | 2024-08-02T16:44:17.099Z | Compiling heck v0.5.0 |
422 | 2024-08-02T16:44:17.311Z | Compiling bytecount v0.6.8 |
423 | 2024-08-02T16:44:17.363Z | Compiling anyhow v1.0.86 |
424 | 2024-08-02T16:44:17.393Z | Compiling clap_builder v4.5.9 |
425 | 2024-08-02T16:44:17.521Z | Compiling papergrid v0.11.0 |
426 | 2024-08-02T16:44:17.741Z | Compiling memmap v0.7.0 |
427 | 2024-08-02T16:44:18.086Z | Compiling swrite v0.1.0 |
428 | 2024-08-02T16:44:20.435Z | Compiling tabled_derive v0.7.0 |
429 | 2024-08-02T16:44:22.196Z | Compiling tabled v0.15.0 |
430 | 2024-08-02T16:44:24.095Z | Compiling serde_derive v1.0.204 |
431 | 2024-08-02T16:44:24.095Z | Compiling thiserror-impl v1.0.63 |
432 | 2024-08-02T16:44:24.097Z | Compiling zerocopy-derive v0.7.34 |
433 | 2024-08-02T16:44:24.097Z | Compiling scroll_derive v0.12.0 |
434 | 2024-08-02T16:44:24.098Z | Compiling clap_derive v4.5.8 |
435 | 2024-08-02T16:44:25.227Z | Compiling scroll v0.12.0 |
436 | 2024-08-02T16:44:25.805Z | Compiling goblin v0.8.2 |
437 | 2024-08-02T16:44:26.168Z | Compiling zerocopy v0.7.34 |
438 | 2024-08-02T16:44:27.184Z | Compiling pest v2.7.10 |
439 | 2024-08-02T16:44:28.013Z | Compiling clap v4.5.9 |
440 | 2024-08-02T16:44:29.122Z | Compiling pest_meta v2.7.10 |
441 | 2024-08-02T16:44:29.958Z | Compiling pest_generator v2.7.10 |
442 | 2024-08-02T16:44:32.020Z | Compiling pest_derive v2.7.10 |
443 | 2024-08-02T16:44:32.637Z | Compiling dtrace-parser v0.2.0 |
444 | 2024-08-02T16:44:34.534Z | Compiling serde_spanned v0.6.6 |
445 | 2024-08-02T16:44:34.537Z | Compiling toml_datetime v0.6.6 |
446 | 2024-08-02T16:44:34.538Z | Compiling cargo-platform v0.1.8 |
447 | 2024-08-02T16:44:34.905Z | Compiling serde_tokenstream v0.2.1 |
448 | 2024-08-02T16:44:35.005Z | Compiling toml_edit v0.22.16 |
449 | 2024-08-02T16:44:35.067Z | Compiling macaddr v1.0.1 |
450 | 2024-08-02T16:44:35.937Z | Compiling dof v0.3.0 |
451 | 2024-08-02T16:44:35.937Z | Compiling cargo_metadata v0.18.1 |
452 | 2024-08-02T16:44:37.663Z | Compiling toml v0.8.15 |
453 | 2024-08-02T16:44:38.012Z | Compiling usdt-macro v0.5.0 |
454 | 2024-08-02T16:44:38.012Z | Compiling usdt-attr-macro v0.5.0 |
455 | 2024-08-02T16:44:38.610Z | Compiling cargo_toml v0.20.4 |
456 | 2024-08-02T16:44:39.336Z | Compiling usdt v0.5.0 |
457 | 2024-08-02T16:44:42.211Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
458 | 2024-08-02T16:44:46.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.99s |
459 | 2024-08-02T16:44:46.669Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
460 | 2024-08-02T16:44:47.189Z | Downloading crates ... |
461 | 2024-08-02T16:44:47.292Z | Downloaded async-stream-impl v0.3.5 |
462 | 2024-08-02T16:44:47.302Z | Downloaded addr2line v0.21.0 |
463 | 2024-08-02T16:44:47.305Z | Downloaded bit-vec v0.6.3 |
464 | 2024-08-02T16:44:47.309Z | Downloaded arrayvec v0.7.4 |
465 | 2024-08-02T16:44:47.313Z | Downloaded atty v0.2.14 |
466 | 2024-08-02T16:44:47.317Z | Downloaded bitstruct v0.1.1 |
467 | 2024-08-02T16:44:47.328Z | Downloaded match_cfg v0.1.0 |
468 | 2024-08-02T16:44:47.331Z | Downloaded crucible-workspace-hack v0.1.0 |
469 | 2024-08-02T16:44:47.331Z | Downloaded managed v0.8.0 |
470 | 2024-08-02T16:44:47.333Z | Downloaded is-terminal v0.4.12 |
471 | 2024-08-02T16:44:47.333Z | Downloaded inout v0.1.3 |
472 | 2024-08-02T16:44:47.336Z | Downloaded lazycell v1.3.0 |
473 | 2024-08-02T16:44:47.339Z | Downloaded lalrpop-util v0.19.12 |
474 | 2024-08-02T16:44:47.339Z | Downloaded lock_api v0.4.12 |
475 | 2024-08-02T16:44:47.342Z | Downloaded atomic-waker v1.1.2 |
476 | 2024-08-02T16:44:47.345Z | Downloaded num-conv v0.1.0 |
477 | 2024-08-02T16:44:47.345Z | Downloaded openssl-probe v0.1.5 |
478 | 2024-08-02T16:44:47.347Z | Downloaded newtype_derive v0.1.6 |
479 | 2024-08-02T16:44:47.347Z | Downloaded newline-converter v0.3.0 |
480 | 2024-08-02T16:44:47.350Z | Downloaded libloading v0.8.3 |
481 | 2024-08-02T16:44:47.353Z | Downloaded ipnet v2.9.0 |
482 | 2024-08-02T16:44:47.353Z | Downloaded number_prefix v0.4.0 |
483 | 2024-08-02T16:44:47.356Z | Downloaded assert_matches v1.5.0 |
484 | 2024-08-02T16:44:47.356Z | Downloaded parse-size v1.0.0 |
485 | 2024-08-02T16:44:47.356Z | Downloaded async-recursion v1.1.1 |
486 | 2024-08-02T16:44:47.360Z | Downloaded array-init v0.0.4 |
487 | 2024-08-02T16:44:47.362Z | Downloaded linear-map v1.2.0 |
488 | 2024-08-02T16:44:47.365Z | Downloaded libsw v3.3.1 |
489 | 2024-08-02T16:44:47.369Z | Downloaded matches v0.1.10 |
490 | 2024-08-02T16:44:47.369Z | Downloaded num_enum_derive v0.5.11 |
491 | 2024-08-02T16:44:47.369Z | Downloaded num-integer v0.1.46 |
492 | 2024-08-02T16:44:47.372Z | Downloaded is_ci v1.2.0 |
493 | 2024-08-02T16:44:47.372Z | Downloaded num_cpus v1.16.0 |
494 | 2024-08-02T16:44:47.375Z | Downloaded multimap v0.10.0 |
495 | 2024-08-02T16:44:47.378Z | Downloaded packed_struct_codegen v0.10.1 |
496 | 2024-08-02T16:44:47.378Z | Downloaded chacha20 v0.9.1 |
497 | 2024-08-02T16:44:47.381Z | Downloaded memoffset v0.9.1 |
498 | 2024-08-02T16:44:47.383Z | Downloaded pem v3.0.4 |
499 | 2024-08-02T16:44:47.384Z | Downloaded cstr-argument v0.1.2 |
500 | 2024-08-02T16:44:47.386Z | Downloaded colored v2.1.0 |
501 | 2024-08-02T16:44:47.389Z | Downloaded ciborium-io v0.2.2 |
502 | 2024-08-02T16:44:47.389Z | Downloaded parse-display v0.9.1 |
503 | 2024-08-02T16:44:47.392Z | Downloaded data-encoding v2.6.0 |
504 | 2024-08-02T16:44:47.392Z | Downloaded defmt v0.3.8 |
505 | 2024-08-02T16:44:47.395Z | Downloaded opaque-debug v0.3.1 |
506 | 2024-08-02T16:44:47.398Z | Downloaded sqlparser_derive v0.2.2 |
507 | 2024-08-02T16:44:47.398Z | Downloaded oso-derive v0.27.3 |
508 | 2024-08-02T16:44:47.401Z | Downloaded darling_macro v0.20.9 |
509 | 2024-08-02T16:44:47.401Z | Downloaded openssl-macros v0.1.1 |
510 | 2024-08-02T16:44:47.401Z | Downloaded path-slash v0.1.5 |
511 | 2024-08-02T16:44:47.404Z | Downloaded peg-runtime v0.8.3 |
512 | 2024-08-02T16:44:47.404Z | Downloaded nibble_vec v0.1.0 |
513 | 2024-08-02T16:44:47.407Z | Downloaded mime_guess v2.0.4 |
514 | 2024-08-02T16:44:47.409Z | Downloaded linked-hash-map v0.5.6 |
515 | 2024-08-02T16:44:47.409Z | Downloaded parking_lot_core v0.8.6 |
516 | 2024-08-02T16:44:47.412Z | Downloaded owo-colors v4.0.0 |
517 | 2024-08-02T16:44:47.415Z | Downloaded parking_lot v0.11.2 |
518 | 2024-08-02T16:44:47.418Z | Downloaded lru v0.12.3 |
519 | 2024-08-02T16:44:47.421Z | Downloaded stability v0.2.0 |
520 | 2024-08-02T16:44:47.421Z | Downloaded bitfield v0.14.0 |
521 | 2024-08-02T16:44:47.424Z | Downloaded tinyvec_macros v0.1.1 |
522 | 2024-08-02T16:44:47.424Z | Downloaded try-lock v0.2.5 |
523 | 2024-08-02T16:44:47.426Z | Downloaded bzip2 v0.4.4 |
524 | 2024-08-02T16:44:47.426Z | Downloaded bit-set v0.5.3 |
525 | 2024-08-02T16:44:47.429Z | Downloaded peg-macros v0.8.4 |
526 | 2024-08-02T16:44:47.432Z | Downloaded num-iter v0.1.45 |
527 | 2024-08-02T16:44:47.432Z | Downloaded num-derive v0.4.2 |
528 | 2024-08-02T16:44:47.434Z | Downloaded nanorand v0.7.0 |
529 | 2024-08-02T16:44:47.437Z | Downloaded cookie v0.17.0 |
530 | 2024-08-02T16:44:47.440Z | Downloaded num_enum v0.5.11 |
531 | 2024-08-02T16:44:47.445Z | Downloaded olpc-cjson v0.1.3 |
532 | 2024-08-02T16:44:47.448Z | Downloaded foreign-types-shared v0.3.1 |
533 | 2024-08-02T16:44:47.448Z | Downloaded foreign-types-shared v0.1.1 |
534 | 2024-08-02T16:44:47.451Z | Downloaded defmt-macros v0.3.9 |
535 | 2024-08-02T16:44:47.454Z | Downloaded packed_struct v0.10.1 |
536 | 2024-08-02T16:44:47.456Z | Downloaded peg v0.8.4 |
537 | 2024-08-02T16:44:47.459Z | Downloaded cipher v0.4.4 |
538 | 2024-08-02T16:44:47.462Z | Downloaded zone_cfg_derive v0.1.2 |
539 | 2024-08-02T16:44:47.464Z | Downloaded curve25519-dalek-derive v0.1.1 |
540 | 2024-08-02T16:44:47.464Z | Downloaded crc-catalog v2.4.0 |
541 | 2024-08-02T16:44:47.467Z | Downloaded cookie_store v0.20.0 |
542 | 2024-08-02T16:44:47.470Z | Downloaded constant_time_eq v0.3.0 |
543 | 2024-08-02T16:44:47.470Z | Downloaded debug-ignore v1.0.5 |
544 | 2024-08-02T16:44:47.473Z | Downloaded crc v3.2.1 |
545 | 2024-08-02T16:44:47.475Z | Downloaded argon2 v0.5.3 |
546 | 2024-08-02T16:44:47.478Z | Downloaded tls_codec_derive v0.4.1 |
547 | 2024-08-02T16:44:47.478Z | Downloaded phf_shared v0.10.0 |
548 | 2024-08-02T16:44:47.481Z | Downloaded tls_codec v0.4.1 |
549 | 2024-08-02T16:44:47.484Z | Downloaded nu-ansi-term v0.50.0 |
550 | 2024-08-02T16:44:47.486Z | Downloaded slab v0.4.9 |
551 | 2024-08-02T16:44:47.486Z | Downloaded slog-dtrace v0.3.0 |
552 | 2024-08-02T16:44:47.489Z | Downloaded deranged v0.3.11 |
553 | 2024-08-02T16:44:47.492Z | Downloaded fastrand v2.1.0 |
554 | 2024-08-02T16:44:47.492Z | Downloaded password-hash v0.5.0 |
555 | 2024-08-02T16:44:47.494Z | Downloaded backoff v0.4.0 |
556 | 2024-08-02T16:44:47.497Z | Downloaded multer v3.1.0 |
557 | 2024-08-02T16:44:47.500Z | Downloaded futures-sink v0.3.30 |
558 | 2024-08-02T16:44:47.502Z | Downloaded oso v0.27.3 |
559 | 2024-08-02T16:44:47.505Z | Downloaded csv-core v0.1.11 |
560 | 2024-08-02T16:44:47.508Z | Downloaded sync_wrapper v0.1.2 |
561 | 2024-08-02T16:44:47.508Z | Downloaded base64ct v1.6.0 |
562 | 2024-08-02T16:44:47.511Z | Downloaded futures-task v0.3.30 |
563 | 2024-08-02T16:44:47.514Z | Downloaded hostname v0.4.0 |
564 | 2024-08-02T16:44:47.514Z | Downloaded tiny-keccak v2.0.2 |
565 | 2024-08-02T16:44:47.517Z | Downloaded thiserror-no-std v2.0.2 |
566 | 2024-08-02T16:44:47.521Z | Downloaded downcast v0.11.0 |
567 | 2024-08-02T16:44:47.524Z | Downloaded wyz v0.5.1 |
568 | 2024-08-02T16:44:47.524Z | Downloaded utf-8 v0.7.6 |
569 | 2024-08-02T16:44:47.526Z | Downloaded darling v0.20.9 |
570 | 2024-08-02T16:44:47.529Z | Downloaded strum v0.26.3 |
571 | 2024-08-02T16:44:47.533Z | Downloaded zone v0.1.8 |
572 | 2024-08-02T16:44:47.533Z | Downloaded memmap2 v0.9.4 |
573 | 2024-08-02T16:44:47.537Z | Downloaded fallible-iterator v0.2.0 |
574 | 2024-08-02T16:44:47.537Z | Downloaded display-error-chain v0.2.0 |
575 | 2024-08-02T16:44:47.537Z | Downloaded ahash v0.8.11 |
576 | 2024-08-02T16:44:47.540Z | Downloaded pkg-config v0.3.30 |
577 | 2024-08-02T16:44:47.542Z | Downloaded serde_arrays v0.1.0 |
578 | 2024-08-02T16:44:47.545Z | Downloaded rand_seeder v0.2.3 |
579 | 2024-08-02T16:44:47.545Z | Downloaded radium v0.7.0 |
580 | 2024-08-02T16:44:47.547Z | Downloaded indent_write v2.2.0 |
581 | 2024-08-02T16:44:47.547Z | Downloaded hash32 v0.3.1 |
582 | 2024-08-02T16:44:47.550Z | Downloaded slog-term v2.9.1 |
583 | 2024-08-02T16:44:47.553Z | Downloaded cancel-safe-futures v0.1.5 |
584 | 2024-08-02T16:44:47.555Z | Downloaded parking_lot v0.12.2 |
585 | 2024-08-02T16:44:47.559Z | Downloaded derive_builder v0.20.0 |
586 | 2024-08-02T16:44:47.564Z | Downloaded portpicker v0.1.1 |
587 | 2024-08-02T16:44:47.567Z | Downloaded slog-scope v4.4.0 |
588 | 2024-08-02T16:44:47.570Z | Downloaded signal-hook-registry v1.4.2 |
589 | 2024-08-02T16:44:47.570Z | Downloaded slog-stdlog v4.1.1 |
590 | 2024-08-02T16:44:47.572Z | Downloaded signal-hook-mio v0.2.3 |
591 | 2024-08-02T16:44:47.572Z | Downloaded smawk v0.3.2 |
592 | 2024-08-02T16:44:47.575Z | Downloaded smallvec v0.6.14 |
593 | 2024-08-02T16:44:47.578Z | Downloaded scopeguard v1.2.0 |
594 | 2024-08-02T16:44:47.578Z | Downloaded time-core v0.1.2 |
595 | 2024-08-02T16:44:47.581Z | Downloaded subtle v2.5.0 |
596 | 2024-08-02T16:44:47.581Z | Downloaded ref-cast-impl v1.0.23 |
597 | 2024-08-02T16:44:47.584Z | Downloaded tabwriter v1.4.0 |
598 | 2024-08-02T16:44:47.584Z | Downloaded structmeta-derive v0.3.0 |
599 | 2024-08-02T16:44:47.586Z | Downloaded cookie v0.18.1 |
600 | 2024-08-02T16:44:47.589Z | Downloaded unicode-xid v0.2.4 |
601 | 2024-08-02T16:44:47.589Z | Downloaded pkcs8 v0.10.2 |
602 | 2024-08-02T16:44:47.592Z | Downloaded walkdir v2.5.0 |
603 | 2024-08-02T16:44:47.595Z | Downloaded erased-serde v0.3.31 |
604 | 2024-08-02T16:44:47.598Z | Downloaded take_mut v0.2.2 |
605 | 2024-08-02T16:44:47.600Z | Downloaded derive_builder_macro v0.20.0 |
606 | 2024-08-02T16:44:47.600Z | Downloaded getopts v0.2.21 |
607 | 2024-08-02T16:44:47.603Z | Downloaded pkcs1 v0.7.5 |
608 | 2024-08-02T16:44:47.606Z | Downloaded gethostname v0.4.3 |
609 | 2024-08-02T16:44:47.606Z | Downloaded funty v2.0.0 |
610 | 2024-08-02T16:44:47.608Z | Downloaded fragile v2.0.0 |
611 | 2024-08-02T16:44:47.611Z | Downloaded enum-as-inner v0.5.1 |
612 | 2024-08-02T16:44:47.611Z | Downloaded uuid v1.10.0 |
613 | 2024-08-02T16:44:47.614Z | Downloaded base64 v0.22.1 |
614 | 2024-08-02T16:44:47.618Z | Downloaded crc-any v2.5.0 |
615 | 2024-08-02T16:44:47.621Z | Downloaded foreign-types-macros v0.2.3 |
616 | 2024-08-02T16:44:47.624Z | Downloaded darling_core v0.20.9 |
617 | 2024-08-02T16:44:47.628Z | Downloaded pin-utils v0.1.0 |
618 | 2024-08-02T16:44:47.631Z | Downloaded rand_xorshift v0.3.0 |
619 | 2024-08-02T16:44:47.633Z | Downloaded rustls-pemfile v1.0.4 |
620 | 2024-08-02T16:44:47.636Z | Downloaded precomputed-hash v0.1.1 |
621 | 2024-08-02T16:44:47.636Z | Downloaded serde-big-array v0.5.1 |
622 | 2024-08-02T16:44:47.639Z | Downloaded rand_chacha v0.3.1 |
623 | 2024-08-02T16:44:47.639Z | Downloaded proc-macro-crate v1.3.1 |
624 | 2024-08-02T16:44:47.641Z | Downloaded tower-service v0.3.2 |
625 | 2024-08-02T16:44:47.641Z | Downloaded supports-color v3.0.0 |
626 | 2024-08-02T16:44:47.644Z | Downloaded serde_repr v0.1.19 |
627 | 2024-08-02T16:44:47.647Z | Downloaded thiserror-impl-no-std v2.0.2 |
628 | 2024-08-02T16:44:47.647Z | Downloaded smf v0.2.3 |
629 | 2024-08-02T16:44:47.650Z | Downloaded vsss-rs v3.3.4 |
630 | 2024-08-02T16:44:47.652Z | Downloaded slog-json v2.6.1 |
631 | 2024-08-02T16:44:47.655Z | Downloaded tap v1.0.1 |
632 | 2024-08-02T16:44:47.655Z | Downloaded which v4.4.2 |
633 | 2024-08-02T16:44:47.658Z | Downloaded foreign-types v0.3.2 |
634 | 2024-08-02T16:44:47.658Z | Downloaded unicode-truncate v1.0.0 |
635 | 2024-08-02T16:44:47.660Z | Downloaded dirs-sys-next v0.1.2 |
636 | 2024-08-02T16:44:47.664Z | Downloaded vte_generate_state_changes v0.1.1 |
637 | 2024-08-02T16:44:47.664Z | Downloaded foreign-types v0.5.0 |
638 | 2024-08-02T16:44:47.664Z | Downloaded ff v0.13.0 |
639 | 2024-08-02T16:44:47.667Z | Downloaded httpdate v1.0.3 |
640 | 2024-08-02T16:44:47.667Z | Downloaded float-ord v0.3.2 |
641 | 2024-08-02T16:44:47.670Z | Downloaded filetime v0.2.23 |
642 | 2024-08-02T16:44:47.670Z | Downloaded hmac v0.12.1 |
643 | 2024-08-02T16:44:47.673Z | Downloaded httparse v1.8.0 |
644 | 2024-08-02T16:44:47.676Z | Downloaded universal-hash v0.5.1 |
645 | 2024-08-02T16:44:47.676Z | Downloaded http-range v0.1.5 |
646 | 2024-08-02T16:44:47.679Z | Downloaded http-body v0.4.6 |
647 | 2024-08-02T16:44:47.679Z | Downloaded phf v0.11.2 |
648 | 2024-08-02T16:44:47.682Z | Downloaded crypto-bigint v0.5.5 |
649 | 2024-08-02T16:44:47.688Z | Downloaded const_format v0.2.32 |
650 | 2024-08-02T16:44:47.693Z | Downloaded ppv-lite86 v0.2.17 |
651 | 2024-08-02T16:44:47.696Z | Downloaded powerfmt v0.2.0 |
652 | 2024-08-02T16:44:47.698Z | Downloaded stable_deref_trait v1.2.0 |
653 | 2024-08-02T16:44:47.698Z | Downloaded itertools v0.13.0 |
654 | 2024-08-02T16:44:47.705Z | Downloaded toml v0.7.8 |
655 | 2024-08-02T16:44:47.710Z | Downloaded headers-core v0.2.0 |
656 | 2024-08-02T16:44:47.713Z | Downloaded dyn-clone v1.0.17 |
657 | 2024-08-02T16:44:47.715Z | Downloaded mio v0.8.11 |
658 | 2024-08-02T16:44:47.719Z | Downloaded zip v0.6.6 |
659 | 2024-08-02T16:44:47.724Z | Downloaded predicates-core v1.0.6 |
660 | 2024-08-02T16:44:47.734Z | Downloaded float-cmp v0.9.0 |
661 | 2024-08-02T16:44:47.737Z | Downloaded resolv-conf v0.7.0 |
662 | 2024-08-02T16:44:47.739Z | Downloaded crossbeam-channel v0.5.12 |
663 | 2024-08-02T16:44:47.743Z | Downloaded predicates-tree v1.0.9 |
664 | 2024-08-02T16:44:47.746Z | Downloaded want v0.3.1 |
665 | 2024-08-02T16:44:47.746Z | Downloaded serde_urlencoded v0.7.1 |
666 | 2024-08-02T16:44:47.748Z | Downloaded spki v0.7.3 |
667 | 2024-08-02T16:44:47.751Z | Downloaded pretty-hex v0.2.1 |
668 | 2024-08-02T16:44:47.751Z | Downloaded rustversion v1.0.17 |
669 | 2024-08-02T16:44:47.755Z | Downloaded rustc-demangle v0.1.24 |
670 | 2024-08-02T16:44:47.757Z | Downloaded rpassword v7.3.1 |
671 | 2024-08-02T16:44:47.757Z | Downloaded rusty-fork v0.3.0 |
672 | 2024-08-02T16:44:47.761Z | Downloaded difflib v0.4.0 |
673 | 2024-08-02T16:44:47.764Z | Downloaded hash32 v0.2.1 |
674 | 2024-08-02T16:44:47.764Z | Downloaded embedded-io v0.4.0 |
675 | 2024-08-02T16:44:47.767Z | Downloaded slog-async v2.8.0 |
676 | 2024-08-02T16:44:47.767Z | Downloaded rustls-pki-types v1.7.0 |
677 | 2024-08-02T16:44:47.769Z | Downloaded tracing-core v0.1.32 |
678 | 2024-08-02T16:44:47.772Z | Downloaded rustc-hash v1.1.0 |
679 | 2024-08-02T16:44:47.775Z | Downloaded heck v0.3.3 |
680 | 2024-08-02T16:44:47.775Z | Downloaded topological-sort v0.2.2 |
681 | 2024-08-02T16:44:47.778Z | Downloaded pem-rfc7468 v0.7.0 |
682 | 2024-08-02T16:44:47.781Z | Downloaded unicode-segmentation v1.11.0 |
683 | 2024-08-02T16:44:47.783Z | Downloaded minimal-lexical v0.2.1 |
684 | 2024-08-02T16:44:47.786Z | Downloaded rustfmt-wrapper v0.2.1 |
685 | 2024-08-02T16:44:47.789Z | Downloaded futures-executor v0.3.30 |
686 | 2024-08-02T16:44:47.792Z | Downloaded flagset v0.4.5 |
687 | 2024-08-02T16:44:47.792Z | Downloaded rustc_version v0.4.0 |
688 | 2024-08-02T16:44:47.795Z | Downloaded rustc_version v0.1.7 |
689 | 2024-08-02T16:44:47.795Z | Downloaded r2d2 v0.8.10 |
690 | 2024-08-02T16:44:47.798Z | Downloaded spin v0.5.2 |
691 | 2024-08-02T16:44:47.798Z | Downloaded structmeta v0.3.0 |
692 | 2024-08-02T16:44:47.801Z | Downloaded sqlformat v0.2.4 |
693 | 2024-08-02T16:44:47.801Z | Downloaded itertools v0.10.5 |
694 | 2024-08-02T16:44:47.807Z | Downloaded tungstenite v0.20.1 |
695 | 2024-08-02T16:44:47.811Z | Downloaded fxhash v0.2.1 |
696 | 2024-08-02T16:44:47.815Z | Downloaded shlex v1.3.0 |
697 | 2024-08-02T16:44:47.815Z | Downloaded unsafe-libyaml v0.2.11 |
698 | 2024-08-02T16:44:47.817Z | Downloaded snafu v0.8.2 |
699 | 2024-08-02T16:44:47.824Z | Downloaded either v1.12.0 |
700 | 2024-08-02T16:44:47.826Z | Downloaded termtree v0.4.1 |
701 | 2024-08-02T16:44:47.829Z | Downloaded futures-macro v0.3.30 |
702 | 2024-08-02T16:44:47.829Z | Downloaded rustls-pemfile v2.1.2 |
703 | 2024-08-02T16:44:47.832Z | Downloaded itertools v0.12.1 |
704 | 2024-08-02T16:44:47.838Z | Downloaded phf_shared v0.11.2 |
705 | 2024-08-02T16:44:47.841Z | Downloaded dirs-next v2.0.0 |
706 | 2024-08-02T16:44:47.841Z | Downloaded form_urlencoded v1.2.1 |
707 | 2024-08-02T16:44:47.844Z | Downloaded libxml v0.3.3 |
708 | 2024-08-02T16:44:47.848Z | Downloaded spin v0.9.8 |
709 | 2024-08-02T16:44:47.851Z | Downloaded yasna v0.5.2 |
710 | 2024-08-02T16:44:47.854Z | Downloaded similar v2.5.0 |
711 | 2024-08-02T16:44:47.862Z | Downloaded waitgroup v0.1.2 |
712 | 2024-08-02T16:44:47.862Z | Downloaded predicates v3.1.0 |
713 | 2024-08-02T16:44:47.862Z | Downloaded fd-lock v4.0.2 |
714 | 2024-08-02T16:44:47.866Z | Downloaded slog-envlogger v2.2.0 |
715 | 2024-08-02T16:44:47.866Z | Downloaded x509-cert v0.2.5 |
716 | 2024-08-02T16:44:47.872Z | Downloaded diesel_table_macro_syntax v0.1.0 |
717 | 2024-08-02T16:44:47.875Z | Downloaded futures-io v0.3.30 |
718 | 2024-08-02T16:44:47.875Z | Downloaded futures-core v0.3.30 |
719 | 2024-08-02T16:44:47.878Z | Downloaded unarray v0.1.4 |
720 | 2024-08-02T16:44:47.878Z | Downloaded indexmap v1.9.3 |
721 | 2024-08-02T16:44:47.881Z | Downloaded unicase v2.7.0 |
722 | 2024-08-02T16:44:47.883Z | Downloaded tracing-attributes v0.1.27 |
723 | 2024-08-02T16:44:47.886Z | Downloaded hyper-tls v0.5.0 |
724 | 2024-08-02T16:44:47.886Z | Downloaded siphasher v0.3.11 |
725 | 2024-08-02T16:44:47.889Z | Downloaded sec1 v0.7.3 |
726 | 2024-08-02T16:44:47.892Z | Downloaded heapless v0.7.17 |
727 | 2024-08-02T16:44:47.895Z | Downloaded tungstenite v0.21.0 |
728 | 2024-08-02T16:44:47.898Z | Downloaded schemars v0.8.21 |
729 | 2024-08-02T16:44:47.910Z | Downloaded whoami v1.5.1 |
730 | 2024-08-02T16:44:47.913Z | Downloaded unicode-linebreak v0.1.5 |
731 | 2024-08-02T16:44:47.915Z | Downloaded flume v0.11.0 |
732 | 2024-08-02T16:44:47.918Z | Downloaded diesel_derives v2.1.4 |
733 | 2024-08-02T16:44:47.921Z | Downloaded term v0.7.0 |
734 | 2024-08-02T16:44:47.924Z | Downloaded untrusted v0.9.0 |
735 | 2024-08-02T16:44:47.927Z | Downloaded expectorate v1.1.0 |
736 | 2024-08-02T16:44:47.927Z | Downloaded secrecy v0.8.0 |
737 | 2024-08-02T16:44:47.933Z | Downloaded termcolor v1.4.1 |
738 | 2024-08-02T16:44:47.935Z | Downloaded untrusted v0.7.1 |
739 | 2024-08-02T16:44:47.935Z | Downloaded tokio-rustls v0.25.0 |
740 | 2024-08-02T16:44:47.935Z | Downloaded slog v2.7.0 |
741 | 2024-08-02T16:44:47.935Z | Downloaded hyper-rustls v0.24.2 |
742 | 2024-08-02T16:44:47.938Z | Downloaded tar v0.4.41 |
743 | 2024-08-02T16:44:47.941Z | Downloaded indicatif v0.17.8 |
744 | 2024-08-02T16:44:47.944Z | Downloaded crossterm v0.27.0 |
745 | 2024-08-02T16:44:47.949Z | Downloaded tokio-stream v0.1.15 |
746 | 2024-08-02T16:44:47.952Z | Downloaded sct v0.7.1 |
747 | 2024-08-02T16:44:47.956Z | Downloaded tokio-tungstenite v0.21.0 |
748 | 2024-08-02T16:44:47.959Z | Downloaded ron v0.8.1 |
749 | 2024-08-02T16:44:47.963Z | Downloaded ena v0.14.3 |
750 | 2024-08-02T16:44:47.966Z | Downloaded schemars_derive v0.8.21 |
751 | 2024-08-02T16:44:47.966Z | Downloaded pin-project-lite v0.2.14 |
752 | 2024-08-02T16:44:47.971Z | Downloaded pin-project-internal v1.1.5 |
753 | 2024-08-02T16:44:47.973Z | Downloaded samael v0.0.15 |
754 | 2024-08-02T16:44:47.977Z | Downloaded ron v0.7.1 |
755 | 2024-08-02T16:44:47.981Z | Downloaded postgres-protocol v0.6.7 |
756 | 2024-08-02T16:44:47.984Z | Downloaded diff v0.1.13 |
757 | 2024-08-02T16:44:47.987Z | Downloaded typed-path v0.7.1 |
758 | 2024-08-02T16:44:47.991Z | Downloaded prettyplease v0.2.20 |
759 | 2024-08-02T16:44:47.994Z | Downloaded humantime v2.1.0 |
760 | 2024-08-02T16:44:47.997Z | Downloaded futures-channel v0.3.30 |
761 | 2024-08-02T16:44:47.997Z | Downloaded heapless v0.8.0 |
762 | 2024-08-02T16:44:48.001Z | Downloaded flate2 v1.0.30 |
763 | 2024-08-02T16:44:48.006Z | Downloaded headers v0.3.9 |
764 | 2024-08-02T16:44:48.011Z | Downloaded zeroize_derive v1.4.2 |
765 | 2024-08-02T16:44:48.014Z | Downloaded iana-time-zone v0.1.60 |
766 | 2024-08-02T16:44:48.016Z | Downloaded serde_with_macros v3.8.3 |
767 | 2024-08-02T16:44:48.016Z | Downloaded snafu-derive v0.8.2 |
768 | 2024-08-02T16:44:48.019Z | Downloaded pin-project v1.1.5 |
769 | 2024-08-02T16:44:48.028Z | Downloaded elliptic-curve v0.13.8 |
770 | 2024-08-02T16:44:48.031Z | Downloaded tokio-rustls v0.24.1 |
771 | 2024-08-02T16:44:48.034Z | Downloaded trust-dns-client v0.22.0 |
772 | 2024-08-02T16:44:48.039Z | Downloaded futures v0.3.30 |
773 | 2024-08-02T16:44:48.043Z | Downloaded publicsuffix v2.2.3 |
774 | 2024-08-02T16:44:48.046Z | Downloaded textwrap v0.16.1 |
775 | 2024-08-02T16:44:48.049Z | Downloaded test-strategy v0.3.1 |
776 | 2024-08-02T16:44:48.052Z | Downloaded regex-automata v0.1.10 |
777 | 2024-08-02T16:44:48.056Z | Downloaded blake3 v1.5.1 |
778 | 2024-08-02T16:44:48.063Z | Downloaded lalrpop v0.19.12 |
779 | 2024-08-02T16:44:48.074Z | Downloaded socket2 v0.4.10 |
780 | 2024-08-02T16:44:48.077Z | Downloaded zerocopy v0.6.6 |
781 | 2024-08-02T16:44:48.080Z | Downloaded rustyline v14.0.0 |
782 | 2024-08-02T16:44:48.083Z | Downloaded tokio-postgres v0.7.11 |
783 | 2024-08-02T16:44:48.089Z | Downloaded rayon v1.10.0 |
784 | 2024-08-02T16:44:48.096Z | Downloaded rsa v0.9.6 |
785 | 2024-08-02T16:44:48.101Z | Downloaded serde_yaml v0.9.34+deprecated |
786 | 2024-08-02T16:44:48.104Z | Downloaded hashbrown v0.13.2 |
787 | 2024-08-02T16:44:48.108Z | Downloaded toml_edit v0.19.15 |
788 | 2024-08-02T16:44:48.124Z | Downloaded rand v0.8.5 |
789 | 2024-08-02T16:44:48.127Z | Downloaded url v2.5.2 |
790 | 2024-08-02T16:44:48.130Z | Downloaded hkdf v0.12.4 |
791 | 2024-08-02T16:44:48.132Z | Downloaded reedline v0.31.0 |
792 | 2024-08-02T16:44:48.139Z | Downloaded quick-xml v0.31.0 |
793 | 2024-08-02T16:44:48.144Z | Downloaded trust-dns-resolver v0.22.0 |
794 | 2024-08-02T16:44:48.148Z | Downloaded tough v0.17.1 |
795 | 2024-08-02T16:44:48.156Z | Downloaded serde_with v3.8.3 |
796 | 2024-08-02T16:44:48.164Z | Downloaded rustls-webpki v0.102.4 |
797 | 2024-08-02T16:44:48.181Z | Downloaded nix v0.28.0 |
798 | 2024-08-02T16:44:48.192Z | Downloaded rustls-webpki v0.101.7 |
799 | 2024-08-02T16:44:48.205Z | Downloaded polar-core v0.27.3 |
800 | 2024-08-02T16:44:48.213Z | Downloaded regex-syntax v0.6.29 |
801 | 2024-08-02T16:44:48.219Z | Downloaded tokio-util v0.7.11 |
802 | 2024-08-02T16:44:48.226Z | Downloaded smoltcp v0.11.0 |
803 | 2024-08-02T16:44:48.237Z | Downloaded proptest v1.4.0 |
804 | 2024-08-02T16:44:48.245Z | Downloaded webpki-roots v0.25.4 |
805 | 2024-08-02T16:44:48.249Z | Downloaded openapiv3 v2.0.0 |
806 | 2024-08-02T16:44:48.260Z | Downloaded idna v0.3.0 |
807 | 2024-08-02T16:44:48.266Z | Downloaded radix_trie v0.2.1 |
808 | 2024-08-02T16:44:48.272Z | Downloaded regress v0.9.1 |
809 | 2024-08-02T16:44:48.280Z | Downloaded regex-syntax v0.8.3 |
810 | 2024-08-02T16:44:48.288Z | Downloaded hyper v0.14.28 |
811 | 2024-08-02T16:44:48.295Z | Downloaded idna v0.5.0 |
812 | 2024-08-02T16:44:48.301Z | Downloaded bstr v0.2.17 |
813 | 2024-08-02T16:44:48.310Z | Downloaded regex v1.10.5 |
814 | 2024-08-02T16:44:48.322Z | Downloaded rustls v0.21.12 |
815 | 2024-08-02T16:44:48.333Z | Downloaded ratatui v0.27.0 |
816 | 2024-08-02T16:44:48.350Z | Downloaded rustls v0.22.4 |
817 | 2024-08-02T16:44:48.362Z | Downloaded idna v0.2.3 |
818 | 2024-08-02T16:44:48.369Z | Downloaded regex-automata v0.4.6 |
819 | 2024-08-02T16:44:48.385Z | Downloaded trust-dns-proto v0.22.0 |
820 | 2024-08-02T16:44:48.396Z | Downloaded zerocopy-derive v0.6.6 |
821 | 2024-08-02T16:44:48.405Z | Downloaded bstr v1.9.1 |
822 | 2024-08-02T16:44:48.417Z | Downloaded tokio v1.38.1 |
823 | 2024-08-02T16:44:48.453Z | Downloaded petgraph v0.6.5 |
824 | 2024-08-02T16:44:48.471Z | Downloaded sled v0.34.7 |
825 | 2024-08-02T16:44:48.480Z | Downloaded diesel v2.1.6 |
826 | 2024-08-02T16:44:48.514Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
827 | 2024-08-02T16:44:48.517Z | Downloaded vcpkg v0.2.15 |
828 | 2024-08-02T16:44:48.547Z | Downloaded finl_unicode v1.2.0 |
829 | 2024-08-02T16:44:48.560Z | Downloaded smoltcp v0.9.1 |
830 | 2024-08-02T16:44:48.572Z | Downloaded curve25519-dalek v4.1.3 |
831 | 2024-08-02T16:44:48.580Z | Downloaded chrono v0.4.38 |
832 | 2024-08-02T16:44:48.587Z | Downloaded csv v1.3.0 |
833 | 2024-08-02T16:44:48.607Z | Downloaded sha3 v0.10.8 |
834 | 2024-08-02T16:44:48.611Z | Downloaded gimli v0.28.1 |
835 | 2024-08-02T16:44:48.621Z | Downloaded nix v0.27.1 |
836 | 2024-08-02T16:44:48.630Z | Downloaded bitvec v1.0.1 |
837 | 2024-08-02T16:44:48.644Z | Downloaded encoding_rs v0.8.34 |
838 | 2024-08-02T16:44:48.665Z | Downloaded reqwest v0.11.27 |
839 | 2024-08-02T16:44:48.671Z | Downloaded bindgen v0.69.4 |
840 | 2024-08-02T16:44:48.678Z | Downloaded h2 v0.3.26 |
841 | 2024-08-02T16:44:48.684Z | Downloaded openssl v0.10.66 |
842 | 2024-08-02T16:44:48.693Z | Downloaded object v0.30.4 |
843 | 2024-08-02T16:44:48.703Z | Downloaded winnow v0.5.40 |
844 | 2024-08-02T16:44:48.711Z | Downloaded object v0.32.2 |
845 | 2024-08-02T16:44:48.721Z | Downloaded steno v0.4.1 |
846 | 2024-08-02T16:44:48.724Z | Downloaded time v0.3.36 |
847 | 2024-08-02T16:44:48.731Z | Downloaded unicode-normalization v0.1.23 |
848 | 2024-08-02T16:44:48.734Z | Downloaded sqlparser v0.45.0 |
849 | 2024-08-02T16:44:48.740Z | Downloaded rayon-core v1.12.1 |
850 | 2024-08-02T16:44:48.743Z | Downloaded futures-util v0.3.30 |
851 | 2024-08-02T16:44:48.754Z | Downloaded unicode-bidi v0.3.15 |
852 | 2024-08-02T16:44:48.756Z | Downloaded portable-atomic v1.6.0 |
853 | 2024-08-02T16:44:48.762Z | Downloaded trust-dns-server v0.22.1 |
854 | 2024-08-02T16:44:48.767Z | Downloaded rcgen v0.12.1 |
855 | 2024-08-02T16:44:48.770Z | Downloaded tempfile v3.10.1 |
856 | 2024-08-02T16:44:48.775Z | Downloaded half v2.4.1 |
857 | 2024-08-02T16:44:48.778Z | Downloaded tokio-tungstenite v0.20.1 |
858 | 2024-08-02T16:44:48.780Z | Downloaded socket2 v0.5.7 |
859 | 2024-08-02T16:44:48.783Z | Downloaded hashbrown v0.12.3 |
860 | 2024-08-02T16:44:48.786Z | Downloaded aho-corasick v1.1.3 |
861 | 2024-08-02T16:44:48.791Z | Downloaded tracing v0.1.40 |
862 | 2024-08-02T16:44:48.795Z | Downloaded http v1.1.0 |
863 | 2024-08-02T16:44:48.798Z | Downloaded glob v0.3.1 |
864 | 2024-08-02T16:44:48.801Z | Downloaded scheduled-thread-pool v0.2.7 |
865 | 2024-08-02T16:44:48.801Z | Downloaded psl-types v2.0.11 |
866 | 2024-08-02T16:44:48.804Z | Downloaded globset v0.4.14 |
867 | 2024-08-02T16:44:48.807Z | Downloaded endian-type v0.1.2 |
868 | 2024-08-02T16:44:48.807Z | Downloaded group v0.13.0 |
869 | 2024-08-02T16:44:48.807Z | Downloaded percent-encoding v2.3.1 |
870 | 2024-08-02T16:44:48.810Z | Downloaded derive_more v0.99.18 |
871 | 2024-08-02T16:44:48.812Z | Downloaded libm v0.2.8 |
872 | 2024-08-02T16:44:48.819Z | Downloaded same-file v1.0.6 |
873 | 2024-08-02T16:44:48.822Z | Downloaded semver v0.1.20 |
874 | 2024-08-02T16:44:48.822Z | Downloaded unicode_categories v0.1.1 |
875 | 2024-08-02T16:44:48.825Z | Downloaded http v0.2.12 |
876 | 2024-08-02T16:44:48.827Z | Downloaded ident_case v1.0.1 |
877 | 2024-08-02T16:44:48.827Z | Downloaded xattr v1.3.1 |
878 | 2024-08-02T16:44:48.830Z | Downloaded sigpipe v0.1.3 |
879 | 2024-08-02T16:44:48.830Z | Downloaded signature v2.2.0 |
880 | 2024-08-02T16:44:48.833Z | Downloaded structmeta-derive v0.2.0 |
881 | 2024-08-02T16:44:48.833Z | Downloaded static_assertions v1.1.0 |
882 | 2024-08-02T16:44:48.833Z | Downloaded rtoolbox v0.0.2 |
883 | 2024-08-02T16:44:48.836Z | Downloaded num-bigint-dig v0.8.4 |
884 | 2024-08-02T16:44:48.839Z | Downloaded toml v0.5.11 |
885 | 2024-08-02T16:44:48.842Z | Downloaded postgres-types v0.2.7 |
886 | 2024-08-02T16:44:48.844Z | Downloaded hyper-staticfile v0.9.5 |
887 | 2024-08-02T16:44:48.844Z | Downloaded postcard v1.0.8 |
888 | 2024-08-02T16:44:48.847Z | Downloaded nom v7.1.3 |
889 | 2024-08-02T16:44:48.852Z | Downloaded quick-error v1.2.3 |
890 | 2024-08-02T16:44:48.855Z | Downloaded fixedbitset v0.4.2 |
891 | 2024-08-02T16:44:48.855Z | Downloaded uzers v0.11.3 |
892 | 2024-08-02T16:44:48.858Z | Downloaded openssl-sys v0.9.103 |
893 | 2024-08-02T16:44:48.860Z | Downloaded num-bigint v0.4.5 |
894 | 2024-08-02T16:44:48.865Z | Downloaded derive_builder_core v0.20.0 |
895 | 2024-08-02T16:44:48.867Z | Downloaded getrandom v0.2.14 |
896 | 2024-08-02T16:44:48.870Z | Downloaded wait-timeout v0.2.0 |
897 | 2024-08-02T16:44:48.873Z | Downloaded strip-ansi-escapes v0.2.0 |
898 | 2024-08-02T16:44:48.873Z | Downloaded chacha20poly1305 v0.10.1 |
899 | 2024-08-02T16:44:48.876Z | Downloaded toolchain_find v0.4.0 |
900 | 2024-08-02T16:44:48.876Z | Downloaded hex v0.4.3 |
901 | 2024-08-02T16:44:48.876Z | Downloaded structmeta v0.2.0 |
902 | 2024-08-02T16:44:48.878Z | Downloaded stringprep v0.1.4 |
903 | 2024-08-02T16:44:48.878Z | Downloaded slog-bunyan v2.5.0 |
904 | 2024-08-02T16:44:48.878Z | Downloaded sha1 v0.10.6 |
905 | 2024-08-02T16:44:48.881Z | Downloaded time-macros v0.2.18 |
906 | 2024-08-02T16:44:48.884Z | Downloaded thread_local v1.1.8 |
907 | 2024-08-02T16:44:48.884Z | Downloaded env_logger v0.10.2 |
908 | 2024-08-02T16:44:48.887Z | Downloaded poly1305 v0.8.0 |
909 | 2024-08-02T16:44:48.889Z | Downloaded cc v1.0.97 |
910 | 2024-08-02T16:44:48.892Z | Downloaded indoc v1.0.9 |
911 | 2024-08-02T16:44:48.895Z | Downloaded signal-hook v0.3.17 |
912 | 2024-08-02T16:44:48.897Z | Downloaded ring v0.17.8 |
913 | 2024-08-02T16:44:48.964Z | Downloaded tokio-native-tls v0.3.1 |
914 | 2024-08-02T16:44:48.967Z | Downloaded env_logger v0.9.3 |
915 | 2024-08-02T16:44:48.970Z | Downloaded vte v0.11.1 |
916 | 2024-08-02T16:44:48.970Z | Downloaded base64 v0.21.7 |
917 | 2024-08-02T16:44:48.973Z | Downloaded string_cache v0.8.7 |
918 | 2024-08-02T16:44:48.976Z | Downloaded serde_plain v1.0.2 |
919 | 2024-08-02T16:44:48.976Z | Downloaded serde_path_to_error v0.1.16 |
920 | 2024-08-02T16:44:48.978Z | Downloaded tui-tree-widget v0.21.0 |
921 | 2024-08-02T16:44:48.978Z | Downloaded fatfs v0.3.6 |
922 | 2024-08-02T16:44:48.981Z | Downloaded rand_core v0.6.4 |
923 | 2024-08-02T16:44:48.985Z | Downloaded smallvec v1.13.2 |
924 | 2024-08-02T16:44:48.985Z | Downloaded serde_derive_internals v0.29.1 |
925 | 2024-08-02T16:44:48.987Z | Downloaded tinyvec v1.6.0 |
926 | 2024-08-02T16:44:48.990Z | Downloaded der v0.7.9 |
927 | 2024-08-02T16:44:48.993Z | Downloaded strum_macros v0.26.4 |
928 | 2024-08-02T16:44:48.996Z | Downloaded hubpack v0.1.2 |
929 | 2024-08-02T16:44:48.998Z | Downloaded highway v1.1.0 |
930 | 2024-08-02T16:44:48.999Z | Downloaded derive-where v1.2.7 |
931 | 2024-08-02T16:44:49.002Z | Downloaded compact_str v0.7.1 |
932 | 2024-08-02T16:44:49.004Z | Downloaded ring v0.16.20 |
933 | 2024-08-02T16:44:49.083Z | Downloaded zeroize v1.7.0 |
934 | 2024-08-02T16:44:49.086Z | Downloaded der_derive v0.7.2 |
935 | 2024-08-02T16:44:49.086Z | Downloaded bytes v1.6.0 |
936 | 2024-08-02T16:44:49.089Z | Downloaded strum_macros v0.24.3 |
937 | 2024-08-02T16:44:49.092Z | Downloaded subprocess v0.2.9 |
938 | 2024-08-02T16:44:49.095Z | Downloaded ref-cast v1.0.23 |
939 | 2024-08-02T16:44:49.095Z | Downloaded backtrace v0.3.71 |
940 | 2024-08-02T16:44:49.100Z | Downloaded hubpack_derive v0.1.1 |
941 | 2024-08-02T16:44:49.102Z | Downloaded crossbeam-epoch v0.9.18 |
942 | 2024-08-02T16:44:49.102Z | Downloaded clang-sys v1.7.0 |
943 | 2024-08-02T16:44:49.105Z | Downloaded allocator-api2 v0.2.18 |
944 | 2024-08-02T16:44:49.109Z | Downloaded num-traits v0.2.19 |
945 | 2024-08-02T16:44:49.111Z | Downloaded serde-hex v0.1.0 |
946 | 2024-08-02T16:44:49.112Z | Downloaded arc-swap v1.7.1 |
947 | 2024-08-02T16:44:49.114Z | Downloaded base64 v0.13.1 |
948 | 2024-08-02T16:44:49.117Z | Downloaded hostname v0.3.1 |
949 | 2024-08-02T16:44:49.120Z | Downloaded home v0.5.9 |
950 | 2024-08-02T16:44:49.120Z | Downloaded ciborium v0.2.2 |
951 | 2024-08-02T16:44:49.123Z | Downloaded crossbeam-utils v0.8.19 |
952 | 2024-08-02T16:44:49.123Z | Downloaded const-oid v0.9.6 |
953 | 2024-08-02T16:44:49.126Z | Downloaded blake2 v0.10.6 |
954 | 2024-08-02T16:44:49.129Z | Downloaded signal-hook-tokio v0.3.1 |
955 | 2024-08-02T16:44:49.129Z | Downloaded shell-words v1.1.0 |
956 | 2024-08-02T16:44:49.129Z | Downloaded parking_lot_core v0.9.10 |
957 | 2024-08-02T16:44:49.133Z | Downloaded num-complex v0.4.6 |
958 | 2024-08-02T16:44:49.133Z | Downloaded ascii v1.1.0 |
959 | 2024-08-02T16:44:49.135Z | Downloaded mockall v0.12.1 |
960 | 2024-08-02T16:44:49.135Z | Downloaded miniz_oxide v0.7.2 |
961 | 2024-08-02T16:44:49.138Z | Downloaded bcs v0.1.6 |
962 | 2024-08-02T16:44:49.138Z | Downloaded tokio-macros v2.3.0 |
963 | 2024-08-02T16:44:49.141Z | Downloaded termios v0.3.3 |
964 | 2024-08-02T16:44:49.141Z | Downloaded strum_macros v0.25.3 |
965 | 2024-08-02T16:44:49.144Z | Downloaded mockall_derive v0.12.1 |
966 | 2024-08-02T16:44:49.144Z | Downloaded async-trait v0.1.81 |
967 | 2024-08-02T16:44:49.147Z | Downloaded parse-display-derive v0.9.1 |
968 | 2024-08-02T16:44:49.149Z | Downloaded omicron-zone-package v0.11.0 |
969 | 2024-08-02T16:44:49.152Z | Downloaded cobs v0.2.3 |
970 | 2024-08-02T16:44:49.152Z | Downloaded newtype-uuid v1.1.0 |
971 | 2024-08-02T16:44:49.152Z | Downloaded crc32fast v1.4.0 |
972 | 2024-08-02T16:44:49.155Z | Downloaded cfg_aliases v0.1.1 |
973 | 2024-08-02T16:44:49.155Z | Downloaded const_format_proc_macros v0.2.32 |
974 | 2024-08-02T16:44:49.158Z | Downloaded mime v0.3.17 |
975 | 2024-08-02T16:44:49.158Z | Downloaded ipnetwork v0.20.0 |
976 | 2024-08-02T16:44:49.160Z | Downloaded console v0.15.8 |
977 | 2024-08-02T16:44:49.163Z | Downloaded block-padding v0.3.3 |
978 | 2024-08-02T16:44:49.163Z | Downloaded native-tls v0.2.11 |
979 | 2024-08-02T16:44:49.163Z | Downloaded num v0.4.3 |
980 | 2024-08-02T16:44:49.166Z | Downloaded lru-cache v0.1.2 |
981 | 2024-08-02T16:44:49.166Z | Downloaded libefi-sys v0.1.0 |
982 | 2024-08-02T16:44:49.166Z | Downloaded keccak v0.1.5 |
983 | 2024-08-02T16:44:49.169Z | Downloaded impl-trait-for-tuples v0.2.2 |
984 | 2024-08-02T16:44:49.171Z | Downloaded bitflags v1.3.2 |
985 | 2024-08-02T16:44:49.171Z | Downloaded async-stream v0.3.5 |
986 | 2024-08-02T16:44:49.174Z | Downloaded arrayref v0.3.7 |
987 | 2024-08-02T16:44:49.174Z | Downloaded cexpr v0.6.0 |
988 | 2024-08-02T16:44:49.177Z | Downloaded adler v1.0.2 |
989 | 2024-08-02T16:44:49.177Z | Downloaded num_threads v0.1.7 |
990 | 2024-08-02T16:44:49.179Z | Downloaded nodrop v0.1.14 |
991 | 2024-08-02T16:44:49.179Z | Downloaded normalize-line-endings v0.3.0 |
992 | 2024-08-02T16:44:49.179Z | Downloaded defmt-parser v0.3.4 |
993 | 2024-08-02T16:44:49.180Z | Downloaded convert_case v0.4.0 |
994 | 2024-08-02T16:44:49.182Z | Downloaded castaway v0.2.2 |
995 | 2024-08-02T16:44:49.182Z | Downloaded bitfield-struct v0.6.1 |
996 | 2024-08-02T16:44:49.182Z | Downloaded base16ct v0.2.0 |
997 | 2024-08-02T16:44:49.185Z | Downloaded num-rational v0.4.2 |
998 | 2024-08-02T16:44:49.185Z | Downloaded new_debug_unreachable v1.0.6 |
999 | 2024-08-02T16:44:49.185Z | Downloaded maplit v1.0.2 |
1000 | 2024-08-02T16:44:49.188Z | Downloaded lazy_static v1.5.0 |
1001 | 2024-08-02T16:44:49.188Z | Downloaded paste v1.0.15 |
1002 | 2024-08-02T16:44:49.191Z | Downloaded md-5 v0.10.6 |
1003 | 2024-08-02T16:44:49.191Z | Downloaded maybe-uninit v2.0.0 |
1004 | 2024-08-02T16:44:49.193Z | Downloaded crunchy v0.2.2 |
1005 | 2024-08-02T16:44:49.193Z | Downloaded crossbeam-deque v0.8.5 |
1006 | 2024-08-02T16:44:49.193Z | Downloaded ciborium-ll v0.2.2 |
1007 | 2024-08-02T16:44:49.196Z | Downloaded instant v0.1.12 |
1008 | 2024-08-02T16:44:49.196Z | Downloaded camino-tempfile v1.1.1 |
1009 | 2024-08-02T16:44:49.199Z | Downloaded buf-list v1.0.3 |
1010 | 2024-08-02T16:44:49.199Z | Downloaded bb8 v0.8.5 |
1011 | 2024-08-02T16:44:49.201Z | Downloaded ascii-canvas v3.0.0 |
1012 | 2024-08-02T16:44:49.201Z | Downloaded aead v0.5.2 |
1013 | 2024-08-02T16:44:49.201Z | Downloaded cassowary v0.3.0 |
1014 | 2024-08-02T16:44:49.204Z | Downloaded bitstruct_derive v0.1.0 |
1015 | 2024-08-02T16:44:49.204Z | Downloaded atomicwrites v0.4.3 |
1016 | 2024-08-02T16:44:49.204Z | Downloaded kstat-rs v0.2.4 |
1017 | 2024-08-02T16:44:49.285Z | Compiling cfg-if v1.0.0 |
1018 | 2024-08-02T16:44:49.285Z | Compiling serde v1.0.204 |
1019 | 2024-08-02T16:44:49.288Z | Compiling lock_api v0.4.12 |
1020 | 2024-08-02T16:44:49.288Z | Compiling scopeguard v1.2.0 |
1021 | 2024-08-02T16:44:49.288Z | Compiling log v0.4.21 |
1022 | 2024-08-02T16:44:49.288Z | Compiling syn v2.0.72 |
1023 | 2024-08-02T16:44:49.288Z | Compiling cc v1.0.97 |
1024 | 2024-08-02T16:44:49.410Z | Compiling parking_lot_core v0.9.10 |
1025 | 2024-08-02T16:44:49.492Z | Compiling getrandom v0.2.14 |
1026 | 2024-08-02T16:44:49.529Z | Compiling smallvec v1.13.2 |
1027 | 2024-08-02T16:44:49.829Z | Compiling rand_core v0.6.4 |
1028 | 2024-08-02T16:44:49.917Z | Compiling typenum v1.17.0 |
1029 | 2024-08-02T16:44:49.952Z | Compiling generic-array v0.14.7 |
1030 | 2024-08-02T16:44:49.969Z | Compiling pin-project-lite v0.2.14 |
1031 | 2024-08-02T16:44:50.086Z | Compiling signal-hook-registry v1.4.2 |
1032 | 2024-08-02T16:44:50.253Z | Compiling parking_lot v0.12.2 |
1033 | 2024-08-02T16:44:50.301Z | Compiling spin v0.9.8 |
1034 | 2024-08-02T16:44:50.361Z | Compiling mio v0.8.11 |
1035 | 2024-08-02T16:44:50.596Z | Compiling serde_json v1.0.120 |
1036 | 2024-08-02T16:44:50.698Z | Compiling libm v0.2.8 |
1037 | 2024-08-02T16:44:50.921Z | Compiling num-traits v0.2.19 |
1038 | 2024-08-02T16:44:50.951Z | Compiling ahash v0.8.11 |
1039 | 2024-08-02T16:44:51.022Z | Compiling futures-core v0.3.30 |
1040 | 2024-08-02T16:44:51.167Z | Compiling tinyvec_macros v0.1.1 |
1041 | 2024-08-02T16:44:51.242Z | Compiling tinyvec v1.6.0 |
1042 | 2024-08-02T16:44:51.314Z | Compiling num_cpus v1.16.0 |
1043 | 2024-08-02T16:44:51.400Z | Compiling socket2 v0.5.7 |
1044 | 2024-08-02T16:44:51.425Z | Compiling const-oid v0.9.6 |
1045 | 2024-08-02T16:44:51.658Z | Compiling subtle v2.5.0 |
1046 | 2024-08-02T16:44:52.123Z | Compiling slab v0.4.9 |
1047 | 2024-08-02T16:44:52.583Z | Compiling allocator-api2 v0.2.18 |
1048 | 2024-08-02T16:44:52.734Z | Compiling futures-sink v0.3.30 |
1049 | 2024-08-02T16:44:52.844Z | Compiling unicode-normalization v0.1.23 |
1050 | 2024-08-02T16:44:52.862Z | Compiling unicode-bidi v0.3.15 |
1051 | 2024-08-02T16:44:53.134Z | Compiling futures-channel v0.3.30 |
1052 | 2024-08-02T16:44:53.307Z | Compiling pin-utils v0.1.0 |
1053 | 2024-08-02T16:44:53.375Z | Compiling vcpkg v0.2.15 |
1054 | 2024-08-02T16:44:53.409Z | Compiling pkg-config v0.3.30 |
1055 | 2024-08-02T16:44:53.585Z | Compiling futures-task v0.3.30 |
1056 | 2024-08-02T16:44:53.600Z | Compiling futures-io v0.3.30 |
1057 | 2024-08-02T16:44:53.890Z | Compiling ring v0.17.8 |
1058 | 2024-08-02T16:44:53.937Z | Compiling percent-encoding v2.3.1 |
1059 | 2024-08-02T16:44:53.971Z | Compiling ppv-lite86 v0.2.17 |
1060 | 2024-08-02T16:44:54.305Z | Compiling tracing-core v0.1.32 |
1061 | 2024-08-02T16:44:54.494Z | Compiling syn v1.0.109 |
1062 | 2024-08-02T16:44:54.670Z | Compiling num-conv v0.1.0 |
1063 | 2024-08-02T16:44:54.756Z | Compiling rand_chacha v0.3.1 |
1064 | 2024-08-02T16:44:54.958Z | Compiling untrusted v0.9.0 |
1065 | 2024-08-02T16:44:55.029Z | Compiling powerfmt v0.2.0 |
1066 | 2024-08-02T16:44:55.122Z | Compiling time-core v0.1.2 |
1067 | 2024-08-02T16:44:55.174Z | Compiling rustix v0.38.34 |
1068 | 2024-08-02T16:44:55.299Z | Compiling time-macros v0.2.18 |
1069 | 2024-08-02T16:44:55.456Z | Compiling deranged v0.3.11 |
1070 | 2024-08-02T16:44:55.737Z | Compiling openssl-sys v0.9.103 |
1071 | 2024-08-02T16:44:55.755Z | Compiling rand v0.8.5 |
1072 | 2024-08-02T16:44:57.086Z | Compiling httparse v1.8.0 |
1073 | 2024-08-02T16:44:57.089Z | Compiling base64ct v1.6.0 |
1074 | 2024-08-02T16:44:57.089Z | Compiling iana-time-zone v0.1.60 |
1075 | 2024-08-02T16:44:57.089Z | Compiling num_threads v0.1.7 |
1076 | 2024-08-02T16:44:57.160Z | Compiling foreign-types-shared v0.1.1 |
1077 | 2024-08-02T16:44:57.183Z | Compiling rustversion v1.0.17 |
1078 | 2024-08-02T16:44:57.255Z | Compiling openssl v0.10.66 |
1079 | 2024-08-02T16:44:57.366Z | Compiling foreign-types v0.3.2 |
1080 | 2024-08-02T16:44:57.452Z | Compiling pem-rfc7468 v0.7.0 |
1081 | 2024-08-02T16:44:57.633Z | Compiling form_urlencoded v1.2.1 |
1082 | 2024-08-02T16:44:57.833Z | Compiling crossbeam-utils v0.8.19 |
1083 | 2024-08-02T16:44:57.899Z | Compiling flagset v0.4.5 |
1084 | 2024-08-02T16:44:58.082Z | Compiling try-lock v0.2.5 |
1085 | 2024-08-02T16:44:58.143Z | Compiling native-tls v0.2.11 |
1086 | 2024-08-02T16:44:58.207Z | Compiling siphasher v0.3.11 |
1087 | 2024-08-02T16:44:58.335Z | Compiling time v0.3.36 |
1088 | 2024-08-02T16:44:58.365Z | Compiling rustls v0.21.12 |
1089 | 2024-08-02T16:44:58.406Z | Compiling want v0.3.1 |
1090 | 2024-08-02T16:44:58.661Z | Compiling serde_derive_internals v0.29.1 |
1091 | 2024-08-02T16:44:59.085Z | Compiling idna v0.5.0 |
1092 | 2024-08-02T16:44:59.928Z | Compiling lazy_static v1.5.0 |
1093 | 2024-08-02T16:45:00.027Z | Compiling socket2 v0.4.10 |
1094 | 2024-08-02T16:45:00.453Z | Compiling aho-corasick v1.1.3 |
1095 | 2024-08-02T16:45:00.808Z | Compiling cookie v0.17.0 |
1096 | 2024-08-02T16:45:01.042Z | Compiling tower-service v0.3.2 |
1097 | 2024-08-02T16:45:01.057Z | Compiling slog v2.7.0 |
1098 | 2024-08-02T16:45:01.145Z | Compiling httpdate v1.0.3 |
1099 | 2024-08-02T16:45:01.566Z | Compiling openssl-probe v0.1.5 |
1100 | 2024-08-02T16:45:01.609Z | Compiling adler v1.0.2 |
1101 | 2024-08-02T16:45:01.861Z | Compiling cpufeatures v0.2.12 |
1102 | 2024-08-02T16:45:01.876Z | Compiling schemars v0.8.21 |
1103 | 2024-08-02T16:45:01.954Z | Compiling finl_unicode v1.2.0 |
1104 | 2024-08-02T16:45:02.178Z | Compiling regex-syntax v0.8.3 |
1105 | 2024-08-02T16:45:02.485Z | Compiling signal-hook v0.3.17 |
1106 | 2024-08-02T16:45:02.668Z | Compiling stringprep v0.1.4 |
1107 | 2024-08-02T16:45:02.768Z | Compiling miniz_oxide v0.7.2 |
1108 | 2024-08-02T16:45:03.265Z | Compiling url v2.5.2 |
1109 | 2024-08-02T16:45:03.417Z | Compiling serde_derive v1.0.204 |
1110 | 2024-08-02T16:45:03.828Z | Compiling zeroize_derive v1.4.2 |
1111 | 2024-08-02T16:45:04.216Z | Compiling zerocopy-derive v0.7.34 |
1112 | 2024-08-02T16:45:05.142Z | Compiling tokio-macros v2.3.0 |
1113 | 2024-08-02T16:45:05.406Z | Compiling zeroize v1.7.0 |
1114 | 2024-08-02T16:45:05.792Z | Compiling thiserror-impl v1.0.63 |
1115 | 2024-08-02T16:45:06.466Z | Compiling zerocopy v0.7.34 |
1116 | 2024-08-02T16:45:06.950Z | Compiling futures-macro v0.3.30 |
1117 | 2024-08-02T16:45:07.141Z | Compiling crypto-common v0.1.6 |
1118 | 2024-08-02T16:45:07.326Z | Compiling block-buffer v0.10.4 |
1119 | 2024-08-02T16:45:07.374Z | Compiling scroll_derive v0.12.0 |
1120 | 2024-08-02T16:45:07.580Z | Compiling digest v0.10.7 |
1121 | 2024-08-02T16:45:08.163Z | Compiling tracing-attributes v0.1.27 |
1122 | 2024-08-02T16:45:08.610Z | Compiling hashbrown v0.14.5 |
1123 | 2024-08-02T16:45:08.907Z | Compiling scroll v0.12.0 |
1124 | 2024-08-02T16:45:09.113Z | Compiling futures-util v0.3.30 |
1125 | 2024-08-02T16:45:09.258Z | Compiling thiserror v1.0.63 |
1126 | 2024-08-02T16:45:09.390Z | Compiling pest v2.7.10 |
1127 | 2024-08-02T16:45:09.488Z | Compiling goblin v0.8.2 |
1128 | 2024-08-02T16:45:09.991Z | Compiling hmac v0.12.1 |
1129 | 2024-08-02T16:45:10.235Z | Compiling openssl-macros v0.1.1 |
1130 | 2024-08-02T16:45:10.996Z | Compiling der_derive v0.7.2 |
1131 | 2024-08-02T16:45:11.134Z | Compiling sct v0.7.1 |
1132 | 2024-08-02T16:45:11.461Z | Compiling rustls-webpki v0.101.7 |
1133 | 2024-08-02T16:45:12.174Z | Compiling pest_meta v2.7.10 |
1134 | 2024-08-02T16:45:12.411Z | Compiling tracing v0.1.40 |
1135 | 2024-08-02T16:45:12.935Z | Compiling md-5 v0.10.6 |
1136 | 2024-08-02T16:45:13.183Z | Compiling sha2 v0.10.8 |
1137 | 2024-08-02T16:45:13.426Z | Compiling pest_generator v2.7.10 |
1138 | 2024-08-02T16:45:13.684Z | Compiling der v0.7.9 |
1139 | 2024-08-02T16:45:15.577Z | Compiling regex-automata v0.4.6 |
1140 | 2024-08-02T16:45:15.598Z | Compiling schemars_derive v0.8.21 |
1141 | 2024-08-02T16:45:16.568Z | Compiling spki v0.7.3 |
1142 | 2024-08-02T16:45:17.110Z | Compiling num-integer v0.1.46 |
1143 | 2024-08-02T16:45:17.560Z | Compiling pest_derive v2.7.10 |
1144 | 2024-08-02T16:45:17.898Z | Compiling idna v0.3.0 |
1145 | 2024-08-02T16:45:18.334Z | Compiling bytes v1.6.0 |
1146 | 2024-08-02T16:45:18.357Z | Compiling bitflags v2.6.0 |
1147 | 2024-08-02T16:45:18.787Z | Compiling indexmap v2.2.6 |
1148 | 2024-08-02T16:45:19.148Z | Compiling uuid v1.10.0 |
1149 | 2024-08-02T16:45:19.491Z | Compiling tokio v1.38.1 |
1150 | 2024-08-02T16:45:19.623Z | Compiling http v0.2.12 |
1151 | 2024-08-02T16:45:20.189Z | Compiling semver v1.0.23 |
1152 | 2024-08-02T16:45:20.656Z | Compiling rustc_version v0.4.0 |
1153 | 2024-08-02T16:45:20.942Z | Compiling chrono v0.4.38 |
1154 | 2024-08-02T16:45:21.460Z | Compiling heapless v0.7.17 |
1155 | 2024-08-02T16:45:21.504Z | Compiling http-body v0.4.6 |
1156 | 2024-08-02T16:45:21.774Z | Compiling dof v0.3.0 |
1157 | 2024-08-02T16:45:22.001Z | Compiling dtrace-parser v0.2.0 |
1158 | 2024-08-02T16:45:22.264Z | Compiling toml_datetime v0.6.6 |
1159 | 2024-08-02T16:45:22.755Z | Compiling usdt-impl v0.5.0 |
1160 | 2024-08-02T16:45:23.378Z | Compiling serde_spanned v0.6.6 |
1161 | 2024-08-02T16:45:23.604Z | Compiling serde_tokenstream v0.2.1 |
1162 | 2024-08-02T16:45:24.082Z | Compiling backtrace v0.3.71 |
1163 | 2024-08-02T16:45:24.138Z | Compiling hash32 v0.2.1 |
1164 | 2024-08-02T16:45:24.264Z | Compiling dyn-clone v1.0.17 |
1165 | 2024-08-02T16:45:24.405Z | Compiling smoltcp v0.9.1 |
1166 | 2024-08-02T16:45:24.487Z | Compiling stable_deref_trait v1.2.0 |
1167 | 2024-08-02T16:45:24.503Z | Compiling psl-types v2.0.11 |
1168 | 2024-08-02T16:45:24.520Z | Compiling base64 v0.22.1 |
1169 | 2024-08-02T16:45:24.587Z | Compiling fallible-iterator v0.2.0 |
1170 | 2024-08-02T16:45:24.683Z | Compiling gimli v0.28.1 |
1171 | 2024-08-02T16:45:24.787Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1172 | 2024-08-02T16:45:25.133Z | Compiling crc32fast v1.4.0 |
1173 | 2024-08-02T16:45:25.265Z | Compiling postgres-protocol v0.6.7 |
1174 | 2024-08-02T16:45:25.342Z | Compiling publicsuffix v2.2.3 |
1175 | 2024-08-02T16:45:25.960Z | Compiling terminal_size v0.3.0 |
1176 | 2024-08-02T16:45:26.168Z | Compiling pkcs8 v0.10.2 |
1177 | 2024-08-02T16:45:26.605Z | Compiling hubpack_derive v0.1.1 |
1178 | 2024-08-02T16:45:26.754Z | Compiling block-padding v0.3.3 |
1179 | 2024-08-02T16:45:26.803Z | Compiling zerocopy-derive v0.6.6 |
1180 | 2024-08-02T16:45:26.989Z | Compiling async-trait v0.1.81 |
1181 | 2024-08-02T16:45:27.540Z | Compiling tokio-util v0.7.11 |
1182 | 2024-08-02T16:45:28.927Z | Compiling h2 v0.3.26 |
1183 | 2024-08-02T16:45:29.384Z | Compiling tokio-native-tls v0.3.1 |
1184 | 2024-08-02T16:45:29.401Z | Compiling addr2line v0.21.0 |
1185 | 2024-08-02T16:45:29.653Z | Compiling tokio-rustls v0.24.1 |
1186 | 2024-08-02T16:45:30.027Z | Compiling phf_shared v0.11.2 |
1187 | 2024-08-02T16:45:30.030Z | Compiling diesel_table_macro_syntax v0.1.0 |
1188 | 2024-08-02T16:45:30.412Z | Compiling ff v0.13.0 |
1189 | 2024-08-02T16:45:30.449Z | Compiling scheduled-thread-pool v0.2.7 |
1190 | 2024-08-02T16:45:30.470Z | Compiling fs-err v2.11.0 |
1191 | 2024-08-02T16:45:30.630Z | Compiling object v0.32.2 |
1192 | 2024-08-02T16:45:30.729Z | Compiling regex-automata v0.1.10 |
1193 | 2024-08-02T16:45:30.797Z | Compiling ipnet v2.9.0 |
1194 | 2024-08-02T16:45:30.815Z | Compiling managed v0.8.0 |
1195 | 2024-08-02T16:45:30.815Z | Compiling either v1.12.0 |
1196 | 2024-08-02T16:45:31.070Z | Compiling base64 v0.21.7 |
1197 | 2024-08-02T16:45:31.204Z | Compiling rustc-demangle v0.1.24 |
1198 | 2024-08-02T16:45:31.223Z | Compiling base16ct v0.2.0 |
1199 | 2024-08-02T16:45:31.261Z | Compiling bit-vec v0.6.3 |
1200 | 2024-08-02T16:45:31.559Z | Compiling bitflags v1.3.2 |
1201 | 2024-08-02T16:45:31.700Z | Compiling matches v0.1.10 |
1202 | 2024-08-02T16:45:31.748Z | Compiling winnow v0.5.40 |
1203 | 2024-08-02T16:45:31.799Z | Compiling anyhow v1.0.86 |
1204 | 2024-08-02T16:45:31.820Z | Compiling idna v0.2.3 |
1205 | 2024-08-02T16:45:32.236Z | Compiling rustls-pemfile v1.0.4 |
1206 | 2024-08-02T16:45:32.548Z | Compiling sec1 v0.7.3 |
1207 | 2024-08-02T16:45:32.688Z | Compiling clap_builder v4.5.9 |
1208 | 2024-08-02T16:45:33.132Z | Compiling bstr v0.2.17 |
1209 | 2024-08-02T16:45:33.556Z | Compiling r2d2 v0.8.10 |
1210 | 2024-08-02T16:45:33.935Z | Compiling group v0.13.0 |
1211 | 2024-08-02T16:45:34.267Z | Compiling diesel_derives v2.1.4 |
1212 | 2024-08-02T16:45:34.326Z | Compiling phf v0.11.2 |
1213 | 2024-08-02T16:45:34.615Z | Compiling signal-hook-mio v0.2.3 |
1214 | 2024-08-02T16:45:34.654Z | Compiling cookie_store v0.20.0 |
1215 | 2024-08-02T16:45:34.771Z | Compiling zerocopy v0.6.6 |
1216 | 2024-08-02T16:45:35.044Z | Compiling hubpack v0.1.2 |
1217 | 2024-08-02T16:45:35.499Z | Compiling toml_edit v0.19.15 |
1218 | 2024-08-02T16:45:35.552Z | Compiling hyper v0.14.28 |
1219 | 2024-08-02T16:45:35.613Z | Compiling ipnetwork v0.20.0 |
1220 | 2024-08-02T16:45:36.220Z | Compiling inout v0.1.3 |
1221 | 2024-08-02T16:45:36.481Z | Compiling postgres-types v0.2.7 |
1222 | 2024-08-02T16:45:37.111Z | Compiling usdt-attr-macro v0.5.0 |
1223 | 2024-08-02T16:45:38.103Z | Compiling usdt-macro v0.5.0 |
1224 | 2024-08-02T16:45:38.765Z | Compiling regex v1.10.5 |
1225 | 2024-08-02T16:45:39.555Z | Compiling serde_urlencoded v0.7.1 |
1226 | 2024-08-02T16:45:39.592Z | Compiling num-bigint v0.4.5 |
1227 | 2024-08-02T16:45:39.791Z | Compiling futures-executor v0.3.30 |
1228 | 2024-08-02T16:45:40.067Z | Compiling enum-as-inner v0.5.1 |
1229 | 2024-08-02T16:45:40.378Z | Compiling hkdf v0.12.4 |
1230 | 2024-08-02T16:45:40.634Z | Compiling crypto-bigint v0.5.5 |
1231 | 2024-08-02T16:45:41.101Z | Compiling strum_macros v0.25.3 |
1232 | 2024-08-02T16:45:41.649Z | Compiling clap_derive v4.5.8 |
1233 | 2024-08-02T16:45:42.421Z | Compiling hyper-rustls v0.24.2 |
1234 | 2024-08-02T16:45:42.773Z | Compiling hyper-tls v0.5.0 |
1235 | 2024-08-02T16:45:43.125Z | Compiling serde_repr v0.1.19 |
1236 | 2024-08-02T16:45:43.797Z | Compiling phf_shared v0.10.0 |
1237 | 2024-08-02T16:45:44.208Z | Compiling float-cmp v0.9.0 |
1238 | 2024-08-02T16:45:44.307Z | Compiling encoding_rs v0.8.34 |
1239 | 2024-08-02T16:45:44.417Z | Compiling normalize-line-endings v0.3.0 |
1240 | 2024-08-02T16:45:44.540Z | Compiling mime v0.3.17 |
1241 | 2024-08-02T16:45:45.132Z | Compiling minimal-lexical v0.2.1 |
1242 | 2024-08-02T16:45:45.488Z | Compiling difflib v0.4.0 |
1243 | 2024-08-02T16:45:45.631Z | Compiling predicates-core v1.0.6 |
1244 | 2024-08-02T16:45:45.647Z | Compiling whoami v1.5.1 |
1245 | 2024-08-02T16:45:45.983Z | Compiling data-encoding v2.6.0 |
1246 | 2024-08-02T16:45:46.295Z | Compiling sync_wrapper v0.1.2 |
1247 | 2024-08-02T16:45:46.426Z | Compiling static_assertions v1.1.0 |
1248 | 2024-08-02T16:45:46.527Z | Compiling webpki-roots v0.25.4 |
1249 | 2024-08-02T16:45:46.665Z | Compiling new_debug_unreachable v1.0.6 |
1250 | 2024-08-02T16:45:46.712Z | Compiling precomputed-hash v0.1.1 |
1251 | 2024-08-02T16:45:46.772Z | Compiling unicode-segmentation v1.11.0 |
1252 | 2024-08-02T16:45:46.822Z | Compiling fixedbitset v0.4.2 |
1253 | 2024-08-02T16:45:46.825Z | Compiling clap v4.5.9 |
1254 | 2024-08-02T16:45:46.955Z | Compiling string_cache v0.8.7 |
1255 | 2024-08-02T16:45:47.197Z | Compiling petgraph v0.6.5 |
1256 | 2024-08-02T16:45:47.279Z | Compiling toml_edit v0.22.16 |
1257 | 2024-08-02T16:45:47.433Z | Compiling similar v2.5.0 |
1258 | 2024-08-02T16:45:47.622Z | Compiling reqwest v0.11.27 |
1259 | 2024-08-02T16:45:47.877Z | Compiling diesel v2.1.6 |
1260 | 2024-08-02T16:45:48.434Z | Compiling trust-dns-proto v0.22.0 |
1261 | 2024-08-02T16:45:48.986Z | Compiling console v0.15.8 |
1262 | 2024-08-02T16:45:50.104Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1263 | 2024-08-02T16:45:50.330Z | Compiling tokio-postgres v0.7.11 |
1264 | 2024-08-02T16:45:50.541Z | Compiling predicates v3.1.0 |
1265 | 2024-08-02T16:45:51.171Z | Compiling nom v7.1.3 |
1266 | 2024-08-02T16:45:52.348Z | Compiling usdt v0.5.0 |
1267 | 2024-08-02T16:45:52.831Z | Compiling elliptic-curve v0.13.8 |
1268 | 2024-08-02T16:45:53.644Z | Compiling yasna v0.5.2 |
1269 | 2024-08-02T16:45:54.967Z | Compiling futures v0.3.30 |
1270 | 2024-08-02T16:45:55.552Z | Compiling toml v0.7.8 |
1271 | 2024-08-02T16:45:56.009Z | Compiling flate2 v1.0.30 |
1272 | 2024-08-02T16:45:56.027Z | Compiling cipher v0.4.4 |
1273 | 2024-08-02T16:45:56.148Z | Compiling crossterm v0.27.0 |
1274 | 2024-08-02T16:45:56.519Z | Compiling bit-set v0.5.3 |
1275 | 2024-08-02T16:45:56.794Z | Compiling itertools v0.10.5 |
1276 | 2024-08-02T16:45:56.972Z | Compiling itertools v0.12.1 |
1277 | 2024-08-02T16:45:57.146Z | Compiling tokio-stream v0.1.15 |
1278 | 2024-08-02T16:45:57.237Z | Compiling bstr v1.9.1 |
1279 | 2024-08-02T16:45:57.259Z | Compiling openapiv3 v2.0.0 |
1280 | 2024-08-02T16:45:58.124Z | Compiling hex v0.4.3 |
1281 | 2024-08-02T16:45:58.743Z | Compiling crossbeam-epoch v0.9.18 |
1282 | 2024-08-02T16:45:59.127Z | Compiling num-iter v0.1.45 |
1283 | 2024-08-02T16:45:59.307Z | Compiling dirs-sys-next v0.1.2 |
1284 | 2024-08-02T16:45:59.522Z | Compiling lalrpop-util v0.19.12 |
1285 | 2024-08-02T16:45:59.572Z | Compiling unicode-xid v0.2.4 |
1286 | 2024-08-02T16:45:59.741Z | Compiling peg-runtime v0.8.3 |
1287 | 2024-08-02T16:45:59.874Z | Compiling dirs-next v2.0.0 |
1288 | 2024-08-02T16:45:59.915Z | Compiling thread_local v1.1.8 |
1289 | 2024-08-02T16:45:59.949Z | Compiling slog-async v2.8.0 |
1290 | 2024-08-02T16:46:00.044Z | Compiling term v0.7.0 |
1291 | 2024-08-02T16:46:00.062Z | Compiling xattr v1.3.1 |
1292 | 2024-08-02T16:46:00.331Z | Compiling crossbeam-channel v0.5.12 |
1293 | 2024-08-02T16:46:00.398Z | Compiling strum_macros v0.26.4 |
1294 | 2024-08-02T16:46:00.465Z | Compiling filetime v0.2.23 |
1295 | 2024-08-02T16:46:00.492Z | Compiling is-terminal v0.4.12 |
1296 | 2024-08-02T16:46:00.615Z | Compiling take_mut v0.2.2 |
1297 | 2024-08-02T16:46:00.767Z | Compiling tar v0.4.41 |
1298 | 2024-08-02T16:46:00.815Z | Compiling slog-term v2.9.1 |
1299 | 2024-08-02T16:46:01.654Z | Compiling camino v1.1.7 |
1300 | 2024-08-02T16:46:03.770Z | Compiling strum v0.26.3 |
1301 | 2024-08-02T16:46:15.389Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1302 | 2024-08-02T16:46:15.599Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1303 | 2024-08-02T16:46:21.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
1304 | 2024-08-02T16:46:21.125Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1305 | 2024-08-02T16:46:21.165Z | Aug 02 16:46:20.171 INFO Starting download, target: Clickhouse |
1306 | 2024-08-02T16:46:21.165Z | Aug 02 16:46:20.171 INFO Starting download, target: Cockroach |
1307 | 2024-08-02T16:46:21.165Z | Aug 02 16:46:20.171 INFO Starting download, target: Console |
1308 | 2024-08-02T16:46:21.165Z | Aug 02 16:46:20.171 INFO Starting download, target: DendriteOpenapi |
1309 | 2024-08-02T16:46:21.168Z | Aug 02 16:46:20.171 INFO Starting download, target: DendriteStub |
1310 | 2024-08-02T16:46:21.168Z | Aug 02 16:46:20.171 INFO Starting download, target: MaghemiteMgd |
1311 | 2024-08-02T16:46:21.168Z | Aug 02 16:46:20.171 INFO Starting download, target: TransceiverControl |
1312 | 2024-08-02T16:46:21.168Z | Aug 02 16:46:20.172 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1313 | 2024-08-02T16:46:21.168Z | Aug 02 16:46:20.172 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1314 | 2024-08-02T16:46:21.168Z | Aug 02 16:46:20.172 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
1315 | 2024-08-02T16:46:21.168Z | Aug 02 16:46:20.173 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1316 | 2024-08-02T16:46:21.168Z | Aug 02 16:46:20.173 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1317 | 2024-08-02T16:46:21.168Z | Aug 02 16:46:20.173 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1318 | 2024-08-02T16:46:21.168Z | Aug 02 16:46:20.173 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1319 | 2024-08-02T16:46:21.277Z | Aug 02 16:46:20.283 INFO Download complete, target: DendriteOpenapi |
1320 | 2024-08-02T16:46:21.478Z | Aug 02 16:46:20.480 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1321 | 2024-08-02T16:46:21.709Z | Aug 02 16:46:20.712 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1322 | 2024-08-02T16:46:21.890Z | Aug 02 16:46:20.896 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1323 | 2024-08-02T16:46:21.970Z | Aug 02 16:46:20.976 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1324 | 2024-08-02T16:46:22.166Z | Aug 02 16:46:21.172 INFO Download complete, target: Console |
1325 | 2024-08-02T16:46:22.406Z | Aug 02 16:46:21.412 INFO Download complete, target: TransceiverControl |
1326 | 2024-08-02T16:46:23.260Z | Aug 02 16:46:22.266 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1327 | 2024-08-02T16:46:24.024Z | Aug 02 16:46:23.029 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1328 | 2024-08-02T16:46:24.024Z | Aug 02 16:46:23.029 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1329 | 2024-08-02T16:46:25.178Z | Aug 02 16:46:24.184 INFO Download complete, target: MaghemiteMgd |
1330 | 2024-08-02T16:46:25.178Z | Aug 02 16:46:24.184 INFO Download complete, target: DendriteStub |
1331 | 2024-08-02T16:46:32.598Z | Aug 02 16:46:31.603 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1332 | 2024-08-02T16:46:32.928Z | Aug 02 16:46:31.933 INFO Checking that binary works, target: Cockroach |
1333 | 2024-08-02T16:46:33.162Z | Aug 02 16:46:32.166 INFO Download complete, target: Cockroach |
1334 | 2024-08-02T16:46:37.667Z | Aug 02 16:46:36.672 INFO Checking that binary works, target: Clickhouse |
1335 | 2024-08-02T16:46:38.242Z | Aug 02 16:46:37.246 INFO Download complete, target: Clickhouse |
1336 | 2024-08-02T16:46:38.260Z | All builder prerequisites installed successfully, and PATH looks valid |
1337 | 2024-08-02T16:46:38.263Z | |
1338 | 2024-08-02T16:46:38.263Z | real 4:03.858705327 |
1339 | 2024-08-02T16:46:38.263Z | user 11:43.651228865 |
1340 | 2024-08-02T16:46:38.263Z | sys 2:32.110170016 |
1341 | 2024-08-02T16:46:38.263Z | trap 0.447903342 |
1342 | 2024-08-02T16:46:38.263Z | tflt 10.623085908 |
1343 | 2024-08-02T16:46:38.263Z | dflt 11.721647558 |
1344 | 2024-08-02T16:46:38.263Z | kflt 0.181863455 |
1345 | 2024-08-02T16:46:38.263Z | lock 24:17.521224984 |
1346 | 2024-08-02T16:46:38.263Z | slp 36:10.320600953 |
1347 | 2024-08-02T16:46:38.263Z | lat 37.911127944 |
1348 | 2024-08-02T16:46:38.263Z | stop 1:35.758620442 |
1349 | 2024-08-02T16:46:38.263Z | + banner hack-check |
1350 | 2024-08-02T16:46:38.265Z | |
1351 | 2024-08-02T16:46:38.265Z | # # ## #### # # #### # # ###### #### # # |
1352 | 2024-08-02T16:46:38.265Z | # # # # # # # # # # # # # # # # # |
1353 | 2024-08-02T16:46:38.266Z | ###### # # # #### ##### # ###### ##### # #### |
1354 | 2024-08-02T16:46:38.266Z | # # ###### # # # # # # # # # # |
1355 | 2024-08-02T16:46:38.266Z | # # # # # # # # # # # # # # # # # |
1356 | 2024-08-02T16:46:38.266Z | # # # # #### # # #### # # ###### #### # # |
1357 | 2024-08-02T16:46:38.266Z | |
1358 | 2024-08-02T16:46:38.266Z | + export CARGO_INCREMENTAL=0 |
1359 | 2024-08-02T16:46:38.266Z | + CARGO_INCREMENTAL=0 |
1360 | 2024-08-02T16:46:38.266Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1361 | 2024-08-02T16:46:38.786Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1362 | 2024-08-02T16:46:42.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
1363 | 2024-08-02T16:46:42.611Z | Running `target/debug/xtask check-features --ci` |
1364 | 2024-08-02T16:46:42.628Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1365 | 2024-08-02T16:46:42.628Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1366 | 2024-08-02T16:46:43.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1367 | 2024-08-02T16:46:43.096Z | Running `target/debug/xtask download cargo-hack` |
1368 | 2024-08-02T16:46:43.815Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1369 | 2024-08-02T16:46:44.095Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1370 | 2024-08-02T16:46:48.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s |
1371 | 2024-08-02T16:46:48.968Z | Running `target/debug/xtask-downloader cargo-hack` |
1372 | 2024-08-02T16:46:48.996Z | Aug 02 16:46:47.999 INFO Starting download, target: CargoHack |
1373 | 2024-08-02T16:46:48.999Z | Aug 02 16:46:48.000 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1374 | 2024-08-02T16:46:49.693Z | Aug 02 16:46:48.696 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1375 | 2024-08-02T16:46:49.801Z | Aug 02 16:46:48.804 INFO Download complete, target: CargoHack |
1376 | 2024-08-02T16:46:49.804Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1377 | 2024-08-02T16:46:49.820Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1378 | 2024-08-02T16:46:49.955Z | info: running `cargo check --bins` on api_identity (1/142) |
1379 | 2024-08-02T16:46:50.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1380 | 2024-08-02T16:46:50.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1381 | 2024-08-02T16:46:50.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1382 | 2024-08-02T16:46:50.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1383 | 2024-08-02T16:46:50.504Z | |
1384 | 2024-08-02T16:46:50.504Z | info: running `cargo check --bins` on bootstore (2/142) |
1385 | 2024-08-02T16:46:51.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1386 | 2024-08-02T16:46:51.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1387 | 2024-08-02T16:46:51.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1388 | 2024-08-02T16:46:51.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1389 | 2024-08-02T16:46:51.094Z | |
1390 | 2024-08-02T16:46:51.094Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/142) |
1391 | 2024-08-02T16:46:51.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1392 | 2024-08-02T16:46:51.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1393 | 2024-08-02T16:46:51.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1394 | 2024-08-02T16:46:51.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1395 | 2024-08-02T16:46:51.662Z | |
1396 | 2024-08-02T16:46:51.662Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142) |
1397 | 2024-08-02T16:46:52.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1398 | 2024-08-02T16:46:52.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1399 | 2024-08-02T16:46:52.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1400 | 2024-08-02T16:46:52.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1401 | 2024-08-02T16:46:52.238Z | |
1402 | 2024-08-02T16:46:52.238Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142) |
1403 | 2024-08-02T16:46:52.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1404 | 2024-08-02T16:46:52.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1405 | 2024-08-02T16:46:52.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1406 | 2024-08-02T16:46:52.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1407 | 2024-08-02T16:46:52.666Z | |
1408 | 2024-08-02T16:46:52.666Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142) |
1409 | 2024-08-02T16:46:53.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1410 | 2024-08-02T16:46:53.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1411 | 2024-08-02T16:46:53.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1412 | 2024-08-02T16:46:53.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1413 | 2024-08-02T16:46:53.112Z | |
1414 | 2024-08-02T16:46:53.112Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142) |
1415 | 2024-08-02T16:46:53.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1416 | 2024-08-02T16:46:53.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1417 | 2024-08-02T16:46:53.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1418 | 2024-08-02T16:46:53.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1419 | 2024-08-02T16:46:53.538Z | |
1420 | 2024-08-02T16:46:53.538Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142) |
1421 | 2024-08-02T16:46:53.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1422 | 2024-08-02T16:46:53.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1423 | 2024-08-02T16:46:53.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1424 | 2024-08-02T16:46:53.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1425 | 2024-08-02T16:46:53.975Z | |
1426 | 2024-08-02T16:46:53.975Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142) |
1427 | 2024-08-02T16:46:54.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1428 | 2024-08-02T16:46:54.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1429 | 2024-08-02T16:46:54.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1430 | 2024-08-02T16:46:54.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1431 | 2024-08-02T16:46:54.413Z | |
1432 | 2024-08-02T16:46:54.413Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142) |
1433 | 2024-08-02T16:46:54.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1434 | 2024-08-02T16:46:54.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1435 | 2024-08-02T16:46:54.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1436 | 2024-08-02T16:46:54.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1437 | 2024-08-02T16:46:54.843Z | |
1438 | 2024-08-02T16:46:54.843Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142) |
1439 | 2024-08-02T16:46:55.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1440 | 2024-08-02T16:46:55.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1441 | 2024-08-02T16:46:55.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1442 | 2024-08-02T16:46:55.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1443 | 2024-08-02T16:46:55.273Z | |
1444 | 2024-08-02T16:46:55.273Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142) |
1445 | 2024-08-02T16:46:55.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1446 | 2024-08-02T16:46:55.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1447 | 2024-08-02T16:46:55.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1448 | 2024-08-02T16:46:55.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1449 | 2024-08-02T16:46:55.708Z | |
1450 | 2024-08-02T16:46:55.708Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142) |
1451 | 2024-08-02T16:46:56.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1452 | 2024-08-02T16:46:56.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1453 | 2024-08-02T16:46:56.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1454 | 2024-08-02T16:46:56.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1455 | 2024-08-02T16:46:56.146Z | |
1456 | 2024-08-02T16:46:56.146Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142) |
1457 | 2024-08-02T16:46:56.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1458 | 2024-08-02T16:46:56.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1459 | 2024-08-02T16:46:56.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1460 | 2024-08-02T16:46:56.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1461 | 2024-08-02T16:46:56.575Z | |
1462 | 2024-08-02T16:46:56.575Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142) |
1463 | 2024-08-02T16:46:56.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1464 | 2024-08-02T16:46:56.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1465 | 2024-08-02T16:46:56.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1466 | 2024-08-02T16:46:56.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1467 | 2024-08-02T16:46:57.008Z | |
1468 | 2024-08-02T16:46:57.008Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142) |
1469 | 2024-08-02T16:46:57.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1470 | 2024-08-02T16:46:57.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1471 | 2024-08-02T16:46:57.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1472 | 2024-08-02T16:46:57.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1473 | 2024-08-02T16:46:57.442Z | |
1474 | 2024-08-02T16:46:57.442Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142) |
1475 | 2024-08-02T16:46:57.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1476 | 2024-08-02T16:46:57.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1477 | 2024-08-02T16:46:57.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1478 | 2024-08-02T16:46:57.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1479 | 2024-08-02T16:46:57.870Z | |
1480 | 2024-08-02T16:46:57.870Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142) |
1481 | 2024-08-02T16:46:58.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1482 | 2024-08-02T16:46:58.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1483 | 2024-08-02T16:46:58.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1484 | 2024-08-02T16:46:58.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1485 | 2024-08-02T16:46:58.311Z | |
1486 | 2024-08-02T16:46:58.311Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142) |
1487 | 2024-08-02T16:46:58.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1488 | 2024-08-02T16:46:58.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1489 | 2024-08-02T16:46:58.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1490 | 2024-08-02T16:46:58.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1491 | 2024-08-02T16:46:58.746Z | |
1492 | 2024-08-02T16:46:58.747Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142) |
1493 | 2024-08-02T16:46:59.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1494 | 2024-08-02T16:46:59.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1495 | 2024-08-02T16:46:59.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1496 | 2024-08-02T16:46:59.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1497 | 2024-08-02T16:46:59.185Z | |
1498 | 2024-08-02T16:46:59.185Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142) |
1499 | 2024-08-02T16:46:59.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1500 | 2024-08-02T16:46:59.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1501 | 2024-08-02T16:46:59.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1502 | 2024-08-02T16:46:59.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1503 | 2024-08-02T16:46:59.619Z | |
1504 | 2024-08-02T16:46:59.619Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142) |
1505 | 2024-08-02T16:47:00.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1506 | 2024-08-02T16:47:00.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1507 | 2024-08-02T16:47:00.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1508 | 2024-08-02T16:47:00.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1509 | 2024-08-02T16:47:00.061Z | |
1510 | 2024-08-02T16:47:00.061Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142) |
1511 | 2024-08-02T16:47:00.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1512 | 2024-08-02T16:47:00.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1513 | 2024-08-02T16:47:00.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1514 | 2024-08-02T16:47:00.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1515 | 2024-08-02T16:47:00.500Z | |
1516 | 2024-08-02T16:47:00.500Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142) |
1517 | 2024-08-02T16:47:00.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1518 | 2024-08-02T16:47:00.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1519 | 2024-08-02T16:47:00.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1520 | 2024-08-02T16:47:00.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1521 | 2024-08-02T16:47:00.930Z | |
1522 | 2024-08-02T16:47:00.930Z | info: running `cargo check --bins` on sled-hardware-types (25/142) |
1523 | 2024-08-02T16:47:01.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1524 | 2024-08-02T16:47:01.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1525 | 2024-08-02T16:47:01.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1526 | 2024-08-02T16:47:01.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1527 | 2024-08-02T16:47:01.518Z | |
1528 | 2024-08-02T16:47:01.519Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/142) |
1529 | 2024-08-02T16:47:02.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1530 | 2024-08-02T16:47:02.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1531 | 2024-08-02T16:47:02.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1532 | 2024-08-02T16:47:02.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1533 | 2024-08-02T16:47:02.105Z | |
1534 | 2024-08-02T16:47:02.105Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142) |
1535 | 2024-08-02T16:47:02.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1536 | 2024-08-02T16:47:02.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1537 | 2024-08-02T16:47:02.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1538 | 2024-08-02T16:47:02.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1539 | 2024-08-02T16:47:02.686Z | |
1540 | 2024-08-02T16:47:02.686Z | info: running `cargo check --bins` on oxlog (28/142) |
1541 | 2024-08-02T16:47:03.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1542 | 2024-08-02T16:47:03.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1543 | 2024-08-02T16:47:03.257Z | Checking cfg-if v1.0.0 |
1544 | 2024-08-02T16:47:03.260Z | Checking libc v0.2.155 |
1545 | 2024-08-02T16:47:03.337Z | Checking scopeguard v1.2.0 |
1546 | 2024-08-02T16:47:03.339Z | Checking serde v1.0.204 |
1547 | 2024-08-02T16:47:03.349Z | Checking memchr v2.7.2 |
1548 | 2024-08-02T16:47:03.349Z | Checking log v0.4.21 |
1549 | 2024-08-02T16:47:03.352Z | Checking byteorder v1.5.0 |
1550 | 2024-08-02T16:47:03.371Z | Checking itoa v1.0.11 |
1551 | 2024-08-02T16:47:03.385Z | Checking zeroize v1.7.0 |
1552 | 2024-08-02T16:47:03.440Z | Checking lock_api v0.4.12 |
1553 | 2024-08-02T16:47:03.558Z | Checking smallvec v1.13.2 |
1554 | 2024-08-02T16:47:03.620Z | Checking once_cell v1.19.0 |
1555 | 2024-08-02T16:47:03.634Z | Checking pin-project-lite v0.2.14 |
1556 | 2024-08-02T16:47:03.739Z | Checking typenum v1.17.0 |
1557 | 2024-08-02T16:47:03.742Z | Checking zerocopy v0.7.34 |
1558 | 2024-08-02T16:47:03.849Z | Checking spin v0.9.8 |
1559 | 2024-08-02T16:47:03.867Z | Checking tinyvec_macros v0.1.1 |
1560 | 2024-08-02T16:47:03.886Z | Checking futures-core v0.3.30 |
1561 | 2024-08-02T16:47:03.943Z | Checking tinyvec v1.6.0 |
1562 | 2024-08-02T16:47:04.058Z | Checking libm v0.2.8 |
1563 | 2024-08-02T16:47:04.164Z | Checking const-oid v0.9.6 |
1564 | 2024-08-02T16:47:04.167Z | Checking ryu v1.0.18 |
1565 | 2024-08-02T16:47:04.388Z | Checking subtle v2.5.0 |
1566 | 2024-08-02T16:47:04.401Z | Checking getrandom v0.2.14 |
1567 | 2024-08-02T16:47:04.632Z | Checking parking_lot_core v0.9.10 |
1568 | 2024-08-02T16:47:04.635Z | Checking rand_core v0.6.4 |
1569 | 2024-08-02T16:47:04.922Z | Checking signal-hook-registry v1.4.2 |
1570 | 2024-08-02T16:47:04.925Z | Checking mio v0.8.11 |
1571 | 2024-08-02T16:47:04.966Z | Checking parking_lot v0.12.2 |
1572 | 2024-08-02T16:47:05.026Z | Checking generic-array v0.14.7 |
1573 | 2024-08-02T16:47:05.165Z | Checking num_cpus v1.16.0 |
1574 | 2024-08-02T16:47:05.179Z | Checking socket2 v0.5.7 |
1575 | 2024-08-02T16:47:05.191Z | Checking ahash v0.8.11 |
1576 | 2024-08-02T16:47:05.266Z | Checking unicode-normalization v0.1.23 |
1577 | 2024-08-02T16:47:05.295Z | Checking num-traits v0.2.19 |
1578 | 2024-08-02T16:47:05.542Z | Checking futures-sink v0.3.30 |
1579 | 2024-08-02T16:47:05.633Z | Checking allocator-api2 v0.2.18 |
1580 | 2024-08-02T16:47:05.675Z | Checking unicode-bidi v0.3.15 |
1581 | 2024-08-02T16:47:05.714Z | Checking equivalent v1.0.1 |
1582 | 2024-08-02T16:47:05.809Z | Checking futures-channel v0.3.30 |
1583 | 2024-08-02T16:47:05.969Z | Checking slab v0.4.9 |
1584 | 2024-08-02T16:47:06.117Z | Checking futures-io v0.3.30 |
1585 | 2024-08-02T16:47:06.138Z | Checking futures-task v0.3.30 |
1586 | 2024-08-02T16:47:06.157Z | Checking crypto-common v0.1.6 |
1587 | 2024-08-02T16:47:06.201Z | Checking hashbrown v0.14.5 |
1588 | 2024-08-02T16:47:06.205Z | Checking pin-utils v0.1.0 |
1589 | 2024-08-02T16:47:06.275Z | Checking block-buffer v0.10.4 |
1590 | 2024-08-02T16:47:06.290Z | Checking ppv-lite86 v0.2.17 |
1591 | 2024-08-02T16:47:06.293Z | Checking percent-encoding v2.3.1 |
1592 | 2024-08-02T16:47:06.323Z | Checking tracing-core v0.1.32 |
1593 | 2024-08-02T16:47:06.345Z | Checking futures-util v0.3.30 |
1594 | 2024-08-02T16:47:06.466Z | Checking digest v0.10.7 |
1595 | 2024-08-02T16:47:06.486Z | Checking untrusted v0.9.0 |
1596 | 2024-08-02T16:47:06.626Z | Checking fnv v1.0.7 |
1597 | 2024-08-02T16:47:06.743Z | Checking ring v0.17.8 |
1598 | 2024-08-02T16:47:06.810Z | Checking thiserror v1.0.63 |
1599 | 2024-08-02T16:47:06.927Z | Checking base64ct v1.6.0 |
1600 | 2024-08-02T16:47:06.944Z | Checking tracing v0.1.40 |
1601 | 2024-08-02T16:47:06.962Z | Checking rand_chacha v0.3.1 |
1602 | 2024-08-02T16:47:07.018Z | Checking powerfmt v0.2.0 |
1603 | 2024-08-02T16:47:07.266Z | Checking foreign-types-shared v0.1.1 |
1604 | 2024-08-02T16:47:07.266Z | Checking iana-time-zone v0.1.60 |
1605 | 2024-08-02T16:47:07.327Z | Checking rand v0.8.5 |
1606 | 2024-08-02T16:47:07.358Z | Checking pem-rfc7468 v0.7.0 |
1607 | 2024-08-02T16:47:07.358Z | Checking foreign-types v0.3.2 |
1608 | 2024-08-02T16:47:07.393Z | Checking deranged v0.3.11 |
1609 | 2024-08-02T16:47:07.409Z | Checking hmac v0.12.1 |
1610 | 2024-08-02T16:47:07.431Z | Checking form_urlencoded v1.2.1 |
1611 | 2024-08-02T16:47:07.603Z | Checking openssl-sys v0.9.103 |
1612 | 2024-08-02T16:47:07.617Z | Checking flagset v0.4.5 |
1613 | 2024-08-02T16:47:07.620Z | Checking time-core v0.1.2 |
1614 | 2024-08-02T16:47:07.773Z | Checking siphasher v0.3.11 |
1615 | 2024-08-02T16:47:07.802Z | Checking try-lock v0.2.5 |
1616 | 2024-08-02T16:47:07.916Z | Checking unicode-ident v1.0.12 |
1617 | 2024-08-02T16:47:08.069Z | Checking num-conv v0.1.0 |
1618 | 2024-08-02T16:47:08.072Z | Checking num_threads v0.1.7 |
1619 | 2024-08-02T16:47:08.183Z | Checking proc-macro2 v1.0.86 |
1620 | 2024-08-02T16:47:08.298Z | Checking want v0.3.1 |
1621 | 2024-08-02T16:47:08.457Z | Checking der v0.7.9 |
1622 | 2024-08-02T16:47:08.486Z | Checking bytes v1.6.0 |
1623 | 2024-08-02T16:47:08.541Z | Checking bitflags v2.6.0 |
1624 | 2024-08-02T16:47:08.566Z | Checking serde_json v1.0.120 |
1625 | 2024-08-02T16:47:08.814Z | Checking indexmap v2.2.6 |
1626 | 2024-08-02T16:47:08.851Z | Checking uuid v1.10.0 |
1627 | 2024-08-02T16:47:08.931Z | Checking chrono v0.4.38 |
1628 | 2024-08-02T16:47:09.036Z | Checking time v0.3.36 |
1629 | 2024-08-02T16:47:09.322Z | Checking tokio v1.38.1 |
1630 | 2024-08-02T16:47:09.404Z | Checking http v0.2.12 |
1631 | 2024-08-02T16:47:10.040Z | Checking openssl v0.10.66 |
1632 | 2024-08-02T16:47:10.237Z | Checking rustls-webpki v0.101.7 |
1633 | 2024-08-02T16:47:10.282Z | Checking sct v0.7.1 |
1634 | 2024-08-02T16:47:10.460Z | Checking idna v0.5.0 |
1635 | 2024-08-02T16:47:10.735Z | Checking http-body v0.4.6 |
1636 | 2024-08-02T16:47:10.921Z | Checking httparse v1.8.0 |
1637 | 2024-08-02T16:47:10.988Z | Checking socket2 v0.4.10 |
1638 | 2024-08-02T16:47:11.126Z | Checking errno v0.3.9 |
1639 | 2024-08-02T16:47:11.220Z | Checking aho-corasick v1.1.3 |
1640 | 2024-08-02T16:47:11.279Z | Checking lazy_static v1.5.0 |
1641 | 2024-08-02T16:47:11.290Z | Checking scroll v0.12.0 |
1642 | 2024-08-02T16:47:11.379Z | Checking openssl-probe v0.1.5 |
1643 | 2024-08-02T16:47:11.392Z | Checking httpdate v1.0.3 |
1644 | 2024-08-02T16:47:11.479Z | Checking utf8parse v0.2.1 |
1645 | 2024-08-02T16:47:11.497Z | Checking tower-service v0.3.2 |
1646 | 2024-08-02T16:47:11.601Z | Checking cpufeatures v0.2.12 |
1647 | 2024-08-02T16:47:11.604Z | Checking finl_unicode v1.2.0 |
1648 | 2024-08-02T16:47:11.624Z | Checking regex-syntax v0.8.3 |
1649 | 2024-08-02T16:47:11.653Z | Checking plain v0.2.3 |
1650 | 2024-08-02T16:47:11.684Z | Checking ucd-trie v0.1.6 |
1651 | 2024-08-02T16:47:11.707Z | Checking adler v1.0.2 |
1652 | 2024-08-02T16:47:11.783Z | Checking anstyle v1.0.8 |
1653 | 2024-08-02T16:47:11.846Z | Checking miniz_oxide v0.7.2 |
1654 | 2024-08-02T16:47:11.859Z | Checking pest v2.7.10 |
1655 | 2024-08-02T16:47:12.094Z | Checking goblin v0.8.2 |
1656 | 2024-08-02T16:47:12.148Z | Checking stringprep v0.1.4 |
1657 | 2024-08-02T16:47:12.387Z | Checking sha2 v0.10.8 |
1658 | 2024-08-02T16:47:12.550Z | Checking anstyle-parse v0.2.4 |
1659 | 2024-08-02T16:47:12.736Z | Checking rustix v0.38.34 |
1660 | 2024-08-02T16:47:12.780Z | Checking url v2.5.2 |
1661 | 2024-08-02T16:47:12.927Z | Checking rustls v0.21.12 |
1662 | 2024-08-02T16:47:13.531Z | Checking spki v0.7.3 |
1663 | 2024-08-02T16:47:13.809Z | Checking quote v1.0.36 |
1664 | 2024-08-02T16:47:14.142Z | Checking toml_datetime v0.6.6 |
1665 | 2024-08-02T16:47:14.295Z | Checking serde_spanned v0.6.6 |
1666 | 2024-08-02T16:47:14.372Z | Checking num-integer v0.1.46 |
1667 | 2024-08-02T16:47:14.475Z | Checking md-5 v0.10.6 |
1668 | 2024-08-02T16:47:14.658Z | Checking idna v0.3.0 |
1669 | 2024-08-02T16:47:14.693Z | Checking hash32 v0.2.1 |
1670 | 2024-08-02T16:47:14.705Z | Checking regex-automata v0.4.6 |
1671 | 2024-08-02T16:47:14.836Z | Checking anstyle-query v1.0.3 |
1672 | 2024-08-02T16:47:14.949Z | Checking gimli v0.28.1 |
1673 | 2024-08-02T16:47:14.977Z | Checking stable_deref_trait v1.2.0 |
1674 | 2024-08-02T16:47:15.069Z | Checking dyn-clone v1.0.17 |
1675 | 2024-08-02T16:47:15.189Z | Checking colorchoice v1.0.1 |
1676 | 2024-08-02T16:47:15.300Z | Checking pretty-hex v0.4.1 |
1677 | 2024-08-02T16:47:15.452Z | Checking base64 v0.22.1 |
1678 | 2024-08-02T16:47:15.465Z | Checking is_terminal_polyfill v1.70.0 |
1679 | 2024-08-02T16:47:15.469Z | Checking native-tls v0.2.11 |
1680 | 2024-08-02T16:47:15.572Z | Checking psl-types v2.0.11 |
1681 | 2024-08-02T16:47:15.756Z | Checking fallible-iterator v0.2.0 |
1682 | 2024-08-02T16:47:15.769Z | Checking publicsuffix v2.2.3 |
1683 | 2024-08-02T16:47:15.894Z | Checking anstream v0.6.14 |
1684 | 2024-08-02T16:47:15.974Z | Checking schemars v0.8.21 |
1685 | 2024-08-02T16:47:16.072Z | Checking heapless v0.7.17 |
1686 | 2024-08-02T16:47:16.139Z | Checking tokio-util v0.7.11 |
1687 | 2024-08-02T16:47:16.230Z | Checking tokio-rustls v0.24.1 |
1688 | 2024-08-02T16:47:16.329Z | Checking postgres-protocol v0.6.7 |
1689 | 2024-08-02T16:47:16.547Z | Checking tokio-native-tls v0.3.1 |
1690 | 2024-08-02T16:47:16.798Z | Checking terminal_size v0.3.0 |
1691 | 2024-08-02T16:47:16.943Z | Checking h2 v0.3.26 |
1692 | 2024-08-02T16:47:16.958Z | Checking dtrace-parser v0.2.0 |
1693 | 2024-08-02T16:47:16.971Z | Checking syn v2.0.72 |
1694 | 2024-08-02T16:47:17.045Z | Checking dof v0.3.0 |
1695 | 2024-08-02T16:47:17.058Z | Checking pkcs8 v0.10.2 |
1696 | 2024-08-02T16:47:17.295Z | Checking cookie v0.17.0 |
1697 | 2024-08-02T16:47:17.418Z | Checking phf_shared v0.11.2 |
1698 | 2024-08-02T16:47:17.605Z | Checking signal-hook v0.3.17 |
1699 | 2024-08-02T16:47:17.631Z | Checking block-padding v0.3.3 |
1700 | 2024-08-02T16:47:17.670Z | Checking scheduled-thread-pool v0.2.7 |
1701 | 2024-08-02T16:47:17.683Z | Checking ff v0.13.0 |
1702 | 2024-08-02T16:47:17.817Z | Checking thread-id v4.2.1 |
1703 | 2024-08-02T16:47:17.864Z | Checking object v0.32.2 |
1704 | 2024-08-02T16:47:17.881Z | Checking strsim v0.11.1 |
1705 | 2024-08-02T16:47:17.910Z | Checking bitflags v1.3.2 |
1706 | 2024-08-02T16:47:17.923Z | Checking matches v0.1.10 |
1707 | 2024-08-02T16:47:17.994Z | Checking regex-automata v0.1.10 |
1708 | 2024-08-02T16:47:18.006Z | Checking ipnet v2.9.0 |
1709 | 2024-08-02T16:47:18.141Z | Checking base64 v0.21.7 |
1710 | 2024-08-02T16:47:18.387Z | Checking managed v0.8.0 |
1711 | 2024-08-02T16:47:18.430Z | Checking either v1.12.0 |
1712 | 2024-08-02T16:47:18.575Z | Checking winnow v0.5.40 |
1713 | 2024-08-02T16:47:18.732Z | Checking addr2line v0.21.0 |
1714 | 2024-08-02T16:47:18.745Z | Checking bit-vec v0.6.3 |
1715 | 2024-08-02T16:47:18.794Z | Checking rustc-demangle v0.1.24 |
1716 | 2024-08-02T16:47:19.041Z | Checking clap_lex v0.7.0 |
1717 | 2024-08-02T16:47:19.129Z | Checking base16ct v0.2.0 |
1718 | 2024-08-02T16:47:19.184Z | Checking regex v1.10.5 |
1719 | 2024-08-02T16:47:19.200Z | Checking smoltcp v0.9.1 |
1720 | 2024-08-02T16:47:19.267Z | Checking clap_builder v4.5.9 |
1721 | 2024-08-02T16:47:19.309Z | Checking sec1 v0.7.3 |
1722 | 2024-08-02T16:47:19.676Z | Checking rustls-pemfile v1.0.4 |
1723 | 2024-08-02T16:47:19.752Z | Checking bstr v0.2.17 |
1724 | 2024-08-02T16:47:19.847Z | Checking idna v0.2.3 |
1725 | 2024-08-02T16:47:20.588Z | Checking signal-hook-mio v0.2.3 |
1726 | 2024-08-02T16:47:20.639Z | Checking group v0.13.0 |
1727 | 2024-08-02T16:47:20.659Z | Checking r2d2 v0.8.10 |
1728 | 2024-08-02T16:47:20.717Z | Checking inout v0.1.3 |
1729 | 2024-08-02T16:47:20.883Z | Checking phf v0.11.2 |
1730 | 2024-08-02T16:47:20.932Z | Checking cookie_store v0.20.0 |
1731 | 2024-08-02T16:47:20.965Z | Checking ipnetwork v0.20.0 |
1732 | 2024-08-02T16:47:21.156Z | Checking postgres-types v0.2.7 |
1733 | 2024-08-02T16:47:21.306Z | Checking num-bigint v0.4.5 |
1734 | 2024-08-02T16:47:21.535Z | Checking futures-executor v0.3.30 |
1735 | 2024-08-02T16:47:21.567Z | Checking toml_edit v0.19.15 |
1736 | 2024-08-02T16:47:21.753Z | Checking hubpack v0.1.2 |
1737 | 2024-08-02T16:47:21.840Z | Checking serde_urlencoded v0.7.1 |
1738 | 2024-08-02T16:47:22.035Z | Checking phf_shared v0.10.0 |
1739 | 2024-08-02T16:47:22.248Z | Checking hkdf v0.12.4 |
1740 | 2024-08-02T16:47:22.262Z | Checking float-cmp v0.9.0 |
1741 | 2024-08-02T16:47:22.297Z | Checking zerocopy v0.6.6 |
1742 | 2024-08-02T16:47:22.420Z | Checking crc32fast v1.4.0 |
1743 | 2024-08-02T16:47:22.448Z | Checking crossbeam-utils v0.8.19 |
1744 | 2024-08-02T16:47:22.626Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1745 | 2024-08-02T16:47:22.867Z | Checking crypto-bigint v0.5.5 |
1746 | 2024-08-02T16:47:22.952Z | Checking hyper v0.14.28 |
1747 | 2024-08-02T16:47:23.065Z | Checking memmap v0.7.0 |
1748 | 2024-08-02T16:47:23.113Z | Checking encoding_rs v0.8.34 |
1749 | 2024-08-02T16:47:23.127Z | Checking usdt-impl v0.5.0 |
1750 | 2024-08-02T16:47:23.242Z | Checking webpki-roots v0.25.4 |
1751 | 2024-08-02T16:47:23.376Z | Checking whoami v1.5.1 |
1752 | 2024-08-02T16:47:23.641Z | Checking fixedbitset v0.4.2 |
1753 | 2024-08-02T16:47:23.653Z | Checking winnow v0.6.8 |
1754 | 2024-08-02T16:47:23.802Z | Checking data-encoding v2.6.0 |
1755 | 2024-08-02T16:47:23.870Z | Checking minimal-lexical v0.2.1 |
1756 | 2024-08-02T16:47:23.933Z | Checking backtrace v0.3.71 |
1757 | 2024-08-02T16:47:23.948Z | Checking difflib v0.4.0 |
1758 | 2024-08-02T16:47:24.227Z | Checking precomputed-hash v0.1.1 |
1759 | 2024-08-02T16:47:24.230Z | Checking predicates-core v1.0.6 |
1760 | 2024-08-02T16:47:24.330Z | Checking unicode-segmentation v1.11.0 |
1761 | 2024-08-02T16:47:24.343Z | Checking normalize-line-endings v0.3.0 |
1762 | 2024-08-02T16:47:24.412Z | Checking sync_wrapper v0.1.2 |
1763 | 2024-08-02T16:47:24.443Z | Checking static_assertions v1.1.0 |
1764 | 2024-08-02T16:47:24.456Z | Checking unicode-width v0.1.13 |
1765 | 2024-08-02T16:47:24.523Z | Checking new_debug_unreachable v1.0.6 |
1766 | 2024-08-02T16:47:24.536Z | Checking mime v0.3.17 |
1767 | 2024-08-02T16:47:24.607Z | Checking string_cache v0.8.7 |
1768 | 2024-08-02T16:47:24.625Z | Checking console v0.15.8 |
1769 | 2024-08-02T16:47:24.832Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1770 | 2024-08-02T16:47:24.876Z | Checking anyhow v1.0.86 |
1771 | 2024-08-02T16:47:24.937Z | Checking similar v2.5.0 |
1772 | 2024-08-02T16:47:25.170Z | Checking predicates v3.1.0 |
1773 | 2024-08-02T16:47:25.241Z | Checking trust-dns-proto v0.22.0 |
1774 | 2024-08-02T16:47:25.339Z | Checking nom v7.1.3 |
1775 | 2024-08-02T16:47:25.611Z | Checking elliptic-curve v0.13.8 |
1776 | 2024-08-02T16:47:25.747Z | Checking toml v0.7.8 |
1777 | 2024-08-02T16:47:25.795Z | Checking petgraph v0.6.5 |
1778 | 2024-08-02T16:47:26.257Z | Checking yasna v0.5.2 |
1779 | 2024-08-02T16:47:26.478Z | Checking tokio-postgres v0.7.11 |
1780 | 2024-08-02T16:47:26.566Z | Checking toml_edit v0.22.16 |
1781 | 2024-08-02T16:47:27.139Z | Checking usdt v0.5.0 |
1782 | 2024-08-02T16:47:27.375Z | Checking crossbeam-epoch v0.9.18 |
1783 | 2024-08-02T16:47:27.788Z | Checking diesel v2.1.6 |
1784 | 2024-08-02T16:47:28.319Z | Checking flate2 v1.0.30 |
1785 | 2024-08-02T16:47:28.775Z | Checking hyper-tls v0.5.0 |
1786 | 2024-08-02T16:47:28.936Z | Checking hyper-rustls v0.24.2 |
1787 | 2024-08-02T16:47:29.027Z | Checking clap v4.5.9 |
1788 | 2024-08-02T16:47:29.039Z | Checking futures v0.3.30 |
1789 | 2024-08-02T16:47:29.132Z | Checking cipher v0.4.4 |
1790 | 2024-08-02T16:47:29.135Z | Checking crossterm v0.27.0 |
1791 | 2024-08-02T16:47:29.157Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1792 | 2024-08-02T16:47:29.175Z | Checking bstr v1.9.1 |
1793 | 2024-08-02T16:47:29.193Z | Checking bit-set v0.5.3 |
1794 | 2024-08-02T16:47:29.205Z | Checking reqwest v0.11.27 |
1795 | 2024-08-02T16:47:29.287Z | Checking itertools v0.10.5 |
1796 | 2024-08-02T16:47:29.429Z | Checking itertools v0.12.1 |
1797 | 2024-08-02T16:47:29.510Z | Checking tokio-stream v0.1.15 |
1798 | 2024-08-02T16:47:29.816Z | Checking fs-err v2.11.0 |
1799 | 2024-08-02T16:47:30.078Z | Checking num-iter v0.1.45 |
1800 | 2024-08-02T16:47:30.244Z | Checking slog v2.7.0 |
1801 | 2024-08-02T16:47:30.275Z | Checking openapiv3 v2.0.0 |
1802 | 2024-08-02T16:47:30.336Z | Checking semver v1.0.23 |
1803 | 2024-08-02T16:47:30.681Z | Checking hex v0.4.3 |
1804 | 2024-08-02T16:47:30.721Z | Checking peg-runtime v0.8.3 |
1805 | 2024-08-02T16:47:30.800Z | Checking lalrpop-util v0.19.12 |
1806 | 2024-08-02T16:47:30.914Z | Checking camino v1.1.7 |
1807 | 2024-08-02T16:47:30.934Z | Checking sigpipe v0.1.3 |
1808 | 2024-08-02T16:47:47.627Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1809 | 2024-08-02T16:47:47.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.21s |
1810 | 2024-08-02T16:47:48.018Z | |
1811 | 2024-08-02T16:47:48.018Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142) |
1812 | 2024-08-02T16:47:48.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1813 | 2024-08-02T16:47:48.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1814 | 2024-08-02T16:47:48.631Z | Compiling regress v0.9.1 |
1815 | 2024-08-02T16:47:48.713Z | Checking sha1 v0.10.6 |
1816 | 2024-08-02T16:47:48.722Z | Checking strum v0.26.3 |
1817 | 2024-08-02T16:47:48.738Z | Checking heck v0.5.0 |
1818 | 2024-08-02T16:47:48.750Z | Compiling getopts v0.2.21 |
1819 | 2024-08-02T16:47:48.753Z | Checking dirs-sys-next v0.1.2 |
1820 | 2024-08-02T16:47:48.772Z | Compiling unsafe-libyaml v0.2.11 |
1821 | 2024-08-02T16:47:48.887Z | Checking http v1.1.0 |
1822 | 2024-08-02T16:47:48.914Z | Checking dirs-next v2.0.0 |
1823 | 2024-08-02T16:47:48.934Z | Checking thread_local v1.1.8 |
1824 | 2024-08-02T16:47:49.026Z | Compiling ident_case v1.0.1 |
1825 | 2024-08-02T16:47:49.124Z | Checking rustls-pki-types v1.7.0 |
1826 | 2024-08-02T16:47:49.184Z | Compiling darling_core v0.20.9 |
1827 | 2024-08-02T16:47:49.188Z | Checking term v0.7.0 |
1828 | 2024-08-02T16:47:49.544Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1829 | 2024-08-02T16:47:49.611Z | Checking crossbeam-channel v0.5.12 |
1830 | 2024-08-02T16:47:49.764Z | Checking is-terminal v0.4.12 |
1831 | 2024-08-02T16:47:49.861Z | Checking atty v0.2.14 |
1832 | 2024-08-02T16:47:49.877Z | Checking humantime v2.1.0 |
1833 | 2024-08-02T16:47:49.968Z | Compiling paste v1.0.15 |
1834 | 2024-08-02T16:47:50.150Z | Compiling serde_yaml v0.9.34+deprecated |
1835 | 2024-08-02T16:47:50.236Z | Checking termcolor v1.4.1 |
1836 | 2024-08-02T16:47:50.311Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1837 | 2024-08-02T16:47:50.431Z | Checking take_mut v0.2.2 |
1838 | 2024-08-02T16:47:50.561Z | Checking utf-8 v0.7.6 |
1839 | 2024-08-02T16:47:50.623Z | Compiling rustls v0.22.4 |
1840 | 2024-08-02T16:47:50.625Z | Checking env_logger v0.9.3 |
1841 | 2024-08-02T16:47:50.743Z | Checking slog-async v2.8.0 |
1842 | 2024-08-02T16:47:50.819Z | Checking slog-term v2.9.1 |
1843 | 2024-08-02T16:47:50.884Z | Checking rustls-webpki v0.102.4 |
1844 | 2024-08-02T16:47:51.026Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1845 | 2024-08-02T16:47:51.050Z | Compiling proc-macro-crate v1.3.1 |
1846 | 2024-08-02T16:47:51.282Z | Compiling bitstruct_derive v0.1.0 |
1847 | 2024-08-02T16:47:51.360Z | Compiling structmeta-derive v0.3.0 |
1848 | 2024-08-02T16:47:51.644Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1849 | 2024-08-02T16:47:51.761Z | Compiling multer v3.1.0 |
1850 | 2024-08-02T16:47:52.008Z | Checking match_cfg v0.1.0 |
1851 | 2024-08-02T16:47:52.059Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1852 | 2024-08-02T16:47:52.092Z | Checking ascii v1.1.0 |
1853 | 2024-08-02T16:47:52.124Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1854 | 2024-08-02T16:47:52.478Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1855 | 2024-08-02T16:47:52.625Z | Checking bitstruct v0.1.1 |
1856 | 2024-08-02T16:47:52.749Z | Compiling num_enum_derive v0.5.11 |
1857 | 2024-08-02T16:47:53.390Z | Checking hostname v0.3.1 |
1858 | 2024-08-02T16:47:53.579Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1859 | 2024-08-02T16:47:53.765Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1860 | 2024-08-02T16:47:54.387Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1861 | 2024-08-02T16:47:54.477Z | Compiling structmeta v0.3.0 |
1862 | 2024-08-02T16:47:54.491Z | Checking slog-json v2.6.1 |
1863 | 2024-08-02T16:47:54.668Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1864 | 2024-08-02T16:47:54.739Z | Checking erased-serde v0.3.31 |
1865 | 2024-08-02T16:47:54.915Z | Checking serde_arrays v0.1.0 |
1866 | 2024-08-02T16:47:54.928Z | Compiling async-stream-impl v0.3.5 |
1867 | 2024-08-02T16:47:55.051Z | Compiling foreign-types-macros v0.2.3 |
1868 | 2024-08-02T16:47:55.223Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1869 | 2024-08-02T16:47:55.501Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1870 | 2024-08-02T16:47:55.586Z | Checking foreign-types-shared v0.3.1 |
1871 | 2024-08-02T16:47:55.691Z | Checking arc-swap v1.7.1 |
1872 | 2024-08-02T16:47:55.725Z | Checking atomic-waker v1.1.2 |
1873 | 2024-08-02T16:47:55.769Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1874 | 2024-08-02T16:47:55.842Z | Checking waitgroup v0.1.2 |
1875 | 2024-08-02T16:47:55.960Z | Checking num_enum v0.5.11 |
1876 | 2024-08-02T16:47:56.111Z | Checking slog-scope v4.4.0 |
1877 | 2024-08-02T16:47:56.158Z | Compiling parse-display-derive v0.9.1 |
1878 | 2024-08-02T16:47:56.283Z | Checking slog-bunyan v2.5.0 |
1879 | 2024-08-02T16:47:56.329Z | Checking foreign-types v0.5.0 |
1880 | 2024-08-02T16:47:56.332Z | Checking async-stream v0.3.5 |
1881 | 2024-08-02T16:47:56.436Z | Compiling proc-macro-error v1.0.4 |
1882 | 2024-08-02T16:47:56.652Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1883 | 2024-08-02T16:47:56.665Z | Compiling darling_macro v0.20.9 |
1884 | 2024-08-02T16:47:56.749Z | Checking toml v0.8.15 |
1885 | 2024-08-02T16:47:56.825Z | Checking tungstenite v0.20.1 |
1886 | 2024-08-02T16:47:57.197Z | Checking tokio-rustls v0.25.0 |
1887 | 2024-08-02T16:47:57.295Z | Checking rustls-pemfile v2.1.2 |
1888 | 2024-08-02T16:47:57.509Z | Compiling heck v0.3.3 |
1889 | 2024-08-02T16:47:57.525Z | Checking newtype-uuid v1.1.0 |
1890 | 2024-08-02T16:47:57.538Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1891 | 2024-08-02T16:47:57.656Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1892 | 2024-08-02T16:47:57.673Z | Compiling darling v0.20.9 |
1893 | 2024-08-02T16:47:57.751Z | Checking cstr-argument v0.1.2 |
1894 | 2024-08-02T16:47:57.784Z | Compiling serde_with_macros v3.8.3 |
1895 | 2024-08-02T16:47:57.914Z | Checking serde_path_to_error v0.1.16 |
1896 | 2024-08-02T16:47:57.932Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1897 | 2024-08-02T16:47:58.517Z | Checking hostname v0.4.0 |
1898 | 2024-08-02T16:47:58.550Z | Checking instant v0.1.12 |
1899 | 2024-08-02T16:47:58.640Z | Checking debug-ignore v1.0.5 |
1900 | 2024-08-02T16:47:58.658Z | Checking pretty-hex v0.2.1 |
1901 | 2024-08-02T16:47:58.736Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1902 | 2024-08-02T16:47:58.765Z | Checking fastrand v2.1.0 |
1903 | 2024-08-02T16:47:58.807Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1904 | 2024-08-02T16:47:59.012Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1905 | 2024-08-02T16:47:59.070Z | Checking tempfile v3.10.1 |
1906 | 2024-08-02T16:47:59.084Z | Checking backoff v0.4.0 |
1907 | 2024-08-02T16:47:59.277Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1908 | 2024-08-02T16:47:59.362Z | Compiling zone_cfg_derive v0.1.2 |
1909 | 2024-08-02T16:47:59.411Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1910 | 2024-08-02T16:47:59.573Z | Checking tokio-tungstenite v0.20.1 |
1911 | 2024-08-02T16:47:59.633Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1912 | 2024-08-02T16:48:00.043Z | Checking slog-stdlog v4.1.1 |
1913 | 2024-08-02T16:48:00.188Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1914 | 2024-08-02T16:48:00.342Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1915 | 2024-08-02T16:48:00.388Z | Checking tungstenite v0.21.0 |
1916 | 2024-08-02T16:48:00.660Z | Checking colored v2.1.0 |
1917 | 2024-08-02T16:48:00.897Z | Checking macaddr v1.0.1 |
1918 | 2024-08-02T16:48:00.917Z | Checking base64 v0.13.1 |
1919 | 2024-08-02T16:48:01.023Z | Checking serde_with v3.8.3 |
1920 | 2024-08-02T16:48:01.127Z | Checking parse-display v0.9.1 |
1921 | 2024-08-02T16:48:01.195Z | Checking tokio-tungstenite v0.21.0 |
1922 | 2024-08-02T16:48:01.310Z | Checking ron v0.7.1 |
1923 | 2024-08-02T16:48:01.335Z | Checking zone v0.1.8 |
1924 | 2024-08-02T16:48:01.662Z | Checking slog-envlogger v2.2.0 |
1925 | 2024-08-02T16:48:01.872Z | Checking pem v3.0.4 |
1926 | 2024-08-02T16:48:01.936Z | Checking tabwriter v1.4.0 |
1927 | 2024-08-02T16:48:02.110Z | Checking xattr v1.3.1 |
1928 | 2024-08-02T16:48:02.157Z | Checking portpicker v0.1.1 |
1929 | 2024-08-02T16:48:02.281Z | Checking headers-core v0.2.0 |
1930 | 2024-08-02T16:48:02.293Z | Checking smf v0.2.3 |
1931 | 2024-08-02T16:48:02.401Z | Checking filetime v0.2.23 |
1932 | 2024-08-02T16:48:02.404Z | Checking same-file v1.0.6 |
1933 | 2024-08-02T16:48:02.565Z | Checking walkdir v2.5.0 |
1934 | 2024-08-02T16:48:02.603Z | Checking tar v0.4.41 |
1935 | 2024-08-02T16:48:02.724Z | Checking headers v0.3.9 |
1936 | 2024-08-02T16:48:02.825Z | Checking rcgen v0.12.1 |
1937 | 2024-08-02T16:48:02.872Z | Checking camino-tempfile v1.1.1 |
1938 | 2024-08-02T16:48:03.193Z | Checking atomicwrites v0.4.3 |
1939 | 2024-08-02T16:48:03.388Z | Checking subprocess v0.2.9 |
1940 | 2024-08-02T16:48:04.456Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1941 | 2024-08-02T16:48:04.758Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1942 | 2024-08-02T16:48:06.180Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1943 | 2024-08-02T16:48:08.199Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1944 | 2024-08-02T16:48:08.264Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1945 | 2024-08-02T16:48:11.478Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1946 | 2024-08-02T16:48:18.394Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1947 | 2024-08-02T16:48:18.516Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1948 | 2024-08-02T16:48:18.518Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1949 | 2024-08-02T16:48:20.884Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1950 | 2024-08-02T16:48:21.213Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1951 | 2024-08-02T16:48:26.750Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1952 | 2024-08-02T16:48:28.080Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1953 | 2024-08-02T16:48:29.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.09s |
1954 | 2024-08-02T16:48:29.240Z | |
1955 | 2024-08-02T16:48:29.240Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142) |
1956 | 2024-08-02T16:48:29.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1957 | 2024-08-02T16:48:29.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1958 | 2024-08-02T16:48:29.848Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1959 | 2024-08-02T16:48:31.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
1960 | 2024-08-02T16:48:31.129Z | |
1961 | 2024-08-02T16:48:31.129Z | info: running `cargo check --bins` on nexus-config (31/142) |
1962 | 2024-08-02T16:48:31.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1963 | 2024-08-02T16:48:31.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1964 | 2024-08-02T16:48:31.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1965 | 2024-08-02T16:48:31.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1966 | 2024-08-02T16:48:31.708Z | |
1967 | 2024-08-02T16:48:31.708Z | info: running `cargo check --bins` on omicron-rpaths (32/142) |
1968 | 2024-08-02T16:48:32.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1969 | 2024-08-02T16:48:32.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1970 | 2024-08-02T16:48:32.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1971 | 2024-08-02T16:48:32.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1972 | 2024-08-02T16:48:32.263Z | |
1973 | 2024-08-02T16:48:32.263Z | info: running `cargo check --bins` on omicron-certificates (33/142) |
1974 | 2024-08-02T16:48:32.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1975 | 2024-08-02T16:48:32.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1976 | 2024-08-02T16:48:32.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1977 | 2024-08-02T16:48:32.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1978 | 2024-08-02T16:48:32.839Z | |
1979 | 2024-08-02T16:48:32.839Z | info: running `cargo check --bins` on bootstrap-agent-client (34/142) |
1980 | 2024-08-02T16:48:33.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1981 | 2024-08-02T16:48:33.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1982 | 2024-08-02T16:48:33.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1983 | 2024-08-02T16:48:33.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1984 | 2024-08-02T16:48:33.418Z | |
1985 | 2024-08-02T16:48:33.418Z | info: running `cargo check --bins` on cockroach-admin-client (35/142) |
1986 | 2024-08-02T16:48:33.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1987 | 2024-08-02T16:48:33.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1988 | 2024-08-02T16:48:33.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1989 | 2024-08-02T16:48:33.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1990 | 2024-08-02T16:48:33.972Z | |
1991 | 2024-08-02T16:48:33.972Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/142) |
1992 | 2024-08-02T16:48:34.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1993 | 2024-08-02T16:48:34.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1994 | 2024-08-02T16:48:34.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1995 | 2024-08-02T16:48:34.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1996 | 2024-08-02T16:48:34.567Z | |
1997 | 2024-08-02T16:48:34.567Z | info: running `cargo check --bins` on dns-service-client (37/142) |
1998 | 2024-08-02T16:48:35.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1999 | 2024-08-02T16:48:35.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2000 | 2024-08-02T16:48:35.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2001 | 2024-08-02T16:48:35.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2002 | 2024-08-02T16:48:35.127Z | |
2003 | 2024-08-02T16:48:35.127Z | info: running `cargo check --bins` on dpd-client (38/142) |
2004 | 2024-08-02T16:48:35.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2005 | 2024-08-02T16:48:35.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2006 | 2024-08-02T16:48:35.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2007 | 2024-08-02T16:48:35.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2008 | 2024-08-02T16:48:35.692Z | |
2009 | 2024-08-02T16:48:35.692Z | info: running `cargo check --bins` on gateway-client (39/142) |
2010 | 2024-08-02T16:48:36.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2011 | 2024-08-02T16:48:36.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2012 | 2024-08-02T16:48:36.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2013 | 2024-08-02T16:48:36.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2014 | 2024-08-02T16:48:36.247Z | |
2015 | 2024-08-02T16:48:36.247Z | info: running `cargo check --bins` on installinator-client (40/142) |
2016 | 2024-08-02T16:48:36.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2017 | 2024-08-02T16:48:36.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2018 | 2024-08-02T16:48:36.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2019 | 2024-08-02T16:48:36.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2020 | 2024-08-02T16:48:36.838Z | |
2021 | 2024-08-02T16:48:36.838Z | info: running `cargo check --bins` on installinator-common (41/142) |
2022 | 2024-08-02T16:48:37.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2023 | 2024-08-02T16:48:37.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2024 | 2024-08-02T16:48:37.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2025 | 2024-08-02T16:48:37.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2026 | 2024-08-02T16:48:37.421Z | |
2027 | 2024-08-02T16:48:37.421Z | info: running `cargo check --bins` on update-engine (42/142) |
2028 | 2024-08-02T16:48:37.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2029 | 2024-08-02T16:48:37.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2030 | 2024-08-02T16:48:37.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2031 | 2024-08-02T16:48:37.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2032 | 2024-08-02T16:48:37.979Z | |
2033 | 2024-08-02T16:48:37.979Z | info: running `cargo check --bins` on nexus-client (43/142) |
2034 | 2024-08-02T16:48:38.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2035 | 2024-08-02T16:48:38.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2036 | 2024-08-02T16:48:38.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2037 | 2024-08-02T16:48:38.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2038 | 2024-08-02T16:48:38.571Z | |
2039 | 2024-08-02T16:48:38.571Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/142) |
2040 | 2024-08-02T16:48:39.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2041 | 2024-08-02T16:48:39.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2042 | 2024-08-02T16:48:39.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2043 | 2024-08-02T16:48:39.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2044 | 2024-08-02T16:48:39.149Z | |
2045 | 2024-08-02T16:48:39.149Z | info: running `cargo check --bins` on omicron-passwords (45/142) |
2046 | 2024-08-02T16:48:39.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2047 | 2024-08-02T16:48:39.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2048 | 2024-08-02T16:48:39.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2049 | 2024-08-02T16:48:39.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2050 | 2024-08-02T16:48:39.693Z | |
2051 | 2024-08-02T16:48:39.693Z | info: running `cargo check --bins` on nexus-types (46/142) |
2052 | 2024-08-02T16:48:40.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2053 | 2024-08-02T16:48:40.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2054 | 2024-08-02T16:48:40.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2055 | 2024-08-02T16:48:40.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2056 | 2024-08-02T16:48:40.289Z | |
2057 | 2024-08-02T16:48:40.289Z | info: running `cargo check --bins` on oxide-client (47/142) |
2058 | 2024-08-02T16:48:40.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2059 | 2024-08-02T16:48:40.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2060 | 2024-08-02T16:48:40.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2061 | 2024-08-02T16:48:40.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2062 | 2024-08-02T16:48:40.836Z | |
2063 | 2024-08-02T16:48:40.836Z | info: running `cargo check --bins` on oximeter-client (48/142) |
2064 | 2024-08-02T16:48:41.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2065 | 2024-08-02T16:48:41.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2066 | 2024-08-02T16:48:41.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2067 | 2024-08-02T16:48:41.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2068 | 2024-08-02T16:48:41.412Z | |
2069 | 2024-08-02T16:48:41.412Z | info: running `cargo check --bins` on sled-agent-client (49/142) |
2070 | 2024-08-02T16:48:41.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2071 | 2024-08-02T16:48:41.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2072 | 2024-08-02T16:48:41.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2073 | 2024-08-02T16:48:41.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2074 | 2024-08-02T16:48:42.003Z | |
2075 | 2024-08-02T16:48:42.003Z | info: running `cargo check --bins` on wicketd-client (50/142) |
2076 | 2024-08-02T16:48:42.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2077 | 2024-08-02T16:48:42.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2078 | 2024-08-02T16:48:42.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2079 | 2024-08-02T16:48:42.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2080 | 2024-08-02T16:48:42.600Z | |
2081 | 2024-08-02T16:48:42.600Z | info: running `cargo check --bins` on wicket-common (51/142) |
2082 | 2024-08-02T16:48:43.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2083 | 2024-08-02T16:48:43.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2084 | 2024-08-02T16:48:43.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2085 | 2024-08-02T16:48:43.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2086 | 2024-08-02T16:48:43.186Z | |
2087 | 2024-08-02T16:48:43.186Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/142) |
2088 | 2024-08-02T16:48:43.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2089 | 2024-08-02T16:48:43.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2090 | 2024-08-02T16:48:43.781Z | Compiling heapless v0.8.0 |
2091 | 2024-08-02T16:48:43.858Z | Checking hash32 v0.3.1 |
2092 | 2024-08-02T16:48:43.866Z | Compiling smoltcp v0.11.0 |
2093 | 2024-08-02T16:48:43.873Z | Checking embedded-io v0.4.0 |
2094 | 2024-08-02T16:48:43.875Z | Checking cobs v0.2.3 |
2095 | 2024-08-02T16:48:43.886Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2096 | 2024-08-02T16:48:43.889Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2097 | 2024-08-02T16:48:43.905Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2098 | 2024-08-02T16:48:44.000Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2099 | 2024-08-02T16:48:44.013Z | Compiling crucible-workspace-hack v0.1.0 |
2100 | 2024-08-02T16:48:44.030Z | Checking csv-core v0.1.11 |
2101 | 2024-08-02T16:48:44.033Z | Checking postcard v1.0.8 |
2102 | 2024-08-02T16:48:44.194Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2103 | 2024-08-02T16:48:44.349Z | Checking csv v1.3.0 |
2104 | 2024-08-02T16:48:44.375Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2105 | 2024-08-02T16:48:44.388Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2106 | 2024-08-02T16:48:44.591Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2107 | 2024-08-02T16:48:44.690Z | Compiling num-derive v0.4.2 |
2108 | 2024-08-02T16:48:44.710Z | Compiling slog-dtrace v0.3.0 |
2109 | 2024-08-02T16:48:44.761Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2110 | 2024-08-02T16:48:44.893Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2111 | 2024-08-02T16:48:45.122Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2112 | 2024-08-02T16:48:45.488Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2113 | 2024-08-02T16:48:45.686Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2114 | 2024-08-02T16:48:46.352Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2115 | 2024-08-02T16:48:47.360Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2116 | 2024-08-02T16:48:48.173Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2117 | 2024-08-02T16:48:49.168Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2118 | 2024-08-02T16:48:49.331Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2119 | 2024-08-02T16:48:51.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.51s |
2120 | 2024-08-02T16:48:51.822Z | |
2121 | 2024-08-02T16:48:51.822Z | info: running `cargo check --bins` on cockroach-admin-api (53/142) |
2122 | 2024-08-02T16:48:52.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2123 | 2024-08-02T16:48:52.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2124 | 2024-08-02T16:48:52.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2125 | 2024-08-02T16:48:52.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2126 | 2024-08-02T16:48:52.402Z | |
2127 | 2024-08-02T16:48:52.402Z | info: running `cargo check --bins` on cockroach-admin-types (54/142) |
2128 | 2024-08-02T16:48:52.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2129 | 2024-08-02T16:48:52.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2130 | 2024-08-02T16:48:52.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2131 | 2024-08-02T16:48:52.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2132 | 2024-08-02T16:48:52.973Z | |
2133 | 2024-08-02T16:48:52.973Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142) |
2134 | 2024-08-02T16:48:53.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2135 | 2024-08-02T16:48:53.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2136 | 2024-08-02T16:48:53.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2137 | 2024-08-02T16:48:53.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2138 | 2024-08-02T16:48:53.648Z | |
2139 | 2024-08-02T16:48:53.648Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142) |
2140 | 2024-08-02T16:48:54.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2141 | 2024-08-02T16:48:54.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2142 | 2024-08-02T16:48:54.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2143 | 2024-08-02T16:48:54.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2144 | 2024-08-02T16:48:54.310Z | |
2145 | 2024-08-02T16:48:54.310Z | info: running `cargo check --bins` on dns-server (57/142) |
2146 | 2024-08-02T16:48:54.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2147 | 2024-08-02T16:48:54.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2148 | 2024-08-02T16:48:54.886Z | Compiling parking_lot_core v0.8.6 |
2149 | 2024-08-02T16:48:54.889Z | Checking nibble_vec v0.1.0 |
2150 | 2024-08-02T16:48:54.965Z | Checking endian-type v0.1.2 |
2151 | 2024-08-02T16:48:54.979Z | Checking newline-converter v0.3.0 |
2152 | 2024-08-02T16:48:54.982Z | Checking quick-error v1.2.3 |
2153 | 2024-08-02T16:48:54.982Z | Checking linked-hash-map v0.5.6 |
2154 | 2024-08-02T16:48:54.988Z | Checking fxhash v0.2.1 |
2155 | 2024-08-02T16:48:54.995Z | Checking toml v0.5.11 |
2156 | 2024-08-02T16:48:55.104Z | Checking expectorate v1.1.0 |
2157 | 2024-08-02T16:48:55.116Z | Checking resolv-conf v0.7.0 |
2158 | 2024-08-02T16:48:55.119Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2159 | 2024-08-02T16:48:55.138Z | Checking radix_trie v0.2.1 |
2160 | 2024-08-02T16:48:55.241Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2161 | 2024-08-02T16:48:55.254Z | Checking lru-cache v0.1.2 |
2162 | 2024-08-02T16:48:55.418Z | Checking trust-dns-resolver v0.22.0 |
2163 | 2024-08-02T16:48:55.460Z | Checking trust-dns-client v0.22.0 |
2164 | 2024-08-02T16:48:55.674Z | Checking parking_lot v0.11.2 |
2165 | 2024-08-02T16:48:55.917Z | Checking sled v0.34.7 |
2166 | 2024-08-02T16:48:56.306Z | Checking trust-dns-server v0.22.1 |
2167 | 2024-08-02T16:48:57.771Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2168 | 2024-08-02T16:48:58.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
2169 | 2024-08-02T16:48:58.898Z | |
2170 | 2024-08-02T16:48:58.898Z | info: running `cargo check --bins` on dns-server-api (58/142) |
2171 | 2024-08-02T16:48:59.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2172 | 2024-08-02T16:48:59.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2173 | 2024-08-02T16:48:59.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2174 | 2024-08-02T16:48:59.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2175 | 2024-08-02T16:48:59.459Z | |
2176 | 2024-08-02T16:48:59.459Z | info: running `cargo check --bins` on gateway-test-utils (59/142) |
2177 | 2024-08-02T16:49:00.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2178 | 2024-08-02T16:49:00.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2179 | 2024-08-02T16:49:00.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2180 | 2024-08-02T16:49:00.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2181 | 2024-08-02T16:49:00.069Z | |
2182 | 2024-08-02T16:49:00.069Z | info: running `cargo check --bins` on gateway-types (60/142) |
2183 | 2024-08-02T16:49:00.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-08-02T16:49:00.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-08-02T16:49:00.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2186 | 2024-08-02T16:49:00.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2187 | 2024-08-02T16:49:00.639Z | |
2188 | 2024-08-02T16:49:00.639Z | info: running `cargo check --bins` on ipcc (61/142) |
2189 | 2024-08-02T16:49:01.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-08-02T16:49:01.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-08-02T16:49:01.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2192 | 2024-08-02T16:49:01.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2193 | 2024-08-02T16:49:01.211Z | |
2194 | 2024-08-02T16:49:01.211Z | info: running `cargo check --bins` on omicron-gateway (62/142) |
2195 | 2024-08-02T16:49:01.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2196 | 2024-08-02T16:49:01.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2197 | 2024-08-02T16:49:01.838Z | Compiling radium v0.7.0 |
2198 | 2024-08-02T16:49:01.918Z | Compiling maybe-uninit v2.0.0 |
2199 | 2024-08-02T16:49:01.921Z | Checking tap v1.0.1 |
2200 | 2024-08-02T16:49:01.933Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2201 | 2024-08-02T16:49:01.935Z | Compiling num-bigint-dig v0.8.4 |
2202 | 2024-08-02T16:49:01.935Z | Checking crc-catalog v2.4.0 |
2203 | 2024-08-02T16:49:01.940Z | Checking funty v2.0.0 |
2204 | 2024-08-02T16:49:01.948Z | Compiling packed_struct v0.10.1 |
2205 | 2024-08-02T16:49:02.035Z | Checking wyz v0.5.1 |
2206 | 2024-08-02T16:49:02.071Z | Checking crc v3.2.1 |
2207 | 2024-08-02T16:49:02.210Z | Compiling packed_struct_codegen v0.10.1 |
2208 | 2024-08-02T16:49:02.390Z | Checking half v2.4.1 |
2209 | 2024-08-02T16:49:02.408Z | Compiling indexmap v1.9.3 |
2210 | 2024-08-02T16:49:02.473Z | Checking ciborium-io v0.2.2 |
2211 | 2024-08-02T16:49:02.544Z | Checking nodrop v0.1.14 |
2212 | 2024-08-02T16:49:02.585Z | Checking smallvec v0.6.14 |
2213 | 2024-08-02T16:49:02.652Z | Checking array-init v0.0.4 |
2214 | 2024-08-02T16:49:02.709Z | Checking pkcs1 v0.7.5 |
2215 | 2024-08-02T16:49:02.816Z | Checking ciborium-ll v0.2.2 |
2216 | 2024-08-02T16:49:02.865Z | Checking bitvec v1.0.1 |
2217 | 2024-08-02T16:49:02.966Z | Checking signature v2.2.0 |
2218 | 2024-08-02T16:49:03.089Z | Compiling memoffset v0.9.1 |
2219 | 2024-08-02T16:49:03.111Z | Checking hashbrown v0.12.3 |
2220 | 2024-08-02T16:49:03.152Z | Checking bitfield v0.14.0 |
2221 | 2024-08-02T16:49:03.194Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2222 | 2024-08-02T16:49:03.405Z | Checking bzip2 v0.4.4 |
2223 | 2024-08-02T16:49:03.479Z | Checking env_logger v0.10.2 |
2224 | 2024-08-02T16:49:03.498Z | Checking ciborium v0.2.2 |
2225 | 2024-08-02T16:49:03.638Z | Checking serde-hex v0.1.0 |
2226 | 2024-08-02T16:49:03.689Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2227 | 2024-08-02T16:49:03.881Z | Checking ron v0.8.1 |
2228 | 2024-08-02T16:49:03.928Z | Checking x509-cert v0.2.5 |
2229 | 2024-08-02T16:49:04.472Z | Checking hashbrown v0.13.2 |
2230 | 2024-08-02T16:49:04.805Z | Checking crc-any v2.5.0 |
2231 | 2024-08-02T16:49:04.821Z | Checking rsa v0.9.6 |
2232 | 2024-08-02T16:49:05.097Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2233 | 2024-08-02T16:49:05.180Z | Checking zip v0.6.6 |
2234 | 2024-08-02T16:49:05.433Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2235 | 2024-08-02T16:49:05.455Z | Checking object v0.30.4 |
2236 | 2024-08-02T16:49:05.536Z | Checking path-slash v0.1.5 |
2237 | 2024-08-02T16:49:05.672Z | Checking nix v0.27.1 |
2238 | 2024-08-02T16:49:05.733Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2239 | 2024-08-02T16:49:05.760Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2240 | 2024-08-02T16:49:05.818Z | Checking serde-big-array v0.5.1 |
2241 | 2024-08-02T16:49:05.844Z | Checking signal-hook-tokio v0.3.1 |
2242 | 2024-08-02T16:49:07.791Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2243 | 2024-08-02T16:49:08.273Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2244 | 2024-08-02T16:49:14.660Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2245 | 2024-08-02T16:49:15.850Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2246 | 2024-08-02T16:49:17.430Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2247 | 2024-08-02T16:49:19.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.86s |
2248 | 2024-08-02T16:49:19.202Z | |
2249 | 2024-08-02T16:49:19.202Z | info: running `cargo check --bins` on gateway-api (63/142) |
2250 | 2024-08-02T16:49:19.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2251 | 2024-08-02T16:49:19.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2252 | 2024-08-02T16:49:19.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2253 | 2024-08-02T16:49:19.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2254 | 2024-08-02T16:49:19.773Z | |
2255 | 2024-08-02T16:49:19.773Z | info: running `cargo check --bins` on sp-sim (64/142) |
2256 | 2024-08-02T16:49:20.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2257 | 2024-08-02T16:49:20.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2258 | 2024-08-02T16:49:20.349Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2259 | 2024-08-02T16:49:21.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
2260 | 2024-08-02T16:49:21.996Z | |
2261 | 2024-08-02T16:49:21.996Z | info: running `cargo check --bins` on internal-dns (65/142) |
2262 | 2024-08-02T16:49:22.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2263 | 2024-08-02T16:49:22.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2264 | 2024-08-02T16:49:22.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2265 | 2024-08-02T16:49:22.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2266 | 2024-08-02T16:49:22.563Z | |
2267 | 2024-08-02T16:49:22.564Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142) |
2268 | 2024-08-02T16:49:23.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2269 | 2024-08-02T16:49:23.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2270 | 2024-08-02T16:49:23.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2271 | 2024-08-02T16:49:23.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2272 | 2024-08-02T16:49:23.181Z | |
2273 | 2024-08-02T16:49:23.181Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142) |
2274 | 2024-08-02T16:49:23.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2275 | 2024-08-02T16:49:23.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2276 | 2024-08-02T16:49:23.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2277 | 2024-08-02T16:49:23.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2278 | 2024-08-02T16:49:23.799Z | |
2279 | 2024-08-02T16:49:23.799Z | info: running `cargo check --bins` on db-macros (68/142) |
2280 | 2024-08-02T16:49:24.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2281 | 2024-08-02T16:49:24.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2282 | 2024-08-02T16:49:24.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2283 | 2024-08-02T16:49:24.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2284 | 2024-08-02T16:49:24.342Z | |
2285 | 2024-08-02T16:49:24.342Z | info: running `cargo check --bins` on nexus-macros-common (69/142) |
2286 | 2024-08-02T16:49:24.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2287 | 2024-08-02T16:49:24.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2288 | 2024-08-02T16:49:24.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2289 | 2024-08-02T16:49:24.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2290 | 2024-08-02T16:49:24.888Z | |
2291 | 2024-08-02T16:49:24.888Z | info: running `cargo check --bins` on nexus-auth (70/142) |
2292 | 2024-08-02T16:49:25.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2293 | 2024-08-02T16:49:25.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2294 | 2024-08-02T16:49:25.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2295 | 2024-08-02T16:49:25.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2296 | 2024-08-02T16:49:25.486Z | |
2297 | 2024-08-02T16:49:25.486Z | info: running `cargo check --bins` on authz-macros (71/142) |
2298 | 2024-08-02T16:49:25.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2299 | 2024-08-02T16:49:25.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2300 | 2024-08-02T16:49:25.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2301 | 2024-08-02T16:49:25.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2302 | 2024-08-02T16:49:26.037Z | |
2303 | 2024-08-02T16:49:26.037Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/142) |
2304 | 2024-08-02T16:49:26.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2305 | 2024-08-02T16:49:26.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2306 | 2024-08-02T16:49:26.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2307 | 2024-08-02T16:49:26.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2308 | 2024-08-02T16:49:26.621Z | |
2309 | 2024-08-02T16:49:26.621Z | info: running `cargo check --bins` on nexus-db-model (73/142) |
2310 | 2024-08-02T16:49:27.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2311 | 2024-08-02T16:49:27.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2312 | 2024-08-02T16:49:27.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2313 | 2024-08-02T16:49:27.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2314 | 2024-08-02T16:49:27.206Z | |
2315 | 2024-08-02T16:49:27.206Z | info: running `cargo check --bins` on nexus-defaults (74/142) |
2316 | 2024-08-02T16:49:27.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2317 | 2024-08-02T16:49:27.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2318 | 2024-08-02T16:49:27.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2319 | 2024-08-02T16:49:27.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2320 | 2024-08-02T16:49:27.780Z | |
2321 | 2024-08-02T16:49:27.780Z | info: running `cargo check --bins` on oximeter (75/142) |
2322 | 2024-08-02T16:49:28.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2323 | 2024-08-02T16:49:28.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2324 | 2024-08-02T16:49:28.367Z | Compiling rustls-pki-types v1.7.0 |
2325 | 2024-08-02T16:49:28.444Z | Compiling match_cfg v0.1.0 |
2326 | 2024-08-02T16:49:28.444Z | Compiling prettyplease v0.2.20 |
2327 | 2024-08-02T16:49:28.455Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2328 | 2024-08-02T16:49:28.458Z | Compiling slog-json v2.6.1 |
2329 | 2024-08-02T16:49:28.463Z | Compiling http v1.1.0 |
2330 | 2024-08-02T16:49:28.477Z | Compiling atomic-waker v1.1.2 |
2331 | 2024-08-02T16:49:28.490Z | Compiling async-stream v0.3.5 |
2332 | 2024-08-02T16:49:28.508Z | Compiling hostname v0.3.1 |
2333 | 2024-08-02T16:49:28.654Z | Compiling waitgroup v0.1.2 |
2334 | 2024-08-02T16:49:28.701Z | Compiling slog-bunyan v2.5.0 |
2335 | 2024-08-02T16:49:28.741Z | Compiling toml v0.8.15 |
2336 | 2024-08-02T16:49:28.784Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2337 | 2024-08-02T16:49:28.810Z | Compiling sha1 v0.10.6 |
2338 | 2024-08-02T16:49:28.851Z | Compiling rustls-webpki v0.102.4 |
2339 | 2024-08-02T16:49:28.863Z | Compiling rustls-pemfile v2.1.2 |
2340 | 2024-08-02T16:49:28.896Z | Compiling newtype-uuid v1.1.0 |
2341 | 2024-08-02T16:49:28.988Z | Compiling serde_path_to_error v0.1.16 |
2342 | 2024-08-02T16:49:29.189Z | Compiling hostname v0.4.0 |
2343 | 2024-08-02T16:49:29.218Z | Compiling instant v0.1.12 |
2344 | 2024-08-02T16:49:29.233Z | Compiling debug-ignore v1.0.5 |
2345 | 2024-08-02T16:49:29.319Z | Compiling backoff v0.4.0 |
2346 | 2024-08-02T16:49:29.359Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2347 | 2024-08-02T16:49:29.373Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2348 | 2024-08-02T16:49:29.438Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2349 | 2024-08-02T16:49:29.602Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2350 | 2024-08-02T16:49:29.628Z | Compiling parse-display v0.9.1 |
2351 | 2024-08-02T16:49:29.677Z | Compiling serde_with v3.8.3 |
2352 | 2024-08-02T16:49:29.817Z | Compiling rustls v0.22.4 |
2353 | 2024-08-02T16:49:30.298Z | Compiling multer v3.1.0 |
2354 | 2024-08-02T16:49:30.475Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2355 | 2024-08-02T16:49:30.630Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2356 | 2024-08-02T16:49:30.764Z | Compiling num-rational v0.4.2 |
2357 | 2024-08-02T16:49:31.031Z | Compiling num-complex v0.4.6 |
2358 | 2024-08-02T16:49:31.046Z | Compiling macaddr v1.0.1 |
2359 | 2024-08-02T16:49:32.064Z | Compiling num v0.4.3 |
2360 | 2024-08-02T16:49:32.087Z | Compiling float-ord v0.3.2 |
2361 | 2024-08-02T16:49:33.035Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2362 | 2024-08-02T16:49:33.619Z | Compiling tokio-rustls v0.25.0 |
2363 | 2024-08-02T16:49:33.878Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2364 | 2024-08-02T16:49:37.178Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2365 | 2024-08-02T16:49:48.395Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2366 | 2024-08-02T16:49:51.416Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2367 | 2024-08-02T16:49:52.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.21s |
2368 | 2024-08-02T16:49:52.128Z | |
2369 | 2024-08-02T16:49:52.128Z | info: running `cargo check --bins` on oximeter-impl (76/142) |
2370 | 2024-08-02T16:49:52.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2371 | 2024-08-02T16:49:52.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2372 | 2024-08-02T16:49:52.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2373 | 2024-08-02T16:49:52.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2374 | 2024-08-02T16:49:52.705Z | |
2375 | 2024-08-02T16:49:52.705Z | info: running `cargo check --bins` on oximeter-macro-impl (77/142) |
2376 | 2024-08-02T16:49:53.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2377 | 2024-08-02T16:49:53.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2378 | 2024-08-02T16:49:53.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2379 | 2024-08-02T16:49:53.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2380 | 2024-08-02T16:49:53.278Z | |
2381 | 2024-08-02T16:49:53.278Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/142) |
2382 | 2024-08-02T16:49:53.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-08-02T16:49:53.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-08-02T16:49:53.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2385 | 2024-08-02T16:49:53.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2386 | 2024-08-02T16:49:53.860Z | |
2387 | 2024-08-02T16:49:53.860Z | info: running `cargo check --bins` on nexus-inventory (79/142) |
2388 | 2024-08-02T16:49:54.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-08-02T16:49:54.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-08-02T16:49:54.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2391 | 2024-08-02T16:49:54.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2392 | 2024-08-02T16:49:54.451Z | |
2393 | 2024-08-02T16:49:54.451Z | info: running `cargo check --bins` on typed-rng (80/142) |
2394 | 2024-08-02T16:49:54.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-08-02T16:49:54.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-08-02T16:49:54.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2397 | 2024-08-02T16:49:54.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2398 | 2024-08-02T16:49:54.997Z | |
2399 | 2024-08-02T16:49:54.997Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142) |
2400 | 2024-08-02T16:49:55.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-08-02T16:49:55.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-08-02T16:49:55.680Z | Checking password-hash v0.5.0 |
2403 | 2024-08-02T16:49:55.680Z | Checking blake2 v0.10.6 |
2404 | 2024-08-02T16:49:55.683Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2405 | 2024-08-02T16:49:55.683Z | Compiling semver v0.1.20 |
2406 | 2024-08-02T16:49:55.683Z | Compiling convert_case v0.4.0 |
2407 | 2024-08-02T16:49:55.764Z | Compiling rayon-core v1.12.1 |
2408 | 2024-08-02T16:49:55.782Z | Compiling crossbeam-deque v0.8.5 |
2409 | 2024-08-02T16:49:55.791Z | Compiling unicase v2.7.0 |
2410 | 2024-08-02T16:49:56.066Z | Compiling rustc_version v0.1.7 |
2411 | 2024-08-02T16:49:56.097Z | Compiling libefi-sys v0.1.0 |
2412 | 2024-08-02T16:49:56.101Z | Compiling same-file v1.0.6 |
2413 | 2024-08-02T16:49:56.162Z | Compiling fastrand v2.1.0 |
2414 | 2024-08-02T16:49:56.183Z | Checking argon2 v0.5.3 |
2415 | 2024-08-02T16:49:56.327Z | Compiling walkdir v2.5.0 |
2416 | 2024-08-02T16:49:56.409Z | Compiling curve25519-dalek v4.1.3 |
2417 | 2024-08-02T16:49:56.532Z | Compiling tempfile v3.10.1 |
2418 | 2024-08-02T16:49:56.559Z | Compiling newtype_derive v0.1.6 |
2419 | 2024-08-02T16:49:56.712Z | Compiling derive-where v1.2.7 |
2420 | 2024-08-02T16:49:56.735Z | Compiling derive_more v0.99.18 |
2421 | 2024-08-02T16:49:56.822Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2422 | 2024-08-02T16:49:56.882Z | Compiling bitfield-struct v0.6.1 |
2423 | 2024-08-02T16:49:57.031Z | Compiling blake3 v1.5.1 |
2424 | 2024-08-02T16:49:57.086Z | Compiling ring v0.16.20 |
2425 | 2024-08-02T16:49:57.181Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2426 | 2024-08-02T16:49:57.410Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2427 | 2024-08-02T16:49:57.602Z | Checking keccak v0.1.5 |
2428 | 2024-08-02T16:49:57.905Z | Checking sha3 v0.10.8 |
2429 | 2024-08-02T16:49:58.286Z | Compiling rayon v1.10.0 |
2430 | 2024-08-02T16:49:58.329Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2431 | 2024-08-02T16:49:58.422Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2432 | 2024-08-02T16:49:58.479Z | Checking universal-hash v0.5.1 |
2433 | 2024-08-02T16:49:58.657Z | Compiling thiserror-impl-no-std v2.0.2 |
2434 | 2024-08-02T16:49:58.692Z | Checking secrecy v0.8.0 |
2435 | 2024-08-02T16:49:58.765Z | Compiling curve25519-dalek-derive v0.1.1 |
2436 | 2024-08-02T16:49:58.882Z | Compiling memmap2 v0.9.4 |
2437 | 2024-08-02T16:49:58.896Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2438 | 2024-08-02T16:49:59.008Z | Compiling arrayref v0.3.7 |
2439 | 2024-08-02T16:49:59.105Z | Checking opaque-debug v0.3.1 |
2440 | 2024-08-02T16:49:59.195Z | Compiling spin v0.5.2 |
2441 | 2024-08-02T16:49:59.318Z | Compiling untrusted v0.7.1 |
2442 | 2024-08-02T16:49:59.424Z | Compiling arrayvec v0.7.4 |
2443 | 2024-08-02T16:49:59.501Z | Compiling constant_time_eq v0.3.0 |
2444 | 2024-08-02T16:49:59.681Z | Compiling home v0.5.9 |
2445 | 2024-08-02T16:49:59.825Z | Compiling toolchain_find v0.4.0 |
2446 | 2024-08-02T16:49:59.936Z | Checking poly1305 v0.8.0 |
2447 | 2024-08-02T16:50:00.386Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2448 | 2024-08-02T16:50:00.428Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2449 | 2024-08-02T16:50:00.656Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2450 | 2024-08-02T16:50:00.686Z | Checking steno v0.4.1 |
2451 | 2024-08-02T16:50:00.838Z | Compiling camino-tempfile v1.1.1 |
2452 | 2024-08-02T16:50:01.278Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2453 | 2024-08-02T16:50:01.335Z | Checking chacha20 v0.9.1 |
2454 | 2024-08-02T16:50:01.680Z | Checking aead v0.5.2 |
2455 | 2024-08-02T16:50:01.897Z | Checking gethostname v0.4.3 |
2456 | 2024-08-02T16:50:02.014Z | Checking thiserror-no-std v2.0.2 |
2457 | 2024-08-02T16:50:02.028Z | Compiling cancel-safe-futures v0.1.5 |
2458 | 2024-08-02T16:50:02.110Z | Compiling topological-sort v0.2.2 |
2459 | 2024-08-02T16:50:02.122Z | Checking vsss-rs v3.3.4 |
2460 | 2024-08-02T16:50:02.311Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2461 | 2024-08-02T16:50:02.359Z | Checking chacha20poly1305 v0.10.1 |
2462 | 2024-08-02T16:50:02.938Z | Compiling mime_guess v2.0.4 |
2463 | 2024-08-02T16:50:03.003Z | Compiling rustfmt-wrapper v0.2.1 |
2464 | 2024-08-02T16:50:03.593Z | Compiling omicron-zone-package v0.11.0 |
2465 | 2024-08-02T16:50:03.691Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2466 | 2024-08-02T16:50:04.270Z | Checking glob v0.3.1 |
2467 | 2024-08-02T16:50:04.548Z | Checking libsw v3.3.1 |
2468 | 2024-08-02T16:50:04.570Z | Checking linear-map v1.2.0 |
2469 | 2024-08-02T16:50:04.620Z | Checking swrite v0.1.0 |
2470 | 2024-08-02T16:50:04.728Z | Checking owo-colors v4.0.0 |
2471 | 2024-08-02T16:50:04.807Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2472 | 2024-08-02T16:50:04.881Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2473 | 2024-08-02T16:50:05.337Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2474 | 2024-08-02T16:50:05.448Z | Checking kstat-rs v0.2.4 |
2475 | 2024-08-02T16:50:05.577Z | Checking nanorand v0.7.0 |
2476 | 2024-08-02T16:50:05.610Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2477 | 2024-08-02T16:50:05.747Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2478 | 2024-08-02T16:50:05.763Z | Checking http-range v0.1.5 |
2479 | 2024-08-02T16:50:05.932Z | Checking hyper-staticfile v0.9.5 |
2480 | 2024-08-02T16:50:05.946Z | Checking flume v0.11.0 |
2481 | 2024-08-02T16:50:05.985Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2482 | 2024-08-02T16:50:06.332Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2483 | 2024-08-02T16:50:06.411Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2484 | 2024-08-02T16:50:06.495Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2485 | 2024-08-02T16:50:06.670Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2486 | 2024-08-02T16:50:07.510Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2487 | 2024-08-02T16:50:07.770Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2488 | 2024-08-02T16:50:08.231Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2489 | 2024-08-02T16:50:09.396Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2490 | 2024-08-02T16:50:09.978Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2491 | 2024-08-02T16:50:10.339Z | Checking display-error-chain v0.2.0 |
2492 | 2024-08-02T16:50:10.381Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2493 | 2024-08-02T16:50:16.352Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2494 | 2024-08-02T16:50:21.334Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2495 | 2024-08-02T16:50:21.334Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2496 | 2024-08-02T16:50:22.240Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2497 | 2024-08-02T16:50:34.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.75s |
2498 | 2024-08-02T16:50:34.891Z | |
2499 | 2024-08-02T16:50:34.891Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142) |
2500 | 2024-08-02T16:50:35.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2024-08-02T16:50:35.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2024-08-02T16:50:35.560Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2503 | 2024-08-02T16:50:48.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.30s |
2504 | 2024-08-02T16:50:48.339Z | |
2505 | 2024-08-02T16:50:48.340Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142) |
2506 | 2024-08-02T16:50:48.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2024-08-02T16:50:48.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2024-08-02T16:50:49.003Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2509 | 2024-08-02T16:51:01.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.21s |
2510 | 2024-08-02T16:51:01.693Z | |
2511 | 2024-08-02T16:51:01.693Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142) |
2512 | 2024-08-02T16:51:02.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2024-08-02T16:51:02.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2024-08-02T16:51:02.366Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2515 | 2024-08-02T16:51:14.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.25s |
2516 | 2024-08-02T16:51:15.080Z | |
2517 | 2024-08-02T16:51:15.080Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142) |
2518 | 2024-08-02T16:51:15.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2024-08-02T16:51:15.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2024-08-02T16:51:15.752Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2521 | 2024-08-02T16:51:28.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.34s |
2522 | 2024-08-02T16:51:28.563Z | |
2523 | 2024-08-02T16:51:28.564Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142) |
2524 | 2024-08-02T16:51:29.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-08-02T16:51:29.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-08-02T16:51:29.227Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2527 | 2024-08-02T16:51:41.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.22s |
2528 | 2024-08-02T16:51:41.930Z | |
2529 | 2024-08-02T16:51:41.930Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142) |
2530 | 2024-08-02T16:51:42.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2024-08-02T16:51:42.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2024-08-02T16:51:42.600Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2533 | 2024-08-02T16:51:55.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.24s |
2534 | 2024-08-02T16:51:55.320Z | |
2535 | 2024-08-02T16:51:55.320Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142) |
2536 | 2024-08-02T16:51:55.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-08-02T16:51:55.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-08-02T16:51:55.995Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2539 | 2024-08-02T16:52:08.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.27s |
2540 | 2024-08-02T16:52:08.730Z | |
2541 | 2024-08-02T16:52:08.730Z | info: running `cargo check --bins` on bootstrap-agent-api (89/142) |
2542 | 2024-08-02T16:52:09.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-08-02T16:52:09.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-08-02T16:52:09.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2024-08-02T16:52:09.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2546 | 2024-08-02T16:52:09.340Z | |
2547 | 2024-08-02T16:52:09.340Z | info: running `cargo check --bins` on sled-agent-types (90/142) |
2548 | 2024-08-02T16:52:09.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-08-02T16:52:09.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-08-02T16:52:09.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2024-08-02T16:52:09.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2552 | 2024-08-02T16:52:09.941Z | |
2553 | 2024-08-02T16:52:09.941Z | info: running `cargo check --bins --no-default-features` on sled-storage (91/142) |
2554 | 2024-08-02T16:52:10.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2024-08-02T16:52:10.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2024-08-02T16:52:10.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2024-08-02T16:52:10.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2558 | 2024-08-02T16:52:10.535Z | |
2559 | 2024-08-02T16:52:10.535Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142) |
2560 | 2024-08-02T16:52:11.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2024-08-02T16:52:11.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2024-08-02T16:52:11.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2024-08-02T16:52:11.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2564 | 2024-08-02T16:52:11.127Z | |
2565 | 2024-08-02T16:52:11.127Z | info: running `cargo check --bins` on key-manager (93/142) |
2566 | 2024-08-02T16:52:11.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2024-08-02T16:52:11.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2024-08-02T16:52:11.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2024-08-02T16:52:11.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2570 | 2024-08-02T16:52:11.708Z | |
2571 | 2024-08-02T16:52:11.708Z | info: running `cargo check --bins` on sled-hardware (94/142) |
2572 | 2024-08-02T16:52:12.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2024-08-02T16:52:12.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2024-08-02T16:52:12.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2024-08-02T16:52:12.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2576 | 2024-08-02T16:52:12.317Z | |
2577 | 2024-08-02T16:52:12.317Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142) |
2578 | 2024-08-02T16:52:12.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2024-08-02T16:52:12.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2024-08-02T16:52:12.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2024-08-02T16:52:12.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2582 | 2024-08-02T16:52:12.893Z | |
2583 | 2024-08-02T16:52:12.893Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142) |
2584 | 2024-08-02T16:52:13.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-08-02T16:52:13.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-08-02T16:52:13.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2024-08-02T16:52:13.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2588 | 2024-08-02T16:52:13.463Z | |
2589 | 2024-08-02T16:52:13.463Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142) |
2590 | 2024-08-02T16:52:13.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-08-02T16:52:13.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-08-02T16:52:13.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2024-08-02T16:52:13.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2594 | 2024-08-02T16:52:14.035Z | |
2595 | 2024-08-02T16:52:14.035Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142) |
2596 | 2024-08-02T16:52:14.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2024-08-02T16:52:14.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2024-08-02T16:52:14.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2024-08-02T16:52:14.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2600 | 2024-08-02T16:52:14.611Z | |
2601 | 2024-08-02T16:52:14.611Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142) |
2602 | 2024-08-02T16:52:15.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2024-08-02T16:52:15.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2024-08-02T16:52:15.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2024-08-02T16:52:15.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2606 | 2024-08-02T16:52:15.184Z | |
2607 | 2024-08-02T16:52:15.184Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142) |
2608 | 2024-08-02T16:52:15.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2024-08-02T16:52:15.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2024-08-02T16:52:15.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2024-08-02T16:52:15.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2612 | 2024-08-02T16:52:15.760Z | |
2613 | 2024-08-02T16:52:15.760Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142) |
2614 | 2024-08-02T16:52:16.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2024-08-02T16:52:16.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2024-08-02T16:52:16.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2024-08-02T16:52:16.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2618 | 2024-08-02T16:52:16.331Z | |
2619 | 2024-08-02T16:52:16.331Z | info: running `cargo check --bins` on oximeter-producer (102/142) |
2620 | 2024-08-02T16:52:16.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2024-08-02T16:52:16.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2024-08-02T16:52:16.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2024-08-02T16:52:16.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2624 | 2024-08-02T16:52:16.928Z | |
2625 | 2024-08-02T16:52:16.928Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/142) |
2626 | 2024-08-02T16:52:17.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2024-08-02T16:52:17.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2024-08-02T16:52:17.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2024-08-02T16:52:17.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2630 | 2024-08-02T16:52:17.526Z | |
2631 | 2024-08-02T16:52:17.526Z | info: running `cargo check --bins` on nexus-test-interface (104/142) |
2632 | 2024-08-02T16:52:18.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2024-08-02T16:52:18.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2024-08-02T16:52:18.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2024-08-02T16:52:18.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2636 | 2024-08-02T16:52:18.114Z | |
2637 | 2024-08-02T16:52:18.114Z | info: running `cargo check --bins` on oximeter-collector (105/142) |
2638 | 2024-08-02T16:52:18.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-08-02T16:52:18.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-08-02T16:52:18.740Z | Checking bcs v0.1.6 |
2641 | 2024-08-02T16:52:18.740Z | Compiling async-recursion v1.1.1 |
2642 | 2024-08-02T16:52:18.741Z | Checking highway v1.1.0 |
2643 | 2024-08-02T16:52:18.744Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2644 | 2024-08-02T16:52:18.744Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2645 | 2024-08-02T16:52:19.786Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2646 | 2024-08-02T16:52:22.822Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2647 | 2024-08-02T16:52:24.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s |
2648 | 2024-08-02T16:52:24.524Z | |
2649 | 2024-08-02T16:52:24.524Z | info: running `cargo check --bins` on oximeter-api (106/142) |
2650 | 2024-08-02T16:52:25.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-08-02T16:52:25.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-08-02T16:52:25.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2024-08-02T16:52:25.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2654 | 2024-08-02T16:52:25.097Z | |
2655 | 2024-08-02T16:52:25.097Z | info: running `cargo check --bins --no-default-features` on oximeter-db (107/142) |
2656 | 2024-08-02T16:52:25.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-08-02T16:52:25.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-08-02T16:52:25.689Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2659 | 2024-08-02T16:52:26.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
2660 | 2024-08-02T16:52:26.343Z | |
2661 | 2024-08-02T16:52:26.343Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142) |
2662 | 2024-08-02T16:52:26.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-08-02T16:52:26.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-08-02T16:52:26.951Z | Compiling cfg_aliases v0.1.1 |
2665 | 2024-08-02T16:52:26.954Z | Compiling vte_generate_state_changes v0.1.1 |
2666 | 2024-08-02T16:52:26.954Z | Checking fd-lock v4.0.2 |
2667 | 2024-08-02T16:52:27.036Z | Checking bytecount v0.6.8 |
2668 | 2024-08-02T16:52:27.046Z | Compiling tabled_derive v0.7.0 |
2669 | 2024-08-02T16:52:27.049Z | Compiling peg-macros v0.8.4 |
2670 | 2024-08-02T16:52:27.049Z | Compiling sqlparser_derive v0.2.2 |
2671 | 2024-08-02T16:52:27.049Z | Checking home v0.5.9 |
2672 | 2024-08-02T16:52:27.096Z | Compiling nix v0.28.0 |
2673 | 2024-08-02T16:52:27.154Z | Checking papergrid v0.11.0 |
2674 | 2024-08-02T16:52:27.185Z | Checking unicode_categories v0.1.1 |
2675 | 2024-08-02T16:52:27.199Z | Checking nu-ansi-term v0.50.0 |
2676 | 2024-08-02T16:52:27.452Z | Checking sqlformat v0.2.4 |
2677 | 2024-08-02T16:52:27.635Z | Checking vte v0.11.1 |
2678 | 2024-08-02T16:52:28.125Z | Checking sqlparser v0.45.0 |
2679 | 2024-08-02T16:52:29.003Z | Checking strip-ansi-escapes v0.2.0 |
2680 | 2024-08-02T16:52:29.139Z | Checking tabled v0.15.0 |
2681 | 2024-08-02T16:52:29.153Z | Checking reedline v0.31.0 |
2682 | 2024-08-02T16:52:29.716Z | Checking peg v0.8.4 |
2683 | 2024-08-02T16:52:30.094Z | Checking rustyline v14.0.0 |
2684 | 2024-08-02T16:52:34.515Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2685 | 2024-08-02T16:52:39.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.50s |
2686 | 2024-08-02T16:52:39.989Z | |
2687 | 2024-08-02T16:52:39.989Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142) |
2688 | 2024-08-02T16:52:40.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-08-02T16:52:40.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-08-02T16:52:40.586Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2691 | 2024-08-02T16:52:45.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s |
2692 | 2024-08-02T16:52:46.092Z | |
2693 | 2024-08-02T16:52:46.092Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142) |
2694 | 2024-08-02T16:52:46.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-08-02T16:52:46.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-08-02T16:52:46.684Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2697 | 2024-08-02T16:52:51.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
2698 | 2024-08-02T16:52:52.071Z | |
2699 | 2024-08-02T16:52:52.071Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142) |
2700 | 2024-08-02T16:52:52.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2024-08-02T16:52:52.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2024-08-02T16:52:52.672Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2703 | 2024-08-02T16:52:56.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
2704 | 2024-08-02T16:52:56.671Z | |
2705 | 2024-08-02T16:52:56.671Z | info: running `cargo check --bins` on crdb-seed (112/142) |
2706 | 2024-08-02T16:52:57.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2024-08-02T16:52:57.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2024-08-02T16:52:57.282Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2709 | 2024-08-02T16:52:57.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2710 | 2024-08-02T16:52:57.708Z | |
2711 | 2024-08-02T16:52:57.709Z | info: running `cargo check --bins` on xtask-downloader (113/142) |
2712 | 2024-08-02T16:52:58.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2024-08-02T16:52:58.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2024-08-02T16:52:58.267Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2715 | 2024-08-02T16:52:59.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
2716 | 2024-08-02T16:52:59.141Z | |
2717 | 2024-08-02T16:52:59.141Z | info: running `cargo check --bins` on omicron-omdb (114/142) |
2718 | 2024-08-02T16:52:59.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2024-08-02T16:52:59.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2024-08-02T16:52:59.864Z | Compiling glob v0.3.1 |
2721 | 2024-08-02T16:52:59.864Z | Compiling crunchy v0.2.2 |
2722 | 2024-08-02T16:52:59.867Z | Compiling tiny-keccak v2.0.2 |
2723 | 2024-08-02T16:52:59.955Z | Compiling ascii-canvas v3.0.0 |
2724 | 2024-08-02T16:52:59.967Z | Compiling ena v0.14.3 |
2725 | 2024-08-02T16:52:59.970Z | Compiling libloading v0.8.3 |
2726 | 2024-08-02T16:52:59.975Z | Compiling bindgen v0.69.4 |
2727 | 2024-08-02T16:52:59.978Z | Compiling regex-syntax v0.6.29 |
2728 | 2024-08-02T16:53:00.215Z | Compiling diff v0.1.13 |
2729 | 2024-08-02T16:53:00.362Z | Compiling which v4.4.2 |
2730 | 2024-08-02T16:53:00.392Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2731 | 2024-08-02T16:53:00.485Z | Compiling cexpr v0.6.0 |
2732 | 2024-08-02T16:53:00.607Z | Compiling lazycell v1.3.0 |
2733 | 2024-08-02T16:53:00.687Z | Compiling shlex v1.3.0 |
2734 | 2024-08-02T16:53:00.765Z | Compiling rustc-hash v1.1.0 |
2735 | 2024-08-02T16:53:00.845Z | Compiling clang-sys v1.7.0 |
2736 | 2024-08-02T16:53:00.888Z | Compiling ref-cast v1.0.23 |
2737 | 2024-08-02T16:53:00.906Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2738 | 2024-08-02T16:53:00.969Z | Compiling derive_builder_core v0.20.0 |
2739 | 2024-08-02T16:53:01.096Z | Compiling libxml v0.3.3 |
2740 | 2024-08-02T16:53:01.143Z | Compiling ref-cast-impl v1.0.23 |
2741 | 2024-08-02T16:53:01.159Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2742 | 2024-08-02T16:53:01.450Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2743 | 2024-08-02T16:53:01.466Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2744 | 2024-08-02T16:53:01.632Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2745 | 2024-08-02T16:53:01.716Z | Compiling strum_macros v0.24.3 |
2746 | 2024-08-02T16:53:02.014Z | Compiling cookie v0.18.1 |
2747 | 2024-08-02T16:53:02.301Z | Compiling indoc v1.0.9 |
2748 | 2024-08-02T16:53:02.478Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2749 | 2024-08-02T16:53:02.753Z | Compiling oso-derive v0.27.3 |
2750 | 2024-08-02T16:53:03.379Z | Compiling lalrpop v0.19.12 |
2751 | 2024-08-02T16:53:03.430Z | Compiling derive_builder_macro v0.20.0 |
2752 | 2024-08-02T16:53:03.841Z | Compiling impl-trait-for-tuples v0.2.2 |
2753 | 2024-08-02T16:53:04.324Z | Checking derive_builder v0.20.0 |
2754 | 2024-08-02T16:53:04.354Z | Checking quick-xml v0.31.0 |
2755 | 2024-08-02T16:53:04.474Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2756 | 2024-08-02T16:53:04.751Z | Checking maplit v1.0.2 |
2757 | 2024-08-02T16:53:05.725Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2758 | 2024-08-02T16:53:06.085Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2759 | 2024-08-02T16:53:06.350Z | Checking bb8 v0.8.5 |
2760 | 2024-08-02T16:53:06.456Z | Compiling const_format_proc_macros v0.2.32 |
2761 | 2024-08-02T16:53:06.835Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2762 | 2024-08-02T16:53:07.478Z | Checking crossbeam-deque v0.8.5 |
2763 | 2024-08-02T16:53:07.786Z | Compiling portable-atomic v1.6.0 |
2764 | 2024-08-02T16:53:07.811Z | Checking rayon-core v1.12.1 |
2765 | 2024-08-02T16:53:08.564Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2766 | 2024-08-02T16:53:08.775Z | Checking const_format v0.2.32 |
2767 | 2024-08-02T16:53:08.821Z | Checking castaway v0.2.2 |
2768 | 2024-08-02T16:53:08.978Z | Checking compact_str v0.7.1 |
2769 | 2024-08-02T16:53:09.289Z | Checking rayon v1.10.0 |
2770 | 2024-08-02T16:53:09.747Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2771 | 2024-08-02T16:53:09.968Z | Checking unicode-truncate v1.0.0 |
2772 | 2024-08-02T16:53:10.007Z | Checking itertools v0.13.0 |
2773 | 2024-08-02T16:53:10.168Z | Checking lru v0.12.3 |
2774 | 2024-08-02T16:53:10.439Z | Compiling stability v0.2.0 |
2775 | 2024-08-02T16:53:11.481Z | Checking number_prefix v0.4.0 |
2776 | 2024-08-02T16:53:11.677Z | Checking unicode-linebreak v0.1.5 |
2777 | 2024-08-02T16:53:12.058Z | Checking cassowary v0.3.0 |
2778 | 2024-08-02T16:53:12.458Z | Checking smawk v0.3.2 |
2779 | 2024-08-02T16:53:12.613Z | Checking ratatui v0.27.0 |
2780 | 2024-08-02T16:53:12.653Z | Checking textwrap v0.16.1 |
2781 | 2024-08-02T16:53:13.072Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2782 | 2024-08-02T16:53:13.146Z | Checking indicatif v0.17.8 |
2783 | 2024-08-02T16:53:13.820Z | Checking multimap v0.10.0 |
2784 | 2024-08-02T16:53:37.595Z | Compiling samael v0.0.15 |
2785 | 2024-08-02T16:53:48.131Z | Compiling polar-core v0.27.3 |
2786 | 2024-08-02T16:53:55.241Z | Checking oso v0.27.3 |
2787 | 2024-08-02T16:54:21.954Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2788 | 2024-08-02T16:54:26.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
2789 | 2024-08-02T16:54:26.363Z | |
2790 | 2024-08-02T16:54:26.363Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142) |
2791 | 2024-08-02T16:54:26.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2024-08-02T16:54:26.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2024-08-02T16:54:26.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2024-08-02T16:54:26.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2795 | 2024-08-02T16:54:26.986Z | |
2796 | 2024-08-02T16:54:26.986Z | info: running `cargo check --bins` on nexus-saga-recovery (116/142) |
2797 | 2024-08-02T16:54:27.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-08-02T16:54:27.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-08-02T16:54:27.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2024-08-02T16:54:27.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2801 | 2024-08-02T16:54:27.597Z | |
2802 | 2024-08-02T16:54:27.597Z | info: running `cargo check --bins` on nexus-test-utils-macros (117/142) |
2803 | 2024-08-02T16:54:28.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-08-02T16:54:28.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-08-02T16:54:28.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2024-08-02T16:54:28.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2807 | 2024-08-02T16:54:28.155Z | |
2808 | 2024-08-02T16:54:28.156Z | info: running `cargo check --bins` on omicron-nexus (118/142) |
2809 | 2024-08-02T16:54:28.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-08-02T16:54:28.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-08-02T16:54:28.886Z | Compiling pin-project-internal v1.1.5 |
2812 | 2024-08-02T16:54:28.889Z | Compiling snafu-derive v0.8.2 |
2813 | 2024-08-02T16:54:28.889Z | Compiling buf-list v1.0.3 |
2814 | 2024-08-02T16:54:28.985Z | Checking globset v0.4.14 |
2815 | 2024-08-02T16:54:28.988Z | Checking olpc-cjson v0.1.3 |
2816 | 2024-08-02T16:54:28.988Z | Checking rand_seeder v0.2.3 |
2817 | 2024-08-02T16:54:28.988Z | Checking serde_plain v1.0.2 |
2818 | 2024-08-02T16:54:29.014Z | Checking typed-path v0.7.1 |
2819 | 2024-08-02T16:54:29.197Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2820 | 2024-08-02T16:54:29.214Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2821 | 2024-08-02T16:54:29.257Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2822 | 2024-08-02T16:54:29.422Z | Checking parse-size v1.0.0 |
2823 | 2024-08-02T16:54:29.438Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2824 | 2024-08-02T16:54:29.479Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2825 | 2024-08-02T16:54:29.541Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2826 | 2024-08-02T16:54:29.581Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2827 | 2024-08-02T16:54:29.929Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2828 | 2024-08-02T16:54:30.295Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2829 | 2024-08-02T16:54:30.394Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2830 | 2024-08-02T16:54:30.416Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2831 | 2024-08-02T16:54:30.653Z | Checking fatfs v0.3.6 |
2832 | 2024-08-02T16:54:30.834Z | Checking assert_matches v1.5.0 |
2833 | 2024-08-02T16:54:31.942Z | Checking pin-project v1.1.5 |
2834 | 2024-08-02T16:54:32.916Z | Checking snafu v0.8.2 |
2835 | 2024-08-02T16:54:33.211Z | Checking tough v0.17.1 |
2836 | 2024-08-02T16:54:35.931Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2837 | 2024-08-02T16:54:36.974Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2838 | 2024-08-02T16:55:12.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.37s |
2839 | 2024-08-02T16:55:12.685Z | |
2840 | 2024-08-02T16:55:12.685Z | info: running `cargo check --bins` on nexus-internal-api (119/142) |
2841 | 2024-08-02T16:55:13.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-08-02T16:55:13.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-08-02T16:55:13.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2024-08-02T16:55:13.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2845 | 2024-08-02T16:55:13.288Z | |
2846 | 2024-08-02T16:55:13.288Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (120/142) |
2847 | 2024-08-02T16:55:13.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-08-02T16:55:13.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-08-02T16:55:13.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2024-08-02T16:55:13.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2851 | 2024-08-02T16:55:13.900Z | |
2852 | 2024-08-02T16:55:13.900Z | info: running `cargo check --bins` on nexus-networking (121/142) |
2853 | 2024-08-02T16:55:14.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-08-02T16:55:14.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-08-02T16:55:14.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2024-08-02T16:55:14.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2857 | 2024-08-02T16:55:14.506Z | |
2858 | 2024-08-02T16:55:14.506Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (122/142) |
2859 | 2024-08-02T16:55:15.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-08-02T16:55:15.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-08-02T16:55:15.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-08-02T16:55:15.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2863 | 2024-08-02T16:55:15.118Z | |
2864 | 2024-08-02T16:55:15.118Z | info: running `cargo check --bins` on update-common (123/142) |
2865 | 2024-08-02T16:55:15.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-08-02T16:55:15.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-08-02T16:55:15.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2024-08-02T16:55:15.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2869 | 2024-08-02T16:55:15.712Z | |
2870 | 2024-08-02T16:55:15.712Z | info: running `cargo check --bins` on tufaceous-lib (124/142) |
2871 | 2024-08-02T16:55:16.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-08-02T16:55:16.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-08-02T16:55:16.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2024-08-02T16:55:16.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2875 | 2024-08-02T16:55:16.306Z | |
2876 | 2024-08-02T16:55:16.306Z | info: running `cargo check --bins` on tufaceous (125/142) |
2877 | 2024-08-02T16:55:16.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-08-02T16:55:16.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-08-02T16:55:16.918Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2880 | 2024-08-02T16:55:17.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
2881 | 2024-08-02T16:55:17.888Z | |
2882 | 2024-08-02T16:55:17.888Z | info: running `cargo check --bins` on omicron-dev (126/142) |
2883 | 2024-08-02T16:55:18.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-08-02T16:55:18.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-08-02T16:55:18.647Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2886 | 2024-08-02T16:55:18.647Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2887 | 2024-08-02T16:55:18.650Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2888 | 2024-08-02T16:55:19.888Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2889 | 2024-08-02T16:55:22.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
2890 | 2024-08-02T16:55:22.441Z | |
2891 | 2024-08-02T16:55:22.441Z | info: running `cargo check --bins` on openapi-manager (127/142) |
2892 | 2024-08-02T16:55:23.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2024-08-02T16:55:23.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2024-08-02T16:55:23.092Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2895 | 2024-08-02T16:55:23.092Z | Checking is_ci v1.2.0 |
2896 | 2024-08-02T16:55:23.092Z | Checking heck v0.4.1 |
2897 | 2024-08-02T16:55:23.092Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2898 | 2024-08-02T16:55:23.095Z | Checking indent_write v2.2.0 |
2899 | 2024-08-02T16:55:23.251Z | Checking supports-color v3.0.0 |
2900 | 2024-08-02T16:55:23.323Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2901 | 2024-08-02T16:55:24.637Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2902 | 2024-08-02T16:55:25.425Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2903 | 2024-08-02T16:55:26.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s |
2904 | 2024-08-02T16:55:26.447Z | |
2905 | 2024-08-02T16:55:26.447Z | info: running `cargo check --bins` on installinator-api (128/142) |
2906 | 2024-08-02T16:55:26.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2907 | 2024-08-02T16:55:26.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2908 | 2024-08-02T16:55:26.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2909 | 2024-08-02T16:55:26.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2910 | 2024-08-02T16:55:27.034Z | |
2911 | 2024-08-02T16:55:27.034Z | info: running `cargo check --bins` on wicketd-api (129/142) |
2912 | 2024-08-02T16:55:27.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2024-08-02T16:55:27.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2024-08-02T16:55:27.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2915 | 2024-08-02T16:55:27.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2916 | 2024-08-02T16:55:27.629Z | |
2917 | 2024-08-02T16:55:27.629Z | info: running `cargo check --bins` on reconfigurator-cli (130/142) |
2918 | 2024-08-02T16:55:28.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2919 | 2024-08-02T16:55:28.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2920 | 2024-08-02T16:55:28.291Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2921 | 2024-08-02T16:55:29.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
2922 | 2024-08-02T16:55:29.505Z | |
2923 | 2024-08-02T16:55:29.505Z | info: running `cargo check --bins` on omicron-releng (131/142) |
2924 | 2024-08-02T16:55:30.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2925 | 2024-08-02T16:55:30.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2926 | 2024-08-02T16:55:30.123Z | Checking memmap2 v0.9.4 |
2927 | 2024-08-02T16:55:30.123Z | Checking untrusted v0.7.1 |
2928 | 2024-08-02T16:55:30.123Z | Checking spin v0.5.2 |
2929 | 2024-08-02T16:55:30.126Z | Checking arrayref v0.3.7 |
2930 | 2024-08-02T16:55:30.126Z | Checking constant_time_eq v0.3.0 |
2931 | 2024-08-02T16:55:30.126Z | Checking arrayvec v0.7.4 |
2932 | 2024-08-02T16:55:30.126Z | Checking cargo-platform v0.1.8 |
2933 | 2024-08-02T16:55:30.204Z | Checking topological-sort v0.2.2 |
2934 | 2024-08-02T16:55:30.284Z | Checking shell-words v1.1.0 |
2935 | 2024-08-02T16:55:30.368Z | Checking ring v0.16.20 |
2936 | 2024-08-02T16:55:30.459Z | Checking cargo_metadata v0.18.1 |
2937 | 2024-08-02T16:55:30.509Z | Checking blake3 v1.5.1 |
2938 | 2024-08-02T16:55:31.484Z | Checking omicron-zone-package v0.11.0 |
2939 | 2024-08-02T16:55:32.489Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2940 | 2024-08-02T16:55:33.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s |
2941 | 2024-08-02T16:55:33.416Z | |
2942 | 2024-08-02T16:55:33.416Z | info: running `cargo check --bins` on xtask (132/142) |
2943 | 2024-08-02T16:55:33.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2944 | 2024-08-02T16:55:33.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2945 | 2024-08-02T16:55:33.854Z | Checking serde v1.0.204 |
2946 | 2024-08-02T16:55:33.857Z | Checking thiserror v1.0.63 |
2947 | 2024-08-02T16:55:33.857Z | Checking scroll v0.12.0 |
2948 | 2024-08-02T16:55:33.857Z | Checking hashbrown v0.14.5 |
2949 | 2024-08-02T16:55:33.923Z | Checking log v0.4.21 |
2950 | 2024-08-02T16:55:33.926Z | Checking bitflags v2.6.0 |
2951 | 2024-08-02T16:55:33.935Z | Checking zerocopy v0.7.34 |
2952 | 2024-08-02T16:55:33.962Z | Checking syn v2.0.72 |
2953 | 2024-08-02T16:55:34.016Z | Checking pest v2.7.10 |
2954 | 2024-08-02T16:55:34.173Z | Checking fs-err v2.11.0 |
2955 | 2024-08-02T16:55:34.185Z | Checking rustix v0.38.34 |
2956 | 2024-08-02T16:55:34.346Z | Checking goblin v0.8.2 |
2957 | 2024-08-02T16:55:34.452Z | Checking tabled v0.15.0 |
2958 | 2024-08-02T16:55:34.985Z | Checking indexmap v2.2.6 |
2959 | 2024-08-02T16:55:35.144Z | Checking terminal_size v0.3.0 |
2960 | 2024-08-02T16:55:35.301Z | Checking clap_builder v4.5.9 |
2961 | 2024-08-02T16:55:35.366Z | Checking anyhow v1.0.86 |
2962 | 2024-08-02T16:55:36.441Z | Checking dtrace-parser v0.2.0 |
2963 | 2024-08-02T16:55:37.630Z | Checking clap v4.5.9 |
2964 | 2024-08-02T16:55:38.063Z | Checking serde_json v1.0.120 |
2965 | 2024-08-02T16:55:38.063Z | Checking toml_datetime v0.6.6 |
2966 | 2024-08-02T16:55:38.066Z | Checking serde_spanned v0.6.6 |
2967 | 2024-08-02T16:55:38.066Z | Checking cargo-platform v0.1.8 |
2968 | 2024-08-02T16:55:38.066Z | Checking camino v1.1.7 |
2969 | 2024-08-02T16:55:38.066Z | Checking semver v1.0.23 |
2970 | 2024-08-02T16:55:38.066Z | Checking macaddr v1.0.1 |
2971 | 2024-08-02T16:55:38.309Z | Checking toml_edit v0.22.16 |
2972 | 2024-08-02T16:55:39.160Z | Checking dof v0.3.0 |
2973 | 2024-08-02T16:55:39.160Z | Checking cargo_metadata v0.18.1 |
2974 | 2024-08-02T16:55:39.535Z | Checking usdt-impl v0.5.0 |
2975 | 2024-08-02T16:55:39.869Z | Checking toml v0.8.15 |
2976 | 2024-08-02T16:55:39.878Z | Checking usdt v0.5.0 |
2977 | 2024-08-02T16:55:40.307Z | Checking cargo_toml v0.20.4 |
2978 | 2024-08-02T16:55:41.416Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2979 | 2024-08-02T16:55:41.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.51s |
2980 | 2024-08-02T16:55:42.016Z | |
2981 | 2024-08-02T16:55:42.016Z | info: running `cargo check --bins` on end-to-end-tests (133/142) |
2982 | 2024-08-02T16:55:42.438Z | Downloading crates ... |
2983 | 2024-08-02T16:55:42.717Z | Downloaded md5 v0.7.0 |
2984 | 2024-08-02T16:55:42.720Z | Downloaded dhcproto-macros v0.1.0 |
2985 | 2024-08-02T16:55:42.725Z | Downloaded option-ext v0.2.0 |
2986 | 2024-08-02T16:55:42.729Z | Downloaded ed25519 v2.2.3 |
2987 | 2024-08-02T16:55:42.736Z | Downloaded russh-cryptovec v0.7.2 |
2988 | 2024-08-02T16:55:42.739Z | Downloaded bcrypt-pbkdf v0.10.0 |
2989 | 2024-08-02T16:55:42.739Z | Downloaded rfc6979 v0.4.0 |
2990 | 2024-08-02T16:55:42.742Z | Downloaded hex-literal v0.4.1 |
2991 | 2024-08-02T16:55:42.742Z | Downloaded dirs-sys v0.4.1 |
2992 | 2024-08-02T16:55:42.744Z | Downloaded cbc v0.1.2 |
2993 | 2024-08-02T16:55:42.744Z | Downloaded primeorder v0.13.6 |
2994 | 2024-08-02T16:55:42.747Z | Downloaded blowfish v0.9.1 |
2995 | 2024-08-02T16:55:42.750Z | Downloaded pbkdf2 v0.12.2 |
2996 | 2024-08-02T16:55:42.750Z | Downloaded rand_chacha v0.2.2 |
2997 | 2024-08-02T16:55:42.750Z | Downloaded polyval v0.6.2 |
2998 | 2024-08-02T16:55:42.753Z | Downloaded rand_core v0.5.1 |
2999 | 2024-08-02T16:55:42.753Z | Downloaded dirs v5.0.1 |
3000 | 2024-08-02T16:55:42.756Z | Downloaded internet-checksum v0.2.1 |
3001 | 2024-08-02T16:55:42.758Z | Downloaded ghash v0.5.1 |
3002 | 2024-08-02T16:55:42.758Z | Downloaded aes v0.8.4 |
3003 | 2024-08-02T16:55:42.762Z | Downloaded pbkdf2 v0.11.0 |
3004 | 2024-08-02T16:55:42.764Z | Downloaded password-hash v0.4.2 |
3005 | 2024-08-02T16:55:42.767Z | Downloaded ecdsa v0.16.9 |
3006 | 2024-08-02T16:55:42.767Z | Downloaded ctr v0.9.2 |
3007 | 2024-08-02T16:55:42.770Z | Downloaded getrandom v0.1.16 |
3008 | 2024-08-02T16:55:42.776Z | Downloaded russh-keys v0.43.0 |
3009 | 2024-08-02T16:55:42.780Z | Downloaded p256 v0.13.2 |
3010 | 2024-08-02T16:55:42.783Z | Downloaded dhcproto v0.11.0 |
3011 | 2024-08-02T16:55:42.786Z | Downloaded ed25519-dalek v2.1.1 |
3012 | 2024-08-02T16:55:42.796Z | Downloaded russh v0.43.0 |
3013 | 2024-08-02T16:55:42.801Z | Downloaded rand v0.7.3 |
3014 | 2024-08-02T16:55:42.806Z | Downloaded aes-gcm v0.10.3 |
3015 | 2024-08-02T16:55:42.809Z | Downloaded p521 v0.13.3 |
3016 | 2024-08-02T16:55:42.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-08-02T16:55:42.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-08-02T16:55:42.943Z | Compiling getrandom v0.1.16 |
3019 | 2024-08-02T16:55:43.034Z | Checking rfc6979 v0.4.0 |
3020 | 2024-08-02T16:55:43.044Z | Checking primeorder v0.13.6 |
3021 | 2024-08-02T16:55:43.047Z | Checking option-ext v0.2.0 |
3022 | 2024-08-02T16:55:43.065Z | Checking ed25519 v2.2.3 |
3023 | 2024-08-02T16:55:43.068Z | Checking polyval v0.6.2 |
3024 | 2024-08-02T16:55:43.068Z | Checking aes v0.8.4 |
3025 | 2024-08-02T16:55:43.068Z | Checking ctr v0.9.2 |
3026 | 2024-08-02T16:55:43.147Z | Checking dirs-sys v0.4.1 |
3027 | 2024-08-02T16:55:43.179Z | Checking ecdsa v0.16.9 |
3028 | 2024-08-02T16:55:43.302Z | Checking blowfish v0.9.1 |
3029 | 2024-08-02T16:55:43.321Z | Checking password-hash v0.4.2 |
3030 | 2024-08-02T16:55:43.363Z | Checking pbkdf2 v0.12.2 |
3031 | 2024-08-02T16:55:43.381Z | Checking ghash v0.5.1 |
3032 | 2024-08-02T16:55:43.475Z | Checking dirs v5.0.1 |
3033 | 2024-08-02T16:55:43.513Z | Checking ed25519-dalek v2.1.1 |
3034 | 2024-08-02T16:55:43.527Z | Checking bcrypt-pbkdf v0.10.0 |
3035 | 2024-08-02T16:55:43.530Z | Checking cbc v0.1.2 |
3036 | 2024-08-02T16:55:43.596Z | Checking russh-cryptovec v0.7.2 |
3037 | 2024-08-02T16:55:43.731Z | Checking md5 v0.7.0 |
3038 | 2024-08-02T16:55:43.755Z | Checking pbkdf2 v0.11.0 |
3039 | 2024-08-02T16:55:43.770Z | Compiling dhcproto-macros v0.1.0 |
3040 | 2024-08-02T16:55:43.797Z | Checking hex-literal v0.4.1 |
3041 | 2024-08-02T16:55:43.811Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3042 | 2024-08-02T16:55:43.899Z | Checking p521 v0.13.3 |
3043 | 2024-08-02T16:55:43.915Z | Checking p256 v0.13.2 |
3044 | 2024-08-02T16:55:43.988Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3045 | 2024-08-02T16:55:43.988Z | Checking aes-gcm v0.10.3 |
3046 | 2024-08-02T16:55:44.014Z | Checking internet-checksum v0.2.1 |
3047 | 2024-08-02T16:55:44.028Z | Checking rand_core v0.5.1 |
3048 | 2024-08-02T16:55:44.309Z | Checking rand_chacha v0.2.2 |
3049 | 2024-08-02T16:55:44.510Z | Checking dhcproto v0.11.0 |
3050 | 2024-08-02T16:55:44.532Z | Checking rand v0.7.3 |
3051 | 2024-08-02T16:55:45.407Z | Checking russh-keys v0.43.0 |
3052 | 2024-08-02T16:55:46.084Z | Checking russh v0.43.0 |
3053 | 2024-08-02T16:56:01.605Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3054 | 2024-08-02T16:56:02.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.81s |
3055 | 2024-08-02T16:56:02.978Z | |
3056 | 2024-08-02T16:56:02.978Z | info: running `cargo check --bins` on gateway-cli (134/142) |
3057 | 2024-08-02T16:56:03.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-08-02T16:56:03.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-08-02T16:56:03.569Z | Checking termios v0.3.3 |
3060 | 2024-08-02T16:56:03.752Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3061 | 2024-08-02T16:56:04.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3062 | 2024-08-02T16:56:04.572Z | |
3063 | 2024-08-02T16:56:04.572Z | info: running `cargo check --bins --no-default-features` on installinator (135/142) |
3064 | 2024-08-02T16:56:05.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-08-02T16:56:05.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-08-02T16:56:05.210Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3067 | 2024-08-02T16:56:07.116Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3068 | 2024-08-02T16:56:08.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
3069 | 2024-08-02T16:56:08.917Z | |
3070 | 2024-08-02T16:56:08.917Z | info: running `cargo check --bins` on internal-dns-cli (136/142) |
3071 | 2024-08-02T16:56:09.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-08-02T16:56:09.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-08-02T16:56:09.498Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3074 | 2024-08-02T16:56:09.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3075 | 2024-08-02T16:56:10.035Z | |
3076 | 2024-08-02T16:56:10.035Z | info: running `cargo check --bins` on omicron-package (137/142) |
3077 | 2024-08-02T16:56:10.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2024-08-02T16:56:10.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2024-08-02T16:56:10.647Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3080 | 2024-08-02T16:56:11.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
3081 | 2024-08-02T16:56:11.888Z | |
3082 | 2024-08-02T16:56:11.888Z | info: running `cargo check --bins` on wicket-dbg (138/142) |
3083 | 2024-08-02T16:56:12.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-08-02T16:56:12.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-08-02T16:56:12.520Z | Checking rtoolbox v0.0.2 |
3086 | 2024-08-02T16:56:12.523Z | Checking tui-tree-widget v0.21.0 |
3087 | 2024-08-02T16:56:12.523Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3088 | 2024-08-02T16:56:12.721Z | Checking rpassword v7.3.1 |
3089 | 2024-08-02T16:56:16.391Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3090 | 2024-08-02T16:56:19.027Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3091 | 2024-08-02T16:56:20.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.15s |
3092 | 2024-08-02T16:56:20.176Z | |
3093 | 2024-08-02T16:56:20.176Z | info: running `cargo check --bins` on wicket (139/142) |
3094 | 2024-08-02T16:56:20.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-08-02T16:56:20.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-08-02T16:56:20.803Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3097 | 2024-08-02T16:56:21.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
3098 | 2024-08-02T16:56:21.269Z | |
3099 | 2024-08-02T16:56:21.269Z | info: running `cargo check --bins` on wicketd (140/142) |
3100 | 2024-08-02T16:56:21.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-08-02T16:56:21.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-08-02T16:56:21.913Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3103 | 2024-08-02T16:56:25.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
3104 | 2024-08-02T16:56:25.297Z | |
3105 | 2024-08-02T16:56:25.297Z | info: running `cargo check --bins` on omicron-workspace-hack (141/142) |
3106 | 2024-08-02T16:56:25.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2024-08-02T16:56:25.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2024-08-02T16:56:25.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3109 | 2024-08-02T16:56:25.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3110 | 2024-08-02T16:56:25.854Z | |
3111 | 2024-08-02T16:56:25.854Z | info: running `cargo check --bins` on zone-setup (142/142) |
3112 | 2024-08-02T16:56:26.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-08-02T16:56:26.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-08-02T16:56:26.523Z | Checking uzers v0.11.3 |
3115 | 2024-08-02T16:56:26.791Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3116 | 2024-08-02T16:56:27.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
3117 | 2024-08-02T16:56:27.939Z | |
3118 | 2024-08-02T16:56:27.939Z | real 9:49.609507164 |
3119 | 2024-08-02T16:56:27.939Z | user 21:36.385544651 |
3120 | 2024-08-02T16:56:27.939Z | sys 4:36.345724337 |
3121 | 2024-08-02T16:56:27.939Z | trap 0.465444535 |
3122 | 2024-08-02T16:56:27.939Z | tflt 1.768647170 |
3123 | 2024-08-02T16:56:27.939Z | dflt 2.233887127 |
3124 | 2024-08-02T16:56:27.939Z | kflt 0.007690784 |
3125 | 2024-08-02T16:56:27.939Z | lock 38:42.874857370 |
3126 | 2024-08-02T16:56:27.939Z | slp 1:24:41.177673864 |
3127 | 2024-08-02T16:56:27.939Z | lat 51.264328494 |
3128 | 2024-08-02T16:56:27.939Z | stop 2:15.840385048 |
3129 | 2024-08-02T16:56:27.942Z | process exited: duration 833674 ms, exit code 0 |
|
3130 | 2024-08-02T16:56:27.948Z | found 0 output files |