|
|
|
1 | 2024-09-11T21:13:08.731Z | job assigned to worker 01J7HEW6RRJPCYS63ADRJ67G7Z (queued for 51 s) |
|
2 | 2024-09-11T21:13:16.271Z | starting task 0: "setup" |
3 | 2024-09-11T21:13:16.280Z | ++ uname -s |
4 | 2024-09-11T21:13:16.283Z | + kern=SunOS |
5 | 2024-09-11T21:13:16.283Z | + case "$kern" in |
6 | 2024-09-11T21:13:16.283Z | + groupadd -g 12345 build |
7 | 2024-09-11T21:13:16.285Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-11T21:13:18.296Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-11T21:13:18.382Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-11T21:13:18.384Z | + home_fs=zfs |
11 | 2024-09-11T21:13:18.384Z | + [[ zfs == autofs ]] |
12 | 2024-09-11T21:13:18.384Z | + mkdir -p /home/build |
13 | 2024-09-11T21:13:18.387Z | + chown build:build /home/build /work |
14 | 2024-09-11T21:13:20.389Z | + chmod 0700 /home/build /work |
15 | 2024-09-11T21:13:20.392Z | process exited: duration 4122 ms, exit code 0 |
|
16 | 2024-09-11T21:13:20.398Z | starting task 1: "rust-toolchain" |
17 | 2024-09-11T21:13:20.403Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-11T21:13:20.403Z | ' 1.80.1 |
19 | 2024-09-11T21:13:20.404Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-11T21:13:20.404Z | ' default |
21 | 2024-09-11T21:13:20.404Z | * toolchain channel = "1.80.1" |
22 | 2024-09-11T21:13:20.406Z | * toolchain profile = "default" |
23 | 2024-09-11T21:13:20.406Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-11T21:13:20.406Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-11T21:13:20.556Z | info: downloading installer |
26 | 2024-09-11T21:13:23.489Z | info: profile set to 'default' |
27 | 2024-09-11T21:13:23.489Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-11T21:13:23.492Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-11T21:13:23.780Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-11T21:13:23.780Z | info: downloading component 'cargo' |
31 | 2024-09-11T21:13:25.801Z | info: downloading component 'clippy' |
32 | 2024-09-11T21:13:26.519Z | info: downloading component 'rust-docs' |
33 | 2024-09-11T21:13:29.345Z | info: downloading component 'rust-std' |
34 | 2024-09-11T21:13:33.322Z | info: downloading component 'rustc' |
35 | 2024-09-11T21:13:44.537Z | info: downloading component 'rustfmt' |
36 | 2024-09-11T21:13:45.130Z | info: installing component 'cargo' |
37 | 2024-09-11T21:13:45.952Z | info: installing component 'clippy' |
38 | 2024-09-11T21:13:46.316Z | info: installing component 'rust-docs' |
39 | 2024-09-11T21:13:47.930Z | info: installing component 'rust-std' |
40 | 2024-09-11T21:13:49.600Z | info: installing component 'rustc' |
41 | 2024-09-11T21:13:53.723Z | info: installing component 'rustfmt' |
42 | 2024-09-11T21:13:54.058Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-11T21:13:54.058Z | |
44 | 2024-09-11T21:13:54.307Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-11T21:13:54.307Z | |
46 | 2024-09-11T21:13:54.307Z | |
47 | 2024-09-11T21:13:54.307Z | Rust is installed now. Great! |
48 | 2024-09-11T21:13:54.307Z | |
49 | 2024-09-11T21:13:54.307Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-11T21:13:54.307Z | environment variable. This has not been done automatically. |
51 | 2024-09-11T21:13:54.307Z | |
52 | 2024-09-11T21:13:54.307Z | To configure your current shell, you need to source |
53 | 2024-09-11T21:13:54.307Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-11T21:13:54.307Z | |
55 | 2024-09-11T21:13:54.307Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-11T21:13:54.307Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-11T21:13:54.307Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-11T21:13:54.359Z | + rustc --version |
59 | 2024-09-11T21:13:54.422Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-11T21:13:54.429Z | process exited: duration 34024 ms, exit code 0 |
|
61 | 2024-09-11T21:13:54.440Z | starting task 2: "authentication" |
62 | 2024-09-11T21:13:54.461Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-09-11T21:13:54.467Z | starting task 3: "clone repository" |
64 | 2024-09-11T21:13:54.472Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-11T21:13:54.475Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-11T21:13:54.509Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-11T21:13:59.917Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-11T21:13:59.918Z | + git fetch origin 4c15433fa1cf87c3356ed598d74984bb3d496bde |
69 | 2024-09-11T21:14:00.213Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-11T21:14:00.213Z | * branch 4c15433fa1cf87c3356ed598d74984bb3d496bde -> FETCH_HEAD |
71 | 2024-09-11T21:14:00.223Z | + [[ -n eliza/updater-omdb-nice ]] |
72 | 2024-09-11T21:14:00.226Z | ++ git branch --show-current |
73 | 2024-09-11T21:14:00.228Z | + current=main |
74 | 2024-09-11T21:14:00.228Z | + [[ main != eliza/updater-omdb-nice ]] |
75 | 2024-09-11T21:14:00.228Z | + git branch -f eliza/updater-omdb-nice 4c15433fa1cf87c3356ed598d74984bb3d496bde |
76 | 2024-09-11T21:14:00.231Z | + git checkout -f eliza/updater-omdb-nice |
77 | 2024-09-11T21:14:00.389Z | Switched to branch 'eliza/updater-omdb-nice' |
78 | 2024-09-11T21:14:00.393Z | + git reset --hard 4c15433fa1cf87c3356ed598d74984bb3d496bde |
79 | 2024-09-11T21:14:00.419Z | HEAD is now at 4c15433fa gurgle |
80 | 2024-09-11T21:14:00.421Z | process exited: duration 5953 ms, exit code 0 |
|
81 | 2024-09-11T21:14:00.426Z | starting task 4: "build" |
82 | 2024-09-11T21:14:00.432Z | + cargo --version |
83 | 2024-09-11T21:14:00.488Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-11T21:14:00.491Z | + rustc --version |
85 | 2024-09-11T21:14:00.546Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-11T21:14:00.549Z | + source ./env.sh |
87 | 2024-09-11T21:14:00.549Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-11T21:14:00.549Z | ++ set -o xtrace |
89 | 2024-09-11T21:14:00.552Z | ++++ dirname ./env.sh |
90 | 2024-09-11T21:14:00.554Z | +++ readlink -f . |
91 | 2024-09-11T21:14:00.557Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-11T21:14:00.557Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-09-11T21:14:00.557Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-09-11T21:14:00.557Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-09-11T21:14:00.557Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-09-11T21:14:00.557Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-09-11T21:14:00.557Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-09-11T21:14:00.557Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-09-11T21:14:00.557Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-09-11T21:14:00.557Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-11T21:14:00.557Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-11T21:14:00.560Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
103 | 2024-09-11T21:14:00.560Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
104 | 2024-09-11T21:14:00.560Z | + banner prerequisites |
105 | 2024-09-11T21:14:00.560Z | |
106 | 2024-09-11T21:14:00.560Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-09-11T21:14:00.560Z | # # # # # # # # # # # # # # # |
108 | 2024-09-11T21:14:00.560Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-09-11T21:14:00.560Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-09-11T21:14:00.560Z | # # # # # # # # # # # # # # # |
111 | 2024-09-11T21:14:00.560Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-09-11T21:14:00.560Z | |
113 | 2024-09-11T21:14:00.563Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-09-11T21:14:05.908Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-09-11T21:14:08.267Z | Startup: Caching catalogs ... Done |
116 | 2024-09-11T21:14:10.639Z | Planning: Solver setup ... Done (1.703s) |
117 | 2024-09-11T21:14:10.824Z | Planning: Running solver ... Done (0.185s) |
118 | 2024-09-11T21:14:10.871Z | Planning: Finding local manifests ... Done (0.005s) |
119 | 2024-09-11T21:14:10.899Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-09-11T21:14:11.524Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-09-11T21:14:11.623Z | Planning: Package planning ... Done (0.100s) |
122 | 2024-09-11T21:14:11.679Z | Planning: Merging actions ... Done (0.055s) |
123 | 2024-09-11T21:14:11.888Z | Planning: Checking for conflicting actions ... Done (0.210s) |
124 | 2024-09-11T21:14:14.049Z | Planning: Consolidating action changes ... Done (2.047s) |
125 | 2024-09-11T21:14:14.375Z | Planning: Evaluating mediators ... Done (0.439s) |
126 | 2024-09-11T21:14:14.459Z | Planning: Planning completed in 6.12 seconds |
127 | 2024-09-11T21:14:14.496Z | Packages to install: 4 |
128 | 2024-09-11T21:14:14.496Z | Packages to update: 1 |
129 | 2024-09-11T21:14:14.498Z | Mediators to change: 2 |
130 | 2024-09-11T21:14:14.498Z | Services to change: 1 |
131 | 2024-09-11T21:14:14.498Z | Estimated space available: 155.72 GB |
132 | 2024-09-11T21:14:14.498Z | Estimated space to be consumed: 1.54 GB |
133 | 2024-09-11T21:14:14.498Z | Create boot environment: No |
134 | 2024-09-11T21:14:14.498Z | Create backup boot environment: Yes |
135 | 2024-09-11T21:14:14.498Z | Rebuild boot archive: No |
136 | 2024-09-11T21:14:14.498Z | |
137 | 2024-09-11T21:14:14.498Z | Changed mediators: |
138 | 2024-09-11T21:14:14.498Z | mediator clang: |
139 | 2024-09-11T21:14:14.498Z | version: None -> 15 (system default) |
140 | 2024-09-11T21:14:14.498Z | |
141 | 2024-09-11T21:14:14.498Z | mediator llvm: |
142 | 2024-09-11T21:14:14.498Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-09-11T21:14:14.498Z | |
144 | 2024-09-11T21:14:14.498Z | Changed packages: |
145 | 2024-09-11T21:14:14.498Z | helios-dev |
146 | 2024-09-11T21:14:14.498Z | developer/build-essential |
147 | 2024-09-11T21:14:14.498Z | None -> 11-2.0 |
148 | 2024-09-11T21:14:14.498Z | library/libxmlsec1 |
149 | 2024-09-11T21:14:14.498Z | None -> 1.2.35-2.0 |
150 | 2024-09-11T21:14:14.499Z | ooce/developer/clang-15 |
151 | 2024-09-11T21:14:14.499Z | None -> 15.0.7-2.0 |
152 | 2024-09-11T21:14:14.499Z | ooce/developer/llvm-15 |
153 | 2024-09-11T21:14:14.499Z | None -> 15.0.7-2.0 |
154 | 2024-09-11T21:14:14.499Z | package/pkg |
155 | 2024-09-11T21:14:14.499Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-09-11T21:14:14.499Z | |
157 | 2024-09-11T21:14:14.499Z | Services: |
158 | 2024-09-11T21:14:14.499Z | restart_fmri: |
159 | 2024-09-11T21:14:14.499Z | svc:/system/update-man-index:default |
160 | 2024-09-11T21:14:14.499Z | |
161 | 2024-09-11T21:14:14.499Z | Editable files to change: |
162 | 2024-09-11T21:14:14.499Z | Update: |
163 | 2024-09-11T21:14:14.499Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-09-11T21:14:14.581Z | |
165 | 2024-09-11T21:14:14.581Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-09-11T21:14:19.586Z | Download: 671/4281 items 18.1/220.6MB 8% complete (3.7M/s) |
167 | 2024-09-11T21:14:24.590Z | Download: 1331/4281 items 114.7/220.6MB 51% complete (11.6M/s) |
168 | 2024-09-11T21:14:29.721Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (12.1M/s) |
169 | 2024-09-11T21:14:36.556Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (11.8M/s) |
170 | 2024-09-11T21:14:41.577Z | Download: 2967/4281 items 121.2/220.6MB 54% complete (420k/s) |
171 | 2024-09-11T21:14:46.844Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (10.3M/s) |
172 | 2024-09-11T21:14:51.893Z | Download: 3799/4281 items 217.1/220.6MB 98% complete (9.6M/s) |
173 | 2024-09-11T21:14:56.893Z | Download: 4281/4281 items 220.6/220.6MB 100% complete (1.8M/s) |
174 | 2024-09-11T21:14:56.944Z | Download: Completed 220.60 MB in 42.36 seconds (5.2M/s) |
175 | 2024-09-11T21:14:58.993Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-09-11T21:14:59.017Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-09-11T21:15:03.721Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-09-11T21:15:04.037Z | Actions: Completed 5063 actions in 5.04 seconds. |
179 | 2024-09-11T21:15:04.206Z | Done (0.160s) |
180 | 2024-09-11T21:15:04.208Z | Done (0.000s) |
181 | 2024-09-11T21:15:04.600Z | Done (0.393s) |
182 | 2024-09-11T21:15:09.295Z | Done (4.512s) |
183 | 2024-09-11T21:15:09.387Z | Done (0.018s) |
184 | 2024-09-11T21:15:09.389Z | Done (0.000s) |
185 | 2024-09-11T21:15:09.540Z | Done (0.000s) |
186 | 2024-09-11T21:15:10.140Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-09-11T21:15:10.302Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-09-11T21:15:10.305Z | Planning: Consolidating action changes ... Done |
189 | 2024-09-11T21:15:10.570Z | Planning: Evaluating mediators ... Done |
190 | 2024-09-11T21:15:10.573Z | Planning: Planning completed in 0.43 seconds |
191 | 2024-09-11T21:15:10.610Z | Mediators to change: 2 |
192 | 2024-09-11T21:15:10.610Z | Create boot environment: No |
193 | 2024-09-11T21:15:10.612Z | Create backup boot environment: No |
194 | 2024-09-11T21:15:10.688Z | Done |
195 | 2024-09-11T21:15:10.688Z | Done |
196 | 2024-09-11T21:15:10.930Z | Done |
197 | 2024-09-11T21:15:14.561Z | Done |
198 | 2024-09-11T21:15:14.651Z | Done |
199 | 2024-09-11T21:15:14.654Z | Done |
200 | 2024-09-11T21:15:14.772Z | Done |
201 | 2024-09-11T21:15:15.386Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-09-11T21:15:15.389Z | Planning: Merging actions ... Done |
203 | 2024-09-11T21:15:15.576Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-09-11T21:15:15.579Z | Planning: Consolidating action changes ... Done |
205 | 2024-09-11T21:15:15.842Z | Planning: Evaluating mediators ... Done |
206 | 2024-09-11T21:15:15.898Z | Planning: Planning completed in 0.76 seconds |
207 | 2024-09-11T21:15:15.939Z | Packages to change: 1 |
208 | 2024-09-11T21:15:15.939Z | Mediators to change: 1 |
209 | 2024-09-11T21:15:15.942Z | Services to change: 1 |
210 | 2024-09-11T21:15:15.942Z | Create boot environment: No |
211 | 2024-09-11T21:15:15.942Z | Create backup boot environment: Yes |
212 | 2024-09-11T21:15:17.924Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-09-11T21:15:17.927Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2024-09-11T21:15:17.927Z | Done |
215 | 2024-09-11T21:15:17.927Z | Done |
216 | 2024-09-11T21:15:18.009Z | Done |
217 | 2024-09-11T21:15:21.713Z | Done |
218 | 2024-09-11T21:15:21.806Z | Done |
219 | 2024-09-11T21:15:21.809Z | Done |
220 | 2024-09-11T21:15:21.931Z | Done |
221 | 2024-09-11T21:15:22.369Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-09-11T21:15:22.369Z | clang system 15 system |
223 | 2024-09-11T21:15:22.369Z | csh system system illumos |
224 | 2024-09-11T21:15:22.369Z | ctags system system illumos |
225 | 2024-09-11T21:15:22.369Z | gcc vendor 12 vendor |
226 | 2024-09-11T21:15:22.369Z | gcc system 10 system |
227 | 2024-09-11T21:15:22.369Z | gcc system 7 system |
228 | 2024-09-11T21:15:22.369Z | go system 1.20 system |
229 | 2024-09-11T21:15:22.369Z | go system 1.19 system |
230 | 2024-09-11T21:15:22.369Z | llvm system 15 system |
231 | 2024-09-11T21:15:22.369Z | llvm system 14 system |
232 | 2024-09-11T21:15:22.369Z | mariadb system 10.6 system |
233 | 2024-09-11T21:15:22.370Z | mta vendor vendor dma |
234 | 2024-09-11T21:15:22.370Z | openjdk system 17 system |
235 | 2024-09-11T21:15:22.370Z | openjdk system 11 system |
236 | 2024-09-11T21:15:22.370Z | openjdk system 1.8 system |
237 | 2024-09-11T21:15:22.370Z | openssl vendor 3 vendor |
238 | 2024-09-11T21:15:22.370Z | perl system 5.36 system |
239 | 2024-09-11T21:15:22.370Z | postgresql system 15 system |
240 | 2024-09-11T21:15:22.370Z | postgresql system 13 system |
241 | 2024-09-11T21:15:22.370Z | python vendor 3 vendor |
242 | 2024-09-11T21:15:22.370Z | python system 2 system |
243 | 2024-09-11T21:15:22.370Z | python3 system 3.11 system |
244 | 2024-09-11T21:15:22.370Z | ruby system 3.0 system |
245 | 2024-09-11T21:15:22.370Z | words vendor vendor american-english |
246 | 2024-09-11T21:15:22.370Z | words system system australian-english |
247 | 2024-09-11T21:15:22.370Z | words system system british-english |
248 | 2024-09-11T21:15:22.370Z | words system system canadian-english |
249 | 2024-09-11T21:15:22.370Z | words system system french |
250 | 2024-09-11T21:15:22.370Z | words system system italian |
251 | 2024-09-11T21:15:22.370Z | words system system ngerman |
252 | 2024-09-11T21:15:22.370Z | words system system ogerman |
253 | 2024-09-11T21:15:22.370Z | words system system spanish |
254 | 2024-09-11T21:15:22.703Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-09-11T21:15:22.703Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-09-11T21:15:24.545Z | FMRI IFO |
257 | 2024-09-11T21:15:24.545Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-09-11T21:15:24.545Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-09-11T21:15:24.545Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-09-11T21:15:24.545Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-09-11T21:15:24.545Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-09-11T21:15:24.545Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-09-11T21:15:24.545Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-09-11T21:15:24.545Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-09-11T21:15:24.546Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-09-11T21:15:24.546Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-09-11T21:15:24.546Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-09-11T21:15:24.546Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-09-11T21:15:24.546Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-09-11T21:15:25.182Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-09-11T21:15:25.460Z | Updating crates.io index |
272 | 2024-09-11T21:15:25.462Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
273 | 2024-09-11T21:15:26.208Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-09-11T21:15:27.170Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-09-11T21:15:27.410Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
276 | 2024-09-11T21:15:28.913Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-09-11T21:15:29.173Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-09-11T21:15:29.454Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-09-11T21:15:30.542Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-09-11T21:15:32.530Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-09-11T21:15:33.449Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-09-11T21:15:34.176Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-09-11T21:15:34.502Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-09-11T21:15:34.985Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-09-11T21:15:35.262Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
286 | 2024-09-11T21:15:35.907Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
287 | 2024-09-11T21:15:36.234Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
288 | 2024-09-11T21:15:36.854Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-09-11T21:15:37.149Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-09-11T21:15:37.431Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-09-11T21:15:37.655Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-09-11T21:15:38.018Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
293 | 2024-09-11T21:15:38.303Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-09-11T21:15:38.619Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-09-11T21:15:39.018Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-09-11T21:15:39.415Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-09-11T21:15:39.907Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-09-11T21:15:40.343Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-09-11T21:15:40.785Z | Updating git repository `https://github.com/oxidecomputer/typify` |
300 | 2024-09-11T21:15:43.208Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-09-11T21:15:43.488Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-09-11T21:15:43.748Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-09-11T21:15:44.108Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
304 | 2024-09-11T21:15:45.222Z | Downloading crates ... |
305 | 2024-09-11T21:15:45.278Z | Downloaded camino-tempfile v1.1.1 |
306 | 2024-09-11T21:15:45.281Z | Downloaded autocfg v1.3.0 |
307 | 2024-09-11T21:15:45.285Z | Downloaded block-buffer v0.10.4 |
308 | 2024-09-11T21:15:45.285Z | Downloaded camino v1.1.9 |
309 | 2024-09-11T21:15:45.288Z | Downloaded anstyle v1.0.8 |
310 | 2024-09-11T21:15:45.288Z | Downloaded colorchoice v1.0.1 |
311 | 2024-09-11T21:15:45.291Z | Downloaded swrite v0.1.0 |
312 | 2024-09-11T21:15:45.294Z | Downloaded equivalent v1.0.1 |
313 | 2024-09-11T21:15:45.297Z | Downloaded scroll_derive v0.12.0 |
314 | 2024-09-11T21:15:45.300Z | Downloaded cargo_metadata v0.18.1 |
315 | 2024-09-11T21:15:45.303Z | Downloaded anstyle-query v1.0.3 |
316 | 2024-09-11T21:15:45.306Z | Downloaded usdt-macro v0.5.0 |
317 | 2024-09-11T21:15:45.306Z | Downloaded usdt-attr-macro v0.5.0 |
318 | 2024-09-11T21:15:45.306Z | Downloaded clap_lex v0.7.0 |
319 | 2024-09-11T21:15:45.310Z | Downloaded serde_tokenstream v0.2.2 |
320 | 2024-09-11T21:15:45.313Z | Downloaded itoa v1.0.11 |
321 | 2024-09-11T21:15:45.313Z | Downloaded thiserror-impl v1.0.63 |
322 | 2024-09-11T21:15:45.315Z | Downloaded serde_spanned v0.6.7 |
323 | 2024-09-11T21:15:45.316Z | Downloaded proc-macro-error-attr v1.0.4 |
324 | 2024-09-11T21:15:45.318Z | Downloaded pretty-hex v0.4.1 |
325 | 2024-09-11T21:15:45.318Z | Downloaded crypto-common v0.1.6 |
326 | 2024-09-11T21:15:45.318Z | Downloaded heck v0.4.1 |
327 | 2024-09-11T21:15:45.322Z | Downloaded version_check v0.9.5 |
328 | 2024-09-11T21:15:45.322Z | Downloaded smawk v0.3.2 |
329 | 2024-09-11T21:15:45.325Z | Downloaded fs-err v2.11.0 |
330 | 2024-09-11T21:15:45.325Z | Downloaded toml_datetime v0.6.8 |
331 | 2024-09-11T21:15:45.327Z | Downloaded pest_generator v2.7.10 |
332 | 2024-09-11T21:15:45.327Z | Downloaded cargo_toml v0.20.4 |
333 | 2024-09-11T21:15:45.328Z | Downloaded fastrand v2.1.0 |
334 | 2024-09-11T21:15:45.330Z | Downloaded cfg-if v1.0.0 |
335 | 2024-09-11T21:15:45.330Z | Downloaded cargo-platform v0.1.8 |
336 | 2024-09-11T21:15:45.333Z | Downloaded bytecount v0.6.8 |
337 | 2024-09-11T21:15:45.333Z | Downloaded dof v0.3.0 |
338 | 2024-09-11T21:15:45.336Z | Downloaded once_cell v1.19.0 |
339 | 2024-09-11T21:15:45.339Z | Downloaded anstyle-parse v0.2.4 |
340 | 2024-09-11T21:15:45.339Z | Downloaded byteorder v1.5.0 |
341 | 2024-09-11T21:15:45.345Z | Downloaded anstream v0.6.14 |
342 | 2024-09-11T21:15:45.348Z | Downloaded tempfile v3.10.1 |
343 | 2024-09-11T21:15:45.350Z | Downloaded semver v1.0.23 |
344 | 2024-09-11T21:15:45.353Z | Downloaded zerocopy-derive v0.7.34 |
345 | 2024-09-11T21:15:45.357Z | Downloaded dtrace-parser v0.2.0 |
346 | 2024-09-11T21:15:45.360Z | Downloaded is_terminal_polyfill v1.70.0 |
347 | 2024-09-11T21:15:45.365Z | Downloaded unicode-ident v1.0.12 |
348 | 2024-09-11T21:15:45.368Z | Downloaded ryu v1.0.18 |
349 | 2024-09-11T21:15:45.373Z | Downloaded typenum v1.17.0 |
350 | 2024-09-11T21:15:45.376Z | Downloaded pest_meta v2.7.10 |
351 | 2024-09-11T21:15:45.378Z | Downloaded log v0.4.21 |
352 | 2024-09-11T21:15:45.381Z | Downloaded clap_derive v4.5.13 |
353 | 2024-09-11T21:15:45.383Z | Downloaded scroll v0.12.0 |
354 | 2024-09-11T21:15:45.386Z | Downloaded macaddr v1.0.1 |
355 | 2024-09-11T21:15:45.386Z | Downloaded generic-array v0.14.7 |
356 | 2024-09-11T21:15:45.389Z | Downloaded fnv v1.0.7 |
357 | 2024-09-11T21:15:45.389Z | Downloaded errno v0.3.9 |
358 | 2024-09-11T21:15:45.391Z | Downloaded usdt v0.5.0 |
359 | 2024-09-11T21:15:45.391Z | Downloaded thread-id v4.2.1 |
360 | 2024-09-11T21:15:45.394Z | Downloaded unicode-linebreak v0.1.5 |
361 | 2024-09-11T21:15:45.394Z | Downloaded plain v0.2.3 |
362 | 2024-09-11T21:15:45.394Z | Downloaded memmap v0.7.0 |
363 | 2024-09-11T21:15:45.396Z | Downloaded utf8parse v0.2.1 |
364 | 2024-09-11T21:15:45.396Z | Downloaded terminal_size v0.3.0 |
365 | 2024-09-11T21:15:45.399Z | Downloaded heck v0.5.0 |
366 | 2024-09-11T21:15:45.399Z | Downloaded usdt-impl v0.5.0 |
367 | 2024-09-11T21:15:45.401Z | Downloaded strsim v0.11.1 |
368 | 2024-09-11T21:15:45.401Z | Downloaded quote v1.0.36 |
369 | 2024-09-11T21:15:45.404Z | Downloaded thiserror v1.0.63 |
370 | 2024-09-11T21:15:45.408Z | Downloaded serde_derive v1.0.208 |
371 | 2024-09-11T21:15:45.419Z | Downloaded clap v4.5.16 |
372 | 2024-09-11T21:15:45.423Z | Downloaded proc-macro-error v1.0.4 |
373 | 2024-09-11T21:15:45.423Z | Downloaded textwrap v0.16.1 |
374 | 2024-09-11T21:15:45.426Z | Downloaded sha2 v0.10.8 |
375 | 2024-09-11T21:15:45.428Z | Downloaded indexmap v2.4.0 |
376 | 2024-09-11T21:15:45.432Z | Downloaded pest_derive v2.7.10 |
377 | 2024-09-11T21:15:45.434Z | Downloaded ucd-trie v0.1.6 |
378 | 2024-09-11T21:15:45.437Z | Downloaded proc-macro2 v1.0.86 |
379 | 2024-09-11T21:15:45.440Z | Downloaded digest v0.10.7 |
380 | 2024-09-11T21:15:45.443Z | Downloaded bitflags v2.6.0 |
381 | 2024-09-11T21:15:45.445Z | Downloaded anyhow v1.0.86 |
382 | 2024-09-11T21:15:45.448Z | Downloaded tabled_derive v0.7.0 |
383 | 2024-09-11T21:15:45.451Z | Downloaded toml v0.8.19 |
384 | 2024-09-11T21:15:45.453Z | Downloaded papergrid v0.11.0 |
385 | 2024-09-11T21:15:45.458Z | Downloaded memchr v2.7.2 |
386 | 2024-09-11T21:15:45.462Z | Downloaded cpufeatures v0.2.12 |
387 | 2024-09-11T21:15:45.467Z | Downloaded serde v1.0.208 |
388 | 2024-09-11T21:15:45.481Z | Downloaded pest v2.7.10 |
389 | 2024-09-11T21:15:45.487Z | Downloaded toml_edit v0.22.20 |
390 | 2024-09-11T21:15:45.508Z | Downloaded goblin v0.8.2 |
391 | 2024-09-11T21:15:45.514Z | Downloaded clap_builder v4.5.15 |
392 | 2024-09-11T21:15:45.520Z | Downloaded winnow v0.6.18 |
393 | 2024-09-11T21:15:45.530Z | Downloaded hashbrown v0.14.5 |
394 | 2024-09-11T21:15:45.535Z | Downloaded zerocopy v0.7.34 |
395 | 2024-09-11T21:15:45.550Z | Downloaded tabled v0.15.0 |
396 | 2024-09-11T21:15:45.566Z | Downloaded syn v2.0.74 |
397 | 2024-09-11T21:15:45.576Z | Downloaded syn v1.0.109 |
398 | 2024-09-11T21:15:45.587Z | Downloaded unicode-width v0.1.13 |
399 | 2024-09-11T21:15:45.594Z | Downloaded rustix v0.38.34 |
400 | 2024-09-11T21:15:45.615Z | Downloaded serde_json v1.0.125 |
401 | 2024-09-11T21:15:45.623Z | Downloaded libc v0.2.158 |
402 | 2024-09-11T21:15:45.925Z | Compiling proc-macro2 v1.0.86 |
403 | 2024-09-11T21:15:45.927Z | Compiling unicode-ident v1.0.12 |
404 | 2024-09-11T21:15:45.927Z | Compiling version_check v0.9.5 |
405 | 2024-09-11T21:15:45.927Z | Compiling serde v1.0.208 |
406 | 2024-09-11T21:15:45.927Z | Compiling thiserror v1.0.63 |
407 | 2024-09-11T21:15:45.927Z | Compiling memchr v2.7.2 |
408 | 2024-09-11T21:15:45.928Z | Compiling libc v0.2.158 |
409 | 2024-09-11T21:15:45.958Z | Compiling ryu v1.0.18 |
410 | 2024-09-11T21:15:46.267Z | Compiling itoa v1.0.11 |
411 | 2024-09-11T21:15:46.402Z | Compiling ucd-trie v0.1.6 |
412 | 2024-09-11T21:15:46.696Z | Compiling once_cell v1.19.0 |
413 | 2024-09-11T21:15:46.779Z | Compiling byteorder v1.5.0 |
414 | 2024-09-11T21:15:46.800Z | Compiling rustix v0.38.34 |
415 | 2024-09-11T21:15:47.121Z | Compiling serde_json v1.0.125 |
416 | 2024-09-11T21:15:47.145Z | Compiling bitflags v2.6.0 |
417 | 2024-09-11T21:15:47.529Z | Compiling usdt-impl v0.5.0 |
418 | 2024-09-11T21:15:47.619Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-09-11T21:15:47.672Z | Compiling quote v1.0.36 |
420 | 2024-09-11T21:15:47.769Z | Compiling syn v1.0.109 |
421 | 2024-09-11T21:15:47.821Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-09-11T21:15:47.972Z | Compiling utf8parse v0.2.1 |
423 | 2024-09-11T21:15:48.004Z | Compiling hashbrown v0.14.5 |
424 | 2024-09-11T21:15:48.110Z | Compiling syn v2.0.74 |
425 | 2024-09-11T21:15:48.134Z | Compiling errno v0.3.9 |
426 | 2024-09-11T21:15:48.404Z | Compiling log v0.4.21 |
427 | 2024-09-11T21:15:48.433Z | Compiling plain v0.2.3 |
428 | 2024-09-11T21:15:48.506Z | Compiling equivalent v1.0.1 |
429 | 2024-09-11T21:15:48.609Z | Compiling thread-id v4.2.1 |
430 | 2024-09-11T21:15:48.633Z | Compiling camino v1.1.9 |
431 | 2024-09-11T21:15:48.771Z | Compiling anstyle-parse v0.2.4 |
432 | 2024-09-11T21:15:49.098Z | Compiling is_terminal_polyfill v1.70.0 |
433 | 2024-09-11T21:15:49.239Z | Compiling indexmap v2.4.0 |
434 | 2024-09-11T21:15:49.261Z | Compiling anstyle-query v1.0.3 |
435 | 2024-09-11T21:15:49.312Z | Compiling anstyle v1.0.8 |
436 | 2024-09-11T21:15:49.363Z | Compiling semver v1.0.23 |
437 | 2024-09-11T21:15:49.402Z | Compiling autocfg v1.3.0 |
438 | 2024-09-11T21:15:49.497Z | Compiling unicode-width v0.1.13 |
439 | 2024-09-11T21:15:49.745Z | Compiling pretty-hex v0.4.1 |
440 | 2024-09-11T21:15:49.776Z | Compiling winnow v0.6.18 |
441 | 2024-09-11T21:15:49.927Z | Compiling colorchoice v1.0.1 |
442 | 2024-09-11T21:15:50.051Z | Compiling anstream v0.6.14 |
443 | 2024-09-11T21:15:50.372Z | Compiling heck v0.4.1 |
444 | 2024-09-11T21:15:50.396Z | Compiling fs-err v2.11.0 |
445 | 2024-09-11T21:15:50.567Z | Compiling terminal_size v0.3.0 |
446 | 2024-09-11T21:15:50.712Z | Compiling heck v0.5.0 |
447 | 2024-09-11T21:15:50.782Z | Compiling fnv v1.0.7 |
448 | 2024-09-11T21:15:50.808Z | Compiling fastrand v2.1.0 |
449 | 2024-09-11T21:15:50.864Z | Compiling anyhow v1.0.86 |
450 | 2024-09-11T21:15:50.918Z | Compiling clap_lex v0.7.0 |
451 | 2024-09-11T21:15:51.197Z | Compiling bytecount v0.6.8 |
452 | 2024-09-11T21:15:51.248Z | Compiling cfg-if v1.0.0 |
453 | 2024-09-11T21:15:51.346Z | Compiling strsim v0.11.1 |
454 | 2024-09-11T21:15:51.370Z | Compiling papergrid v0.11.0 |
455 | 2024-09-11T21:15:51.423Z | Compiling tempfile v3.10.1 |
456 | 2024-09-11T21:15:51.813Z | Compiling clap_builder v4.5.15 |
457 | 2024-09-11T21:15:52.225Z | Compiling memmap v0.7.0 |
458 | 2024-09-11T21:15:52.297Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-09-11T21:15:52.322Z | Compiling smawk v0.3.2 |
460 | 2024-09-11T21:15:52.800Z | Compiling textwrap v0.16.1 |
461 | 2024-09-11T21:15:53.132Z | Compiling swrite v0.1.0 |
462 | 2024-09-11T21:15:54.397Z | Compiling tabled_derive v0.7.0 |
463 | 2024-09-11T21:15:55.856Z | Compiling tabled v0.15.0 |
464 | 2024-09-11T21:15:56.731Z | Compiling serde_derive v1.0.208 |
465 | 2024-09-11T21:15:56.734Z | Compiling thiserror-impl v1.0.63 |
466 | 2024-09-11T21:15:56.734Z | Compiling zerocopy-derive v0.7.34 |
467 | 2024-09-11T21:15:56.810Z | Compiling scroll_derive v0.12.0 |
468 | 2024-09-11T21:15:57.150Z | Compiling clap_derive v4.5.13 |
469 | 2024-09-11T21:15:58.308Z | Compiling scroll v0.12.0 |
470 | 2024-09-11T21:15:58.799Z | Compiling goblin v0.8.2 |
471 | 2024-09-11T21:15:58.849Z | Compiling zerocopy v0.7.34 |
472 | 2024-09-11T21:16:00.632Z | Compiling clap v4.5.16 |
473 | 2024-09-11T21:16:02.122Z | Compiling pest v2.7.10 |
474 | 2024-09-11T21:16:03.694Z | Compiling pest_meta v2.7.10 |
475 | 2024-09-11T21:16:04.767Z | Compiling pest_generator v2.7.10 |
476 | 2024-09-11T21:16:06.449Z | Compiling pest_derive v2.7.10 |
477 | 2024-09-11T21:16:06.680Z | Compiling toml_datetime v0.6.8 |
478 | 2024-09-11T21:16:06.680Z | Compiling serde_spanned v0.6.7 |
479 | 2024-09-11T21:16:07.104Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-09-11T21:16:07.128Z | Compiling dtrace-parser v0.2.0 |
481 | 2024-09-11T21:16:07.213Z | Compiling toml_edit v0.22.20 |
482 | 2024-09-11T21:16:07.292Z | Compiling cargo-platform v0.1.8 |
483 | 2024-09-11T21:16:07.487Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-09-11T21:16:07.741Z | Compiling macaddr v1.0.1 |
485 | 2024-09-11T21:16:08.316Z | Compiling dof v0.3.0 |
486 | 2024-09-11T21:16:08.316Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-09-11T21:16:10.171Z | Compiling toml v0.8.19 |
488 | 2024-09-11T21:16:10.290Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-09-11T21:16:10.290Z | Compiling usdt-macro v0.5.0 |
490 | 2024-09-11T21:16:11.011Z | Compiling cargo_toml v0.20.4 |
491 | 2024-09-11T21:16:11.679Z | Compiling usdt v0.5.0 |
492 | 2024-09-11T21:16:14.779Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-09-11T21:16:18.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.04s |
494 | 2024-09-11T21:16:19.239Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-09-11T21:16:19.833Z | Downloading crates ... |
496 | 2024-09-11T21:16:19.964Z | Downloaded adler v1.0.2 |
497 | 2024-09-11T21:16:19.967Z | Downloaded aead v0.5.2 |
498 | 2024-09-11T21:16:19.984Z | Downloaded base64 v0.21.7 |
499 | 2024-09-11T21:16:19.992Z | Downloaded ciborium-io v0.2.2 |
500 | 2024-09-11T21:16:19.996Z | Downloaded atomicwrites v0.4.3 |
501 | 2024-09-11T21:16:19.999Z | Downloaded cfg_aliases v0.1.1 |
502 | 2024-09-11T21:16:19.999Z | Downloaded humantime v2.1.0 |
503 | 2024-09-11T21:16:20.001Z | Downloaded bitstruct_derive v0.1.0 |
504 | 2024-09-11T21:16:20.001Z | Downloaded httparse v1.8.0 |
505 | 2024-09-11T21:16:20.004Z | Downloaded bitstruct v0.1.1 |
506 | 2024-09-11T21:16:20.007Z | Downloaded hyper-rustls v0.24.2 |
507 | 2024-09-11T21:16:20.011Z | Downloaded ident_case v1.0.1 |
508 | 2024-09-11T21:16:20.014Z | Downloaded match_cfg v0.1.0 |
509 | 2024-09-11T21:16:20.014Z | Downloaded is-terminal v0.4.12 |
510 | 2024-09-11T21:16:20.014Z | Downloaded instant v0.1.12 |
511 | 2024-09-11T21:16:20.016Z | Downloaded async-stream v0.3.5 |
512 | 2024-09-11T21:16:20.019Z | Downloaded md5 v0.7.0 |
513 | 2024-09-11T21:16:20.022Z | Downloaded convert_case v0.4.0 |
514 | 2024-09-11T21:16:20.022Z | Downloaded ascii-canvas v3.0.0 |
515 | 2024-09-11T21:16:20.024Z | Downloaded cobs v0.2.3 |
516 | 2024-09-11T21:16:20.024Z | Downloaded darling v0.20.9 |
517 | 2024-09-11T21:16:20.028Z | Downloaded bit-vec v0.6.3 |
518 | 2024-09-11T21:16:20.031Z | Downloaded num-conv v0.1.0 |
519 | 2024-09-11T21:16:20.033Z | Downloaded new_debug_unreachable v1.0.6 |
520 | 2024-09-11T21:16:20.033Z | Downloaded libefi-sys v0.1.0 |
521 | 2024-09-11T21:16:20.036Z | Downloaded hyper-tls v0.5.0 |
522 | 2024-09-11T21:16:20.039Z | Downloaded managed v0.8.0 |
523 | 2024-09-11T21:16:20.039Z | Downloaded lru v0.12.3 |
524 | 2024-09-11T21:16:20.041Z | Downloaded lazy_static v1.5.0 |
525 | 2024-09-11T21:16:20.041Z | Downloaded base16ct v0.2.0 |
526 | 2024-09-11T21:16:20.044Z | Downloaded inout v0.1.3 |
527 | 2024-09-11T21:16:20.046Z | Downloaded memoffset v0.9.1 |
528 | 2024-09-11T21:16:20.046Z | Downloaded maybe-uninit v2.0.0 |
529 | 2024-09-11T21:16:20.049Z | Downloaded keccak v0.1.5 |
530 | 2024-09-11T21:16:20.049Z | Downloaded assert_matches v1.5.0 |
531 | 2024-09-11T21:16:20.051Z | Downloaded hubpack v0.1.2 |
532 | 2024-09-11T21:16:20.054Z | Downloaded curve25519-dalek-derive v0.1.1 |
533 | 2024-09-11T21:16:20.054Z | Downloaded hubpack_derive v0.1.1 |
534 | 2024-09-11T21:16:20.057Z | Downloaded http-range v0.1.5 |
535 | 2024-09-11T21:16:20.057Z | Downloaded ctr v0.9.2 |
536 | 2024-09-11T21:16:20.059Z | Downloaded crc v3.2.1 |
537 | 2024-09-11T21:16:20.063Z | Downloaded num-derive v0.4.2 |
538 | 2024-09-11T21:16:20.065Z | Downloaded nanorand v0.7.0 |
539 | 2024-09-11T21:16:20.065Z | Downloaded atty v0.2.14 |
540 | 2024-09-11T21:16:20.068Z | Downloaded cstr-argument v0.1.2 |
541 | 2024-09-11T21:16:20.068Z | Downloaded libloading v0.8.3 |
542 | 2024-09-11T21:16:20.071Z | Downloaded indent_write v2.2.0 |
543 | 2024-09-11T21:16:20.074Z | Downloaded rpassword v7.3.1 |
544 | 2024-09-11T21:16:20.077Z | Downloaded nibble_vec v0.1.0 |
545 | 2024-09-11T21:16:20.077Z | Downloaded mime_guess v2.0.4 |
546 | 2024-09-11T21:16:20.080Z | Downloaded ciborium-ll v0.2.2 |
547 | 2024-09-11T21:16:20.080Z | Downloaded multer v3.1.0 |
548 | 2024-09-11T21:16:20.084Z | Downloaded buf-list v1.0.3 |
549 | 2024-09-11T21:16:20.086Z | Downloaded arrayvec v0.7.4 |
550 | 2024-09-11T21:16:20.089Z | Downloaded array-init v0.0.4 |
551 | 2024-09-11T21:16:20.089Z | Downloaded cfg_aliases v0.2.1 |
552 | 2024-09-11T21:16:20.092Z | Downloaded colored v2.1.0 |
553 | 2024-09-11T21:16:20.103Z | Downloaded cassowary v0.3.0 |
554 | 2024-09-11T21:16:20.104Z | Downloaded russh-cryptovec v0.7.2 |
555 | 2024-09-11T21:16:20.104Z | Downloaded constant_time_eq v0.3.0 |
556 | 2024-09-11T21:16:20.104Z | Downloaded newtype_derive v0.1.6 |
557 | 2024-09-11T21:16:20.104Z | Downloaded crossbeam-deque v0.8.5 |
558 | 2024-09-11T21:16:20.108Z | Downloaded bcrypt-pbkdf v0.10.0 |
559 | 2024-09-11T21:16:20.108Z | Downloaded newline-converter v0.3.0 |
560 | 2024-09-11T21:16:20.108Z | Downloaded normalize-line-endings v0.3.0 |
561 | 2024-09-11T21:16:20.108Z | Downloaded nodrop v0.1.14 |
562 | 2024-09-11T21:16:20.108Z | Downloaded matches v0.1.10 |
563 | 2024-09-11T21:16:20.108Z | Downloaded newtype-uuid v1.1.0 |
564 | 2024-09-11T21:16:20.108Z | Downloaded async-trait v0.1.82 |
565 | 2024-09-11T21:16:20.112Z | Downloaded is_ci v1.2.0 |
566 | 2024-09-11T21:16:20.115Z | Downloaded rusty-fork v0.3.0 |
567 | 2024-09-11T21:16:20.117Z | Downloaded nu-ansi-term v0.50.0 |
568 | 2024-09-11T21:16:20.117Z | Downloaded httpdate v1.0.3 |
569 | 2024-09-11T21:16:20.120Z | Downloaded cexpr v0.6.0 |
570 | 2024-09-11T21:16:20.122Z | Downloaded miniz_oxide v0.7.2 |
571 | 2024-09-11T21:16:20.125Z | Downloaded atomic-waker v1.1.2 |
572 | 2024-09-11T21:16:20.125Z | Downloaded bitflags v1.3.2 |
573 | 2024-09-11T21:16:20.128Z | Downloaded async-recursion v1.1.1 |
574 | 2024-09-11T21:16:20.131Z | Downloaded take_mut v0.2.2 |
575 | 2024-09-11T21:16:20.134Z | Downloaded structmeta-derive v0.2.0 |
576 | 2024-09-11T21:16:20.134Z | Downloaded serde_urlencoded v0.7.1 |
577 | 2024-09-11T21:16:20.136Z | Downloaded const-oid v0.9.6 |
578 | 2024-09-11T21:16:20.139Z | Downloaded universal-hash v0.5.1 |
579 | 2024-09-11T21:16:20.141Z | Downloaded serde_repr v0.1.19 |
580 | 2024-09-11T21:16:20.144Z | Downloaded async-bb8-diesel v0.2.1 |
581 | 2024-09-11T21:16:20.147Z | Downloaded arrayref v0.3.7 |
582 | 2024-09-11T21:16:20.147Z | Downloaded crossbeam-epoch v0.9.18 |
583 | 2024-09-11T21:16:20.149Z | Downloaded instability v0.3.2 |
584 | 2024-09-11T21:16:20.151Z | Downloaded lru-cache v0.1.2 |
585 | 2024-09-11T21:16:20.151Z | Downloaded lazycell v1.3.0 |
586 | 2024-09-11T21:16:20.154Z | Downloaded lalrpop-util v0.19.12 |
587 | 2024-09-11T21:16:20.154Z | Downloaded cookie v0.18.1 |
588 | 2024-09-11T21:16:20.156Z | Downloaded libsw v3.3.1 |
589 | 2024-09-11T21:16:20.159Z | Downloaded fxhash v0.2.1 |
590 | 2024-09-11T21:16:20.162Z | Downloaded arc-swap v1.7.1 |
591 | 2024-09-11T21:16:20.164Z | Downloaded downcast v0.11.0 |
592 | 2024-09-11T21:16:20.167Z | Downloaded rustc_version v0.1.7 |
593 | 2024-09-11T21:16:20.167Z | Downloaded num-iter v0.1.45 |
594 | 2024-09-11T21:16:20.169Z | Downloaded md-5 v0.10.6 |
595 | 2024-09-11T21:16:20.169Z | Downloaded ciborium v0.2.2 |
596 | 2024-09-11T21:16:20.172Z | Downloaded base64ct v1.6.0 |
597 | 2024-09-11T21:16:20.174Z | Downloaded foreign-types-shared v0.1.1 |
598 | 2024-09-11T21:16:20.177Z | Downloaded num_threads v0.1.7 |
599 | 2024-09-11T21:16:20.177Z | Downloaded console v0.15.8 |
600 | 2024-09-11T21:16:20.181Z | Downloaded bzip2 v0.4.4 |
601 | 2024-09-11T21:16:20.184Z | Downloaded shlex v1.3.0 |
602 | 2024-09-11T21:16:20.186Z | Downloaded serde-big-array v0.5.1 |
603 | 2024-09-11T21:16:20.186Z | Downloaded cookie_store v0.20.0 |
604 | 2024-09-11T21:16:20.189Z | Downloaded num-traits v0.2.19 |
605 | 2024-09-11T21:16:20.191Z | Downloaded peg-runtime v0.8.3 |
606 | 2024-09-11T21:16:20.191Z | Downloaded mockall_derive v0.13.0 |
607 | 2024-09-11T21:16:20.194Z | Downloaded bcs v0.1.6 |
608 | 2024-09-11T21:16:20.196Z | Downloaded ssh-cipher v0.2.0 |
609 | 2024-09-11T21:16:20.199Z | Downloaded tap v1.0.1 |
610 | 2024-09-11T21:16:20.199Z | Downloaded csv-core v0.1.11 |
611 | 2024-09-11T21:16:20.201Z | Downloaded slab v0.4.9 |
612 | 2024-09-11T21:16:20.203Z | Downloaded tabwriter v1.4.0 |
613 | 2024-09-11T21:16:20.203Z | Downloaded supports-color v3.0.0 |
614 | 2024-09-11T21:16:20.206Z | Downloaded subtle v2.5.0 |
615 | 2024-09-11T21:16:20.206Z | Downloaded hmac v0.12.1 |
616 | 2024-09-11T21:16:20.208Z | Downloaded compact_str v0.8.0 |
617 | 2024-09-11T21:16:20.212Z | Downloaded zeroize_derive v1.4.2 |
618 | 2024-09-11T21:16:20.214Z | Downloaded linear-map v1.2.0 |
619 | 2024-09-11T21:16:20.216Z | Downloaded precomputed-hash v0.1.1 |
620 | 2024-09-11T21:16:20.216Z | Downloaded crc-any v2.5.0 |
621 | 2024-09-11T21:16:20.220Z | Downloaded rustls-pemfile v2.1.3 |
622 | 2024-09-11T21:16:20.222Z | Downloaded whoami v1.5.1 |
623 | 2024-09-11T21:16:20.225Z | Downloaded snafu-derive v0.8.2 |
624 | 2024-09-11T21:16:20.225Z | Downloaded dirs-sys-next v0.1.2 |
625 | 2024-09-11T21:16:20.227Z | Downloaded defmt v0.3.8 |
626 | 2024-09-11T21:16:20.229Z | Downloaded num v0.4.3 |
627 | 2024-09-11T21:16:20.231Z | Downloaded enum-as-inner v0.5.1 |
628 | 2024-09-11T21:16:20.235Z | Downloaded termtree v0.4.1 |
629 | 2024-09-11T21:16:20.235Z | Downloaded futures-executor v0.3.30 |
630 | 2024-09-11T21:16:20.239Z | Downloaded native-tls v0.2.11 |
631 | 2024-09-11T21:16:20.241Z | Downloaded num_enum_derive v0.5.11 |
632 | 2024-09-11T21:16:20.241Z | Downloaded num_enum v0.5.11 |
633 | 2024-09-11T21:16:20.244Z | Downloaded crc32fast v1.4.0 |
634 | 2024-09-11T21:16:20.247Z | Downloaded ahash v0.8.11 |
635 | 2024-09-11T21:16:20.250Z | Downloaded hash32 v0.3.1 |
636 | 2024-09-11T21:16:20.253Z | Downloaded strum_macros v0.26.4 |
637 | 2024-09-11T21:16:20.254Z | Downloaded cookie v0.17.0 |
638 | 2024-09-11T21:16:20.257Z | Downloaded indicatif v0.17.8 |
639 | 2024-09-11T21:16:20.260Z | Downloaded predicates v3.1.2 |
640 | 2024-09-11T21:16:20.263Z | Downloaded tracing-attributes v0.1.27 |
641 | 2024-09-11T21:16:20.266Z | Downloaded untrusted v0.7.1 |
642 | 2024-09-11T21:16:20.268Z | Downloaded addr2line v0.21.0 |
643 | 2024-09-11T21:16:20.272Z | Downloaded gethostname v0.5.0 |
644 | 2024-09-11T21:16:20.274Z | Downloaded darling_macro v0.20.9 |
645 | 2024-09-11T21:16:20.274Z | Downloaded rand_chacha v0.3.1 |
646 | 2024-09-11T21:16:20.274Z | Downloaded cc v1.0.97 |
647 | 2024-09-11T21:16:20.277Z | Downloaded chacha20poly1305 v0.10.1 |
648 | 2024-09-11T21:16:20.279Z | Downloaded rand_seeder v0.3.0 |
649 | 2024-09-11T21:16:20.283Z | Downloaded rand_core v0.6.4 |
650 | 2024-09-11T21:16:20.286Z | Downloaded term v0.7.0 |
651 | 2024-09-11T21:16:20.286Z | Downloaded parse-size v1.0.0 |
652 | 2024-09-11T21:16:20.288Z | Downloaded number_prefix v0.4.0 |
653 | 2024-09-11T21:16:20.288Z | Downloaded same-file v1.0.6 |
654 | 2024-09-11T21:16:20.290Z | Downloaded sha1 v0.10.6 |
655 | 2024-09-11T21:16:20.293Z | Downloaded fixedbitset v0.4.2 |
656 | 2024-09-11T21:16:20.293Z | Downloaded thiserror-impl-no-std v2.0.2 |
657 | 2024-09-11T21:16:20.296Z | Downloaded stable_deref_trait v1.2.0 |
658 | 2024-09-11T21:16:20.296Z | Downloaded slog-dtrace v0.3.0 |
659 | 2024-09-11T21:16:20.298Z | Downloaded slog-bunyan v2.5.0 |
660 | 2024-09-11T21:16:20.301Z | Downloaded rustls-pemfile v1.0.4 |
661 | 2024-09-11T21:16:20.310Z | Downloaded base64 v0.13.1 |
662 | 2024-09-11T21:16:20.313Z | Downloaded psl-types v2.0.11 |
663 | 2024-09-11T21:16:20.316Z | Downloaded pin-project-internal v1.1.5 |
664 | 2024-09-11T21:16:20.318Z | Downloaded mio v0.8.11 |
665 | 2024-09-11T21:16:20.323Z | Downloaded static_assertions v1.1.0 |
666 | 2024-09-11T21:16:20.325Z | Downloaded base64 v0.22.1 |
667 | 2024-09-11T21:16:20.329Z | Downloaded path-slash v0.1.5 |
668 | 2024-09-11T21:16:20.331Z | Downloaded sigpipe v0.1.3 |
669 | 2024-09-11T21:16:20.331Z | Downloaded ff v0.13.0 |
670 | 2024-09-11T21:16:20.334Z | Downloaded thiserror-no-std v2.0.2 |
671 | 2024-09-11T21:16:20.337Z | Downloaded twox-hash v1.6.3 |
672 | 2024-09-11T21:16:20.339Z | Downloaded signal-hook v0.3.17 |
673 | 2024-09-11T21:16:20.343Z | Downloaded tower-service v0.3.2 |
674 | 2024-09-11T21:16:20.349Z | Downloaded try-lock v0.2.5 |
675 | 2024-09-11T21:16:20.349Z | Downloaded diesel_table_macro_syntax v0.2.0 |
676 | 2024-09-11T21:16:20.349Z | Downloaded const_format v0.2.32 |
677 | 2024-09-11T21:16:20.352Z | Downloaded dhcproto-macros v0.1.0 |
678 | 2024-09-11T21:16:20.354Z | Downloaded hostname v0.4.0 |
679 | 2024-09-11T21:16:20.354Z | Downloaded hostname v0.3.1 |
680 | 2024-09-11T21:16:20.358Z | Downloaded polyval v0.6.2 |
681 | 2024-09-11T21:16:20.361Z | Downloaded dsl_auto_type v0.1.2 |
682 | 2024-09-11T21:16:20.361Z | Downloaded ppv-lite86 v0.2.17 |
683 | 2024-09-11T21:16:20.361Z | Downloaded miniz_oxide v0.8.0 |
684 | 2024-09-11T21:16:20.364Z | Downloaded indexmap v1.9.3 |
685 | 2024-09-11T21:16:20.367Z | Downloaded backtrace v0.3.71 |
686 | 2024-09-11T21:16:20.374Z | Downloaded parking_lot v0.12.2 |
687 | 2024-09-11T21:16:20.377Z | Downloaded difflib v0.4.0 |
688 | 2024-09-11T21:16:20.377Z | Downloaded serde_plain v1.0.2 |
689 | 2024-09-11T21:16:20.379Z | Downloaded scheduled-thread-pool v0.2.7 |
690 | 2024-09-11T21:16:20.380Z | Downloaded serde_derive_internals v0.29.1 |
691 | 2024-09-11T21:16:20.382Z | Downloaded tar v0.4.41 |
692 | 2024-09-11T21:16:20.385Z | Downloaded rustc_version v0.4.0 |
693 | 2024-09-11T21:16:20.385Z | Downloaded pbkdf2 v0.11.0 |
694 | 2024-09-11T21:16:20.388Z | Downloaded num-bigint v0.4.5 |
695 | 2024-09-11T21:16:20.392Z | Downloaded env_logger v0.10.2 |
696 | 2024-09-11T21:16:20.396Z | Downloaded sqlformat v0.2.4 |
697 | 2024-09-11T21:16:20.398Z | Downloaded phf_shared v0.10.0 |
698 | 2024-09-11T21:16:20.401Z | Downloaded glob v0.3.1 |
699 | 2024-09-11T21:16:20.401Z | Downloaded want v0.3.1 |
700 | 2024-09-11T21:16:20.404Z | Downloaded secrecy v0.8.0 |
701 | 2024-09-11T21:16:20.404Z | Downloaded tokio-rustls v0.24.1 |
702 | 2024-09-11T21:16:20.406Z | Downloaded funty v2.0.0 |
703 | 2024-09-11T21:16:20.409Z | Downloaded vsss-rs v3.3.4 |
704 | 2024-09-11T21:16:20.413Z | Downloaded ron v0.7.1 |
705 | 2024-09-11T21:16:20.415Z | Downloaded strum v0.26.3 |
706 | 2024-09-11T21:16:20.418Z | Downloaded form_urlencoded v1.2.1 |
707 | 2024-09-11T21:16:20.418Z | Downloaded postcard v1.0.8 |
708 | 2024-09-11T21:16:20.420Z | Downloaded password-hash v0.5.0 |
709 | 2024-09-11T21:16:20.424Z | Downloaded unicode-xid v0.2.4 |
710 | 2024-09-11T21:16:20.424Z | Downloaded unsafe-libyaml v0.2.11 |
711 | 2024-09-11T21:16:20.427Z | Downloaded tracing-core v0.1.32 |
712 | 2024-09-11T21:16:20.430Z | Downloaded ref-cast v1.0.23 |
713 | 2024-09-11T21:16:20.434Z | Downloaded data-encoding v2.6.0 |
714 | 2024-09-11T21:16:20.437Z | Downloaded olpc-cjson v0.1.3 |
715 | 2024-09-11T21:16:20.437Z | Downloaded pin-project v1.1.5 |
716 | 2024-09-11T21:16:20.448Z | Downloaded home v0.5.9 |
717 | 2024-09-11T21:16:20.450Z | Downloaded oso-derive v0.27.3 |
718 | 2024-09-11T21:16:20.450Z | Downloaded openssl-probe v0.1.5 |
719 | 2024-09-11T21:16:20.453Z | Downloaded openssl-macros v0.1.1 |
720 | 2024-09-11T21:16:20.453Z | Downloaded phf v0.11.2 |
721 | 2024-09-11T21:16:20.455Z | Downloaded dyn-clone v1.0.17 |
722 | 2024-09-11T21:16:20.455Z | Downloaded globset v0.4.14 |
723 | 2024-09-11T21:16:20.458Z | Downloaded rustls-pki-types v1.7.0 |
724 | 2024-09-11T21:16:20.460Z | Downloaded itertools v0.10.5 |
725 | 2024-09-11T21:16:20.466Z | Downloaded fatfs v0.3.6 |
726 | 2024-09-11T21:16:20.469Z | Downloaded structmeta-derive v0.3.0 |
727 | 2024-09-11T21:16:20.472Z | Downloaded uuid v1.10.0 |
728 | 2024-09-11T21:16:20.475Z | Downloaded structmeta v0.3.0 |
729 | 2024-09-11T21:16:20.477Z | Downloaded walkdir v2.5.0 |
730 | 2024-09-11T21:16:20.480Z | Downloaded salsa20 v0.10.2 |
731 | 2024-09-11T21:16:20.480Z | Downloaded zeroize v1.7.0 |
732 | 2024-09-11T21:16:20.483Z | Downloaded tls_codec_derive v0.4.1 |
733 | 2024-09-11T21:16:20.483Z | Downloaded tls_codec v0.4.1 |
734 | 2024-09-11T21:16:20.487Z | Downloaded vergen v8.3.2 |
735 | 2024-09-11T21:16:20.489Z | Downloaded ron v0.8.1 |
736 | 2024-09-11T21:16:20.494Z | Downloaded openssl-sys v0.9.103 |
737 | 2024-09-11T21:16:20.499Z | Downloaded dirs-next v2.0.0 |
738 | 2024-09-11T21:16:20.501Z | Downloaded futures-io v0.3.30 |
739 | 2024-09-11T21:16:20.503Z | Downloaded mio v1.0.2 |
740 | 2024-09-11T21:16:20.509Z | Downloaded hickory-client v0.24.1 |
741 | 2024-09-11T21:16:20.512Z | Downloaded float-cmp v0.9.0 |
742 | 2024-09-11T21:16:20.514Z | Downloaded toolchain_find v0.4.0 |
743 | 2024-09-11T21:16:20.514Z | Downloaded proc-macro-crate v1.3.1 |
744 | 2024-09-11T21:16:20.517Z | Downloaded similar v2.6.0 |
745 | 2024-09-11T21:16:20.521Z | Downloaded num-bigint-dig v0.8.4 |
746 | 2024-09-11T21:16:20.526Z | Downloaded opaque-debug v0.3.1 |
747 | 2024-09-11T21:16:20.529Z | Downloaded float-ord v0.3.2 |
748 | 2024-09-11T21:16:20.529Z | Downloaded rustc-hash v1.1.0 |
749 | 2024-09-11T21:16:20.531Z | Downloaded siphasher v0.3.11 |
750 | 2024-09-11T21:16:20.534Z | Downloaded tokio-rustls v0.25.0 |
751 | 2024-09-11T21:16:20.534Z | Downloaded tungstenite v0.21.0 |
752 | 2024-09-11T21:16:20.537Z | Downloaded pin-utils v0.1.0 |
753 | 2024-09-11T21:16:20.540Z | Downloaded pretty-hex v0.2.1 |
754 | 2024-09-11T21:16:20.542Z | Downloaded tungstenite v0.23.0 |
755 | 2024-09-11T21:16:20.545Z | Downloaded peg-macros v0.8.4 |
756 | 2024-09-11T21:16:20.547Z | Downloaded termcolor v1.4.1 |
757 | 2024-09-11T21:16:20.550Z | Downloaded tokio-tungstenite v0.23.1 |
758 | 2024-09-11T21:16:20.552Z | Downloaded tokio-tungstenite v0.21.0 |
759 | 2024-09-11T21:16:20.555Z | Downloaded half v2.4.1 |
760 | 2024-09-11T21:16:20.557Z | Downloaded hashbrown v0.12.3 |
761 | 2024-09-11T21:16:20.560Z | Downloaded foreign-types-shared v0.3.1 |
762 | 2024-09-11T21:16:20.572Z | Downloaded des v0.8.1 |
763 | 2024-09-11T21:16:20.575Z | Downloaded tinyvec_macros v0.1.1 |
764 | 2024-09-11T21:16:20.575Z | Downloaded unarray v0.1.4 |
765 | 2024-09-11T21:16:20.575Z | Downloaded omicron-zone-package v0.11.0 |
766 | 2024-09-11T21:16:20.575Z | Downloaded time-core v0.1.2 |
767 | 2024-09-11T21:16:20.575Z | Downloaded ghash v0.5.1 |
768 | 2024-09-11T21:16:20.575Z | Downloaded rcgen v0.12.1 |
769 | 2024-09-11T21:16:20.575Z | Downloaded aes v0.8.4 |
770 | 2024-09-11T21:16:20.578Z | Downloaded ed25519 v2.2.3 |
771 | 2024-09-11T21:16:20.581Z | Downloaded diff v0.1.13 |
772 | 2024-09-11T21:16:20.583Z | Downloaded portpicker v0.1.1 |
773 | 2024-09-11T21:16:20.586Z | Downloaded hashbrown v0.13.2 |
774 | 2024-09-11T21:16:20.589Z | Downloaded minimal-lexical v0.2.1 |
775 | 2024-09-11T21:16:20.593Z | Downloaded zone_cfg_derive v0.1.2 |
776 | 2024-09-11T21:16:20.596Z | Downloaded zone_cfg_derive v0.3.0 |
777 | 2024-09-11T21:16:20.596Z | Downloaded diesel_derives v2.2.2 |
778 | 2024-09-11T21:16:20.600Z | Downloaded smf v0.2.3 |
779 | 2024-09-11T21:16:20.602Z | Downloaded scopeguard v1.2.0 |
780 | 2024-09-11T21:16:20.605Z | Downloaded schemars_derive v0.8.21 |
781 | 2024-09-11T21:16:20.605Z | Downloaded tokio-stream v0.1.15 |
782 | 2024-09-11T21:16:20.609Z | Downloaded slog-scope v4.4.0 |
783 | 2024-09-11T21:16:20.611Z | Downloaded hex v0.4.3 |
784 | 2024-09-11T21:16:20.614Z | Downloaded foreign-types v0.5.0 |
785 | 2024-09-11T21:16:20.614Z | Downloaded defmt-macros v0.3.9 |
786 | 2024-09-11T21:16:20.617Z | Downloaded smallvec v0.6.14 |
787 | 2024-09-11T21:16:20.620Z | Downloaded heck v0.3.3 |
788 | 2024-09-11T21:16:20.620Z | Downloaded deranged v0.3.11 |
789 | 2024-09-11T21:16:20.623Z | Downloaded defmt-parser v0.3.4 |
790 | 2024-09-11T21:16:20.623Z | Downloaded topological-sort v0.2.2 |
791 | 2024-09-11T21:16:20.625Z | Downloaded time-macros v0.2.18 |
792 | 2024-09-11T21:16:20.628Z | Downloaded rayon-core v1.12.1 |
793 | 2024-09-11T21:16:20.633Z | Downloaded endian-type v0.1.2 |
794 | 2024-09-11T21:16:20.633Z | Downloaded der v0.7.9 |
795 | 2024-09-11T21:16:20.636Z | Downloaded percent-encoding v2.3.1 |
796 | 2024-09-11T21:16:20.639Z | Downloaded pkg-config v0.3.30 |
797 | 2024-09-11T21:16:20.641Z | Downloaded poly1305 v0.8.0 |
798 | 2024-09-11T21:16:20.643Z | Downloaded pem v3.0.4 |
799 | 2024-09-11T21:16:20.643Z | Downloaded foreign-types v0.3.2 |
800 | 2024-09-11T21:16:20.646Z | Downloaded highway v1.2.0 |
801 | 2024-09-11T21:16:20.648Z | Downloaded crossterm v0.28.1 |
802 | 2024-09-11T21:16:20.653Z | Downloaded getrandom v0.2.14 |
803 | 2024-09-11T21:16:20.656Z | Downloaded futures-channel v0.3.30 |
804 | 2024-09-11T21:16:20.659Z | Downloaded unicase v2.7.0 |
805 | 2024-09-11T21:16:20.661Z | Downloaded headers-core v0.2.0 |
806 | 2024-09-11T21:16:20.661Z | Downloaded futures-sink v0.3.30 |
807 | 2024-09-11T21:16:20.664Z | Downloaded tui-tree-widget v0.22.0 |
808 | 2024-09-11T21:16:20.664Z | Downloaded samael v0.0.15 |
809 | 2024-09-11T21:16:20.669Z | Downloaded zone v0.1.8 |
810 | 2024-09-11T21:16:20.671Z | Downloaded signal-hook-mio v0.2.4 |
811 | 2024-09-11T21:16:20.672Z | Downloaded rustversion v1.0.17 |
812 | 2024-09-11T21:16:20.674Z | Downloaded libxml v0.3.3 |
813 | 2024-09-11T21:16:20.680Z | Downloaded serde-hex v0.1.0 |
814 | 2024-09-11T21:16:20.682Z | Downloaded wyz v0.5.1 |
815 | 2024-09-11T21:16:20.685Z | Downloaded hash32 v0.2.1 |
816 | 2024-09-11T21:16:20.685Z | Downloaded itertools v0.12.1 |
817 | 2024-09-11T21:16:20.692Z | Downloaded semver v0.1.20 |
818 | 2024-09-11T21:16:20.695Z | Downloaded rtoolbox v0.0.2 |
819 | 2024-09-11T21:16:20.695Z | Downloaded getopts v0.2.21 |
820 | 2024-09-11T21:16:20.697Z | Downloaded thread_local v1.1.8 |
821 | 2024-09-11T21:16:20.697Z | Downloaded parse-display-derive v0.10.0 |
822 | 2024-09-11T21:16:20.700Z | Downloaded erased-serde v0.3.31 |
823 | 2024-09-11T21:16:20.702Z | Downloaded termios v0.3.3 |
824 | 2024-09-11T21:16:20.702Z | Downloaded strum_macros v0.25.3 |
825 | 2024-09-11T21:16:20.704Z | Downloaded pem-rfc7468 v0.7.0 |
826 | 2024-09-11T21:16:20.707Z | Downloaded pin-project-lite v0.2.14 |
827 | 2024-09-11T21:16:20.711Z | Downloaded postgres-types v0.2.7 |
828 | 2024-09-11T21:16:20.714Z | Downloaded radium v0.7.0 |
829 | 2024-09-11T21:16:20.716Z | Downloaded rand_xorshift v0.3.0 |
830 | 2024-09-11T21:16:20.716Z | Downloaded pkcs5 v0.7.1 |
831 | 2024-09-11T21:16:20.720Z | Downloaded prettyplease v0.2.20 |
832 | 2024-09-11T21:16:20.723Z | Downloaded vte_generate_state_changes v0.1.1 |
833 | 2024-09-11T21:16:20.727Z | Downloaded signal-hook-tokio v0.3.1 |
834 | 2024-09-11T21:16:20.727Z | Downloaded parse-display v0.10.0 |
835 | 2024-09-11T21:16:20.729Z | Downloaded strip-ansi-escapes v0.2.0 |
836 | 2024-09-11T21:16:20.729Z | Downloaded yasna v0.5.2 |
837 | 2024-09-11T21:16:20.732Z | Downloaded futures-task v0.3.30 |
838 | 2024-09-11T21:16:20.732Z | Downloaded which v4.4.2 |
839 | 2024-09-11T21:16:20.735Z | Downloaded parking_lot_core v0.8.6 |
840 | 2024-09-11T21:16:20.737Z | Downloaded predicates-tree v1.0.9 |
841 | 2024-09-11T21:16:20.737Z | Downloaded peg v0.8.4 |
842 | 2024-09-11T21:16:20.740Z | Downloaded flagset v0.4.5 |
843 | 2024-09-11T21:16:20.742Z | Downloaded darling_core v0.20.9 |
844 | 2024-09-11T21:16:20.747Z | Downloaded blake3 v1.5.1 |
845 | 2024-09-11T21:16:20.754Z | Downloaded pbkdf2 v0.12.2 |
846 | 2024-09-11T21:16:20.756Z | Downloaded scrypt v0.11.0 |
847 | 2024-09-11T21:16:20.759Z | Downloaded hex-literal v0.4.1 |
848 | 2024-09-11T21:16:20.759Z | Downloaded xattr v1.3.1 |
849 | 2024-09-11T21:16:20.762Z | Downloaded ena v0.14.3 |
850 | 2024-09-11T21:16:20.762Z | Downloaded futures-core v0.3.30 |
851 | 2024-09-11T21:16:20.764Z | Downloaded smallvec v1.13.2 |
852 | 2024-09-11T21:16:20.768Z | Downloaded tinyvec v1.6.0 |
853 | 2024-09-11T21:16:20.770Z | Downloaded unicode-bidi v0.3.15 |
854 | 2024-09-11T21:16:20.770Z | Downloaded strum_macros v0.24.3 |
855 | 2024-09-11T21:16:20.773Z | Downloaded spin v0.5.2 |
856 | 2024-09-11T21:16:20.775Z | Downloaded fallible-iterator v0.2.0 |
857 | 2024-09-11T21:16:20.775Z | Downloaded signature v2.2.0 |
858 | 2024-09-11T21:16:20.778Z | Downloaded zerocopy v0.6.6 |
859 | 2024-09-11T21:16:20.780Z | Downloaded tokio-postgres v0.7.11 |
860 | 2024-09-11T21:16:20.784Z | Downloaded structmeta v0.2.0 |
861 | 2024-09-11T21:16:20.787Z | Downloaded sec1 v0.7.3 |
862 | 2024-09-11T21:16:20.789Z | Downloaded stringprep v0.1.4 |
863 | 2024-09-11T21:16:20.790Z | Downloaded ssh-key v0.6.6 |
864 | 2024-09-11T21:16:20.795Z | Downloaded filetime v0.2.25 |
865 | 2024-09-11T21:16:20.798Z | Downloaded packed_struct v0.10.1 |
866 | 2024-09-11T21:16:20.800Z | Downloaded dhcproto v0.12.0 |
867 | 2024-09-11T21:16:20.803Z | Downloaded derive_more v0.99.18 |
868 | 2024-09-11T21:16:20.807Z | Downloaded chrono v0.4.38 |
869 | 2024-09-11T21:16:20.814Z | Downloaded owo-colors v4.0.0 |
870 | 2024-09-11T21:16:20.817Z | Downloaded fallible-iterator v0.3.0 |
871 | 2024-09-11T21:16:20.820Z | Downloaded hickory-server v0.24.1 |
872 | 2024-09-11T21:16:20.823Z | Downloaded derive-where v1.2.7 |
873 | 2024-09-11T21:16:20.827Z | Downloaded vte v0.11.1 |
874 | 2024-09-11T21:16:20.830Z | Downloaded socket2 v0.4.10 |
875 | 2024-09-11T21:16:20.832Z | Downloaded headers v0.3.9 |
876 | 2024-09-11T21:16:20.837Z | Downloaded ecdsa v0.16.9 |
877 | 2024-09-11T21:16:20.841Z | Downloaded typed-path v0.7.1 |
878 | 2024-09-11T21:16:20.845Z | Downloaded flate2 v1.0.33 |
879 | 2024-09-11T21:16:20.851Z | Downloaded ed25519-dalek v2.1.1 |
880 | 2024-09-11T21:16:20.854Z | Downloaded winnow v0.5.40 |
881 | 2024-09-11T21:16:20.865Z | Downloaded bindgen v0.69.4 |
882 | 2024-09-11T21:16:20.870Z | Downloaded signal-hook-registry v1.4.2 |
883 | 2024-09-11T21:16:20.873Z | Downloaded socket2 v0.5.7 |
884 | 2024-09-11T21:16:20.876Z | Downloaded futures-util v0.3.30 |
885 | 2024-09-11T21:16:20.887Z | Downloaded rsa v0.9.6 |
886 | 2024-09-11T21:16:20.891Z | Downloaded p256 v0.13.2 |
887 | 2024-09-11T21:16:20.899Z | Downloaded flume v0.11.0 |
888 | 2024-09-11T21:16:20.902Z | Downloaded url v2.5.2 |
889 | 2024-09-11T21:16:20.902Z | Downloaded schemars v0.8.21 |
890 | 2024-09-11T21:16:20.914Z | Downloaded tungstenite v0.20.1 |
891 | 2024-09-11T21:16:20.917Z | Downloaded parking_lot_core v0.9.10 |
892 | 2024-09-11T21:16:20.920Z | Downloaded hyper v0.14.30 |
893 | 2024-09-11T21:16:20.928Z | Downloaded rusqlite v0.31.0 |
894 | 2024-09-11T21:16:20.935Z | Downloaded bitvec v1.0.1 |
895 | 2024-09-11T21:16:20.949Z | Downloaded hickory-resolver v0.24.1 |
896 | 2024-09-11T21:16:20.953Z | Downloaded unicode-normalization v0.1.23 |
897 | 2024-09-11T21:16:20.958Z | Downloaded time v0.3.36 |
898 | 2024-09-11T21:16:20.964Z | Downloaded h2 v0.3.26 |
899 | 2024-09-11T21:16:20.972Z | Downloaded serde_with v3.9.0 |
900 | 2024-09-11T21:16:20.980Z | Downloaded reedline v0.33.0 |
901 | 2024-09-11T21:16:20.991Z | Downloaded expectorate v1.1.0 |
902 | 2024-09-11T21:16:20.994Z | Downloaded quick-xml v0.31.0 |
903 | 2024-09-11T21:16:20.996Z | Downloaded reqwest v0.11.27 |
904 | 2024-09-11T21:16:21.004Z | Downloaded proptest v1.5.0 |
905 | 2024-09-11T21:16:21.014Z | Downloaded rustyline v14.0.0 |
906 | 2024-09-11T21:16:21.019Z | Downloaded git2 v0.19.0 |
907 | 2024-09-11T21:16:21.027Z | Downloaded curve25519-dalek v4.1.3 |
908 | 2024-09-11T21:16:21.036Z | Downloaded russh v0.45.0 |
909 | 2024-09-11T21:16:21.042Z | Downloaded rustls-webpki v0.101.7 |
910 | 2024-09-11T21:16:21.056Z | Downloaded radix_trie v0.2.1 |
911 | 2024-09-11T21:16:21.061Z | Downloaded hkdf v0.12.4 |
912 | 2024-09-11T21:16:21.064Z | Downloaded gimli v0.28.1 |
913 | 2024-09-11T21:16:21.072Z | Downloaded idna v0.2.3 |
914 | 2024-09-11T21:16:21.079Z | Downloaded object v0.30.4 |
915 | 2024-09-11T21:16:21.088Z | Downloaded vcpkg v0.2.15 |
916 | 2024-09-11T21:16:21.127Z | Downloaded bstr v1.9.1 |
917 | 2024-09-11T21:16:21.138Z | Downloaded p521 v0.13.3 |
918 | 2024-09-11T21:16:21.143Z | Downloaded hickory-proto v0.24.1 |
919 | 2024-09-11T21:16:21.158Z | Downloaded object v0.32.2 |
920 | 2024-09-11T21:16:21.168Z | Downloaded rayon v1.10.0 |
921 | 2024-09-11T21:16:21.177Z | Downloaded openssl v0.10.66 |
922 | 2024-09-11T21:16:21.187Z | Downloaded smoltcp v0.11.0 |
923 | 2024-09-11T21:16:21.200Z | Downloaded rustls-webpki v0.102.4 |
924 | 2024-09-11T21:16:21.218Z | Downloaded trust-dns-proto v0.22.0 |
925 | 2024-09-11T21:16:21.230Z | Downloaded regex v1.10.6 |
926 | 2024-09-11T21:16:21.243Z | Downloaded openapiv3 v2.0.0 |
927 | 2024-09-11T21:16:21.256Z | Downloaded regress v0.9.1 |
928 | 2024-09-11T21:16:21.264Z | Downloaded p384 v0.13.0 |
929 | 2024-09-11T21:16:21.271Z | Downloaded webpki-roots v0.25.4 |
930 | 2024-09-11T21:16:21.274Z | Downloaded smoltcp v0.9.1 |
931 | 2024-09-11T21:16:21.286Z | Downloaded polar-core v0.27.3 |
932 | 2024-09-11T21:16:21.294Z | Downloaded rustls v0.22.4 |
933 | 2024-09-11T21:16:21.308Z | Downloaded diesel v2.2.3 |
934 | 2024-09-11T21:16:21.326Z | Downloaded regex-syntax v0.6.29 |
935 | 2024-09-11T21:16:21.333Z | Downloaded zerocopy-derive v0.6.6 |
936 | 2024-09-11T21:16:21.343Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
937 | 2024-09-11T21:16:21.356Z | Downloaded sled v0.34.7 |
938 | 2024-09-11T21:16:21.367Z | Downloaded regex-syntax v0.8.4 |
939 | 2024-09-11T21:16:21.375Z | Downloaded petgraph v0.6.5 |
940 | 2024-09-11T21:16:21.395Z | Downloaded dropshot v0.10.1 |
941 | 2024-09-11T21:16:21.404Z | Downloaded csv v1.3.0 |
942 | 2024-09-11T21:16:21.425Z | Downloaded sha3 v0.10.8 |
943 | 2024-09-11T21:16:21.429Z | Downloaded nix v0.29.0 |
944 | 2024-09-11T21:16:21.442Z | Downloaded rustls v0.21.12 |
945 | 2024-09-11T21:16:21.453Z | Downloaded ratatui v0.28.0 |
946 | 2024-09-11T21:16:21.472Z | Downloaded idna v0.4.0 |
947 | 2024-09-11T21:16:21.479Z | Downloaded nix v0.28.0 |
948 | 2024-09-11T21:16:21.491Z | Downloaded idna v0.5.0 |
949 | 2024-09-11T21:16:21.497Z | Downloaded nix v0.27.1 |
950 | 2024-09-11T21:16:21.508Z | Downloaded encoding_rs v0.8.34 |
951 | 2024-09-11T21:16:21.530Z | Downloaded finl_unicode v1.2.0 |
952 | 2024-09-11T21:16:21.543Z | Downloaded regex-automata v0.4.6 |
953 | 2024-09-11T21:16:21.560Z | Downloaded tokio v1.39.3 |
954 | 2024-09-11T21:16:21.598Z | Downloaded portable-atomic v1.6.0 |
955 | 2024-09-11T21:16:21.605Z | Downloaded x509-cert v0.2.5 |
956 | 2024-09-11T21:16:21.610Z | Downloaded tough v0.17.1 |
957 | 2024-09-11T21:16:21.618Z | Downloaded tokio-util v0.7.11 |
958 | 2024-09-11T21:16:21.624Z | Downloaded sqlparser v0.45.0 |
959 | 2024-09-11T21:16:21.630Z | Downloaded lalrpop v0.19.12 |
960 | 2024-09-11T21:16:21.642Z | Downloaded idna v0.3.0 |
961 | 2024-09-11T21:16:21.649Z | Downloaded unicode-segmentation v1.11.0 |
962 | 2024-09-11T21:16:21.653Z | Downloaded heapless v0.7.17 |
963 | 2024-09-11T21:16:21.655Z | Downloaded elliptic-curve v0.13.8 |
964 | 2024-09-11T21:16:21.661Z | Downloaded steno v0.4.1 |
965 | 2024-09-11T21:16:21.665Z | Downloaded untrusted v0.9.0 |
966 | 2024-09-11T21:16:21.668Z | Downloaded aho-corasick v1.1.3 |
967 | 2024-09-11T21:16:21.672Z | Downloaded postgres-protocol v0.6.7 |
968 | 2024-09-11T21:16:21.675Z | Downloaded pkcs8 v0.10.2 |
969 | 2024-09-11T21:16:21.678Z | Downloaded heapless v0.8.0 |
970 | 2024-09-11T21:16:21.681Z | Downloaded tiny-keccak v2.0.2 |
971 | 2024-09-11T21:16:21.683Z | Downloaded ref-cast-impl v1.0.23 |
972 | 2024-09-11T21:16:21.686Z | Downloaded powerfmt v0.2.0 |
973 | 2024-09-11T21:16:21.686Z | Downloaded zone v0.3.0 |
974 | 2024-09-11T21:16:21.686Z | Downloaded fallible-streaming-iterator v0.1.9 |
975 | 2024-09-11T21:16:21.688Z | Downloaded russh-keys v0.45.0 |
976 | 2024-09-11T21:16:21.691Z | Downloaded serde_yaml v0.9.34+deprecated |
977 | 2024-09-11T21:16:21.693Z | Downloaded rustc-demangle v0.1.24 |
978 | 2024-09-11T21:16:21.696Z | Downloaded toml_edit v0.19.15 |
979 | 2024-09-11T21:16:21.709Z | Downloaded unicode-truncate v1.0.0 |
980 | 2024-09-11T21:16:21.712Z | Downloaded pkcs1 v0.7.5 |
981 | 2024-09-11T21:16:21.715Z | Downloaded nom v7.1.3 |
982 | 2024-09-11T21:16:21.718Z | Downloaded itertools v0.13.0 |
983 | 2024-09-11T21:16:21.725Z | Downloaded futures v0.3.30 |
984 | 2024-09-11T21:16:21.730Z | Downloaded slog-stdlog v4.1.1 |
985 | 2024-09-11T21:16:21.733Z | Downloaded rand v0.8.5 |
986 | 2024-09-11T21:16:21.736Z | Downloaded libm v0.2.8 |
987 | 2024-09-11T21:16:21.744Z | Downloaded slog-json v2.6.1 |
988 | 2024-09-11T21:16:21.748Z | Downloaded r2d2 v0.8.10 |
989 | 2024-09-11T21:16:21.748Z | Downloaded spin v0.9.8 |
990 | 2024-09-11T21:16:21.752Z | Downloaded publicsuffix v2.2.3 |
991 | 2024-09-11T21:16:21.752Z | Downloaded aes-gcm v0.10.3 |
992 | 2024-09-11T21:16:21.756Z | Downloaded tokio-tungstenite v0.20.1 |
993 | 2024-09-11T21:16:21.760Z | Downloaded rfc6979 v0.4.0 |
994 | 2024-09-11T21:16:21.760Z | Downloaded embedded-io v0.4.0 |
995 | 2024-09-11T21:16:21.760Z | Downloaded serde_with_macros v3.9.0 |
996 | 2024-09-11T21:16:21.763Z | Downloaded primeorder v0.13.6 |
997 | 2024-09-11T21:16:21.763Z | Downloaded futures-macro v0.3.30 |
998 | 2024-09-11T21:16:21.763Z | Downloaded either v1.13.0 |
999 | 2024-09-11T21:16:21.765Z | Downloaded debug-ignore v1.0.5 |
1000 | 2024-09-11T21:16:21.765Z | Downloaded unicode_categories v0.1.1 |
1001 | 2024-09-11T21:16:21.768Z | Downloaded tracing v0.1.40 |
1002 | 2024-09-11T21:16:21.771Z | Downloaded shell-words v1.1.0 |
1003 | 2024-09-11T21:16:21.774Z | Downloaded serde_path_to_error v0.1.16 |
1004 | 2024-09-11T21:16:21.774Z | Downloaded serde_arrays v0.1.0 |
1005 | 2024-09-11T21:16:21.776Z | Downloaded rustfmt-wrapper v0.2.1 |
1006 | 2024-09-11T21:16:21.776Z | Downloaded resolv-conf v0.7.0 |
1007 | 2024-09-11T21:16:21.779Z | Downloaded quick-error v1.2.3 |
1008 | 2024-09-11T21:16:21.779Z | Downloaded predicates-core v1.0.6 |
1009 | 2024-09-11T21:16:21.781Z | Downloaded packed_struct_codegen v0.10.1 |
1010 | 2024-09-11T21:16:21.781Z | Downloaded oso v0.27.3 |
1011 | 2024-09-11T21:16:21.784Z | Downloaded crossterm v0.27.0 |
1012 | 2024-09-11T21:16:21.790Z | Downloaded http v1.1.0 |
1013 | 2024-09-11T21:16:21.794Z | Downloaded ring v0.16.20 |
1014 | 2024-09-11T21:16:21.901Z | Downloaded http v0.2.12 |
1015 | 2024-09-11T21:16:21.907Z | Downloaded toml v0.7.8 |
1016 | 2024-09-11T21:16:21.909Z | Downloaded snafu v0.8.2 |
1017 | 2024-09-11T21:16:21.917Z | Downloaded tokio-native-tls v0.3.1 |
1018 | 2024-09-11T21:16:21.920Z | Downloaded tokio-macros v2.4.0 |
1019 | 2024-09-11T21:16:21.923Z | Downloaded string_cache v0.8.7 |
1020 | 2024-09-11T21:16:21.926Z | Downloaded ssh-encoding v0.2.0 |
1021 | 2024-09-11T21:16:21.926Z | Downloaded zip v0.6.6 |
1022 | 2024-09-11T21:16:21.930Z | Downloaded password-hash v0.4.2 |
1023 | 2024-09-11T21:16:21.933Z | Downloaded test-strategy v0.3.1 |
1024 | 2024-09-11T21:16:21.937Z | Downloaded slog v2.7.0 |
1025 | 2024-09-11T21:16:21.941Z | Downloaded wait-timeout v0.2.0 |
1026 | 2024-09-11T21:16:21.943Z | Downloaded spki v0.7.3 |
1027 | 2024-09-11T21:16:21.946Z | Downloaded group v0.13.0 |
1028 | 2024-09-11T21:16:21.948Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1029 | 2024-09-11T21:16:22.005Z | Downloaded fragile v2.0.0 |
1030 | 2024-09-11T21:16:22.008Z | Downloaded der_derive v0.7.2 |
1031 | 2024-09-11T21:16:22.011Z | Downloaded waitgroup v0.1.2 |
1032 | 2024-09-11T21:16:22.011Z | Downloaded dropshot_endpoint v0.10.1 |
1033 | 2024-09-11T21:16:22.011Z | Downloaded utf-8 v0.7.6 |
1034 | 2024-09-11T21:16:22.013Z | Downloaded fd-lock v4.0.2 |
1035 | 2024-09-11T21:16:22.013Z | Downloaded uzers v0.11.3 |
1036 | 2024-09-11T21:16:22.016Z | Downloaded derive_builder_core v0.20.0 |
1037 | 2024-09-11T21:16:22.018Z | Downloaded derive_builder v0.20.0 |
1038 | 2024-09-11T21:16:22.021Z | Downloaded crypto-bigint v0.5.5 |
1039 | 2024-09-11T21:16:22.028Z | Downloaded sct v0.7.1 |
1040 | 2024-09-11T21:16:22.032Z | Downloaded crossbeam-channel v0.5.12 |
1041 | 2024-09-11T21:16:22.040Z | Downloaded slog-envlogger v2.2.0 |
1042 | 2024-09-11T21:16:22.040Z | Downloaded phf_shared v0.11.2 |
1043 | 2024-09-11T21:16:22.040Z | Downloaded paste v1.0.15 |
1044 | 2024-09-11T21:16:22.044Z | Downloaded parking_lot v0.11.2 |
1045 | 2024-09-11T21:16:22.044Z | Downloaded hashlink v0.9.1 |
1046 | 2024-09-11T21:16:22.047Z | Downloaded subprocess v0.2.9 |
1047 | 2024-09-11T21:16:22.049Z | Downloaded allocator-api2 v0.2.18 |
1048 | 2024-09-11T21:16:22.052Z | Downloaded slog-async v2.8.0 |
1049 | 2024-09-11T21:16:22.052Z | Downloaded env_logger v0.9.3 |
1050 | 2024-09-11T21:16:22.054Z | Downloaded enum-as-inner v0.6.0 |
1051 | 2024-09-11T21:16:22.057Z | Downloaded num-rational v0.4.2 |
1052 | 2024-09-11T21:16:22.057Z | Downloaded num-complex v0.4.6 |
1053 | 2024-09-11T21:16:22.061Z | Downloaded memmap2 v0.9.4 |
1054 | 2024-09-11T21:16:22.063Z | Downloaded foreign-types-macros v0.2.3 |
1055 | 2024-09-11T21:16:22.063Z | Downloaded blowfish v0.9.1 |
1056 | 2024-09-11T21:16:22.063Z | Downloaded lock_api v0.4.12 |
1057 | 2024-09-11T21:16:22.063Z | Downloaded slog-term v2.9.1 |
1058 | 2024-09-11T21:16:22.066Z | Downloaded jobserver v0.1.32 |
1059 | 2024-09-11T21:16:22.069Z | Downloaded iana-time-zone v0.1.60 |
1060 | 2024-09-11T21:16:22.071Z | Downloaded crossbeam-utils v0.8.19 |
1061 | 2024-09-11T21:16:22.074Z | Downloaded clang-sys v1.7.0 |
1062 | 2024-09-11T21:16:22.076Z | Downloaded bytes v1.7.1 |
1063 | 2024-09-11T21:16:22.079Z | Downloaded ascii v1.1.0 |
1064 | 2024-09-11T21:16:22.082Z | Downloaded argon2 v0.5.3 |
1065 | 2024-09-11T21:16:22.082Z | Downloaded derive_builder_macro v0.20.0 |
1066 | 2024-09-11T21:16:22.084Z | Downloaded num-integer v0.1.46 |
1067 | 2024-09-11T21:16:22.084Z | Downloaded mime v0.3.17 |
1068 | 2024-09-11T21:16:22.087Z | Downloaded maplit v1.0.2 |
1069 | 2024-09-11T21:16:22.087Z | Downloaded display-error-chain v0.2.1 |
1070 | 2024-09-11T21:16:22.090Z | Downloaded cbc v0.1.2 |
1071 | 2024-09-11T21:16:22.090Z | Downloaded kstat-rs v0.2.4 |
1072 | 2024-09-11T21:16:22.090Z | Downloaded ipnetwork v0.20.0 |
1073 | 2024-09-11T21:16:22.092Z | Downloaded internet-checksum v0.2.1 |
1074 | 2024-09-11T21:16:22.092Z | Downloaded hyper-staticfile v0.9.5 |
1075 | 2024-09-11T21:16:22.095Z | Downloaded indoc v1.0.9 |
1076 | 2024-09-11T21:16:22.097Z | Downloaded impl-trait-for-tuples v0.2.2 |
1077 | 2024-09-11T21:16:22.100Z | Downloaded cancel-safe-futures v0.1.5 |
1078 | 2024-09-11T21:16:22.103Z | Downloaded adler2 v2.0.0 |
1079 | 2024-09-11T21:16:22.105Z | Downloaded sync_wrapper v0.1.2 |
1080 | 2024-09-11T21:16:22.105Z | Downloaded sqlparser_derive v0.2.2 |
1081 | 2024-09-11T21:16:22.105Z | Downloaded multimap v0.10.0 |
1082 | 2024-09-11T21:16:22.108Z | Downloaded bitfield v0.14.0 |
1083 | 2024-09-11T21:16:22.108Z | Downloaded blake2 v0.10.6 |
1084 | 2024-09-11T21:16:22.110Z | Downloaded bit-set v0.5.3 |
1085 | 2024-09-11T21:16:22.113Z | Downloaded backoff v0.4.0 |
1086 | 2024-09-11T21:16:22.113Z | Downloaded crunchy v0.2.2 |
1087 | 2024-09-11T21:16:22.116Z | Downloaded async-stream-impl v0.3.5 |
1088 | 2024-09-11T21:16:22.116Z | Downloaded mockall v0.13.0 |
1089 | 2024-09-11T21:16:22.116Z | Downloaded linked-hash-map v0.5.6 |
1090 | 2024-09-11T21:16:22.118Z | Downloaded ipnet v2.9.0 |
1091 | 2024-09-11T21:16:22.118Z | Downloaded chacha20 v0.9.1 |
1092 | 2024-09-11T21:16:22.121Z | Downloaded http-body v0.4.6 |
1093 | 2024-09-11T21:16:22.124Z | Downloaded crucible-workspace-hack v0.1.0 |
1094 | 2024-09-11T21:16:22.124Z | Downloaded crc-catalog v2.4.0 |
1095 | 2024-09-11T21:16:22.124Z | Downloaded const_format_proc_macros v0.2.32 |
1096 | 2024-09-11T21:16:22.126Z | Downloaded cipher v0.4.4 |
1097 | 2024-09-11T21:16:22.129Z | Downloaded castaway v0.2.3 |
1098 | 2024-09-11T21:16:22.129Z | Downloaded block-padding v0.3.3 |
1099 | 2024-09-11T21:16:22.132Z | Downloaded bitfield-struct v0.6.1 |
1100 | 2024-09-11T21:16:22.132Z | Downloaded bb8 v0.8.5 |
1101 | 2024-09-11T21:16:22.407Z | Downloaded libz-sys v1.1.16 |
1102 | 2024-09-11T21:16:22.519Z | Downloaded ring v0.17.8 |
1103 | 2024-09-11T21:16:22.626Z | Downloaded libsqlite3-sys v0.28.0 |
1104 | 2024-09-11T21:16:22.794Z | Compiling serde v1.0.208 |
1105 | 2024-09-11T21:16:22.798Z | Compiling typenum v1.17.0 |
1106 | 2024-09-11T21:16:22.799Z | Compiling lock_api v0.4.12 |
1107 | 2024-09-11T21:16:22.799Z | Compiling generic-array v0.14.7 |
1108 | 2024-09-11T21:16:22.959Z | Compiling scopeguard v1.2.0 |
1109 | 2024-09-11T21:16:22.962Z | Compiling log v0.4.21 |
1110 | 2024-09-11T21:16:22.973Z | Compiling syn v2.0.74 |
1111 | 2024-09-11T21:16:22.987Z | Compiling getrandom v0.2.14 |
1112 | 2024-09-11T21:16:23.154Z | Compiling jobserver v0.1.32 |
1113 | 2024-09-11T21:16:23.270Z | Compiling rand_core v0.6.4 |
1114 | 2024-09-11T21:16:23.470Z | Compiling subtle v2.5.0 |
1115 | 2024-09-11T21:16:23.532Z | Compiling cc v1.0.97 |
1116 | 2024-09-11T21:16:23.554Z | Compiling const-oid v0.9.6 |
1117 | 2024-09-11T21:16:23.805Z | Compiling pin-project-lite v0.2.14 |
1118 | 2024-09-11T21:16:23.838Z | Compiling smallvec v1.13.2 |
1119 | 2024-09-11T21:16:23.883Z | Compiling parking_lot_core v0.9.10 |
1120 | 2024-09-11T21:16:23.929Z | Compiling signal-hook-registry v1.4.2 |
1121 | 2024-09-11T21:16:24.152Z | Compiling spin v0.9.8 |
1122 | 2024-09-11T21:16:24.268Z | Compiling mio v1.0.2 |
1123 | 2024-09-11T21:16:24.542Z | Compiling ahash v0.8.11 |
1124 | 2024-09-11T21:16:24.700Z | Compiling tinyvec_macros v0.1.1 |
1125 | 2024-09-11T21:16:24.794Z | Compiling parking_lot v0.12.2 |
1126 | 2024-09-11T21:16:24.965Z | Compiling tinyvec v1.6.0 |
1127 | 2024-09-11T21:16:25.000Z | Compiling socket2 v0.5.7 |
1128 | 2024-09-11T21:16:25.436Z | Compiling serde_json v1.0.125 |
1129 | 2024-09-11T21:16:25.583Z | Compiling cpufeatures v0.2.12 |
1130 | 2024-09-11T21:16:25.681Z | Compiling libm v0.2.8 |
1131 | 2024-09-11T21:16:25.712Z | Compiling futures-core v0.3.30 |
1132 | 2024-09-11T21:16:25.736Z | Compiling futures-sink v0.3.30 |
1133 | 2024-09-11T21:16:25.787Z | Compiling num-traits v0.2.19 |
1134 | 2024-09-11T21:16:25.873Z | Compiling slab v0.4.9 |
1135 | 2024-09-11T21:16:25.937Z | Compiling unicode-bidi v0.3.15 |
1136 | 2024-09-11T21:16:25.994Z | Compiling allocator-api2 v0.2.18 |
1137 | 2024-09-11T21:16:26.287Z | Compiling futures-channel v0.3.30 |
1138 | 2024-09-11T21:16:26.471Z | Compiling unicode-normalization v0.1.23 |
1139 | 2024-09-11T21:16:26.604Z | Compiling pin-utils v0.1.0 |
1140 | 2024-09-11T21:16:26.694Z | Compiling futures-task v0.3.30 |
1141 | 2024-09-11T21:16:26.713Z | Compiling vcpkg v0.2.15 |
1142 | 2024-09-11T21:16:26.750Z | Compiling futures-io v0.3.30 |
1143 | 2024-09-11T21:16:27.089Z | Compiling pkg-config v0.3.30 |
1144 | 2024-09-11T21:16:27.437Z | Compiling base64ct v1.6.0 |
1145 | 2024-09-11T21:16:27.507Z | Compiling percent-encoding v2.3.1 |
1146 | 2024-09-11T21:16:27.578Z | Compiling ring v0.17.8 |
1147 | 2024-09-11T21:16:27.667Z | Compiling flagset v0.4.5 |
1148 | 2024-09-11T21:16:27.883Z | Compiling pem-rfc7468 v0.7.0 |
1149 | 2024-09-11T21:16:27.901Z | Compiling ppv-lite86 v0.2.17 |
1150 | 2024-09-11T21:16:28.046Z | Compiling tracing-core v0.1.32 |
1151 | 2024-09-11T21:16:28.636Z | Compiling rand_chacha v0.3.1 |
1152 | 2024-09-11T21:16:28.652Z | Compiling rustix v0.38.34 |
1153 | 2024-09-11T21:16:28.678Z | Compiling untrusted v0.9.0 |
1154 | 2024-09-11T21:16:28.842Z | Compiling num-conv v0.1.0 |
1155 | 2024-09-11T21:16:28.980Z | Compiling openssl-sys v0.9.103 |
1156 | 2024-09-11T21:16:29.110Z | Compiling rand v0.8.5 |
1157 | 2024-09-11T21:16:29.208Z | Compiling time-core v0.1.2 |
1158 | 2024-09-11T21:16:29.376Z | Compiling openssl v0.10.66 |
1159 | 2024-09-11T21:16:29.420Z | Compiling foreign-types-shared v0.1.1 |
1160 | 2024-09-11T21:16:29.510Z | Compiling httparse v1.8.0 |
1161 | 2024-09-11T21:16:29.530Z | Compiling powerfmt v0.2.0 |
1162 | 2024-09-11T21:16:29.807Z | Compiling rustversion v1.0.17 |
1163 | 2024-09-11T21:16:29.928Z | Compiling deranged v0.3.11 |
1164 | 2024-09-11T21:16:30.013Z | Compiling foreign-types v0.3.2 |
1165 | 2024-09-11T21:16:30.102Z | Compiling time-macros v0.2.18 |
1166 | 2024-09-11T21:16:30.582Z | Compiling form_urlencoded v1.2.1 |
1167 | 2024-09-11T21:16:30.891Z | Compiling aho-corasick v1.1.3 |
1168 | 2024-09-11T21:16:30.910Z | Compiling native-tls v0.2.11 |
1169 | 2024-09-11T21:16:31.042Z | Compiling regex-syntax v0.8.4 |
1170 | 2024-09-11T21:16:31.262Z | Compiling try-lock v0.2.5 |
1171 | 2024-09-11T21:16:31.414Z | Compiling num_threads v0.1.7 |
1172 | 2024-09-11T21:16:31.446Z | Compiling rustls v0.21.12 |
1173 | 2024-09-11T21:16:31.545Z | Compiling siphasher v0.3.11 |
1174 | 2024-09-11T21:16:31.721Z | Compiling syn v1.0.109 |
1175 | 2024-09-11T21:16:31.834Z | Compiling crossbeam-utils v0.8.19 |
1176 | 2024-09-11T21:16:31.964Z | Compiling want v0.3.1 |
1177 | 2024-09-11T21:16:32.518Z | Compiling idna v0.5.0 |
1178 | 2024-09-11T21:16:33.145Z | Compiling cookie v0.17.0 |
1179 | 2024-09-11T21:16:33.306Z | Compiling time v0.3.36 |
1180 | 2024-09-11T21:16:33.412Z | Compiling finl_unicode v1.2.0 |
1181 | 2024-09-11T21:16:33.682Z | Compiling tower-service v0.3.2 |
1182 | 2024-09-11T21:16:33.802Z | Compiling slog v2.7.0 |
1183 | 2024-09-11T21:16:33.944Z | Compiling iana-time-zone v0.1.60 |
1184 | 2024-09-11T21:16:34.007Z | Compiling openssl-probe v0.1.5 |
1185 | 2024-09-11T21:16:34.293Z | Compiling regex-automata v0.4.6 |
1186 | 2024-09-11T21:16:34.341Z | Compiling httpdate v1.0.3 |
1187 | 2024-09-11T21:16:34.435Z | Compiling stringprep v0.1.4 |
1188 | 2024-09-11T21:16:34.903Z | Compiling url v2.5.2 |
1189 | 2024-09-11T21:16:36.792Z | Compiling sct v0.7.1 |
1190 | 2024-09-11T21:16:36.916Z | Compiling rustls-webpki v0.101.7 |
1191 | 2024-09-11T21:16:37.128Z | Compiling serde_derive v1.0.208 |
1192 | 2024-09-11T21:16:37.151Z | Compiling zeroize_derive v1.4.2 |
1193 | 2024-09-11T21:16:37.402Z | Compiling zerocopy-derive v0.7.34 |
1194 | 2024-09-11T21:16:38.353Z | Compiling tokio-macros v2.4.0 |
1195 | 2024-09-11T21:16:38.588Z | Compiling thiserror-impl v1.0.63 |
1196 | 2024-09-11T21:16:38.755Z | Compiling zeroize v1.7.0 |
1197 | 2024-09-11T21:16:38.810Z | Compiling futures-macro v0.3.30 |
1198 | 2024-09-11T21:16:39.763Z | Compiling zerocopy v0.7.34 |
1199 | 2024-09-11T21:16:40.019Z | Compiling der_derive v0.7.2 |
1200 | 2024-09-11T21:16:40.527Z | Compiling crypto-common v0.1.6 |
1201 | 2024-09-11T21:16:40.750Z | Compiling block-buffer v0.10.4 |
1202 | 2024-09-11T21:16:40.802Z | Compiling block-padding v0.3.3 |
1203 | 2024-09-11T21:16:41.016Z | Compiling digest v0.10.7 |
1204 | 2024-09-11T21:16:41.046Z | Compiling inout v0.1.3 |
1205 | 2024-09-11T21:16:41.345Z | Compiling cipher v0.4.4 |
1206 | 2024-09-11T21:16:41.487Z | Compiling hmac v0.12.1 |
1207 | 2024-09-11T21:16:41.742Z | Compiling sha2 v0.10.8 |
1208 | 2024-09-11T21:16:41.881Z | Compiling hashbrown v0.14.5 |
1209 | 2024-09-11T21:16:41.950Z | Compiling thiserror v1.0.63 |
1210 | 2024-09-11T21:16:41.970Z | Compiling futures-util v0.3.30 |
1211 | 2024-09-11T21:16:42.093Z | Compiling pest v2.7.10 |
1212 | 2024-09-11T21:16:42.601Z | Compiling der v0.7.9 |
1213 | 2024-09-11T21:16:43.288Z | Compiling salsa20 v0.10.2 |
1214 | 2024-09-11T21:16:43.509Z | Compiling pbkdf2 v0.12.2 |
1215 | 2024-09-11T21:16:43.671Z | Compiling tracing-attributes v0.1.27 |
1216 | 2024-09-11T21:16:45.113Z | Compiling pest_meta v2.7.10 |
1217 | 2024-09-11T21:16:45.313Z | Compiling scroll_derive v0.12.0 |
1218 | 2024-09-11T21:16:45.951Z | Compiling spki v0.7.3 |
1219 | 2024-09-11T21:16:46.328Z | Compiling scrypt v0.11.0 |
1220 | 2024-09-11T21:16:46.819Z | Compiling scroll v0.12.0 |
1221 | 2024-09-11T21:16:46.937Z | Compiling pest_generator v2.7.10 |
1222 | 2024-09-11T21:16:47.177Z | Compiling cbc v0.1.2 |
1223 | 2024-09-11T21:16:47.392Z | Compiling aes v0.8.4 |
1224 | 2024-09-11T21:16:47.414Z | Compiling goblin v0.8.2 |
1225 | 2024-09-11T21:16:47.536Z | Compiling tracing v0.1.40 |
1226 | 2024-09-11T21:16:48.035Z | Compiling openssl-macros v0.1.1 |
1227 | 2024-09-11T21:16:48.110Z | Compiling md-5 v0.10.6 |
1228 | 2024-09-11T21:16:48.363Z | Compiling pkcs5 v0.7.1 |
1229 | 2024-09-11T21:16:48.893Z | Compiling num-integer v0.1.46 |
1230 | 2024-09-11T21:16:49.577Z | Compiling pkcs8 v0.10.2 |
1231 | 2024-09-11T21:16:49.680Z | Compiling backtrace v0.3.71 |
1232 | 2024-09-11T21:16:50.119Z | Compiling pest_derive v2.7.10 |
1233 | 2024-09-11T21:16:50.196Z | Compiling idna v0.3.0 |
1234 | 2024-09-11T21:16:50.212Z | Compiling lazy_static v1.5.0 |
1235 | 2024-09-11T21:16:50.308Z | Compiling hash32 v0.2.1 |
1236 | 2024-09-11T21:16:50.328Z | Compiling gimli v0.28.1 |
1237 | 2024-09-11T21:16:50.677Z | Compiling num-bigint-dig v0.8.4 |
1238 | 2024-09-11T21:16:50.785Z | Compiling crc32fast v1.4.0 |
1239 | 2024-09-11T21:16:50.943Z | Compiling dtrace-parser v0.2.0 |
1240 | 2024-09-11T21:16:50.967Z | Compiling base64 v0.22.1 |
1241 | 2024-09-11T21:16:51.297Z | Compiling adler v1.0.2 |
1242 | 2024-09-11T21:16:51.522Z | Compiling bytes v1.7.1 |
1243 | 2024-09-11T21:16:51.710Z | Compiling bitflags v2.6.0 |
1244 | 2024-09-11T21:16:51.751Z | Compiling indexmap v2.4.0 |
1245 | 2024-09-11T21:16:52.207Z | Compiling semver v1.0.23 |
1246 | 2024-09-11T21:16:52.857Z | Compiling tokio v1.39.3 |
1247 | 2024-09-11T21:16:53.008Z | Compiling http v0.2.12 |
1248 | 2024-09-11T21:16:53.131Z | Compiling rustc_version v0.4.0 |
1249 | 2024-09-11T21:16:53.916Z | Compiling heapless v0.7.17 |
1250 | 2024-09-11T21:16:54.367Z | Compiling dof v0.3.0 |
1251 | 2024-09-11T21:16:54.879Z | Compiling http-body v0.4.6 |
1252 | 2024-09-11T21:16:55.351Z | Compiling uuid v1.10.0 |
1253 | 2024-09-11T21:16:55.534Z | Compiling usdt-impl v0.5.0 |
1254 | 2024-09-11T21:16:56.345Z | Compiling toml_datetime v0.6.8 |
1255 | 2024-09-11T21:16:56.564Z | Compiling serde_tokenstream v0.2.2 |
1256 | 2024-09-11T21:16:56.795Z | Compiling chrono v0.4.38 |
1257 | 2024-09-11T21:16:56.880Z | Compiling serde_spanned v0.6.7 |
1258 | 2024-09-11T21:16:57.119Z | Compiling stable_deref_trait v1.2.0 |
1259 | 2024-09-11T21:16:57.122Z | Compiling signal-hook v0.3.17 |
1260 | 2024-09-11T21:16:57.197Z | Compiling fallible-iterator v0.2.0 |
1261 | 2024-09-11T21:16:57.246Z | Compiling psl-types v2.0.11 |
1262 | 2024-09-11T21:16:57.413Z | Compiling smoltcp v0.9.1 |
1263 | 2024-09-11T21:16:57.438Z | Compiling publicsuffix v2.2.3 |
1264 | 2024-09-11T21:16:57.762Z | Compiling terminal_size v0.3.0 |
1265 | 2024-09-11T21:16:57.847Z | Compiling addr2line v0.21.0 |
1266 | 2024-09-11T21:16:57.901Z | Compiling postgres-protocol v0.6.7 |
1267 | 2024-09-11T21:16:57.966Z | Compiling miniz_oxide v0.7.2 |
1268 | 2024-09-11T21:16:58.265Z | Compiling hubpack_derive v0.1.1 |
1269 | 2024-09-11T21:16:58.521Z | Compiling num-iter v0.1.45 |
1270 | 2024-09-11T21:16:58.708Z | Compiling zerocopy-derive v0.6.6 |
1271 | 2024-09-11T21:16:58.761Z | Compiling async-trait v0.1.82 |
1272 | 2024-09-11T21:16:59.235Z | Compiling phf_shared v0.11.2 |
1273 | 2024-09-11T21:16:59.621Z | Compiling serde_derive_internals v0.29.1 |
1274 | 2024-09-11T21:16:59.991Z | Compiling ff v0.13.0 |
1275 | 2024-09-11T21:17:00.023Z | Compiling object v0.32.2 |
1276 | 2024-09-11T21:17:00.200Z | Compiling fs-err v2.11.0 |
1277 | 2024-09-11T21:17:00.457Z | Compiling winnow v0.5.40 |
1278 | 2024-09-11T21:17:00.488Z | Compiling schemars v0.8.21 |
1279 | 2024-09-11T21:17:00.843Z | Compiling tokio-util v0.7.11 |
1280 | 2024-09-11T21:17:00.863Z | Compiling tokio-rustls v0.24.1 |
1281 | 2024-09-11T21:17:01.262Z | Compiling adler2 v2.0.0 |
1282 | 2024-09-11T21:17:01.497Z | Compiling anyhow v1.0.86 |
1283 | 2024-09-11T21:17:02.134Z | Compiling h2 v0.3.26 |
1284 | 2024-09-11T21:17:02.155Z | Compiling tokio-native-tls v0.3.1 |
1285 | 2024-09-11T21:17:02.292Z | Compiling base16ct v0.2.0 |
1286 | 2024-09-11T21:17:02.355Z | Compiling base64 v0.21.7 |
1287 | 2024-09-11T21:17:02.422Z | Compiling ipnet v2.9.0 |
1288 | 2024-09-11T21:17:02.628Z | Compiling either v1.13.0 |
1289 | 2024-09-11T21:17:03.050Z | Compiling rustc-demangle v0.1.24 |
1290 | 2024-09-11T21:17:03.105Z | Compiling bitflags v1.3.2 |
1291 | 2024-09-11T21:17:03.215Z | Compiling managed v0.8.0 |
1292 | 2024-09-11T21:17:03.629Z | Compiling clap_builder v4.5.15 |
1293 | 2024-09-11T21:17:04.077Z | Compiling toml_edit v0.19.15 |
1294 | 2024-09-11T21:17:04.131Z | Compiling rustls-pemfile v1.0.4 |
1295 | 2024-09-11T21:17:04.320Z | Compiling sec1 v0.7.3 |
1296 | 2024-09-11T21:17:04.589Z | Compiling schemars_derive v0.8.21 |
1297 | 2024-09-11T21:17:05.106Z | Compiling miniz_oxide v0.8.0 |
1298 | 2024-09-11T21:17:05.751Z | Compiling zerocopy v0.6.6 |
1299 | 2024-09-11T21:17:07.025Z | Compiling group v0.13.0 |
1300 | 2024-09-11T21:17:07.143Z | Compiling phf v0.11.2 |
1301 | 2024-09-11T21:17:07.362Z | Compiling cookie_store v0.20.0 |
1302 | 2024-09-11T21:17:07.410Z | Compiling hubpack v0.1.2 |
1303 | 2024-09-11T21:17:07.873Z | Compiling postgres-types v0.2.7 |
1304 | 2024-09-11T21:17:08.351Z | Compiling usdt-attr-macro v0.5.0 |
1305 | 2024-09-11T21:17:08.837Z | Compiling usdt-macro v0.5.0 |
1306 | 2024-09-11T21:17:09.365Z | Compiling hyper v0.14.30 |
1307 | 2024-09-11T21:17:10.119Z | Compiling serde_urlencoded v0.7.1 |
1308 | 2024-09-11T21:17:10.361Z | Compiling pkcs1 v0.7.5 |
1309 | 2024-09-11T21:17:10.625Z | Compiling futures-executor v0.3.30 |
1310 | 2024-09-11T21:17:11.051Z | Compiling hkdf v0.12.4 |
1311 | 2024-09-11T21:17:11.189Z | Compiling signature v2.2.0 |
1312 | 2024-09-11T21:17:11.310Z | Compiling crypto-bigint v0.5.5 |
1313 | 2024-09-11T21:17:11.383Z | Compiling regex v1.10.6 |
1314 | 2024-09-11T21:17:11.484Z | Compiling bstr v1.9.1 |
1315 | 2024-09-11T21:17:12.061Z | Compiling strum_macros v0.25.3 |
1316 | 2024-09-11T21:17:12.525Z | Compiling enum-as-inner v0.6.0 |
1317 | 2024-09-11T21:17:12.708Z | Compiling clap_derive v4.5.13 |
1318 | 2024-09-11T21:17:12.815Z | Compiling serde_repr v0.1.19 |
1319 | 2024-09-11T21:17:13.334Z | Compiling phf_shared v0.10.0 |
1320 | 2024-09-11T21:17:13.676Z | Compiling float-cmp v0.9.0 |
1321 | 2024-09-11T21:17:13.737Z | Compiling idna v0.4.0 |
1322 | 2024-09-11T21:17:13.884Z | Compiling mio v0.8.11 |
1323 | 2024-09-11T21:17:14.020Z | Compiling encoding_rs v0.8.34 |
1324 | 2024-09-11T21:17:15.189Z | Compiling unicode-segmentation v1.11.0 |
1325 | 2024-09-11T21:17:15.328Z | Compiling mime v0.3.17 |
1326 | 2024-09-11T21:17:15.909Z | Compiling minimal-lexical v0.2.1 |
1327 | 2024-09-11T21:17:16.032Z | Compiling predicates-core v1.0.6 |
1328 | 2024-09-11T21:17:16.226Z | Compiling sync_wrapper v0.1.2 |
1329 | 2024-09-11T21:17:16.361Z | Compiling hyper-rustls v0.24.2 |
1330 | 2024-09-11T21:17:16.416Z | Compiling hyper-tls v0.5.0 |
1331 | 2024-09-11T21:17:16.436Z | Compiling dyn-clone v1.0.17 |
1332 | 2024-09-11T21:17:16.657Z | Compiling fixedbitset v0.4.2 |
1333 | 2024-09-11T21:17:16.725Z | Compiling static_assertions v1.1.0 |
1334 | 2024-09-11T21:17:16.769Z | Compiling difflib v0.4.0 |
1335 | 2024-09-11T21:17:16.832Z | Compiling normalize-line-endings v0.3.0 |
1336 | 2024-09-11T21:17:16.997Z | Compiling bit-vec v0.6.3 |
1337 | 2024-09-11T21:17:17.126Z | Compiling webpki-roots v0.25.4 |
1338 | 2024-09-11T21:17:17.300Z | Compiling new_debug_unreachable v1.0.6 |
1339 | 2024-09-11T21:17:17.402Z | Compiling data-encoding v2.6.0 |
1340 | 2024-09-11T21:17:17.435Z | Compiling whoami v1.5.1 |
1341 | 2024-09-11T21:17:17.455Z | Compiling precomputed-hash v0.1.1 |
1342 | 2024-09-11T21:17:17.571Z | Compiling string_cache v0.8.7 |
1343 | 2024-09-11T21:17:17.688Z | Compiling clap v4.5.16 |
1344 | 2024-09-11T21:17:17.815Z | Compiling tokio-postgres v0.7.11 |
1345 | 2024-09-11T21:17:18.038Z | Compiling bit-set v0.5.3 |
1346 | 2024-09-11T21:17:18.057Z | Compiling console v0.15.8 |
1347 | 2024-09-11T21:17:18.326Z | Compiling hickory-proto v0.24.1 |
1348 | 2024-09-11T21:17:18.395Z | Compiling reqwest v0.11.27 |
1349 | 2024-09-11T21:17:18.469Z | Compiling predicates v3.1.2 |
1350 | 2024-09-11T21:17:19.469Z | Compiling toml_edit v0.22.20 |
1351 | 2024-09-11T21:17:19.564Z | Compiling petgraph v0.6.5 |
1352 | 2024-09-11T21:17:19.821Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1353 | 2024-09-11T21:17:22.636Z | Compiling nom v7.1.3 |
1354 | 2024-09-11T21:17:23.601Z | Compiling similar v2.6.0 |
1355 | 2024-09-11T21:17:23.664Z | Compiling signal-hook-mio v0.2.4 |
1356 | 2024-09-11T21:17:23.840Z | Compiling elliptic-curve v0.13.8 |
1357 | 2024-09-11T21:17:23.999Z | Compiling usdt v0.5.0 |
1358 | 2024-09-11T21:17:24.498Z | Compiling rsa v0.9.6 |
1359 | 2024-09-11T21:17:24.671Z | Compiling futures v0.3.30 |
1360 | 2024-09-11T21:17:24.798Z | Compiling flate2 v1.0.33 |
1361 | 2024-09-11T21:17:25.988Z | Compiling toml v0.7.8 |
1362 | 2024-09-11T21:17:26.323Z | Compiling itertools v0.12.1 |
1363 | 2024-09-11T21:17:26.628Z | Compiling itertools v0.10.5 |
1364 | 2024-09-11T21:17:27.174Z | Compiling tokio-stream v0.1.15 |
1365 | 2024-09-11T21:17:27.726Z | Compiling openapiv3 v2.0.0 |
1366 | 2024-09-11T21:17:27.789Z | Compiling hex v0.4.3 |
1367 | 2024-09-11T21:17:28.210Z | Compiling sha1 v0.10.6 |
1368 | 2024-09-11T21:17:28.411Z | Compiling crossbeam-epoch v0.9.18 |
1369 | 2024-09-11T21:17:28.542Z | Compiling dirs-sys-next v0.1.2 |
1370 | 2024-09-11T21:17:28.604Z | Compiling unicode-xid v0.2.4 |
1371 | 2024-09-11T21:17:28.773Z | Compiling lalrpop-util v0.19.12 |
1372 | 2024-09-11T21:17:29.137Z | Compiling peg-runtime v0.8.3 |
1373 | 2024-09-11T21:17:29.192Z | Compiling dirs-next v2.0.0 |
1374 | 2024-09-11T21:17:29.215Z | Compiling thread_local v1.1.8 |
1375 | 2024-09-11T21:17:29.394Z | Compiling slog-async v2.8.0 |
1376 | 2024-09-11T21:17:29.425Z | Compiling term v0.7.0 |
1377 | 2024-09-11T21:17:29.504Z | Compiling xattr v1.3.1 |
1378 | 2024-09-11T21:17:29.764Z | Compiling strum_macros v0.26.4 |
1379 | 2024-09-11T21:17:29.767Z | Compiling crossbeam-channel v0.5.12 |
1380 | 2024-09-11T21:17:29.800Z | Compiling filetime v0.2.25 |
1381 | 2024-09-11T21:17:30.023Z | Compiling is-terminal v0.4.12 |
1382 | 2024-09-11T21:17:30.115Z | Compiling take_mut v0.2.2 |
1383 | 2024-09-11T21:17:30.151Z | Compiling slog-term v2.9.1 |
1384 | 2024-09-11T21:17:30.277Z | Compiling tar v0.4.41 |
1385 | 2024-09-11T21:17:30.972Z | Compiling camino v1.1.9 |
1386 | 2024-09-11T21:17:32.507Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1387 | 2024-09-11T21:17:33.222Z | Compiling strum v0.26.3 |
1388 | 2024-09-11T21:17:33.303Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1389 | 2024-09-11T21:17:38.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1390 | 2024-09-11T21:17:38.747Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1391 | 2024-09-11T21:17:38.782Z | Sep 11 21:17:37.687 INFO Starting download, target: Console |
1392 | 2024-09-11T21:17:38.782Z | Sep 11 21:17:37.687 INFO Starting download, target: Cockroach |
1393 | 2024-09-11T21:17:38.782Z | Sep 11 21:17:37.687 INFO Starting download, target: Clickhouse |
1394 | 2024-09-11T21:17:38.816Z | Sep 11 21:17:37.687 INFO Starting download, target: DendriteOpenapi |
1395 | 2024-09-11T21:17:38.816Z | Sep 11 21:17:37.687 INFO Starting download, target: DendriteStub |
1396 | 2024-09-11T21:17:38.816Z | Sep 11 21:17:37.687 INFO Starting download, target: MaghemiteMgd |
1397 | 2024-09-11T21:17:38.816Z | Sep 11 21:17:37.687 INFO Starting download, target: TransceiverControl |
1398 | 2024-09-11T21:17:38.817Z | Sep 11 21:17:37.688 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1399 | 2024-09-11T21:17:38.818Z | Sep 11 21:17:37.688 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1400 | 2024-09-11T21:17:38.818Z | Sep 11 21:17:37.688 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1401 | 2024-09-11T21:17:38.818Z | Sep 11 21:17:37.688 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1402 | 2024-09-11T21:17:38.819Z | Sep 11 21:17:37.688 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1403 | 2024-09-11T21:17:38.819Z | Sep 11 21:17:37.688 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1404 | 2024-09-11T21:17:38.819Z | Sep 11 21:17:37.688 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1405 | 2024-09-11T21:17:39.021Z | Sep 11 21:17:37.925 INFO Download complete, target: DendriteOpenapi |
1406 | 2024-09-11T21:17:39.277Z | Sep 11 21:17:38.158 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1407 | 2024-09-11T21:17:39.394Z | Sep 11 21:17:38.289 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1408 | 2024-09-11T21:17:39.743Z | Sep 11 21:17:38.655 INFO Download complete, target: Console |
1409 | 2024-09-11T21:17:39.839Z | Sep 11 21:17:38.753 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1410 | 2024-09-11T21:17:39.963Z | Sep 11 21:17:38.876 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1411 | 2024-09-11T21:17:39.977Z | Sep 11 21:17:38.890 INFO Download complete, target: TransceiverControl |
1412 | 2024-09-11T21:17:40.077Z | Sep 11 21:17:38.990 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1413 | 2024-09-11T21:17:40.077Z | Sep 11 21:17:38.990 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1414 | 2024-09-11T21:17:40.956Z | Sep 11 21:17:39.870 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1415 | 2024-09-11T21:17:42.708Z | Sep 11 21:17:41.622 INFO Download complete, target: DendriteStub |
1416 | 2024-09-11T21:17:43.043Z | Sep 11 21:17:41.957 INFO Download complete, target: MaghemiteMgd |
1417 | 2024-09-11T21:17:48.097Z | Sep 11 21:17:47.010 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1418 | 2024-09-11T21:17:48.382Z | Sep 11 21:17:47.284 INFO Checking that binary works, target: Cockroach |
1419 | 2024-09-11T21:17:48.534Z | Sep 11 21:17:47.447 INFO Download complete, target: Cockroach |
1420 | 2024-09-11T21:17:55.407Z | Sep 11 21:17:53.329 INFO Checking that binary works, target: Clickhouse |
1421 | 2024-09-11T21:17:55.456Z | Sep 11 21:17:53.495 INFO Download complete, target: Clickhouse |
1422 | 2024-09-11T21:17:55.456Z | All builder prerequisites installed successfully, and PATH looks valid |
1423 | 2024-09-11T21:17:55.456Z | |
1424 | 2024-09-11T21:17:55.456Z | real 3:54.023664403 |
1425 | 2024-09-11T21:17:55.456Z | user 11:19.754921236 |
1426 | 2024-09-11T21:17:55.456Z | sys 2:25.951524266 |
1427 | 2024-09-11T21:17:55.456Z | trap 0.397604124 |
1428 | 2024-09-11T21:17:55.456Z | tflt 1.412557608 |
1429 | 2024-09-11T21:17:55.456Z | dflt 1.629895911 |
1430 | 2024-09-11T21:17:55.457Z | kflt 0.027124698 |
1431 | 2024-09-11T21:17:55.457Z | lock 22:15.432180751 |
1432 | 2024-09-11T21:17:55.457Z | slp 44:05.656384761 |
1433 | 2024-09-11T21:17:55.457Z | lat 41.456347973 |
1434 | 2024-09-11T21:17:55.457Z | stop 1:49.614756671 |
1435 | 2024-09-11T21:17:55.457Z | + banner hack-check |
1436 | 2024-09-11T21:17:55.457Z | |
1437 | 2024-09-11T21:17:55.457Z | # # ## #### # # #### # # ###### #### # # |
1438 | 2024-09-11T21:17:55.457Z | # # # # # # # # # # # # # # # # # |
1439 | 2024-09-11T21:17:55.457Z | ###### # # # #### ##### # ###### ##### # #### |
1440 | 2024-09-11T21:17:55.457Z | # # ###### # # # # # # # # # # |
1441 | 2024-09-11T21:17:55.457Z | # # # # # # # # # # # # # # # # # |
1442 | 2024-09-11T21:17:55.457Z | # # # # #### # # #### # # ###### #### # # |
1443 | 2024-09-11T21:17:55.457Z | |
1444 | 2024-09-11T21:17:55.457Z | + export CARGO_INCREMENTAL=0 |
1445 | 2024-09-11T21:17:55.457Z | + CARGO_INCREMENTAL=0 |
1446 | 2024-09-11T21:17:55.458Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1447 | 2024-09-11T21:17:55.458Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1448 | 2024-09-11T21:17:59.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
1449 | 2024-09-11T21:17:59.100Z | Running `target/debug/xtask check-features --ci` |
1450 | 2024-09-11T21:17:59.120Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1451 | 2024-09-11T21:17:59.120Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1452 | 2024-09-11T21:17:59.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1453 | 2024-09-11T21:17:59.656Z | Running `target/debug/xtask download cargo-hack` |
1454 | 2024-09-11T21:18:00.510Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1455 | 2024-09-11T21:18:00.871Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1456 | 2024-09-11T21:18:05.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
1457 | 2024-09-11T21:18:05.606Z | Running `target/debug/xtask-downloader cargo-hack` |
1458 | 2024-09-11T21:18:05.641Z | Sep 11 21:18:04.554 INFO Starting download, target: CargoHack |
1459 | 2024-09-11T21:18:05.644Z | Sep 11 21:18:04.554 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1460 | 2024-09-11T21:18:06.102Z | Sep 11 21:18:05.014 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1461 | 2024-09-11T21:18:06.205Z | Sep 11 21:18:05.117 INFO Download complete, target: CargoHack |
1462 | 2024-09-11T21:18:06.208Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1463 | 2024-09-11T21:18:06.224Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1464 | 2024-09-11T21:18:06.384Z | info: running `cargo check --bins` on api_identity (1/158) |
1465 | 2024-09-11T21:18:06.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1466 | 2024-09-11T21:18:06.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1467 | 2024-09-11T21:18:06.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1468 | 2024-09-11T21:18:06.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1469 | 2024-09-11T21:18:07.009Z | |
1470 | 2024-09-11T21:18:07.009Z | info: running `cargo check --bins` on bootstore (2/158) |
1471 | 2024-09-11T21:18:07.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1472 | 2024-09-11T21:18:07.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1473 | 2024-09-11T21:18:07.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1474 | 2024-09-11T21:18:07.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1475 | 2024-09-11T21:18:07.677Z | |
1476 | 2024-09-11T21:18:07.677Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
1477 | 2024-09-11T21:18:08.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1478 | 2024-09-11T21:18:08.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1479 | 2024-09-11T21:18:08.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1480 | 2024-09-11T21:18:08.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1481 | 2024-09-11T21:18:08.323Z | |
1482 | 2024-09-11T21:18:08.323Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
1483 | 2024-09-11T21:18:08.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1484 | 2024-09-11T21:18:08.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1485 | 2024-09-11T21:18:08.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1486 | 2024-09-11T21:18:08.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1487 | 2024-09-11T21:18:08.973Z | |
1488 | 2024-09-11T21:18:08.973Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
1489 | 2024-09-11T21:18:09.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1490 | 2024-09-11T21:18:09.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1491 | 2024-09-11T21:18:09.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1492 | 2024-09-11T21:18:09.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1493 | 2024-09-11T21:18:09.455Z | |
1494 | 2024-09-11T21:18:09.455Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
1495 | 2024-09-11T21:18:09.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1496 | 2024-09-11T21:18:09.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1497 | 2024-09-11T21:18:09.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1498 | 2024-09-11T21:18:09.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1499 | 2024-09-11T21:18:09.939Z | |
1500 | 2024-09-11T21:18:09.939Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
1501 | 2024-09-11T21:18:10.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1502 | 2024-09-11T21:18:10.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1503 | 2024-09-11T21:18:10.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1504 | 2024-09-11T21:18:10.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1505 | 2024-09-11T21:18:10.426Z | |
1506 | 2024-09-11T21:18:10.426Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
1507 | 2024-09-11T21:18:10.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1508 | 2024-09-11T21:18:10.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1509 | 2024-09-11T21:18:10.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1510 | 2024-09-11T21:18:10.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1511 | 2024-09-11T21:18:10.906Z | |
1512 | 2024-09-11T21:18:10.906Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
1513 | 2024-09-11T21:18:11.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1514 | 2024-09-11T21:18:11.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1515 | 2024-09-11T21:18:11.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1516 | 2024-09-11T21:18:11.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1517 | 2024-09-11T21:18:11.407Z | |
1518 | 2024-09-11T21:18:11.408Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
1519 | 2024-09-11T21:18:11.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1520 | 2024-09-11T21:18:11.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1521 | 2024-09-11T21:18:11.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1522 | 2024-09-11T21:18:11.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1523 | 2024-09-11T21:18:11.894Z | |
1524 | 2024-09-11T21:18:11.894Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
1525 | 2024-09-11T21:18:12.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1526 | 2024-09-11T21:18:12.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1527 | 2024-09-11T21:18:12.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1528 | 2024-09-11T21:18:12.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1529 | 2024-09-11T21:18:12.385Z | |
1530 | 2024-09-11T21:18:12.385Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
1531 | 2024-09-11T21:18:12.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1532 | 2024-09-11T21:18:12.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1533 | 2024-09-11T21:18:12.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1534 | 2024-09-11T21:18:12.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1535 | 2024-09-11T21:18:12.881Z | |
1536 | 2024-09-11T21:18:12.881Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
1537 | 2024-09-11T21:18:13.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1538 | 2024-09-11T21:18:13.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1539 | 2024-09-11T21:18:13.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1540 | 2024-09-11T21:18:13.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1541 | 2024-09-11T21:18:13.376Z | |
1542 | 2024-09-11T21:18:13.376Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
1543 | 2024-09-11T21:18:13.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1544 | 2024-09-11T21:18:13.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1545 | 2024-09-11T21:18:13.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1546 | 2024-09-11T21:18:13.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1547 | 2024-09-11T21:18:13.862Z | |
1548 | 2024-09-11T21:18:13.862Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
1549 | 2024-09-11T21:18:14.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1550 | 2024-09-11T21:18:14.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1551 | 2024-09-11T21:18:14.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1552 | 2024-09-11T21:18:14.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1553 | 2024-09-11T21:18:14.356Z | |
1554 | 2024-09-11T21:18:14.356Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
1555 | 2024-09-11T21:18:14.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1556 | 2024-09-11T21:18:14.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1557 | 2024-09-11T21:18:14.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1558 | 2024-09-11T21:18:14.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1559 | 2024-09-11T21:18:14.854Z | |
1560 | 2024-09-11T21:18:14.854Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
1561 | 2024-09-11T21:18:15.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1562 | 2024-09-11T21:18:15.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1563 | 2024-09-11T21:18:15.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1564 | 2024-09-11T21:18:15.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1565 | 2024-09-11T21:18:15.352Z | |
1566 | 2024-09-11T21:18:15.352Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
1567 | 2024-09-11T21:18:15.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1568 | 2024-09-11T21:18:15.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1569 | 2024-09-11T21:18:15.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1570 | 2024-09-11T21:18:15.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1571 | 2024-09-11T21:18:15.846Z | |
1572 | 2024-09-11T21:18:15.846Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
1573 | 2024-09-11T21:18:16.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1574 | 2024-09-11T21:18:16.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1575 | 2024-09-11T21:18:16.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1576 | 2024-09-11T21:18:16.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1577 | 2024-09-11T21:18:16.342Z | |
1578 | 2024-09-11T21:18:16.342Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
1579 | 2024-09-11T21:18:16.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1580 | 2024-09-11T21:18:16.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1581 | 2024-09-11T21:18:16.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1582 | 2024-09-11T21:18:16.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1583 | 2024-09-11T21:18:16.828Z | |
1584 | 2024-09-11T21:18:16.828Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
1585 | 2024-09-11T21:18:17.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1586 | 2024-09-11T21:18:17.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1587 | 2024-09-11T21:18:17.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1588 | 2024-09-11T21:18:17.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1589 | 2024-09-11T21:18:17.326Z | |
1590 | 2024-09-11T21:18:17.326Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
1591 | 2024-09-11T21:18:17.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1592 | 2024-09-11T21:18:17.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1593 | 2024-09-11T21:18:17.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1594 | 2024-09-11T21:18:17.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1595 | 2024-09-11T21:18:17.824Z | |
1596 | 2024-09-11T21:18:17.824Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
1597 | 2024-09-11T21:18:18.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1598 | 2024-09-11T21:18:18.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1599 | 2024-09-11T21:18:18.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1600 | 2024-09-11T21:18:18.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1601 | 2024-09-11T21:18:18.322Z | |
1602 | 2024-09-11T21:18:18.322Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
1603 | 2024-09-11T21:18:18.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1604 | 2024-09-11T21:18:18.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1605 | 2024-09-11T21:18:18.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1606 | 2024-09-11T21:18:18.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1607 | 2024-09-11T21:18:18.806Z | |
1608 | 2024-09-11T21:18:18.806Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
1609 | 2024-09-11T21:18:19.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1610 | 2024-09-11T21:18:19.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1611 | 2024-09-11T21:18:19.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1612 | 2024-09-11T21:18:19.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1613 | 2024-09-11T21:18:19.479Z | |
1614 | 2024-09-11T21:18:19.479Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
1615 | 2024-09-11T21:18:20.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1616 | 2024-09-11T21:18:20.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1617 | 2024-09-11T21:18:20.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1618 | 2024-09-11T21:18:20.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1619 | 2024-09-11T21:18:20.138Z | |
1620 | 2024-09-11T21:18:20.138Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
1621 | 2024-09-11T21:18:20.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-09-11T21:18:20.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-09-11T21:18:20.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1624 | 2024-09-11T21:18:20.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1625 | 2024-09-11T21:18:20.808Z | |
1626 | 2024-09-11T21:18:20.808Z | info: running `cargo check --bins` on oxlog (28/158) |
1627 | 2024-09-11T21:18:21.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-09-11T21:18:21.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-09-11T21:18:21.440Z | Checking cfg-if v1.0.0 |
1630 | 2024-09-11T21:18:21.442Z | Checking libc v0.2.158 |
1631 | 2024-09-11T21:18:21.527Z | Checking memchr v2.7.2 |
1632 | 2024-09-11T21:18:21.541Z | Checking serde v1.0.208 |
1633 | 2024-09-11T21:18:21.543Z | Checking zeroize v1.7.0 |
1634 | 2024-09-11T21:18:21.558Z | Checking typenum v1.17.0 |
1635 | 2024-09-11T21:18:21.561Z | Checking scopeguard v1.2.0 |
1636 | 2024-09-11T21:18:21.561Z | Checking byteorder v1.5.0 |
1637 | 2024-09-11T21:18:21.595Z | Checking log v0.4.21 |
1638 | 2024-09-11T21:18:21.699Z | Checking lock_api v0.4.12 |
1639 | 2024-09-11T21:18:21.774Z | Checking subtle v2.5.0 |
1640 | 2024-09-11T21:18:21.870Z | Checking const-oid v0.9.6 |
1641 | 2024-09-11T21:18:21.977Z | Checking once_cell v1.19.0 |
1642 | 2024-09-11T21:18:22.022Z | Checking itoa v1.0.11 |
1643 | 2024-09-11T21:18:22.078Z | Checking smallvec v1.13.2 |
1644 | 2024-09-11T21:18:22.233Z | Checking pin-project-lite v0.2.14 |
1645 | 2024-09-11T21:18:22.277Z | Checking zerocopy v0.7.34 |
1646 | 2024-09-11T21:18:22.364Z | Checking spin v0.9.8 |
1647 | 2024-09-11T21:18:22.369Z | Checking tinyvec_macros v0.1.1 |
1648 | 2024-09-11T21:18:22.416Z | Checking futures-core v0.3.30 |
1649 | 2024-09-11T21:18:22.439Z | Checking tinyvec v1.6.0 |
1650 | 2024-09-11T21:18:22.597Z | Checking cpufeatures v0.2.12 |
1651 | 2024-09-11T21:18:22.638Z | Checking getrandom v0.2.14 |
1652 | 2024-09-11T21:18:22.664Z | Checking signal-hook-registry v1.4.2 |
1653 | 2024-09-11T21:18:22.683Z | Checking parking_lot_core v0.9.10 |
1654 | 2024-09-11T21:18:22.844Z | Checking generic-array v0.14.7 |
1655 | 2024-09-11T21:18:22.859Z | Checking rand_core v0.6.4 |
1656 | 2024-09-11T21:18:22.902Z | Checking mio v1.0.2 |
1657 | 2024-09-11T21:18:23.008Z | Checking parking_lot v0.12.2 |
1658 | 2024-09-11T21:18:23.136Z | Checking socket2 v0.5.7 |
1659 | 2024-09-11T21:18:23.358Z | Checking futures-sink v0.3.30 |
1660 | 2024-09-11T21:18:23.487Z | Checking allocator-api2 v0.2.18 |
1661 | 2024-09-11T21:18:23.502Z | Checking unicode-bidi v0.3.15 |
1662 | 2024-09-11T21:18:23.614Z | Checking libm v0.2.8 |
1663 | 2024-09-11T21:18:23.650Z | Checking ahash v0.8.11 |
1664 | 2024-09-11T21:18:23.699Z | Checking unicode-normalization v0.1.23 |
1665 | 2024-09-11T21:18:23.717Z | Checking ryu v1.0.18 |
1666 | 2024-09-11T21:18:23.928Z | Checking equivalent v1.0.1 |
1667 | 2024-09-11T21:18:23.974Z | Checking crypto-common v0.1.6 |
1668 | 2024-09-11T21:18:24.028Z | Checking block-buffer v0.10.4 |
1669 | 2024-09-11T21:18:24.085Z | Checking block-padding v0.3.3 |
1670 | 2024-09-11T21:18:24.113Z | Checking futures-channel v0.3.30 |
1671 | 2024-09-11T21:18:24.135Z | Checking slab v0.4.9 |
1672 | 2024-09-11T21:18:24.151Z | Checking hashbrown v0.14.5 |
1673 | 2024-09-11T21:18:24.236Z | Checking digest v0.10.7 |
1674 | 2024-09-11T21:18:24.284Z | Checking inout v0.1.3 |
1675 | 2024-09-11T21:18:24.379Z | Checking pin-utils v0.1.0 |
1676 | 2024-09-11T21:18:24.441Z | Checking futures-io v0.3.30 |
1677 | 2024-09-11T21:18:24.465Z | Checking futures-task v0.3.30 |
1678 | 2024-09-11T21:18:24.489Z | Checking cipher v0.4.4 |
1679 | 2024-09-11T21:18:24.547Z | Checking num-traits v0.2.19 |
1680 | 2024-09-11T21:18:24.576Z | Checking base64ct v1.6.0 |
1681 | 2024-09-11T21:18:24.591Z | Checking hmac v0.12.1 |
1682 | 2024-09-11T21:18:24.613Z | Checking sha2 v0.10.8 |
1683 | 2024-09-11T21:18:24.676Z | Checking futures-util v0.3.30 |
1684 | 2024-09-11T21:18:24.781Z | Checking ppv-lite86 v0.2.17 |
1685 | 2024-09-11T21:18:24.873Z | Checking percent-encoding v2.3.1 |
1686 | 2024-09-11T21:18:25.015Z | Checking pem-rfc7468 v0.7.0 |
1687 | 2024-09-11T21:18:25.071Z | Checking flagset v0.4.5 |
1688 | 2024-09-11T21:18:25.158Z | Checking salsa20 v0.10.2 |
1689 | 2024-09-11T21:18:25.254Z | Checking pbkdf2 v0.12.2 |
1690 | 2024-09-11T21:18:25.268Z | Checking der v0.7.9 |
1691 | 2024-09-11T21:18:25.328Z | Checking tracing-core v0.1.32 |
1692 | 2024-09-11T21:18:25.350Z | Checking fnv v1.0.7 |
1693 | 2024-09-11T21:18:25.402Z | Checking untrusted v0.9.0 |
1694 | 2024-09-11T21:18:25.460Z | Checking rand_chacha v0.3.1 |
1695 | 2024-09-11T21:18:25.475Z | Checking scrypt v0.11.0 |
1696 | 2024-09-11T21:18:25.537Z | Checking ring v0.17.8 |
1697 | 2024-09-11T21:18:25.826Z | Checking aes v0.8.4 |
1698 | 2024-09-11T21:18:25.832Z | Checking rand v0.8.5 |
1699 | 2024-09-11T21:18:25.937Z | Checking tracing v0.1.40 |
1700 | 2024-09-11T21:18:26.178Z | Checking cbc v0.1.2 |
1701 | 2024-09-11T21:18:26.282Z | Checking thiserror v1.0.63 |
1702 | 2024-09-11T21:18:26.391Z | Checking foreign-types-shared v0.1.1 |
1703 | 2024-09-11T21:18:26.413Z | Checking form_urlencoded v1.2.1 |
1704 | 2024-09-11T21:18:26.482Z | Checking foreign-types v0.3.2 |
1705 | 2024-09-11T21:18:26.539Z | Checking bytes v1.7.1 |
1706 | 2024-09-11T21:18:26.567Z | Checking bitflags v2.6.0 |
1707 | 2024-09-11T21:18:26.581Z | Checking indexmap v2.4.0 |
1708 | 2024-09-11T21:18:26.600Z | Checking serde_json v1.0.125 |
1709 | 2024-09-11T21:18:26.844Z | Checking openssl-sys v0.9.103 |
1710 | 2024-09-11T21:18:27.022Z | Checking aho-corasick v1.1.3 |
1711 | 2024-09-11T21:18:27.121Z | Checking spki v0.7.3 |
1712 | 2024-09-11T21:18:27.302Z | Checking tokio v1.39.3 |
1713 | 2024-09-11T21:18:27.380Z | Checking http v0.2.12 |
1714 | 2024-09-11T21:18:27.396Z | Checking pkcs5 v0.7.1 |
1715 | 2024-09-11T21:18:27.864Z | Checking unicode-ident v1.0.12 |
1716 | 2024-09-11T21:18:27.894Z | Checking powerfmt v0.2.0 |
1717 | 2024-09-11T21:18:28.018Z | Checking regex-syntax v0.8.4 |
1718 | 2024-09-11T21:18:28.112Z | Checking try-lock v0.2.5 |
1719 | 2024-09-11T21:18:28.145Z | Checking siphasher v0.3.11 |
1720 | 2024-09-11T21:18:28.239Z | Checking want v0.3.1 |
1721 | 2024-09-11T21:18:28.280Z | Checking deranged v0.3.11 |
1722 | 2024-09-11T21:18:28.414Z | Checking openssl v0.10.66 |
1723 | 2024-09-11T21:18:28.429Z | Checking proc-macro2 v1.0.86 |
1724 | 2024-09-11T21:18:28.649Z | Checking pkcs8 v0.10.2 |
1725 | 2024-09-11T21:18:28.737Z | Checking http-body v0.4.6 |
1726 | 2024-09-11T21:18:28.959Z | Checking sct v0.7.1 |
1727 | 2024-09-11T21:18:29.065Z | Checking rustls-webpki v0.101.7 |
1728 | 2024-09-11T21:18:29.129Z | Checking uuid v1.10.0 |
1729 | 2024-09-11T21:18:29.144Z | Checking idna v0.5.0 |
1730 | 2024-09-11T21:18:29.694Z | Checking httparse v1.8.0 |
1731 | 2024-09-11T21:18:29.711Z | Checking errno v0.3.9 |
1732 | 2024-09-11T21:18:29.766Z | Checking scroll v0.12.0 |
1733 | 2024-09-11T21:18:29.872Z | Checking plain v0.2.3 |
1734 | 2024-09-11T21:18:29.965Z | Checking utf8parse v0.2.1 |
1735 | 2024-09-11T21:18:30.005Z | Checking finl_unicode v1.2.0 |
1736 | 2024-09-11T21:18:30.020Z | Checking ucd-trie v0.1.6 |
1737 | 2024-09-11T21:18:30.092Z | Checking tower-service v0.3.2 |
1738 | 2024-09-11T21:18:30.106Z | Checking iana-time-zone v0.1.60 |
1739 | 2024-09-11T21:18:30.199Z | Checking anstyle v1.0.8 |
1740 | 2024-09-11T21:18:30.199Z | Checking num-conv v0.1.0 |
1741 | 2024-09-11T21:18:30.224Z | Checking time-core v0.1.2 |
1742 | 2024-09-11T21:18:30.235Z | Checking num_threads v0.1.7 |
1743 | 2024-09-11T21:18:30.337Z | Checking openssl-probe v0.1.5 |
1744 | 2024-09-11T21:18:30.374Z | Checking httpdate v1.0.3 |
1745 | 2024-09-11T21:18:30.449Z | Checking time v0.3.36 |
1746 | 2024-09-11T21:18:30.477Z | Checking chrono v0.4.38 |
1747 | 2024-09-11T21:18:30.529Z | Checking goblin v0.8.2 |
1748 | 2024-09-11T21:18:30.581Z | Checking stringprep v0.1.4 |
1749 | 2024-09-11T21:18:30.595Z | Checking pest v2.7.10 |
1750 | 2024-09-11T21:18:30.836Z | Checking anstyle-parse v0.2.4 |
1751 | 2024-09-11T21:18:31.113Z | Checking url v2.5.2 |
1752 | 2024-09-11T21:18:31.195Z | Checking regex-automata v0.4.6 |
1753 | 2024-09-11T21:18:31.902Z | Checking rustix v0.38.34 |
1754 | 2024-09-11T21:18:32.586Z | Checking rustls v0.21.12 |
1755 | 2024-09-11T21:18:32.949Z | Checking quote v1.0.36 |
1756 | 2024-09-11T21:18:33.087Z | Checking serde_spanned v0.6.7 |
1757 | 2024-09-11T21:18:33.271Z | Checking toml_datetime v0.6.8 |
1758 | 2024-09-11T21:18:33.288Z | Checking num-integer v0.1.46 |
1759 | 2024-09-11T21:18:33.565Z | Checking md-5 v0.10.6 |
1760 | 2024-09-11T21:18:33.704Z | Checking native-tls v0.2.11 |
1761 | 2024-09-11T21:18:33.751Z | Checking idna v0.3.0 |
1762 | 2024-09-11T21:18:33.776Z | Checking lazy_static v1.5.0 |
1763 | 2024-09-11T21:18:33.887Z | Checking hash32 v0.2.1 |
1764 | 2024-09-11T21:18:33.957Z | Checking colorchoice v1.0.1 |
1765 | 2024-09-11T21:18:33.992Z | Checking stable_deref_trait v1.2.0 |
1766 | 2024-09-11T21:18:34.082Z | Checking anstyle-query v1.0.3 |
1767 | 2024-09-11T21:18:34.118Z | Checking gimli v0.28.1 |
1768 | 2024-09-11T21:18:34.188Z | Checking adler v1.0.2 |
1769 | 2024-09-11T21:18:34.206Z | Checking is_terminal_polyfill v1.70.0 |
1770 | 2024-09-11T21:18:34.238Z | Checking tokio-util v0.7.11 |
1771 | 2024-09-11T21:18:34.317Z | Checking fallible-iterator v0.2.0 |
1772 | 2024-09-11T21:18:34.332Z | Checking pretty-hex v0.4.1 |
1773 | 2024-09-11T21:18:34.499Z | Checking psl-types v2.0.11 |
1774 | 2024-09-11T21:18:34.560Z | Checking base64 v0.22.1 |
1775 | 2024-09-11T21:18:34.674Z | Checking publicsuffix v2.2.3 |
1776 | 2024-09-11T21:18:34.912Z | Checking miniz_oxide v0.7.2 |
1777 | 2024-09-11T21:18:34.916Z | Checking anstream v0.6.14 |
1778 | 2024-09-11T21:18:35.023Z | Checking postgres-protocol v0.6.7 |
1779 | 2024-09-11T21:18:35.059Z | Checking h2 v0.3.26 |
1780 | 2024-09-11T21:18:35.280Z | Checking tokio-native-tls v0.3.1 |
1781 | 2024-09-11T21:18:35.304Z | Checking heapless v0.7.17 |
1782 | 2024-09-11T21:18:35.516Z | Checking dof v0.3.0 |
1783 | 2024-09-11T21:18:35.530Z | Checking terminal_size v0.3.0 |
1784 | 2024-09-11T21:18:35.666Z | Checking num-iter v0.1.45 |
1785 | 2024-09-11T21:18:35.680Z | Checking syn v2.0.74 |
1786 | 2024-09-11T21:18:35.704Z | Checking dtrace-parser v0.2.0 |
1787 | 2024-09-11T21:18:35.755Z | Checking tokio-rustls v0.24.1 |
1788 | 2024-09-11T21:18:35.819Z | Checking cookie v0.17.0 |
1789 | 2024-09-11T21:18:36.103Z | Checking phf_shared v0.11.2 |
1790 | 2024-09-11T21:18:36.124Z | Checking ff v0.13.0 |
1791 | 2024-09-11T21:18:36.175Z | Checking thread-id v4.2.1 |
1792 | 2024-09-11T21:18:36.226Z | Checking object v0.32.2 |
1793 | 2024-09-11T21:18:36.279Z | Checking clap_lex v0.7.0 |
1794 | 2024-09-11T21:18:36.331Z | Checking either v1.13.0 |
1795 | 2024-09-11T21:18:36.345Z | Checking base64 v0.21.7 |
1796 | 2024-09-11T21:18:36.364Z | Checking winnow v0.5.40 |
1797 | 2024-09-11T21:18:36.511Z | Checking bitflags v1.3.2 |
1798 | 2024-09-11T21:18:36.603Z | Checking ipnet v2.9.0 |
1799 | 2024-09-11T21:18:36.692Z | Checking adler2 v2.0.0 |
1800 | 2024-09-11T21:18:36.801Z | Checking base16ct v0.2.0 |
1801 | 2024-09-11T21:18:36.827Z | Checking managed v0.8.0 |
1802 | 2024-09-11T21:18:36.991Z | Checking strsim v0.11.1 |
1803 | 2024-09-11T21:18:37.053Z | Checking rustc-demangle v0.1.24 |
1804 | 2024-09-11T21:18:37.184Z | Checking smoltcp v0.9.1 |
1805 | 2024-09-11T21:18:37.256Z | Checking clap_builder v4.5.15 |
1806 | 2024-09-11T21:18:37.506Z | Checking sec1 v0.7.3 |
1807 | 2024-09-11T21:18:37.876Z | Checking miniz_oxide v0.8.0 |
1808 | 2024-09-11T21:18:38.021Z | Checking addr2line v0.21.0 |
1809 | 2024-09-11T21:18:38.523Z | Checking rustls-pemfile v1.0.4 |
1810 | 2024-09-11T21:18:38.592Z | Checking phf v0.11.2 |
1811 | 2024-09-11T21:18:38.617Z | Checking group v0.13.0 |
1812 | 2024-09-11T21:18:38.702Z | Checking cookie_store v0.20.0 |
1813 | 2024-09-11T21:18:38.842Z | Checking num-bigint-dig v0.8.4 |
1814 | 2024-09-11T21:18:38.861Z | Checking postgres-types v0.2.7 |
1815 | 2024-09-11T21:18:39.308Z | Checking regex v1.10.6 |
1816 | 2024-09-11T21:18:39.393Z | Checking toml_edit v0.19.15 |
1817 | 2024-09-11T21:18:39.610Z | Checking bstr v1.9.1 |
1818 | 2024-09-11T21:18:39.908Z | Checking futures-executor v0.3.30 |
1819 | 2024-09-11T21:18:40.124Z | Checking pkcs1 v0.7.5 |
1820 | 2024-09-11T21:18:40.399Z | Checking phf_shared v0.10.0 |
1821 | 2024-09-11T21:18:40.521Z | Checking serde_urlencoded v0.7.1 |
1822 | 2024-09-11T21:18:40.544Z | Checking hubpack v0.1.2 |
1823 | 2024-09-11T21:18:40.660Z | Checking zerocopy v0.6.6 |
1824 | 2024-09-11T21:18:40.854Z | Checking float-cmp v0.9.0 |
1825 | 2024-09-11T21:18:40.922Z | Checking signal-hook v0.3.17 |
1826 | 2024-09-11T21:18:40.937Z | Checking crc32fast v1.4.0 |
1827 | 2024-09-11T21:18:41.024Z | Checking crossbeam-utils v0.8.19 |
1828 | 2024-09-11T21:18:41.145Z | Checking hkdf v0.12.4 |
1829 | 2024-09-11T21:18:41.167Z | Checking hyper v0.14.30 |
1830 | 2024-09-11T21:18:41.266Z | Checking signature v2.2.0 |
1831 | 2024-09-11T21:18:41.346Z | Checking idna v0.4.0 |
1832 | 2024-09-11T21:18:41.388Z | Checking crypto-bigint v0.5.5 |
1833 | 2024-09-11T21:18:41.450Z | Checking memmap v0.7.0 |
1834 | 2024-09-11T21:18:41.651Z | Checking mio v0.8.11 |
1835 | 2024-09-11T21:18:41.717Z | Checking encoding_rs v0.8.34 |
1836 | 2024-09-11T21:18:41.773Z | Checking dyn-clone v1.0.17 |
1837 | 2024-09-11T21:18:41.874Z | Checking usdt-impl v0.5.0 |
1838 | 2024-09-11T21:18:41.899Z | Checking minimal-lexical v0.2.1 |
1839 | 2024-09-11T21:18:42.129Z | Checking static_assertions v1.1.0 |
1840 | 2024-09-11T21:18:42.147Z | Checking backtrace v0.3.71 |
1841 | 2024-09-11T21:18:42.215Z | Checking normalize-line-endings v0.3.0 |
1842 | 2024-09-11T21:18:42.237Z | Checking webpki-roots v0.25.4 |
1843 | 2024-09-11T21:18:42.302Z | Checking new_debug_unreachable v1.0.6 |
1844 | 2024-09-11T21:18:42.329Z | Checking difflib v0.4.0 |
1845 | 2024-09-11T21:18:42.498Z | Checking sync_wrapper v0.1.2 |
1846 | 2024-09-11T21:18:42.564Z | Checking predicates-core v1.0.6 |
1847 | 2024-09-11T21:18:42.564Z | Checking unicode-width v0.1.13 |
1848 | 2024-09-11T21:18:42.564Z | Checking data-encoding v2.6.0 |
1849 | 2024-09-11T21:18:42.602Z | Checking mime v0.3.17 |
1850 | 2024-09-11T21:18:42.658Z | Checking precomputed-hash v0.1.1 |
1851 | 2024-09-11T21:18:42.671Z | Checking unicode-segmentation v1.11.0 |
1852 | 2024-09-11T21:18:42.674Z | Checking bit-vec v0.6.3 |
1853 | 2024-09-11T21:18:42.679Z | Checking whoami v1.5.1 |
1854 | 2024-09-11T21:18:42.881Z | Checking fixedbitset v0.4.2 |
1855 | 2024-09-11T21:18:42.963Z | Checking winnow v0.6.18 |
1856 | 2024-09-11T21:18:42.999Z | Checking bit-set v0.5.3 |
1857 | 2024-09-11T21:18:43.134Z | Checking hickory-proto v0.24.1 |
1858 | 2024-09-11T21:18:43.149Z | Checking petgraph v0.6.5 |
1859 | 2024-09-11T21:18:43.251Z | Checking similar v2.6.0 |
1860 | 2024-09-11T21:18:43.268Z | Checking tokio-postgres v0.7.11 |
1861 | 2024-09-11T21:18:44.033Z | Checking string_cache v0.8.7 |
1862 | 2024-09-11T21:18:44.074Z | Checking anyhow v1.0.86 |
1863 | 2024-09-11T21:18:44.087Z | Checking elliptic-curve v0.13.8 |
1864 | 2024-09-11T21:18:44.312Z | Checking predicates v3.1.2 |
1865 | 2024-09-11T21:18:44.446Z | Checking console v0.15.8 |
1866 | 2024-09-11T21:18:44.738Z | Checking usdt v0.5.0 |
1867 | 2024-09-11T21:18:44.962Z | Checking nom v7.1.3 |
1868 | 2024-09-11T21:18:44.978Z | Checking signal-hook-mio v0.2.4 |
1869 | 2024-09-11T21:18:45.012Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1870 | 2024-09-11T21:18:45.133Z | Checking schemars v0.8.21 |
1871 | 2024-09-11T21:18:45.880Z | Checking toml_edit v0.22.20 |
1872 | 2024-09-11T21:18:46.301Z | Checking toml v0.7.8 |
1873 | 2024-09-11T21:18:46.424Z | Checking crossbeam-epoch v0.9.18 |
1874 | 2024-09-11T21:18:46.736Z | Checking rsa v0.9.6 |
1875 | 2024-09-11T21:18:46.849Z | Checking flate2 v1.0.33 |
1876 | 2024-09-11T21:18:47.001Z | Checking clap v4.5.16 |
1877 | 2024-09-11T21:18:47.118Z | Checking futures v0.3.30 |
1878 | 2024-09-11T21:18:47.163Z | Checking hyper-tls v0.5.0 |
1879 | 2024-09-11T21:18:47.234Z | Checking hyper-rustls v0.24.2 |
1880 | 2024-09-11T21:18:47.461Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1881 | 2024-09-11T21:18:47.474Z | Checking itertools v0.12.1 |
1882 | 2024-09-11T21:18:47.492Z | Checking itertools v0.10.5 |
1883 | 2024-09-11T21:18:47.525Z | Checking reqwest v0.11.27 |
1884 | 2024-09-11T21:18:47.731Z | Checking tokio-stream v0.1.15 |
1885 | 2024-09-11T21:18:47.896Z | Checking fs-err v2.11.0 |
1886 | 2024-09-11T21:18:47.952Z | Checking slog v2.7.0 |
1887 | 2024-09-11T21:18:48.411Z | Checking openapiv3 v2.0.0 |
1888 | 2024-09-11T21:18:48.437Z | Checking hex v0.4.3 |
1889 | 2024-09-11T21:18:48.451Z | Checking semver v1.0.23 |
1890 | 2024-09-11T21:18:48.546Z | Checking sha1 v0.10.6 |
1891 | 2024-09-11T21:18:48.820Z | Checking lalrpop-util v0.19.12 |
1892 | 2024-09-11T21:18:48.858Z | Checking peg-runtime v0.8.3 |
1893 | 2024-09-11T21:18:48.957Z | Checking camino v1.1.9 |
1894 | 2024-09-11T21:18:49.070Z | Checking sigpipe v0.1.3 |
1895 | 2024-09-11T21:18:50.926Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1896 | 2024-09-11T21:18:51.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.42s |
1897 | 2024-09-11T21:18:51.368Z | |
1898 | 2024-09-11T21:18:51.369Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
1899 | 2024-09-11T21:18:51.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1900 | 2024-09-11T21:18:51.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1901 | 2024-09-11T21:18:52.059Z | Compiling regress v0.9.1 |
1902 | 2024-09-11T21:18:52.156Z | Checking strum v0.26.3 |
1903 | 2024-09-11T21:18:52.174Z | Checking heck v0.5.0 |
1904 | 2024-09-11T21:18:52.185Z | Compiling getopts v0.2.21 |
1905 | 2024-09-11T21:18:52.196Z | Checking dirs-sys-next v0.1.2 |
1906 | 2024-09-11T21:18:52.209Z | Compiling unsafe-libyaml v0.2.11 |
1907 | 2024-09-11T21:18:52.270Z | Checking http v1.1.0 |
1908 | 2024-09-11T21:18:52.333Z | Checking thread_local v1.1.8 |
1909 | 2024-09-11T21:18:52.353Z | Checking dirs-next v2.0.0 |
1910 | 2024-09-11T21:18:52.472Z | Compiling ident_case v1.0.1 |
1911 | 2024-09-11T21:18:52.532Z | Checking rustls-pki-types v1.7.0 |
1912 | 2024-09-11T21:18:52.588Z | Compiling darling_core v0.20.9 |
1913 | 2024-09-11T21:18:52.635Z | Checking term v0.7.0 |
1914 | 2024-09-11T21:18:52.942Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1915 | 2024-09-11T21:18:53.057Z | Checking crossbeam-channel v0.5.12 |
1916 | 2024-09-11T21:18:53.125Z | Checking is-terminal v0.4.12 |
1917 | 2024-09-11T21:18:53.245Z | Checking atty v0.2.14 |
1918 | 2024-09-11T21:18:53.263Z | Checking termcolor v1.4.1 |
1919 | 2024-09-11T21:18:53.369Z | Compiling rustls v0.22.4 |
1920 | 2024-09-11T21:18:53.612Z | Compiling serde_yaml v0.9.34+deprecated |
1921 | 2024-09-11T21:18:53.639Z | Compiling paste v1.0.15 |
1922 | 2024-09-11T21:18:53.703Z | Checking humantime v2.1.0 |
1923 | 2024-09-11T21:18:53.742Z | Checking utf-8 v0.7.6 |
1924 | 2024-09-11T21:18:53.937Z | Checking take_mut v0.2.2 |
1925 | 2024-09-11T21:18:53.971Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1926 | 2024-09-11T21:18:54.068Z | Checking slog-async v2.8.0 |
1927 | 2024-09-11T21:18:54.120Z | Checking env_logger v0.9.3 |
1928 | 2024-09-11T21:18:54.249Z | Checking slog-term v2.9.1 |
1929 | 2024-09-11T21:18:54.330Z | Checking rustls-webpki v0.102.4 |
1930 | 2024-09-11T21:18:54.348Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1931 | 2024-09-11T21:18:54.538Z | Compiling proc-macro-crate v1.3.1 |
1932 | 2024-09-11T21:18:54.686Z | Compiling bitstruct_derive v0.1.0 |
1933 | 2024-09-11T21:18:54.723Z | Compiling structmeta-derive v0.3.0 |
1934 | 2024-09-11T21:18:55.089Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1935 | 2024-09-11T21:18:55.204Z | Compiling multer v3.1.0 |
1936 | 2024-09-11T21:18:55.505Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1937 | 2024-09-11T21:18:55.552Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1938 | 2024-09-11T21:18:55.613Z | Checking match_cfg v0.1.0 |
1939 | 2024-09-11T21:18:55.792Z | Checking ascii v1.1.0 |
1940 | 2024-09-11T21:18:56.072Z | Checking bitstruct v0.1.1 |
1941 | 2024-09-11T21:18:56.186Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1942 | 2024-09-11T21:18:56.236Z | Checking hostname v0.3.1 |
1943 | 2024-09-11T21:18:56.359Z | Compiling num_enum_derive v0.5.11 |
1944 | 2024-09-11T21:18:57.212Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1945 | 2024-09-11T21:18:57.371Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1946 | 2024-09-11T21:18:57.727Z | Compiling structmeta v0.3.0 |
1947 | 2024-09-11T21:18:57.797Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1948 | 2024-09-11T21:18:57.940Z | Checking slog-json v2.6.1 |
1949 | 2024-09-11T21:18:58.080Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1950 | 2024-09-11T21:18:58.151Z | Checking serde_arrays v0.1.0 |
1951 | 2024-09-11T21:18:58.196Z | Checking erased-serde v0.3.31 |
1952 | 2024-09-11T21:18:58.301Z | Compiling foreign-types-macros v0.2.3 |
1953 | 2024-09-11T21:18:58.333Z | Compiling async-stream-impl v0.3.5 |
1954 | 2024-09-11T21:18:58.832Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1955 | 2024-09-11T21:18:58.999Z | Checking arc-swap v1.7.1 |
1956 | 2024-09-11T21:18:59.134Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1957 | 2024-09-11T21:18:59.262Z | Checking foreign-types-shared v0.3.1 |
1958 | 2024-09-11T21:18:59.364Z | Checking atomic-waker v1.1.2 |
1959 | 2024-09-11T21:18:59.423Z | Checking slog-scope v4.4.0 |
1960 | 2024-09-11T21:18:59.443Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1961 | 2024-09-11T21:18:59.483Z | Checking waitgroup v0.1.2 |
1962 | 2024-09-11T21:18:59.593Z | Compiling darling_macro v0.20.9 |
1963 | 2024-09-11T21:18:59.611Z | Checking num_enum v0.5.11 |
1964 | 2024-09-11T21:18:59.634Z | Checking foreign-types v0.5.0 |
1965 | 2024-09-11T21:18:59.665Z | Checking slog-bunyan v2.5.0 |
1966 | 2024-09-11T21:18:59.680Z | Checking async-stream v0.3.5 |
1967 | 2024-09-11T21:18:59.729Z | Compiling parse-display-derive v0.10.0 |
1968 | 2024-09-11T21:18:59.760Z | Compiling proc-macro-error v1.0.4 |
1969 | 2024-09-11T21:18:59.998Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1970 | 2024-09-11T21:19:00.220Z | Checking toml v0.8.19 |
1971 | 2024-09-11T21:19:00.270Z | Checking tungstenite v0.20.1 |
1972 | 2024-09-11T21:19:00.444Z | Checking rustls-pemfile v2.1.3 |
1973 | 2024-09-11T21:19:00.542Z | Compiling darling v0.20.9 |
1974 | 2024-09-11T21:19:00.656Z | Compiling serde_with_macros v3.9.0 |
1975 | 2024-09-11T21:19:00.670Z | Compiling heck v0.3.3 |
1976 | 2024-09-11T21:19:00.903Z | Checking tokio-rustls v0.25.0 |
1977 | 2024-09-11T21:19:00.926Z | Checking newtype-uuid v1.1.0 |
1978 | 2024-09-11T21:19:01.105Z | Checking ipnetwork v0.20.0 |
1979 | 2024-09-11T21:19:01.146Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1980 | 2024-09-11T21:19:01.162Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1981 | 2024-09-11T21:19:01.301Z | Checking serde_path_to_error v0.1.16 |
1982 | 2024-09-11T21:19:01.485Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1983 | 2024-09-11T21:19:01.939Z | Checking cstr-argument v0.1.2 |
1984 | 2024-09-11T21:19:02.057Z | Checking hostname v0.4.0 |
1985 | 2024-09-11T21:19:02.097Z | Checking instant v0.1.12 |
1986 | 2024-09-11T21:19:02.195Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1987 | 2024-09-11T21:19:02.214Z | Checking fastrand v2.1.0 |
1988 | 2024-09-11T21:19:02.282Z | Checking debug-ignore v1.0.5 |
1989 | 2024-09-11T21:19:02.418Z | Checking pretty-hex v0.2.1 |
1990 | 2024-09-11T21:19:02.514Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1991 | 2024-09-11T21:19:02.531Z | Checking tempfile v3.10.1 |
1992 | 2024-09-11T21:19:02.576Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1993 | 2024-09-11T21:19:02.650Z | Checking backoff v0.4.0 |
1994 | 2024-09-11T21:19:02.859Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1995 | 2024-09-11T21:19:02.939Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1996 | 2024-09-11T21:19:03.029Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1997 | 2024-09-11T21:19:03.168Z | Checking tokio-tungstenite v0.20.1 |
1998 | 2024-09-11T21:19:03.245Z | Compiling zone_cfg_derive v0.1.2 |
1999 | 2024-09-11T21:19:03.291Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2000 | 2024-09-11T21:19:03.630Z | Checking slog-stdlog v4.1.1 |
2001 | 2024-09-11T21:19:03.665Z | Checking serde_with v3.9.0 |
2002 | 2024-09-11T21:19:03.782Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2003 | 2024-09-11T21:19:03.924Z | Checking tungstenite v0.21.0 |
2004 | 2024-09-11T21:19:04.040Z | Checking colored v2.1.0 |
2005 | 2024-09-11T21:19:04.364Z | Checking macaddr v1.0.1 |
2006 | 2024-09-11T21:19:04.378Z | Checking parse-display v0.10.0 |
2007 | 2024-09-11T21:19:04.607Z | Checking socket2 v0.4.10 |
2008 | 2024-09-11T21:19:04.668Z | Checking base64 v0.13.1 |
2009 | 2024-09-11T21:19:04.747Z | Checking tokio-tungstenite v0.21.0 |
2010 | 2024-09-11T21:19:04.764Z | Checking zone v0.1.8 |
2011 | 2024-09-11T21:19:05.073Z | Checking ron v0.7.1 |
2012 | 2024-09-11T21:19:05.196Z | Checking slog-envlogger v2.2.0 |
2013 | 2024-09-11T21:19:05.412Z | Checking pem v3.0.4 |
2014 | 2024-09-11T21:19:05.414Z | Checking tabwriter v1.4.0 |
2015 | 2024-09-11T21:19:05.656Z | Checking xattr v1.3.1 |
2016 | 2024-09-11T21:19:05.689Z | Checking portpicker v0.1.1 |
2017 | 2024-09-11T21:19:05.828Z | Checking yasna v0.5.2 |
2018 | 2024-09-11T21:19:05.828Z | Checking headers-core v0.2.0 |
2019 | 2024-09-11T21:19:05.981Z | Checking smf v0.2.3 |
2020 | 2024-09-11T21:19:06.258Z | Checking filetime v0.2.25 |
2021 | 2024-09-11T21:19:06.463Z | Checking same-file v1.0.6 |
2022 | 2024-09-11T21:19:06.489Z | Checking tar v0.4.41 |
2023 | 2024-09-11T21:19:06.626Z | Checking walkdir v2.5.0 |
2024 | 2024-09-11T21:19:06.718Z | Checking headers v0.3.9 |
2025 | 2024-09-11T21:19:06.737Z | Checking rcgen v0.12.1 |
2026 | 2024-09-11T21:19:06.898Z | Checking atomicwrites v0.4.3 |
2027 | 2024-09-11T21:19:07.021Z | Checking camino-tempfile v1.1.1 |
2028 | 2024-09-11T21:19:07.097Z | Checking subprocess v0.2.9 |
2029 | 2024-09-11T21:19:08.075Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2030 | 2024-09-11T21:19:08.345Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2031 | 2024-09-11T21:19:10.250Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2032 | 2024-09-11T21:19:12.157Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2033 | 2024-09-11T21:19:12.224Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2034 | 2024-09-11T21:19:15.386Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2035 | 2024-09-11T21:19:21.224Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2036 | 2024-09-11T21:19:21.357Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2037 | 2024-09-11T21:19:21.357Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2038 | 2024-09-11T21:19:23.878Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2039 | 2024-09-11T21:19:24.279Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2040 | 2024-09-11T21:19:30.302Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2041 | 2024-09-11T21:19:31.789Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2042 | 2024-09-11T21:19:32.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.50s |
2043 | 2024-09-11T21:19:33.031Z | |
2044 | 2024-09-11T21:19:33.031Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
2045 | 2024-09-11T21:19:33.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2046 | 2024-09-11T21:19:33.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2047 | 2024-09-11T21:19:33.718Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2048 | 2024-09-11T21:19:34.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
2049 | 2024-09-11T21:19:35.122Z | |
2050 | 2024-09-11T21:19:35.122Z | info: running `cargo check --bins` on nexus-config (31/158) |
2051 | 2024-09-11T21:19:35.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2052 | 2024-09-11T21:19:35.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2053 | 2024-09-11T21:19:35.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2054 | 2024-09-11T21:19:35.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2055 | 2024-09-11T21:19:35.786Z | |
2056 | 2024-09-11T21:19:35.787Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
2057 | 2024-09-11T21:19:36.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2058 | 2024-09-11T21:19:36.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2059 | 2024-09-11T21:19:36.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2060 | 2024-09-11T21:19:36.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2061 | 2024-09-11T21:19:36.422Z | |
2062 | 2024-09-11T21:19:36.422Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
2063 | 2024-09-11T21:19:37.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2064 | 2024-09-11T21:19:37.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2065 | 2024-09-11T21:19:37.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2066 | 2024-09-11T21:19:37.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2067 | 2024-09-11T21:19:37.072Z | |
2068 | 2024-09-11T21:19:37.072Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
2069 | 2024-09-11T21:19:37.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2070 | 2024-09-11T21:19:37.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2071 | 2024-09-11T21:19:37.745Z | Compiling heapless v0.8.0 |
2072 | 2024-09-11T21:19:37.838Z | Checking hash32 v0.3.1 |
2073 | 2024-09-11T21:19:37.847Z | Compiling smoltcp v0.11.0 |
2074 | 2024-09-11T21:19:37.857Z | Checking cobs v0.2.3 |
2075 | 2024-09-11T21:19:37.858Z | Checking embedded-io v0.4.0 |
2076 | 2024-09-11T21:19:37.878Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2077 | 2024-09-11T21:19:37.881Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2078 | 2024-09-11T21:19:37.903Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2079 | 2024-09-11T21:19:37.990Z | Compiling crucible-workspace-hack v0.1.0 |
2080 | 2024-09-11T21:19:38.012Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2081 | 2024-09-11T21:19:38.028Z | Checking newline-converter v0.3.0 |
2082 | 2024-09-11T21:19:38.041Z | Checking postcard v1.0.8 |
2083 | 2024-09-11T21:19:38.160Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2084 | 2024-09-11T21:19:38.279Z | Compiling convert_case v0.4.0 |
2085 | 2024-09-11T21:19:38.392Z | Checking expectorate v1.1.0 |
2086 | 2024-09-11T21:19:38.395Z | Compiling zone_cfg_derive v0.3.0 |
2087 | 2024-09-11T21:19:38.546Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2088 | 2024-09-11T21:19:38.561Z | Compiling num-derive v0.4.2 |
2089 | 2024-09-11T21:19:38.668Z | Compiling slog-dtrace v0.3.0 |
2090 | 2024-09-11T21:19:38.765Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2091 | 2024-09-11T21:19:38.897Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2092 | 2024-09-11T21:19:39.171Z | Compiling derive_more v0.99.18 |
2093 | 2024-09-11T21:19:39.733Z | Checking zone v0.3.0 |
2094 | 2024-09-11T21:19:40.227Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2095 | 2024-09-11T21:19:41.619Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2096 | 2024-09-11T21:19:42.533Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2097 | 2024-09-11T21:19:43.009Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2098 | 2024-09-11T21:19:43.578Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2099 | 2024-09-11T21:19:43.850Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2100 | 2024-09-11T21:19:45.309Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2101 | 2024-09-11T21:19:45.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.90s |
2102 | 2024-09-11T21:19:46.130Z | |
2103 | 2024-09-11T21:19:46.130Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
2104 | 2024-09-11T21:19:46.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2105 | 2024-09-11T21:19:46.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2106 | 2024-09-11T21:19:46.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2107 | 2024-09-11T21:19:46.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2108 | 2024-09-11T21:19:46.796Z | |
2109 | 2024-09-11T21:19:46.796Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
2110 | 2024-09-11T21:19:47.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2111 | 2024-09-11T21:19:47.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2112 | 2024-09-11T21:19:47.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2113 | 2024-09-11T21:19:47.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2114 | 2024-09-11T21:19:47.459Z | |
2115 | 2024-09-11T21:19:47.459Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
2116 | 2024-09-11T21:19:48.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2117 | 2024-09-11T21:19:48.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2118 | 2024-09-11T21:19:48.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2119 | 2024-09-11T21:19:48.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2120 | 2024-09-11T21:19:48.233Z | |
2121 | 2024-09-11T21:19:48.233Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
2122 | 2024-09-11T21:19:48.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2123 | 2024-09-11T21:19:48.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2124 | 2024-09-11T21:19:48.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2125 | 2024-09-11T21:19:48.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2126 | 2024-09-11T21:19:48.998Z | |
2127 | 2024-09-11T21:19:48.998Z | info: running `cargo check --bins` on dns-server (39/158) |
2128 | 2024-09-11T21:19:49.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2129 | 2024-09-11T21:19:49.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2130 | 2024-09-11T21:19:49.665Z | Compiling parking_lot_core v0.8.6 |
2131 | 2024-09-11T21:19:49.756Z | Checking nibble_vec v0.1.0 |
2132 | 2024-09-11T21:19:49.759Z | Checking endian-type v0.1.2 |
2133 | 2024-09-11T21:19:49.759Z | Checking quick-error v1.2.3 |
2134 | 2024-09-11T21:19:49.759Z | Checking linked-hash-map v0.5.6 |
2135 | 2024-09-11T21:19:49.759Z | Checking fxhash v0.2.1 |
2136 | 2024-09-11T21:19:49.785Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2137 | 2024-09-11T21:19:49.788Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2138 | 2024-09-11T21:19:49.898Z | Checking resolv-conf v0.7.0 |
2139 | 2024-09-11T21:19:49.914Z | Checking hickory-server v0.24.1 |
2140 | 2024-09-11T21:19:49.951Z | Checking radix_trie v0.2.1 |
2141 | 2024-09-11T21:19:50.074Z | Checking lru-cache v0.1.2 |
2142 | 2024-09-11T21:19:50.225Z | Checking hickory-resolver v0.24.1 |
2143 | 2024-09-11T21:19:50.318Z | Checking hickory-client v0.24.1 |
2144 | 2024-09-11T21:19:50.456Z | Checking parking_lot v0.11.2 |
2145 | 2024-09-11T21:19:50.713Z | Checking sled v0.34.7 |
2146 | 2024-09-11T21:19:52.454Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2147 | 2024-09-11T21:19:53.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
2148 | 2024-09-11T21:19:53.662Z | |
2149 | 2024-09-11T21:19:53.662Z | info: running `cargo check --bins` on dns-server-api (40/158) |
2150 | 2024-09-11T21:19:54.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2151 | 2024-09-11T21:19:54.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2152 | 2024-09-11T21:19:54.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2153 | 2024-09-11T21:19:54.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2154 | 2024-09-11T21:19:54.316Z | |
2155 | 2024-09-11T21:19:54.316Z | info: running `cargo check --bins` on dns-service-client (41/158) |
2156 | 2024-09-11T21:19:54.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2157 | 2024-09-11T21:19:54.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2158 | 2024-09-11T21:19:54.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2159 | 2024-09-11T21:19:54.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2160 | 2024-09-11T21:19:54.951Z | |
2161 | 2024-09-11T21:19:54.951Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
2162 | 2024-09-11T21:19:55.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2163 | 2024-09-11T21:19:55.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2164 | 2024-09-11T21:19:55.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2165 | 2024-09-11T21:19:55.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2166 | 2024-09-11T21:19:55.671Z | |
2167 | 2024-09-11T21:19:55.671Z | info: running `cargo check --bins` on gateway-types (43/158) |
2168 | 2024-09-11T21:19:56.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2169 | 2024-09-11T21:19:56.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2170 | 2024-09-11T21:19:56.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2171 | 2024-09-11T21:19:56.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2172 | 2024-09-11T21:19:56.335Z | |
2173 | 2024-09-11T21:19:56.336Z | info: running `cargo check --bins` on ipcc (44/158) |
2174 | 2024-09-11T21:19:56.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2175 | 2024-09-11T21:19:56.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2176 | 2024-09-11T21:19:56.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2177 | 2024-09-11T21:19:56.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2178 | 2024-09-11T21:19:56.997Z | |
2179 | 2024-09-11T21:19:56.997Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
2180 | 2024-09-11T21:19:57.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2181 | 2024-09-11T21:19:57.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2182 | 2024-09-11T21:19:57.720Z | Compiling rustls-pki-types v1.7.0 |
2183 | 2024-09-11T21:19:57.723Z | Compiling match_cfg v0.1.0 |
2184 | 2024-09-11T21:19:57.826Z | Checking num-rational v0.4.2 |
2185 | 2024-09-11T21:19:57.828Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2186 | 2024-09-11T21:19:57.828Z | Compiling slog-json v2.6.1 |
2187 | 2024-09-11T21:19:57.828Z | Compiling http v1.1.0 |
2188 | 2024-09-11T21:19:57.828Z | Checking num-complex v0.4.6 |
2189 | 2024-09-11T21:19:57.853Z | Compiling atomic-waker v1.1.2 |
2190 | 2024-09-11T21:19:57.893Z | Compiling hostname v0.3.1 |
2191 | 2024-09-11T21:19:58.047Z | Compiling prettyplease v0.2.20 |
2192 | 2024-09-11T21:19:58.131Z | Compiling slog-bunyan v2.5.0 |
2193 | 2024-09-11T21:19:58.171Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2194 | 2024-09-11T21:19:58.263Z | Compiling rustls-webpki v0.102.4 |
2195 | 2024-09-11T21:19:58.323Z | Compiling rustls-pemfile v2.1.3 |
2196 | 2024-09-11T21:19:58.393Z | Compiling waitgroup v0.1.2 |
2197 | 2024-09-11T21:19:58.415Z | Compiling async-stream v0.3.5 |
2198 | 2024-09-11T21:19:58.431Z | Compiling toml v0.8.19 |
2199 | 2024-09-11T21:19:58.588Z | Compiling ipnetwork v0.20.0 |
2200 | 2024-09-11T21:19:58.611Z | Compiling newtype-uuid v1.1.0 |
2201 | 2024-09-11T21:19:58.703Z | Compiling serde_path_to_error v0.1.16 |
2202 | 2024-09-11T21:19:58.766Z | Checking num v0.4.3 |
2203 | 2024-09-11T21:19:58.769Z | Compiling hostname v0.4.0 |
2204 | 2024-09-11T21:19:58.866Z | Compiling instant v0.1.12 |
2205 | 2024-09-11T21:19:58.920Z | Compiling debug-ignore v1.0.5 |
2206 | 2024-09-11T21:19:59.007Z | Compiling semver v0.1.20 |
2207 | 2024-09-11T21:19:59.026Z | Compiling radium v0.7.0 |
2208 | 2024-09-11T21:19:59.057Z | Compiling rustls v0.22.4 |
2209 | 2024-09-11T21:19:59.496Z | Compiling multer v3.1.0 |
2210 | 2024-09-11T21:19:59.499Z | Checking float-ord v0.3.2 |
2211 | 2024-09-11T21:19:59.550Z | Compiling rustc_version v0.1.7 |
2212 | 2024-09-11T21:19:59.646Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2213 | 2024-09-11T21:19:59.664Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2214 | 2024-09-11T21:20:00.059Z | Compiling backoff v0.4.0 |
2215 | 2024-09-11T21:20:00.198Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2216 | 2024-09-11T21:20:00.278Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2217 | 2024-09-11T21:20:00.303Z | Compiling parse-display v0.10.0 |
2218 | 2024-09-11T21:20:00.403Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2219 | 2024-09-11T21:20:00.420Z | Compiling serde_with v3.9.0 |
2220 | 2024-09-11T21:20:00.527Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2221 | 2024-09-11T21:20:00.686Z | Compiling macaddr v1.0.1 |
2222 | 2024-09-11T21:20:00.980Z | Checking tap v1.0.1 |
2223 | 2024-09-11T21:20:01.122Z | Compiling maybe-uninit v2.0.0 |
2224 | 2024-09-11T21:20:01.146Z | Checking wyz v0.5.1 |
2225 | 2024-09-11T21:20:01.528Z | Compiling newtype_derive v0.1.6 |
2226 | 2024-09-11T21:20:01.777Z | Checking password-hash v0.5.0 |
2227 | 2024-09-11T21:20:01.809Z | Checking blake2 v0.10.6 |
2228 | 2024-09-11T21:20:02.129Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2229 | 2024-09-11T21:20:02.229Z | Checking crc-catalog v2.4.0 |
2230 | 2024-09-11T21:20:02.253Z | Compiling cancel-safe-futures v0.1.5 |
2231 | 2024-09-11T21:20:02.367Z | Checking funty v2.0.0 |
2232 | 2024-09-11T21:20:02.600Z | Compiling packed_struct v0.10.1 |
2233 | 2024-09-11T21:20:02.666Z | Checking crc v3.2.1 |
2234 | 2024-09-11T21:20:03.081Z | Checking argon2 v0.5.3 |
2235 | 2024-09-11T21:20:03.204Z | Compiling tokio-rustls v0.25.0 |
2236 | 2024-09-11T21:20:03.301Z | Checking bitvec v1.0.1 |
2237 | 2024-09-11T21:20:03.617Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2238 | 2024-09-11T21:20:03.722Z | Compiling packed_struct_codegen v0.10.1 |
2239 | 2024-09-11T21:20:04.069Z | Compiling cookie v0.18.1 |
2240 | 2024-09-11T21:20:04.150Z | Compiling indexmap v1.9.3 |
2241 | 2024-09-11T21:20:04.383Z | Checking half v2.4.1 |
2242 | 2024-09-11T21:20:04.465Z | Checking nodrop v0.1.14 |
2243 | 2024-09-11T21:20:04.586Z | Checking ciborium-io v0.2.2 |
2244 | 2024-09-11T21:20:04.712Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2245 | 2024-09-11T21:20:04.843Z | Checking ciborium-ll v0.2.2 |
2246 | 2024-09-11T21:20:05.052Z | Checking array-init v0.0.4 |
2247 | 2024-09-11T21:20:05.357Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2248 | 2024-09-11T21:20:05.639Z | Checking smallvec v0.6.14 |
2249 | 2024-09-11T21:20:06.079Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2250 | 2024-09-11T21:20:06.593Z | Checking libsw v3.3.1 |
2251 | 2024-09-11T21:20:06.616Z | Compiling derive-where v1.2.7 |
2252 | 2024-09-11T21:20:06.785Z | Compiling memoffset v0.9.1 |
2253 | 2024-09-11T21:20:06.850Z | Checking bitfield v0.14.0 |
2254 | 2024-09-11T21:20:07.114Z | Checking hashbrown v0.12.3 |
2255 | 2024-09-11T21:20:07.136Z | Checking highway v1.2.0 |
2256 | 2024-09-11T21:20:07.435Z | Checking linear-map v1.2.0 |
2257 | 2024-09-11T21:20:07.559Z | Checking indent_write v2.2.0 |
2258 | 2024-09-11T21:20:07.757Z | Checking owo-colors v4.0.0 |
2259 | 2024-09-11T21:20:07.770Z | Checking swrite v0.1.0 |
2260 | 2024-09-11T21:20:07.891Z | Checking env_logger v0.10.2 |
2261 | 2024-09-11T21:20:08.111Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2262 | 2024-09-11T21:20:08.303Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2263 | 2024-09-11T21:20:08.871Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2264 | 2024-09-11T21:20:09.298Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2265 | 2024-09-11T21:20:09.651Z | Checking steno v0.4.1 |
2266 | 2024-09-11T21:20:09.709Z | Checking serde-hex v0.1.0 |
2267 | 2024-09-11T21:20:09.908Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2268 | 2024-09-11T21:20:09.911Z | Checking bzip2 v0.4.4 |
2269 | 2024-09-11T21:20:10.088Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2270 | 2024-09-11T21:20:10.646Z | Checking ciborium v0.2.2 |
2271 | 2024-09-11T21:20:10.981Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2272 | 2024-09-11T21:20:11.249Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2273 | 2024-09-11T21:20:11.700Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2274 | 2024-09-11T21:20:11.984Z | Checking ron v0.8.1 |
2275 | 2024-09-11T21:20:12.357Z | Checking x509-cert v0.2.5 |
2276 | 2024-09-11T21:20:12.865Z | Checking hashbrown v0.13.2 |
2277 | 2024-09-11T21:20:13.052Z | Checking crc-any v2.5.0 |
2278 | 2024-09-11T21:20:13.215Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2279 | 2024-09-11T21:20:13.440Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2280 | 2024-09-11T21:20:13.477Z | Checking zip v0.6.6 |
2281 | 2024-09-11T21:20:13.871Z | Checking object v0.30.4 |
2282 | 2024-09-11T21:20:13.895Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2283 | 2024-09-11T21:20:13.913Z | Checking path-slash v0.1.5 |
2284 | 2024-09-11T21:20:13.988Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2285 | 2024-09-11T21:20:14.046Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2286 | 2024-09-11T21:20:14.163Z | Checking nix v0.27.1 |
2287 | 2024-09-11T21:20:14.249Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2288 | 2024-09-11T21:20:14.495Z | Checking kstat-rs v0.2.4 |
2289 | 2024-09-11T21:20:14.842Z | Checking serde-big-array v0.5.1 |
2290 | 2024-09-11T21:20:14.845Z | Checking signal-hook-tokio v0.3.1 |
2291 | 2024-09-11T21:20:15.849Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2292 | 2024-09-11T21:20:16.299Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2293 | 2024-09-11T21:20:19.481Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2294 | 2024-09-11T21:20:21.061Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2295 | 2024-09-11T21:20:23.628Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2296 | 2024-09-11T21:20:26.631Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2297 | 2024-09-11T21:20:26.743Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2298 | 2024-09-11T21:20:26.993Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2299 | 2024-09-11T21:20:31.964Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2300 | 2024-09-11T21:20:32.593Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2301 | 2024-09-11T21:20:35.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.22s |
2302 | 2024-09-11T21:20:35.391Z | |
2303 | 2024-09-11T21:20:35.391Z | info: running `cargo check --bins` on gateway-api (46/158) |
2304 | 2024-09-11T21:20:35.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2305 | 2024-09-11T21:20:35.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2306 | 2024-09-11T21:20:35.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2307 | 2024-09-11T21:20:35.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2308 | 2024-09-11T21:20:36.062Z | |
2309 | 2024-09-11T21:20:36.062Z | info: running `cargo check --bins` on oximeter (47/158) |
2310 | 2024-09-11T21:20:36.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2311 | 2024-09-11T21:20:36.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2312 | 2024-09-11T21:20:36.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2313 | 2024-09-11T21:20:36.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2314 | 2024-09-11T21:20:36.729Z | |
2315 | 2024-09-11T21:20:36.729Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
2316 | 2024-09-11T21:20:37.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2317 | 2024-09-11T21:20:37.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2318 | 2024-09-11T21:20:37.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2319 | 2024-09-11T21:20:37.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2320 | 2024-09-11T21:20:37.367Z | |
2321 | 2024-09-11T21:20:37.367Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
2322 | 2024-09-11T21:20:37.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2323 | 2024-09-11T21:20:37.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2324 | 2024-09-11T21:20:38.027Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2325 | 2024-09-11T21:20:38.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
2326 | 2024-09-11T21:20:38.582Z | |
2327 | 2024-09-11T21:20:38.582Z | info: running `cargo check --bins` on oximeter-types (50/158) |
2328 | 2024-09-11T21:20:39.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2329 | 2024-09-11T21:20:39.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2330 | 2024-09-11T21:20:39.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2331 | 2024-09-11T21:20:39.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2332 | 2024-09-11T21:20:39.248Z | |
2333 | 2024-09-11T21:20:39.248Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
2334 | 2024-09-11T21:20:39.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2335 | 2024-09-11T21:20:39.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2336 | 2024-09-11T21:20:39.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2337 | 2024-09-11T21:20:39.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2338 | 2024-09-11T21:20:39.897Z | |
2339 | 2024-09-11T21:20:39.897Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
2340 | 2024-09-11T21:20:40.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2341 | 2024-09-11T21:20:40.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2342 | 2024-09-11T21:20:40.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2343 | 2024-09-11T21:20:40.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2344 | 2024-09-11T21:20:40.522Z | |
2345 | 2024-09-11T21:20:40.523Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
2346 | 2024-09-11T21:20:41.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2347 | 2024-09-11T21:20:41.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2348 | 2024-09-11T21:20:41.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2349 | 2024-09-11T21:20:41.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2350 | 2024-09-11T21:20:41.180Z | |
2351 | 2024-09-11T21:20:41.180Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
2352 | 2024-09-11T21:20:41.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2353 | 2024-09-11T21:20:41.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2354 | 2024-09-11T21:20:41.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2355 | 2024-09-11T21:20:41.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2356 | 2024-09-11T21:20:41.837Z | |
2357 | 2024-09-11T21:20:41.837Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
2358 | 2024-09-11T21:20:42.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2359 | 2024-09-11T21:20:42.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2360 | 2024-09-11T21:20:42.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2361 | 2024-09-11T21:20:42.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2362 | 2024-09-11T21:20:42.495Z | |
2363 | 2024-09-11T21:20:42.495Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
2364 | 2024-09-11T21:20:43.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2365 | 2024-09-11T21:20:43.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2366 | 2024-09-11T21:20:43.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2367 | 2024-09-11T21:20:43.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2368 | 2024-09-11T21:20:43.148Z | |
2369 | 2024-09-11T21:20:43.148Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
2370 | 2024-09-11T21:20:43.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2371 | 2024-09-11T21:20:43.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2372 | 2024-09-11T21:20:43.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2373 | 2024-09-11T21:20:43.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2374 | 2024-09-11T21:20:43.806Z | |
2375 | 2024-09-11T21:20:43.806Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
2376 | 2024-09-11T21:20:44.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2377 | 2024-09-11T21:20:44.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2378 | 2024-09-11T21:20:44.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2379 | 2024-09-11T21:20:44.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2380 | 2024-09-11T21:20:44.461Z | |
2381 | 2024-09-11T21:20:44.462Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
2382 | 2024-09-11T21:20:45.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-09-11T21:20:45.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-09-11T21:20:45.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2385 | 2024-09-11T21:20:45.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2386 | 2024-09-11T21:20:45.146Z | |
2387 | 2024-09-11T21:20:45.146Z | info: running `cargo check --bins` on internal-dns (60/158) |
2388 | 2024-09-11T21:20:45.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-09-11T21:20:45.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-09-11T21:20:45.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2391 | 2024-09-11T21:20:45.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2392 | 2024-09-11T21:20:45.812Z | |
2393 | 2024-09-11T21:20:45.812Z | info: running `cargo check --bins` on nexus-client (61/158) |
2394 | 2024-09-11T21:20:46.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-09-11T21:20:46.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-09-11T21:20:46.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2397 | 2024-09-11T21:20:46.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2398 | 2024-09-11T21:20:46.499Z | |
2399 | 2024-09-11T21:20:46.499Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
2400 | 2024-09-11T21:20:47.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-09-11T21:20:47.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-09-11T21:20:47.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2403 | 2024-09-11T21:20:47.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2404 | 2024-09-11T21:20:47.174Z | |
2405 | 2024-09-11T21:20:47.174Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
2406 | 2024-09-11T21:20:47.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-09-11T21:20:47.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-09-11T21:20:47.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2409 | 2024-09-11T21:20:47.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2410 | 2024-09-11T21:20:47.808Z | |
2411 | 2024-09-11T21:20:47.809Z | info: running `cargo check --bins` on nexus-types (64/158) |
2412 | 2024-09-11T21:20:48.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-09-11T21:20:48.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-09-11T21:20:48.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2415 | 2024-09-11T21:20:48.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2416 | 2024-09-11T21:20:48.487Z | |
2417 | 2024-09-11T21:20:48.487Z | info: running `cargo check --bins` on gateway-client (65/158) |
2418 | 2024-09-11T21:20:49.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2024-09-11T21:20:49.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2024-09-11T21:20:49.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2421 | 2024-09-11T21:20:49.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2422 | 2024-09-11T21:20:49.121Z | |
2423 | 2024-09-11T21:20:49.121Z | info: running `cargo check --bins` on oxql-types (66/158) |
2424 | 2024-09-11T21:20:49.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2024-09-11T21:20:49.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2024-09-11T21:20:49.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2427 | 2024-09-11T21:20:49.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2428 | 2024-09-11T21:20:49.791Z | |
2429 | 2024-09-11T21:20:49.791Z | info: running `cargo check --bins` on update-engine (67/158) |
2430 | 2024-09-11T21:20:50.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2024-09-11T21:20:50.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2024-09-11T21:20:50.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2433 | 2024-09-11T21:20:50.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2434 | 2024-09-11T21:20:50.436Z | |
2435 | 2024-09-11T21:20:50.436Z | info: running `cargo check --bins` on sp-sim (68/158) |
2436 | 2024-09-11T21:20:51.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-09-11T21:20:51.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-09-11T21:20:51.096Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2439 | 2024-09-11T21:20:52.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s |
2440 | 2024-09-11T21:20:53.009Z | |
2441 | 2024-09-11T21:20:53.009Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (69/158) |
2442 | 2024-09-11T21:20:53.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2024-09-11T21:20:53.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2024-09-11T21:20:53.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2445 | 2024-09-11T21:20:53.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2446 | 2024-09-11T21:20:53.726Z | |
2447 | 2024-09-11T21:20:53.726Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/158) |
2448 | 2024-09-11T21:20:54.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-09-11T21:20:54.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-09-11T21:20:54.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-09-11T21:20:54.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2452 | 2024-09-11T21:20:54.461Z | |
2453 | 2024-09-11T21:20:54.461Z | info: running `cargo check --bins` on db-macros (71/158) |
2454 | 2024-09-11T21:20:55.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-09-11T21:20:55.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-09-11T21:20:55.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-09-11T21:20:55.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2458 | 2024-09-11T21:20:55.097Z | |
2459 | 2024-09-11T21:20:55.097Z | info: running `cargo check --bins` on nexus-macros-common (72/158) |
2460 | 2024-09-11T21:20:55.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-09-11T21:20:55.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-09-11T21:20:55.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2024-09-11T21:20:55.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2464 | 2024-09-11T21:20:55.728Z | |
2465 | 2024-09-11T21:20:55.728Z | info: running `cargo check --bins` on nexus-auth (73/158) |
2466 | 2024-09-11T21:20:56.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-09-11T21:20:56.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-09-11T21:20:56.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-09-11T21:20:56.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2470 | 2024-09-11T21:20:56.432Z | |
2471 | 2024-09-11T21:20:56.432Z | info: running `cargo check --bins` on authz-macros (74/158) |
2472 | 2024-09-11T21:20:57.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-09-11T21:20:57.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-09-11T21:20:57.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-09-11T21:20:57.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2476 | 2024-09-11T21:20:57.065Z | |
2477 | 2024-09-11T21:20:57.065Z | info: running `cargo check --bins` on nexus-db-fixed-data (75/158) |
2478 | 2024-09-11T21:20:57.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-09-11T21:20:57.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-09-11T21:20:57.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-09-11T21:20:57.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2482 | 2024-09-11T21:20:57.761Z | |
2483 | 2024-09-11T21:20:57.761Z | info: running `cargo check --bins` on nexus-db-model (76/158) |
2484 | 2024-09-11T21:20:58.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-09-11T21:20:58.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-09-11T21:20:58.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2024-09-11T21:20:58.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2488 | 2024-09-11T21:20:58.453Z | |
2489 | 2024-09-11T21:20:58.453Z | info: running `cargo check --bins` on nexus-defaults (77/158) |
2490 | 2024-09-11T21:20:59.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-09-11T21:20:59.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-09-11T21:20:59.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-09-11T21:20:59.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2494 | 2024-09-11T21:20:59.116Z | |
2495 | 2024-09-11T21:20:59.116Z | info: running `cargo check --bins` on sled-agent-client (78/158) |
2496 | 2024-09-11T21:20:59.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-09-11T21:20:59.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-09-11T21:20:59.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2024-09-11T21:20:59.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2500 | 2024-09-11T21:20:59.792Z | |
2501 | 2024-09-11T21:20:59.792Z | info: running `cargo check --bins` on nexus-inventory (79/158) |
2502 | 2024-09-11T21:21:00.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-09-11T21:21:00.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-09-11T21:21:00.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2024-09-11T21:21:00.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2506 | 2024-09-11T21:21:00.483Z | |
2507 | 2024-09-11T21:21:00.483Z | info: running `cargo check --bins` on typed-rng (80/158) |
2508 | 2024-09-11T21:21:01.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-09-11T21:21:01.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-09-11T21:21:01.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-09-11T21:21:01.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2512 | 2024-09-11T21:21:01.112Z | |
2513 | 2024-09-11T21:21:01.112Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/158) |
2514 | 2024-09-11T21:21:01.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-09-11T21:21:01.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-09-11T21:21:01.875Z | Compiling rayon-core v1.12.1 |
2517 | 2024-09-11T21:21:01.878Z | Compiling crossbeam-deque v0.8.5 |
2518 | 2024-09-11T21:21:01.878Z | Compiling curve25519-dalek v4.1.3 |
2519 | 2024-09-11T21:21:01.878Z | Compiling unicase v2.7.0 |
2520 | 2024-09-11T21:21:01.975Z | Checking keccak v0.1.5 |
2521 | 2024-09-11T21:21:01.977Z | Compiling same-file v1.0.6 |
2522 | 2024-09-11T21:21:01.978Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2523 | 2024-09-11T21:21:01.994Z | Compiling tempfile v3.10.1 |
2524 | 2024-09-11T21:21:02.265Z | Checking sha3 v0.10.8 |
2525 | 2024-09-11T21:21:02.301Z | Compiling walkdir v2.5.0 |
2526 | 2024-09-11T21:21:02.304Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2527 | 2024-09-11T21:21:02.518Z | Compiling thiserror-impl-no-std v2.0.2 |
2528 | 2024-09-11T21:21:02.622Z | Checking universal-hash v0.5.1 |
2529 | 2024-09-11T21:21:02.676Z | Checking secrecy v0.8.0 |
2530 | 2024-09-11T21:21:02.712Z | Compiling ring v0.16.20 |
2531 | 2024-09-11T21:21:02.808Z | Compiling blake3 v1.5.1 |
2532 | 2024-09-11T21:21:02.863Z | Compiling curve25519-dalek-derive v0.1.1 |
2533 | 2024-09-11T21:21:02.881Z | Checking opaque-debug v0.3.1 |
2534 | 2024-09-11T21:21:02.896Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2535 | 2024-09-11T21:21:02.971Z | Checking poly1305 v0.8.0 |
2536 | 2024-09-11T21:21:03.034Z | Compiling rayon v1.10.0 |
2537 | 2024-09-11T21:21:03.195Z | Checking chacha20 v0.9.1 |
2538 | 2024-09-11T21:21:03.456Z | Checking aead v0.5.2 |
2539 | 2024-09-11T21:21:03.516Z | Compiling memmap2 v0.9.4 |
2540 | 2024-09-11T21:21:03.672Z | Compiling home v0.5.9 |
2541 | 2024-09-11T21:21:03.939Z | Compiling libefi-sys v0.1.0 |
2542 | 2024-09-11T21:21:03.956Z | Compiling constant_time_eq v0.3.0 |
2543 | 2024-09-11T21:21:03.958Z | Compiling spin v0.5.2 |
2544 | 2024-09-11T21:21:04.095Z | Compiling arrayvec v0.7.4 |
2545 | 2024-09-11T21:21:04.133Z | Compiling arrayref v0.3.7 |
2546 | 2024-09-11T21:21:04.181Z | Compiling untrusted v0.7.1 |
2547 | 2024-09-11T21:21:04.504Z | Compiling toolchain_find v0.4.0 |
2548 | 2024-09-11T21:21:04.508Z | Checking chacha20poly1305 v0.10.1 |
2549 | 2024-09-11T21:21:04.509Z | Compiling camino-tempfile v1.1.1 |
2550 | 2024-09-11T21:21:04.642Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2551 | 2024-09-11T21:21:04.805Z | Compiling bitfield-struct v0.6.1 |
2552 | 2024-09-11T21:21:04.921Z | Compiling topological-sort v0.2.2 |
2553 | 2024-09-11T21:21:04.959Z | Compiling mime_guess v2.0.4 |
2554 | 2024-09-11T21:21:05.130Z | Compiling rustfmt-wrapper v0.2.1 |
2555 | 2024-09-11T21:21:05.592Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2556 | 2024-09-11T21:21:05.674Z | Checking thiserror-no-std v2.0.2 |
2557 | 2024-09-11T21:21:05.693Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2558 | 2024-09-11T21:21:05.785Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2559 | 2024-09-11T21:21:05.899Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2560 | 2024-09-11T21:21:06.199Z | Checking vsss-rs v3.3.4 |
2561 | 2024-09-11T21:21:06.252Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2562 | 2024-09-11T21:21:06.269Z | Checking gethostname v0.5.0 |
2563 | 2024-09-11T21:21:06.324Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2564 | 2024-09-11T21:21:06.388Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2565 | 2024-09-11T21:21:06.824Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2566 | 2024-09-11T21:21:06.891Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2567 | 2024-09-11T21:21:07.099Z | Checking nanorand v0.7.0 |
2568 | 2024-09-11T21:21:07.152Z | Checking http-range v0.1.5 |
2569 | 2024-09-11T21:21:07.307Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2570 | 2024-09-11T21:21:07.475Z | Checking glob v0.3.1 |
2571 | 2024-09-11T21:21:07.507Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2572 | 2024-09-11T21:21:07.778Z | Checking flume v0.11.0 |
2573 | 2024-09-11T21:21:07.801Z | Checking hyper-staticfile v0.9.5 |
2574 | 2024-09-11T21:21:08.207Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2575 | 2024-09-11T21:21:08.236Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2576 | 2024-09-11T21:21:08.283Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2577 | 2024-09-11T21:21:08.590Z | Compiling omicron-zone-package v0.11.0 |
2578 | 2024-09-11T21:21:08.667Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2579 | 2024-09-11T21:21:09.415Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2580 | 2024-09-11T21:21:09.840Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2581 | 2024-09-11T21:21:10.066Z | Checking itertools v0.13.0 |
2582 | 2024-09-11T21:21:10.428Z | Checking display-error-chain v0.2.1 |
2583 | 2024-09-11T21:21:12.166Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2584 | 2024-09-11T21:21:12.759Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2585 | 2024-09-11T21:21:14.750Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2586 | 2024-09-11T21:21:14.753Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2587 | 2024-09-11T21:21:24.502Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2588 | 2024-09-11T21:21:35.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.63s |
2589 | 2024-09-11T21:21:35.924Z | |
2590 | 2024-09-11T21:21:35.924Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/158) |
2591 | 2024-09-11T21:21:36.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2024-09-11T21:21:36.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2024-09-11T21:21:36.683Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2594 | 2024-09-11T21:21:48.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.12s |
2595 | 2024-09-11T21:21:48.223Z | |
2596 | 2024-09-11T21:21:48.223Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/158) |
2597 | 2024-09-11T21:21:48.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-09-11T21:21:48.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-09-11T21:21:48.979Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2600 | 2024-09-11T21:22:00.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.13s |
2601 | 2024-09-11T21:22:00.537Z | |
2602 | 2024-09-11T21:22:00.537Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/158) |
2603 | 2024-09-11T21:22:01.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2024-09-11T21:22:01.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2024-09-11T21:22:01.302Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2606 | 2024-09-11T21:22:12.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.09s |
2607 | 2024-09-11T21:22:12.801Z | |
2608 | 2024-09-11T21:22:12.801Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/158) |
2609 | 2024-09-11T21:22:13.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-09-11T21:22:13.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-09-11T21:22:13.558Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2612 | 2024-09-11T21:22:24.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.14s |
2613 | 2024-09-11T21:22:25.117Z | |
2614 | 2024-09-11T21:22:25.117Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/158) |
2615 | 2024-09-11T21:22:25.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2024-09-11T21:22:25.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2024-09-11T21:22:25.873Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2618 | 2024-09-11T21:22:37.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.08s |
2619 | 2024-09-11T21:22:37.367Z | |
2620 | 2024-09-11T21:22:37.367Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/158) |
2621 | 2024-09-11T21:22:38.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-09-11T21:22:38.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-09-11T21:22:38.126Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2624 | 2024-09-11T21:22:49.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s |
2625 | 2024-09-11T21:22:49.569Z | |
2626 | 2024-09-11T21:22:49.569Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/158) |
2627 | 2024-09-11T21:22:50.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-09-11T21:22:50.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-09-11T21:22:50.328Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2630 | 2024-09-11T21:23:01.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.16s |
2631 | 2024-09-11T21:23:01.904Z | |
2632 | 2024-09-11T21:23:01.904Z | info: running `cargo check --bins` on bootstrap-agent-api (89/158) |
2633 | 2024-09-11T21:23:02.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-09-11T21:23:02.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-09-11T21:23:02.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2024-09-11T21:23:02.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2637 | 2024-09-11T21:23:02.609Z | |
2638 | 2024-09-11T21:23:02.609Z | info: running `cargo check --bins` on sled-agent-types (90/158) |
2639 | 2024-09-11T21:23:03.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-09-11T21:23:03.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-09-11T21:23:03.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2024-09-11T21:23:03.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2643 | 2024-09-11T21:23:03.302Z | |
2644 | 2024-09-11T21:23:03.302Z | info: running `cargo check --bins` on bootstrap-agent-client (91/158) |
2645 | 2024-09-11T21:23:03.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-09-11T21:23:03.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-09-11T21:23:03.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2648 | 2024-09-11T21:23:03.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2649 | 2024-09-11T21:23:03.974Z | |
2650 | 2024-09-11T21:23:03.974Z | info: running `cargo check --bins` on dpd-client (92/158) |
2651 | 2024-09-11T21:23:04.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2024-09-11T21:23:04.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2024-09-11T21:23:04.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2654 | 2024-09-11T21:23:04.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2655 | 2024-09-11T21:23:04.624Z | |
2656 | 2024-09-11T21:23:04.624Z | info: running `cargo check --bins` on installinator-common (93/158) |
2657 | 2024-09-11T21:23:05.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-09-11T21:23:05.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-09-11T21:23:05.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2660 | 2024-09-11T21:23:05.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2661 | 2024-09-11T21:23:05.309Z | |
2662 | 2024-09-11T21:23:05.309Z | info: running `cargo check --bins` on key-manager (94/158) |
2663 | 2024-09-11T21:23:05.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-09-11T21:23:05.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-09-11T21:23:05.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2024-09-11T21:23:05.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2667 | 2024-09-11T21:23:05.967Z | |
2668 | 2024-09-11T21:23:05.967Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
2669 | 2024-09-11T21:23:06.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-09-11T21:23:06.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-09-11T21:23:06.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-09-11T21:23:06.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2673 | 2024-09-11T21:23:06.652Z | |
2674 | 2024-09-11T21:23:06.652Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
2675 | 2024-09-11T21:23:07.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-09-11T21:23:07.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-09-11T21:23:07.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-09-11T21:23:07.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2679 | 2024-09-11T21:23:07.337Z | |
2680 | 2024-09-11T21:23:07.337Z | info: running `cargo check --bins` on sled-hardware (97/158) |
2681 | 2024-09-11T21:23:07.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-09-11T21:23:07.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-09-11T21:23:07.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2024-09-11T21:23:07.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2685 | 2024-09-11T21:23:07.999Z | |
2686 | 2024-09-11T21:23:07.999Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
2687 | 2024-09-11T21:23:08.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-09-11T21:23:08.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-09-11T21:23:08.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2024-09-11T21:23:08.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2691 | 2024-09-11T21:23:08.668Z | |
2692 | 2024-09-11T21:23:08.668Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
2693 | 2024-09-11T21:23:09.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2024-09-11T21:23:09.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2024-09-11T21:23:09.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2024-09-11T21:23:09.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2697 | 2024-09-11T21:23:09.347Z | |
2698 | 2024-09-11T21:23:09.347Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
2699 | 2024-09-11T21:23:09.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2024-09-11T21:23:09.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2024-09-11T21:23:09.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2024-09-11T21:23:09.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2703 | 2024-09-11T21:23:10.042Z | |
2704 | 2024-09-11T21:23:10.042Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
2705 | 2024-09-11T21:23:10.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2024-09-11T21:23:10.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2024-09-11T21:23:10.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2024-09-11T21:23:10.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2709 | 2024-09-11T21:23:10.726Z | |
2710 | 2024-09-11T21:23:10.727Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
2711 | 2024-09-11T21:23:11.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2024-09-11T21:23:11.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2024-09-11T21:23:11.441Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2714 | 2024-09-11T21:23:11.441Z | Checking bcs v0.1.6 |
2715 | 2024-09-11T21:23:11.441Z | Compiling async-recursion v1.1.1 |
2716 | 2024-09-11T21:23:11.444Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2717 | 2024-09-11T21:23:11.445Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2718 | 2024-09-11T21:23:12.540Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2719 | 2024-09-11T21:23:15.691Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2720 | 2024-09-11T21:23:17.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s |
2721 | 2024-09-11T21:23:17.521Z | |
2722 | 2024-09-11T21:23:17.521Z | info: running `cargo check --bins` on oximeter-api (103/158) |
2723 | 2024-09-11T21:23:18.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2024-09-11T21:23:18.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2024-09-11T21:23:18.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2726 | 2024-09-11T21:23:18.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2727 | 2024-09-11T21:23:18.183Z | |
2728 | 2024-09-11T21:23:18.183Z | info: running `cargo check --bins` on oximeter-client (104/158) |
2729 | 2024-09-11T21:23:18.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2730 | 2024-09-11T21:23:18.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2731 | 2024-09-11T21:23:18.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2732 | 2024-09-11T21:23:18.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2733 | 2024-09-11T21:23:18.835Z | |
2734 | 2024-09-11T21:23:18.836Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
2735 | 2024-09-11T21:23:19.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2736 | 2024-09-11T21:23:19.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2737 | 2024-09-11T21:23:19.515Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2738 | 2024-09-11T21:23:20.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
2739 | 2024-09-11T21:23:20.233Z | |
2740 | 2024-09-11T21:23:20.233Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
2741 | 2024-09-11T21:23:20.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2742 | 2024-09-11T21:23:20.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2743 | 2024-09-11T21:23:20.920Z | Compiling cfg_aliases v0.1.1 |
2744 | 2024-09-11T21:23:20.923Z | Compiling vte_generate_state_changes v0.1.1 |
2745 | 2024-09-11T21:23:20.923Z | Checking fd-lock v4.0.2 |
2746 | 2024-09-11T21:23:20.923Z | Checking bytecount v0.6.8 |
2747 | 2024-09-11T21:23:21.014Z | Compiling tabled_derive v0.7.0 |
2748 | 2024-09-11T21:23:21.031Z | Checking crossterm v0.27.0 |
2749 | 2024-09-11T21:23:21.036Z | Compiling peg-macros v0.8.4 |
2750 | 2024-09-11T21:23:21.036Z | Compiling sqlparser_derive v0.2.2 |
2751 | 2024-09-11T21:23:21.094Z | Compiling nix v0.28.0 |
2752 | 2024-09-11T21:23:21.167Z | Checking papergrid v0.11.0 |
2753 | 2024-09-11T21:23:21.185Z | Checking unicode_categories v0.1.1 |
2754 | 2024-09-11T21:23:21.471Z | Checking nu-ansi-term v0.50.0 |
2755 | 2024-09-11T21:23:21.635Z | Checking vte v0.11.1 |
2756 | 2024-09-11T21:23:21.906Z | Checking home v0.5.9 |
2757 | 2024-09-11T21:23:22.054Z | Checking sqlformat v0.2.4 |
2758 | 2024-09-11T21:23:22.129Z | Checking sqlparser v0.45.0 |
2759 | 2024-09-11T21:23:22.657Z | Checking crossterm v0.28.1 |
2760 | 2024-09-11T21:23:22.951Z | Checking strip-ansi-escapes v0.2.0 |
2761 | 2024-09-11T21:23:23.087Z | Checking reedline v0.33.0 |
2762 | 2024-09-11T21:23:23.533Z | Checking tabled v0.15.0 |
2763 | 2024-09-11T21:23:24.117Z | Checking peg v0.8.4 |
2764 | 2024-09-11T21:23:24.276Z | Checking rustyline v14.0.0 |
2765 | 2024-09-11T21:23:28.587Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2766 | 2024-09-11T21:23:33.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.27s |
2767 | 2024-09-11T21:23:33.655Z | |
2768 | 2024-09-11T21:23:33.655Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
2769 | 2024-09-11T21:23:34.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2024-09-11T21:23:34.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2024-09-11T21:23:34.350Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2772 | 2024-09-11T21:23:39.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
2773 | 2024-09-11T21:23:39.502Z | |
2774 | 2024-09-11T21:23:39.502Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
2775 | 2024-09-11T21:23:40.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-09-11T21:23:40.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-09-11T21:23:40.179Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2778 | 2024-09-11T21:23:44.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s |
2779 | 2024-09-11T21:23:45.118Z | |
2780 | 2024-09-11T21:23:45.118Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
2781 | 2024-09-11T21:23:45.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-09-11T21:23:45.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-09-11T21:23:45.803Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2784 | 2024-09-11T21:23:49.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
2785 | 2024-09-11T21:23:50.022Z | |
2786 | 2024-09-11T21:23:50.022Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
2787 | 2024-09-11T21:23:50.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-09-11T21:23:50.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-09-11T21:23:50.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2024-09-11T21:23:50.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2791 | 2024-09-11T21:23:50.689Z | |
2792 | 2024-09-11T21:23:50.689Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
2793 | 2024-09-11T21:23:51.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-09-11T21:23:51.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-09-11T21:23:51.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2024-09-11T21:23:51.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2797 | 2024-09-11T21:23:51.328Z | |
2798 | 2024-09-11T21:23:51.328Z | info: running `cargo check --bins` on installinator-client (112/158) |
2799 | 2024-09-11T21:23:51.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-09-11T21:23:51.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-09-11T21:23:51.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-09-11T21:23:51.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2803 | 2024-09-11T21:23:52.004Z | |
2804 | 2024-09-11T21:23:52.004Z | info: running `cargo check --bins` on oxide-client (113/158) |
2805 | 2024-09-11T21:23:52.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-09-11T21:23:52.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-09-11T21:23:52.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2024-09-11T21:23:52.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2809 | 2024-09-11T21:23:52.641Z | |
2810 | 2024-09-11T21:23:52.642Z | info: running `cargo check --bins` on wicketd-client (114/158) |
2811 | 2024-09-11T21:23:53.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-09-11T21:23:53.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-09-11T21:23:53.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2024-09-11T21:23:53.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2815 | 2024-09-11T21:23:53.339Z | |
2816 | 2024-09-11T21:23:53.339Z | info: running `cargo check --bins` on wicket-common (115/158) |
2817 | 2024-09-11T21:23:53.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-09-11T21:23:53.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-09-11T21:23:53.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2024-09-11T21:23:53.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2821 | 2024-09-11T21:23:54.021Z | |
2822 | 2024-09-11T21:23:54.021Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
2823 | 2024-09-11T21:23:54.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-09-11T21:23:54.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-09-11T21:23:54.698Z | Checking csv-core v0.1.11 |
2826 | 2024-09-11T21:23:54.700Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2827 | 2024-09-11T21:23:54.987Z | Checking csv v1.3.0 |
2828 | 2024-09-11T21:23:55.495Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2829 | 2024-09-11T21:23:55.820Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2830 | 2024-09-11T21:23:57.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
2831 | 2024-09-11T21:23:57.147Z | |
2832 | 2024-09-11T21:23:57.147Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
2833 | 2024-09-11T21:23:57.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2024-09-11T21:23:57.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2024-09-11T21:23:57.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2024-09-11T21:23:57.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2837 | 2024-09-11T21:23:57.808Z | |
2838 | 2024-09-11T21:23:57.808Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
2839 | 2024-09-11T21:23:58.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2024-09-11T21:23:58.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2024-09-11T21:23:58.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2024-09-11T21:23:58.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2843 | 2024-09-11T21:23:58.466Z | |
2844 | 2024-09-11T21:23:58.466Z | info: running `cargo check --bins` on cert-dev (119/158) |
2845 | 2024-09-11T21:23:59.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2024-09-11T21:23:59.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2024-09-11T21:23:59.092Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2848 | 2024-09-11T21:23:59.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2849 | 2024-09-11T21:23:59.478Z | |
2850 | 2024-09-11T21:23:59.479Z | info: running `cargo check --bins` on ch-dev (120/158) |
2851 | 2024-09-11T21:24:00.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2024-09-11T21:24:00.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2024-09-11T21:24:00.170Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2854 | 2024-09-11T21:24:00.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
2855 | 2024-09-11T21:24:01.000Z | |
2856 | 2024-09-11T21:24:01.000Z | info: running `cargo check --bins` on crdb-seed (121/158) |
2857 | 2024-09-11T21:24:01.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2024-09-11T21:24:01.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2024-09-11T21:24:01.687Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2860 | 2024-09-11T21:24:02.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
2861 | 2024-09-11T21:24:02.168Z | |
2862 | 2024-09-11T21:24:02.168Z | info: running `cargo check --bins` on db-dev (122/158) |
2863 | 2024-09-11T21:24:02.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2024-09-11T21:24:02.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2024-09-11T21:24:02.854Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2866 | 2024-09-11T21:24:03.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
2867 | 2024-09-11T21:24:03.706Z | |
2868 | 2024-09-11T21:24:03.706Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
2869 | 2024-09-11T21:24:04.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2024-09-11T21:24:04.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2024-09-11T21:24:04.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2024-09-11T21:24:04.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2873 | 2024-09-11T21:24:04.397Z | |
2874 | 2024-09-11T21:24:04.397Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
2875 | 2024-09-11T21:24:04.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2024-09-11T21:24:04.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2024-09-11T21:24:05.043Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2878 | 2024-09-11T21:24:05.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
2879 | 2024-09-11T21:24:06.002Z | |
2880 | 2024-09-11T21:24:06.002Z | info: running `cargo check --bins` on mgs-dev (125/158) |
2881 | 2024-09-11T21:24:06.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2024-09-11T21:24:06.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2024-09-11T21:24:06.753Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2884 | 2024-09-11T21:24:07.391Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2885 | 2024-09-11T21:24:07.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
2886 | 2024-09-11T21:24:08.053Z | |
2887 | 2024-09-11T21:24:08.053Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
2888 | 2024-09-11T21:24:08.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-09-11T21:24:08.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-09-11T21:24:08.875Z | Compiling glob v0.3.1 |
2891 | 2024-09-11T21:24:08.875Z | Compiling crunchy v0.2.2 |
2892 | 2024-09-11T21:24:08.878Z | Compiling tiny-keccak v2.0.2 |
2893 | 2024-09-11T21:24:08.878Z | Compiling dsl_auto_type v0.1.2 |
2894 | 2024-09-11T21:24:08.988Z | Checking scheduled-thread-pool v0.2.7 |
2895 | 2024-09-11T21:24:08.991Z | Compiling diesel_table_macro_syntax v0.2.0 |
2896 | 2024-09-11T21:24:09.011Z | Compiling ascii-canvas v3.0.0 |
2897 | 2024-09-11T21:24:09.026Z | Compiling ena v0.14.3 |
2898 | 2024-09-11T21:24:09.170Z | Checking r2d2 v0.8.10 |
2899 | 2024-09-11T21:24:09.331Z | Compiling libloading v0.8.3 |
2900 | 2024-09-11T21:24:09.401Z | Compiling bindgen v0.69.4 |
2901 | 2024-09-11T21:24:09.450Z | Compiling diff v0.1.13 |
2902 | 2024-09-11T21:24:09.486Z | Compiling regex-syntax v0.6.29 |
2903 | 2024-09-11T21:24:09.580Z | Compiling which v4.4.2 |
2904 | 2024-09-11T21:24:09.741Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2905 | 2024-09-11T21:24:09.907Z | Compiling clang-sys v1.7.0 |
2906 | 2024-09-11T21:24:09.968Z | Compiling cexpr v0.6.0 |
2907 | 2024-09-11T21:24:10.112Z | Compiling ref-cast v1.0.23 |
2908 | 2024-09-11T21:24:10.165Z | Compiling shlex v1.3.0 |
2909 | 2024-09-11T21:24:10.183Z | Compiling lazycell v1.3.0 |
2910 | 2024-09-11T21:24:10.255Z | Compiling rustc-hash v1.1.0 |
2911 | 2024-09-11T21:24:10.350Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2912 | 2024-09-11T21:24:10.406Z | Compiling derive_builder_core v0.20.0 |
2913 | 2024-09-11T21:24:10.581Z | Compiling libxml v0.3.3 |
2914 | 2024-09-11T21:24:10.639Z | Compiling diesel_derives v2.2.2 |
2915 | 2024-09-11T21:24:10.669Z | Compiling ref-cast-impl v1.0.23 |
2916 | 2024-09-11T21:24:10.748Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2917 | 2024-09-11T21:24:11.002Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2918 | 2024-09-11T21:24:11.244Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2919 | 2024-09-11T21:24:11.565Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2920 | 2024-09-11T21:24:11.719Z | Compiling strum_macros v0.24.3 |
2921 | 2024-09-11T21:24:11.940Z | Compiling dropshot v0.10.1 |
2922 | 2024-09-11T21:24:12.041Z | Compiling indoc v1.0.9 |
2923 | 2024-09-11T21:24:12.807Z | Compiling lalrpop v0.19.12 |
2924 | 2024-09-11T21:24:13.034Z | Compiling derive_builder_macro v0.20.0 |
2925 | 2024-09-11T21:24:13.946Z | Checking derive_builder v0.20.0 |
2926 | 2024-09-11T21:24:14.044Z | Checking tungstenite v0.23.0 |
2927 | 2024-09-11T21:24:14.090Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2928 | 2024-09-11T21:24:14.505Z | Compiling dropshot_endpoint v0.10.1 |
2929 | 2024-09-11T21:24:14.899Z | Compiling oso-derive v0.27.3 |
2930 | 2024-09-11T21:24:15.331Z | Compiling impl-trait-for-tuples v0.2.2 |
2931 | 2024-09-11T21:24:15.382Z | Checking quick-xml v0.31.0 |
2932 | 2024-09-11T21:24:15.957Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2933 | 2024-09-11T21:24:16.287Z | Checking maplit v1.0.2 |
2934 | 2024-09-11T21:24:16.476Z | Checking tokio-tungstenite v0.23.1 |
2935 | 2024-09-11T21:24:17.010Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2936 | 2024-09-11T21:24:17.485Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2937 | 2024-09-11T21:24:17.799Z | Compiling const_format_proc_macros v0.2.32 |
2938 | 2024-09-11T21:24:18.749Z | Checking bb8 v0.8.5 |
2939 | 2024-09-11T21:24:19.237Z | Checking crossbeam-deque v0.8.5 |
2940 | 2024-09-11T21:24:19.563Z | Compiling portable-atomic v1.6.0 |
2941 | 2024-09-11T21:24:19.964Z | Checking const_format v0.2.32 |
2942 | 2024-09-11T21:24:20.433Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2943 | 2024-09-11T21:24:20.463Z | Checking rayon-core v1.12.1 |
2944 | 2024-09-11T21:24:20.673Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2945 | 2024-09-11T21:24:20.985Z | Checking castaway v0.2.3 |
2946 | 2024-09-11T21:24:21.081Z | Checking rayon v1.10.0 |
2947 | 2024-09-11T21:24:21.149Z | Checking compact_str v0.8.0 |
2948 | 2024-09-11T21:24:22.683Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2949 | 2024-09-11T21:24:22.974Z | Checking unicode-truncate v1.0.0 |
2950 | 2024-09-11T21:24:22.993Z | Checking lru v0.12.3 |
2951 | 2024-09-11T21:24:23.166Z | Compiling instability v0.3.2 |
2952 | 2024-09-11T21:24:23.202Z | Checking unicode-linebreak v0.1.5 |
2953 | 2024-09-11T21:24:23.275Z | Checking cassowary v0.3.0 |
2954 | 2024-09-11T21:24:23.549Z | Checking diesel v2.2.3 |
2955 | 2024-09-11T21:24:23.636Z | Checking number_prefix v0.4.0 |
2956 | 2024-09-11T21:24:23.682Z | Checking smawk v0.3.2 |
2957 | 2024-09-11T21:24:23.831Z | Checking multimap v0.10.0 |
2958 | 2024-09-11T21:24:23.879Z | Checking textwrap v0.16.1 |
2959 | 2024-09-11T21:24:24.238Z | Checking ratatui v0.28.0 |
2960 | 2024-09-11T21:24:25.040Z | Checking indicatif v0.17.8 |
2961 | 2024-09-11T21:24:46.449Z | Compiling samael v0.0.15 |
2962 | 2024-09-11T21:24:57.790Z | Compiling polar-core v0.27.3 |
2963 | 2024-09-11T21:24:59.222Z | Checking async-bb8-diesel v0.2.1 |
2964 | 2024-09-11T21:25:04.711Z | Checking oso v0.27.3 |
2965 | 2024-09-11T21:26:05.024Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2966 | 2024-09-11T21:26:10.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s |
2967 | 2024-09-11T21:26:10.408Z | |
2968 | 2024-09-11T21:26:10.408Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158) |
2969 | 2024-09-11T21:26:11.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2970 | 2024-09-11T21:26:11.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2971 | 2024-09-11T21:26:11.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2972 | 2024-09-11T21:26:11.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2973 | 2024-09-11T21:26:11.127Z | |
2974 | 2024-09-11T21:26:11.127Z | info: running `cargo check --bins` on nexus-saga-recovery (128/158) |
2975 | 2024-09-11T21:26:11.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2976 | 2024-09-11T21:26:11.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2977 | 2024-09-11T21:26:11.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2978 | 2024-09-11T21:26:11.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2979 | 2024-09-11T21:26:11.842Z | |
2980 | 2024-09-11T21:26:11.842Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/158) |
2981 | 2024-09-11T21:26:12.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2024-09-11T21:26:12.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2024-09-11T21:26:12.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2984 | 2024-09-11T21:26:12.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2985 | 2024-09-11T21:26:12.480Z | |
2986 | 2024-09-11T21:26:12.480Z | info: running `cargo check --bins` on omicron-nexus (130/158) |
2987 | 2024-09-11T21:26:13.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2024-09-11T21:26:13.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2024-09-11T21:26:13.307Z | Compiling libz-sys v1.1.16 |
2990 | 2024-09-11T21:26:13.411Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2991 | 2024-09-11T21:26:13.423Z | Compiling vergen v8.3.2 |
2992 | 2024-09-11T21:26:13.423Z | Compiling cargo-platform v0.1.8 |
2993 | 2024-09-11T21:26:13.426Z | Compiling pin-project-internal v1.1.5 |
2994 | 2024-09-11T21:26:13.460Z | Compiling snafu-derive v0.8.2 |
2995 | 2024-09-11T21:26:13.463Z | Compiling libsqlite3-sys v0.28.0 |
2996 | 2024-09-11T21:26:13.463Z | Compiling buf-list v1.0.3 |
2997 | 2024-09-11T21:26:13.756Z | Compiling cargo_metadata v0.18.1 |
2998 | 2024-09-11T21:26:13.947Z | Compiling cfg_aliases v0.2.1 |
2999 | 2024-09-11T21:26:14.031Z | Checking globset v0.4.14 |
3000 | 2024-09-11T21:26:14.049Z | Compiling nix v0.29.0 |
3001 | 2024-09-11T21:26:14.204Z | Checking olpc-cjson v0.1.3 |
3002 | 2024-09-11T21:26:14.343Z | Checking rand_seeder v0.3.0 |
3003 | 2024-09-11T21:26:14.412Z | Checking serde_plain v1.0.2 |
3004 | 2024-09-11T21:26:14.487Z | Checking typed-path v0.7.1 |
3005 | 2024-09-11T21:26:14.561Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3006 | 2024-09-11T21:26:14.938Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3007 | 2024-09-11T21:26:14.982Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3008 | 2024-09-11T21:26:15.166Z | Checking hashlink v0.9.1 |
3009 | 2024-09-11T21:26:15.231Z | Checking fallible-iterator v0.3.0 |
3010 | 2024-09-11T21:26:15.287Z | Checking fallible-streaming-iterator v0.1.9 |
3011 | 2024-09-11T21:26:15.486Z | Checking parse-size v1.0.0 |
3012 | 2024-09-11T21:26:15.818Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3013 | 2024-09-11T21:26:15.862Z | Checking rusqlite v0.31.0 |
3014 | 2024-09-11T21:26:16.175Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3015 | 2024-09-11T21:26:16.282Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3016 | 2024-09-11T21:26:16.365Z | Checking pin-project v1.1.5 |
3017 | 2024-09-11T21:26:16.489Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3018 | 2024-09-11T21:26:16.575Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3019 | 2024-09-11T21:26:16.710Z | Checking twox-hash v1.6.3 |
3020 | 2024-09-11T21:26:16.749Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3021 | 2024-09-11T21:26:17.165Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3022 | 2024-09-11T21:26:17.453Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3023 | 2024-09-11T21:26:17.473Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3024 | 2024-09-11T21:26:17.931Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
3025 | 2024-09-11T21:26:18.035Z | Checking fatfs v0.3.6 |
3026 | 2024-09-11T21:26:18.164Z | Checking assert_matches v1.5.0 |
3027 | 2024-09-11T21:26:18.736Z | Checking snafu v0.8.2 |
3028 | 2024-09-11T21:26:19.109Z | Checking tough v0.17.1 |
3029 | 2024-09-11T21:26:23.169Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3030 | 2024-09-11T21:26:24.344Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3031 | 2024-09-11T21:26:24.597Z | Compiling git2 v0.19.0 |
3032 | 2024-09-11T21:26:29.336Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
3033 | 2024-09-11T21:27:19.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
3034 | 2024-09-11T21:27:19.934Z | |
3035 | 2024-09-11T21:27:19.934Z | info: running `cargo check --bins` on nexus-external-api (131/158) |
3036 | 2024-09-11T21:27:20.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2024-09-11T21:27:20.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2024-09-11T21:27:20.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3039 | 2024-09-11T21:27:20.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3040 | 2024-09-11T21:27:20.647Z | |
3041 | 2024-09-11T21:27:20.647Z | info: running `cargo check --bins` on openapi-manager-types (132/158) |
3042 | 2024-09-11T21:27:21.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2024-09-11T21:27:21.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2024-09-11T21:27:21.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2024-09-11T21:27:21.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3046 | 2024-09-11T21:27:21.285Z | |
3047 | 2024-09-11T21:27:21.285Z | info: running `cargo check --bins` on nexus-internal-api (133/158) |
3048 | 2024-09-11T21:27:21.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2024-09-11T21:27:21.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2024-09-11T21:27:21.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2024-09-11T21:27:21.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3052 | 2024-09-11T21:27:21.974Z | |
3053 | 2024-09-11T21:27:21.974Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (134/158) |
3054 | 2024-09-11T21:27:22.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2024-09-11T21:27:22.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2024-09-11T21:27:22.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3057 | 2024-09-11T21:27:22.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3058 | 2024-09-11T21:27:22.699Z | |
3059 | 2024-09-11T21:27:22.699Z | info: running `cargo check --bins` on nexus-networking (135/158) |
3060 | 2024-09-11T21:27:23.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2024-09-11T21:27:23.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2024-09-11T21:27:23.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2024-09-11T21:27:23.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3064 | 2024-09-11T21:27:23.420Z | |
3065 | 2024-09-11T21:27:23.420Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (136/158) |
3066 | 2024-09-11T21:27:24.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2024-09-11T21:27:24.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2024-09-11T21:27:24.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3069 | 2024-09-11T21:27:24.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3070 | 2024-09-11T21:27:24.149Z | |
3071 | 2024-09-11T21:27:24.149Z | info: running `cargo check --bins` on update-common (137/158) |
3072 | 2024-09-11T21:27:24.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2024-09-11T21:27:24.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2024-09-11T21:27:24.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3075 | 2024-09-11T21:27:24.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3076 | 2024-09-11T21:27:24.856Z | |
3077 | 2024-09-11T21:27:24.856Z | info: running `cargo check --bins` on tufaceous-lib (138/158) |
3078 | 2024-09-11T21:27:25.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2024-09-11T21:27:25.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2024-09-11T21:27:25.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3081 | 2024-09-11T21:27:25.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3082 | 2024-09-11T21:27:25.540Z | |
3083 | 2024-09-11T21:27:25.540Z | info: running `cargo check --bins` on tufaceous (139/158) |
3084 | 2024-09-11T21:27:26.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2024-09-11T21:27:26.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2024-09-11T21:27:26.238Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3087 | 2024-09-11T21:27:27.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
3088 | 2024-09-11T21:27:27.295Z | |
3089 | 2024-09-11T21:27:27.295Z | info: running `cargo check --bins` on omicron-dev (140/158) |
3090 | 2024-09-11T21:27:28.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2024-09-11T21:27:28.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2024-09-11T21:27:28.173Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3093 | 2024-09-11T21:27:28.173Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3094 | 2024-09-11T21:27:28.175Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3095 | 2024-09-11T21:27:29.543Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3096 | 2024-09-11T21:27:31.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
3097 | 2024-09-11T21:27:32.107Z | |
3098 | 2024-09-11T21:27:32.107Z | info: running `cargo check --bins` on openapi-manager (141/158) |
3099 | 2024-09-11T21:27:32.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2024-09-11T21:27:32.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2024-09-11T21:27:32.841Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3102 | 2024-09-11T21:27:32.841Z | Checking is_ci v1.2.0 |
3103 | 2024-09-11T21:27:32.841Z | Checking heck v0.4.1 |
3104 | 2024-09-11T21:27:32.844Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3105 | 2024-09-11T21:27:33.036Z | Checking supports-color v3.0.0 |
3106 | 2024-09-11T21:27:33.070Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3107 | 2024-09-11T21:27:34.436Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3108 | 2024-09-11T21:27:35.268Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3109 | 2024-09-11T21:27:36.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
3110 | 2024-09-11T21:27:36.408Z | |
3111 | 2024-09-11T21:27:36.408Z | info: running `cargo check --bins` on installinator-api (142/158) |
3112 | 2024-09-11T21:27:37.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-09-11T21:27:37.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-09-11T21:27:37.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3115 | 2024-09-11T21:27:37.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3116 | 2024-09-11T21:27:37.089Z | |
3117 | 2024-09-11T21:27:37.089Z | info: running `cargo check --bins` on wicketd-api (143/158) |
3118 | 2024-09-11T21:27:37.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2024-09-11T21:27:37.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2024-09-11T21:27:37.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3121 | 2024-09-11T21:27:37.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3122 | 2024-09-11T21:27:37.782Z | |
3123 | 2024-09-11T21:27:37.782Z | info: running `cargo check --bins` on reconfigurator-cli (144/158) |
3124 | 2024-09-11T21:27:38.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2024-09-11T21:27:38.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2024-09-11T21:27:38.532Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3127 | 2024-09-11T21:27:39.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
3128 | 2024-09-11T21:27:39.895Z | |
3129 | 2024-09-11T21:27:39.895Z | info: running `cargo check --bins` on omicron-releng (145/158) |
3130 | 2024-09-11T21:27:40.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3131 | 2024-09-11T21:27:40.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3132 | 2024-09-11T21:27:40.596Z | Checking memmap2 v0.9.4 |
3133 | 2024-09-11T21:27:40.596Z | Checking untrusted v0.7.1 |
3134 | 2024-09-11T21:27:40.599Z | Checking constant_time_eq v0.3.0 |
3135 | 2024-09-11T21:27:40.599Z | Checking spin v0.5.2 |
3136 | 2024-09-11T21:27:40.599Z | Checking arrayref v0.3.7 |
3137 | 2024-09-11T21:27:40.599Z | Checking arrayvec v0.7.4 |
3138 | 2024-09-11T21:27:40.599Z | Checking cargo-platform v0.1.8 |
3139 | 2024-09-11T21:27:40.599Z | Checking topological-sort v0.2.2 |
3140 | 2024-09-11T21:27:40.780Z | Checking shell-words v1.1.0 |
3141 | 2024-09-11T21:27:40.853Z | Checking ring v0.16.20 |
3142 | 2024-09-11T21:27:40.973Z | Checking cargo_metadata v0.18.1 |
3143 | 2024-09-11T21:27:40.991Z | Checking blake3 v1.5.1 |
3144 | 2024-09-11T21:27:42.013Z | Checking omicron-zone-package v0.11.0 |
3145 | 2024-09-11T21:27:43.055Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3146 | 2024-09-11T21:27:43.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
3147 | 2024-09-11T21:27:44.056Z | |
3148 | 2024-09-11T21:27:44.056Z | info: running `cargo check --bins` on xtask (146/158) |
3149 | 2024-09-11T21:27:44.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2024-09-11T21:27:44.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2024-09-11T21:27:44.568Z | Checking bitflags v2.6.0 |
3152 | 2024-09-11T21:27:44.570Z | Checking serde v1.0.208 |
3153 | 2024-09-11T21:27:44.570Z | Checking thiserror v1.0.63 |
3154 | 2024-09-11T21:27:44.658Z | Checking scroll v0.12.0 |
3155 | 2024-09-11T21:27:44.661Z | Checking log v0.4.21 |
3156 | 2024-09-11T21:27:44.667Z | Checking hashbrown v0.14.5 |
3157 | 2024-09-11T21:27:44.677Z | Checking zerocopy v0.7.34 |
3158 | 2024-09-11T21:27:44.700Z | Checking syn v2.0.74 |
3159 | 2024-09-11T21:27:44.748Z | Checking pest v2.7.10 |
3160 | 2024-09-11T21:27:44.883Z | Checking rustix v0.38.34 |
3161 | 2024-09-11T21:27:44.907Z | Checking fs-err v2.11.0 |
3162 | 2024-09-11T21:27:45.110Z | Checking goblin v0.8.2 |
3163 | 2024-09-11T21:27:45.205Z | Checking tabled v0.15.0 |
3164 | 2024-09-11T21:27:45.844Z | Checking indexmap v2.4.0 |
3165 | 2024-09-11T21:27:46.098Z | Checking anyhow v1.0.86 |
3166 | 2024-09-11T21:27:46.722Z | Checking terminal_size v0.3.0 |
3167 | 2024-09-11T21:27:46.722Z | Checking tempfile v3.10.1 |
3168 | 2024-09-11T21:27:46.892Z | Checking clap_builder v4.5.15 |
3169 | 2024-09-11T21:27:47.175Z | Checking dtrace-parser v0.2.0 |
3170 | 2024-09-11T21:27:48.945Z | Checking clap v4.5.16 |
3171 | 2024-09-11T21:27:48.990Z | Checking serde_json v1.0.125 |
3172 | 2024-09-11T21:27:48.994Z | Checking toml_datetime v0.6.8 |
3173 | 2024-09-11T21:27:48.994Z | Checking serde_spanned v0.6.7 |
3174 | 2024-09-11T21:27:48.994Z | Checking camino v1.1.9 |
3175 | 2024-09-11T21:27:48.994Z | Checking semver v1.0.23 |
3176 | 2024-09-11T21:27:48.994Z | Checking cargo-platform v0.1.8 |
3177 | 2024-09-11T21:27:49.057Z | Checking macaddr v1.0.1 |
3178 | 2024-09-11T21:27:49.265Z | Checking toml_edit v0.22.20 |
3179 | 2024-09-11T21:27:49.490Z | Checking camino-tempfile v1.1.1 |
3180 | 2024-09-11T21:27:50.059Z | Checking dof v0.3.0 |
3181 | 2024-09-11T21:27:50.059Z | Checking cargo_metadata v0.18.1 |
3182 | 2024-09-11T21:27:50.457Z | Checking usdt-impl v0.5.0 |
3183 | 2024-09-11T21:27:50.799Z | Checking usdt v0.5.0 |
3184 | 2024-09-11T21:27:50.962Z | Checking toml v0.8.19 |
3185 | 2024-09-11T21:27:51.419Z | Checking cargo_toml v0.20.4 |
3186 | 2024-09-11T21:27:52.605Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3187 | 2024-09-11T21:27:53.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.15s |
3188 | 2024-09-11T21:27:53.313Z | |
3189 | 2024-09-11T21:27:53.313Z | info: running `cargo check --bins` on end-to-end-tests (147/158) |
3190 | 2024-09-11T21:27:54.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2024-09-11T21:27:54.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2024-09-11T21:27:54.123Z | Checking polyval v0.6.2 |
3193 | 2024-09-11T21:27:54.123Z | Checking rfc6979 v0.4.0 |
3194 | 2024-09-11T21:27:54.240Z | Checking primeorder v0.13.6 |
3195 | 2024-09-11T21:27:54.242Z | Checking ctr v0.9.2 |
3196 | 2024-09-11T21:27:54.263Z | Checking ed25519 v2.2.3 |
3197 | 2024-09-11T21:27:54.266Z | Checking ssh-encoding v0.2.0 |
3198 | 2024-09-11T21:27:54.266Z | Checking blowfish v0.9.1 |
3199 | 2024-09-11T21:27:54.309Z | Checking password-hash v0.4.2 |
3200 | 2024-09-11T21:27:54.381Z | Checking ecdsa v0.16.9 |
3201 | 2024-09-11T21:27:54.439Z | Checking ghash v0.5.1 |
3202 | 2024-09-11T21:27:54.493Z | Checking matches v0.1.10 |
3203 | 2024-09-11T21:27:54.526Z | Checking bcrypt-pbkdf v0.10.0 |
3204 | 2024-09-11T21:27:54.543Z | Checking ed25519-dalek v2.1.1 |
3205 | 2024-09-11T21:27:54.589Z | Compiling enum-as-inner v0.5.1 |
3206 | 2024-09-11T21:27:54.592Z | Checking idna v0.2.3 |
3207 | 2024-09-11T21:27:54.606Z | Checking aes-gcm v0.10.3 |
3208 | 2024-09-11T21:27:54.675Z | Checking russh-cryptovec v0.7.2 |
3209 | 2024-09-11T21:27:54.697Z | Checking pbkdf2 v0.11.0 |
3210 | 2024-09-11T21:27:54.769Z | Checking md5 v0.7.0 |
3211 | 2024-09-11T21:27:54.867Z | Checking num-bigint v0.4.5 |
3212 | 2024-09-11T21:27:54.885Z | Checking ssh-cipher v0.2.0 |
3213 | 2024-09-11T21:27:54.888Z | Checking des v0.8.1 |
3214 | 2024-09-11T21:27:54.957Z | Compiling dhcproto-macros v0.1.0 |
3215 | 2024-09-11T21:27:55.034Z | Checking hex-literal v0.4.1 |
3216 | 2024-09-11T21:27:55.082Z | Checking p521 v0.13.3 |
3217 | 2024-09-11T21:27:55.137Z | Checking p384 v0.13.0 |
3218 | 2024-09-11T21:27:55.158Z | Checking p256 v0.13.2 |
3219 | 2024-09-11T21:27:55.175Z | Checking ssh-key v0.6.6 |
3220 | 2024-09-11T21:27:55.451Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3221 | 2024-09-11T21:27:55.614Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3222 | 2024-09-11T21:27:55.632Z | Checking trust-dns-proto v0.22.0 |
3223 | 2024-09-11T21:27:55.900Z | Checking internet-checksum v0.2.1 |
3224 | 2024-09-11T21:27:56.572Z | Checking russh-keys v0.45.0 |
3225 | 2024-09-11T21:27:57.480Z | Checking russh v0.45.0 |
3226 | 2024-09-11T21:27:58.345Z | Checking dhcproto v0.12.0 |
3227 | 2024-09-11T21:28:14.929Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3228 | 2024-09-11T21:28:16.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.89s |
3229 | 2024-09-11T21:28:16.390Z | |
3230 | 2024-09-11T21:28:16.390Z | info: running `cargo check --bins` on gateway-cli (148/158) |
3231 | 2024-09-11T21:28:16.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2024-09-11T21:28:17.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2024-09-11T21:28:17.068Z | Checking termios v0.3.3 |
3234 | 2024-09-11T21:28:17.272Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3235 | 2024-09-11T21:28:18.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3236 | 2024-09-11T21:28:18.161Z | |
3237 | 2024-09-11T21:28:18.161Z | info: running `cargo check --bins --no-default-features` on installinator (149/158) |
3238 | 2024-09-11T21:28:18.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2024-09-11T21:28:18.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2024-09-11T21:28:18.903Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3241 | 2024-09-11T21:28:20.884Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3242 | 2024-09-11T21:28:22.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
3243 | 2024-09-11T21:28:22.817Z | |
3244 | 2024-09-11T21:28:22.817Z | info: running `cargo check --bins` on internal-dns-cli (150/158) |
3245 | 2024-09-11T21:28:23.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2024-09-11T21:28:23.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2024-09-11T21:28:23.485Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3248 | 2024-09-11T21:28:23.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3249 | 2024-09-11T21:28:24.071Z | |
3250 | 2024-09-11T21:28:24.071Z | info: running `cargo check --bins` on omicron-live-tests (151/158) |
3251 | 2024-09-11T21:28:24.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2024-09-11T21:28:24.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2024-09-11T21:28:24.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3254 | 2024-09-11T21:28:24.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3255 | 2024-09-11T21:28:24.715Z | |
3256 | 2024-09-11T21:28:24.717Z | info: running `cargo check --bins` on live-tests-macros (152/158) |
3257 | 2024-09-11T21:28:25.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2024-09-11T21:28:25.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2024-09-11T21:28:25.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3260 | 2024-09-11T21:28:25.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3261 | 2024-09-11T21:28:25.364Z | |
3262 | 2024-09-11T21:28:25.365Z | info: running `cargo check --bins` on omicron-package (153/158) |
3263 | 2024-09-11T21:28:25.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2024-09-11T21:28:25.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2024-09-11T21:28:26.067Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3266 | 2024-09-11T21:28:27.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
3267 | 2024-09-11T21:28:27.437Z | |
3268 | 2024-09-11T21:28:27.438Z | info: running `cargo check --bins` on wicket-dbg (154/158) |
3269 | 2024-09-11T21:28:28.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2024-09-11T21:28:28.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2024-09-11T21:28:28.185Z | Checking rtoolbox v0.0.2 |
3272 | 2024-09-11T21:28:28.185Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3273 | 2024-09-11T21:28:28.187Z | Checking tui-tree-widget v0.22.0 |
3274 | 2024-09-11T21:28:28.399Z | Checking rpassword v7.3.1 |
3275 | 2024-09-11T21:28:32.375Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3276 | 2024-09-11T21:28:35.266Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3277 | 2024-09-11T21:28:36.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.94s |
3278 | 2024-09-11T21:28:36.556Z | |
3279 | 2024-09-11T21:28:36.557Z | info: running `cargo check --bins` on wicket (155/158) |
3280 | 2024-09-11T21:28:37.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3281 | 2024-09-11T21:28:37.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3282 | 2024-09-11T21:28:37.286Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3283 | 2024-09-11T21:28:37.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3284 | 2024-09-11T21:28:37.845Z | |
3285 | 2024-09-11T21:28:37.845Z | info: running `cargo check --bins` on wicketd (156/158) |
3286 | 2024-09-11T21:28:38.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3287 | 2024-09-11T21:28:38.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3288 | 2024-09-11T21:28:38.594Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3289 | 2024-09-11T21:28:42.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
3290 | 2024-09-11T21:28:42.520Z | |
3291 | 2024-09-11T21:28:42.520Z | info: running `cargo check --bins` on omicron-workspace-hack (157/158) |
3292 | 2024-09-11T21:28:43.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2024-09-11T21:28:43.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2024-09-11T21:28:43.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3295 | 2024-09-11T21:28:43.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3296 | 2024-09-11T21:28:43.159Z | |
3297 | 2024-09-11T21:28:43.159Z | info: running `cargo check --bins` on zone-setup (158/158) |
3298 | 2024-09-11T21:28:43.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3299 | 2024-09-11T21:28:43.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3300 | 2024-09-11T21:28:43.914Z | Checking uzers v0.11.3 |
3301 | 2024-09-11T21:28:44.215Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3302 | 2024-09-11T21:28:45.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
3303 | 2024-09-11T21:28:45.420Z | |
3304 | 2024-09-11T21:28:45.420Z | real 10:50.759982836 |
3305 | 2024-09-11T21:28:45.420Z | user 23:24.988825690 |
3306 | 2024-09-11T21:28:45.420Z | sys 5:07.484472336 |
3307 | 2024-09-11T21:28:45.420Z | trap 0.499976747 |
3308 | 2024-09-11T21:28:45.420Z | tflt 2.941006780 |
3309 | 2024-09-11T21:28:45.420Z | dflt 1.870916912 |
3310 | 2024-09-11T21:28:45.420Z | kflt 0.002423071 |
3311 | 2024-09-11T21:28:45.420Z | lock 41:18.242225978 |
3312 | 2024-09-11T21:28:45.423Z | slp 1:54:48.472596484 |
3313 | 2024-09-11T21:28:45.423Z | lat 1:02.460790170 |
3314 | 2024-09-11T21:28:45.423Z | stop 3:05.812566896 |
3315 | 2024-09-11T21:28:45.423Z | process exited: duration 884927 ms, exit code 0 |
|
3316 | 2024-09-11T21:28:45.429Z | found 0 output files |