|
|
|
1 | 2024-12-17T07:20:28.342Z | job assigned to worker 01JF9QSC5X4F6J3QE5PFJHMGAQ [factory aws, i-03d2f9f802eb650ae] (queued for 52 s) |
|
2 | 2024-12-17T07:20:36.324Z | starting task 0: "setup" |
3 | 2024-12-17T07:20:36.334Z | ++ uname -s |
4 | 2024-12-17T07:20:36.337Z | + kern=SunOS |
5 | 2024-12-17T07:20:36.337Z | + case "$kern" in |
6 | 2024-12-17T07:20:36.338Z | + groupadd -g 12345 build |
7 | 2024-12-17T07:20:36.342Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-17T07:20:38.346Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-17T07:20:38.466Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-17T07:20:38.468Z | + home_fs=zfs |
11 | 2024-12-17T07:20:38.468Z | + [[ zfs == autofs ]] |
12 | 2024-12-17T07:20:38.468Z | + mkdir -p /home/build |
13 | 2024-12-17T07:20:38.472Z | + chown build:build /home/build /work |
14 | 2024-12-17T07:20:40.473Z | + chmod 0700 /home/build /work |
15 | 2024-12-17T07:20:40.476Z | process exited: duration 4153 ms, exit code 0 |
|
16 | 2024-12-17T07:20:40.482Z | starting task 1: "rust-toolchain" |
17 | 2024-12-17T07:20:40.487Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-17T07:20:40.487Z | ' 1.81.0 |
19 | 2024-12-17T07:20:40.487Z | * toolchain channel = "1.81.0" |
20 | 2024-12-17T07:20:40.487Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-17T07:20:40.488Z | ' default |
22 | 2024-12-17T07:20:40.488Z | * toolchain profile = "default" |
23 | 2024-12-17T07:20:40.490Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-17T07:20:40.490Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-17T07:20:40.787Z | info: downloading installer |
26 | 2024-12-17T07:20:42.250Z | info: profile set to 'default' |
27 | 2024-12-17T07:20:42.250Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-17T07:20:42.253Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-17T07:20:42.391Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-17T07:20:42.391Z | info: downloading component 'cargo' |
31 | 2024-12-17T07:20:43.137Z | info: downloading component 'clippy' |
32 | 2024-12-17T07:20:43.418Z | info: downloading component 'rust-docs' |
33 | 2024-12-17T07:20:44.460Z | info: downloading component 'rust-std' |
34 | 2024-12-17T07:20:46.100Z | info: downloading component 'rustc' |
35 | 2024-12-17T07:20:52.020Z | info: downloading component 'rustfmt' |
36 | 2024-12-17T07:20:52.235Z | info: installing component 'cargo' |
37 | 2024-12-17T07:20:53.022Z | info: installing component 'clippy' |
38 | 2024-12-17T07:20:53.377Z | info: installing component 'rust-docs' |
39 | 2024-12-17T07:20:54.904Z | info: installing component 'rust-std' |
40 | 2024-12-17T07:20:56.683Z | info: installing component 'rustc' |
41 | 2024-12-17T07:21:02.292Z | info: installing component 'rustfmt' |
42 | 2024-12-17T07:21:02.613Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-17T07:21:02.613Z | |
44 | 2024-12-17T07:21:02.978Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-17T07:21:02.978Z | |
46 | 2024-12-17T07:21:02.981Z | |
47 | 2024-12-17T07:21:02.981Z | Rust is installed now. Great! |
48 | 2024-12-17T07:21:02.981Z | |
49 | 2024-12-17T07:21:02.981Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-17T07:21:02.981Z | environment variable. This has not been done automatically. |
51 | 2024-12-17T07:21:02.981Z | |
52 | 2024-12-17T07:21:02.981Z | To configure your current shell, you need to source |
53 | 2024-12-17T07:21:02.981Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-17T07:21:02.981Z | |
55 | 2024-12-17T07:21:02.981Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-17T07:21:02.981Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-17T07:21:02.981Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-17T07:21:03.050Z | + rustc --version |
59 | 2024-12-17T07:21:03.116Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-17T07:21:03.119Z | process exited: duration 22634 ms, exit code 0 |
|
61 | 2024-12-17T07:21:03.124Z | starting task 2: "authentication" |
62 | 2024-12-17T07:21:03.145Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-17T07:21:03.151Z | starting task 3: "clone repository" |
64 | 2024-12-17T07:21:03.156Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-17T07:21:03.159Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-17T07:21:03.203Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-17T07:21:10.027Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-17T07:21:10.030Z | + git fetch origin fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 |
69 | 2024-12-17T07:21:10.821Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-17T07:21:10.822Z | * branch fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 -> FETCH_HEAD |
71 | 2024-12-17T07:21:10.832Z | + [[ -n eliza/dropshot-1180 ]] |
72 | 2024-12-17T07:21:10.835Z | ++ git branch --show-current |
73 | 2024-12-17T07:21:10.838Z | + current=main |
74 | 2024-12-17T07:21:10.838Z | + [[ main != eliza/dropshot-1180 ]] |
75 | 2024-12-17T07:21:10.838Z | + git branch -f eliza/dropshot-1180 fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 |
76 | 2024-12-17T07:21:10.840Z | + git checkout -f eliza/dropshot-1180 |
77 | 2024-12-17T07:21:11.013Z | Switched to branch 'eliza/dropshot-1180' |
78 | 2024-12-17T07:21:11.017Z | + git reset --hard fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 |
79 | 2024-12-17T07:21:11.049Z | HEAD is now at fb10fadb3 fix mupdate |
80 | 2024-12-17T07:21:11.052Z | process exited: duration 7898 ms, exit code 0 |
|
81 | 2024-12-17T07:21:11.058Z | starting task 4: "build" |
82 | 2024-12-17T07:21:11.063Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-17T07:21:11.063Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-17T07:21:11.066Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-17T07:21:11.066Z | + cargo --version |
86 | 2024-12-17T07:21:11.121Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-17T07:21:11.123Z | + rustc --version |
88 | 2024-12-17T07:21:11.182Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-17T07:21:11.185Z | + source ./env.sh |
90 | 2024-12-17T07:21:11.185Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-17T07:21:11.185Z | ++ set -o xtrace |
92 | 2024-12-17T07:21:11.188Z | ++++ dirname ./env.sh |
93 | 2024-12-17T07:21:11.191Z | +++ readlink -f . |
94 | 2024-12-17T07:21:11.193Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-17T07:21:11.193Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-17T07:21:11.194Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-12-17T07:21:11.194Z | ++ 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 |
98 | 2024-12-17T07:21:11.194Z | ++ 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 |
99 | 2024-12-17T07:21:11.194Z | ++ 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 |
100 | 2024-12-17T07:21:11.194Z | ++ 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 |
101 | 2024-12-17T07:21:11.194Z | ++ 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 |
102 | 2024-12-17T07:21:11.194Z | ++ 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 |
103 | 2024-12-17T07:21:11.194Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-17T07:21:11.194Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-17T07:21:11.194Z | + 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 |
106 | 2024-12-17T07:21:11.194Z | + 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 |
107 | 2024-12-17T07:21:11.194Z | + banner prerequisites |
108 | 2024-12-17T07:21:11.197Z | |
109 | 2024-12-17T07:21:11.197Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-17T07:21:11.197Z | # # # # # # # # # # # # # # # |
111 | 2024-12-17T07:21:11.197Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-17T07:21:11.197Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-17T07:21:11.197Z | # # # # # # # # # # # # # # # |
114 | 2024-12-17T07:21:11.197Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-17T07:21:11.197Z | |
116 | 2024-12-17T07:21:11.197Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-17T07:21:17.590Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-17T07:21:21.358Z | Startup: Caching catalogs ... Done |
119 | 2024-12-17T07:21:31.764Z | Planning: Solver setup ... Done (9.560s) |
120 | 2024-12-17T07:21:31.896Z | Planning: Running solver ... Done (0.133s) |
121 | 2024-12-17T07:21:32.000Z | Planning: Finding local manifests ... Done (0.004s) |
122 | 2024-12-17T07:21:32.029Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-17T07:21:32.647Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-17T07:21:32.745Z | Planning: Package planning ... Done (0.097s) |
125 | 2024-12-17T07:21:32.801Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-12-17T07:21:32.995Z | Planning: Checking for conflicting actions ... Done (0.194s) |
127 | 2024-12-17T07:21:35.150Z | Planning: Consolidating action changes ... Done (2.155s) |
128 | 2024-12-17T07:21:35.586Z | Planning: Evaluating mediators ... Done (0.436s) |
129 | 2024-12-17T07:21:35.666Z | Planning: Planning completed in 14.21 seconds |
130 | 2024-12-17T07:21:35.682Z | Packages to install: 4 |
131 | 2024-12-17T07:21:35.683Z | Packages to update: 1 |
132 | 2024-12-17T07:21:35.686Z | Mediators to change: 2 |
133 | 2024-12-17T07:21:35.686Z | Services to change: 1 |
134 | 2024-12-17T07:21:35.686Z | Estimated space available: 155.63 GB |
135 | 2024-12-17T07:21:35.686Z | Estimated space to be consumed: 1.61 GB |
136 | 2024-12-17T07:21:35.686Z | Create boot environment: No |
137 | 2024-12-17T07:21:35.686Z | Create backup boot environment: Yes |
138 | 2024-12-17T07:21:35.686Z | Rebuild boot archive: No |
139 | 2024-12-17T07:21:35.686Z | |
140 | 2024-12-17T07:21:35.686Z | Changed mediators: |
141 | 2024-12-17T07:21:35.687Z | mediator clang: |
142 | 2024-12-17T07:21:35.687Z | version: None -> 15 (system default) |
143 | 2024-12-17T07:21:35.687Z | |
144 | 2024-12-17T07:21:35.687Z | mediator llvm: |
145 | 2024-12-17T07:21:35.687Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-17T07:21:35.687Z | |
147 | 2024-12-17T07:21:35.687Z | Changed packages: |
148 | 2024-12-17T07:21:35.687Z | helios-dev |
149 | 2024-12-17T07:21:35.687Z | developer/build-essential |
150 | 2024-12-17T07:21:35.687Z | None -> 11-2.0 |
151 | 2024-12-17T07:21:35.687Z | library/libxmlsec1 |
152 | 2024-12-17T07:21:35.687Z | None -> 1.2.35-2.0 |
153 | 2024-12-17T07:21:35.687Z | ooce/developer/clang-15 |
154 | 2024-12-17T07:21:35.687Z | None -> 15.0.7-2.0 |
155 | 2024-12-17T07:21:35.687Z | ooce/developer/llvm-15 |
156 | 2024-12-17T07:21:35.687Z | None -> 15.0.7-2.0 |
157 | 2024-12-17T07:21:35.687Z | package/pkg |
158 | 2024-12-17T07:21:35.687Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-17T07:21:35.687Z | |
160 | 2024-12-17T07:21:35.689Z | Services: |
161 | 2024-12-17T07:21:35.689Z | restart_fmri: |
162 | 2024-12-17T07:21:35.689Z | svc:/system/update-man-index:default |
163 | 2024-12-17T07:21:35.689Z | |
164 | 2024-12-17T07:21:35.689Z | Editable files to change: |
165 | 2024-12-17T07:21:35.689Z | Update: |
166 | 2024-12-17T07:21:35.689Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-17T07:21:35.767Z | |
168 | 2024-12-17T07:21:35.767Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-17T07:21:40.769Z | Download: 1085/4281 items 19.6/220.6MB 8% complete (4.0M/s) |
170 | 2024-12-17T07:21:45.776Z | Download: 1481/4281 items 117.0/220.6MB 53% complete (11.9M/s) |
171 | 2024-12-17T07:21:50.779Z | Download: 2295/4281 items 119.6/220.6MB 54% complete (10.0M/s) |
172 | 2024-12-17T07:21:55.780Z | Download: 3115/4281 items 130.2/220.6MB 59% complete (1.2M/s) |
173 | 2024-12-17T07:22:02.930Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
174 | 2024-12-17T07:22:07.932Z | Download: 3357/4281 items 213.0/220.6MB 96% complete (2.8M/s) |
175 | 2024-12-17T07:22:13.440Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (2.4M/s) |
176 | 2024-12-17T07:22:13.550Z | Download: Completed 220.60 MB in 37.78 seconds (5.8M/s) |
177 | 2024-12-17T07:22:14.614Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2024-12-17T07:22:14.636Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2024-12-17T07:22:19.301Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2024-12-17T07:22:19.614Z | Actions: Completed 5063 actions in 5.00 seconds. |
181 | 2024-12-17T07:22:20.007Z | Done (0.384s) |
182 | 2024-12-17T07:22:20.010Z | Done (0.000s) |
183 | 2024-12-17T07:22:20.572Z | Done (0.564s) |
184 | 2024-12-17T07:22:24.959Z | Done (4.164s) |
185 | 2024-12-17T07:22:25.046Z | Done (0.018s) |
186 | 2024-12-17T07:22:25.049Z | Done (0.000s) |
187 | 2024-12-17T07:22:25.227Z | Done (0.000s) |
188 | 2024-12-17T07:22:25.909Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-12-17T07:22:26.072Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-12-17T07:22:26.075Z | Planning: Consolidating action changes ... Done |
191 | 2024-12-17T07:22:26.336Z | Planning: Evaluating mediators ... Done |
192 | 2024-12-17T07:22:26.339Z | Planning: Planning completed in 0.43 seconds |
193 | 2024-12-17T07:22:26.376Z | Mediators to change: 2 |
194 | 2024-12-17T07:22:26.376Z | Create boot environment: No |
195 | 2024-12-17T07:22:26.379Z | Create backup boot environment: No |
196 | 2024-12-17T07:22:26.479Z | Done |
197 | 2024-12-17T07:22:26.479Z | Done |
198 | 2024-12-17T07:22:26.860Z | Done |
199 | 2024-12-17T07:22:30.457Z | Done |
200 | 2024-12-17T07:22:30.548Z | Done |
201 | 2024-12-17T07:22:30.559Z | Done |
202 | 2024-12-17T07:22:30.668Z | Done |
203 | 2024-12-17T07:22:31.299Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-12-17T07:22:31.301Z | Planning: Merging actions ... Done |
205 | 2024-12-17T07:22:31.489Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-12-17T07:22:31.493Z | Planning: Consolidating action changes ... Done |
207 | 2024-12-17T07:22:31.764Z | Planning: Evaluating mediators ... Done |
208 | 2024-12-17T07:22:31.820Z | Planning: Planning completed in 0.77 seconds |
209 | 2024-12-17T07:22:31.860Z | Packages to change: 1 |
210 | 2024-12-17T07:22:31.860Z | Mediators to change: 1 |
211 | 2024-12-17T07:22:31.863Z | Services to change: 1 |
212 | 2024-12-17T07:22:31.863Z | Create boot environment: No |
213 | 2024-12-17T07:22:31.863Z | Create backup boot environment: Yes |
214 | 2024-12-17T07:22:34.055Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-12-17T07:22:34.059Z | Actions: Completed 6 actions in 0.00 seconds. |
216 | 2024-12-17T07:22:34.059Z | Done |
217 | 2024-12-17T07:22:34.059Z | Done |
218 | 2024-12-17T07:22:34.171Z | Done |
219 | 2024-12-17T07:22:37.781Z | Done |
220 | 2024-12-17T07:22:37.870Z | Done |
221 | 2024-12-17T07:22:37.872Z | Done |
222 | 2024-12-17T07:22:38.004Z | Done |
223 | 2024-12-17T07:22:38.440Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-12-17T07:22:38.440Z | clang system 15 system |
225 | 2024-12-17T07:22:38.440Z | csh system system illumos |
226 | 2024-12-17T07:22:38.440Z | ctags system system illumos |
227 | 2024-12-17T07:22:38.440Z | gcc vendor 12 vendor |
228 | 2024-12-17T07:22:38.440Z | gcc system 10 system |
229 | 2024-12-17T07:22:38.440Z | gcc system 7 system |
230 | 2024-12-17T07:22:38.440Z | go system 1.20 system |
231 | 2024-12-17T07:22:38.440Z | go system 1.19 system |
232 | 2024-12-17T07:22:38.440Z | llvm system 15 system |
233 | 2024-12-17T07:22:38.440Z | llvm system 14 system |
234 | 2024-12-17T07:22:38.440Z | mariadb system 10.6 system |
235 | 2024-12-17T07:22:38.440Z | mta vendor vendor dma |
236 | 2024-12-17T07:22:38.440Z | openjdk system 17 system |
237 | 2024-12-17T07:22:38.440Z | openjdk system 11 system |
238 | 2024-12-17T07:22:38.440Z | openjdk system 1.8 system |
239 | 2024-12-17T07:22:38.440Z | openssl vendor 3 vendor |
240 | 2024-12-17T07:22:38.440Z | perl system 5.36 system |
241 | 2024-12-17T07:22:38.440Z | postgresql system 15 system |
242 | 2024-12-17T07:22:38.440Z | postgresql system 13 system |
243 | 2024-12-17T07:22:38.440Z | python vendor 3 vendor |
244 | 2024-12-17T07:22:38.440Z | python system 2 system |
245 | 2024-12-17T07:22:38.440Z | python3 system 3.11 system |
246 | 2024-12-17T07:22:38.440Z | ruby system 3.0 system |
247 | 2024-12-17T07:22:38.440Z | words vendor vendor american-english |
248 | 2024-12-17T07:22:38.440Z | words system system australian-english |
249 | 2024-12-17T07:22:38.440Z | words system system british-english |
250 | 2024-12-17T07:22:38.440Z | words system system canadian-english |
251 | 2024-12-17T07:22:38.440Z | words system system french |
252 | 2024-12-17T07:22:38.440Z | words system system italian |
253 | 2024-12-17T07:22:38.440Z | words system system ngerman |
254 | 2024-12-17T07:22:38.440Z | words system system ogerman |
255 | 2024-12-17T07:22:38.440Z | words system system spanish |
256 | 2024-12-17T07:22:38.769Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-12-17T07:22:38.769Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-12-17T07:22:41.486Z | FMRI IFO |
259 | 2024-12-17T07:22:41.486Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-12-17T07:22:41.486Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-12-17T07:22:41.487Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-12-17T07:22:41.487Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-12-17T07:22:41.487Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-12-17T07:22:41.487Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-12-17T07:22:41.487Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2024-12-17T07:22:41.487Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2024-12-17T07:22:41.487Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-12-17T07:22:41.487Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
269 | 2024-12-17T07:22:41.487Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2024-12-17T07:22:41.487Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2024-12-17T07:22:41.487Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
272 | 2024-12-17T07:22:41.487Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2024-12-17T07:22:41.487Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
274 | 2024-12-17T07:22:42.308Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
275 | 2024-12-17T07:22:42.910Z | Updating crates.io index |
276 | 2024-12-17T07:22:42.995Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
277 | 2024-12-17T07:22:43.821Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
278 | 2024-12-17T07:22:44.366Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-12-17T07:22:44.897Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-12-17T07:22:45.323Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-12-17T07:22:46.522Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-12-17T07:22:48.231Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-12-17T07:22:49.164Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-12-17T07:22:50.133Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
285 | 2024-12-17T07:22:50.715Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
286 | 2024-12-17T07:22:51.247Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
287 | 2024-12-17T07:22:52.045Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
288 | 2024-12-17T07:22:52.623Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
289 | 2024-12-17T07:22:53.080Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2024-12-17T07:22:53.412Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2024-12-17T07:22:53.829Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2024-12-17T07:22:54.332Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2024-12-17T07:22:54.812Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-12-17T07:22:55.362Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-12-17T07:22:55.879Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-12-17T07:22:56.502Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-12-17T07:22:57.195Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-12-17T07:22:57.802Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
299 | 2024-12-17T07:22:58.446Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2024-12-17T07:22:59.207Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
301 | 2024-12-17T07:23:00.084Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2024-12-17T07:23:00.795Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2024-12-17T07:23:01.870Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2024-12-17T07:23:04.031Z | Downloading crates ... |
305 | 2024-12-17T07:23:04.129Z | Downloaded anstream v0.6.15 |
306 | 2024-12-17T07:23:04.145Z | Downloaded camino-tempfile v1.1.1 |
307 | 2024-12-17T07:23:04.148Z | Downloaded clap_builder v4.5.21 |
308 | 2024-12-17T07:23:04.154Z | Downloaded equivalent v1.0.1 |
309 | 2024-12-17T07:23:04.157Z | Downloaded clap_lex v0.7.2 |
310 | 2024-12-17T07:23:04.157Z | Downloaded anstyle-parse v0.2.5 |
311 | 2024-12-17T07:23:04.160Z | Downloaded anyhow v1.0.93 |
312 | 2024-12-17T07:23:04.163Z | Downloaded errno v0.3.9 |
313 | 2024-12-17T07:23:04.163Z | Downloaded dtrace-parser v0.2.0 |
314 | 2024-12-17T07:23:04.163Z | Downloaded clap_derive v4.5.18 |
315 | 2024-12-17T07:23:04.165Z | Downloaded cpufeatures v0.2.14 |
316 | 2024-12-17T07:23:04.168Z | Downloaded block-buffer v0.10.4 |
317 | 2024-12-17T07:23:04.168Z | Downloaded anstyle v1.0.10 |
318 | 2024-12-17T07:23:04.168Z | Downloaded camino v1.1.9 |
319 | 2024-12-17T07:23:04.172Z | Downloaded bytecount v0.6.8 |
320 | 2024-12-17T07:23:04.174Z | Downloaded clap v4.5.21 |
321 | 2024-12-17T07:23:04.179Z | Downloaded fnv v1.0.7 |
322 | 2024-12-17T07:23:04.182Z | Downloaded autocfg v1.4.0 |
323 | 2024-12-17T07:23:04.182Z | Downloaded digest v0.10.7 |
324 | 2024-12-17T07:23:04.184Z | Downloaded bitflags v2.6.0 |
325 | 2024-12-17T07:23:04.187Z | Downloaded fs-err v2.11.0 |
326 | 2024-12-17T07:23:04.190Z | Downloaded cargo_metadata v0.18.1 |
327 | 2024-12-17T07:23:04.190Z | Downloaded byteorder v1.5.0 |
328 | 2024-12-17T07:23:04.193Z | Downloaded cargo_toml v0.20.5 |
329 | 2024-12-17T07:23:04.193Z | Downloaded fastrand v2.1.1 |
330 | 2024-12-17T07:23:04.196Z | Downloaded dof v0.3.0 |
331 | 2024-12-17T07:23:04.196Z | Downloaded crypto-common v0.1.6 |
332 | 2024-12-17T07:23:04.196Z | Downloaded colorchoice v1.0.2 |
333 | 2024-12-17T07:23:04.196Z | Downloaded cfg-if v1.0.0 |
334 | 2024-12-17T07:23:04.199Z | Downloaded cargo-platform v0.1.8 |
335 | 2024-12-17T07:23:04.199Z | Downloaded anstyle-query v1.1.1 |
336 | 2024-12-17T07:23:04.205Z | Downloaded goblin v0.8.2 |
337 | 2024-12-17T07:23:04.210Z | Downloaded pest_derive v2.7.14 |
338 | 2024-12-17T07:23:04.214Z | Downloaded textwrap v0.16.1 |
339 | 2024-12-17T07:23:04.217Z | Downloaded heck v0.4.1 |
340 | 2024-12-17T07:23:04.219Z | Downloaded pretty-hex v0.4.1 |
341 | 2024-12-17T07:23:04.222Z | Downloaded sha2 v0.10.8 |
342 | 2024-12-17T07:23:04.222Z | Downloaded ryu v1.0.18 |
343 | 2024-12-17T07:23:04.241Z | Downloaded swrite v0.1.0 |
344 | 2024-12-17T07:23:04.250Z | Downloaded usdt-macro v0.5.0 |
345 | 2024-12-17T07:23:04.253Z | Downloaded scroll_derive v0.12.0 |
346 | 2024-12-17T07:23:04.253Z | Downloaded usdt-attr-macro v0.5.0 |
347 | 2024-12-17T07:23:04.256Z | Downloaded thread-id v4.2.2 |
348 | 2024-12-17T07:23:04.256Z | Downloaded serde_tokenstream v0.2.2 |
349 | 2024-12-17T07:23:04.256Z | Downloaded serde_spanned v0.6.8 |
350 | 2024-12-17T07:23:04.259Z | Downloaded thiserror v1.0.69 |
351 | 2024-12-17T07:23:04.262Z | Downloaded strsim v0.11.1 |
352 | 2024-12-17T07:23:04.265Z | Downloaded smawk v0.3.2 |
353 | 2024-12-17T07:23:04.265Z | Downloaded unicode-linebreak v0.1.5 |
354 | 2024-12-17T07:23:04.265Z | Downloaded toml_datetime v0.6.8 |
355 | 2024-12-17T07:23:04.268Z | Downloaded plain v0.2.3 |
356 | 2024-12-17T07:23:04.268Z | Downloaded pest_generator v2.7.14 |
357 | 2024-12-17T07:23:04.268Z | Downloaded terminal_size v0.4.0 |
358 | 2024-12-17T07:23:04.270Z | Downloaded generic-array v0.14.7 |
359 | 2024-12-17T07:23:04.271Z | Downloaded macaddr v1.0.1 |
360 | 2024-12-17T07:23:04.274Z | Downloaded heck v0.5.0 |
361 | 2024-12-17T07:23:04.274Z | Downloaded itoa v1.0.11 |
362 | 2024-12-17T07:23:04.276Z | Downloaded proc-macro-error-attr v1.0.4 |
363 | 2024-12-17T07:23:04.276Z | Downloaded proc-macro-error v1.0.4 |
364 | 2024-12-17T07:23:04.279Z | Downloaded is_terminal_polyfill v1.70.1 |
365 | 2024-12-17T07:23:04.282Z | Downloaded thiserror-impl v1.0.69 |
366 | 2024-12-17T07:23:04.290Z | Downloaded memmap v0.7.0 |
367 | 2024-12-17T07:23:04.292Z | Downloaded usdt v0.5.0 |
368 | 2024-12-17T07:23:04.295Z | Downloaded utf8parse v0.2.2 |
369 | 2024-12-17T07:23:04.298Z | Downloaded once_cell v1.20.2 |
370 | 2024-12-17T07:23:04.305Z | Downloaded semver v1.0.23 |
371 | 2024-12-17T07:23:04.308Z | Downloaded quote v1.0.37 |
372 | 2024-12-17T07:23:04.311Z | Downloaded scroll v0.12.0 |
373 | 2024-12-17T07:23:04.316Z | Downloaded version_check v0.9.5 |
374 | 2024-12-17T07:23:04.319Z | Downloaded tabled_derive v0.7.0 |
375 | 2024-12-17T07:23:04.322Z | Downloaded zerocopy-derive v0.7.35 |
376 | 2024-12-17T07:23:04.326Z | Downloaded usdt-impl v0.5.0 |
377 | 2024-12-17T07:23:04.329Z | Downloaded tempfile v3.13.0 |
378 | 2024-12-17T07:23:04.334Z | Downloaded toml v0.8.19 |
379 | 2024-12-17T07:23:04.337Z | Downloaded ucd-trie v0.1.7 |
380 | 2024-12-17T07:23:04.340Z | Downloaded typenum v1.17.0 |
381 | 2024-12-17T07:23:04.343Z | Downloaded pest_meta v2.7.14 |
382 | 2024-12-17T07:23:04.349Z | Downloaded log v0.4.22 |
383 | 2024-12-17T07:23:04.353Z | Downloaded proc-macro2 v1.0.92 |
384 | 2024-12-17T07:23:04.358Z | Downloaded unicode-ident v1.0.13 |
385 | 2024-12-17T07:23:04.366Z | Downloaded serde_derive v1.0.215 |
386 | 2024-12-17T07:23:04.369Z | Downloaded papergrid v0.11.0 |
387 | 2024-12-17T07:23:04.382Z | Downloaded serde v1.0.215 |
388 | 2024-12-17T07:23:04.386Z | Downloaded indexmap v2.7.0 |
389 | 2024-12-17T07:23:04.395Z | Downloaded memchr v2.7.4 |
390 | 2024-12-17T07:23:04.399Z | Downloaded toml_edit v0.22.22 |
391 | 2024-12-17T07:23:04.419Z | Downloaded hashbrown v0.15.1 |
392 | 2024-12-17T07:23:04.429Z | Downloaded pest v2.7.14 |
393 | 2024-12-17T07:23:04.437Z | Downloaded serde_json v1.0.133 |
394 | 2024-12-17T07:23:04.444Z | Downloaded zerocopy v0.7.35 |
395 | 2024-12-17T07:23:04.458Z | Downloaded winnow v0.6.20 |
396 | 2024-12-17T07:23:04.472Z | Downloaded tabled v0.15.0 |
397 | 2024-12-17T07:23:04.486Z | Downloaded syn v1.0.109 |
398 | 2024-12-17T07:23:04.495Z | Downloaded unicode-width v0.1.14 |
399 | 2024-12-17T07:23:04.501Z | Downloaded syn v2.0.90 |
400 | 2024-12-17T07:23:04.515Z | Downloaded rustix v0.38.37 |
401 | 2024-12-17T07:23:04.553Z | Downloaded libc v0.2.162 |
402 | 2024-12-17T07:23:04.848Z | Compiling proc-macro2 v1.0.92 |
403 | 2024-12-17T07:23:04.848Z | Compiling unicode-ident v1.0.13 |
404 | 2024-12-17T07:23:04.848Z | Compiling serde v1.0.215 |
405 | 2024-12-17T07:23:04.851Z | Compiling version_check v0.9.5 |
406 | 2024-12-17T07:23:04.851Z | Compiling memchr v2.7.4 |
407 | 2024-12-17T07:23:04.851Z | Compiling thiserror v1.0.69 |
408 | 2024-12-17T07:23:04.851Z | Compiling libc v0.2.162 |
409 | 2024-12-17T07:23:04.851Z | Compiling ryu v1.0.18 |
410 | 2024-12-17T07:23:05.121Z | Compiling ucd-trie v0.1.7 |
411 | 2024-12-17T07:23:05.337Z | Compiling itoa v1.0.11 |
412 | 2024-12-17T07:23:05.536Z | Compiling once_cell v1.20.2 |
413 | 2024-12-17T07:23:05.710Z | Compiling byteorder v1.5.0 |
414 | 2024-12-17T07:23:05.895Z | Compiling serde_json v1.0.133 |
415 | 2024-12-17T07:23:05.941Z | Compiling rustix v0.38.37 |
416 | 2024-12-17T07:23:06.157Z | Compiling bitflags v2.6.0 |
417 | 2024-12-17T07:23:06.263Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-12-17T07:23:06.469Z | Compiling usdt-impl v0.5.0 |
419 | 2024-12-17T07:23:06.525Z | Compiling syn v1.0.109 |
420 | 2024-12-17T07:23:06.631Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-12-17T07:23:06.651Z | Compiling quote v1.0.37 |
422 | 2024-12-17T07:23:06.827Z | Compiling equivalent v1.0.1 |
423 | 2024-12-17T07:23:06.887Z | Compiling utf8parse v0.2.2 |
424 | 2024-12-17T07:23:06.922Z | Compiling log v0.4.22 |
425 | 2024-12-17T07:23:06.948Z | Compiling errno v0.3.9 |
426 | 2024-12-17T07:23:07.059Z | Compiling syn v2.0.90 |
427 | 2024-12-17T07:23:07.198Z | Compiling hashbrown v0.15.1 |
428 | 2024-12-17T07:23:07.245Z | Compiling plain v0.2.3 |
429 | 2024-12-17T07:23:07.332Z | Compiling camino v1.1.9 |
430 | 2024-12-17T07:23:07.402Z | Compiling thread-id v4.2.2 |
431 | 2024-12-17T07:23:07.459Z | Compiling anstyle-parse v0.2.5 |
432 | 2024-12-17T07:23:07.775Z | Compiling semver v1.0.23 |
433 | 2024-12-17T07:23:08.018Z | Compiling anstyle v1.0.10 |
434 | 2024-12-17T07:23:08.071Z | Compiling colorchoice v1.0.2 |
435 | 2024-12-17T07:23:08.241Z | Compiling winnow v0.6.20 |
436 | 2024-12-17T07:23:08.367Z | Compiling autocfg v1.4.0 |
437 | 2024-12-17T07:23:08.411Z | Compiling indexmap v2.7.0 |
438 | 2024-12-17T07:23:08.473Z | Compiling pretty-hex v0.4.1 |
439 | 2024-12-17T07:23:08.498Z | Compiling is_terminal_polyfill v1.70.1 |
440 | 2024-12-17T07:23:08.641Z | Compiling anstyle-query v1.1.1 |
441 | 2024-12-17T07:23:08.702Z | Compiling unicode-width v0.1.14 |
442 | 2024-12-17T07:23:08.814Z | Compiling anstream v0.6.15 |
443 | 2024-12-17T07:23:09.469Z | Compiling terminal_size v0.4.0 |
444 | 2024-12-17T07:23:09.560Z | Compiling fs-err v2.11.0 |
445 | 2024-12-17T07:23:09.669Z | Compiling fastrand v2.1.1 |
446 | 2024-12-17T07:23:09.733Z | Compiling clap_lex v0.7.2 |
447 | 2024-12-17T07:23:09.794Z | Compiling cfg-if v1.0.0 |
448 | 2024-12-17T07:23:09.897Z | Compiling anyhow v1.0.93 |
449 | 2024-12-17T07:23:10.099Z | Compiling heck v0.5.0 |
450 | 2024-12-17T07:23:10.205Z | Compiling strsim v0.11.1 |
451 | 2024-12-17T07:23:10.267Z | Compiling fnv v1.0.7 |
452 | 2024-12-17T07:23:10.412Z | Compiling heck v0.4.1 |
453 | 2024-12-17T07:23:10.527Z | Compiling bytecount v0.6.8 |
454 | 2024-12-17T07:23:10.752Z | Compiling papergrid v0.11.0 |
455 | 2024-12-17T07:23:10.902Z | Compiling clap_builder v4.5.21 |
456 | 2024-12-17T07:23:10.962Z | Compiling tempfile v3.13.0 |
457 | 2024-12-17T07:23:11.128Z | Compiling memmap v0.7.0 |
458 | 2024-12-17T07:23:11.132Z | Compiling smawk v0.3.2 |
459 | 2024-12-17T07:23:11.374Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-12-17T07:23:11.831Z | Compiling textwrap v0.16.1 |
461 | 2024-12-17T07:23:12.073Z | Compiling swrite v0.1.0 |
462 | 2024-12-17T07:23:13.154Z | Compiling tabled_derive v0.7.0 |
463 | 2024-12-17T07:23:14.714Z | Compiling tabled v0.15.0 |
464 | 2024-12-17T07:23:16.242Z | Compiling serde_derive v1.0.215 |
465 | 2024-12-17T07:23:16.242Z | Compiling thiserror-impl v1.0.69 |
466 | 2024-12-17T07:23:16.244Z | Compiling zerocopy-derive v0.7.35 |
467 | 2024-12-17T07:23:16.244Z | Compiling scroll_derive v0.12.0 |
468 | 2024-12-17T07:23:16.280Z | Compiling clap_derive v4.5.18 |
469 | 2024-12-17T07:23:17.531Z | Compiling scroll v0.12.0 |
470 | 2024-12-17T07:23:17.871Z | Compiling zerocopy v0.7.35 |
471 | 2024-12-17T07:23:18.053Z | Compiling goblin v0.8.2 |
472 | 2024-12-17T07:23:18.977Z | Compiling pest v2.7.14 |
473 | 2024-12-17T07:23:19.924Z | Compiling clap v4.5.21 |
474 | 2024-12-17T07:23:21.121Z | Compiling pest_meta v2.7.14 |
475 | 2024-12-17T07:23:21.917Z | Compiling pest_generator v2.7.14 |
476 | 2024-12-17T07:23:23.598Z | Compiling pest_derive v2.7.14 |
477 | 2024-12-17T07:23:24.214Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-12-17T07:23:26.371Z | Compiling toml_datetime v0.6.8 |
479 | 2024-12-17T07:23:26.374Z | Compiling serde_spanned v0.6.8 |
480 | 2024-12-17T07:23:26.374Z | Compiling cargo-platform v0.1.8 |
481 | 2024-12-17T07:23:26.767Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-12-17T07:23:26.821Z | Compiling toml_edit v0.22.22 |
483 | 2024-12-17T07:23:26.944Z | Compiling macaddr v1.0.1 |
484 | 2024-12-17T07:23:27.059Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-12-17T07:23:27.839Z | Compiling dof v0.3.0 |
486 | 2024-12-17T07:23:27.839Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-12-17T07:23:29.487Z | Compiling toml v0.8.19 |
488 | 2024-12-17T07:23:29.931Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-12-17T07:23:30.012Z | Compiling usdt-macro v0.5.0 |
490 | 2024-12-17T07:23:30.361Z | Compiling cargo_toml v0.20.5 |
491 | 2024-12-17T07:23:31.385Z | Compiling usdt v0.5.0 |
492 | 2024-12-17T07:23:34.011Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-12-17T07:23:38.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.08s |
494 | 2024-12-17T07:23:38.361Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-12-17T07:23:38.886Z | Downloading crates ... |
496 | 2024-12-17T07:23:39.002Z | Downloaded array-init v0.0.4 |
497 | 2024-12-17T07:23:39.004Z | Downloaded aead v0.5.2 |
498 | 2024-12-17T07:23:39.007Z | Downloaded adler2 v2.0.0 |
499 | 2024-12-17T07:23:39.009Z | Downloaded atty v0.2.14 |
500 | 2024-12-17T07:23:39.019Z | Downloaded headers-core v0.3.0 |
501 | 2024-12-17T07:23:39.021Z | Downloaded atomicwrites v0.4.4 |
502 | 2024-12-17T07:23:39.027Z | Downloaded cfg_aliases v0.2.1 |
503 | 2024-12-17T07:23:39.030Z | Downloaded cfg_aliases v0.1.1 |
504 | 2024-12-17T07:23:39.030Z | Downloaded darling v0.20.10 |
505 | 2024-12-17T07:23:39.034Z | Downloaded assert_matches v1.5.0 |
506 | 2024-12-17T07:23:39.037Z | Downloaded hex-literal v0.4.1 |
507 | 2024-12-17T07:23:39.039Z | Downloaded hickory-client v0.24.1 |
508 | 2024-12-17T07:23:39.041Z | Downloaded heapless v0.7.17 |
509 | 2024-12-17T07:23:39.045Z | Downloaded heapless v0.8.0 |
510 | 2024-12-17T07:23:39.048Z | Downloaded async-stream-impl v0.3.6 |
511 | 2024-12-17T07:23:39.051Z | Downloaded argon2 v0.5.3 |
512 | 2024-12-17T07:23:39.053Z | Downloaded hex v0.4.3 |
513 | 2024-12-17T07:23:39.053Z | Downloaded heck v0.3.3 |
514 | 2024-12-17T07:23:39.056Z | Downloaded crunchy v0.2.2 |
515 | 2024-12-17T07:23:39.056Z | Downloaded crucible-workspace-hack v0.1.0 |
516 | 2024-12-17T07:23:39.056Z | Downloaded ciborium-io v0.2.2 |
517 | 2024-12-17T07:23:39.058Z | Downloaded cbc v0.1.2 |
518 | 2024-12-17T07:23:39.061Z | Downloaded atomic-waker v1.1.2 |
519 | 2024-12-17T07:23:39.063Z | Downloaded buf-list v1.0.3 |
520 | 2024-12-17T07:23:39.066Z | Downloaded bit-set v0.5.3 |
521 | 2024-12-17T07:23:39.068Z | Downloaded castaway v0.2.3 |
522 | 2024-12-17T07:23:39.068Z | Downloaded cassowary v0.3.0 |
523 | 2024-12-17T07:23:39.071Z | Downloaded bit-vec v0.6.3 |
524 | 2024-12-17T07:23:39.073Z | Downloaded bb8 v0.8.5 |
525 | 2024-12-17T07:23:39.073Z | Downloaded convert_case v0.4.0 |
526 | 2024-12-17T07:23:39.076Z | Downloaded constant_time_eq v0.3.1 |
527 | 2024-12-17T07:23:39.078Z | Downloaded async-stream v0.3.6 |
528 | 2024-12-17T07:23:39.078Z | Downloaded curve25519-dalek-derive v0.1.1 |
529 | 2024-12-17T07:23:39.081Z | Downloaded crc v3.2.1 |
530 | 2024-12-17T07:23:39.083Z | Downloaded bitflags v1.3.2 |
531 | 2024-12-17T07:23:39.086Z | Downloaded base16ct v0.2.0 |
532 | 2024-12-17T07:23:39.086Z | Downloaded crossbeam-deque v0.8.5 |
533 | 2024-12-17T07:23:39.089Z | Downloaded crc-catalog v2.4.0 |
534 | 2024-12-17T07:23:39.091Z | Downloaded cexpr v0.6.0 |
535 | 2024-12-17T07:23:39.091Z | Downloaded async-recursion v1.1.1 |
536 | 2024-12-17T07:23:39.094Z | Downloaded arrayref v0.3.9 |
537 | 2024-12-17T07:23:39.096Z | Downloaded colored v2.1.0 |
538 | 2024-12-17T07:23:39.099Z | Downloaded ciborium-ll v0.2.2 |
539 | 2024-12-17T07:23:39.099Z | Downloaded chacha20 v0.9.1 |
540 | 2024-12-17T07:23:39.102Z | Downloaded bitfield v0.14.0 |
541 | 2024-12-17T07:23:39.104Z | Downloaded ctr v0.9.2 |
542 | 2024-12-17T07:23:39.107Z | Downloaded hubpack_derive v0.1.1 |
543 | 2024-12-17T07:23:39.107Z | Downloaded hickory-resolver v0.24.1 |
544 | 2024-12-17T07:23:39.110Z | Downloaded hyper-tls v0.6.0 |
545 | 2024-12-17T07:23:39.113Z | Downloaded http-body-util v0.1.2 |
546 | 2024-12-17T07:23:39.116Z | Downloaded home v0.5.9 |
547 | 2024-12-17T07:23:39.116Z | Downloaded hostname v0.3.1 |
548 | 2024-12-17T07:23:39.118Z | Downloaded russh-cryptovec v0.7.3 |
549 | 2024-12-17T07:23:39.118Z | Downloaded bcs v0.1.6 |
550 | 2024-12-17T07:23:39.121Z | Downloaded httpdate v1.0.3 |
551 | 2024-12-17T07:23:39.123Z | Downloaded backoff v0.4.0 |
552 | 2024-12-17T07:23:39.126Z | Downloaded allocator-api2 v0.2.18 |
553 | 2024-12-17T07:23:39.128Z | Downloaded progenitor-macro v0.8.0 |
554 | 2024-12-17T07:23:39.128Z | Downloaded hyper-staticfile v0.10.1 |
555 | 2024-12-17T07:23:39.131Z | Downloaded hickory-server v0.24.1 |
556 | 2024-12-17T07:23:39.135Z | Downloaded ident_case v1.0.1 |
557 | 2024-12-17T07:23:39.138Z | Downloaded hmac v0.12.1 |
558 | 2024-12-17T07:23:39.141Z | Downloaded ciborium v0.2.2 |
559 | 2024-12-17T07:23:39.143Z | Downloaded icu_provider_macros v1.5.0 |
560 | 2024-12-17T07:23:39.143Z | Downloaded httparse v1.9.5 |
561 | 2024-12-17T07:23:39.146Z | Downloaded cookie_store v0.21.0 |
562 | 2024-12-17T07:23:39.149Z | Downloaded cstr-argument v0.1.2 |
563 | 2024-12-17T07:23:39.153Z | Downloaded is_ci v1.2.0 |
564 | 2024-12-17T07:23:39.153Z | Downloaded instability v0.3.2 |
565 | 2024-12-17T07:23:39.153Z | Downloaded cipher v0.4.4 |
566 | 2024-12-17T07:23:39.156Z | Downloaded const_format_proc_macros v0.2.33 |
567 | 2024-12-17T07:23:39.156Z | Downloaded console v0.15.8 |
568 | 2024-12-17T07:23:39.158Z | Downloaded instant v0.1.13 |
569 | 2024-12-17T07:23:39.160Z | Downloaded ahash v0.8.11 |
570 | 2024-12-17T07:23:39.163Z | Downloaded md5 v0.7.0 |
571 | 2024-12-17T07:23:39.165Z | Downloaded matches v0.1.10 |
572 | 2024-12-17T07:23:39.165Z | Downloaded take_mut v0.2.2 |
573 | 2024-12-17T07:23:39.165Z | Downloaded shlex v1.3.0 |
574 | 2024-12-17T07:23:39.168Z | Downloaded match_cfg v0.1.0 |
575 | 2024-12-17T07:23:39.168Z | Downloaded tower-service v0.3.3 |
576 | 2024-12-17T07:23:39.171Z | Downloaded time-core v0.1.2 |
577 | 2024-12-17T07:23:39.171Z | Downloaded csv-core v0.1.11 |
578 | 2024-12-17T07:23:39.173Z | Downloaded base64ct v1.6.0 |
579 | 2024-12-17T07:23:39.176Z | Downloaded waitgroup v0.1.2 |
580 | 2024-12-17T07:23:39.176Z | Downloaded cancel-safe-futures v0.1.5 |
581 | 2024-12-17T07:23:39.179Z | Downloaded is-terminal v0.4.13 |
582 | 2024-12-17T07:23:39.181Z | Downloaded rpassword v7.3.1 |
583 | 2024-12-17T07:23:39.181Z | Downloaded ref-cast-impl v1.0.23 |
584 | 2024-12-17T07:23:39.181Z | Downloaded serde_path_to_error v0.1.16 |
585 | 2024-12-17T07:23:39.184Z | Downloaded slab v0.4.9 |
586 | 2024-12-17T07:23:39.187Z | Downloaded icu_locid_transform v1.5.0 |
587 | 2024-12-17T07:23:39.189Z | Downloaded icu_normalizer v1.5.0 |
588 | 2024-12-17T07:23:39.192Z | Downloaded scopeguard v1.2.0 |
589 | 2024-12-17T07:23:39.194Z | Downloaded derive_builder_macro v0.20.2 |
590 | 2024-12-17T07:23:39.194Z | Downloaded hubpack v0.1.2 |
591 | 2024-12-17T07:23:39.197Z | Downloaded const-oid v0.9.6 |
592 | 2024-12-17T07:23:39.199Z | Downloaded arrayvec v0.7.6 |
593 | 2024-12-17T07:23:39.199Z | Downloaded keccak v0.1.5 |
594 | 2024-12-17T07:23:39.202Z | Downloaded crossbeam-epoch v0.9.18 |
595 | 2024-12-17T07:23:39.204Z | Downloaded crc-any v2.5.0 |
596 | 2024-12-17T07:23:39.206Z | Downloaded internet-checksum v0.2.1 |
597 | 2024-12-17T07:23:39.206Z | Downloaded lru-cache v0.1.2 |
598 | 2024-12-17T07:23:39.209Z | Downloaded memoffset v0.9.1 |
599 | 2024-12-17T07:23:39.209Z | Downloaded linear-map v1.2.0 |
600 | 2024-12-17T07:23:39.212Z | Downloaded arc-swap v1.7.1 |
601 | 2024-12-17T07:23:39.214Z | Downloaded smallvec v0.6.14 |
602 | 2024-12-17T07:23:39.217Z | Downloaded md-5 v0.10.6 |
603 | 2024-12-17T07:23:39.220Z | Downloaded strum_macros v0.26.4 |
604 | 2024-12-17T07:23:39.223Z | Downloaded sqlformat v0.2.6 |
605 | 2024-12-17T07:23:39.223Z | Downloaded foreign-types-shared v0.3.1 |
606 | 2024-12-17T07:23:39.226Z | Downloaded tokio-native-tls v0.3.1 |
607 | 2024-12-17T07:23:39.226Z | Downloaded rand_chacha v0.3.1 |
608 | 2024-12-17T07:23:39.229Z | Downloaded maybe-uninit v2.0.0 |
609 | 2024-12-17T07:23:39.229Z | Downloaded rfc6979 v0.4.0 |
610 | 2024-12-17T07:23:39.231Z | Downloaded serde_plain v1.0.2 |
611 | 2024-12-17T07:23:39.233Z | Downloaded unicase v2.7.0 |
612 | 2024-12-17T07:23:39.233Z | Downloaded ipnet v2.10.1 |
613 | 2024-12-17T07:23:39.235Z | Downloaded fxhash v0.2.1 |
614 | 2024-12-17T07:23:39.237Z | Downloaded futures-sink v0.3.31 |
615 | 2024-12-17T07:23:39.238Z | Downloaded normalize-line-endings v0.3.0 |
616 | 2024-12-17T07:23:39.240Z | Downloaded zerovec-derive v0.10.3 |
617 | 2024-12-17T07:23:39.240Z | Downloaded icu_properties v1.5.1 |
618 | 2024-12-17T07:23:39.243Z | Downloaded xattr v1.3.1 |
619 | 2024-12-17T07:23:39.245Z | Downloaded xz2 v0.1.7 |
620 | 2024-12-17T07:23:39.248Z | Downloaded bytes v1.8.0 |
621 | 2024-12-17T07:23:39.251Z | Downloaded compact_str v0.8.0 |
622 | 2024-12-17T07:23:39.254Z | Downloaded display-error-chain v0.2.2 |
623 | 2024-12-17T07:23:39.256Z | Downloaded clang-sys v1.8.1 |
624 | 2024-12-17T07:23:39.258Z | Downloaded chacha20poly1305 v0.10.1 |
625 | 2024-12-17T07:23:39.261Z | Downloaded gethostname v0.5.0 |
626 | 2024-12-17T07:23:39.264Z | Downloaded form_urlencoded v1.2.1 |
627 | 2024-12-17T07:23:39.264Z | Downloaded fixedbitset v0.4.2 |
628 | 2024-12-17T07:23:39.264Z | Downloaded mime_guess v2.0.5 |
629 | 2024-12-17T07:23:39.266Z | Downloaded progenitor-client v0.8.0 |
630 | 2024-12-17T07:23:39.269Z | Downloaded icu_normalizer_data v1.5.0 |
631 | 2024-12-17T07:23:39.269Z | Downloaded memmap2 v0.9.5 |
632 | 2024-12-17T07:23:39.271Z | Downloaded icu_locid v1.5.0 |
633 | 2024-12-17T07:23:39.276Z | Downloaded spki v0.7.3 |
634 | 2024-12-17T07:23:39.279Z | Downloaded filetime v0.2.25 |
635 | 2024-12-17T07:23:39.282Z | Downloaded ff v0.13.0 |
636 | 2024-12-17T07:23:39.282Z | Downloaded tokio-rustls v0.24.1 |
637 | 2024-12-17T07:23:39.285Z | Downloaded write16 v1.0.0 |
638 | 2024-12-17T07:23:39.285Z | Downloaded time-macros v0.2.18 |
639 | 2024-12-17T07:23:39.288Z | Downloaded sync_wrapper v1.0.1 |
640 | 2024-12-17T07:23:39.290Z | Downloaded sync-ptr v0.1.1 |
641 | 2024-12-17T07:23:39.290Z | Downloaded phf_generator v0.11.2 |
642 | 2024-12-17T07:23:39.290Z | Downloaded paste v1.0.15 |
643 | 2024-12-17T07:23:39.293Z | Downloaded olpc-cjson v0.1.4 |
644 | 2024-12-17T07:23:39.295Z | Downloaded zeroize_derive v1.4.2 |
645 | 2024-12-17T07:23:39.295Z | Downloaded embedded-io v0.6.1 |
646 | 2024-12-17T07:23:39.298Z | Downloaded env_logger v0.11.5 |
647 | 2024-12-17T07:23:39.300Z | Downloaded num_enum v0.5.11 |
648 | 2024-12-17T07:23:39.304Z | Downloaded derive_builder_core v0.20.2 |
649 | 2024-12-17T07:23:39.307Z | Downloaded cc v1.1.30 |
650 | 2024-12-17T07:23:39.310Z | Downloaded const_format v0.2.33 |
651 | 2024-12-17T07:23:39.314Z | Downloaded scheduled-thread-pool v0.2.7 |
652 | 2024-12-17T07:23:39.317Z | Downloaded same-file v1.0.6 |
653 | 2024-12-17T07:23:39.317Z | Downloaded downcast v0.11.0 |
654 | 2024-12-17T07:23:39.320Z | Downloaded getrandom v0.2.15 |
655 | 2024-12-17T07:23:39.323Z | Downloaded ref-cast v1.0.23 |
656 | 2024-12-17T07:23:39.325Z | Downloaded float-ord v0.3.2 |
657 | 2024-12-17T07:23:39.326Z | Downloaded dirs-next v2.0.0 |
658 | 2024-12-17T07:23:39.328Z | Downloaded number_prefix v0.4.0 |
659 | 2024-12-17T07:23:39.328Z | Downloaded pin-utils v0.1.0 |
660 | 2024-12-17T07:23:39.330Z | Downloaded signature v2.2.0 |
661 | 2024-12-17T07:23:39.332Z | Downloaded signal-hook-tokio v0.3.1 |
662 | 2024-12-17T07:23:39.332Z | Downloaded stable_deref_trait v1.2.0 |
663 | 2024-12-17T07:23:39.335Z | Downloaded ssh-encoding v0.2.0 |
664 | 2024-12-17T07:23:39.337Z | Downloaded signal-hook-registry v1.4.2 |
665 | 2024-12-17T07:23:39.337Z | Downloaded walkdir v2.5.0 |
666 | 2024-12-17T07:23:39.339Z | Downloaded vergen v8.3.2 |
667 | 2024-12-17T07:23:39.342Z | Downloaded pretty-hex v0.2.1 |
668 | 2024-12-17T07:23:39.342Z | Downloaded unicode-properties v0.1.3 |
669 | 2024-12-17T07:23:39.345Z | Downloaded zeroize v1.8.1 |
670 | 2024-12-17T07:23:39.348Z | Downloaded packed_struct v0.10.1 |
671 | 2024-12-17T07:23:39.351Z | Downloaded nu-ansi-term v0.50.1 |
672 | 2024-12-17T07:23:39.351Z | Downloaded deranged v0.3.11 |
673 | 2024-12-17T07:23:39.353Z | Downloaded data-encoding v2.6.0 |
674 | 2024-12-17T07:23:39.356Z | Downloaded derive_more v0.99.18 |
675 | 2024-12-17T07:23:39.358Z | Downloaded russh-keys v0.45.0 |
676 | 2024-12-17T07:23:39.361Z | Downloaded icu_provider v1.5.0 |
677 | 2024-12-17T07:23:39.364Z | Downloaded native-tls v0.2.12 |
678 | 2024-12-17T07:23:39.366Z | Downloaded writeable v0.5.5 |
679 | 2024-12-17T07:23:39.369Z | Downloaded typify-macro v0.2.0 |
680 | 2024-12-17T07:23:39.369Z | Downloaded tui-tree-widget v0.22.0 |
681 | 2024-12-17T07:23:39.372Z | Downloaded serde_urlencoded v0.7.1 |
682 | 2024-12-17T07:23:39.374Z | Downloaded rustfmt-wrapper v0.2.1 |
683 | 2024-12-17T07:23:39.374Z | Downloaded strum v0.26.3 |
684 | 2024-12-17T07:23:39.377Z | Downloaded rustls-pemfile v2.2.0 |
685 | 2024-12-17T07:23:39.377Z | Downloaded toolchain_find v0.4.0 |
686 | 2024-12-17T07:23:39.380Z | Downloaded structmeta-derive v0.2.0 |
687 | 2024-12-17T07:23:39.380Z | Downloaded topological-sort v0.2.2 |
688 | 2024-12-17T07:23:39.383Z | Downloaded postgres-types v0.2.8 |
689 | 2024-12-17T07:23:39.386Z | Downloaded hyper-util v0.1.10 |
690 | 2024-12-17T07:23:39.389Z | Downloaded zerofrom v0.1.4 |
691 | 2024-12-17T07:23:39.389Z | Downloaded foldhash v0.1.3 |
692 | 2024-12-17T07:23:39.393Z | Downloaded float-cmp v0.9.0 |
693 | 2024-12-17T07:23:39.393Z | Downloaded fallible-iterator v0.3.0 |
694 | 2024-12-17T07:23:39.398Z | Downloaded mirai-annotations v1.12.0 |
695 | 2024-12-17T07:23:39.398Z | Downloaded dhcproto-macros v0.1.0 |
696 | 2024-12-17T07:23:39.398Z | Downloaded tokio-stream v0.1.16 |
697 | 2024-12-17T07:23:39.402Z | Downloaded foreign-types v0.5.0 |
698 | 2024-12-17T07:23:39.402Z | Downloaded semver v0.1.20 |
699 | 2024-12-17T07:23:39.406Z | Downloaded radium v0.7.0 |
700 | 2024-12-17T07:23:39.406Z | Downloaded r2d2 v0.8.10 |
701 | 2024-12-17T07:23:39.406Z | Downloaded predicates-tree v1.0.11 |
702 | 2024-12-17T07:23:39.409Z | Downloaded rand_xorshift v0.3.0 |
703 | 2024-12-17T07:23:39.409Z | Downloaded phf v0.11.2 |
704 | 2024-12-17T07:23:39.409Z | Downloaded rand_core v0.6.4 |
705 | 2024-12-17T07:23:39.411Z | Downloaded crossbeam-channel v0.5.13 |
706 | 2024-12-17T07:23:39.414Z | Downloaded typify v0.2.0 |
707 | 2024-12-17T07:23:39.417Z | Downloaded path-slash v0.1.5 |
708 | 2024-12-17T07:23:39.419Z | Downloaded parse-size v1.1.0 |
709 | 2024-12-17T07:23:39.419Z | Downloaded rustls-pki-types v1.10.0 |
710 | 2024-12-17T07:23:39.432Z | Downloaded tiny-keccak v2.0.2 |
711 | 2024-12-17T07:23:39.435Z | Downloaded aes v0.8.4 |
712 | 2024-12-17T07:23:39.438Z | Downloaded structmeta-derive v0.3.0 |
713 | 2024-12-17T07:23:39.440Z | Downloaded thiserror-impl-no-std v2.0.2 |
714 | 2024-12-17T07:23:39.443Z | Downloaded signal-hook-mio v0.2.4 |
715 | 2024-12-17T07:23:39.443Z | Downloaded serde_with_macros v3.11.0 |
716 | 2024-12-17T07:23:39.445Z | Downloaded rand_seeder v0.3.0 |
717 | 2024-12-17T07:23:39.448Z | Downloaded displaydoc v0.2.5 |
718 | 2024-12-17T07:23:39.451Z | Downloaded oso-derive v0.27.3 |
719 | 2024-12-17T07:23:39.451Z | Downloaded sigpipe v0.1.3 |
720 | 2024-12-17T07:23:39.451Z | Downloaded der v0.7.9 |
721 | 2024-12-17T07:23:39.456Z | Downloaded group v0.13.0 |
722 | 2024-12-17T07:23:39.459Z | Downloaded twox-hash v1.6.3 |
723 | 2024-12-17T07:23:39.461Z | Downloaded fallible-iterator v0.2.0 |
724 | 2024-12-17T07:23:39.463Z | Downloaded ed25519 v2.2.3 |
725 | 2024-12-17T07:23:39.466Z | Downloaded yoke-derive v0.7.4 |
726 | 2024-12-17T07:23:39.466Z | Downloaded try-lock v0.2.5 |
727 | 2024-12-17T07:23:39.466Z | Downloaded universal-hash v0.5.1 |
728 | 2024-12-17T07:23:39.468Z | Downloaded dyn-clone v1.0.17 |
729 | 2024-12-17T07:23:39.468Z | Downloaded slog-dtrace v0.3.0 |
730 | 2024-12-17T07:23:39.470Z | Downloaded foreign-types-macros v0.2.3 |
731 | 2024-12-17T07:23:39.473Z | Downloaded pbkdf2 v0.11.0 |
732 | 2024-12-17T07:23:39.476Z | Downloaded structmeta v0.2.0 |
733 | 2024-12-17T07:23:39.476Z | Downloaded darling_macro v0.20.10 |
734 | 2024-12-17T07:23:39.476Z | Downloaded slog-async v2.8.0 |
735 | 2024-12-17T07:23:39.478Z | Downloaded thread_local v1.1.8 |
736 | 2024-12-17T07:23:39.481Z | Downloaded mockall_derive v0.13.0 |
737 | 2024-12-17T07:23:39.481Z | Downloaded omicron-zone-package v0.11.1 |
738 | 2024-12-17T07:23:39.484Z | Downloaded rusty-fork v0.3.0 |
739 | 2024-12-17T07:23:39.486Z | Downloaded http v1.1.0 |
740 | 2024-12-17T07:23:39.489Z | Downloaded oso v0.27.3 |
741 | 2024-12-17T07:23:39.493Z | Downloaded newtype_derive v0.1.6 |
742 | 2024-12-17T07:23:39.495Z | Downloaded minimal-lexical v0.2.1 |
743 | 2024-12-17T07:23:39.498Z | Downloaded mockall v0.13.0 |
744 | 2024-12-17T07:23:39.501Z | Downloaded derive-where v1.2.7 |
745 | 2024-12-17T07:23:39.503Z | Downloaded globset v0.4.15 |
746 | 2024-12-17T07:23:39.506Z | Downloaded nodrop v0.1.14 |
747 | 2024-12-17T07:23:39.509Z | Downloaded serde-big-array v0.5.1 |
748 | 2024-12-17T07:23:39.509Z | Downloaded shell-words v1.1.0 |
749 | 2024-12-17T07:23:39.511Z | Downloaded tungstenite v0.21.0 |
750 | 2024-12-17T07:23:39.514Z | Downloaded pkg-config v0.3.31 |
751 | 2024-12-17T07:23:39.517Z | Downloaded simd-adler32 v0.3.7 |
752 | 2024-12-17T07:23:39.517Z | Downloaded scrypt v0.11.0 |
753 | 2024-12-17T07:23:39.519Z | Downloaded x509-cert v0.2.5 |
754 | 2024-12-17T07:23:39.524Z | Downloaded unicode-truncate v1.1.0 |
755 | 2024-12-17T07:23:39.526Z | Downloaded tokio-tungstenite v0.21.0 |
756 | 2024-12-17T07:23:39.528Z | Downloaded num-conv v0.1.0 |
757 | 2024-12-17T07:23:39.547Z | Downloaded tabwriter v1.4.0 |
758 | 2024-12-17T07:23:39.547Z | Downloaded supports-color v3.0.1 |
759 | 2024-12-17T07:23:39.550Z | Downloaded wyz v0.5.1 |
760 | 2024-12-17T07:23:39.550Z | Downloaded zone_cfg_derive v0.3.0 |
761 | 2024-12-17T07:23:39.550Z | Downloaded foreign-types-shared v0.1.1 |
762 | 2024-12-17T07:23:39.550Z | Downloaded zerofrom-derive v0.1.4 |
763 | 2024-12-17T07:23:39.550Z | Downloaded untrusted v0.7.1 |
764 | 2024-12-17T07:23:39.550Z | Downloaded debug-ignore v1.0.5 |
765 | 2024-12-17T07:23:39.550Z | Downloaded unarray v0.1.4 |
766 | 2024-12-17T07:23:39.550Z | Downloaded tungstenite v0.23.0 |
767 | 2024-12-17T07:23:39.550Z | Downloaded env_filter v0.1.2 |
768 | 2024-12-17T07:23:39.550Z | Downloaded enum-as-inner v0.5.1 |
769 | 2024-12-17T07:23:39.550Z | Downloaded opaque-debug v0.3.1 |
770 | 2024-12-17T07:23:39.550Z | Downloaded openssl-probe v0.1.5 |
771 | 2024-12-17T07:23:39.552Z | Downloaded openssl-macros v0.1.1 |
772 | 2024-12-17T07:23:39.552Z | Downloaded fallible-streaming-iterator v0.1.9 |
773 | 2024-12-17T07:23:39.555Z | Downloaded either v1.13.0 |
774 | 2024-12-17T07:23:39.555Z | Downloaded psl-types v2.0.11 |
775 | 2024-12-17T07:23:39.558Z | Downloaded thiserror-impl v2.0.3 |
776 | 2024-12-17T07:23:39.558Z | Downloaded termcolor v1.4.1 |
777 | 2024-12-17T07:23:39.560Z | Downloaded hkdf v0.12.4 |
778 | 2024-12-17T07:23:39.563Z | Downloaded dhcproto v0.12.0 |
779 | 2024-12-17T07:23:39.565Z | Downloaded salsa20 v0.10.2 |
780 | 2024-12-17T07:23:39.568Z | Downloaded quick-error v1.2.3 |
781 | 2024-12-17T07:23:39.568Z | Downloaded pkcs8 v0.10.2 |
782 | 2024-12-17T07:23:39.570Z | Downloaded hyper v1.5.1 |
783 | 2024-12-17T07:23:39.576Z | Downloaded serde_repr v0.1.19 |
784 | 2024-12-17T07:23:39.579Z | Downloaded tinyvec_macros v0.1.1 |
785 | 2024-12-17T07:23:39.581Z | Downloaded endian-type v0.1.2 |
786 | 2024-12-17T07:23:39.581Z | Downloaded thiserror-no-std v2.0.2 |
787 | 2024-12-17T07:23:39.585Z | Downloaded glob v0.3.1 |
788 | 2024-12-17T07:23:39.587Z | Downloaded hash32 v0.2.1 |
789 | 2024-12-17T07:23:39.590Z | Downloaded itertools v0.10.5 |
790 | 2024-12-17T07:23:39.594Z | Downloaded rayon-core v1.12.1 |
791 | 2024-12-17T07:23:39.598Z | Downloaded yoke v0.7.4 |
792 | 2024-12-17T07:23:39.601Z | Downloaded futures-core v0.3.31 |
793 | 2024-12-17T07:23:39.606Z | Downloaded env_logger v0.10.2 |
794 | 2024-12-17T07:23:39.609Z | Downloaded ron v0.7.1 |
795 | 2024-12-17T07:23:39.612Z | Downloaded unicode-segmentation v1.12.0 |
796 | 2024-12-17T07:23:39.615Z | Downloaded phf_shared v0.10.0 |
797 | 2024-12-17T07:23:39.615Z | Downloaded tokio-tungstenite v0.24.0 |
798 | 2024-12-17T07:23:39.617Z | Downloaded parking_lot_core v0.9.10 |
799 | 2024-12-17T07:23:39.620Z | Downloaded libxml v0.3.3 |
800 | 2024-12-17T07:23:39.625Z | Downloaded tokio-macros v2.4.0 |
801 | 2024-12-17T07:23:39.628Z | Downloaded spin v0.5.2 |
802 | 2024-12-17T07:23:39.628Z | Downloaded serde_derive_internals v0.29.1 |
803 | 2024-12-17T07:23:39.630Z | Downloaded similar v2.6.0 |
804 | 2024-12-17T07:23:39.635Z | Downloaded sqlparser_derive v0.2.2 |
805 | 2024-12-17T07:23:39.638Z | Downloaded tls_codec_derive v0.4.1 |
806 | 2024-12-17T07:23:39.638Z | Downloaded string_cache v0.8.7 |
807 | 2024-12-17T07:23:39.641Z | Downloaded num_threads v0.1.7 |
808 | 2024-12-17T07:23:39.641Z | Downloaded diesel_table_macro_syntax v0.2.0 |
809 | 2024-12-17T07:23:39.644Z | Downloaded unsafe-libyaml v0.2.11 |
810 | 2024-12-17T07:23:39.647Z | Downloaded yasna v0.5.2 |
811 | 2024-12-17T07:23:39.651Z | Downloaded parse-zoneinfo v0.3.1 |
812 | 2024-12-17T07:23:39.654Z | Downloaded zone v0.3.0 |
813 | 2024-12-17T07:23:39.654Z | Downloaded aho-corasick v1.1.3 |
814 | 2024-12-17T07:23:39.658Z | Downloaded diesel-dtrace v0.4.2 |
815 | 2024-12-17T07:23:39.661Z | Downloaded enum-as-inner v0.6.1 |
816 | 2024-12-17T07:23:39.661Z | Downloaded itertools v0.12.1 |
817 | 2024-12-17T07:23:39.668Z | Downloaded want v0.3.1 |
818 | 2024-12-17T07:23:39.670Z | Downloaded num v0.4.3 |
819 | 2024-12-17T07:23:39.673Z | Downloaded funty v2.0.0 |
820 | 2024-12-17T07:23:39.673Z | Downloaded unicode-xid v0.2.6 |
821 | 2024-12-17T07:23:39.676Z | Downloaded toml v0.7.8 |
822 | 2024-12-17T07:23:39.678Z | Downloaded phf_codegen v0.11.2 |
823 | 2024-12-17T07:23:39.678Z | Downloaded zerocopy-derive v0.8.10 |
824 | 2024-12-17T07:23:39.684Z | Downloaded peg-runtime v0.8.3 |
825 | 2024-12-17T07:23:39.686Z | Downloaded zip v2.1.3 |
826 | 2024-12-17T07:23:39.689Z | Downloaded nom v7.1.3 |
827 | 2024-12-17T07:23:39.695Z | Downloaded new_debug_unreachable v1.0.6 |
828 | 2024-12-17T07:23:39.697Z | Downloaded unicode_categories v0.1.1 |
829 | 2024-12-17T07:23:39.699Z | Downloaded num-derive v0.4.2 |
830 | 2024-12-17T07:23:39.702Z | Downloaded vte_generate_state_changes v0.1.2 |
831 | 2024-12-17T07:23:39.702Z | Downloaded static_assertions v1.1.0 |
832 | 2024-12-17T07:23:39.704Z | Downloaded num-iter v0.1.45 |
833 | 2024-12-17T07:23:39.704Z | Downloaded smf v0.2.3 |
834 | 2024-12-17T07:23:39.707Z | Downloaded vte v0.11.1 |
835 | 2024-12-17T07:23:39.707Z | Downloaded newline-converter v0.3.0 |
836 | 2024-12-17T07:23:39.710Z | Downloaded rustls-pemfile v1.0.4 |
837 | 2024-12-17T07:23:39.710Z | Downloaded rtoolbox v0.0.2 |
838 | 2024-12-17T07:23:39.712Z | Downloaded untrusted v0.9.0 |
839 | 2024-12-17T07:23:39.715Z | Downloaded half v2.4.1 |
840 | 2024-12-17T07:23:39.718Z | Downloaded publicsuffix v2.2.3 |
841 | 2024-12-17T07:23:39.720Z | Downloaded rand v0.8.5 |
842 | 2024-12-17T07:23:39.723Z | Downloaded sha1 v0.10.6 |
843 | 2024-12-17T07:23:39.726Z | Downloaded secrecy v0.8.0 |
844 | 2024-12-17T07:23:39.726Z | Downloaded predicates v3.1.2 |
845 | 2024-12-17T07:23:39.728Z | Downloaded siphasher v0.3.11 |
846 | 2024-12-17T07:23:39.731Z | Downloaded sec1 v0.7.3 |
847 | 2024-12-17T07:23:39.733Z | Downloaded value-bag v1.9.0 |
848 | 2024-12-17T07:23:39.735Z | Downloaded hashlink v0.9.1 |
849 | 2024-12-17T07:23:39.738Z | Downloaded fragile v2.0.0 |
850 | 2024-12-17T07:23:39.738Z | Downloaded whoami v1.5.2 |
851 | 2024-12-17T07:23:39.740Z | Downloaded which v4.4.2 |
852 | 2024-12-17T07:23:39.743Z | Downloaded ed25519-dalek v2.1.1 |
853 | 2024-12-17T07:23:39.745Z | Downloaded slog-json v2.6.1 |
854 | 2024-12-17T07:23:39.748Z | Downloaded typed-path v0.9.3 |
855 | 2024-12-17T07:23:39.752Z | Downloaded termtree v0.4.1 |
856 | 2024-12-17T07:23:39.755Z | Downloaded subtle v2.6.1 |
857 | 2024-12-17T07:23:39.755Z | Downloaded serde_yaml v0.9.34+deprecated |
858 | 2024-12-17T07:23:39.758Z | Downloaded strum_macros v0.25.3 |
859 | 2024-12-17T07:23:39.761Z | Downloaded time v0.3.36 |
860 | 2024-12-17T07:23:39.767Z | Downloaded precomputed-hash v0.1.1 |
861 | 2024-12-17T07:23:39.769Z | Downloaded wait-timeout v0.2.0 |
862 | 2024-12-17T07:23:39.769Z | Downloaded snafu-derive v0.8.5 |
863 | 2024-12-17T07:23:39.772Z | Downloaded qorb v0.2.1 |
864 | 2024-12-17T07:23:39.775Z | Downloaded hashbrown v0.12.3 |
865 | 2024-12-17T07:23:39.779Z | Downloaded futures-executor v0.3.31 |
866 | 2024-12-17T07:23:39.782Z | Downloaded peg-macros v0.8.4 |
867 | 2024-12-17T07:23:39.785Z | Downloaded num-traits v0.2.19 |
868 | 2024-12-17T07:23:39.787Z | Downloaded blake3 v1.5.4 |
869 | 2024-12-17T07:23:39.793Z | Downloaded dunce v1.0.5 |
870 | 2024-12-17T07:23:39.796Z | Downloaded stringprep v0.1.5 |
871 | 2024-12-17T07:23:39.796Z | Downloaded futures-io v0.3.31 |
872 | 2024-12-17T07:23:39.801Z | Downloaded slog-stdlog v4.1.1 |
873 | 2024-12-17T07:23:39.801Z | Downloaded futures v0.3.31 |
874 | 2024-12-17T07:23:39.805Z | Downloaded futures-channel v0.3.31 |
875 | 2024-12-17T07:23:39.807Z | Downloaded fs_extra v1.3.0 |
876 | 2024-12-17T07:23:39.810Z | Downloaded pin-project-internal v1.1.6 |
877 | 2024-12-17T07:23:39.810Z | Downloaded aws-lc-rs v1.10.0 |
878 | 2024-12-17T07:23:39.819Z | Downloaded resolv-conf v0.7.0 |
879 | 2024-12-17T07:23:39.821Z | Downloaded num-complex v0.4.6 |
880 | 2024-12-17T07:23:39.824Z | Downloaded dsl_auto_type v0.1.2 |
881 | 2024-12-17T07:23:39.824Z | Downloaded defmt-parser v0.3.4 |
882 | 2024-12-17T07:23:39.826Z | Downloaded dropshot_endpoint v0.15.1 |
883 | 2024-12-17T07:23:39.829Z | Downloaded fd-lock v4.0.2 |
884 | 2024-12-17T07:23:39.832Z | Downloaded flagset v0.4.6 |
885 | 2024-12-17T07:23:39.834Z | Downloaded ghash v0.5.1 |
886 | 2024-12-17T07:23:39.834Z | Downloaded uzers v0.12.1 |
887 | 2024-12-17T07:23:39.836Z | Downloaded uuid v1.11.0 |
888 | 2024-12-17T07:23:39.839Z | Downloaded darling_core v0.20.10 |
889 | 2024-12-17T07:23:39.842Z | Downloaded futures-util v0.3.31 |
890 | 2024-12-17T07:23:39.854Z | Downloaded strum_macros v0.24.3 |
891 | 2024-12-17T07:23:39.857Z | Downloaded quinn-proto v0.11.8 |
892 | 2024-12-17T07:23:39.863Z | Downloaded defmt-macros v0.3.9 |
893 | 2024-12-17T07:23:39.865Z | Downloaded rcgen v0.12.1 |
894 | 2024-12-17T07:23:39.868Z | Downloaded multimap v0.10.0 |
895 | 2024-12-17T07:23:39.871Z | Downloaded poly1305 v0.8.0 |
896 | 2024-12-17T07:23:39.873Z | Downloaded diesel_derives v2.2.3 |
897 | 2024-12-17T07:23:39.876Z | Downloaded bitvec v1.0.1 |
898 | 2024-12-17T07:23:39.891Z | Downloaded postcard v1.0.10 |
899 | 2024-12-17T07:23:39.894Z | Downloaded elliptic-curve v0.13.8 |
900 | 2024-12-17T07:23:39.896Z | Downloaded winnow v0.5.40 |
901 | 2024-12-17T07:23:39.905Z | Downloaded tokio-rustls v0.25.0 |
902 | 2024-12-17T07:23:39.908Z | Downloaded parking_lot v0.11.2 |
903 | 2024-12-17T07:23:39.910Z | Downloaded icu_properties_data v1.5.0 |
904 | 2024-12-17T07:23:39.920Z | Downloaded fatfs v0.3.6 |
905 | 2024-12-17T07:23:39.922Z | Downloaded socket2 v0.5.7 |
906 | 2024-12-17T07:23:39.925Z | Downloaded snafu v0.8.5 |
907 | 2024-12-17T07:23:39.931Z | Downloaded toml_edit v0.19.15 |
908 | 2024-12-17T07:23:39.946Z | Downloaded zopfli v0.8.1 |
909 | 2024-12-17T07:23:39.949Z | Downloaded rsa v0.9.6 |
910 | 2024-12-17T07:23:39.953Z | Downloaded schemars v0.8.21 |
911 | 2024-12-17T07:23:39.964Z | Downloaded rustyline v14.0.0 |
912 | 2024-12-17T07:23:39.969Z | Downloaded tokio-util v0.7.12 |
913 | 2024-12-17T07:23:39.975Z | Downloaded steno v0.4.1 |
914 | 2024-12-17T07:23:39.979Z | Downloaded h2 v0.4.6 |
915 | 2024-12-17T07:23:39.986Z | Downloaded num-bigint-dig v0.8.4 |
916 | 2024-12-17T07:23:39.993Z | Downloaded hashbrown v0.14.5 |
917 | 2024-12-17T07:23:39.999Z | Downloaded russh v0.45.0 |
918 | 2024-12-17T07:23:40.005Z | Downloaded regex v1.11.1 |
919 | 2024-12-17T07:23:40.016Z | Downloaded rayon v1.10.0 |
920 | 2024-12-17T07:23:40.023Z | Downloaded hashbrown v0.13.2 |
921 | 2024-12-17T07:23:40.027Z | Downloaded lalrpop v0.19.12 |
922 | 2024-12-17T07:23:40.038Z | Downloaded curve25519-dalek v4.1.3 |
923 | 2024-12-17T07:23:40.047Z | Downloaded url v2.5.3 |
924 | 2024-12-17T07:23:40.051Z | Downloaded quick-xml v0.33.0 |
925 | 2024-12-17T07:23:40.057Z | Downloaded idna v0.5.0 |
926 | 2024-12-17T07:23:40.064Z | Downloaded derive_builder v0.20.2 |
927 | 2024-12-17T07:23:40.069Z | Downloaded headers v0.4.0 |
928 | 2024-12-17T07:23:40.073Z | Downloaded proptest v1.5.0 |
929 | 2024-12-17T07:23:40.083Z | Downloaded idna v0.2.3 |
930 | 2024-12-17T07:23:40.090Z | Downloaded idna v0.4.0 |
931 | 2024-12-17T07:23:40.096Z | Downloaded zerocopy v0.8.10 |
932 | 2024-12-17T07:23:40.119Z | Downloaded rustls-webpki v0.101.7 |
933 | 2024-12-17T07:23:40.132Z | Downloaded rusqlite v0.32.1 |
934 | 2024-12-17T07:23:40.139Z | Downloaded reqwest v0.12.9 |
935 | 2024-12-17T07:23:40.148Z | Downloaded git2 v0.19.0 |
936 | 2024-12-17T07:23:40.155Z | Downloaded hickory-proto v0.24.1 |
937 | 2024-12-17T07:23:40.170Z | Downloaded rustls-webpki v0.102.8 |
938 | 2024-12-17T07:23:40.188Z | Downloaded radix_trie v0.2.1 |
939 | 2024-12-17T07:23:40.193Z | Downloaded nix v0.28.0 |
940 | 2024-12-17T07:23:40.204Z | Downloaded sqlparser v0.45.0 |
941 | 2024-12-17T07:23:40.209Z | Downloaded chrono-tz v0.10.0 |
942 | 2024-12-17T07:23:40.217Z | Downloaded dropshot v0.12.0 |
943 | 2024-12-17T07:23:40.236Z | Downloaded unicode-width v0.2.0 |
944 | 2024-12-17T07:23:40.242Z | Downloaded object v0.36.5 |
945 | 2024-12-17T07:23:40.254Z | Downloaded vcpkg v0.2.15 |
946 | 2024-12-17T07:23:40.291Z | Downloaded p384 v0.13.0 |
947 | 2024-12-17T07:23:40.297Z | Downloaded dropshot v0.15.1 |
948 | 2024-12-17T07:23:40.318Z | Downloaded nix v0.27.1 |
949 | 2024-12-17T07:23:40.327Z | Downloaded rustls v0.22.4 |
950 | 2024-12-17T07:23:40.340Z | Downloaded webpki-roots v0.26.6 |
951 | 2024-12-17T07:23:40.343Z | Downloaded regress v0.10.1 |
952 | 2024-12-17T07:23:40.352Z | Downloaded regress v0.9.1 |
953 | 2024-12-17T07:23:40.360Z | Downloaded rustls v0.23.19 |
954 | 2024-12-17T07:23:40.372Z | Downloaded openapiv3 v2.0.0 |
955 | 2024-12-17T07:23:40.383Z | Downloaded ratatui v0.28.1 |
956 | 2024-12-17T07:23:40.402Z | Downloaded regex-syntax v0.8.5 |
957 | 2024-12-17T07:23:40.411Z | Downloaded diesel v2.2.6 |
958 | 2024-12-17T07:23:40.429Z | Downloaded typify-impl v0.2.0 |
959 | 2024-12-17T07:23:40.444Z | Downloaded gimli v0.31.1 |
960 | 2024-12-17T07:23:40.452Z | Downloaded rustls v0.21.12 |
961 | 2024-12-17T07:23:40.463Z | Downloaded sled v0.34.7 |
962 | 2024-12-17T07:23:40.474Z | Downloaded zerocopy-derive v0.6.6 |
963 | 2024-12-17T07:23:40.483Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
964 | 2024-12-17T07:23:40.495Z | Downloaded regex-automata v0.4.8 |
965 | 2024-12-17T07:23:40.511Z | Downloaded openssl v0.10.66 |
966 | 2024-12-17T07:23:40.521Z | Downloaded trust-dns-proto v0.22.0 |
967 | 2024-12-17T07:23:40.532Z | Downloaded polar-core v0.27.3 |
968 | 2024-12-17T07:23:40.540Z | Downloaded nix v0.29.0 |
969 | 2024-12-17T07:23:40.551Z | Downloaded regex-syntax v0.6.29 |
970 | 2024-12-17T07:23:40.558Z | Downloaded smoltcp v0.11.0 |
971 | 2024-12-17T07:23:40.570Z | Downloaded lzma-sys v0.1.20 |
972 | 2024-12-17T07:23:40.598Z | Downloaded portable-atomic v1.9.0 |
973 | 2024-12-17T07:23:40.604Z | Downloaded petgraph v0.6.5 |
974 | 2024-12-17T07:23:40.621Z | Downloaded smoltcp v0.9.1 |
975 | 2024-12-17T07:23:40.631Z | Downloaded bstr v1.10.0 |
976 | 2024-12-17T07:23:40.641Z | Downloaded tokio v1.42.0 |
977 | 2024-12-17T07:23:40.678Z | Downloaded csv v1.3.0 |
978 | 2024-12-17T07:23:40.697Z | Downloaded libz-sys v1.1.20 |
979 | 2024-12-17T07:23:40.717Z | Downloaded sha3 v0.10.8 |
980 | 2024-12-17T07:23:40.721Z | Downloaded petname v2.0.2 |
981 | 2024-12-17T07:23:40.727Z | Downloaded object v0.30.4 |
982 | 2024-12-17T07:23:40.736Z | Downloaded salty v0.3.0 |
983 | 2024-12-17T07:23:40.742Z | Downloaded idna v0.3.0 |
984 | 2024-12-17T07:23:40.748Z | Downloaded pkcs1 v0.7.5 |
985 | 2024-12-17T07:23:40.751Z | Downloaded tinyvec v1.8.0 |
986 | 2024-12-17T07:23:40.753Z | Downloaded test-strategy v0.3.1 |
987 | 2024-12-17T07:23:40.757Z | Downloaded smallvec v1.13.2 |
988 | 2024-12-17T07:23:40.759Z | Downloaded p256 v0.13.2 |
989 | 2024-12-17T07:23:40.762Z | Downloaded serde_with v3.11.0 |
990 | 2024-12-17T07:23:40.769Z | Downloaded bindgen v0.69.5 |
991 | 2024-12-17T07:23:40.776Z | Downloaded pin-project v1.1.6 |
992 | 2024-12-17T07:23:40.786Z | Downloaded chrono v0.4.38 |
993 | 2024-12-17T07:23:40.793Z | Downloaded multer v3.1.0 |
994 | 2024-12-17T07:23:40.795Z | Downloaded term v0.7.0 |
995 | 2024-12-17T07:23:40.798Z | Downloaded polyval v0.6.2 |
996 | 2024-12-17T07:23:40.801Z | Downloaded tinystr v0.7.6 |
997 | 2024-12-17T07:23:40.803Z | Downloaded thiserror v2.0.3 |
998 | 2024-12-17T07:23:40.806Z | Downloaded slog-term v2.9.1 |
999 | 2024-12-17T07:23:40.809Z | Downloaded expectorate v1.1.0 |
1000 | 2024-12-17T07:23:40.811Z | Downloaded ssh-key v0.6.6 |
1001 | 2024-12-17T07:23:40.816Z | Downloaded num-rational v0.4.2 |
1002 | 2024-12-17T07:23:40.819Z | Downloaded dropshot_endpoint v0.12.0 |
1003 | 2024-12-17T07:23:40.823Z | Downloaded ron v0.8.1 |
1004 | 2024-12-17T07:23:40.826Z | Downloaded num-bigint v0.4.6 |
1005 | 2024-12-17T07:23:40.830Z | Downloaded mio v1.0.2 |
1006 | 2024-12-17T07:23:40.835Z | Downloaded reedline v0.35.0 |
1007 | 2024-12-17T07:23:40.842Z | Downloaded flate2 v1.0.34 |
1008 | 2024-12-17T07:23:40.848Z | Downloaded ena v0.14.3 |
1009 | 2024-12-17T07:23:40.850Z | Downloaded utf8_iter v1.0.4 |
1010 | 2024-12-17T07:23:40.850Z | Downloaded utf16_iter v1.0.5 |
1011 | 2024-12-17T07:23:40.850Z | Downloaded utf-8 v0.7.6 |
1012 | 2024-12-17T07:23:40.853Z | Downloaded phf_shared v0.11.2 |
1013 | 2024-12-17T07:23:40.853Z | Downloaded owo-colors v4.1.0 |
1014 | 2024-12-17T07:23:40.856Z | Downloaded tokio-tungstenite v0.23.1 |
1015 | 2024-12-17T07:23:40.856Z | Downloaded p521 v0.13.3 |
1016 | 2024-12-17T07:23:40.860Z | Downloaded zerovec v0.10.4 |
1017 | 2024-12-17T07:23:40.865Z | Downloaded unicode-normalization v0.1.24 |
1018 | 2024-12-17T07:23:40.869Z | Downloaded itertools v0.13.0 |
1019 | 2024-12-17T07:23:40.875Z | Downloaded defmt v0.3.8 |
1020 | 2024-12-17T07:23:40.878Z | Downloaded zerocopy v0.6.6 |
1021 | 2024-12-17T07:23:40.881Z | Downloaded tracing-core v0.1.32 |
1022 | 2024-12-17T07:23:40.884Z | Downloaded vsss-rs v3.3.4 |
1023 | 2024-12-17T07:23:40.886Z | Downloaded hash32 v0.3.1 |
1024 | 2024-12-17T07:23:40.889Z | Downloaded difflib v0.4.0 |
1025 | 2024-12-17T07:23:40.889Z | Downloaded termios v0.3.3 |
1026 | 2024-12-17T07:23:40.892Z | Downloaded num_enum_derive v0.5.11 |
1027 | 2024-12-17T07:23:40.892Z | Downloaded rustc_version v0.4.1 |
1028 | 2024-12-17T07:23:40.892Z | Downloaded parking_lot v0.12.3 |
1029 | 2024-12-17T07:23:40.895Z | Downloaded idna v1.0.3 |
1030 | 2024-12-17T07:23:40.897Z | Downloaded encoding_rs v0.8.34 |
1031 | 2024-12-17T07:23:40.918Z | Downloaded diff v0.1.13 |
1032 | 2024-12-17T07:23:40.920Z | Downloaded tracing-attributes v0.1.27 |
1033 | 2024-12-17T07:23:40.923Z | Downloaded openssl-sys v0.9.103 |
1034 | 2024-12-17T07:23:40.927Z | Downloaded peg v0.8.4 |
1035 | 2024-12-17T07:23:40.930Z | Downloaded pbkdf2 v0.12.2 |
1036 | 2024-12-17T07:23:40.933Z | Downloaded signal-hook v0.3.17 |
1037 | 2024-12-17T07:23:40.935Z | Downloaded pkcs5 v0.7.1 |
1038 | 2024-12-17T07:23:40.938Z | Downloaded rustversion v1.0.17 |
1039 | 2024-12-17T07:23:40.940Z | Downloaded ppv-lite86 v0.2.20 |
1040 | 2024-12-17T07:23:40.943Z | Downloaded powerfmt v0.2.0 |
1041 | 2024-12-17T07:23:40.943Z | Downloaded libm v0.2.8 |
1042 | 2024-12-17T07:23:40.949Z | Downloaded tough v0.19.0 |
1043 | 2024-12-17T07:23:40.956Z | Downloaded strip-ansi-escapes v0.2.0 |
1044 | 2024-12-17T07:23:40.959Z | Downloaded zone_cfg_derive v0.1.2 |
1045 | 2024-12-17T07:23:40.959Z | Downloaded zone v0.1.8 |
1046 | 2024-12-17T07:23:40.959Z | Downloaded miniz_oxide v0.8.0 |
1047 | 2024-12-17T07:23:40.962Z | Downloaded samael v0.0.17 |
1048 | 2024-12-17T07:23:40.966Z | Downloaded serde-hex v0.1.0 |
1049 | 2024-12-17T07:23:40.968Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1050 | 2024-12-17T07:23:41.024Z | Downloaded sct v0.7.1 |
1051 | 2024-12-17T07:23:41.027Z | Downloaded flume v0.11.1 |
1052 | 2024-12-17T07:23:41.030Z | Downloaded tracing v0.1.40 |
1053 | 2024-12-17T07:23:41.034Z | Downloaded nibble_vec v0.1.0 |
1054 | 2024-12-17T07:23:41.036Z | Downloaded des v0.8.1 |
1055 | 2024-12-17T07:23:41.039Z | Downloaded slog-bunyan v2.5.0 |
1056 | 2024-12-17T07:23:41.039Z | Downloaded primeorder v0.13.6 |
1057 | 2024-12-17T07:23:41.039Z | Downloaded progenitor v0.8.0 |
1058 | 2024-12-17T07:23:41.041Z | Downloaded proc-macro-crate v1.3.1 |
1059 | 2024-12-17T07:23:41.041Z | Downloaded predicates-core v1.0.8 |
1060 | 2024-12-17T07:23:41.043Z | Downloaded newtype-uuid v1.1.3 |
1061 | 2024-12-17T07:23:41.043Z | Downloaded parking_lot_core v0.8.6 |
1062 | 2024-12-17T07:23:41.046Z | Downloaded slog v2.7.0 |
1063 | 2024-12-17T07:23:41.048Z | Downloaded quinn v0.11.5 |
1064 | 2024-12-17T07:23:41.051Z | Downloaded crossterm v0.28.1 |
1065 | 2024-12-17T07:23:41.057Z | Downloaded tokio-postgres v0.7.12 |
1066 | 2024-12-17T07:23:41.061Z | Downloaded zip v0.6.6 |
1067 | 2024-12-17T07:23:41.066Z | Downloaded indicatif v0.17.9 |
1068 | 2024-12-17T07:23:41.069Z | Downloaded pin-project-lite v0.2.14 |
1069 | 2024-12-17T07:23:41.073Z | Downloaded percent-encoding v2.3.1 |
1070 | 2024-12-17T07:23:41.075Z | Downloaded pem-rfc7468 v0.7.0 |
1071 | 2024-12-17T07:23:41.078Z | Downloaded pem v3.0.4 |
1072 | 2024-12-17T07:23:41.078Z | Downloaded parse-display-derive v0.10.0 |
1073 | 2024-12-17T07:23:41.081Z | Downloaded num-integer v0.1.46 |
1074 | 2024-12-17T07:23:41.081Z | Downloaded der_derive v0.7.3 |
1075 | 2024-12-17T07:23:41.083Z | Downloaded foreign-types v0.3.2 |
1076 | 2024-12-17T07:23:41.083Z | Downloaded parse-display v0.10.0 |
1077 | 2024-12-17T07:23:41.083Z | Downloaded packed_struct_codegen v0.10.1 |
1078 | 2024-12-17T07:23:41.085Z | Downloaded synstructure v0.13.1 |
1079 | 2024-12-17T07:23:41.085Z | Downloaded tokio-rustls v0.26.0 |
1080 | 2024-12-17T07:23:41.088Z | Downloaded tls_codec v0.4.1 |
1081 | 2024-12-17T07:23:41.091Z | Downloaded unicode-bidi v0.3.17 |
1082 | 2024-12-17T07:23:41.095Z | Downloaded tungstenite v0.24.0 |
1083 | 2024-12-17T07:23:41.099Z | Downloaded tar v0.4.42 |
1084 | 2024-12-17T07:23:41.099Z | Downloaded postgres-protocol v0.6.7 |
1085 | 2024-12-17T07:23:41.102Z | Downloaded password-hash v0.4.2 |
1086 | 2024-12-17T07:23:41.103Z | Downloaded aes-gcm v0.10.3 |
1087 | 2024-12-17T07:23:41.106Z | Downloaded password-hash v0.5.0 |
1088 | 2024-12-17T07:23:41.106Z | Downloaded ssh-cipher v0.2.0 |
1089 | 2024-12-17T07:23:41.108Z | Downloaded slog-scope v4.4.0 |
1090 | 2024-12-17T07:23:41.108Z | Downloaded ecdsa v0.16.9 |
1091 | 2024-12-17T07:23:41.111Z | Downloaded subprocess v0.2.9 |
1092 | 2024-12-17T07:23:41.113Z | Downloaded crypto-bigint v0.5.5 |
1093 | 2024-12-17T07:23:41.118Z | Downloaded embedded-io v0.4.0 |
1094 | 2024-12-17T07:23:41.121Z | Downloaded quinn-udp v0.5.5 |
1095 | 2024-12-17T07:23:41.123Z | Downloaded base64 v0.21.7 |
1096 | 2024-12-17T07:23:41.126Z | Downloaded backtrace v0.3.74 |
1097 | 2024-12-17T07:23:41.129Z | Downloaded bumpalo v3.16.0 |
1098 | 2024-12-17T07:23:41.132Z | Downloaded base64 v0.22.1 |
1099 | 2024-12-17T07:23:41.135Z | Downloaded nanorand v0.7.0 |
1100 | 2024-12-17T07:23:41.138Z | Downloaded futures-task v0.3.31 |
1101 | 2024-12-17T07:23:41.141Z | Downloaded futures-macro v0.3.31 |
1102 | 2024-12-17T07:23:41.141Z | Downloaded spin v0.9.8 |
1103 | 2024-12-17T07:23:41.143Z | Downloaded progenitor-impl v0.8.0 |
1104 | 2024-12-17T07:23:41.146Z | Downloaded prettyplease v0.2.25 |
1105 | 2024-12-17T07:23:41.149Z | Downloaded indexmap v1.9.3 |
1106 | 2024-12-17T07:23:41.152Z | Downloaded icu_collections v1.5.0 |
1107 | 2024-12-17T07:23:41.155Z | Downloaded lock_api v0.4.12 |
1108 | 2024-12-17T07:23:41.158Z | Downloaded litemap v0.7.3 |
1109 | 2024-12-17T07:23:41.160Z | Downloaded crossbeam-utils v0.8.20 |
1110 | 2024-12-17T07:23:41.163Z | Downloaded crc32fast v1.4.2 |
1111 | 2024-12-17T07:23:41.163Z | Downloaded dirs-sys-next v0.1.2 |
1112 | 2024-12-17T07:23:41.166Z | Downloaded libloading v0.8.5 |
1113 | 2024-12-17T07:23:41.168Z | Downloaded lazycell v1.3.0 |
1114 | 2024-12-17T07:23:41.168Z | Downloaded jobserver v0.1.32 |
1115 | 2024-12-17T07:23:41.170Z | Downloaded idna_adapter v1.2.0 |
1116 | 2024-12-17T07:23:41.170Z | Downloaded base64 v0.13.1 |
1117 | 2024-12-17T07:23:41.173Z | Downloaded rustc-demangle v0.1.24 |
1118 | 2024-12-17T07:23:41.175Z | Downloaded icu_locid_transform_data v1.5.0 |
1119 | 2024-12-17T07:23:41.177Z | Downloaded schemars_derive v0.8.21 |
1120 | 2024-12-17T07:23:41.177Z | Downloaded rustc_version v0.1.7 |
1121 | 2024-12-17T07:23:41.179Z | Downloaded rustc-hash v2.0.0 |
1122 | 2024-12-17T07:23:41.179Z | Downloaded rustc-hash v1.1.0 |
1123 | 2024-12-17T07:23:41.179Z | Downloaded libefi-sys v0.1.0 |
1124 | 2024-12-17T07:23:41.182Z | Downloaded lalrpop-util v0.19.12 |
1125 | 2024-12-17T07:23:41.182Z | Downloaded tap v1.0.1 |
1126 | 2024-12-17T07:23:41.184Z | Downloaded structmeta v0.3.0 |
1127 | 2024-12-17T07:23:41.184Z | Downloaded mime v0.3.17 |
1128 | 2024-12-17T07:23:41.184Z | Downloaded maplit v1.0.2 |
1129 | 2024-12-17T07:23:41.187Z | Downloaded lockfree-object-pool v0.1.6 |
1130 | 2024-12-17T07:23:41.187Z | Downloaded slog-envlogger v2.2.0 |
1131 | 2024-12-17T07:23:41.189Z | Downloaded managed v0.8.0 |
1132 | 2024-12-17T07:23:41.189Z | Downloaded lru v0.12.5 |
1133 | 2024-12-17T07:23:41.193Z | Downloaded linked-hash-map v0.5.6 |
1134 | 2024-12-17T07:23:41.193Z | Downloaded libsw v3.3.1 |
1135 | 2024-12-17T07:23:41.195Z | Downloaded lazy_static v1.5.0 |
1136 | 2024-12-17T07:23:41.195Z | Downloaded kstat-rs v0.2.4 |
1137 | 2024-12-17T07:23:41.195Z | Downloaded cookie v0.18.1 |
1138 | 2024-12-17T07:23:41.198Z | Downloaded inout v0.1.3 |
1139 | 2024-12-17T07:23:41.201Z | Downloaded indoc v1.0.9 |
1140 | 2024-12-17T07:23:41.201Z | Downloaded impl-trait-for-tuples v0.2.2 |
1141 | 2024-12-17T07:23:41.204Z | Downloaded blake2 v0.10.6 |
1142 | 2024-12-17T07:23:41.206Z | Downloaded iana-time-zone v0.1.61 |
1143 | 2024-12-17T07:23:41.208Z | Downloaded addr2line v0.24.2 |
1144 | 2024-12-17T07:23:41.211Z | Downloaded async-bb8-diesel v0.2.1 |
1145 | 2024-12-17T07:23:41.214Z | Downloaded indent_write v2.2.0 |
1146 | 2024-12-17T07:23:41.214Z | Downloaded humantime v2.1.0 |
1147 | 2024-12-17T07:23:41.214Z | Downloaded ipnetwork v0.20.0 |
1148 | 2024-12-17T07:23:41.217Z | Downloaded hyper-rustls v0.27.3 |
1149 | 2024-12-17T07:23:41.219Z | Downloaded bzip2 v0.4.4 |
1150 | 2024-12-17T07:23:41.219Z | Downloaded bcrypt-pbkdf v0.10.0 |
1151 | 2024-12-17T07:23:41.222Z | Downloaded hostname v0.4.0 |
1152 | 2024-12-17T07:23:41.224Z | Downloaded async-trait v0.1.83 |
1153 | 2024-12-17T07:23:41.227Z | Downloaded http-range v0.1.5 |
1154 | 2024-12-17T07:23:41.229Z | Downloaded http-body v1.0.1 |
1155 | 2024-12-17T07:23:41.229Z | Downloaded highway v1.2.0 |
1156 | 2024-12-17T07:23:41.232Z | Downloaded bitfield-struct v0.6.2 |
1157 | 2024-12-17T07:23:41.232Z | Downloaded ascii-canvas v3.0.0 |
1158 | 2024-12-17T07:23:41.232Z | Downloaded cobs v0.2.3 |
1159 | 2024-12-17T07:23:41.235Z | Downloaded cmake v0.1.51 |
1160 | 2024-12-17T07:23:41.235Z | Downloaded chrono-tz-build v0.4.0 |
1161 | 2024-12-17T07:23:41.235Z | Downloaded blowfish v0.9.1 |
1162 | 2024-12-17T07:23:41.238Z | Downloaded block-padding v0.3.3 |
1163 | 2024-12-17T07:23:41.341Z | Downloaded ring v0.17.8 |
1164 | 2024-12-17T07:23:41.501Z | Downloaded libsqlite3-sys v0.30.1 |
1165 | 2024-12-17T07:23:41.578Z | Downloaded ring v0.16.20 |
1166 | 2024-12-17T07:23:41.755Z | Downloaded aws-lc-sys v0.22.0 |
1167 | 2024-12-17T07:23:42.054Z | Compiling serde v1.0.215 |
1168 | 2024-12-17T07:23:42.057Z | Compiling lock_api v0.4.12 |
1169 | 2024-12-17T07:23:42.057Z | Compiling scopeguard v1.2.0 |
1170 | 2024-12-17T07:23:42.057Z | Compiling value-bag v1.9.0 |
1171 | 2024-12-17T07:23:42.057Z | Compiling typenum v1.17.0 |
1172 | 2024-12-17T07:23:42.057Z | Compiling generic-array v0.14.7 |
1173 | 2024-12-17T07:23:42.234Z | Compiling syn v2.0.90 |
1174 | 2024-12-17T07:23:42.247Z | Compiling getrandom v0.2.15 |
1175 | 2024-12-17T07:23:42.413Z | Compiling subtle v2.6.1 |
1176 | 2024-12-17T07:23:42.547Z | Compiling rand_core v0.6.4 |
1177 | 2024-12-17T07:23:42.674Z | Compiling log v0.4.22 |
1178 | 2024-12-17T07:23:42.772Z | Compiling shlex v1.3.0 |
1179 | 2024-12-17T07:23:42.772Z | Compiling jobserver v0.1.32 |
1180 | 2024-12-17T07:23:42.815Z | Compiling smallvec v1.13.2 |
1181 | 2024-12-17T07:23:43.208Z | Compiling cc v1.1.30 |
1182 | 2024-12-17T07:23:43.327Z | Compiling const-oid v0.9.6 |
1183 | 2024-12-17T07:23:43.348Z | Compiling spin v0.9.8 |
1184 | 2024-12-17T07:23:43.377Z | Compiling pin-project-lite v0.2.14 |
1185 | 2024-12-17T07:23:43.509Z | Compiling rustix v0.38.37 |
1186 | 2024-12-17T07:23:43.583Z | Compiling parking_lot_core v0.9.10 |
1187 | 2024-12-17T07:23:43.736Z | Compiling futures-core v0.3.31 |
1188 | 2024-12-17T07:23:43.755Z | Compiling signal-hook-registry v1.4.2 |
1189 | 2024-12-17T07:23:43.989Z | Compiling mio v1.0.2 |
1190 | 2024-12-17T07:23:44.399Z | Compiling parking_lot v0.12.3 |
1191 | 2024-12-17T07:23:44.592Z | Compiling aho-corasick v1.1.3 |
1192 | 2024-12-17T07:23:44.688Z | Compiling cpufeatures v0.2.14 |
1193 | 2024-12-17T07:23:44.797Z | Compiling regex-syntax v0.8.5 |
1194 | 2024-12-17T07:23:45.160Z | Compiling lazy_static v1.5.0 |
1195 | 2024-12-17T07:23:45.224Z | Compiling futures-sink v0.3.31 |
1196 | 2024-12-17T07:23:45.282Z | Compiling either v1.13.0 |
1197 | 2024-12-17T07:23:45.377Z | Compiling stable_deref_trait v1.2.0 |
1198 | 2024-12-17T07:23:45.398Z | Compiling glob v0.3.1 |
1199 | 2024-12-17T07:23:45.398Z | Compiling socket2 v0.5.7 |
1200 | 2024-12-17T07:23:45.493Z | Compiling slab v0.4.9 |
1201 | 2024-12-17T07:23:45.695Z | Compiling prettyplease v0.2.25 |
1202 | 2024-12-17T07:23:45.950Z | Compiling minimal-lexical v0.2.1 |
1203 | 2024-12-17T07:23:46.346Z | Compiling nom v7.1.3 |
1204 | 2024-12-17T07:23:46.449Z | Compiling libloading v0.8.5 |
1205 | 2024-12-17T07:23:46.452Z | Compiling clang-sys v1.8.1 |
1206 | 2024-12-17T07:23:46.488Z | Compiling bindgen v0.69.5 |
1207 | 2024-12-17T07:23:46.899Z | Compiling home v0.5.9 |
1208 | 2024-12-17T07:23:47.183Z | Compiling serde_json v1.0.133 |
1209 | 2024-12-17T07:23:47.298Z | Compiling itertools v0.10.5 |
1210 | 2024-12-17T07:23:47.513Z | Compiling futures-channel v0.3.31 |
1211 | 2024-12-17T07:23:47.681Z | Compiling foldhash v0.1.3 |
1212 | 2024-12-17T07:23:47.951Z | Compiling lazycell v1.3.0 |
1213 | 2024-12-17T07:23:47.975Z | Compiling futures-task v0.3.31 |
1214 | 2024-12-17T07:23:48.120Z | Compiling allocator-api2 v0.2.18 |
1215 | 2024-12-17T07:23:48.305Z | Compiling pin-utils v0.1.0 |
1216 | 2024-12-17T07:23:48.402Z | Compiling futures-io v0.3.31 |
1217 | 2024-12-17T07:23:48.731Z | Compiling regex-automata v0.4.8 |
1218 | 2024-12-17T07:23:48.917Z | Compiling rustc-hash v1.1.0 |
1219 | 2024-12-17T07:23:49.063Z | Compiling hashbrown v0.15.1 |
1220 | 2024-12-17T07:23:50.115Z | Compiling synstructure v0.13.1 |
1221 | 2024-12-17T07:23:50.235Z | Compiling cexpr v0.6.0 |
1222 | 2024-12-17T07:23:50.391Z | Compiling cmake v0.1.51 |
1223 | 2024-12-17T07:23:51.424Z | Compiling libm v0.2.8 |
1224 | 2024-12-17T07:23:51.606Z | Compiling fs_extra v1.3.0 |
1225 | 2024-12-17T07:23:51.755Z | Compiling pkg-config v0.3.31 |
1226 | 2024-12-17T07:23:51.814Z | Compiling dunce v1.0.5 |
1227 | 2024-12-17T07:23:51.948Z | Compiling tinyvec_macros v0.1.1 |
1228 | 2024-12-17T07:23:52.028Z | Compiling tinyvec v1.8.0 |
1229 | 2024-12-17T07:23:52.049Z | Compiling num-traits v0.2.19 |
1230 | 2024-12-17T07:23:52.548Z | Compiling ring v0.17.8 |
1231 | 2024-12-17T07:23:53.251Z | Compiling paste v1.0.15 |
1232 | 2024-12-17T07:23:53.287Z | Compiling base64ct v1.6.0 |
1233 | 2024-12-17T07:23:53.574Z | Compiling unicode-normalization v0.1.24 |
1234 | 2024-12-17T07:23:53.665Z | Compiling unicode-bidi v0.3.17 |
1235 | 2024-12-17T07:23:53.685Z | Compiling writeable v0.5.5 |
1236 | 2024-12-17T07:23:53.734Z | Compiling litemap v0.7.3 |
1237 | 2024-12-17T07:23:53.888Z | Compiling pem-rfc7468 v0.7.0 |
1238 | 2024-12-17T07:23:54.257Z | Compiling regex v1.11.1 |
1239 | 2024-12-17T07:23:54.672Z | Compiling aws-lc-rs v1.10.0 |
1240 | 2024-12-17T07:23:55.038Z | Compiling flagset v0.4.6 |
1241 | 2024-12-17T07:23:55.102Z | Compiling httparse v1.9.5 |
1242 | 2024-12-17T07:23:55.404Z | Compiling tracing-core v0.1.32 |
1243 | 2024-12-17T07:23:55.925Z | Compiling crossbeam-utils v0.8.20 |
1244 | 2024-12-17T07:23:56.367Z | Compiling icu_locid_transform_data v1.5.0 |
1245 | 2024-12-17T07:23:56.444Z | Compiling percent-encoding v2.3.1 |
1246 | 2024-12-17T07:23:56.467Z | Compiling rustls-pki-types v1.10.0 |
1247 | 2024-12-17T07:23:56.744Z | Compiling icu_properties_data v1.5.0 |
1248 | 2024-12-17T07:23:56.799Z | Compiling powerfmt v0.2.0 |
1249 | 2024-12-17T07:23:57.006Z | Compiling vcpkg v0.2.15 |
1250 | 2024-12-17T07:23:57.084Z | Compiling serde_derive v1.0.215 |
1251 | 2024-12-17T07:23:57.203Z | Compiling zeroize_derive v1.4.2 |
1252 | 2024-12-17T07:23:57.224Z | Compiling zerocopy-derive v0.7.35 |
1253 | 2024-12-17T07:23:57.570Z | Compiling tokio-macros v2.4.0 |
1254 | 2024-12-17T07:23:58.722Z | Compiling zeroize v1.8.1 |
1255 | 2024-12-17T07:23:59.126Z | Compiling zerofrom-derive v0.1.4 |
1256 | 2024-12-17T07:23:59.165Z | Compiling yoke-derive v0.7.4 |
1257 | 2024-12-17T07:23:59.194Z | Compiling thiserror-impl v1.0.69 |
1258 | 2024-12-17T07:23:59.534Z | Compiling zerocopy v0.7.35 |
1259 | 2024-12-17T07:23:59.965Z | Compiling futures-macro v0.3.31 |
1260 | 2024-12-17T07:24:00.445Z | Compiling crypto-common v0.1.6 |
1261 | 2024-12-17T07:24:00.684Z | Compiling block-buffer v0.10.4 |
1262 | 2024-12-17T07:24:00.960Z | Compiling digest v0.10.7 |
1263 | 2024-12-17T07:24:01.190Z | Compiling zerovec-derive v0.10.3 |
1264 | 2024-12-17T07:24:01.436Z | Compiling hmac v0.12.1 |
1265 | 2024-12-17T07:24:01.591Z | Compiling block-padding v0.3.3 |
1266 | 2024-12-17T07:24:01.671Z | Compiling displaydoc v0.2.5 |
1267 | 2024-12-17T07:24:01.847Z | Compiling inout v0.1.3 |
1268 | 2024-12-17T07:24:01.901Z | Compiling futures-util v0.3.31 |
1269 | 2024-12-17T07:24:02.125Z | Compiling cipher v0.4.4 |
1270 | 2024-12-17T07:24:02.267Z | Compiling sha2 v0.10.8 |
1271 | 2024-12-17T07:24:02.620Z | Compiling thiserror v1.0.69 |
1272 | 2024-12-17T07:24:02.654Z | Compiling ppv-lite86 v0.2.20 |
1273 | 2024-12-17T07:24:02.761Z | Compiling icu_provider_macros v1.5.0 |
1274 | 2024-12-17T07:24:03.310Z | Compiling zerofrom v0.1.4 |
1275 | 2024-12-17T07:24:03.352Z | Compiling der_derive v0.7.3 |
1276 | 2024-12-17T07:24:03.548Z | Compiling yoke v0.7.4 |
1277 | 2024-12-17T07:24:03.567Z | Compiling rand_chacha v0.3.1 |
1278 | 2024-12-17T07:24:03.945Z | Compiling tracing-attributes v0.1.27 |
1279 | 2024-12-17T07:24:03.970Z | Compiling pest v2.7.14 |
1280 | 2024-12-17T07:24:04.040Z | Compiling zerovec v0.10.4 |
1281 | 2024-12-17T07:24:05.841Z | Compiling tinystr v0.7.6 |
1282 | 2024-12-17T07:24:05.844Z | Compiling der v0.7.9 |
1283 | 2024-12-17T07:24:05.911Z | Compiling icu_collections v1.5.0 |
1284 | 2024-12-17T07:24:06.214Z | Compiling rand v0.8.5 |
1285 | 2024-12-17T07:24:06.303Z | Compiling icu_locid v1.5.0 |
1286 | 2024-12-17T07:24:06.936Z | Compiling salsa20 v0.10.2 |
1287 | 2024-12-17T07:24:07.177Z | Compiling pbkdf2 v0.12.2 |
1288 | 2024-12-17T07:24:07.352Z | Compiling untrusted v0.9.0 |
1289 | 2024-12-17T07:24:07.386Z | Compiling num-conv v0.1.0 |
1290 | 2024-12-17T07:24:07.529Z | Compiling icu_provider v1.5.0 |
1291 | 2024-12-17T07:24:07.687Z | Compiling untrusted v0.7.1 |
1292 | 2024-12-17T07:24:07.786Z | Compiling tracing v0.1.40 |
1293 | 2024-12-17T07:24:07.860Z | Compiling mirai-annotations v1.12.0 |
1294 | 2024-12-17T07:24:08.120Z | Compiling spki v0.7.3 |
1295 | 2024-12-17T07:24:08.314Z | Compiling time-core v0.1.2 |
1296 | 2024-12-17T07:24:08.366Z | Compiling icu_locid_transform v1.5.0 |
1297 | 2024-12-17T07:24:08.437Z | Compiling time-macros v0.2.18 |
1298 | 2024-12-17T07:24:08.498Z | Compiling scrypt v0.11.0 |
1299 | 2024-12-17T07:24:08.678Z | Compiling pest_meta v2.7.14 |
1300 | 2024-12-17T07:24:08.698Z | Compiling cbc v0.1.2 |
1301 | 2024-12-17T07:24:08.940Z | Compiling aes v0.8.4 |
1302 | 2024-12-17T07:24:09.085Z | Compiling openssl-sys v0.9.103 |
1303 | 2024-12-17T07:24:09.256Z | Compiling scroll_derive v0.12.0 |
1304 | 2024-12-17T07:24:10.208Z | Compiling icu_properties v1.5.1 |
1305 | 2024-12-17T07:24:10.707Z | Compiling deranged v0.3.11 |
1306 | 2024-12-17T07:24:11.571Z | Compiling bitflags v2.6.0 |
1307 | 2024-12-17T07:24:11.709Z | Compiling bytes v1.8.0 |
1308 | 2024-12-17T07:24:12.202Z | Compiling indexmap v2.7.0 |
1309 | 2024-12-17T07:24:12.308Z | Compiling semver v1.0.23 |
1310 | 2024-12-17T07:24:12.663Z | Compiling tokio v1.42.0 |
1311 | 2024-12-17T07:24:13.035Z | Compiling http v1.1.0 |
1312 | 2024-12-17T07:24:13.119Z | Compiling rustc_version v0.4.1 |
1313 | 2024-12-17T07:24:13.711Z | Compiling write16 v1.0.0 |
1314 | 2024-12-17T07:24:13.793Z | Compiling icu_normalizer_data v1.5.0 |
1315 | 2024-12-17T07:24:13.844Z | Compiling atomic-waker v1.1.2 |
1316 | 2024-12-17T07:24:13.891Z | Compiling utf16_iter v1.0.5 |
1317 | 2024-12-17T07:24:13.911Z | Compiling utf8_iter v1.0.4 |
1318 | 2024-12-17T07:24:14.036Z | Compiling num_threads v0.1.7 |
1319 | 2024-12-17T07:24:14.099Z | Compiling icu_normalizer v1.5.0 |
1320 | 2024-12-17T07:24:14.135Z | Compiling time v0.3.36 |
1321 | 2024-12-17T07:24:14.170Z | Compiling scroll v0.12.0 |
1322 | 2024-12-17T07:24:14.716Z | Compiling http-body v1.0.1 |
1323 | 2024-12-17T07:24:15.023Z | Compiling pkcs5 v0.7.1 |
1324 | 2024-12-17T07:24:15.055Z | Compiling pest_generator v2.7.14 |
1325 | 2024-12-17T07:24:15.058Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-12-17T07:24:15.413Z | Compiling slog v2.7.0 |
1327 | 2024-12-17T07:24:15.468Z | Compiling try-lock v0.2.5 |
1328 | 2024-12-17T07:24:15.613Z | Compiling want v0.3.1 |
1329 | 2024-12-17T07:24:15.893Z | Compiling pkcs8 v0.10.2 |
1330 | 2024-12-17T07:24:15.951Z | Compiling which v4.4.2 |
1331 | 2024-12-17T07:24:16.206Z | Compiling goblin v0.8.2 |
1332 | 2024-12-17T07:24:16.225Z | Compiling idna_adapter v1.2.0 |
1333 | 2024-12-17T07:24:16.547Z | Compiling httpdate v1.0.3 |
1334 | 2024-12-17T07:24:16.631Z | Compiling idna v1.0.3 |
1335 | 2024-12-17T07:24:17.077Z | Compiling pest_derive v2.7.14 |
1336 | 2024-12-17T07:24:17.402Z | Compiling serde_tokenstream v0.2.2 |
1337 | 2024-12-17T07:24:17.847Z | Compiling dtrace-parser v0.2.0 |
1338 | 2024-12-17T07:24:17.868Z | Compiling serde_spanned v0.6.8 |
1339 | 2024-12-17T07:24:18.006Z | Compiling toml_datetime v0.6.8 |
1340 | 2024-12-17T07:24:18.144Z | Compiling uuid v1.11.0 |
1341 | 2024-12-17T07:24:18.535Z | Compiling tower-service v0.3.3 |
1342 | 2024-12-17T07:24:18.535Z | Compiling match_cfg v0.1.0 |
1343 | 2024-12-17T07:24:18.656Z | Compiling foreign-types-shared v0.1.1 |
1344 | 2024-12-17T07:24:18.677Z | Compiling iana-time-zone v0.1.61 |
1345 | 2024-12-17T07:24:18.766Z | Compiling base64 v0.22.1 |
1346 | 2024-12-17T07:24:19.125Z | Compiling adler2 v2.0.0 |
1347 | 2024-12-17T07:24:19.336Z | Compiling openssl v0.10.66 |
1348 | 2024-12-17T07:24:19.496Z | Compiling rustversion v1.0.17 |
1349 | 2024-12-17T07:24:19.517Z | Compiling miniz_oxide v0.8.0 |
1350 | 2024-12-17T07:24:19.565Z | Compiling chrono v0.4.38 |
1351 | 2024-12-17T07:24:19.764Z | Compiling foreign-types v0.3.2 |
1352 | 2024-12-17T07:24:19.864Z | Compiling hostname v0.3.1 |
1353 | 2024-12-17T07:24:20.032Z | Compiling url v2.5.3 |
1354 | 2024-12-17T07:24:20.295Z | Compiling openssl-macros v0.1.1 |
1355 | 2024-12-17T07:24:21.053Z | Compiling tokio-util v0.7.12 |
1356 | 2024-12-17T07:24:21.076Z | Compiling async-trait v0.1.83 |
1357 | 2024-12-17T07:24:21.478Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2024-12-17T07:24:22.024Z | Compiling h2 v0.4.6 |
1359 | 2024-12-17T07:24:22.147Z | Compiling dof v0.3.0 |
1360 | 2024-12-17T07:24:22.480Z | Compiling rustls v0.22.4 |
1361 | 2024-12-17T07:24:22.725Z | Compiling syn v1.0.109 |
1362 | 2024-12-17T07:24:23.215Z | Compiling usdt-impl v0.5.0 |
1363 | 2024-12-17T07:24:23.397Z | Compiling native-tls v0.2.12 |
1364 | 2024-12-17T07:24:23.703Z | Compiling data-encoding v2.6.0 |
1365 | 2024-12-17T07:24:23.826Z | Compiling siphasher v0.3.11 |
1366 | 2024-12-17T07:24:24.218Z | Compiling rustls v0.23.19 |
1367 | 2024-12-17T07:24:24.481Z | Compiling dirs-next v2.0.0 |
1368 | 2024-12-17T07:24:24.809Z | Compiling http-body-util v0.1.2 |
1369 | 2024-12-17T07:24:25.342Z | Compiling heapless v0.7.17 |
1370 | 2024-12-17T07:24:25.770Z | Compiling crossbeam-epoch v0.9.18 |
1371 | 2024-12-17T07:24:26.078Z | Compiling sha1 v0.10.6 |
1372 | 2024-12-17T07:24:26.175Z | Compiling signature v2.2.0 |
1373 | 2024-12-17T07:24:26.472Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1374 | 2024-12-17T07:24:26.516Z | Compiling serde_derive_internals v0.29.1 |
1375 | 2024-12-17T07:24:26.538Z | Compiling thread_local v1.1.8 |
1376 | 2024-12-17T07:24:26.634Z | Compiling cookie v0.18.1 |
1377 | 2024-12-17T07:24:26.898Z | Compiling multer v3.1.0 |
1378 | 2024-12-17T07:24:26.932Z | Compiling encoding_rs v0.8.34 |
1379 | 2024-12-17T07:24:27.110Z | Compiling mime v0.3.17 |
1380 | 2024-12-17T07:24:27.173Z | Compiling openssl-probe v0.1.5 |
1381 | 2024-12-17T07:24:27.579Z | Compiling unicode-properties v0.1.3 |
1382 | 2024-12-17T07:24:27.713Z | Compiling schemars v0.8.21 |
1383 | 2024-12-17T07:24:27.952Z | Compiling gimli v0.31.1 |
1384 | 2024-12-17T07:24:28.074Z | Compiling ipnet v2.10.1 |
1385 | 2024-12-17T07:24:28.253Z | Compiling rayon-core v1.12.1 |
1386 | 2024-12-17T07:24:28.530Z | Compiling slog-async v2.8.0 |
1387 | 2024-12-17T07:24:29.045Z | Compiling hyper v1.5.1 |
1388 | 2024-12-17T07:24:29.272Z | Compiling signal-hook v0.3.17 |
1389 | 2024-12-17T07:24:29.318Z | Compiling schemars_derive v0.8.21 |
1390 | 2024-12-17T07:24:29.622Z | Compiling toml_edit v0.22.22 |
1391 | 2024-12-17T07:24:32.075Z | Compiling hyper-util v0.1.10 |
1392 | 2024-12-17T07:24:32.654Z | Compiling addr2line v0.24.2 |
1393 | 2024-12-17T07:24:32.834Z | Compiling stringprep v0.1.5 |
1394 | 2024-12-17T07:24:33.319Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2024-12-17T07:24:33.363Z | Compiling usdt-macro v0.5.0 |
1396 | 2024-12-17T07:24:33.403Z | Compiling crossbeam-deque v0.8.5 |
1397 | 2024-12-17T07:24:33.807Z | Compiling term v0.7.0 |
1398 | 2024-12-17T07:24:34.791Z | Compiling slog-json v2.6.1 |
1399 | 2024-12-17T07:24:34.851Z | Compiling serde_urlencoded v0.7.1 |
1400 | 2024-12-17T07:24:34.872Z | Compiling curve25519-dalek v4.1.3 |
1401 | 2024-12-17T07:24:35.112Z | Compiling crossbeam-channel v0.5.13 |
1402 | 2024-12-17T07:24:35.157Z | Compiling enum-as-inner v0.6.1 |
1403 | 2024-12-17T07:24:35.276Z | Compiling futures-executor v0.3.31 |
1404 | 2024-12-17T07:24:35.377Z | Compiling md-5 v0.10.6 |
1405 | 2024-12-17T07:24:35.455Z | Compiling async-stream-impl v0.3.6 |
1406 | 2024-12-17T07:24:35.642Z | Compiling rustls-pemfile v2.2.0 |
1407 | 2024-12-17T07:24:35.843Z | Compiling num-integer v0.1.46 |
1408 | 2024-12-17T07:24:35.982Z | Compiling idna v0.3.0 |
1409 | 2024-12-17T07:24:36.221Z | Compiling idna v0.4.0 |
1410 | 2024-12-17T07:24:36.224Z | Compiling hash32 v0.2.1 |
1411 | 2024-12-17T07:24:36.594Z | Compiling ff v0.13.0 |
1412 | 2024-12-17T07:24:36.619Z | Compiling is-terminal v0.4.13 |
1413 | 2024-12-17T07:24:36.755Z | Compiling object v0.36.5 |
1414 | 2024-12-17T07:24:36.812Z | Compiling dropshot v0.12.0 |
1415 | 2024-12-17T07:24:36.830Z | Compiling anyhow v1.0.93 |
1416 | 2024-12-17T07:24:37.083Z | Compiling base16ct v0.2.0 |
1417 | 2024-12-17T07:24:37.429Z | Compiling dyn-clone v1.0.17 |
1418 | 2024-12-17T07:24:37.449Z | Compiling smoltcp v0.9.1 |
1419 | 2024-12-17T07:24:37.610Z | Compiling quick-error v1.2.3 |
1420 | 2024-12-17T07:24:37.644Z | Compiling rustc-demangle v0.1.24 |
1421 | 2024-12-17T07:24:37.761Z | Compiling take_mut v0.2.2 |
1422 | 2024-12-17T07:24:37.914Z | Compiling fallible-iterator v0.2.0 |
1423 | 2024-12-17T07:24:37.985Z | Compiling psl-types v2.0.11 |
1424 | 2024-12-17T07:24:38.027Z | Compiling utf-8 v0.7.6 |
1425 | 2024-12-17T07:24:38.166Z | Compiling num-bigint-dig v0.8.4 |
1426 | 2024-12-17T07:24:38.189Z | Compiling portable-atomic v1.9.0 |
1427 | 2024-12-17T07:24:38.378Z | Compiling linked-hash-map v0.5.6 |
1428 | 2024-12-17T07:24:38.487Z | Compiling tungstenite v0.24.0 |
1429 | 2024-12-17T07:24:38.673Z | Compiling postgres-protocol v0.6.7 |
1430 | 2024-12-17T07:24:38.717Z | Compiling lru-cache v0.1.2 |
1431 | 2024-12-17T07:24:38.772Z | Compiling publicsuffix v2.2.3 |
1432 | 2024-12-17T07:24:39.060Z | Compiling resolv-conf v0.7.0 |
1433 | 2024-12-17T07:24:40.013Z | Compiling sec1 v0.7.3 |
1434 | 2024-12-17T07:24:40.128Z | Compiling hickory-proto v0.24.1 |
1435 | 2024-12-17T07:24:40.239Z | Compiling async-stream v0.3.6 |
1436 | 2024-12-17T07:24:40.533Z | Compiling group v0.13.0 |
1437 | 2024-12-17T07:24:40.571Z | Compiling slog-term v2.9.1 |
1438 | 2024-12-17T07:24:40.839Z | Compiling usdt v0.5.0 |
1439 | 2024-12-17T07:24:41.347Z | Compiling num-iter v0.1.45 |
1440 | 2024-12-17T07:24:41.540Z | Compiling futures v0.3.31 |
1441 | 2024-12-17T07:24:41.789Z | Compiling slog-bunyan v2.5.0 |
1442 | 2024-12-17T07:24:43.173Z | Compiling toml v0.8.19 |
1443 | 2024-12-17T07:24:43.195Z | Compiling camino v1.1.9 |
1444 | 2024-12-17T07:24:43.220Z | Compiling tokio-native-tls v0.3.1 |
1445 | 2024-12-17T07:24:43.770Z | Compiling phf_shared v0.11.2 |
1446 | 2024-12-17T07:24:44.158Z | Compiling backtrace v0.3.74 |
1447 | 2024-12-17T07:24:44.178Z | Compiling dropshot_endpoint v0.12.0 |
1448 | 2024-12-17T07:24:44.472Z | Compiling terminal_size v0.4.0 |
1449 | 2024-12-17T07:24:44.693Z | Compiling waitgroup v0.1.2 |
1450 | 2024-12-17T07:24:44.877Z | Compiling openapiv3 v2.0.0 |
1451 | 2024-12-17T07:24:44.925Z | Compiling serde_path_to_error v0.1.16 |
1452 | 2024-12-17T07:24:44.955Z | Compiling hkdf v0.12.4 |
1453 | 2024-12-17T07:24:45.212Z | Compiling crypto-bigint v0.5.5 |
1454 | 2024-12-17T07:24:45.777Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2024-12-17T07:24:47.890Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2024-12-17T07:24:48.098Z | Compiling webpki-roots v0.26.6 |
1457 | 2024-12-17T07:24:48.251Z | Compiling hubpack_derive v0.1.1 |
1458 | 2024-12-17T07:24:48.328Z | Compiling idna v0.5.0 |
1459 | 2024-12-17T07:24:48.843Z | Compiling hostname v0.4.0 |
1460 | 2024-12-17T07:24:49.099Z | Compiling ahash v0.8.11 |
1461 | 2024-12-17T07:24:49.179Z | Compiling crc32fast v1.4.2 |
1462 | 2024-12-17T07:24:49.346Z | Compiling fs-err v2.11.0 |
1463 | 2024-12-17T07:24:49.422Z | Compiling managed v0.8.0 |
1464 | 2024-12-17T07:24:49.453Z | Compiling debug-ignore v1.0.5 |
1465 | 2024-12-17T07:24:49.492Z | Compiling winnow v0.5.40 |
1466 | 2024-12-17T07:24:49.602Z | Compiling bitflags v1.3.2 |
1467 | 2024-12-17T07:24:49.712Z | Compiling clap_builder v4.5.21 |
1468 | 2024-12-17T07:24:49.773Z | Compiling console v0.15.8 |
1469 | 2024-12-17T07:24:50.417Z | Compiling strum_macros v0.25.3 |
1470 | 2024-12-17T07:24:51.455Z | Compiling flate2 v1.0.34 |
1471 | 2024-12-17T07:24:51.482Z | Compiling hubpack v0.1.2 |
1472 | 2024-12-17T07:24:51.935Z | Compiling cookie_store v0.21.0 |
1473 | 2024-12-17T07:24:51.988Z | Compiling elliptic-curve v0.13.8 |
1474 | 2024-12-17T07:24:52.427Z | Compiling zerocopy v0.6.6 |
1475 | 2024-12-17T07:24:52.859Z | Compiling hickory-resolver v0.24.1 |
1476 | 2024-12-17T07:24:53.358Z | Compiling toml_edit v0.19.15 |
1477 | 2024-12-17T07:24:53.541Z | Compiling phf v0.11.2 |
1478 | 2024-12-17T07:24:53.878Z | Compiling signal-hook-mio v0.2.4 |
1479 | 2024-12-17T07:24:54.043Z | Compiling hyper-tls v0.6.0 |
1480 | 2024-12-17T07:24:54.281Z | Compiling rayon v1.10.0 |
1481 | 2024-12-17T07:24:54.428Z | Compiling bzip2 v0.4.4 |
1482 | 2024-12-17T07:24:54.826Z | Compiling tokio-tungstenite v0.24.0 |
1483 | 2024-12-17T07:24:55.359Z | Compiling postgres-types v0.2.8 |
1484 | 2024-12-17T07:24:57.945Z | Compiling ed25519 v2.2.3 |
1485 | 2024-12-17T07:24:58.269Z | Compiling phf_shared v0.10.0 |
1486 | 2024-12-17T07:24:58.689Z | Compiling tokio-stream v0.1.16 |
1487 | 2024-12-17T07:24:59.062Z | Compiling pkcs1 v0.7.5 |
1488 | 2024-12-17T07:24:59.374Z | Compiling serde-big-array v0.5.1 |
1489 | 2024-12-17T07:24:59.609Z | Compiling clap_derive v4.5.18 |
1490 | 2024-12-17T07:24:59.714Z | Compiling rfc6979 v0.4.0 |
1491 | 2024-12-17T07:24:59.767Z | Compiling serde_repr v0.1.19 |
1492 | 2024-12-17T07:24:59.854Z | Compiling derive-where v1.2.7 |
1493 | 2024-12-17T07:24:59.908Z | Compiling float-cmp v0.9.0 |
1494 | 2024-12-17T07:25:00.089Z | Compiling bstr v1.10.0 |
1495 | 2024-12-17T07:25:00.126Z | Compiling sync_wrapper v1.0.1 |
1496 | 2024-12-17T07:25:00.280Z | Compiling number_prefix v0.4.0 |
1497 | 2024-12-17T07:25:00.523Z | Compiling precomputed-hash v0.1.1 |
1498 | 2024-12-17T07:25:00.643Z | Compiling whoami v1.5.2 |
1499 | 2024-12-17T07:25:00.971Z | Compiling fixedbitset v0.4.2 |
1500 | 2024-12-17T07:25:01.290Z | Compiling new_debug_unreachable v1.0.6 |
1501 | 2024-12-17T07:25:01.403Z | Compiling static_assertions v1.1.0 |
1502 | 2024-12-17T07:25:01.423Z | Compiling difflib v0.4.0 |
1503 | 2024-12-17T07:25:01.469Z | Compiling unicode-width v0.2.0 |
1504 | 2024-12-17T07:25:01.509Z | Compiling predicates-core v1.0.8 |
1505 | 2024-12-17T07:25:01.859Z | Compiling unicode-segmentation v1.12.0 |
1506 | 2024-12-17T07:25:01.886Z | Compiling bit-vec v0.6.3 |
1507 | 2024-12-17T07:25:01.997Z | Compiling normalize-line-endings v0.3.0 |
1508 | 2024-12-17T07:25:02.127Z | Compiling predicates v3.1.2 |
1509 | 2024-12-17T07:25:02.348Z | Compiling bit-set v0.5.3 |
1510 | 2024-12-17T07:25:02.634Z | Compiling similar v2.6.0 |
1511 | 2024-12-17T07:25:02.741Z | Compiling indicatif v0.17.9 |
1512 | 2024-12-17T07:25:03.066Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1513 | 2024-12-17T07:25:03.452Z | Compiling string_cache v0.8.7 |
1514 | 2024-12-17T07:25:03.931Z | Compiling petgraph v0.6.5 |
1515 | 2024-12-17T07:25:03.952Z | Compiling tokio-postgres v0.7.12 |
1516 | 2024-12-17T07:25:04.704Z | Compiling clap v4.5.21 |
1517 | 2024-12-17T07:25:04.838Z | Compiling ecdsa v0.16.9 |
1518 | 2024-12-17T07:25:05.054Z | Compiling rsa v0.9.6 |
1519 | 2024-12-17T07:25:05.075Z | Compiling ed25519-dalek v2.1.1 |
1520 | 2024-12-17T07:25:05.706Z | Compiling toml v0.7.8 |
1521 | 2024-12-17T07:25:06.366Z | Compiling zip v0.6.6 |
1522 | 2024-12-17T07:25:07.424Z | Compiling crossterm v0.28.1 |
1523 | 2024-12-17T07:25:08.509Z | Compiling hex v0.4.3 |
1524 | 2024-12-17T07:25:08.943Z | Compiling x509-cert v0.2.5 |
1525 | 2024-12-17T07:25:09.140Z | Compiling lalrpop-util v0.19.12 |
1526 | 2024-12-17T07:25:09.191Z | Compiling unicode-xid v0.2.6 |
1527 | 2024-12-17T07:25:09.374Z | Compiling peg-runtime v0.8.3 |
1528 | 2024-12-17T07:25:09.502Z | Compiling strum_macros v0.26.4 |
1529 | 2024-12-17T07:25:09.660Z | Compiling xattr v1.3.1 |
1530 | 2024-12-17T07:25:09.929Z | Compiling filetime v0.2.25 |
1531 | 2024-12-17T07:25:10.243Z | Compiling tar v0.4.42 |
1532 | 2024-12-17T07:25:14.705Z | Compiling strum v0.26.3 |
1533 | 2024-12-17T07:25:17.591Z | Compiling aws-lc-sys v0.22.0 |
1534 | 2024-12-17T07:25:45.443Z | Compiling rustls-webpki v0.102.8 |
1535 | 2024-12-17T07:25:48.814Z | Compiling tokio-rustls v0.25.0 |
1536 | 2024-12-17T07:25:50.723Z | Compiling tokio-rustls v0.26.0 |
1537 | 2024-12-17T07:25:51.077Z | Compiling hyper-rustls v0.27.3 |
1538 | 2024-12-17T07:25:51.333Z | Compiling reqwest v0.12.9 |
1539 | 2024-12-17T07:25:52.179Z | Compiling qorb v0.2.1 |
1540 | 2024-12-17T07:25:57.335Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1541 | 2024-12-17T07:25:57.568Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1542 | 2024-12-17T07:26:03.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
1543 | 2024-12-17T07:26:03.506Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1544 | 2024-12-17T07:26:03.558Z | Dec 17 07:26:02.904 INFO Starting download, target: Cockroach |
1545 | 2024-12-17T07:26:03.572Z | Dec 17 07:26:02.904 INFO Starting download, target: Console |
1546 | 2024-12-17T07:26:03.573Z | Dec 17 07:26:02.905 INFO Starting download, target: Clickhouse |
1547 | 2024-12-17T07:26:03.573Z | Dec 17 07:26:02.905 INFO Starting download, target: DendriteOpenapi |
1548 | 2024-12-17T07:26:03.573Z | Dec 17 07:26:02.905 INFO Starting download, target: DendriteStub |
1549 | 2024-12-17T07:26:03.573Z | Dec 17 07:26:02.905 INFO Starting download, target: MaghemiteMgd |
1550 | 2024-12-17T07:26:03.573Z | Dec 17 07:26:02.905 INFO Starting download, target: TransceiverControl |
1551 | 2024-12-17T07:26:03.573Z | Dec 17 07:26:02.905 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1552 | 2024-12-17T07:26:03.573Z | Dec 17 07:26:02.905 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1553 | 2024-12-17T07:26:03.573Z | Dec 17 07:26:02.905 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1554 | 2024-12-17T07:26:03.573Z | Dec 17 07:26:02.905 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1555 | 2024-12-17T07:26:03.573Z | Dec 17 07:26:02.905 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1556 | 2024-12-17T07:26:03.573Z | Dec 17 07:26:02.905 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1557 | 2024-12-17T07:26:03.574Z | Dec 17 07:26:02.905 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1558 | 2024-12-17T07:26:03.877Z | Dec 17 07:26:03.214 INFO Download complete, target: DendriteOpenapi |
1559 | 2024-12-17T07:26:04.058Z | Dec 17 07:26:03.369 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1560 | 2024-12-17T07:26:04.203Z | Dec 17 07:26:03.536 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1561 | 2024-12-17T07:26:04.294Z | Dec 17 07:26:03.650 INFO Download complete, target: Console |
1562 | 2024-12-17T07:26:04.810Z | Dec 17 07:26:04.155 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1563 | 2024-12-17T07:26:04.833Z | Dec 17 07:26:04.160 INFO Download complete, target: TransceiverControl |
1564 | 2024-12-17T07:26:04.991Z | Dec 17 07:26:04.346 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1565 | 2024-12-17T07:26:05.678Z | Dec 17 07:26:05.037 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1566 | 2024-12-17T07:26:05.715Z | Dec 17 07:26:05.073 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1567 | 2024-12-17T07:26:05.715Z | Dec 17 07:26:05.073 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1568 | 2024-12-17T07:26:07.600Z | Dec 17 07:26:06.959 INFO Download complete, target: DendriteStub |
1569 | 2024-12-17T07:26:07.816Z | Dec 17 07:26:07.175 INFO Download complete, target: MaghemiteMgd |
1570 | 2024-12-17T07:26:13.007Z | Dec 17 07:26:12.365 INFO Checking that binary works, target: Cockroach |
1571 | 2024-12-17T07:26:13.169Z | Dec 17 07:26:12.527 INFO Download complete, target: Cockroach |
1572 | 2024-12-17T07:26:17.964Z | Dec 17 07:26:17.322 INFO Checking that binary works, target: Clickhouse |
1573 | 2024-12-17T07:26:18.085Z | Dec 17 07:26:17.442 INFO Download complete, target: Clickhouse |
1574 | 2024-12-17T07:26:18.105Z | All builder prerequisites installed successfully, and PATH looks valid |
1575 | 2024-12-17T07:26:18.108Z | |
1576 | 2024-12-17T07:26:18.108Z | real 5:06.884885761 |
1577 | 2024-12-17T07:26:18.108Z | user 16:24.746388966 |
1578 | 2024-12-17T07:26:18.108Z | sys 3:12.616994522 |
1579 | 2024-12-17T07:26:18.108Z | trap 0.543174099 |
1580 | 2024-12-17T07:26:18.108Z | tflt 1.613637936 |
1581 | 2024-12-17T07:26:18.108Z | dflt 2.429788024 |
1582 | 2024-12-17T07:26:18.108Z | kflt 0.026948721 |
1583 | 2024-12-17T07:26:18.108Z | lock 28:59.680965810 |
1584 | 2024-12-17T07:26:18.108Z | slp 1:01:23.262790674 |
1585 | 2024-12-17T07:26:18.108Z | lat 57.070362623 |
1586 | 2024-12-17T07:26:18.108Z | stop 2:19.942460645 |
1587 | 2024-12-17T07:26:18.108Z | + banner hack-check |
1588 | 2024-12-17T07:26:18.111Z | |
1589 | 2024-12-17T07:26:18.111Z | # # ## #### # # #### # # ###### #### # # |
1590 | 2024-12-17T07:26:18.111Z | # # # # # # # # # # # # # # # # # |
1591 | 2024-12-17T07:26:18.111Z | ###### # # # #### ##### # ###### ##### # #### |
1592 | 2024-12-17T07:26:18.111Z | # # ###### # # # # # # # # # # |
1593 | 2024-12-17T07:26:18.111Z | # # # # # # # # # # # # # # # # # |
1594 | 2024-12-17T07:26:18.111Z | # # # # #### # # #### # # ###### #### # # |
1595 | 2024-12-17T07:26:18.112Z | |
1596 | 2024-12-17T07:26:18.112Z | + export CARGO_INCREMENTAL=0 |
1597 | 2024-12-17T07:26:18.112Z | + CARGO_INCREMENTAL=0 |
1598 | 2024-12-17T07:26:18.112Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1599 | 2024-12-17T07:26:18.641Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1600 | 2024-12-17T07:26:22.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
1601 | 2024-12-17T07:26:22.221Z | Running `target/debug/xtask check-features --ci` |
1602 | 2024-12-17T07:26:22.242Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1603 | 2024-12-17T07:26:22.244Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1604 | 2024-12-17T07:26:22.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1605 | 2024-12-17T07:26:22.714Z | Running `target/debug/xtask download cargo-hack` |
1606 | 2024-12-17T07:26:23.532Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1607 | 2024-12-17T07:26:23.888Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1608 | 2024-12-17T07:26:28.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s |
1609 | 2024-12-17T07:26:29.024Z | Running `target/debug/xtask-downloader cargo-hack` |
1610 | 2024-12-17T07:26:29.058Z | Dec 17 07:26:28.415 INFO Starting download, target: CargoHack |
1611 | 2024-12-17T07:26:29.061Z | Dec 17 07:26:28.416 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1612 | 2024-12-17T07:26:29.714Z | Dec 17 07:26:29.071 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1613 | 2024-12-17T07:26:29.804Z | Dec 17 07:26:29.161 INFO Download complete, target: CargoHack |
1614 | 2024-12-17T07:26:29.809Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1615 | 2024-12-17T07:26:29.826Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1616 | 2024-12-17T07:26:29.995Z | info: running `cargo check --bins` on api_identity (1/174) |
1617 | 2024-12-17T07:26:30.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1618 | 2024-12-17T07:26:30.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1619 | 2024-12-17T07:26:30.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1620 | 2024-12-17T07:26:30.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1621 | 2024-12-17T07:26:30.591Z | |
1622 | 2024-12-17T07:26:30.591Z | info: running `cargo check --bins` on bootstore (2/174) |
1623 | 2024-12-17T07:26:31.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1624 | 2024-12-17T07:26:31.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1625 | 2024-12-17T07:26:31.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1626 | 2024-12-17T07:26:31.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1627 | 2024-12-17T07:26:31.244Z | |
1628 | 2024-12-17T07:26:31.244Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/174) |
1629 | 2024-12-17T07:26:31.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1630 | 2024-12-17T07:26:31.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1631 | 2024-12-17T07:26:31.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1632 | 2024-12-17T07:26:31.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1633 | 2024-12-17T07:26:32.273Z | |
1634 | 2024-12-17T07:26:32.273Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/174) |
1635 | 2024-12-17T07:26:32.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1636 | 2024-12-17T07:26:32.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1637 | 2024-12-17T07:26:32.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1638 | 2024-12-17T07:26:32.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1639 | 2024-12-17T07:26:32.489Z | |
1640 | 2024-12-17T07:26:32.489Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/174) |
1641 | 2024-12-17T07:26:32.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1642 | 2024-12-17T07:26:32.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1643 | 2024-12-17T07:26:32.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1644 | 2024-12-17T07:26:32.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1645 | 2024-12-17T07:26:32.935Z | |
1646 | 2024-12-17T07:26:32.935Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/174) |
1647 | 2024-12-17T07:26:33.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2024-12-17T07:26:33.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2024-12-17T07:26:33.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2024-12-17T07:26:33.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1651 | 2024-12-17T07:26:33.358Z | |
1652 | 2024-12-17T07:26:33.358Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/174) |
1653 | 2024-12-17T07:26:33.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2024-12-17T07:26:33.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2024-12-17T07:26:33.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2024-12-17T07:26:33.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1657 | 2024-12-17T07:26:33.776Z | |
1658 | 2024-12-17T07:26:33.776Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/174) |
1659 | 2024-12-17T07:26:34.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2024-12-17T07:26:34.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2024-12-17T07:26:34.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2024-12-17T07:26:34.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1663 | 2024-12-17T07:26:34.195Z | |
1664 | 2024-12-17T07:26:34.195Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/174) |
1665 | 2024-12-17T07:26:34.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2024-12-17T07:26:34.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2024-12-17T07:26:34.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2024-12-17T07:26:34.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1669 | 2024-12-17T07:26:34.610Z | |
1670 | 2024-12-17T07:26:34.610Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/174) |
1671 | 2024-12-17T07:26:34.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2024-12-17T07:26:34.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2024-12-17T07:26:34.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2024-12-17T07:26:34.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1675 | 2024-12-17T07:26:35.023Z | |
1676 | 2024-12-17T07:26:35.023Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/174) |
1677 | 2024-12-17T07:26:35.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2024-12-17T07:26:35.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2024-12-17T07:26:35.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2024-12-17T07:26:35.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1681 | 2024-12-17T07:26:35.437Z | |
1682 | 2024-12-17T07:26:35.437Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/174) |
1683 | 2024-12-17T07:26:35.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2024-12-17T07:26:35.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2024-12-17T07:26:35.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2024-12-17T07:26:35.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1687 | 2024-12-17T07:26:35.859Z | |
1688 | 2024-12-17T07:26:35.859Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/174) |
1689 | 2024-12-17T07:26:36.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2024-12-17T07:26:36.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2024-12-17T07:26:36.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2024-12-17T07:26:36.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1693 | 2024-12-17T07:26:36.281Z | |
1694 | 2024-12-17T07:26:36.281Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/174) |
1695 | 2024-12-17T07:26:36.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2024-12-17T07:26:36.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2024-12-17T07:26:36.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2024-12-17T07:26:36.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1699 | 2024-12-17T07:26:36.696Z | |
1700 | 2024-12-17T07:26:36.696Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/174) |
1701 | 2024-12-17T07:26:37.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2024-12-17T07:26:37.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2024-12-17T07:26:37.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2024-12-17T07:26:37.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1705 | 2024-12-17T07:26:37.116Z | |
1706 | 2024-12-17T07:26:37.116Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/174) |
1707 | 2024-12-17T07:26:37.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2024-12-17T07:26:37.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2024-12-17T07:26:37.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2024-12-17T07:26:37.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1711 | 2024-12-17T07:26:37.535Z | |
1712 | 2024-12-17T07:26:37.535Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/174) |
1713 | 2024-12-17T07:26:37.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2024-12-17T07:26:37.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2024-12-17T07:26:37.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2024-12-17T07:26:37.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1717 | 2024-12-17T07:26:37.956Z | |
1718 | 2024-12-17T07:26:37.956Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/174) |
1719 | 2024-12-17T07:26:38.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2024-12-17T07:26:38.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2024-12-17T07:26:38.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2024-12-17T07:26:38.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1723 | 2024-12-17T07:26:38.382Z | |
1724 | 2024-12-17T07:26:38.382Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/174) |
1725 | 2024-12-17T07:26:38.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2024-12-17T07:26:38.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2024-12-17T07:26:38.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2024-12-17T07:26:38.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1729 | 2024-12-17T07:26:38.800Z | |
1730 | 2024-12-17T07:26:38.800Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/174) |
1731 | 2024-12-17T07:26:39.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2024-12-17T07:26:39.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2024-12-17T07:26:39.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2024-12-17T07:26:39.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1735 | 2024-12-17T07:26:39.214Z | |
1736 | 2024-12-17T07:26:39.214Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/174) |
1737 | 2024-12-17T07:26:39.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2024-12-17T07:26:39.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2024-12-17T07:26:39.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2024-12-17T07:26:39.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1741 | 2024-12-17T07:26:39.632Z | |
1742 | 2024-12-17T07:26:39.632Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/174) |
1743 | 2024-12-17T07:26:40.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2024-12-17T07:26:40.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2024-12-17T07:26:40.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2024-12-17T07:26:40.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1747 | 2024-12-17T07:26:40.057Z | |
1748 | 2024-12-17T07:26:40.057Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/174) |
1749 | 2024-12-17T07:26:40.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2024-12-17T07:26:40.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2024-12-17T07:26:40.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2024-12-17T07:26:40.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1753 | 2024-12-17T07:26:40.476Z | |
1754 | 2024-12-17T07:26:40.476Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/174) |
1755 | 2024-12-17T07:26:40.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2024-12-17T07:26:40.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2024-12-17T07:26:40.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2024-12-17T07:26:40.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1759 | 2024-12-17T07:26:40.892Z | |
1760 | 2024-12-17T07:26:40.892Z | info: running `cargo check --bins` on sled-hardware-types (25/174) |
1761 | 2024-12-17T07:26:41.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2024-12-17T07:26:41.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2024-12-17T07:26:41.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2024-12-17T07:26:41.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1765 | 2024-12-17T07:26:41.526Z | |
1766 | 2024-12-17T07:26:41.526Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/174) |
1767 | 2024-12-17T07:26:42.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2024-12-17T07:26:42.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2024-12-17T07:26:42.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2024-12-17T07:26:42.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1771 | 2024-12-17T07:26:42.159Z | |
1772 | 2024-12-17T07:26:42.159Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/174) |
1773 | 2024-12-17T07:26:42.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2024-12-17T07:26:42.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2024-12-17T07:26:42.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2024-12-17T07:26:42.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1777 | 2024-12-17T07:26:42.787Z | |
1778 | 2024-12-17T07:26:42.787Z | info: running `cargo check --bins` on oxlog (28/174) |
1779 | 2024-12-17T07:26:43.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2024-12-17T07:26:43.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2024-12-17T07:26:43.396Z | Checking cfg-if v1.0.0 |
1782 | 2024-12-17T07:26:43.399Z | Checking libc v0.2.162 |
1783 | 2024-12-17T07:26:43.504Z | Checking serde v1.0.215 |
1784 | 2024-12-17T07:26:43.507Z | Checking zeroize v1.8.1 |
1785 | 2024-12-17T07:26:43.518Z | Checking memchr v2.7.4 |
1786 | 2024-12-17T07:26:43.521Z | Checking typenum v1.17.0 |
1787 | 2024-12-17T07:26:43.539Z | Checking scopeguard v1.2.0 |
1788 | 2024-12-17T07:26:43.541Z | Checking subtle v2.6.1 |
1789 | 2024-12-17T07:26:43.565Z | Checking value-bag v1.9.0 |
1790 | 2024-12-17T07:26:43.676Z | Checking lock_api v0.4.12 |
1791 | 2024-12-17T07:26:43.804Z | Checking smallvec v1.13.2 |
1792 | 2024-12-17T07:26:43.972Z | Checking log v0.4.22 |
1793 | 2024-12-17T07:26:44.061Z | Checking const-oid v0.9.6 |
1794 | 2024-12-17T07:26:44.139Z | Checking itoa v1.0.11 |
1795 | 2024-12-17T07:26:44.306Z | Checking pin-project-lite v0.2.14 |
1796 | 2024-12-17T07:26:44.331Z | Checking byteorder v1.5.0 |
1797 | 2024-12-17T07:26:44.418Z | Checking futures-core v0.3.31 |
1798 | 2024-12-17T07:26:44.456Z | Checking once_cell v1.20.2 |
1799 | 2024-12-17T07:26:44.502Z | Checking getrandom v0.2.15 |
1800 | 2024-12-17T07:26:44.567Z | Checking parking_lot_core v0.9.10 |
1801 | 2024-12-17T07:26:44.714Z | Checking signal-hook-registry v1.4.2 |
1802 | 2024-12-17T07:26:44.716Z | Checking rand_core v0.6.4 |
1803 | 2024-12-17T07:26:44.739Z | Checking mio v1.0.2 |
1804 | 2024-12-17T07:26:44.790Z | Checking cpufeatures v0.2.14 |
1805 | 2024-12-17T07:26:44.873Z | Checking parking_lot v0.12.3 |
1806 | 2024-12-17T07:26:44.886Z | Checking futures-sink v0.3.31 |
1807 | 2024-12-17T07:26:44.927Z | Checking stable_deref_trait v1.2.0 |
1808 | 2024-12-17T07:26:45.003Z | Checking socket2 v0.5.7 |
1809 | 2024-12-17T07:26:45.003Z | Checking spin v0.9.8 |
1810 | 2024-12-17T07:26:45.017Z | Checking zerocopy v0.7.35 |
1811 | 2024-12-17T07:26:45.199Z | Checking zerofrom v0.1.4 |
1812 | 2024-12-17T07:26:45.281Z | Checking slab v0.4.9 |
1813 | 2024-12-17T07:26:45.305Z | Checking futures-channel v0.3.31 |
1814 | 2024-12-17T07:26:45.410Z | Checking yoke v0.7.4 |
1815 | 2024-12-17T07:26:45.442Z | Checking pin-utils v0.1.0 |
1816 | 2024-12-17T07:26:45.526Z | Checking allocator-api2 v0.2.18 |
1817 | 2024-12-17T07:26:45.542Z | Checking equivalent v1.0.1 |
1818 | 2024-12-17T07:26:45.636Z | Checking futures-task v0.3.31 |
1819 | 2024-12-17T07:26:45.639Z | Checking foldhash v0.1.3 |
1820 | 2024-12-17T07:26:45.660Z | Checking futures-io v0.3.31 |
1821 | 2024-12-17T07:26:45.703Z | Checking zerovec v0.10.4 |
1822 | 2024-12-17T07:26:45.804Z | Checking ryu v1.0.18 |
1823 | 2024-12-17T07:26:45.819Z | Checking tinyvec_macros v0.1.1 |
1824 | 2024-12-17T07:26:45.857Z | Checking futures-util v0.3.31 |
1825 | 2024-12-17T07:26:45.890Z | Checking tinyvec v1.8.0 |
1826 | 2024-12-17T07:26:46.016Z | Checking fnv v1.0.7 |
1827 | 2024-12-17T07:26:46.140Z | Checking hashbrown v0.15.1 |
1828 | 2024-12-17T07:26:46.143Z | Checking libm v0.2.8 |
1829 | 2024-12-17T07:26:46.346Z | Checking writeable v0.5.5 |
1830 | 2024-12-17T07:26:46.564Z | Checking base64ct v1.6.0 |
1831 | 2024-12-17T07:26:46.882Z | Checking litemap v0.7.3 |
1832 | 2024-12-17T07:26:47.024Z | Checking unicode-bidi v0.3.17 |
1833 | 2024-12-17T07:26:47.124Z | Checking unicode-normalization v0.1.24 |
1834 | 2024-12-17T07:26:47.199Z | Checking num-traits v0.2.19 |
1835 | 2024-12-17T07:26:47.224Z | Checking pem-rfc7468 v0.7.0 |
1836 | 2024-12-17T07:26:47.304Z | Checking tinystr v0.7.6 |
1837 | 2024-12-17T07:26:47.460Z | Checking ppv-lite86 v0.2.20 |
1838 | 2024-12-17T07:26:47.574Z | Checking flagset v0.4.6 |
1839 | 2024-12-17T07:26:47.668Z | Checking icu_locid v1.5.0 |
1840 | 2024-12-17T07:26:47.758Z | Checking tracing-core v0.1.32 |
1841 | 2024-12-17T07:26:47.906Z | Checking thiserror v1.0.69 |
1842 | 2024-12-17T07:26:47.985Z | Checking generic-array v0.14.7 |
1843 | 2024-12-17T07:26:48.032Z | Checking der v0.7.9 |
1844 | 2024-12-17T07:26:48.049Z | Checking bytes v1.8.0 |
1845 | 2024-12-17T07:26:48.218Z | Checking indexmap v2.7.0 |
1846 | 2024-12-17T07:26:48.416Z | Checking serde_json v1.0.133 |
1847 | 2024-12-17T07:26:48.683Z | Checking icu_provider v1.5.0 |
1848 | 2024-12-17T07:26:48.825Z | Checking rand_chacha v0.3.1 |
1849 | 2024-12-17T07:26:48.840Z | Checking tokio v1.42.0 |
1850 | 2024-12-17T07:26:49.168Z | Checking crypto-common v0.1.6 |
1851 | 2024-12-17T07:26:49.220Z | Checking block-buffer v0.10.4 |
1852 | 2024-12-17T07:26:49.304Z | Checking block-padding v0.3.3 |
1853 | 2024-12-17T07:26:49.353Z | Checking http v1.1.0 |
1854 | 2024-12-17T07:26:49.446Z | Checking digest v0.10.7 |
1855 | 2024-12-17T07:26:49.495Z | Checking bitflags v2.6.0 |
1856 | 2024-12-17T07:26:49.510Z | Checking inout v0.1.3 |
1857 | 2024-12-17T07:26:49.729Z | Checking cipher v0.4.4 |
1858 | 2024-12-17T07:26:49.772Z | Checking percent-encoding v2.3.1 |
1859 | 2024-12-17T07:26:49.806Z | Checking hmac v0.12.1 |
1860 | 2024-12-17T07:26:49.944Z | Checking sha2 v0.10.8 |
1861 | 2024-12-17T07:26:49.958Z | Checking rustls-pki-types v1.10.0 |
1862 | 2024-12-17T07:26:50.026Z | Checking icu_locid_transform_data v1.5.0 |
1863 | 2024-12-17T07:26:50.107Z | Checking pbkdf2 v0.12.2 |
1864 | 2024-12-17T07:26:50.121Z | Checking salsa20 v0.10.2 |
1865 | 2024-12-17T07:26:50.124Z | Checking icu_locid_transform v1.5.0 |
1866 | 2024-12-17T07:26:50.263Z | Checking spki v0.7.3 |
1867 | 2024-12-17T07:26:50.319Z | Checking rand v0.8.5 |
1868 | 2024-12-17T07:26:50.480Z | Checking tracing v0.1.40 |
1869 | 2024-12-17T07:26:50.497Z | Checking icu_collections v1.5.0 |
1870 | 2024-12-17T07:26:50.540Z | Checking aws-lc-sys v0.22.0 |
1871 | 2024-12-17T07:26:50.672Z | Checking httparse v1.9.5 |
1872 | 2024-12-17T07:26:50.813Z | Checking powerfmt v0.2.0 |
1873 | 2024-12-17T07:26:50.847Z | Checking icu_properties_data v1.5.0 |
1874 | 2024-12-17T07:26:51.081Z | Checking untrusted v0.7.1 |
1875 | 2024-12-17T07:26:51.094Z | Checking mirai-annotations v1.12.0 |
1876 | 2024-12-17T07:26:51.094Z | Checking untrusted v0.9.0 |
1877 | 2024-12-17T07:26:51.096Z | Checking deranged v0.3.11 |
1878 | 2024-12-17T07:26:51.142Z | Checking icu_properties v1.5.1 |
1879 | 2024-12-17T07:26:51.220Z | Checking scrypt v0.11.0 |
1880 | 2024-12-17T07:26:51.257Z | Checking ring v0.17.8 |
1881 | 2024-12-17T07:26:51.271Z | Checking cbc v0.1.2 |
1882 | 2024-12-17T07:26:51.436Z | Checking aes v0.8.4 |
1883 | 2024-12-17T07:26:51.459Z | Checking crossbeam-utils v0.8.20 |
1884 | 2024-12-17T07:26:51.621Z | Checking time-core v0.1.2 |
1885 | 2024-12-17T07:26:51.777Z | Checking utf8_iter v1.0.4 |
1886 | 2024-12-17T07:26:51.980Z | Checking num-conv v0.1.0 |
1887 | 2024-12-17T07:26:52.162Z | Checking icu_normalizer_data v1.5.0 |
1888 | 2024-12-17T07:26:52.206Z | Checking atomic-waker v1.1.2 |
1889 | 2024-12-17T07:26:52.262Z | Checking num_threads v0.1.7 |
1890 | 2024-12-17T07:26:52.333Z | Checking utf16_iter v1.0.5 |
1891 | 2024-12-17T07:26:52.365Z | Checking write16 v1.0.0 |
1892 | 2024-12-17T07:26:52.367Z | Checking pkcs5 v0.7.1 |
1893 | 2024-12-17T07:26:52.498Z | Checking http-body v1.0.1 |
1894 | 2024-12-17T07:26:52.502Z | Checking form_urlencoded v1.2.1 |
1895 | 2024-12-17T07:26:52.705Z | Checking try-lock v0.2.5 |
1896 | 2024-12-17T07:26:52.722Z | Checking unicode-ident v1.0.13 |
1897 | 2024-12-17T07:26:52.811Z | Checking time v0.3.36 |
1898 | 2024-12-17T07:26:52.827Z | Checking want v0.3.1 |
1899 | 2024-12-17T07:26:52.882Z | Checking httpdate v1.0.3 |
1900 | 2024-12-17T07:26:52.896Z | Checking pkcs8 v0.10.2 |
1901 | 2024-12-17T07:26:52.988Z | Checking proc-macro2 v1.0.92 |
1902 | 2024-12-17T07:26:53.053Z | Checking serde_spanned v0.6.8 |
1903 | 2024-12-17T07:26:53.069Z | Checking aws-lc-rs v1.10.0 |
1904 | 2024-12-17T07:26:53.093Z | Checking toml_datetime v0.6.8 |
1905 | 2024-12-17T07:26:53.183Z | Checking uuid v1.11.0 |
1906 | 2024-12-17T07:26:53.239Z | Checking slog v2.7.0 |
1907 | 2024-12-17T07:26:53.387Z | Checking scroll v0.12.0 |
1908 | 2024-12-17T07:26:53.650Z | Checking adler2 v2.0.0 |
1909 | 2024-12-17T07:26:53.717Z | Checking iana-time-zone v0.1.61 |
1910 | 2024-12-17T07:26:53.774Z | Checking foreign-types-shared v0.1.1 |
1911 | 2024-12-17T07:26:53.801Z | Checking base64 v0.22.1 |
1912 | 2024-12-17T07:26:53.859Z | Checking tower-service v0.3.3 |
1913 | 2024-12-17T07:26:53.875Z | Checking ucd-trie v0.1.7 |
1914 | 2024-12-17T07:26:53.875Z | Checking plain v0.2.3 |
1915 | 2024-12-17T07:26:53.982Z | Checking match_cfg v0.1.0 |
1916 | 2024-12-17T07:26:54.033Z | Checking goblin v0.8.2 |
1917 | 2024-12-17T07:26:54.059Z | Checking pest v2.7.14 |
1918 | 2024-12-17T07:26:54.073Z | Checking hostname v0.3.1 |
1919 | 2024-12-17T07:26:54.199Z | Checking foreign-types v0.3.2 |
1920 | 2024-12-17T07:26:54.273Z | Checking chrono v0.4.38 |
1921 | 2024-12-17T07:26:54.288Z | Checking miniz_oxide v0.8.0 |
1922 | 2024-12-17T07:26:54.491Z | Checking icu_normalizer v1.5.0 |
1923 | 2024-12-17T07:26:54.876Z | Checking rustls-webpki v0.102.8 |
1924 | 2024-12-17T07:26:54.989Z | Checking quote v1.0.37 |
1925 | 2024-12-17T07:26:55.236Z | Checking openssl-sys v0.9.103 |
1926 | 2024-12-17T07:26:55.250Z | Checking idna_adapter v1.2.0 |
1927 | 2024-12-17T07:26:55.352Z | Checking errno v0.3.9 |
1928 | 2024-12-17T07:26:55.425Z | Checking idna v1.0.3 |
1929 | 2024-12-17T07:26:55.514Z | Checking dirs-sys-next v0.1.2 |
1930 | 2024-12-17T07:26:55.679Z | Checking aho-corasick v1.1.3 |
1931 | 2024-12-17T07:26:55.701Z | Checking pretty-hex v0.4.1 |
1932 | 2024-12-17T07:26:55.865Z | Checking siphasher v0.3.11 |
1933 | 2024-12-17T07:26:55.880Z | Checking url v2.5.3 |
1934 | 2024-12-17T07:26:56.120Z | Checking tokio-util v0.7.12 |
1935 | 2024-12-17T07:26:56.165Z | Checking data-encoding v2.6.0 |
1936 | 2024-12-17T07:26:56.240Z | Checking regex-syntax v0.8.5 |
1937 | 2024-12-17T07:26:56.480Z | Checking openssl v0.10.66 |
1938 | 2024-12-17T07:26:56.496Z | Checking dtrace-parser v0.2.0 |
1939 | 2024-12-17T07:26:56.741Z | Checking dirs-next v2.0.0 |
1940 | 2024-12-17T07:26:56.860Z | Checking rustix v0.38.37 |
1941 | 2024-12-17T07:26:56.875Z | Checking syn v2.0.90 |
1942 | 2024-12-17T07:26:56.947Z | Checking http-body-util v0.1.2 |
1943 | 2024-12-17T07:26:57.002Z | Checking h2 v0.4.6 |
1944 | 2024-12-17T07:26:57.288Z | Checking crossbeam-epoch v0.9.18 |
1945 | 2024-12-17T07:26:57.383Z | Checking sha1 v0.10.6 |
1946 | 2024-12-17T07:26:57.661Z | Checking signature v2.2.0 |
1947 | 2024-12-17T07:26:57.701Z | Checking lazy_static v1.5.0 |
1948 | 2024-12-17T07:26:57.815Z | Checking thread_local v1.1.8 |
1949 | 2024-12-17T07:26:57.856Z | Checking thread-id v4.2.2 |
1950 | 2024-12-17T07:26:57.962Z | Checking encoding_rs v0.8.34 |
1951 | 2024-12-17T07:26:58.084Z | Checking anstyle v1.0.10 |
1952 | 2024-12-17T07:26:58.394Z | Checking gimli v0.31.1 |
1953 | 2024-12-17T07:26:58.925Z | Checking dof v0.3.0 |
1954 | 2024-12-17T07:26:59.567Z | Checking ipnet v2.10.1 |
1955 | 2024-12-17T07:26:59.598Z | Checking regex-automata v0.4.8 |
1956 | 2024-12-17T07:27:00.059Z | Checking unicode-properties v0.1.3 |
1957 | 2024-12-17T07:27:00.191Z | Checking openssl-probe v0.1.5 |
1958 | 2024-12-17T07:27:00.342Z | Checking winnow v0.6.20 |
1959 | 2024-12-17T07:27:00.417Z | Checking mime v0.3.17 |
1960 | 2024-12-17T07:27:00.437Z | Checking utf8parse v0.2.2 |
1961 | 2024-12-17T07:27:00.580Z | Checking anstyle-parse v0.2.5 |
1962 | 2024-12-17T07:27:00.719Z | Checking stringprep v0.1.5 |
1963 | 2024-12-17T07:27:00.841Z | Checking crossbeam-deque v0.8.5 |
1964 | 2024-12-17T07:27:00.980Z | Checking term v0.7.0 |
1965 | 2024-12-17T07:27:01.155Z | Checking rustls v0.22.4 |
1966 | 2024-12-17T07:27:01.409Z | Checking rustls v0.23.19 |
1967 | 2024-12-17T07:27:02.003Z | Checking native-tls v0.2.12 |
1968 | 2024-12-17T07:27:02.299Z | Checking slog-json v2.6.1 |
1969 | 2024-12-17T07:27:02.507Z | Checking addr2line v0.24.2 |
1970 | 2024-12-17T07:27:02.561Z | Checking serde_urlencoded v0.7.1 |
1971 | 2024-12-17T07:27:02.991Z | Checking crossbeam-channel v0.5.13 |
1972 | 2024-12-17T07:27:03.019Z | Checking futures-executor v0.3.31 |
1973 | 2024-12-17T07:27:03.046Z | Checking hyper v1.5.1 |
1974 | 2024-12-17T07:27:03.233Z | Checking rustls-pemfile v2.2.0 |
1975 | 2024-12-17T07:27:03.250Z | Checking usdt-impl v0.5.0 |
1976 | 2024-12-17T07:27:03.329Z | Checking toml_edit v0.22.22 |
1977 | 2024-12-17T07:27:03.452Z | Checking md-5 v0.10.6 |
1978 | 2024-12-17T07:27:03.674Z | Checking num-integer v0.1.46 |
1979 | 2024-12-17T07:27:03.715Z | Checking idna v0.3.0 |
1980 | 2024-12-17T07:27:03.802Z | Checking idna v0.4.0 |
1981 | 2024-12-17T07:27:04.128Z | Checking ff v0.13.0 |
1982 | 2024-12-17T07:27:04.265Z | Checking hash32 v0.2.1 |
1983 | 2024-12-17T07:27:04.331Z | Checking is-terminal v0.4.13 |
1984 | 2024-12-17T07:27:04.448Z | Checking memmap v0.7.0 |
1985 | 2024-12-17T07:27:04.545Z | Checking object v0.36.5 |
1986 | 2024-12-17T07:27:04.561Z | Checking is_terminal_polyfill v1.70.1 |
1987 | 2024-12-17T07:27:04.620Z | Checking linked-hash-map v0.5.6 |
1988 | 2024-12-17T07:27:04.642Z | Checking colorchoice v1.0.2 |
1989 | 2024-12-17T07:27:04.667Z | Checking fallible-iterator v0.2.0 |
1990 | 2024-12-17T07:27:04.770Z | Checking quick-error v1.2.3 |
1991 | 2024-12-17T07:27:04.785Z | Checking dyn-clone v1.0.17 |
1992 | 2024-12-17T07:27:04.899Z | Checking psl-types v2.0.11 |
1993 | 2024-12-17T07:27:04.919Z | Checking take_mut v0.2.2 |
1994 | 2024-12-17T07:27:04.939Z | Checking anstyle-query v1.1.1 |
1995 | 2024-12-17T07:27:05.034Z | Checking hyper-util v0.1.10 |
1996 | 2024-12-17T07:27:05.055Z | Checking base16ct v0.2.0 |
1997 | 2024-12-17T07:27:05.058Z | Checking rustc-demangle v0.1.24 |
1998 | 2024-12-17T07:27:05.058Z | Checking either v1.13.0 |
1999 | 2024-12-17T07:27:05.243Z | Checking utf-8 v0.7.6 |
2000 | 2024-12-17T07:27:05.258Z | Checking postgres-protocol v0.6.7 |
2001 | 2024-12-17T07:27:05.433Z | Checking tungstenite v0.24.0 |
2002 | 2024-12-17T07:27:05.463Z | Checking sec1 v0.7.3 |
2003 | 2024-12-17T07:27:05.483Z | Checking anstream v0.6.15 |
2004 | 2024-12-17T07:27:05.829Z | Checking slog-async v2.8.0 |
2005 | 2024-12-17T07:27:05.844Z | Checking publicsuffix v2.2.3 |
2006 | 2024-12-17T07:27:05.862Z | Checking toml v0.8.19 |
2007 | 2024-12-17T07:27:05.900Z | Checking lru-cache v0.1.2 |
2008 | 2024-12-17T07:27:06.075Z | Checking schemars v0.8.21 |
2009 | 2024-12-17T07:27:06.090Z | Checking resolv-conf v0.7.0 |
2010 | 2024-12-17T07:27:06.106Z | Checking tokio-rustls v0.25.0 |
2011 | 2024-12-17T07:27:06.332Z | Checking usdt v0.5.0 |
2012 | 2024-12-17T07:27:06.454Z | Checking hickory-proto v0.24.1 |
2013 | 2024-12-17T07:27:06.469Z | Checking heapless v0.7.17 |
2014 | 2024-12-17T07:27:06.585Z | Checking slog-term v2.9.1 |
2015 | 2024-12-17T07:27:06.597Z | Checking group v0.13.0 |
2016 | 2024-12-17T07:27:06.819Z | Checking tokio-rustls v0.26.0 |
2017 | 2024-12-17T07:27:06.844Z | Checking num-iter v0.1.45 |
2018 | 2024-12-17T07:27:06.988Z | Checking futures v0.3.31 |
2019 | 2024-12-17T07:27:07.015Z | Checking slog-bunyan v2.5.0 |
2020 | 2024-12-17T07:27:07.078Z | Checking tokio-native-tls v0.3.1 |
2021 | 2024-12-17T07:27:07.095Z | Checking rayon-core v1.12.1 |
2022 | 2024-12-17T07:27:07.180Z | Checking multer v3.1.0 |
2023 | 2024-12-17T07:27:07.213Z | Checking terminal_size v0.4.0 |
2024 | 2024-12-17T07:27:07.325Z | Checking phf_shared v0.11.2 |
2025 | 2024-12-17T07:27:07.367Z | Checking cookie v0.18.1 |
2026 | 2024-12-17T07:27:07.457Z | Checking async-stream v0.3.6 |
2027 | 2024-12-17T07:27:07.559Z | Checking bzip2-sys v0.1.11+1.0.8 |
2028 | 2024-12-17T07:27:07.617Z | Checking camino v1.1.9 |
2029 | 2024-12-17T07:27:07.637Z | Checking signal-hook v0.3.17 |
2030 | 2024-12-17T07:27:07.640Z | Checking waitgroup v0.1.2 |
2031 | 2024-12-17T07:27:07.683Z | Checking webpki-roots v0.26.6 |
2032 | 2024-12-17T07:27:07.755Z | Checking openapiv3 v2.0.0 |
2033 | 2024-12-17T07:27:07.770Z | Checking hkdf v0.12.4 |
2034 | 2024-12-17T07:27:07.822Z | Checking crypto-bigint v0.5.5 |
2035 | 2024-12-17T07:27:07.869Z | Checking serde_path_to_error v0.1.16 |
2036 | 2024-12-17T07:27:07.986Z | Checking idna v0.5.0 |
2037 | 2024-12-17T07:27:08.001Z | Checking hostname v0.4.0 |
2038 | 2024-12-17T07:27:08.121Z | Checking crc32fast v1.4.2 |
2039 | 2024-12-17T07:27:08.191Z | Checking clap_lex v0.7.2 |
2040 | 2024-12-17T07:27:08.345Z | Checking bitflags v1.3.2 |
2041 | 2024-12-17T07:27:08.439Z | Checking debug-ignore v1.0.5 |
2042 | 2024-12-17T07:27:08.453Z | Checking managed v0.8.0 |
2043 | 2024-12-17T07:27:08.469Z | Checking winnow v0.5.40 |
2044 | 2024-12-17T07:27:08.560Z | Checking unicode-width v0.1.14 |
2045 | 2024-12-17T07:27:08.801Z | Checking strsim v0.11.1 |
2046 | 2024-12-17T07:27:08.834Z | Checking cookie_store v0.21.0 |
2047 | 2024-12-17T07:27:09.048Z | Checking console v0.15.8 |
2048 | 2024-12-17T07:27:09.089Z | Checking clap_builder v4.5.21 |
2049 | 2024-12-17T07:27:09.535Z | Checking smoltcp v0.9.1 |
2050 | 2024-12-17T07:27:09.645Z | Checking flate2 v1.0.34 |
2051 | 2024-12-17T07:27:10.323Z | Checking signal-hook-mio v0.2.4 |
2052 | 2024-12-17T07:27:10.458Z | Checking hyper-rustls v0.27.3 |
2053 | 2024-12-17T07:27:10.554Z | Checking elliptic-curve v0.13.8 |
2054 | 2024-12-17T07:27:10.796Z | Checking rayon v1.10.0 |
2055 | 2024-12-17T07:27:10.988Z | Checking bzip2 v0.4.4 |
2056 | 2024-12-17T07:27:11.078Z | Checking backtrace v0.3.74 |
2057 | 2024-12-17T07:27:11.155Z | Checking phf v0.11.2 |
2058 | 2024-12-17T07:27:11.197Z | Checking hickory-resolver v0.24.1 |
2059 | 2024-12-17T07:27:11.232Z | Checking dropshot v0.12.0 |
2060 | 2024-12-17T07:27:11.264Z | Checking hyper-tls v0.6.0 |
2061 | 2024-12-17T07:27:11.418Z | Checking num-bigint-dig v0.8.4 |
2062 | 2024-12-17T07:27:11.456Z | Checking toml_edit v0.19.15 |
2063 | 2024-12-17T07:27:11.535Z | Checking tokio-tungstenite v0.24.0 |
2064 | 2024-12-17T07:27:11.635Z | Checking anyhow v1.0.93 |
2065 | 2024-12-17T07:27:11.971Z | Checking postgres-types v0.2.8 |
2066 | 2024-12-17T07:27:12.020Z | Checking regex v1.11.1 |
2067 | 2024-12-17T07:27:12.235Z | Checking bstr v1.10.0 |
2068 | 2024-12-17T07:27:12.668Z | Checking ed25519 v2.2.3 |
2069 | 2024-12-17T07:27:12.727Z | Checking tokio-stream v0.1.16 |
2070 | 2024-12-17T07:27:12.783Z | Checking phf_shared v0.10.0 |
2071 | 2024-12-17T07:27:12.977Z | Checking zerocopy v0.6.6 |
2072 | 2024-12-17T07:27:13.063Z | Checking curve25519-dalek v4.1.3 |
2073 | 2024-12-17T07:27:13.211Z | Checking pkcs1 v0.7.5 |
2074 | 2024-12-17T07:27:13.611Z | Checking hubpack v0.1.2 |
2075 | 2024-12-17T07:27:13.625Z | Checking portable-atomic v1.9.0 |
2076 | 2024-12-17T07:27:13.629Z | Checking rfc6979 v0.4.0 |
2077 | 2024-12-17T07:27:13.694Z | Checking float-cmp v0.9.0 |
2078 | 2024-12-17T07:27:13.778Z | Checking serde-big-array v0.5.1 |
2079 | 2024-12-17T07:27:13.867Z | Checking sync_wrapper v1.0.1 |
2080 | 2024-12-17T07:27:13.882Z | Checking precomputed-hash v0.1.1 |
2081 | 2024-12-17T07:27:13.903Z | Checking unicode-width v0.2.0 |
2082 | 2024-12-17T07:27:13.982Z | Checking unicode-segmentation v1.12.0 |
2083 | 2024-12-17T07:27:13.983Z | Checking whoami v1.5.2 |
2084 | 2024-12-17T07:27:14.010Z | Checking predicates-core v1.0.8 |
2085 | 2024-12-17T07:27:14.180Z | Checking number_prefix v0.4.0 |
2086 | 2024-12-17T07:27:14.265Z | Checking difflib v0.4.0 |
2087 | 2024-12-17T07:27:14.358Z | Checking minimal-lexical v0.2.1 |
2088 | 2024-12-17T07:27:14.379Z | Checking static_assertions v1.1.0 |
2089 | 2024-12-17T07:27:14.466Z | Checking normalize-line-endings v0.3.0 |
2090 | 2024-12-17T07:27:14.573Z | Checking new_debug_unreachable v1.0.6 |
2091 | 2024-12-17T07:27:14.576Z | Checking fixedbitset v0.4.2 |
2092 | 2024-12-17T07:27:14.576Z | Checking bit-vec v0.6.3 |
2093 | 2024-12-17T07:27:14.620Z | Checking indicatif v0.17.9 |
2094 | 2024-12-17T07:27:14.653Z | Checking similar v2.6.0 |
2095 | 2024-12-17T07:27:14.668Z | Checking string_cache v0.8.7 |
2096 | 2024-12-17T07:27:14.741Z | Checking nom v7.1.3 |
2097 | 2024-12-17T07:27:14.830Z | Checking petgraph v0.6.5 |
2098 | 2024-12-17T07:27:14.846Z | Checking qorb v0.2.1 |
2099 | 2024-12-17T07:27:14.910Z | Checking bit-set v0.5.3 |
2100 | 2024-12-17T07:27:14.947Z | Checking predicates v3.1.2 |
2101 | 2024-12-17T07:27:14.950Z | Checking ed25519-dalek v2.1.1 |
2102 | 2024-12-17T07:27:15.152Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2103 | 2024-12-17T07:27:15.339Z | Checking tokio-postgres v0.7.12 |
2104 | 2024-12-17T07:27:15.375Z | Checking reqwest v0.12.9 |
2105 | 2024-12-17T07:27:15.481Z | Checking toml v0.7.8 |
2106 | 2024-12-17T07:27:15.578Z | Checking ecdsa v0.16.9 |
2107 | 2024-12-17T07:27:16.208Z | Checking rsa v0.9.6 |
2108 | 2024-12-17T07:27:16.262Z | Checking clap v4.5.21 |
2109 | 2024-12-17T07:27:16.381Z | Checking zip v0.6.6 |
2110 | 2024-12-17T07:27:17.049Z | Checking crossterm v0.28.1 |
2111 | 2024-12-17T07:27:17.245Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2112 | 2024-12-17T07:27:17.261Z | Checking itertools v0.10.5 |
2113 | 2024-12-17T07:27:17.276Z | Checking fs-err v2.11.0 |
2114 | 2024-12-17T07:27:17.297Z | Checking ahash v0.8.11 |
2115 | 2024-12-17T07:27:17.616Z | Checking x509-cert v0.2.5 |
2116 | 2024-12-17T07:27:17.862Z | Checking hex v0.4.3 |
2117 | 2024-12-17T07:27:17.878Z | Checking semver v1.0.23 |
2118 | 2024-12-17T07:27:18.140Z | Checking lalrpop-util v0.19.12 |
2119 | 2024-12-17T07:27:18.250Z | Checking peg-runtime v0.8.3 |
2120 | 2024-12-17T07:27:18.357Z | Checking heck v0.4.1 |
2121 | 2024-12-17T07:27:18.424Z | Checking sigpipe v0.1.3 |
2122 | 2024-12-17T07:27:19.807Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2123 | 2024-12-17T07:27:20.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.32s |
2124 | 2024-12-17T07:27:20.269Z | |
2125 | 2024-12-17T07:27:20.269Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/174) |
2126 | 2024-12-17T07:27:20.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2127 | 2024-12-17T07:27:20.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2128 | 2024-12-17T07:27:20.918Z | Compiling hashbrown v0.14.5 |
2129 | 2024-12-17T07:27:21.037Z | Checking heck v0.5.0 |
2130 | 2024-12-17T07:27:21.049Z | Compiling unsafe-libyaml v0.2.11 |
2131 | 2024-12-17T07:27:21.062Z | Compiling ident_case v1.0.1 |
2132 | 2024-12-17T07:27:21.064Z | Checking progenitor-client v0.8.0 |
2133 | 2024-12-17T07:27:21.086Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2134 | 2024-12-17T07:27:21.101Z | Compiling proc-macro-crate v1.3.1 |
2135 | 2024-12-17T07:27:21.181Z | Compiling darling_core v0.20.10 |
2136 | 2024-12-17T07:27:21.214Z | Checking ipnetwork v0.20.0 |
2137 | 2024-12-17T07:27:21.417Z | Compiling structmeta-derive v0.3.0 |
2138 | 2024-12-17T07:27:21.433Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2139 | 2024-12-17T07:27:21.584Z | Compiling thiserror v2.0.3 |
2140 | 2024-12-17T07:27:21.704Z | Compiling newtype-uuid v1.1.3 |
2141 | 2024-12-17T07:27:22.021Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2142 | 2024-12-17T07:27:22.168Z | Checking regress v0.10.1 |
2143 | 2024-12-17T07:27:22.183Z | Compiling num_enum_derive v0.5.11 |
2144 | 2024-12-17T07:27:22.342Z | Compiling serde_yaml v0.9.34+deprecated |
2145 | 2024-12-17T07:27:22.539Z | Compiling lzma-sys v0.1.20 |
2146 | 2024-12-17T07:27:22.926Z | Compiling foreign-types-macros v0.2.3 |
2147 | 2024-12-17T07:27:23.365Z | Compiling thiserror-impl v2.0.3 |
2148 | 2024-12-17T07:27:24.253Z | Compiling dropshot v0.15.1 |
2149 | 2024-12-17T07:27:24.390Z | Compiling structmeta v0.3.0 |
2150 | 2024-12-17T07:27:24.533Z | Checking foreign-types-shared v0.3.1 |
2151 | 2024-12-17T07:27:24.648Z | Checking arc-swap v1.7.1 |
2152 | 2024-12-17T07:27:24.774Z | Checking num_enum v0.5.11 |
2153 | 2024-12-17T07:27:24.834Z | Compiling parse-display-derive v0.10.0 |
2154 | 2024-12-17T07:27:24.918Z | Checking foreign-types v0.5.0 |
2155 | 2024-12-17T07:27:25.065Z | Checking slog-scope v4.4.0 |
2156 | 2024-12-17T07:27:25.131Z | Compiling proc-macro-error v1.0.4 |
2157 | 2024-12-17T07:27:25.716Z | Checking typify-impl v0.2.0 |
2158 | 2024-12-17T07:27:25.820Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2159 | 2024-12-17T07:27:25.835Z | Checking tungstenite v0.21.0 |
2160 | 2024-12-17T07:27:25.927Z | Compiling heck v0.3.3 |
2161 | 2024-12-17T07:27:26.609Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2162 | 2024-12-17T07:27:26.786Z | Compiling dropshot_endpoint v0.15.1 |
2163 | 2024-12-17T07:27:27.128Z | Checking cstr-argument v0.1.2 |
2164 | 2024-12-17T07:27:27.307Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2165 | 2024-12-17T07:27:27.323Z | Checking instant v0.1.13 |
2166 | 2024-12-17T07:27:27.429Z | Checking pretty-hex v0.2.1 |
2167 | 2024-12-17T07:27:27.446Z | Checking fastrand v2.1.1 |
2168 | 2024-12-17T07:27:27.580Z | Checking base64 v0.21.7 |
2169 | 2024-12-17T07:27:27.805Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2170 | 2024-12-17T07:27:28.085Z | Checking tempfile v3.13.0 |
2171 | 2024-12-17T07:27:28.104Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2172 | 2024-12-17T07:27:28.119Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2173 | 2024-12-17T07:27:28.194Z | Checking backoff v0.4.0 |
2174 | 2024-12-17T07:27:28.219Z | Compiling darling_macro v0.20.10 |
2175 | 2024-12-17T07:27:28.236Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2176 | 2024-12-17T07:27:28.378Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2177 | 2024-12-17T07:27:28.394Z | Checking tokio-tungstenite v0.21.0 |
2178 | 2024-12-17T07:27:28.467Z | Checking strum v0.26.3 |
2179 | 2024-12-17T07:27:28.493Z | Compiling zone_cfg_derive v0.1.2 |
2180 | 2024-12-17T07:27:28.616Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2181 | 2024-12-17T07:27:28.681Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2182 | 2024-12-17T07:27:28.887Z | Checking slog-stdlog v4.1.1 |
2183 | 2024-12-17T07:27:29.042Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2184 | 2024-12-17T07:27:29.058Z | Checking regress v0.9.1 |
2185 | 2024-12-17T07:27:29.124Z | Compiling darling v0.20.10 |
2186 | 2024-12-17T07:27:29.186Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2187 | 2024-12-17T07:27:29.251Z | Compiling serde_with_macros v3.11.0 |
2188 | 2024-12-17T07:27:29.332Z | Checking colored v2.1.0 |
2189 | 2024-12-17T07:27:29.441Z | Checking parse-display v0.10.0 |
2190 | 2024-12-17T07:27:29.488Z | Checking macaddr v1.0.1 |
2191 | 2024-12-17T07:27:29.606Z | Checking base64 v0.13.1 |
2192 | 2024-12-17T07:27:29.815Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2193 | 2024-12-17T07:27:29.954Z | Checking zone v0.1.8 |
2194 | 2024-12-17T07:27:29.986Z | Checking ron v0.7.1 |
2195 | 2024-12-17T07:27:30.296Z | Checking xz2 v0.1.7 |
2196 | 2024-12-17T07:27:30.578Z | Checking slog-envlogger v2.2.0 |
2197 | 2024-12-17T07:27:30.646Z | Checking tabwriter v1.4.0 |
2198 | 2024-12-17T07:27:30.798Z | Checking xattr v1.3.1 |
2199 | 2024-12-17T07:27:30.901Z | Checking pem v3.0.4 |
2200 | 2024-12-17T07:27:30.998Z | Checking yasna v0.5.2 |
2201 | 2024-12-17T07:27:31.154Z | Checking headers-core v0.3.0 |
2202 | 2024-12-17T07:27:31.188Z | Checking smf v0.2.3 |
2203 | 2024-12-17T07:27:31.291Z | Checking filetime v0.2.25 |
2204 | 2024-12-17T07:27:31.516Z | Checking same-file v1.0.6 |
2205 | 2024-12-17T07:27:31.610Z | Checking tar v0.4.42 |
2206 | 2024-12-17T07:27:31.648Z | Checking headers v0.4.0 |
2207 | 2024-12-17T07:27:31.675Z | Checking walkdir v2.5.0 |
2208 | 2024-12-17T07:27:31.852Z | Checking rcgen v0.12.1 |
2209 | 2024-12-17T07:27:31.946Z | Checking atomicwrites v0.4.4 |
2210 | 2024-12-17T07:27:32.132Z | Checking serde_with v3.11.0 |
2211 | 2024-12-17T07:27:32.149Z | Checking camino-tempfile v1.1.1 |
2212 | 2024-12-17T07:27:32.420Z | Checking subprocess v0.2.9 |
2213 | 2024-12-17T07:27:36.657Z | Compiling typify-macro v0.2.0 |
2214 | 2024-12-17T07:27:38.499Z | Compiling typify v0.2.0 |
2215 | 2024-12-17T07:27:38.566Z | Compiling progenitor-impl v0.8.0 |
2216 | 2024-12-17T07:27:41.735Z | Compiling progenitor-macro v0.8.0 |
2217 | 2024-12-17T07:27:46.474Z | Checking progenitor v0.8.0 |
2218 | 2024-12-17T07:27:46.624Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2219 | 2024-12-17T07:27:46.624Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2220 | 2024-12-17T07:27:49.303Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2221 | 2024-12-17T07:27:49.602Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2222 | 2024-12-17T07:27:56.186Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2223 | 2024-12-17T07:27:57.745Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-12-17T07:27:58.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.71s |
2225 | 2024-12-17T07:27:59.156Z | |
2226 | 2024-12-17T07:27:59.156Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/174) |
2227 | 2024-12-17T07:27:59.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2228 | 2024-12-17T07:27:59.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2229 | 2024-12-17T07:27:59.818Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2230 | 2024-12-17T07:28:01.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
2231 | 2024-12-17T07:28:01.384Z | |
2232 | 2024-12-17T07:28:01.384Z | info: running `cargo check --bins` on nexus-config (31/174) |
2233 | 2024-12-17T07:28:01.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2234 | 2024-12-17T07:28:01.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2235 | 2024-12-17T07:28:01.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2236 | 2024-12-17T07:28:01.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2237 | 2024-12-17T07:28:02.002Z | |
2238 | 2024-12-17T07:28:02.002Z | info: running `cargo check --bins` on omicron-rpaths (32/174) |
2239 | 2024-12-17T07:28:02.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-12-17T07:28:02.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-12-17T07:28:02.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2242 | 2024-12-17T07:28:02.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2243 | 2024-12-17T07:28:02.598Z | |
2244 | 2024-12-17T07:28:02.598Z | info: running `cargo check --bins` on omicron-certificates (33/174) |
2245 | 2024-12-17T07:28:03.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-12-17T07:28:03.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-12-17T07:28:03.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2248 | 2024-12-17T07:28:03.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2249 | 2024-12-17T07:28:03.214Z | |
2250 | 2024-12-17T07:28:03.215Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/174) |
2251 | 2024-12-17T07:28:03.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2024-12-17T07:28:03.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2024-12-17T07:28:03.888Z | Compiling zerocopy v0.8.10 |
2254 | 2024-12-17T07:28:03.888Z | Compiling progenitor-client v0.8.0 |
2255 | 2024-12-17T07:28:03.888Z | Compiling itertools v0.13.0 |
2256 | 2024-12-17T07:28:03.890Z | Compiling zerocopy-derive v0.8.10 |
2257 | 2024-12-17T07:28:03.891Z | Compiling heapless v0.8.0 |
2258 | 2024-12-17T07:28:03.891Z | Compiling newtype-uuid v1.1.3 |
2259 | 2024-12-17T07:28:03.891Z | Compiling thiserror v2.0.3 |
2260 | 2024-12-17T07:28:03.891Z | Compiling ipnetwork v0.20.0 |
2261 | 2024-12-17T07:28:04.172Z | Checking hash32 v0.3.1 |
2262 | 2024-12-17T07:28:04.315Z | Compiling instant v0.1.13 |
2263 | 2024-12-17T07:28:04.355Z | Compiling progenitor v0.8.0 |
2264 | 2024-12-17T07:28:04.447Z | Compiling smoltcp v0.11.0 |
2265 | 2024-12-17T07:28:04.459Z | Compiling backoff v0.4.0 |
2266 | 2024-12-17T07:28:04.612Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2267 | 2024-12-17T07:28:04.810Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2268 | 2024-12-17T07:28:04.860Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2269 | 2024-12-17T07:28:04.919Z | Compiling dropshot v0.15.1 |
2270 | 2024-12-17T07:28:05.140Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2271 | 2024-12-17T07:28:05.185Z | Compiling serde_with v3.11.0 |
2272 | 2024-12-17T07:28:05.307Z | Compiling parse-display v0.10.0 |
2273 | 2024-12-17T07:28:05.565Z | Checking num-rational v0.4.2 |
2274 | 2024-12-17T07:28:05.831Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2275 | 2024-12-17T07:28:05.993Z | Compiling regress v0.9.1 |
2276 | 2024-12-17T07:28:06.259Z | Compiling phf_generator v0.11.2 |
2277 | 2024-12-17T07:28:06.433Z | Checking num-complex v0.4.6 |
2278 | 2024-12-17T07:28:07.083Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2279 | 2024-12-17T07:28:07.764Z | Compiling macaddr v1.0.1 |
2280 | 2024-12-17T07:28:08.200Z | Checking cobs v0.2.3 |
2281 | 2024-12-17T07:28:08.379Z | Checking postcard v1.0.10 |
2282 | 2024-12-17T07:28:08.415Z | Compiling num v0.4.3 |
2283 | 2024-12-17T07:28:08.629Z | Compiling phf_codegen v0.11.2 |
2284 | 2024-12-17T07:28:08.926Z | Compiling parse-zoneinfo v0.3.1 |
2285 | 2024-12-17T07:28:09.147Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2286 | 2024-12-17T07:28:09.420Z | Checking float-ord v0.3.2 |
2287 | 2024-12-17T07:28:09.557Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2288 | 2024-12-17T07:28:09.705Z | Compiling convert_case v0.4.0 |
2289 | 2024-12-17T07:28:10.230Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2290 | 2024-12-17T07:28:10.864Z | Compiling derive_more v0.99.18 |
2291 | 2024-12-17T07:28:10.928Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2292 | 2024-12-17T07:28:11.127Z | Compiling chrono-tz-build v0.4.0 |
2293 | 2024-12-17T07:28:11.966Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2294 | 2024-12-17T07:28:12.569Z | Compiling crucible-workspace-hack v0.1.0 |
2295 | 2024-12-17T07:28:12.857Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2296 | 2024-12-17T07:28:12.887Z | Compiling chrono-tz v0.10.0 |
2297 | 2024-12-17T07:28:12.907Z | Checking newline-converter v0.3.0 |
2298 | 2024-12-17T07:28:13.153Z | Checking prettyplease v0.2.25 |
2299 | 2024-12-17T07:28:13.517Z | Compiling slog-dtrace v0.3.0 |
2300 | 2024-12-17T07:28:13.806Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2301 | 2024-12-17T07:28:14.268Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2302 | 2024-12-17T07:28:14.532Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2303 | 2024-12-17T07:28:15.036Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2304 | 2024-12-17T07:28:15.056Z | Checking expectorate v1.1.0 |
2305 | 2024-12-17T07:28:15.215Z | Compiling zone_cfg_derive v0.3.0 |
2306 | 2024-12-17T07:28:15.336Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2307 | 2024-12-17T07:28:15.530Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2308 | 2024-12-17T07:28:15.692Z | Compiling const_format_proc_macros v0.2.33 |
2309 | 2024-12-17T07:28:15.764Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2310 | 2024-12-17T07:28:16.205Z | Compiling num-derive v0.4.2 |
2311 | 2024-12-17T07:28:16.654Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2312 | 2024-12-17T07:28:16.751Z | Checking highway v1.2.0 |
2313 | 2024-12-17T07:28:16.912Z | Checking zone v0.3.0 |
2314 | 2024-12-17T07:28:16.953Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2315 | 2024-12-17T07:28:17.164Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2316 | 2024-12-17T07:28:17.272Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2317 | 2024-12-17T07:28:17.875Z | Checking const_format v0.2.33 |
2318 | 2024-12-17T07:28:18.099Z | Checking gethostname v0.5.0 |
2319 | 2024-12-17T07:28:18.229Z | Checking bcs v0.1.6 |
2320 | 2024-12-17T07:28:18.322Z | Compiling async-recursion v1.1.1 |
2321 | 2024-12-17T07:28:18.579Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2322 | 2024-12-17T07:28:18.733Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2323 | 2024-12-17T07:28:18.796Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2324 | 2024-12-17T07:28:18.802Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2325 | 2024-12-17T07:28:20.072Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2326 | 2024-12-17T07:28:20.823Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2327 | 2024-12-17T07:28:26.163Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2328 | 2024-12-17T07:28:29.426Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2329 | 2024-12-17T07:28:32.035Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2330 | 2024-12-17T07:28:33.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.05s |
2331 | 2024-12-17T07:28:33.452Z | |
2332 | 2024-12-17T07:28:33.452Z | info: running `cargo check --bins` on clickhouse-admin-api (35/174) |
2333 | 2024-12-17T07:28:33.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2024-12-17T07:28:34.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2024-12-17T07:28:34.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2336 | 2024-12-17T07:28:34.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2337 | 2024-12-17T07:28:34.077Z | |
2338 | 2024-12-17T07:28:34.077Z | info: running `cargo check --bins` on clickhouse-admin-types (36/174) |
2339 | 2024-12-17T07:28:34.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2024-12-17T07:28:34.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2024-12-17T07:28:34.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2342 | 2024-12-17T07:28:34.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2343 | 2024-12-17T07:28:34.709Z | |
2344 | 2024-12-17T07:28:34.709Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/174) |
2345 | 2024-12-17T07:28:35.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2024-12-17T07:28:35.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2024-12-17T07:28:35.358Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2348 | 2024-12-17T07:28:35.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2349 | 2024-12-17T07:28:36.164Z | |
2350 | 2024-12-17T07:28:36.164Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/174) |
2351 | 2024-12-17T07:28:36.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2024-12-17T07:28:36.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2024-12-17T07:28:36.826Z | Compiling cfg_aliases v0.1.1 |
2354 | 2024-12-17T07:28:36.829Z | Compiling vte_generate_state_changes v0.1.2 |
2355 | 2024-12-17T07:28:36.829Z | Checking fd-lock v4.0.2 |
2356 | 2024-12-17T07:28:36.829Z | Checking nibble_vec v0.1.0 |
2357 | 2024-12-17T07:28:36.829Z | Checking bytecount v0.6.8 |
2358 | 2024-12-17T07:28:36.829Z | Checking endian-type v0.1.2 |
2359 | 2024-12-17T07:28:36.954Z | Compiling tabled_derive v0.7.0 |
2360 | 2024-12-17T07:28:36.967Z | Checking itertools v0.12.1 |
2361 | 2024-12-17T07:28:37.010Z | Compiling nix v0.28.0 |
2362 | 2024-12-17T07:28:37.088Z | Compiling peg-macros v0.8.4 |
2363 | 2024-12-17T07:28:37.105Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2364 | 2024-12-17T07:28:37.107Z | Checking papergrid v0.11.0 |
2365 | 2024-12-17T07:28:37.138Z | Checking radix_trie v0.2.1 |
2366 | 2024-12-17T07:28:37.516Z | Checking vte v0.11.1 |
2367 | 2024-12-17T07:28:37.564Z | Compiling sqlparser_derive v0.2.2 |
2368 | 2024-12-17T07:28:38.277Z | Checking home v0.5.9 |
2369 | 2024-12-17T07:28:38.413Z | Checking nu-ansi-term v0.50.1 |
2370 | 2024-12-17T07:28:38.589Z | Checking unicode_categories v0.1.1 |
2371 | 2024-12-17T07:28:38.623Z | Checking sqlparser v0.45.0 |
2372 | 2024-12-17T07:28:38.840Z | Checking display-error-chain v0.2.2 |
2373 | 2024-12-17T07:28:38.886Z | Checking sqlformat v0.2.6 |
2374 | 2024-12-17T07:28:38.941Z | Checking strip-ansi-escapes v0.2.0 |
2375 | 2024-12-17T07:28:39.511Z | Checking tabled v0.15.0 |
2376 | 2024-12-17T07:28:39.538Z | Checking reedline v0.35.0 |
2377 | 2024-12-17T07:28:40.171Z | Checking rustyline v14.0.0 |
2378 | 2024-12-17T07:28:40.186Z | Checking peg v0.8.4 |
2379 | 2024-12-17T07:28:48.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.80s |
2380 | 2024-12-17T07:28:49.146Z | |
2381 | 2024-12-17T07:28:49.147Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/174) |
2382 | 2024-12-17T07:28:49.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-12-17T07:28:49.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-12-17T07:28:49.804Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2385 | 2024-12-17T07:28:54.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
2386 | 2024-12-17T07:28:54.945Z | |
2387 | 2024-12-17T07:28:54.945Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/174) |
2388 | 2024-12-17T07:28:55.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-12-17T07:28:55.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-12-17T07:28:55.593Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2391 | 2024-12-17T07:28:59.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
2392 | 2024-12-17T07:28:59.496Z | |
2393 | 2024-12-17T07:28:59.496Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/174) |
2394 | 2024-12-17T07:29:00.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-12-17T07:29:00.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-12-17T07:29:00.147Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2397 | 2024-12-17T07:29:04.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
2398 | 2024-12-17T07:29:05.077Z | |
2399 | 2024-12-17T07:29:05.077Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/174) |
2400 | 2024-12-17T07:29:05.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-12-17T07:29:05.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-12-17T07:29:05.725Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2403 | 2024-12-17T07:29:10.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
2404 | 2024-12-17T07:29:10.611Z | |
2405 | 2024-12-17T07:29:10.611Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/174) |
2406 | 2024-12-17T07:29:11.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-12-17T07:29:11.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-12-17T07:29:11.262Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2409 | 2024-12-17T07:29:15.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
2410 | 2024-12-17T07:29:15.322Z | |
2411 | 2024-12-17T07:29:15.322Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/174) |
2412 | 2024-12-17T07:29:15.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-12-17T07:29:15.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-12-17T07:29:15.979Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2415 | 2024-12-17T07:29:19.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
2416 | 2024-12-17T07:29:20.074Z | |
2417 | 2024-12-17T07:29:20.074Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/174) |
2418 | 2024-12-17T07:29:20.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2024-12-17T07:29:20.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2024-12-17T07:29:20.727Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2421 | 2024-12-17T07:29:25.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
2422 | 2024-12-17T07:29:25.799Z | |
2423 | 2024-12-17T07:29:25.799Z | info: running `cargo check --bins` on oximeter (46/174) |
2424 | 2024-12-17T07:29:26.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2024-12-17T07:29:26.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2024-12-17T07:29:26.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2427 | 2024-12-17T07:29:26.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2428 | 2024-12-17T07:29:26.425Z | |
2429 | 2024-12-17T07:29:26.426Z | info: running `cargo check --bins` on oximeter-macro-impl (47/174) |
2430 | 2024-12-17T07:29:26.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2024-12-17T07:29:26.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2024-12-17T07:29:26.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2433 | 2024-12-17T07:29:26.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2434 | 2024-12-17T07:29:27.030Z | |
2435 | 2024-12-17T07:29:27.030Z | info: running `cargo check --bins` on oximeter-schema (48/174) |
2436 | 2024-12-17T07:29:27.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-12-17T07:29:27.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-12-17T07:29:27.665Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2439 | 2024-12-17T07:29:28.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2440 | 2024-12-17T07:29:28.263Z | |
2441 | 2024-12-17T07:29:28.263Z | info: running `cargo check --bins` on oximeter-types (49/174) |
2442 | 2024-12-17T07:29:28.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2024-12-17T07:29:28.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2024-12-17T07:29:28.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2445 | 2024-12-17T07:29:28.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2446 | 2024-12-17T07:29:28.885Z | |
2447 | 2024-12-17T07:29:28.885Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/174) |
2448 | 2024-12-17T07:29:29.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-12-17T07:29:29.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-12-17T07:29:29.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-12-17T07:29:29.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2452 | 2024-12-17T07:29:29.503Z | |
2453 | 2024-12-17T07:29:29.503Z | info: running `cargo check --bins` on oxql-types (51/174) |
2454 | 2024-12-17T07:29:30.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-12-17T07:29:30.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-12-17T07:29:30.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-12-17T07:29:30.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2458 | 2024-12-17T07:29:30.124Z | |
2459 | 2024-12-17T07:29:30.124Z | info: running `cargo check --bins` on oximeter-test-utils (52/174) |
2460 | 2024-12-17T07:29:30.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-12-17T07:29:30.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-12-17T07:29:30.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2024-12-17T07:29:30.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2464 | 2024-12-17T07:29:30.767Z | |
2465 | 2024-12-17T07:29:30.768Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/174) |
2466 | 2024-12-17T07:29:31.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-12-17T07:29:31.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-12-17T07:29:31.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-12-17T07:29:31.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2470 | 2024-12-17T07:29:31.413Z | |
2471 | 2024-12-17T07:29:31.413Z | info: running `cargo check --bins` on bootstrap-agent-client (54/174) |
2472 | 2024-12-17T07:29:31.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-12-17T07:29:31.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-12-17T07:29:31.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-12-17T07:29:31.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2476 | 2024-12-17T07:29:32.058Z | |
2477 | 2024-12-17T07:29:32.058Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/174) |
2478 | 2024-12-17T07:29:32.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-12-17T07:29:32.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-12-17T07:29:32.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-12-17T07:29:32.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2482 | 2024-12-17T07:29:32.680Z | |
2483 | 2024-12-17T07:29:32.680Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/174) |
2484 | 2024-12-17T07:29:33.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-12-17T07:29:33.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-12-17T07:29:33.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2024-12-17T07:29:33.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2488 | 2024-12-17T07:29:33.303Z | |
2489 | 2024-12-17T07:29:33.303Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/174) |
2490 | 2024-12-17T07:29:33.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-12-17T07:29:33.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-12-17T07:29:33.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-12-17T07:29:33.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2494 | 2024-12-17T07:29:33.930Z | |
2495 | 2024-12-17T07:29:33.930Z | info: running `cargo check --bins` on cockroach-admin-client (58/174) |
2496 | 2024-12-17T07:29:34.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-12-17T07:29:34.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-12-17T07:29:34.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2024-12-17T07:29:34.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2500 | 2024-12-17T07:29:34.541Z | |
2501 | 2024-12-17T07:29:34.542Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/174) |
2502 | 2024-12-17T07:29:35.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-12-17T07:29:35.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-12-17T07:29:35.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2024-12-17T07:29:35.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2506 | 2024-12-17T07:29:35.173Z | |
2507 | 2024-12-17T07:29:35.173Z | info: running `cargo check --bins` on dns-service-client (60/174) |
2508 | 2024-12-17T07:29:35.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-12-17T07:29:35.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-12-17T07:29:35.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-12-17T07:29:35.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2512 | 2024-12-17T07:29:35.790Z | |
2513 | 2024-12-17T07:29:35.790Z | info: running `cargo check --bins` on internal-dns-types (61/174) |
2514 | 2024-12-17T07:29:36.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-12-17T07:29:36.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-12-17T07:29:36.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-12-17T07:29:36.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2518 | 2024-12-17T07:29:36.405Z | |
2519 | 2024-12-17T07:29:36.405Z | info: running `cargo check --bins` on dpd-client (62/174) |
2520 | 2024-12-17T07:29:36.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-12-17T07:29:36.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-12-17T07:29:36.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-12-17T07:29:36.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2524 | 2024-12-17T07:29:37.020Z | |
2525 | 2024-12-17T07:29:37.021Z | info: running `cargo check --bins` on gateway-client (63/174) |
2526 | 2024-12-17T07:29:37.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-12-17T07:29:37.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-12-17T07:29:37.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-12-17T07:29:37.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2530 | 2024-12-17T07:29:37.630Z | |
2531 | 2024-12-17T07:29:37.630Z | info: running `cargo check --bins` on installinator-client (64/174) |
2532 | 2024-12-17T07:29:38.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-12-17T07:29:38.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-12-17T07:29:38.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-12-17T07:29:38.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2536 | 2024-12-17T07:29:38.277Z | |
2537 | 2024-12-17T07:29:38.277Z | info: running `cargo check --bins` on installinator-common (65/174) |
2538 | 2024-12-17T07:29:38.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-12-17T07:29:38.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-12-17T07:29:38.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-12-17T07:29:38.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2542 | 2024-12-17T07:29:38.914Z | |
2543 | 2024-12-17T07:29:38.914Z | info: running `cargo check --bins` on update-engine (66/174) |
2544 | 2024-12-17T07:29:39.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-12-17T07:29:39.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-12-17T07:29:39.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-12-17T07:29:39.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2548 | 2024-12-17T07:29:39.525Z | |
2549 | 2024-12-17T07:29:39.525Z | info: running `cargo check --bins` on nexus-client (67/174) |
2550 | 2024-12-17T07:29:40.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-12-17T07:29:40.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-12-17T07:29:40.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-12-17T07:29:40.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2554 | 2024-12-17T07:29:40.172Z | |
2555 | 2024-12-17T07:29:40.172Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/174) |
2556 | 2024-12-17T07:29:40.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-12-17T07:29:40.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-12-17T07:29:40.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-12-17T07:29:40.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2560 | 2024-12-17T07:29:40.808Z | |
2561 | 2024-12-17T07:29:40.808Z | info: running `cargo check --bins` on omicron-passwords (69/174) |
2562 | 2024-12-17T07:29:41.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-12-17T07:29:41.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-12-17T07:29:41.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-12-17T07:29:41.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2566 | 2024-12-17T07:29:41.416Z | |
2567 | 2024-12-17T07:29:41.416Z | info: running `cargo check --bins` on nexus-types (70/174) |
2568 | 2024-12-17T07:29:41.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-12-17T07:29:41.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-12-17T07:29:41.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-12-17T07:29:41.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2572 | 2024-12-17T07:29:42.064Z | |
2573 | 2024-12-17T07:29:42.064Z | info: running `cargo check --bins` on oxide-client (71/174) |
2574 | 2024-12-17T07:29:42.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-12-17T07:29:42.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-12-17T07:29:42.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-12-17T07:29:42.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2578 | 2024-12-17T07:29:42.669Z | |
2579 | 2024-12-17T07:29:42.669Z | info: running `cargo check --bins` on oximeter-client (72/174) |
2580 | 2024-12-17T07:29:43.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-12-17T07:29:43.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-12-17T07:29:43.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-12-17T07:29:43.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2584 | 2024-12-17T07:29:43.288Z | |
2585 | 2024-12-17T07:29:43.288Z | info: running `cargo check --bins` on repo-depot-client (73/174) |
2586 | 2024-12-17T07:29:43.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-12-17T07:29:43.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-12-17T07:29:43.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2024-12-17T07:29:43.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2590 | 2024-12-17T07:29:43.892Z | |
2591 | 2024-12-17T07:29:43.892Z | info: running `cargo check --bins` on sled-agent-client (74/174) |
2592 | 2024-12-17T07:29:44.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-12-17T07:29:44.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-12-17T07:29:44.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2024-12-17T07:29:44.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2596 | 2024-12-17T07:29:44.522Z | |
2597 | 2024-12-17T07:29:44.522Z | info: running `cargo check --bins` on wicketd-client (75/174) |
2598 | 2024-12-17T07:29:45.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2024-12-17T07:29:45.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2024-12-17T07:29:45.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2024-12-17T07:29:45.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2602 | 2024-12-17T07:29:45.178Z | |
2603 | 2024-12-17T07:29:45.178Z | info: running `cargo check --bins` on sled-agent-types (76/174) |
2604 | 2024-12-17T07:29:45.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-12-17T07:29:45.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-12-17T07:29:45.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-12-17T07:29:45.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2608 | 2024-12-17T07:29:45.828Z | |
2609 | 2024-12-17T07:29:45.828Z | info: running `cargo check --bins` on wicket-common (77/174) |
2610 | 2024-12-17T07:29:46.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-12-17T07:29:46.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-12-17T07:29:46.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2024-12-17T07:29:46.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2614 | 2024-12-17T07:29:46.479Z | |
2615 | 2024-12-17T07:29:46.479Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/174) |
2616 | 2024-12-17T07:29:47.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-12-17T07:29:47.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-12-17T07:29:47.130Z | Checking csv-core v0.1.11 |
2619 | 2024-12-17T07:29:47.130Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2620 | 2024-12-17T07:29:47.133Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2621 | 2024-12-17T07:29:47.440Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2622 | 2024-12-17T07:29:47.451Z | Checking csv v1.3.0 |
2623 | 2024-12-17T07:29:48.022Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2624 | 2024-12-17T07:29:48.351Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2625 | 2024-12-17T07:29:49.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s |
2626 | 2024-12-17T07:29:49.770Z | |
2627 | 2024-12-17T07:29:49.770Z | info: running `cargo check --bins` on cockroach-admin-api (79/174) |
2628 | 2024-12-17T07:29:50.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2024-12-17T07:29:50.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2024-12-17T07:29:50.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2024-12-17T07:29:50.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2632 | 2024-12-17T07:29:50.395Z | |
2633 | 2024-12-17T07:29:50.395Z | info: running `cargo check --bins` on cockroach-admin-types (80/174) |
2634 | 2024-12-17T07:29:50.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2024-12-17T07:29:50.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2024-12-17T07:29:50.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2024-12-17T07:29:50.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2638 | 2024-12-17T07:29:51.014Z | |
2639 | 2024-12-17T07:29:51.014Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/174) |
2640 | 2024-12-17T07:29:51.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2024-12-17T07:29:51.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2024-12-17T07:29:51.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2024-12-17T07:29:51.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2644 | 2024-12-17T07:29:51.735Z | |
2645 | 2024-12-17T07:29:51.735Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/174) |
2646 | 2024-12-17T07:29:52.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-12-17T07:29:52.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-12-17T07:29:52.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2024-12-17T07:29:52.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2650 | 2024-12-17T07:29:52.457Z | |
2651 | 2024-12-17T07:29:52.457Z | info: running `cargo check --bins` on dns-server (83/174) |
2652 | 2024-12-17T07:29:53.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2024-12-17T07:29:53.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2024-12-17T07:29:53.095Z | Compiling parking_lot_core v0.8.6 |
2655 | 2024-12-17T07:29:53.098Z | Checking fxhash v0.2.1 |
2656 | 2024-12-17T07:29:53.098Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2657 | 2024-12-17T07:29:53.098Z | Checking hickory-server v0.24.1 |
2658 | 2024-12-17T07:29:53.098Z | Checking hickory-client v0.24.1 |
2659 | 2024-12-17T07:29:53.751Z | Checking parking_lot v0.11.2 |
2660 | 2024-12-17T07:29:53.933Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2661 | 2024-12-17T07:29:53.933Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2662 | 2024-12-17T07:29:53.983Z | Checking sled v0.34.7 |
2663 | 2024-12-17T07:29:55.724Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2664 | 2024-12-17T07:29:56.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
2665 | 2024-12-17T07:29:57.124Z | |
2666 | 2024-12-17T07:29:57.124Z | info: running `cargo check --bins` on dns-server-api (84/174) |
2667 | 2024-12-17T07:29:57.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-12-17T07:29:57.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-12-17T07:29:57.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2670 | 2024-12-17T07:29:57.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2671 | 2024-12-17T07:29:57.745Z | |
2672 | 2024-12-17T07:29:57.745Z | info: running `cargo check --bins` on gateway-test-utils (85/174) |
2673 | 2024-12-17T07:29:58.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-12-17T07:29:58.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-12-17T07:29:58.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2024-12-17T07:29:58.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2677 | 2024-12-17T07:29:58.413Z | |
2678 | 2024-12-17T07:29:58.413Z | info: running `cargo check --bins` on gateway-types (86/174) |
2679 | 2024-12-17T07:29:58.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-12-17T07:29:58.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-12-17T07:29:58.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2024-12-17T07:29:58.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2683 | 2024-12-17T07:29:59.033Z | |
2684 | 2024-12-17T07:29:59.033Z | info: running `cargo check --bins` on ipcc (87/174) |
2685 | 2024-12-17T07:29:59.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2024-12-17T07:29:59.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2024-12-17T07:29:59.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2024-12-17T07:29:59.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2689 | 2024-12-17T07:29:59.648Z | |
2690 | 2024-12-17T07:29:59.648Z | info: running `cargo check --bins` on omicron-gateway (88/174) |
2691 | 2024-12-17T07:30:00.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-12-17T07:30:00.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-12-17T07:30:00.339Z | Compiling radium v0.7.0 |
2694 | 2024-12-17T07:30:00.339Z | Compiling semver v0.1.20 |
2695 | 2024-12-17T07:30:00.453Z | Compiling maybe-uninit v2.0.0 |
2696 | 2024-12-17T07:30:00.456Z | Checking tap v1.0.1 |
2697 | 2024-12-17T07:30:00.472Z | Checking password-hash v0.5.0 |
2698 | 2024-12-17T07:30:00.480Z | Checking blake2 v0.10.6 |
2699 | 2024-12-17T07:30:00.481Z | Compiling packed_struct v0.10.1 |
2700 | 2024-12-17T07:30:00.481Z | Compiling cancel-safe-futures v0.1.5 |
2701 | 2024-12-17T07:30:00.603Z | Checking wyz v0.5.1 |
2702 | 2024-12-17T07:30:00.826Z | Compiling rustc_version v0.1.7 |
2703 | 2024-12-17T07:30:00.905Z | Checking crc-catalog v2.4.0 |
2704 | 2024-12-17T07:30:00.925Z | Checking funty v2.0.0 |
2705 | 2024-12-17T07:30:00.939Z | Compiling owo-colors v4.1.0 |
2706 | 2024-12-17T07:30:00.998Z | Checking argon2 v0.5.3 |
2707 | 2024-12-17T07:30:01.031Z | Checking crc v3.2.1 |
2708 | 2024-12-17T07:30:01.077Z | Compiling packed_struct_codegen v0.10.1 |
2709 | 2024-12-17T07:30:01.098Z | Checking half v2.4.1 |
2710 | 2024-12-17T07:30:01.240Z | Compiling indexmap v1.9.3 |
2711 | 2024-12-17T07:30:01.256Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2712 | 2024-12-17T07:30:01.319Z | Compiling newtype_derive v0.1.6 |
2713 | 2024-12-17T07:30:01.443Z | Checking ciborium-io v0.2.2 |
2714 | 2024-12-17T07:30:01.524Z | Checking nodrop v0.1.14 |
2715 | 2024-12-17T07:30:01.557Z | Checking ciborium-ll v0.2.2 |
2716 | 2024-12-17T07:30:01.598Z | Checking smallvec v0.6.14 |
2717 | 2024-12-17T07:30:01.637Z | Checking array-init v0.0.4 |
2718 | 2024-12-17T07:30:01.655Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2719 | 2024-12-17T07:30:01.780Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2720 | 2024-12-17T07:30:01.816Z | Checking bitvec v1.0.1 |
2721 | 2024-12-17T07:30:01.940Z | Checking libsw v3.3.1 |
2722 | 2024-12-17T07:30:01.967Z | Compiling memoffset v0.9.1 |
2723 | 2024-12-17T07:30:02.223Z | Checking indent_write v2.2.0 |
2724 | 2024-12-17T07:30:02.246Z | Checking termcolor v1.4.1 |
2725 | 2024-12-17T07:30:02.282Z | Checking hashbrown v0.12.3 |
2726 | 2024-12-17T07:30:02.411Z | Checking linear-map v1.2.0 |
2727 | 2024-12-17T07:30:02.531Z | Checking swrite v0.1.0 |
2728 | 2024-12-17T07:30:02.637Z | Checking bitfield v0.14.0 |
2729 | 2024-12-17T07:30:02.667Z | Checking ron v0.8.1 |
2730 | 2024-12-17T07:30:02.672Z | Checking env_logger v0.10.2 |
2731 | 2024-12-17T07:30:02.742Z | Checking serde-hex v0.1.0 |
2732 | 2024-12-17T07:30:02.930Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2733 | 2024-12-17T07:30:03.240Z | Checking ciborium v0.2.2 |
2734 | 2024-12-17T07:30:03.423Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2735 | 2024-12-17T07:30:03.904Z | Checking steno v0.4.1 |
2736 | 2024-12-17T07:30:04.026Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2737 | 2024-12-17T07:30:04.113Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2738 | 2024-12-17T07:30:04.205Z | Checking hashbrown v0.13.2 |
2739 | 2024-12-17T07:30:04.261Z | Checking crc-any v2.5.0 |
2740 | 2024-12-17T07:30:04.590Z | Checking humantime v2.1.0 |
2741 | 2024-12-17T07:30:04.628Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2742 | 2024-12-17T07:30:04.879Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2743 | 2024-12-17T07:30:05.001Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2744 | 2024-12-17T07:30:05.267Z | Checking object v0.30.4 |
2745 | 2024-12-17T07:30:05.291Z | Checking path-slash v0.1.5 |
2746 | 2024-12-17T07:30:05.480Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2747 | 2024-12-17T07:30:05.502Z | Checking nix v0.27.1 |
2748 | 2024-12-17T07:30:06.153Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2749 | 2024-12-17T07:30:06.416Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2750 | 2024-12-17T07:30:06.675Z | Checking tungstenite v0.23.0 |
2751 | 2024-12-17T07:30:06.726Z | Checking kstat-rs v0.2.4 |
2752 | 2024-12-17T07:30:06.858Z | Checking signal-hook-tokio v0.3.1 |
2753 | 2024-12-17T07:30:07.060Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2754 | 2024-12-17T07:30:07.419Z | Checking tokio-tungstenite v0.23.1 |
2755 | 2024-12-17T07:30:08.153Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2756 | 2024-12-17T07:30:08.218Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2757 | 2024-12-17T07:30:08.319Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2758 | 2024-12-17T07:30:15.206Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2759 | 2024-12-17T07:30:16.473Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2760 | 2024-12-17T07:30:18.962Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2761 | 2024-12-17T07:30:24.576Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2762 | 2024-12-17T07:30:25.264Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2763 | 2024-12-17T07:30:28.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.40s |
2764 | 2024-12-17T07:30:28.232Z | |
2765 | 2024-12-17T07:30:28.232Z | info: running `cargo check --bins` on gateway-api (89/174) |
2766 | 2024-12-17T07:30:28.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2024-12-17T07:30:28.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2024-12-17T07:30:28.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2024-12-17T07:30:28.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2770 | 2024-12-17T07:30:28.852Z | |
2771 | 2024-12-17T07:30:28.852Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/174) |
2772 | 2024-12-17T07:30:29.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2024-12-17T07:30:29.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2024-12-17T07:30:29.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2024-12-17T07:30:29.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2776 | 2024-12-17T07:30:29.448Z | |
2777 | 2024-12-17T07:30:29.448Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/174) |
2778 | 2024-12-17T07:30:29.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2024-12-17T07:30:29.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2024-12-17T07:30:29.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2024-12-17T07:30:30.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2782 | 2024-12-17T07:30:30.073Z | |
2783 | 2024-12-17T07:30:30.073Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/174) |
2784 | 2024-12-17T07:30:30.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2024-12-17T07:30:30.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2024-12-17T07:30:30.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2024-12-17T07:30:30.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2788 | 2024-12-17T07:30:30.688Z | |
2789 | 2024-12-17T07:30:30.688Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/174) |
2790 | 2024-12-17T07:30:31.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-12-17T07:30:31.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-12-17T07:30:31.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2024-12-17T07:30:31.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2794 | 2024-12-17T07:30:31.326Z | |
2795 | 2024-12-17T07:30:31.326Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/174) |
2796 | 2024-12-17T07:30:31.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-12-17T07:30:31.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-12-17T07:30:31.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2024-12-17T07:30:31.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2800 | 2024-12-17T07:30:31.959Z | |
2801 | 2024-12-17T07:30:31.959Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/174) |
2802 | 2024-12-17T07:30:32.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-12-17T07:30:32.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-12-17T07:30:32.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2805 | 2024-12-17T07:30:32.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2806 | 2024-12-17T07:30:32.577Z | |
2807 | 2024-12-17T07:30:32.577Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/174) |
2808 | 2024-12-17T07:30:33.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2024-12-17T07:30:33.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2024-12-17T07:30:33.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2811 | 2024-12-17T07:30:33.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2812 | 2024-12-17T07:30:33.199Z | |
2813 | 2024-12-17T07:30:33.199Z | info: running `cargo check --bins` on oximeter-producer (97/174) |
2814 | 2024-12-17T07:30:33.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2815 | 2024-12-17T07:30:33.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2816 | 2024-12-17T07:30:33.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2817 | 2024-12-17T07:30:33.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2818 | 2024-12-17T07:30:33.841Z | |
2819 | 2024-12-17T07:30:33.841Z | info: running `cargo check --bins` on internal-dns-resolver (98/174) |
2820 | 2024-12-17T07:30:34.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2024-12-17T07:30:34.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2024-12-17T07:30:34.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2823 | 2024-12-17T07:30:34.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2824 | 2024-12-17T07:30:34.453Z | |
2825 | 2024-12-17T07:30:34.453Z | info: running `cargo check --bins` on sp-sim (99/174) |
2826 | 2024-12-17T07:30:34.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2024-12-17T07:30:34.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2024-12-17T07:30:35.079Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2829 | 2024-12-17T07:30:36.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s |
2830 | 2024-12-17T07:30:37.062Z | |
2831 | 2024-12-17T07:30:37.062Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/174) |
2832 | 2024-12-17T07:30:37.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-12-17T07:30:37.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-12-17T07:30:37.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2024-12-17T07:30:37.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2836 | 2024-12-17T07:30:37.724Z | |
2837 | 2024-12-17T07:30:37.724Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/174) |
2838 | 2024-12-17T07:30:38.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-12-17T07:30:38.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-12-17T07:30:38.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-12-17T07:30:38.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2842 | 2024-12-17T07:30:38.389Z | |
2843 | 2024-12-17T07:30:38.389Z | info: running `cargo check --bins` on db-macros (102/174) |
2844 | 2024-12-17T07:30:38.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-12-17T07:30:38.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-12-17T07:30:38.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2847 | 2024-12-17T07:30:38.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2848 | 2024-12-17T07:30:38.989Z | |
2849 | 2024-12-17T07:30:38.989Z | info: running `cargo check --bins` on nexus-macros-common (103/174) |
2850 | 2024-12-17T07:30:39.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-12-17T07:30:39.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-12-17T07:30:39.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2853 | 2024-12-17T07:30:39.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2854 | 2024-12-17T07:30:39.586Z | |
2855 | 2024-12-17T07:30:39.586Z | info: running `cargo check --bins` on nexus-auth (104/174) |
2856 | 2024-12-17T07:30:40.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-12-17T07:30:40.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-12-17T07:30:40.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2859 | 2024-12-17T07:30:40.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2860 | 2024-12-17T07:30:40.245Z | |
2861 | 2024-12-17T07:30:40.245Z | info: running `cargo check --bins` on authz-macros (105/174) |
2862 | 2024-12-17T07:30:40.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-12-17T07:30:40.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-12-17T07:30:40.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2024-12-17T07:30:40.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2866 | 2024-12-17T07:30:40.845Z | |
2867 | 2024-12-17T07:30:40.845Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/174) |
2868 | 2024-12-17T07:30:41.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-12-17T07:30:41.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-12-17T07:30:41.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2024-12-17T07:30:41.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2872 | 2024-12-17T07:30:41.498Z | |
2873 | 2024-12-17T07:30:41.499Z | info: running `cargo check --bins` on nexus-db-model (107/174) |
2874 | 2024-12-17T07:30:42.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-12-17T07:30:42.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-12-17T07:30:42.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2024-12-17T07:30:42.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2878 | 2024-12-17T07:30:42.152Z | |
2879 | 2024-12-17T07:30:42.152Z | info: running `cargo check --bins` on nexus-defaults (108/174) |
2880 | 2024-12-17T07:30:42.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-12-17T07:30:42.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-12-17T07:30:42.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2024-12-17T07:30:42.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2884 | 2024-12-17T07:30:42.778Z | |
2885 | 2024-12-17T07:30:42.778Z | info: running `cargo check --bins` on nexus-inventory (109/174) |
2886 | 2024-12-17T07:30:43.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2024-12-17T07:30:43.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2024-12-17T07:30:43.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2889 | 2024-12-17T07:30:43.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2890 | 2024-12-17T07:30:43.421Z | |
2891 | 2024-12-17T07:30:43.421Z | info: running `cargo check --bins` on typed-rng (110/174) |
2892 | 2024-12-17T07:30:43.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2024-12-17T07:30:43.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2024-12-17T07:30:43.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2895 | 2024-12-17T07:30:43.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2896 | 2024-12-17T07:30:44.030Z | |
2897 | 2024-12-17T07:30:44.030Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/174) |
2898 | 2024-12-17T07:30:44.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2024-12-17T07:30:44.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2024-12-17T07:30:44.759Z | Checking keccak v0.1.5 |
2901 | 2024-12-17T07:30:44.869Z | Checking secrecy v0.8.0 |
2902 | 2024-12-17T07:30:44.871Z | Compiling unicase v2.7.0 |
2903 | 2024-12-17T07:30:44.871Z | Compiling same-file v1.0.6 |
2904 | 2024-12-17T07:30:44.895Z | Compiling tempfile v3.13.0 |
2905 | 2024-12-17T07:30:44.908Z | Compiling thiserror-impl-no-std v2.0.2 |
2906 | 2024-12-17T07:30:44.911Z | Checking universal-hash v0.5.1 |
2907 | 2024-12-17T07:30:44.911Z | Compiling ring v0.16.20 |
2908 | 2024-12-17T07:30:45.034Z | Compiling walkdir v2.5.0 |
2909 | 2024-12-17T07:30:45.080Z | Compiling blake3 v1.5.4 |
2910 | 2024-12-17T07:30:45.134Z | Checking opaque-debug v0.3.1 |
2911 | 2024-12-17T07:30:45.152Z | Checking sha3 v0.10.8 |
2912 | 2024-12-17T07:30:45.226Z | Checking poly1305 v0.8.0 |
2913 | 2024-12-17T07:30:45.354Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2914 | 2024-12-17T07:30:45.565Z | Checking chacha20 v0.9.1 |
2915 | 2024-12-17T07:30:45.634Z | Checking aead v0.5.2 |
2916 | 2024-12-17T07:30:45.730Z | Compiling memmap2 v0.9.5 |
2917 | 2024-12-17T07:30:45.750Z | Compiling arrayvec v0.7.6 |
2918 | 2024-12-17T07:30:45.753Z | Compiling constant_time_eq v0.3.1 |
2919 | 2024-12-17T07:30:45.845Z | Compiling spin v0.5.2 |
2920 | 2024-12-17T07:30:45.895Z | Compiling salty v0.3.0 |
2921 | 2024-12-17T07:30:45.949Z | Compiling libefi-sys v0.1.0 |
2922 | 2024-12-17T07:30:46.059Z | Compiling arrayref v0.3.9 |
2923 | 2024-12-17T07:30:46.134Z | Checking chacha20poly1305 v0.10.1 |
2924 | 2024-12-17T07:30:46.187Z | Compiling toolchain_find v0.4.0 |
2925 | 2024-12-17T07:30:46.228Z | Compiling camino-tempfile v1.1.1 |
2926 | 2024-12-17T07:30:46.302Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2927 | 2024-12-17T07:30:46.324Z | Compiling bitfield-struct v0.6.2 |
2928 | 2024-12-17T07:30:46.522Z | Compiling topological-sort v0.2.2 |
2929 | 2024-12-17T07:30:46.692Z | Compiling mime_guess v2.0.5 |
2930 | 2024-12-17T07:30:46.727Z | Compiling rustfmt-wrapper v0.2.1 |
2931 | 2024-12-17T07:30:47.231Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2932 | 2024-12-17T07:30:47.304Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2933 | 2024-12-17T07:30:47.343Z | Checking primeorder v0.13.6 |
2934 | 2024-12-17T07:30:47.588Z | Checking env_filter v0.1.2 |
2935 | 2024-12-17T07:30:47.643Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2936 | 2024-12-17T07:30:47.796Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2937 | 2024-12-17T07:30:47.839Z | Checking p384 v0.13.0 |
2938 | 2024-12-17T07:30:47.856Z | Checking env_logger v0.11.5 |
2939 | 2024-12-17T07:30:47.988Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2940 | 2024-12-17T07:30:48.012Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2941 | 2024-12-17T07:30:48.083Z | Checking thiserror-no-std v2.0.2 |
2942 | 2024-12-17T07:30:48.199Z | Checking vsss-rs v3.3.4 |
2943 | 2024-12-17T07:30:48.255Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2944 | 2024-12-17T07:30:48.345Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2945 | 2024-12-17T07:30:48.427Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2946 | 2024-12-17T07:30:48.578Z | Checking bumpalo v3.16.0 |
2947 | 2024-12-17T07:30:48.639Z | Compiling zip v2.1.3 |
2948 | 2024-12-17T07:30:48.708Z | Checking lockfree-object-pool v0.1.6 |
2949 | 2024-12-17T07:30:48.800Z | Checking simd-adler32 v0.3.7 |
2950 | 2024-12-17T07:30:48.901Z | Checking http-range v0.1.5 |
2951 | 2024-12-17T07:30:48.904Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2952 | 2024-12-17T07:30:48.950Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2953 | 2024-12-17T07:30:49.083Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2954 | 2024-12-17T07:30:49.114Z | Checking zopfli v0.8.1 |
2955 | 2024-12-17T07:30:49.204Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2956 | 2024-12-17T07:30:49.682Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2957 | 2024-12-17T07:30:49.755Z | Checking nanorand v0.7.0 |
2958 | 2024-12-17T07:30:49.780Z | Checking atty v0.2.14 |
2959 | 2024-12-17T07:30:49.795Z | Checking glob v0.3.1 |
2960 | 2024-12-17T07:30:49.895Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2961 | 2024-12-17T07:30:50.107Z | Checking flume v0.11.1 |
2962 | 2024-12-17T07:30:50.110Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2963 | 2024-12-17T07:30:50.505Z | Compiling omicron-zone-package v0.11.1 |
2964 | 2024-12-17T07:30:50.619Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2965 | 2024-12-17T07:30:50.874Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2966 | 2024-12-17T07:30:51.613Z | Checking hyper-staticfile v0.10.1 |
2967 | 2024-12-17T07:30:52.156Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2968 | 2024-12-17T07:30:52.563Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2969 | 2024-12-17T07:30:52.628Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2970 | 2024-12-17T07:30:52.678Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2971 | 2024-12-17T07:30:52.703Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2972 | 2024-12-17T07:30:52.789Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2973 | 2024-12-17T07:30:53.365Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2974 | 2024-12-17T07:30:53.785Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2975 | 2024-12-17T07:30:54.171Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2976 | 2024-12-17T07:30:55.040Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2977 | 2024-12-17T07:30:57.057Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2978 | 2024-12-17T07:30:57.057Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2979 | 2024-12-17T07:31:06.913Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2980 | 2024-12-17T07:31:20.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.02s |
2981 | 2024-12-17T07:31:20.250Z | |
2982 | 2024-12-17T07:31:20.250Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/174) |
2983 | 2024-12-17T07:31:20.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2024-12-17T07:31:20.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2024-12-17T07:31:20.978Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2986 | 2024-12-17T07:31:34.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s |
2987 | 2024-12-17T07:31:34.733Z | |
2988 | 2024-12-17T07:31:34.733Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/174) |
2989 | 2024-12-17T07:31:35.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2024-12-17T07:31:35.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2024-12-17T07:31:35.453Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2992 | 2024-12-17T07:31:48.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s |
2993 | 2024-12-17T07:31:48.896Z | |
2994 | 2024-12-17T07:31:48.897Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/174) |
2995 | 2024-12-17T07:31:49.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2024-12-17T07:31:49.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2024-12-17T07:31:49.614Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2998 | 2024-12-17T07:32:02.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.05s |
2999 | 2024-12-17T07:32:03.139Z | |
3000 | 2024-12-17T07:32:03.139Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/174) |
3001 | 2024-12-17T07:32:03.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2024-12-17T07:32:03.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2024-12-17T07:32:03.857Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3004 | 2024-12-17T07:32:17.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
3005 | 2024-12-17T07:32:17.314Z | |
3006 | 2024-12-17T07:32:17.314Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/174) |
3007 | 2024-12-17T07:32:17.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2024-12-17T07:32:17.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2024-12-17T07:32:18.044Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3010 | 2024-12-17T07:32:31.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s |
3011 | 2024-12-17T07:32:31.458Z | |
3012 | 2024-12-17T07:32:31.458Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/174) |
3013 | 2024-12-17T07:32:32.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2024-12-17T07:32:32.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2024-12-17T07:32:32.189Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3016 | 2024-12-17T07:32:45.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.07s |
3017 | 2024-12-17T07:32:45.720Z | |
3018 | 2024-12-17T07:32:45.721Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/174) |
3019 | 2024-12-17T07:32:46.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2024-12-17T07:32:46.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2024-12-17T07:32:46.446Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3022 | 2024-12-17T07:32:59.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s |
3023 | 2024-12-17T07:32:59.877Z | |
3024 | 2024-12-17T07:32:59.877Z | info: running `cargo check --bins` on bootstrap-agent-api (119/174) |
3025 | 2024-12-17T07:33:00.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2024-12-17T07:33:00.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2024-12-17T07:33:00.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2024-12-17T07:33:00.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3029 | 2024-12-17T07:33:00.519Z | |
3030 | 2024-12-17T07:33:00.519Z | info: running `cargo check --bins` on key-manager (120/174) |
3031 | 2024-12-17T07:33:01.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2024-12-17T07:33:01.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2024-12-17T07:33:01.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2024-12-17T07:33:01.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3035 | 2024-12-17T07:33:01.147Z | |
3036 | 2024-12-17T07:33:01.147Z | info: running `cargo check --bins` on range-requests (121/174) |
3037 | 2024-12-17T07:33:01.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2024-12-17T07:33:01.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2024-12-17T07:33:01.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2024-12-17T07:33:01.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3041 | 2024-12-17T07:33:01.745Z | |
3042 | 2024-12-17T07:33:01.745Z | info: running `cargo check --bins` on repo-depot-api (122/174) |
3043 | 2024-12-17T07:33:02.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2024-12-17T07:33:02.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2024-12-17T07:33:02.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2024-12-17T07:33:02.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3047 | 2024-12-17T07:33:02.359Z | |
3048 | 2024-12-17T07:33:02.359Z | info: running `cargo check --bins` on sled-agent-api (123/174) |
3049 | 2024-12-17T07:33:02.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2024-12-17T07:33:02.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2024-12-17T07:33:02.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2024-12-17T07:33:02.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3053 | 2024-12-17T07:33:03.004Z | |
3054 | 2024-12-17T07:33:03.004Z | info: running `cargo check --bins` on sled-diagnostics (124/174) |
3055 | 2024-12-17T07:33:03.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2024-12-17T07:33:03.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2024-12-17T07:33:03.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3058 | 2024-12-17T07:33:03.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3059 | 2024-12-17T07:33:03.605Z | |
3060 | 2024-12-17T07:33:03.605Z | info: running `cargo check --bins` on sled-hardware (125/174) |
3061 | 2024-12-17T07:33:04.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2024-12-17T07:33:04.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2024-12-17T07:33:04.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2024-12-17T07:33:04.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3065 | 2024-12-17T07:33:04.231Z | |
3066 | 2024-12-17T07:33:04.231Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/174) |
3067 | 2024-12-17T07:33:04.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2024-12-17T07:33:04.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2024-12-17T07:33:04.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3070 | 2024-12-17T07:33:04.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3071 | 2024-12-17T07:33:04.860Z | |
3072 | 2024-12-17T07:33:04.860Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/174) |
3073 | 2024-12-17T07:33:05.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2024-12-17T07:33:05.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2024-12-17T07:33:05.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3076 | 2024-12-17T07:33:05.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3077 | 2024-12-17T07:33:05.489Z | |
3078 | 2024-12-17T07:33:05.489Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/174) |
3079 | 2024-12-17T07:33:06.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2024-12-17T07:33:06.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2024-12-17T07:33:06.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3082 | 2024-12-17T07:33:06.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3083 | 2024-12-17T07:33:06.126Z | |
3084 | 2024-12-17T07:33:06.126Z | info: running `cargo check --bins` on nexus-test-interface (129/174) |
3085 | 2024-12-17T07:33:06.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2024-12-17T07:33:06.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2024-12-17T07:33:06.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3088 | 2024-12-17T07:33:06.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3089 | 2024-12-17T07:33:06.762Z | |
3090 | 2024-12-17T07:33:06.762Z | info: running `cargo check --bins` on oximeter-collector (130/174) |
3091 | 2024-12-17T07:33:07.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3092 | 2024-12-17T07:33:07.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3093 | 2024-12-17T07:33:07.435Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3094 | 2024-12-17T07:33:07.435Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3095 | 2024-12-17T07:33:08.299Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3096 | 2024-12-17T07:33:10.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s |
3097 | 2024-12-17T07:33:10.508Z | |
3098 | 2024-12-17T07:33:10.508Z | info: running `cargo check --bins` on oximeter-api (131/174) |
3099 | 2024-12-17T07:33:11.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2024-12-17T07:33:11.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2024-12-17T07:33:11.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3102 | 2024-12-17T07:33:11.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3103 | 2024-12-17T07:33:11.121Z | |
3104 | 2024-12-17T07:33:11.121Z | info: running `cargo check --bins` on cert-dev (132/174) |
3105 | 2024-12-17T07:33:11.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2024-12-17T07:33:11.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2024-12-17T07:33:11.719Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3108 | 2024-12-17T07:33:11.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3109 | 2024-12-17T07:33:12.142Z | |
3110 | 2024-12-17T07:33:12.142Z | info: running `cargo check --bins` on clickhouse-cluster-dev (133/174) |
3111 | 2024-12-17T07:33:12.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2024-12-17T07:33:12.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2024-12-17T07:33:12.821Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3114 | 2024-12-17T07:33:12.821Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3115 | 2024-12-17T07:33:13.434Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3116 | 2024-12-17T07:33:13.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3117 | 2024-12-17T07:33:13.981Z | |
3118 | 2024-12-17T07:33:13.981Z | info: running `cargo check --bins` on ch-dev (134/174) |
3119 | 2024-12-17T07:33:14.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2024-12-17T07:33:14.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2024-12-17T07:33:14.628Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3122 | 2024-12-17T07:33:15.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3123 | 2024-12-17T07:33:15.504Z | |
3124 | 2024-12-17T07:33:15.504Z | info: running `cargo check --bins` on crdb-seed (135/174) |
3125 | 2024-12-17T07:33:16.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2024-12-17T07:33:16.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2024-12-17T07:33:16.149Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3128 | 2024-12-17T07:33:16.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
3129 | 2024-12-17T07:33:16.683Z | |
3130 | 2024-12-17T07:33:16.683Z | info: running `cargo check --bins` on db-dev (136/174) |
3131 | 2024-12-17T07:33:17.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2024-12-17T07:33:17.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2024-12-17T07:33:17.336Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3134 | 2024-12-17T07:33:18.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3135 | 2024-12-17T07:33:18.235Z | |
3136 | 2024-12-17T07:33:18.235Z | info: running `cargo check --bins` on omicron-dev-lib (137/174) |
3137 | 2024-12-17T07:33:18.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2024-12-17T07:33:18.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2024-12-17T07:33:18.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3140 | 2024-12-17T07:33:18.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3141 | 2024-12-17T07:33:18.868Z | |
3142 | 2024-12-17T07:33:18.868Z | info: running `cargo check --bins` on xtask-downloader (138/174) |
3143 | 2024-12-17T07:33:19.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2024-12-17T07:33:19.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2024-12-17T07:33:19.473Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3146 | 2024-12-17T07:33:20.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
3147 | 2024-12-17T07:33:20.533Z | |
3148 | 2024-12-17T07:33:20.533Z | info: running `cargo check --bins` on omicron-ls-apis (139/174) |
3149 | 2024-12-17T07:33:21.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2024-12-17T07:33:21.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2024-12-17T07:33:21.136Z | Checking cargo-platform v0.1.8 |
3152 | 2024-12-17T07:33:21.398Z | Checking cargo_metadata v0.18.1 |
3153 | 2024-12-17T07:33:22.339Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3154 | 2024-12-17T07:33:23.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s |
3155 | 2024-12-17T07:33:23.327Z | |
3156 | 2024-12-17T07:33:23.327Z | info: running `cargo check --bins` on mgs-dev (140/174) |
3157 | 2024-12-17T07:33:23.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3158 | 2024-12-17T07:33:23.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3159 | 2024-12-17T07:33:24.037Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3160 | 2024-12-17T07:33:24.751Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3161 | 2024-12-17T07:33:25.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3162 | 2024-12-17T07:33:25.488Z | |
3163 | 2024-12-17T07:33:25.488Z | info: running `cargo check --bins` on omicron-omdb (141/174) |
3164 | 2024-12-17T07:33:26.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3165 | 2024-12-17T07:33:26.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3166 | 2024-12-17T07:33:26.253Z | Compiling crunchy v0.2.2 |
3167 | 2024-12-17T07:33:26.253Z | Compiling tiny-keccak v2.0.2 |
3168 | 2024-12-17T07:33:26.256Z | Compiling dsl_auto_type v0.1.2 |
3169 | 2024-12-17T07:33:26.256Z | Checking scheduled-thread-pool v0.2.7 |
3170 | 2024-12-17T07:33:26.256Z | Compiling diesel_table_macro_syntax v0.2.0 |
3171 | 2024-12-17T07:33:26.256Z | Compiling ascii-canvas v3.0.0 |
3172 | 2024-12-17T07:33:26.367Z | Compiling ena v0.14.3 |
3173 | 2024-12-17T07:33:26.378Z | Compiling regex-syntax v0.6.29 |
3174 | 2024-12-17T07:33:26.574Z | Checking r2d2 v0.8.10 |
3175 | 2024-12-17T07:33:26.631Z | Compiling diff v0.1.13 |
3176 | 2024-12-17T07:33:26.773Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3177 | 2024-12-17T07:33:26.847Z | Compiling ref-cast v1.0.23 |
3178 | 2024-12-17T07:33:26.872Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3179 | 2024-12-17T07:33:26.923Z | Compiling derive_builder_core v0.20.2 |
3180 | 2024-12-17T07:33:26.999Z | Compiling libxml v0.3.3 |
3181 | 2024-12-17T07:33:27.144Z | Compiling ref-cast-impl v1.0.23 |
3182 | 2024-12-17T07:33:27.283Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3183 | 2024-12-17T07:33:27.410Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3184 | 2024-12-17T07:33:27.435Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3185 | 2024-12-17T07:33:27.669Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3186 | 2024-12-17T07:33:27.721Z | Compiling strum_macros v0.24.3 |
3187 | 2024-12-17T07:33:27.825Z | Compiling samael v0.0.17 |
3188 | 2024-12-17T07:33:27.992Z | Compiling diesel_derives v2.2.3 |
3189 | 2024-12-17T07:33:28.088Z | Compiling indoc v1.0.9 |
3190 | 2024-12-17T07:33:29.050Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3191 | 2024-12-17T07:33:29.321Z | Compiling impl-trait-for-tuples v0.2.2 |
3192 | 2024-12-17T07:33:29.435Z | Compiling derive_builder_macro v0.20.2 |
3193 | 2024-12-17T07:33:29.626Z | Compiling lalrpop v0.19.12 |
3194 | 2024-12-17T07:33:30.322Z | Checking derive_builder v0.20.2 |
3195 | 2024-12-17T07:33:30.466Z | Compiling oso-derive v0.27.3 |
3196 | 2024-12-17T07:33:30.889Z | Checking quick-xml v0.33.0 |
3197 | 2024-12-17T07:33:31.359Z | Compiling diesel-dtrace v0.4.2 |
3198 | 2024-12-17T07:33:31.527Z | Checking maplit v1.0.2 |
3199 | 2024-12-17T07:33:31.699Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3200 | 2024-12-17T07:33:31.744Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3201 | 2024-12-17T07:33:32.022Z | Checking bb8 v0.8.5 |
3202 | 2024-12-17T07:33:32.414Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3203 | 2024-12-17T07:33:32.518Z | Checking castaway v0.2.3 |
3204 | 2024-12-17T07:33:32.574Z | Checking rand_seeder v0.3.0 |
3205 | 2024-12-17T07:33:32.745Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3206 | 2024-12-17T07:33:32.763Z | Checking compact_str v0.8.0 |
3207 | 2024-12-17T07:33:32.844Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3208 | 2024-12-17T07:33:33.047Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3209 | 2024-12-17T07:33:33.400Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3210 | 2024-12-17T07:33:33.671Z | Checking unicode-truncate v1.1.0 |
3211 | 2024-12-17T07:33:33.691Z | Checking lru v0.12.5 |
3212 | 2024-12-17T07:33:33.895Z | Compiling instability v0.3.2 |
3213 | 2024-12-17T07:33:33.976Z | Checking is_ci v1.2.0 |
3214 | 2024-12-17T07:33:34.122Z | Checking smawk v0.3.2 |
3215 | 2024-12-17T07:33:34.324Z | Checking unicode-linebreak v0.1.5 |
3216 | 2024-12-17T07:33:34.377Z | Checking cassowary v0.3.0 |
3217 | 2024-12-17T07:33:34.762Z | Checking textwrap v0.16.1 |
3218 | 2024-12-17T07:33:34.806Z | Checking supports-color v3.0.1 |
3219 | 2024-12-17T07:33:34.881Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3220 | 2024-12-17T07:33:34.940Z | Checking ratatui v0.28.1 |
3221 | 2024-12-17T07:33:35.033Z | Checking multimap v0.10.0 |
3222 | 2024-12-17T07:33:37.864Z | Checking diesel v2.2.6 |
3223 | 2024-12-17T07:34:02.655Z | Compiling polar-core v0.27.3 |
3224 | 2024-12-17T07:34:07.252Z | Checking async-bb8-diesel v0.2.1 |
3225 | 2024-12-17T07:34:09.905Z | Checking oso v0.27.3 |
3226 | 2024-12-17T07:35:19.989Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3227 | 2024-12-17T07:35:26.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
3228 | 2024-12-17T07:35:26.203Z | |
3229 | 2024-12-17T07:35:26.203Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (142/174) |
3230 | 2024-12-17T07:35:26.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2024-12-17T07:35:26.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2024-12-17T07:35:26.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3233 | 2024-12-17T07:35:26.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3234 | 2024-12-17T07:35:26.868Z | |
3235 | 2024-12-17T07:35:26.868Z | info: running `cargo check --bins` on nexus-saga-recovery (143/174) |
3236 | 2024-12-17T07:35:27.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3237 | 2024-12-17T07:35:27.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3238 | 2024-12-17T07:35:27.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3239 | 2024-12-17T07:35:27.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3240 | 2024-12-17T07:35:27.528Z | |
3241 | 2024-12-17T07:35:27.528Z | info: running `cargo check --bins` on nexus-test-utils-macros (144/174) |
3242 | 2024-12-17T07:35:28.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3243 | 2024-12-17T07:35:28.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3244 | 2024-12-17T07:35:28.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3245 | 2024-12-17T07:35:28.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3246 | 2024-12-17T07:35:28.130Z | |
3247 | 2024-12-17T07:35:28.131Z | info: running `cargo check --bins` on omicron-nexus (145/174) |
3248 | 2024-12-17T07:35:28.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3249 | 2024-12-17T07:35:28.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3250 | 2024-12-17T07:35:28.910Z | Compiling libz-sys v1.1.20 |
3251 | 2024-12-17T07:35:29.026Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3252 | 2024-12-17T07:35:29.039Z | Compiling vergen v8.3.2 |
3253 | 2024-12-17T07:35:29.041Z | Compiling cargo-platform v0.1.8 |
3254 | 2024-12-17T07:35:29.041Z | Compiling pin-project-internal v1.1.6 |
3255 | 2024-12-17T07:35:29.079Z | Compiling snafu-derive v0.8.5 |
3256 | 2024-12-17T07:35:29.079Z | Compiling libsqlite3-sys v0.30.1 |
3257 | 2024-12-17T07:35:29.081Z | Compiling rustls v0.21.12 |
3258 | 2024-12-17T07:35:29.315Z | Compiling cargo_metadata v0.18.1 |
3259 | 2024-12-17T07:35:29.374Z | Compiling cfg_aliases v0.2.1 |
3260 | 2024-12-17T07:35:29.486Z | Compiling buf-list v1.0.3 |
3261 | 2024-12-17T07:35:29.577Z | Compiling nix v0.29.0 |
3262 | 2024-12-17T07:35:29.648Z | Checking globset v0.4.15 |
3263 | 2024-12-17T07:35:29.971Z | Checking olpc-cjson v0.1.4 |
3264 | 2024-12-17T07:35:30.138Z | Checking sct v0.7.1 |
3265 | 2024-12-17T07:35:30.179Z | Checking rustls-webpki v0.101.7 |
3266 | 2024-12-17T07:35:30.182Z | Checking serde_plain v1.0.2 |
3267 | 2024-12-17T07:35:30.337Z | Checking typed-path v0.9.3 |
3268 | 2024-12-17T07:35:30.770Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3269 | 2024-12-17T07:35:30.924Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3270 | 2024-12-17T07:35:31.032Z | Checking hashlink v0.9.1 |
3271 | 2024-12-17T07:35:31.192Z | Checking fallible-iterator v0.3.0 |
3272 | 2024-12-17T07:35:31.691Z | Checking parse-size v1.1.0 |
3273 | 2024-12-17T07:35:31.807Z | Checking fallible-streaming-iterator v0.1.9 |
3274 | 2024-12-17T07:35:32.054Z | Checking rusqlite v0.32.1 |
3275 | 2024-12-17T07:35:32.110Z | Checking pin-project v1.1.6 |
3276 | 2024-12-17T07:35:32.234Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3277 | 2024-12-17T07:35:32.325Z | Checking rustls-pemfile v1.0.4 |
3278 | 2024-12-17T07:35:32.414Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3279 | 2024-12-17T07:35:32.493Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3280 | 2024-12-17T07:35:32.780Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3281 | 2024-12-17T07:35:32.927Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3282 | 2024-12-17T07:35:33.065Z | Checking twox-hash v1.6.3 |
3283 | 2024-12-17T07:35:33.232Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3284 | 2024-12-17T07:35:33.576Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3285 | 2024-12-17T07:35:33.594Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3286 | 2024-12-17T07:35:34.153Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3287 | 2024-12-17T07:35:34.172Z | Checking tokio-rustls v0.24.1 |
3288 | 2024-12-17T07:35:34.199Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3289 | 2024-12-17T07:35:34.491Z | Checking fatfs v0.3.6 |
3290 | 2024-12-17T07:35:34.553Z | Checking snafu v0.8.5 |
3291 | 2024-12-17T07:35:35.053Z | Checking tough v0.19.0 |
3292 | 2024-12-17T07:35:35.203Z | Checking assert_matches v1.5.0 |
3293 | 2024-12-17T07:35:39.227Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3294 | 2024-12-17T07:35:40.535Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3295 | 2024-12-17T07:35:41.343Z | Compiling git2 v0.19.0 |
3296 | 2024-12-17T07:35:46.005Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3297 | 2024-12-17T07:36:39.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3298 | 2024-12-17T07:36:39.927Z | |
3299 | 2024-12-17T07:36:39.927Z | info: running `cargo check --bins` on nexus-external-api (146/174) |
3300 | 2024-12-17T07:36:40.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2024-12-17T07:36:40.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2024-12-17T07:36:40.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3303 | 2024-12-17T07:36:40.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3304 | 2024-12-17T07:36:40.602Z | |
3305 | 2024-12-17T07:36:40.602Z | info: running `cargo check --bins` on openapi-manager-types (147/174) |
3306 | 2024-12-17T07:36:41.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2024-12-17T07:36:41.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2024-12-17T07:36:41.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3309 | 2024-12-17T07:36:41.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3310 | 2024-12-17T07:36:41.207Z | |
3311 | 2024-12-17T07:36:41.207Z | info: running `cargo check --bins` on nexus-internal-api (148/174) |
3312 | 2024-12-17T07:36:41.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3313 | 2024-12-17T07:36:41.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3314 | 2024-12-17T07:36:41.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3315 | 2024-12-17T07:36:41.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3316 | 2024-12-17T07:36:41.867Z | |
3317 | 2024-12-17T07:36:41.867Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (149/174) |
3318 | 2024-12-17T07:36:42.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3319 | 2024-12-17T07:36:42.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3320 | 2024-12-17T07:36:42.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3321 | 2024-12-17T07:36:42.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3322 | 2024-12-17T07:36:42.530Z | |
3323 | 2024-12-17T07:36:42.530Z | info: running `cargo check --bins` on nexus-networking (150/174) |
3324 | 2024-12-17T07:36:43.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2024-12-17T07:36:43.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2024-12-17T07:36:43.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3327 | 2024-12-17T07:36:43.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3328 | 2024-12-17T07:36:43.189Z | |
3329 | 2024-12-17T07:36:43.189Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (151/174) |
3330 | 2024-12-17T07:36:43.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2024-12-17T07:36:43.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2024-12-17T07:36:43.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3333 | 2024-12-17T07:36:43.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3334 | 2024-12-17T07:36:43.860Z | |
3335 | 2024-12-17T07:36:43.860Z | info: running `cargo check --bins` on update-common (152/174) |
3336 | 2024-12-17T07:36:44.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2024-12-17T07:36:44.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2024-12-17T07:36:44.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3339 | 2024-12-17T07:36:44.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3340 | 2024-12-17T07:36:44.499Z | |
3341 | 2024-12-17T07:36:44.499Z | info: running `cargo check --bins` on tufaceous-lib (153/174) |
3342 | 2024-12-17T07:36:45.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2024-12-17T07:36:45.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2024-12-17T07:36:45.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3345 | 2024-12-17T07:36:45.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3346 | 2024-12-17T07:36:45.139Z | |
3347 | 2024-12-17T07:36:45.139Z | info: running `cargo check --bins` on tufaceous (154/174) |
3348 | 2024-12-17T07:36:45.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3349 | 2024-12-17T07:36:45.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3350 | 2024-12-17T07:36:45.796Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3351 | 2024-12-17T07:36:46.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3352 | 2024-12-17T07:36:46.961Z | |
3353 | 2024-12-17T07:36:46.961Z | info: running `cargo check --bins` on omicron-dev (155/174) |
3354 | 2024-12-17T07:36:47.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3355 | 2024-12-17T07:36:47.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3356 | 2024-12-17T07:36:47.796Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3357 | 2024-12-17T07:36:47.922Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3358 | 2024-12-17T07:36:47.925Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3359 | 2024-12-17T07:36:47.925Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3360 | 2024-12-17T07:37:13.221Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3361 | 2024-12-17T07:37:13.221Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3362 | 2024-12-17T07:37:13.224Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3363 | 2024-12-17T07:37:13.224Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3364 | 2024-12-17T07:37:13.224Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3365 | 2024-12-17T07:37:14.006Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3366 | 2024-12-17T07:37:15.286Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3367 | 2024-12-17T07:37:53.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
3368 | 2024-12-17T07:37:53.561Z | |
3369 | 2024-12-17T07:37:53.562Z | info: running `cargo check --bins` on openapi-manager (156/174) |
3370 | 2024-12-17T07:37:54.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3371 | 2024-12-17T07:37:54.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3372 | 2024-12-17T07:37:54.254Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3373 | 2024-12-17T07:37:54.257Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3374 | 2024-12-17T07:37:54.257Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3375 | 2024-12-17T07:37:55.906Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3376 | 2024-12-17T07:37:56.803Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3377 | 2024-12-17T07:37:57.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
3378 | 2024-12-17T07:37:58.080Z | |
3379 | 2024-12-17T07:37:58.080Z | info: running `cargo check --bins` on installinator-api (157/174) |
3380 | 2024-12-17T07:37:58.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3381 | 2024-12-17T07:37:58.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3382 | 2024-12-17T07:37:58.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3383 | 2024-12-17T07:37:58.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3384 | 2024-12-17T07:37:58.722Z | |
3385 | 2024-12-17T07:37:58.722Z | info: running `cargo check --bins` on wicketd-api (158/174) |
3386 | 2024-12-17T07:37:59.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3387 | 2024-12-17T07:37:59.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3388 | 2024-12-17T07:37:59.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3389 | 2024-12-17T07:37:59.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3390 | 2024-12-17T07:37:59.366Z | |
3391 | 2024-12-17T07:37:59.366Z | info: running `cargo check --bins` on reconfigurator-cli (159/174) |
3392 | 2024-12-17T07:37:59.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3393 | 2024-12-17T07:37:59.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3394 | 2024-12-17T07:38:00.039Z | Compiling petname v2.0.2 |
3395 | 2024-12-17T07:38:00.042Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3396 | 2024-12-17T07:38:00.042Z | Checking sync-ptr v0.1.1 |
3397 | 2024-12-17T07:38:01.464Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3398 | 2024-12-17T07:38:02.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s |
3399 | 2024-12-17T07:38:03.154Z | |
3400 | 2024-12-17T07:38:03.155Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (160/174) |
3401 | 2024-12-17T07:38:03.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3402 | 2024-12-17T07:38:03.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3403 | 2024-12-17T07:38:03.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3404 | 2024-12-17T07:38:03.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3405 | 2024-12-17T07:38:03.805Z | |
3406 | 2024-12-17T07:38:03.805Z | info: running `cargo check --bins` on omicron-releng (161/174) |
3407 | 2024-12-17T07:38:04.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3408 | 2024-12-17T07:38:04.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3409 | 2024-12-17T07:38:04.468Z | Checking memmap2 v0.9.5 |
3410 | 2024-12-17T07:38:04.468Z | Checking constant_time_eq v0.3.1 |
3411 | 2024-12-17T07:38:04.468Z | Checking spin v0.5.2 |
3412 | 2024-12-17T07:38:04.471Z | Checking arrayvec v0.7.6 |
3413 | 2024-12-17T07:38:04.472Z | Checking arrayref v0.3.9 |
3414 | 2024-12-17T07:38:04.472Z | Checking topological-sort v0.2.2 |
3415 | 2024-12-17T07:38:04.472Z | Checking shell-words v1.1.0 |
3416 | 2024-12-17T07:38:04.727Z | Checking ring v0.16.20 |
3417 | 2024-12-17T07:38:04.857Z | Checking blake3 v1.5.4 |
3418 | 2024-12-17T07:38:05.841Z | Checking omicron-zone-package v0.11.1 |
3419 | 2024-12-17T07:38:06.953Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3420 | 2024-12-17T07:38:07.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
3421 | 2024-12-17T07:38:08.038Z | |
3422 | 2024-12-17T07:38:08.038Z | info: running `cargo check --bins` on xtask (162/174) |
3423 | 2024-12-17T07:38:08.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3424 | 2024-12-17T07:38:08.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3425 | 2024-12-17T07:38:08.460Z | Checking bitflags v2.6.0 |
3426 | 2024-12-17T07:38:08.462Z | Checking serde v1.0.215 |
3427 | 2024-12-17T07:38:08.463Z | Checking thiserror v1.0.69 |
3428 | 2024-12-17T07:38:08.553Z | Checking scroll v0.12.0 |
3429 | 2024-12-17T07:38:08.556Z | Checking hashbrown v0.15.1 |
3430 | 2024-12-17T07:38:08.556Z | Checking log v0.4.22 |
3431 | 2024-12-17T07:38:08.572Z | Checking zerocopy v0.7.35 |
3432 | 2024-12-17T07:38:08.598Z | Checking syn v2.0.90 |
3433 | 2024-12-17T07:38:08.645Z | Checking pest v2.7.14 |
3434 | 2024-12-17T07:38:08.787Z | Checking rustix v0.38.37 |
3435 | 2024-12-17T07:38:08.823Z | Checking once_cell v1.20.2 |
3436 | 2024-12-17T07:38:08.986Z | Checking goblin v0.8.2 |
3437 | 2024-12-17T07:38:09.119Z | Checking fs-err v2.11.0 |
3438 | 2024-12-17T07:38:09.443Z | Checking tabled v0.15.0 |
3439 | 2024-12-17T07:38:09.639Z | Checking indexmap v2.7.0 |
3440 | 2024-12-17T07:38:09.978Z | Checking anyhow v1.0.93 |
3441 | 2024-12-17T07:38:10.674Z | Checking terminal_size v0.4.0 |
3442 | 2024-12-17T07:38:10.674Z | Checking tempfile v3.13.0 |
3443 | 2024-12-17T07:38:10.848Z | Checking clap_builder v4.5.21 |
3444 | 2024-12-17T07:38:11.113Z | Checking dtrace-parser v0.2.0 |
3445 | 2024-12-17T07:38:12.951Z | Checking serde_json v1.0.133 |
3446 | 2024-12-17T07:38:12.952Z | Checking serde_spanned v0.6.8 |
3447 | 2024-12-17T07:38:12.955Z | Checking toml_datetime v0.6.8 |
3448 | 2024-12-17T07:38:12.955Z | Checking camino v1.1.9 |
3449 | 2024-12-17T07:38:12.955Z | Checking cargo-platform v0.1.8 |
3450 | 2024-12-17T07:38:12.955Z | Checking semver v1.0.23 |
3451 | 2024-12-17T07:38:13.127Z | Checking macaddr v1.0.1 |
3452 | 2024-12-17T07:38:13.188Z | Checking clap v4.5.21 |
3453 | 2024-12-17T07:38:13.209Z | Checking toml_edit v0.22.22 |
3454 | 2024-12-17T07:38:13.446Z | Checking camino-tempfile v1.1.1 |
3455 | 2024-12-17T07:38:14.127Z | Checking dof v0.3.0 |
3456 | 2024-12-17T07:38:14.127Z | Checking cargo_metadata v0.18.1 |
3457 | 2024-12-17T07:38:14.540Z | Checking usdt-impl v0.5.0 |
3458 | 2024-12-17T07:38:14.888Z | Checking usdt v0.5.0 |
3459 | 2024-12-17T07:38:14.928Z | Checking toml v0.8.19 |
3460 | 2024-12-17T07:38:15.392Z | Checking cargo_toml v0.20.5 |
3461 | 2024-12-17T07:38:16.576Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3462 | 2024-12-17T07:38:17.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s |
3463 | 2024-12-17T07:38:17.283Z | |
3464 | 2024-12-17T07:38:17.283Z | info: running `cargo check --bins` on end-to-end-tests (163/174) |
3465 | 2024-12-17T07:38:17.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3466 | 2024-12-17T07:38:17.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3467 | 2024-12-17T07:38:18.038Z | Checking polyval v0.6.2 |
3468 | 2024-12-17T07:38:18.152Z | Checking ctr v0.9.2 |
3469 | 2024-12-17T07:38:18.164Z | Checking ssh-encoding v0.2.0 |
3470 | 2024-12-17T07:38:18.166Z | Checking blowfish v0.9.1 |
3471 | 2024-12-17T07:38:18.187Z | Checking password-hash v0.4.2 |
3472 | 2024-12-17T07:38:18.189Z | Checking matches v0.1.10 |
3473 | 2024-12-17T07:38:18.218Z | Checking p256 v0.13.2 |
3474 | 2024-12-17T07:38:18.222Z | Checking p521 v0.13.3 |
3475 | 2024-12-17T07:38:18.295Z | Checking idna v0.2.3 |
3476 | 2024-12-17T07:38:18.378Z | Checking bcrypt-pbkdf v0.10.0 |
3477 | 2024-12-17T07:38:18.380Z | Checking ghash v0.5.1 |
3478 | 2024-12-17T07:38:18.383Z | Compiling enum-as-inner v0.5.1 |
3479 | 2024-12-17T07:38:18.484Z | Checking russh-cryptovec v0.7.3 |
3480 | 2024-12-17T07:38:18.560Z | Checking pbkdf2 v0.11.0 |
3481 | 2024-12-17T07:38:18.590Z | Checking aes-gcm v0.10.3 |
3482 | 2024-12-17T07:38:18.675Z | Checking md5 v0.7.0 |
3483 | 2024-12-17T07:38:18.697Z | Checking num-bigint v0.4.6 |
3484 | 2024-12-17T07:38:18.697Z | Checking des v0.8.1 |
3485 | 2024-12-17T07:38:18.803Z | Checking ssh-cipher v0.2.0 |
3486 | 2024-12-17T07:38:18.822Z | Checking hex-literal v0.4.1 |
3487 | 2024-12-17T07:38:18.952Z | Compiling dhcproto-macros v0.1.0 |
3488 | 2024-12-17T07:38:18.971Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3489 | 2024-12-17T07:38:18.971Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3490 | 2024-12-17T07:38:19.085Z | Checking ssh-key v0.6.6 |
3491 | 2024-12-17T07:38:19.127Z | Checking internet-checksum v0.2.1 |
3492 | 2024-12-17T07:38:19.430Z | Checking trust-dns-proto v0.22.0 |
3493 | 2024-12-17T07:38:20.358Z | Checking russh-keys v0.45.0 |
3494 | 2024-12-17T07:38:21.271Z | Checking russh v0.45.0 |
3495 | 2024-12-17T07:38:21.974Z | Checking dhcproto v0.12.0 |
3496 | 2024-12-17T07:38:38.984Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3497 | 2024-12-17T07:38:40.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.11s |
3498 | 2024-12-17T07:38:40.616Z | |
3499 | 2024-12-17T07:38:40.616Z | info: running `cargo check --bins` on gateway-cli (164/174) |
3500 | 2024-12-17T07:38:41.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3501 | 2024-12-17T07:38:41.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3502 | 2024-12-17T07:38:41.255Z | Checking termios v0.3.3 |
3503 | 2024-12-17T07:38:41.479Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3504 | 2024-12-17T07:38:42.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3505 | 2024-12-17T07:38:42.427Z | |
3506 | 2024-12-17T07:38:42.427Z | info: running `cargo check --bins --no-default-features` on installinator (165/174) |
3507 | 2024-12-17T07:38:43.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3508 | 2024-12-17T07:38:43.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3509 | 2024-12-17T07:38:43.112Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3510 | 2024-12-17T07:38:45.132Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3511 | 2024-12-17T07:38:47.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
3512 | 2024-12-17T07:38:47.179Z | |
3513 | 2024-12-17T07:38:47.179Z | info: running `cargo check --bins` on internal-dns-cli (166/174) |
3514 | 2024-12-17T07:38:47.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3515 | 2024-12-17T07:38:47.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3516 | 2024-12-17T07:38:47.810Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3517 | 2024-12-17T07:38:48.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3518 | 2024-12-17T07:38:48.465Z | |
3519 | 2024-12-17T07:38:48.465Z | info: running `cargo check --bins` on omicron-live-tests (167/174) |
3520 | 2024-12-17T07:38:48.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3521 | 2024-12-17T07:38:49.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3522 | 2024-12-17T07:38:49.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3523 | 2024-12-17T07:38:49.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3524 | 2024-12-17T07:38:49.075Z | |
3525 | 2024-12-17T07:38:49.075Z | info: running `cargo check --bins` on live-tests-macros (168/174) |
3526 | 2024-12-17T07:38:49.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3527 | 2024-12-17T07:38:49.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3528 | 2024-12-17T07:38:49.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3529 | 2024-12-17T07:38:49.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3530 | 2024-12-17T07:38:49.674Z | |
3531 | 2024-12-17T07:38:49.674Z | info: running `cargo check --bins` on omicron-package (169/174) |
3532 | 2024-12-17T07:38:50.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3533 | 2024-12-17T07:38:50.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3534 | 2024-12-17T07:38:50.330Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3535 | 2024-12-17T07:38:51.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3536 | 2024-12-17T07:38:51.832Z | |
3537 | 2024-12-17T07:38:51.832Z | info: running `cargo check --bins` on wicket-dbg (170/174) |
3538 | 2024-12-17T07:38:52.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3539 | 2024-12-17T07:38:52.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3540 | 2024-12-17T07:38:52.519Z | Checking rtoolbox v0.0.2 |
3541 | 2024-12-17T07:38:52.519Z | Checking tui-tree-widget v0.22.0 |
3542 | 2024-12-17T07:38:52.522Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3543 | 2024-12-17T07:38:52.745Z | Checking rpassword v7.3.1 |
3544 | 2024-12-17T07:38:56.783Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3545 | 2024-12-17T07:38:59.753Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3546 | 2024-12-17T07:39:01.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.18s |
3547 | 2024-12-17T07:39:01.202Z | |
3548 | 2024-12-17T07:39:01.202Z | info: running `cargo check --bins` on wicket (171/174) |
3549 | 2024-12-17T07:39:01.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3550 | 2024-12-17T07:39:01.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3551 | 2024-12-17T07:39:01.889Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3552 | 2024-12-17T07:39:02.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3553 | 2024-12-17T07:39:02.520Z | |
3554 | 2024-12-17T07:39:02.520Z | info: running `cargo check --bins` on wicketd (172/174) |
3555 | 2024-12-17T07:39:03.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3556 | 2024-12-17T07:39:03.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3557 | 2024-12-17T07:39:03.226Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3558 | 2024-12-17T07:39:07.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
3559 | 2024-12-17T07:39:07.349Z | |
3560 | 2024-12-17T07:39:07.349Z | info: running `cargo check --bins` on omicron-workspace-hack (173/174) |
3561 | 2024-12-17T07:39:07.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3562 | 2024-12-17T07:39:07.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3563 | 2024-12-17T07:39:07.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3564 | 2024-12-17T07:39:07.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3565 | 2024-12-17T07:39:07.952Z | |
3566 | 2024-12-17T07:39:07.952Z | info: running `cargo check --bins` on zone-setup (174/174) |
3567 | 2024-12-17T07:39:08.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3568 | 2024-12-17T07:39:08.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3569 | 2024-12-17T07:39:08.677Z | Checking uzers v0.12.1 |
3570 | 2024-12-17T07:39:09.022Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3571 | 2024-12-17T07:39:10.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
3572 | 2024-12-17T07:39:10.411Z | |
3573 | 2024-12-17T07:39:10.411Z | real 12:52.242500652 |
3574 | 2024-12-17T07:39:10.411Z | user 24:01.461777496 |
3575 | 2024-12-17T07:39:10.411Z | sys 5:24.340680358 |
3576 | 2024-12-17T07:39:10.411Z | trap 0.456351984 |
3577 | 2024-12-17T07:39:10.412Z | tflt 2.623217963 |
3578 | 2024-12-17T07:39:10.414Z | dflt 3.176901604 |
3579 | 2024-12-17T07:39:10.414Z | kflt 0.000946847 |
3580 | 2024-12-17T07:39:10.414Z | lock 45:40.721757288 |
3581 | 2024-12-17T07:39:10.414Z | slp 2:05:39.929589640 |
3582 | 2024-12-17T07:39:10.414Z | lat 1:01.372367577 |
3583 | 2024-12-17T07:39:10.414Z | stop 3:13.362636723 |
3584 | 2024-12-17T07:39:10.414Z | process exited: duration 1079274 ms, exit code 0 |
|
3585 | 2024-12-17T07:39:10.420Z | found 0 output files |