|
|
|
1 | 2024-10-01T01:48:04.566Z | job assigned to worker 01J92W5E7ZYT6F5MX95ZK2YX68 (queued for 46 s) |
|
2 | 2024-10-01T01:48:11.668Z | starting task 0: "setup" |
3 | 2024-10-01T01:48:11.678Z | ++ uname -s |
4 | 2024-10-01T01:48:12.683Z | + kern=SunOS |
5 | 2024-10-01T01:48:12.683Z | + case "$kern" in |
6 | 2024-10-01T01:48:12.683Z | + groupadd -g 12345 build |
7 | 2024-10-01T01:48:12.686Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-01T01:48:13.695Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-01T01:48:13.860Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-01T01:48:13.862Z | + home_fs=zfs |
11 | 2024-10-01T01:48:13.862Z | + [[ zfs == autofs ]] |
12 | 2024-10-01T01:48:13.862Z | + mkdir -p /home/build |
13 | 2024-10-01T01:48:13.865Z | + chown build:build /home/build /work |
14 | 2024-10-01T01:48:15.866Z | + chmod 0700 /home/build /work |
15 | 2024-10-01T01:48:15.869Z | process exited: duration 4203 ms, exit code 0 |
|
16 | 2024-10-01T01:48:15.875Z | starting task 1: "rust-toolchain" |
17 | 2024-10-01T01:48:15.881Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-01T01:48:15.881Z | ' 1.80.1 |
19 | 2024-10-01T01:48:15.883Z | * toolchain channel = "1.80.1" |
20 | 2024-10-01T01:48:15.883Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-01T01:48:15.883Z | ' default |
22 | 2024-10-01T01:48:15.883Z | * toolchain profile = "default" |
23 | 2024-10-01T01:48:15.883Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-01T01:48:15.883Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-01T01:48:16.165Z | info: downloading installer |
26 | 2024-10-01T01:48:17.342Z | info: profile set to 'default' |
27 | 2024-10-01T01:48:17.342Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-01T01:48:17.345Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-01T01:48:17.474Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-01T01:48:17.474Z | info: downloading component 'cargo' |
31 | 2024-10-01T01:48:18.133Z | info: downloading component 'clippy' |
32 | 2024-10-01T01:48:18.367Z | info: downloading component 'rust-docs' |
33 | 2024-10-01T01:48:19.281Z | info: downloading component 'rust-std' |
34 | 2024-10-01T01:48:20.564Z | info: downloading component 'rustc' |
35 | 2024-10-01T01:48:24.137Z | info: downloading component 'rustfmt' |
36 | 2024-10-01T01:48:24.331Z | info: installing component 'cargo' |
37 | 2024-10-01T01:48:25.179Z | info: installing component 'clippy' |
38 | 2024-10-01T01:48:25.562Z | info: installing component 'rust-docs' |
39 | 2024-10-01T01:48:27.146Z | info: installing component 'rust-std' |
40 | 2024-10-01T01:48:28.877Z | info: installing component 'rustc' |
41 | 2024-10-01T01:48:33.148Z | info: installing component 'rustfmt' |
42 | 2024-10-01T01:48:33.483Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-01T01:48:33.483Z | |
44 | 2024-10-01T01:48:33.733Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-01T01:48:33.733Z | |
46 | 2024-10-01T01:48:33.736Z | |
47 | 2024-10-01T01:48:33.736Z | Rust is installed now. Great! |
48 | 2024-10-01T01:48:33.736Z | |
49 | 2024-10-01T01:48:33.736Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-01T01:48:33.736Z | environment variable. This has not been done automatically. |
51 | 2024-10-01T01:48:33.736Z | |
52 | 2024-10-01T01:48:33.736Z | To configure your current shell, you need to source |
53 | 2024-10-01T01:48:33.736Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-01T01:48:33.736Z | |
55 | 2024-10-01T01:48:33.736Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-01T01:48:33.736Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-01T01:48:33.736Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-01T01:48:33.787Z | + rustc --version |
59 | 2024-10-01T01:48:33.849Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-01T01:48:33.852Z | process exited: duration 17976 ms, exit code 0 |
|
61 | 2024-10-01T01:48:33.858Z | starting task 2: "authentication" |
62 | 2024-10-01T01:48:33.878Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-01T01:48:33.884Z | starting task 3: "clone repository" |
64 | 2024-10-01T01:48:33.890Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-01T01:48:33.893Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-01T01:48:33.924Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-01T01:48:45.900Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-01T01:48:45.900Z | + git fetch origin 383d87c09bc60bbe6e73c825cdff776b6f9dbd34 |
69 | 2024-10-01T01:48:46.320Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-01T01:48:46.320Z | * branch 383d87c09bc60bbe6e73c825cdff776b6f9dbd34 -> FETCH_HEAD |
71 | 2024-10-01T01:48:46.328Z | + [[ -n '' ]] |
72 | 2024-10-01T01:48:46.328Z | + git reset --hard 383d87c09bc60bbe6e73c825cdff776b6f9dbd34 |
73 | 2024-10-01T01:48:46.492Z | HEAD is now at 383d87c09 wait for associated sagas to transition the requests |
74 | 2024-10-01T01:48:46.495Z | process exited: duration 12609 ms, exit code 0 |
|
75 | 2024-10-01T01:48:46.500Z | starting task 4: "build" |
76 | 2024-10-01T01:48:46.505Z | + cargo --version |
77 | 2024-10-01T01:48:46.559Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-10-01T01:48:46.561Z | + rustc --version |
79 | 2024-10-01T01:48:46.618Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-10-01T01:48:46.620Z | + source ./env.sh |
81 | 2024-10-01T01:48:46.620Z | ++ OLD_SHELL_OPTS=ehxB |
82 | 2024-10-01T01:48:46.620Z | ++ set -o xtrace |
83 | 2024-10-01T01:48:46.623Z | ++++ dirname ./env.sh |
84 | 2024-10-01T01:48:46.625Z | +++ readlink -f . |
85 | 2024-10-01T01:48:46.628Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
86 | 2024-10-01T01:48:46.631Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2024-10-01T01:48:46.631Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
88 | 2024-10-01T01:48:46.631Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-10-01T01:48:46.631Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-10-01T01:48:46.631Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-10-01T01:48:46.631Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-10-01T01:48:46.631Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-10-01T01:48:46.631Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-10-01T01:48:46.631Z | ++ case $OLD_SHELL_OPTS in |
95 | 2024-10-01T01:48:46.631Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
96 | 2024-10-01T01:48:46.631Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
97 | 2024-10-01T01:48:46.631Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
98 | 2024-10-01T01:48:46.631Z | + banner prerequisites |
99 | 2024-10-01T01:48:46.634Z | |
100 | 2024-10-01T01:48:46.634Z | ##### ##### ###### ##### ###### #### # # # #### # |
101 | 2024-10-01T01:48:46.634Z | # # # # # # # # # # # # # # # |
102 | 2024-10-01T01:48:46.634Z | # # # # ##### # # ##### # # # # # #### # |
103 | 2024-10-01T01:48:46.634Z | ##### ##### # ##### # # # # # # # # # |
104 | 2024-10-01T01:48:46.634Z | # # # # # # # # # # # # # # # |
105 | 2024-10-01T01:48:46.634Z | # # # ###### # # ###### ### # #### # #### # |
106 | 2024-10-01T01:48:46.634Z | |
107 | 2024-10-01T01:48:46.634Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
108 | 2024-10-01T01:48:52.918Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2024-10-01T01:48:55.723Z | Startup: Caching catalogs ... Done |
110 | 2024-10-01T01:48:59.817Z | Planning: Solver setup ... Done (3.462s) |
111 | 2024-10-01T01:48:59.869Z | Planning: Running solver ... Done (0.054s) |
112 | 2024-10-01T01:48:59.930Z | Planning: Finding local manifests ... Done (0.004s) |
113 | 2024-10-01T01:49:00.374Z | Planning: Fetching manifests: 0/5 0% complete |
114 | 2024-10-01T01:49:00.784Z | Planning: Fetching manifests: 5/5 100% complete |
115 | 2024-10-01T01:49:00.883Z | Planning: Package planning ... Done (0.100s) |
116 | 2024-10-01T01:49:00.940Z | Planning: Merging actions ... Done (0.056s) |
117 | 2024-10-01T01:49:01.140Z | Planning: Checking for conflicting actions ... Done (0.200s) |
118 | 2024-10-01T01:49:03.153Z | Planning: Consolidating action changes ... Done (2.012s) |
119 | 2024-10-01T01:49:03.601Z | Planning: Evaluating mediators ... Done (0.448s) |
120 | 2024-10-01T01:49:03.681Z | Planning: Planning completed in 7.88 seconds |
121 | 2024-10-01T01:49:03.697Z | Packages to install: 4 |
122 | 2024-10-01T01:49:03.697Z | Packages to update: 1 |
123 | 2024-10-01T01:49:03.700Z | Mediators to change: 2 |
124 | 2024-10-01T01:49:03.700Z | Services to change: 1 |
125 | 2024-10-01T01:49:03.700Z | Estimated space available: 155.71 GB |
126 | 2024-10-01T01:49:03.700Z | Estimated space to be consumed: 1.55 GB |
127 | 2024-10-01T01:49:03.700Z | Create boot environment: No |
128 | 2024-10-01T01:49:03.700Z | Create backup boot environment: Yes |
129 | 2024-10-01T01:49:03.700Z | Rebuild boot archive: No |
130 | 2024-10-01T01:49:03.700Z | |
131 | 2024-10-01T01:49:03.700Z | Changed mediators: |
132 | 2024-10-01T01:49:03.700Z | mediator clang: |
133 | 2024-10-01T01:49:03.700Z | version: None -> 15 (system default) |
134 | 2024-10-01T01:49:03.700Z | |
135 | 2024-10-01T01:49:03.700Z | mediator llvm: |
136 | 2024-10-01T01:49:03.700Z | version: 14 (system default) -> 15 (system default) |
137 | 2024-10-01T01:49:03.700Z | |
138 | 2024-10-01T01:49:03.700Z | Changed packages: |
139 | 2024-10-01T01:49:03.700Z | helios-dev |
140 | 2024-10-01T01:49:03.700Z | developer/build-essential |
141 | 2024-10-01T01:49:03.700Z | None -> 11-2.0 |
142 | 2024-10-01T01:49:03.700Z | library/libxmlsec1 |
143 | 2024-10-01T01:49:03.700Z | None -> 1.2.35-2.0 |
144 | 2024-10-01T01:49:03.700Z | ooce/developer/clang-15 |
145 | 2024-10-01T01:49:03.700Z | None -> 15.0.7-2.0 |
146 | 2024-10-01T01:49:03.700Z | ooce/developer/llvm-15 |
147 | 2024-10-01T01:49:03.700Z | None -> 15.0.7-2.0 |
148 | 2024-10-01T01:49:03.700Z | package/pkg |
149 | 2024-10-01T01:49:03.701Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
150 | 2024-10-01T01:49:03.701Z | |
151 | 2024-10-01T01:49:03.701Z | Services: |
152 | 2024-10-01T01:49:03.701Z | restart_fmri: |
153 | 2024-10-01T01:49:03.701Z | svc:/system/update-man-index:default |
154 | 2024-10-01T01:49:03.701Z | |
155 | 2024-10-01T01:49:03.701Z | Editable files to change: |
156 | 2024-10-01T01:49:03.701Z | Update: |
157 | 2024-10-01T01:49:03.701Z | usr/share/lib/pkg/web/config.shtml |
158 | 2024-10-01T01:49:03.778Z | |
159 | 2024-10-01T01:49:03.778Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
160 | 2024-10-01T01:49:08.784Z | Download: 358/4281 items 16.4/220.6MB 7% complete (3.4M/s) |
161 | 2024-10-01T01:49:13.784Z | Download: 1113/4281 items 32.0/220.6MB 14% complete (3.1M/s) |
162 | 2024-10-01T01:49:20.037Z | Download: 1194/4281 items 83.4/220.6MB 37% complete (8.9M/s) |
163 | 2024-10-01T01:49:25.041Z | Download: 1983/4281 items 118.1/220.6MB 53% complete (4.4M/s) |
164 | 2024-10-01T01:49:31.028Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (4.4M/s) |
165 | 2024-10-01T01:49:36.041Z | Download: 2979/4281 items 121.2/220.6MB 54% complete (294k/s) |
166 | 2024-10-01T01:49:41.333Z | Download: 3243/4281 items 203.0/220.6MB 92% complete (10.0M/s) |
167 | 2024-10-01T01:49:46.419Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (9.6M/s) |
168 | 2024-10-01T01:49:51.427Z | Download: 3566/4281 items 215.7/220.6MB 97% complete (1.3M/s) |
169 | 2024-10-01T01:49:55.768Z | Download: Completed 220.60 MB in 51.99 seconds (4.2M/s) |
170 | 2024-10-01T01:49:57.783Z | Actions: 1/5063 actions (Removing old actions) |
171 | 2024-10-01T01:49:57.855Z | Actions: 194/5063 actions (Installing new actions) |
172 | 2024-10-01T01:50:02.555Z | Actions: 4226/5063 actions (Updating modified actions) |
173 | 2024-10-01T01:50:02.863Z | Actions: Completed 5063 actions in 5.08 seconds. |
174 | 2024-10-01T01:50:03.177Z | Done (0.306s) |
175 | 2024-10-01T01:50:03.180Z | Done (0.000s) |
176 | 2024-10-01T01:50:03.619Z | Done (0.441s) |
177 | 2024-10-01T01:50:07.965Z | Done (4.158s) |
178 | 2024-10-01T01:50:08.059Z | Done (0.017s) |
179 | 2024-10-01T01:50:08.062Z | Done (0.000s) |
180 | 2024-10-01T01:50:08.323Z | Done (0.000s) |
181 | 2024-10-01T01:50:08.934Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-10-01T01:50:09.093Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-10-01T01:50:09.095Z | Planning: Consolidating action changes ... Done |
184 | 2024-10-01T01:50:09.363Z | Planning: Evaluating mediators ... Done |
185 | 2024-10-01T01:50:09.365Z | Planning: Planning completed in 0.43 seconds |
186 | 2024-10-01T01:50:09.403Z | Mediators to change: 2 |
187 | 2024-10-01T01:50:09.403Z | Create boot environment: No |
188 | 2024-10-01T01:50:09.403Z | Create backup boot environment: No |
189 | 2024-10-01T01:50:09.499Z | Done |
190 | 2024-10-01T01:50:09.499Z | Done |
191 | 2024-10-01T01:50:09.761Z | Done |
192 | 2024-10-01T01:50:13.342Z | Done |
193 | 2024-10-01T01:50:13.430Z | Done |
194 | 2024-10-01T01:50:13.433Z | Done |
195 | 2024-10-01T01:50:13.555Z | Done |
196 | 2024-10-01T01:50:14.159Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-10-01T01:50:14.162Z | Planning: Merging actions ... Done |
198 | 2024-10-01T01:50:14.353Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-10-01T01:50:14.356Z | Planning: Consolidating action changes ... Done |
200 | 2024-10-01T01:50:14.620Z | Planning: Evaluating mediators ... Done |
201 | 2024-10-01T01:50:14.676Z | Planning: Planning completed in 0.76 seconds |
202 | 2024-10-01T01:50:14.716Z | Packages to change: 1 |
203 | 2024-10-01T01:50:14.716Z | Mediators to change: 1 |
204 | 2024-10-01T01:50:14.718Z | Services to change: 1 |
205 | 2024-10-01T01:50:14.718Z | Create boot environment: No |
206 | 2024-10-01T01:50:14.718Z | Create backup boot environment: Yes |
207 | 2024-10-01T01:50:16.515Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-10-01T01:50:16.518Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2024-10-01T01:50:16.518Z | Done |
210 | 2024-10-01T01:50:16.518Z | Done |
211 | 2024-10-01T01:50:16.607Z | Done |
212 | 2024-10-01T01:50:20.170Z | Done |
213 | 2024-10-01T01:50:20.261Z | Done |
214 | 2024-10-01T01:50:20.263Z | Done |
215 | 2024-10-01T01:50:20.372Z | Done |
216 | 2024-10-01T01:50:20.802Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-10-01T01:50:20.802Z | clang system 15 system |
218 | 2024-10-01T01:50:20.802Z | csh system system illumos |
219 | 2024-10-01T01:50:20.802Z | ctags system system illumos |
220 | 2024-10-01T01:50:20.802Z | gcc vendor 12 vendor |
221 | 2024-10-01T01:50:20.802Z | gcc system 10 system |
222 | 2024-10-01T01:50:20.802Z | gcc system 7 system |
223 | 2024-10-01T01:50:20.802Z | go system 1.20 system |
224 | 2024-10-01T01:50:20.802Z | go system 1.19 system |
225 | 2024-10-01T01:50:20.802Z | llvm system 15 system |
226 | 2024-10-01T01:50:20.802Z | llvm system 14 system |
227 | 2024-10-01T01:50:20.802Z | mariadb system 10.6 system |
228 | 2024-10-01T01:50:20.802Z | mta vendor vendor dma |
229 | 2024-10-01T01:50:20.802Z | openjdk system 17 system |
230 | 2024-10-01T01:50:20.802Z | openjdk system 11 system |
231 | 2024-10-01T01:50:20.803Z | openjdk system 1.8 system |
232 | 2024-10-01T01:50:20.803Z | openssl vendor 3 vendor |
233 | 2024-10-01T01:50:20.803Z | perl system 5.36 system |
234 | 2024-10-01T01:50:20.803Z | postgresql system 15 system |
235 | 2024-10-01T01:50:20.803Z | postgresql system 13 system |
236 | 2024-10-01T01:50:20.803Z | python vendor 3 vendor |
237 | 2024-10-01T01:50:20.803Z | python system 2 system |
238 | 2024-10-01T01:50:20.803Z | python3 system 3.11 system |
239 | 2024-10-01T01:50:20.803Z | ruby system 3.0 system |
240 | 2024-10-01T01:50:20.803Z | words vendor vendor american-english |
241 | 2024-10-01T01:50:20.803Z | words system system australian-english |
242 | 2024-10-01T01:50:20.803Z | words system system british-english |
243 | 2024-10-01T01:50:20.803Z | words system system canadian-english |
244 | 2024-10-01T01:50:20.803Z | words system system french |
245 | 2024-10-01T01:50:20.803Z | words system system italian |
246 | 2024-10-01T01:50:20.803Z | words system system ngerman |
247 | 2024-10-01T01:50:20.803Z | words system system ogerman |
248 | 2024-10-01T01:50:20.803Z | words system system spanish |
249 | 2024-10-01T01:50:21.129Z | PUBLISHER TYPE STATUS P LOCATION |
250 | 2024-10-01T01:50:21.129Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
251 | 2024-10-01T01:50:23.128Z | FMRI IFO |
252 | 2024-10-01T01:50:23.128Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
253 | 2024-10-01T01:50:23.128Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
254 | 2024-10-01T01:50:23.128Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
255 | 2024-10-01T01:50:23.128Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
256 | 2024-10-01T01:50:23.128Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
257 | 2024-10-01T01:50:23.128Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-10-01T01:50:23.128Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
259 | 2024-10-01T01:50:23.128Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
260 | 2024-10-01T01:50:23.128Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
261 | 2024-10-01T01:50:23.128Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
262 | 2024-10-01T01:50:23.128Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
263 | 2024-10-01T01:50:23.128Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
264 | 2024-10-01T01:50:23.128Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
265 | 2024-10-01T01:50:23.776Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
266 | 2024-10-01T01:50:24.069Z | Updating crates.io index |
267 | 2024-10-01T01:50:24.131Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
268 | 2024-10-01T01:50:24.959Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
269 | 2024-10-01T01:50:25.188Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
270 | 2024-10-01T01:50:25.395Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
271 | 2024-10-01T01:50:25.659Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
272 | 2024-10-01T01:50:26.377Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
273 | 2024-10-01T01:50:28.538Z | Updating git repository `https://github.com/oxidecomputer/opte` |
274 | 2024-10-01T01:50:29.475Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
275 | 2024-10-01T01:50:30.225Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
276 | 2024-10-01T01:50:30.442Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
277 | 2024-10-01T01:50:30.670Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
278 | 2024-10-01T01:50:31.179Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
279 | 2024-10-01T01:50:31.511Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
280 | 2024-10-01T01:50:31.728Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
281 | 2024-10-01T01:50:32.037Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
282 | 2024-10-01T01:50:32.300Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
283 | 2024-10-01T01:50:32.528Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
284 | 2024-10-01T01:50:32.735Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
285 | 2024-10-01T01:50:32.953Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
286 | 2024-10-01T01:50:33.257Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
287 | 2024-10-01T01:50:33.629Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
288 | 2024-10-01T01:50:33.955Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
289 | 2024-10-01T01:50:34.227Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
290 | 2024-10-01T01:50:34.517Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
291 | 2024-10-01T01:50:34.854Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
292 | 2024-10-01T01:50:35.130Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
293 | 2024-10-01T01:50:35.474Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
294 | 2024-10-01T01:50:35.871Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
295 | 2024-10-01T01:50:36.071Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
296 | 2024-10-01T01:50:36.314Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
297 | 2024-10-01T01:50:37.492Z | Downloading crates ... |
298 | 2024-10-01T01:50:37.586Z | Downloaded autocfg v1.3.0 |
299 | 2024-10-01T01:50:37.589Z | Downloaded bitflags v2.6.0 |
300 | 2024-10-01T01:50:37.595Z | Downloaded equivalent v1.0.1 |
301 | 2024-10-01T01:50:37.598Z | Downloaded colorchoice v1.0.1 |
302 | 2024-10-01T01:50:37.616Z | Downloaded anstyle-query v1.0.3 |
303 | 2024-10-01T01:50:37.619Z | Downloaded anstyle-parse v0.2.4 |
304 | 2024-10-01T01:50:37.627Z | Downloaded anstyle v1.0.8 |
305 | 2024-10-01T01:50:37.629Z | Downloaded cargo_metadata v0.18.1 |
306 | 2024-10-01T01:50:37.631Z | Downloaded block-buffer v0.10.4 |
307 | 2024-10-01T01:50:37.631Z | Downloaded byteorder v1.5.0 |
308 | 2024-10-01T01:50:37.642Z | Downloaded toml_datetime v0.6.8 |
309 | 2024-10-01T01:50:37.645Z | Downloaded scroll v0.12.0 |
310 | 2024-10-01T01:50:37.647Z | Downloaded serde_spanned v0.6.7 |
311 | 2024-10-01T01:50:37.650Z | Downloaded version_check v0.9.5 |
312 | 2024-10-01T01:50:37.650Z | Downloaded cfg-if v1.0.0 |
313 | 2024-10-01T01:50:37.653Z | Downloaded thiserror-impl v1.0.64 |
314 | 2024-10-01T01:50:37.653Z | Downloaded fs-err v2.11.0 |
315 | 2024-10-01T01:50:37.655Z | Downloaded strsim v0.11.1 |
316 | 2024-10-01T01:50:37.655Z | Downloaded anstream v0.6.14 |
317 | 2024-10-01T01:50:37.658Z | Downloaded fastrand v2.1.0 |
318 | 2024-10-01T01:50:37.662Z | Downloaded heck v0.4.1 |
319 | 2024-10-01T01:50:37.664Z | Downloaded dof v0.3.0 |
320 | 2024-10-01T01:50:37.666Z | Downloaded plain v0.2.3 |
321 | 2024-10-01T01:50:37.666Z | Downloaded proc-macro-error v1.0.4 |
322 | 2024-10-01T01:50:37.669Z | Downloaded clap_derive v4.5.18 |
323 | 2024-10-01T01:50:37.671Z | Downloaded pest_generator v2.7.10 |
324 | 2024-10-01T01:50:37.673Z | Downloaded camino-tempfile v1.1.1 |
325 | 2024-10-01T01:50:37.676Z | Downloaded errno v0.3.9 |
326 | 2024-10-01T01:50:37.678Z | Downloaded cpufeatures v0.2.12 |
327 | 2024-10-01T01:50:37.678Z | Downloaded sha2 v0.10.8 |
328 | 2024-10-01T01:50:37.681Z | Downloaded itoa v1.0.11 |
329 | 2024-10-01T01:50:37.683Z | Downloaded semver v1.0.23 |
330 | 2024-10-01T01:50:37.685Z | Downloaded once_cell v1.19.0 |
331 | 2024-10-01T01:50:37.689Z | Downloaded anyhow v1.0.89 |
332 | 2024-10-01T01:50:37.692Z | Downloaded usdt-impl v0.5.0 |
333 | 2024-10-01T01:50:37.697Z | Downloaded zerocopy-derive v0.7.34 |
334 | 2024-10-01T01:50:37.701Z | Downloaded cargo-platform v0.1.8 |
335 | 2024-10-01T01:50:37.703Z | Downloaded usdt-macro v0.5.0 |
336 | 2024-10-01T01:50:37.703Z | Downloaded dtrace-parser v0.2.0 |
337 | 2024-10-01T01:50:37.705Z | Downloaded is_terminal_polyfill v1.70.0 |
338 | 2024-10-01T01:50:37.705Z | Downloaded clap_lex v0.7.0 |
339 | 2024-10-01T01:50:37.708Z | Downloaded macaddr v1.0.1 |
340 | 2024-10-01T01:50:37.708Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2024-10-01T01:50:37.713Z | Downloaded thread-id v4.2.1 |
342 | 2024-10-01T01:50:37.715Z | Downloaded usdt v0.5.0 |
343 | 2024-10-01T01:50:37.715Z | Downloaded swrite v0.1.0 |
344 | 2024-10-01T01:50:37.718Z | Downloaded scroll_derive v0.12.0 |
345 | 2024-10-01T01:50:37.718Z | Downloaded pretty-hex v0.4.1 |
346 | 2024-10-01T01:50:37.722Z | Downloaded serde_derive v1.0.210 |
347 | 2024-10-01T01:50:37.725Z | Downloaded tempfile v3.10.1 |
348 | 2024-10-01T01:50:37.728Z | Downloaded toml v0.8.19 |
349 | 2024-10-01T01:50:37.731Z | Downloaded log v0.4.22 |
350 | 2024-10-01T01:50:37.733Z | Downloaded unicode-ident v1.0.13 |
351 | 2024-10-01T01:50:37.736Z | Downloaded typenum v1.17.0 |
352 | 2024-10-01T01:50:37.739Z | Downloaded proc-macro2 v1.0.86 |
353 | 2024-10-01T01:50:37.741Z | Downloaded digest v0.10.7 |
354 | 2024-10-01T01:50:37.744Z | Downloaded bytecount v0.6.8 |
355 | 2024-10-01T01:50:37.746Z | Downloaded heck v0.5.0 |
356 | 2024-10-01T01:50:37.746Z | Downloaded fnv v1.0.7 |
357 | 2024-10-01T01:50:37.749Z | Downloaded crypto-common v0.1.6 |
358 | 2024-10-01T01:50:37.752Z | Downloaded usdt-attr-macro v0.5.0 |
359 | 2024-10-01T01:50:37.755Z | Downloaded memmap v0.7.0 |
360 | 2024-10-01T01:50:37.755Z | Downloaded generic-array v0.14.7 |
361 | 2024-10-01T01:50:37.757Z | Downloaded thiserror v1.0.64 |
362 | 2024-10-01T01:50:37.761Z | Downloaded unicode-linebreak v0.1.5 |
363 | 2024-10-01T01:50:37.763Z | Downloaded tabled_derive v0.7.0 |
364 | 2024-10-01T01:50:37.763Z | Downloaded serde_tokenstream v0.2.2 |
365 | 2024-10-01T01:50:37.765Z | Downloaded smawk v0.3.2 |
366 | 2024-10-01T01:50:37.768Z | Downloaded terminal_size v0.3.0 |
367 | 2024-10-01T01:50:37.777Z | Downloaded camino v1.1.9 |
368 | 2024-10-01T01:50:37.788Z | Downloaded pest_derive v2.7.10 |
369 | 2024-10-01T01:50:37.791Z | Downloaded utf8parse v0.2.1 |
370 | 2024-10-01T01:50:37.796Z | Downloaded textwrap v0.16.1 |
371 | 2024-10-01T01:50:37.808Z | Downloaded quote v1.0.37 |
372 | 2024-10-01T01:50:37.813Z | Downloaded ryu v1.0.18 |
373 | 2024-10-01T01:50:37.818Z | Downloaded papergrid v0.11.0 |
374 | 2024-10-01T01:50:37.823Z | Downloaded pest_meta v2.7.10 |
375 | 2024-10-01T01:50:37.825Z | Downloaded ucd-trie v0.1.6 |
376 | 2024-10-01T01:50:37.827Z | Downloaded indexmap v2.5.0 |
377 | 2024-10-01T01:50:37.831Z | Downloaded cargo_toml v0.20.5 |
378 | 2024-10-01T01:50:37.833Z | Downloaded memchr v2.7.2 |
379 | 2024-10-01T01:50:37.837Z | Downloaded clap v4.5.18 |
380 | 2024-10-01T01:50:37.853Z | Downloaded serde v1.0.210 |
381 | 2024-10-01T01:50:37.883Z | Downloaded toml_edit v0.22.22 |
382 | 2024-10-01T01:50:37.906Z | Downloaded pest v2.7.10 |
383 | 2024-10-01T01:50:37.916Z | Downloaded winnow v0.6.18 |
384 | 2024-10-01T01:50:37.924Z | Downloaded hashbrown v0.14.5 |
385 | 2024-10-01T01:50:37.930Z | Downloaded goblin v0.8.2 |
386 | 2024-10-01T01:50:37.936Z | Downloaded zerocopy v0.7.34 |
387 | 2024-10-01T01:50:37.951Z | Downloaded serde_json v1.0.128 |
388 | 2024-10-01T01:50:37.958Z | Downloaded tabled v0.15.0 |
389 | 2024-10-01T01:50:37.973Z | Downloaded clap_builder v4.5.18 |
390 | 2024-10-01T01:50:37.979Z | Downloaded syn v1.0.109 |
391 | 2024-10-01T01:50:37.989Z | Downloaded syn v2.0.79 |
392 | 2024-10-01T01:50:38.000Z | Downloaded rustix v0.38.34 |
393 | 2024-10-01T01:50:38.022Z | Downloaded unicode-width v0.1.13 |
394 | 2024-10-01T01:50:38.043Z | Downloaded libc v0.2.159 |
395 | 2024-10-01T01:50:38.346Z | Compiling proc-macro2 v1.0.86 |
396 | 2024-10-01T01:50:38.346Z | Compiling unicode-ident v1.0.13 |
397 | 2024-10-01T01:50:38.348Z | Compiling version_check v0.9.5 |
398 | 2024-10-01T01:50:38.349Z | Compiling serde v1.0.210 |
399 | 2024-10-01T01:50:38.349Z | Compiling memchr v2.7.2 |
400 | 2024-10-01T01:50:38.349Z | Compiling thiserror v1.0.64 |
401 | 2024-10-01T01:50:38.349Z | Compiling libc v0.2.159 |
402 | 2024-10-01T01:50:38.380Z | Compiling itoa v1.0.11 |
403 | 2024-10-01T01:50:38.586Z | Compiling ucd-trie v0.1.6 |
404 | 2024-10-01T01:50:38.642Z | Compiling ryu v1.0.18 |
405 | 2024-10-01T01:50:38.985Z | Compiling once_cell v1.19.0 |
406 | 2024-10-01T01:50:39.185Z | Compiling byteorder v1.5.0 |
407 | 2024-10-01T01:50:39.188Z | Compiling rustix v0.38.34 |
408 | 2024-10-01T01:50:39.378Z | Compiling serde_json v1.0.128 |
409 | 2024-10-01T01:50:39.681Z | Compiling bitflags v2.6.0 |
410 | 2024-10-01T01:50:39.760Z | Compiling proc-macro-error-attr v1.0.4 |
411 | 2024-10-01T01:50:39.996Z | Compiling quote v1.0.37 |
412 | 2024-10-01T01:50:40.102Z | Compiling usdt-impl v0.5.0 |
413 | 2024-10-01T01:50:40.147Z | Compiling syn v1.0.109 |
414 | 2024-10-01T01:50:40.214Z | Compiling proc-macro-error v1.0.4 |
415 | 2024-10-01T01:50:40.259Z | Compiling log v0.4.22 |
416 | 2024-10-01T01:50:40.476Z | Compiling syn v2.0.79 |
417 | 2024-10-01T01:50:40.576Z | Compiling errno v0.3.9 |
418 | 2024-10-01T01:50:40.828Z | Compiling utf8parse v0.2.1 |
419 | 2024-10-01T01:50:40.851Z | Compiling thread-id v4.2.1 |
420 | 2024-10-01T01:50:40.854Z | Compiling hashbrown v0.14.5 |
421 | 2024-10-01T01:50:40.895Z | Compiling camino v1.1.9 |
422 | 2024-10-01T01:50:40.946Z | Compiling plain v0.2.3 |
423 | 2024-10-01T01:50:40.972Z | Compiling equivalent v1.0.1 |
424 | 2024-10-01T01:50:40.999Z | Compiling anstyle-parse v0.2.4 |
425 | 2024-10-01T01:50:41.466Z | Compiling anstyle-query v1.0.3 |
426 | 2024-10-01T01:50:41.611Z | Compiling pretty-hex v0.4.1 |
427 | 2024-10-01T01:50:41.639Z | Compiling unicode-width v0.1.13 |
428 | 2024-10-01T01:50:41.658Z | Compiling anstyle v1.0.8 |
429 | 2024-10-01T01:50:41.833Z | Compiling colorchoice v1.0.1 |
430 | 2024-10-01T01:50:41.890Z | Compiling winnow v0.6.18 |
431 | 2024-10-01T01:50:41.921Z | Compiling autocfg v1.3.0 |
432 | 2024-10-01T01:50:41.986Z | Compiling semver v1.0.23 |
433 | 2024-10-01T01:50:42.138Z | Compiling is_terminal_polyfill v1.70.0 |
434 | 2024-10-01T01:50:42.262Z | Compiling indexmap v2.5.0 |
435 | 2024-10-01T01:50:42.265Z | Compiling anstream v0.6.14 |
436 | 2024-10-01T01:50:42.870Z | Compiling fs-err v2.11.0 |
437 | 2024-10-01T01:50:42.920Z | Compiling terminal_size v0.3.0 |
438 | 2024-10-01T01:50:43.060Z | Compiling clap_lex v0.7.0 |
439 | 2024-10-01T01:50:43.132Z | Compiling cfg-if v1.0.0 |
440 | 2024-10-01T01:50:43.175Z | Compiling bytecount v0.6.8 |
441 | 2024-10-01T01:50:43.239Z | Compiling fastrand v2.1.0 |
442 | 2024-10-01T01:50:43.400Z | Compiling fnv v1.0.7 |
443 | 2024-10-01T01:50:43.539Z | Compiling anyhow v1.0.89 |
444 | 2024-10-01T01:50:43.572Z | Compiling strsim v0.11.1 |
445 | 2024-10-01T01:50:43.597Z | Compiling heck v0.4.1 |
446 | 2024-10-01T01:50:43.688Z | Compiling heck v0.5.0 |
447 | 2024-10-01T01:50:43.801Z | Compiling tempfile v3.10.1 |
448 | 2024-10-01T01:50:44.218Z | Compiling clap_builder v4.5.18 |
449 | 2024-10-01T01:50:44.351Z | Compiling papergrid v0.11.0 |
450 | 2024-10-01T01:50:44.629Z | Compiling memmap v0.7.0 |
451 | 2024-10-01T01:50:44.665Z | Compiling smawk v0.3.2 |
452 | 2024-10-01T01:50:44.791Z | Compiling unicode-linebreak v0.1.5 |
453 | 2024-10-01T01:50:45.281Z | Compiling textwrap v0.16.1 |
454 | 2024-10-01T01:50:45.495Z | Compiling swrite v0.1.0 |
455 | 2024-10-01T01:50:46.814Z | Compiling tabled_derive v0.7.0 |
456 | 2024-10-01T01:50:48.505Z | Compiling tabled v0.15.0 |
457 | 2024-10-01T01:50:49.264Z | Compiling serde_derive v1.0.210 |
458 | 2024-10-01T01:50:49.264Z | Compiling thiserror-impl v1.0.64 |
459 | 2024-10-01T01:50:49.266Z | Compiling zerocopy-derive v0.7.34 |
460 | 2024-10-01T01:50:49.266Z | Compiling scroll_derive v0.12.0 |
461 | 2024-10-01T01:50:49.350Z | Compiling clap_derive v4.5.18 |
462 | 2024-10-01T01:50:50.638Z | Compiling scroll v0.12.0 |
463 | 2024-10-01T01:50:51.202Z | Compiling goblin v0.8.2 |
464 | 2024-10-01T01:50:51.448Z | Compiling zerocopy v0.7.34 |
465 | 2024-10-01T01:50:52.199Z | Compiling pest v2.7.10 |
466 | 2024-10-01T01:50:53.024Z | Compiling clap v4.5.18 |
467 | 2024-10-01T01:50:54.385Z | Compiling pest_meta v2.7.10 |
468 | 2024-10-01T01:50:55.237Z | Compiling pest_generator v2.7.10 |
469 | 2024-10-01T01:50:57.064Z | Compiling pest_derive v2.7.10 |
470 | 2024-10-01T01:50:57.812Z | Compiling dtrace-parser v0.2.0 |
471 | 2024-10-01T01:50:59.364Z | Compiling serde_tokenstream v0.2.2 |
472 | 2024-10-01T01:50:59.485Z | Compiling serde_spanned v0.6.7 |
473 | 2024-10-01T01:50:59.485Z | Compiling toml_datetime v0.6.8 |
474 | 2024-10-01T01:50:59.769Z | Compiling cargo-platform v0.1.8 |
475 | 2024-10-01T01:50:59.870Z | Compiling toml_edit v0.22.22 |
476 | 2024-10-01T01:50:59.930Z | Compiling macaddr v1.0.1 |
477 | 2024-10-01T01:51:00.205Z | Compiling camino-tempfile v1.1.1 |
478 | 2024-10-01T01:51:00.843Z | Compiling dof v0.3.0 |
479 | 2024-10-01T01:51:00.947Z | Compiling cargo_metadata v0.18.1 |
480 | 2024-10-01T01:51:02.576Z | Compiling usdt-macro v0.5.0 |
481 | 2024-10-01T01:51:02.579Z | Compiling usdt-attr-macro v0.5.0 |
482 | 2024-10-01T01:51:02.778Z | Compiling toml v0.8.19 |
483 | 2024-10-01T01:51:03.596Z | Compiling cargo_toml v0.20.5 |
484 | 2024-10-01T01:51:03.902Z | Compiling usdt v0.5.0 |
485 | 2024-10-01T01:51:07.422Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
486 | 2024-10-01T01:51:11.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.11s |
487 | 2024-10-01T01:51:11.915Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
488 | 2024-10-01T01:51:12.477Z | Downloading crates ... |
489 | 2024-10-01T01:51:12.591Z | Downloaded aead v0.5.2 |
490 | 2024-10-01T01:51:12.597Z | Downloaded ascii-canvas v3.0.0 |
491 | 2024-10-01T01:51:12.599Z | Downloaded arrayref v0.3.7 |
492 | 2024-10-01T01:51:12.602Z | Downloaded ahash v0.8.11 |
493 | 2024-10-01T01:51:12.608Z | Downloaded cfg_aliases v0.1.1 |
494 | 2024-10-01T01:51:12.610Z | Downloaded crucible-workspace-hack v0.1.0 |
495 | 2024-10-01T01:51:12.613Z | Downloaded allocator-api2 v0.2.18 |
496 | 2024-10-01T01:51:12.622Z | Downloaded bitfield-struct v0.6.1 |
497 | 2024-10-01T01:51:12.625Z | Downloaded adler v1.0.2 |
498 | 2024-10-01T01:51:12.628Z | Downloaded castaway v0.2.3 |
499 | 2024-10-01T01:51:12.631Z | Downloaded is-terminal v0.4.12 |
500 | 2024-10-01T01:51:12.634Z | Downloaded atomicwrites v0.4.4 |
501 | 2024-10-01T01:51:12.637Z | Downloaded blowfish v0.9.1 |
502 | 2024-10-01T01:51:12.637Z | Downloaded bit-vec v0.6.3 |
503 | 2024-10-01T01:51:12.639Z | Downloaded match_cfg v0.1.0 |
504 | 2024-10-01T01:51:12.639Z | Downloaded colored v2.1.0 |
505 | 2024-10-01T01:51:12.642Z | Downloaded ciborium-ll v0.2.2 |
506 | 2024-10-01T01:51:12.646Z | Downloaded newline-converter v0.3.0 |
507 | 2024-10-01T01:51:12.646Z | Downloaded md5 v0.7.0 |
508 | 2024-10-01T01:51:12.652Z | Downloaded nodrop v0.1.14 |
509 | 2024-10-01T01:51:12.653Z | Downloaded bzip2 v0.4.4 |
510 | 2024-10-01T01:51:12.653Z | Downloaded async-trait v0.1.83 |
511 | 2024-10-01T01:51:12.656Z | Downloaded cancel-safe-futures v0.1.5 |
512 | 2024-10-01T01:51:12.656Z | Downloaded normalize-line-endings v0.3.0 |
513 | 2024-10-01T01:51:12.659Z | Downloaded indoc v1.0.9 |
514 | 2024-10-01T01:51:12.662Z | Downloaded hyper-tls v0.6.0 |
515 | 2024-10-01T01:51:12.662Z | Downloaded lalrpop-util v0.19.12 |
516 | 2024-10-01T01:51:12.664Z | Downloaded constant_time_eq v0.3.0 |
517 | 2024-10-01T01:51:12.664Z | Downloaded http v0.2.12 |
518 | 2024-10-01T01:51:12.668Z | Downloaded http-body-util v0.1.2 |
519 | 2024-10-01T01:51:12.671Z | Downloaded mockall v0.13.0 |
520 | 2024-10-01T01:51:12.674Z | Downloaded httparse v1.8.0 |
521 | 2024-10-01T01:51:12.677Z | Downloaded crc v3.2.1 |
522 | 2024-10-01T01:51:12.680Z | Downloaded iana-time-zone v0.1.60 |
523 | 2024-10-01T01:51:12.680Z | Downloaded memoffset v0.9.1 |
524 | 2024-10-01T01:51:12.683Z | Downloaded lazycell v1.3.0 |
525 | 2024-10-01T01:51:12.683Z | Downloaded multer v3.1.0 |
526 | 2024-10-01T01:51:12.694Z | Downloaded hyper-rustls v0.27.3 |
527 | 2024-10-01T01:51:12.696Z | Downloaded native-tls v0.2.11 |
528 | 2024-10-01T01:51:12.696Z | Downloaded num-complex v0.4.6 |
529 | 2024-10-01T01:51:12.696Z | Downloaded nibble_vec v0.1.0 |
530 | 2024-10-01T01:51:12.696Z | Downloaded mime_guess v2.0.4 |
531 | 2024-10-01T01:51:12.699Z | Downloaded chacha20poly1305 v0.10.1 |
532 | 2024-10-01T01:51:12.699Z | Downloaded managed v0.8.0 |
533 | 2024-10-01T01:51:12.701Z | Downloaded http-body v0.4.6 |
534 | 2024-10-01T01:51:12.704Z | Downloaded adler2 v2.0.0 |
535 | 2024-10-01T01:51:12.706Z | Downloaded atty v0.2.14 |
536 | 2024-10-01T01:51:12.706Z | Downloaded async-stream-impl v0.3.5 |
537 | 2024-10-01T01:51:12.709Z | Downloaded nu-ansi-term v0.50.0 |
538 | 2024-10-01T01:51:12.711Z | Downloaded ctr v0.9.2 |
539 | 2024-10-01T01:51:12.714Z | Downloaded time-core v0.1.2 |
540 | 2024-10-01T01:51:12.714Z | Downloaded indent_write v2.2.0 |
541 | 2024-10-01T01:51:12.717Z | Downloaded miniz_oxide v0.7.2 |
542 | 2024-10-01T01:51:12.720Z | Downloaded bb8 v0.8.5 |
543 | 2024-10-01T01:51:12.720Z | Downloaded http-body v1.0.0 |
544 | 2024-10-01T01:51:12.722Z | Downloaded argon2 v0.5.3 |
545 | 2024-10-01T01:51:12.724Z | Downloaded ident_case v1.0.1 |
546 | 2024-10-01T01:51:12.724Z | Downloaded darling_macro v0.20.9 |
547 | 2024-10-01T01:51:12.727Z | Downloaded cfg_aliases v0.2.1 |
548 | 2024-10-01T01:51:12.727Z | Downloaded signal-hook-mio v0.2.4 |
549 | 2024-10-01T01:51:12.730Z | Downloaded http-range v0.1.5 |
550 | 2024-10-01T01:51:12.730Z | Downloaded take_mut v0.2.2 |
551 | 2024-10-01T01:51:12.730Z | Downloaded cstr-argument v0.1.2 |
552 | 2024-10-01T01:51:12.732Z | Downloaded ciborium-io v0.2.2 |
553 | 2024-10-01T01:51:12.732Z | Downloaded crunchy v0.2.2 |
554 | 2024-10-01T01:51:12.735Z | Downloaded const_format v0.2.33 |
555 | 2024-10-01T01:51:12.737Z | Downloaded base64 v0.21.7 |
556 | 2024-10-01T01:51:12.742Z | Downloaded bitfield v0.14.0 |
557 | 2024-10-01T01:51:12.744Z | Downloaded termtree v0.4.1 |
558 | 2024-10-01T01:51:12.747Z | Downloaded waitgroup v0.1.2 |
559 | 2024-10-01T01:51:12.747Z | Downloaded stable_deref_trait v1.2.0 |
560 | 2024-10-01T01:51:12.749Z | Downloaded num-conv v0.1.0 |
561 | 2024-10-01T01:51:12.749Z | Downloaded cc v1.0.97 |
562 | 2024-10-01T01:51:12.752Z | Downloaded shell-words v1.1.0 |
563 | 2024-10-01T01:51:12.755Z | Downloaded httpdate v1.0.3 |
564 | 2024-10-01T01:51:12.755Z | Downloaded cassowary v0.3.0 |
565 | 2024-10-01T01:51:12.757Z | Downloaded crossbeam-deque v0.8.5 |
566 | 2024-10-01T01:51:12.760Z | Downloaded instability v0.3.2 |
567 | 2024-10-01T01:51:12.760Z | Downloaded smf v0.2.3 |
568 | 2024-10-01T01:51:12.762Z | Downloaded darling_core v0.20.9 |
569 | 2024-10-01T01:51:12.766Z | Downloaded atomic-waker v1.1.2 |
570 | 2024-10-01T01:51:12.768Z | Downloaded md-5 v0.10.6 |
571 | 2024-10-01T01:51:12.771Z | Downloaded downcast v0.11.0 |
572 | 2024-10-01T01:51:12.771Z | Downloaded static_assertions v1.1.0 |
573 | 2024-10-01T01:51:12.773Z | Downloaded float-ord v0.3.2 |
574 | 2024-10-01T01:51:12.776Z | Downloaded serde_path_to_error v0.1.16 |
575 | 2024-10-01T01:51:12.776Z | Downloaded crossbeam-epoch v0.9.18 |
576 | 2024-10-01T01:51:12.778Z | Downloaded derive_builder_macro v0.20.0 |
577 | 2024-10-01T01:51:12.781Z | Downloaded ipnetwork v0.20.0 |
578 | 2024-10-01T01:51:12.783Z | Downloaded maplit v1.0.2 |
579 | 2024-10-01T01:51:12.783Z | Downloaded lazy_static v1.5.0 |
580 | 2024-10-01T01:51:12.786Z | Downloaded cobs v0.2.3 |
581 | 2024-10-01T01:51:12.788Z | Downloaded headers-core v0.3.0 |
582 | 2024-10-01T01:51:12.788Z | Downloaded bcs v0.1.6 |
583 | 2024-10-01T01:51:12.791Z | Downloaded nanorand v0.7.0 |
584 | 2024-10-01T01:51:12.793Z | Downloaded want v0.3.1 |
585 | 2024-10-01T01:51:12.796Z | Downloaded termios v0.3.3 |
586 | 2024-10-01T01:51:12.796Z | Downloaded shlex v1.3.0 |
587 | 2024-10-01T01:51:12.799Z | Downloaded rustc-hash v2.0.0 |
588 | 2024-10-01T01:51:12.799Z | Downloaded newtype-uuid v1.1.0 |
589 | 2024-10-01T01:51:12.803Z | Downloaded thiserror-impl-no-std v2.0.2 |
590 | 2024-10-01T01:51:12.806Z | Downloaded salsa20 v0.10.2 |
591 | 2024-10-01T01:51:12.806Z | Downloaded resolv-conf v0.7.0 |
592 | 2024-10-01T01:51:12.806Z | Downloaded num v0.4.3 |
593 | 2024-10-01T01:51:12.808Z | Downloaded defmt v0.3.8 |
594 | 2024-10-01T01:51:12.811Z | Downloaded display-error-chain v0.2.1 |
595 | 2024-10-01T01:51:12.814Z | Downloaded crypto-bigint v0.5.5 |
596 | 2024-10-01T01:51:12.818Z | Downloaded libloading v0.8.3 |
597 | 2024-10-01T01:51:12.821Z | Downloaded peg-runtime v0.8.3 |
598 | 2024-10-01T01:51:12.824Z | Downloaded hex v0.4.3 |
599 | 2024-10-01T01:51:12.824Z | Downloaded progenitor-client v0.8.0 |
600 | 2024-10-01T01:51:12.827Z | Downloaded flagset v0.4.5 |
601 | 2024-10-01T01:51:12.829Z | Downloaded precomputed-hash v0.1.1 |
602 | 2024-10-01T01:51:12.829Z | Downloaded dirs-sys-next v0.1.2 |
603 | 2024-10-01T01:51:12.832Z | Downloaded dirs-next v2.0.0 |
604 | 2024-10-01T01:51:12.832Z | Downloaded rustc_version v0.4.0 |
605 | 2024-10-01T01:51:12.835Z | Downloaded rpassword v7.3.1 |
606 | 2024-10-01T01:51:12.835Z | Downloaded openssl-macros v0.1.1 |
607 | 2024-10-01T01:51:12.837Z | Downloaded sync_wrapper v1.0.1 |
608 | 2024-10-01T01:51:12.838Z | Downloaded num-bigint v0.4.5 |
609 | 2024-10-01T01:51:12.841Z | Downloaded twox-hash v1.6.3 |
610 | 2024-10-01T01:51:12.843Z | Downloaded serde-big-array v0.5.1 |
611 | 2024-10-01T01:51:12.846Z | Downloaded jobserver v0.1.32 |
612 | 2024-10-01T01:51:12.849Z | Downloaded smallvec v1.13.2 |
613 | 2024-10-01T01:51:12.851Z | Downloaded sync_wrapper v0.1.2 |
614 | 2024-10-01T01:51:12.851Z | Downloaded crossbeam-channel v0.5.12 |
615 | 2024-10-01T01:51:12.856Z | Downloaded packed_struct_codegen v0.10.1 |
616 | 2024-10-01T01:51:12.858Z | Downloaded defmt-macros v0.3.9 |
617 | 2024-10-01T01:51:12.861Z | Downloaded float-cmp v0.9.0 |
618 | 2024-10-01T01:51:12.863Z | Downloaded crossbeam-utils v0.8.19 |
619 | 2024-10-01T01:51:12.866Z | Downloaded heck v0.3.3 |
620 | 2024-10-01T01:51:12.868Z | Downloaded crossterm v0.27.0 |
621 | 2024-10-01T01:51:12.873Z | Downloaded crc-any v2.5.0 |
622 | 2024-10-01T01:51:12.876Z | Downloaded foreign-types v0.5.0 |
623 | 2024-10-01T01:51:12.878Z | Downloaded globset v0.4.14 |
624 | 2024-10-01T01:51:12.881Z | Downloaded supports-color v3.0.1 |
625 | 2024-10-01T01:51:12.881Z | Downloaded foreign-types-shared v0.1.1 |
626 | 2024-10-01T01:51:12.883Z | Downloaded endian-type v0.1.2 |
627 | 2024-10-01T01:51:12.883Z | Downloaded slog-dtrace v0.3.0 |
628 | 2024-10-01T01:51:12.885Z | Downloaded scopeguard v1.2.0 |
629 | 2024-10-01T01:51:12.885Z | Downloaded rustfmt-wrapper v0.2.1 |
630 | 2024-10-01T01:51:12.888Z | Downloaded slog-envlogger v2.2.0 |
631 | 2024-10-01T01:51:12.891Z | Downloaded miniz_oxide v0.8.0 |
632 | 2024-10-01T01:51:12.893Z | Downloaded test-strategy v0.3.1 |
633 | 2024-10-01T01:51:12.896Z | Downloaded spin v0.5.2 |
634 | 2024-10-01T01:51:12.899Z | Downloaded tungstenite v0.23.0 |
635 | 2024-10-01T01:51:12.901Z | Downloaded semver v0.1.20 |
636 | 2024-10-01T01:51:12.905Z | Downloaded indicatif v0.17.8 |
637 | 2024-10-01T01:51:12.907Z | Downloaded secrecy v0.8.0 |
638 | 2024-10-01T01:51:12.907Z | Downloaded predicates-core v1.0.6 |
639 | 2024-10-01T01:51:12.910Z | Downloaded pkcs8 v0.10.2 |
640 | 2024-10-01T01:51:12.912Z | Downloaded zeroize v1.8.1 |
641 | 2024-10-01T01:51:12.915Z | Downloaded bytes v1.7.2 |
642 | 2024-10-01T01:51:12.918Z | Downloaded env_logger v0.10.2 |
643 | 2024-10-01T01:51:12.921Z | Downloaded dropshot_endpoint v0.10.1 |
644 | 2024-10-01T01:51:12.924Z | Downloaded peg-macros v0.8.4 |
645 | 2024-10-01T01:51:12.925Z | Downloaded compact_str v0.8.0 |
646 | 2024-10-01T01:51:12.928Z | Downloaded untrusted v0.9.0 |
647 | 2024-10-01T01:51:12.931Z | Downloaded spki v0.7.3 |
648 | 2024-10-01T01:51:12.934Z | Downloaded scrypt v0.11.0 |
649 | 2024-10-01T01:51:12.934Z | Downloaded strum_macros v0.26.4 |
650 | 2024-10-01T01:51:12.937Z | Downloaded hex-literal v0.4.1 |
651 | 2024-10-01T01:51:12.940Z | Downloaded ghash v0.5.1 |
652 | 2024-10-01T01:51:12.940Z | Downloaded parking_lot_core v0.8.6 |
653 | 2024-10-01T01:51:12.943Z | Downloaded foreign-types-macros v0.2.3 |
654 | 2024-10-01T01:51:12.943Z | Downloaded untrusted v0.7.1 |
655 | 2024-10-01T01:51:12.943Z | Downloaded toolchain_find v0.4.0 |
656 | 2024-10-01T01:51:12.946Z | Downloaded deranged v0.3.11 |
657 | 2024-10-01T01:51:12.946Z | Downloaded enum-as-inner v0.5.1 |
658 | 2024-10-01T01:51:12.949Z | Downloaded pkg-config v0.3.30 |
659 | 2024-10-01T01:51:12.951Z | Downloaded tokio-macros v2.4.0 |
660 | 2024-10-01T01:51:12.951Z | Downloaded pem v3.0.4 |
661 | 2024-10-01T01:51:12.954Z | Downloaded backtrace v0.3.71 |
662 | 2024-10-01T01:51:12.958Z | Downloaded sct v0.7.1 |
663 | 2024-10-01T01:51:12.961Z | Downloaded diesel_table_macro_syntax v0.2.0 |
664 | 2024-10-01T01:51:12.964Z | Downloaded proc-macro-crate v1.3.1 |
665 | 2024-10-01T01:51:12.964Z | Downloaded hash32 v0.2.1 |
666 | 2024-10-01T01:51:12.966Z | Downloaded der_derive v0.7.2 |
667 | 2024-10-01T01:51:12.969Z | Downloaded mio v0.8.11 |
668 | 2024-10-01T01:51:12.983Z | Downloaded radium v0.7.0 |
669 | 2024-10-01T01:51:12.985Z | Downloaded pretty-hex v0.2.1 |
670 | 2024-10-01T01:51:12.986Z | Downloaded predicates-tree v1.0.9 |
671 | 2024-10-01T01:51:12.988Z | Downloaded openssl-probe v0.1.5 |
672 | 2024-10-01T01:51:12.988Z | Downloaded opaque-debug v0.3.1 |
673 | 2024-10-01T01:51:12.991Z | Downloaded rfc6979 v0.4.0 |
674 | 2024-10-01T01:51:12.991Z | Downloaded filetime v0.2.25 |
675 | 2024-10-01T01:51:12.993Z | Downloaded termcolor v1.4.1 |
676 | 2024-10-01T01:51:12.996Z | Downloaded slog-async v2.8.0 |
677 | 2024-10-01T01:51:12.996Z | Downloaded serde_urlencoded v0.7.1 |
678 | 2024-10-01T01:51:12.998Z | Downloaded quinn-udp v0.5.5 |
679 | 2024-10-01T01:51:13.001Z | Downloaded pin-project v1.1.5 |
680 | 2024-10-01T01:51:13.011Z | Downloaded hickory-client v0.24.1 |
681 | 2024-10-01T01:51:13.014Z | Downloaded sigpipe v0.1.3 |
682 | 2024-10-01T01:51:13.017Z | Downloaded env_filter v0.1.2 |
683 | 2024-10-01T01:51:13.019Z | Downloaded enum-as-inner v0.6.0 |
684 | 2024-10-01T01:51:13.022Z | Downloaded hyper-util v0.1.9 |
685 | 2024-10-01T01:51:13.024Z | Downloaded tower-service v0.3.2 |
686 | 2024-10-01T01:51:13.027Z | Downloaded futures-task v0.3.30 |
687 | 2024-10-01T01:51:13.027Z | Downloaded fallible-iterator v0.2.0 |
688 | 2024-10-01T01:51:13.030Z | Downloaded group v0.13.0 |
689 | 2024-10-01T01:51:13.032Z | Downloaded socket2 v0.5.7 |
690 | 2024-10-01T01:51:13.032Z | Downloaded flume v0.11.0 |
691 | 2024-10-01T01:51:13.036Z | Downloaded xz2 v0.1.7 |
692 | 2024-10-01T01:51:13.038Z | Downloaded foreign-types-shared v0.3.1 |
693 | 2024-10-01T01:51:13.041Z | Downloaded zone_cfg_derive v0.1.2 |
694 | 2024-10-01T01:51:13.041Z | Downloaded powerfmt v0.2.0 |
695 | 2024-10-01T01:51:13.043Z | Downloaded primeorder v0.13.6 |
696 | 2024-10-01T01:51:13.043Z | Downloaded serde_repr v0.1.19 |
697 | 2024-10-01T01:51:13.046Z | Downloaded olpc-cjson v0.1.3 |
698 | 2024-10-01T01:51:13.048Z | Downloaded serde_with_macros v3.9.0 |
699 | 2024-10-01T01:51:13.051Z | Downloaded rustc-demangle v0.1.24 |
700 | 2024-10-01T01:51:13.051Z | Downloaded number_prefix v0.4.0 |
701 | 2024-10-01T01:51:13.053Z | Downloaded siphasher v0.3.11 |
702 | 2024-10-01T01:51:13.054Z | Downloaded signature v2.2.0 |
703 | 2024-10-01T01:51:13.056Z | Downloaded same-file v1.0.6 |
704 | 2024-10-01T01:51:13.058Z | Downloaded hmac v0.12.1 |
705 | 2024-10-01T01:51:13.061Z | Downloaded psl-types v2.0.11 |
706 | 2024-10-01T01:51:13.061Z | Downloaded phf_shared v0.10.0 |
707 | 2024-10-01T01:51:13.061Z | Downloaded itertools v0.13.0 |
708 | 2024-10-01T01:51:13.068Z | Downloaded blake3 v1.5.1 |
709 | 2024-10-01T01:51:13.076Z | Downloaded derive_builder_core v0.20.0 |
710 | 2024-10-01T01:51:13.079Z | Downloaded zone v0.3.0 |
711 | 2024-10-01T01:51:13.081Z | Downloaded sqlparser_derive v0.2.2 |
712 | 2024-10-01T01:51:13.081Z | Downloaded num-derive v0.4.2 |
713 | 2024-10-01T01:51:13.084Z | Downloaded wyz v0.5.1 |
714 | 2024-10-01T01:51:13.086Z | Downloaded utf-8 v0.7.6 |
715 | 2024-10-01T01:51:13.086Z | Downloaded heapless v0.8.0 |
716 | 2024-10-01T01:51:13.089Z | Downloaded vte_generate_state_changes v0.1.1 |
717 | 2024-10-01T01:51:13.092Z | Downloaded typify-macro v0.2.0 |
718 | 2024-10-01T01:51:13.092Z | Downloaded futures-macro v0.3.30 |
719 | 2024-10-01T01:51:13.094Z | Downloaded num-iter v0.1.45 |
720 | 2024-10-01T01:51:13.094Z | Downloaded russh-keys v0.45.0 |
721 | 2024-10-01T01:51:13.097Z | Downloaded futures-sink v0.3.30 |
722 | 2024-10-01T01:51:13.100Z | Downloaded dyn-clone v1.0.17 |
723 | 2024-10-01T01:51:13.102Z | Downloaded dsl_auto_type v0.1.2 |
724 | 2024-10-01T01:51:13.102Z | Downloaded num_threads v0.1.7 |
725 | 2024-10-01T01:51:13.105Z | Downloaded form_urlencoded v1.2.1 |
726 | 2024-10-01T01:51:13.105Z | Downloaded difflib v0.4.0 |
727 | 2024-10-01T01:51:13.107Z | Downloaded steno v0.4.1 |
728 | 2024-10-01T01:51:13.110Z | Downloaded ppv-lite86 v0.2.17 |
729 | 2024-10-01T01:51:13.114Z | Downloaded derive-where v1.2.7 |
730 | 2024-10-01T01:51:13.117Z | Downloaded structmeta-derive v0.2.0 |
731 | 2024-10-01T01:51:13.117Z | Downloaded minimal-lexical v0.2.1 |
732 | 2024-10-01T01:51:13.122Z | Downloaded serde-hex v0.1.0 |
733 | 2024-10-01T01:51:13.125Z | Downloaded serde_plain v1.0.2 |
734 | 2024-10-01T01:51:13.125Z | Downloaded tiny-keccak v2.0.2 |
735 | 2024-10-01T01:51:13.128Z | Downloaded term v0.7.0 |
736 | 2024-10-01T01:51:13.131Z | Downloaded ref-cast-impl v1.0.23 |
737 | 2024-10-01T01:51:13.133Z | Downloaded try-lock v0.2.5 |
738 | 2024-10-01T01:51:13.134Z | Downloaded ssh-cipher v0.2.0 |
739 | 2024-10-01T01:51:13.137Z | Downloaded home v0.5.9 |
740 | 2024-10-01T01:51:13.137Z | Downloaded omicron-zone-package v0.11.1 |
741 | 2024-10-01T01:51:13.140Z | Downloaded mio v1.0.2 |
742 | 2024-10-01T01:51:13.145Z | Downloaded dropshot_endpoint v0.12.0 |
743 | 2024-10-01T01:51:13.148Z | Downloaded pin-project-lite v0.2.14 |
744 | 2024-10-01T01:51:13.154Z | Downloaded hash32 v0.3.1 |
745 | 2024-10-01T01:51:13.156Z | Downloaded parking_lot_core v0.9.10 |
746 | 2024-10-01T01:51:13.159Z | Downloaded headers v0.4.0 |
747 | 2024-10-01T01:51:13.163Z | Downloaded phf v0.11.2 |
748 | 2024-10-01T01:51:13.166Z | Downloaded rand_chacha v0.3.1 |
749 | 2024-10-01T01:51:13.169Z | Downloaded libxml v0.3.3 |
750 | 2024-10-01T01:51:13.174Z | Downloaded aes-gcm v0.10.3 |
751 | 2024-10-01T01:51:13.176Z | Downloaded russh-cryptovec v0.7.2 |
752 | 2024-10-01T01:51:13.179Z | Downloaded progenitor-macro v0.8.0 |
753 | 2024-10-01T01:51:13.179Z | Downloaded diff v0.1.13 |
754 | 2024-10-01T01:51:13.184Z | Downloaded wait-timeout v0.2.0 |
755 | 2024-10-01T01:51:13.198Z | Downloaded hyper v0.14.30 |
756 | 2024-10-01T01:51:13.201Z | Downloaded tui-tree-widget v0.22.0 |
757 | 2024-10-01T01:51:13.201Z | Downloaded uzers v0.11.3 |
758 | 2024-10-01T01:51:13.201Z | Downloaded idna v0.5.0 |
759 | 2024-10-01T01:51:13.203Z | Downloaded schemars_derive v0.8.21 |
760 | 2024-10-01T01:51:13.205Z | Downloaded ref-cast v1.0.23 |
761 | 2024-10-01T01:51:13.208Z | Downloaded gethostname v0.5.0 |
762 | 2024-10-01T01:51:13.210Z | Downloaded polyval v0.6.2 |
763 | 2024-10-01T01:51:13.212Z | Downloaded vsss-rs v3.3.4 |
764 | 2024-10-01T01:51:13.215Z | Downloaded uuid v1.10.0 |
765 | 2024-10-01T01:51:13.217Z | Downloaded signal-hook-tokio v0.3.1 |
766 | 2024-10-01T01:51:13.220Z | Downloaded zeroize_derive v1.4.2 |
767 | 2024-10-01T01:51:13.220Z | Downloaded strip-ansi-escapes v0.2.0 |
768 | 2024-10-01T01:51:13.222Z | Downloaded aho-corasick v1.1.3 |
769 | 2024-10-01T01:51:13.227Z | Downloaded dhcproto-macros v0.1.0 |
770 | 2024-10-01T01:51:13.230Z | Downloaded snafu-derive v0.8.2 |
771 | 2024-10-01T01:51:13.232Z | Downloaded postgres-types v0.2.8 |
772 | 2024-10-01T01:51:13.232Z | Downloaded futures-io v0.3.30 |
773 | 2024-10-01T01:51:13.235Z | Downloaded sqlformat v0.2.6 |
774 | 2024-10-01T01:51:13.237Z | Downloaded postgres-protocol v0.6.7 |
775 | 2024-10-01T01:51:13.237Z | Downloaded time v0.3.36 |
776 | 2024-10-01T01:51:13.245Z | Downloaded parking_lot v0.12.2 |
777 | 2024-10-01T01:51:13.248Z | Downloaded whoami v1.5.2 |
778 | 2024-10-01T01:51:13.252Z | Downloaded fd-lock v4.0.2 |
779 | 2024-10-01T01:51:13.255Z | Downloaded tracing-attributes v0.1.27 |
780 | 2024-10-01T01:51:13.255Z | Downloaded num_enum_derive v0.5.11 |
781 | 2024-10-01T01:51:13.258Z | Downloaded x509-cert v0.2.5 |
782 | 2024-10-01T01:51:13.262Z | Downloaded subtle v2.5.0 |
783 | 2024-10-01T01:51:13.264Z | Downloaded peg v0.8.4 |
784 | 2024-10-01T01:51:13.267Z | Downloaded getrandom v0.2.14 |
785 | 2024-10-01T01:51:13.270Z | Downloaded similar v2.6.0 |
786 | 2024-10-01T01:51:13.275Z | Downloaded fxhash v0.2.1 |
787 | 2024-10-01T01:51:13.278Z | Downloaded des v0.8.1 |
788 | 2024-10-01T01:51:13.280Z | Downloaded tokio-postgres v0.7.12 |
789 | 2024-10-01T01:51:13.284Z | Downloaded poly1305 v0.8.0 |
790 | 2024-10-01T01:51:13.286Z | Downloaded funty v2.0.0 |
791 | 2024-10-01T01:51:13.289Z | Downloaded parking_lot v0.11.2 |
792 | 2024-10-01T01:51:13.291Z | Downloaded tokio-rustls v0.26.0 |
793 | 2024-10-01T01:51:13.291Z | Downloaded oso-derive v0.27.3 |
794 | 2024-10-01T01:51:13.294Z | Downloaded serde_yaml v0.9.34+deprecated |
795 | 2024-10-01T01:51:13.296Z | Downloaded path-slash v0.1.5 |
796 | 2024-10-01T01:51:13.299Z | Downloaded slog-term v2.9.1 |
797 | 2024-10-01T01:51:13.301Z | Downloaded embedded-io v0.4.0 |
798 | 2024-10-01T01:51:13.301Z | Downloaded zone_cfg_derive v0.3.0 |
799 | 2024-10-01T01:51:13.304Z | Downloaded owo-colors v4.1.0 |
800 | 2024-10-01T01:51:13.307Z | Downloaded num-rational v0.4.2 |
801 | 2024-10-01T01:51:13.307Z | Downloaded sha1 v0.10.6 |
802 | 2024-10-01T01:51:13.309Z | Downloaded rusty-fork v0.3.0 |
803 | 2024-10-01T01:51:13.309Z | Downloaded futures-executor v0.3.30 |
804 | 2024-10-01T01:51:13.312Z | Downloaded tar v0.4.42 |
805 | 2024-10-01T01:51:13.315Z | Downloaded expectorate v1.1.0 |
806 | 2024-10-01T01:51:13.317Z | Downloaded derive_builder v0.20.0 |
807 | 2024-10-01T01:51:13.320Z | Downloaded tinyvec_macros v0.1.1 |
808 | 2024-10-01T01:51:13.323Z | Downloaded zone v0.1.8 |
809 | 2024-10-01T01:51:13.323Z | Downloaded parse-size v1.0.0 |
810 | 2024-10-01T01:51:13.325Z | Downloaded tap v1.0.1 |
811 | 2024-10-01T01:51:13.325Z | Downloaded fallible-iterator v0.3.0 |
812 | 2024-10-01T01:51:13.328Z | Downloaded futures-core v0.3.30 |
813 | 2024-10-01T01:51:13.328Z | Downloaded portable-atomic v1.6.0 |
814 | 2024-10-01T01:51:13.333Z | Downloaded socket2 v0.4.10 |
815 | 2024-10-01T01:51:13.336Z | Downloaded structmeta v0.3.0 |
816 | 2024-10-01T01:51:13.338Z | Downloaded rustversion v1.0.17 |
817 | 2024-10-01T01:51:13.340Z | Downloaded crossterm v0.28.1 |
818 | 2024-10-01T01:51:13.346Z | Downloaded scheduled-thread-pool v0.2.7 |
819 | 2024-10-01T01:51:13.348Z | Downloaded smallvec v0.6.14 |
820 | 2024-10-01T01:51:13.350Z | Downloaded ff v0.13.0 |
821 | 2024-10-01T01:51:13.350Z | Downloaded ed25519 v2.2.3 |
822 | 2024-10-01T01:51:13.353Z | Downloaded num_enum v0.5.11 |
823 | 2024-10-01T01:51:13.356Z | Downloaded parse-display-derive v0.10.0 |
824 | 2024-10-01T01:51:13.359Z | Downloaded parse-display v0.10.0 |
825 | 2024-10-01T01:51:13.359Z | Downloaded rustls-pemfile v1.0.4 |
826 | 2024-10-01T01:51:13.361Z | Downloaded rustc-hash v1.1.0 |
827 | 2024-10-01T01:51:13.363Z | Downloaded phf_shared v0.11.2 |
828 | 2024-10-01T01:51:13.363Z | Downloaded either v1.13.0 |
829 | 2024-10-01T01:51:13.366Z | Downloaded rustls-pki-types v1.7.0 |
830 | 2024-10-01T01:51:13.368Z | Downloaded pkcs1 v0.7.5 |
831 | 2024-10-01T01:51:13.371Z | Downloaded pbkdf2 v0.11.0 |
832 | 2024-10-01T01:51:13.373Z | Downloaded toml v0.7.8 |
833 | 2024-10-01T01:51:13.376Z | Downloaded rcgen v0.12.1 |
834 | 2024-10-01T01:51:13.378Z | Downloaded postcard v1.0.8 |
835 | 2024-10-01T01:51:13.381Z | Downloaded tokio-tungstenite v0.23.1 |
836 | 2024-10-01T01:51:13.383Z | Downloaded futures-channel v0.3.30 |
837 | 2024-10-01T01:51:13.386Z | Downloaded rayon-core v1.12.1 |
838 | 2024-10-01T01:51:13.389Z | Downloaded pbkdf2 v0.12.2 |
839 | 2024-10-01T01:51:13.391Z | Downloaded slab v0.4.9 |
840 | 2024-10-01T01:51:13.394Z | Downloaded tokio-stream v0.1.16 |
841 | 2024-10-01T01:51:13.396Z | Downloaded dhcproto v0.12.0 |
842 | 2024-10-01T01:51:13.399Z | Downloaded rustls-pemfile v2.1.3 |
843 | 2024-10-01T01:51:13.402Z | Downloaded tokio-rustls v0.25.0 |
844 | 2024-10-01T01:51:13.405Z | Downloaded password-hash v0.4.2 |
845 | 2024-10-01T01:51:13.407Z | Downloaded tokio-tungstenite v0.21.0 |
846 | 2024-10-01T01:51:13.409Z | Downloaded p256 v0.13.2 |
847 | 2024-10-01T01:51:13.412Z | Downloaded pin-project-internal v1.1.5 |
848 | 2024-10-01T01:51:13.415Z | Downloaded ron v0.7.1 |
849 | 2024-10-01T01:51:13.418Z | Downloaded num-traits v0.2.19 |
850 | 2024-10-01T01:51:13.421Z | Downloaded ecdsa v0.16.9 |
851 | 2024-10-01T01:51:13.424Z | Downloaded idna v0.2.3 |
852 | 2024-10-01T01:51:13.430Z | Downloaded hashbrown v0.13.2 |
853 | 2024-10-01T01:51:13.435Z | Downloaded zip v0.6.6 |
854 | 2024-10-01T01:51:13.439Z | Downloaded idna v0.3.0 |
855 | 2024-10-01T01:51:13.446Z | Downloaded slog v2.7.0 |
856 | 2024-10-01T01:51:13.449Z | Downloaded futures v0.3.30 |
857 | 2024-10-01T01:51:13.454Z | Downloaded unicode-segmentation v1.11.0 |
858 | 2024-10-01T01:51:13.457Z | Downloaded samael v0.0.17 |
859 | 2024-10-01T01:51:13.463Z | Downloaded hashbrown v0.12.3 |
860 | 2024-10-01T01:51:13.467Z | Downloaded reqwest v0.11.27 |
861 | 2024-10-01T01:51:13.475Z | Downloaded tinyvec v1.6.0 |
862 | 2024-10-01T01:51:13.478Z | Downloaded fatfs v0.3.6 |
863 | 2024-10-01T01:51:13.482Z | Downloaded chrono v0.4.38 |
864 | 2024-10-01T01:51:13.489Z | Downloaded serde_with v3.9.0 |
865 | 2024-10-01T01:51:13.498Z | Downloaded rsa v0.9.6 |
866 | 2024-10-01T01:51:13.503Z | Downloaded ed25519-dalek v2.1.1 |
867 | 2024-10-01T01:51:13.506Z | Downloaded smoltcp v0.9.1 |
868 | 2024-10-01T01:51:13.517Z | Downloaded reqwest v0.12.7 |
869 | 2024-10-01T01:51:13.526Z | Downloaded reedline v0.33.0 |
870 | 2024-10-01T01:51:13.534Z | Downloaded rustls-webpki v0.101.7 |
871 | 2024-10-01T01:51:13.548Z | Downloaded rayon v1.10.0 |
872 | 2024-10-01T01:51:13.557Z | Downloaded webpki-roots v0.26.3 |
873 | 2024-10-01T01:51:13.561Z | Downloaded rusqlite v0.32.1 |
874 | 2024-10-01T01:51:13.569Z | Downloaded dropshot v0.10.1 |
875 | 2024-10-01T01:51:13.577Z | Downloaded h2 v0.4.6 |
876 | 2024-10-01T01:51:13.584Z | Downloaded winnow v0.5.40 |
877 | 2024-10-01T01:51:13.594Z | Downloaded quinn-proto v0.11.8 |
878 | 2024-10-01T01:51:13.600Z | Downloaded sqlparser v0.45.0 |
879 | 2024-10-01T01:51:13.606Z | Downloaded h2 v0.3.26 |
880 | 2024-10-01T01:51:13.613Z | Downloaded object v0.30.4 |
881 | 2024-10-01T01:51:13.623Z | Downloaded nix v0.29.0 |
882 | 2024-10-01T01:51:13.635Z | Downloaded smoltcp v0.11.0 |
883 | 2024-10-01T01:51:13.648Z | Downloaded regress v0.10.1 |
884 | 2024-10-01T01:51:13.657Z | Downloaded regex-syntax v0.8.4 |
885 | 2024-10-01T01:51:13.666Z | Downloaded radix_trie v0.2.1 |
886 | 2024-10-01T01:51:13.671Z | Downloaded curve25519-dalek v4.1.3 |
887 | 2024-10-01T01:51:13.681Z | Downloaded openssl v0.10.66 |
888 | 2024-10-01T01:51:13.690Z | Downloaded rustls v0.21.12 |
889 | 2024-10-01T01:51:13.702Z | Downloaded gimli v0.28.1 |
890 | 2024-10-01T01:51:13.710Z | Downloaded dropshot v0.12.0 |
891 | 2024-10-01T01:51:13.731Z | Downloaded rustls-webpki v0.102.4 |
892 | 2024-10-01T01:51:13.749Z | Downloaded regex v1.10.6 |
893 | 2024-10-01T01:51:13.762Z | Downloaded p384 v0.13.0 |
894 | 2024-10-01T01:51:13.768Z | Downloaded lzma-sys v0.1.20 |
895 | 2024-10-01T01:51:13.797Z | Downloaded bstr v1.9.1 |
896 | 2024-10-01T01:51:13.808Z | Downloaded rustls v0.22.4 |
897 | 2024-10-01T01:51:13.822Z | Downloaded regex-syntax v0.6.29 |
898 | 2024-10-01T01:51:13.829Z | Downloaded polar-core v0.27.3 |
899 | 2024-10-01T01:51:13.837Z | Downloaded trust-dns-proto v0.22.0 |
900 | 2024-10-01T01:51:13.850Z | Downloaded regress v0.9.1 |
901 | 2024-10-01T01:51:13.859Z | Downloaded hickory-proto v0.24.1 |
902 | 2024-10-01T01:51:13.874Z | Downloaded object v0.32.2 |
903 | 2024-10-01T01:51:13.885Z | Downloaded openapiv3 v2.0.0 |
904 | 2024-10-01T01:51:13.897Z | Downloaded rustls v0.23.10 |
905 | 2024-10-01T01:51:13.913Z | Downloaded diesel v2.2.4 |
906 | 2024-10-01T01:51:13.932Z | Downloaded nix v0.27.1 |
907 | 2024-10-01T01:51:13.942Z | Downloaded p521 v0.13.3 |
908 | 2024-10-01T01:51:13.946Z | Downloaded ratatui v0.28.0 |
909 | 2024-10-01T01:51:13.966Z | Downloaded quick-xml v0.33.0 |
910 | 2024-10-01T01:51:13.972Z | Downloaded zerocopy-derive v0.6.6 |
911 | 2024-10-01T01:51:13.984Z | Downloaded proptest v1.5.0 |
912 | 2024-10-01T01:51:13.992Z | Downloaded idna v0.4.0 |
913 | 2024-10-01T01:51:13.999Z | Downloaded git2 v0.19.0 |
914 | 2024-10-01T01:51:14.007Z | Downloaded unicode-normalization v0.1.23 |
915 | 2024-10-01T01:51:14.011Z | Downloaded futures-util v0.3.30 |
916 | 2024-10-01T01:51:14.023Z | Downloaded typify-impl v0.2.0 |
917 | 2024-10-01T01:51:14.038Z | Downloaded sled v0.34.7 |
918 | 2024-10-01T01:51:14.048Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
919 | 2024-10-01T01:51:14.106Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
920 | 2024-10-01T01:51:14.119Z | Downloaded regex-automata v0.4.6 |
921 | 2024-10-01T01:51:14.136Z | Downloaded finl_unicode v1.2.0 |
922 | 2024-10-01T01:51:14.148Z | Downloaded petgraph v0.6.5 |
923 | 2024-10-01T01:51:14.166Z | Downloaded salty v0.3.0 |
924 | 2024-10-01T01:51:14.173Z | Downloaded tokio v1.39.3 |
925 | 2024-10-01T01:51:14.210Z | Downloaded sha3 v0.10.8 |
926 | 2024-10-01T01:51:14.214Z | Downloaded csv v1.3.0 |
927 | 2024-10-01T01:51:14.234Z | Downloaded lalrpop v0.19.12 |
928 | 2024-10-01T01:51:14.246Z | Downloaded vcpkg v0.2.15 |
929 | 2024-10-01T01:51:14.283Z | Downloaded nix v0.28.0 |
930 | 2024-10-01T01:51:14.294Z | Downloaded ssh-key v0.6.6 |
931 | 2024-10-01T01:51:14.301Z | Downloaded hkdf v0.12.4 |
932 | 2024-10-01T01:51:14.304Z | Downloaded encoding_rs v0.8.34 |
933 | 2024-10-01T01:51:14.325Z | Downloaded der v0.7.9 |
934 | 2024-10-01T01:51:14.330Z | Downloaded typed-path v0.7.1 |
935 | 2024-10-01T01:51:14.335Z | Downloaded pkcs5 v0.7.1 |
936 | 2024-10-01T01:51:14.339Z | Downloaded derive_more v0.99.18 |
937 | 2024-10-01T01:51:14.343Z | Downloaded elliptic-curve v0.13.8 |
938 | 2024-10-01T01:51:14.347Z | Downloaded quinn v0.11.5 |
939 | 2024-10-01T01:51:14.350Z | Downloaded tough v0.17.1 |
940 | 2024-10-01T01:51:14.358Z | Downloaded strum_macros v0.25.3 |
941 | 2024-10-01T01:51:14.360Z | Downloaded rustyline v14.0.0 |
942 | 2024-10-01T01:51:14.365Z | Downloaded bindgen v0.69.4 |
943 | 2024-10-01T01:51:14.372Z | Downloaded zerocopy v0.6.6 |
944 | 2024-10-01T01:51:14.375Z | Downloaded snafu v0.8.2 |
945 | 2024-10-01T01:51:14.380Z | Downloaded tracing v0.1.40 |
946 | 2024-10-01T01:51:14.384Z | Downloaded defmt-parser v0.3.4 |
947 | 2024-10-01T01:51:14.387Z | Downloaded fallible-streaming-iterator v0.1.9 |
948 | 2024-10-01T01:51:14.387Z | Downloaded tracing-core v0.1.32 |
949 | 2024-10-01T01:51:14.389Z | Downloaded bitvec v1.0.1 |
950 | 2024-10-01T01:51:14.403Z | Downloaded fragile v2.0.0 |
951 | 2024-10-01T01:51:14.405Z | Downloaded structmeta v0.2.0 |
952 | 2024-10-01T01:51:14.408Z | Downloaded rtoolbox v0.0.2 |
953 | 2024-10-01T01:51:14.408Z | Downloaded itertools v0.12.1 |
954 | 2024-10-01T01:51:14.414Z | Downloaded toml_edit v0.19.15 |
955 | 2024-10-01T01:51:14.435Z | Downloaded tokio-util v0.7.12 |
956 | 2024-10-01T01:51:14.441Z | Downloaded half v2.4.1 |
957 | 2024-10-01T01:51:14.444Z | Downloaded typify v0.2.0 |
958 | 2024-10-01T01:51:14.447Z | Downloaded openssl-sys v0.9.103 |
959 | 2024-10-01T01:51:14.452Z | Downloaded publicsuffix v2.2.3 |
960 | 2024-10-01T01:51:14.454Z | Downloaded hyper v1.4.1 |
961 | 2024-10-01T01:51:14.461Z | Downloaded tabwriter v1.4.0 |
962 | 2024-10-01T01:51:14.463Z | Downloaded signal-hook-registry v1.4.2 |
963 | 2024-10-01T01:51:14.466Z | Downloaded vte v0.11.1 |
964 | 2024-10-01T01:51:14.466Z | Downloaded subprocess v0.2.9 |
965 | 2024-10-01T01:51:14.468Z | Downloaded hickory-resolver v0.24.1 |
966 | 2024-10-01T01:51:14.472Z | Downloaded url v2.5.2 |
967 | 2024-10-01T01:51:14.475Z | Downloaded stringprep v0.1.4 |
968 | 2024-10-01T01:51:14.477Z | Downloaded string_cache v0.8.7 |
969 | 2024-10-01T01:51:14.480Z | Downloaded ssh-encoding v0.2.0 |
970 | 2024-10-01T01:51:14.480Z | Downloaded tokio-rustls v0.24.1 |
971 | 2024-10-01T01:51:14.482Z | Downloaded rand v0.8.5 |
972 | 2024-10-01T01:51:14.485Z | Downloaded prettyplease v0.2.22 |
973 | 2024-10-01T01:51:14.488Z | Downloaded num-integer v0.1.46 |
974 | 2024-10-01T01:51:14.490Z | Downloaded ena v0.14.3 |
975 | 2024-10-01T01:51:14.492Z | Downloaded hashlink v0.9.1 |
976 | 2024-10-01T01:51:14.492Z | Downloaded num-bigint-dig v0.8.4 |
977 | 2024-10-01T01:51:14.497Z | Downloaded nom v7.1.3 |
978 | 2024-10-01T01:51:14.502Z | Downloaded diesel_derives v2.2.2 |
979 | 2024-10-01T01:51:14.506Z | Downloaded progenitor v0.8.0 |
980 | 2024-10-01T01:51:14.509Z | Downloaded percent-encoding v2.3.1 |
981 | 2024-10-01T01:51:14.509Z | Downloaded yasna v0.5.2 |
982 | 2024-10-01T01:51:14.512Z | Downloaded unicode-bidi v0.3.15 |
983 | 2024-10-01T01:51:14.514Z | Downloaded quick-error v1.2.3 |
984 | 2024-10-01T01:51:14.514Z | Downloaded unicode-truncate v1.0.0 |
985 | 2024-10-01T01:51:14.517Z | Downloaded unsafe-libyaml v0.2.11 |
986 | 2024-10-01T01:51:14.520Z | Downloaded russh v0.45.0 |
987 | 2024-10-01T01:51:14.524Z | Downloaded flate2 v1.0.34 |
988 | 2024-10-01T01:51:14.529Z | Downloaded unicode-xid v0.2.4 |
989 | 2024-10-01T01:51:14.532Z | Downloaded tls_codec_derive v0.4.1 |
990 | 2024-10-01T01:51:14.534Z | Downloaded tls_codec v0.4.1 |
991 | 2024-10-01T01:51:14.534Z | Downloaded oso v0.27.3 |
992 | 2024-10-01T01:51:14.537Z | Downloaded ring v0.16.20 |
993 | 2024-10-01T01:51:14.618Z | Downloaded heapless v0.7.17 |
994 | 2024-10-01T01:51:14.622Z | Downloaded schemars v0.8.21 |
995 | 2024-10-01T01:51:14.633Z | Downloaded pin-utils v0.1.0 |
996 | 2024-10-01T01:51:14.635Z | Downloaded slog-bunyan v2.5.0 |
997 | 2024-10-01T01:51:14.635Z | Downloaded topological-sort v0.2.2 |
998 | 2024-10-01T01:51:14.638Z | Downloaded highway v1.2.0 |
999 | 2024-10-01T01:51:14.638Z | Downloaded vergen v8.3.2 |
1000 | 2024-10-01T01:51:14.641Z | Downloaded xattr v1.3.1 |
1001 | 2024-10-01T01:51:14.643Z | Downloaded tokio-native-tls v0.3.1 |
1002 | 2024-10-01T01:51:14.646Z | Downloaded strum_macros v0.24.3 |
1003 | 2024-10-01T01:51:14.646Z | Downloaded structmeta-derive v0.3.0 |
1004 | 2024-10-01T01:51:14.648Z | Downloaded slog-stdlog v4.1.1 |
1005 | 2024-10-01T01:51:14.648Z | Downloaded slog-scope v4.4.0 |
1006 | 2024-10-01T01:51:14.650Z | Downloaded libz-sys v1.1.16 |
1007 | 2024-10-01T01:51:14.715Z | Downloaded slog-json v2.6.1 |
1008 | 2024-10-01T01:51:14.718Z | Downloaded pem-rfc7468 v0.7.0 |
1009 | 2024-10-01T01:51:14.720Z | Downloaded unicode_categories v0.1.1 |
1010 | 2024-10-01T01:51:14.723Z | Downloaded value-bag v1.9.0 |
1011 | 2024-10-01T01:51:14.723Z | Downloaded unicase v2.7.0 |
1012 | 2024-10-01T01:51:14.726Z | Downloaded password-hash v0.5.0 |
1013 | 2024-10-01T01:51:14.728Z | Downloaded http v1.1.0 |
1014 | 2024-10-01T01:51:14.730Z | Downloaded hickory-server v0.24.1 |
1015 | 2024-10-01T01:51:14.735Z | Downloaded r2d2 v0.8.10 |
1016 | 2024-10-01T01:51:14.737Z | Downloaded paste v1.0.15 |
1017 | 2024-10-01T01:51:14.740Z | Downloaded unarray v0.1.4 |
1018 | 2024-10-01T01:51:14.740Z | Downloaded tungstenite v0.21.0 |
1019 | 2024-10-01T01:51:14.743Z | Downloaded mockall_derive v0.13.0 |
1020 | 2024-10-01T01:51:14.745Z | Downloaded spin v0.9.8 |
1021 | 2024-10-01T01:51:14.748Z | Downloaded progenitor-impl v0.8.0 |
1022 | 2024-10-01T01:51:14.750Z | Downloaded ring v0.17.8 |
1023 | 2024-10-01T01:51:14.818Z | Downloaded base64 v0.13.1 |
1024 | 2024-10-01T01:51:14.822Z | Downloaded aes v0.8.4 |
1025 | 2024-10-01T01:51:14.825Z | Downloaded base64 v0.22.1 |
1026 | 2024-10-01T01:51:14.828Z | Downloaded blake2 v0.10.6 |
1027 | 2024-10-01T01:51:14.830Z | Downloaded rand_core v0.6.4 |
1028 | 2024-10-01T01:51:14.833Z | Downloaded libm v0.2.8 |
1029 | 2024-10-01T01:51:14.839Z | Downloaded time-macros v0.2.18 |
1030 | 2024-10-01T01:51:14.841Z | Downloaded rustc_version v0.1.7 |
1031 | 2024-10-01T01:51:14.844Z | Downloaded glob v0.3.1 |
1032 | 2024-10-01T01:51:14.844Z | Downloaded env_logger v0.11.5 |
1033 | 2024-10-01T01:51:14.846Z | Downloaded foreign-types v0.3.2 |
1034 | 2024-10-01T01:51:14.846Z | Downloaded strum v0.26.3 |
1035 | 2024-10-01T01:51:14.849Z | Downloaded rand_xorshift v0.3.0 |
1036 | 2024-10-01T01:51:14.849Z | Downloaded rand_seeder v0.3.0 |
1037 | 2024-10-01T01:51:14.849Z | Downloaded predicates v3.1.2 |
1038 | 2024-10-01T01:51:14.852Z | Downloaded const-oid v0.9.6 |
1039 | 2024-10-01T01:51:14.854Z | Downloaded signal-hook v0.3.17 |
1040 | 2024-10-01T01:51:14.857Z | Downloaded libsqlite3-sys v0.30.1 |
1041 | 2024-10-01T01:51:14.934Z | Downloaded ron v0.8.1 |
1042 | 2024-10-01T01:51:14.939Z | Downloaded itertools v0.10.5 |
1043 | 2024-10-01T01:51:14.945Z | Downloaded convert_case v0.4.0 |
1044 | 2024-10-01T01:51:14.947Z | Downloaded packed_struct v0.10.1 |
1045 | 2024-10-01T01:51:14.947Z | Downloaded walkdir v2.5.0 |
1046 | 2024-10-01T01:51:14.950Z | Downloaded which v4.4.2 |
1047 | 2024-10-01T01:51:14.952Z | Downloaded universal-hash v0.5.1 |
1048 | 2024-10-01T01:51:14.952Z | Downloaded serde_derive_internals v0.29.1 |
1049 | 2024-10-01T01:51:14.952Z | Downloaded sec1 v0.7.3 |
1050 | 2024-10-01T01:51:14.955Z | Downloaded darling v0.20.9 |
1051 | 2024-10-01T01:51:14.957Z | Downloaded csv-core v0.1.11 |
1052 | 2024-10-01T01:51:14.960Z | Downloaded thread_local v1.1.8 |
1053 | 2024-10-01T01:51:14.960Z | Downloaded fixedbitset v0.4.2 |
1054 | 2024-10-01T01:51:14.963Z | Downloaded memmap2 v0.9.4 |
1055 | 2024-10-01T01:51:14.963Z | Downloaded libefi-sys v0.1.0 |
1056 | 2024-10-01T01:51:14.965Z | Downloaded hostname v0.3.1 |
1057 | 2024-10-01T01:51:14.965Z | Downloaded hyper-staticfile v0.10.1 |
1058 | 2024-10-01T01:51:14.968Z | Downloaded cookie_store v0.21.0 |
1059 | 2024-10-01T01:51:14.970Z | Downloaded crc32fast v1.4.0 |
1060 | 2024-10-01T01:51:14.970Z | Downloaded const_format_proc_macros v0.2.33 |
1061 | 2024-10-01T01:51:14.973Z | Downloaded cbc v0.1.2 |
1062 | 2024-10-01T01:51:14.975Z | Downloaded bitflags v1.3.2 |
1063 | 2024-10-01T01:51:14.977Z | Downloaded mime v0.3.17 |
1064 | 2024-10-01T01:51:14.977Z | Downloaded linear-map v1.2.0 |
1065 | 2024-10-01T01:51:14.980Z | Downloaded humantime v2.1.0 |
1066 | 2024-10-01T01:51:14.980Z | Downloaded bit-set v0.5.3 |
1067 | 2024-10-01T01:51:14.983Z | Downloaded lru v0.12.3 |
1068 | 2024-10-01T01:51:14.983Z | Downloaded arc-swap v1.7.1 |
1069 | 2024-10-01T01:51:14.986Z | Downloaded addr2line v0.21.0 |
1070 | 2024-10-01T01:51:14.989Z | Downloaded cexpr v0.6.0 |
1071 | 2024-10-01T01:51:14.989Z | Downloaded thiserror-no-std v2.0.2 |
1072 | 2024-10-01T01:51:14.992Z | Downloaded inout v0.1.3 |
1073 | 2024-10-01T01:51:14.995Z | Downloaded cipher v0.4.4 |
1074 | 2024-10-01T01:51:14.995Z | Downloaded block-padding v0.3.3 |
1075 | 2024-10-01T01:51:14.997Z | Downloaded newtype_derive v0.1.6 |
1076 | 2024-10-01T01:51:14.997Z | Downloaded new_debug_unreachable v1.0.6 |
1077 | 2024-10-01T01:51:14.997Z | Downloaded matches v0.1.10 |
1078 | 2024-10-01T01:51:15.000Z | Downloaded kstat-rs v0.2.4 |
1079 | 2024-10-01T01:51:15.000Z | Downloaded is_ci v1.2.0 |
1080 | 2024-10-01T01:51:15.000Z | Downloaded internet-checksum v0.2.1 |
1081 | 2024-10-01T01:51:15.000Z | Downloaded impl-trait-for-tuples v0.2.2 |
1082 | 2024-10-01T01:51:15.003Z | Downloaded hubpack_derive v0.1.1 |
1083 | 2024-10-01T01:51:15.003Z | Downloaded async-recursion v1.1.1 |
1084 | 2024-10-01T01:51:15.005Z | Downloaded assert_matches v1.5.0 |
1085 | 2024-10-01T01:51:15.008Z | Downloaded arrayvec v0.7.4 |
1086 | 2024-10-01T01:51:15.010Z | Downloaded base64ct v1.6.0 |
1087 | 2024-10-01T01:51:15.010Z | Downloaded array-init v0.0.4 |
1088 | 2024-10-01T01:51:15.013Z | Downloaded lru-cache v0.1.2 |
1089 | 2024-10-01T01:51:15.013Z | Downloaded lock_api v0.4.12 |
1090 | 2024-10-01T01:51:15.016Z | Downloaded libsw v3.3.1 |
1091 | 2024-10-01T01:51:15.016Z | Downloaded indexmap v1.9.3 |
1092 | 2024-10-01T01:51:15.018Z | Downloaded cookie v0.18.1 |
1093 | 2024-10-01T01:51:15.021Z | Downloaded clang-sys v1.7.0 |
1094 | 2024-10-01T01:51:15.024Z | Downloaded ipnet v2.10.0 |
1095 | 2024-10-01T01:51:15.024Z | Downloaded hostname v0.4.0 |
1096 | 2024-10-01T01:51:15.026Z | Downloaded console v0.15.8 |
1097 | 2024-10-01T01:51:15.029Z | Downloaded async-stream v0.3.5 |
1098 | 2024-10-01T01:51:15.031Z | Downloaded linked-hash-map v0.5.6 |
1099 | 2024-10-01T01:51:15.031Z | Downloaded hubpack v0.1.2 |
1100 | 2024-10-01T01:51:15.031Z | Downloaded data-encoding v2.6.0 |
1101 | 2024-10-01T01:51:15.033Z | Downloaded async-bb8-diesel v0.2.1 |
1102 | 2024-10-01T01:51:15.036Z | Downloaded multimap v0.10.0 |
1103 | 2024-10-01T01:51:15.036Z | Downloaded maybe-uninit v2.0.0 |
1104 | 2024-10-01T01:51:15.036Z | Downloaded keccak v0.1.5 |
1105 | 2024-10-01T01:51:15.039Z | Downloaded instant v0.1.12 |
1106 | 2024-10-01T01:51:15.039Z | Downloaded curve25519-dalek-derive v0.1.1 |
1107 | 2024-10-01T01:51:15.039Z | Downloaded ciborium v0.2.2 |
1108 | 2024-10-01T01:51:15.041Z | Downloaded buf-list v1.0.3 |
1109 | 2024-10-01T01:51:15.044Z | Downloaded backoff v0.4.0 |
1110 | 2024-10-01T01:51:15.046Z | Downloaded debug-ignore v1.0.5 |
1111 | 2024-10-01T01:51:15.047Z | Downloaded crc-catalog v2.4.0 |
1112 | 2024-10-01T01:51:15.049Z | Downloaded base16ct v0.2.0 |
1113 | 2024-10-01T01:51:15.049Z | Downloaded chacha20 v0.9.1 |
1114 | 2024-10-01T01:51:15.051Z | Downloaded bcrypt-pbkdf v0.10.0 |
1115 | 2024-10-01T01:51:15.141Z | Compiling serde v1.0.210 |
1116 | 2024-10-01T01:51:15.143Z | Compiling typenum v1.17.0 |
1117 | 2024-10-01T01:51:15.143Z | Compiling generic-array v0.14.7 |
1118 | 2024-10-01T01:51:15.143Z | Compiling lock_api v0.4.12 |
1119 | 2024-10-01T01:51:15.143Z | Compiling scopeguard v1.2.0 |
1120 | 2024-10-01T01:51:15.293Z | Compiling value-bag v1.9.0 |
1121 | 2024-10-01T01:51:15.352Z | Compiling syn v2.0.79 |
1122 | 2024-10-01T01:51:15.355Z | Compiling getrandom v0.2.14 |
1123 | 2024-10-01T01:51:15.651Z | Compiling subtle v2.5.0 |
1124 | 2024-10-01T01:51:15.771Z | Compiling rand_core v0.6.4 |
1125 | 2024-10-01T01:51:15.939Z | Compiling log v0.4.22 |
1126 | 2024-10-01T01:51:15.957Z | Compiling const-oid v0.9.6 |
1127 | 2024-10-01T01:51:15.996Z | Compiling jobserver v0.1.32 |
1128 | 2024-10-01T01:51:16.049Z | Compiling pin-project-lite v0.2.14 |
1129 | 2024-10-01T01:51:16.185Z | Compiling smallvec v1.13.2 |
1130 | 2024-10-01T01:51:16.334Z | Compiling parking_lot_core v0.9.10 |
1131 | 2024-10-01T01:51:16.547Z | Compiling cc v1.0.97 |
1132 | 2024-10-01T01:51:16.625Z | Compiling signal-hook-registry v1.4.2 |
1133 | 2024-10-01T01:51:16.896Z | Compiling futures-core v0.3.30 |
1134 | 2024-10-01T01:51:16.988Z | Compiling mio v1.0.2 |
1135 | 2024-10-01T01:51:17.175Z | Compiling ahash v0.8.11 |
1136 | 2024-10-01T01:51:17.514Z | Compiling parking_lot v0.12.2 |
1137 | 2024-10-01T01:51:17.533Z | Compiling futures-sink v0.3.30 |
1138 | 2024-10-01T01:51:17.569Z | Compiling cpufeatures v0.2.12 |
1139 | 2024-10-01T01:51:17.713Z | Compiling socket2 v0.5.7 |
1140 | 2024-10-01T01:51:17.762Z | Compiling slab v0.4.9 |
1141 | 2024-10-01T01:51:18.040Z | Compiling allocator-api2 v0.2.18 |
1142 | 2024-10-01T01:51:18.188Z | Compiling spin v0.9.8 |
1143 | 2024-10-01T01:51:18.269Z | Compiling tinyvec_macros v0.1.1 |
1144 | 2024-10-01T01:51:18.363Z | Compiling tinyvec v1.6.0 |
1145 | 2024-10-01T01:51:18.509Z | Compiling futures-channel v0.3.30 |
1146 | 2024-10-01T01:51:18.567Z | Compiling serde_json v1.0.128 |
1147 | 2024-10-01T01:51:18.627Z | Compiling pin-utils v0.1.0 |
1148 | 2024-10-01T01:51:18.731Z | Compiling futures-task v0.3.30 |
1149 | 2024-10-01T01:51:18.751Z | Compiling libm v0.2.8 |
1150 | 2024-10-01T01:51:18.880Z | Compiling base64ct v1.6.0 |
1151 | 2024-10-01T01:51:18.912Z | Compiling futures-io v0.3.30 |
1152 | 2024-10-01T01:51:19.052Z | Compiling num-traits v0.2.19 |
1153 | 2024-10-01T01:51:19.108Z | Compiling flagset v0.4.5 |
1154 | 2024-10-01T01:51:19.191Z | Compiling unicode-bidi v0.3.15 |
1155 | 2024-10-01T01:51:19.302Z | Compiling pem-rfc7468 v0.7.0 |
1156 | 2024-10-01T01:51:19.435Z | Compiling tracing-core v0.1.32 |
1157 | 2024-10-01T01:51:19.586Z | Compiling pkg-config v0.3.30 |
1158 | 2024-10-01T01:51:19.834Z | Compiling unicode-normalization v0.1.23 |
1159 | 2024-10-01T01:51:20.013Z | Compiling vcpkg v0.2.15 |
1160 | 2024-10-01T01:51:20.662Z | Compiling crossbeam-utils v0.8.19 |
1161 | 2024-10-01T01:51:20.743Z | Compiling ring v0.17.8 |
1162 | 2024-10-01T01:51:20.894Z | Compiling httparse v1.8.0 |
1163 | 2024-10-01T01:51:20.965Z | Compiling ppv-lite86 v0.2.17 |
1164 | 2024-10-01T01:51:21.117Z | Compiling percent-encoding v2.3.1 |
1165 | 2024-10-01T01:51:21.353Z | Compiling rustls-pki-types v1.7.0 |
1166 | 2024-10-01T01:51:21.468Z | Compiling rustix v0.38.34 |
1167 | 2024-10-01T01:51:21.733Z | Compiling rand_chacha v0.3.1 |
1168 | 2024-10-01T01:51:22.179Z | Compiling try-lock v0.2.5 |
1169 | 2024-10-01T01:51:22.199Z | Compiling openssl-sys v0.9.103 |
1170 | 2024-10-01T01:51:22.324Z | Compiling want v0.3.1 |
1171 | 2024-10-01T01:51:22.347Z | Compiling rand v0.8.5 |
1172 | 2024-10-01T01:51:22.612Z | Compiling foreign-types-shared v0.1.1 |
1173 | 2024-10-01T01:51:22.639Z | Compiling powerfmt v0.2.0 |
1174 | 2024-10-01T01:51:22.721Z | Compiling untrusted v0.9.0 |
1175 | 2024-10-01T01:51:22.902Z | Compiling httpdate v1.0.3 |
1176 | 2024-10-01T01:51:23.058Z | Compiling rustversion v1.0.17 |
1177 | 2024-10-01T01:51:23.179Z | Compiling time-core v0.1.2 |
1178 | 2024-10-01T01:51:23.322Z | Compiling num-conv v0.1.0 |
1179 | 2024-10-01T01:51:23.354Z | Compiling openssl v0.10.66 |
1180 | 2024-10-01T01:51:23.371Z | Compiling atomic-waker v1.1.2 |
1181 | 2024-10-01T01:51:23.612Z | Compiling time-macros v0.2.18 |
1182 | 2024-10-01T01:51:23.791Z | Compiling deranged v0.3.11 |
1183 | 2024-10-01T01:51:23.814Z | Compiling foreign-types v0.3.2 |
1184 | 2024-10-01T01:51:23.887Z | Compiling form_urlencoded v1.2.1 |
1185 | 2024-10-01T01:51:23.906Z | Compiling aho-corasick v1.1.3 |
1186 | 2024-10-01T01:51:24.182Z | Compiling siphasher v0.3.11 |
1187 | 2024-10-01T01:51:24.201Z | Compiling tower-service v0.3.2 |
1188 | 2024-10-01T01:51:24.314Z | Compiling native-tls v0.2.11 |
1189 | 2024-10-01T01:51:24.590Z | Compiling base64 v0.22.1 |
1190 | 2024-10-01T01:51:24.660Z | Compiling regex-syntax v0.8.4 |
1191 | 2024-10-01T01:51:24.849Z | Compiling syn v1.0.109 |
1192 | 2024-10-01T01:51:25.413Z | Compiling rustls v0.23.10 |
1193 | 2024-10-01T01:51:25.505Z | Compiling num_threads v0.1.7 |
1194 | 2024-10-01T01:51:25.737Z | Compiling crossbeam-epoch v0.9.18 |
1195 | 2024-10-01T01:51:25.741Z | Compiling idna v0.5.0 |
1196 | 2024-10-01T01:51:26.488Z | Compiling lazy_static v1.5.0 |
1197 | 2024-10-01T01:51:26.615Z | Compiling cookie v0.18.1 |
1198 | 2024-10-01T01:51:26.831Z | Compiling time v0.3.36 |
1199 | 2024-10-01T01:51:26.899Z | Compiling openssl-probe v0.1.5 |
1200 | 2024-10-01T01:51:27.052Z | Compiling iana-time-zone v0.1.60 |
1201 | 2024-10-01T01:51:27.245Z | Compiling slog v2.7.0 |
1202 | 2024-10-01T01:51:27.265Z | Compiling finl_unicode v1.2.0 |
1203 | 2024-10-01T01:51:27.491Z | Compiling either v1.13.0 |
1204 | 2024-10-01T01:51:27.774Z | Compiling rayon-core v1.12.1 |
1205 | 2024-10-01T01:51:27.894Z | Compiling stringprep v0.1.4 |
1206 | 2024-10-01T01:51:27.989Z | Compiling url v2.5.2 |
1207 | 2024-10-01T01:51:28.083Z | Compiling crossbeam-deque v0.8.5 |
1208 | 2024-10-01T01:51:28.429Z | Compiling regex-automata v0.4.6 |
1209 | 2024-10-01T01:51:29.216Z | Compiling num-integer v0.1.46 |
1210 | 2024-10-01T01:51:29.511Z | Compiling serde_derive v1.0.210 |
1211 | 2024-10-01T01:51:29.836Z | Compiling zeroize_derive v1.4.2 |
1212 | 2024-10-01T01:51:29.967Z | Compiling zerocopy-derive v0.7.34 |
1213 | 2024-10-01T01:51:31.325Z | Compiling tokio-macros v2.4.0 |
1214 | 2024-10-01T01:51:31.525Z | Compiling zeroize v1.8.1 |
1215 | 2024-10-01T01:51:31.666Z | Compiling futures-macro v0.3.30 |
1216 | 2024-10-01T01:51:32.019Z | Compiling der_derive v0.7.2 |
1217 | 2024-10-01T01:51:32.292Z | Compiling zerocopy v0.7.34 |
1218 | 2024-10-01T01:51:33.003Z | Compiling thiserror-impl v1.0.64 |
1219 | 2024-10-01T01:51:33.385Z | Compiling crypto-common v0.1.6 |
1220 | 2024-10-01T01:51:33.621Z | Compiling block-buffer v0.10.4 |
1221 | 2024-10-01T01:51:33.624Z | Compiling block-padding v0.3.3 |
1222 | 2024-10-01T01:51:33.866Z | Compiling digest v0.10.7 |
1223 | 2024-10-01T01:51:33.901Z | Compiling inout v0.1.3 |
1224 | 2024-10-01T01:51:34.166Z | Compiling cipher v0.4.4 |
1225 | 2024-10-01T01:51:34.360Z | Compiling hmac v0.12.1 |
1226 | 2024-10-01T01:51:34.513Z | Compiling hashbrown v0.14.5 |
1227 | 2024-10-01T01:51:34.576Z | Compiling sha2 v0.10.8 |
1228 | 2024-10-01T01:51:34.611Z | Compiling futures-util v0.3.30 |
1229 | 2024-10-01T01:51:34.678Z | Compiling der v0.7.9 |
1230 | 2024-10-01T01:51:35.930Z | Compiling salsa20 v0.10.2 |
1231 | 2024-10-01T01:51:36.175Z | Compiling pbkdf2 v0.12.2 |
1232 | 2024-10-01T01:51:36.332Z | Compiling thiserror v1.0.64 |
1233 | 2024-10-01T01:51:36.354Z | Compiling tracing-attributes v0.1.27 |
1234 | 2024-10-01T01:51:36.466Z | Compiling scrypt v0.11.0 |
1235 | 2024-10-01T01:51:37.038Z | Compiling spki v0.7.3 |
1236 | 2024-10-01T01:51:37.418Z | Compiling cbc v0.1.2 |
1237 | 2024-10-01T01:51:37.663Z | Compiling aes v0.8.4 |
1238 | 2024-10-01T01:51:38.081Z | Compiling pest v2.7.10 |
1239 | 2024-10-01T01:51:38.234Z | Compiling scroll_derive v0.12.0 |
1240 | 2024-10-01T01:51:39.754Z | Compiling pkcs5 v0.7.1 |
1241 | 2024-10-01T01:51:40.248Z | Compiling tracing v0.1.40 |
1242 | 2024-10-01T01:51:40.456Z | Compiling pkcs8 v0.10.2 |
1243 | 2024-10-01T01:51:40.751Z | Compiling pest_meta v2.7.10 |
1244 | 2024-10-01T01:51:40.813Z | Compiling scroll v0.12.0 |
1245 | 2024-10-01T01:51:41.062Z | Compiling openssl-macros v0.1.1 |
1246 | 2024-10-01T01:51:41.182Z | Compiling signature v2.2.0 |
1247 | 2024-10-01T01:51:41.217Z | Compiling rustls-webpki v0.102.4 |
1248 | 2024-10-01T01:51:41.272Z | Compiling md-5 v0.10.6 |
1249 | 2024-10-01T01:51:41.368Z | Compiling goblin v0.8.2 |
1250 | 2024-10-01T01:51:41.479Z | Compiling idna v0.3.0 |
1251 | 2024-10-01T01:51:41.536Z | Compiling backtrace v0.3.71 |
1252 | 2024-10-01T01:51:41.842Z | Compiling ff v0.13.0 |
1253 | 2024-10-01T01:51:42.032Z | Compiling pest_generator v2.7.10 |
1254 | 2024-10-01T01:51:43.132Z | Compiling hash32 v0.2.1 |
1255 | 2024-10-01T01:51:43.264Z | Compiling psl-types v2.0.11 |
1256 | 2024-10-01T01:51:43.282Z | Compiling fallible-iterator v0.2.0 |
1257 | 2024-10-01T01:51:43.457Z | Compiling stable_deref_trait v1.2.0 |
1258 | 2024-10-01T01:51:43.526Z | Compiling crc32fast v1.4.0 |
1259 | 2024-10-01T01:51:43.569Z | Compiling num-bigint-dig v0.8.4 |
1260 | 2024-10-01T01:51:43.881Z | Compiling bytes v1.7.2 |
1261 | 2024-10-01T01:51:43.968Z | Compiling indexmap v2.5.0 |
1262 | 2024-10-01T01:51:43.987Z | Compiling bitflags v2.6.0 |
1263 | 2024-10-01T01:51:44.064Z | Compiling semver v1.0.23 |
1264 | 2024-10-01T01:51:44.841Z | Compiling tokio v1.39.3 |
1265 | 2024-10-01T01:51:45.236Z | Compiling rustc_version v0.4.0 |
1266 | 2024-10-01T01:51:45.491Z | Compiling http v1.1.0 |
1267 | 2024-10-01T01:51:45.850Z | Compiling pest_derive v2.7.10 |
1268 | 2024-10-01T01:51:46.058Z | Compiling heapless v0.7.17 |
1269 | 2024-10-01T01:51:46.643Z | Compiling dtrace-parser v0.2.0 |
1270 | 2024-10-01T01:51:47.225Z | Compiling http-body v1.0.0 |
1271 | 2024-10-01T01:51:47.472Z | Compiling dof v0.3.0 |
1272 | 2024-10-01T01:51:47.992Z | Compiling uuid v1.10.0 |
1273 | 2024-10-01T01:51:48.822Z | Compiling usdt-impl v0.5.0 |
1274 | 2024-10-01T01:51:49.531Z | Compiling curve25519-dalek v4.1.3 |
1275 | 2024-10-01T01:51:49.695Z | Compiling http v0.2.12 |
1276 | 2024-10-01T01:51:49.820Z | Compiling chrono v0.4.38 |
1277 | 2024-10-01T01:51:50.175Z | Compiling serde_tokenstream v0.2.2 |
1278 | 2024-10-01T01:51:50.428Z | Compiling toml_datetime v0.6.8 |
1279 | 2024-10-01T01:51:50.843Z | Compiling serde_spanned v0.6.7 |
1280 | 2024-10-01T01:51:50.976Z | Compiling base16ct v0.2.0 |
1281 | 2024-10-01T01:51:51.080Z | Compiling portable-atomic v1.6.0 |
1282 | 2024-10-01T01:51:51.308Z | Compiling signal-hook v0.3.17 |
1283 | 2024-10-01T01:51:51.593Z | Compiling adler v1.0.2 |
1284 | 2024-10-01T01:51:51.682Z | Compiling gimli v0.28.1 |
1285 | 2024-10-01T01:51:51.824Z | Compiling smoltcp v0.9.1 |
1286 | 2024-10-01T01:51:52.116Z | Compiling miniz_oxide v0.7.2 |
1287 | 2024-10-01T01:51:52.226Z | Compiling sec1 v0.7.3 |
1288 | 2024-10-01T01:51:52.900Z | Compiling tokio-util v0.7.12 |
1289 | 2024-10-01T01:51:52.934Z | Compiling tokio-rustls v0.26.0 |
1290 | 2024-10-01T01:51:53.203Z | Compiling tokio-native-tls v0.3.1 |
1291 | 2024-10-01T01:51:53.492Z | Compiling terminal_size v0.3.0 |
1292 | 2024-10-01T01:51:53.606Z | Compiling http-body-util v0.1.2 |
1293 | 2024-10-01T01:51:53.704Z | Compiling postgres-protocol v0.6.7 |
1294 | 2024-10-01T01:51:54.123Z | Compiling h2 v0.4.6 |
1295 | 2024-10-01T01:51:54.421Z | Compiling publicsuffix v2.2.3 |
1296 | 2024-10-01T01:51:54.604Z | Compiling hubpack_derive v0.1.1 |
1297 | 2024-10-01T01:51:54.683Z | Compiling group v0.13.0 |
1298 | 2024-10-01T01:51:55.031Z | Compiling hkdf v0.12.4 |
1299 | 2024-10-01T01:51:55.057Z | Compiling crypto-bigint v0.5.5 |
1300 | 2024-10-01T01:51:55.275Z | Compiling num-iter v0.1.45 |
1301 | 2024-10-01T01:51:55.302Z | Compiling curve25519-dalek-derive v0.1.1 |
1302 | 2024-10-01T01:51:55.482Z | Compiling async-trait v0.1.83 |
1303 | 2024-10-01T01:51:55.546Z | Compiling zerocopy-derive v0.6.6 |
1304 | 2024-10-01T01:51:56.698Z | Compiling addr2line v0.21.0 |
1305 | 2024-10-01T01:51:57.409Z | Compiling phf_shared v0.11.2 |
1306 | 2024-10-01T01:51:57.732Z | Compiling serde_derive_internals v0.29.1 |
1307 | 2024-10-01T01:51:57.799Z | Compiling webpki-roots v0.26.3 |
1308 | 2024-10-01T01:51:57.830Z | Compiling object v0.32.2 |
1309 | 2024-10-01T01:51:58.016Z | Compiling fs-err v2.11.0 |
1310 | 2024-10-01T01:51:58.323Z | Compiling anyhow v1.0.89 |
1311 | 2024-10-01T01:51:58.344Z | Compiling rustc-demangle v0.1.24 |
1312 | 2024-10-01T01:51:58.659Z | Compiling adler2 v2.0.0 |
1313 | 2024-10-01T01:51:58.877Z | Compiling managed v0.8.0 |
1314 | 2024-10-01T01:51:58.975Z | Compiling schemars v0.8.21 |
1315 | 2024-10-01T01:51:59.325Z | Compiling bitflags v1.3.2 |
1316 | 2024-10-01T01:51:59.325Z | Compiling ipnet v2.10.0 |
1317 | 2024-10-01T01:51:59.360Z | Compiling winnow v0.5.40 |
1318 | 2024-10-01T01:51:59.761Z | Compiling clap_builder v4.5.18 |
1319 | 2024-10-01T01:52:00.502Z | Compiling schemars_derive v0.8.21 |
1320 | 2024-10-01T01:52:00.534Z | Compiling console v0.15.8 |
1321 | 2024-10-01T01:52:01.200Z | Compiling hyper v1.4.1 |
1322 | 2024-10-01T01:52:01.849Z | Compiling miniz_oxide v0.8.0 |
1323 | 2024-10-01T01:52:02.220Z | Compiling elliptic-curve v0.13.8 |
1324 | 2024-10-01T01:52:03.099Z | Compiling toml_edit v0.19.15 |
1325 | 2024-10-01T01:52:03.245Z | Compiling zerocopy v0.6.6 |
1326 | 2024-10-01T01:52:03.411Z | Compiling phf v0.11.2 |
1327 | 2024-10-01T01:52:03.708Z | Compiling hyper-util v0.1.9 |
1328 | 2024-10-01T01:52:03.895Z | Compiling rayon v1.10.0 |
1329 | 2024-10-01T01:52:05.093Z | Compiling cookie_store v0.21.0 |
1330 | 2024-10-01T01:52:05.363Z | Compiling hubpack v0.1.2 |
1331 | 2024-10-01T01:52:06.727Z | Compiling hyper-rustls v0.27.3 |
1332 | 2024-10-01T01:52:06.816Z | Compiling hyper-tls v0.6.0 |
1333 | 2024-10-01T01:52:07.237Z | Compiling postgres-types v0.2.8 |
1334 | 2024-10-01T01:52:07.702Z | Compiling h2 v0.3.26 |
1335 | 2024-10-01T01:52:08.760Z | Compiling usdt-attr-macro v0.5.0 |
1336 | 2024-10-01T01:52:09.181Z | Compiling usdt-macro v0.5.0 |
1337 | 2024-10-01T01:52:09.266Z | Compiling http-body v0.4.6 |
1338 | 2024-10-01T01:52:09.732Z | Compiling serde_urlencoded v0.7.1 |
1339 | 2024-10-01T01:52:10.058Z | Compiling serde-big-array v0.5.1 |
1340 | 2024-10-01T01:52:10.252Z | Compiling ed25519 v2.2.3 |
1341 | 2024-10-01T01:52:10.300Z | Compiling pkcs1 v0.7.5 |
1342 | 2024-10-01T01:52:10.480Z | Compiling futures-executor v0.3.30 |
1343 | 2024-10-01T01:52:10.711Z | Compiling rfc6979 v0.4.0 |
1344 | 2024-10-01T01:52:10.906Z | Compiling bstr v1.9.1 |
1345 | 2024-10-01T01:52:11.018Z | Compiling regex v1.10.6 |
1346 | 2024-10-01T01:52:11.072Z | Compiling serde_repr v0.1.19 |
1347 | 2024-10-01T01:52:11.398Z | Compiling clap_derive v4.5.18 |
1348 | 2024-10-01T01:52:12.117Z | Compiling enum-as-inner v0.6.0 |
1349 | 2024-10-01T01:52:12.229Z | Compiling strum_macros v0.25.3 |
1350 | 2024-10-01T01:52:12.296Z | Compiling rustls-pemfile v2.1.3 |
1351 | 2024-10-01T01:52:12.331Z | Compiling phf_shared v0.10.0 |
1352 | 2024-10-01T01:52:12.658Z | Compiling float-cmp v0.9.0 |
1353 | 2024-10-01T01:52:12.713Z | Compiling idna v0.4.0 |
1354 | 2024-10-01T01:52:12.778Z | Compiling sync_wrapper v1.0.1 |
1355 | 2024-10-01T01:52:12.909Z | Compiling mio v0.8.11 |
1356 | 2024-10-01T01:52:12.929Z | Compiling encoding_rs v0.8.34 |
1357 | 2024-10-01T01:52:13.220Z | Compiling new_debug_unreachable v1.0.6 |
1358 | 2024-10-01T01:52:13.317Z | Compiling normalize-line-endings v0.3.0 |
1359 | 2024-10-01T01:52:13.448Z | Compiling minimal-lexical v0.2.1 |
1360 | 2024-10-01T01:52:13.953Z | Compiling predicates-core v1.0.6 |
1361 | 2024-10-01T01:52:14.141Z | Compiling whoami v1.5.2 |
1362 | 2024-10-01T01:52:14.259Z | Compiling data-encoding v2.6.0 |
1363 | 2024-10-01T01:52:14.299Z | Compiling number_prefix v0.4.0 |
1364 | 2024-10-01T01:52:14.527Z | Compiling precomputed-hash v0.1.1 |
1365 | 2024-10-01T01:52:14.656Z | Compiling static_assertions v1.1.0 |
1366 | 2024-10-01T01:52:14.762Z | Compiling unicode-segmentation v1.11.0 |
1367 | 2024-10-01T01:52:14.764Z | Compiling mime v0.3.17 |
1368 | 2024-10-01T01:52:15.628Z | Compiling bit-vec v0.6.3 |
1369 | 2024-10-01T01:52:15.656Z | Compiling dyn-clone v1.0.17 |
1370 | 2024-10-01T01:52:15.880Z | Compiling difflib v0.4.0 |
1371 | 2024-10-01T01:52:16.100Z | Compiling fixedbitset v0.4.2 |
1372 | 2024-10-01T01:52:16.229Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1373 | 2024-10-01T01:52:16.561Z | Compiling petgraph v0.6.5 |
1374 | 2024-10-01T01:52:16.582Z | Compiling clap v4.5.18 |
1375 | 2024-10-01T01:52:16.671Z | Compiling predicates v3.1.2 |
1376 | 2024-10-01T01:52:16.705Z | Compiling bit-set v0.5.3 |
1377 | 2024-10-01T01:52:17.381Z | Compiling similar v2.6.0 |
1378 | 2024-10-01T01:52:17.435Z | Compiling reqwest v0.12.7 |
1379 | 2024-10-01T01:52:18.043Z | Compiling hickory-proto v0.24.1 |
1380 | 2024-10-01T01:52:18.414Z | Compiling string_cache v0.8.7 |
1381 | 2024-10-01T01:52:18.893Z | Compiling indicatif v0.17.8 |
1382 | 2024-10-01T01:52:19.884Z | Compiling tokio-postgres v0.7.12 |
1383 | 2024-10-01T01:52:20.469Z | Compiling hyper v0.14.30 |
1384 | 2024-10-01T01:52:20.632Z | Compiling toml_edit v0.22.22 |
1385 | 2024-10-01T01:52:20.881Z | Compiling nom v7.1.3 |
1386 | 2024-10-01T01:52:21.132Z | Compiling signal-hook-mio v0.2.4 |
1387 | 2024-10-01T01:52:21.317Z | Compiling usdt v0.5.0 |
1388 | 2024-10-01T01:52:21.833Z | Compiling ecdsa v0.16.9 |
1389 | 2024-10-01T01:52:22.728Z | Compiling rsa v0.9.6 |
1390 | 2024-10-01T01:52:23.106Z | Compiling futures v0.3.30 |
1391 | 2024-10-01T01:52:23.228Z | Compiling ed25519-dalek v2.1.1 |
1392 | 2024-10-01T01:52:24.546Z | Compiling flate2 v1.0.34 |
1393 | 2024-10-01T01:52:24.549Z | Compiling toml v0.7.8 |
1394 | 2024-10-01T01:52:26.334Z | Compiling tokio-stream v0.1.16 |
1395 | 2024-10-01T01:52:26.448Z | Compiling openapiv3 v2.0.0 |
1396 | 2024-10-01T01:52:26.547Z | Compiling hex v0.4.3 |
1397 | 2024-10-01T01:52:27.154Z | Compiling x509-cert v0.2.5 |
1398 | 2024-10-01T01:52:27.391Z | Compiling sha1 v0.10.6 |
1399 | 2024-10-01T01:52:27.841Z | Compiling itertools v0.12.1 |
1400 | 2024-10-01T01:52:28.335Z | Compiling itertools v0.10.5 |
1401 | 2024-10-01T01:52:28.946Z | Compiling dirs-sys-next v0.1.2 |
1402 | 2024-10-01T01:52:29.640Z | Compiling peg-runtime v0.8.3 |
1403 | 2024-10-01T01:52:29.968Z | Compiling lalrpop-util v0.19.12 |
1404 | 2024-10-01T01:52:30.301Z | Compiling unicode-xid v0.2.4 |
1405 | 2024-10-01T01:52:30.368Z | Compiling dirs-next v2.0.0 |
1406 | 2024-10-01T01:52:30.487Z | Compiling thread_local v1.1.8 |
1407 | 2024-10-01T01:52:30.572Z | Compiling slog-async v2.8.0 |
1408 | 2024-10-01T01:52:30.616Z | Compiling term v0.7.0 |
1409 | 2024-10-01T01:52:30.895Z | Compiling xattr v1.3.1 |
1410 | 2024-10-01T01:52:30.922Z | Compiling strum_macros v0.26.4 |
1411 | 2024-10-01T01:52:30.987Z | Compiling crossbeam-channel v0.5.12 |
1412 | 2024-10-01T01:52:31.046Z | Compiling is-terminal v0.4.12 |
1413 | 2024-10-01T01:52:31.150Z | Compiling filetime v0.2.25 |
1414 | 2024-10-01T01:52:31.169Z | Compiling take_mut v0.2.2 |
1415 | 2024-10-01T01:52:31.190Z | Compiling slog-term v2.9.1 |
1416 | 2024-10-01T01:52:31.192Z | Compiling camino v1.1.9 |
1417 | 2024-10-01T01:52:31.471Z | Compiling tar v0.4.42 |
1418 | 2024-10-01T01:52:31.718Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1419 | 2024-10-01T01:52:33.676Z | Compiling strum v0.26.3 |
1420 | 2024-10-01T01:52:33.756Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1421 | 2024-10-01T01:52:38.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
1422 | 2024-10-01T01:52:39.022Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1423 | 2024-10-01T01:52:39.068Z | Oct 01 01:52:37.151 INFO Starting download, target: Cockroach |
1424 | 2024-10-01T01:52:39.068Z | Oct 01 01:52:37.151 INFO Starting download, target: Console |
1425 | 2024-10-01T01:52:39.071Z | Oct 01 01:52:37.151 INFO Starting download, target: Clickhouse |
1426 | 2024-10-01T01:52:39.071Z | Oct 01 01:52:37.151 INFO Starting download, target: DendriteOpenapi |
1427 | 2024-10-01T01:52:39.071Z | Oct 01 01:52:37.151 INFO Starting download, target: DendriteStub |
1428 | 2024-10-01T01:52:39.071Z | Oct 01 01:52:37.151 INFO Starting download, target: MaghemiteMgd |
1429 | 2024-10-01T01:52:39.071Z | Oct 01 01:52:37.151 INFO Starting download, target: TransceiverControl |
1430 | 2024-10-01T01:52:39.071Z | Oct 01 01:52:37.152 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1431 | 2024-10-01T01:52:39.071Z | Oct 01 01:52:37.152 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1432 | 2024-10-01T01:52:39.071Z | Oct 01 01:52:37.152 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
1433 | 2024-10-01T01:52:39.071Z | Oct 01 01:52:37.152 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1434 | 2024-10-01T01:52:39.071Z | Oct 01 01:52:37.152 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1435 | 2024-10-01T01:52:39.071Z | Oct 01 01:52:37.152 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1436 | 2024-10-01T01:52:39.071Z | Oct 01 01:52:37.152 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1437 | 2024-10-01T01:52:39.344Z | Oct 01 01:52:37.426 INFO Download complete, target: DendriteOpenapi |
1438 | 2024-10-01T01:52:39.620Z | Oct 01 01:52:37.702 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1439 | 2024-10-01T01:52:39.869Z | Oct 01 01:52:37.952 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1440 | 2024-10-01T01:52:39.922Z | Oct 01 01:52:38.005 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1441 | 2024-10-01T01:52:39.971Z | Oct 01 01:52:38.054 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1442 | 2024-10-01T01:52:40.006Z | Oct 01 01:52:38.088 INFO Download complete, target: Console |
1443 | 2024-10-01T01:52:40.181Z | Oct 01 01:52:38.264 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1444 | 2024-10-01T01:52:40.181Z | Oct 01 01:52:38.264 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1445 | 2024-10-01T01:52:40.680Z | Oct 01 01:52:38.763 INFO Download complete, target: TransceiverControl |
1446 | 2024-10-01T01:52:41.041Z | Oct 01 01:52:39.123 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1447 | 2024-10-01T01:52:43.032Z | Oct 01 01:52:41.114 INFO Download complete, target: DendriteStub |
1448 | 2024-10-01T01:52:43.168Z | Oct 01 01:52:41.251 INFO Download complete, target: MaghemiteMgd |
1449 | 2024-10-01T01:52:48.353Z | Oct 01 01:52:46.436 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1450 | 2024-10-01T01:52:48.767Z | Oct 01 01:52:46.850 INFO Checking that binary works, target: Cockroach |
1451 | 2024-10-01T01:52:48.937Z | Oct 01 01:52:47.020 INFO Download complete, target: Cockroach |
1452 | 2024-10-01T01:52:54.604Z | Oct 01 01:52:52.686 INFO Checking that binary works, target: Clickhouse |
1453 | 2024-10-01T01:52:54.727Z | Oct 01 01:52:52.810 INFO Download complete, target: Clickhouse |
1454 | 2024-10-01T01:52:54.748Z | All builder prerequisites installed successfully, and PATH looks valid |
1455 | 2024-10-01T01:52:54.751Z | |
1456 | 2024-10-01T01:52:54.751Z | real 4:08.113941211 |
1457 | 2024-10-01T01:52:54.751Z | user 12:14.070235768 |
1458 | 2024-10-01T01:52:54.751Z | sys 2:35.800634279 |
1459 | 2024-10-01T01:52:54.751Z | trap 0.444845151 |
1460 | 2024-10-01T01:52:54.751Z | tflt 1.619997194 |
1461 | 2024-10-01T01:52:54.751Z | dflt 1.722117366 |
1462 | 2024-10-01T01:52:54.751Z | kflt 0.021090959 |
1463 | 2024-10-01T01:52:54.751Z | lock 24:07.509634194 |
1464 | 2024-10-01T01:52:54.751Z | slp 47:38.492781910 |
1465 | 2024-10-01T01:52:54.751Z | lat 44.543182445 |
1466 | 2024-10-01T01:52:54.751Z | stop 1:54.721097910 |
1467 | 2024-10-01T01:52:54.751Z | + banner hack-check |
1468 | 2024-10-01T01:52:54.754Z | |
1469 | 2024-10-01T01:52:54.754Z | # # ## #### # # #### # # ###### #### # # |
1470 | 2024-10-01T01:52:54.754Z | # # # # # # # # # # # # # # # # # |
1471 | 2024-10-01T01:52:54.754Z | ###### # # # #### ##### # ###### ##### # #### |
1472 | 2024-10-01T01:52:54.754Z | # # ###### # # # # # # # # # # |
1473 | 2024-10-01T01:52:54.754Z | # # # # # # # # # # # # # # # # # |
1474 | 2024-10-01T01:52:54.754Z | # # # # #### # # #### # # ###### #### # # |
1475 | 2024-10-01T01:52:54.754Z | |
1476 | 2024-10-01T01:52:54.754Z | + export CARGO_INCREMENTAL=0 |
1477 | 2024-10-01T01:52:54.754Z | + CARGO_INCREMENTAL=0 |
1478 | 2024-10-01T01:52:54.754Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1479 | 2024-10-01T01:52:55.316Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1480 | 2024-10-01T01:52:59.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
1481 | 2024-10-01T01:52:59.365Z | Running `target/debug/xtask check-features --ci` |
1482 | 2024-10-01T01:52:59.385Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1483 | 2024-10-01T01:52:59.387Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1484 | 2024-10-01T01:52:59.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1485 | 2024-10-01T01:52:59.888Z | Running `target/debug/xtask download cargo-hack` |
1486 | 2024-10-01T01:53:00.719Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1487 | 2024-10-01T01:53:01.087Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1488 | 2024-10-01T01:53:05.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
1489 | 2024-10-01T01:53:05.652Z | Running `target/debug/xtask-downloader cargo-hack` |
1490 | 2024-10-01T01:53:05.691Z | Oct 01 01:53:03.773 INFO Starting download, target: CargoHack |
1491 | 2024-10-01T01:53:05.693Z | Oct 01 01:53:03.774 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1492 | 2024-10-01T01:53:06.350Z | Oct 01 01:53:04.432 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1493 | 2024-10-01T01:53:06.453Z | Oct 01 01:53:04.536 INFO Download complete, target: CargoHack |
1494 | 2024-10-01T01:53:06.457Z | 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" |
1495 | 2024-10-01T01:53:06.472Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1496 | 2024-10-01T01:53:06.631Z | info: running `cargo check --bins` on api_identity (1/163) |
1497 | 2024-10-01T01:53:07.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1498 | 2024-10-01T01:53:07.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1499 | 2024-10-01T01:53:07.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1500 | 2024-10-01T01:53:07.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1501 | 2024-10-01T01:53:07.233Z | |
1502 | 2024-10-01T01:53:07.233Z | info: running `cargo check --bins` on bootstore (2/163) |
1503 | 2024-10-01T01:53:07.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1504 | 2024-10-01T01:53:07.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1505 | 2024-10-01T01:53:07.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1506 | 2024-10-01T01:53:07.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1507 | 2024-10-01T01:53:07.881Z | |
1508 | 2024-10-01T01:53:07.881Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/163) |
1509 | 2024-10-01T01:53:08.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1510 | 2024-10-01T01:53:08.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1511 | 2024-10-01T01:53:08.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1512 | 2024-10-01T01:53:08.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1513 | 2024-10-01T01:53:08.519Z | |
1514 | 2024-10-01T01:53:08.519Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/163) |
1515 | 2024-10-01T01:53:09.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1516 | 2024-10-01T01:53:09.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1517 | 2024-10-01T01:53:09.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1518 | 2024-10-01T01:53:09.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1519 | 2024-10-01T01:53:09.158Z | |
1520 | 2024-10-01T01:53:09.158Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/163) |
1521 | 2024-10-01T01:53:09.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1522 | 2024-10-01T01:53:09.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1523 | 2024-10-01T01:53:09.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1524 | 2024-10-01T01:53:09.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1525 | 2024-10-01T01:53:09.613Z | |
1526 | 2024-10-01T01:53:09.613Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/163) |
1527 | 2024-10-01T01:53:10.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1528 | 2024-10-01T01:53:10.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1529 | 2024-10-01T01:53:10.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1530 | 2024-10-01T01:53:10.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1531 | 2024-10-01T01:53:10.066Z | |
1532 | 2024-10-01T01:53:10.066Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/163) |
1533 | 2024-10-01T01:53:10.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1534 | 2024-10-01T01:53:10.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1535 | 2024-10-01T01:53:10.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1536 | 2024-10-01T01:53:10.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1537 | 2024-10-01T01:53:10.516Z | |
1538 | 2024-10-01T01:53:10.517Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/163) |
1539 | 2024-10-01T01:53:10.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1540 | 2024-10-01T01:53:10.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1541 | 2024-10-01T01:53:10.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1542 | 2024-10-01T01:53:10.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1543 | 2024-10-01T01:53:10.973Z | |
1544 | 2024-10-01T01:53:10.973Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/163) |
1545 | 2024-10-01T01:53:11.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1546 | 2024-10-01T01:53:11.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1547 | 2024-10-01T01:53:11.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1548 | 2024-10-01T01:53:11.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1549 | 2024-10-01T01:53:11.427Z | |
1550 | 2024-10-01T01:53:11.427Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/163) |
1551 | 2024-10-01T01:53:11.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1552 | 2024-10-01T01:53:11.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1553 | 2024-10-01T01:53:11.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1554 | 2024-10-01T01:53:11.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1555 | 2024-10-01T01:53:11.878Z | |
1556 | 2024-10-01T01:53:11.878Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/163) |
1557 | 2024-10-01T01:53:12.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1558 | 2024-10-01T01:53:12.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1559 | 2024-10-01T01:53:12.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1560 | 2024-10-01T01:53:12.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1561 | 2024-10-01T01:53:12.334Z | |
1562 | 2024-10-01T01:53:12.334Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/163) |
1563 | 2024-10-01T01:53:12.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1564 | 2024-10-01T01:53:12.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1565 | 2024-10-01T01:53:12.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1566 | 2024-10-01T01:53:12.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1567 | 2024-10-01T01:53:12.796Z | |
1568 | 2024-10-01T01:53:12.796Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/163) |
1569 | 2024-10-01T01:53:13.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1570 | 2024-10-01T01:53:13.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1571 | 2024-10-01T01:53:13.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1572 | 2024-10-01T01:53:13.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1573 | 2024-10-01T01:53:13.252Z | |
1574 | 2024-10-01T01:53:13.252Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/163) |
1575 | 2024-10-01T01:53:13.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1576 | 2024-10-01T01:53:13.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1577 | 2024-10-01T01:53:13.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1578 | 2024-10-01T01:53:13.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1579 | 2024-10-01T01:53:13.701Z | |
1580 | 2024-10-01T01:53:13.701Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/163) |
1581 | 2024-10-01T01:53:14.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1582 | 2024-10-01T01:53:14.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1583 | 2024-10-01T01:53:14.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1584 | 2024-10-01T01:53:14.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1585 | 2024-10-01T01:53:14.158Z | |
1586 | 2024-10-01T01:53:14.158Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/163) |
1587 | 2024-10-01T01:53:14.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1588 | 2024-10-01T01:53:14.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1589 | 2024-10-01T01:53:14.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1590 | 2024-10-01T01:53:14.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1591 | 2024-10-01T01:53:14.615Z | |
1592 | 2024-10-01T01:53:14.615Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/163) |
1593 | 2024-10-01T01:53:15.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1594 | 2024-10-01T01:53:15.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1595 | 2024-10-01T01:53:15.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1596 | 2024-10-01T01:53:15.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1597 | 2024-10-01T01:53:15.067Z | |
1598 | 2024-10-01T01:53:15.067Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/163) |
1599 | 2024-10-01T01:53:15.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1600 | 2024-10-01T01:53:15.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1601 | 2024-10-01T01:53:15.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1602 | 2024-10-01T01:53:15.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1603 | 2024-10-01T01:53:15.516Z | |
1604 | 2024-10-01T01:53:15.517Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/163) |
1605 | 2024-10-01T01:53:15.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1606 | 2024-10-01T01:53:15.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1607 | 2024-10-01T01:53:15.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1608 | 2024-10-01T01:53:15.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1609 | 2024-10-01T01:53:15.980Z | |
1610 | 2024-10-01T01:53:15.980Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/163) |
1611 | 2024-10-01T01:53:16.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1612 | 2024-10-01T01:53:16.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1613 | 2024-10-01T01:53:16.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1614 | 2024-10-01T01:53:16.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1615 | 2024-10-01T01:53:16.442Z | |
1616 | 2024-10-01T01:53:16.442Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/163) |
1617 | 2024-10-01T01:53:16.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1618 | 2024-10-01T01:53:16.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1619 | 2024-10-01T01:53:16.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1620 | 2024-10-01T01:53:16.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1621 | 2024-10-01T01:53:16.898Z | |
1622 | 2024-10-01T01:53:16.898Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/163) |
1623 | 2024-10-01T01:53:17.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1624 | 2024-10-01T01:53:17.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1625 | 2024-10-01T01:53:17.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1626 | 2024-10-01T01:53:17.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1627 | 2024-10-01T01:53:17.362Z | |
1628 | 2024-10-01T01:53:17.362Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/163) |
1629 | 2024-10-01T01:53:17.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1630 | 2024-10-01T01:53:17.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1631 | 2024-10-01T01:53:17.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1632 | 2024-10-01T01:53:17.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1633 | 2024-10-01T01:53:17.822Z | |
1634 | 2024-10-01T01:53:17.822Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/163) |
1635 | 2024-10-01T01:53:18.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1636 | 2024-10-01T01:53:18.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1637 | 2024-10-01T01:53:18.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1638 | 2024-10-01T01:53:18.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1639 | 2024-10-01T01:53:18.277Z | |
1640 | 2024-10-01T01:53:18.277Z | info: running `cargo check --bins` on sled-hardware-types (25/163) |
1641 | 2024-10-01T01:53:18.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1642 | 2024-10-01T01:53:18.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1643 | 2024-10-01T01:53:18.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1644 | 2024-10-01T01:53:18.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1645 | 2024-10-01T01:53:18.930Z | |
1646 | 2024-10-01T01:53:18.930Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/163) |
1647 | 2024-10-01T01:53:19.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2024-10-01T01:53:19.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2024-10-01T01:53:19.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2024-10-01T01:53:19.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1651 | 2024-10-01T01:53:19.585Z | |
1652 | 2024-10-01T01:53:19.585Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/163) |
1653 | 2024-10-01T01:53:20.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2024-10-01T01:53:20.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2024-10-01T01:53:20.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2024-10-01T01:53:20.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1657 | 2024-10-01T01:53:20.238Z | |
1658 | 2024-10-01T01:53:20.239Z | info: running `cargo check --bins` on oxlog (28/163) |
1659 | 2024-10-01T01:53:20.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2024-10-01T01:53:20.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2024-10-01T01:53:20.850Z | Checking cfg-if v1.0.0 |
1662 | 2024-10-01T01:53:20.852Z | Checking libc v0.2.159 |
1663 | 2024-10-01T01:53:20.945Z | Checking serde v1.0.210 |
1664 | 2024-10-01T01:53:20.948Z | Checking zeroize v1.8.1 |
1665 | 2024-10-01T01:53:20.959Z | Checking memchr v2.7.2 |
1666 | 2024-10-01T01:53:20.962Z | Checking typenum v1.17.0 |
1667 | 2024-10-01T01:53:20.975Z | Checking scopeguard v1.2.0 |
1668 | 2024-10-01T01:53:20.978Z | Checking subtle v2.5.0 |
1669 | 2024-10-01T01:53:20.998Z | Checking byteorder v1.5.0 |
1670 | 2024-10-01T01:53:21.116Z | Checking lock_api v0.4.12 |
1671 | 2024-10-01T01:53:21.188Z | Checking value-bag v1.9.0 |
1672 | 2024-10-01T01:53:21.209Z | Checking const-oid v0.9.6 |
1673 | 2024-10-01T01:53:21.407Z | Checking once_cell v1.19.0 |
1674 | 2024-10-01T01:53:21.539Z | Checking itoa v1.0.11 |
1675 | 2024-10-01T01:53:21.558Z | Checking log v0.4.22 |
1676 | 2024-10-01T01:53:21.686Z | Checking pin-project-lite v0.2.14 |
1677 | 2024-10-01T01:53:21.744Z | Checking smallvec v1.13.2 |
1678 | 2024-10-01T01:53:21.804Z | Checking zerocopy v0.7.34 |
1679 | 2024-10-01T01:53:21.819Z | Checking futures-core v0.3.30 |
1680 | 2024-10-01T01:53:21.986Z | Checking cpufeatures v0.2.12 |
1681 | 2024-10-01T01:53:22.030Z | Checking getrandom v0.2.14 |
1682 | 2024-10-01T01:53:22.063Z | Checking signal-hook-registry v1.4.2 |
1683 | 2024-10-01T01:53:22.078Z | Checking mio v1.0.2 |
1684 | 2024-10-01T01:53:22.101Z | Checking parking_lot_core v0.9.10 |
1685 | 2024-10-01T01:53:22.265Z | Checking generic-array v0.14.7 |
1686 | 2024-10-01T01:53:22.279Z | Checking rand_core v0.6.4 |
1687 | 2024-10-01T01:53:22.296Z | Checking futures-sink v0.3.30 |
1688 | 2024-10-01T01:53:22.423Z | Checking parking_lot v0.12.2 |
1689 | 2024-10-01T01:53:22.438Z | Checking socket2 v0.5.7 |
1690 | 2024-10-01T01:53:22.555Z | Checking allocator-api2 v0.2.18 |
1691 | 2024-10-01T01:53:22.700Z | Checking spin v0.9.8 |
1692 | 2024-10-01T01:53:22.775Z | Checking slab v0.4.9 |
1693 | 2024-10-01T01:53:22.882Z | Checking equivalent v1.0.1 |
1694 | 2024-10-01T01:53:22.988Z | Checking tinyvec_macros v0.1.1 |
1695 | 2024-10-01T01:53:23.010Z | Checking futures-channel v0.3.30 |
1696 | 2024-10-01T01:53:23.054Z | Checking pin-utils v0.1.0 |
1697 | 2024-10-01T01:53:23.068Z | Checking tinyvec v1.6.0 |
1698 | 2024-10-01T01:53:23.071Z | Checking base64ct v1.6.0 |
1699 | 2024-10-01T01:53:23.131Z | Checking fnv v1.0.7 |
1700 | 2024-10-01T01:53:23.205Z | Checking futures-task v0.3.30 |
1701 | 2024-10-01T01:53:23.208Z | Checking ahash v0.8.11 |
1702 | 2024-10-01T01:53:23.254Z | Checking futures-io v0.3.30 |
1703 | 2024-10-01T01:53:23.341Z | Checking unicode-bidi v0.3.15 |
1704 | 2024-10-01T01:53:23.432Z | Checking flagset v0.4.5 |
1705 | 2024-10-01T01:53:23.435Z | Checking futures-util v0.3.30 |
1706 | 2024-10-01T01:53:23.459Z | Checking crypto-common v0.1.6 |
1707 | 2024-10-01T01:53:23.507Z | Checking block-buffer v0.10.4 |
1708 | 2024-10-01T01:53:23.626Z | Checking block-padding v0.3.3 |
1709 | 2024-10-01T01:53:23.642Z | Checking pem-rfc7468 v0.7.0 |
1710 | 2024-10-01T01:53:23.733Z | Checking digest v0.10.7 |
1711 | 2024-10-01T01:53:23.748Z | Checking hashbrown v0.14.5 |
1712 | 2024-10-01T01:53:23.833Z | Checking inout v0.1.3 |
1713 | 2024-10-01T01:53:23.888Z | Checking der v0.7.9 |
1714 | 2024-10-01T01:53:23.995Z | Checking libm v0.2.8 |
1715 | 2024-10-01T01:53:24.043Z | Checking cipher v0.4.4 |
1716 | 2024-10-01T01:53:24.092Z | Checking hmac v0.12.1 |
1717 | 2024-10-01T01:53:24.311Z | Checking sha2 v0.10.8 |
1718 | 2024-10-01T01:53:24.325Z | Checking unicode-normalization v0.1.23 |
1719 | 2024-10-01T01:53:24.425Z | Checking ryu v1.0.18 |
1720 | 2024-10-01T01:53:24.666Z | Checking salsa20 v0.10.2 |
1721 | 2024-10-01T01:53:24.888Z | Checking pbkdf2 v0.12.2 |
1722 | 2024-10-01T01:53:24.905Z | Checking num-traits v0.2.19 |
1723 | 2024-10-01T01:53:24.908Z | Checking tracing-core v0.1.32 |
1724 | 2024-10-01T01:53:24.931Z | Checking aes v0.8.4 |
1725 | 2024-10-01T01:53:25.045Z | Checking scrypt v0.11.0 |
1726 | 2024-10-01T01:53:25.208Z | Checking cbc v0.1.2 |
1727 | 2024-10-01T01:53:25.272Z | Checking percent-encoding v2.3.1 |
1728 | 2024-10-01T01:53:25.409Z | Checking ppv-lite86 v0.2.17 |
1729 | 2024-10-01T01:53:25.466Z | Checking try-lock v0.2.5 |
1730 | 2024-10-01T01:53:25.563Z | Checking tracing v0.1.40 |
1731 | 2024-10-01T01:53:25.595Z | Checking rustls-pki-types v1.7.0 |
1732 | 2024-10-01T01:53:25.660Z | Checking spki v0.7.3 |
1733 | 2024-10-01T01:53:25.778Z | Checking want v0.3.1 |
1734 | 2024-10-01T01:53:25.898Z | Checking bytes v1.7.2 |
1735 | 2024-10-01T01:53:25.913Z | Checking indexmap v2.5.0 |
1736 | 2024-10-01T01:53:25.933Z | Checking bitflags v2.6.0 |
1737 | 2024-10-01T01:53:25.958Z | Checking serde_json v1.0.128 |
1738 | 2024-10-01T01:53:26.023Z | Checking pkcs5 v0.7.1 |
1739 | 2024-10-01T01:53:26.060Z | Checking rand_chacha v0.3.1 |
1740 | 2024-10-01T01:53:26.231Z | Checking httparse v1.8.0 |
1741 | 2024-10-01T01:53:26.443Z | Checking rand v0.8.5 |
1742 | 2024-10-01T01:53:26.546Z | Checking pkcs8 v0.10.2 |
1743 | 2024-10-01T01:53:26.574Z | Checking thiserror v1.0.64 |
1744 | 2024-10-01T01:53:26.665Z | Checking tokio v1.39.3 |
1745 | 2024-10-01T01:53:26.665Z | Checking http v1.1.0 |
1746 | 2024-10-01T01:53:26.694Z | Checking foreign-types-shared v0.1.1 |
1747 | 2024-10-01T01:53:26.787Z | Checking atomic-waker v1.1.2 |
1748 | 2024-10-01T01:53:26.837Z | Checking untrusted v0.9.0 |
1749 | 2024-10-01T01:53:26.917Z | Checking httpdate v1.0.3 |
1750 | 2024-10-01T01:53:26.987Z | Checking ring v0.17.8 |
1751 | 2024-10-01T01:53:27.138Z | Checking foreign-types v0.3.2 |
1752 | 2024-10-01T01:53:27.154Z | Checking form_urlencoded v1.2.1 |
1753 | 2024-10-01T01:53:27.227Z | Checking crossbeam-utils v0.8.19 |
1754 | 2024-10-01T01:53:27.349Z | Checking openssl-sys v0.9.103 |
1755 | 2024-10-01T01:53:27.580Z | Checking aho-corasick v1.1.3 |
1756 | 2024-10-01T01:53:27.704Z | Checking tower-service v0.3.2 |
1757 | 2024-10-01T01:53:27.824Z | Checking unicode-ident v1.0.13 |
1758 | 2024-10-01T01:53:27.922Z | Checking powerfmt v0.2.0 |
1759 | 2024-10-01T01:53:27.971Z | Checking http-body v1.0.0 |
1760 | 2024-10-01T01:53:27.986Z | Checking siphasher v0.3.11 |
1761 | 2024-10-01T01:53:28.175Z | Checking base64 v0.22.1 |
1762 | 2024-10-01T01:53:28.190Z | Checking regex-syntax v0.8.4 |
1763 | 2024-10-01T01:53:28.259Z | Checking deranged v0.3.11 |
1764 | 2024-10-01T01:53:28.460Z | Checking proc-macro2 v1.0.86 |
1765 | 2024-10-01T01:53:28.606Z | Checking openssl v0.10.66 |
1766 | 2024-10-01T01:53:28.621Z | Checking crossbeam-epoch v0.9.18 |
1767 | 2024-10-01T01:53:28.825Z | Checking rustls-webpki v0.102.4 |
1768 | 2024-10-01T01:53:29.039Z | Checking uuid v1.10.0 |
1769 | 2024-10-01T01:53:29.148Z | Checking idna v0.5.0 |
1770 | 2024-10-01T01:53:29.263Z | Checking signature v2.2.0 |
1771 | 2024-10-01T01:53:29.446Z | Checking lazy_static v1.5.0 |
1772 | 2024-10-01T01:53:29.568Z | Checking scroll v0.12.0 |
1773 | 2024-10-01T01:53:29.644Z | Checking errno v0.3.9 |
1774 | 2024-10-01T01:53:29.647Z | Checking ucd-trie v0.1.6 |
1775 | 2024-10-01T01:53:29.808Z | Checking num-conv v0.1.0 |
1776 | 2024-10-01T01:53:29.866Z | Checking openssl-probe v0.1.5 |
1777 | 2024-10-01T01:53:29.959Z | Checking utf8parse v0.2.1 |
1778 | 2024-10-01T01:53:29.993Z | Checking either v1.13.0 |
1779 | 2024-10-01T01:53:30.013Z | Checking plain v0.2.3 |
1780 | 2024-10-01T01:53:30.034Z | Checking finl_unicode v1.2.0 |
1781 | 2024-10-01T01:53:30.037Z | Checking time-core v0.1.2 |
1782 | 2024-10-01T01:53:30.088Z | Checking iana-time-zone v0.1.60 |
1783 | 2024-10-01T01:53:30.151Z | Checking anstyle v1.0.8 |
1784 | 2024-10-01T01:53:30.196Z | Checking num_threads v0.1.7 |
1785 | 2024-10-01T01:53:30.241Z | Checking chrono v0.4.38 |
1786 | 2024-10-01T01:53:30.310Z | Checking time v0.3.36 |
1787 | 2024-10-01T01:53:30.353Z | Checking goblin v0.8.2 |
1788 | 2024-10-01T01:53:30.477Z | Checking anstyle-parse v0.2.4 |
1789 | 2024-10-01T01:53:30.590Z | Checking stringprep v0.1.4 |
1790 | 2024-10-01T01:53:30.750Z | Checking url v2.5.2 |
1791 | 2024-10-01T01:53:30.858Z | Checking pest v2.7.10 |
1792 | 2024-10-01T01:53:31.394Z | Checking regex-automata v0.4.6 |
1793 | 2024-10-01T01:53:31.595Z | Checking rustix v0.38.34 |
1794 | 2024-10-01T01:53:32.310Z | Checking rustls v0.23.10 |
1795 | 2024-10-01T01:53:32.889Z | Checking quote v1.0.37 |
1796 | 2024-10-01T01:53:33.209Z | Checking crossbeam-deque v0.8.5 |
1797 | 2024-10-01T01:53:33.355Z | Checking http v0.2.12 |
1798 | 2024-10-01T01:53:33.504Z | Checking num-integer v0.1.46 |
1799 | 2024-10-01T01:53:33.713Z | Checking tokio-util v0.7.12 |
1800 | 2024-10-01T01:53:34.019Z | Checking serde_spanned v0.6.7 |
1801 | 2024-10-01T01:53:34.070Z | Checking native-tls v0.2.11 |
1802 | 2024-10-01T01:53:34.220Z | Checking toml_datetime v0.6.8 |
1803 | 2024-10-01T01:53:34.387Z | Checking idna v0.3.0 |
1804 | 2024-10-01T01:53:34.503Z | Checking md-5 v0.10.6 |
1805 | 2024-10-01T01:53:34.615Z | Checking h2 v0.4.6 |
1806 | 2024-10-01T01:53:34.725Z | Checking ff v0.13.0 |
1807 | 2024-10-01T01:53:34.773Z | Checking hash32 v0.2.1 |
1808 | 2024-10-01T01:53:34.929Z | Checking is_terminal_polyfill v1.70.0 |
1809 | 2024-10-01T01:53:35.037Z | Checking fallible-iterator v0.2.0 |
1810 | 2024-10-01T01:53:35.063Z | Checking stable_deref_trait v1.2.0 |
1811 | 2024-10-01T01:53:35.080Z | Checking pretty-hex v0.4.1 |
1812 | 2024-10-01T01:53:35.156Z | Checking base16ct v0.2.0 |
1813 | 2024-10-01T01:53:35.195Z | Checking psl-types v2.0.11 |
1814 | 2024-10-01T01:53:35.212Z | Checking anstyle-query v1.0.3 |
1815 | 2024-10-01T01:53:35.243Z | Checking colorchoice v1.0.1 |
1816 | 2024-10-01T01:53:35.333Z | Checking adler v1.0.2 |
1817 | 2024-10-01T01:53:35.347Z | Checking gimli v0.28.1 |
1818 | 2024-10-01T01:53:35.366Z | Checking publicsuffix v2.2.3 |
1819 | 2024-10-01T01:53:35.366Z | Checking anstream v0.6.14 |
1820 | 2024-10-01T01:53:35.479Z | Checking miniz_oxide v0.7.2 |
1821 | 2024-10-01T01:53:35.587Z | Checking sec1 v0.7.3 |
1822 | 2024-10-01T01:53:35.636Z | Checking postgres-protocol v0.6.7 |
1823 | 2024-10-01T01:53:35.736Z | Checking dof v0.3.0 |
1824 | 2024-10-01T01:53:35.872Z | Checking heapless v0.7.17 |
1825 | 2024-10-01T01:53:35.887Z | Checking terminal_size v0.3.0 |
1826 | 2024-10-01T01:53:35.951Z | Checking group v0.13.0 |
1827 | 2024-10-01T01:53:36.050Z | Checking tokio-native-tls v0.3.1 |
1828 | 2024-10-01T01:53:36.192Z | Checking num-iter v0.1.45 |
1829 | 2024-10-01T01:53:36.247Z | Checking rayon-core v1.12.1 |
1830 | 2024-10-01T01:53:36.312Z | Checking dtrace-parser v0.2.0 |
1831 | 2024-10-01T01:53:36.334Z | Checking syn v2.0.79 |
1832 | 2024-10-01T01:53:36.364Z | Checking cookie v0.18.1 |
1833 | 2024-10-01T01:53:36.790Z | Checking http-body-util v0.1.2 |
1834 | 2024-10-01T01:53:36.804Z | Checking phf_shared v0.11.2 |
1835 | 2024-10-01T01:53:36.877Z | Checking webpki-roots v0.26.3 |
1836 | 2024-10-01T01:53:36.928Z | Checking hkdf v0.12.4 |
1837 | 2024-10-01T01:53:37.058Z | Checking crypto-bigint v0.5.5 |
1838 | 2024-10-01T01:53:37.086Z | Checking thread-id v4.2.1 |
1839 | 2024-10-01T01:53:37.140Z | Checking object v0.32.2 |
1840 | 2024-10-01T01:53:37.156Z | Checking tokio-rustls v0.26.0 |
1841 | 2024-10-01T01:53:37.184Z | Checking ipnet v2.10.0 |
1842 | 2024-10-01T01:53:37.225Z | Checking adler2 v2.0.0 |
1843 | 2024-10-01T01:53:37.379Z | Checking winnow v0.5.40 |
1844 | 2024-10-01T01:53:37.521Z | Checking clap_lex v0.7.0 |
1845 | 2024-10-01T01:53:37.632Z | Checking strsim v0.11.1 |
1846 | 2024-10-01T01:53:37.769Z | Checking bitflags v1.3.2 |
1847 | 2024-10-01T01:53:37.873Z | Checking rustc-demangle v0.1.24 |
1848 | 2024-10-01T01:53:37.915Z | Checking unicode-width v0.1.13 |
1849 | 2024-10-01T01:53:38.105Z | Checking managed v0.8.0 |
1850 | 2024-10-01T01:53:38.301Z | Checking console v0.15.8 |
1851 | 2024-10-01T01:53:38.487Z | Checking smoltcp v0.9.1 |
1852 | 2024-10-01T01:53:38.864Z | Checking clap_builder v4.5.18 |
1853 | 2024-10-01T01:53:39.234Z | Checking addr2line v0.21.0 |
1854 | 2024-10-01T01:53:39.725Z | Checking miniz_oxide v0.8.0 |
1855 | 2024-10-01T01:53:39.850Z | Checking elliptic-curve v0.13.8 |
1856 | 2024-10-01T01:53:39.976Z | Checking phf v0.11.2 |
1857 | 2024-10-01T01:53:40.256Z | Checking rayon v1.10.0 |
1858 | 2024-10-01T01:53:40.355Z | Checking toml_edit v0.19.15 |
1859 | 2024-10-01T01:53:40.470Z | Checking cookie_store v0.21.0 |
1860 | 2024-10-01T01:53:40.485Z | Checking num-bigint-dig v0.8.4 |
1861 | 2024-10-01T01:53:40.766Z | Checking hyper v1.4.1 |
1862 | 2024-10-01T01:53:41.100Z | Checking postgres-types v0.2.8 |
1863 | 2024-10-01T01:53:41.841Z | Checking regex v1.10.6 |
1864 | 2024-10-01T01:53:41.890Z | Checking bstr v1.9.1 |
1865 | 2024-10-01T01:53:42.433Z | Checking http-body v0.4.6 |
1866 | 2024-10-01T01:53:42.581Z | Checking h2 v0.3.26 |
1867 | 2024-10-01T01:53:42.695Z | Checking usdt-impl v0.5.0 |
1868 | 2024-10-01T01:53:42.776Z | Checking ed25519 v2.2.3 |
1869 | 2024-10-01T01:53:42.801Z | Checking rustls-pemfile v2.1.3 |
1870 | 2024-10-01T01:53:42.815Z | Checking futures-executor v0.3.30 |
1871 | 2024-10-01T01:53:42.855Z | Checking hyper-util v0.1.9 |
1872 | 2024-10-01T01:53:43.023Z | Checking phf_shared v0.10.0 |
1873 | 2024-10-01T01:53:43.026Z | Checking serde_urlencoded v0.7.1 |
1874 | 2024-10-01T01:53:43.053Z | Checking pkcs1 v0.7.5 |
1875 | 2024-10-01T01:53:43.178Z | Checking backtrace v0.3.71 |
1876 | 2024-10-01T01:53:43.233Z | Checking curve25519-dalek v4.1.3 |
1877 | 2024-10-01T01:53:43.308Z | Checking zerocopy v0.6.6 |
1878 | 2024-10-01T01:53:43.427Z | Checking float-cmp v0.9.0 |
1879 | 2024-10-01T01:53:43.442Z | Checking hubpack v0.1.2 |
1880 | 2024-10-01T01:53:43.622Z | Checking portable-atomic v1.6.0 |
1881 | 2024-10-01T01:53:43.729Z | Checking serde-big-array v0.5.1 |
1882 | 2024-10-01T01:53:43.753Z | Checking crc32fast v1.4.0 |
1883 | 2024-10-01T01:53:43.932Z | Checking signal-hook v0.3.17 |
1884 | 2024-10-01T01:53:43.963Z | Checking idna v0.4.0 |
1885 | 2024-10-01T01:53:43.990Z | Checking rfc6979 v0.4.0 |
1886 | 2024-10-01T01:53:44.061Z | Checking mio v0.8.11 |
1887 | 2024-10-01T01:53:44.151Z | Checking memmap v0.7.0 |
1888 | 2024-10-01T01:53:44.274Z | Checking sync_wrapper v1.0.1 |
1889 | 2024-10-01T01:53:44.356Z | Checking encoding_rs v0.8.34 |
1890 | 2024-10-01T01:53:44.419Z | Checking fixedbitset v0.4.2 |
1891 | 2024-10-01T01:53:44.618Z | Checking static_assertions v1.1.0 |
1892 | 2024-10-01T01:53:44.678Z | Checking precomputed-hash v0.1.1 |
1893 | 2024-10-01T01:53:44.692Z | Checking unicode-segmentation v1.11.0 |
1894 | 2024-10-01T01:53:44.711Z | Checking winnow v0.6.18 |
1895 | 2024-10-01T01:53:44.777Z | Checking predicates-core v1.0.6 |
1896 | 2024-10-01T01:53:44.779Z | Checking mime v0.3.17 |
1897 | 2024-10-01T01:53:44.943Z | Checking hyper-rustls v0.27.3 |
1898 | 2024-10-01T01:53:44.965Z | Checking hyper-tls v0.6.0 |
1899 | 2024-10-01T01:53:45.059Z | Checking difflib v0.4.0 |
1900 | 2024-10-01T01:53:45.080Z | Checking number_prefix v0.4.0 |
1901 | 2024-10-01T01:53:45.239Z | Checking bit-vec v0.6.3 |
1902 | 2024-10-01T01:53:45.262Z | Checking normalize-line-endings v0.3.0 |
1903 | 2024-10-01T01:53:45.278Z | Checking whoami v1.5.2 |
1904 | 2024-10-01T01:53:45.294Z | Checking dyn-clone v1.0.17 |
1905 | 2024-10-01T01:53:45.358Z | Checking data-encoding v2.6.0 |
1906 | 2024-10-01T01:53:45.374Z | Checking new_debug_unreachable v1.0.6 |
1907 | 2024-10-01T01:53:45.426Z | Checking minimal-lexical v0.2.1 |
1908 | 2024-10-01T01:53:45.459Z | Checking string_cache v0.8.7 |
1909 | 2024-10-01T01:53:45.552Z | Checking bit-set v0.5.3 |
1910 | 2024-10-01T01:53:45.576Z | Checking tokio-postgres v0.7.12 |
1911 | 2024-10-01T01:53:45.750Z | Checking schemars v0.8.21 |
1912 | 2024-10-01T01:53:45.796Z | Checking predicates v3.1.2 |
1913 | 2024-10-01T01:53:45.812Z | Checking nom v7.1.3 |
1914 | 2024-10-01T01:53:46.030Z | Checking hickory-proto v0.24.1 |
1915 | 2024-10-01T01:53:46.456Z | Checking similar v2.6.0 |
1916 | 2024-10-01T01:53:46.712Z | Checking reqwest v0.12.7 |
1917 | 2024-10-01T01:53:47.316Z | Checking indicatif v0.17.8 |
1918 | 2024-10-01T01:53:47.346Z | Checking ed25519-dalek v2.1.1 |
1919 | 2024-10-01T01:53:47.617Z | Checking toml_edit v0.22.22 |
1920 | 2024-10-01T01:53:47.776Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1921 | 2024-10-01T01:53:48.063Z | Checking petgraph v0.6.5 |
1922 | 2024-10-01T01:53:48.532Z | Checking signal-hook-mio v0.2.4 |
1923 | 2024-10-01T01:53:48.561Z | Checking usdt v0.5.0 |
1924 | 2024-10-01T01:53:48.675Z | Checking ecdsa v0.16.9 |
1925 | 2024-10-01T01:53:48.696Z | Checking flate2 v1.0.34 |
1926 | 2024-10-01T01:53:48.711Z | Checking hyper v0.14.30 |
1927 | 2024-10-01T01:53:48.828Z | Checking anyhow v1.0.89 |
1928 | 2024-10-01T01:53:49.203Z | Checking rsa v0.9.6 |
1929 | 2024-10-01T01:53:49.367Z | Checking futures v0.3.30 |
1930 | 2024-10-01T01:53:49.423Z | Checking toml v0.7.8 |
1931 | 2024-10-01T01:53:49.479Z | Checking clap v4.5.18 |
1932 | 2024-10-01T01:53:49.604Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1933 | 2024-10-01T01:53:49.627Z | Checking tokio-stream v0.1.16 |
1934 | 2024-10-01T01:53:50.123Z | Checking fs-err v2.11.0 |
1935 | 2024-10-01T01:53:50.239Z | Checking itertools v0.10.5 |
1936 | 2024-10-01T01:53:50.277Z | Checking itertools v0.12.1 |
1937 | 2024-10-01T01:53:50.453Z | Checking slog v2.7.0 |
1938 | 2024-10-01T01:53:50.682Z | Checking openapiv3 v2.0.0 |
1939 | 2024-10-01T01:53:50.685Z | Checking x509-cert v0.2.5 |
1940 | 2024-10-01T01:53:50.911Z | Checking hex v0.4.3 |
1941 | 2024-10-01T01:53:51.397Z | Checking semver v1.0.23 |
1942 | 2024-10-01T01:53:51.442Z | Checking sha1 v0.10.6 |
1943 | 2024-10-01T01:53:51.727Z | Checking lalrpop-util v0.19.12 |
1944 | 2024-10-01T01:53:51.793Z | Checking peg-runtime v0.8.3 |
1945 | 2024-10-01T01:53:52.017Z | Checking camino v1.1.9 |
1946 | 2024-10-01T01:53:52.017Z | Checking sigpipe v0.1.3 |
1947 | 2024-10-01T01:53:53.927Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1948 | 2024-10-01T01:53:54.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.98s |
1949 | 2024-10-01T01:53:54.368Z | |
1950 | 2024-10-01T01:53:54.368Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/163) |
1951 | 2024-10-01T01:53:54.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1952 | 2024-10-01T01:53:54.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1953 | 2024-10-01T01:53:55.034Z | Compiling regress v0.10.1 |
1954 | 2024-10-01T01:53:55.131Z | Checking heck v0.5.0 |
1955 | 2024-10-01T01:53:55.149Z | Checking dirs-sys-next v0.1.2 |
1956 | 2024-10-01T01:53:55.160Z | Compiling unsafe-libyaml v0.2.11 |
1957 | 2024-10-01T01:53:55.176Z | Checking thread_local v1.1.8 |
1958 | 2024-10-01T01:53:55.186Z | Compiling ident_case v1.0.1 |
1959 | 2024-10-01T01:53:55.201Z | Checking progenitor-client v0.8.0 |
1960 | 2024-10-01T01:53:55.296Z | Checking crossbeam-channel v0.5.12 |
1961 | 2024-10-01T01:53:55.310Z | Checking dirs-next v2.0.0 |
1962 | 2024-10-01T01:53:55.354Z | Compiling darling_core v0.20.9 |
1963 | 2024-10-01T01:53:55.424Z | Checking is-terminal v0.4.12 |
1964 | 2024-10-01T01:53:55.439Z | Checking term v0.7.0 |
1965 | 2024-10-01T01:53:55.499Z | Compiling paste v1.0.15 |
1966 | 2024-10-01T01:53:55.537Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1967 | 2024-10-01T01:53:55.875Z | Compiling rustls v0.22.4 |
1968 | 2024-10-01T01:53:55.923Z | Checking take_mut v0.2.2 |
1969 | 2024-10-01T01:53:56.043Z | Checking slog-term v2.9.1 |
1970 | 2024-10-01T01:53:56.061Z | Checking slog-async v2.8.0 |
1971 | 2024-10-01T01:53:56.076Z | Compiling proc-macro-crate v1.3.1 |
1972 | 2024-10-01T01:53:56.205Z | Checking ipnetwork v0.20.0 |
1973 | 2024-10-01T01:53:56.342Z | Compiling structmeta-derive v0.3.0 |
1974 | 2024-10-01T01:53:56.518Z | Compiling serde_yaml v0.9.34+deprecated |
1975 | 2024-10-01T01:53:56.562Z | Compiling multer v3.1.0 |
1976 | 2024-10-01T01:53:56.859Z | Checking match_cfg v0.1.0 |
1977 | 2024-10-01T01:53:56.952Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1978 | 2024-10-01T01:53:57.085Z | Checking hostname v0.3.1 |
1979 | 2024-10-01T01:53:57.172Z | Compiling num_enum_derive v0.5.11 |
1980 | 2024-10-01T01:53:57.274Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1981 | 2024-10-01T01:53:58.608Z | Checking typify-impl v0.2.0 |
1982 | 2024-10-01T01:53:59.370Z | Compiling structmeta v0.3.0 |
1983 | 2024-10-01T01:53:59.824Z | Checking slog-json v2.6.1 |
1984 | 2024-10-01T01:53:59.827Z | Compiling lzma-sys v0.1.20 |
1985 | 2024-10-01T01:54:00.074Z | Compiling async-stream-impl v0.3.5 |
1986 | 2024-10-01T01:54:00.074Z | Compiling foreign-types-macros v0.2.3 |
1987 | 2024-10-01T01:54:00.592Z | Compiling dropshot v0.12.0 |
1988 | 2024-10-01T01:54:00.726Z | Checking arc-swap v1.7.1 |
1989 | 2024-10-01T01:54:00.891Z | Checking foreign-types-shared v0.3.1 |
1990 | 2024-10-01T01:54:00.940Z | Checking utf-8 v0.7.6 |
1991 | 2024-10-01T01:54:00.993Z | Checking tokio-rustls v0.25.0 |
1992 | 2024-10-01T01:54:01.131Z | Checking tungstenite v0.21.0 |
1993 | 2024-10-01T01:54:01.148Z | Checking slog-scope v4.4.0 |
1994 | 2024-10-01T01:54:01.167Z | Checking slog-bunyan v2.5.0 |
1995 | 2024-10-01T01:54:01.331Z | Compiling parse-display-derive v0.10.0 |
1996 | 2024-10-01T01:54:01.348Z | Checking num_enum v0.5.11 |
1997 | 2024-10-01T01:54:01.348Z | Compiling proc-macro-error v1.0.4 |
1998 | 2024-10-01T01:54:01.377Z | Checking foreign-types v0.5.0 |
1999 | 2024-10-01T01:54:01.480Z | Checking async-stream v0.3.5 |
2000 | 2024-10-01T01:54:01.642Z | Checking toml v0.8.19 |
2001 | 2024-10-01T01:54:01.699Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2002 | 2024-10-01T01:54:01.875Z | Compiling heck v0.3.3 |
2003 | 2024-10-01T01:54:01.989Z | Checking waitgroup v0.1.2 |
2004 | 2024-10-01T01:54:02.005Z | Checking newtype-uuid v1.1.0 |
2005 | 2024-10-01T01:54:02.061Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2006 | 2024-10-01T01:54:02.122Z | Compiling dropshot_endpoint v0.12.0 |
2007 | 2024-10-01T01:54:02.248Z | Checking serde_path_to_error v0.1.16 |
2008 | 2024-10-01T01:54:02.287Z | Compiling darling_macro v0.20.9 |
2009 | 2024-10-01T01:54:02.302Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2010 | 2024-10-01T01:54:02.400Z | Checking cstr-argument v0.1.2 |
2011 | 2024-10-01T01:54:02.572Z | Checking hostname v0.4.0 |
2012 | 2024-10-01T01:54:02.706Z | Checking instant v0.1.12 |
2013 | 2024-10-01T01:54:02.816Z | Checking base64 v0.21.7 |
2014 | 2024-10-01T01:54:02.846Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2015 | 2024-10-01T01:54:02.915Z | Checking pretty-hex v0.2.1 |
2016 | 2024-10-01T01:54:03.079Z | Checking debug-ignore v1.0.5 |
2017 | 2024-10-01T01:54:03.105Z | Checking fastrand v2.1.0 |
2018 | 2024-10-01T01:54:03.167Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2019 | 2024-10-01T01:54:03.215Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2020 | 2024-10-01T01:54:03.255Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2021 | 2024-10-01T01:54:03.280Z | Compiling darling v0.20.9 |
2022 | 2024-10-01T01:54:03.301Z | Checking backoff v0.4.0 |
2023 | 2024-10-01T01:54:03.398Z | Compiling serde_with_macros v3.9.0 |
2024 | 2024-10-01T01:54:03.401Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2025 | 2024-10-01T01:54:03.428Z | Checking tempfile v3.10.1 |
2026 | 2024-10-01T01:54:03.469Z | Compiling zone_cfg_derive v0.1.2 |
2027 | 2024-10-01T01:54:03.625Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2028 | 2024-10-01T01:54:03.802Z | Checking tokio-tungstenite v0.21.0 |
2029 | 2024-10-01T01:54:03.819Z | Checking strum v0.26.3 |
2030 | 2024-10-01T01:54:03.854Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2031 | 2024-10-01T01:54:03.967Z | Checking slog-stdlog v4.1.1 |
2032 | 2024-10-01T01:54:04.290Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2033 | 2024-10-01T01:54:04.309Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2034 | 2024-10-01T01:54:04.438Z | Checking colored v2.1.0 |
2035 | 2024-10-01T01:54:04.604Z | Checking regress v0.9.1 |
2036 | 2024-10-01T01:54:04.633Z | Checking macaddr v1.0.1 |
2037 | 2024-10-01T01:54:04.727Z | Checking base64 v0.13.1 |
2038 | 2024-10-01T01:54:05.008Z | Checking zone v0.1.8 |
2039 | 2024-10-01T01:54:05.119Z | Checking ron v0.7.1 |
2040 | 2024-10-01T01:54:05.661Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2041 | 2024-10-01T01:54:05.958Z | Checking parse-display v0.10.0 |
2042 | 2024-10-01T01:54:06.144Z | Checking xz2 v0.1.7 |
2043 | 2024-10-01T01:54:06.171Z | Checking slog-envlogger v2.2.0 |
2044 | 2024-10-01T01:54:06.201Z | Checking tabwriter v1.4.0 |
2045 | 2024-10-01T01:54:06.386Z | Checking xattr v1.3.1 |
2046 | 2024-10-01T01:54:06.423Z | Checking serde_with v3.9.0 |
2047 | 2024-10-01T01:54:06.438Z | Checking pem v3.0.4 |
2048 | 2024-10-01T01:54:06.440Z | Checking yasna v0.5.2 |
2049 | 2024-10-01T01:54:06.568Z | Checking headers-core v0.3.0 |
2050 | 2024-10-01T01:54:06.695Z | Checking smf v0.2.3 |
2051 | 2024-10-01T01:54:06.711Z | Checking filetime v0.2.25 |
2052 | 2024-10-01T01:54:06.906Z | Checking same-file v1.0.6 |
2053 | 2024-10-01T01:54:06.944Z | Checking tar v0.4.42 |
2054 | 2024-10-01T01:54:07.076Z | Checking walkdir v2.5.0 |
2055 | 2024-10-01T01:54:07.126Z | Checking headers v0.4.0 |
2056 | 2024-10-01T01:54:07.308Z | Checking rcgen v0.12.1 |
2057 | 2024-10-01T01:54:07.355Z | Checking camino-tempfile v1.1.1 |
2058 | 2024-10-01T01:54:07.642Z | Checking atomicwrites v0.4.4 |
2059 | 2024-10-01T01:54:07.779Z | Checking subprocess v0.2.9 |
2060 | 2024-10-01T01:54:10.868Z | Compiling typify-macro v0.2.0 |
2061 | 2024-10-01T01:54:12.778Z | Compiling typify v0.2.0 |
2062 | 2024-10-01T01:54:12.844Z | Compiling progenitor-impl v0.8.0 |
2063 | 2024-10-01T01:54:16.021Z | Compiling progenitor-macro v0.8.0 |
2064 | 2024-10-01T01:54:21.912Z | Checking progenitor v0.8.0 |
2065 | 2024-10-01T01:54:22.047Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2066 | 2024-10-01T01:54:22.049Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2067 | 2024-10-01T01:54:24.704Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2068 | 2024-10-01T01:54:24.974Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2069 | 2024-10-01T01:54:30.920Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2070 | 2024-10-01T01:54:32.454Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2071 | 2024-10-01T01:54:33.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.27s |
2072 | 2024-10-01T01:54:33.801Z | |
2073 | 2024-10-01T01:54:33.801Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/163) |
2074 | 2024-10-01T01:54:34.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2075 | 2024-10-01T01:54:34.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2076 | 2024-10-01T01:54:34.468Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2077 | 2024-10-01T01:54:35.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
2078 | 2024-10-01T01:54:35.943Z | |
2079 | 2024-10-01T01:54:35.943Z | info: running `cargo check --bins` on nexus-config (31/163) |
2080 | 2024-10-01T01:54:36.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2081 | 2024-10-01T01:54:36.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2082 | 2024-10-01T01:54:36.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2083 | 2024-10-01T01:54:36.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2084 | 2024-10-01T01:54:36.586Z | |
2085 | 2024-10-01T01:54:36.586Z | info: running `cargo check --bins` on omicron-rpaths (32/163) |
2086 | 2024-10-01T01:54:37.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2087 | 2024-10-01T01:54:37.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2088 | 2024-10-01T01:54:37.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2089 | 2024-10-01T01:54:37.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2090 | 2024-10-01T01:54:37.197Z | |
2091 | 2024-10-01T01:54:37.198Z | info: running `cargo check --bins` on omicron-certificates (33/163) |
2092 | 2024-10-01T01:54:37.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2093 | 2024-10-01T01:54:37.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2094 | 2024-10-01T01:54:37.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2095 | 2024-10-01T01:54:37.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2096 | 2024-10-01T01:54:37.839Z | |
2097 | 2024-10-01T01:54:37.839Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/163) |
2098 | 2024-10-01T01:54:38.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2099 | 2024-10-01T01:54:38.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2100 | 2024-10-01T01:54:38.506Z | Compiling heapless v0.8.0 |
2101 | 2024-10-01T01:54:38.599Z | Checking hash32 v0.3.1 |
2102 | 2024-10-01T01:54:38.607Z | Compiling smoltcp v0.11.0 |
2103 | 2024-10-01T01:54:38.617Z | Checking embedded-io v0.4.0 |
2104 | 2024-10-01T01:54:38.619Z | Checking cobs v0.2.3 |
2105 | 2024-10-01T01:54:38.638Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2106 | 2024-10-01T01:54:38.640Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2107 | 2024-10-01T01:54:38.659Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2108 | 2024-10-01T01:54:38.760Z | Compiling crucible-workspace-hack v0.1.0 |
2109 | 2024-10-01T01:54:38.777Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2110 | 2024-10-01T01:54:38.779Z | Checking newline-converter v0.3.0 |
2111 | 2024-10-01T01:54:38.813Z | Checking postcard v1.0.8 |
2112 | 2024-10-01T01:54:38.941Z | Checking socket2 v0.4.10 |
2113 | 2024-10-01T01:54:38.986Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2114 | 2024-10-01T01:54:39.044Z | Compiling convert_case v0.4.0 |
2115 | 2024-10-01T01:54:39.168Z | Checking expectorate v1.1.0 |
2116 | 2024-10-01T01:54:39.228Z | Compiling zone_cfg_derive v0.3.0 |
2117 | 2024-10-01T01:54:39.317Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2118 | 2024-10-01T01:54:39.336Z | Checking itertools v0.13.0 |
2119 | 2024-10-01T01:54:39.479Z | Compiling num-derive v0.4.2 |
2120 | 2024-10-01T01:54:39.532Z | Compiling slog-dtrace v0.3.0 |
2121 | 2024-10-01T01:54:39.675Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2122 | 2024-10-01T01:54:39.919Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2123 | 2024-10-01T01:54:39.992Z | Compiling derive_more v0.99.18 |
2124 | 2024-10-01T01:54:40.738Z | Checking zone v0.3.0 |
2125 | 2024-10-01T01:54:41.362Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2126 | 2024-10-01T01:54:42.512Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2127 | 2024-10-01T01:54:43.458Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2128 | 2024-10-01T01:54:43.997Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2129 | 2024-10-01T01:54:44.564Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2130 | 2024-10-01T01:54:45.211Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2131 | 2024-10-01T01:54:46.342Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2132 | 2024-10-01T01:54:47.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.31s |
2133 | 2024-10-01T01:54:47.311Z | |
2134 | 2024-10-01T01:54:47.311Z | info: running `cargo check --bins` on clickhouse-admin-api (35/163) |
2135 | 2024-10-01T01:54:47.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2136 | 2024-10-01T01:54:47.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2137 | 2024-10-01T01:54:47.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2138 | 2024-10-01T01:54:47.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2139 | 2024-10-01T01:54:47.960Z | |
2140 | 2024-10-01T01:54:47.960Z | info: running `cargo check --bins` on clickhouse-admin-types (36/163) |
2141 | 2024-10-01T01:54:48.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2142 | 2024-10-01T01:54:48.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2143 | 2024-10-01T01:54:48.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2144 | 2024-10-01T01:54:48.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2145 | 2024-10-01T01:54:48.605Z | |
2146 | 2024-10-01T01:54:48.605Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/163) |
2147 | 2024-10-01T01:54:49.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2148 | 2024-10-01T01:54:49.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2149 | 2024-10-01T01:54:49.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2150 | 2024-10-01T01:54:49.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2151 | 2024-10-01T01:54:49.347Z | |
2152 | 2024-10-01T01:54:49.347Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/163) |
2153 | 2024-10-01T01:54:50.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2154 | 2024-10-01T01:54:50.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2155 | 2024-10-01T01:54:50.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2156 | 2024-10-01T01:54:50.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2157 | 2024-10-01T01:54:50.089Z | |
2158 | 2024-10-01T01:54:50.089Z | info: running `cargo check --bins` on dns-server (39/163) |
2159 | 2024-10-01T01:54:50.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2160 | 2024-10-01T01:54:50.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2161 | 2024-10-01T01:54:50.737Z | Compiling parking_lot_core v0.8.6 |
2162 | 2024-10-01T01:54:50.829Z | Checking nibble_vec v0.1.0 |
2163 | 2024-10-01T01:54:50.832Z | Checking endian-type v0.1.2 |
2164 | 2024-10-01T01:54:50.832Z | Checking linked-hash-map v0.5.6 |
2165 | 2024-10-01T01:54:50.832Z | Checking quick-error v1.2.3 |
2166 | 2024-10-01T01:54:50.832Z | Checking fxhash v0.2.1 |
2167 | 2024-10-01T01:54:50.832Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2168 | 2024-10-01T01:54:50.839Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2169 | 2024-10-01T01:54:50.987Z | Checking resolv-conf v0.7.0 |
2170 | 2024-10-01T01:54:50.987Z | Checking hickory-server v0.24.1 |
2171 | 2024-10-01T01:54:51.034Z | Checking radix_trie v0.2.1 |
2172 | 2024-10-01T01:54:51.139Z | Checking lru-cache v0.1.2 |
2173 | 2024-10-01T01:54:51.312Z | Checking hickory-resolver v0.24.1 |
2174 | 2024-10-01T01:54:51.363Z | Checking hickory-client v0.24.1 |
2175 | 2024-10-01T01:54:51.579Z | Checking parking_lot v0.11.2 |
2176 | 2024-10-01T01:54:51.860Z | Checking sled v0.34.7 |
2177 | 2024-10-01T01:54:53.628Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2178 | 2024-10-01T01:54:54.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2179 | 2024-10-01T01:54:54.834Z | |
2180 | 2024-10-01T01:54:54.834Z | info: running `cargo check --bins` on dns-server-api (40/163) |
2181 | 2024-10-01T01:54:55.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2182 | 2024-10-01T01:54:55.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2183 | 2024-10-01T01:54:55.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2184 | 2024-10-01T01:54:55.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2185 | 2024-10-01T01:54:55.452Z | |
2186 | 2024-10-01T01:54:55.452Z | info: running `cargo check --bins` on dns-service-client (41/163) |
2187 | 2024-10-01T01:54:56.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2188 | 2024-10-01T01:54:56.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2189 | 2024-10-01T01:54:56.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2190 | 2024-10-01T01:54:56.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2191 | 2024-10-01T01:54:56.072Z | |
2192 | 2024-10-01T01:54:56.072Z | info: running `cargo check --bins` on gateway-test-utils (42/163) |
2193 | 2024-10-01T01:54:56.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2194 | 2024-10-01T01:54:56.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2195 | 2024-10-01T01:54:56.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2196 | 2024-10-01T01:54:56.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2197 | 2024-10-01T01:54:56.771Z | |
2198 | 2024-10-01T01:54:56.771Z | info: running `cargo check --bins` on gateway-types (43/163) |
2199 | 2024-10-01T01:54:57.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2200 | 2024-10-01T01:54:57.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2201 | 2024-10-01T01:54:57.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2202 | 2024-10-01T01:54:57.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2203 | 2024-10-01T01:54:57.415Z | |
2204 | 2024-10-01T01:54:57.415Z | info: running `cargo check --bins` on ipcc (44/163) |
2205 | 2024-10-01T01:54:57.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2206 | 2024-10-01T01:54:57.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2207 | 2024-10-01T01:54:57.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2208 | 2024-10-01T01:54:57.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2209 | 2024-10-01T01:54:58.064Z | |
2210 | 2024-10-01T01:54:58.064Z | info: running `cargo check --bins` on omicron-gateway (45/163) |
2211 | 2024-10-01T01:54:58.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2212 | 2024-10-01T01:54:58.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2213 | 2024-10-01T01:54:58.782Z | Compiling match_cfg v0.1.0 |
2214 | 2024-10-01T01:54:58.785Z | Compiling rustls v0.22.4 |
2215 | 2024-10-01T01:54:58.785Z | Checking num-rational v0.4.2 |
2216 | 2024-10-01T01:54:58.785Z | Compiling progenitor-client v0.8.0 |
2217 | 2024-10-01T01:54:58.785Z | Compiling slog-json v2.6.1 |
2218 | 2024-10-01T01:54:58.881Z | Checking num-complex v0.4.6 |
2219 | 2024-10-01T01:54:58.901Z | Compiling prettyplease v0.2.22 |
2220 | 2024-10-01T01:54:58.934Z | Compiling async-stream v0.3.5 |
2221 | 2024-10-01T01:54:58.949Z | Compiling hostname v0.3.1 |
2222 | 2024-10-01T01:54:59.182Z | Compiling progenitor v0.8.0 |
2223 | 2024-10-01T01:54:59.220Z | Compiling slog-bunyan v2.5.0 |
2224 | 2024-10-01T01:54:59.235Z | Compiling multer v3.1.0 |
2225 | 2024-10-01T01:54:59.238Z | Compiling toml v0.8.19 |
2226 | 2024-10-01T01:54:59.290Z | Compiling waitgroup v0.1.2 |
2227 | 2024-10-01T01:54:59.396Z | Compiling ipnetwork v0.20.0 |
2228 | 2024-10-01T01:54:59.426Z | Compiling newtype-uuid v1.1.0 |
2229 | 2024-10-01T01:54:59.509Z | Compiling serde_path_to_error v0.1.16 |
2230 | 2024-10-01T01:54:59.526Z | Compiling hostname v0.4.0 |
2231 | 2024-10-01T01:54:59.715Z | Compiling instant v0.1.12 |
2232 | 2024-10-01T01:54:59.772Z | Checking num v0.4.3 |
2233 | 2024-10-01T01:54:59.788Z | Compiling radium v0.7.0 |
2234 | 2024-10-01T01:54:59.866Z | Checking float-ord v0.3.2 |
2235 | 2024-10-01T01:54:59.882Z | Compiling semver v0.1.20 |
2236 | 2024-10-01T01:55:00.011Z | Compiling debug-ignore v1.0.5 |
2237 | 2024-10-01T01:55:00.151Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2238 | 2024-10-01T01:55:00.241Z | Compiling rustc_version v0.1.7 |
2239 | 2024-10-01T01:55:00.282Z | Compiling backoff v0.4.0 |
2240 | 2024-10-01T01:55:00.287Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2241 | 2024-10-01T01:55:00.336Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2242 | 2024-10-01T01:55:00.524Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2243 | 2024-10-01T01:55:00.669Z | Compiling parse-display v0.10.0 |
2244 | 2024-10-01T01:55:00.670Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2245 | 2024-10-01T01:55:00.727Z | Compiling serde_with v3.9.0 |
2246 | 2024-10-01T01:55:00.863Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2247 | 2024-10-01T01:55:01.023Z | Compiling regress v0.9.1 |
2248 | 2024-10-01T01:55:01.339Z | Compiling macaddr v1.0.1 |
2249 | 2024-10-01T01:55:01.755Z | Checking tap v1.0.1 |
2250 | 2024-10-01T01:55:01.924Z | Compiling maybe-uninit v2.0.0 |
2251 | 2024-10-01T01:55:02.221Z | Checking wyz v0.5.1 |
2252 | 2024-10-01T01:55:02.535Z | Compiling newtype_derive v0.1.6 |
2253 | 2024-10-01T01:55:02.818Z | Checking password-hash v0.5.0 |
2254 | 2024-10-01T01:55:02.854Z | Checking blake2 v0.10.6 |
2255 | 2024-10-01T01:55:02.967Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2256 | 2024-10-01T01:55:03.263Z | Compiling tokio-rustls v0.25.0 |
2257 | 2024-10-01T01:55:03.304Z | Compiling owo-colors v4.1.0 |
2258 | 2024-10-01T01:55:03.495Z | Checking funty v2.0.0 |
2259 | 2024-10-01T01:55:03.616Z | Compiling cancel-safe-futures v0.1.5 |
2260 | 2024-10-01T01:55:03.695Z | Compiling dropshot v0.12.0 |
2261 | 2024-10-01T01:55:03.742Z | Checking crc-catalog v2.4.0 |
2262 | 2024-10-01T01:55:03.879Z | Compiling packed_struct v0.10.1 |
2263 | 2024-10-01T01:55:04.014Z | Checking crc v3.2.1 |
2264 | 2024-10-01T01:55:04.439Z | Checking argon2 v0.5.3 |
2265 | 2024-10-01T01:55:04.459Z | Checking bitvec v1.0.1 |
2266 | 2024-10-01T01:55:05.091Z | Compiling packed_struct_codegen v0.10.1 |
2267 | 2024-10-01T01:55:05.852Z | Checking half v2.4.1 |
2268 | 2024-10-01T01:55:06.176Z | Compiling indexmap v1.9.3 |
2269 | 2024-10-01T01:55:06.322Z | Checking ciborium-io v0.2.2 |
2270 | 2024-10-01T01:55:06.449Z | Checking nodrop v0.1.14 |
2271 | 2024-10-01T01:55:06.489Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2272 | 2024-10-01T01:55:06.573Z | Checking array-init v0.0.4 |
2273 | 2024-10-01T01:55:06.856Z | Checking ciborium-ll v0.2.2 |
2274 | 2024-10-01T01:55:07.292Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2275 | 2024-10-01T01:55:07.578Z | Checking smallvec v0.6.14 |
2276 | 2024-10-01T01:55:07.756Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2277 | 2024-10-01T01:55:07.966Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2278 | 2024-10-01T01:55:08.391Z | Checking libsw v3.3.1 |
2279 | 2024-10-01T01:55:08.448Z | Compiling derive-where v1.2.7 |
2280 | 2024-10-01T01:55:08.664Z | Compiling memoffset v0.9.1 |
2281 | 2024-10-01T01:55:08.995Z | Checking linear-map v1.2.0 |
2282 | 2024-10-01T01:55:09.150Z | Checking swrite v0.1.0 |
2283 | 2024-10-01T01:55:09.275Z | Checking highway v1.2.0 |
2284 | 2024-10-01T01:55:09.314Z | Checking termcolor v1.4.1 |
2285 | 2024-10-01T01:55:09.359Z | Checking bitfield v0.14.0 |
2286 | 2024-10-01T01:55:09.641Z | Checking indent_write v2.2.0 |
2287 | 2024-10-01T01:55:09.676Z | Checking hashbrown v0.12.3 |
2288 | 2024-10-01T01:55:09.692Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2289 | 2024-10-01T01:55:09.728Z | Checking env_logger v0.10.2 |
2290 | 2024-10-01T01:55:09.837Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2291 | 2024-10-01T01:55:10.126Z | Checking ron v0.8.1 |
2292 | 2024-10-01T01:55:10.969Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2293 | 2024-10-01T01:55:11.022Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2294 | 2024-10-01T01:55:11.140Z | Checking serde-hex v0.1.0 |
2295 | 2024-10-01T01:55:11.363Z | Checking steno v0.4.1 |
2296 | 2024-10-01T01:55:11.382Z | Checking bzip2 v0.4.4 |
2297 | 2024-10-01T01:55:11.674Z | Checking ciborium v0.2.2 |
2298 | 2024-10-01T01:55:12.211Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2299 | 2024-10-01T01:55:12.623Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2300 | 2024-10-01T01:55:12.837Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2301 | 2024-10-01T01:55:12.867Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2302 | 2024-10-01T01:55:12.923Z | Checking hashbrown v0.13.2 |
2303 | 2024-10-01T01:55:13.721Z | Checking humantime v2.1.0 |
2304 | 2024-10-01T01:55:13.989Z | Checking crc-any v2.5.0 |
2305 | 2024-10-01T01:55:14.199Z | Checking object v0.30.4 |
2306 | 2024-10-01T01:55:14.202Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2307 | 2024-10-01T01:55:14.330Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2308 | 2024-10-01T01:55:14.366Z | Checking zip v0.6.6 |
2309 | 2024-10-01T01:55:15.042Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2310 | 2024-10-01T01:55:15.059Z | Checking path-slash v0.1.5 |
2311 | 2024-10-01T01:55:15.160Z | Checking tungstenite v0.23.0 |
2312 | 2024-10-01T01:55:15.193Z | Checking nix v0.27.1 |
2313 | 2024-10-01T01:55:15.235Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2314 | 2024-10-01T01:55:15.432Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2315 | 2024-10-01T01:55:16.024Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2316 | 2024-10-01T01:55:16.078Z | Checking kstat-rs v0.2.4 |
2317 | 2024-10-01T01:55:16.282Z | Checking tokio-tungstenite v0.23.1 |
2318 | 2024-10-01T01:55:16.433Z | Checking signal-hook-tokio v0.3.1 |
2319 | 2024-10-01T01:55:17.433Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2320 | 2024-10-01T01:55:17.866Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2321 | 2024-10-01T01:55:21.265Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2322 | 2024-10-01T01:55:22.930Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2323 | 2024-10-01T01:55:23.980Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2324 | 2024-10-01T01:55:27.091Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2325 | 2024-10-01T01:55:27.345Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2326 | 2024-10-01T01:55:28.923Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2327 | 2024-10-01T01:55:34.352Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2328 | 2024-10-01T01:55:34.971Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2329 | 2024-10-01T01:55:37.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.54s |
2330 | 2024-10-01T01:55:37.775Z | |
2331 | 2024-10-01T01:55:37.776Z | info: running `cargo check --bins` on gateway-api (46/163) |
2332 | 2024-10-01T01:55:38.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2333 | 2024-10-01T01:55:38.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2334 | 2024-10-01T01:55:38.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2335 | 2024-10-01T01:55:38.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2336 | 2024-10-01T01:55:38.422Z | |
2337 | 2024-10-01T01:55:38.422Z | info: running `cargo check --bins` on oximeter (47/163) |
2338 | 2024-10-01T01:55:38.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2339 | 2024-10-01T01:55:38.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2340 | 2024-10-01T01:55:38.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2341 | 2024-10-01T01:55:39.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2342 | 2024-10-01T01:55:39.063Z | |
2343 | 2024-10-01T01:55:39.063Z | info: running `cargo check --bins` on oximeter-macro-impl (48/163) |
2344 | 2024-10-01T01:55:39.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2345 | 2024-10-01T01:55:39.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2346 | 2024-10-01T01:55:39.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2347 | 2024-10-01T01:55:39.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2348 | 2024-10-01T01:55:39.677Z | |
2349 | 2024-10-01T01:55:39.678Z | info: running `cargo check --bins` on oximeter-schema (49/163) |
2350 | 2024-10-01T01:55:40.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2351 | 2024-10-01T01:55:40.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2352 | 2024-10-01T01:55:40.320Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2353 | 2024-10-01T01:55:40.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
2354 | 2024-10-01T01:55:40.868Z | |
2355 | 2024-10-01T01:55:40.868Z | info: running `cargo check --bins` on oximeter-types (50/163) |
2356 | 2024-10-01T01:55:41.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2357 | 2024-10-01T01:55:41.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2358 | 2024-10-01T01:55:41.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2359 | 2024-10-01T01:55:41.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2360 | 2024-10-01T01:55:41.513Z | |
2361 | 2024-10-01T01:55:41.513Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/163) |
2362 | 2024-10-01T01:55:42.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2363 | 2024-10-01T01:55:42.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2364 | 2024-10-01T01:55:42.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2365 | 2024-10-01T01:55:42.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2366 | 2024-10-01T01:55:42.154Z | |
2367 | 2024-10-01T01:55:42.155Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/163) |
2368 | 2024-10-01T01:55:42.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2369 | 2024-10-01T01:55:42.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2370 | 2024-10-01T01:55:42.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2371 | 2024-10-01T01:55:42.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2372 | 2024-10-01T01:55:42.765Z | |
2373 | 2024-10-01T01:55:42.765Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/163) |
2374 | 2024-10-01T01:55:43.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2024-10-01T01:55:43.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2024-10-01T01:55:43.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2377 | 2024-10-01T01:55:43.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2378 | 2024-10-01T01:55:43.402Z | |
2379 | 2024-10-01T01:55:43.402Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/163) |
2380 | 2024-10-01T01:55:43.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-10-01T01:55:43.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-10-01T01:55:43.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2383 | 2024-10-01T01:55:43.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2384 | 2024-10-01T01:55:44.037Z | |
2385 | 2024-10-01T01:55:44.037Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/163) |
2386 | 2024-10-01T01:55:44.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-10-01T01:55:44.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-10-01T01:55:44.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2389 | 2024-10-01T01:55:44.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2390 | 2024-10-01T01:55:44.682Z | |
2391 | 2024-10-01T01:55:44.682Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/163) |
2392 | 2024-10-01T01:55:45.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-10-01T01:55:45.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-10-01T01:55:45.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2395 | 2024-10-01T01:55:45.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2396 | 2024-10-01T01:55:45.319Z | |
2397 | 2024-10-01T01:55:45.319Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/163) |
2398 | 2024-10-01T01:55:45.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-10-01T01:55:45.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-10-01T01:55:45.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2401 | 2024-10-01T01:55:45.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2402 | 2024-10-01T01:55:45.966Z | |
2403 | 2024-10-01T01:55:45.966Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/163) |
2404 | 2024-10-01T01:55:46.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-10-01T01:55:46.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-10-01T01:55:46.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2407 | 2024-10-01T01:55:46.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2408 | 2024-10-01T01:55:46.612Z | |
2409 | 2024-10-01T01:55:46.612Z | info: running `cargo check --bins` on oximeter-producer (59/163) |
2410 | 2024-10-01T01:55:47.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2411 | 2024-10-01T01:55:47.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2412 | 2024-10-01T01:55:47.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2413 | 2024-10-01T01:55:47.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2414 | 2024-10-01T01:55:47.284Z | |
2415 | 2024-10-01T01:55:47.284Z | info: running `cargo check --bins` on internal-dns (60/163) |
2416 | 2024-10-01T01:55:47.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2417 | 2024-10-01T01:55:47.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2418 | 2024-10-01T01:55:47.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2419 | 2024-10-01T01:55:47.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2420 | 2024-10-01T01:55:47.928Z | |
2421 | 2024-10-01T01:55:47.928Z | info: running `cargo check --bins` on nexus-client (61/163) |
2422 | 2024-10-01T01:55:48.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2024-10-01T01:55:48.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2024-10-01T01:55:48.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2425 | 2024-10-01T01:55:48.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2426 | 2024-10-01T01:55:48.590Z | |
2427 | 2024-10-01T01:55:48.590Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/163) |
2428 | 2024-10-01T01:55:49.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2024-10-01T01:55:49.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2024-10-01T01:55:49.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2431 | 2024-10-01T01:55:49.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2432 | 2024-10-01T01:55:49.240Z | |
2433 | 2024-10-01T01:55:49.240Z | info: running `cargo check --bins` on omicron-passwords (63/163) |
2434 | 2024-10-01T01:55:49.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2024-10-01T01:55:49.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2024-10-01T01:55:49.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2437 | 2024-10-01T01:55:49.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2438 | 2024-10-01T01:55:49.851Z | |
2439 | 2024-10-01T01:55:49.851Z | info: running `cargo check --bins` on nexus-types (64/163) |
2440 | 2024-10-01T01:55:50.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2024-10-01T01:55:50.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2024-10-01T01:55:50.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2443 | 2024-10-01T01:55:50.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2444 | 2024-10-01T01:55:50.516Z | |
2445 | 2024-10-01T01:55:50.516Z | info: running `cargo check --bins` on gateway-client (65/163) |
2446 | 2024-10-01T01:55:51.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2024-10-01T01:55:51.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2024-10-01T01:55:51.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2449 | 2024-10-01T01:55:51.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2450 | 2024-10-01T01:55:51.126Z | |
2451 | 2024-10-01T01:55:51.126Z | info: running `cargo check --bins` on oxql-types (66/163) |
2452 | 2024-10-01T01:55:51.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2024-10-01T01:55:51.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2024-10-01T01:55:51.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2024-10-01T01:55:51.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2456 | 2024-10-01T01:55:51.765Z | |
2457 | 2024-10-01T01:55:51.765Z | info: running `cargo check --bins` on update-engine (67/163) |
2458 | 2024-10-01T01:55:52.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2024-10-01T01:55:52.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2024-10-01T01:55:52.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2024-10-01T01:55:52.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2462 | 2024-10-01T01:55:52.386Z | |
2463 | 2024-10-01T01:55:52.386Z | info: running `cargo check --bins` on sp-sim (68/163) |
2464 | 2024-10-01T01:55:52.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2024-10-01T01:55:52.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2024-10-01T01:55:53.030Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2467 | 2024-10-01T01:55:54.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
2468 | 2024-10-01T01:55:54.925Z | |
2469 | 2024-10-01T01:55:54.925Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (69/163) |
2470 | 2024-10-01T01:55:55.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2024-10-01T01:55:55.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2024-10-01T01:55:55.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2473 | 2024-10-01T01:55:55.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2474 | 2024-10-01T01:55:55.612Z | |
2475 | 2024-10-01T01:55:55.612Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/163) |
2476 | 2024-10-01T01:55:56.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2024-10-01T01:55:56.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2024-10-01T01:55:56.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2024-10-01T01:55:56.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2480 | 2024-10-01T01:55:56.321Z | |
2481 | 2024-10-01T01:55:56.321Z | info: running `cargo check --bins` on db-macros (71/163) |
2482 | 2024-10-01T01:55:56.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2024-10-01T01:55:56.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2024-10-01T01:55:56.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2024-10-01T01:55:56.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2486 | 2024-10-01T01:55:56.928Z | |
2487 | 2024-10-01T01:55:56.928Z | info: running `cargo check --bins` on nexus-macros-common (72/163) |
2488 | 2024-10-01T01:55:57.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2024-10-01T01:55:57.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2024-10-01T01:55:57.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2024-10-01T01:55:57.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2492 | 2024-10-01T01:55:57.544Z | |
2493 | 2024-10-01T01:55:57.544Z | info: running `cargo check --bins` on nexus-auth (73/163) |
2494 | 2024-10-01T01:55:58.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2024-10-01T01:55:58.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2024-10-01T01:55:58.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2497 | 2024-10-01T01:55:58.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2498 | 2024-10-01T01:55:58.225Z | |
2499 | 2024-10-01T01:55:58.225Z | info: running `cargo check --bins` on authz-macros (74/163) |
2500 | 2024-10-01T01:55:58.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2024-10-01T01:55:58.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2024-10-01T01:55:58.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2503 | 2024-10-01T01:55:58.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2504 | 2024-10-01T01:55:58.836Z | |
2505 | 2024-10-01T01:55:58.836Z | info: running `cargo check --bins` on nexus-db-fixed-data (75/163) |
2506 | 2024-10-01T01:55:59.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2024-10-01T01:55:59.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2024-10-01T01:55:59.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2024-10-01T01:55:59.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2510 | 2024-10-01T01:55:59.501Z | |
2511 | 2024-10-01T01:55:59.501Z | info: running `cargo check --bins` on nexus-db-model (76/163) |
2512 | 2024-10-01T01:56:00.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2024-10-01T01:56:00.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2024-10-01T01:56:00.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2024-10-01T01:56:00.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2516 | 2024-10-01T01:56:00.165Z | |
2517 | 2024-10-01T01:56:00.165Z | info: running `cargo check --bins` on nexus-defaults (77/163) |
2518 | 2024-10-01T01:56:00.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2024-10-01T01:56:00.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2024-10-01T01:56:00.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2024-10-01T01:56:00.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2522 | 2024-10-01T01:56:00.803Z | |
2523 | 2024-10-01T01:56:00.803Z | info: running `cargo check --bins` on sled-agent-client (78/163) |
2524 | 2024-10-01T01:56:01.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-10-01T01:56:01.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-10-01T01:56:01.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2024-10-01T01:56:01.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2528 | 2024-10-01T01:56:01.451Z | |
2529 | 2024-10-01T01:56:01.451Z | info: running `cargo check --bins` on nexus-inventory (79/163) |
2530 | 2024-10-01T01:56:02.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2024-10-01T01:56:02.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2024-10-01T01:56:02.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2533 | 2024-10-01T01:56:02.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2534 | 2024-10-01T01:56:02.124Z | |
2535 | 2024-10-01T01:56:02.124Z | info: running `cargo check --bins` on typed-rng (80/163) |
2536 | 2024-10-01T01:56:02.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-10-01T01:56:02.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-10-01T01:56:02.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2539 | 2024-10-01T01:56:02.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2540 | 2024-10-01T01:56:02.743Z | |
2541 | 2024-10-01T01:56:02.743Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/163) |
2542 | 2024-10-01T01:56:03.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-10-01T01:56:03.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-10-01T01:56:03.501Z | Checking keccak v0.1.5 |
2545 | 2024-10-01T01:56:03.593Z | Checking secrecy v0.8.0 |
2546 | 2024-10-01T01:56:03.604Z | Compiling unicase v2.7.0 |
2547 | 2024-10-01T01:56:03.605Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2548 | 2024-10-01T01:56:03.605Z | Compiling same-file v1.0.6 |
2549 | 2024-10-01T01:56:03.615Z | Compiling tempfile v3.10.1 |
2550 | 2024-10-01T01:56:03.622Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2551 | 2024-10-01T01:56:03.632Z | Compiling thiserror-impl-no-std v2.0.2 |
2552 | 2024-10-01T01:56:03.793Z | Compiling walkdir v2.5.0 |
2553 | 2024-10-01T01:56:03.885Z | Checking sha3 v0.10.8 |
2554 | 2024-10-01T01:56:03.906Z | Checking universal-hash v0.5.1 |
2555 | 2024-10-01T01:56:03.943Z | Compiling blake3 v1.5.1 |
2556 | 2024-10-01T01:56:04.055Z | Compiling ring v0.16.20 |
2557 | 2024-10-01T01:56:04.073Z | Checking opaque-debug v0.3.1 |
2558 | 2024-10-01T01:56:04.164Z | Checking poly1305 v0.8.0 |
2559 | 2024-10-01T01:56:04.276Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2560 | 2024-10-01T01:56:04.425Z | Checking chacha20 v0.9.1 |
2561 | 2024-10-01T01:56:04.443Z | Checking aead v0.5.2 |
2562 | 2024-10-01T01:56:04.535Z | Compiling memmap2 v0.9.4 |
2563 | 2024-10-01T01:56:04.593Z | Compiling arrayref v0.3.7 |
2564 | 2024-10-01T01:56:04.640Z | Compiling spin v0.5.2 |
2565 | 2024-10-01T01:56:04.664Z | Compiling arrayvec v0.7.4 |
2566 | 2024-10-01T01:56:04.704Z | Compiling constant_time_eq v0.3.0 |
2567 | 2024-10-01T01:56:04.763Z | Compiling libefi-sys v0.1.0 |
2568 | 2024-10-01T01:56:04.851Z | Compiling home v0.5.9 |
2569 | 2024-10-01T01:56:04.874Z | Compiling salty v0.3.0 |
2570 | 2024-10-01T01:56:04.977Z | Compiling untrusted v0.7.1 |
2571 | 2024-10-01T01:56:05.032Z | Compiling toolchain_find v0.4.0 |
2572 | 2024-10-01T01:56:05.069Z | Checking chacha20poly1305 v0.10.1 |
2573 | 2024-10-01T01:56:05.234Z | Compiling camino-tempfile v1.1.1 |
2574 | 2024-10-01T01:56:05.289Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2575 | 2024-10-01T01:56:05.377Z | Compiling bitfield-struct v0.6.1 |
2576 | 2024-10-01T01:56:05.539Z | Compiling topological-sort v0.2.2 |
2577 | 2024-10-01T01:56:05.663Z | Compiling mime_guess v2.0.4 |
2578 | 2024-10-01T01:56:05.755Z | Compiling rustfmt-wrapper v0.2.1 |
2579 | 2024-10-01T01:56:06.210Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2580 | 2024-10-01T01:56:06.228Z | Checking primeorder v0.13.6 |
2581 | 2024-10-01T01:56:06.341Z | Checking env_filter v0.1.2 |
2582 | 2024-10-01T01:56:06.386Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2583 | 2024-10-01T01:56:06.499Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2584 | 2024-10-01T01:56:06.569Z | Checking env_logger v0.11.5 |
2585 | 2024-10-01T01:56:06.676Z | Checking p384 v0.13.0 |
2586 | 2024-10-01T01:56:06.731Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2587 | 2024-10-01T01:56:06.784Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2588 | 2024-10-01T01:56:06.827Z | Checking thiserror-no-std v2.0.2 |
2589 | 2024-10-01T01:56:06.945Z | Checking vsss-rs v3.3.4 |
2590 | 2024-10-01T01:56:06.961Z | Checking gethostname v0.5.0 |
2591 | 2024-10-01T01:56:07.001Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2592 | 2024-10-01T01:56:07.095Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2593 | 2024-10-01T01:56:07.113Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2594 | 2024-10-01T01:56:07.316Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2595 | 2024-10-01T01:56:07.333Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2596 | 2024-10-01T01:56:07.572Z | Checking nanorand v0.7.0 |
2597 | 2024-10-01T01:56:07.655Z | Checking atty v0.2.14 |
2598 | 2024-10-01T01:56:07.746Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2599 | 2024-10-01T01:56:07.781Z | Checking glob v0.3.1 |
2600 | 2024-10-01T01:56:07.799Z | Checking http-range v0.1.5 |
2601 | 2024-10-01T01:56:07.814Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2602 | 2024-10-01T01:56:07.915Z | Checking flume v0.11.0 |
2603 | 2024-10-01T01:56:07.965Z | Checking hyper-staticfile v0.10.1 |
2604 | 2024-10-01T01:56:08.089Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2605 | 2024-10-01T01:56:08.188Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2606 | 2024-10-01T01:56:08.371Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2607 | 2024-10-01T01:56:08.471Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2608 | 2024-10-01T01:56:08.750Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2609 | 2024-10-01T01:56:08.895Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2610 | 2024-10-01T01:56:09.214Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2611 | 2024-10-01T01:56:09.649Z | Compiling omicron-zone-package v0.11.1 |
2612 | 2024-10-01T01:56:09.933Z | Checking display-error-chain v0.2.1 |
2613 | 2024-10-01T01:56:12.449Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2614 | 2024-10-01T01:56:13.242Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2615 | 2024-10-01T01:56:15.002Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2616 | 2024-10-01T01:56:15.005Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2617 | 2024-10-01T01:56:24.845Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2618 | 2024-10-01T01:56:36.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.05s |
2619 | 2024-10-01T01:56:36.969Z | |
2620 | 2024-10-01T01:56:36.969Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/163) |
2621 | 2024-10-01T01:56:37.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-10-01T01:56:37.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-10-01T01:56:37.717Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2624 | 2024-10-01T01:56:49.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.87s |
2625 | 2024-10-01T01:56:50.018Z | |
2626 | 2024-10-01T01:56:50.018Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/163) |
2627 | 2024-10-01T01:56:50.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-10-01T01:56:50.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-10-01T01:56:50.772Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2630 | 2024-10-01T01:57:02.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.69s |
2631 | 2024-10-01T01:57:02.886Z | |
2632 | 2024-10-01T01:57:02.886Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/163) |
2633 | 2024-10-01T01:57:03.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-10-01T01:57:03.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-10-01T01:57:03.638Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2636 | 2024-10-01T01:57:15.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.74s |
2637 | 2024-10-01T01:57:15.814Z | |
2638 | 2024-10-01T01:57:15.814Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/163) |
2639 | 2024-10-01T01:57:16.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-10-01T01:57:16.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-10-01T01:57:16.555Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2642 | 2024-10-01T01:57:28.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.52s |
2643 | 2024-10-01T01:57:28.513Z | |
2644 | 2024-10-01T01:57:28.513Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/163) |
2645 | 2024-10-01T01:57:29.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-10-01T01:57:29.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-10-01T01:57:29.261Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2648 | 2024-10-01T01:57:41.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.81s |
2649 | 2024-10-01T01:57:41.498Z | |
2650 | 2024-10-01T01:57:41.498Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/163) |
2651 | 2024-10-01T01:57:42.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2024-10-01T01:57:42.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2024-10-01T01:57:42.244Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2654 | 2024-10-01T01:57:55.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.60s |
2655 | 2024-10-01T01:57:55.119Z | |
2656 | 2024-10-01T01:57:55.119Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/163) |
2657 | 2024-10-01T01:57:55.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-10-01T01:57:55.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-10-01T01:57:55.119Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2660 | 2024-10-01T01:58:07.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.81s |
2661 | 2024-10-01T01:58:07.284Z | |
2662 | 2024-10-01T01:58:07.284Z | info: running `cargo check --bins` on bootstrap-agent-api (89/163) |
2663 | 2024-10-01T01:58:07.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-10-01T01:58:07.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-10-01T01:58:07.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2024-10-01T01:58:07.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2667 | 2024-10-01T01:58:07.960Z | |
2668 | 2024-10-01T01:58:07.960Z | info: running `cargo check --bins` on sled-agent-types (90/163) |
2669 | 2024-10-01T01:58:08.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-10-01T01:58:08.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-10-01T01:58:08.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-10-01T01:58:08.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2673 | 2024-10-01T01:58:08.624Z | |
2674 | 2024-10-01T01:58:08.624Z | info: running `cargo check --bins` on bootstrap-agent-client (91/163) |
2675 | 2024-10-01T01:58:09.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-10-01T01:58:09.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-10-01T01:58:09.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-10-01T01:58:09.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2679 | 2024-10-01T01:58:09.274Z | |
2680 | 2024-10-01T01:58:09.274Z | info: running `cargo check --bins` on dpd-client (92/163) |
2681 | 2024-10-01T01:58:09.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-10-01T01:58:09.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-10-01T01:58:09.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2024-10-01T01:58:09.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2685 | 2024-10-01T01:58:09.896Z | |
2686 | 2024-10-01T01:58:09.896Z | info: running `cargo check --bins` on installinator-common (93/163) |
2687 | 2024-10-01T01:58:10.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-10-01T01:58:10.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-10-01T01:58:10.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2024-10-01T01:58:10.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2691 | 2024-10-01T01:58:10.557Z | |
2692 | 2024-10-01T01:58:10.557Z | info: running `cargo check --bins` on key-manager (94/163) |
2693 | 2024-10-01T01:58:11.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2024-10-01T01:58:11.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2024-10-01T01:58:11.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2024-10-01T01:58:11.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2697 | 2024-10-01T01:58:11.198Z | |
2698 | 2024-10-01T01:58:11.198Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/163) |
2699 | 2024-10-01T01:58:11.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2024-10-01T01:58:11.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2024-10-01T01:58:11.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2024-10-01T01:58:11.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2703 | 2024-10-01T01:58:11.848Z | |
2704 | 2024-10-01T01:58:11.849Z | info: running `cargo check --bins` on sled-agent-api (96/163) |
2705 | 2024-10-01T01:58:12.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2024-10-01T01:58:12.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2024-10-01T01:58:12.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2024-10-01T01:58:12.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2709 | 2024-10-01T01:58:12.508Z | |
2710 | 2024-10-01T01:58:12.508Z | info: running `cargo check --bins` on sled-hardware (97/163) |
2711 | 2024-10-01T01:58:13.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2024-10-01T01:58:13.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2024-10-01T01:58:13.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2714 | 2024-10-01T01:58:13.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2715 | 2024-10-01T01:58:13.153Z | |
2716 | 2024-10-01T01:58:13.153Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/163) |
2717 | 2024-10-01T01:58:13.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2718 | 2024-10-01T01:58:13.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2719 | 2024-10-01T01:58:13.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2720 | 2024-10-01T01:58:13.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2721 | 2024-10-01T01:58:13.801Z | |
2722 | 2024-10-01T01:58:13.801Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/163) |
2723 | 2024-10-01T01:58:14.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2024-10-01T01:58:14.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2024-10-01T01:58:14.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2726 | 2024-10-01T01:58:14.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2727 | 2024-10-01T01:58:14.449Z | |
2728 | 2024-10-01T01:58:14.449Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/163) |
2729 | 2024-10-01T01:58:15.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2730 | 2024-10-01T01:58:15.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2731 | 2024-10-01T01:58:15.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2732 | 2024-10-01T01:58:15.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2733 | 2024-10-01T01:58:15.121Z | |
2734 | 2024-10-01T01:58:15.121Z | info: running `cargo check --bins` on nexus-test-interface (101/163) |
2735 | 2024-10-01T01:58:15.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2736 | 2024-10-01T01:58:15.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2737 | 2024-10-01T01:58:15.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2738 | 2024-10-01T01:58:15.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2739 | 2024-10-01T01:58:15.793Z | |
2740 | 2024-10-01T01:58:15.793Z | info: running `cargo check --bins` on oximeter-collector (102/163) |
2741 | 2024-10-01T01:58:16.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2742 | 2024-10-01T01:58:16.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2743 | 2024-10-01T01:58:16.483Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2744 | 2024-10-01T01:58:16.483Z | Checking bcs v0.1.6 |
2745 | 2024-10-01T01:58:16.486Z | Compiling async-recursion v1.1.1 |
2746 | 2024-10-01T01:58:16.486Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2747 | 2024-10-01T01:58:16.486Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2748 | 2024-10-01T01:58:17.536Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2749 | 2024-10-01T01:58:20.831Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2750 | 2024-10-01T01:58:22.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.70s |
2751 | 2024-10-01T01:58:22.660Z | |
2752 | 2024-10-01T01:58:22.661Z | info: running `cargo check --bins` on oximeter-api (103/163) |
2753 | 2024-10-01T01:58:23.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2754 | 2024-10-01T01:58:23.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2755 | 2024-10-01T01:58:23.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2756 | 2024-10-01T01:58:23.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2757 | 2024-10-01T01:58:23.302Z | |
2758 | 2024-10-01T01:58:23.302Z | info: running `cargo check --bins` on oximeter-client (104/163) |
2759 | 2024-10-01T01:58:23.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2024-10-01T01:58:23.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2024-10-01T01:58:23.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2762 | 2024-10-01T01:58:23.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2763 | 2024-10-01T01:58:23.952Z | |
2764 | 2024-10-01T01:58:23.952Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/163) |
2765 | 2024-10-01T01:58:24.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2024-10-01T01:58:24.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2024-10-01T01:58:24.604Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2768 | 2024-10-01T01:58:25.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
2769 | 2024-10-01T01:58:25.332Z | |
2770 | 2024-10-01T01:58:25.332Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (106/163) |
2771 | 2024-10-01T01:58:25.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2024-10-01T01:58:25.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2024-10-01T01:58:26.010Z | Compiling cfg_aliases v0.1.1 |
2774 | 2024-10-01T01:58:26.010Z | Compiling vte_generate_state_changes v0.1.1 |
2775 | 2024-10-01T01:58:26.013Z | Checking fd-lock v4.0.2 |
2776 | 2024-10-01T01:58:26.013Z | Checking bytecount v0.6.8 |
2777 | 2024-10-01T01:58:26.114Z | Compiling tabled_derive v0.7.0 |
2778 | 2024-10-01T01:58:26.117Z | Checking crossterm v0.27.0 |
2779 | 2024-10-01T01:58:26.117Z | Compiling peg-macros v0.8.4 |
2780 | 2024-10-01T01:58:26.123Z | Compiling sqlparser_derive v0.2.2 |
2781 | 2024-10-01T01:58:26.180Z | Compiling nix v0.28.0 |
2782 | 2024-10-01T01:58:26.253Z | Checking papergrid v0.11.0 |
2783 | 2024-10-01T01:58:26.273Z | Checking nu-ansi-term v0.50.0 |
2784 | 2024-10-01T01:58:26.673Z | Checking unicode_categories v0.1.1 |
2785 | 2024-10-01T01:58:26.729Z | Checking vte v0.11.1 |
2786 | 2024-10-01T01:58:26.983Z | Checking home v0.5.9 |
2787 | 2024-10-01T01:58:27.130Z | Checking sqlformat v0.2.6 |
2788 | 2024-10-01T01:58:27.304Z | Checking sqlparser v0.45.0 |
2789 | 2024-10-01T01:58:27.670Z | Checking crossterm v0.28.1 |
2790 | 2024-10-01T01:58:28.115Z | Checking strip-ansi-escapes v0.2.0 |
2791 | 2024-10-01T01:58:28.270Z | Checking reedline v0.33.0 |
2792 | 2024-10-01T01:58:28.695Z | Checking tabled v0.15.0 |
2793 | 2024-10-01T01:58:29.288Z | Checking peg v0.8.4 |
2794 | 2024-10-01T01:58:29.384Z | Checking rustyline v14.0.0 |
2795 | 2024-10-01T01:58:34.114Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2796 | 2024-10-01T01:58:39.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s |
2797 | 2024-10-01T01:58:39.798Z | |
2798 | 2024-10-01T01:58:39.798Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/163) |
2799 | 2024-10-01T01:58:40.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-10-01T01:58:40.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-10-01T01:58:40.462Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2802 | 2024-10-01T01:58:46.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s |
2803 | 2024-10-01T01:58:46.297Z | |
2804 | 2024-10-01T01:58:46.297Z | info: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (108/163) |
2805 | 2024-10-01T01:58:46.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-10-01T01:58:46.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-10-01T01:58:46.970Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2808 | 2024-10-01T01:58:51.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s |
2809 | 2024-10-01T01:58:51.457Z | |
2810 | 2024-10-01T01:58:51.457Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (109/163) |
2811 | 2024-10-01T01:58:52.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-10-01T01:58:52.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-10-01T01:58:52.116Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2814 | 2024-10-01T01:58:57.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
2815 | 2024-10-01T01:58:57.252Z | |
2816 | 2024-10-01T01:58:57.252Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (110/163) |
2817 | 2024-10-01T01:58:57.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-10-01T01:58:57.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-10-01T01:58:57.923Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2820 | 2024-10-01T01:59:03.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s |
2821 | 2024-10-01T01:59:03.504Z | |
2822 | 2024-10-01T01:59:03.504Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/163) |
2823 | 2024-10-01T01:59:04.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-10-01T01:59:04.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-10-01T01:59:04.172Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2826 | 2024-10-01T01:59:08.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
2827 | 2024-10-01T01:59:08.451Z | |
2828 | 2024-10-01T01:59:08.451Z | info: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (112/163) |
2829 | 2024-10-01T01:59:09.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-10-01T01:59:09.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-10-01T01:59:09.116Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2832 | 2024-10-01T01:59:13.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s |
2833 | 2024-10-01T01:59:13.865Z | |
2834 | 2024-10-01T01:59:13.865Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (113/163) |
2835 | 2024-10-01T01:59:14.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-10-01T01:59:14.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-10-01T01:59:14.523Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2838 | 2024-10-01T01:59:19.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s |
2839 | 2024-10-01T01:59:19.920Z | |
2840 | 2024-10-01T01:59:19.920Z | info: running `cargo check --bins` on oximeter-test-utils (114/163) |
2841 | 2024-10-01T01:59:20.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-10-01T01:59:20.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-10-01T01:59:20.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2024-10-01T01:59:20.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2845 | 2024-10-01T01:59:20.584Z | |
2846 | 2024-10-01T01:59:20.584Z | info: running `cargo check --bins` on cockroach-admin-client (115/163) |
2847 | 2024-10-01T01:59:21.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-10-01T01:59:21.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-10-01T01:59:21.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2024-10-01T01:59:21.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2851 | 2024-10-01T01:59:21.196Z | |
2852 | 2024-10-01T01:59:21.196Z | info: running `cargo check --bins` on installinator-client (116/163) |
2853 | 2024-10-01T01:59:21.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-10-01T01:59:21.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-10-01T01:59:21.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2024-10-01T01:59:21.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2857 | 2024-10-01T01:59:21.839Z | |
2858 | 2024-10-01T01:59:21.839Z | info: running `cargo check --bins` on oxide-client (117/163) |
2859 | 2024-10-01T01:59:22.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-10-01T01:59:22.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-10-01T01:59:22.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-10-01T01:59:22.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2863 | 2024-10-01T01:59:22.452Z | |
2864 | 2024-10-01T01:59:22.452Z | info: running `cargo check --bins` on wicketd-client (118/163) |
2865 | 2024-10-01T01:59:23.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-10-01T01:59:23.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-10-01T01:59:23.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2024-10-01T01:59:23.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2869 | 2024-10-01T01:59:23.129Z | |
2870 | 2024-10-01T01:59:23.129Z | info: running `cargo check --bins` on wicket-common (119/163) |
2871 | 2024-10-01T01:59:23.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-10-01T01:59:23.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-10-01T01:59:23.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2024-10-01T01:59:23.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2875 | 2024-10-01T01:59:23.797Z | |
2876 | 2024-10-01T01:59:23.798Z | info: running `cargo check --bins` on omicron-cockroach-admin (120/163) |
2877 | 2024-10-01T01:59:24.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-10-01T01:59:24.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-10-01T01:59:24.460Z | Checking csv-core v0.1.11 |
2880 | 2024-10-01T01:59:24.463Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2881 | 2024-10-01T01:59:24.758Z | Checking csv v1.3.0 |
2882 | 2024-10-01T01:59:25.269Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2883 | 2024-10-01T01:59:25.601Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2884 | 2024-10-01T01:59:26.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
2885 | 2024-10-01T01:59:26.942Z | |
2886 | 2024-10-01T01:59:26.942Z | info: running `cargo check --bins` on cockroach-admin-api (121/163) |
2887 | 2024-10-01T01:59:27.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2024-10-01T01:59:27.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2024-10-01T01:59:27.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2890 | 2024-10-01T01:59:27.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2891 | 2024-10-01T01:59:27.584Z | |
2892 | 2024-10-01T01:59:27.584Z | info: running `cargo check --bins` on cockroach-admin-types (122/163) |
2893 | 2024-10-01T01:59:28.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2894 | 2024-10-01T01:59:28.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2895 | 2024-10-01T01:59:28.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2896 | 2024-10-01T01:59:28.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2897 | 2024-10-01T01:59:28.220Z | |
2898 | 2024-10-01T01:59:28.220Z | info: running `cargo check --bins` on cert-dev (123/163) |
2899 | 2024-10-01T01:59:28.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2900 | 2024-10-01T01:59:28.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2901 | 2024-10-01T01:59:28.825Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2902 | 2024-10-01T01:59:29.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2903 | 2024-10-01T01:59:29.219Z | |
2904 | 2024-10-01T01:59:29.219Z | info: running `cargo check --bins` on ch-dev (124/163) |
2905 | 2024-10-01T01:59:29.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2906 | 2024-10-01T01:59:29.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2907 | 2024-10-01T01:59:29.883Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2908 | 2024-10-01T01:59:30.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
2909 | 2024-10-01T01:59:30.732Z | |
2910 | 2024-10-01T01:59:30.732Z | info: running `cargo check --bins` on crdb-seed (125/163) |
2911 | 2024-10-01T01:59:31.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2912 | 2024-10-01T01:59:31.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2913 | 2024-10-01T01:59:31.386Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2914 | 2024-10-01T01:59:31.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
2915 | 2024-10-01T01:59:31.872Z | |
2916 | 2024-10-01T01:59:31.872Z | info: running `cargo check --bins` on db-dev (126/163) |
2917 | 2024-10-01T01:59:32.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2918 | 2024-10-01T01:59:32.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2919 | 2024-10-01T01:59:32.542Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2920 | 2024-10-01T01:59:33.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
2921 | 2024-10-01T01:59:33.398Z | |
2922 | 2024-10-01T01:59:33.398Z | info: running `cargo check --bins` on omicron-dev-lib (127/163) |
2923 | 2024-10-01T01:59:33.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2924 | 2024-10-01T01:59:33.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2925 | 2024-10-01T01:59:33.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2926 | 2024-10-01T01:59:33.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2927 | 2024-10-01T01:59:34.058Z | |
2928 | 2024-10-01T01:59:34.058Z | info: running `cargo check --bins` on xtask-downloader (128/163) |
2929 | 2024-10-01T01:59:34.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2930 | 2024-10-01T01:59:34.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2931 | 2024-10-01T01:59:34.674Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2932 | 2024-10-01T01:59:35.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
2933 | 2024-10-01T01:59:35.638Z | |
2934 | 2024-10-01T01:59:35.638Z | info: running `cargo check --bins` on omicron-ls-apis (129/163) |
2935 | 2024-10-01T01:59:36.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2936 | 2024-10-01T01:59:36.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2937 | 2024-10-01T01:59:36.261Z | Checking cargo-platform v0.1.8 |
2938 | 2024-10-01T01:59:36.517Z | Checking cargo_metadata v0.18.1 |
2939 | 2024-10-01T01:59:37.480Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2940 | 2024-10-01T01:59:38.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
2941 | 2024-10-01T01:59:38.353Z | |
2942 | 2024-10-01T01:59:38.353Z | info: running `cargo check --bins` on mgs-dev (130/163) |
2943 | 2024-10-01T01:59:38.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2944 | 2024-10-01T01:59:38.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2945 | 2024-10-01T01:59:39.080Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2946 | 2024-10-01T01:59:39.727Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2947 | 2024-10-01T01:59:40.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
2948 | 2024-10-01T01:59:40.401Z | |
2949 | 2024-10-01T01:59:40.401Z | info: running `cargo check --bins` on omicron-omdb (131/163) |
2950 | 2024-10-01T01:59:41.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2951 | 2024-10-01T01:59:41.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2952 | 2024-10-01T01:59:41.195Z | Compiling glob v0.3.1 |
2953 | 2024-10-01T01:59:41.195Z | Compiling crunchy v0.2.2 |
2954 | 2024-10-01T01:59:41.198Z | Compiling tiny-keccak v2.0.2 |
2955 | 2024-10-01T01:59:41.198Z | Compiling dsl_auto_type v0.1.2 |
2956 | 2024-10-01T01:59:41.198Z | Checking scheduled-thread-pool v0.2.7 |
2957 | 2024-10-01T01:59:41.300Z | Compiling diesel_table_macro_syntax v0.2.0 |
2958 | 2024-10-01T01:59:41.344Z | Compiling ascii-canvas v3.0.0 |
2959 | 2024-10-01T01:59:41.346Z | Compiling ena v0.14.3 |
2960 | 2024-10-01T01:59:41.508Z | Checking r2d2 v0.8.10 |
2961 | 2024-10-01T01:59:41.643Z | Compiling libloading v0.8.3 |
2962 | 2024-10-01T01:59:41.771Z | Compiling bindgen v0.69.4 |
2963 | 2024-10-01T01:59:41.788Z | Compiling diff v0.1.13 |
2964 | 2024-10-01T01:59:41.808Z | Compiling regex-syntax v0.6.29 |
2965 | 2024-10-01T01:59:41.906Z | Compiling which v4.4.2 |
2966 | 2024-10-01T01:59:42.051Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2967 | 2024-10-01T01:59:42.230Z | Compiling clang-sys v1.7.0 |
2968 | 2024-10-01T01:59:42.282Z | Compiling cexpr v0.6.0 |
2969 | 2024-10-01T01:59:42.506Z | Compiling shlex v1.3.0 |
2970 | 2024-10-01T01:59:42.524Z | Compiling lazycell v1.3.0 |
2971 | 2024-10-01T01:59:42.558Z | Compiling ref-cast v1.0.23 |
2972 | 2024-10-01T01:59:42.677Z | Compiling rustc-hash v1.1.0 |
2973 | 2024-10-01T01:59:42.695Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2974 | 2024-10-01T01:59:42.838Z | Compiling derive_builder_core v0.20.0 |
2975 | 2024-10-01T01:59:42.899Z | Compiling diesel_derives v2.2.2 |
2976 | 2024-10-01T01:59:42.920Z | Compiling libxml v0.3.3 |
2977 | 2024-10-01T01:59:42.978Z | Compiling ref-cast-impl v1.0.23 |
2978 | 2024-10-01T01:59:43.155Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2979 | 2024-10-01T01:59:43.356Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2980 | 2024-10-01T01:59:43.665Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2981 | 2024-10-01T01:59:43.968Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2982 | 2024-10-01T01:59:44.089Z | Compiling strum_macros v0.24.3 |
2983 | 2024-10-01T01:59:44.322Z | Compiling dropshot v0.10.1 |
2984 | 2024-10-01T01:59:44.374Z | Compiling indoc v1.0.9 |
2985 | 2024-10-01T01:59:45.283Z | Compiling lalrpop v0.19.12 |
2986 | 2024-10-01T01:59:45.397Z | Compiling derive_builder_macro v0.20.0 |
2987 | 2024-10-01T01:59:46.297Z | Checking derive_builder v0.20.0 |
2988 | 2024-10-01T01:59:46.440Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2989 | 2024-10-01T01:59:46.741Z | Compiling dropshot_endpoint v0.10.1 |
2990 | 2024-10-01T01:59:46.868Z | Compiling oso-derive v0.27.3 |
2991 | 2024-10-01T01:59:47.621Z | Compiling impl-trait-for-tuples v0.2.2 |
2992 | 2024-10-01T01:59:47.691Z | Checking quick-xml v0.33.0 |
2993 | 2024-10-01T01:59:47.983Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2994 | 2024-10-01T01:59:48.317Z | Checking maplit v1.0.2 |
2995 | 2024-10-01T01:59:48.568Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2996 | 2024-10-01T01:59:49.847Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2997 | 2024-10-01T01:59:50.161Z | Checking bb8 v0.8.5 |
2998 | 2024-10-01T01:59:50.312Z | Compiling const_format_proc_macros v0.2.33 |
2999 | 2024-10-01T01:59:50.694Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3000 | 2024-10-01T01:59:51.014Z | Checking castaway v0.2.3 |
3001 | 2024-10-01T01:59:51.192Z | Checking compact_str v0.8.0 |
3002 | 2024-10-01T01:59:52.138Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3003 | 2024-10-01T01:59:52.448Z | Checking unicode-truncate v1.0.0 |
3004 | 2024-10-01T01:59:52.500Z | Checking const_format v0.2.33 |
3005 | 2024-10-01T01:59:52.665Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
3006 | 2024-10-01T01:59:52.684Z | Checking lru v0.12.3 |
3007 | 2024-10-01T01:59:52.973Z | Compiling instability v0.3.2 |
3008 | 2024-10-01T01:59:53.007Z | Checking cassowary v0.3.0 |
3009 | 2024-10-01T01:59:53.431Z | Checking is_ci v1.2.0 |
3010 | 2024-10-01T01:59:53.597Z | Checking unicode-linebreak v0.1.5 |
3011 | 2024-10-01T01:59:54.035Z | Checking smawk v0.3.2 |
3012 | 2024-10-01T01:59:54.125Z | Checking ratatui v0.28.0 |
3013 | 2024-10-01T01:59:54.248Z | Checking textwrap v0.16.1 |
3014 | 2024-10-01T01:59:54.709Z | Checking supports-color v3.0.1 |
3015 | 2024-10-01T01:59:54.866Z | Checking multimap v0.10.0 |
3016 | 2024-10-01T01:59:55.737Z | Checking diesel v2.2.4 |
3017 | 2024-10-01T02:00:15.073Z | Compiling samael v0.0.17 |
3018 | 2024-10-01T02:00:30.245Z | Compiling polar-core v0.27.3 |
3019 | 2024-10-01T02:00:31.030Z | Checking async-bb8-diesel v0.2.1 |
3020 | 2024-10-01T02:00:37.246Z | Checking oso v0.27.3 |
3021 | 2024-10-01T02:01:38.644Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3022 | 2024-10-01T02:01:44.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
3023 | 2024-10-01T02:01:44.417Z | |
3024 | 2024-10-01T02:01:44.417Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (132/163) |
3025 | 2024-10-01T02:01:45.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2024-10-01T02:01:45.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2024-10-01T02:01:45.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2024-10-01T02:01:45.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3029 | 2024-10-01T02:01:45.126Z | |
3030 | 2024-10-01T02:01:45.126Z | info: running `cargo check --bins` on nexus-saga-recovery (133/163) |
3031 | 2024-10-01T02:01:45.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2024-10-01T02:01:45.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2024-10-01T02:01:45.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2024-10-01T02:01:45.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3035 | 2024-10-01T02:01:45.829Z | |
3036 | 2024-10-01T02:01:45.829Z | info: running `cargo check --bins` on nexus-test-utils-macros (134/163) |
3037 | 2024-10-01T02:01:46.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2024-10-01T02:01:46.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2024-10-01T02:01:46.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2024-10-01T02:01:46.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3041 | 2024-10-01T02:01:46.442Z | |
3042 | 2024-10-01T02:01:46.442Z | info: running `cargo check --bins` on omicron-nexus (135/163) |
3043 | 2024-10-01T02:01:47.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2024-10-01T02:01:47.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2024-10-01T02:01:47.265Z | Compiling libz-sys v1.1.16 |
3046 | 2024-10-01T02:01:47.371Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3047 | 2024-10-01T02:01:47.381Z | Compiling vergen v8.3.2 |
3048 | 2024-10-01T02:01:47.384Z | Compiling cargo-platform v0.1.8 |
3049 | 2024-10-01T02:01:47.384Z | Compiling pin-project-internal v1.1.5 |
3050 | 2024-10-01T02:01:47.414Z | Compiling snafu-derive v0.8.2 |
3051 | 2024-10-01T02:01:47.417Z | Compiling libsqlite3-sys v0.30.1 |
3052 | 2024-10-01T02:01:47.417Z | Checking sync_wrapper v0.1.2 |
3053 | 2024-10-01T02:01:47.561Z | Compiling buf-list v1.0.3 |
3054 | 2024-10-01T02:01:47.661Z | Compiling rustls v0.21.12 |
3055 | 2024-10-01T02:01:47.916Z | Compiling cargo_metadata v0.18.1 |
3056 | 2024-10-01T02:01:47.957Z | Compiling cfg_aliases v0.2.1 |
3057 | 2024-10-01T02:01:48.044Z | Checking reqwest v0.11.27 |
3058 | 2024-10-01T02:01:48.063Z | Compiling nix v0.29.0 |
3059 | 2024-10-01T02:01:48.250Z | Checking globset v0.4.14 |
3060 | 2024-10-01T02:01:48.298Z | Checking sct v0.7.1 |
3061 | 2024-10-01T02:01:48.523Z | Checking rustls-webpki v0.101.7 |
3062 | 2024-10-01T02:01:48.751Z | Checking olpc-cjson v0.1.3 |
3063 | 2024-10-01T02:01:48.965Z | Checking rand_seeder v0.3.0 |
3064 | 2024-10-01T02:01:49.018Z | Checking serde_plain v1.0.2 |
3065 | 2024-10-01T02:01:49.035Z | Checking typed-path v0.7.1 |
3066 | 2024-10-01T02:01:49.205Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3067 | 2024-10-01T02:01:49.593Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3068 | 2024-10-01T02:01:49.799Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3069 | 2024-10-01T02:01:49.884Z | Checking hashlink v0.9.1 |
3070 | 2024-10-01T02:01:50.098Z | Checking parse-size v1.0.0 |
3071 | 2024-10-01T02:01:50.280Z | Checking fallible-streaming-iterator v0.1.9 |
3072 | 2024-10-01T02:01:50.459Z | Checking pin-project v1.1.5 |
3073 | 2024-10-01T02:01:50.477Z | Checking fallible-iterator v0.3.0 |
3074 | 2024-10-01T02:01:50.560Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3075 | 2024-10-01T02:01:50.852Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3076 | 2024-10-01T02:01:51.058Z | Checking rustls-pemfile v1.0.4 |
3077 | 2024-10-01T02:01:51.106Z | Checking rusqlite v0.32.1 |
3078 | 2024-10-01T02:01:51.263Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3079 | 2024-10-01T02:01:51.429Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3080 | 2024-10-01T02:01:51.500Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3081 | 2024-10-01T02:01:51.549Z | Checking twox-hash v1.6.3 |
3082 | 2024-10-01T02:01:51.632Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3083 | 2024-10-01T02:01:51.960Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3084 | 2024-10-01T02:01:52.397Z | Checking tokio-rustls v0.24.1 |
3085 | 2024-10-01T02:01:52.619Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3086 | 2024-10-01T02:01:52.716Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3087 | 2024-10-01T02:01:52.769Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3088 | 2024-10-01T02:01:52.883Z | Checking snafu v0.8.2 |
3089 | 2024-10-01T02:01:53.123Z | Checking fatfs v0.3.6 |
3090 | 2024-10-01T02:01:53.348Z | Checking tough v0.17.1 |
3091 | 2024-10-01T02:01:53.367Z | Checking assert_matches v1.5.0 |
3092 | 2024-10-01T02:01:57.374Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3093 | 2024-10-01T02:01:58.705Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3094 | 2024-10-01T02:01:59.749Z | Compiling git2 v0.19.0 |
3095 | 2024-10-01T02:02:04.468Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3096 | 2024-10-01T02:02:56.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
3097 | 2024-10-01T02:02:56.314Z | |
3098 | 2024-10-01T02:02:56.314Z | info: running `cargo check --bins` on nexus-external-api (136/163) |
3099 | 2024-10-01T02:02:56.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2024-10-01T02:02:56.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2024-10-01T02:02:56.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3102 | 2024-10-01T02:02:56.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3103 | 2024-10-01T02:02:57.009Z | |
3104 | 2024-10-01T02:02:57.009Z | info: running `cargo check --bins` on openapi-manager-types (137/163) |
3105 | 2024-10-01T02:02:57.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2024-10-01T02:02:57.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2024-10-01T02:02:57.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3108 | 2024-10-01T02:02:57.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3109 | 2024-10-01T02:02:57.635Z | |
3110 | 2024-10-01T02:02:57.635Z | info: running `cargo check --bins` on nexus-internal-api (138/163) |
3111 | 2024-10-01T02:02:58.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2024-10-01T02:02:58.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2024-10-01T02:02:58.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3114 | 2024-10-01T02:02:58.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3115 | 2024-10-01T02:02:58.313Z | |
3116 | 2024-10-01T02:02:58.313Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (139/163) |
3117 | 2024-10-01T02:02:58.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2024-10-01T02:02:58.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2024-10-01T02:02:58.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3120 | 2024-10-01T02:02:58.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3121 | 2024-10-01T02:02:59.015Z | |
3122 | 2024-10-01T02:02:59.015Z | info: running `cargo check --bins` on nexus-networking (140/163) |
3123 | 2024-10-01T02:02:59.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3124 | 2024-10-01T02:02:59.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3125 | 2024-10-01T02:02:59.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3126 | 2024-10-01T02:02:59.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3127 | 2024-10-01T02:02:59.716Z | |
3128 | 2024-10-01T02:02:59.716Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (141/163) |
3129 | 2024-10-01T02:03:00.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3130 | 2024-10-01T02:03:00.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3131 | 2024-10-01T02:03:00.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3132 | 2024-10-01T02:03:00.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3133 | 2024-10-01T02:03:00.422Z | |
3134 | 2024-10-01T02:03:00.422Z | info: running `cargo check --bins` on update-common (142/163) |
3135 | 2024-10-01T02:03:01.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3136 | 2024-10-01T02:03:01.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3137 | 2024-10-01T02:03:01.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3138 | 2024-10-01T02:03:01.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3139 | 2024-10-01T02:03:01.087Z | |
3140 | 2024-10-01T02:03:01.087Z | info: running `cargo check --bins` on tufaceous-lib (143/163) |
3141 | 2024-10-01T02:03:01.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2024-10-01T02:03:01.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2024-10-01T02:03:01.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3144 | 2024-10-01T02:03:01.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3145 | 2024-10-01T02:03:01.752Z | |
3146 | 2024-10-01T02:03:01.752Z | info: running `cargo check --bins` on tufaceous (144/163) |
3147 | 2024-10-01T02:03:02.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3148 | 2024-10-01T02:03:02.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3149 | 2024-10-01T02:03:02.434Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3150 | 2024-10-01T02:03:03.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
3151 | 2024-10-01T02:03:03.501Z | |
3152 | 2024-10-01T02:03:03.501Z | info: running `cargo check --bins` on omicron-dev (145/163) |
3153 | 2024-10-01T02:03:04.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3154 | 2024-10-01T02:03:04.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3155 | 2024-10-01T02:03:04.357Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3156 | 2024-10-01T02:03:04.357Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3157 | 2024-10-01T02:03:04.360Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3158 | 2024-10-01T02:03:05.729Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3159 | 2024-10-01T02:03:08.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
3160 | 2024-10-01T02:03:08.385Z | |
3161 | 2024-10-01T02:03:08.385Z | info: running `cargo check --bins` on openapi-manager (146/163) |
3162 | 2024-10-01T02:03:08.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3163 | 2024-10-01T02:03:08.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3164 | 2024-10-01T02:03:09.092Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3165 | 2024-10-01T02:03:09.092Z | Checking heck v0.4.1 |
3166 | 2024-10-01T02:03:09.095Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3167 | 2024-10-01T02:03:09.315Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3168 | 2024-10-01T02:03:10.693Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3169 | 2024-10-01T02:03:11.489Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3170 | 2024-10-01T02:03:12.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
3171 | 2024-10-01T02:03:12.661Z | |
3172 | 2024-10-01T02:03:12.661Z | info: running `cargo check --bins` on installinator-api (147/163) |
3173 | 2024-10-01T02:03:13.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2024-10-01T02:03:13.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2024-10-01T02:03:13.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3176 | 2024-10-01T02:03:13.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3177 | 2024-10-01T02:03:13.324Z | |
3178 | 2024-10-01T02:03:13.324Z | info: running `cargo check --bins` on wicketd-api (148/163) |
3179 | 2024-10-01T02:03:13.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3180 | 2024-10-01T02:03:13.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3181 | 2024-10-01T02:03:13.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3182 | 2024-10-01T02:03:13.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3183 | 2024-10-01T02:03:14.005Z | |
3184 | 2024-10-01T02:03:14.005Z | info: running `cargo check --bins` on reconfigurator-cli (149/163) |
3185 | 2024-10-01T02:03:14.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3186 | 2024-10-01T02:03:14.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3187 | 2024-10-01T02:03:14.741Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3188 | 2024-10-01T02:03:15.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3189 | 2024-10-01T02:03:16.150Z | |
3190 | 2024-10-01T02:03:16.150Z | info: running `cargo check --bins` on omicron-releng (150/163) |
3191 | 2024-10-01T02:03:16.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3192 | 2024-10-01T02:03:16.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3193 | 2024-10-01T02:03:16.841Z | Checking memmap2 v0.9.4 |
3194 | 2024-10-01T02:03:16.841Z | Checking arrayvec v0.7.4 |
3195 | 2024-10-01T02:03:16.841Z | Checking spin v0.5.2 |
3196 | 2024-10-01T02:03:16.844Z | Checking arrayref v0.3.7 |
3197 | 2024-10-01T02:03:16.844Z | Checking untrusted v0.7.1 |
3198 | 2024-10-01T02:03:16.844Z | Checking constant_time_eq v0.3.0 |
3199 | 2024-10-01T02:03:16.844Z | Checking topological-sort v0.2.2 |
3200 | 2024-10-01T02:03:16.947Z | Checking shell-words v1.1.0 |
3201 | 2024-10-01T02:03:17.138Z | Checking ring v0.16.20 |
3202 | 2024-10-01T02:03:17.238Z | Checking blake3 v1.5.1 |
3203 | 2024-10-01T02:03:18.240Z | Checking omicron-zone-package v0.11.1 |
3204 | 2024-10-01T02:03:19.328Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3205 | 2024-10-01T02:03:20.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
3206 | 2024-10-01T02:03:20.357Z | |
3207 | 2024-10-01T02:03:20.357Z | info: running `cargo check --bins` on xtask (151/163) |
3208 | 2024-10-01T02:03:20.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3209 | 2024-10-01T02:03:20.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3210 | 2024-10-01T02:03:20.828Z | Checking bitflags v2.6.0 |
3211 | 2024-10-01T02:03:20.831Z | Checking serde v1.0.210 |
3212 | 2024-10-01T02:03:20.831Z | Checking thiserror v1.0.64 |
3213 | 2024-10-01T02:03:20.912Z | Checking scroll v0.12.0 |
3214 | 2024-10-01T02:03:20.915Z | Checking hashbrown v0.14.5 |
3215 | 2024-10-01T02:03:20.915Z | Checking log v0.4.22 |
3216 | 2024-10-01T02:03:20.939Z | Checking zerocopy v0.7.34 |
3217 | 2024-10-01T02:03:20.954Z | Checking syn v2.0.79 |
3218 | 2024-10-01T02:03:21.009Z | Checking pest v2.7.10 |
3219 | 2024-10-01T02:03:21.139Z | Checking rustix v0.38.34 |
3220 | 2024-10-01T02:03:21.173Z | Checking fs-err v2.11.0 |
3221 | 2024-10-01T02:03:21.353Z | Checking goblin v0.8.2 |
3222 | 2024-10-01T02:03:21.466Z | Checking anyhow v1.0.89 |
3223 | 2024-10-01T02:03:21.821Z | Checking tabled v0.15.0 |
3224 | 2024-10-01T02:03:22.101Z | Checking indexmap v2.5.0 |
3225 | 2024-10-01T02:03:23.080Z | Checking terminal_size v0.3.0 |
3226 | 2024-10-01T02:03:23.083Z | Checking tempfile v3.10.1 |
3227 | 2024-10-01T02:03:23.198Z | Checking dtrace-parser v0.2.0 |
3228 | 2024-10-01T02:03:23.249Z | Checking clap_builder v4.5.18 |
3229 | 2024-10-01T02:03:25.276Z | Checking clap v4.5.18 |
3230 | 2024-10-01T02:03:25.441Z | Checking serde_json v1.0.128 |
3231 | 2024-10-01T02:03:25.441Z | Checking serde_spanned v0.6.7 |
3232 | 2024-10-01T02:03:25.444Z | Checking toml_datetime v0.6.8 |
3233 | 2024-10-01T02:03:25.444Z | Checking camino v1.1.9 |
3234 | 2024-10-01T02:03:25.444Z | Checking cargo-platform v0.1.8 |
3235 | 2024-10-01T02:03:25.444Z | Checking semver v1.0.23 |
3236 | 2024-10-01T02:03:25.444Z | Checking macaddr v1.0.1 |
3237 | 2024-10-01T02:03:25.679Z | Checking toml_edit v0.22.22 |
3238 | 2024-10-01T02:03:25.922Z | Checking camino-tempfile v1.1.1 |
3239 | 2024-10-01T02:03:26.510Z | Checking dof v0.3.0 |
3240 | 2024-10-01T02:03:26.510Z | Checking cargo_metadata v0.18.1 |
3241 | 2024-10-01T02:03:26.909Z | Checking usdt-impl v0.5.0 |
3242 | 2024-10-01T02:03:27.267Z | Checking usdt v0.5.0 |
3243 | 2024-10-01T02:03:27.364Z | Checking toml v0.8.19 |
3244 | 2024-10-01T02:03:27.830Z | Checking cargo_toml v0.20.5 |
3245 | 2024-10-01T02:03:29.061Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3246 | 2024-10-01T02:03:29.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.30s |
3247 | 2024-10-01T02:03:29.758Z | |
3248 | 2024-10-01T02:03:29.758Z | info: running `cargo check --bins` on end-to-end-tests (152/163) |
3249 | 2024-10-01T02:03:30.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3250 | 2024-10-01T02:03:30.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3251 | 2024-10-01T02:03:30.559Z | Checking polyval v0.6.2 |
3252 | 2024-10-01T02:03:30.662Z | Checking ctr v0.9.2 |
3253 | 2024-10-01T02:03:30.672Z | Checking ssh-encoding v0.2.0 |
3254 | 2024-10-01T02:03:30.675Z | Checking blowfish v0.9.1 |
3255 | 2024-10-01T02:03:30.692Z | Checking password-hash v0.4.2 |
3256 | 2024-10-01T02:03:30.694Z | Checking matches v0.1.10 |
3257 | 2024-10-01T02:03:30.722Z | Checking p521 v0.13.3 |
3258 | 2024-10-01T02:03:30.722Z | Checking p256 v0.13.2 |
3259 | 2024-10-01T02:03:30.796Z | Checking idna v0.2.3 |
3260 | 2024-10-01T02:03:30.889Z | Checking ghash v0.5.1 |
3261 | 2024-10-01T02:03:30.906Z | Checking bcrypt-pbkdf v0.10.0 |
3262 | 2024-10-01T02:03:30.909Z | Compiling enum-as-inner v0.5.1 |
3263 | 2024-10-01T02:03:30.962Z | Checking russh-cryptovec v0.7.2 |
3264 | 2024-10-01T02:03:31.042Z | Checking aes-gcm v0.10.3 |
3265 | 2024-10-01T02:03:31.085Z | Checking pbkdf2 v0.11.0 |
3266 | 2024-10-01T02:03:31.142Z | Checking md5 v0.7.0 |
3267 | 2024-10-01T02:03:31.179Z | Checking num-bigint v0.4.5 |
3268 | 2024-10-01T02:03:31.196Z | Checking des v0.8.1 |
3269 | 2024-10-01T02:03:31.269Z | Checking ssh-cipher v0.2.0 |
3270 | 2024-10-01T02:03:31.350Z | Checking hex-literal v0.4.1 |
3271 | 2024-10-01T02:03:31.413Z | Compiling dhcproto-macros v0.1.0 |
3272 | 2024-10-01T02:03:31.469Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3273 | 2024-10-01T02:03:31.486Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3274 | 2024-10-01T02:03:31.545Z | Checking ssh-key v0.6.6 |
3275 | 2024-10-01T02:03:31.676Z | Checking internet-checksum v0.2.1 |
3276 | 2024-10-01T02:03:31.945Z | Checking trust-dns-proto v0.22.0 |
3277 | 2024-10-01T02:03:32.819Z | Checking russh-keys v0.45.0 |
3278 | 2024-10-01T02:03:33.755Z | Checking russh v0.45.0 |
3279 | 2024-10-01T02:03:34.469Z | Checking dhcproto v0.12.0 |
3280 | 2024-10-01T02:03:50.340Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3281 | 2024-10-01T02:03:51.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.85s |
3282 | 2024-10-01T02:03:51.801Z | |
3283 | 2024-10-01T02:03:51.801Z | info: running `cargo check --bins` on gateway-cli (153/163) |
3284 | 2024-10-01T02:03:52.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3285 | 2024-10-01T02:03:52.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3286 | 2024-10-01T02:03:52.449Z | Checking termios v0.3.3 |
3287 | 2024-10-01T02:03:52.656Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3288 | 2024-10-01T02:03:53.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
3289 | 2024-10-01T02:03:53.566Z | |
3290 | 2024-10-01T02:03:53.566Z | info: running `cargo check --bins --no-default-features` on installinator (154/163) |
3291 | 2024-10-01T02:03:54.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2024-10-01T02:03:54.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2024-10-01T02:03:54.257Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3294 | 2024-10-01T02:03:56.231Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3295 | 2024-10-01T02:03:57.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
3296 | 2024-10-01T02:03:58.163Z | |
3297 | 2024-10-01T02:03:58.163Z | info: running `cargo check --bins` on internal-dns-cli (155/163) |
3298 | 2024-10-01T02:03:58.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3299 | 2024-10-01T02:03:58.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3300 | 2024-10-01T02:03:58.812Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3301 | 2024-10-01T02:03:59.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3302 | 2024-10-01T02:03:59.397Z | |
3303 | 2024-10-01T02:03:59.397Z | info: running `cargo check --bins` on omicron-live-tests (156/163) |
3304 | 2024-10-01T02:03:59.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3305 | 2024-10-01T02:03:59.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3306 | 2024-10-01T02:03:59.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3307 | 2024-10-01T02:03:59.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3308 | 2024-10-01T02:04:00.010Z | |
3309 | 2024-10-01T02:04:00.010Z | info: running `cargo check --bins` on live-tests-macros (157/163) |
3310 | 2024-10-01T02:04:00.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3311 | 2024-10-01T02:04:00.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3312 | 2024-10-01T02:04:00.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3313 | 2024-10-01T02:04:00.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3314 | 2024-10-01T02:04:00.628Z | |
3315 | 2024-10-01T02:04:00.628Z | info: running `cargo check --bins` on omicron-package (158/163) |
3316 | 2024-10-01T02:04:01.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3317 | 2024-10-01T02:04:01.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3318 | 2024-10-01T02:04:01.303Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3319 | 2024-10-01T02:04:02.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
3320 | 2024-10-01T02:04:02.678Z | |
3321 | 2024-10-01T02:04:02.678Z | info: running `cargo check --bins` on wicket-dbg (159/163) |
3322 | 2024-10-01T02:04:03.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3323 | 2024-10-01T02:04:03.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3324 | 2024-10-01T02:04:03.399Z | Checking rtoolbox v0.0.2 |
3325 | 2024-10-01T02:04:03.399Z | Checking tui-tree-widget v0.22.0 |
3326 | 2024-10-01T02:04:03.401Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3327 | 2024-10-01T02:04:03.609Z | Checking rpassword v7.3.1 |
3328 | 2024-10-01T02:04:07.565Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3329 | 2024-10-01T02:04:10.542Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3330 | 2024-10-01T02:04:11.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s |
3331 | 2024-10-01T02:04:11.860Z | |
3332 | 2024-10-01T02:04:11.860Z | info: running `cargo check --bins` on wicket (160/163) |
3333 | 2024-10-01T02:04:12.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2024-10-01T02:04:12.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2024-10-01T02:04:12.567Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3336 | 2024-10-01T02:04:12.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3337 | 2024-10-01T02:04:13.125Z | |
3338 | 2024-10-01T02:04:13.125Z | info: running `cargo check --bins` on wicketd (161/163) |
3339 | 2024-10-01T02:04:13.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2024-10-01T02:04:13.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2024-10-01T02:04:13.848Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3342 | 2024-10-01T02:04:17.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
3343 | 2024-10-01T02:04:17.891Z | |
3344 | 2024-10-01T02:04:17.891Z | info: running `cargo check --bins` on omicron-workspace-hack (162/163) |
3345 | 2024-10-01T02:04:18.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2024-10-01T02:04:18.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2024-10-01T02:04:18.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3348 | 2024-10-01T02:04:18.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3349 | 2024-10-01T02:04:18.499Z | |
3350 | 2024-10-01T02:04:18.499Z | info: running `cargo check --bins` on zone-setup (163/163) |
3351 | 2024-10-01T02:04:19.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2024-10-01T02:04:19.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2024-10-01T02:04:19.235Z | Checking uzers v0.11.3 |
3354 | 2024-10-01T02:04:19.534Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3355 | 2024-10-01T02:04:20.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
3356 | 2024-10-01T02:04:20.745Z | |
3357 | 2024-10-01T02:04:20.745Z | real 11:25.989544765 |
3358 | 2024-10-01T02:04:20.749Z | user 23:57.663667083 |
3359 | 2024-10-01T02:04:20.749Z | sys 5:10.869790661 |
3360 | 2024-10-01T02:04:20.749Z | trap 0.508889102 |
3361 | 2024-10-01T02:04:20.749Z | tflt 3.146741787 |
3362 | 2024-10-01T02:04:20.749Z | dflt 2.280176717 |
3363 | 2024-10-01T02:04:20.749Z | kflt 0.002173424 |
3364 | 2024-10-01T02:04:20.749Z | lock 42:59.230831506 |
3365 | 2024-10-01T02:04:20.749Z | slp 1:58:10.530243763 |
3366 | 2024-10-01T02:04:20.749Z | lat 1:00.635812091 |
3367 | 2024-10-01T02:04:20.749Z | stop 3:01.927581296 |
3368 | 2024-10-01T02:04:20.749Z | process exited: duration 934245 ms, exit code 0 |
|
3369 | 2024-10-01T02:04:20.755Z | found 0 output files |