|
|
|
1 | 2024-08-29T01:14:32.059Z | job assigned to worker 01J6DV49SFEG950VXG0BZ84T15 (queued for 47 s) |
|
2 | 2024-08-29T01:14:39.494Z | starting task 0: "setup" |
3 | 2024-08-29T01:14:39.504Z | ++ uname -s |
4 | 2024-08-29T01:14:39.507Z | + kern=SunOS |
5 | 2024-08-29T01:14:39.507Z | + case "$kern" in |
6 | 2024-08-29T01:14:39.507Z | + groupadd -g 12345 build |
7 | 2024-08-29T01:14:39.510Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-29T01:14:41.518Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-29T01:14:41.576Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-29T01:14:41.578Z | + home_fs=zfs |
11 | 2024-08-29T01:14:41.578Z | + [[ zfs == autofs ]] |
12 | 2024-08-29T01:14:41.578Z | + mkdir -p /home/build |
13 | 2024-08-29T01:14:41.580Z | + chown build:build /home/build /work |
14 | 2024-08-29T01:14:43.583Z | + chmod 0700 /home/build /work |
15 | 2024-08-29T01:14:43.586Z | process exited: duration 4094 ms, exit code 0 |
|
16 | 2024-08-29T01:14:43.590Z | starting task 1: "rust-toolchain" |
17 | 2024-08-29T01:14:43.597Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-29T01:14:43.597Z | * toolchain channel = "1.80.1" |
19 | 2024-08-29T01:14:43.597Z | ' 1.80.1 |
20 | 2024-08-29T01:14:43.597Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-29T01:14:43.597Z | ' default |
22 | 2024-08-29T01:14:43.597Z | * toolchain profile = "default" |
23 | 2024-08-29T01:14:43.599Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-29T01:14:43.599Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-29T01:14:43.717Z | info: downloading installer |
26 | 2024-08-29T01:14:44.761Z | info: profile set to 'default' |
27 | 2024-08-29T01:14:44.762Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-29T01:14:44.766Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-29T01:14:44.933Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-29T01:14:44.933Z | info: downloading component 'cargo' |
31 | 2024-08-29T01:14:45.768Z | info: downloading component 'clippy' |
32 | 2024-08-29T01:14:46.241Z | info: downloading component 'rust-docs' |
33 | 2024-08-29T01:14:47.092Z | info: downloading component 'rust-std' |
34 | 2024-08-29T01:14:48.488Z | info: downloading component 'rustc' |
35 | 2024-08-29T01:14:52.042Z | info: downloading component 'rustfmt' |
36 | 2024-08-29T01:14:52.431Z | info: installing component 'cargo' |
37 | 2024-08-29T01:14:53.293Z | info: installing component 'clippy' |
38 | 2024-08-29T01:14:53.670Z | info: installing component 'rust-docs' |
39 | 2024-08-29T01:14:55.306Z | info: installing component 'rust-std' |
40 | 2024-08-29T01:14:56.972Z | info: installing component 'rustc' |
41 | 2024-08-29T01:15:01.257Z | info: installing component 'rustfmt' |
42 | 2024-08-29T01:15:01.602Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-29T01:15:01.602Z | |
44 | 2024-08-29T01:15:01.855Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-29T01:15:01.855Z | |
46 | 2024-08-29T01:15:01.858Z | |
47 | 2024-08-29T01:15:01.858Z | Rust is installed now. Great! |
48 | 2024-08-29T01:15:01.858Z | |
49 | 2024-08-29T01:15:01.858Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-29T01:15:01.858Z | environment variable. This has not been done automatically. |
51 | 2024-08-29T01:15:01.858Z | |
52 | 2024-08-29T01:15:01.858Z | To configure your current shell, you need to source |
53 | 2024-08-29T01:15:01.858Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-29T01:15:01.858Z | |
55 | 2024-08-29T01:15:01.858Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-29T01:15:01.858Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-29T01:15:01.858Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-29T01:15:01.915Z | + rustc --version |
59 | 2024-08-29T01:15:01.984Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-29T01:15:01.988Z | process exited: duration 18395 ms, exit code 0 |
|
61 | 2024-08-29T01:15:01.993Z | starting task 2: "authentication" |
62 | 2024-08-29T01:15:02.015Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-08-29T01:15:02.021Z | starting task 3: "clone repository" |
64 | 2024-08-29T01:15:02.027Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-29T01:15:02.029Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-29T01:15:02.063Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-29T01:15:09.304Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-29T01:15:09.304Z | + git fetch origin 0c05928e14e5ee2ae03566d7bb51e1bfd5c0f281 |
69 | 2024-08-29T01:15:09.578Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-29T01:15:09.578Z | * branch 0c05928e14e5ee2ae03566d7bb51e1bfd5c0f281 -> FETCH_HEAD |
71 | 2024-08-29T01:15:09.589Z | + [[ -n http-latency-in-nanos ]] |
72 | 2024-08-29T01:15:09.591Z | ++ git branch --show-current |
73 | 2024-08-29T01:15:09.594Z | + current=main |
74 | 2024-08-29T01:15:09.594Z | + [[ main != http-latency-in-nanos ]] |
75 | 2024-08-29T01:15:09.594Z | + git branch -f http-latency-in-nanos 0c05928e14e5ee2ae03566d7bb51e1bfd5c0f281 |
76 | 2024-08-29T01:15:09.597Z | + git checkout -f http-latency-in-nanos |
77 | 2024-08-29T01:15:09.700Z | Switched to branch 'http-latency-in-nanos' |
78 | 2024-08-29T01:15:09.703Z | + git reset --hard 0c05928e14e5ee2ae03566d7bb51e1bfd5c0f281 |
79 | 2024-08-29T01:15:09.807Z | HEAD is now at 0c05928e1 Histogram adds a leftmost bin |
80 | 2024-08-29T01:15:09.809Z | process exited: duration 7786 ms, exit code 0 |
|
81 | 2024-08-29T01:15:09.814Z | starting task 4: "build" |
82 | 2024-08-29T01:15:09.820Z | + cargo --version |
83 | 2024-08-29T01:15:09.879Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-29T01:15:09.881Z | + rustc --version |
85 | 2024-08-29T01:15:09.942Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-29T01:15:09.946Z | + source ./env.sh |
87 | 2024-08-29T01:15:09.948Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-29T01:15:09.948Z | ++ set -o xtrace |
89 | 2024-08-29T01:15:09.950Z | ++++ dirname ./env.sh |
90 | 2024-08-29T01:15:09.953Z | +++ readlink -f . |
91 | 2024-08-29T01:15:09.955Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-29T01:15:09.955Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-29T01:15:09.955Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-29T01:15:09.955Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-29T01:15:09.955Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-29T01:15:09.955Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-29T01:15:09.955Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-29T01:15:09.955Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-29T01:15:09.955Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-29T01:15:09.955Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-29T01:15:09.955Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-29T01:15:09.955Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
103 | 2024-08-29T01:15:09.955Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
104 | 2024-08-29T01:15:09.955Z | + banner prerequisites |
105 | 2024-08-29T01:15:09.958Z | |
106 | 2024-08-29T01:15:09.958Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-29T01:15:09.958Z | # # # # # # # # # # # # # # # |
108 | 2024-08-29T01:15:09.958Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-29T01:15:09.958Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-29T01:15:09.958Z | # # # # # # # # # # # # # # # |
111 | 2024-08-29T01:15:09.958Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-29T01:15:09.958Z | |
113 | 2024-08-29T01:15:09.958Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-29T01:15:14.675Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-29T01:15:17.057Z | Startup: Caching catalogs ... Done |
116 | 2024-08-29T01:15:19.085Z | Planning: Solver setup ... Done (1.443s) |
117 | 2024-08-29T01:15:19.108Z | Planning: Running solver ... Done (0.023s) |
118 | 2024-08-29T01:15:19.154Z | Planning: Finding local manifests ... Done (0.004s) |
119 | 2024-08-29T01:15:19.184Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-08-29T01:15:19.840Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-08-29T01:15:19.951Z | Planning: Package planning ... Done (0.111s) |
122 | 2024-08-29T01:15:20.008Z | Planning: Merging actions ... Done (0.056s) |
123 | 2024-08-29T01:15:20.229Z | Planning: Checking for conflicting actions ... Done (0.221s) |
124 | 2024-08-29T01:15:22.154Z | Planning: Consolidating action changes ... Done (1.924s) |
125 | 2024-08-29T01:15:22.586Z | Planning: Evaluating mediators ... Done (0.432s) |
126 | 2024-08-29T01:15:22.671Z | Planning: Planning completed in 5.54 seconds |
127 | 2024-08-29T01:15:22.686Z | Packages to install: 4 |
128 | 2024-08-29T01:15:22.686Z | Packages to update: 1 |
129 | 2024-08-29T01:15:22.689Z | Mediators to change: 2 |
130 | 2024-08-29T01:15:22.689Z | Services to change: 1 |
131 | 2024-08-29T01:15:22.689Z | Estimated space available: 155.72 GB |
132 | 2024-08-29T01:15:22.689Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-08-29T01:15:22.689Z | Create boot environment: No |
134 | 2024-08-29T01:15:22.689Z | Create backup boot environment: Yes |
135 | 2024-08-29T01:15:22.689Z | Rebuild boot archive: No |
136 | 2024-08-29T01:15:22.689Z | |
137 | 2024-08-29T01:15:22.689Z | Changed mediators: |
138 | 2024-08-29T01:15:22.689Z | mediator clang: |
139 | 2024-08-29T01:15:22.689Z | version: None -> 15 (system default) |
140 | 2024-08-29T01:15:22.689Z | |
141 | 2024-08-29T01:15:22.689Z | mediator llvm: |
142 | 2024-08-29T01:15:22.689Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-08-29T01:15:22.689Z | |
144 | 2024-08-29T01:15:22.689Z | Changed packages: |
145 | 2024-08-29T01:15:22.689Z | helios-dev |
146 | 2024-08-29T01:15:22.689Z | developer/build-essential |
147 | 2024-08-29T01:15:22.689Z | None -> 11-2.0 |
148 | 2024-08-29T01:15:22.689Z | library/libxmlsec1 |
149 | 2024-08-29T01:15:22.689Z | None -> 1.2.35-2.0 |
150 | 2024-08-29T01:15:22.689Z | ooce/developer/clang-15 |
151 | 2024-08-29T01:15:22.689Z | None -> 15.0.7-2.0 |
152 | 2024-08-29T01:15:22.689Z | ooce/developer/llvm-15 |
153 | 2024-08-29T01:15:22.689Z | None -> 15.0.7-2.0 |
154 | 2024-08-29T01:15:22.689Z | package/pkg |
155 | 2024-08-29T01:15:22.689Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-08-29T01:15:22.689Z | |
157 | 2024-08-29T01:15:22.689Z | Services: |
158 | 2024-08-29T01:15:22.690Z | restart_fmri: |
159 | 2024-08-29T01:15:22.690Z | svc:/system/update-man-index:default |
160 | 2024-08-29T01:15:22.690Z | |
161 | 2024-08-29T01:15:22.690Z | Editable files to change: |
162 | 2024-08-29T01:15:22.690Z | Update: |
163 | 2024-08-29T01:15:22.690Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-08-29T01:15:22.767Z | |
165 | 2024-08-29T01:15:22.767Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-08-29T01:15:27.768Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (16.8M/s) |
167 | 2024-08-29T01:15:33.288Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (13.6M/s) |
168 | 2024-08-29T01:15:41.434Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (13.3M/s) |
169 | 2024-08-29T01:15:46.439Z | Download: 2971/4281 items 121.2/220.6MB 54% complete (421k/s) |
170 | 2024-08-29T01:15:51.563Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (11.1M/s) |
171 | 2024-08-29T01:15:56.566Z | Download: 4134/4281 items 220.0/220.6MB 99% complete (9.8M/s) |
172 | 2024-08-29T01:16:00.081Z | Download: Completed 220.60 MB in 37.31 seconds (5.9M/s) |
173 | 2024-08-29T01:16:02.071Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-08-29T01:16:02.091Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-08-29T01:16:06.931Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-08-29T01:16:07.256Z | Actions: Completed 5063 actions in 5.18 seconds. |
177 | 2024-08-29T01:16:07.555Z | Done (0.290s) |
178 | 2024-08-29T01:16:07.558Z | Done (0.000s) |
179 | 2024-08-29T01:16:07.943Z | Done (0.387s) |
180 | 2024-08-29T01:16:12.788Z | Done (4.659s) |
181 | 2024-08-29T01:16:12.883Z | Done (0.018s) |
182 | 2024-08-29T01:16:12.885Z | Done (0.000s) |
183 | 2024-08-29T01:16:13.047Z | Done (0.000s) |
184 | 2024-08-29T01:16:13.701Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-08-29T01:16:13.873Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-08-29T01:16:13.875Z | Planning: Consolidating action changes ... Done |
187 | 2024-08-29T01:16:14.152Z | Planning: Evaluating mediators ... Done |
188 | 2024-08-29T01:16:14.154Z | Planning: Planning completed in 0.45 seconds |
189 | 2024-08-29T01:16:14.193Z | Mediators to change: 2 |
190 | 2024-08-29T01:16:14.193Z | Create boot environment: No |
191 | 2024-08-29T01:16:14.193Z | Create backup boot environment: No |
192 | 2024-08-29T01:16:14.275Z | Done |
193 | 2024-08-29T01:16:14.275Z | Done |
194 | 2024-08-29T01:16:14.526Z | Done |
195 | 2024-08-29T01:16:18.600Z | Done |
196 | 2024-08-29T01:16:18.697Z | Done |
197 | 2024-08-29T01:16:18.700Z | Done |
198 | 2024-08-29T01:16:18.814Z | Done |
199 | 2024-08-29T01:16:19.478Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-08-29T01:16:19.480Z | Planning: Merging actions ... Done |
201 | 2024-08-29T01:16:19.676Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-08-29T01:16:19.679Z | Planning: Consolidating action changes ... Done |
203 | 2024-08-29T01:16:19.955Z | Planning: Evaluating mediators ... Done |
204 | 2024-08-29T01:16:20.014Z | Planning: Planning completed in 0.79 seconds |
205 | 2024-08-29T01:16:20.055Z | Packages to change: 1 |
206 | 2024-08-29T01:16:20.055Z | Mediators to change: 1 |
207 | 2024-08-29T01:16:20.055Z | Services to change: 1 |
208 | 2024-08-29T01:16:20.055Z | Create boot environment: No |
209 | 2024-08-29T01:16:20.057Z | Create backup boot environment: Yes |
210 | 2024-08-29T01:16:22.303Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-08-29T01:16:22.305Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-08-29T01:16:22.305Z | Done |
213 | 2024-08-29T01:16:22.305Z | Done |
214 | 2024-08-29T01:16:22.387Z | Done |
215 | 2024-08-29T01:16:26.481Z | Done |
216 | 2024-08-29T01:16:26.582Z | Done |
217 | 2024-08-29T01:16:26.585Z | Done |
218 | 2024-08-29T01:16:26.702Z | Done |
219 | 2024-08-29T01:16:27.183Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-08-29T01:16:27.183Z | clang system 15 system |
221 | 2024-08-29T01:16:27.183Z | csh system system illumos |
222 | 2024-08-29T01:16:27.183Z | ctags system system illumos |
223 | 2024-08-29T01:16:27.183Z | gcc vendor 12 vendor |
224 | 2024-08-29T01:16:27.183Z | gcc system 10 system |
225 | 2024-08-29T01:16:27.184Z | gcc system 7 system |
226 | 2024-08-29T01:16:27.184Z | go system 1.20 system |
227 | 2024-08-29T01:16:27.184Z | go system 1.19 system |
228 | 2024-08-29T01:16:27.184Z | llvm system 15 system |
229 | 2024-08-29T01:16:27.184Z | llvm system 14 system |
230 | 2024-08-29T01:16:27.184Z | mariadb system 10.6 system |
231 | 2024-08-29T01:16:27.184Z | mta vendor vendor dma |
232 | 2024-08-29T01:16:27.185Z | openjdk system 17 system |
233 | 2024-08-29T01:16:27.185Z | openjdk system 11 system |
234 | 2024-08-29T01:16:27.185Z | openjdk system 1.8 system |
235 | 2024-08-29T01:16:27.185Z | openssl vendor 3 vendor |
236 | 2024-08-29T01:16:27.185Z | perl system 5.36 system |
237 | 2024-08-29T01:16:27.185Z | postgresql system 15 system |
238 | 2024-08-29T01:16:27.185Z | postgresql system 13 system |
239 | 2024-08-29T01:16:27.186Z | python vendor 3 vendor |
240 | 2024-08-29T01:16:27.186Z | python system 2 system |
241 | 2024-08-29T01:16:27.186Z | python3 system 3.11 system |
242 | 2024-08-29T01:16:27.186Z | ruby system 3.0 system |
243 | 2024-08-29T01:16:27.186Z | words vendor vendor american-english |
244 | 2024-08-29T01:16:27.186Z | words system system australian-english |
245 | 2024-08-29T01:16:27.186Z | words system system british-english |
246 | 2024-08-29T01:16:27.186Z | words system system canadian-english |
247 | 2024-08-29T01:16:27.187Z | words system system french |
248 | 2024-08-29T01:16:27.187Z | words system system italian |
249 | 2024-08-29T01:16:27.187Z | words system system ngerman |
250 | 2024-08-29T01:16:27.187Z | words system system ogerman |
251 | 2024-08-29T01:16:27.187Z | words system system spanish |
252 | 2024-08-29T01:16:27.553Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-08-29T01:16:27.553Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-08-29T01:16:29.413Z | FMRI IFO |
255 | 2024-08-29T01:16:29.413Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-08-29T01:16:29.413Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-08-29T01:16:29.413Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-08-29T01:16:29.413Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-08-29T01:16:29.413Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-08-29T01:16:29.413Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-08-29T01:16:29.413Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-08-29T01:16:29.413Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-08-29T01:16:29.413Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-08-29T01:16:29.413Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-08-29T01:16:29.413Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-08-29T01:16:29.413Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-08-29T01:16:29.413Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-08-29T01:16:30.081Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-08-29T01:16:30.335Z | Updating git repository `https://github.com/oxidecomputer/zone` |
270 | 2024-08-29T01:16:30.612Z | Updating crates.io index |
271 | 2024-08-29T01:16:30.616Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
272 | 2024-08-29T01:16:31.490Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-08-29T01:16:32.304Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-08-29T01:16:32.554Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
275 | 2024-08-29T01:16:34.172Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-08-29T01:16:34.451Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-08-29T01:16:34.688Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-08-29T01:16:35.673Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-08-29T01:16:37.613Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-08-29T01:16:38.547Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-08-29T01:16:39.244Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-08-29T01:16:39.500Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-08-29T01:16:40.064Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
284 | 2024-08-29T01:16:40.476Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
285 | 2024-08-29T01:16:40.878Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-08-29T01:16:41.251Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-08-29T01:16:41.493Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-08-29T01:16:41.787Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-08-29T01:16:42.048Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2024-08-29T01:16:42.440Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-08-29T01:16:42.703Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-08-29T01:16:42.971Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-08-29T01:16:43.305Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-08-29T01:16:43.796Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-08-29T01:16:44.095Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-08-29T01:16:44.549Z | Updating git repository `https://github.com/oxidecomputer/typify` |
297 | 2024-08-29T01:16:46.643Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-08-29T01:16:46.911Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-08-29T01:16:47.205Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-08-29T01:16:47.541Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
301 | 2024-08-29T01:16:48.856Z | Downloading crates ... |
302 | 2024-08-29T01:16:48.936Z | Downloaded cfg-if v1.0.0 |
303 | 2024-08-29T01:16:48.942Z | Downloaded equivalent v1.0.1 |
304 | 2024-08-29T01:16:48.946Z | Downloaded digest v0.10.7 |
305 | 2024-08-29T01:16:48.949Z | Downloaded anstyle-parse v0.2.4 |
306 | 2024-08-29T01:16:48.952Z | Downloaded byteorder v1.5.0 |
307 | 2024-08-29T01:16:48.955Z | Downloaded is_terminal_polyfill v1.70.0 |
308 | 2024-08-29T01:16:48.962Z | Downloaded swrite v0.1.0 |
309 | 2024-08-29T01:16:48.965Z | Downloaded usdt-macro v0.5.0 |
310 | 2024-08-29T01:16:48.971Z | Downloaded anstream v0.6.14 |
311 | 2024-08-29T01:16:48.973Z | Downloaded camino-tempfile v1.1.1 |
312 | 2024-08-29T01:16:48.976Z | Downloaded fastrand v2.1.0 |
313 | 2024-08-29T01:16:48.978Z | Downloaded heck v0.5.0 |
314 | 2024-08-29T01:16:48.980Z | Downloaded block-buffer v0.10.4 |
315 | 2024-08-29T01:16:48.980Z | Downloaded fs-err v2.11.0 |
316 | 2024-08-29T01:16:48.983Z | Downloaded tabled_derive v0.7.0 |
317 | 2024-08-29T01:16:48.983Z | Downloaded strsim v0.11.1 |
318 | 2024-08-29T01:16:48.985Z | Downloaded unicode-linebreak v0.1.5 |
319 | 2024-08-29T01:16:48.985Z | Downloaded plain v0.2.3 |
320 | 2024-08-29T01:16:48.985Z | Downloaded cpufeatures v0.2.12 |
321 | 2024-08-29T01:16:48.988Z | Downloaded clap_lex v0.7.0 |
322 | 2024-08-29T01:16:48.990Z | Downloaded cargo_metadata v0.18.1 |
323 | 2024-08-29T01:16:48.990Z | Downloaded toml_datetime v0.6.8 |
324 | 2024-08-29T01:16:48.992Z | Downloaded thread-id v4.2.1 |
325 | 2024-08-29T01:16:48.992Z | Downloaded thiserror v1.0.63 |
326 | 2024-08-29T01:16:48.997Z | Downloaded serde_spanned v0.6.7 |
327 | 2024-08-29T01:16:48.999Z | Downloaded anyhow v1.0.86 |
328 | 2024-08-29T01:16:49.002Z | Downloaded pest_generator v2.7.10 |
329 | 2024-08-29T01:16:49.005Z | Downloaded version_check v0.9.5 |
330 | 2024-08-29T01:16:49.005Z | Downloaded usdt-impl v0.5.0 |
331 | 2024-08-29T01:16:49.007Z | Downloaded dtrace-parser v0.2.0 |
332 | 2024-08-29T01:16:49.007Z | Downloaded anstyle v1.0.8 |
333 | 2024-08-29T01:16:49.010Z | Downloaded macaddr v1.0.1 |
334 | 2024-08-29T01:16:49.012Z | Downloaded terminal_size v0.3.0 |
335 | 2024-08-29T01:16:49.014Z | Downloaded usdt v0.5.0 |
336 | 2024-08-29T01:16:49.014Z | Downloaded proc-macro-error v1.0.4 |
337 | 2024-08-29T01:16:49.017Z | Downloaded once_cell v1.19.0 |
338 | 2024-08-29T01:16:49.020Z | Downloaded sha2 v0.10.8 |
339 | 2024-08-29T01:16:49.022Z | Downloaded bitflags v2.6.0 |
340 | 2024-08-29T01:16:49.027Z | Downloaded dof v0.3.0 |
341 | 2024-08-29T01:16:49.030Z | Downloaded scroll_derive v0.12.0 |
342 | 2024-08-29T01:16:49.030Z | Downloaded pretty-hex v0.4.1 |
343 | 2024-08-29T01:16:49.030Z | Downloaded errno v0.3.9 |
344 | 2024-08-29T01:16:49.032Z | Downloaded proc-macro-error-attr v1.0.4 |
345 | 2024-08-29T01:16:49.032Z | Downloaded scroll v0.12.0 |
346 | 2024-08-29T01:16:49.034Z | Downloaded memmap v0.7.0 |
347 | 2024-08-29T01:16:49.036Z | Downloaded anstyle-query v1.0.3 |
348 | 2024-08-29T01:16:49.039Z | Downloaded serde_derive v1.0.208 |
349 | 2024-08-29T01:16:49.041Z | Downloaded fnv v1.0.7 |
350 | 2024-08-29T01:16:49.043Z | Downloaded bytecount v0.6.8 |
351 | 2024-08-29T01:16:49.045Z | Downloaded autocfg v1.3.0 |
352 | 2024-08-29T01:16:49.047Z | Downloaded ucd-trie v0.1.6 |
353 | 2024-08-29T01:16:49.048Z | Downloaded crypto-common v0.1.6 |
354 | 2024-08-29T01:16:49.050Z | Downloaded usdt-attr-macro v0.5.0 |
355 | 2024-08-29T01:16:49.050Z | Downloaded colorchoice v1.0.1 |
356 | 2024-08-29T01:16:49.050Z | Downloaded semver v1.0.23 |
357 | 2024-08-29T01:16:49.054Z | Downloaded smawk v0.3.2 |
358 | 2024-08-29T01:16:49.056Z | Downloaded heck v0.4.1 |
359 | 2024-08-29T01:16:49.059Z | Downloaded cargo-platform v0.1.8 |
360 | 2024-08-29T01:16:49.062Z | Downloaded serde_tokenstream v0.2.2 |
361 | 2024-08-29T01:16:49.065Z | Downloaded thiserror-impl v1.0.63 |
362 | 2024-08-29T01:16:49.067Z | Downloaded itoa v1.0.11 |
363 | 2024-08-29T01:16:49.075Z | Downloaded camino v1.1.9 |
364 | 2024-08-29T01:16:49.079Z | Downloaded cargo_toml v0.20.4 |
365 | 2024-08-29T01:16:49.081Z | Downloaded clap_derive v4.5.13 |
366 | 2024-08-29T01:16:49.084Z | Downloaded proc-macro2 v1.0.86 |
367 | 2024-08-29T01:16:49.086Z | Downloaded generic-array v0.14.7 |
368 | 2024-08-29T01:16:49.088Z | Downloaded utf8parse v0.2.1 |
369 | 2024-08-29T01:16:49.095Z | Downloaded quote v1.0.36 |
370 | 2024-08-29T01:16:49.113Z | Downloaded clap v4.5.16 |
371 | 2024-08-29T01:16:49.123Z | Downloaded zerocopy-derive v0.7.34 |
372 | 2024-08-29T01:16:49.127Z | Downloaded pest_meta v2.7.10 |
373 | 2024-08-29T01:16:49.129Z | Downloaded unicode-ident v1.0.12 |
374 | 2024-08-29T01:16:49.131Z | Downloaded typenum v1.17.0 |
375 | 2024-08-29T01:16:49.134Z | Downloaded pest_derive v2.7.10 |
376 | 2024-08-29T01:16:49.136Z | Downloaded papergrid v0.11.0 |
377 | 2024-08-29T01:16:49.141Z | Downloaded toml v0.8.19 |
378 | 2024-08-29T01:16:49.144Z | Downloaded textwrap v0.16.1 |
379 | 2024-08-29T01:16:49.147Z | Downloaded ryu v1.0.18 |
380 | 2024-08-29T01:16:49.149Z | Downloaded log v0.4.21 |
381 | 2024-08-29T01:16:49.157Z | Downloaded tempfile v3.10.1 |
382 | 2024-08-29T01:16:49.160Z | Downloaded serde v1.0.208 |
383 | 2024-08-29T01:16:49.166Z | Downloaded indexmap v2.4.0 |
384 | 2024-08-29T01:16:49.170Z | Downloaded clap_builder v4.5.15 |
385 | 2024-08-29T01:16:49.177Z | Downloaded pest v2.7.10 |
386 | 2024-08-29T01:16:49.195Z | Downloaded memchr v2.7.2 |
387 | 2024-08-29T01:16:49.197Z | Downloaded toml_edit v0.22.20 |
388 | 2024-08-29T01:16:49.218Z | Downloaded zerocopy v0.7.34 |
389 | 2024-08-29T01:16:49.234Z | Downloaded hashbrown v0.14.5 |
390 | 2024-08-29T01:16:49.238Z | Downloaded goblin v0.8.2 |
391 | 2024-08-29T01:16:49.246Z | Downloaded winnow v0.6.18 |
392 | 2024-08-29T01:16:49.253Z | Downloaded serde_json v1.0.125 |
393 | 2024-08-29T01:16:49.261Z | Downloaded tabled v0.15.0 |
394 | 2024-08-29T01:16:49.276Z | Downloaded syn v2.0.74 |
395 | 2024-08-29T01:16:49.287Z | Downloaded syn v1.0.109 |
396 | 2024-08-29T01:16:49.297Z | Downloaded rustix v0.38.34 |
397 | 2024-08-29T01:16:49.318Z | Downloaded unicode-width v0.1.13 |
398 | 2024-08-29T01:16:49.327Z | Downloaded libc v0.2.158 |
399 | 2024-08-29T01:16:49.635Z | Compiling proc-macro2 v1.0.86 |
400 | 2024-08-29T01:16:49.635Z | Compiling unicode-ident v1.0.12 |
401 | 2024-08-29T01:16:49.638Z | Compiling serde v1.0.208 |
402 | 2024-08-29T01:16:49.638Z | Compiling version_check v0.9.5 |
403 | 2024-08-29T01:16:49.638Z | Compiling memchr v2.7.2 |
404 | 2024-08-29T01:16:49.638Z | Compiling thiserror v1.0.63 |
405 | 2024-08-29T01:16:49.638Z | Compiling libc v0.2.158 |
406 | 2024-08-29T01:16:49.638Z | Compiling ryu v1.0.18 |
407 | 2024-08-29T01:16:49.924Z | Compiling ucd-trie v0.1.6 |
408 | 2024-08-29T01:16:50.136Z | Compiling itoa v1.0.11 |
409 | 2024-08-29T01:16:50.460Z | Compiling once_cell v1.19.0 |
410 | 2024-08-29T01:16:50.526Z | Compiling byteorder v1.5.0 |
411 | 2024-08-29T01:16:50.550Z | Compiling serde_json v1.0.125 |
412 | 2024-08-29T01:16:50.876Z | Compiling rustix v0.38.34 |
413 | 2024-08-29T01:16:50.983Z | Compiling bitflags v2.6.0 |
414 | 2024-08-29T01:16:51.006Z | Compiling usdt-impl v0.5.0 |
415 | 2024-08-29T01:16:51.360Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-08-29T01:16:51.384Z | Compiling syn v1.0.109 |
417 | 2024-08-29T01:16:51.407Z | Compiling quote v1.0.36 |
418 | 2024-08-29T01:16:51.610Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-08-29T01:16:51.779Z | Compiling log v0.4.21 |
420 | 2024-08-29T01:16:51.865Z | Compiling syn v2.0.74 |
421 | 2024-08-29T01:16:51.949Z | Compiling hashbrown v0.14.5 |
422 | 2024-08-29T01:16:52.095Z | Compiling errno v0.3.9 |
423 | 2024-08-29T01:16:52.196Z | Compiling camino v1.1.9 |
424 | 2024-08-29T01:16:52.252Z | Compiling thread-id v4.2.1 |
425 | 2024-08-29T01:16:52.328Z | Compiling plain v0.2.3 |
426 | 2024-08-29T01:16:52.353Z | Compiling equivalent v1.0.1 |
427 | 2024-08-29T01:16:52.380Z | Compiling utf8parse v0.2.1 |
428 | 2024-08-29T01:16:52.558Z | Compiling anstyle-parse v0.2.4 |
429 | 2024-08-29T01:16:52.892Z | Compiling winnow v0.6.18 |
430 | 2024-08-29T01:16:52.994Z | Compiling autocfg v1.3.0 |
431 | 2024-08-29T01:16:53.019Z | Compiling anstyle-query v1.0.3 |
432 | 2024-08-29T01:16:53.192Z | Compiling is_terminal_polyfill v1.70.0 |
433 | 2024-08-29T01:16:53.325Z | Compiling indexmap v2.4.0 |
434 | 2024-08-29T01:16:53.349Z | Compiling semver v1.0.23 |
435 | 2024-08-29T01:16:53.429Z | Compiling anstyle v1.0.8 |
436 | 2024-08-29T01:16:53.914Z | Compiling pretty-hex v0.4.1 |
437 | 2024-08-29T01:16:53.939Z | Compiling colorchoice v1.0.1 |
438 | 2024-08-29T01:16:53.968Z | Compiling unicode-width v0.1.13 |
439 | 2024-08-29T01:16:54.104Z | Compiling anstream v0.6.14 |
440 | 2024-08-29T01:16:54.155Z | Compiling fs-err v2.11.0 |
441 | 2024-08-29T01:16:54.462Z | Compiling terminal_size v0.3.0 |
442 | 2024-08-29T01:16:54.607Z | Compiling fastrand v2.1.0 |
443 | 2024-08-29T01:16:54.665Z | Compiling anyhow v1.0.86 |
444 | 2024-08-29T01:16:54.706Z | Compiling fnv v1.0.7 |
445 | 2024-08-29T01:16:54.856Z | Compiling strsim v0.11.1 |
446 | 2024-08-29T01:16:54.907Z | Compiling cfg-if v1.0.0 |
447 | 2024-08-29T01:16:55.013Z | Compiling heck v0.4.1 |
448 | 2024-08-29T01:16:55.174Z | Compiling bytecount v0.6.8 |
449 | 2024-08-29T01:16:55.238Z | Compiling heck v0.5.0 |
450 | 2024-08-29T01:16:55.307Z | Compiling clap_lex v0.7.0 |
451 | 2024-08-29T01:16:55.725Z | Compiling clap_builder v4.5.15 |
452 | 2024-08-29T01:16:55.786Z | Compiling papergrid v0.11.0 |
453 | 2024-08-29T01:16:55.817Z | Compiling tempfile v3.10.1 |
454 | 2024-08-29T01:16:55.996Z | Compiling memmap v0.7.0 |
455 | 2024-08-29T01:16:56.084Z | Compiling smawk v0.3.2 |
456 | 2024-08-29T01:16:56.301Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-08-29T01:16:56.841Z | Compiling textwrap v0.16.1 |
458 | 2024-08-29T01:16:56.917Z | Compiling swrite v0.1.0 |
459 | 2024-08-29T01:16:58.223Z | Compiling tabled_derive v0.7.0 |
460 | 2024-08-29T01:16:59.903Z | Compiling tabled v0.15.0 |
461 | 2024-08-29T01:17:00.935Z | Compiling serde_derive v1.0.208 |
462 | 2024-08-29T01:17:00.938Z | Compiling thiserror-impl v1.0.63 |
463 | 2024-08-29T01:17:00.938Z | Compiling zerocopy-derive v0.7.34 |
464 | 2024-08-29T01:17:01.083Z | Compiling scroll_derive v0.12.0 |
465 | 2024-08-29T01:17:01.294Z | Compiling clap_derive v4.5.13 |
466 | 2024-08-29T01:17:02.530Z | Compiling scroll v0.12.0 |
467 | 2024-08-29T01:17:03.038Z | Compiling goblin v0.8.2 |
468 | 2024-08-29T01:17:03.094Z | Compiling zerocopy v0.7.34 |
469 | 2024-08-29T01:17:03.803Z | Compiling pest v2.7.10 |
470 | 2024-08-29T01:17:05.077Z | Compiling clap v4.5.16 |
471 | 2024-08-29T01:17:06.106Z | Compiling pest_meta v2.7.10 |
472 | 2024-08-29T01:17:07.055Z | Compiling pest_generator v2.7.10 |
473 | 2024-08-29T01:17:09.094Z | Compiling pest_derive v2.7.10 |
474 | 2024-08-29T01:17:09.802Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-08-29T01:17:11.714Z | Compiling serde_spanned v0.6.7 |
476 | 2024-08-29T01:17:11.714Z | Compiling toml_datetime v0.6.8 |
477 | 2024-08-29T01:17:11.717Z | Compiling cargo-platform v0.1.8 |
478 | 2024-08-29T01:17:12.115Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-08-29T01:17:12.284Z | Compiling toml_edit v0.22.20 |
480 | 2024-08-29T01:17:12.309Z | Compiling macaddr v1.0.1 |
481 | 2024-08-29T01:17:12.364Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-08-29T01:17:13.298Z | Compiling dof v0.3.0 |
483 | 2024-08-29T01:17:13.298Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-08-29T01:17:15.227Z | Compiling usdt-attr-macro v0.5.0 |
485 | 2024-08-29T01:17:15.230Z | Compiling usdt-macro v0.5.0 |
486 | 2024-08-29T01:17:15.249Z | Compiling toml v0.8.19 |
487 | 2024-08-29T01:17:16.113Z | Compiling cargo_toml v0.20.4 |
488 | 2024-08-29T01:17:16.672Z | Compiling usdt v0.5.0 |
489 | 2024-08-29T01:17:20.013Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-08-29T01:17:24.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.66s |
491 | 2024-08-29T01:17:24.755Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-08-29T01:17:25.384Z | Downloading crates ... |
493 | 2024-08-29T01:17:25.515Z | Downloaded atomicwrites v0.4.3 |
494 | 2024-08-29T01:17:25.522Z | Downloaded crucible-workspace-hack v0.1.0 |
495 | 2024-08-29T01:17:25.525Z | Downloaded cfg_aliases v0.1.1 |
496 | 2024-08-29T01:17:25.529Z | Downloaded cstr-argument v0.1.2 |
497 | 2024-08-29T01:17:25.532Z | Downloaded bitstruct_derive v0.1.0 |
498 | 2024-08-29T01:17:25.535Z | Downloaded ciborium-io v0.2.2 |
499 | 2024-08-29T01:17:25.535Z | Downloaded ascii-canvas v3.0.0 |
500 | 2024-08-29T01:17:25.537Z | Downloaded defmt-macros v0.3.9 |
501 | 2024-08-29T01:17:25.543Z | Downloaded aead v0.5.2 |
502 | 2024-08-29T01:17:25.545Z | Downloaded hyper-tls v0.5.0 |
503 | 2024-08-29T01:17:25.548Z | Downloaded hubpack v0.1.2 |
504 | 2024-08-29T01:17:25.550Z | Downloaded ident_case v1.0.1 |
505 | 2024-08-29T01:17:25.552Z | Downloaded convert_case v0.4.0 |
506 | 2024-08-29T01:17:25.554Z | Downloaded buf-list v1.0.3 |
507 | 2024-08-29T01:17:25.556Z | Downloaded darling_macro v0.20.9 |
508 | 2024-08-29T01:17:25.559Z | Downloaded backoff v0.4.0 |
509 | 2024-08-29T01:17:25.561Z | Downloaded bit-set v0.5.3 |
510 | 2024-08-29T01:17:25.564Z | Downloaded debug-ignore v1.0.5 |
511 | 2024-08-29T01:17:25.566Z | Downloaded cipher v0.4.4 |
512 | 2024-08-29T01:17:25.568Z | Downloaded new_debug_unreachable v1.0.6 |
513 | 2024-08-29T01:17:25.571Z | Downloaded bitstruct v0.1.1 |
514 | 2024-08-29T01:17:25.571Z | Downloaded match_cfg v0.1.0 |
515 | 2024-08-29T01:17:25.573Z | Downloaded cassowary v0.3.0 |
516 | 2024-08-29T01:17:25.575Z | Downloaded console v0.15.8 |
517 | 2024-08-29T01:17:25.577Z | Downloaded ciborium v0.2.2 |
518 | 2024-08-29T01:17:25.580Z | Downloaded opaque-debug v0.3.1 |
519 | 2024-08-29T01:17:25.582Z | Downloaded lru-cache v0.1.2 |
520 | 2024-08-29T01:17:25.584Z | Downloaded crossbeam-epoch v0.9.18 |
521 | 2024-08-29T01:17:25.587Z | Downloaded blake2 v0.10.6 |
522 | 2024-08-29T01:17:25.589Z | Downloaded darling v0.20.9 |
523 | 2024-08-29T01:17:25.595Z | Downloaded memoffset v0.9.1 |
524 | 2024-08-29T01:17:25.598Z | Downloaded csv-core v0.1.11 |
525 | 2024-08-29T01:17:25.598Z | Downloaded nibble_vec v0.1.0 |
526 | 2024-08-29T01:17:25.600Z | Downloaded num-integer v0.1.46 |
527 | 2024-08-29T01:17:25.603Z | Downloaded number_prefix v0.4.0 |
528 | 2024-08-29T01:17:25.607Z | Downloaded async-stream v0.3.5 |
529 | 2024-08-29T01:17:25.607Z | Downloaded assert_matches v1.5.0 |
530 | 2024-08-29T01:17:25.610Z | Downloaded num_enum v0.5.11 |
531 | 2024-08-29T01:17:25.613Z | Downloaded nanorand v0.7.0 |
532 | 2024-08-29T01:17:25.616Z | Downloaded kstat-rs v0.2.4 |
533 | 2024-08-29T01:17:25.618Z | Downloaded mockall v0.13.0 |
534 | 2024-08-29T01:17:25.620Z | Downloaded bitflags v1.3.2 |
535 | 2024-08-29T01:17:25.623Z | Downloaded instant v0.1.12 |
536 | 2024-08-29T01:17:25.626Z | Downloaded bitfield-struct v0.6.1 |
537 | 2024-08-29T01:17:25.628Z | Downloaded atomic-waker v1.1.2 |
538 | 2024-08-29T01:17:25.628Z | Downloaded async-recursion v1.1.1 |
539 | 2024-08-29T01:17:25.632Z | Downloaded arrayref v0.3.7 |
540 | 2024-08-29T01:17:25.634Z | Downloaded serde_plain v1.0.2 |
541 | 2024-08-29T01:17:25.636Z | Downloaded ascii v1.1.0 |
542 | 2024-08-29T01:17:25.638Z | Downloaded normalize-line-endings v0.3.0 |
543 | 2024-08-29T01:17:25.641Z | Downloaded compact_str v0.8.0 |
544 | 2024-08-29T01:17:25.643Z | Downloaded openssl-macros v0.1.1 |
545 | 2024-08-29T01:17:25.645Z | Downloaded ciborium-ll v0.2.2 |
546 | 2024-08-29T01:17:25.645Z | Downloaded castaway v0.2.3 |
547 | 2024-08-29T01:17:25.647Z | Downloaded num_threads v0.1.7 |
548 | 2024-08-29T01:17:25.650Z | Downloaded crossbeam-deque v0.8.5 |
549 | 2024-08-29T01:17:25.652Z | Downloaded instability v0.3.2 |
550 | 2024-08-29T01:17:25.652Z | Downloaded chacha20 v0.9.1 |
551 | 2024-08-29T01:17:25.654Z | Downloaded hyper-rustls v0.24.2 |
552 | 2024-08-29T01:17:25.657Z | Downloaded time-core v0.1.2 |
553 | 2024-08-29T01:17:25.659Z | Downloaded mime_guess v2.0.4 |
554 | 2024-08-29T01:17:25.661Z | Downloaded data-encoding v2.6.0 |
555 | 2024-08-29T01:17:25.663Z | Downloaded slog-envlogger v2.2.0 |
556 | 2024-08-29T01:17:25.666Z | Downloaded base64ct v1.6.0 |
557 | 2024-08-29T01:17:25.668Z | Downloaded aho-corasick v1.1.3 |
558 | 2024-08-29T01:17:25.673Z | Downloaded num-conv v0.1.0 |
559 | 2024-08-29T01:17:25.675Z | Downloaded openssl-probe v0.1.5 |
560 | 2024-08-29T01:17:25.677Z | Downloaded argon2 v0.5.3 |
561 | 2024-08-29T01:17:25.682Z | Downloaded constant_time_eq v0.3.0 |
562 | 2024-08-29T01:17:25.682Z | Downloaded lru v0.12.3 |
563 | 2024-08-29T01:17:25.685Z | Downloaded maybe-uninit v2.0.0 |
564 | 2024-08-29T01:17:25.685Z | Downloaded keccak v0.1.5 |
565 | 2024-08-29T01:17:25.685Z | Downloaded semver v0.1.20 |
566 | 2024-08-29T01:17:25.687Z | Downloaded linked-hash-map v0.5.6 |
567 | 2024-08-29T01:17:25.687Z | Downloaded mime v0.3.17 |
568 | 2024-08-29T01:17:25.689Z | Downloaded colored v2.1.0 |
569 | 2024-08-29T01:17:25.692Z | Downloaded num-iter v0.1.45 |
570 | 2024-08-29T01:17:25.694Z | Downloaded num v0.4.3 |
571 | 2024-08-29T01:17:25.694Z | Downloaded multimap v0.10.0 |
572 | 2024-08-29T01:17:25.696Z | Downloaded lazy_static v1.5.0 |
573 | 2024-08-29T01:17:25.699Z | Downloaded spin v0.5.2 |
574 | 2024-08-29T01:17:25.699Z | Downloaded shlex v1.3.0 |
575 | 2024-08-29T01:17:25.701Z | Downloaded topological-sort v0.2.2 |
576 | 2024-08-29T01:17:25.703Z | Downloaded num-derive v0.4.2 |
577 | 2024-08-29T01:17:25.706Z | Downloaded diesel_table_macro_syntax v0.2.0 |
578 | 2024-08-29T01:17:25.706Z | Downloaded cookie v0.17.0 |
579 | 2024-08-29T01:17:25.708Z | Downloaded unicode-xid v0.2.4 |
580 | 2024-08-29T01:17:25.711Z | Downloaded nu-ansi-term v0.50.0 |
581 | 2024-08-29T01:17:25.713Z | Downloaded thread_local v1.1.8 |
582 | 2024-08-29T01:17:25.716Z | Downloaded path-slash v0.1.5 |
583 | 2024-08-29T01:17:25.716Z | Downloaded waitgroup v0.1.2 |
584 | 2024-08-29T01:17:25.718Z | Downloaded maplit v1.0.2 |
585 | 2024-08-29T01:17:25.720Z | Downloaded curve25519-dalek-derive v0.1.1 |
586 | 2024-08-29T01:17:25.720Z | Downloaded unicode-truncate v1.0.0 |
587 | 2024-08-29T01:17:25.722Z | Downloaded toolchain_find v0.4.0 |
588 | 2024-08-29T01:17:25.725Z | Downloaded samael v0.0.15 |
589 | 2024-08-29T01:17:25.729Z | Downloaded precomputed-hash v0.1.1 |
590 | 2024-08-29T01:17:25.731Z | Downloaded oso-derive v0.27.3 |
591 | 2024-08-29T01:17:25.731Z | Downloaded snafu-derive v0.8.2 |
592 | 2024-08-29T01:17:25.734Z | Downloaded fd-lock v4.0.2 |
593 | 2024-08-29T01:17:25.736Z | Downloaded crossbeam-utils v0.8.19 |
594 | 2024-08-29T01:17:25.739Z | Downloaded universal-hash v0.5.1 |
595 | 2024-08-29T01:17:25.741Z | Downloaded hubpack_derive v0.1.1 |
596 | 2024-08-29T01:17:25.741Z | Downloaded tap v1.0.1 |
597 | 2024-08-29T01:17:25.743Z | Downloaded crypto-bigint v0.5.5 |
598 | 2024-08-29T01:17:25.750Z | Downloaded num_enum_derive v0.5.11 |
599 | 2024-08-29T01:17:25.752Z | Downloaded hostname v0.3.1 |
600 | 2024-08-29T01:17:25.754Z | Downloaded signal-hook-tokio v0.3.1 |
601 | 2024-08-29T01:17:25.757Z | Downloaded ppv-lite86 v0.2.17 |
602 | 2024-08-29T01:17:25.757Z | Downloaded home v0.5.9 |
603 | 2024-08-29T01:17:25.760Z | Downloaded ipnet v2.9.0 |
604 | 2024-08-29T01:17:25.762Z | Downloaded num-complex v0.4.6 |
605 | 2024-08-29T01:17:25.765Z | Downloaded take_mut v0.2.2 |
606 | 2024-08-29T01:17:25.765Z | Downloaded powerfmt v0.2.0 |
607 | 2024-08-29T01:17:25.768Z | Downloaded base64 v0.21.7 |
608 | 2024-08-29T01:17:25.770Z | Downloaded strum v0.26.3 |
609 | 2024-08-29T01:17:25.773Z | Downloaded socket2 v0.5.7 |
610 | 2024-08-29T01:17:25.775Z | Downloaded indexmap v1.9.3 |
611 | 2024-08-29T01:17:25.778Z | Downloaded float-ord v0.3.2 |
612 | 2024-08-29T01:17:25.781Z | Downloaded env_logger v0.10.2 |
613 | 2024-08-29T01:17:25.783Z | Downloaded hash32 v0.3.1 |
614 | 2024-08-29T01:17:25.785Z | Downloaded zone_cfg_derive v0.1.2 |
615 | 2024-08-29T01:17:25.785Z | Downloaded same-file v1.0.6 |
616 | 2024-08-29T01:17:25.788Z | Downloaded socket2 v0.4.10 |
617 | 2024-08-29T01:17:25.791Z | Downloaded getrandom v0.2.14 |
618 | 2024-08-29T01:17:25.793Z | Downloaded arc-swap v1.7.1 |
619 | 2024-08-29T01:17:25.797Z | Downloaded darling_core v0.20.9 |
620 | 2024-08-29T01:17:25.802Z | Downloaded postgres-types v0.2.7 |
621 | 2024-08-29T01:17:25.805Z | Downloaded static_assertions v1.1.0 |
622 | 2024-08-29T01:17:25.807Z | Downloaded rpassword v7.3.1 |
623 | 2024-08-29T01:17:25.809Z | Downloaded unarray v0.1.4 |
624 | 2024-08-29T01:17:25.812Z | Downloaded tui-tree-widget v0.22.0 |
625 | 2024-08-29T01:17:25.814Z | Downloaded rand_seeder v0.3.0 |
626 | 2024-08-29T01:17:25.814Z | Downloaded tabwriter v1.4.0 |
627 | 2024-08-29T01:17:25.816Z | Downloaded predicates v3.1.2 |
628 | 2024-08-29T01:17:25.819Z | Downloaded peg-runtime v0.8.3 |
629 | 2024-08-29T01:17:25.821Z | Downloaded dropshot_endpoint v0.10.1 |
630 | 2024-08-29T01:17:25.821Z | Downloaded pin-utils v0.1.0 |
631 | 2024-08-29T01:17:25.823Z | Downloaded slog-term v2.9.1 |
632 | 2024-08-29T01:17:25.836Z | Downloaded scheduled-thread-pool v0.2.7 |
633 | 2024-08-29T01:17:25.844Z | Downloaded termtree v0.4.1 |
634 | 2024-08-29T01:17:25.844Z | Downloaded heck v0.3.3 |
635 | 2024-08-29T01:17:25.844Z | Downloaded slog-scope v4.4.0 |
636 | 2024-08-29T01:17:25.844Z | Downloaded funty v2.0.0 |
637 | 2024-08-29T01:17:25.848Z | Downloaded futures-io v0.3.30 |
638 | 2024-08-29T01:17:25.848Z | Downloaded slog-json v2.6.1 |
639 | 2024-08-29T01:17:25.848Z | Downloaded signature v2.2.0 |
640 | 2024-08-29T01:17:25.850Z | Downloaded tls_codec v0.4.1 |
641 | 2024-08-29T01:17:25.853Z | Downloaded slog-stdlog v4.1.1 |
642 | 2024-08-29T01:17:25.855Z | Downloaded term v0.7.0 |
643 | 2024-08-29T01:17:25.857Z | Downloaded peg v0.8.4 |
644 | 2024-08-29T01:17:25.862Z | Downloaded filetime v0.2.24 |
645 | 2024-08-29T01:17:25.864Z | Downloaded derive_more v0.99.18 |
646 | 2024-08-29T01:17:25.869Z | Downloaded crossterm v0.27.0 |
647 | 2024-08-29T01:17:25.877Z | Downloaded foreign-types-shared v0.1.1 |
648 | 2024-08-29T01:17:25.879Z | Downloaded portpicker v0.1.1 |
649 | 2024-08-29T01:17:25.882Z | Downloaded flagset v0.4.5 |
650 | 2024-08-29T01:17:25.882Z | Downloaded subtle v2.5.0 |
651 | 2024-08-29T01:17:25.884Z | Downloaded difflib v0.4.0 |
652 | 2024-08-29T01:17:25.884Z | Downloaded pin-project-lite v0.2.14 |
653 | 2024-08-29T01:17:25.890Z | Downloaded owo-colors v4.0.0 |
654 | 2024-08-29T01:17:25.894Z | Downloaded proc-macro-crate v1.3.1 |
655 | 2024-08-29T01:17:25.896Z | Downloaded pem v3.0.4 |
656 | 2024-08-29T01:17:25.896Z | Downloaded dirs-next v2.0.0 |
657 | 2024-08-29T01:17:25.899Z | Downloaded hostname v0.4.0 |
658 | 2024-08-29T01:17:25.901Z | Downloaded group v0.13.0 |
659 | 2024-08-29T01:17:25.903Z | Downloaded globset v0.4.14 |
660 | 2024-08-29T01:17:25.903Z | Downloaded tls_codec_derive v0.4.1 |
661 | 2024-08-29T01:17:25.906Z | Downloaded serde_derive_internals v0.29.1 |
662 | 2024-08-29T01:17:25.908Z | Downloaded const_format v0.2.32 |
663 | 2024-08-29T01:17:25.912Z | Downloaded tower-service v0.3.2 |
664 | 2024-08-29T01:17:25.915Z | Downloaded foreign-types v0.3.2 |
665 | 2024-08-29T01:17:25.917Z | Downloaded fxhash v0.2.1 |
666 | 2024-08-29T01:17:25.917Z | Downloaded httpdate v1.0.3 |
667 | 2024-08-29T01:17:25.917Z | Downloaded ff v0.13.0 |
668 | 2024-08-29T01:17:25.920Z | Downloaded rustc_version v0.1.7 |
669 | 2024-08-29T01:17:25.922Z | Downloaded smallvec v1.13.2 |
670 | 2024-08-29T01:17:25.924Z | Downloaded tokio-macros v2.4.0 |
671 | 2024-08-29T01:17:25.924Z | Downloaded vergen v8.3.2 |
672 | 2024-08-29T01:17:25.927Z | Downloaded rustls-pki-types v1.7.0 |
673 | 2024-08-29T01:17:25.930Z | Downloaded futures v0.3.30 |
674 | 2024-08-29T01:17:25.935Z | Downloaded base64 v0.22.1 |
675 | 2024-08-29T01:17:25.940Z | Downloaded slog-bunyan v2.5.0 |
676 | 2024-08-29T01:17:25.943Z | Downloaded slog-async v2.8.0 |
677 | 2024-08-29T01:17:25.945Z | Downloaded dirs-sys-next v0.1.2 |
678 | 2024-08-29T01:17:25.947Z | Downloaded serde-big-array v0.5.1 |
679 | 2024-08-29T01:17:25.947Z | Downloaded pkcs5 v0.7.1 |
680 | 2024-08-29T01:17:25.952Z | Downloaded float-cmp v0.9.0 |
681 | 2024-08-29T01:17:25.955Z | Downloaded strum_macros v0.24.3 |
682 | 2024-08-29T01:17:25.957Z | Downloaded structmeta-derive v0.3.0 |
683 | 2024-08-29T01:17:25.957Z | Downloaded rustfmt-wrapper v0.2.1 |
684 | 2024-08-29T01:17:25.960Z | Downloaded foreign-types-shared v0.3.1 |
685 | 2024-08-29T01:17:25.962Z | Downloaded tinyvec_macros v0.1.1 |
686 | 2024-08-29T01:17:25.962Z | Downloaded parse-size v1.0.0 |
687 | 2024-08-29T01:17:25.962Z | Downloaded spin v0.9.8 |
688 | 2024-08-29T01:17:25.965Z | Downloaded highway v1.2.0 |
689 | 2024-08-29T01:17:25.967Z | Downloaded futures-sink v0.3.30 |
690 | 2024-08-29T01:17:25.969Z | Downloaded zone v0.1.8 |
691 | 2024-08-29T01:17:25.969Z | Downloaded smf v0.2.3 |
692 | 2024-08-29T01:17:25.971Z | Downloaded phf v0.11.2 |
693 | 2024-08-29T01:17:25.974Z | Downloaded toml_edit v0.19.15 |
694 | 2024-08-29T01:17:25.991Z | Downloaded serde_arrays v0.1.0 |
695 | 2024-08-29T01:17:25.993Z | Downloaded http-range v0.1.5 |
696 | 2024-08-29T01:17:25.996Z | Downloaded sha1 v0.10.6 |
697 | 2024-08-29T01:17:25.996Z | Downloaded r2d2 v0.8.10 |
698 | 2024-08-29T01:17:25.998Z | Downloaded untrusted v0.7.1 |
699 | 2024-08-29T01:17:26.001Z | Downloaded rustls-pemfile v2.1.3 |
700 | 2024-08-29T01:17:26.005Z | Downloaded prettyplease v0.2.20 |
701 | 2024-08-29T01:17:26.008Z | Downloaded serde_with_macros v3.9.0 |
702 | 2024-08-29T01:17:26.008Z | Downloaded time-macros v0.2.18 |
703 | 2024-08-29T01:17:26.010Z | Downloaded pkcs8 v0.10.2 |
704 | 2024-08-29T01:17:26.013Z | Downloaded env_logger v0.9.3 |
705 | 2024-08-29T01:17:26.016Z | Downloaded futures-task v0.3.30 |
706 | 2024-08-29T01:17:26.018Z | Downloaded foreign-types v0.5.0 |
707 | 2024-08-29T01:17:26.021Z | Downloaded mio v1.0.2 |
708 | 2024-08-29T01:17:26.025Z | Downloaded untrusted v0.9.0 |
709 | 2024-08-29T01:17:26.027Z | Downloaded secrecy v0.8.0 |
710 | 2024-08-29T01:17:26.030Z | Downloaded supports-color v3.0.0 |
711 | 2024-08-29T01:17:26.033Z | Downloaded rusty-fork v0.3.0 |
712 | 2024-08-29T01:17:26.033Z | Downloaded parking_lot v0.12.2 |
713 | 2024-08-29T01:17:26.035Z | Downloaded resolv-conf v0.7.0 |
714 | 2024-08-29T01:17:26.038Z | Downloaded paste v1.0.15 |
715 | 2024-08-29T01:17:26.041Z | Downloaded parse-display-derive v0.10.0 |
716 | 2024-08-29T01:17:26.044Z | Downloaded structmeta-derive v0.2.0 |
717 | 2024-08-29T01:17:26.047Z | Downloaded password-hash v0.5.0 |
718 | 2024-08-29T01:17:26.047Z | Downloaded smallvec v0.6.14 |
719 | 2024-08-29T01:17:26.049Z | Downloaded slog-dtrace v0.3.0 |
720 | 2024-08-29T01:17:26.052Z | Downloaded utf-8 v0.7.6 |
721 | 2024-08-29T01:17:26.052Z | Downloaded slog v2.7.0 |
722 | 2024-08-29T01:17:26.055Z | Downloaded steno v0.4.1 |
723 | 2024-08-29T01:17:26.059Z | Downloaded vte_generate_state_changes v0.1.1 |
724 | 2024-08-29T01:17:26.062Z | Downloaded packed_struct_codegen v0.10.1 |
725 | 2024-08-29T01:17:26.064Z | Downloaded twox-hash v1.6.3 |
726 | 2024-08-29T01:17:26.066Z | Downloaded http-body v0.4.6 |
727 | 2024-08-29T01:17:26.066Z | Downloaded libm v0.2.8 |
728 | 2024-08-29T01:17:26.075Z | Downloaded parking_lot_core v0.9.10 |
729 | 2024-08-29T01:17:26.080Z | Downloaded downcast v0.11.0 |
730 | 2024-08-29T01:17:26.082Z | Downloaded getopts v0.2.21 |
731 | 2024-08-29T01:17:26.082Z | Downloaded gethostname v0.5.0 |
732 | 2024-08-29T01:17:26.082Z | Downloaded fragile v2.0.0 |
733 | 2024-08-29T01:17:26.085Z | Downloaded parking_lot_core v0.8.6 |
734 | 2024-08-29T01:17:26.087Z | Downloaded pem-rfc7468 v0.7.0 |
735 | 2024-08-29T01:17:26.089Z | Downloaded uzers v0.11.3 |
736 | 2024-08-29T01:17:26.092Z | Downloaded derive_builder v0.20.0 |
737 | 2024-08-29T01:17:26.096Z | Downloaded derive_builder_core v0.20.0 |
738 | 2024-08-29T01:17:26.098Z | Downloaded endian-type v0.1.2 |
739 | 2024-08-29T01:17:26.101Z | Downloaded futures-core v0.3.30 |
740 | 2024-08-29T01:17:26.101Z | Downloaded test-strategy v0.3.1 |
741 | 2024-08-29T01:17:26.104Z | Downloaded wait-timeout v0.2.0 |
742 | 2024-08-29T01:17:26.107Z | Downloaded try-lock v0.2.5 |
743 | 2024-08-29T01:17:26.109Z | Downloaded httparse v1.8.0 |
744 | 2024-08-29T01:17:26.111Z | Downloaded serde_repr v0.1.19 |
745 | 2024-08-29T01:17:26.114Z | Downloaded sec1 v0.7.3 |
746 | 2024-08-29T01:17:26.117Z | Downloaded string_cache v0.8.7 |
747 | 2024-08-29T01:17:26.118Z | Downloaded either v1.13.0 |
748 | 2024-08-29T01:17:26.120Z | Downloaded schemars_derive v0.8.21 |
749 | 2024-08-29T01:17:26.120Z | Downloaded spki v0.7.3 |
750 | 2024-08-29T01:17:26.123Z | Downloaded dyn-clone v1.0.17 |
751 | 2024-08-29T01:17:26.123Z | Downloaded dsl_auto_type v0.1.2 |
752 | 2024-08-29T01:17:26.126Z | Downloaded packed_struct v0.10.1 |
753 | 2024-08-29T01:17:26.129Z | Downloaded predicates-core v1.0.6 |
754 | 2024-08-29T01:17:26.129Z | Downloaded xattr v1.3.1 |
755 | 2024-08-29T01:17:26.131Z | Downloaded rtoolbox v0.0.2 |
756 | 2024-08-29T01:17:26.131Z | Downloaded blake3 v1.5.1 |
757 | 2024-08-29T01:17:26.140Z | Downloaded radium v0.7.0 |
758 | 2024-08-29T01:17:26.142Z | Downloaded sync_wrapper v0.1.2 |
759 | 2024-08-29T01:17:26.142Z | Downloaded derive_builder_macro v0.20.0 |
760 | 2024-08-29T01:17:26.145Z | Downloaded nom v7.1.3 |
761 | 2024-08-29T01:17:26.149Z | Downloaded structmeta v0.2.0 |
762 | 2024-08-29T01:17:26.151Z | Downloaded psl-types v2.0.11 |
763 | 2024-08-29T01:17:26.151Z | Downloaded erased-serde v0.3.31 |
764 | 2024-08-29T01:17:26.154Z | Downloaded strip-ansi-escapes v0.2.0 |
765 | 2024-08-29T01:17:26.156Z | Downloaded vsss-rs v3.3.4 |
766 | 2024-08-29T01:17:26.158Z | Downloaded zeroize_derive v1.4.2 |
767 | 2024-08-29T01:17:26.160Z | Downloaded time v0.3.36 |
768 | 2024-08-29T01:17:26.167Z | Downloaded rsa v0.9.6 |
769 | 2024-08-29T01:17:26.172Z | Downloaded headers-core v0.2.0 |
770 | 2024-08-29T01:17:26.175Z | Downloaded tokio-rustls v0.25.0 |
771 | 2024-08-29T01:17:26.177Z | Downloaded signal-hook-mio v0.2.4 |
772 | 2024-08-29T01:17:26.177Z | Downloaded phf_shared v0.10.0 |
773 | 2024-08-29T01:17:26.179Z | Downloaded scrypt v0.11.0 |
774 | 2024-08-29T01:17:26.179Z | Downloaded ron v0.8.1 |
775 | 2024-08-29T01:17:26.185Z | Downloaded rayon-core v1.12.1 |
776 | 2024-08-29T01:17:26.189Z | Downloaded pretty-hex v0.2.1 |
777 | 2024-08-29T01:17:26.191Z | Downloaded serde_yaml v0.9.34+deprecated |
778 | 2024-08-29T01:17:26.194Z | Downloaded predicates-tree v1.0.9 |
779 | 2024-08-29T01:17:26.197Z | Downloaded num-bigint-dig v0.8.4 |
780 | 2024-08-29T01:17:26.201Z | Downloaded embedded-io v0.4.0 |
781 | 2024-08-29T01:17:26.203Z | Downloaded quick-error v1.2.3 |
782 | 2024-08-29T01:17:26.206Z | Downloaded glob v0.3.1 |
783 | 2024-08-29T01:17:26.208Z | Downloaded phf_shared v0.11.2 |
784 | 2024-08-29T01:17:26.208Z | Downloaded sigpipe v0.1.3 |
785 | 2024-08-29T01:17:26.208Z | Downloaded der v0.7.9 |
786 | 2024-08-29T01:17:26.214Z | Downloaded hashbrown v0.13.2 |
787 | 2024-08-29T01:17:26.219Z | Downloaded hex v0.4.3 |
788 | 2024-08-29T01:17:26.221Z | Downloaded tiny-keccak v2.0.2 |
789 | 2024-08-29T01:17:26.223Z | Downloaded siphasher v0.3.11 |
790 | 2024-08-29T01:17:26.226Z | Downloaded peg-macros v0.8.4 |
791 | 2024-08-29T01:17:26.228Z | Downloaded uuid v1.10.0 |
792 | 2024-08-29T01:17:26.230Z | Downloaded fallible-streaming-iterator v0.1.9 |
793 | 2024-08-29T01:17:26.232Z | Downloaded fallible-iterator v0.3.0 |
794 | 2024-08-29T01:17:26.235Z | Downloaded fallible-iterator v0.2.0 |
795 | 2024-08-29T01:17:26.235Z | Downloaded termcolor v1.4.1 |
796 | 2024-08-29T01:17:26.237Z | Downloaded sqlformat v0.2.4 |
797 | 2024-08-29T01:17:26.237Z | Downloaded tokio-stream v0.1.15 |
798 | 2024-08-29T01:17:26.242Z | Downloaded sct v0.7.1 |
799 | 2024-08-29T01:17:26.245Z | Downloaded signal-hook-registry v1.4.2 |
800 | 2024-08-29T01:17:26.248Z | Downloaded termios v0.3.3 |
801 | 2024-08-29T01:17:26.250Z | Downloaded structmeta v0.3.0 |
802 | 2024-08-29T01:17:26.250Z | Downloaded percent-encoding v2.3.1 |
803 | 2024-08-29T01:17:26.252Z | Downloaded ref-cast-impl v1.0.23 |
804 | 2024-08-29T01:17:26.252Z | Downloaded vte v0.11.1 |
805 | 2024-08-29T01:17:26.255Z | Downloaded tungstenite v0.21.0 |
806 | 2024-08-29T01:17:26.257Z | Downloaded tokio-native-tls v0.3.1 |
807 | 2024-08-29T01:17:26.260Z | Downloaded ref-cast v1.0.23 |
808 | 2024-08-29T01:17:26.263Z | Downloaded tungstenite v0.23.0 |
809 | 2024-08-29T01:17:26.266Z | Downloaded strum_macros v0.25.3 |
810 | 2024-08-29T01:17:26.268Z | Downloaded pin-project v1.1.5 |
811 | 2024-08-29T01:17:26.280Z | Downloaded yasna v0.5.2 |
812 | 2024-08-29T01:17:26.282Z | Downloaded diff v0.1.13 |
813 | 2024-08-29T01:17:26.285Z | Downloaded postgres-protocol v0.6.7 |
814 | 2024-08-29T01:17:26.288Z | Downloaded poly1305 v0.8.0 |
815 | 2024-08-29T01:17:26.290Z | Downloaded openssl-sys v0.9.103 |
816 | 2024-08-29T01:17:26.296Z | Downloaded form_urlencoded v1.2.1 |
817 | 2024-08-29T01:17:26.298Z | Downloaded tokio-tungstenite v0.23.1 |
818 | 2024-08-29T01:17:26.300Z | Downloaded hickory-client v0.24.1 |
819 | 2024-08-29T01:17:26.303Z | Downloaded tracing-core v0.1.32 |
820 | 2024-08-29T01:17:26.305Z | Downloaded schemars v0.8.21 |
821 | 2024-08-29T01:17:26.318Z | Downloaded stable_deref_trait v1.2.0 |
822 | 2024-08-29T01:17:26.320Z | Downloaded x509-cert v0.2.5 |
823 | 2024-08-29T01:17:26.325Z | Downloaded bitvec v1.0.1 |
824 | 2024-08-29T01:17:26.340Z | Downloaded tokio-tungstenite v0.20.1 |
825 | 2024-08-29T01:17:26.343Z | Downloaded tracing-attributes v0.1.27 |
826 | 2024-08-29T01:17:26.345Z | Downloaded zip v0.6.6 |
827 | 2024-08-29T01:17:26.349Z | Downloaded http v1.1.0 |
828 | 2024-08-29T01:17:26.354Z | Downloaded similar v2.6.0 |
829 | 2024-08-29T01:17:26.359Z | Downloaded elliptic-curve v0.13.8 |
830 | 2024-08-29T01:17:26.363Z | Downloaded tough v0.17.1 |
831 | 2024-08-29T01:17:26.371Z | Downloaded unicode-normalization v0.1.23 |
832 | 2024-08-29T01:17:26.375Z | Downloaded rustls-webpki v0.101.7 |
833 | 2024-08-29T01:17:26.391Z | Downloaded chrono v0.4.38 |
834 | 2024-08-29T01:17:26.398Z | Downloaded tracing v0.1.40 |
835 | 2024-08-29T01:17:26.404Z | Downloaded hyper v0.14.30 |
836 | 2024-08-29T01:17:26.412Z | Downloaded ron v0.7.1 |
837 | 2024-08-29T01:17:26.417Z | Downloaded headers v0.3.9 |
838 | 2024-08-29T01:17:26.423Z | Downloaded expectorate v1.1.0 |
839 | 2024-08-29T01:17:26.425Z | Downloaded heapless v0.8.0 |
840 | 2024-08-29T01:17:26.429Z | Downloaded serde_with v3.9.0 |
841 | 2024-08-29T01:17:26.438Z | Downloaded bindgen v0.69.4 |
842 | 2024-08-29T01:17:26.446Z | Downloaded itertools v0.13.0 |
843 | 2024-08-29T01:17:26.453Z | Downloaded hkdf v0.12.4 |
844 | 2024-08-29T01:17:26.456Z | Downloaded rustyline v14.0.0 |
845 | 2024-08-29T01:17:26.462Z | Downloaded curve25519-dalek v4.1.3 |
846 | 2024-08-29T01:17:26.471Z | Downloaded regex v1.10.6 |
847 | 2024-08-29T01:17:26.485Z | Downloaded quick-xml v0.31.0 |
848 | 2024-08-29T01:17:26.492Z | Downloaded http v0.2.12 |
849 | 2024-08-29T01:17:26.496Z | Downloaded rustls-webpki v0.102.4 |
850 | 2024-08-29T01:17:26.514Z | Downloaded rusqlite v0.31.0 |
851 | 2024-08-29T01:17:26.521Z | Downloaded h2 v0.3.26 |
852 | 2024-08-29T01:17:26.528Z | Downloaded proptest v1.5.0 |
853 | 2024-08-29T01:17:26.538Z | Downloaded reedline v0.33.0 |
854 | 2024-08-29T01:17:26.546Z | Downloaded git2 v0.19.0 |
855 | 2024-08-29T01:17:26.555Z | Downloaded sqlparser v0.45.0 |
856 | 2024-08-29T01:17:26.561Z | Downloaded lalrpop v0.19.12 |
857 | 2024-08-29T01:17:26.573Z | Downloaded futures-util v0.3.30 |
858 | 2024-08-29T01:17:26.585Z | Downloaded rustls v0.21.12 |
859 | 2024-08-29T01:17:26.597Z | Downloaded rayon v1.10.0 |
860 | 2024-08-29T01:17:26.606Z | Downloaded portable-atomic v1.6.0 |
861 | 2024-08-29T01:17:26.613Z | Downloaded gimli v0.28.1 |
862 | 2024-08-29T01:17:26.622Z | Downloaded polar-core v0.27.3 |
863 | 2024-08-29T01:17:26.649Z | Downloaded nix v0.28.0 |
864 | 2024-08-29T01:17:26.664Z | Downloaded webpki-roots v0.25.4 |
865 | 2024-08-29T01:17:26.669Z | Downloaded object v0.32.2 |
866 | 2024-08-29T01:17:26.683Z | Downloaded nix v0.27.1 |
867 | 2024-08-29T01:17:26.694Z | Downloaded diesel v2.2.3 |
868 | 2024-08-29T01:17:26.715Z | Downloaded radix_trie v0.2.1 |
869 | 2024-08-29T01:17:26.720Z | Downloaded hickory-proto v0.24.1 |
870 | 2024-08-29T01:17:26.739Z | Downloaded zerocopy-derive v0.6.6 |
871 | 2024-08-29T01:17:26.749Z | Downloaded sled v0.34.7 |
872 | 2024-08-29T01:17:26.760Z | Downloaded regex-automata v0.4.6 |
873 | 2024-08-29T01:17:26.778Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
874 | 2024-08-29T01:17:26.792Z | Downloaded regress v0.9.1 |
875 | 2024-08-29T01:17:26.800Z | Downloaded petgraph v0.6.5 |
876 | 2024-08-29T01:17:26.818Z | Downloaded openapiv3 v2.0.0 |
877 | 2024-08-29T01:17:26.830Z | Downloaded regex-syntax v0.8.4 |
878 | 2024-08-29T01:17:26.838Z | Downloaded csv v1.3.0 |
879 | 2024-08-29T01:17:26.860Z | Downloaded rustls v0.22.4 |
880 | 2024-08-29T01:17:26.880Z | Downloaded ratatui v0.28.0 |
881 | 2024-08-29T01:17:26.905Z | Downloaded bstr v1.9.1 |
882 | 2024-08-29T01:17:26.915Z | Downloaded smoltcp v0.9.1 |
883 | 2024-08-29T01:17:26.927Z | Downloaded encoding_rs v0.8.34 |
884 | 2024-08-29T01:17:26.950Z | Downloaded smoltcp v0.11.0 |
885 | 2024-08-29T01:17:26.962Z | Downloaded finl_unicode v1.2.0 |
886 | 2024-08-29T01:17:26.976Z | Downloaded idna v0.5.0 |
887 | 2024-08-29T01:17:26.984Z | Downloaded openssl v0.10.66 |
888 | 2024-08-29T01:17:26.997Z | Downloaded object v0.30.4 |
889 | 2024-08-29T01:17:27.008Z | Downloaded tokio v1.39.3 |
890 | 2024-08-29T01:17:27.047Z | Downloaded idna v0.3.0 |
891 | 2024-08-29T01:17:27.053Z | Downloaded regex-syntax v0.6.29 |
892 | 2024-08-29T01:17:27.062Z | Downloaded reqwest v0.11.27 |
893 | 2024-08-29T01:17:27.070Z | Downloaded sha3 v0.10.8 |
894 | 2024-08-29T01:17:27.075Z | Downloaded dropshot v0.10.1 |
895 | 2024-08-29T01:17:27.088Z | Downloaded vcpkg v0.2.15 |
896 | 2024-08-29T01:17:27.128Z | Downloaded tinyvec v1.6.0 |
897 | 2024-08-29T01:17:27.131Z | Downloaded heapless v0.7.17 |
898 | 2024-08-29T01:17:27.134Z | Downloaded url v2.5.2 |
899 | 2024-08-29T01:17:27.138Z | Downloaded publicsuffix v2.2.3 |
900 | 2024-08-29T01:17:27.141Z | Downloaded zeroize v1.7.0 |
901 | 2024-08-29T01:17:27.143Z | Downloaded flate2 v1.0.31 |
902 | 2024-08-29T01:17:27.149Z | Downloaded winnow v0.5.40 |
903 | 2024-08-29T01:17:27.158Z | Downloaded ring v0.17.8 |
904 | 2024-08-29T01:17:27.232Z | Downloaded itertools v0.12.1 |
905 | 2024-08-29T01:17:27.240Z | Downloaded hickory-resolver v0.24.1 |
906 | 2024-08-29T01:17:27.246Z | Downloaded hickory-server v0.24.1 |
907 | 2024-08-29T01:17:27.251Z | Downloaded strum_macros v0.26.4 |
908 | 2024-08-29T01:17:27.255Z | Downloaded half v2.4.1 |
909 | 2024-08-29T01:17:27.257Z | Downloaded rustc_version v0.4.0 |
910 | 2024-08-29T01:17:27.260Z | Downloaded stringprep v0.1.4 |
911 | 2024-08-29T01:17:27.262Z | Downloaded hashbrown v0.12.3 |
912 | 2024-08-29T01:17:27.265Z | Downloaded idna v0.4.0 |
913 | 2024-08-29T01:17:27.274Z | Downloaded signal-hook v0.3.17 |
914 | 2024-08-29T01:17:27.277Z | Downloaded tokio-postgres v0.7.11 |
915 | 2024-08-29T01:17:27.283Z | Downloaded rcgen v0.12.1 |
916 | 2024-08-29T01:17:27.286Z | Downloaded tokio-tungstenite v0.21.0 |
917 | 2024-08-29T01:17:27.289Z | Downloaded sqlparser_derive v0.2.2 |
918 | 2024-08-29T01:17:27.292Z | Downloaded pkg-config v0.3.30 |
919 | 2024-08-29T01:17:27.292Z | Downloaded walkdir v2.5.0 |
920 | 2024-08-29T01:17:27.294Z | Downloaded itertools v0.10.5 |
921 | 2024-08-29T01:17:27.299Z | Downloaded unicode-segmentation v1.11.0 |
922 | 2024-08-29T01:17:27.303Z | Downloaded tokio-util v0.7.11 |
923 | 2024-08-29T01:17:27.311Z | Downloaded hash32 v0.2.1 |
924 | 2024-08-29T01:17:27.313Z | Downloaded unicode-bidi v0.3.15 |
925 | 2024-08-29T01:17:27.316Z | Downloaded mio v0.8.11 |
926 | 2024-08-29T01:17:27.321Z | Downloaded rustc-demangle v0.1.24 |
927 | 2024-08-29T01:17:27.325Z | Downloaded derive-where v1.2.7 |
928 | 2024-08-29T01:17:27.327Z | Downloaded salsa20 v0.10.2 |
929 | 2024-08-29T01:17:27.330Z | Downloaded rustc-hash v1.1.0 |
930 | 2024-08-29T01:17:27.330Z | Downloaded display-error-chain v0.2.0 |
931 | 2024-08-29T01:17:27.333Z | Downloaded futures-macro v0.3.30 |
932 | 2024-08-29T01:17:27.333Z | Downloaded futures-executor v0.3.30 |
933 | 2024-08-29T01:17:27.335Z | Downloaded libxml v0.3.3 |
934 | 2024-08-29T01:17:27.340Z | Downloaded parking_lot v0.11.2 |
935 | 2024-08-29T01:17:27.343Z | Downloaded rand v0.8.5 |
936 | 2024-08-29T01:17:27.347Z | Downloaded unsafe-libyaml v0.2.11 |
937 | 2024-08-29T01:17:27.351Z | Downloaded typed-path v0.7.1 |
938 | 2024-08-29T01:17:27.357Z | Downloaded futures-channel v0.3.30 |
939 | 2024-08-29T01:17:27.360Z | Downloaded crossterm v0.28.1 |
940 | 2024-08-29T01:17:27.367Z | Downloaded hmac v0.12.1 |
941 | 2024-08-29T01:17:27.370Z | Downloaded which v4.4.2 |
942 | 2024-08-29T01:17:27.375Z | Downloaded minimal-lexical v0.2.1 |
943 | 2024-08-29T01:17:27.379Z | Downloaded tungstenite v0.20.1 |
944 | 2024-08-29T01:17:27.381Z | Downloaded postcard v1.0.8 |
945 | 2024-08-29T01:17:27.384Z | Downloaded parse-display v0.10.0 |
946 | 2024-08-29T01:17:27.384Z | Downloaded der_derive v0.7.2 |
947 | 2024-08-29T01:17:27.387Z | Downloaded foreign-types-macros v0.2.3 |
948 | 2024-08-29T01:17:27.387Z | Downloaded serde-hex v0.1.0 |
949 | 2024-08-29T01:17:27.390Z | Downloaded pkcs1 v0.7.5 |
950 | 2024-08-29T01:17:27.392Z | Downloaded oso v0.27.3 |
951 | 2024-08-29T01:17:27.395Z | Downloaded subprocess v0.2.9 |
952 | 2024-08-29T01:17:27.398Z | Downloaded omicron-zone-package v0.11.0 |
953 | 2024-08-29T01:17:27.402Z | Downloaded pin-project-internal v1.1.5 |
954 | 2024-08-29T01:17:27.406Z | Downloaded aes v0.8.4 |
955 | 2024-08-29T01:17:27.408Z | Downloaded thiserror-no-std v2.0.2 |
956 | 2024-08-29T01:17:27.411Z | Downloaded thiserror-impl-no-std v2.0.2 |
957 | 2024-08-29T01:17:27.413Z | Downloaded rustls-pemfile v1.0.4 |
958 | 2024-08-29T01:17:27.416Z | Downloaded unicode_categories v0.1.1 |
959 | 2024-08-29T01:17:27.419Z | Downloaded rand_xorshift v0.3.0 |
960 | 2024-08-29T01:17:27.419Z | Downloaded rand_core v0.6.4 |
961 | 2024-08-29T01:17:27.421Z | Downloaded hashlink v0.9.1 |
962 | 2024-08-29T01:17:27.421Z | Downloaded flume v0.11.0 |
963 | 2024-08-29T01:17:27.426Z | Downloaded diesel_derives v2.2.2 |
964 | 2024-08-29T01:17:27.430Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
965 | 2024-08-29T01:17:27.495Z | Downloaded miniz_oxide v0.7.2 |
966 | 2024-08-29T01:17:27.498Z | Downloaded fixedbitset v0.4.2 |
967 | 2024-08-29T01:17:27.501Z | Downloaded enum-as-inner v0.6.0 |
968 | 2024-08-29T01:17:27.503Z | Downloaded want v0.3.1 |
969 | 2024-08-29T01:17:27.503Z | Downloaded serde_urlencoded v0.7.1 |
970 | 2024-08-29T01:17:27.506Z | Downloaded rustversion v1.0.17 |
971 | 2024-08-29T01:17:27.508Z | Downloaded rand_chacha v0.3.1 |
972 | 2024-08-29T01:17:27.508Z | Downloaded defmt-parser v0.3.4 |
973 | 2024-08-29T01:17:27.508Z | Downloaded wyz v0.5.1 |
974 | 2024-08-29T01:17:27.511Z | Downloaded unicase v2.7.0 |
975 | 2024-08-29T01:17:27.511Z | Downloaded fatfs v0.3.6 |
976 | 2024-08-29T01:17:27.517Z | Downloaded snafu v0.8.2 |
977 | 2024-08-29T01:17:27.520Z | Downloaded num-traits v0.2.19 |
978 | 2024-08-29T01:17:27.525Z | Downloaded mockall_derive v0.13.0 |
979 | 2024-08-29T01:17:27.528Z | Downloaded memmap2 v0.9.4 |
980 | 2024-08-29T01:17:27.528Z | Downloaded indicatif v0.17.8 |
981 | 2024-08-29T01:17:27.531Z | Downloaded pbkdf2 v0.12.2 |
982 | 2024-08-29T01:17:27.534Z | Downloaded zerocopy v0.6.6 |
983 | 2024-08-29T01:17:27.537Z | Downloaded toml v0.7.8 |
984 | 2024-08-29T01:17:27.539Z | Downloaded const-oid v0.9.6 |
985 | 2024-08-29T01:17:27.542Z | Downloaded num-rational v0.4.2 |
986 | 2024-08-29T01:17:27.544Z | Downloaded tar v0.4.41 |
987 | 2024-08-29T01:17:27.547Z | Downloaded bytes v1.7.1 |
988 | 2024-08-29T01:17:27.550Z | Downloaded ena v0.14.3 |
989 | 2024-08-29T01:17:27.553Z | Downloaded deranged v0.3.11 |
990 | 2024-08-29T01:17:27.555Z | Downloaded tokio-rustls v0.24.1 |
991 | 2024-08-29T01:17:27.555Z | Downloaded slab v0.4.9 |
992 | 2024-08-29T01:17:27.558Z | Downloaded native-tls v0.2.11 |
993 | 2024-08-29T01:17:27.560Z | Downloaded multer v3.1.0 |
994 | 2024-08-29T01:17:27.562Z | Downloaded lock_api v0.4.12 |
995 | 2024-08-29T01:17:27.564Z | Downloaded libloading v0.8.3 |
996 | 2024-08-29T01:17:27.567Z | Downloaded managed v0.8.0 |
997 | 2024-08-29T01:17:27.570Z | Downloaded libsw v3.3.1 |
998 | 2024-08-29T01:17:27.570Z | Downloaded crc-any v2.5.0 |
999 | 2024-08-29T01:17:27.572Z | Downloaded clang-sys v1.7.0 |
1000 | 2024-08-29T01:17:27.576Z | Downloaded whoami v1.5.1 |
1001 | 2024-08-29T01:17:27.578Z | Downloaded olpc-cjson v0.1.3 |
1002 | 2024-08-29T01:17:27.578Z | Downloaded cookie v0.18.1 |
1003 | 2024-08-29T01:17:27.581Z | Downloaded crossbeam-channel v0.5.12 |
1004 | 2024-08-29T01:17:27.585Z | Downloaded cancel-safe-futures v0.1.5 |
1005 | 2024-08-29T01:17:27.588Z | Downloaded allocator-api2 v0.2.18 |
1006 | 2024-08-29T01:17:27.592Z | Downloaded crc32fast v1.4.0 |
1007 | 2024-08-29T01:17:27.595Z | Downloaded is_ci v1.2.0 |
1008 | 2024-08-29T01:17:27.595Z | Downloaded shell-words v1.1.0 |
1009 | 2024-08-29T01:17:27.595Z | Downloaded scopeguard v1.2.0 |
1010 | 2024-08-29T01:17:27.598Z | Downloaded libefi-sys v0.1.0 |
1011 | 2024-08-29T01:17:27.598Z | Downloaded is-terminal v0.4.12 |
1012 | 2024-08-29T01:17:27.600Z | Downloaded cookie_store v0.20.0 |
1013 | 2024-08-29T01:17:27.602Z | Downloaded inout v0.1.3 |
1014 | 2024-08-29T01:17:27.602Z | Downloaded indoc v1.0.9 |
1015 | 2024-08-29T01:17:27.605Z | Downloaded array-init v0.0.4 |
1016 | 2024-08-29T01:17:27.608Z | Downloaded cc v1.0.97 |
1017 | 2024-08-29T01:17:27.612Z | Downloaded chacha20poly1305 v0.10.1 |
1018 | 2024-08-29T01:17:27.614Z | Downloaded defmt v0.3.8 |
1019 | 2024-08-29T01:17:27.614Z | Downloaded crc-catalog v2.4.0 |
1020 | 2024-08-29T01:17:27.618Z | Downloaded jobserver v0.1.32 |
1021 | 2024-08-29T01:17:27.623Z | Downloaded ipnetwork v0.20.0 |
1022 | 2024-08-29T01:17:27.623Z | Downloaded iana-time-zone v0.1.60 |
1023 | 2024-08-29T01:17:27.627Z | Downloaded bit-vec v0.6.3 |
1024 | 2024-08-29T01:17:27.627Z | Downloaded backtrace v0.3.71 |
1025 | 2024-08-29T01:17:27.629Z | Downloaded cexpr v0.6.0 |
1026 | 2024-08-29T01:17:27.632Z | Downloaded nodrop v0.1.14 |
1027 | 2024-08-29T01:17:27.632Z | Downloaded newtype_derive v0.1.6 |
1028 | 2024-08-29T01:17:27.634Z | Downloaded base64 v0.13.1 |
1029 | 2024-08-29T01:17:27.637Z | Downloaded serde_path_to_error v0.1.16 |
1030 | 2024-08-29T01:17:27.637Z | Downloaded newline-converter v0.3.0 |
1031 | 2024-08-29T01:17:27.640Z | Downloaded base16ct v0.2.0 |
1032 | 2024-08-29T01:17:27.640Z | Downloaded ahash v0.8.11 |
1033 | 2024-08-29T01:17:27.642Z | Downloaded linear-map v1.2.0 |
1034 | 2024-08-29T01:17:27.645Z | Downloaded lalrpop-util v0.19.12 |
1035 | 2024-08-29T01:17:27.645Z | Downloaded indent_write v2.2.0 |
1036 | 2024-08-29T01:17:27.648Z | Downloaded crunchy v0.2.2 |
1037 | 2024-08-29T01:17:27.648Z | Downloaded md-5 v0.10.6 |
1038 | 2024-08-29T01:17:27.651Z | Downloaded newtype-uuid v1.1.0 |
1039 | 2024-08-29T01:17:27.651Z | Downloaded lazycell v1.3.0 |
1040 | 2024-08-29T01:17:27.651Z | Downloaded hyper-staticfile v0.9.5 |
1041 | 2024-08-29T01:17:27.654Z | Downloaded crc v3.2.1 |
1042 | 2024-08-29T01:17:27.656Z | Downloaded impl-trait-for-tuples v0.2.2 |
1043 | 2024-08-29T01:17:27.659Z | Downloaded humantime v2.1.0 |
1044 | 2024-08-29T01:17:27.661Z | Downloaded addr2line v0.21.0 |
1045 | 2024-08-29T01:17:27.664Z | Downloaded async-stream-impl v0.3.5 |
1046 | 2024-08-29T01:17:27.664Z | Downloaded const_format_proc_macros v0.2.32 |
1047 | 2024-08-29T01:17:27.667Z | Downloaded atty v0.2.14 |
1048 | 2024-08-29T01:17:27.669Z | Downloaded async-bb8-diesel v0.2.1 |
1049 | 2024-08-29T01:17:27.669Z | Downloaded arrayvec v0.7.4 |
1050 | 2024-08-29T01:17:27.672Z | Downloaded cbc v0.1.2 |
1051 | 2024-08-29T01:17:27.674Z | Downloaded bzip2 v0.4.4 |
1052 | 2024-08-29T01:17:27.675Z | Downloaded adler v1.0.2 |
1053 | 2024-08-29T01:17:27.677Z | Downloaded async-trait v0.1.81 |
1054 | 2024-08-29T01:17:27.679Z | Downloaded bcs v0.1.6 |
1055 | 2024-08-29T01:17:27.682Z | Downloaded cobs v0.2.3 |
1056 | 2024-08-29T01:17:27.685Z | Downloaded block-padding v0.3.3 |
1057 | 2024-08-29T01:17:27.685Z | Downloaded bitfield v0.14.0 |
1058 | 2024-08-29T01:17:27.685Z | Downloaded bb8 v0.8.5 |
1059 | 2024-08-29T01:17:27.986Z | Downloaded libz-sys v1.1.16 |
1060 | 2024-08-29T01:17:28.198Z | Downloaded libsqlite3-sys v0.28.0 |
1061 | 2024-08-29T01:17:28.278Z | Downloaded ring v0.16.20 |
1062 | 2024-08-29T01:17:28.452Z | Compiling serde v1.0.208 |
1063 | 2024-08-29T01:17:28.455Z | Compiling typenum v1.17.0 |
1064 | 2024-08-29T01:17:28.455Z | Compiling lock_api v0.4.12 |
1065 | 2024-08-29T01:17:28.455Z | Compiling generic-array v0.14.7 |
1066 | 2024-08-29T01:17:28.455Z | Compiling scopeguard v1.2.0 |
1067 | 2024-08-29T01:17:28.595Z | Compiling log v0.4.21 |
1068 | 2024-08-29T01:17:28.621Z | Compiling syn v2.0.74 |
1069 | 2024-08-29T01:17:28.625Z | Compiling getrandom v0.2.14 |
1070 | 2024-08-29T01:17:28.761Z | Compiling jobserver v0.1.32 |
1071 | 2024-08-29T01:17:28.986Z | Compiling rand_core v0.6.4 |
1072 | 2024-08-29T01:17:29.074Z | Compiling subtle v2.5.0 |
1073 | 2024-08-29T01:17:29.161Z | Compiling cc v1.0.97 |
1074 | 2024-08-29T01:17:29.179Z | Compiling const-oid v0.9.6 |
1075 | 2024-08-29T01:17:29.437Z | Compiling smallvec v1.13.2 |
1076 | 2024-08-29T01:17:29.496Z | Compiling pin-project-lite v0.2.14 |
1077 | 2024-08-29T01:17:29.521Z | Compiling parking_lot_core v0.9.10 |
1078 | 2024-08-29T01:17:29.616Z | Compiling signal-hook-registry v1.4.2 |
1079 | 2024-08-29T01:17:29.666Z | Compiling spin v0.9.8 |
1080 | 2024-08-29T01:17:29.860Z | Compiling mio v1.0.2 |
1081 | 2024-08-29T01:17:30.104Z | Compiling ahash v0.8.11 |
1082 | 2024-08-29T01:17:30.437Z | Compiling parking_lot v0.12.2 |
1083 | 2024-08-29T01:17:30.460Z | Compiling tinyvec_macros v0.1.1 |
1084 | 2024-08-29T01:17:30.556Z | Compiling tinyvec v1.6.0 |
1085 | 2024-08-29T01:17:30.742Z | Compiling socket2 v0.5.7 |
1086 | 2024-08-29T01:17:31.140Z | Compiling serde_json v1.0.125 |
1087 | 2024-08-29T01:17:31.199Z | Compiling futures-core v0.3.30 |
1088 | 2024-08-29T01:17:31.331Z | Compiling futures-sink v0.3.30 |
1089 | 2024-08-29T01:17:31.411Z | Compiling cpufeatures v0.2.12 |
1090 | 2024-08-29T01:17:31.428Z | Compiling libm v0.2.8 |
1091 | 2024-08-29T01:17:31.500Z | Compiling num-traits v0.2.19 |
1092 | 2024-08-29T01:17:31.517Z | Compiling slab v0.4.9 |
1093 | 2024-08-29T01:17:31.534Z | Compiling allocator-api2 v0.2.18 |
1094 | 2024-08-29T01:17:31.763Z | Compiling unicode-bidi v0.3.15 |
1095 | 2024-08-29T01:17:32.129Z | Compiling unicode-normalization v0.1.23 |
1096 | 2024-08-29T01:17:32.148Z | Compiling futures-channel v0.3.30 |
1097 | 2024-08-29T01:17:32.371Z | Compiling pkg-config v0.3.30 |
1098 | 2024-08-29T01:17:32.479Z | Compiling vcpkg v0.2.15 |
1099 | 2024-08-29T01:17:32.610Z | Compiling futures-io v0.3.30 |
1100 | 2024-08-29T01:17:33.395Z | Compiling futures-task v0.3.30 |
1101 | 2024-08-29T01:17:33.506Z | Compiling pin-utils v0.1.0 |
1102 | 2024-08-29T01:17:33.509Z | Compiling base64ct v1.6.0 |
1103 | 2024-08-29T01:17:33.571Z | Compiling ring v0.17.8 |
1104 | 2024-08-29T01:17:33.611Z | Compiling percent-encoding v2.3.1 |
1105 | 2024-08-29T01:17:33.702Z | Compiling flagset v0.4.5 |
1106 | 2024-08-29T01:17:33.924Z | Compiling ppv-lite86 v0.2.17 |
1107 | 2024-08-29T01:17:33.993Z | Compiling pem-rfc7468 v0.7.0 |
1108 | 2024-08-29T01:17:34.104Z | Compiling tracing-core v0.1.32 |
1109 | 2024-08-29T01:17:34.138Z | Compiling untrusted v0.9.0 |
1110 | 2024-08-29T01:17:34.319Z | Compiling rustix v0.38.34 |
1111 | 2024-08-29T01:17:34.722Z | Compiling rand_chacha v0.3.1 |
1112 | 2024-08-29T01:17:34.785Z | Compiling foreign-types-shared v0.1.1 |
1113 | 2024-08-29T01:17:34.872Z | Compiling openssl-sys v0.9.103 |
1114 | 2024-08-29T01:17:34.928Z | Compiling rustversion v1.0.17 |
1115 | 2024-08-29T01:17:35.203Z | Compiling rand v0.8.5 |
1116 | 2024-08-29T01:17:35.302Z | Compiling powerfmt v0.2.0 |
1117 | 2024-08-29T01:17:35.589Z | Compiling httparse v1.8.0 |
1118 | 2024-08-29T01:17:35.661Z | Compiling time-core v0.1.2 |
1119 | 2024-08-29T01:17:35.719Z | Compiling num-conv v0.1.0 |
1120 | 2024-08-29T01:17:35.826Z | Compiling openssl v0.10.66 |
1121 | 2024-08-29T01:17:36.004Z | Compiling time-macros v0.2.18 |
1122 | 2024-08-29T01:17:36.108Z | Compiling deranged v0.3.11 |
1123 | 2024-08-29T01:17:36.252Z | Compiling foreign-types v0.3.2 |
1124 | 2024-08-29T01:17:36.328Z | Compiling form_urlencoded v1.2.1 |
1125 | 2024-08-29T01:17:36.688Z | Compiling aho-corasick v1.1.3 |
1126 | 2024-08-29T01:17:37.125Z | Compiling siphasher v0.3.11 |
1127 | 2024-08-29T01:17:37.184Z | Compiling crossbeam-utils v0.8.19 |
1128 | 2024-08-29T01:17:37.463Z | Compiling rustls v0.21.12 |
1129 | 2024-08-29T01:17:37.610Z | Compiling num_threads v0.1.7 |
1130 | 2024-08-29T01:17:37.713Z | Compiling syn v1.0.109 |
1131 | 2024-08-29T01:17:37.735Z | Compiling native-tls v0.2.11 |
1132 | 2024-08-29T01:17:37.823Z | Compiling try-lock v0.2.5 |
1133 | 2024-08-29T01:17:37.968Z | Compiling regex-syntax v0.8.4 |
1134 | 2024-08-29T01:17:38.043Z | Compiling want v0.3.1 |
1135 | 2024-08-29T01:17:38.438Z | Compiling idna v0.5.0 |
1136 | 2024-08-29T01:17:39.016Z | Compiling cookie v0.17.0 |
1137 | 2024-08-29T01:17:39.309Z | Compiling openssl-probe v0.1.5 |
1138 | 2024-08-29T01:17:39.372Z | Compiling time v0.3.36 |
1139 | 2024-08-29T01:17:39.494Z | Compiling adler v1.0.2 |
1140 | 2024-08-29T01:17:39.642Z | Compiling slog v2.7.0 |
1141 | 2024-08-29T01:17:39.718Z | Compiling httpdate v1.0.3 |
1142 | 2024-08-29T01:17:40.019Z | Compiling finl_unicode v1.2.0 |
1143 | 2024-08-29T01:17:40.151Z | Compiling tower-service v0.3.2 |
1144 | 2024-08-29T01:17:40.191Z | Compiling iana-time-zone v0.1.60 |
1145 | 2024-08-29T01:17:40.328Z | Compiling miniz_oxide v0.7.2 |
1146 | 2024-08-29T01:17:40.593Z | Compiling stringprep v0.1.4 |
1147 | 2024-08-29T01:17:40.763Z | Compiling url v2.5.2 |
1148 | 2024-08-29T01:17:41.896Z | Compiling regex-automata v0.4.6 |
1149 | 2024-08-29T01:17:42.729Z | Compiling num-integer v0.1.46 |
1150 | 2024-08-29T01:17:43.523Z | Compiling sct v0.7.1 |
1151 | 2024-08-29T01:17:43.705Z | Compiling rustls-webpki v0.101.7 |
1152 | 2024-08-29T01:17:43.744Z | Compiling serde_derive v1.0.208 |
1153 | 2024-08-29T01:17:43.847Z | Compiling zeroize_derive v1.4.2 |
1154 | 2024-08-29T01:17:44.787Z | Compiling zerocopy-derive v0.7.34 |
1155 | 2024-08-29T01:17:44.812Z | Compiling tokio-macros v2.4.0 |
1156 | 2024-08-29T01:17:44.915Z | Compiling thiserror-impl v1.0.63 |
1157 | 2024-08-29T01:17:45.545Z | Compiling zeroize v1.7.0 |
1158 | 2024-08-29T01:17:45.797Z | Compiling futures-macro v0.3.30 |
1159 | 2024-08-29T01:17:46.513Z | Compiling der_derive v0.7.2 |
1160 | 2024-08-29T01:17:47.184Z | Compiling zerocopy v0.7.34 |
1161 | 2024-08-29T01:17:47.476Z | Compiling crypto-common v0.1.6 |
1162 | 2024-08-29T01:17:47.717Z | Compiling block-buffer v0.10.4 |
1163 | 2024-08-29T01:17:47.855Z | Compiling block-padding v0.3.3 |
1164 | 2024-08-29T01:17:47.978Z | Compiling digest v0.10.7 |
1165 | 2024-08-29T01:17:48.106Z | Compiling inout v0.1.3 |
1166 | 2024-08-29T01:17:48.379Z | Compiling thiserror v1.0.63 |
1167 | 2024-08-29T01:17:48.406Z | Compiling hmac v0.12.1 |
1168 | 2024-08-29T01:17:48.458Z | Compiling sha2 v0.10.8 |
1169 | 2024-08-29T01:17:48.516Z | Compiling cipher v0.4.4 |
1170 | 2024-08-29T01:17:48.791Z | Compiling futures-util v0.3.30 |
1171 | 2024-08-29T01:17:49.049Z | Compiling pest v2.7.10 |
1172 | 2024-08-29T01:17:49.114Z | Compiling der v0.7.9 |
1173 | 2024-08-29T01:17:49.307Z | Compiling hashbrown v0.14.5 |
1174 | 2024-08-29T01:17:50.756Z | Compiling salsa20 v0.10.2 |
1175 | 2024-08-29T01:17:50.993Z | Compiling pbkdf2 v0.12.2 |
1176 | 2024-08-29T01:17:51.178Z | Compiling tracing-attributes v0.1.27 |
1177 | 2024-08-29T01:17:52.230Z | Compiling pest_meta v2.7.10 |
1178 | 2024-08-29T01:17:52.269Z | Compiling scroll_derive v0.12.0 |
1179 | 2024-08-29T01:17:52.571Z | Compiling spki v0.7.3 |
1180 | 2024-08-29T01:17:52.970Z | Compiling scrypt v0.11.0 |
1181 | 2024-08-29T01:17:53.556Z | Compiling pest_generator v2.7.10 |
1182 | 2024-08-29T01:17:53.848Z | Compiling scroll v0.12.0 |
1183 | 2024-08-29T01:17:54.447Z | Compiling aes v0.8.4 |
1184 | 2024-08-29T01:17:55.175Z | Compiling cbc v0.1.2 |
1185 | 2024-08-29T01:17:55.197Z | Compiling tracing v0.1.40 |
1186 | 2024-08-29T01:17:55.272Z | Compiling goblin v0.8.2 |
1187 | 2024-08-29T01:17:55.420Z | Compiling openssl-macros v0.1.1 |
1188 | 2024-08-29T01:17:55.638Z | Compiling pkcs5 v0.7.1 |
1189 | 2024-08-29T01:17:55.710Z | Compiling md-5 v0.10.6 |
1190 | 2024-08-29T01:17:56.224Z | Compiling backtrace v0.3.71 |
1191 | 2024-08-29T01:17:56.688Z | Compiling pkcs8 v0.10.2 |
1192 | 2024-08-29T01:17:56.732Z | Compiling idna v0.3.0 |
1193 | 2024-08-29T01:17:56.948Z | Compiling lazy_static v1.5.0 |
1194 | 2024-08-29T01:17:57.093Z | Compiling hash32 v0.2.1 |
1195 | 2024-08-29T01:17:57.462Z | Compiling base64 v0.22.1 |
1196 | 2024-08-29T01:17:57.483Z | Compiling psl-types v2.0.11 |
1197 | 2024-08-29T01:17:57.503Z | Compiling pest_derive v2.7.10 |
1198 | 2024-08-29T01:17:57.503Z | Compiling stable_deref_trait v1.2.0 |
1199 | 2024-08-29T01:17:57.605Z | Compiling cfg_aliases v0.1.1 |
1200 | 2024-08-29T01:17:57.691Z | Compiling gimli v0.28.1 |
1201 | 2024-08-29T01:17:57.714Z | Compiling crc32fast v1.4.0 |
1202 | 2024-08-29T01:17:58.213Z | Compiling num-bigint-dig v0.8.4 |
1203 | 2024-08-29T01:17:58.246Z | Compiling smoltcp v0.9.1 |
1204 | 2024-08-29T01:17:58.355Z | Compiling dtrace-parser v0.2.0 |
1205 | 2024-08-29T01:17:58.407Z | Compiling fallible-iterator v0.2.0 |
1206 | 2024-08-29T01:17:58.518Z | Compiling bytes v1.7.1 |
1207 | 2024-08-29T01:17:58.941Z | Compiling bitflags v2.6.0 |
1208 | 2024-08-29T01:17:59.143Z | Compiling indexmap v2.4.0 |
1209 | 2024-08-29T01:17:59.399Z | Compiling semver v1.0.23 |
1210 | 2024-08-29T01:17:59.872Z | Compiling tokio v1.39.3 |
1211 | 2024-08-29T01:18:00.200Z | Compiling http v0.2.12 |
1212 | 2024-08-29T01:18:00.578Z | Compiling rustc_version v0.4.0 |
1213 | 2024-08-29T01:18:01.361Z | Compiling heapless v0.7.17 |
1214 | 2024-08-29T01:18:01.860Z | Compiling http-body v0.4.6 |
1215 | 2024-08-29T01:18:02.316Z | Compiling dof v0.3.0 |
1216 | 2024-08-29T01:18:02.845Z | Compiling uuid v1.10.0 |
1217 | 2024-08-29T01:18:02.980Z | Compiling serde_spanned v0.6.7 |
1218 | 2024-08-29T01:18:03.228Z | Compiling usdt-impl v0.5.0 |
1219 | 2024-08-29T01:18:03.750Z | Compiling serde_tokenstream v0.2.2 |
1220 | 2024-08-29T01:18:04.333Z | Compiling toml_datetime v0.6.8 |
1221 | 2024-08-29T01:18:04.511Z | Compiling chrono v0.4.38 |
1222 | 2024-08-29T01:18:04.568Z | Compiling signal-hook v0.3.17 |
1223 | 2024-08-29T01:18:04.875Z | Compiling terminal_size v0.3.0 |
1224 | 2024-08-29T01:18:04.923Z | Compiling addr2line v0.21.0 |
1225 | 2024-08-29T01:18:05.092Z | Compiling postgres-protocol v0.6.7 |
1226 | 2024-08-29T01:18:05.599Z | Compiling nix v0.28.0 |
1227 | 2024-08-29T01:18:05.619Z | Compiling publicsuffix v2.2.3 |
1228 | 2024-08-29T01:18:05.917Z | Compiling hubpack_derive v0.1.1 |
1229 | 2024-08-29T01:18:06.027Z | Compiling zerocopy-derive v0.6.6 |
1230 | 2024-08-29T01:18:06.244Z | Compiling async-trait v0.1.81 |
1231 | 2024-08-29T01:18:06.465Z | Compiling num-iter v0.1.45 |
1232 | 2024-08-29T01:18:06.845Z | Compiling phf_shared v0.11.2 |
1233 | 2024-08-29T01:18:07.246Z | Compiling serde_derive_internals v0.29.1 |
1234 | 2024-08-29T01:18:07.522Z | Compiling ff v0.13.0 |
1235 | 2024-08-29T01:18:07.727Z | Compiling object v0.32.2 |
1236 | 2024-08-29T01:18:07.754Z | Compiling fs-err v2.11.0 |
1237 | 2024-08-29T01:18:08.063Z | Compiling base64 v0.21.7 |
1238 | 2024-08-29T01:18:08.207Z | Compiling winnow v0.5.40 |
1239 | 2024-08-29T01:18:08.304Z | Compiling schemars v0.8.21 |
1240 | 2024-08-29T01:18:08.690Z | Compiling tokio-util v0.7.11 |
1241 | 2024-08-29T01:18:09.136Z | Compiling tokio-rustls v0.24.1 |
1242 | 2024-08-29T01:18:09.476Z | Compiling tokio-native-tls v0.3.1 |
1243 | 2024-08-29T01:18:09.567Z | Compiling ipnet v2.9.0 |
1244 | 2024-08-29T01:18:09.781Z | Compiling h2 v0.3.26 |
1245 | 2024-08-29T01:18:10.058Z | Compiling bitflags v1.3.2 |
1246 | 2024-08-29T01:18:10.127Z | Compiling rustc-demangle v0.1.24 |
1247 | 2024-08-29T01:18:10.166Z | Compiling base16ct v0.2.0 |
1248 | 2024-08-29T01:18:10.510Z | Compiling managed v0.8.0 |
1249 | 2024-08-29T01:18:10.829Z | Compiling anyhow v1.0.86 |
1250 | 2024-08-29T01:18:10.992Z | Compiling either v1.13.0 |
1251 | 2024-08-29T01:18:11.426Z | Compiling sec1 v0.7.3 |
1252 | 2024-08-29T01:18:11.446Z | Compiling clap_builder v4.5.15 |
1253 | 2024-08-29T01:18:11.691Z | Compiling schemars_derive v0.8.21 |
1254 | 2024-08-29T01:18:12.070Z | Compiling toml_edit v0.19.15 |
1255 | 2024-08-29T01:18:12.204Z | Compiling rustls-pemfile v1.0.4 |
1256 | 2024-08-29T01:18:12.679Z | Compiling zerocopy v0.6.6 |
1257 | 2024-08-29T01:18:13.508Z | Compiling group v0.13.0 |
1258 | 2024-08-29T01:18:13.576Z | Compiling phf v0.11.2 |
1259 | 2024-08-29T01:18:13.849Z | Compiling cookie_store v0.20.0 |
1260 | 2024-08-29T01:18:13.873Z | Compiling hubpack v0.1.2 |
1261 | 2024-08-29T01:18:14.361Z | Compiling postgres-types v0.2.7 |
1262 | 2024-08-29T01:18:15.393Z | Compiling usdt-macro v0.5.0 |
1263 | 2024-08-29T01:18:15.769Z | Compiling usdt-attr-macro v0.5.0 |
1264 | 2024-08-29T01:18:16.956Z | Compiling serde_urlencoded v0.7.1 |
1265 | 2024-08-29T01:18:17.370Z | Compiling hyper v0.14.30 |
1266 | 2024-08-29T01:18:17.457Z | Compiling pkcs1 v0.7.5 |
1267 | 2024-08-29T01:18:17.475Z | Compiling futures-executor v0.3.30 |
1268 | 2024-08-29T01:18:18.061Z | Compiling hkdf v0.12.4 |
1269 | 2024-08-29T01:18:18.344Z | Compiling signature v2.2.0 |
1270 | 2024-08-29T01:18:18.494Z | Compiling bstr v1.9.1 |
1271 | 2024-08-29T01:18:18.652Z | Compiling regex v1.10.6 |
1272 | 2024-08-29T01:18:18.886Z | Compiling crypto-bigint v0.5.5 |
1273 | 2024-08-29T01:18:19.789Z | Compiling enum-as-inner v0.6.0 |
1274 | 2024-08-29T01:18:20.388Z | Compiling serde_repr v0.1.19 |
1275 | 2024-08-29T01:18:20.500Z | Compiling clap_derive v4.5.13 |
1276 | 2024-08-29T01:18:20.933Z | Compiling strum_macros v0.25.3 |
1277 | 2024-08-29T01:18:20.972Z | Compiling phf_shared v0.10.0 |
1278 | 2024-08-29T01:18:21.171Z | Compiling float-cmp v0.9.0 |
1279 | 2024-08-29T01:18:21.392Z | Compiling idna v0.4.0 |
1280 | 2024-08-29T01:18:21.411Z | Compiling mio v0.8.11 |
1281 | 2024-08-29T01:18:21.657Z | Compiling encoding_rs v0.8.34 |
1282 | 2024-08-29T01:18:22.796Z | Compiling whoami v1.5.1 |
1283 | 2024-08-29T01:18:23.051Z | Compiling difflib v0.4.0 |
1284 | 2024-08-29T01:18:23.458Z | Compiling webpki-roots v0.25.4 |
1285 | 2024-08-29T01:18:23.630Z | Compiling minimal-lexical v0.2.1 |
1286 | 2024-08-29T01:18:24.191Z | Compiling predicates-core v1.0.6 |
1287 | 2024-08-29T01:18:24.558Z | Compiling precomputed-hash v0.1.1 |
1288 | 2024-08-29T01:18:24.681Z | Compiling hyper-rustls v0.24.2 |
1289 | 2024-08-29T01:18:24.706Z | Compiling hyper-tls v0.5.0 |
1290 | 2024-08-29T01:18:25.065Z | Compiling static_assertions v1.1.0 |
1291 | 2024-08-29T01:18:25.084Z | Compiling new_debug_unreachable v1.0.6 |
1292 | 2024-08-29T01:18:25.174Z | Compiling fixedbitset v0.4.2 |
1293 | 2024-08-29T01:18:25.193Z | Compiling mime v0.3.17 |
1294 | 2024-08-29T01:18:25.249Z | Compiling bit-vec v0.6.3 |
1295 | 2024-08-29T01:18:25.346Z | Compiling dyn-clone v1.0.17 |
1296 | 2024-08-29T01:18:25.573Z | Compiling sync_wrapper v0.1.2 |
1297 | 2024-08-29T01:18:25.663Z | Compiling normalize-line-endings v0.3.0 |
1298 | 2024-08-29T01:18:25.708Z | Compiling unicode-segmentation v1.11.0 |
1299 | 2024-08-29T01:18:25.726Z | Compiling data-encoding v2.6.0 |
1300 | 2024-08-29T01:18:25.784Z | Compiling predicates v3.1.2 |
1301 | 2024-08-29T01:18:25.802Z | Compiling toml_edit v0.22.20 |
1302 | 2024-08-29T01:18:25.839Z | Compiling clap v4.5.16 |
1303 | 2024-08-29T01:18:25.968Z | Compiling reqwest v0.11.27 |
1304 | 2024-08-29T01:18:26.385Z | Compiling similar v2.6.0 |
1305 | 2024-08-29T01:18:26.534Z | Compiling hickory-proto v0.24.1 |
1306 | 2024-08-29T01:18:27.627Z | Compiling bit-set v0.5.3 |
1307 | 2024-08-29T01:18:27.923Z | Compiling petgraph v0.6.5 |
1308 | 2024-08-29T01:18:28.235Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1309 | 2024-08-29T01:18:28.980Z | Compiling console v0.15.8 |
1310 | 2024-08-29T01:18:30.604Z | Compiling string_cache v0.8.7 |
1311 | 2024-08-29T01:18:30.802Z | Compiling nom v7.1.3 |
1312 | 2024-08-29T01:18:31.110Z | Compiling tokio-postgres v0.7.11 |
1313 | 2024-08-29T01:18:31.786Z | Compiling signal-hook-mio v0.2.4 |
1314 | 2024-08-29T01:18:31.967Z | Compiling elliptic-curve v0.13.8 |
1315 | 2024-08-29T01:18:32.145Z | Compiling usdt v0.5.0 |
1316 | 2024-08-29T01:18:32.672Z | Compiling rsa v0.9.6 |
1317 | 2024-08-29T01:18:33.002Z | Compiling futures v0.3.30 |
1318 | 2024-08-29T01:18:33.008Z | Compiling flate2 v1.0.31 |
1319 | 2024-08-29T01:18:34.624Z | Compiling toml v0.7.8 |
1320 | 2024-08-29T01:18:34.962Z | Compiling itertools v0.12.1 |
1321 | 2024-08-29T01:18:35.774Z | Compiling itertools v0.10.5 |
1322 | 2024-08-29T01:18:36.458Z | Compiling tokio-stream v0.1.15 |
1323 | 2024-08-29T01:18:37.172Z | Compiling openapiv3 v2.0.0 |
1324 | 2024-08-29T01:18:37.361Z | Compiling hex v0.4.3 |
1325 | 2024-08-29T01:18:37.579Z | Compiling sha1 v0.10.6 |
1326 | 2024-08-29T01:18:37.971Z | Compiling crossbeam-epoch v0.9.18 |
1327 | 2024-08-29T01:18:38.032Z | Compiling dirs-sys-next v0.1.2 |
1328 | 2024-08-29T01:18:38.243Z | Compiling peg-runtime v0.8.3 |
1329 | 2024-08-29T01:18:38.714Z | Compiling lalrpop-util v0.19.12 |
1330 | 2024-08-29T01:18:38.734Z | Compiling unicode-xid v0.2.4 |
1331 | 2024-08-29T01:18:38.753Z | Compiling dirs-next v2.0.0 |
1332 | 2024-08-29T01:18:38.777Z | Compiling thread_local v1.1.8 |
1333 | 2024-08-29T01:18:38.909Z | Compiling slog-async v2.8.0 |
1334 | 2024-08-29T01:18:38.912Z | Compiling term v0.7.0 |
1335 | 2024-08-29T01:18:38.946Z | Compiling xattr v1.3.1 |
1336 | 2024-08-29T01:18:39.077Z | Compiling strum_macros v0.26.4 |
1337 | 2024-08-29T01:18:39.221Z | Compiling crossbeam-channel v0.5.12 |
1338 | 2024-08-29T01:18:39.361Z | Compiling is-terminal v0.4.12 |
1339 | 2024-08-29T01:18:39.497Z | Compiling filetime v0.2.24 |
1340 | 2024-08-29T01:18:39.528Z | Compiling take_mut v0.2.2 |
1341 | 2024-08-29T01:18:39.698Z | Compiling tar v0.4.41 |
1342 | 2024-08-29T01:18:39.829Z | Compiling slog-term v2.9.1 |
1343 | 2024-08-29T01:18:40.530Z | Compiling camino v1.1.9 |
1344 | 2024-08-29T01:18:41.670Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1345 | 2024-08-29T01:18:42.592Z | Compiling strum v0.26.3 |
1346 | 2024-08-29T01:18:42.675Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1347 | 2024-08-29T01:18:48.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s |
1348 | 2024-08-29T01:18:48.498Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1349 | 2024-08-29T01:18:48.550Z | Aug 29 01:18:47.333 INFO Starting download, target: Cockroach |
1350 | 2024-08-29T01:18:48.550Z | Aug 29 01:18:47.333 INFO Starting download, target: Clickhouse |
1351 | 2024-08-29T01:18:48.550Z | Aug 29 01:18:47.333 INFO Starting download, target: Console |
1352 | 2024-08-29T01:18:48.550Z | Aug 29 01:18:47.333 INFO Starting download, target: DendriteOpenapi |
1353 | 2024-08-29T01:18:48.550Z | Aug 29 01:18:47.333 INFO Starting download, target: DendriteStub |
1354 | 2024-08-29T01:18:48.555Z | Aug 29 01:18:47.333 INFO Starting download, target: MaghemiteMgd |
1355 | 2024-08-29T01:18:48.555Z | Aug 29 01:18:47.333 INFO Starting download, target: TransceiverControl |
1356 | 2024-08-29T01:18:48.555Z | Aug 29 01:18:47.334 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1357 | 2024-08-29T01:18:48.555Z | Aug 29 01:18:47.334 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1358 | 2024-08-29T01:18:48.555Z | Aug 29 01:18:47.334 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1359 | 2024-08-29T01:18:48.555Z | Aug 29 01:18:47.334 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1360 | 2024-08-29T01:18:48.555Z | Aug 29 01:18:47.334 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1361 | 2024-08-29T01:18:48.555Z | Aug 29 01:18:47.334 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1362 | 2024-08-29T01:18:48.555Z | Aug 29 01:18:47.334 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1363 | 2024-08-29T01:18:48.700Z | Aug 29 01:18:47.475 INFO Download complete, target: DendriteOpenapi |
1364 | 2024-08-29T01:18:48.763Z | Aug 29 01:18:47.546 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1365 | 2024-08-29T01:18:49.226Z | Aug 29 01:18:48.008 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1366 | 2024-08-29T01:18:49.242Z | Aug 29 01:18:48.025 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1367 | 2024-08-29T01:18:49.378Z | Aug 29 01:18:48.160 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1368 | 2024-08-29T01:18:49.557Z | Aug 29 01:18:48.340 INFO Download complete, target: TransceiverControl |
1369 | 2024-08-29T01:18:49.759Z | Aug 29 01:18:48.541 INFO Download complete, target: Console |
1370 | 2024-08-29T01:18:49.804Z | Aug 29 01:18:48.587 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1371 | 2024-08-29T01:18:49.804Z | Aug 29 01:18:48.587 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1372 | 2024-08-29T01:18:50.746Z | Aug 29 01:18:49.528 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1373 | 2024-08-29T01:18:52.325Z | Aug 29 01:18:51.107 INFO Download complete, target: DendriteStub |
1374 | 2024-08-29T01:18:52.657Z | Aug 29 01:18:51.439 INFO Download complete, target: MaghemiteMgd |
1375 | 2024-08-29T01:18:58.179Z | Aug 29 01:18:56.959 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1376 | 2024-08-29T01:18:58.515Z | Aug 29 01:18:57.296 INFO Checking that binary works, target: Cockroach |
1377 | 2024-08-29T01:18:58.682Z | Aug 29 01:18:57.463 INFO Download complete, target: Cockroach |
1378 | 2024-08-29T01:19:04.950Z | Aug 29 01:19:03.731 INFO Checking that binary works, target: Clickhouse |
1379 | 2024-08-29T01:19:05.120Z | Aug 29 01:19:03.901 INFO Download complete, target: Clickhouse |
1380 | 2024-08-29T01:19:05.144Z | All builder prerequisites installed successfully, and PATH looks valid |
1381 | 2024-08-29T01:19:05.146Z | |
1382 | 2024-08-29T01:19:05.146Z | real 3:55.155927601 |
1383 | 2024-08-29T01:19:05.146Z | user 11:57.408609980 |
1384 | 2024-08-29T01:19:05.146Z | sys 2:29.791561565 |
1385 | 2024-08-29T01:19:05.146Z | trap 0.464227859 |
1386 | 2024-08-29T01:19:05.146Z | tflt 1.412635566 |
1387 | 2024-08-29T01:19:05.146Z | dflt 1.515002217 |
1388 | 2024-08-29T01:19:05.146Z | kflt 0.020796187 |
1389 | 2024-08-29T01:19:05.146Z | lock 25:07.108143497 |
1390 | 2024-08-29T01:19:05.146Z | slp 45:56.120438065 |
1391 | 2024-08-29T01:19:05.146Z | lat 45.030582957 |
1392 | 2024-08-29T01:19:05.146Z | stop 1:56.333735913 |
1393 | 2024-08-29T01:19:05.146Z | + banner hack-check |
1394 | 2024-08-29T01:19:05.149Z | |
1395 | 2024-08-29T01:19:05.149Z | # # ## #### # # #### # # ###### #### # # |
1396 | 2024-08-29T01:19:05.149Z | # # # # # # # # # # # # # # # # # |
1397 | 2024-08-29T01:19:05.149Z | ###### # # # #### ##### # ###### ##### # #### |
1398 | 2024-08-29T01:19:05.149Z | # # ###### # # # # # # # # # # |
1399 | 2024-08-29T01:19:05.149Z | # # # # # # # # # # # # # # # # # |
1400 | 2024-08-29T01:19:05.149Z | # # # # #### # # #### # # ###### #### # # |
1401 | 2024-08-29T01:19:05.149Z | |
1402 | 2024-08-29T01:19:05.149Z | + export CARGO_INCREMENTAL=0 |
1403 | 2024-08-29T01:19:05.149Z | + CARGO_INCREMENTAL=0 |
1404 | 2024-08-29T01:19:05.149Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1405 | 2024-08-29T01:19:05.781Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1406 | 2024-08-29T01:19:09.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
1407 | 2024-08-29T01:19:09.877Z | Running `target/debug/xtask check-features --ci` |
1408 | 2024-08-29T01:19:09.901Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1409 | 2024-08-29T01:19:09.901Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1410 | 2024-08-29T01:19:10.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1411 | 2024-08-29T01:19:10.464Z | Running `target/debug/xtask download cargo-hack` |
1412 | 2024-08-29T01:19:11.361Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1413 | 2024-08-29T01:19:11.738Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1414 | 2024-08-29T01:19:16.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s |
1415 | 2024-08-29T01:19:16.783Z | Running `target/debug/xtask-downloader cargo-hack` |
1416 | 2024-08-29T01:19:16.825Z | Aug 29 01:19:15.604 INFO Starting download, target: CargoHack |
1417 | 2024-08-29T01:19:16.827Z | Aug 29 01:19:15.605 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1418 | 2024-08-29T01:19:17.473Z | Aug 29 01:19:16.253 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1419 | 2024-08-29T01:19:17.578Z | Aug 29 01:19:16.357 INFO Download complete, target: CargoHack |
1420 | 2024-08-29T01:19:17.582Z | 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" |
1421 | 2024-08-29T01:19:17.599Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1422 | 2024-08-29T01:19:17.769Z | info: running `cargo check --bins` on api_identity (1/157) |
1423 | 2024-08-29T01:19:18.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1424 | 2024-08-29T01:19:18.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1425 | 2024-08-29T01:19:18.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1426 | 2024-08-29T01:19:18.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1427 | 2024-08-29T01:19:18.436Z | |
1428 | 2024-08-29T01:19:18.436Z | info: running `cargo check --bins` on bootstore (2/157) |
1429 | 2024-08-29T01:19:19.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1430 | 2024-08-29T01:19:19.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1431 | 2024-08-29T01:19:19.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1432 | 2024-08-29T01:19:19.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1433 | 2024-08-29T01:19:19.151Z | |
1434 | 2024-08-29T01:19:19.151Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/157) |
1435 | 2024-08-29T01:19:19.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1436 | 2024-08-29T01:19:19.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1437 | 2024-08-29T01:19:19.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1438 | 2024-08-29T01:19:19.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1439 | 2024-08-29T01:19:19.842Z | |
1440 | 2024-08-29T01:19:19.842Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/157) |
1441 | 2024-08-29T01:19:20.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1442 | 2024-08-29T01:19:20.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1443 | 2024-08-29T01:19:20.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1444 | 2024-08-29T01:19:20.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1445 | 2024-08-29T01:19:20.536Z | |
1446 | 2024-08-29T01:19:20.536Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/157) |
1447 | 2024-08-29T01:19:21.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1448 | 2024-08-29T01:19:21.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1449 | 2024-08-29T01:19:21.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1450 | 2024-08-29T01:19:21.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1451 | 2024-08-29T01:19:21.063Z | |
1452 | 2024-08-29T01:19:21.064Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/157) |
1453 | 2024-08-29T01:19:21.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1454 | 2024-08-29T01:19:21.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1455 | 2024-08-29T01:19:21.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1456 | 2024-08-29T01:19:21.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1457 | 2024-08-29T01:19:21.584Z | |
1458 | 2024-08-29T01:19:21.584Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/157) |
1459 | 2024-08-29T01:19:22.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1460 | 2024-08-29T01:19:22.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1461 | 2024-08-29T01:19:22.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1462 | 2024-08-29T01:19:22.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1463 | 2024-08-29T01:19:22.093Z | |
1464 | 2024-08-29T01:19:22.093Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/157) |
1465 | 2024-08-29T01:19:22.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1466 | 2024-08-29T01:19:22.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1467 | 2024-08-29T01:19:22.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1468 | 2024-08-29T01:19:22.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1469 | 2024-08-29T01:19:22.603Z | |
1470 | 2024-08-29T01:19:22.603Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/157) |
1471 | 2024-08-29T01:19:23.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1472 | 2024-08-29T01:19:23.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1473 | 2024-08-29T01:19:23.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1474 | 2024-08-29T01:19:23.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1475 | 2024-08-29T01:19:23.104Z | |
1476 | 2024-08-29T01:19:23.104Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/157) |
1477 | 2024-08-29T01:19:23.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1478 | 2024-08-29T01:19:23.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1479 | 2024-08-29T01:19:23.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1480 | 2024-08-29T01:19:23.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1481 | 2024-08-29T01:19:23.626Z | |
1482 | 2024-08-29T01:19:23.626Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/157) |
1483 | 2024-08-29T01:19:24.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1484 | 2024-08-29T01:19:24.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1485 | 2024-08-29T01:19:24.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1486 | 2024-08-29T01:19:24.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1487 | 2024-08-29T01:19:24.129Z | |
1488 | 2024-08-29T01:19:24.129Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/157) |
1489 | 2024-08-29T01:19:24.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1490 | 2024-08-29T01:19:24.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1491 | 2024-08-29T01:19:24.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1492 | 2024-08-29T01:19:24.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1493 | 2024-08-29T01:19:24.636Z | |
1494 | 2024-08-29T01:19:24.636Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/157) |
1495 | 2024-08-29T01:19:25.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1496 | 2024-08-29T01:19:25.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1497 | 2024-08-29T01:19:25.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1498 | 2024-08-29T01:19:25.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1499 | 2024-08-29T01:19:25.141Z | |
1500 | 2024-08-29T01:19:25.141Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/157) |
1501 | 2024-08-29T01:19:25.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1502 | 2024-08-29T01:19:25.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1503 | 2024-08-29T01:19:25.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1504 | 2024-08-29T01:19:25.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1505 | 2024-08-29T01:19:25.642Z | |
1506 | 2024-08-29T01:19:25.642Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/157) |
1507 | 2024-08-29T01:19:26.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1508 | 2024-08-29T01:19:26.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1509 | 2024-08-29T01:19:26.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1510 | 2024-08-29T01:19:26.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1511 | 2024-08-29T01:19:26.144Z | |
1512 | 2024-08-29T01:19:26.144Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/157) |
1513 | 2024-08-29T01:19:26.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1514 | 2024-08-29T01:19:26.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1515 | 2024-08-29T01:19:26.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1516 | 2024-08-29T01:19:26.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1517 | 2024-08-29T01:19:26.646Z | |
1518 | 2024-08-29T01:19:26.646Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/157) |
1519 | 2024-08-29T01:19:27.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1520 | 2024-08-29T01:19:27.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1521 | 2024-08-29T01:19:27.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1522 | 2024-08-29T01:19:27.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1523 | 2024-08-29T01:19:27.150Z | |
1524 | 2024-08-29T01:19:27.150Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/157) |
1525 | 2024-08-29T01:19:27.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1526 | 2024-08-29T01:19:27.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1527 | 2024-08-29T01:19:27.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1528 | 2024-08-29T01:19:27.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1529 | 2024-08-29T01:19:27.657Z | |
1530 | 2024-08-29T01:19:27.657Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/157) |
1531 | 2024-08-29T01:19:28.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1532 | 2024-08-29T01:19:28.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1533 | 2024-08-29T01:19:28.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1534 | 2024-08-29T01:19:28.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1535 | 2024-08-29T01:19:28.164Z | |
1536 | 2024-08-29T01:19:28.164Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/157) |
1537 | 2024-08-29T01:19:28.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1538 | 2024-08-29T01:19:28.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1539 | 2024-08-29T01:19:28.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1540 | 2024-08-29T01:19:28.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1541 | 2024-08-29T01:19:28.673Z | |
1542 | 2024-08-29T01:19:28.673Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/157) |
1543 | 2024-08-29T01:19:29.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1544 | 2024-08-29T01:19:29.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1545 | 2024-08-29T01:19:29.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1546 | 2024-08-29T01:19:29.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1547 | 2024-08-29T01:19:29.179Z | |
1548 | 2024-08-29T01:19:29.179Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/157) |
1549 | 2024-08-29T01:19:29.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1550 | 2024-08-29T01:19:29.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1551 | 2024-08-29T01:19:29.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1552 | 2024-08-29T01:19:29.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1553 | 2024-08-29T01:19:29.696Z | |
1554 | 2024-08-29T01:19:29.696Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/157) |
1555 | 2024-08-29T01:19:30.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1556 | 2024-08-29T01:19:30.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1557 | 2024-08-29T01:19:30.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1558 | 2024-08-29T01:19:30.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1559 | 2024-08-29T01:19:30.212Z | |
1560 | 2024-08-29T01:19:30.212Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/157) |
1561 | 2024-08-29T01:19:30.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1562 | 2024-08-29T01:19:30.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1563 | 2024-08-29T01:19:30.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1564 | 2024-08-29T01:19:30.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1565 | 2024-08-29T01:19:30.734Z | |
1566 | 2024-08-29T01:19:30.734Z | info: running `cargo check --bins` on sled-hardware-types (25/157) |
1567 | 2024-08-29T01:19:31.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1568 | 2024-08-29T01:19:31.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1569 | 2024-08-29T01:19:31.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1570 | 2024-08-29T01:19:31.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1571 | 2024-08-29T01:19:31.442Z | |
1572 | 2024-08-29T01:19:31.442Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/157) |
1573 | 2024-08-29T01:19:32.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1574 | 2024-08-29T01:19:32.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1575 | 2024-08-29T01:19:32.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1576 | 2024-08-29T01:19:32.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1577 | 2024-08-29T01:19:32.146Z | |
1578 | 2024-08-29T01:19:32.146Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/157) |
1579 | 2024-08-29T01:19:32.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1580 | 2024-08-29T01:19:32.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1581 | 2024-08-29T01:19:32.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1582 | 2024-08-29T01:19:32.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1583 | 2024-08-29T01:19:32.852Z | |
1584 | 2024-08-29T01:19:32.852Z | info: running `cargo check --bins` on oxlog (28/157) |
1585 | 2024-08-29T01:19:33.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1586 | 2024-08-29T01:19:33.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1587 | 2024-08-29T01:19:33.513Z | Checking cfg-if v1.0.0 |
1588 | 2024-08-29T01:19:33.516Z | Checking libc v0.2.158 |
1589 | 2024-08-29T01:19:33.516Z | Checking memchr v2.7.2 |
1590 | 2024-08-29T01:19:33.619Z | Checking serde v1.0.208 |
1591 | 2024-08-29T01:19:33.622Z | Checking zeroize v1.7.0 |
1592 | 2024-08-29T01:19:33.643Z | Checking typenum v1.17.0 |
1593 | 2024-08-29T01:19:33.645Z | Checking scopeguard v1.2.0 |
1594 | 2024-08-29T01:19:33.645Z | Checking byteorder v1.5.0 |
1595 | 2024-08-29T01:19:33.676Z | Checking log v0.4.21 |
1596 | 2024-08-29T01:19:33.779Z | Checking lock_api v0.4.12 |
1597 | 2024-08-29T01:19:33.883Z | Checking subtle v2.5.0 |
1598 | 2024-08-29T01:19:33.955Z | Checking once_cell v1.19.0 |
1599 | 2024-08-29T01:19:34.061Z | Checking const-oid v0.9.6 |
1600 | 2024-08-29T01:19:34.131Z | Checking itoa v1.0.11 |
1601 | 2024-08-29T01:19:34.178Z | Checking smallvec v1.13.2 |
1602 | 2024-08-29T01:19:34.256Z | Checking pin-project-lite v0.2.14 |
1603 | 2024-08-29T01:19:34.334Z | Checking zerocopy v0.7.34 |
1604 | 2024-08-29T01:19:34.367Z | Checking spin v0.9.8 |
1605 | 2024-08-29T01:19:34.496Z | Checking tinyvec_macros v0.1.1 |
1606 | 2024-08-29T01:19:34.526Z | Checking futures-sink v0.3.30 |
1607 | 2024-08-29T01:19:34.578Z | Checking tinyvec v1.6.0 |
1608 | 2024-08-29T01:19:34.660Z | Checking futures-core v0.3.30 |
1609 | 2024-08-29T01:19:34.702Z | Checking cpufeatures v0.2.12 |
1610 | 2024-08-29T01:19:34.740Z | Checking getrandom v0.2.14 |
1611 | 2024-08-29T01:19:34.793Z | Checking parking_lot_core v0.9.10 |
1612 | 2024-08-29T01:19:34.848Z | Checking signal-hook-registry v1.4.2 |
1613 | 2024-08-29T01:19:34.940Z | Checking generic-array v0.14.7 |
1614 | 2024-08-29T01:19:34.985Z | Checking rand_core v0.6.4 |
1615 | 2024-08-29T01:19:35.086Z | Checking mio v1.0.2 |
1616 | 2024-08-29T01:19:35.110Z | Checking parking_lot v0.12.2 |
1617 | 2024-08-29T01:19:35.282Z | Checking socket2 v0.5.7 |
1618 | 2024-08-29T01:19:35.460Z | Checking unicode-bidi v0.3.15 |
1619 | 2024-08-29T01:19:35.683Z | Checking allocator-api2 v0.2.18 |
1620 | 2024-08-29T01:19:35.751Z | Checking ahash v0.8.11 |
1621 | 2024-08-29T01:19:35.771Z | Checking libm v0.2.8 |
1622 | 2024-08-29T01:19:35.886Z | Checking equivalent v1.0.1 |
1623 | 2024-08-29T01:19:35.923Z | Checking unicode-normalization v0.1.23 |
1624 | 2024-08-29T01:19:35.987Z | Checking ryu v1.0.18 |
1625 | 2024-08-29T01:19:36.108Z | Checking crypto-common v0.1.6 |
1626 | 2024-08-29T01:19:36.123Z | Checking block-buffer v0.10.4 |
1627 | 2024-08-29T01:19:36.222Z | Checking block-padding v0.3.3 |
1628 | 2024-08-29T01:19:36.253Z | Checking futures-channel v0.3.30 |
1629 | 2024-08-29T01:19:36.281Z | Checking slab v0.4.9 |
1630 | 2024-08-29T01:19:36.316Z | Checking hashbrown v0.14.5 |
1631 | 2024-08-29T01:19:36.332Z | Checking digest v0.10.7 |
1632 | 2024-08-29T01:19:36.418Z | Checking inout v0.1.3 |
1633 | 2024-08-29T01:19:36.526Z | Checking futures-task v0.3.30 |
1634 | 2024-08-29T01:19:36.604Z | Checking futures-io v0.3.30 |
1635 | 2024-08-29T01:19:36.636Z | Checking cipher v0.4.4 |
1636 | 2024-08-29T01:19:36.687Z | Checking num-traits v0.2.19 |
1637 | 2024-08-29T01:19:36.700Z | Checking hmac v0.12.1 |
1638 | 2024-08-29T01:19:36.762Z | Checking sha2 v0.10.8 |
1639 | 2024-08-29T01:19:36.777Z | Checking pin-utils v0.1.0 |
1640 | 2024-08-29T01:19:36.849Z | Checking base64ct v1.6.0 |
1641 | 2024-08-29T01:19:36.866Z | Checking futures-util v0.3.30 |
1642 | 2024-08-29T01:19:36.910Z | Checking percent-encoding v2.3.1 |
1643 | 2024-08-29T01:19:37.032Z | Checking flagset v0.4.5 |
1644 | 2024-08-29T01:19:37.112Z | Checking ppv-lite86 v0.2.17 |
1645 | 2024-08-29T01:19:37.226Z | Checking salsa20 v0.10.2 |
1646 | 2024-08-29T01:19:37.292Z | Checking pem-rfc7468 v0.7.0 |
1647 | 2024-08-29T01:19:37.337Z | Checking pbkdf2 v0.12.2 |
1648 | 2024-08-29T01:19:37.438Z | Checking tracing-core v0.1.32 |
1649 | 2024-08-29T01:19:37.500Z | Checking fnv v1.0.7 |
1650 | 2024-08-29T01:19:37.544Z | Checking untrusted v0.9.0 |
1651 | 2024-08-29T01:19:37.559Z | Checking der v0.7.9 |
1652 | 2024-08-29T01:19:37.620Z | Checking scrypt v0.11.0 |
1653 | 2024-08-29T01:19:37.703Z | Checking ring v0.17.8 |
1654 | 2024-08-29T01:19:37.805Z | Checking rand_chacha v0.3.1 |
1655 | 2024-08-29T01:19:37.848Z | Checking cbc v0.1.2 |
1656 | 2024-08-29T01:19:38.047Z | Checking aes v0.8.4 |
1657 | 2024-08-29T01:19:38.067Z | Checking tracing v0.1.40 |
1658 | 2024-08-29T01:19:38.183Z | Checking rand v0.8.5 |
1659 | 2024-08-29T01:19:38.347Z | Checking thiserror v1.0.63 |
1660 | 2024-08-29T01:19:38.428Z | Checking foreign-types-shared v0.1.1 |
1661 | 2024-08-29T01:19:38.471Z | Checking form_urlencoded v1.2.1 |
1662 | 2024-08-29T01:19:38.527Z | Checking foreign-types v0.3.2 |
1663 | 2024-08-29T01:19:38.619Z | Checking openssl-sys v0.9.103 |
1664 | 2024-08-29T01:19:38.661Z | Checking aho-corasick v1.1.3 |
1665 | 2024-08-29T01:19:38.793Z | Checking bytes v1.7.1 |
1666 | 2024-08-29T01:19:38.950Z | Checking bitflags v2.6.0 |
1667 | 2024-08-29T01:19:39.236Z | Checking indexmap v2.4.0 |
1668 | 2024-08-29T01:19:39.403Z | Checking serde_json v1.0.125 |
1669 | 2024-08-29T01:19:39.489Z | Checking spki v0.7.3 |
1670 | 2024-08-29T01:19:39.595Z | Checking siphasher v0.3.11 |
1671 | 2024-08-29T01:19:39.610Z | Checking tokio v1.39.3 |
1672 | 2024-08-29T01:19:39.783Z | Checking http v0.2.12 |
1673 | 2024-08-29T01:19:39.881Z | Checking pkcs5 v0.7.1 |
1674 | 2024-08-29T01:19:39.958Z | Checking try-lock v0.2.5 |
1675 | 2024-08-29T01:19:40.081Z | Checking regex-syntax v0.8.4 |
1676 | 2024-08-29T01:19:40.344Z | Checking powerfmt v0.2.0 |
1677 | 2024-08-29T01:19:40.414Z | Checking unicode-ident v1.0.12 |
1678 | 2024-08-29T01:19:40.523Z | Checking pkcs8 v0.10.2 |
1679 | 2024-08-29T01:19:40.574Z | Checking proc-macro2 v1.0.86 |
1680 | 2024-08-29T01:19:40.607Z | Checking deranged v0.3.11 |
1681 | 2024-08-29T01:19:40.837Z | Checking want v0.3.1 |
1682 | 2024-08-29T01:19:41.025Z | Checking openssl v0.10.66 |
1683 | 2024-08-29T01:19:41.128Z | Checking sct v0.7.1 |
1684 | 2024-08-29T01:19:41.143Z | Checking http-body v0.4.6 |
1685 | 2024-08-29T01:19:41.276Z | Checking rustls-webpki v0.101.7 |
1686 | 2024-08-29T01:19:41.328Z | Checking uuid v1.10.0 |
1687 | 2024-08-29T01:19:41.546Z | Checking idna v0.5.0 |
1688 | 2024-08-29T01:19:41.966Z | Checking httparse v1.8.0 |
1689 | 2024-08-29T01:19:42.023Z | Checking errno v0.3.9 |
1690 | 2024-08-29T01:19:42.040Z | Checking scroll v0.12.0 |
1691 | 2024-08-29T01:19:42.202Z | Checking iana-time-zone v0.1.60 |
1692 | 2024-08-29T01:19:42.352Z | Checking plain v0.2.3 |
1693 | 2024-08-29T01:19:42.378Z | Checking utf8parse v0.2.1 |
1694 | 2024-08-29T01:19:42.394Z | Checking tower-service v0.3.2 |
1695 | 2024-08-29T01:19:42.443Z | Checking adler v1.0.2 |
1696 | 2024-08-29T01:19:42.482Z | Checking finl_unicode v1.2.0 |
1697 | 2024-08-29T01:19:42.497Z | Checking httpdate v1.0.3 |
1698 | 2024-08-29T01:19:42.511Z | Checking ucd-trie v0.1.6 |
1699 | 2024-08-29T01:19:42.524Z | Checking anstyle v1.0.8 |
1700 | 2024-08-29T01:19:42.588Z | Checking num_threads v0.1.7 |
1701 | 2024-08-29T01:19:42.702Z | Checking time-core v0.1.2 |
1702 | 2024-08-29T01:19:42.716Z | Checking num-conv v0.1.0 |
1703 | 2024-08-29T01:19:42.729Z | Checking openssl-probe v0.1.5 |
1704 | 2024-08-29T01:19:42.853Z | Checking pest v2.7.10 |
1705 | 2024-08-29T01:19:42.868Z | Checking miniz_oxide v0.7.2 |
1706 | 2024-08-29T01:19:42.882Z | Checking anstyle-parse v0.2.4 |
1707 | 2024-08-29T01:19:42.940Z | Checking time v0.3.36 |
1708 | 2024-08-29T01:19:43.054Z | Checking stringprep v0.1.4 |
1709 | 2024-08-29T01:19:43.134Z | Checking goblin v0.8.2 |
1710 | 2024-08-29T01:19:43.312Z | Checking url v2.5.2 |
1711 | 2024-08-29T01:19:43.315Z | Checking regex-automata v0.4.6 |
1712 | 2024-08-29T01:19:43.636Z | Checking chrono v0.4.38 |
1713 | 2024-08-29T01:19:44.096Z | Checking rustix v0.38.34 |
1714 | 2024-08-29T01:19:45.393Z | Checking rustls v0.21.12 |
1715 | 2024-08-29T01:19:45.648Z | Checking quote v1.0.36 |
1716 | 2024-08-29T01:19:45.846Z | Checking toml_datetime v0.6.8 |
1717 | 2024-08-29T01:19:46.001Z | Checking serde_spanned v0.6.7 |
1718 | 2024-08-29T01:19:46.121Z | Checking num-integer v0.1.46 |
1719 | 2024-08-29T01:19:46.192Z | Checking idna v0.3.0 |
1720 | 2024-08-29T01:19:46.192Z | Checking md-5 v0.10.6 |
1721 | 2024-08-29T01:19:46.417Z | Checking native-tls v0.2.11 |
1722 | 2024-08-29T01:19:46.437Z | Checking lazy_static v1.5.0 |
1723 | 2024-08-29T01:19:46.584Z | Checking hash32 v0.2.1 |
1724 | 2024-08-29T01:19:46.601Z | Checking colorchoice v1.0.1 |
1725 | 2024-08-29T01:19:46.711Z | Checking psl-types v2.0.11 |
1726 | 2024-08-29T01:19:46.732Z | Checking gimli v0.28.1 |
1727 | 2024-08-29T01:19:46.804Z | Checking tokio-util v0.7.11 |
1728 | 2024-08-29T01:19:46.866Z | Checking anstyle-query v1.0.3 |
1729 | 2024-08-29T01:19:46.881Z | Checking fallible-iterator v0.2.0 |
1730 | 2024-08-29T01:19:46.987Z | Checking base64 v0.22.1 |
1731 | 2024-08-29T01:19:47.049Z | Checking stable_deref_trait v1.2.0 |
1732 | 2024-08-29T01:19:47.148Z | Checking pretty-hex v0.4.1 |
1733 | 2024-08-29T01:19:47.328Z | Checking is_terminal_polyfill v1.70.0 |
1734 | 2024-08-29T01:19:47.451Z | Checking anstream v0.6.14 |
1735 | 2024-08-29T01:19:47.466Z | Checking heapless v0.7.17 |
1736 | 2024-08-29T01:19:47.493Z | Checking postgres-protocol v0.6.7 |
1737 | 2024-08-29T01:19:47.673Z | Checking h2 v0.3.26 |
1738 | 2024-08-29T01:19:47.818Z | Checking publicsuffix v2.2.3 |
1739 | 2024-08-29T01:19:48.056Z | Checking tokio-native-tls v0.3.1 |
1740 | 2024-08-29T01:19:48.081Z | Checking num-iter v0.1.45 |
1741 | 2024-08-29T01:19:48.129Z | Checking terminal_size v0.3.0 |
1742 | 2024-08-29T01:19:48.258Z | Checking syn v2.0.74 |
1743 | 2024-08-29T01:19:48.273Z | Checking dof v0.3.0 |
1744 | 2024-08-29T01:19:48.288Z | Checking cookie v0.17.0 |
1745 | 2024-08-29T01:19:48.302Z | Checking dtrace-parser v0.2.0 |
1746 | 2024-08-29T01:19:48.549Z | Checking phf_shared v0.11.2 |
1747 | 2024-08-29T01:19:48.678Z | Checking ff v0.13.0 |
1748 | 2024-08-29T01:19:48.681Z | Checking tokio-rustls v0.24.1 |
1749 | 2024-08-29T01:19:48.760Z | Checking thread-id v4.2.1 |
1750 | 2024-08-29T01:19:48.831Z | Checking object v0.32.2 |
1751 | 2024-08-29T01:19:48.870Z | Checking ipnet v2.9.0 |
1752 | 2024-08-29T01:19:48.883Z | Checking either v1.13.0 |
1753 | 2024-08-29T01:19:48.901Z | Checking base64 v0.21.7 |
1754 | 2024-08-29T01:19:49.035Z | Checking winnow v0.5.40 |
1755 | 2024-08-29T01:19:49.256Z | Checking clap_lex v0.7.0 |
1756 | 2024-08-29T01:19:49.319Z | Checking managed v0.8.0 |
1757 | 2024-08-29T01:19:49.352Z | Checking strsim v0.11.1 |
1758 | 2024-08-29T01:19:49.510Z | Checking base16ct v0.2.0 |
1759 | 2024-08-29T01:19:49.629Z | Checking bitflags v1.3.2 |
1760 | 2024-08-29T01:19:49.684Z | Checking rustc-demangle v0.1.24 |
1761 | 2024-08-29T01:19:49.705Z | Checking sec1 v0.7.3 |
1762 | 2024-08-29T01:19:49.730Z | Checking smoltcp v0.9.1 |
1763 | 2024-08-29T01:19:50.097Z | Checking clap_builder v4.5.15 |
1764 | 2024-08-29T01:19:50.122Z | Checking rustls-pemfile v1.0.4 |
1765 | 2024-08-29T01:19:50.310Z | Checking group v0.13.0 |
1766 | 2024-08-29T01:19:50.558Z | Checking phf v0.11.2 |
1767 | 2024-08-29T01:19:50.689Z | Checking addr2line v0.21.0 |
1768 | 2024-08-29T01:19:50.832Z | Checking cookie_store v0.20.0 |
1769 | 2024-08-29T01:19:51.233Z | Checking num-bigint-dig v0.8.4 |
1770 | 2024-08-29T01:19:51.359Z | Checking postgres-types v0.2.7 |
1771 | 2024-08-29T01:19:51.495Z | Checking bstr v1.9.1 |
1772 | 2024-08-29T01:19:52.100Z | Checking regex v1.10.6 |
1773 | 2024-08-29T01:19:52.188Z | Checking toml_edit v0.19.15 |
1774 | 2024-08-29T01:19:52.458Z | Checking futures-executor v0.3.30 |
1775 | 2024-08-29T01:19:52.680Z | Checking pkcs1 v0.7.5 |
1776 | 2024-08-29T01:19:52.706Z | Checking phf_shared v0.10.0 |
1777 | 2024-08-29T01:19:53.020Z | Checking serde_urlencoded v0.7.1 |
1778 | 2024-08-29T01:19:53.098Z | Checking hubpack v0.1.2 |
1779 | 2024-08-29T01:19:53.261Z | Checking zerocopy v0.6.6 |
1780 | 2024-08-29T01:19:53.400Z | Checking float-cmp v0.9.0 |
1781 | 2024-08-29T01:19:53.416Z | Checking crc32fast v1.4.0 |
1782 | 2024-08-29T01:19:53.418Z | Checking crossbeam-utils v0.8.19 |
1783 | 2024-08-29T01:19:53.581Z | Checking signal-hook v0.3.17 |
1784 | 2024-08-29T01:19:53.645Z | Checking hkdf v0.12.4 |
1785 | 2024-08-29T01:19:53.863Z | Checking idna v0.4.0 |
1786 | 2024-08-29T01:19:53.912Z | Checking signature v2.2.0 |
1787 | 2024-08-29T01:19:54.005Z | Checking crypto-bigint v0.5.5 |
1788 | 2024-08-29T01:19:54.073Z | Checking hyper v0.14.30 |
1789 | 2024-08-29T01:19:54.092Z | Checking memmap v0.7.0 |
1790 | 2024-08-29T01:19:54.118Z | Checking mio v0.8.11 |
1791 | 2024-08-29T01:19:54.291Z | Checking encoding_rs v0.8.34 |
1792 | 2024-08-29T01:19:54.662Z | Checking fixedbitset v0.4.2 |
1793 | 2024-08-29T01:19:54.694Z | Checking usdt-impl v0.5.0 |
1794 | 2024-08-29T01:19:54.735Z | Checking data-encoding v2.6.0 |
1795 | 2024-08-29T01:19:54.750Z | Checking difflib v0.4.0 |
1796 | 2024-08-29T01:19:54.934Z | Checking bit-vec v0.6.3 |
1797 | 2024-08-29T01:19:54.993Z | Checking backtrace v0.3.71 |
1798 | 2024-08-29T01:19:55.040Z | Checking sync_wrapper v0.1.2 |
1799 | 2024-08-29T01:19:55.165Z | Checking predicates-core v1.0.6 |
1800 | 2024-08-29T01:19:55.226Z | Checking new_debug_unreachable v1.0.6 |
1801 | 2024-08-29T01:19:55.270Z | Checking whoami v1.5.1 |
1802 | 2024-08-29T01:19:55.307Z | Checking dyn-clone v1.0.17 |
1803 | 2024-08-29T01:19:55.350Z | Checking mime v0.3.17 |
1804 | 2024-08-29T01:19:55.389Z | Checking webpki-roots v0.25.4 |
1805 | 2024-08-29T01:19:55.447Z | Checking minimal-lexical v0.2.1 |
1806 | 2024-08-29T01:19:55.542Z | Checking winnow v0.6.18 |
1807 | 2024-08-29T01:19:55.558Z | Checking normalize-line-endings v0.3.0 |
1808 | 2024-08-29T01:19:55.571Z | Checking precomputed-hash v0.1.1 |
1809 | 2024-08-29T01:19:55.667Z | Checking unicode-width v0.1.13 |
1810 | 2024-08-29T01:19:55.683Z | Checking static_assertions v1.1.0 |
1811 | 2024-08-29T01:19:55.683Z | Checking unicode-segmentation v1.11.0 |
1812 | 2024-08-29T01:19:55.770Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1813 | 2024-08-29T01:19:55.853Z | Checking nom v7.1.3 |
1814 | 2024-08-29T01:19:55.868Z | Checking console v0.15.8 |
1815 | 2024-08-29T01:19:56.375Z | Checking similar v2.6.0 |
1816 | 2024-08-29T01:19:56.474Z | Checking string_cache v0.8.7 |
1817 | 2024-08-29T01:19:56.615Z | Checking predicates v3.1.2 |
1818 | 2024-08-29T01:19:56.754Z | Checking tokio-postgres v0.7.11 |
1819 | 2024-08-29T01:19:56.963Z | Checking elliptic-curve v0.13.8 |
1820 | 2024-08-29T01:19:57.256Z | Checking anyhow v1.0.86 |
1821 | 2024-08-29T01:19:57.280Z | Checking schemars v0.8.21 |
1822 | 2024-08-29T01:19:57.640Z | Checking hickory-proto v0.24.1 |
1823 | 2024-08-29T01:19:57.642Z | Checking bit-set v0.5.3 |
1824 | 2024-08-29T01:19:57.919Z | Checking usdt v0.5.0 |
1825 | 2024-08-29T01:19:58.201Z | Checking petgraph v0.6.5 |
1826 | 2024-08-29T01:19:58.542Z | Checking toml_edit v0.22.20 |
1827 | 2024-08-29T01:19:58.740Z | Checking signal-hook-mio v0.2.4 |
1828 | 2024-08-29T01:19:58.884Z | Checking toml v0.7.8 |
1829 | 2024-08-29T01:19:58.960Z | Checking crossbeam-epoch v0.9.18 |
1830 | 2024-08-29T01:19:59.404Z | Checking rsa v0.9.6 |
1831 | 2024-08-29T01:19:59.650Z | Checking flate2 v1.0.31 |
1832 | 2024-08-29T01:19:59.879Z | Checking clap v4.5.16 |
1833 | 2024-08-29T01:19:59.998Z | Checking futures v0.3.30 |
1834 | 2024-08-29T01:20:00.112Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1835 | 2024-08-29T01:20:00.136Z | Checking itertools v0.10.5 |
1836 | 2024-08-29T01:20:00.288Z | Checking itertools v0.12.1 |
1837 | 2024-08-29T01:20:00.304Z | Checking hyper-tls v0.5.0 |
1838 | 2024-08-29T01:20:00.441Z | Checking hyper-rustls v0.24.2 |
1839 | 2024-08-29T01:20:00.587Z | Checking tokio-stream v0.1.15 |
1840 | 2024-08-29T01:20:00.732Z | Checking reqwest v0.11.27 |
1841 | 2024-08-29T01:20:00.955Z | Checking fs-err v2.11.0 |
1842 | 2024-08-29T01:20:01.287Z | Checking nix v0.28.0 |
1843 | 2024-08-29T01:20:01.426Z | Checking openapiv3 v2.0.0 |
1844 | 2024-08-29T01:20:01.517Z | Checking slog v2.7.0 |
1845 | 2024-08-29T01:20:01.683Z | Checking semver v1.0.23 |
1846 | 2024-08-29T01:20:02.011Z | Checking hex v0.4.3 |
1847 | 2024-08-29T01:20:02.092Z | Checking sha1 v0.10.6 |
1848 | 2024-08-29T01:20:02.365Z | Checking lalrpop-util v0.19.12 |
1849 | 2024-08-29T01:20:02.437Z | Checking peg-runtime v0.8.3 |
1850 | 2024-08-29T01:20:02.452Z | Checking camino v1.1.9 |
1851 | 2024-08-29T01:20:02.488Z | Checking sigpipe v0.1.3 |
1852 | 2024-08-29T01:20:04.324Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1853 | 2024-08-29T01:20:04.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.79s |
1854 | 2024-08-29T01:20:04.795Z | |
1855 | 2024-08-29T01:20:04.795Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/157) |
1856 | 2024-08-29T01:20:05.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1857 | 2024-08-29T01:20:05.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1858 | 2024-08-29T01:20:05.515Z | Compiling regress v0.9.1 |
1859 | 2024-08-29T01:20:05.611Z | Checking strum v0.26.3 |
1860 | 2024-08-29T01:20:05.633Z | Checking heck v0.5.0 |
1861 | 2024-08-29T01:20:05.647Z | Compiling getopts v0.2.21 |
1862 | 2024-08-29T01:20:05.660Z | Checking dirs-sys-next v0.1.2 |
1863 | 2024-08-29T01:20:05.672Z | Compiling unsafe-libyaml v0.2.11 |
1864 | 2024-08-29T01:20:05.737Z | Checking http v1.1.0 |
1865 | 2024-08-29T01:20:05.810Z | Checking thread_local v1.1.8 |
1866 | 2024-08-29T01:20:05.830Z | Checking dirs-next v2.0.0 |
1867 | 2024-08-29T01:20:05.958Z | Compiling ident_case v1.0.1 |
1868 | 2024-08-29T01:20:06.027Z | Checking rustls-pki-types v1.7.0 |
1869 | 2024-08-29T01:20:06.074Z | Checking term v0.7.0 |
1870 | 2024-08-29T01:20:06.134Z | Compiling darling_core v0.20.9 |
1871 | 2024-08-29T01:20:06.467Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1872 | 2024-08-29T01:20:06.498Z | Checking crossbeam-channel v0.5.12 |
1873 | 2024-08-29T01:20:06.607Z | Checking atty v0.2.14 |
1874 | 2024-08-29T01:20:06.728Z | Checking is-terminal v0.4.12 |
1875 | 2024-08-29T01:20:06.804Z | Checking humantime v2.1.0 |
1876 | 2024-08-29T01:20:06.852Z | Checking utf-8 v0.7.6 |
1877 | 2024-08-29T01:20:07.046Z | Compiling serde_yaml v0.9.34+deprecated |
1878 | 2024-08-29T01:20:07.107Z | Compiling paste v1.0.15 |
1879 | 2024-08-29T01:20:07.153Z | Checking termcolor v1.4.1 |
1880 | 2024-08-29T01:20:07.216Z | Compiling rustls v0.22.4 |
1881 | 2024-08-29T01:20:07.505Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1882 | 2024-08-29T01:20:07.588Z | Checking take_mut v0.2.2 |
1883 | 2024-08-29T01:20:07.695Z | Checking env_logger v0.9.3 |
1884 | 2024-08-29T01:20:07.729Z | Checking slog-async v2.8.0 |
1885 | 2024-08-29T01:20:07.750Z | Checking slog-term v2.9.1 |
1886 | 2024-08-29T01:20:07.890Z | Checking rustls-webpki v0.102.4 |
1887 | 2024-08-29T01:20:07.995Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1888 | 2024-08-29T01:20:08.142Z | Compiling proc-macro-crate v1.3.1 |
1889 | 2024-08-29T01:20:08.261Z | Compiling bitstruct_derive v0.1.0 |
1890 | 2024-08-29T01:20:08.359Z | Compiling structmeta-derive v0.3.0 |
1891 | 2024-08-29T01:20:08.667Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1892 | 2024-08-29T01:20:08.794Z | Compiling multer v3.1.0 |
1893 | 2024-08-29T01:20:09.106Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1894 | 2024-08-29T01:20:09.142Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1895 | 2024-08-29T01:20:09.394Z | Checking match_cfg v0.1.0 |
1896 | 2024-08-29T01:20:09.488Z | Checking ascii v1.1.0 |
1897 | 2024-08-29T01:20:09.716Z | Checking bitstruct v0.1.1 |
1898 | 2024-08-29T01:20:09.829Z | Checking hostname v0.3.1 |
1899 | 2024-08-29T01:20:09.902Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1900 | 2024-08-29T01:20:09.989Z | Compiling num_enum_derive v0.5.11 |
1901 | 2024-08-29T01:20:10.833Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1902 | 2024-08-29T01:20:10.998Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1903 | 2024-08-29T01:20:11.293Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-08-29T01:20:11.525Z | Compiling structmeta v0.3.0 |
1905 | 2024-08-29T01:20:11.592Z | Checking slog-json v2.6.1 |
1906 | 2024-08-29T01:20:11.727Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1907 | 2024-08-29T01:20:11.849Z | Checking serde_arrays v0.1.0 |
1908 | 2024-08-29T01:20:11.962Z | Checking erased-serde v0.3.31 |
1909 | 2024-08-29T01:20:11.993Z | Compiling async-stream-impl v0.3.5 |
1910 | 2024-08-29T01:20:12.009Z | Compiling foreign-types-macros v0.2.3 |
1911 | 2024-08-29T01:20:12.458Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1912 | 2024-08-29T01:20:12.726Z | Checking foreign-types-shared v0.3.1 |
1913 | 2024-08-29T01:20:12.779Z | Checking arc-swap v1.7.1 |
1914 | 2024-08-29T01:20:12.841Z | Checking atomic-waker v1.1.2 |
1915 | 2024-08-29T01:20:12.977Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1916 | 2024-08-29T01:20:13.052Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1917 | 2024-08-29T01:20:13.224Z | Checking slog-scope v4.4.0 |
1918 | 2024-08-29T01:20:13.292Z | Checking waitgroup v0.1.2 |
1919 | 2024-08-29T01:20:13.355Z | Checking foreign-types v0.5.0 |
1920 | 2024-08-29T01:20:13.428Z | Checking num_enum v0.5.11 |
1921 | 2024-08-29T01:20:13.428Z | Checking async-stream v0.3.5 |
1922 | 2024-08-29T01:20:13.456Z | Compiling parse-display-derive v0.10.0 |
1923 | 2024-08-29T01:20:13.474Z | Checking slog-bunyan v2.5.0 |
1924 | 2024-08-29T01:20:13.490Z | Compiling darling_macro v0.20.9 |
1925 | 2024-08-29T01:20:13.566Z | Compiling proc-macro-error v1.0.4 |
1926 | 2024-08-29T01:20:13.789Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1927 | 2024-08-29T01:20:14.041Z | Checking toml v0.8.19 |
1928 | 2024-08-29T01:20:14.073Z | Checking tungstenite v0.20.1 |
1929 | 2024-08-29T01:20:14.287Z | Checking rustls-pemfile v2.1.3 |
1930 | 2024-08-29T01:20:14.472Z | Compiling darling v0.20.9 |
1931 | 2024-08-29T01:20:14.525Z | Compiling heck v0.3.3 |
1932 | 2024-08-29T01:20:14.569Z | Checking tokio-rustls v0.25.0 |
1933 | 2024-08-29T01:20:14.594Z | Compiling serde_with_macros v3.9.0 |
1934 | 2024-08-29T01:20:14.821Z | Checking ipnetwork v0.20.0 |
1935 | 2024-08-29T01:20:14.927Z | Checking newtype-uuid v1.1.0 |
1936 | 2024-08-29T01:20:14.971Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1937 | 2024-08-29T01:20:14.987Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1938 | 2024-08-29T01:20:15.165Z | Checking serde_path_to_error v0.1.16 |
1939 | 2024-08-29T01:20:15.181Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1940 | 2024-08-29T01:20:15.846Z | Checking hostname v0.4.0 |
1941 | 2024-08-29T01:20:15.884Z | Checking cstr-argument v0.1.2 |
1942 | 2024-08-29T01:20:15.991Z | Checking instant v0.1.12 |
1943 | 2024-08-29T01:20:16.016Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1944 | 2024-08-29T01:20:16.078Z | Checking pretty-hex v0.2.1 |
1945 | 2024-08-29T01:20:16.110Z | Checking debug-ignore v1.0.5 |
1946 | 2024-08-29T01:20:16.246Z | Checking fastrand v2.1.0 |
1947 | 2024-08-29T01:20:16.264Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1948 | 2024-08-29T01:20:16.352Z | Checking backoff v0.4.0 |
1949 | 2024-08-29T01:20:16.549Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1950 | 2024-08-29T01:20:16.578Z | Checking tempfile v3.10.1 |
1951 | 2024-08-29T01:20:16.661Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1952 | 2024-08-29T01:20:16.862Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1953 | 2024-08-29T01:20:16.958Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1954 | 2024-08-29T01:20:16.964Z | Checking tokio-tungstenite v0.20.1 |
1955 | 2024-08-29T01:20:17.087Z | Compiling zone_cfg_derive v0.1.2 |
1956 | 2024-08-29T01:20:17.336Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1957 | 2024-08-29T01:20:17.470Z | Checking slog-stdlog v4.1.1 |
1958 | 2024-08-29T01:20:17.645Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1959 | 2024-08-29T01:20:17.663Z | Checking serde_with v3.9.0 |
1960 | 2024-08-29T01:20:17.802Z | Checking tungstenite v0.21.0 |
1961 | 2024-08-29T01:20:18.124Z | Checking colored v2.1.0 |
1962 | 2024-08-29T01:20:18.320Z | Checking parse-display v0.10.0 |
1963 | 2024-08-29T01:20:18.421Z | Checking macaddr v1.0.1 |
1964 | 2024-08-29T01:20:18.547Z | Checking socket2 v0.4.10 |
1965 | 2024-08-29T01:20:18.592Z | Checking base64 v0.13.1 |
1966 | 2024-08-29T01:20:18.703Z | Checking tokio-tungstenite v0.21.0 |
1967 | 2024-08-29T01:20:18.753Z | Checking zone v0.1.8 |
1968 | 2024-08-29T01:20:19.017Z | Checking ron v0.7.1 |
1969 | 2024-08-29T01:20:19.204Z | Checking slog-envlogger v2.2.0 |
1970 | 2024-08-29T01:20:19.410Z | Checking pem v3.0.4 |
1971 | 2024-08-29T01:20:19.430Z | Checking tabwriter v1.4.0 |
1972 | 2024-08-29T01:20:19.678Z | Checking xattr v1.3.1 |
1973 | 2024-08-29T01:20:19.699Z | Checking portpicker v0.1.1 |
1974 | 2024-08-29T01:20:19.838Z | Checking yasna v0.5.2 |
1975 | 2024-08-29T01:20:19.879Z | Checking headers-core v0.2.0 |
1976 | 2024-08-29T01:20:20.025Z | Checking smf v0.2.3 |
1977 | 2024-08-29T01:20:20.118Z | Checking filetime v0.2.24 |
1978 | 2024-08-29T01:20:20.332Z | Checking same-file v1.0.6 |
1979 | 2024-08-29T01:20:20.484Z | Checking tar v0.4.41 |
1980 | 2024-08-29T01:20:20.503Z | Checking walkdir v2.5.0 |
1981 | 2024-08-29T01:20:20.770Z | Checking rcgen v0.12.1 |
1982 | 2024-08-29T01:20:20.802Z | Checking headers v0.3.9 |
1983 | 2024-08-29T01:20:20.840Z | Checking atomicwrites v0.4.3 |
1984 | 2024-08-29T01:20:21.050Z | Checking camino-tempfile v1.1.1 |
1985 | 2024-08-29T01:20:21.063Z | Checking subprocess v0.2.9 |
1986 | 2024-08-29T01:20:22.234Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1987 | 2024-08-29T01:20:22.446Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1988 | 2024-08-29T01:20:24.472Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1989 | 2024-08-29T01:20:26.478Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1990 | 2024-08-29T01:20:26.550Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1991 | 2024-08-29T01:20:29.879Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1992 | 2024-08-29T01:20:36.059Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1993 | 2024-08-29T01:20:36.203Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1994 | 2024-08-29T01:20:36.205Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1995 | 2024-08-29T01:20:38.902Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1996 | 2024-08-29T01:20:39.400Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1997 | 2024-08-29T01:20:45.810Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1998 | 2024-08-29T01:20:47.410Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1999 | 2024-08-29T01:20:48.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.79s |
2000 | 2024-08-29T01:20:48.766Z | |
2001 | 2024-08-29T01:20:48.766Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/157) |
2002 | 2024-08-29T01:20:49.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2003 | 2024-08-29T01:20:49.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2004 | 2024-08-29T01:20:49.496Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2005 | 2024-08-29T01:20:50.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
2006 | 2024-08-29T01:20:50.986Z | |
2007 | 2024-08-29T01:20:50.986Z | info: running `cargo check --bins` on nexus-config (31/157) |
2008 | 2024-08-29T01:20:51.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2009 | 2024-08-29T01:20:51.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2010 | 2024-08-29T01:20:51.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2011 | 2024-08-29T01:20:51.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2012 | 2024-08-29T01:20:51.663Z | |
2013 | 2024-08-29T01:20:51.663Z | info: running `cargo check --bins` on omicron-rpaths (32/157) |
2014 | 2024-08-29T01:20:52.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2015 | 2024-08-29T01:20:52.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2016 | 2024-08-29T01:20:52.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2017 | 2024-08-29T01:20:52.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2018 | 2024-08-29T01:20:52.328Z | |
2019 | 2024-08-29T01:20:52.328Z | info: running `cargo check --bins` on omicron-certificates (33/157) |
2020 | 2024-08-29T01:20:52.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2021 | 2024-08-29T01:20:52.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2022 | 2024-08-29T01:20:52.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2023 | 2024-08-29T01:20:52.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2024 | 2024-08-29T01:20:53.027Z | |
2025 | 2024-08-29T01:20:53.027Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/157) |
2026 | 2024-08-29T01:20:53.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2027 | 2024-08-29T01:20:53.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2028 | 2024-08-29T01:20:53.745Z | Compiling heapless v0.8.0 |
2029 | 2024-08-29T01:20:53.747Z | Checking hash32 v0.3.1 |
2030 | 2024-08-29T01:20:53.847Z | Compiling smoltcp v0.11.0 |
2031 | 2024-08-29T01:20:53.860Z | Checking cobs v0.2.3 |
2032 | 2024-08-29T01:20:53.863Z | Checking embedded-io v0.4.0 |
2033 | 2024-08-29T01:20:53.886Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2034 | 2024-08-29T01:20:53.886Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2035 | 2024-08-29T01:20:53.910Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2036 | 2024-08-29T01:20:53.993Z | Compiling crucible-workspace-hack v0.1.0 |
2037 | 2024-08-29T01:20:54.015Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2038 | 2024-08-29T01:20:54.032Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2039 | 2024-08-29T01:20:54.060Z | Checking postcard v1.0.8 |
2040 | 2024-08-29T01:20:54.262Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2041 | 2024-08-29T01:20:54.265Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2042 | 2024-08-29T01:20:54.699Z | Checking newline-converter v0.3.0 |
2043 | 2024-08-29T01:20:54.702Z | Compiling num-derive v0.4.2 |
2044 | 2024-08-29T01:20:54.702Z | Compiling slog-dtrace v0.3.0 |
2045 | 2024-08-29T01:20:54.702Z | Compiling convert_case v0.4.0 |
2046 | 2024-08-29T01:20:54.734Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2047 | 2024-08-29T01:20:54.813Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2048 | 2024-08-29T01:20:54.971Z | Checking expectorate v1.1.0 |
2049 | 2024-08-29T01:20:55.057Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2050 | 2024-08-29T01:20:55.466Z | Compiling derive_more v0.99.18 |
2051 | 2024-08-29T01:20:55.738Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2052 | 2024-08-29T01:20:56.450Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2053 | 2024-08-29T01:20:57.827Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2054 | 2024-08-29T01:20:58.821Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2055 | 2024-08-29T01:20:59.418Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2056 | 2024-08-29T01:20:59.960Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2057 | 2024-08-29T01:21:01.847Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2058 | 2024-08-29T01:21:02.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.52s |
2059 | 2024-08-29T01:21:02.708Z | |
2060 | 2024-08-29T01:21:02.708Z | info: running `cargo check --bins` on clickhouse-admin-api (35/157) |
2061 | 2024-08-29T01:21:03.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2062 | 2024-08-29T01:21:03.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2063 | 2024-08-29T01:21:03.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2064 | 2024-08-29T01:21:03.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2065 | 2024-08-29T01:21:03.405Z | |
2066 | 2024-08-29T01:21:03.405Z | info: running `cargo check --bins` on clickhouse-admin-types (36/157) |
2067 | 2024-08-29T01:21:04.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2068 | 2024-08-29T01:21:04.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2069 | 2024-08-29T01:21:04.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2070 | 2024-08-29T01:21:04.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2071 | 2024-08-29T01:21:04.104Z | |
2072 | 2024-08-29T01:21:04.104Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/157) |
2073 | 2024-08-29T01:21:04.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2074 | 2024-08-29T01:21:04.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2075 | 2024-08-29T01:21:04.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2076 | 2024-08-29T01:21:04.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2077 | 2024-08-29T01:21:04.930Z | |
2078 | 2024-08-29T01:21:04.930Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/157) |
2079 | 2024-08-29T01:21:05.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2080 | 2024-08-29T01:21:05.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2081 | 2024-08-29T01:21:05.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2082 | 2024-08-29T01:21:05.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2083 | 2024-08-29T01:21:05.760Z | |
2084 | 2024-08-29T01:21:05.760Z | info: running `cargo check --bins` on dns-server (39/157) |
2085 | 2024-08-29T01:21:06.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2086 | 2024-08-29T01:21:06.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2087 | 2024-08-29T01:21:06.460Z | Compiling parking_lot_core v0.8.6 |
2088 | 2024-08-29T01:21:06.551Z | Checking nibble_vec v0.1.0 |
2089 | 2024-08-29T01:21:06.554Z | Checking endian-type v0.1.2 |
2090 | 2024-08-29T01:21:06.554Z | Checking linked-hash-map v0.5.6 |
2091 | 2024-08-29T01:21:06.554Z | Checking quick-error v1.2.3 |
2092 | 2024-08-29T01:21:06.554Z | Checking fxhash v0.2.1 |
2093 | 2024-08-29T01:21:06.554Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2094 | 2024-08-29T01:21:06.565Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2095 | 2024-08-29T01:21:06.713Z | Checking hickory-server v0.24.1 |
2096 | 2024-08-29T01:21:06.743Z | Checking resolv-conf v0.7.0 |
2097 | 2024-08-29T01:21:06.771Z | Checking radix_trie v0.2.1 |
2098 | 2024-08-29T01:21:06.850Z | Checking lru-cache v0.1.2 |
2099 | 2024-08-29T01:21:07.076Z | Checking hickory-resolver v0.24.1 |
2100 | 2024-08-29T01:21:07.109Z | Checking hickory-client v0.24.1 |
2101 | 2024-08-29T01:21:07.275Z | Checking parking_lot v0.11.2 |
2102 | 2024-08-29T01:21:07.557Z | Checking sled v0.34.7 |
2103 | 2024-08-29T01:21:09.462Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2104 | 2024-08-29T01:21:10.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s |
2105 | 2024-08-29T01:21:10.794Z | |
2106 | 2024-08-29T01:21:10.794Z | info: running `cargo check --bins` on dns-server-api (40/157) |
2107 | 2024-08-29T01:21:11.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2108 | 2024-08-29T01:21:11.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2109 | 2024-08-29T01:21:11.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2110 | 2024-08-29T01:21:11.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2111 | 2024-08-29T01:21:11.487Z | |
2112 | 2024-08-29T01:21:11.487Z | info: running `cargo check --bins` on dns-service-client (41/157) |
2113 | 2024-08-29T01:21:12.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2114 | 2024-08-29T01:21:12.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2115 | 2024-08-29T01:21:12.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2116 | 2024-08-29T01:21:12.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2117 | 2024-08-29T01:21:12.162Z | |
2118 | 2024-08-29T01:21:12.162Z | info: running `cargo check --bins` on gateway-test-utils (42/157) |
2119 | 2024-08-29T01:21:12.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2120 | 2024-08-29T01:21:12.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2121 | 2024-08-29T01:21:12.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2122 | 2024-08-29T01:21:12.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2123 | 2024-08-29T01:21:12.906Z | |
2124 | 2024-08-29T01:21:12.906Z | info: running `cargo check --bins` on gateway-types (43/157) |
2125 | 2024-08-29T01:21:13.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2126 | 2024-08-29T01:21:13.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2127 | 2024-08-29T01:21:13.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2128 | 2024-08-29T01:21:13.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2129 | 2024-08-29T01:21:13.600Z | |
2130 | 2024-08-29T01:21:13.600Z | info: running `cargo check --bins` on ipcc (44/157) |
2131 | 2024-08-29T01:21:14.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2132 | 2024-08-29T01:21:14.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2133 | 2024-08-29T01:21:14.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2134 | 2024-08-29T01:21:14.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2135 | 2024-08-29T01:21:14.282Z | |
2136 | 2024-08-29T01:21:14.282Z | info: running `cargo check --bins` on omicron-gateway (45/157) |
2137 | 2024-08-29T01:21:14.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2138 | 2024-08-29T01:21:14.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2139 | 2024-08-29T01:21:15.036Z | Compiling rustls-pki-types v1.7.0 |
2140 | 2024-08-29T01:21:15.129Z | Compiling match_cfg v0.1.0 |
2141 | 2024-08-29T01:21:15.140Z | Checking num-rational v0.4.2 |
2142 | 2024-08-29T01:21:15.142Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2143 | 2024-08-29T01:21:15.151Z | Compiling slog-json v2.6.1 |
2144 | 2024-08-29T01:21:15.161Z | Compiling http v1.1.0 |
2145 | 2024-08-29T01:21:15.163Z | Checking num-complex v0.4.6 |
2146 | 2024-08-29T01:21:15.176Z | Compiling atomic-waker v1.1.2 |
2147 | 2024-08-29T01:21:15.217Z | Compiling hostname v0.3.1 |
2148 | 2024-08-29T01:21:15.386Z | Compiling prettyplease v0.2.20 |
2149 | 2024-08-29T01:21:15.460Z | Compiling slog-bunyan v2.5.0 |
2150 | 2024-08-29T01:21:15.542Z | Compiling rustls-webpki v0.102.4 |
2151 | 2024-08-29T01:21:15.585Z | Compiling rustls-pemfile v2.1.3 |
2152 | 2024-08-29T01:21:15.677Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2153 | 2024-08-29T01:21:15.758Z | Compiling waitgroup v0.1.2 |
2154 | 2024-08-29T01:21:15.807Z | Compiling async-stream v0.3.5 |
2155 | 2024-08-29T01:21:15.922Z | Compiling toml v0.8.19 |
2156 | 2024-08-29T01:21:15.938Z | Compiling ipnetwork v0.20.0 |
2157 | 2024-08-29T01:21:15.975Z | Compiling newtype-uuid v1.1.0 |
2158 | 2024-08-29T01:21:16.060Z | Compiling serde_path_to_error v0.1.16 |
2159 | 2024-08-29T01:21:16.113Z | Compiling hostname v0.4.0 |
2160 | 2024-08-29T01:21:16.130Z | Checking num v0.4.3 |
2161 | 2024-08-29T01:21:16.235Z | Compiling instant v0.1.12 |
2162 | 2024-08-29T01:21:16.273Z | Compiling debug-ignore v1.0.5 |
2163 | 2024-08-29T01:21:16.384Z | Compiling radium v0.7.0 |
2164 | 2024-08-29T01:21:16.400Z | Compiling rustls v0.22.4 |
2165 | 2024-08-29T01:21:16.420Z | Checking float-ord v0.3.2 |
2166 | 2024-08-29T01:21:16.571Z | Compiling semver v0.1.20 |
2167 | 2024-08-29T01:21:16.852Z | Compiling multer v3.1.0 |
2168 | 2024-08-29T01:21:16.894Z | Compiling rustc_version v0.1.7 |
2169 | 2024-08-29T01:21:16.910Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2170 | 2024-08-29T01:21:17.220Z | Compiling backoff v0.4.0 |
2171 | 2024-08-29T01:21:17.402Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2172 | 2024-08-29T01:21:17.587Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2024-08-29T01:21:17.696Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2174 | 2024-08-29T01:21:17.709Z | Compiling parse-display v0.10.0 |
2175 | 2024-08-29T01:21:17.731Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2176 | 2024-08-29T01:21:17.900Z | Compiling serde_with v3.9.0 |
2177 | 2024-08-29T01:21:17.929Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2178 | 2024-08-29T01:21:18.182Z | Compiling macaddr v1.0.1 |
2179 | 2024-08-29T01:21:18.444Z | Compiling maybe-uninit v2.0.0 |
2180 | 2024-08-29T01:21:18.622Z | Checking tap v1.0.1 |
2181 | 2024-08-29T01:21:18.789Z | Checking wyz v0.5.1 |
2182 | 2024-08-29T01:21:19.072Z | Compiling newtype_derive v0.1.6 |
2183 | 2024-08-29T01:21:19.300Z | Checking password-hash v0.5.0 |
2184 | 2024-08-29T01:21:19.388Z | Checking blake2 v0.10.6 |
2185 | 2024-08-29T01:21:19.613Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2186 | 2024-08-29T01:21:19.771Z | Checking crc-catalog v2.4.0 |
2187 | 2024-08-29T01:21:19.851Z | Checking funty v2.0.0 |
2188 | 2024-08-29T01:21:19.911Z | Compiling packed_struct v0.10.1 |
2189 | 2024-08-29T01:21:20.004Z | Checking crc v3.2.1 |
2190 | 2024-08-29T01:21:20.402Z | Checking argon2 v0.5.3 |
2191 | 2024-08-29T01:21:20.555Z | Compiling packed_struct_codegen v0.10.1 |
2192 | 2024-08-29T01:21:20.803Z | Compiling tokio-rustls v0.25.0 |
2193 | 2024-08-29T01:21:21.117Z | Checking bitvec v1.0.1 |
2194 | 2024-08-29T01:21:21.222Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2195 | 2024-08-29T01:21:21.743Z | Compiling indexmap v1.9.3 |
2196 | 2024-08-29T01:21:21.760Z | Checking half v2.4.1 |
2197 | 2024-08-29T01:21:22.068Z | Compiling cookie v0.18.1 |
2198 | 2024-08-29T01:21:22.261Z | Checking ciborium-io v0.2.2 |
2199 | 2024-08-29T01:21:22.381Z | Checking nodrop v0.1.14 |
2200 | 2024-08-29T01:21:22.397Z | Checking ciborium-ll v0.2.2 |
2201 | 2024-08-29T01:21:22.504Z | Checking array-init v0.0.4 |
2202 | 2024-08-29T01:21:22.940Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2203 | 2024-08-29T01:21:23.224Z | Checking smallvec v0.6.14 |
2204 | 2024-08-29T01:21:23.505Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2205 | 2024-08-29T01:21:23.593Z | Compiling memoffset v0.9.1 |
2206 | 2024-08-29T01:21:23.624Z | Checking hashbrown v0.12.3 |
2207 | 2024-08-29T01:21:23.905Z | Checking bitfield v0.14.0 |
2208 | 2024-08-29T01:21:24.184Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2209 | 2024-08-29T01:21:24.201Z | Checking highway v1.2.0 |
2210 | 2024-08-29T01:21:24.534Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2211 | 2024-08-29T01:21:24.622Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2212 | 2024-08-29T01:21:24.678Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2213 | 2024-08-29T01:21:25.486Z | Checking env_logger v0.10.2 |
2214 | 2024-08-29T01:21:25.739Z | Checking serde-hex v0.1.0 |
2215 | 2024-08-29T01:21:25.936Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2216 | 2024-08-29T01:21:25.953Z | Checking steno v0.4.1 |
2217 | 2024-08-29T01:21:26.090Z | Checking bzip2 v0.4.4 |
2218 | 2024-08-29T01:21:26.400Z | Checking ciborium v0.2.2 |
2219 | 2024-08-29T01:21:26.539Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2220 | 2024-08-29T01:21:26.801Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2221 | 2024-08-29T01:21:27.027Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2222 | 2024-08-29T01:21:27.469Z | Checking ron v0.8.1 |
2223 | 2024-08-29T01:21:27.969Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2224 | 2024-08-29T01:21:28.264Z | Checking x509-cert v0.2.5 |
2225 | 2024-08-29T01:21:28.327Z | Checking hashbrown v0.13.2 |
2226 | 2024-08-29T01:21:28.765Z | Compiling derive-where v1.2.7 |
2227 | 2024-08-29T01:21:29.395Z | Checking crc-any v2.5.0 |
2228 | 2024-08-29T01:21:29.761Z | Checking object v0.30.4 |
2229 | 2024-08-29T01:21:29.910Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2230 | 2024-08-29T01:21:30.186Z | Checking zip v0.6.6 |
2231 | 2024-08-29T01:21:30.585Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2232 | 2024-08-29T01:21:30.673Z | Checking path-slash v0.1.5 |
2233 | 2024-08-29T01:21:30.822Z | Checking nix v0.27.1 |
2234 | 2024-08-29T01:21:30.922Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2235 | 2024-08-29T01:21:30.975Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2236 | 2024-08-29T01:21:31.524Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2237 | 2024-08-29T01:21:31.760Z | Checking kstat-rs v0.2.4 |
2238 | 2024-08-29T01:21:31.788Z | Checking serde-big-array v0.5.1 |
2239 | 2024-08-29T01:21:32.013Z | Checking signal-hook-tokio v0.3.1 |
2240 | 2024-08-29T01:21:32.462Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2241 | 2024-08-29T01:21:33.917Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2242 | 2024-08-29T01:21:37.593Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2243 | 2024-08-29T01:21:38.968Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2244 | 2024-08-29T01:21:41.293Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2245 | 2024-08-29T01:21:43.499Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2246 | 2024-08-29T01:21:44.574Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2247 | 2024-08-29T01:21:44.840Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2248 | 2024-08-29T01:21:49.129Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2249 | 2024-08-29T01:21:49.778Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2250 | 2024-08-29T01:21:52.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.37s |
2251 | 2024-08-29T01:21:52.833Z | |
2252 | 2024-08-29T01:21:52.833Z | info: running `cargo check --bins` on gateway-api (46/157) |
2253 | 2024-08-29T01:21:53.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2254 | 2024-08-29T01:21:53.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2255 | 2024-08-29T01:21:53.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2256 | 2024-08-29T01:21:53.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2257 | 2024-08-29T01:21:53.537Z | |
2258 | 2024-08-29T01:21:53.537Z | info: running `cargo check --bins` on oximeter (47/157) |
2259 | 2024-08-29T01:21:54.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2260 | 2024-08-29T01:21:54.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2261 | 2024-08-29T01:21:54.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2262 | 2024-08-29T01:21:54.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2263 | 2024-08-29T01:21:54.244Z | |
2264 | 2024-08-29T01:21:54.244Z | info: running `cargo check --bins` on oximeter-macro-impl (48/157) |
2265 | 2024-08-29T01:21:54.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2266 | 2024-08-29T01:21:54.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2267 | 2024-08-29T01:21:54.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2268 | 2024-08-29T01:21:54.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2269 | 2024-08-29T01:21:54.918Z | |
2270 | 2024-08-29T01:21:54.918Z | info: running `cargo check --bins` on oximeter-schema (49/157) |
2271 | 2024-08-29T01:21:55.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2272 | 2024-08-29T01:21:55.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2273 | 2024-08-29T01:21:55.625Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2274 | 2024-08-29T01:21:56.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
2275 | 2024-08-29T01:21:56.192Z | |
2276 | 2024-08-29T01:21:56.192Z | info: running `cargo check --bins` on oximeter-types (50/157) |
2277 | 2024-08-29T01:21:56.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2278 | 2024-08-29T01:21:56.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2279 | 2024-08-29T01:21:56.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2280 | 2024-08-29T01:21:56.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2281 | 2024-08-29T01:21:56.889Z | |
2282 | 2024-08-29T01:21:56.889Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/157) |
2283 | 2024-08-29T01:21:57.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2284 | 2024-08-29T01:21:57.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2285 | 2024-08-29T01:21:57.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2286 | 2024-08-29T01:21:57.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2287 | 2024-08-29T01:21:57.585Z | |
2288 | 2024-08-29T01:21:57.585Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/157) |
2289 | 2024-08-29T01:21:58.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2290 | 2024-08-29T01:21:58.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2291 | 2024-08-29T01:21:58.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2292 | 2024-08-29T01:21:58.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2293 | 2024-08-29T01:21:58.249Z | |
2294 | 2024-08-29T01:21:58.249Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/157) |
2295 | 2024-08-29T01:21:58.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2296 | 2024-08-29T01:21:58.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2297 | 2024-08-29T01:21:58.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2298 | 2024-08-29T01:21:58.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2299 | 2024-08-29T01:21:58.946Z | |
2300 | 2024-08-29T01:21:58.946Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/157) |
2301 | 2024-08-29T01:21:59.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2302 | 2024-08-29T01:21:59.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2303 | 2024-08-29T01:21:59.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2304 | 2024-08-29T01:21:59.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2305 | 2024-08-29T01:21:59.656Z | |
2306 | 2024-08-29T01:21:59.656Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/157) |
2307 | 2024-08-29T01:22:00.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2308 | 2024-08-29T01:22:00.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2309 | 2024-08-29T01:22:00.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2310 | 2024-08-29T01:22:00.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2311 | 2024-08-29T01:22:00.356Z | |
2312 | 2024-08-29T01:22:00.356Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/157) |
2313 | 2024-08-29T01:22:00.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2314 | 2024-08-29T01:22:00.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2315 | 2024-08-29T01:22:00.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2316 | 2024-08-29T01:22:00.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2317 | 2024-08-29T01:22:01.062Z | |
2318 | 2024-08-29T01:22:01.062Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/157) |
2319 | 2024-08-29T01:22:01.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2320 | 2024-08-29T01:22:01.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2321 | 2024-08-29T01:22:01.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2322 | 2024-08-29T01:22:01.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2323 | 2024-08-29T01:22:01.773Z | |
2324 | 2024-08-29T01:22:01.773Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/157) |
2325 | 2024-08-29T01:22:02.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2326 | 2024-08-29T01:22:02.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2327 | 2024-08-29T01:22:02.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2328 | 2024-08-29T01:22:02.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2329 | 2024-08-29T01:22:02.474Z | |
2330 | 2024-08-29T01:22:02.474Z | info: running `cargo check --bins` on oximeter-producer (59/157) |
2331 | 2024-08-29T01:22:03.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2332 | 2024-08-29T01:22:03.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2333 | 2024-08-29T01:22:03.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2334 | 2024-08-29T01:22:03.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2335 | 2024-08-29T01:22:03.204Z | |
2336 | 2024-08-29T01:22:03.204Z | info: running `cargo check --bins` on internal-dns (60/157) |
2337 | 2024-08-29T01:22:03.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2338 | 2024-08-29T01:22:03.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2339 | 2024-08-29T01:22:03.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2340 | 2024-08-29T01:22:03.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2341 | 2024-08-29T01:22:03.891Z | |
2342 | 2024-08-29T01:22:03.891Z | info: running `cargo check --bins` on nexus-client (61/157) |
2343 | 2024-08-29T01:22:04.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2344 | 2024-08-29T01:22:04.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2345 | 2024-08-29T01:22:04.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2346 | 2024-08-29T01:22:04.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2347 | 2024-08-29T01:22:04.604Z | |
2348 | 2024-08-29T01:22:04.604Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/157) |
2349 | 2024-08-29T01:22:05.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2350 | 2024-08-29T01:22:05.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2351 | 2024-08-29T01:22:05.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2352 | 2024-08-29T01:22:05.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2353 | 2024-08-29T01:22:05.332Z | |
2354 | 2024-08-29T01:22:05.332Z | info: running `cargo check --bins` on omicron-passwords (63/157) |
2355 | 2024-08-29T01:22:05.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2356 | 2024-08-29T01:22:05.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2357 | 2024-08-29T01:22:05.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2358 | 2024-08-29T01:22:05.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2359 | 2024-08-29T01:22:06.001Z | |
2360 | 2024-08-29T01:22:06.001Z | info: running `cargo check --bins` on nexus-types (64/157) |
2361 | 2024-08-29T01:22:06.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2362 | 2024-08-29T01:22:06.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2363 | 2024-08-29T01:22:06.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2364 | 2024-08-29T01:22:06.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2365 | 2024-08-29T01:22:06.727Z | |
2366 | 2024-08-29T01:22:06.727Z | info: running `cargo check --bins` on gateway-client (65/157) |
2367 | 2024-08-29T01:22:07.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2368 | 2024-08-29T01:22:07.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2369 | 2024-08-29T01:22:07.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2370 | 2024-08-29T01:22:07.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2371 | 2024-08-29T01:22:07.406Z | |
2372 | 2024-08-29T01:22:07.406Z | info: running `cargo check --bins` on oxql-types (66/157) |
2373 | 2024-08-29T01:22:08.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2024-08-29T01:22:08.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2024-08-29T01:22:08.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2376 | 2024-08-29T01:22:08.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2377 | 2024-08-29T01:22:08.105Z | |
2378 | 2024-08-29T01:22:08.105Z | info: running `cargo check --bins` on sp-sim (67/157) |
2379 | 2024-08-29T01:22:08.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-08-29T01:22:08.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-08-29T01:22:08.819Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2382 | 2024-08-29T01:22:10.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
2383 | 2024-08-29T01:22:10.884Z | |
2384 | 2024-08-29T01:22:10.885Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (68/157) |
2385 | 2024-08-29T01:22:11.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-08-29T01:22:11.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-08-29T01:22:11.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2388 | 2024-08-29T01:22:11.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2389 | 2024-08-29T01:22:11.619Z | |
2390 | 2024-08-29T01:22:11.619Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/157) |
2391 | 2024-08-29T01:22:12.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-08-29T01:22:12.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-08-29T01:22:12.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2394 | 2024-08-29T01:22:12.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2395 | 2024-08-29T01:22:12.404Z | |
2396 | 2024-08-29T01:22:12.404Z | info: running `cargo check --bins` on db-macros (70/157) |
2397 | 2024-08-29T01:22:12.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-08-29T01:22:12.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-08-29T01:22:12.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2400 | 2024-08-29T01:22:12.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2401 | 2024-08-29T01:22:13.053Z | |
2402 | 2024-08-29T01:22:13.053Z | info: running `cargo check --bins` on nexus-macros-common (71/157) |
2403 | 2024-08-29T01:22:13.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-08-29T01:22:13.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-08-29T01:22:13.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2406 | 2024-08-29T01:22:13.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2407 | 2024-08-29T01:22:13.727Z | |
2408 | 2024-08-29T01:22:13.727Z | info: running `cargo check --bins` on nexus-auth (72/157) |
2409 | 2024-08-29T01:22:14.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-08-29T01:22:14.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-08-29T01:22:14.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2412 | 2024-08-29T01:22:14.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2413 | 2024-08-29T01:22:14.487Z | |
2414 | 2024-08-29T01:22:14.487Z | info: running `cargo check --bins` on authz-macros (73/157) |
2415 | 2024-08-29T01:22:15.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-08-29T01:22:15.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-08-29T01:22:15.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2418 | 2024-08-29T01:22:15.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2419 | 2024-08-29T01:22:15.202Z | |
2420 | 2024-08-29T01:22:15.202Z | info: running `cargo check --bins` on nexus-db-fixed-data (74/157) |
2421 | 2024-08-29T01:22:15.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-08-29T01:22:15.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-08-29T01:22:15.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-08-29T01:22:15.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2425 | 2024-08-29T01:22:15.874Z | |
2426 | 2024-08-29T01:22:15.874Z | info: running `cargo check --bins` on nexus-db-model (75/157) |
2427 | 2024-08-29T01:22:16.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-08-29T01:22:16.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-08-29T01:22:16.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2024-08-29T01:22:16.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2431 | 2024-08-29T01:22:16.636Z | |
2432 | 2024-08-29T01:22:16.636Z | info: running `cargo check --bins` on nexus-defaults (76/157) |
2433 | 2024-08-29T01:22:17.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-08-29T01:22:17.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-08-29T01:22:17.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2436 | 2024-08-29T01:22:17.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2437 | 2024-08-29T01:22:17.301Z | |
2438 | 2024-08-29T01:22:17.301Z | info: running `cargo check --bins` on sled-agent-client (77/157) |
2439 | 2024-08-29T01:22:17.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-08-29T01:22:17.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-08-29T01:22:17.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-08-29T01:22:17.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2443 | 2024-08-29T01:22:18.025Z | |
2444 | 2024-08-29T01:22:18.025Z | info: running `cargo check --bins` on nexus-inventory (78/157) |
2445 | 2024-08-29T01:22:18.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-08-29T01:22:18.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-08-29T01:22:18.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-08-29T01:22:18.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2449 | 2024-08-29T01:22:18.804Z | |
2450 | 2024-08-29T01:22:18.804Z | info: running `cargo check --bins` on typed-rng (79/157) |
2451 | 2024-08-29T01:22:19.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-08-29T01:22:19.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-08-29T01:22:19.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-08-29T01:22:19.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2455 | 2024-08-29T01:22:19.443Z | |
2456 | 2024-08-29T01:22:19.443Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/157) |
2457 | 2024-08-29T01:22:20.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-08-29T01:22:20.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-08-29T01:22:20.269Z | Compiling rayon-core v1.12.1 |
2460 | 2024-08-29T01:22:20.272Z | Compiling crossbeam-deque v0.8.5 |
2461 | 2024-08-29T01:22:20.272Z | Compiling curve25519-dalek v4.1.3 |
2462 | 2024-08-29T01:22:20.272Z | Compiling unicase v2.7.0 |
2463 | 2024-08-29T01:22:20.272Z | Checking keccak v0.1.5 |
2464 | 2024-08-29T01:22:20.399Z | Compiling same-file v1.0.6 |
2465 | 2024-08-29T01:22:20.402Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2466 | 2024-08-29T01:22:20.402Z | Compiling tempfile v3.10.1 |
2467 | 2024-08-29T01:22:20.641Z | Compiling walkdir v2.5.0 |
2468 | 2024-08-29T01:22:20.685Z | Checking sha3 v0.10.8 |
2469 | 2024-08-29T01:22:20.752Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2470 | 2024-08-29T01:22:20.849Z | Compiling thiserror-impl-no-std v2.0.2 |
2471 | 2024-08-29T01:22:21.072Z | Checking universal-hash v0.5.1 |
2472 | 2024-08-29T01:22:21.136Z | Checking secrecy v0.8.0 |
2473 | 2024-08-29T01:22:21.139Z | Compiling ring v0.16.20 |
2474 | 2024-08-29T01:22:21.276Z | Compiling blake3 v1.5.1 |
2475 | 2024-08-29T01:22:21.292Z | Compiling curve25519-dalek-derive v0.1.1 |
2476 | 2024-08-29T01:22:21.353Z | Checking opaque-debug v0.3.1 |
2477 | 2024-08-29T01:22:21.356Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2478 | 2024-08-29T01:22:21.419Z | Checking poly1305 v0.8.0 |
2479 | 2024-08-29T01:22:21.422Z | Checking chacha20 v0.9.1 |
2480 | 2024-08-29T01:22:21.670Z | Compiling rayon v1.10.0 |
2481 | 2024-08-29T01:22:21.765Z | Checking aead v0.5.2 |
2482 | 2024-08-29T01:22:21.933Z | Compiling memmap2 v0.9.4 |
2483 | 2024-08-29T01:22:22.001Z | Compiling home v0.5.9 |
2484 | 2024-08-29T01:22:22.296Z | Compiling constant_time_eq v0.3.0 |
2485 | 2024-08-29T01:22:22.409Z | Compiling arrayvec v0.7.4 |
2486 | 2024-08-29T01:22:22.429Z | Compiling arrayref v0.3.7 |
2487 | 2024-08-29T01:22:22.462Z | Compiling untrusted v0.7.1 |
2488 | 2024-08-29T01:22:22.535Z | Compiling libefi-sys v0.1.0 |
2489 | 2024-08-29T01:22:22.593Z | Compiling spin v0.5.2 |
2490 | 2024-08-29T01:22:22.656Z | Compiling toolchain_find v0.4.0 |
2491 | 2024-08-29T01:22:22.810Z | Checking chacha20poly1305 v0.10.1 |
2492 | 2024-08-29T01:22:22.984Z | Compiling camino-tempfile v1.1.1 |
2493 | 2024-08-29T01:22:23.147Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2494 | 2024-08-29T01:22:23.342Z | Compiling bitfield-struct v0.6.1 |
2495 | 2024-08-29T01:22:23.346Z | Compiling cancel-safe-futures v0.1.5 |
2496 | 2024-08-29T01:22:23.479Z | Compiling topological-sort v0.2.2 |
2497 | 2024-08-29T01:22:23.729Z | Compiling mime_guess v2.0.4 |
2498 | 2024-08-29T01:22:23.732Z | Compiling rustfmt-wrapper v0.2.1 |
2499 | 2024-08-29T01:22:24.109Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2500 | 2024-08-29T01:22:24.160Z | Checking thiserror-no-std v2.0.2 |
2501 | 2024-08-29T01:22:24.305Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2502 | 2024-08-29T01:22:24.321Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2503 | 2024-08-29T01:22:24.469Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2504 | 2024-08-29T01:22:24.760Z | Checking vsss-rs v3.3.4 |
2505 | 2024-08-29T01:22:24.776Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2506 | 2024-08-29T01:22:25.070Z | Checking gethostname v0.5.0 |
2507 | 2024-08-29T01:22:25.112Z | Checking libsw v3.3.1 |
2508 | 2024-08-29T01:22:25.175Z | Checking owo-colors v4.0.0 |
2509 | 2024-08-29T01:22:25.240Z | Checking linear-map v1.2.0 |
2510 | 2024-08-29T01:22:25.339Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2511 | 2024-08-29T01:22:25.403Z | Checking swrite v0.1.0 |
2512 | 2024-08-29T01:22:25.540Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2513 | 2024-08-29T01:22:25.858Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2514 | 2024-08-29T01:22:26.312Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2515 | 2024-08-29T01:22:26.491Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2516 | 2024-08-29T01:22:26.754Z | Checking nanorand v0.7.0 |
2517 | 2024-08-29T01:22:27.048Z | Compiling omicron-zone-package v0.11.0 |
2518 | 2024-08-29T01:22:27.130Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2519 | 2024-08-29T01:22:27.252Z | Checking glob v0.3.1 |
2520 | 2024-08-29T01:22:27.502Z | Checking http-range v0.1.5 |
2521 | 2024-08-29T01:22:27.504Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2522 | 2024-08-29T01:22:27.559Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2523 | 2024-08-29T01:22:27.661Z | Checking hyper-staticfile v0.9.5 |
2524 | 2024-08-29T01:22:28.111Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2525 | 2024-08-29T01:22:28.202Z | Checking flume v0.11.0 |
2526 | 2024-08-29T01:22:28.563Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2527 | 2024-08-29T01:22:28.722Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2528 | 2024-08-29T01:22:28.737Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2529 | 2024-08-29T01:22:29.407Z | Checking itertools v0.13.0 |
2530 | 2024-08-29T01:22:29.850Z | Checking display-error-chain v0.2.0 |
2531 | 2024-08-29T01:22:30.226Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2532 | 2024-08-29T01:22:30.970Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2533 | 2024-08-29T01:22:32.098Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2534 | 2024-08-29T01:22:33.619Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2535 | 2024-08-29T01:22:33.621Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2536 | 2024-08-29T01:22:44.669Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2537 | 2024-08-29T01:22:57.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.59s |
2538 | 2024-08-29T01:22:57.219Z | |
2539 | 2024-08-29T01:22:57.219Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/157) |
2540 | 2024-08-29T01:22:57.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2024-08-29T01:22:57.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2024-08-29T01:22:58.040Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2543 | 2024-08-29T01:23:10.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.35s |
2544 | 2024-08-29T01:23:10.760Z | |
2545 | 2024-08-29T01:23:10.761Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/157) |
2546 | 2024-08-29T01:23:11.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2024-08-29T01:23:11.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2024-08-29T01:23:11.580Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2549 | 2024-08-29T01:23:27.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s |
2550 | 2024-08-29T01:23:27.987Z | |
2551 | 2024-08-29T01:23:27.987Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/157) |
2552 | 2024-08-29T01:23:27.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2024-08-29T01:23:27.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2024-08-29T01:23:27.989Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2555 | 2024-08-29T01:23:37.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.24s |
2556 | 2024-08-29T01:23:37.788Z | |
2557 | 2024-08-29T01:23:37.788Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/157) |
2558 | 2024-08-29T01:23:38.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2024-08-29T01:23:38.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2024-08-29T01:23:38.600Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2561 | 2024-08-29T01:23:51.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s |
2562 | 2024-08-29T01:23:51.390Z | |
2563 | 2024-08-29T01:23:51.391Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/157) |
2564 | 2024-08-29T01:23:52.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2024-08-29T01:23:52.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2024-08-29T01:23:52.199Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2567 | 2024-08-29T01:24:04.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s |
2568 | 2024-08-29T01:24:05.088Z | |
2569 | 2024-08-29T01:24:05.088Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/157) |
2570 | 2024-08-29T01:24:05.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2024-08-29T01:24:05.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2024-08-29T01:24:05.906Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2573 | 2024-08-29T01:24:18.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.35s |
2574 | 2024-08-29T01:24:18.643Z | |
2575 | 2024-08-29T01:24:18.643Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/157) |
2576 | 2024-08-29T01:24:19.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2024-08-29T01:24:19.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2024-08-29T01:24:19.448Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2579 | 2024-08-29T01:24:32.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.46s |
2580 | 2024-08-29T01:24:32.280Z | |
2581 | 2024-08-29T01:24:32.280Z | info: running `cargo check --bins` on bootstrap-agent-api (88/157) |
2582 | 2024-08-29T01:24:32.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2024-08-29T01:24:32.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2024-08-29T01:24:32.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2024-08-29T01:24:32.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2586 | 2024-08-29T01:24:33.003Z | |
2587 | 2024-08-29T01:24:33.003Z | info: running `cargo check --bins` on sled-agent-types (89/157) |
2588 | 2024-08-29T01:24:33.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2024-08-29T01:24:33.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2024-08-29T01:24:33.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2024-08-29T01:24:33.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2592 | 2024-08-29T01:24:33.725Z | |
2593 | 2024-08-29T01:24:33.725Z | info: running `cargo check --bins` on bootstrap-agent-client (90/157) |
2594 | 2024-08-29T01:24:34.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2024-08-29T01:24:34.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2024-08-29T01:24:34.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2024-08-29T01:24:34.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2598 | 2024-08-29T01:24:34.441Z | |
2599 | 2024-08-29T01:24:34.441Z | info: running `cargo check --bins` on dpd-client (91/157) |
2600 | 2024-08-29T01:24:35.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2024-08-29T01:24:35.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2024-08-29T01:24:35.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2024-08-29T01:24:35.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2604 | 2024-08-29T01:24:35.128Z | |
2605 | 2024-08-29T01:24:35.128Z | info: running `cargo check --bins` on installinator-common (92/157) |
2606 | 2024-08-29T01:24:35.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2024-08-29T01:24:35.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2024-08-29T01:24:35.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2024-08-29T01:24:35.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2610 | 2024-08-29T01:24:35.832Z | |
2611 | 2024-08-29T01:24:35.832Z | info: running `cargo check --bins` on update-engine (93/157) |
2612 | 2024-08-29T01:24:36.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2024-08-29T01:24:36.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2024-08-29T01:24:36.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2024-08-29T01:24:36.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2616 | 2024-08-29T01:24:36.509Z | |
2617 | 2024-08-29T01:24:36.509Z | info: running `cargo check --bins` on key-manager (94/157) |
2618 | 2024-08-29T01:24:37.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2024-08-29T01:24:37.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2024-08-29T01:24:37.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2024-08-29T01:24:37.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2622 | 2024-08-29T01:24:37.204Z | |
2623 | 2024-08-29T01:24:37.204Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/157) |
2624 | 2024-08-29T01:24:37.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2024-08-29T01:24:37.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2024-08-29T01:24:37.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2024-08-29T01:24:37.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2628 | 2024-08-29T01:24:37.927Z | |
2629 | 2024-08-29T01:24:37.927Z | info: running `cargo check --bins` on sled-agent-api (96/157) |
2630 | 2024-08-29T01:24:38.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2024-08-29T01:24:38.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2024-08-29T01:24:38.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2024-08-29T01:24:38.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2634 | 2024-08-29T01:24:38.662Z | |
2635 | 2024-08-29T01:24:38.662Z | info: running `cargo check --bins` on sled-hardware (97/157) |
2636 | 2024-08-29T01:24:39.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2024-08-29T01:24:39.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2024-08-29T01:24:39.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2024-08-29T01:24:39.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2640 | 2024-08-29T01:24:39.370Z | |
2641 | 2024-08-29T01:24:39.370Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/157) |
2642 | 2024-08-29T01:24:40.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2024-08-29T01:24:40.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2024-08-29T01:24:40.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2024-08-29T01:24:40.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2646 | 2024-08-29T01:24:40.098Z | |
2647 | 2024-08-29T01:24:40.098Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/157) |
2648 | 2024-08-29T01:24:40.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2024-08-29T01:24:40.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2024-08-29T01:24:40.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2024-08-29T01:24:40.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2652 | 2024-08-29T01:24:40.815Z | |
2653 | 2024-08-29T01:24:40.815Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/157) |
2654 | 2024-08-29T01:24:41.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2024-08-29T01:24:41.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2024-08-29T01:24:41.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2024-08-29T01:24:41.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2658 | 2024-08-29T01:24:41.549Z | |
2659 | 2024-08-29T01:24:41.549Z | info: running `cargo check --bins` on nexus-test-interface (101/157) |
2660 | 2024-08-29T01:24:42.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-08-29T01:24:42.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-08-29T01:24:42.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2024-08-29T01:24:42.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2664 | 2024-08-29T01:24:42.265Z | |
2665 | 2024-08-29T01:24:42.266Z | info: running `cargo check --bins` on oximeter-collector (102/157) |
2666 | 2024-08-29T01:24:42.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2024-08-29T01:24:42.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2024-08-29T01:24:43.002Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2669 | 2024-08-29T01:24:43.002Z | Checking bcs v0.1.6 |
2670 | 2024-08-29T01:24:43.012Z | Compiling async-recursion v1.1.1 |
2671 | 2024-08-29T01:24:43.012Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2672 | 2024-08-29T01:24:43.012Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2673 | 2024-08-29T01:24:44.139Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2674 | 2024-08-29T01:24:47.488Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2675 | 2024-08-29T01:24:49.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.04s |
2676 | 2024-08-29T01:24:49.479Z | |
2677 | 2024-08-29T01:24:49.479Z | info: running `cargo check --bins` on oximeter-api (103/157) |
2678 | 2024-08-29T01:24:50.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2024-08-29T01:24:50.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2024-08-29T01:24:50.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2024-08-29T01:24:50.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2682 | 2024-08-29T01:24:50.176Z | |
2683 | 2024-08-29T01:24:50.176Z | info: running `cargo check --bins` on oximeter-client (104/157) |
2684 | 2024-08-29T01:24:50.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2024-08-29T01:24:50.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2024-08-29T01:24:50.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2024-08-29T01:24:50.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2688 | 2024-08-29T01:24:50.890Z | |
2689 | 2024-08-29T01:24:50.890Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/157) |
2690 | 2024-08-29T01:24:51.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2024-08-29T01:24:51.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2024-08-29T01:24:51.589Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2693 | 2024-08-29T01:24:52.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2694 | 2024-08-29T01:24:52.367Z | |
2695 | 2024-08-29T01:24:52.367Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/157) |
2696 | 2024-08-29T01:24:53.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2024-08-29T01:24:53.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2024-08-29T01:24:53.103Z | Compiling vte_generate_state_changes v0.1.1 |
2699 | 2024-08-29T01:24:53.103Z | Checking fd-lock v4.0.2 |
2700 | 2024-08-29T01:24:53.106Z | Checking bytecount v0.6.8 |
2701 | 2024-08-29T01:24:53.106Z | Compiling tabled_derive v0.7.0 |
2702 | 2024-08-29T01:24:53.215Z | Checking crossterm v0.27.0 |
2703 | 2024-08-29T01:24:53.217Z | Compiling peg-macros v0.8.4 |
2704 | 2024-08-29T01:24:53.217Z | Compiling sqlparser_derive v0.2.2 |
2705 | 2024-08-29T01:24:53.217Z | Checking unicode_categories v0.1.1 |
2706 | 2024-08-29T01:24:53.332Z | Checking papergrid v0.11.0 |
2707 | 2024-08-29T01:24:53.560Z | Checking home v0.5.9 |
2708 | 2024-08-29T01:24:53.686Z | Checking nu-ansi-term v0.50.0 |
2709 | 2024-08-29T01:24:53.801Z | Checking rustyline v14.0.0 |
2710 | 2024-08-29T01:24:53.821Z | Checking vte v0.11.1 |
2711 | 2024-08-29T01:24:54.068Z | Checking sqlformat v0.2.4 |
2712 | 2024-08-29T01:24:54.409Z | Checking sqlparser v0.45.0 |
2713 | 2024-08-29T01:24:54.858Z | Checking crossterm v0.28.1 |
2714 | 2024-08-29T01:24:55.223Z | Checking strip-ansi-escapes v0.2.0 |
2715 | 2024-08-29T01:24:55.370Z | Checking reedline v0.33.0 |
2716 | 2024-08-29T01:24:55.760Z | Checking tabled v0.15.0 |
2717 | 2024-08-29T01:24:56.234Z | Checking peg v0.8.4 |
2718 | 2024-08-29T01:25:01.020Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2719 | 2024-08-29T01:25:06.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s |
2720 | 2024-08-29T01:25:06.643Z | |
2721 | 2024-08-29T01:25:06.643Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/157) |
2722 | 2024-08-29T01:25:07.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2024-08-29T01:25:07.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2024-08-29T01:25:07.373Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2725 | 2024-08-29T01:25:13.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.36s |
2726 | 2024-08-29T01:25:13.181Z | |
2727 | 2024-08-29T01:25:13.181Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/157) |
2728 | 2024-08-29T01:25:13.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2024-08-29T01:25:13.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2024-08-29T01:25:13.914Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2731 | 2024-08-29T01:25:19.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s |
2732 | 2024-08-29T01:25:19.458Z | |
2733 | 2024-08-29T01:25:19.458Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/157) |
2734 | 2024-08-29T01:25:20.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2024-08-29T01:25:20.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2024-08-29T01:25:20.187Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2737 | 2024-08-29T01:25:24.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s |
2738 | 2024-08-29T01:25:24.776Z | |
2739 | 2024-08-29T01:25:24.776Z | info: running `cargo check --bins` on oximeter-test-utils (110/157) |
2740 | 2024-08-29T01:25:25.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2024-08-29T01:25:25.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2024-08-29T01:25:25.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2024-08-29T01:25:25.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2744 | 2024-08-29T01:25:25.476Z | |
2745 | 2024-08-29T01:25:25.476Z | info: running `cargo check --bins` on cockroach-admin-client (111/157) |
2746 | 2024-08-29T01:25:26.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2024-08-29T01:25:26.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2024-08-29T01:25:26.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2024-08-29T01:25:26.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2750 | 2024-08-29T01:25:26.159Z | |
2751 | 2024-08-29T01:25:26.159Z | info: running `cargo check --bins` on installinator-client (112/157) |
2752 | 2024-08-29T01:25:26.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2024-08-29T01:25:26.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2024-08-29T01:25:26.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2024-08-29T01:25:26.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2756 | 2024-08-29T01:25:26.884Z | |
2757 | 2024-08-29T01:25:26.884Z | info: running `cargo check --bins` on oxide-client (113/157) |
2758 | 2024-08-29T01:25:27.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2024-08-29T01:25:27.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2024-08-29T01:25:27.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2761 | 2024-08-29T01:25:27.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2762 | 2024-08-29T01:25:27.581Z | |
2763 | 2024-08-29T01:25:27.581Z | info: running `cargo check --bins` on wicketd-client (114/157) |
2764 | 2024-08-29T01:25:28.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-08-29T01:25:28.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-08-29T01:25:28.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2767 | 2024-08-29T01:25:28.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2768 | 2024-08-29T01:25:28.338Z | |
2769 | 2024-08-29T01:25:28.338Z | info: running `cargo check --bins` on wicket-common (115/157) |
2770 | 2024-08-29T01:25:28.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-08-29T01:25:28.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-08-29T01:25:28.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2024-08-29T01:25:29.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2774 | 2024-08-29T01:25:29.077Z | |
2775 | 2024-08-29T01:25:29.077Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/157) |
2776 | 2024-08-29T01:25:29.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-08-29T01:25:29.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-08-29T01:25:29.803Z | Checking csv-core v0.1.11 |
2779 | 2024-08-29T01:25:29.805Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2780 | 2024-08-29T01:25:30.109Z | Checking csv v1.3.0 |
2781 | 2024-08-29T01:25:30.672Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2782 | 2024-08-29T01:25:31.060Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2783 | 2024-08-29T01:25:32.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
2784 | 2024-08-29T01:25:32.454Z | |
2785 | 2024-08-29T01:25:32.454Z | info: running `cargo check --bins` on cockroach-admin-api (117/157) |
2786 | 2024-08-29T01:25:33.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-08-29T01:25:33.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-08-29T01:25:33.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2024-08-29T01:25:33.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2790 | 2024-08-29T01:25:33.172Z | |
2791 | 2024-08-29T01:25:33.172Z | info: running `cargo check --bins` on cockroach-admin-types (118/157) |
2792 | 2024-08-29T01:25:33.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-08-29T01:25:33.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-08-29T01:25:33.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-08-29T01:25:33.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2796 | 2024-08-29T01:25:33.869Z | |
2797 | 2024-08-29T01:25:33.869Z | info: running `cargo check --bins` on cert-dev (119/157) |
2798 | 2024-08-29T01:25:34.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-08-29T01:25:34.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-08-29T01:25:34.539Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2801 | 2024-08-29T01:25:34.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2802 | 2024-08-29T01:25:34.948Z | |
2803 | 2024-08-29T01:25:34.948Z | info: running `cargo check --bins` on ch-dev (120/157) |
2804 | 2024-08-29T01:25:35.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-08-29T01:25:35.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-08-29T01:25:35.721Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2807 | 2024-08-29T01:25:36.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
2808 | 2024-08-29T01:25:36.580Z | |
2809 | 2024-08-29T01:25:36.580Z | info: running `cargo check --bins` on crdb-seed (121/157) |
2810 | 2024-08-29T01:25:37.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-08-29T01:25:37.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-08-29T01:25:37.306Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2813 | 2024-08-29T01:25:37.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2814 | 2024-08-29T01:25:37.806Z | |
2815 | 2024-08-29T01:25:37.806Z | info: running `cargo check --bins` on db-dev (122/157) |
2816 | 2024-08-29T01:25:38.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-08-29T01:25:38.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-08-29T01:25:38.533Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2819 | 2024-08-29T01:25:39.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
2820 | 2024-08-29T01:25:39.428Z | |
2821 | 2024-08-29T01:25:39.428Z | info: running `cargo check --bins` on omicron-dev-lib (123/157) |
2822 | 2024-08-29T01:25:40.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-08-29T01:25:40.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-08-29T01:25:40.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2024-08-29T01:25:40.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2826 | 2024-08-29T01:25:40.166Z | |
2827 | 2024-08-29T01:25:40.166Z | info: running `cargo check --bins` on xtask-downloader (124/157) |
2828 | 2024-08-29T01:25:40.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2024-08-29T01:25:40.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2024-08-29T01:25:40.850Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2831 | 2024-08-29T01:25:41.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
2832 | 2024-08-29T01:25:41.888Z | |
2833 | 2024-08-29T01:25:41.888Z | info: running `cargo check --bins` on mgs-dev (125/157) |
2834 | 2024-08-29T01:25:42.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-08-29T01:25:42.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-08-29T01:25:42.700Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2837 | 2024-08-29T01:25:43.375Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2838 | 2024-08-29T01:25:43.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
2839 | 2024-08-29T01:25:44.071Z | |
2840 | 2024-08-29T01:25:44.071Z | info: running `cargo check --bins` on omicron-omdb (126/157) |
2841 | 2024-08-29T01:25:44.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-08-29T01:25:44.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-08-29T01:25:44.969Z | Compiling glob v0.3.1 |
2844 | 2024-08-29T01:25:44.969Z | Compiling crunchy v0.2.2 |
2845 | 2024-08-29T01:25:44.971Z | Compiling tiny-keccak v2.0.2 |
2846 | 2024-08-29T01:25:44.972Z | Compiling dsl_auto_type v0.1.2 |
2847 | 2024-08-29T01:25:44.972Z | Checking scheduled-thread-pool v0.2.7 |
2848 | 2024-08-29T01:25:45.072Z | Compiling diesel_table_macro_syntax v0.2.0 |
2849 | 2024-08-29T01:25:45.086Z | Compiling ascii-canvas v3.0.0 |
2850 | 2024-08-29T01:25:45.089Z | Compiling ena v0.14.3 |
2851 | 2024-08-29T01:25:45.320Z | Checking r2d2 v0.8.10 |
2852 | 2024-08-29T01:25:45.508Z | Compiling libloading v0.8.3 |
2853 | 2024-08-29T01:25:45.530Z | Compiling bindgen v0.69.4 |
2854 | 2024-08-29T01:25:45.585Z | Compiling diff v0.1.13 |
2855 | 2024-08-29T01:25:45.642Z | Compiling regex-syntax v0.6.29 |
2856 | 2024-08-29T01:25:45.673Z | Compiling which v4.4.2 |
2857 | 2024-08-29T01:25:45.956Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2858 | 2024-08-29T01:25:46.022Z | Compiling clang-sys v1.7.0 |
2859 | 2024-08-29T01:25:46.199Z | Compiling cexpr v0.6.0 |
2860 | 2024-08-29T01:25:46.299Z | Compiling lazycell v1.3.0 |
2861 | 2024-08-29T01:25:46.340Z | Compiling shlex v1.3.0 |
2862 | 2024-08-29T01:25:46.353Z | Compiling rustc-hash v1.1.0 |
2863 | 2024-08-29T01:25:46.413Z | Compiling ref-cast v1.0.23 |
2864 | 2024-08-29T01:25:46.466Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2865 | 2024-08-29T01:25:46.504Z | Compiling derive_builder_core v0.20.0 |
2866 | 2024-08-29T01:25:46.761Z | Compiling libxml v0.3.3 |
2867 | 2024-08-29T01:25:46.780Z | Compiling ref-cast-impl v1.0.23 |
2868 | 2024-08-29T01:25:46.875Z | Compiling diesel_derives v2.2.2 |
2869 | 2024-08-29T01:25:47.024Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2870 | 2024-08-29T01:25:47.230Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2871 | 2024-08-29T01:25:47.518Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2872 | 2024-08-29T01:25:47.836Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2873 | 2024-08-29T01:25:48.096Z | Compiling strum_macros v0.24.3 |
2874 | 2024-08-29T01:25:48.169Z | Compiling dropshot v0.10.1 |
2875 | 2024-08-29T01:25:48.233Z | Compiling indoc v1.0.9 |
2876 | 2024-08-29T01:25:49.015Z | Compiling lalrpop v0.19.12 |
2877 | 2024-08-29T01:25:49.296Z | Compiling derive_builder_macro v0.20.0 |
2878 | 2024-08-29T01:25:50.251Z | Checking derive_builder v0.20.0 |
2879 | 2024-08-29T01:25:50.462Z | Checking tungstenite v0.23.0 |
2880 | 2024-08-29T01:25:50.890Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2881 | 2024-08-29T01:25:51.217Z | Compiling dropshot_endpoint v0.10.1 |
2882 | 2024-08-29T01:25:51.464Z | Compiling impl-trait-for-tuples v0.2.2 |
2883 | 2024-08-29T01:25:51.687Z | Compiling oso-derive v0.27.3 |
2884 | 2024-08-29T01:25:51.939Z | Checking quick-xml v0.31.0 |
2885 | 2024-08-29T01:25:52.853Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2886 | 2024-08-29T01:25:53.193Z | Checking maplit v1.0.2 |
2887 | 2024-08-29T01:25:53.391Z | Checking tokio-tungstenite v0.23.1 |
2888 | 2024-08-29T01:25:53.913Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2889 | 2024-08-29T01:25:54.135Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2890 | 2024-08-29T01:25:54.454Z | Checking bb8 v0.8.5 |
2891 | 2024-08-29T01:25:54.970Z | Compiling const_format_proc_macros v0.2.32 |
2892 | 2024-08-29T01:25:55.722Z | Checking crossbeam-deque v0.8.5 |
2893 | 2024-08-29T01:25:56.082Z | Compiling portable-atomic v1.6.0 |
2894 | 2024-08-29T01:25:57.241Z | Checking rayon-core v1.12.1 |
2895 | 2024-08-29T01:25:57.352Z | Checking const_format v0.2.32 |
2896 | 2024-08-29T01:25:57.426Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2897 | 2024-08-29T01:25:57.871Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2898 | 2024-08-29T01:25:57.930Z | Checking castaway v0.2.3 |
2899 | 2024-08-29T01:25:58.107Z | Checking compact_str v0.8.0 |
2900 | 2024-08-29T01:25:58.209Z | Checking rayon v1.10.0 |
2901 | 2024-08-29T01:25:59.516Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2902 | 2024-08-29T01:25:59.769Z | Checking unicode-truncate v1.0.0 |
2903 | 2024-08-29T01:25:59.827Z | Checking lru v0.12.3 |
2904 | 2024-08-29T01:25:59.996Z | Compiling instability v0.3.2 |
2905 | 2024-08-29T01:26:00.122Z | Checking unicode-linebreak v0.1.5 |
2906 | 2024-08-29T01:26:00.164Z | Checking smawk v0.3.2 |
2907 | 2024-08-29T01:26:00.190Z | Checking number_prefix v0.4.0 |
2908 | 2024-08-29T01:26:00.381Z | Checking diesel v2.2.3 |
2909 | 2024-08-29T01:26:00.413Z | Checking cassowary v0.3.0 |
2910 | 2024-08-29T01:26:00.462Z | Checking multimap v0.10.0 |
2911 | 2024-08-29T01:26:00.541Z | Checking textwrap v0.16.1 |
2912 | 2024-08-29T01:26:01.077Z | Checking ratatui v0.28.0 |
2913 | 2024-08-29T01:26:02.212Z | Checking indicatif v0.17.8 |
2914 | 2024-08-29T01:26:21.802Z | Compiling samael v0.0.15 |
2915 | 2024-08-29T01:26:37.497Z | Compiling polar-core v0.27.3 |
2916 | 2024-08-29T01:26:38.231Z | Checking async-bb8-diesel v0.2.1 |
2917 | 2024-08-29T01:26:44.795Z | Checking oso v0.27.3 |
2918 | 2024-08-29T01:27:50.579Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2919 | 2024-08-29T01:27:56.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
2920 | 2024-08-29T01:27:56.563Z | |
2921 | 2024-08-29T01:27:56.563Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/157) |
2922 | 2024-08-29T01:27:57.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2923 | 2024-08-29T01:27:57.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2924 | 2024-08-29T01:27:57.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2925 | 2024-08-29T01:27:57.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2926 | 2024-08-29T01:27:57.316Z | |
2927 | 2024-08-29T01:27:57.316Z | info: running `cargo check --bins` on nexus-saga-recovery (128/157) |
2928 | 2024-08-29T01:27:57.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2929 | 2024-08-29T01:27:58.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2930 | 2024-08-29T01:27:58.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2931 | 2024-08-29T01:27:58.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2932 | 2024-08-29T01:27:58.087Z | |
2933 | 2024-08-29T01:27:58.087Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/157) |
2934 | 2024-08-29T01:27:58.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2935 | 2024-08-29T01:27:58.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2936 | 2024-08-29T01:27:58.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2937 | 2024-08-29T01:27:58.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2938 | 2024-08-29T01:27:58.784Z | |
2939 | 2024-08-29T01:27:58.784Z | info: running `cargo check --bins` on omicron-nexus (130/157) |
2940 | 2024-08-29T01:27:59.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2941 | 2024-08-29T01:27:59.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2942 | 2024-08-29T01:27:59.834Z | Compiling libz-sys v1.1.16 |
2943 | 2024-08-29T01:27:59.836Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2944 | 2024-08-29T01:27:59.836Z | Compiling vergen v8.3.2 |
2945 | 2024-08-29T01:27:59.836Z | Compiling cargo-platform v0.1.8 |
2946 | 2024-08-29T01:27:59.836Z | Compiling pin-project-internal v1.1.5 |
2947 | 2024-08-29T01:27:59.836Z | Compiling snafu-derive v0.8.2 |
2948 | 2024-08-29T01:27:59.836Z | Compiling libsqlite3-sys v0.28.0 |
2949 | 2024-08-29T01:27:59.836Z | Compiling buf-list v1.0.3 |
2950 | 2024-08-29T01:28:00.130Z | Compiling cargo_metadata v0.18.1 |
2951 | 2024-08-29T01:28:00.336Z | Checking globset v0.4.14 |
2952 | 2024-08-29T01:28:00.429Z | Checking olpc-cjson v0.1.3 |
2953 | 2024-08-29T01:28:00.612Z | Checking rand_seeder v0.3.0 |
2954 | 2024-08-29T01:28:00.633Z | Checking serde_plain v1.0.2 |
2955 | 2024-08-29T01:28:00.724Z | Checking typed-path v0.7.1 |
2956 | 2024-08-29T01:28:00.853Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2957 | 2024-08-29T01:28:01.031Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2958 | 2024-08-29T01:28:01.124Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2959 | 2024-08-29T01:28:01.320Z | Checking hashlink v0.9.1 |
2960 | 2024-08-29T01:28:01.336Z | Checking fallible-streaming-iterator v0.1.9 |
2961 | 2024-08-29T01:28:01.427Z | Checking parse-size v1.0.0 |
2962 | 2024-08-29T01:28:01.557Z | Checking fallible-iterator v0.3.0 |
2963 | 2024-08-29T01:28:01.655Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2964 | 2024-08-29T01:28:01.974Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2965 | 2024-08-29T01:28:02.178Z | Checking rusqlite v0.31.0 |
2966 | 2024-08-29T01:28:02.577Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2967 | 2024-08-29T01:28:02.655Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2968 | 2024-08-29T01:28:02.869Z | Checking twox-hash v1.6.3 |
2969 | 2024-08-29T01:28:03.007Z | Checking pin-project v1.1.5 |
2970 | 2024-08-29T01:28:03.111Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2971 | 2024-08-29T01:28:03.332Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2972 | 2024-08-29T01:28:03.783Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2973 | 2024-08-29T01:28:03.816Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2974 | 2024-08-29T01:28:03.876Z | Checking fatfs v0.3.6 |
2975 | 2024-08-29T01:28:03.997Z | Checking assert_matches v1.5.0 |
2976 | 2024-08-29T01:28:05.473Z | Checking snafu v0.8.2 |
2977 | 2024-08-29T01:28:05.903Z | Checking tough v0.17.1 |
2978 | 2024-08-29T01:28:10.028Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2979 | 2024-08-29T01:28:11.022Z | Compiling git2 v0.19.0 |
2980 | 2024-08-29T01:28:11.318Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2981 | 2024-08-29T01:28:16.132Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2982 | 2024-08-29T01:29:21.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
2983 | 2024-08-29T01:29:21.909Z | |
2984 | 2024-08-29T01:29:21.909Z | info: running `cargo check --bins` on nexus-internal-api (131/157) |
2985 | 2024-08-29T01:29:22.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2024-08-29T01:29:22.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2024-08-29T01:29:22.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2988 | 2024-08-29T01:29:22.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2989 | 2024-08-29T01:29:22.659Z | |
2990 | 2024-08-29T01:29:22.659Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (132/157) |
2991 | 2024-08-29T01:29:23.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2024-08-29T01:29:23.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2024-08-29T01:29:23.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2994 | 2024-08-29T01:29:23.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2995 | 2024-08-29T01:29:23.403Z | |
2996 | 2024-08-29T01:29:23.403Z | info: running `cargo check --bins` on nexus-networking (133/157) |
2997 | 2024-08-29T01:29:24.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2024-08-29T01:29:24.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2024-08-29T01:29:24.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3000 | 2024-08-29T01:29:24.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3001 | 2024-08-29T01:29:24.145Z | |
3002 | 2024-08-29T01:29:24.145Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (134/157) |
3003 | 2024-08-29T01:29:24.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2024-08-29T01:29:24.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2024-08-29T01:29:24.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3006 | 2024-08-29T01:29:24.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3007 | 2024-08-29T01:29:24.898Z | |
3008 | 2024-08-29T01:29:24.898Z | info: running `cargo check --bins` on update-common (135/157) |
3009 | 2024-08-29T01:29:25.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2024-08-29T01:29:25.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2024-08-29T01:29:25.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3012 | 2024-08-29T01:29:25.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3013 | 2024-08-29T01:29:25.618Z | |
3014 | 2024-08-29T01:29:25.619Z | info: running `cargo check --bins` on tufaceous-lib (136/157) |
3015 | 2024-08-29T01:29:26.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2024-08-29T01:29:26.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2024-08-29T01:29:26.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3018 | 2024-08-29T01:29:26.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3019 | 2024-08-29T01:29:26.344Z | |
3020 | 2024-08-29T01:29:26.344Z | info: running `cargo check --bins` on tufaceous (137/157) |
3021 | 2024-08-29T01:29:26.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2024-08-29T01:29:26.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2024-08-29T01:29:27.072Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3024 | 2024-08-29T01:29:28.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3025 | 2024-08-29T01:29:28.181Z | |
3026 | 2024-08-29T01:29:28.181Z | info: running `cargo check --bins` on omicron-dev (138/157) |
3027 | 2024-08-29T01:29:28.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2024-08-29T01:29:28.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2024-08-29T01:29:29.132Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3030 | 2024-08-29T01:29:29.134Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3031 | 2024-08-29T01:29:29.135Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3032 | 2024-08-29T01:29:30.621Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3033 | 2024-08-29T01:29:33.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s |
3034 | 2024-08-29T01:29:33.446Z | |
3035 | 2024-08-29T01:29:33.447Z | info: running `cargo check --bins` on openapi-manager (139/157) |
3036 | 2024-08-29T01:29:34.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2024-08-29T01:29:34.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2024-08-29T01:29:34.233Z | Checking is_ci v1.2.0 |
3039 | 2024-08-29T01:29:34.233Z | Checking heck v0.4.1 |
3040 | 2024-08-29T01:29:34.236Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3041 | 2024-08-29T01:29:34.236Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3042 | 2024-08-29T01:29:34.236Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3043 | 2024-08-29T01:29:34.329Z | Checking indent_write v2.2.0 |
3044 | 2024-08-29T01:29:34.418Z | Checking supports-color v3.0.0 |
3045 | 2024-08-29T01:29:34.505Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3046 | 2024-08-29T01:29:35.999Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3047 | 2024-08-29T01:29:36.854Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3048 | 2024-08-29T01:29:37.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
3049 | 2024-08-29T01:29:38.067Z | |
3050 | 2024-08-29T01:29:38.067Z | info: running `cargo check --bins` on installinator-api (140/157) |
3051 | 2024-08-29T01:29:38.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2024-08-29T01:29:38.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2024-08-29T01:29:38.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2024-08-29T01:29:38.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3055 | 2024-08-29T01:29:38.789Z | |
3056 | 2024-08-29T01:29:38.789Z | info: running `cargo check --bins` on openapi-manager-types (141/157) |
3057 | 2024-08-29T01:29:39.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-08-29T01:29:39.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-08-29T01:29:39.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2024-08-29T01:29:39.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3061 | 2024-08-29T01:29:39.456Z | |
3062 | 2024-08-29T01:29:39.456Z | info: running `cargo check --bins` on wicketd-api (142/157) |
3063 | 2024-08-29T01:29:40.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2024-08-29T01:29:40.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2024-08-29T01:29:40.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2024-08-29T01:29:40.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3067 | 2024-08-29T01:29:40.181Z | |
3068 | 2024-08-29T01:29:40.181Z | info: running `cargo check --bins` on reconfigurator-cli (143/157) |
3069 | 2024-08-29T01:29:40.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2024-08-29T01:29:40.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2024-08-29T01:29:40.975Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3072 | 2024-08-29T01:29:42.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
3073 | 2024-08-29T01:29:42.466Z | |
3074 | 2024-08-29T01:29:42.466Z | info: running `cargo check --bins` on omicron-releng (144/157) |
3075 | 2024-08-29T01:29:43.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2024-08-29T01:29:43.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2024-08-29T01:29:43.182Z | Checking memmap2 v0.9.4 |
3078 | 2024-08-29T01:29:43.182Z | Checking spin v0.5.2 |
3079 | 2024-08-29T01:29:43.184Z | Checking constant_time_eq v0.3.0 |
3080 | 2024-08-29T01:29:43.184Z | Checking untrusted v0.7.1 |
3081 | 2024-08-29T01:29:43.184Z | Checking arrayref v0.3.7 |
3082 | 2024-08-29T01:29:43.184Z | Checking arrayvec v0.7.4 |
3083 | 2024-08-29T01:29:43.184Z | Checking cargo-platform v0.1.8 |
3084 | 2024-08-29T01:29:43.184Z | Checking topological-sort v0.2.2 |
3085 | 2024-08-29T01:29:43.364Z | Checking shell-words v1.1.0 |
3086 | 2024-08-29T01:29:43.519Z | Checking ring v0.16.20 |
3087 | 2024-08-29T01:29:43.571Z | Checking cargo_metadata v0.18.1 |
3088 | 2024-08-29T01:29:43.632Z | Checking blake3 v1.5.1 |
3089 | 2024-08-29T01:29:44.776Z | Checking omicron-zone-package v0.11.0 |
3090 | 2024-08-29T01:29:45.957Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3091 | 2024-08-29T01:29:46.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
3092 | 2024-08-29T01:29:47.040Z | |
3093 | 2024-08-29T01:29:47.040Z | info: running `cargo check --bins` on xtask (145/157) |
3094 | 2024-08-29T01:29:47.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-08-29T01:29:47.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-08-29T01:29:47.559Z | Checking bitflags v2.6.0 |
3097 | 2024-08-29T01:29:47.562Z | Checking serde v1.0.208 |
3098 | 2024-08-29T01:29:47.633Z | Checking thiserror v1.0.63 |
3099 | 2024-08-29T01:29:47.652Z | Checking scroll v0.12.0 |
3100 | 2024-08-29T01:29:47.663Z | Checking hashbrown v0.14.5 |
3101 | 2024-08-29T01:29:47.665Z | Checking log v0.4.21 |
3102 | 2024-08-29T01:29:47.665Z | Checking zerocopy v0.7.34 |
3103 | 2024-08-29T01:29:47.697Z | Checking syn v2.0.74 |
3104 | 2024-08-29T01:29:47.746Z | Checking pest v2.7.10 |
3105 | 2024-08-29T01:29:47.875Z | Checking rustix v0.38.34 |
3106 | 2024-08-29T01:29:47.924Z | Checking fs-err v2.11.0 |
3107 | 2024-08-29T01:29:48.120Z | Checking goblin v0.8.2 |
3108 | 2024-08-29T01:29:48.227Z | Checking tabled v0.15.0 |
3109 | 2024-08-29T01:29:48.811Z | Checking indexmap v2.4.0 |
3110 | 2024-08-29T01:29:49.124Z | Checking anyhow v1.0.86 |
3111 | 2024-08-29T01:29:49.978Z | Checking terminal_size v0.3.0 |
3112 | 2024-08-29T01:29:49.978Z | Checking tempfile v3.10.1 |
3113 | 2024-08-29T01:29:50.161Z | Checking clap_builder v4.5.15 |
3114 | 2024-08-29T01:29:50.225Z | Checking dtrace-parser v0.2.0 |
3115 | 2024-08-29T01:29:51.805Z | Checking serde_json v1.0.125 |
3116 | 2024-08-29T01:29:51.805Z | Checking serde_spanned v0.6.7 |
3117 | 2024-08-29T01:29:51.805Z | Checking toml_datetime v0.6.8 |
3118 | 2024-08-29T01:29:51.808Z | Checking camino v1.1.9 |
3119 | 2024-08-29T01:29:51.808Z | Checking semver v1.0.23 |
3120 | 2024-08-29T01:29:52.039Z | Checking cargo-platform v0.1.8 |
3121 | 2024-08-29T01:29:52.124Z | Checking toml_edit v0.22.20 |
3122 | 2024-08-29T01:29:52.251Z | Checking macaddr v1.0.1 |
3123 | 2024-08-29T01:29:52.378Z | Checking camino-tempfile v1.1.1 |
3124 | 2024-08-29T01:29:52.659Z | Checking clap v4.5.16 |
3125 | 2024-08-29T01:29:53.109Z | Checking dof v0.3.0 |
3126 | 2024-08-29T01:29:53.109Z | Checking cargo_metadata v0.18.1 |
3127 | 2024-08-29T01:29:53.537Z | Checking usdt-impl v0.5.0 |
3128 | 2024-08-29T01:29:53.919Z | Checking usdt v0.5.0 |
3129 | 2024-08-29T01:29:54.039Z | Checking toml v0.8.19 |
3130 | 2024-08-29T01:29:54.542Z | Checking cargo_toml v0.20.4 |
3131 | 2024-08-29T01:29:55.864Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3132 | 2024-08-29T01:29:56.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.47s |
3133 | 2024-08-29T01:29:56.620Z | |
3134 | 2024-08-29T01:29:56.620Z | info: running `cargo check --bins` on end-to-end-tests (146/157) |
3135 | 2024-08-29T01:29:57.130Z | Downloading crates ... |
3136 | 2024-08-29T01:29:57.376Z | Downloaded ghash v0.5.1 |
3137 | 2024-08-29T01:29:57.389Z | Downloaded ed25519-dalek v2.1.1 |
3138 | 2024-08-29T01:29:57.393Z | Downloaded russh-cryptovec v0.7.2 |
3139 | 2024-08-29T01:29:57.396Z | Downloaded internet-checksum v0.2.1 |
3140 | 2024-08-29T01:29:57.396Z | Downloaded option-ext v0.2.0 |
3141 | 2024-08-29T01:29:57.399Z | Downloaded bcrypt-pbkdf v0.10.0 |
3142 | 2024-08-29T01:29:57.399Z | Downloaded pbkdf2 v0.11.0 |
3143 | 2024-08-29T01:29:57.401Z | Downloaded md5 v0.7.0 |
3144 | 2024-08-29T01:29:57.405Z | Downloaded rfc6979 v0.4.0 |
3145 | 2024-08-29T01:29:57.405Z | Downloaded hex-literal v0.4.1 |
3146 | 2024-08-29T01:29:57.405Z | Downloaded ssh-cipher v0.2.0 |
3147 | 2024-08-29T01:29:57.408Z | Downloaded polyval v0.6.2 |
3148 | 2024-08-29T01:29:57.408Z | Downloaded dirs v5.0.1 |
3149 | 2024-08-29T01:29:57.410Z | Downloaded ecdsa v0.16.9 |
3150 | 2024-08-29T01:29:57.413Z | Downloaded blowfish v0.9.1 |
3151 | 2024-08-29T01:29:57.413Z | Downloaded ssh-encoding v0.2.0 |
3152 | 2024-08-29T01:29:57.415Z | Downloaded ed25519 v2.2.3 |
3153 | 2024-08-29T01:29:57.417Z | Downloaded password-hash v0.4.2 |
3154 | 2024-08-29T01:29:57.419Z | Downloaded dirs-sys v0.4.1 |
3155 | 2024-08-29T01:29:57.419Z | Downloaded dhcproto-macros v0.1.0 |
3156 | 2024-08-29T01:29:57.421Z | Downloaded p256 v0.13.2 |
3157 | 2024-08-29T01:29:57.424Z | Downloaded primeorder v0.13.6 |
3158 | 2024-08-29T01:29:57.428Z | Downloaded russh-keys v0.44.0 |
3159 | 2024-08-29T01:29:57.435Z | Downloaded ssh-key v0.6.6 |
3160 | 2024-08-29T01:29:57.443Z | Downloaded russh v0.44.1 |
3161 | 2024-08-29T01:29:57.449Z | Downloaded aes-gcm v0.10.3 |
3162 | 2024-08-29T01:29:57.453Z | Downloaded p384 v0.13.0 |
3163 | 2024-08-29T01:29:57.459Z | Downloaded num-bigint v0.4.5 |
3164 | 2024-08-29T01:29:57.464Z | Downloaded p521 v0.13.3 |
3165 | 2024-08-29T01:29:57.515Z | Downloaded dhcproto v0.12.0 |
3166 | 2024-08-29T01:29:57.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2024-08-29T01:29:57.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2024-08-29T01:29:57.639Z | Checking polyval v0.6.2 |
3169 | 2024-08-29T01:29:57.642Z | Checking rfc6979 v0.4.0 |
3170 | 2024-08-29T01:29:57.756Z | Checking primeorder v0.13.6 |
3171 | 2024-08-29T01:29:57.759Z | Checking ctr v0.9.2 |
3172 | 2024-08-29T01:29:57.782Z | Checking ed25519 v2.2.3 |
3173 | 2024-08-29T01:29:57.786Z | Checking ssh-encoding v0.2.0 |
3174 | 2024-08-29T01:29:57.786Z | Checking blowfish v0.9.1 |
3175 | 2024-08-29T01:29:57.786Z | Checking option-ext v0.2.0 |
3176 | 2024-08-29T01:29:57.904Z | Checking ecdsa v0.16.9 |
3177 | 2024-08-29T01:29:57.946Z | Checking dirs-sys v0.4.1 |
3178 | 2024-08-29T01:29:57.979Z | Checking ghash v0.5.1 |
3179 | 2024-08-29T01:29:58.033Z | Checking bcrypt-pbkdf v0.10.0 |
3180 | 2024-08-29T01:29:58.052Z | Checking password-hash v0.4.2 |
3181 | 2024-08-29T01:29:58.073Z | Checking ed25519-dalek v2.1.1 |
3182 | 2024-08-29T01:29:58.131Z | Checking matches v0.1.10 |
3183 | 2024-08-29T01:29:58.145Z | Checking aes-gcm v0.10.3 |
3184 | 2024-08-29T01:29:58.148Z | Checking dirs v5.0.1 |
3185 | 2024-08-29T01:29:58.217Z | Compiling enum-as-inner v0.5.1 |
3186 | 2024-08-29T01:29:58.237Z | Checking idna v0.2.3 |
3187 | 2024-08-29T01:29:58.266Z | Checking russh-cryptovec v0.7.2 |
3188 | 2024-08-29T01:29:58.282Z | Checking md5 v0.7.0 |
3189 | 2024-08-29T01:29:58.397Z | Checking ssh-cipher v0.2.0 |
3190 | 2024-08-29T01:29:58.457Z | Checking pbkdf2 v0.11.0 |
3191 | 2024-08-29T01:29:58.474Z | Checking num-bigint v0.4.5 |
3192 | 2024-08-29T01:29:58.476Z | Compiling dhcproto-macros v0.1.0 |
3193 | 2024-08-29T01:29:58.544Z | Checking hex-literal v0.4.1 |
3194 | 2024-08-29T01:29:58.629Z | Checking p521 v0.13.3 |
3195 | 2024-08-29T01:29:58.671Z | Checking p256 v0.13.2 |
3196 | 2024-08-29T01:29:58.689Z | Checking ssh-key v0.6.6 |
3197 | 2024-08-29T01:29:58.733Z | Checking p384 v0.13.0 |
3198 | 2024-08-29T01:29:59.119Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3199 | 2024-08-29T01:29:59.151Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3200 | 2024-08-29T01:29:59.290Z | Checking trust-dns-proto v0.22.0 |
3201 | 2024-08-29T01:29:59.460Z | Checking internet-checksum v0.2.1 |
3202 | 2024-08-29T01:30:00.245Z | Checking russh-keys v0.44.0 |
3203 | 2024-08-29T01:30:01.232Z | Checking russh v0.44.1 |
3204 | 2024-08-29T01:30:02.129Z | Checking dhcproto v0.12.0 |
3205 | 2024-08-29T01:30:20.251Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3206 | 2024-08-29T01:30:21.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.05s |
3207 | 2024-08-29T01:30:21.859Z | |
3208 | 2024-08-29T01:30:21.859Z | info: running `cargo check --bins` on gateway-cli (147/157) |
3209 | 2024-08-29T01:30:22.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3210 | 2024-08-29T01:30:22.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3211 | 2024-08-29T01:30:22.563Z | Checking termios v0.3.3 |
3212 | 2024-08-29T01:30:22.775Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3213 | 2024-08-29T01:30:23.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
3214 | 2024-08-29T01:30:23.743Z | |
3215 | 2024-08-29T01:30:23.743Z | info: running `cargo check --bins --no-default-features` on installinator (148/157) |
3216 | 2024-08-29T01:30:24.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3217 | 2024-08-29T01:30:24.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3218 | 2024-08-29T01:30:24.525Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3219 | 2024-08-29T01:30:26.643Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3220 | 2024-08-29T01:30:28.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s |
3221 | 2024-08-29T01:30:28.684Z | |
3222 | 2024-08-29T01:30:28.685Z | info: running `cargo check --bins` on internal-dns-cli (149/157) |
3223 | 2024-08-29T01:30:29.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3224 | 2024-08-29T01:30:29.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3225 | 2024-08-29T01:30:29.398Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3226 | 2024-08-29T01:30:29.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
3227 | 2024-08-29T01:30:30.027Z | |
3228 | 2024-08-29T01:30:30.027Z | info: running `cargo check --bins` on omicron-live-tests (150/157) |
3229 | 2024-08-29T01:30:30.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2024-08-29T01:30:30.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2024-08-29T01:30:30.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3232 | 2024-08-29T01:30:30.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3233 | 2024-08-29T01:30:30.707Z | |
3234 | 2024-08-29T01:30:30.707Z | info: running `cargo check --bins` on live-tests-macros (151/157) |
3235 | 2024-08-29T01:30:31.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3236 | 2024-08-29T01:30:31.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3237 | 2024-08-29T01:30:31.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3238 | 2024-08-29T01:30:31.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3239 | 2024-08-29T01:30:31.383Z | |
3240 | 2024-08-29T01:30:31.383Z | info: running `cargo check --bins` on omicron-package (152/157) |
3241 | 2024-08-29T01:30:32.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3242 | 2024-08-29T01:30:32.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3243 | 2024-08-29T01:30:32.132Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3244 | 2024-08-29T01:30:33.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
3245 | 2024-08-29T01:30:33.641Z | |
3246 | 2024-08-29T01:30:33.641Z | info: running `cargo check --bins` on wicket-dbg (153/157) |
3247 | 2024-08-29T01:30:34.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3248 | 2024-08-29T01:30:34.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3249 | 2024-08-29T01:30:34.421Z | Checking rtoolbox v0.0.2 |
3250 | 2024-08-29T01:30:34.424Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3251 | 2024-08-29T01:30:34.424Z | Checking tui-tree-widget v0.22.0 |
3252 | 2024-08-29T01:30:34.637Z | Checking rpassword v7.3.1 |
3253 | 2024-08-29T01:30:38.866Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3254 | 2024-08-29T01:30:42.005Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3255 | 2024-08-29T01:30:43.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.51s |
3256 | 2024-08-29T01:30:43.334Z | |
3257 | 2024-08-29T01:30:43.334Z | info: running `cargo check --bins` on wicket (154/157) |
3258 | 2024-08-29T01:30:43.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3259 | 2024-08-29T01:30:43.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3260 | 2024-08-29T01:30:44.075Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3261 | 2024-08-29T01:30:44.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3262 | 2024-08-29T01:30:44.622Z | |
3263 | 2024-08-29T01:30:44.622Z | info: running `cargo check --bins` on wicketd (155/157) |
3264 | 2024-08-29T01:30:45.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3265 | 2024-08-29T01:30:45.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3266 | 2024-08-29T01:30:45.421Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3267 | 2024-08-29T01:30:49.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s |
3268 | 2024-08-29T01:30:49.618Z | |
3269 | 2024-08-29T01:30:49.618Z | info: running `cargo check --bins` on omicron-workspace-hack (156/157) |
3270 | 2024-08-29T01:30:50.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3271 | 2024-08-29T01:30:50.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3272 | 2024-08-29T01:30:50.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3273 | 2024-08-29T01:30:50.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3274 | 2024-08-29T01:30:50.285Z | |
3275 | 2024-08-29T01:30:50.285Z | info: running `cargo check --bins` on zone-setup (157/157) |
3276 | 2024-08-29T01:30:50.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3277 | 2024-08-29T01:30:50.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3278 | 2024-08-29T01:30:51.096Z | Checking uzers v0.11.3 |
3279 | 2024-08-29T01:30:51.410Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3280 | 2024-08-29T01:30:52.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
3281 | 2024-08-29T01:30:52.735Z | |
3282 | 2024-08-29T01:30:52.735Z | real 11:47.499276246 |
3283 | 2024-08-29T01:30:52.735Z | user 24:55.026784519 |
3284 | 2024-08-29T01:30:52.735Z | sys 5:15.856438045 |
3285 | 2024-08-29T01:30:52.735Z | trap 0.603132004 |
3286 | 2024-08-29T01:30:52.735Z | tflt 2.960844073 |
3287 | 2024-08-29T01:30:52.735Z | dflt 2.073511055 |
3288 | 2024-08-29T01:30:52.735Z | kflt 0.002838581 |
3289 | 2024-08-29T01:30:52.738Z | lock 45:22.340294229 |
3290 | 2024-08-29T01:30:52.738Z | slp 2:02:35.768379471 |
3291 | 2024-08-29T01:30:52.738Z | lat 1:04.045863827 |
3292 | 2024-08-29T01:30:52.738Z | stop 3:13.211320346 |
3293 | 2024-08-29T01:30:52.738Z | process exited: duration 942807 ms, exit code 0 |
|
3294 | 2024-08-29T01:30:52.744Z | found 0 output files |