|
|
|
1 | 2024-12-18T22:35:26.555Z | job assigned to worker 01JFDYH3JRD32BFJTB22MHGBA2 [factory aws, i-0ea9696703a1982ab] (queued for 55 s) |
|
2 | 2024-12-18T22:35:34.681Z | starting task 0: "setup" |
3 | 2024-12-18T22:35:34.736Z | ++ uname -s |
4 | 2024-12-18T22:35:34.736Z | + kern=SunOS |
5 | 2024-12-18T22:35:34.736Z | + case "$kern" in |
6 | 2024-12-18T22:35:34.736Z | + groupadd -g 12345 build |
7 | 2024-12-18T22:35:34.736Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-18T22:35:36.666Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-18T22:35:36.751Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-18T22:35:36.754Z | + home_fs=zfs |
11 | 2024-12-18T22:35:36.754Z | + [[ zfs == autofs ]] |
12 | 2024-12-18T22:35:36.754Z | + mkdir -p /home/build |
13 | 2024-12-18T22:35:36.757Z | + chown build:build /home/build /work |
14 | 2024-12-18T22:35:38.758Z | + chmod 0700 /home/build /work |
15 | 2024-12-18T22:35:38.762Z | process exited: duration 4116 ms, exit code 0 |
|
16 | 2024-12-18T22:35:38.767Z | starting task 1: "rust-toolchain" |
17 | 2024-12-18T22:35:38.773Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-18T22:35:38.773Z | ' 1.81.0 |
19 | 2024-12-18T22:35:38.773Z | * toolchain channel = "1.81.0" |
20 | 2024-12-18T22:35:38.773Z | * toolchain profile = "default" |
21 | 2024-12-18T22:35:38.773Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-18T22:35:38.774Z | ' default |
23 | 2024-12-18T22:35:38.776Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-18T22:35:38.776Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-18T22:35:38.892Z | info: downloading installer |
26 | 2024-12-18T22:35:40.514Z | info: profile set to 'default' |
27 | 2024-12-18T22:35:40.514Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-18T22:35:40.517Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-18T22:35:40.667Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-18T22:35:40.667Z | info: downloading component 'cargo' |
31 | 2024-12-18T22:35:41.500Z | info: downloading component 'clippy' |
32 | 2024-12-18T22:35:41.809Z | info: downloading component 'rust-docs' |
33 | 2024-12-18T22:35:42.966Z | info: downloading component 'rust-std' |
34 | 2024-12-18T22:35:44.769Z | info: downloading component 'rustc' |
35 | 2024-12-18T22:35:51.227Z | info: downloading component 'rustfmt' |
36 | 2024-12-18T22:35:51.468Z | info: installing component 'cargo' |
37 | 2024-12-18T22:35:52.273Z | info: installing component 'clippy' |
38 | 2024-12-18T22:35:52.634Z | info: installing component 'rust-docs' |
39 | 2024-12-18T22:35:54.283Z | info: installing component 'rust-std' |
40 | 2024-12-18T22:35:56.021Z | info: installing component 'rustc' |
41 | 2024-12-18T22:36:01.708Z | info: installing component 'rustfmt' |
42 | 2024-12-18T22:36:02.026Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-18T22:36:02.026Z | |
44 | 2024-12-18T22:36:02.384Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-18T22:36:02.384Z | |
46 | 2024-12-18T22:36:02.400Z | |
47 | 2024-12-18T22:36:02.400Z | Rust is installed now. Great! |
48 | 2024-12-18T22:36:02.400Z | |
49 | 2024-12-18T22:36:02.400Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-18T22:36:02.400Z | environment variable. This has not been done automatically. |
51 | 2024-12-18T22:36:02.400Z | |
52 | 2024-12-18T22:36:02.400Z | To configure your current shell, you need to source |
53 | 2024-12-18T22:36:02.400Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-18T22:36:02.400Z | |
55 | 2024-12-18T22:36:02.400Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-18T22:36:02.400Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-18T22:36:02.400Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-18T22:36:02.450Z | + rustc --version |
59 | 2024-12-18T22:36:02.517Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-18T22:36:02.523Z | process exited: duration 23750 ms, exit code 0 |
|
61 | 2024-12-18T22:36:02.530Z | starting task 2: "authentication" |
62 | 2024-12-18T22:36:02.553Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-18T22:36:02.559Z | starting task 3: "clone repository" |
64 | 2024-12-18T22:36:02.565Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-18T22:36:02.568Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-18T22:36:02.857Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-18T22:36:10.095Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-18T22:36:10.095Z | + git fetch origin d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d |
69 | 2024-12-18T22:36:10.410Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-18T22:36:10.410Z | * branch d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d -> FETCH_HEAD |
71 | 2024-12-18T22:36:10.420Z | + [[ -n eliza/webhook-models ]] |
72 | 2024-12-18T22:36:10.423Z | ++ git branch --show-current |
73 | 2024-12-18T22:36:10.426Z | + current=main |
74 | 2024-12-18T22:36:10.426Z | + [[ main != eliza/webhook-models ]] |
75 | 2024-12-18T22:36:10.426Z | + git branch -f eliza/webhook-models d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d |
76 | 2024-12-18T22:36:10.431Z | + git checkout -f eliza/webhook-models |
77 | 2024-12-18T22:36:10.603Z | Switched to branch 'eliza/webhook-models' |
78 | 2024-12-18T22:36:10.612Z | + git reset --hard d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d |
79 | 2024-12-18T22:36:10.648Z | HEAD is now at d80c4c9ce more diesel plumbing |
80 | 2024-12-18T22:36:10.655Z | process exited: duration 8084 ms, exit code 0 |
|
81 | 2024-12-18T22:36:10.675Z | starting task 4: "build" |
82 | 2024-12-18T22:36:10.681Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-18T22:36:10.681Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-18T22:36:10.681Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-18T22:36:10.686Z | + cargo --version |
86 | 2024-12-18T22:36:10.738Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-18T22:36:10.743Z | + rustc --version |
88 | 2024-12-18T22:36:10.803Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-18T22:36:10.805Z | + source ./env.sh |
90 | 2024-12-18T22:36:10.806Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-18T22:36:10.806Z | ++ set -o xtrace |
92 | 2024-12-18T22:36:10.809Z | ++++ dirname ./env.sh |
93 | 2024-12-18T22:36:10.813Z | +++ readlink -f . |
94 | 2024-12-18T22:36:10.856Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-18T22:36:10.859Z | ++ 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-18T22:36:10.859Z | ++ 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-18T22:36:10.859Z | ++ 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-18T22:36:10.859Z | ++ 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-18T22:36:10.859Z | ++ 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-18T22:36:10.859Z | ++ 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-18T22:36:10.859Z | ++ 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-18T22:36:10.859Z | ++ 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-18T22:36:10.859Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-18T22:36:10.859Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-18T22:36:10.859Z | + 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-18T22:36:10.859Z | + 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-18T22:36:10.859Z | + banner prerequisites |
108 | 2024-12-18T22:36:10.901Z | |
109 | 2024-12-18T22:36:10.901Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-18T22:36:10.901Z | # # # # # # # # # # # # # # # |
111 | 2024-12-18T22:36:10.901Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-18T22:36:10.901Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-18T22:36:10.902Z | # # # # # # # # # # # # # # # |
114 | 2024-12-18T22:36:10.902Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-18T22:36:10.902Z | |
116 | 2024-12-18T22:36:10.907Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-18T22:36:28.454Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-18T22:36:32.431Z | Startup: Caching catalogs ... Done |
119 | 2024-12-18T22:36:42.960Z | Planning: Solver setup ... Done (9.673s) |
120 | 2024-12-18T22:36:43.090Z | Planning: Running solver ... Done (0.131s) |
121 | 2024-12-18T22:36:43.281Z | Planning: Finding local manifests ... Done (0.091s) |
122 | 2024-12-18T22:36:47.179Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-18T22:36:47.241Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-18T22:36:47.241Z | Planning: Package planning ... Done (0.195s) |
125 | 2024-12-18T22:36:47.258Z | Planning: Merging actions ... Done (0.057s) |
126 | 2024-12-18T22:36:47.258Z | Planning: Checking for conflicting actions ... Done (0.525s) |
127 | 2024-12-18T22:36:51.214Z | Planning: Consolidating action changes ... Done (6.036s) |
128 | 2024-12-18T22:36:51.677Z | Planning: Evaluating mediators ... Done (0.411s) |
129 | 2024-12-18T22:36:51.751Z | Planning: Planning completed in 19.23 seconds |
130 | 2024-12-18T22:36:52.601Z | Packages to install: 4 |
131 | 2024-12-18T22:36:52.601Z | Packages to update: 1 |
132 | 2024-12-18T22:36:52.601Z | Mediators to change: 2 |
133 | 2024-12-18T22:36:52.601Z | Services to change: 1 |
134 | 2024-12-18T22:36:52.604Z | Estimated space available: 155.63 GB |
135 | 2024-12-18T22:36:52.604Z | Estimated space to be consumed: 1.61 GB |
136 | 2024-12-18T22:36:52.605Z | Create boot environment: No |
137 | 2024-12-18T22:36:52.605Z | Create backup boot environment: Yes |
138 | 2024-12-18T22:36:52.605Z | Rebuild boot archive: No |
139 | 2024-12-18T22:36:52.605Z | |
140 | 2024-12-18T22:36:52.605Z | Changed mediators: |
141 | 2024-12-18T22:36:52.605Z | mediator clang: |
142 | 2024-12-18T22:36:52.605Z | version: None -> 15 (system default) |
143 | 2024-12-18T22:36:52.605Z | |
144 | 2024-12-18T22:36:52.605Z | mediator llvm: |
145 | 2024-12-18T22:36:52.605Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-18T22:36:52.605Z | |
147 | 2024-12-18T22:36:52.605Z | Changed packages: |
148 | 2024-12-18T22:36:52.605Z | helios-dev |
149 | 2024-12-18T22:36:52.605Z | developer/build-essential |
150 | 2024-12-18T22:36:52.605Z | None -> 11-2.0 |
151 | 2024-12-18T22:36:52.605Z | library/libxmlsec1 |
152 | 2024-12-18T22:36:52.605Z | None -> 1.2.35-2.0 |
153 | 2024-12-18T22:36:52.605Z | ooce/developer/clang-15 |
154 | 2024-12-18T22:36:52.605Z | None -> 15.0.7-2.0 |
155 | 2024-12-18T22:36:52.605Z | ooce/developer/llvm-15 |
156 | 2024-12-18T22:36:52.605Z | None -> 15.0.7-2.0 |
157 | 2024-12-18T22:36:52.605Z | package/pkg |
158 | 2024-12-18T22:36:52.605Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-18T22:36:52.605Z | |
160 | 2024-12-18T22:36:52.605Z | Services: |
161 | 2024-12-18T22:36:52.605Z | restart_fmri: |
162 | 2024-12-18T22:36:52.605Z | svc:/system/update-man-index:default |
163 | 2024-12-18T22:36:52.605Z | |
164 | 2024-12-18T22:36:52.605Z | Editable files to change: |
165 | 2024-12-18T22:36:52.605Z | Update: |
166 | 2024-12-18T22:36:52.606Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-18T22:36:52.950Z | |
168 | 2024-12-18T22:36:52.950Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-18T22:36:57.953Z | Download: 369/4281 items 16.3/220.6MB 7% complete (3.4M/s) |
170 | 2024-12-18T22:37:02.954Z | Download: 1135/4281 items 44.8/220.6MB 20% complete (4.4M/s) |
171 | 2024-12-18T22:37:08.482Z | Download: 1196/4281 items 83.3/220.6MB 37% complete (8.2M/s) |
172 | 2024-12-18T22:37:13.494Z | Download: 1828/4281 items 118.5/220.6MB 53% complete (6.6M/s) |
173 | 2024-12-18T22:37:20.126Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (5.0M/s) |
174 | 2024-12-18T22:37:25.139Z | Download: 3104/4281 items 139.7/220.6MB 63% complete (2.0M/s) |
175 | 2024-12-18T22:37:30.319Z | Download: 3246/4281 items 201.3/220.6MB 91% complete (10.4M/s) |
176 | 2024-12-18T22:37:35.796Z | Download: 3278/4281 items 209.3/220.6MB 94% complete (8.4M/s) |
177 | 2024-12-18T22:37:40.798Z | Download: 4106/4281 items 220.1/220.6MB 99% complete (1.9M/s) |
178 | 2024-12-18T22:37:42.462Z | Download: Completed 220.60 MB in 49.51 seconds (4.5M/s) |
179 | 2024-12-18T22:37:44.550Z | Actions: 1/5063 actions (Removing old actions) |
180 | 2024-12-18T22:37:44.561Z | Actions: 194/5063 actions (Installing new actions) |
181 | 2024-12-18T22:37:49.705Z | Actions: 4123/5063 actions (Installing new actions) |
182 | 2024-12-18T22:37:50.214Z | Actions: 4226/5063 actions (Updating modified actions) |
183 | 2024-12-18T22:37:50.563Z | Actions: Completed 5063 actions in 6.01 seconds. |
184 | 2024-12-18T22:37:50.960Z | Done (0.394s) |
185 | 2024-12-18T22:37:50.964Z | Done (0.000s) |
186 | 2024-12-18T22:37:51.538Z | Done (0.575s) |
187 | 2024-12-18T22:37:57.683Z | Done (5.773s) |
188 | 2024-12-18T22:37:57.884Z | Done (0.275s) |
189 | 2024-12-18T22:37:57.924Z | Done (0.000s) |
190 | 2024-12-18T22:37:58.118Z | Done (0.000s) |
191 | 2024-12-18T22:37:58.776Z | Planning: Evaluating mediator changes ... Done |
192 | 2024-12-18T22:37:58.937Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-12-18T22:37:58.940Z | Planning: Consolidating action changes ... Done |
194 | 2024-12-18T22:37:59.225Z | Planning: Evaluating mediators ... Done |
195 | 2024-12-18T22:37:59.228Z | Planning: Planning completed in 0.45 seconds |
196 | 2024-12-18T22:37:59.267Z | Mediators to change: 2 |
197 | 2024-12-18T22:37:59.267Z | Create boot environment: No |
198 | 2024-12-18T22:37:59.271Z | Create backup boot environment: No |
199 | 2024-12-18T22:37:59.343Z | Done |
200 | 2024-12-18T22:37:59.343Z | Done |
201 | 2024-12-18T22:37:59.702Z | Done |
202 | 2024-12-18T22:38:03.477Z | Done |
203 | 2024-12-18T22:38:03.572Z | Done |
204 | 2024-12-18T22:38:03.579Z | Done |
205 | 2024-12-18T22:38:03.724Z | Done |
206 | 2024-12-18T22:38:04.307Z | Planning: Evaluating mediator changes ... Done |
207 | 2024-12-18T22:38:04.336Z | Planning: Merging actions ... Done |
208 | 2024-12-18T22:38:04.496Z | Planning: Checking for conflicting actions ... Done |
209 | 2024-12-18T22:38:04.498Z | Planning: Consolidating action changes ... Done |
210 | 2024-12-18T22:38:04.772Z | Planning: Evaluating mediators ... Done |
211 | 2024-12-18T22:38:04.823Z | Planning: Planning completed in 0.76 seconds |
212 | 2024-12-18T22:38:04.867Z | Packages to change: 1 |
213 | 2024-12-18T22:38:04.867Z | Mediators to change: 1 |
214 | 2024-12-18T22:38:04.870Z | Services to change: 1 |
215 | 2024-12-18T22:38:04.870Z | Create boot environment: No |
216 | 2024-12-18T22:38:04.870Z | Create backup boot environment: Yes |
217 | 2024-12-18T22:38:06.920Z | Actions: 1/6 actions (Updating modified actions) |
218 | 2024-12-18T22:38:06.960Z | Actions: Completed 6 actions in 0.04 seconds. |
219 | 2024-12-18T22:38:06.963Z | Done |
220 | 2024-12-18T22:38:06.963Z | Done |
221 | 2024-12-18T22:38:07.077Z | Done |
222 | 2024-12-18T22:38:10.919Z | Done |
223 | 2024-12-18T22:38:11.009Z | Done |
224 | 2024-12-18T22:38:11.012Z | Done |
225 | 2024-12-18T22:38:11.120Z | Done |
226 | 2024-12-18T22:38:11.616Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
227 | 2024-12-18T22:38:11.616Z | clang system 15 system |
228 | 2024-12-18T22:38:11.616Z | csh system system illumos |
229 | 2024-12-18T22:38:11.616Z | ctags system system illumos |
230 | 2024-12-18T22:38:11.616Z | gcc vendor 12 vendor |
231 | 2024-12-18T22:38:11.616Z | gcc system 10 system |
232 | 2024-12-18T22:38:11.616Z | gcc system 7 system |
233 | 2024-12-18T22:38:11.616Z | go system 1.20 system |
234 | 2024-12-18T22:38:11.617Z | go system 1.19 system |
235 | 2024-12-18T22:38:11.617Z | llvm system 15 system |
236 | 2024-12-18T22:38:11.617Z | llvm system 14 system |
237 | 2024-12-18T22:38:11.617Z | mariadb system 10.6 system |
238 | 2024-12-18T22:38:11.617Z | mta vendor vendor dma |
239 | 2024-12-18T22:38:11.617Z | openjdk system 17 system |
240 | 2024-12-18T22:38:11.618Z | openjdk system 11 system |
241 | 2024-12-18T22:38:11.618Z | openjdk system 1.8 system |
242 | 2024-12-18T22:38:11.618Z | openssl vendor 3 vendor |
243 | 2024-12-18T22:38:11.618Z | perl system 5.36 system |
244 | 2024-12-18T22:38:11.618Z | postgresql system 15 system |
245 | 2024-12-18T22:38:11.618Z | postgresql system 13 system |
246 | 2024-12-18T22:38:11.618Z | python vendor 3 vendor |
247 | 2024-12-18T22:38:11.618Z | python system 2 system |
248 | 2024-12-18T22:38:11.618Z | python3 system 3.11 system |
249 | 2024-12-18T22:38:11.618Z | ruby system 3.0 system |
250 | 2024-12-18T22:38:11.618Z | words vendor vendor american-english |
251 | 2024-12-18T22:38:11.618Z | words system system australian-english |
252 | 2024-12-18T22:38:11.618Z | words system system british-english |
253 | 2024-12-18T22:38:11.618Z | words system system canadian-english |
254 | 2024-12-18T22:38:11.618Z | words system system french |
255 | 2024-12-18T22:38:11.618Z | words system system italian |
256 | 2024-12-18T22:38:11.618Z | words system system ngerman |
257 | 2024-12-18T22:38:11.618Z | words system system ogerman |
258 | 2024-12-18T22:38:11.618Z | words system system spanish |
259 | 2024-12-18T22:38:11.912Z | PUBLISHER TYPE STATUS P LOCATION |
260 | 2024-12-18T22:38:11.912Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
261 | 2024-12-18T22:38:14.607Z | FMRI IFO |
262 | 2024-12-18T22:38:14.607Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
263 | 2024-12-18T22:38:14.608Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
264 | 2024-12-18T22:38:14.608Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
265 | 2024-12-18T22:38:14.608Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
266 | 2024-12-18T22:38:14.608Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
267 | 2024-12-18T22:38:14.608Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
268 | 2024-12-18T22:38:14.608Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
269 | 2024-12-18T22:38:14.608Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
270 | 2024-12-18T22:38:14.608Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
271 | 2024-12-18T22:38:14.608Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
272 | 2024-12-18T22:38:14.609Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
273 | 2024-12-18T22:38:14.609Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
274 | 2024-12-18T22:38:14.609Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
275 | 2024-12-18T22:38:14.609Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
276 | 2024-12-18T22:38:14.609Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
277 | 2024-12-18T22:38:15.376Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
278 | 2024-12-18T22:38:15.632Z | Updating crates.io index |
279 | 2024-12-18T22:38:15.635Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
280 | 2024-12-18T22:38:16.108Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
281 | 2024-12-18T22:38:16.368Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
282 | 2024-12-18T22:38:16.604Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
283 | 2024-12-18T22:38:16.859Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
284 | 2024-12-18T22:38:17.738Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
285 | 2024-12-18T22:38:19.187Z | Updating git repository `https://github.com/oxidecomputer/opte` |
286 | 2024-12-18T22:38:19.764Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
287 | 2024-12-18T22:38:20.531Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
288 | 2024-12-18T22:38:20.771Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
289 | 2024-12-18T22:38:21.061Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
290 | 2024-12-18T22:38:21.602Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
291 | 2024-12-18T22:38:21.898Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
292 | 2024-12-18T22:38:22.227Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
293 | 2024-12-18T22:38:22.501Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
294 | 2024-12-18T22:38:22.769Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
295 | 2024-12-18T22:38:22.980Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
296 | 2024-12-18T22:38:23.232Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
297 | 2024-12-18T22:38:23.518Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
298 | 2024-12-18T22:38:23.842Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
299 | 2024-12-18T22:38:24.211Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
300 | 2024-12-18T22:38:24.670Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
301 | 2024-12-18T22:38:24.973Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
302 | 2024-12-18T22:38:25.348Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
303 | 2024-12-18T22:38:25.710Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
304 | 2024-12-18T22:38:26.038Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
305 | 2024-12-18T22:38:26.273Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
306 | 2024-12-18T22:38:26.544Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
307 | 2024-12-18T22:38:27.778Z | Downloading crates ... |
308 | 2024-12-18T22:38:27.823Z | Downloaded anstyle-parse v0.2.5 |
309 | 2024-12-18T22:38:27.827Z | Downloaded anstyle v1.0.10 |
310 | 2024-12-18T22:38:27.827Z | Downloaded anstyle-query v1.1.1 |
311 | 2024-12-18T22:38:27.831Z | Downloaded anstream v0.6.15 |
312 | 2024-12-18T22:38:27.831Z | Downloaded cargo_toml v0.20.5 |
313 | 2024-12-18T22:38:27.834Z | Downloaded digest v0.10.7 |
314 | 2024-12-18T22:38:27.843Z | Downloaded equivalent v1.0.1 |
315 | 2024-12-18T22:38:27.846Z | Downloaded swrite v0.1.0 |
316 | 2024-12-18T22:38:27.851Z | Downloaded usdt-macro v0.5.0 |
317 | 2024-12-18T22:38:27.858Z | Downloaded scroll_derive v0.12.0 |
318 | 2024-12-18T22:38:27.862Z | Downloaded usdt-attr-macro v0.5.0 |
319 | 2024-12-18T22:38:27.862Z | Downloaded pretty-hex v0.4.1 |
320 | 2024-12-18T22:38:27.864Z | Downloaded dtrace-parser v0.2.0 |
321 | 2024-12-18T22:38:27.876Z | Downloaded crypto-common v0.1.6 |
322 | 2024-12-18T22:38:27.878Z | Downloaded tabled_derive v0.7.0 |
323 | 2024-12-18T22:38:27.881Z | Downloaded cfg-if v1.0.0 |
324 | 2024-12-18T22:38:27.881Z | Downloaded byteorder v1.5.0 |
325 | 2024-12-18T22:38:27.884Z | Downloaded memmap v0.7.0 |
326 | 2024-12-18T22:38:27.888Z | Downloaded autocfg v1.4.0 |
327 | 2024-12-18T22:38:27.891Z | Downloaded fnv v1.0.7 |
328 | 2024-12-18T22:38:27.891Z | Downloaded plain v0.2.3 |
329 | 2024-12-18T22:38:27.891Z | Downloaded cargo-platform v0.1.8 |
330 | 2024-12-18T22:38:27.894Z | Downloaded strsim v0.11.1 |
331 | 2024-12-18T22:38:27.894Z | Downloaded block-buffer v0.10.4 |
332 | 2024-12-18T22:38:27.897Z | Downloaded usdt v0.5.0 |
333 | 2024-12-18T22:38:27.897Z | Downloaded thread-id v4.2.2 |
334 | 2024-12-18T22:38:27.901Z | Downloaded errno v0.3.9 |
335 | 2024-12-18T22:38:27.901Z | Downloaded generic-array v0.14.7 |
336 | 2024-12-18T22:38:27.904Z | Downloaded utf8parse v0.2.2 |
337 | 2024-12-18T22:38:27.904Z | Downloaded thiserror-impl v1.0.69 |
338 | 2024-12-18T22:38:27.905Z | Downloaded macaddr v1.0.1 |
339 | 2024-12-18T22:38:27.907Z | Downloaded heck v0.5.0 |
340 | 2024-12-18T22:38:27.907Z | Downloaded heck v0.4.1 |
341 | 2024-12-18T22:38:27.910Z | Downloaded version_check v0.9.5 |
342 | 2024-12-18T22:38:27.910Z | Downloaded pest_meta v2.7.14 |
343 | 2024-12-18T22:38:27.913Z | Downloaded pest_generator v2.7.14 |
344 | 2024-12-18T22:38:27.913Z | Downloaded fs-err v2.11.0 |
345 | 2024-12-18T22:38:27.916Z | Downloaded smawk v0.3.2 |
346 | 2024-12-18T22:38:27.916Z | Downloaded bytecount v0.6.8 |
347 | 2024-12-18T22:38:27.919Z | Downloaded unicode-linebreak v0.1.5 |
348 | 2024-12-18T22:38:27.919Z | Downloaded toml_datetime v0.6.8 |
349 | 2024-12-18T22:38:27.924Z | Downloaded serde_tokenstream v0.2.2 |
350 | 2024-12-18T22:38:27.924Z | Downloaded serde_spanned v0.6.8 |
351 | 2024-12-18T22:38:27.924Z | Downloaded proc-macro-error-attr v1.0.4 |
352 | 2024-12-18T22:38:27.924Z | Downloaded semver v1.0.23 |
353 | 2024-12-18T22:38:27.927Z | Downloaded proc-macro-error v1.0.4 |
354 | 2024-12-18T22:38:27.929Z | Downloaded is_terminal_polyfill v1.70.1 |
355 | 2024-12-18T22:38:27.930Z | Downloaded itoa v1.0.11 |
356 | 2024-12-18T22:38:27.932Z | Downloaded colorchoice v1.0.2 |
357 | 2024-12-18T22:38:27.932Z | Downloaded clap_lex v0.7.2 |
358 | 2024-12-18T22:38:27.932Z | Downloaded cpufeatures v0.2.14 |
359 | 2024-12-18T22:38:27.934Z | Downloaded thiserror v1.0.69 |
360 | 2024-12-18T22:38:27.937Z | Downloaded cargo_metadata v0.18.1 |
361 | 2024-12-18T22:38:27.939Z | Downloaded clap_derive v4.5.18 |
362 | 2024-12-18T22:38:27.942Z | Downloaded dof v0.3.0 |
363 | 2024-12-18T22:38:27.945Z | Downloaded once_cell v1.20.2 |
364 | 2024-12-18T22:38:27.948Z | Downloaded scroll v0.12.0 |
365 | 2024-12-18T22:38:27.954Z | Downloaded terminal_size v0.4.0 |
366 | 2024-12-18T22:38:27.956Z | Downloaded fastrand v2.1.1 |
367 | 2024-12-18T22:38:27.958Z | Downloaded zerocopy-derive v0.7.35 |
368 | 2024-12-18T22:38:27.963Z | Downloaded usdt-impl v0.5.0 |
369 | 2024-12-18T22:38:27.965Z | Downloaded sha2 v0.10.8 |
370 | 2024-12-18T22:38:27.968Z | Downloaded proc-macro2 v1.0.89 |
371 | 2024-12-18T22:38:27.972Z | Downloaded unicode-ident v1.0.13 |
372 | 2024-12-18T22:38:27.975Z | Downloaded typenum v1.17.0 |
373 | 2024-12-18T22:38:27.975Z | Downloaded textwrap v0.16.1 |
374 | 2024-12-18T22:38:27.978Z | Downloaded toml v0.8.19 |
375 | 2024-12-18T22:38:27.983Z | Downloaded log v0.4.22 |
376 | 2024-12-18T22:38:27.988Z | Downloaded pest_derive v2.7.14 |
377 | 2024-12-18T22:38:27.988Z | Downloaded serde_derive v1.0.215 |
378 | 2024-12-18T22:38:27.993Z | Downloaded clap v4.5.21 |
379 | 2024-12-18T22:38:27.997Z | Downloaded ucd-trie v0.1.7 |
380 | 2024-12-18T22:38:28.000Z | Downloaded bitflags v2.6.0 |
381 | 2024-12-18T22:38:28.005Z | Downloaded anyhow v1.0.93 |
382 | 2024-12-18T22:38:28.008Z | Downloaded indexmap v2.6.0 |
383 | 2024-12-18T22:38:28.010Z | Downloaded serde v1.0.215 |
384 | 2024-12-18T22:38:28.013Z | Downloaded papergrid v0.11.0 |
385 | 2024-12-18T22:38:28.016Z | Downloaded camino v1.1.9 |
386 | 2024-12-18T22:38:28.019Z | Downloaded tempfile v3.13.0 |
387 | 2024-12-18T22:38:28.021Z | Downloaded ryu v1.0.18 |
388 | 2024-12-18T22:38:28.024Z | Downloaded memchr v2.7.4 |
389 | 2024-12-18T22:38:28.030Z | Downloaded camino-tempfile v1.1.1 |
390 | 2024-12-18T22:38:28.032Z | Downloaded quote v1.0.37 |
391 | 2024-12-18T22:38:28.034Z | Downloaded toml_edit v0.22.22 |
392 | 2024-12-18T22:38:28.053Z | Downloaded hashbrown v0.15.1 |
393 | 2024-12-18T22:38:28.067Z | Downloaded pest v2.7.14 |
394 | 2024-12-18T22:38:28.073Z | Downloaded zerocopy v0.7.35 |
395 | 2024-12-18T22:38:28.087Z | Downloaded serde_json v1.0.132 |
396 | 2024-12-18T22:38:28.094Z | Downloaded winnow v0.6.20 |
397 | 2024-12-18T22:38:28.102Z | Downloaded goblin v0.8.2 |
398 | 2024-12-18T22:38:28.108Z | Downloaded tabled v0.15.0 |
399 | 2024-12-18T22:38:28.122Z | Downloaded clap_builder v4.5.21 |
400 | 2024-12-18T22:38:28.128Z | Downloaded syn v1.0.109 |
401 | 2024-12-18T22:38:28.145Z | Downloaded syn v2.0.87 |
402 | 2024-12-18T22:38:28.155Z | Downloaded unicode-width v0.1.14 |
403 | 2024-12-18T22:38:28.161Z | Downloaded rustix v0.38.37 |
404 | 2024-12-18T22:38:28.202Z | Downloaded libc v0.2.162 |
405 | 2024-12-18T22:38:28.511Z | Compiling proc-macro2 v1.0.89 |
406 | 2024-12-18T22:38:28.511Z | Compiling unicode-ident v1.0.13 |
407 | 2024-12-18T22:38:28.511Z | Compiling serde v1.0.215 |
408 | 2024-12-18T22:38:28.514Z | Compiling version_check v0.9.5 |
409 | 2024-12-18T22:38:28.514Z | Compiling thiserror v1.0.69 |
410 | 2024-12-18T22:38:28.548Z | Compiling memchr v2.7.4 |
411 | 2024-12-18T22:38:28.550Z | Compiling libc v0.2.162 |
412 | 2024-12-18T22:38:28.550Z | Compiling ucd-trie v0.1.7 |
413 | 2024-12-18T22:38:28.750Z | Compiling itoa v1.0.11 |
414 | 2024-12-18T22:38:28.983Z | Compiling ryu v1.0.18 |
415 | 2024-12-18T22:38:29.263Z | Compiling once_cell v1.20.2 |
416 | 2024-12-18T22:38:29.368Z | Compiling byteorder v1.5.0 |
417 | 2024-12-18T22:38:29.623Z | Compiling serde_json v1.0.132 |
418 | 2024-12-18T22:38:29.921Z | Compiling rustix v0.38.37 |
419 | 2024-12-18T22:38:30.003Z | Compiling bitflags v2.6.0 |
420 | 2024-12-18T22:38:30.129Z | Compiling usdt-impl v0.5.0 |
421 | 2024-12-18T22:38:30.132Z | Compiling proc-macro-error-attr v1.0.4 |
422 | 2024-12-18T22:38:30.415Z | Compiling syn v1.0.109 |
423 | 2024-12-18T22:38:30.527Z | Compiling proc-macro-error v1.0.4 |
424 | 2024-12-18T22:38:30.577Z | Compiling log v0.4.22 |
425 | 2024-12-18T22:38:30.613Z | Compiling plain v0.2.3 |
426 | 2024-12-18T22:38:30.780Z | Compiling camino v1.1.9 |
427 | 2024-12-18T22:38:30.806Z | Compiling hashbrown v0.15.1 |
428 | 2024-12-18T22:38:30.830Z | Compiling equivalent v1.0.1 |
429 | 2024-12-18T22:38:30.957Z | Compiling quote v1.0.37 |
430 | 2024-12-18T22:38:30.989Z | Compiling utf8parse v0.2.2 |
431 | 2024-12-18T22:38:31.619Z | Compiling errno v0.3.9 |
432 | 2024-12-18T22:38:31.632Z | Compiling anstyle-parse v0.2.5 |
433 | 2024-12-18T22:38:31.632Z | Compiling syn v2.0.87 |
434 | 2024-12-18T22:38:31.632Z | Compiling thread-id v4.2.2 |
435 | 2024-12-18T22:38:31.726Z | Compiling pretty-hex v0.4.1 |
436 | 2024-12-18T22:38:31.752Z | Compiling is_terminal_polyfill v1.70.1 |
437 | 2024-12-18T22:38:31.889Z | Compiling autocfg v1.4.0 |
438 | 2024-12-18T22:38:31.929Z | Compiling semver v1.0.23 |
439 | 2024-12-18T22:38:31.955Z | Compiling winnow v0.6.20 |
440 | 2024-12-18T22:38:32.233Z | Compiling indexmap v2.6.0 |
441 | 2024-12-18T22:38:32.459Z | Compiling anstyle-query v1.1.1 |
442 | 2024-12-18T22:38:32.628Z | Compiling unicode-width v0.1.14 |
443 | 2024-12-18T22:38:33.065Z | Compiling anstyle v1.0.10 |
444 | 2024-12-18T22:38:33.092Z | Compiling colorchoice v1.0.2 |
445 | 2024-12-18T22:38:33.164Z | Compiling fs-err v2.11.0 |
446 | 2024-12-18T22:38:33.448Z | Compiling anstream v0.6.15 |
447 | 2024-12-18T22:38:33.493Z | Compiling terminal_size v0.4.0 |
448 | 2024-12-18T22:38:33.580Z | Compiling fastrand v2.1.1 |
449 | 2024-12-18T22:38:33.655Z | Compiling bytecount v0.6.8 |
450 | 2024-12-18T22:38:33.894Z | Compiling heck v0.5.0 |
451 | 2024-12-18T22:38:34.160Z | Compiling fnv v1.0.7 |
452 | 2024-12-18T22:38:34.186Z | Compiling anyhow v1.0.93 |
453 | 2024-12-18T22:38:34.224Z | Compiling clap_lex v0.7.2 |
454 | 2024-12-18T22:38:34.296Z | Compiling cfg-if v1.0.0 |
455 | 2024-12-18T22:38:34.323Z | Compiling heck v0.4.1 |
456 | 2024-12-18T22:38:34.405Z | Compiling strsim v0.11.1 |
457 | 2024-12-18T22:38:34.432Z | Compiling tempfile v3.13.0 |
458 | 2024-12-18T22:38:34.831Z | Compiling clap_builder v4.5.21 |
459 | 2024-12-18T22:38:35.207Z | Compiling papergrid v0.11.0 |
460 | 2024-12-18T22:38:35.361Z | Compiling memmap v0.7.0 |
461 | 2024-12-18T22:38:35.439Z | Compiling smawk v0.3.2 |
462 | 2024-12-18T22:38:35.480Z | Compiling unicode-linebreak v0.1.5 |
463 | 2024-12-18T22:38:35.765Z | Compiling swrite v0.1.0 |
464 | 2024-12-18T22:38:35.895Z | Compiling textwrap v0.16.1 |
465 | 2024-12-18T22:38:37.197Z | Compiling tabled_derive v0.7.0 |
466 | 2024-12-18T22:38:38.897Z | Compiling tabled v0.15.0 |
467 | 2024-12-18T22:38:40.541Z | Compiling serde_derive v1.0.215 |
468 | 2024-12-18T22:38:40.541Z | Compiling thiserror-impl v1.0.69 |
469 | 2024-12-18T22:38:40.544Z | Compiling zerocopy-derive v0.7.35 |
470 | 2024-12-18T22:38:40.544Z | Compiling scroll_derive v0.12.0 |
471 | 2024-12-18T22:38:40.544Z | Compiling clap_derive v4.5.18 |
472 | 2024-12-18T22:38:41.755Z | Compiling scroll v0.12.0 |
473 | 2024-12-18T22:38:42.262Z | Compiling goblin v0.8.2 |
474 | 2024-12-18T22:38:42.510Z | Compiling zerocopy v0.7.35 |
475 | 2024-12-18T22:38:43.223Z | Compiling pest v2.7.14 |
476 | 2024-12-18T22:38:44.254Z | Compiling clap v4.5.21 |
477 | 2024-12-18T22:38:45.510Z | Compiling pest_meta v2.7.14 |
478 | 2024-12-18T22:38:46.396Z | Compiling pest_generator v2.7.14 |
479 | 2024-12-18T22:38:48.086Z | Compiling pest_derive v2.7.14 |
480 | 2024-12-18T22:38:48.783Z | Compiling dtrace-parser v0.2.0 |
481 | 2024-12-18T22:38:50.758Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-12-18T22:38:50.818Z | Compiling serde_spanned v0.6.8 |
483 | 2024-12-18T22:38:50.821Z | Compiling toml_datetime v0.6.8 |
484 | 2024-12-18T22:38:51.085Z | Compiling cargo-platform v0.1.8 |
485 | 2024-12-18T22:38:51.237Z | Compiling toml_edit v0.22.22 |
486 | 2024-12-18T22:38:51.374Z | Compiling macaddr v1.0.1 |
487 | 2024-12-18T22:38:51.656Z | Compiling camino-tempfile v1.1.1 |
488 | 2024-12-18T22:38:52.312Z | Compiling dof v0.3.0 |
489 | 2024-12-18T22:38:52.425Z | Compiling cargo_metadata v0.18.1 |
490 | 2024-12-18T22:38:54.133Z | Compiling toml v0.8.19 |
491 | 2024-12-18T22:38:54.160Z | Compiling usdt-attr-macro v0.5.0 |
492 | 2024-12-18T22:38:54.162Z | Compiling usdt-macro v0.5.0 |
493 | 2024-12-18T22:38:55.015Z | Compiling cargo_toml v0.20.5 |
494 | 2024-12-18T22:38:55.612Z | Compiling usdt v0.5.0 |
495 | 2024-12-18T22:38:58.693Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
496 | 2024-12-18T22:39:02.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.80s |
497 | 2024-12-18T22:39:03.218Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
498 | 2024-12-18T22:39:03.761Z | Downloading crates ... |
499 | 2024-12-18T22:39:03.926Z | Downloaded adler2 v2.0.0 |
500 | 2024-12-18T22:39:03.932Z | Downloaded argon2 v0.5.3 |
501 | 2024-12-18T22:39:03.935Z | Downloaded hex v0.4.3 |
502 | 2024-12-18T22:39:03.935Z | Downloaded async-recursion v1.1.1 |
503 | 2024-12-18T22:39:03.941Z | Downloaded hex-literal v0.4.1 |
504 | 2024-12-18T22:39:03.947Z | Downloaded heapless v0.8.0 |
505 | 2024-12-18T22:39:03.951Z | Downloaded heapless v0.7.17 |
506 | 2024-12-18T22:39:03.953Z | Downloaded ciborium-ll v0.2.2 |
507 | 2024-12-18T22:39:03.953Z | Downloaded bzip2 v0.4.4 |
508 | 2024-12-18T22:39:03.956Z | Downloaded addr2line v0.24.2 |
509 | 2024-12-18T22:39:03.960Z | Downloaded ciborium v0.2.2 |
510 | 2024-12-18T22:39:03.964Z | Downloaded arc-swap v1.7.1 |
511 | 2024-12-18T22:39:03.968Z | Downloaded crc32fast v1.4.2 |
512 | 2024-12-18T22:39:03.970Z | Downloaded bytes v1.8.0 |
513 | 2024-12-18T22:39:03.974Z | Downloaded hickory-proto v0.24.1 |
514 | 2024-12-18T22:39:03.990Z | Downloaded httpdate v1.0.3 |
515 | 2024-12-18T22:39:03.993Z | Downloaded http-body v1.0.1 |
516 | 2024-12-18T22:39:03.997Z | Downloaded home v0.5.9 |
517 | 2024-12-18T22:39:03.997Z | Downloaded hkdf v0.12.4 |
518 | 2024-12-18T22:39:04.003Z | Downloaded humantime v2.1.0 |
519 | 2024-12-18T22:39:04.003Z | Downloaded httparse v1.9.5 |
520 | 2024-12-18T22:39:04.007Z | Downloaded iana-time-zone v0.1.61 |
521 | 2024-12-18T22:39:04.012Z | Downloaded http v1.1.0 |
522 | 2024-12-18T22:39:04.016Z | Downloaded icu_normalizer_data v1.5.0 |
523 | 2024-12-18T22:39:04.016Z | Downloaded arrayvec v0.7.6 |
524 | 2024-12-18T22:39:04.020Z | Downloaded colored v2.1.0 |
525 | 2024-12-18T22:39:04.024Z | Downloaded aho-corasick v1.1.3 |
526 | 2024-12-18T22:39:04.028Z | Downloaded darling v0.20.10 |
527 | 2024-12-18T22:39:04.033Z | Downloaded hyper v1.5.0 |
528 | 2024-12-18T22:39:04.042Z | Downloaded bumpalo v3.16.0 |
529 | 2024-12-18T22:39:04.046Z | Downloaded chrono v0.4.38 |
530 | 2024-12-18T22:39:04.055Z | Downloaded http-body-util v0.1.2 |
531 | 2024-12-18T22:39:04.061Z | Downloaded heck v0.3.3 |
532 | 2024-12-18T22:39:04.061Z | Downloaded aes-gcm v0.10.3 |
533 | 2024-12-18T22:39:04.066Z | Downloaded aes v0.8.4 |
534 | 2024-12-18T22:39:04.071Z | Downloaded itertools v0.12.1 |
535 | 2024-12-18T22:39:04.075Z | Downloaded lazycell v1.3.0 |
536 | 2024-12-18T22:39:04.079Z | Downloaded lazy_static v1.5.0 |
537 | 2024-12-18T22:39:04.083Z | Downloaded lock_api v0.4.12 |
538 | 2024-12-18T22:39:04.083Z | Downloaded mime v0.3.17 |
539 | 2024-12-18T22:39:04.083Z | Downloaded jobserver v0.1.32 |
540 | 2024-12-18T22:39:04.088Z | Downloaded minimal-lexical v0.2.1 |
541 | 2024-12-18T22:39:04.092Z | Downloaded miniz_oxide v0.8.0 |
542 | 2024-12-18T22:39:04.096Z | Downloaded itertools v0.13.0 |
543 | 2024-12-18T22:39:04.101Z | Downloaded hickory-client v0.24.1 |
544 | 2024-12-18T22:39:04.104Z | Downloaded cc v1.1.30 |
545 | 2024-12-18T22:39:04.109Z | Downloaded base64 v0.22.1 |
546 | 2024-12-18T22:39:04.114Z | Downloaded base64 v0.21.7 |
547 | 2024-12-18T22:39:04.120Z | Downloaded bit-vec v0.6.3 |
548 | 2024-12-18T22:39:04.122Z | Downloaded base64 v0.13.1 |
549 | 2024-12-18T22:39:04.125Z | Downloaded hyper-tls v0.6.0 |
550 | 2024-12-18T22:39:04.128Z | Downloaded idna v0.2.3 |
551 | 2024-12-18T22:39:04.136Z | Downloaded memoffset v0.9.1 |
552 | 2024-12-18T22:39:04.139Z | Downloaded memmap2 v0.9.5 |
553 | 2024-12-18T22:39:04.144Z | Downloaded matches v0.1.10 |
554 | 2024-12-18T22:39:04.146Z | Downloaded libloading v0.8.5 |
555 | 2024-12-18T22:39:04.149Z | Downloaded itertools v0.10.5 |
556 | 2024-12-18T22:39:04.153Z | Downloaded is-terminal v0.4.13 |
557 | 2024-12-18T22:39:04.156Z | Downloaded ipnet v2.10.1 |
558 | 2024-12-18T22:39:04.156Z | Downloaded crunchy v0.2.2 |
559 | 2024-12-18T22:39:04.158Z | Downloaded ctr v0.9.2 |
560 | 2024-12-18T22:39:04.158Z | Downloaded csv-core v0.1.11 |
561 | 2024-12-18T22:39:04.168Z | Downloaded crossbeam-epoch v0.9.18 |
562 | 2024-12-18T22:39:04.172Z | Downloaded crossbeam-utils v0.8.20 |
563 | 2024-12-18T22:39:04.172Z | Downloaded bindgen v0.69.5 |
564 | 2024-12-18T22:39:04.177Z | Downloaded inout v0.1.3 |
565 | 2024-12-18T22:39:04.185Z | Downloaded bstr v1.10.0 |
566 | 2024-12-18T22:39:04.192Z | Downloaded aws-lc-rs v1.10.0 |
567 | 2024-12-18T22:39:04.211Z | Downloaded indexmap v1.9.3 |
568 | 2024-12-18T22:39:04.223Z | Downloaded idna v0.5.0 |
569 | 2024-12-18T22:39:04.223Z | Downloaded idna v0.4.0 |
570 | 2024-12-18T22:39:04.228Z | Downloaded crc-catalog v2.4.0 |
571 | 2024-12-18T22:39:04.228Z | Downloaded hmac v0.12.1 |
572 | 2024-12-18T22:39:04.228Z | Downloaded crc v3.2.1 |
573 | 2024-12-18T22:39:04.228Z | Downloaded icu_locid_transform_data v1.5.0 |
574 | 2024-12-18T22:39:04.231Z | Downloaded icu_properties v1.5.1 |
575 | 2024-12-18T22:39:04.234Z | Downloaded icu_normalizer v1.5.0 |
576 | 2024-12-18T22:39:04.238Z | Downloaded icu_provider v1.5.0 |
577 | 2024-12-18T22:39:04.241Z | Downloaded idna v1.0.3 |
578 | 2024-12-18T22:39:04.245Z | Downloaded bitvec v1.0.1 |
579 | 2024-12-18T22:39:04.264Z | Downloaded ron v0.8.1 |
580 | 2024-12-18T22:39:04.268Z | Downloaded icu_properties_data v1.5.0 |
581 | 2024-12-18T22:39:04.282Z | Downloaded signature v2.2.0 |
582 | 2024-12-18T22:39:04.285Z | Downloaded icu_locid v1.5.0 |
583 | 2024-12-18T22:39:04.290Z | Downloaded maplit v1.0.2 |
584 | 2024-12-18T22:39:04.293Z | Downloaded lru v0.12.5 |
585 | 2024-12-18T22:39:04.293Z | Downloaded linked-hash-map v0.5.6 |
586 | 2024-12-18T22:39:04.305Z | Downloaded is_ci v1.2.0 |
587 | 2024-12-18T22:39:04.309Z | Downloaded indicatif v0.17.9 |
588 | 2024-12-18T22:39:04.313Z | Downloaded icu_collections v1.5.0 |
589 | 2024-12-18T22:39:04.317Z | Downloaded hyper-util v0.1.10 |
590 | 2024-12-18T22:39:04.322Z | Downloaded hyper-staticfile v0.10.1 |
591 | 2024-12-18T22:39:04.326Z | Downloaded serde-big-array v0.5.1 |
592 | 2024-12-18T22:39:04.328Z | Downloaded quinn-proto v0.11.8 |
593 | 2024-12-18T22:39:04.335Z | Downloaded http-range v0.1.5 |
594 | 2024-12-18T22:39:04.338Z | Downloaded hostname v0.4.0 |
595 | 2024-12-18T22:39:04.338Z | Downloaded hostname v0.3.1 |
596 | 2024-12-18T22:39:04.340Z | Downloaded highway v1.2.0 |
597 | 2024-12-18T22:39:04.344Z | Downloaded tower-service v0.3.3 |
598 | 2024-12-18T22:39:04.344Z | Downloaded topological-sort v0.2.2 |
599 | 2024-12-18T22:39:04.347Z | Downloaded hickory-server v0.24.1 |
600 | 2024-12-18T22:39:04.351Z | Downloaded tracing v0.1.40 |
601 | 2024-12-18T22:39:04.356Z | Downloaded tough v0.19.0 |
602 | 2024-12-18T22:39:04.367Z | Downloaded value-bag v1.9.0 |
603 | 2024-12-18T22:39:04.373Z | Downloaded smallvec v1.13.2 |
604 | 2024-12-18T22:39:04.378Z | Downloaded signal-hook v0.3.17 |
605 | 2024-12-18T22:39:04.382Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
606 | 2024-12-18T22:39:04.394Z | Downloaded yoke-derive v0.7.4 |
607 | 2024-12-18T22:39:04.398Z | Downloaded instability v0.3.2 |
608 | 2024-12-18T22:39:04.398Z | Downloaded indoc v1.0.9 |
609 | 2024-12-18T22:39:04.401Z | Downloaded impl-trait-for-tuples v0.2.2 |
610 | 2024-12-18T22:39:04.403Z | Downloaded dirs-sys-next v0.1.2 |
611 | 2024-12-18T22:39:04.403Z | Downloaded dirs-next v2.0.0 |
612 | 2024-12-18T22:39:04.406Z | Downloaded diff v0.1.13 |
613 | 2024-12-18T22:39:04.409Z | Downloaded endian-type v0.1.2 |
614 | 2024-12-18T22:39:04.409Z | Downloaded difflib v0.4.0 |
615 | 2024-12-18T22:39:04.412Z | Downloaded reqwest v0.12.9 |
616 | 2024-12-18T22:39:04.422Z | Downloaded mime_guess v2.0.5 |
617 | 2024-12-18T22:39:04.426Z | Downloaded linear-map v1.2.0 |
618 | 2024-12-18T22:39:04.429Z | Downloaded libxml v0.3.3 |
619 | 2024-12-18T22:39:04.435Z | Downloaded ghash v0.5.1 |
620 | 2024-12-18T22:39:04.439Z | Downloaded regex-syntax v0.6.29 |
621 | 2024-12-18T22:39:04.444Z | Downloaded regex-syntax v0.8.5 |
622 | 2024-12-18T22:39:04.455Z | Downloaded newtype_derive v0.1.6 |
623 | 2024-12-18T22:39:04.458Z | Downloaded newtype-uuid v1.1.3 |
624 | 2024-12-18T22:39:04.458Z | Downloaded subtle v2.6.1 |
625 | 2024-12-18T22:39:04.460Z | Downloaded string_cache v0.8.7 |
626 | 2024-12-18T22:39:04.462Z | Downloaded strum_macros v0.26.4 |
627 | 2024-12-18T22:39:04.465Z | Downloaded parse-zoneinfo v0.3.1 |
628 | 2024-12-18T22:39:04.469Z | Downloaded want v0.3.1 |
629 | 2024-12-18T22:39:04.474Z | Downloaded yoke v0.7.4 |
630 | 2024-12-18T22:39:04.474Z | Downloaded crc-any v2.5.0 |
631 | 2024-12-18T22:39:04.476Z | Downloaded walkdir v2.5.0 |
632 | 2024-12-18T22:39:04.478Z | Downloaded lru-cache v0.1.2 |
633 | 2024-12-18T22:39:04.479Z | Downloaded tinyvec_macros v0.1.1 |
634 | 2024-12-18T22:39:04.481Z | Downloaded new_debug_unreachable v1.0.6 |
635 | 2024-12-18T22:39:04.481Z | Downloaded native-tls v0.2.12 |
636 | 2024-12-18T22:39:04.484Z | Downloaded gimli v0.31.1 |
637 | 2024-12-18T22:39:04.495Z | Downloaded rustc-demangle v0.1.24 |
638 | 2024-12-18T22:39:04.498Z | Downloaded thiserror-no-std v2.0.2 |
639 | 2024-12-18T22:39:04.501Z | Downloaded ref-cast-impl v1.0.23 |
640 | 2024-12-18T22:39:04.505Z | Downloaded ipnetwork v0.20.0 |
641 | 2024-12-18T22:39:04.510Z | Downloaded crucible-workspace-hack v0.1.0 |
642 | 2024-12-18T22:39:04.510Z | Downloaded crossterm v0.28.1 |
643 | 2024-12-18T22:39:04.515Z | Downloaded fragile v2.0.0 |
644 | 2024-12-18T22:39:04.517Z | Downloaded idna v0.3.0 |
645 | 2024-12-18T22:39:04.524Z | Downloaded form_urlencoded v1.2.1 |
646 | 2024-12-18T22:39:04.526Z | Downloaded foreign-types v0.3.2 |
647 | 2024-12-18T22:39:04.526Z | Downloaded zone v0.1.8 |
648 | 2024-12-18T22:39:04.530Z | Downloaded uzers v0.12.1 |
649 | 2024-12-18T22:39:04.532Z | Downloaded tls_codec_derive v0.4.1 |
650 | 2024-12-18T22:39:04.535Z | Downloaded rustls-webpki v0.102.8 |
651 | 2024-12-18T22:39:04.554Z | Downloaded static_assertions v1.1.0 |
652 | 2024-12-18T22:39:04.556Z | Downloaded reedline v0.35.0 |
653 | 2024-12-18T22:39:04.564Z | Downloaded stable_deref_trait v1.2.0 |
654 | 2024-12-18T22:39:04.566Z | Downloaded quinn v0.11.5 |
655 | 2024-12-18T22:39:04.569Z | Downloaded quick-xml v0.33.0 |
656 | 2024-12-18T22:39:04.577Z | Downloaded portable-atomic v1.9.0 |
657 | 2024-12-18T22:39:04.585Z | Downloaded elliptic-curve v0.13.8 |
658 | 2024-12-18T22:39:04.590Z | Downloaded radium v0.7.0 |
659 | 2024-12-18T22:39:04.593Z | Downloaded fd-lock v4.0.2 |
660 | 2024-12-18T22:39:04.596Z | Downloaded quinn-udp v0.5.5 |
661 | 2024-12-18T22:39:04.601Z | Downloaded sqlformat v0.2.6 |
662 | 2024-12-18T22:39:04.604Z | Downloaded xattr v1.3.1 |
663 | 2024-12-18T22:39:04.605Z | Downloaded structmeta-derive v0.2.0 |
664 | 2024-12-18T22:39:04.609Z | Downloaded smf v0.2.3 |
665 | 2024-12-18T22:39:04.609Z | Downloaded signal-hook-tokio v0.3.1 |
666 | 2024-12-18T22:39:04.609Z | Downloaded signal-hook-mio v0.2.4 |
667 | 2024-12-18T22:39:04.612Z | Downloaded semver v0.1.20 |
668 | 2024-12-18T22:39:04.612Z | Downloaded sec1 v0.7.3 |
669 | 2024-12-18T22:39:04.614Z | Downloaded zerofrom v0.1.4 |
670 | 2024-12-18T22:39:04.614Z | Downloaded dhcproto-macros v0.1.0 |
671 | 2024-12-18T22:39:04.616Z | Downloaded zerocopy-derive v0.8.10 |
672 | 2024-12-18T22:39:04.622Z | Downloaded ed25519-dalek v2.1.1 |
673 | 2024-12-18T22:39:04.626Z | Downloaded fxhash v0.2.1 |
674 | 2024-12-18T22:39:04.629Z | Downloaded ed25519 v2.2.3 |
675 | 2024-12-18T22:39:04.633Z | Downloaded ecdsa v0.16.9 |
676 | 2024-12-18T22:39:04.636Z | Downloaded parking_lot v0.11.2 |
677 | 2024-12-18T22:39:04.636Z | Downloaded newline-converter v0.3.0 |
678 | 2024-12-18T22:39:04.639Z | Downloaded nanorand v0.7.0 |
679 | 2024-12-18T22:39:04.641Z | Downloaded multimap v0.10.0 |
680 | 2024-12-18T22:39:04.641Z | Downloaded multer v3.1.0 |
681 | 2024-12-18T22:39:04.644Z | Downloaded mockall_derive v0.13.0 |
682 | 2024-12-18T22:39:04.647Z | Downloaded dunce v1.0.5 |
683 | 2024-12-18T22:39:04.649Z | Downloaded rfc6979 v0.4.0 |
684 | 2024-12-18T22:39:04.649Z | Downloaded resolv-conf v0.7.0 |
685 | 2024-12-18T22:39:04.652Z | Downloaded proptest v1.5.0 |
686 | 2024-12-18T22:39:04.662Z | Downloaded spin v0.9.8 |
687 | 2024-12-18T22:39:04.664Z | Downloaded hashbrown v0.14.5 |
688 | 2024-12-18T22:39:04.670Z | Downloaded socket2 v0.5.7 |
689 | 2024-12-18T22:39:04.673Z | Downloaded slab v0.4.9 |
690 | 2024-12-18T22:39:04.676Z | Downloaded siphasher v0.3.11 |
691 | 2024-12-18T22:39:04.679Z | Downloaded libz-sys v1.1.20 |
692 | 2024-12-18T22:39:04.698Z | Downloaded num-conv v0.1.0 |
693 | 2024-12-18T22:39:04.700Z | Downloaded tls_codec v0.4.1 |
694 | 2024-12-18T22:39:04.704Z | Downloaded thiserror-impl-no-std v2.0.2 |
695 | 2024-12-18T22:39:04.704Z | Downloaded termios v0.3.3 |
696 | 2024-12-18T22:39:04.708Z | Downloaded percent-encoding v2.3.1 |
697 | 2024-12-18T22:39:04.708Z | Downloaded subprocess v0.2.9 |
698 | 2024-12-18T22:39:04.711Z | Downloaded chrono-tz v0.10.0 |
699 | 2024-12-18T22:39:04.717Z | Downloaded num-complex v0.4.6 |
700 | 2024-12-18T22:39:04.721Z | Downloaded nix v0.28.0 |
701 | 2024-12-18T22:39:04.730Z | Downloaded num v0.4.3 |
702 | 2024-12-18T22:39:04.734Z | Downloaded write16 v1.0.0 |
703 | 2024-12-18T22:39:04.734Z | Downloaded sqlparser_derive v0.2.2 |
704 | 2024-12-18T22:39:04.737Z | Downloaded spin v0.5.2 |
705 | 2024-12-18T22:39:04.737Z | Downloaded num-bigint v0.4.6 |
706 | 2024-12-18T22:39:04.739Z | Downloaded progenitor-macro v0.8.0 |
707 | 2024-12-18T22:39:04.742Z | Downloaded phf v0.11.2 |
708 | 2024-12-18T22:39:04.742Z | Downloaded pem-rfc7468 v0.7.0 |
709 | 2024-12-18T22:39:04.747Z | Downloaded pem v3.0.4 |
710 | 2024-12-18T22:39:04.747Z | Downloaded psl-types v2.0.11 |
711 | 2024-12-18T22:39:04.752Z | Downloaded peg-runtime v0.8.3 |
712 | 2024-12-18T22:39:04.752Z | Downloaded toolchain_find v0.4.0 |
713 | 2024-12-18T22:39:04.752Z | Downloaded crypto-bigint v0.5.5 |
714 | 2024-12-18T22:39:04.758Z | Downloaded rustc-hash v1.1.0 |
715 | 2024-12-18T22:39:04.761Z | Downloaded csv v1.3.0 |
716 | 2024-12-18T22:39:04.778Z | Downloaded qorb v0.2.1 |
717 | 2024-12-18T22:39:04.782Z | Downloaded publicsuffix v2.2.3 |
718 | 2024-12-18T22:39:04.786Z | Downloaded russh-cryptovec v0.7.3 |
719 | 2024-12-18T22:39:04.788Z | Downloaded samael v0.0.17 |
720 | 2024-12-18T22:39:04.792Z | Downloaded scopeguard v1.2.0 |
721 | 2024-12-18T22:39:04.794Z | Downloaded unicase v2.7.0 |
722 | 2024-12-18T22:39:04.797Z | Downloaded simd-adler32 v0.3.7 |
723 | 2024-12-18T22:39:04.797Z | Downloaded shlex v1.3.0 |
724 | 2024-12-18T22:39:04.800Z | Downloaded strip-ansi-escapes v0.2.0 |
725 | 2024-12-18T22:39:04.800Z | Downloaded sigpipe v0.1.3 |
726 | 2024-12-18T22:39:04.803Z | Downloaded predicates-core v1.0.8 |
727 | 2024-12-18T22:39:04.803Z | Downloaded tinyvec v1.8.0 |
728 | 2024-12-18T22:39:04.806Z | Downloaded darling_macro v0.20.10 |
729 | 2024-12-18T22:39:04.806Z | Downloaded zeroize_derive v1.4.2 |
730 | 2024-12-18T22:39:04.812Z | Downloaded stringprep v0.1.5 |
731 | 2024-12-18T22:39:04.812Z | Downloaded funty v2.0.0 |
732 | 2024-12-18T22:39:04.815Z | Downloaded fs_extra v1.3.0 |
733 | 2024-12-18T22:39:04.815Z | Downloaded glob v0.3.1 |
734 | 2024-12-18T22:39:04.815Z | Downloaded tokio-rustls v0.24.1 |
735 | 2024-12-18T22:39:04.819Z | Downloaded fixedbitset v0.4.2 |
736 | 2024-12-18T22:39:04.819Z | Downloaded fallible-iterator v0.3.0 |
737 | 2024-12-18T22:39:04.822Z | Downloaded structmeta v0.2.0 |
738 | 2024-12-18T22:39:04.822Z | Downloaded futures-util v0.3.31 |
739 | 2024-12-18T22:39:04.833Z | Downloaded unicode-width v0.2.0 |
740 | 2024-12-18T22:39:04.839Z | Downloaded unicode-normalization v0.1.24 |
741 | 2024-12-18T22:39:04.844Z | Downloaded paste v1.0.15 |
742 | 2024-12-18T22:39:04.846Z | Downloaded zerovec v0.10.4 |
743 | 2024-12-18T22:39:04.853Z | Downloaded zerocopy v0.8.10 |
744 | 2024-12-18T22:39:04.877Z | Downloaded termtree v0.4.1 |
745 | 2024-12-18T22:39:04.881Z | Downloaded slog-json v2.6.1 |
746 | 2024-12-18T22:39:04.885Z | Downloaded slog-async v2.8.0 |
747 | 2024-12-18T22:39:04.885Z | Downloaded term v0.7.0 |
748 | 2024-12-18T22:39:04.887Z | Downloaded termcolor v1.4.1 |
749 | 2024-12-18T22:39:04.888Z | Downloaded tar v0.4.42 |
750 | 2024-12-18T22:39:04.892Z | Downloaded der v0.7.9 |
751 | 2024-12-18T22:39:04.897Z | Downloaded num-traits v0.2.19 |
752 | 2024-12-18T22:39:04.899Z | Downloaded tungstenite v0.24.0 |
753 | 2024-12-18T22:39:04.902Z | Downloaded twox-hash v1.6.3 |
754 | 2024-12-18T22:39:04.904Z | Downloaded rustls-webpki v0.101.7 |
755 | 2024-12-18T22:39:04.917Z | Downloaded zeroize v1.8.1 |
756 | 2024-12-18T22:39:04.922Z | Downloaded which v4.4.2 |
757 | 2024-12-18T22:39:04.922Z | Downloaded foreign-types-macros v0.2.3 |
758 | 2024-12-18T22:39:04.928Z | Downloaded foreign-types v0.5.0 |
759 | 2024-12-18T22:39:04.928Z | Downloaded dyn-clone v1.0.17 |
760 | 2024-12-18T22:39:04.928Z | Downloaded winnow v0.5.40 |
761 | 2024-12-18T22:39:04.933Z | Downloaded rsa v0.9.6 |
762 | 2024-12-18T22:39:04.939Z | Downloaded same-file v1.0.6 |
763 | 2024-12-18T22:39:04.941Z | Downloaded rusty-fork v0.3.0 |
764 | 2024-12-18T22:39:04.956Z | Downloaded pbkdf2 v0.12.2 |
765 | 2024-12-18T22:39:04.956Z | Downloaded num-derive v0.4.2 |
766 | 2024-12-18T22:39:04.956Z | Downloaded num-bigint-dig v0.8.4 |
767 | 2024-12-18T22:39:04.960Z | Downloaded uuid v1.11.0 |
768 | 2024-12-18T22:39:04.960Z | Downloaded fallible-iterator v0.2.0 |
769 | 2024-12-18T22:39:04.961Z | Downloaded utf8_iter v1.0.4 |
770 | 2024-12-18T22:39:04.961Z | Downloaded flate2 v1.0.34 |
771 | 2024-12-18T22:39:04.965Z | Downloaded futures-executor v0.3.31 |
772 | 2024-12-18T22:39:04.968Z | Downloaded petname v2.0.2 |
773 | 2024-12-18T22:39:04.972Z | Downloaded petgraph v0.6.5 |
774 | 2024-12-18T22:39:04.989Z | Downloaded opaque-debug v0.3.1 |
775 | 2024-12-18T22:39:04.993Z | Downloaded unarray v0.1.4 |
776 | 2024-12-18T22:39:04.993Z | Downloaded typify-macro v0.2.0 |
777 | 2024-12-18T22:39:04.997Z | Downloaded rusqlite v0.32.1 |
778 | 2024-12-18T22:39:05.000Z | Downloaded parse-size v1.1.0 |
779 | 2024-12-18T22:39:05.003Z | Downloaded p384 v0.13.0 |
780 | 2024-12-18T22:39:05.008Z | Downloaded parking_lot v0.12.3 |
781 | 2024-12-18T22:39:05.011Z | Downloaded parking_lot_core v0.9.10 |
782 | 2024-12-18T22:39:05.014Z | Downloaded packed_struct_codegen v0.10.1 |
783 | 2024-12-18T22:39:05.016Z | Downloaded tokio-rustls v0.25.0 |
784 | 2024-12-18T22:39:05.019Z | Downloaded synstructure v0.13.1 |
785 | 2024-12-18T22:39:05.019Z | Downloaded sync_wrapper v1.0.1 |
786 | 2024-12-18T22:39:05.020Z | Downloaded sct v0.7.1 |
787 | 2024-12-18T22:39:05.022Z | Downloaded unicode-properties v0.1.3 |
788 | 2024-12-18T22:39:05.025Z | Downloaded rayon-core v1.12.1 |
789 | 2024-12-18T22:39:05.030Z | Downloaded tokio-postgres v0.7.12 |
790 | 2024-12-18T22:39:05.037Z | Downloaded rayon v1.10.0 |
791 | 2024-12-18T22:39:05.046Z | Downloaded olpc-cjson v0.1.4 |
792 | 2024-12-18T22:39:05.049Z | Downloaded der_derive v0.7.3 |
793 | 2024-12-18T22:39:05.049Z | Downloaded steno v0.4.1 |
794 | 2024-12-18T22:39:05.053Z | Downloaded unicode-xid v0.2.6 |
795 | 2024-12-18T22:39:05.055Z | Downloaded strum_macros v0.25.3 |
796 | 2024-12-18T22:39:05.055Z | Downloaded strum_macros v0.24.3 |
797 | 2024-12-18T22:39:05.059Z | Downloaded serde_plain v1.0.2 |
798 | 2024-12-18T22:39:05.062Z | Downloaded salsa20 v0.10.2 |
799 | 2024-12-18T22:39:05.062Z | Downloaded rustls v0.23.14 |
800 | 2024-12-18T22:39:05.073Z | Downloaded rustls-pki-types v1.9.0 |
801 | 2024-12-18T22:39:05.079Z | Downloaded object v0.36.5 |
802 | 2024-12-18T22:39:05.089Z | Downloaded headers v0.4.0 |
803 | 2024-12-18T22:39:05.093Z | Downloaded rustversion v1.0.17 |
804 | 2024-12-18T22:39:05.096Z | Downloaded rand_seeder v0.3.0 |
805 | 2024-12-18T22:39:05.100Z | Downloaded thiserror-impl v2.0.3 |
806 | 2024-12-18T22:39:05.100Z | Downloaded rand_core v0.6.4 |
807 | 2024-12-18T22:39:05.102Z | Downloaded pbkdf2 v0.11.0 |
808 | 2024-12-18T22:39:05.102Z | Downloaded thiserror v2.0.3 |
809 | 2024-12-18T22:39:05.109Z | Downloaded flagset v0.4.6 |
810 | 2024-12-18T22:39:05.113Z | Downloaded zerocopy-derive v0.6.6 |
811 | 2024-12-18T22:39:05.120Z | Downloaded tap v1.0.1 |
812 | 2024-12-18T22:39:05.124Z | Downloaded strum v0.26.3 |
813 | 2024-12-18T22:39:05.124Z | Downloaded rustls v0.21.12 |
814 | 2024-12-18T22:39:05.133Z | Downloaded filetime v0.2.25 |
815 | 2024-12-18T22:39:05.137Z | Downloaded pretty-hex v0.2.1 |
816 | 2024-12-18T22:39:05.137Z | Downloaded pin-project-lite v0.2.14 |
817 | 2024-12-18T22:39:05.140Z | Downloaded fallible-streaming-iterator v0.1.9 |
818 | 2024-12-18T22:39:05.143Z | Downloaded phf_shared v0.11.2 |
819 | 2024-12-18T22:39:05.143Z | Downloaded ena v0.14.3 |
820 | 2024-12-18T22:39:05.148Z | Downloaded either v1.13.0 |
821 | 2024-12-18T22:39:05.148Z | Downloaded pin-project v1.1.6 |
822 | 2024-12-18T22:39:05.160Z | Downloaded futures v0.3.31 |
823 | 2024-12-18T22:39:05.162Z | Downloaded dropshot_endpoint v0.12.0 |
824 | 2024-12-18T22:39:05.166Z | Downloaded half v2.4.1 |
825 | 2024-12-18T22:39:05.170Z | Downloaded regex v1.11.1 |
826 | 2024-12-18T22:39:05.180Z | Downloaded pin-utils v0.1.0 |
827 | 2024-12-18T22:39:05.187Z | Downloaded owo-colors v4.1.0 |
828 | 2024-12-18T22:39:05.187Z | Downloaded openssl-sys v0.9.103 |
829 | 2024-12-18T22:39:05.192Z | Downloaded tiny-keccak v2.0.2 |
830 | 2024-12-18T22:39:05.192Z | Downloaded time-core v0.1.2 |
831 | 2024-12-18T22:39:05.195Z | Downloaded thread_local v1.1.8 |
832 | 2024-12-18T22:39:05.195Z | Downloaded serde_urlencoded v0.7.1 |
833 | 2024-12-18T22:39:05.198Z | Downloaded try-lock v0.2.5 |
834 | 2024-12-18T22:39:05.198Z | Downloaded serde_repr v0.1.19 |
835 | 2024-12-18T22:39:05.198Z | Downloaded globset v0.4.15 |
836 | 2024-12-18T22:39:05.201Z | Downloaded tui-tree-widget v0.22.0 |
837 | 2024-12-18T22:39:05.201Z | Downloaded darling_core v0.20.10 |
838 | 2024-12-18T22:39:05.205Z | Downloaded tokio-rustls v0.26.0 |
839 | 2024-12-18T22:39:05.212Z | Downloaded tabwriter v1.4.0 |
840 | 2024-12-18T22:39:05.214Z | Downloaded parking_lot_core v0.8.6 |
841 | 2024-12-18T22:39:05.214Z | Downloaded ppv-lite86 v0.2.20 |
842 | 2024-12-18T22:39:05.214Z | Downloaded rustc_version v0.4.1 |
843 | 2024-12-18T22:39:05.214Z | Downloaded powerfmt v0.2.0 |
844 | 2024-12-18T22:39:05.217Z | Downloaded primeorder v0.13.6 |
845 | 2024-12-18T22:39:05.217Z | Downloaded progenitor-client v0.8.0 |
846 | 2024-12-18T22:39:05.219Z | Downloaded progenitor v0.8.0 |
847 | 2024-12-18T22:39:05.220Z | Downloaded untrusted v0.9.0 |
848 | 2024-12-18T22:39:05.223Z | Downloaded progenitor-impl v0.8.0 |
849 | 2024-12-18T22:39:05.223Z | Downloaded foreign-types-shared v0.3.1 |
850 | 2024-12-18T22:39:05.226Z | Downloaded time v0.3.36 |
851 | 2024-12-18T22:39:05.230Z | Downloaded tracing-core v0.1.32 |
852 | 2024-12-18T22:39:05.238Z | Downloaded utf-8 v0.7.6 |
853 | 2024-12-18T22:39:05.238Z | Downloaded downcast v0.11.0 |
854 | 2024-12-18T22:39:05.238Z | Downloaded toml v0.7.8 |
855 | 2024-12-18T22:39:05.240Z | Downloaded derive_more v0.99.18 |
856 | 2024-12-18T22:39:05.244Z | Downloaded object v0.30.4 |
857 | 2024-12-18T22:39:05.255Z | Downloaded toml_edit v0.19.15 |
858 | 2024-12-18T22:39:05.270Z | Downloaded zopfli v0.8.1 |
859 | 2024-12-18T22:39:05.273Z | Downloaded vte_generate_state_changes v0.1.2 |
860 | 2024-12-18T22:39:05.276Z | Downloaded vte v0.11.1 |
861 | 2024-12-18T22:39:05.276Z | Downloaded futures-task v0.3.31 |
862 | 2024-12-18T22:39:05.276Z | Downloaded tokio-util v0.7.12 |
863 | 2024-12-18T22:39:05.284Z | Downloaded rand_xorshift v0.3.0 |
864 | 2024-12-18T22:39:05.289Z | Downloaded hash32 v0.2.1 |
865 | 2024-12-18T22:39:05.289Z | Downloaded nix v0.29.0 |
866 | 2024-12-18T22:39:05.298Z | Downloaded untrusted v0.7.1 |
867 | 2024-12-18T22:39:05.301Z | Downloaded display-error-chain v0.2.2 |
868 | 2024-12-18T22:39:05.301Z | Downloaded unicode_categories v0.1.1 |
869 | 2024-12-18T22:39:05.303Z | Downloaded defmt v0.3.8 |
870 | 2024-12-18T22:39:05.306Z | Downloaded universal-hash v0.5.1 |
871 | 2024-12-18T22:39:05.306Z | Downloaded rtoolbox v0.0.2 |
872 | 2024-12-18T22:39:05.306Z | Downloaded float-cmp v0.9.0 |
873 | 2024-12-18T22:39:05.309Z | Downloaded rcgen v0.12.1 |
874 | 2024-12-18T22:39:05.313Z | Downloaded foreign-types-shared v0.1.1 |
875 | 2024-12-18T22:39:05.313Z | Downloaded foldhash v0.1.3 |
876 | 2024-12-18T22:39:05.313Z | Downloaded tokio-tungstenite v0.21.0 |
877 | 2024-12-18T22:39:05.317Z | Downloaded nodrop v0.1.14 |
878 | 2024-12-18T22:39:05.317Z | Downloaded futures-core v0.3.31 |
879 | 2024-12-18T22:39:05.317Z | Downloaded displaydoc v0.2.5 |
880 | 2024-12-18T22:39:05.321Z | Downloaded futures-channel v0.3.31 |
881 | 2024-12-18T22:39:05.325Z | Downloaded rustc-hash v2.0.0 |
882 | 2024-12-18T22:39:05.325Z | Downloaded rand v0.8.5 |
883 | 2024-12-18T22:39:05.327Z | Downloaded pkg-config v0.3.31 |
884 | 2024-12-18T22:39:05.327Z | Downloaded supports-color v3.0.1 |
885 | 2024-12-18T22:39:05.330Z | Downloaded scrypt v0.11.0 |
886 | 2024-12-18T22:39:05.330Z | Downloaded futures-sink v0.3.31 |
887 | 2024-12-18T22:39:05.332Z | Downloaded futures-io v0.3.31 |
888 | 2024-12-18T22:39:05.332Z | Downloaded env_logger v0.11.5 |
889 | 2024-12-18T22:39:05.336Z | Downloaded hash32 v0.3.1 |
890 | 2024-12-18T22:39:05.339Z | Downloaded group v0.13.0 |
891 | 2024-12-18T22:39:05.339Z | Downloaded wait-timeout v0.2.0 |
892 | 2024-12-18T22:39:05.339Z | Downloaded hashbrown v0.12.3 |
893 | 2024-12-18T22:39:05.342Z | Downloaded dropshot_endpoint v0.13.0 |
894 | 2024-12-18T22:39:05.346Z | Downloaded typify v0.2.0 |
895 | 2024-12-18T22:39:05.350Z | Downloaded openapiv3 v2.0.0 |
896 | 2024-12-18T22:39:05.363Z | Downloaded sync-ptr v0.1.1 |
897 | 2024-12-18T22:39:05.367Z | Downloaded zone_cfg_derive v0.3.0 |
898 | 2024-12-18T22:39:05.367Z | Downloaded zone_cfg_derive v0.1.2 |
899 | 2024-12-18T22:39:05.367Z | Downloaded zone v0.3.0 |
900 | 2024-12-18T22:39:05.367Z | Downloaded postgres-types v0.2.8 |
901 | 2024-12-18T22:39:05.369Z | Downloaded tungstenite v0.23.0 |
902 | 2024-12-18T22:39:05.372Z | Downloaded tungstenite v0.21.0 |
903 | 2024-12-18T22:39:05.374Z | Downloaded env_logger v0.10.2 |
904 | 2024-12-18T22:39:05.377Z | Downloaded env_filter v0.1.2 |
905 | 2024-12-18T22:39:05.380Z | Downloaded enum-as-inner v0.6.1 |
906 | 2024-12-18T22:39:05.383Z | Downloaded diesel_table_macro_syntax v0.2.0 |
907 | 2024-12-18T22:39:05.383Z | Downloaded diesel_derives v2.2.3 |
908 | 2024-12-18T22:39:05.386Z | Downloaded postgres-protocol v0.6.7 |
909 | 2024-12-18T22:39:05.388Z | Downloaded postcard v1.0.10 |
910 | 2024-12-18T22:39:05.391Z | Downloaded regex-automata v0.4.8 |
911 | 2024-12-18T22:39:05.408Z | Downloaded take_mut v0.2.2 |
912 | 2024-12-18T22:39:05.411Z | Downloaded structmeta-derive v0.3.0 |
913 | 2024-12-18T22:39:05.411Z | Downloaded shell-words v1.1.0 |
914 | 2024-12-18T22:39:05.411Z | Downloaded polar-core v0.27.3 |
915 | 2024-12-18T22:39:05.417Z | Downloaded scheduled-thread-pool v0.2.7 |
916 | 2024-12-18T22:39:05.420Z | Downloaded time-macros v0.2.18 |
917 | 2024-12-18T22:39:05.423Z | Downloaded serde_path_to_error v0.1.16 |
918 | 2024-12-18T22:39:05.426Z | Downloaded serde_derive_internals v0.29.1 |
919 | 2024-12-18T22:39:05.426Z | Downloaded schemars_derive v0.8.21 |
920 | 2024-12-18T22:39:05.426Z | Downloaded predicates-tree v1.0.11 |
921 | 2024-12-18T22:39:05.429Z | Downloaded parse-display v0.10.0 |
922 | 2024-12-18T22:39:05.429Z | Downloaded dsl_auto_type v0.1.2 |
923 | 2024-12-18T22:39:05.432Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
924 | 2024-12-18T22:39:05.485Z | Downloaded sha1 v0.10.6 |
925 | 2024-12-18T22:39:05.489Z | Downloaded vcpkg v0.2.15 |
926 | 2024-12-18T22:39:05.524Z | Downloaded precomputed-hash v0.1.1 |
927 | 2024-12-18T22:39:05.526Z | Downloaded polyval v0.6.2 |
928 | 2024-12-18T22:39:05.526Z | Downloaded rustfmt-wrapper v0.2.1 |
929 | 2024-12-18T22:39:05.529Z | Downloaded pkcs5 v0.7.1 |
930 | 2024-12-18T22:39:05.532Z | Downloaded pkcs1 v0.7.5 |
931 | 2024-12-18T22:39:05.535Z | Downloaded tokio-tungstenite v0.24.0 |
932 | 2024-12-18T22:39:05.535Z | Downloaded tokio-tungstenite v0.23.1 |
933 | 2024-12-18T22:39:05.539Z | Downloaded tinystr v0.7.6 |
934 | 2024-12-18T22:39:05.541Z | Downloaded dhcproto v0.12.0 |
935 | 2024-12-18T22:39:05.541Z | Downloaded des v0.8.1 |
936 | 2024-12-18T22:39:05.544Z | Downloaded derive_builder_macro v0.20.2 |
937 | 2024-12-18T22:39:05.544Z | Downloaded rustls v0.22.4 |
938 | 2024-12-18T22:39:05.556Z | Downloaded enum-as-inner v0.5.1 |
939 | 2024-12-18T22:39:05.559Z | Downloaded p256 v0.13.2 |
940 | 2024-12-18T22:39:05.563Z | Downloaded tokio v1.40.0 |
941 | 2024-12-18T22:39:05.597Z | Downloaded waitgroup v0.1.2 |
942 | 2024-12-18T22:39:05.600Z | Downloaded typify-impl v0.2.0 |
943 | 2024-12-18T22:39:05.613Z | Downloaded defmt-parser v0.3.4 |
944 | 2024-12-18T22:39:05.616Z | Downloaded unsafe-libyaml v0.2.11 |
945 | 2024-12-18T22:39:05.619Z | Downloaded dropshot v0.13.0 |
946 | 2024-12-18T22:39:05.637Z | Downloaded diesel v2.2.6 |
947 | 2024-12-18T22:39:05.655Z | Downloaded defmt-macros v0.3.9 |
948 | 2024-12-18T22:39:05.658Z | Downloaded vsss-rs v3.3.4 |
949 | 2024-12-18T22:39:05.660Z | Downloaded vergen v8.3.2 |
950 | 2024-12-18T22:39:05.663Z | Downloaded encoding_rs v0.8.34 |
951 | 2024-12-18T22:39:05.683Z | Downloaded poly1305 v0.8.0 |
952 | 2024-12-18T22:39:05.685Z | Downloaded flume v0.11.1 |
953 | 2024-12-18T22:39:05.689Z | Downloaded float-ord v0.3.2 |
954 | 2024-12-18T22:39:05.691Z | Downloaded diesel-dtrace v0.4.0 |
955 | 2024-12-18T22:39:05.691Z | Downloaded schemars v0.8.21 |
956 | 2024-12-18T22:39:05.702Z | Downloaded utf16_iter v1.0.5 |
957 | 2024-12-18T22:39:05.705Z | Downloaded rustc_version v0.1.7 |
958 | 2024-12-18T22:39:05.705Z | Downloaded ratatui v0.28.1 |
959 | 2024-12-18T22:39:05.722Z | Downloaded openssl-probe v0.1.5 |
960 | 2024-12-18T22:39:05.728Z | Downloaded radix_trie v0.2.1 |
961 | 2024-12-18T22:39:05.732Z | Downloaded trust-dns-proto v0.22.0 |
962 | 2024-12-18T22:39:05.740Z | Downloaded openssl-macros v0.1.1 |
963 | 2024-12-18T22:39:05.743Z | Downloaded dropshot v0.12.0 |
964 | 2024-12-18T22:39:05.759Z | Downloaded num-integer v0.1.46 |
965 | 2024-12-18T22:39:05.763Z | Downloaded normalize-line-endings v0.3.0 |
966 | 2024-12-18T22:39:05.763Z | Downloaded nom v7.1.3 |
967 | 2024-12-18T22:39:05.767Z | Downloaded structmeta v0.3.0 |
968 | 2024-12-18T22:39:05.769Z | Downloaded nix v0.27.1 |
969 | 2024-12-18T22:39:05.778Z | Downloaded rustyline v14.0.0 |
970 | 2024-12-18T22:39:05.783Z | Downloaded tokio-stream v0.1.16 |
971 | 2024-12-18T22:39:05.787Z | Downloaded openssl v0.10.66 |
972 | 2024-12-18T22:39:05.796Z | Downloaded ff v0.13.0 |
973 | 2024-12-18T22:39:05.798Z | Downloaded fatfs v0.3.6 |
974 | 2024-12-18T22:39:05.802Z | Downloaded data-encoding v2.6.0 |
975 | 2024-12-18T22:39:05.802Z | Downloaded serde_yaml v0.9.34+deprecated |
976 | 2024-12-18T22:39:05.806Z | Downloaded prettyplease v0.2.25 |
977 | 2024-12-18T22:39:05.810Z | Downloaded number_prefix v0.4.0 |
978 | 2024-12-18T22:39:05.810Z | Downloaded num_threads v0.1.7 |
979 | 2024-12-18T22:39:05.810Z | Downloaded num_enum_derive v0.5.11 |
980 | 2024-12-18T22:39:05.812Z | Downloaded num_enum v0.5.11 |
981 | 2024-12-18T22:39:05.814Z | Downloaded num-iter v0.1.45 |
982 | 2024-12-18T22:39:05.817Z | Downloaded zip v0.6.6 |
983 | 2024-12-18T22:39:05.820Z | Downloaded zerovec-derive v0.10.3 |
984 | 2024-12-18T22:39:05.823Z | Downloaded zerofrom-derive v0.1.4 |
985 | 2024-12-18T22:39:05.823Z | Downloaded whoami v1.5.2 |
986 | 2024-12-18T22:39:05.825Z | Downloaded sha3 v0.10.8 |
987 | 2024-12-18T22:39:05.828Z | Downloaded typed-path v0.9.3 |
988 | 2024-12-18T22:39:05.834Z | Downloaded test-strategy v0.3.1 |
989 | 2024-12-18T22:39:05.837Z | Downloaded smoltcp v0.9.1 |
990 | 2024-12-18T22:39:05.849Z | Downloaded sled v0.34.7 |
991 | 2024-12-18T22:39:05.859Z | Downloaded rpassword v7.3.1 |
992 | 2024-12-18T22:39:05.861Z | Downloaded path-slash v0.1.5 |
993 | 2024-12-18T22:39:05.861Z | Downloaded password-hash v0.5.0 |
994 | 2024-12-18T22:39:05.864Z | Downloaded password-hash v0.4.2 |
995 | 2024-12-18T22:39:05.867Z | Downloaded parse-display-derive v0.10.0 |
996 | 2024-12-18T22:39:05.867Z | Downloaded oso-derive v0.27.3 |
997 | 2024-12-18T22:39:05.867Z | Downloaded oso v0.27.3 |
998 | 2024-12-18T22:39:05.870Z | Downloaded smoltcp v0.11.0 |
999 | 2024-12-18T22:39:05.881Z | Downloaded packed_struct v0.10.1 |
1000 | 2024-12-18T22:39:05.883Z | Downloaded embedded-io v0.6.1 |
1001 | 2024-12-18T22:39:05.886Z | Downloaded embedded-io v0.4.0 |
1002 | 2024-12-18T22:39:05.886Z | Downloaded nibble_vec v0.1.0 |
1003 | 2024-12-18T22:39:05.888Z | Downloaded hashlink v0.9.1 |
1004 | 2024-12-18T22:39:05.888Z | Downloaded hashbrown v0.13.2 |
1005 | 2024-12-18T22:39:05.892Z | Downloaded h2 v0.4.6 |
1006 | 2024-12-18T22:39:05.898Z | Downloaded tracing-attributes v0.1.27 |
1007 | 2024-12-18T22:39:05.901Z | Downloaded git2 v0.19.0 |
1008 | 2024-12-18T22:39:05.910Z | Downloaded rand_chacha v0.3.1 |
1009 | 2024-12-18T22:39:05.913Z | Downloaded phf_shared v0.10.0 |
1010 | 2024-12-18T22:39:05.913Z | Downloaded phf_generator v0.11.2 |
1011 | 2024-12-18T22:39:05.916Z | Downloaded p521 v0.13.3 |
1012 | 2024-12-18T22:39:05.919Z | Downloaded nu-ansi-term v0.50.1 |
1013 | 2024-12-18T22:39:05.919Z | Downloaded omicron-zone-package v0.11.1 |
1014 | 2024-12-18T22:39:05.922Z | Downloaded num-rational v0.4.2 |
1015 | 2024-12-18T22:39:05.924Z | Downloaded derive_builder v0.20.2 |
1016 | 2024-12-18T22:39:05.927Z | Downloaded rustls-pemfile v2.2.0 |
1017 | 2024-12-18T22:39:05.930Z | Downloaded rustls-pemfile v1.0.4 |
1018 | 2024-12-18T22:39:05.933Z | Downloaded derive-where v1.2.7 |
1019 | 2024-12-18T22:39:05.936Z | Downloaded deranged v0.3.11 |
1020 | 2024-12-18T22:39:05.940Z | Downloaded writeable v0.5.5 |
1021 | 2024-12-18T22:39:05.940Z | Downloaded sqlparser v0.45.0 |
1022 | 2024-12-18T22:39:05.943Z | Downloaded ring v0.17.8 |
1023 | 2024-12-18T22:39:06.012Z | Downloaded snafu v0.8.5 |
1024 | 2024-12-18T22:39:06.018Z | Downloaded zerocopy v0.6.6 |
1025 | 2024-12-18T22:39:06.020Z | Downloaded yasna v0.5.2 |
1026 | 2024-12-18T22:39:06.022Z | Downloaded xz2 v0.1.7 |
1027 | 2024-12-18T22:39:06.025Z | Downloaded x509-cert v0.2.5 |
1028 | 2024-12-18T22:39:06.029Z | Downloaded wyz v0.5.1 |
1029 | 2024-12-18T22:39:06.032Z | Downloaded ssh-key v0.6.6 |
1030 | 2024-12-18T22:39:06.036Z | Downloaded ssh-encoding v0.2.0 |
1031 | 2024-12-18T22:39:06.039Z | Downloaded ssh-cipher v0.2.0 |
1032 | 2024-12-18T22:39:06.039Z | Downloaded unicode-bidi v0.3.17 |
1033 | 2024-12-18T22:39:06.044Z | Downloaded snafu-derive v0.8.5 |
1034 | 2024-12-18T22:39:06.044Z | Downloaded smallvec v0.6.14 |
1035 | 2024-12-18T22:39:06.047Z | Downloaded slog-term v2.9.1 |
1036 | 2024-12-18T22:39:06.048Z | Downloaded slog-stdlog v4.1.1 |
1037 | 2024-12-18T22:39:06.048Z | Downloaded slog-scope v4.4.0 |
1038 | 2024-12-18T22:39:06.050Z | Downloaded slog-envlogger v2.2.0 |
1039 | 2024-12-18T22:39:06.050Z | Downloaded slog-dtrace v0.3.0 |
1040 | 2024-12-18T22:39:06.053Z | Downloaded slog-bunyan v2.5.0 |
1041 | 2024-12-18T22:39:06.053Z | Downloaded slog v2.7.0 |
1042 | 2024-12-18T22:39:06.078Z | Downloaded salty v0.3.0 |
1043 | 2024-12-18T22:39:06.087Z | Downloaded russh-keys v0.45.0 |
1044 | 2024-12-18T22:39:06.091Z | Downloaded tokio-native-tls v0.3.1 |
1045 | 2024-12-18T22:39:06.094Z | Downloaded tokio-macros v2.4.0 |
1046 | 2024-12-18T22:39:06.094Z | Downloaded similar v2.6.0 |
1047 | 2024-12-18T22:39:06.099Z | Downloaded ref-cast v1.0.23 |
1048 | 2024-12-18T22:39:06.103Z | Downloaded r2d2 v0.8.10 |
1049 | 2024-12-18T22:39:06.105Z | Downloaded predicates v3.1.2 |
1050 | 2024-12-18T22:39:06.108Z | Downloaded peg-macros v0.8.4 |
1051 | 2024-12-18T22:39:06.110Z | Downloaded peg v0.8.4 |
1052 | 2024-12-18T22:39:06.115Z | Downloaded mockall v0.13.0 |
1053 | 2024-12-18T22:39:06.119Z | Downloaded headers-core v0.3.0 |
1054 | 2024-12-18T22:39:06.121Z | Downloaded regress v0.10.1 |
1055 | 2024-12-18T22:39:06.131Z | Downloaded regress v0.9.1 |
1056 | 2024-12-18T22:39:06.142Z | Downloaded russh v0.45.0 |
1057 | 2024-12-18T22:39:06.151Z | Downloaded gethostname v0.5.0 |
1058 | 2024-12-18T22:39:06.154Z | Downloaded derive_builder_core v0.20.2 |
1059 | 2024-12-18T22:39:06.154Z | Downloaded debug-ignore v1.0.5 |
1060 | 2024-12-18T22:39:06.154Z | Downloaded zip v2.1.3 |
1061 | 2024-12-18T22:39:06.160Z | Downloaded curve25519-dalek v4.1.3 |
1062 | 2024-12-18T22:39:06.167Z | Downloaded serde_with_macros v3.11.0 |
1063 | 2024-12-18T22:39:06.169Z | Downloaded serde_with v3.11.0 |
1064 | 2024-12-18T22:39:06.178Z | Downloaded serde-hex v0.1.0 |
1065 | 2024-12-18T22:39:06.180Z | Downloaded pkcs8 v0.10.2 |
1066 | 2024-12-18T22:39:06.183Z | Downloaded pin-project-internal v1.1.6 |
1067 | 2024-12-18T22:39:06.185Z | Downloaded phf_codegen v0.11.2 |
1068 | 2024-12-18T22:39:06.185Z | Downloaded mio v1.0.2 |
1069 | 2024-12-18T22:39:06.190Z | Downloaded mirai-annotations v1.12.0 |
1070 | 2024-12-18T22:39:06.192Z | Downloaded curve25519-dalek-derive v0.1.1 |
1071 | 2024-12-18T22:39:06.192Z | Downloaded cobs v0.2.3 |
1072 | 2024-12-18T22:39:06.195Z | Downloaded getrandom v0.2.15 |
1073 | 2024-12-18T22:39:06.197Z | Downloaded futures-macro v0.3.31 |
1074 | 2024-12-18T22:39:06.197Z | Downloaded expectorate v1.1.0 |
1075 | 2024-12-18T22:39:06.200Z | Downloaded spki v0.7.3 |
1076 | 2024-12-18T22:39:06.202Z | Downloaded secrecy v0.8.0 |
1077 | 2024-12-18T22:39:06.202Z | Downloaded ron v0.7.1 |
1078 | 2024-12-18T22:39:06.207Z | Downloaded libsw v3.3.1 |
1079 | 2024-12-18T22:39:06.209Z | Downloaded lalrpop-util v0.19.12 |
1080 | 2024-12-18T22:39:06.211Z | Downloaded lalrpop v0.19.12 |
1081 | 2024-12-18T22:39:06.221Z | Downloaded hubpack v0.1.2 |
1082 | 2024-12-18T22:39:06.226Z | Downloaded md5 v0.7.0 |
1083 | 2024-12-18T22:39:06.226Z | Downloaded md-5 v0.10.6 |
1084 | 2024-12-18T22:39:06.226Z | Downloaded maybe-uninit v2.0.0 |
1085 | 2024-12-18T22:39:06.228Z | Downloaded match_cfg v0.1.0 |
1086 | 2024-12-18T22:39:06.228Z | Downloaded managed v0.8.0 |
1087 | 2024-12-18T22:39:06.228Z | Downloaded lockfree-object-pool v0.1.6 |
1088 | 2024-12-18T22:39:06.231Z | Downloaded litemap v0.7.3 |
1089 | 2024-12-18T22:39:06.231Z | Downloaded lzma-sys v0.1.20 |
1090 | 2024-12-18T22:39:06.259Z | Downloaded hubpack_derive v0.1.1 |
1091 | 2024-12-18T22:39:06.262Z | Downloaded webpki-roots v0.26.6 |
1092 | 2024-12-18T22:39:06.266Z | Downloaded libm v0.2.8 |
1093 | 2024-12-18T22:39:06.270Z | Downloaded libefi-sys v0.1.0 |
1094 | 2024-12-18T22:39:06.273Z | Downloaded kstat-rs v0.2.4 |
1095 | 2024-12-18T22:39:06.273Z | Downloaded keccak v0.1.5 |
1096 | 2024-12-18T22:39:06.276Z | Downloaded internet-checksum v0.2.1 |
1097 | 2024-12-18T22:39:06.276Z | Downloaded instant v0.1.13 |
1098 | 2024-12-18T22:39:06.276Z | Downloaded url v2.5.3 |
1099 | 2024-12-18T22:39:06.282Z | Downloaded unicode-truncate v1.1.0 |
1100 | 2024-12-18T22:39:06.282Z | Downloaded unicode-segmentation v1.12.0 |
1101 | 2024-12-18T22:39:06.285Z | Downloaded signal-hook-registry v1.4.2 |
1102 | 2024-12-18T22:39:06.288Z | Downloaded quick-error v1.2.3 |
1103 | 2024-12-18T22:39:06.291Z | Downloaded proc-macro-crate v1.3.1 |
1104 | 2024-12-18T22:39:06.291Z | Downloaded hickory-resolver v0.24.1 |
1105 | 2024-12-18T22:39:06.295Z | Downloaded backtrace v0.3.74 |
1106 | 2024-12-18T22:39:06.300Z | Downloaded backoff v0.4.0 |
1107 | 2024-12-18T22:39:06.302Z | Downloaded indent_write v2.2.0 |
1108 | 2024-12-18T22:39:06.305Z | Downloaded idna_adapter v1.2.0 |
1109 | 2024-12-18T22:39:06.305Z | Downloaded ident_case v1.0.1 |
1110 | 2024-12-18T22:39:06.305Z | Downloaded icu_provider_macros v1.5.0 |
1111 | 2024-12-18T22:39:06.308Z | Downloaded cstr-argument v0.1.2 |
1112 | 2024-12-18T22:39:06.308Z | Downloaded cookie_store v0.21.0 |
1113 | 2024-12-18T22:39:06.310Z | Downloaded cookie v0.18.1 |
1114 | 2024-12-18T22:39:06.311Z | Downloaded libsqlite3-sys v0.30.1 |
1115 | 2024-12-18T22:39:06.385Z | Downloaded const_format_proc_macros v0.2.33 |
1116 | 2024-12-18T22:39:06.387Z | Downloaded const_format v0.2.33 |
1117 | 2024-12-18T22:39:06.391Z | Downloaded chrono-tz-build v0.4.0 |
1118 | 2024-12-18T22:39:06.393Z | Downloaded chacha20poly1305 v0.10.1 |
1119 | 2024-12-18T22:39:06.393Z | Downloaded chacha20 v0.9.1 |
1120 | 2024-12-18T22:39:06.396Z | Downloaded cbc v0.1.2 |
1121 | 2024-12-18T22:39:06.398Z | Downloaded castaway v0.2.3 |
1122 | 2024-12-18T22:39:06.398Z | Downloaded cassowary v0.3.0 |
1123 | 2024-12-18T22:39:06.401Z | Downloaded cancel-safe-futures v0.1.5 |
1124 | 2024-12-18T22:39:06.404Z | Downloaded buf-list v1.0.3 |
1125 | 2024-12-18T22:39:06.404Z | Downloaded blowfish v0.9.1 |
1126 | 2024-12-18T22:39:06.406Z | Downloaded block-padding v0.3.3 |
1127 | 2024-12-18T22:39:06.406Z | Downloaded blake3 v1.5.4 |
1128 | 2024-12-18T22:39:06.414Z | Downloaded bitfield-struct v0.6.2 |
1129 | 2024-12-18T22:39:06.417Z | Downloaded bitfield v0.14.0 |
1130 | 2024-12-18T22:39:06.417Z | Downloaded bcs v0.1.6 |
1131 | 2024-12-18T22:39:06.419Z | Downloaded bcrypt-pbkdf v0.10.0 |
1132 | 2024-12-18T22:39:06.421Z | Downloaded bb8 v0.8.5 |
1133 | 2024-12-18T22:39:06.421Z | Downloaded base64ct v1.6.0 |
1134 | 2024-12-18T22:39:06.424Z | Downloaded compact_str v0.8.0 |
1135 | 2024-12-18T22:39:06.427Z | Downloaded constant_time_eq v0.3.1 |
1136 | 2024-12-18T22:39:06.430Z | Downloaded console v0.15.8 |
1137 | 2024-12-18T22:39:06.432Z | Downloaded crossbeam-deque v0.8.5 |
1138 | 2024-12-18T22:39:06.432Z | Downloaded cmake v0.1.51 |
1139 | 2024-12-18T22:39:06.435Z | Downloaded blake2 v0.10.6 |
1140 | 2024-12-18T22:39:06.437Z | Downloaded allocator-api2 v0.2.18 |
1141 | 2024-12-18T22:39:06.440Z | Downloaded icu_locid_transform v1.5.0 |
1142 | 2024-12-18T22:39:06.443Z | Downloaded hyper-rustls v0.27.3 |
1143 | 2024-12-18T22:39:06.445Z | Downloaded crossbeam-channel v0.5.13 |
1144 | 2024-12-18T22:39:06.448Z | Downloaded arrayref v0.3.9 |
1145 | 2024-12-18T22:39:06.451Z | Downloaded const-oid v0.9.6 |
1146 | 2024-12-18T22:39:06.451Z | Downloaded clang-sys v1.8.1 |
1147 | 2024-12-18T22:39:06.454Z | Downloaded ahash v0.8.11 |
1148 | 2024-12-18T22:39:06.457Z | Downloaded cipher v0.4.4 |
1149 | 2024-12-18T22:39:06.457Z | Downloaded cexpr v0.6.0 |
1150 | 2024-12-18T22:39:06.459Z | Downloaded bitflags v1.3.2 |
1151 | 2024-12-18T22:39:06.462Z | Downloaded async-trait v0.1.83 |
1152 | 2024-12-18T22:39:06.464Z | Downloaded convert_case v0.4.0 |
1153 | 2024-12-18T22:39:06.467Z | Downloaded atomic-waker v1.1.2 |
1154 | 2024-12-18T22:39:06.467Z | Downloaded aead v0.5.2 |
1155 | 2024-12-18T22:39:06.469Z | Downloaded ciborium-io v0.2.2 |
1156 | 2024-12-18T22:39:06.470Z | Downloaded cfg_aliases v0.2.1 |
1157 | 2024-12-18T22:39:06.470Z | Downloaded cfg_aliases v0.1.1 |
1158 | 2024-12-18T22:39:06.473Z | Downloaded bit-set v0.5.3 |
1159 | 2024-12-18T22:39:06.473Z | Downloaded base16ct v0.2.0 |
1160 | 2024-12-18T22:39:06.473Z | Downloaded atty v0.2.14 |
1161 | 2024-12-18T22:39:06.476Z | Downloaded atomicwrites v0.4.4 |
1162 | 2024-12-18T22:39:06.476Z | Downloaded async-stream-impl v0.3.6 |
1163 | 2024-12-18T22:39:06.476Z | Downloaded async-stream v0.3.6 |
1164 | 2024-12-18T22:39:06.479Z | Downloaded ascii-canvas v3.0.0 |
1165 | 2024-12-18T22:39:06.479Z | Downloaded async-bb8-diesel v0.2.1 |
1166 | 2024-12-18T22:39:06.481Z | Downloaded assert_matches v1.5.0 |
1167 | 2024-12-18T22:39:06.482Z | Downloaded array-init v0.0.4 |
1168 | 2024-12-18T22:39:06.567Z | Downloaded ring v0.16.20 |
1169 | 2024-12-18T22:39:06.668Z | Downloaded aws-lc-sys v0.22.0 |
1170 | 2024-12-18T22:39:06.977Z | Compiling serde v1.0.215 |
1171 | 2024-12-18T22:39:06.979Z | Compiling lock_api v0.4.12 |
1172 | 2024-12-18T22:39:06.979Z | Compiling scopeguard v1.2.0 |
1173 | 2024-12-18T22:39:06.979Z | Compiling value-bag v1.9.0 |
1174 | 2024-12-18T22:39:06.979Z | Compiling typenum v1.17.0 |
1175 | 2024-12-18T22:39:06.979Z | Compiling generic-array v0.14.7 |
1176 | 2024-12-18T22:39:07.144Z | Compiling syn v2.0.87 |
1177 | 2024-12-18T22:39:07.158Z | Compiling getrandom v0.2.15 |
1178 | 2024-12-18T22:39:07.279Z | Compiling shlex v1.3.0 |
1179 | 2024-12-18T22:39:07.471Z | Compiling rand_core v0.6.4 |
1180 | 2024-12-18T22:39:07.638Z | Compiling log v0.4.22 |
1181 | 2024-12-18T22:39:07.746Z | Compiling subtle v2.6.1 |
1182 | 2024-12-18T22:39:07.798Z | Compiling jobserver v0.1.32 |
1183 | 2024-12-18T22:39:07.817Z | Compiling smallvec v1.13.2 |
1184 | 2024-12-18T22:39:08.026Z | Compiling const-oid v0.9.6 |
1185 | 2024-12-18T22:39:08.048Z | Compiling spin v0.9.8 |
1186 | 2024-12-18T22:39:08.092Z | Compiling pin-project-lite v0.2.14 |
1187 | 2024-12-18T22:39:08.220Z | Compiling cc v1.1.30 |
1188 | 2024-12-18T22:39:08.239Z | Compiling rustix v0.38.37 |
1189 | 2024-12-18T22:39:08.471Z | Compiling parking_lot_core v0.9.10 |
1190 | 2024-12-18T22:39:08.547Z | Compiling futures-core v0.3.31 |
1191 | 2024-12-18T22:39:08.807Z | Compiling signal-hook-registry v1.4.2 |
1192 | 2024-12-18T22:39:08.825Z | Compiling mio v1.0.2 |
1193 | 2024-12-18T22:39:09.165Z | Compiling aho-corasick v1.1.3 |
1194 | 2024-12-18T22:39:09.638Z | Compiling parking_lot v0.12.3 |
1195 | 2024-12-18T22:39:09.638Z | Compiling either v1.13.0 |
1196 | 2024-12-18T22:39:09.964Z | Compiling cpufeatures v0.2.14 |
1197 | 2024-12-18T22:39:10.000Z | Compiling regex-syntax v0.8.5 |
1198 | 2024-12-18T22:39:10.022Z | Compiling lazy_static v1.5.0 |
1199 | 2024-12-18T22:39:10.063Z | Compiling glob v0.3.1 |
1200 | 2024-12-18T22:39:10.083Z | Compiling futures-sink v0.3.31 |
1201 | 2024-12-18T22:39:10.140Z | Compiling stable_deref_trait v1.2.0 |
1202 | 2024-12-18T22:39:10.245Z | Compiling socket2 v0.5.7 |
1203 | 2024-12-18T22:39:10.264Z | Compiling slab v0.4.9 |
1204 | 2024-12-18T22:39:10.563Z | Compiling prettyplease v0.2.25 |
1205 | 2024-12-18T22:39:10.732Z | Compiling minimal-lexical v0.2.1 |
1206 | 2024-12-18T22:39:11.093Z | Compiling clang-sys v1.8.1 |
1207 | 2024-12-18T22:39:11.259Z | Compiling nom v7.1.3 |
1208 | 2024-12-18T22:39:11.308Z | Compiling libloading v0.8.5 |
1209 | 2024-12-18T22:39:11.326Z | Compiling home v0.5.9 |
1210 | 2024-12-18T22:39:11.604Z | Compiling bindgen v0.69.5 |
1211 | 2024-12-18T22:39:11.737Z | Compiling serde_json v1.0.132 |
1212 | 2024-12-18T22:39:12.090Z | Compiling futures-channel v0.3.31 |
1213 | 2024-12-18T22:39:12.466Z | Compiling itertools v0.12.1 |
1214 | 2024-12-18T22:39:12.539Z | Compiling foldhash v0.1.3 |
1215 | 2024-12-18T22:39:12.618Z | Compiling pin-utils v0.1.0 |
1216 | 2024-12-18T22:39:12.722Z | Compiling lazycell v1.3.0 |
1217 | 2024-12-18T22:39:12.870Z | Compiling allocator-api2 v0.2.18 |
1218 | 2024-12-18T22:39:12.907Z | Compiling futures-io v0.3.31 |
1219 | 2024-12-18T22:39:13.227Z | Compiling rustc-hash v1.1.0 |
1220 | 2024-12-18T22:39:13.381Z | Compiling futures-task v0.3.31 |
1221 | 2024-12-18T22:39:13.659Z | Compiling hashbrown v0.15.1 |
1222 | 2024-12-18T22:39:13.693Z | Compiling cmake v0.1.51 |
1223 | 2024-12-18T22:39:14.740Z | Compiling regex-automata v0.4.8 |
1224 | 2024-12-18T22:39:14.851Z | Compiling cexpr v0.6.0 |
1225 | 2024-12-18T22:39:15.022Z | Compiling synstructure v0.13.1 |
1226 | 2024-12-18T22:39:15.676Z | Compiling dunce v1.0.5 |
1227 | 2024-12-18T22:39:15.810Z | Compiling fs_extra v1.3.0 |
1228 | 2024-12-18T22:39:16.452Z | Compiling tinyvec_macros v0.1.1 |
1229 | 2024-12-18T22:39:16.552Z | Compiling pkg-config v0.3.31 |
1230 | 2024-12-18T22:39:16.671Z | Compiling libm v0.2.8 |
1231 | 2024-12-18T22:39:16.787Z | Compiling tinyvec v1.8.0 |
1232 | 2024-12-18T22:39:17.025Z | Compiling num-traits v0.2.19 |
1233 | 2024-12-18T22:39:17.542Z | Compiling ring v0.17.8 |
1234 | 2024-12-18T22:39:18.156Z | Compiling base64ct v1.6.0 |
1235 | 2024-12-18T22:39:18.286Z | Compiling unicode-normalization v0.1.24 |
1236 | 2024-12-18T22:39:18.320Z | Compiling litemap v0.7.3 |
1237 | 2024-12-18T22:39:18.474Z | Compiling paste v1.0.15 |
1238 | 2024-12-18T22:39:18.690Z | Compiling unicode-bidi v0.3.17 |
1239 | 2024-12-18T22:39:18.716Z | Compiling writeable v0.5.5 |
1240 | 2024-12-18T22:39:19.047Z | Compiling pem-rfc7468 v0.7.0 |
1241 | 2024-12-18T22:39:19.308Z | Compiling aws-lc-rs v1.10.0 |
1242 | 2024-12-18T22:39:19.687Z | Compiling flagset v0.4.6 |
1243 | 2024-12-18T22:39:19.766Z | Compiling httparse v1.9.5 |
1244 | 2024-12-18T22:39:20.070Z | Compiling tracing-core v0.1.32 |
1245 | 2024-12-18T22:39:20.488Z | Compiling regex v1.11.1 |
1246 | 2024-12-18T22:39:21.159Z | Compiling rustls-pki-types v1.9.0 |
1247 | 2024-12-18T22:39:21.202Z | Compiling percent-encoding v2.3.1 |
1248 | 2024-12-18T22:39:21.463Z | Compiling icu_locid_transform_data v1.5.0 |
1249 | 2024-12-18T22:39:21.558Z | Compiling crossbeam-utils v0.8.20 |
1250 | 2024-12-18T22:39:21.657Z | Compiling icu_properties_data v1.5.0 |
1251 | 2024-12-18T22:39:21.829Z | Compiling serde_derive v1.0.215 |
1252 | 2024-12-18T22:39:21.902Z | Compiling zeroize_derive v1.4.2 |
1253 | 2024-12-18T22:39:22.160Z | Compiling zerocopy-derive v0.7.35 |
1254 | 2024-12-18T22:39:22.238Z | Compiling tokio-macros v2.4.0 |
1255 | 2024-12-18T22:39:22.296Z | Compiling zerofrom-derive v0.1.4 |
1256 | 2024-12-18T22:39:23.382Z | Compiling zeroize v1.8.1 |
1257 | 2024-12-18T22:39:23.846Z | Compiling yoke-derive v0.7.4 |
1258 | 2024-12-18T22:39:23.946Z | Compiling thiserror-impl v1.0.69 |
1259 | 2024-12-18T22:39:24.435Z | Compiling zerocopy v0.7.35 |
1260 | 2024-12-18T22:39:25.265Z | Compiling crypto-common v0.1.6 |
1261 | 2024-12-18T22:39:25.517Z | Compiling block-buffer v0.10.4 |
1262 | 2024-12-18T22:39:25.779Z | Compiling digest v0.10.7 |
1263 | 2024-12-18T22:39:26.012Z | Compiling zerovec-derive v0.10.3 |
1264 | 2024-12-18T22:39:26.328Z | Compiling hmac v0.12.1 |
1265 | 2024-12-18T22:39:26.487Z | Compiling zerofrom v0.1.4 |
1266 | 2024-12-18T22:39:26.561Z | Compiling futures-macro v0.3.31 |
1267 | 2024-12-18T22:39:26.718Z | Compiling block-padding v0.3.3 |
1268 | 2024-12-18T22:39:26.876Z | Compiling yoke v0.7.4 |
1269 | 2024-12-18T22:39:26.965Z | Compiling displaydoc v0.2.5 |
1270 | 2024-12-18T22:39:27.264Z | Compiling inout v0.1.3 |
1271 | 2024-12-18T22:39:27.288Z | Compiling thiserror v1.0.69 |
1272 | 2024-12-18T22:39:27.408Z | Compiling sha2 v0.10.8 |
1273 | 2024-12-18T22:39:27.529Z | Compiling cipher v0.4.4 |
1274 | 2024-12-18T22:39:27.960Z | Compiling ppv-lite86 v0.2.20 |
1275 | 2024-12-18T22:39:28.053Z | Compiling icu_provider_macros v1.5.0 |
1276 | 2024-12-18T22:39:28.258Z | Compiling der_derive v0.7.3 |
1277 | 2024-12-18T22:39:28.432Z | Compiling futures-util v0.3.31 |
1278 | 2024-12-18T22:39:28.734Z | Compiling rand_chacha v0.3.1 |
1279 | 2024-12-18T22:39:28.752Z | Compiling zerovec v0.10.4 |
1280 | 2024-12-18T22:39:28.793Z | Compiling tracing-attributes v0.1.27 |
1281 | 2024-12-18T22:39:29.207Z | Compiling rand v0.8.5 |
1282 | 2024-12-18T22:39:30.767Z | Compiling tinystr v0.7.6 |
1283 | 2024-12-18T22:39:31.073Z | Compiling der v0.7.9 |
1284 | 2024-12-18T22:39:31.109Z | Compiling icu_collections v1.5.0 |
1285 | 2024-12-18T22:39:31.109Z | Compiling salsa20 v0.10.2 |
1286 | 2024-12-18T22:39:31.268Z | Compiling icu_locid v1.5.0 |
1287 | 2024-12-18T22:39:31.377Z | Compiling pest v2.7.14 |
1288 | 2024-12-18T22:39:31.400Z | Compiling pbkdf2 v0.12.2 |
1289 | 2024-12-18T22:39:31.614Z | Compiling num-conv v0.1.0 |
1290 | 2024-12-18T22:39:31.921Z | Compiling untrusted v0.9.0 |
1291 | 2024-12-18T22:39:32.285Z | Compiling mirai-annotations v1.12.0 |
1292 | 2024-12-18T22:39:32.324Z | Compiling untrusted v0.7.1 |
1293 | 2024-12-18T22:39:32.502Z | Compiling icu_provider v1.5.0 |
1294 | 2024-12-18T22:39:32.660Z | Compiling time-core v0.1.2 |
1295 | 2024-12-18T22:39:32.845Z | Compiling tracing v0.1.40 |
1296 | 2024-12-18T22:39:32.848Z | Compiling powerfmt v0.2.0 |
1297 | 2024-12-18T22:39:33.288Z | Compiling spki v0.7.3 |
1298 | 2024-12-18T22:39:33.380Z | Compiling icu_locid_transform v1.5.0 |
1299 | 2024-12-18T22:39:33.615Z | Compiling vcpkg v0.2.15 |
1300 | 2024-12-18T22:39:33.664Z | Compiling deranged v0.3.11 |
1301 | 2024-12-18T22:39:33.756Z | Compiling time-macros v0.2.18 |
1302 | 2024-12-18T22:39:34.481Z | Compiling pest_meta v2.7.14 |
1303 | 2024-12-18T22:39:34.575Z | Compiling icu_properties v1.5.1 |
1304 | 2024-12-18T22:39:35.916Z | Compiling bitflags v2.6.0 |
1305 | 2024-12-18T22:39:36.050Z | Compiling bytes v1.8.0 |
1306 | 2024-12-18T22:39:36.898Z | Compiling indexmap v2.6.0 |
1307 | 2024-12-18T22:39:37.213Z | Compiling tokio v1.40.0 |
1308 | 2024-12-18T22:39:37.411Z | Compiling http v1.1.0 |
1309 | 2024-12-18T22:39:38.449Z | Compiling semver v1.0.23 |
1310 | 2024-12-18T22:39:38.733Z | Compiling openssl-sys v0.9.103 |
1311 | 2024-12-18T22:39:39.224Z | Compiling rustc_version v0.4.1 |
1312 | 2024-12-18T22:39:39.627Z | Compiling scrypt v0.11.0 |
1313 | 2024-12-18T22:39:39.686Z | Compiling cbc v0.1.2 |
1314 | 2024-12-18T22:39:39.709Z | Compiling aes v0.8.4 |
1315 | 2024-12-18T22:39:39.880Z | Compiling scroll_derive v0.12.0 |
1316 | 2024-12-18T22:39:39.908Z | Compiling utf16_iter v1.0.5 |
1317 | 2024-12-18T22:39:39.928Z | Compiling atomic-waker v1.1.2 |
1318 | 2024-12-18T22:39:40.005Z | Compiling write16 v1.0.0 |
1319 | 2024-12-18T22:39:40.109Z | Compiling icu_normalizer_data v1.5.0 |
1320 | 2024-12-18T22:39:40.130Z | Compiling utf8_iter v1.0.4 |
1321 | 2024-12-18T22:39:40.147Z | Compiling num_threads v0.1.7 |
1322 | 2024-12-18T22:39:40.230Z | Compiling http-body v1.0.1 |
1323 | 2024-12-18T22:39:40.268Z | Compiling time v0.3.36 |
1324 | 2024-12-18T22:39:40.363Z | Compiling which v4.4.2 |
1325 | 2024-12-18T22:39:40.418Z | Compiling icu_normalizer v1.5.0 |
1326 | 2024-12-18T22:39:40.470Z | Compiling pest_generator v2.7.14 |
1327 | 2024-12-18T22:39:41.391Z | Compiling scroll v0.12.0 |
1328 | 2024-12-18T22:39:41.822Z | Compiling pkcs5 v0.7.1 |
1329 | 2024-12-18T22:39:41.953Z | Compiling form_urlencoded v1.2.1 |
1330 | 2024-12-18T22:39:42.295Z | Compiling try-lock v0.2.5 |
1331 | 2024-12-18T22:39:42.460Z | Compiling slog v2.7.0 |
1332 | 2024-12-18T22:39:42.520Z | Compiling pkcs8 v0.10.2 |
1333 | 2024-12-18T22:39:42.558Z | Compiling want v0.3.1 |
1334 | 2024-12-18T22:39:42.580Z | Compiling pest_derive v2.7.14 |
1335 | 2024-12-18T22:39:42.855Z | Compiling goblin v0.8.2 |
1336 | 2024-12-18T22:39:43.048Z | Compiling idna_adapter v1.2.0 |
1337 | 2024-12-18T22:39:43.072Z | Compiling httpdate v1.0.3 |
1338 | 2024-12-18T22:39:43.281Z | Compiling idna v1.0.3 |
1339 | 2024-12-18T22:39:43.391Z | Compiling dtrace-parser v0.2.0 |
1340 | 2024-12-18T22:39:43.560Z | Compiling serde_tokenstream v0.2.2 |
1341 | 2024-12-18T22:39:44.060Z | Compiling toml_datetime v0.6.8 |
1342 | 2024-12-18T22:39:44.192Z | Compiling serde_spanned v0.6.8 |
1343 | 2024-12-18T22:39:44.427Z | Compiling uuid v1.11.0 |
1344 | 2024-12-18T22:39:44.550Z | Compiling iana-time-zone v0.1.61 |
1345 | 2024-12-18T22:39:45.035Z | Compiling tower-service v0.3.3 |
1346 | 2024-12-18T22:39:45.168Z | Compiling foreign-types-shared v0.1.1 |
1347 | 2024-12-18T22:39:45.197Z | Compiling rustversion v1.0.17 |
1348 | 2024-12-18T22:39:45.281Z | Compiling base64 v0.22.1 |
1349 | 2024-12-18T22:39:45.624Z | Compiling openssl v0.10.66 |
1350 | 2024-12-18T22:39:45.645Z | Compiling adler2 v2.0.0 |
1351 | 2024-12-18T22:39:45.851Z | Compiling tokio-util v0.7.12 |
1352 | 2024-12-18T22:39:45.893Z | Compiling match_cfg v0.1.0 |
1353 | 2024-12-18T22:39:45.990Z | Compiling hostname v0.3.1 |
1354 | 2024-12-18T22:39:46.010Z | Compiling miniz_oxide v0.8.0 |
1355 | 2024-12-18T22:39:46.031Z | Compiling foreign-types v0.3.2 |
1356 | 2024-12-18T22:39:46.112Z | Compiling chrono v0.4.38 |
1357 | 2024-12-18T22:39:46.173Z | Compiling url v2.5.3 |
1358 | 2024-12-18T22:39:47.359Z | Compiling h2 v0.4.6 |
1359 | 2024-12-18T22:39:47.665Z | Compiling async-trait v0.1.83 |
1360 | 2024-12-18T22:39:47.717Z | Compiling openssl-macros v0.1.1 |
1361 | 2024-12-18T22:39:48.182Z | Compiling dirs-sys-next v0.1.2 |
1362 | 2024-12-18T22:39:48.502Z | Compiling syn v1.0.109 |
1363 | 2024-12-18T22:39:48.840Z | Compiling dof v0.3.0 |
1364 | 2024-12-18T22:39:49.128Z | Compiling siphasher v0.3.11 |
1365 | 2024-12-18T22:39:49.538Z | Compiling native-tls v0.2.12 |
1366 | 2024-12-18T22:39:49.872Z | Compiling usdt-impl v0.5.0 |
1367 | 2024-12-18T22:39:50.065Z | Compiling rustls v0.23.14 |
1368 | 2024-12-18T22:39:50.347Z | Compiling data-encoding v2.6.0 |
1369 | 2024-12-18T22:39:50.434Z | Compiling rustls v0.22.4 |
1370 | 2024-12-18T22:39:51.022Z | Compiling dirs-next v2.0.0 |
1371 | 2024-12-18T22:39:51.491Z | Compiling http-body-util v0.1.2 |
1372 | 2024-12-18T22:39:52.056Z | Compiling heapless v0.7.17 |
1373 | 2024-12-18T22:39:52.498Z | Compiling crossbeam-epoch v0.9.18 |
1374 | 2024-12-18T22:39:52.674Z | Compiling signature v2.2.0 |
1375 | 2024-12-18T22:39:52.855Z | Compiling sha1 v0.10.6 |
1376 | 2024-12-18T22:39:52.970Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1377 | 2024-12-18T22:39:53.161Z | Compiling serde_derive_internals v0.29.1 |
1378 | 2024-12-18T22:39:53.259Z | Compiling thread_local v1.1.8 |
1379 | 2024-12-18T22:39:53.280Z | Compiling multer v3.1.0 |
1380 | 2024-12-18T22:39:53.461Z | Compiling encoding_rs v0.8.34 |
1381 | 2024-12-18T22:39:53.481Z | Compiling cookie v0.18.1 |
1382 | 2024-12-18T22:39:53.548Z | Compiling ipnet v2.10.1 |
1383 | 2024-12-18T22:39:53.758Z | Compiling mime v0.3.17 |
1384 | 2024-12-18T22:39:53.808Z | Compiling unicode-properties v0.1.3 |
1385 | 2024-12-18T22:39:54.187Z | Compiling gimli v0.31.1 |
1386 | 2024-12-18T22:39:54.366Z | Compiling hyper v1.5.0 |
1387 | 2024-12-18T22:39:54.817Z | Compiling slog-async v2.8.0 |
1388 | 2024-12-18T22:39:55.361Z | Compiling rayon-core v1.12.1 |
1389 | 2024-12-18T22:39:55.651Z | Compiling openssl-probe v0.1.5 |
1390 | 2024-12-18T22:39:55.969Z | Compiling signal-hook v0.3.17 |
1391 | 2024-12-18T22:39:56.019Z | Compiling schemars v0.8.21 |
1392 | 2024-12-18T22:39:56.298Z | Compiling schemars_derive v0.8.21 |
1393 | 2024-12-18T22:39:56.500Z | Compiling stringprep v0.1.5 |
1394 | 2024-12-18T22:39:57.790Z | Compiling hyper-util v0.1.10 |
1395 | 2024-12-18T22:39:58.053Z | Compiling toml_edit v0.22.22 |
1396 | 2024-12-18T22:39:58.725Z | Compiling usdt-attr-macro v0.5.0 |
1397 | 2024-12-18T22:39:59.541Z | Compiling addr2line v0.24.2 |
1398 | 2024-12-18T22:39:59.685Z | Compiling usdt-macro v0.5.0 |
1399 | 2024-12-18T22:39:59.770Z | Compiling crossbeam-deque v0.8.5 |
1400 | 2024-12-18T22:40:00.143Z | Compiling term v0.7.0 |
1401 | 2024-12-18T22:40:00.327Z | Compiling slog-json v2.6.1 |
1402 | 2024-12-18T22:40:00.381Z | Compiling serde_urlencoded v0.7.1 |
1403 | 2024-12-18T22:40:00.685Z | Compiling curve25519-dalek v4.1.3 |
1404 | 2024-12-18T22:40:00.906Z | Compiling crossbeam-channel v0.5.13 |
1405 | 2024-12-18T22:40:00.995Z | Compiling futures-executor v0.3.31 |
1406 | 2024-12-18T22:40:01.184Z | Compiling enum-as-inner v0.6.1 |
1407 | 2024-12-18T22:40:01.356Z | Compiling md-5 v0.10.6 |
1408 | 2024-12-18T22:40:01.594Z | Compiling async-stream-impl v0.3.6 |
1409 | 2024-12-18T22:40:01.631Z | Compiling rustls-pemfile v2.2.0 |
1410 | 2024-12-18T22:40:01.696Z | Compiling num-integer v0.1.46 |
1411 | 2024-12-18T22:40:01.983Z | Compiling idna v0.3.0 |
1412 | 2024-12-18T22:40:02.120Z | Compiling idna v0.4.0 |
1413 | 2024-12-18T22:40:02.341Z | Compiling hash32 v0.2.1 |
1414 | 2024-12-18T22:40:02.498Z | Compiling ff v0.13.0 |
1415 | 2024-12-18T22:40:02.706Z | Compiling is-terminal v0.4.13 |
1416 | 2024-12-18T22:40:02.740Z | Compiling dropshot v0.12.0 |
1417 | 2024-12-18T22:40:02.833Z | Compiling object v0.36.5 |
1418 | 2024-12-18T22:40:03.004Z | Compiling utf-8 v0.7.6 |
1419 | 2024-12-18T22:40:03.018Z | Compiling num-bigint-dig v0.8.4 |
1420 | 2024-12-18T22:40:03.318Z | Compiling anyhow v1.0.93 |
1421 | 2024-12-18T22:40:03.338Z | Compiling fallible-iterator v0.2.0 |
1422 | 2024-12-18T22:40:03.709Z | Compiling psl-types v2.0.11 |
1423 | 2024-12-18T22:40:03.871Z | Compiling quick-error v1.2.3 |
1424 | 2024-12-18T22:40:03.921Z | Compiling linked-hash-map v0.5.6 |
1425 | 2024-12-18T22:40:03.960Z | Compiling portable-atomic v1.9.0 |
1426 | 2024-12-18T22:40:04.024Z | Compiling rustc-demangle v0.1.24 |
1427 | 2024-12-18T22:40:04.055Z | Compiling take_mut v0.2.2 |
1428 | 2024-12-18T22:40:04.218Z | Compiling smoltcp v0.9.1 |
1429 | 2024-12-18T22:40:04.311Z | Compiling base16ct v0.2.0 |
1430 | 2024-12-18T22:40:04.653Z | Compiling dyn-clone v1.0.17 |
1431 | 2024-12-18T22:40:04.983Z | Compiling sec1 v0.7.3 |
1432 | 2024-12-18T22:40:05.005Z | Compiling lru-cache v0.1.2 |
1433 | 2024-12-18T22:40:05.202Z | Compiling postgres-protocol v0.6.7 |
1434 | 2024-12-18T22:40:05.589Z | Compiling resolv-conf v0.7.0 |
1435 | 2024-12-18T22:40:06.477Z | Compiling publicsuffix v2.2.3 |
1436 | 2024-12-18T22:40:06.538Z | Compiling tungstenite v0.24.0 |
1437 | 2024-12-18T22:40:06.640Z | Compiling hickory-proto v0.24.1 |
1438 | 2024-12-18T22:40:06.744Z | Compiling async-stream v0.3.6 |
1439 | 2024-12-18T22:40:06.788Z | Compiling slog-term v2.9.1 |
1440 | 2024-12-18T22:40:07.058Z | Compiling usdt v0.5.0 |
1441 | 2024-12-18T22:40:07.593Z | Compiling group v0.13.0 |
1442 | 2024-12-18T22:40:08.083Z | Compiling num-iter v0.1.45 |
1443 | 2024-12-18T22:40:08.397Z | Compiling toml v0.8.19 |
1444 | 2024-12-18T22:40:08.875Z | Compiling futures v0.3.31 |
1445 | 2024-12-18T22:40:08.903Z | Compiling slog-bunyan v2.5.0 |
1446 | 2024-12-18T22:40:10.175Z | Compiling tokio-native-tls v0.3.1 |
1447 | 2024-12-18T22:40:10.264Z | Compiling camino v1.1.9 |
1448 | 2024-12-18T22:40:10.356Z | Compiling backtrace v0.3.74 |
1449 | 2024-12-18T22:40:10.950Z | Compiling phf_shared v0.11.2 |
1450 | 2024-12-18T22:40:11.104Z | Compiling dropshot_endpoint v0.12.0 |
1451 | 2024-12-18T22:40:11.252Z | Compiling terminal_size v0.4.0 |
1452 | 2024-12-18T22:40:11.373Z | Compiling waitgroup v0.1.2 |
1453 | 2024-12-18T22:40:11.472Z | Compiling openapiv3 v2.0.0 |
1454 | 2024-12-18T22:40:11.496Z | Compiling serde_path_to_error v0.1.16 |
1455 | 2024-12-18T22:40:11.607Z | Compiling hkdf v0.12.4 |
1456 | 2024-12-18T22:40:11.871Z | Compiling crypto-bigint v0.5.5 |
1457 | 2024-12-18T22:40:12.362Z | Compiling zerocopy-derive v0.6.6 |
1458 | 2024-12-18T22:40:14.143Z | Compiling curve25519-dalek-derive v0.1.1 |
1459 | 2024-12-18T22:40:14.713Z | Compiling hubpack_derive v0.1.1 |
1460 | 2024-12-18T22:40:14.734Z | Compiling webpki-roots v0.26.6 |
1461 | 2024-12-18T22:40:14.953Z | Compiling idna v0.5.0 |
1462 | 2024-12-18T22:40:15.615Z | Compiling hostname v0.4.0 |
1463 | 2024-12-18T22:40:15.685Z | Compiling ahash v0.8.11 |
1464 | 2024-12-18T22:40:15.878Z | Compiling fs-err v2.11.0 |
1465 | 2024-12-18T22:40:15.881Z | Compiling crc32fast v1.4.2 |
1466 | 2024-12-18T22:40:16.016Z | Compiling bitflags v1.3.2 |
1467 | 2024-12-18T22:40:16.036Z | Compiling debug-ignore v1.0.5 |
1468 | 2024-12-18T22:40:16.147Z | Compiling winnow v0.5.40 |
1469 | 2024-12-18T22:40:16.172Z | Compiling managed v0.8.0 |
1470 | 2024-12-18T22:40:16.219Z | Compiling clap_builder v4.5.21 |
1471 | 2024-12-18T22:40:16.254Z | Compiling strum_macros v0.25.3 |
1472 | 2024-12-18T22:40:16.646Z | Compiling console v0.15.8 |
1473 | 2024-12-18T22:40:17.442Z | Compiling flate2 v1.0.34 |
1474 | 2024-12-18T22:40:18.259Z | Compiling cookie_store v0.21.0 |
1475 | 2024-12-18T22:40:18.460Z | Compiling hubpack v0.1.2 |
1476 | 2024-12-18T22:40:18.890Z | Compiling elliptic-curve v0.13.8 |
1477 | 2024-12-18T22:40:18.930Z | Compiling zerocopy v0.6.6 |
1478 | 2024-12-18T22:40:19.777Z | Compiling toml_edit v0.19.15 |
1479 | 2024-12-18T22:40:19.837Z | Compiling hickory-resolver v0.24.1 |
1480 | 2024-12-18T22:40:19.876Z | Compiling phf v0.11.2 |
1481 | 2024-12-18T22:40:20.162Z | Compiling signal-hook-mio v0.2.4 |
1482 | 2024-12-18T22:40:20.330Z | Compiling hyper-tls v0.6.0 |
1483 | 2024-12-18T22:40:20.583Z | Compiling rayon v1.10.0 |
1484 | 2024-12-18T22:40:20.757Z | Compiling bzip2 v0.4.4 |
1485 | 2024-12-18T22:40:21.184Z | Compiling tokio-tungstenite v0.24.0 |
1486 | 2024-12-18T22:40:21.758Z | Compiling postgres-types v0.2.8 |
1487 | 2024-12-18T22:40:24.815Z | Compiling ed25519 v2.2.3 |
1488 | 2024-12-18T22:40:25.541Z | Compiling phf_shared v0.10.0 |
1489 | 2024-12-18T22:40:25.797Z | Compiling tokio-stream v0.1.16 |
1490 | 2024-12-18T22:40:25.929Z | Compiling pkcs1 v0.7.5 |
1491 | 2024-12-18T22:40:26.513Z | Compiling serde-big-array v0.5.1 |
1492 | 2024-12-18T22:40:26.756Z | Compiling clap_derive v4.5.18 |
1493 | 2024-12-18T22:40:26.778Z | Compiling rfc6979 v0.4.0 |
1494 | 2024-12-18T22:40:26.778Z | Compiling serde_repr v0.1.19 |
1495 | 2024-12-18T22:40:26.928Z | Compiling derive-where v1.2.7 |
1496 | 2024-12-18T22:40:26.951Z | Compiling float-cmp v0.9.0 |
1497 | 2024-12-18T22:40:26.970Z | Compiling bstr v1.10.0 |
1498 | 2024-12-18T22:40:27.175Z | Compiling sync_wrapper v1.0.1 |
1499 | 2024-12-18T22:40:27.326Z | Compiling predicates-core v1.0.8 |
1500 | 2024-12-18T22:40:27.717Z | Compiling fixedbitset v0.4.2 |
1501 | 2024-12-18T22:40:28.006Z | Compiling number_prefix v0.4.0 |
1502 | 2024-12-18T22:40:28.033Z | Compiling difflib v0.4.0 |
1503 | 2024-12-18T22:40:28.197Z | Compiling whoami v1.5.2 |
1504 | 2024-12-18T22:40:28.246Z | Compiling precomputed-hash v0.1.1 |
1505 | 2024-12-18T22:40:28.373Z | Compiling unicode-width v0.2.0 |
1506 | 2024-12-18T22:40:28.740Z | Compiling static_assertions v1.1.0 |
1507 | 2024-12-18T22:40:28.841Z | Compiling new_debug_unreachable v1.0.6 |
1508 | 2024-12-18T22:40:28.844Z | Compiling normalize-line-endings v0.3.0 |
1509 | 2024-12-18T22:40:28.909Z | Compiling unicode-segmentation v1.12.0 |
1510 | 2024-12-18T22:40:28.957Z | Compiling bit-vec v0.6.3 |
1511 | 2024-12-18T22:40:28.977Z | Compiling string_cache v0.8.7 |
1512 | 2024-12-18T22:40:29.429Z | Compiling bit-set v0.5.3 |
1513 | 2024-12-18T22:40:29.455Z | Compiling predicates v3.1.2 |
1514 | 2024-12-18T22:40:29.703Z | Compiling similar v2.6.0 |
1515 | 2024-12-18T22:40:29.737Z | Compiling indicatif v0.17.9 |
1516 | 2024-12-18T22:40:29.798Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1517 | 2024-12-18T22:40:30.546Z | Compiling tokio-postgres v0.7.12 |
1518 | 2024-12-18T22:40:31.309Z | Compiling petgraph v0.6.5 |
1519 | 2024-12-18T22:40:31.917Z | Compiling clap v4.5.21 |
1520 | 2024-12-18T22:40:32.460Z | Compiling ecdsa v0.16.9 |
1521 | 2024-12-18T22:40:32.466Z | Compiling rsa v0.9.6 |
1522 | 2024-12-18T22:40:32.466Z | Compiling ed25519-dalek v2.1.1 |
1523 | 2024-12-18T22:40:32.912Z | Compiling toml v0.7.8 |
1524 | 2024-12-18T22:40:33.523Z | Compiling zip v0.6.6 |
1525 | 2024-12-18T22:40:34.699Z | Compiling crossterm v0.28.1 |
1526 | 2024-12-18T22:40:35.613Z | Compiling hex v0.4.3 |
1527 | 2024-12-18T22:40:35.687Z | Compiling x509-cert v0.2.5 |
1528 | 2024-12-18T22:40:36.271Z | Compiling itertools v0.10.5 |
1529 | 2024-12-18T22:40:36.493Z | Compiling peg-runtime v0.8.3 |
1530 | 2024-12-18T22:40:36.504Z | Compiling unicode-xid v0.2.6 |
1531 | 2024-12-18T22:40:36.650Z | Compiling lalrpop-util v0.19.12 |
1532 | 2024-12-18T22:40:36.815Z | Compiling strum_macros v0.26.4 |
1533 | 2024-12-18T22:40:37.012Z | Compiling xattr v1.3.1 |
1534 | 2024-12-18T22:40:37.154Z | Compiling filetime v0.2.25 |
1535 | 2024-12-18T22:40:37.477Z | Compiling tar v0.4.42 |
1536 | 2024-12-18T22:40:42.925Z | Compiling strum v0.26.3 |
1537 | 2024-12-18T22:40:44.866Z | Compiling aws-lc-sys v0.22.0 |
1538 | 2024-12-18T22:41:16.584Z | Compiling rustls-webpki v0.102.8 |
1539 | 2024-12-18T22:41:20.083Z | Compiling tokio-rustls v0.25.0 |
1540 | 2024-12-18T22:41:21.706Z | Compiling tokio-rustls v0.26.0 |
1541 | 2024-12-18T22:41:22.136Z | Compiling hyper-rustls v0.27.3 |
1542 | 2024-12-18T22:41:22.528Z | Compiling reqwest v0.12.9 |
1543 | 2024-12-18T22:41:23.795Z | Compiling qorb v0.2.1 |
1544 | 2024-12-18T22:41:28.582Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1545 | 2024-12-18T22:41:28.819Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1546 | 2024-12-18T22:41:34.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
1547 | 2024-12-18T22:41:35.001Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1548 | 2024-12-18T22:41:35.054Z | Dec 18 22:41:33.756 INFO Starting download, target: Cockroach |
1549 | 2024-12-18T22:41:35.054Z | Dec 18 22:41:33.757 INFO Starting download, target: Clickhouse |
1550 | 2024-12-18T22:41:35.055Z | Dec 18 22:41:33.757 INFO Starting download, target: Console |
1551 | 2024-12-18T22:41:35.055Z | Dec 18 22:41:33.757 INFO Starting download, target: DendriteOpenapi |
1552 | 2024-12-18T22:41:35.057Z | Dec 18 22:41:33.757 INFO Starting download, target: DendriteStub |
1553 | 2024-12-18T22:41:35.057Z | Dec 18 22:41:33.757 INFO Starting download, target: MaghemiteMgd |
1554 | 2024-12-18T22:41:35.059Z | Dec 18 22:41:33.757 INFO Starting download, target: TransceiverControl |
1555 | 2024-12-18T22:41:35.059Z | Dec 18 22:41:33.758 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1556 | 2024-12-18T22:41:35.059Z | Dec 18 22:41:33.758 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1557 | 2024-12-18T22:41:35.059Z | Dec 18 22:41:33.758 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1558 | 2024-12-18T22:41:35.059Z | Dec 18 22:41:33.758 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1559 | 2024-12-18T22:41:35.059Z | Dec 18 22:41:33.758 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1560 | 2024-12-18T22:41:35.059Z | Dec 18 22:41:33.758 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1561 | 2024-12-18T22:41:35.059Z | Dec 18 22:41:33.758 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1562 | 2024-12-18T22:41:35.249Z | Dec 18 22:41:33.937 INFO Download complete, target: DendriteOpenapi |
1563 | 2024-12-18T22:41:35.398Z | Dec 18 22:41:34.097 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1564 | 2024-12-18T22:41:35.576Z | Dec 18 22:41:34.278 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1565 | 2024-12-18T22:41:35.958Z | Dec 18 22:41:34.612 INFO Download complete, target: Console |
1566 | 2024-12-18T22:41:36.061Z | Dec 18 22:41:34.726 INFO Download complete, target: TransceiverControl |
1567 | 2024-12-18T22:41:36.230Z | Dec 18 22:41:34.896 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1568 | 2024-12-18T22:41:36.947Z | Dec 18 22:41:35.619 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1569 | 2024-12-18T22:41:36.995Z | Dec 18 22:41:35.658 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1570 | 2024-12-18T22:41:37.632Z | Dec 18 22:41:36.335 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1571 | 2024-12-18T22:41:37.632Z | Dec 18 22:41:36.335 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1572 | 2024-12-18T22:41:39.216Z | Dec 18 22:41:37.919 INFO Download complete, target: DendriteStub |
1573 | 2024-12-18T22:41:40.000Z | Dec 18 22:41:38.702 INFO Download complete, target: MaghemiteMgd |
1574 | 2024-12-18T22:41:45.459Z | Dec 18 22:41:44.161 INFO Checking that binary works, target: Cockroach |
1575 | 2024-12-18T22:41:45.622Z | Dec 18 22:41:44.324 INFO Download complete, target: Cockroach |
1576 | 2024-12-18T22:41:50.237Z | Dec 18 22:41:48.939 INFO Checking that binary works, target: Clickhouse |
1577 | 2024-12-18T22:41:50.603Z | Dec 18 22:41:49.305 INFO Download complete, target: Clickhouse |
1578 | 2024-12-18T22:41:50.668Z | All builder prerequisites installed successfully, and PATH looks valid |
1579 | 2024-12-18T22:41:50.670Z | |
1580 | 2024-12-18T22:41:50.670Z | real 5:39.747010129 |
1581 | 2024-12-18T22:41:50.670Z | user 16:47.434652232 |
1582 | 2024-12-18T22:41:50.670Z | sys 3:16.647658295 |
1583 | 2024-12-18T22:41:50.670Z | trap 0.552397664 |
1584 | 2024-12-18T22:41:50.670Z | tflt 4.744844823 |
1585 | 2024-12-18T22:41:50.670Z | dflt 4.458750627 |
1586 | 2024-12-18T22:41:50.671Z | kflt 0.297369172 |
1587 | 2024-12-18T22:41:50.671Z | lock 31:03.279455886 |
1588 | 2024-12-18T22:41:50.671Z | slp 1:04:23.672396371 |
1589 | 2024-12-18T22:41:50.671Z | lat 54.704637924 |
1590 | 2024-12-18T22:41:50.671Z | stop 2:17.261843504 |
1591 | 2024-12-18T22:41:50.671Z | + banner hack-check |
1592 | 2024-12-18T22:41:50.673Z | |
1593 | 2024-12-18T22:41:50.673Z | # # ## #### # # #### # # ###### #### # # |
1594 | 2024-12-18T22:41:50.673Z | # # # # # # # # # # # # # # # # # |
1595 | 2024-12-18T22:41:50.673Z | ###### # # # #### ##### # ###### ##### # #### |
1596 | 2024-12-18T22:41:50.673Z | # # ###### # # # # # # # # # # |
1597 | 2024-12-18T22:41:50.673Z | # # # # # # # # # # # # # # # # # |
1598 | 2024-12-18T22:41:50.673Z | # # # # #### # # #### # # ###### #### # # |
1599 | 2024-12-18T22:41:50.673Z | |
1600 | 2024-12-18T22:41:50.673Z | + export CARGO_INCREMENTAL=0 |
1601 | 2024-12-18T22:41:50.673Z | + CARGO_INCREMENTAL=0 |
1602 | 2024-12-18T22:41:50.673Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1603 | 2024-12-18T22:41:51.226Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1604 | 2024-12-18T22:41:55.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
1605 | 2024-12-18T22:41:55.140Z | Running `target/debug/xtask check-features --ci` |
1606 | 2024-12-18T22:41:55.161Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1607 | 2024-12-18T22:41:55.164Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1608 | 2024-12-18T22:41:55.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1609 | 2024-12-18T22:41:55.648Z | Running `target/debug/xtask download cargo-hack` |
1610 | 2024-12-18T22:41:56.478Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1611 | 2024-12-18T22:41:56.849Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1612 | 2024-12-18T22:42:02.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s |
1613 | 2024-12-18T22:42:02.157Z | Running `target/debug/xtask-downloader cargo-hack` |
1614 | 2024-12-18T22:42:02.199Z | Dec 18 22:42:00.901 INFO Starting download, target: CargoHack |
1615 | 2024-12-18T22:42:02.202Z | Dec 18 22:42:00.901 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1616 | 2024-12-18T22:42:02.807Z | Dec 18 22:42:01.509 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1617 | 2024-12-18T22:42:02.900Z | Dec 18 22:42:01.601 INFO Download complete, target: CargoHack |
1618 | 2024-12-18T22:42:02.904Z | 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" |
1619 | 2024-12-18T22:42:02.921Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1620 | 2024-12-18T22:42:03.092Z | info: running `cargo check --bins` on api_identity (1/173) |
1621 | 2024-12-18T22:42:03.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-12-18T22:42:03.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-12-18T22:42:03.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1624 | 2024-12-18T22:42:03.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1625 | 2024-12-18T22:42:03.698Z | |
1626 | 2024-12-18T22:42:03.698Z | info: running `cargo check --bins` on bootstore (2/173) |
1627 | 2024-12-18T22:42:04.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-12-18T22:42:04.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-12-18T22:42:04.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1630 | 2024-12-18T22:42:04.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1631 | 2024-12-18T22:42:04.368Z | |
1632 | 2024-12-18T22:42:04.368Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1633 | 2024-12-18T22:42:04.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-12-18T22:42:04.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-12-18T22:42:04.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-12-18T22:42:04.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1637 | 2024-12-18T22:42:05.010Z | |
1638 | 2024-12-18T22:42:05.010Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1639 | 2024-12-18T22:42:05.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-12-18T22:42:05.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-12-18T22:42:05.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-12-18T22:42:05.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1643 | 2024-12-18T22:42:05.636Z | |
1644 | 2024-12-18T22:42:05.636Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1645 | 2024-12-18T22:42:06.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-12-18T22:42:06.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-12-18T22:42:06.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-12-18T22:42:06.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1649 | 2024-12-18T22:42:06.057Z | |
1650 | 2024-12-18T22:42:06.057Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1651 | 2024-12-18T22:42:06.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-12-18T22:42:06.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-12-18T22:42:06.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-12-18T22:42:06.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1655 | 2024-12-18T22:42:06.478Z | |
1656 | 2024-12-18T22:42:06.478Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1657 | 2024-12-18T22:42:06.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-12-18T22:42:06.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-12-18T22:42:06.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-12-18T22:42:06.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1661 | 2024-12-18T22:42:06.898Z | |
1662 | 2024-12-18T22:42:06.898Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1663 | 2024-12-18T22:42:07.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2024-12-18T22:42:07.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2024-12-18T22:42:07.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2024-12-18T22:42:07.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1667 | 2024-12-18T22:42:07.331Z | |
1668 | 2024-12-18T22:42:07.331Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1669 | 2024-12-18T22:42:07.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2024-12-18T22:42:07.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2024-12-18T22:42:07.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2024-12-18T22:42:07.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1673 | 2024-12-18T22:42:07.772Z | |
1674 | 2024-12-18T22:42:07.772Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1675 | 2024-12-18T22:42:08.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-12-18T22:42:08.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-12-18T22:42:08.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-12-18T22:42:08.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1679 | 2024-12-18T22:42:08.200Z | |
1680 | 2024-12-18T22:42:08.200Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1681 | 2024-12-18T22:42:08.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2024-12-18T22:42:08.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2024-12-18T22:42:08.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2024-12-18T22:42:08.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1685 | 2024-12-18T22:42:08.628Z | |
1686 | 2024-12-18T22:42:08.628Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1687 | 2024-12-18T22:42:09.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-12-18T22:42:09.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-12-18T22:42:09.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-12-18T22:42:09.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1691 | 2024-12-18T22:42:09.055Z | |
1692 | 2024-12-18T22:42:09.055Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1693 | 2024-12-18T22:42:09.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-12-18T22:42:09.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-12-18T22:42:09.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2024-12-18T22:42:09.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1697 | 2024-12-18T22:42:09.482Z | |
1698 | 2024-12-18T22:42:09.482Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1699 | 2024-12-18T22:42:09.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2024-12-18T22:42:09.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2024-12-18T22:42:09.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2024-12-18T22:42:09.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1703 | 2024-12-18T22:42:09.912Z | |
1704 | 2024-12-18T22:42:09.912Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1705 | 2024-12-18T22:42:10.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2024-12-18T22:42:10.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2024-12-18T22:42:10.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2024-12-18T22:42:10.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1709 | 2024-12-18T22:42:10.343Z | |
1710 | 2024-12-18T22:42:10.343Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1711 | 2024-12-18T22:42:10.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2024-12-18T22:42:10.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2024-12-18T22:42:10.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2024-12-18T22:42:10.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1715 | 2024-12-18T22:42:10.770Z | |
1716 | 2024-12-18T22:42:10.770Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1717 | 2024-12-18T22:42:11.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2024-12-18T22:42:11.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2024-12-18T22:42:11.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2024-12-18T22:42:11.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1721 | 2024-12-18T22:42:11.187Z | |
1722 | 2024-12-18T22:42:11.187Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1723 | 2024-12-18T22:42:11.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2024-12-18T22:42:11.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2024-12-18T22:42:11.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2024-12-18T22:42:11.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1727 | 2024-12-18T22:42:11.614Z | |
1728 | 2024-12-18T22:42:11.614Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1729 | 2024-12-18T22:42:12.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2024-12-18T22:42:12.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2024-12-18T22:42:12.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2024-12-18T22:42:12.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1733 | 2024-12-18T22:42:12.049Z | |
1734 | 2024-12-18T22:42:12.049Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1735 | 2024-12-18T22:42:12.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2024-12-18T22:42:12.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2024-12-18T22:42:12.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2024-12-18T22:42:12.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1739 | 2024-12-18T22:42:12.480Z | |
1740 | 2024-12-18T22:42:12.480Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1741 | 2024-12-18T22:42:12.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2024-12-18T22:42:12.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2024-12-18T22:42:12.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2024-12-18T22:42:12.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1745 | 2024-12-18T22:42:12.904Z | |
1746 | 2024-12-18T22:42:12.904Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1747 | 2024-12-18T22:42:13.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2024-12-18T22:42:13.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2024-12-18T22:42:13.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2024-12-18T22:42:13.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1751 | 2024-12-18T22:42:13.336Z | |
1752 | 2024-12-18T22:42:13.336Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1753 | 2024-12-18T22:42:13.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2024-12-18T22:42:13.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2024-12-18T22:42:13.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2024-12-18T22:42:13.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1757 | 2024-12-18T22:42:13.762Z | |
1758 | 2024-12-18T22:42:13.762Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1759 | 2024-12-18T22:42:14.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2024-12-18T22:42:14.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2024-12-18T22:42:14.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2024-12-18T22:42:14.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1763 | 2024-12-18T22:42:14.185Z | |
1764 | 2024-12-18T22:42:14.185Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1765 | 2024-12-18T22:42:14.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2024-12-18T22:42:14.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2024-12-18T22:42:14.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2024-12-18T22:42:14.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1769 | 2024-12-18T22:42:14.822Z | |
1770 | 2024-12-18T22:42:14.822Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1771 | 2024-12-18T22:42:15.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2024-12-18T22:42:15.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2024-12-18T22:42:15.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2024-12-18T22:42:15.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1775 | 2024-12-18T22:42:15.470Z | |
1776 | 2024-12-18T22:42:15.470Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1777 | 2024-12-18T22:42:16.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2024-12-18T22:42:16.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2024-12-18T22:42:16.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2024-12-18T22:42:16.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1781 | 2024-12-18T22:42:16.109Z | |
1782 | 2024-12-18T22:42:16.109Z | info: running `cargo check --bins` on oxlog (28/173) |
1783 | 2024-12-18T22:42:16.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2024-12-18T22:42:16.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2024-12-18T22:42:16.737Z | Checking cfg-if v1.0.0 |
1786 | 2024-12-18T22:42:16.739Z | Checking libc v0.2.162 |
1787 | 2024-12-18T22:42:16.845Z | Checking serde v1.0.215 |
1788 | 2024-12-18T22:42:16.848Z | Checking zeroize v1.8.1 |
1789 | 2024-12-18T22:42:16.862Z | Checking memchr v2.7.4 |
1790 | 2024-12-18T22:42:16.864Z | Checking typenum v1.17.0 |
1791 | 2024-12-18T22:42:16.883Z | Checking scopeguard v1.2.0 |
1792 | 2024-12-18T22:42:16.885Z | Checking subtle v2.6.1 |
1793 | 2024-12-18T22:42:16.910Z | Checking value-bag v1.9.0 |
1794 | 2024-12-18T22:42:17.025Z | Checking lock_api v0.4.12 |
1795 | 2024-12-18T22:42:17.075Z | Checking const-oid v0.9.6 |
1796 | 2024-12-18T22:42:17.154Z | Checking smallvec v1.13.2 |
1797 | 2024-12-18T22:42:17.336Z | Checking log v0.4.22 |
1798 | 2024-12-18T22:42:17.415Z | Checking itoa v1.0.11 |
1799 | 2024-12-18T22:42:17.539Z | Checking pin-project-lite v0.2.14 |
1800 | 2024-12-18T22:42:17.615Z | Checking byteorder v1.5.0 |
1801 | 2024-12-18T22:42:17.659Z | Checking futures-core v0.3.31 |
1802 | 2024-12-18T22:42:17.703Z | Checking once_cell v1.20.2 |
1803 | 2024-12-18T22:42:17.831Z | Checking cpufeatures v0.2.14 |
1804 | 2024-12-18T22:42:17.898Z | Checking futures-sink v0.3.31 |
1805 | 2024-12-18T22:42:17.926Z | Checking stable_deref_trait v1.2.0 |
1806 | 2024-12-18T22:42:17.994Z | Checking spin v0.9.8 |
1807 | 2024-12-18T22:42:18.028Z | Checking getrandom v0.2.15 |
1808 | 2024-12-18T22:42:18.028Z | Checking signal-hook-registry v1.4.2 |
1809 | 2024-12-18T22:42:18.028Z | Checking parking_lot_core v0.9.10 |
1810 | 2024-12-18T22:42:18.054Z | Checking mio v1.0.2 |
1811 | 2024-12-18T22:42:18.224Z | Checking generic-array v0.14.7 |
1812 | 2024-12-18T22:42:18.257Z | Checking rand_core v0.6.4 |
1813 | 2024-12-18T22:42:18.316Z | Checking socket2 v0.5.7 |
1814 | 2024-12-18T22:42:18.333Z | Checking zerocopy v0.7.35 |
1815 | 2024-12-18T22:42:18.372Z | Checking parking_lot v0.12.3 |
1816 | 2024-12-18T22:42:18.574Z | Checking slab v0.4.9 |
1817 | 2024-12-18T22:42:18.646Z | Checking zerofrom v0.1.4 |
1818 | 2024-12-18T22:42:18.726Z | Checking futures-channel v0.3.31 |
1819 | 2024-12-18T22:42:18.819Z | Checking equivalent v1.0.1 |
1820 | 2024-12-18T22:42:18.844Z | Checking futures-task v0.3.31 |
1821 | 2024-12-18T22:42:18.866Z | Checking yoke v0.7.4 |
1822 | 2024-12-18T22:42:18.923Z | Checking allocator-api2 v0.2.18 |
1823 | 2024-12-18T22:42:18.943Z | Checking foldhash v0.1.3 |
1824 | 2024-12-18T22:42:19.089Z | Checking futures-io v0.3.31 |
1825 | 2024-12-18T22:42:19.091Z | Checking pin-utils v0.1.0 |
1826 | 2024-12-18T22:42:19.159Z | Checking ryu v1.0.18 |
1827 | 2024-12-18T22:42:19.192Z | Checking tinyvec_macros v0.1.1 |
1828 | 2024-12-18T22:42:19.218Z | Checking zerovec v0.10.4 |
1829 | 2024-12-18T22:42:19.274Z | Checking futures-util v0.3.31 |
1830 | 2024-12-18T22:42:19.274Z | Checking tinyvec v1.8.0 |
1831 | 2024-12-18T22:42:19.402Z | Checking fnv v1.0.7 |
1832 | 2024-12-18T22:42:19.448Z | Checking crypto-common v0.1.6 |
1833 | 2024-12-18T22:42:19.532Z | Checking block-buffer v0.10.4 |
1834 | 2024-12-18T22:42:19.596Z | Checking hashbrown v0.15.1 |
1835 | 2024-12-18T22:42:19.626Z | Checking block-padding v0.3.3 |
1836 | 2024-12-18T22:42:19.740Z | Checking libm v0.2.8 |
1837 | 2024-12-18T22:42:19.754Z | Checking digest v0.10.7 |
1838 | 2024-12-18T22:42:19.824Z | Checking inout v0.1.3 |
1839 | 2024-12-18T22:42:20.062Z | Checking cipher v0.4.4 |
1840 | 2024-12-18T22:42:20.121Z | Checking hmac v0.12.1 |
1841 | 2024-12-18T22:42:20.348Z | Checking sha2 v0.10.8 |
1842 | 2024-12-18T22:42:20.458Z | Checking base64ct v1.6.0 |
1843 | 2024-12-18T22:42:20.634Z | Checking unicode-normalization v0.1.24 |
1844 | 2024-12-18T22:42:20.657Z | Checking unicode-bidi v0.3.17 |
1845 | 2024-12-18T22:42:20.748Z | Checking writeable v0.5.5 |
1846 | 2024-12-18T22:42:20.830Z | Checking tinystr v0.7.6 |
1847 | 2024-12-18T22:42:20.885Z | Checking litemap v0.7.3 |
1848 | 2024-12-18T22:42:20.913Z | Checking pem-rfc7468 v0.7.0 |
1849 | 2024-12-18T22:42:21.050Z | Checking num-traits v0.2.19 |
1850 | 2024-12-18T22:42:21.163Z | Checking ppv-lite86 v0.2.20 |
1851 | 2024-12-18T22:42:21.201Z | Checking flagset v0.4.6 |
1852 | 2024-12-18T22:42:21.217Z | Checking icu_locid v1.5.0 |
1853 | 2024-12-18T22:42:21.319Z | Checking tracing-core v0.1.32 |
1854 | 2024-12-18T22:42:21.394Z | Checking der v0.7.9 |
1855 | 2024-12-18T22:42:21.553Z | Checking thiserror v1.0.69 |
1856 | 2024-12-18T22:42:21.693Z | Checking percent-encoding v2.3.1 |
1857 | 2024-12-18T22:42:21.898Z | Checking rustls-pki-types v1.9.0 |
1858 | 2024-12-18T22:42:21.949Z | Checking rand_chacha v0.3.1 |
1859 | 2024-12-18T22:42:21.951Z | Checking icu_locid_transform_data v1.5.0 |
1860 | 2024-12-18T22:42:21.980Z | Checking bytes v1.8.0 |
1861 | 2024-12-18T22:42:22.062Z | Checking indexmap v2.6.0 |
1862 | 2024-12-18T22:42:22.269Z | Checking serde_json v1.0.132 |
1863 | 2024-12-18T22:42:22.361Z | Checking icu_provider v1.5.0 |
1864 | 2024-12-18T22:42:22.475Z | Checking bitflags v2.6.0 |
1865 | 2024-12-18T22:42:22.767Z | Checking rand v0.8.5 |
1866 | 2024-12-18T22:42:22.784Z | Checking tracing v0.1.40 |
1867 | 2024-12-18T22:42:22.798Z | Checking tokio v1.40.0 |
1868 | 2024-12-18T22:42:23.033Z | Checking http v1.1.0 |
1869 | 2024-12-18T22:42:23.148Z | Checking icu_locid_transform v1.5.0 |
1870 | 2024-12-18T22:42:23.377Z | Checking icu_collections v1.5.0 |
1871 | 2024-12-18T22:42:23.394Z | Checking spki v0.7.3 |
1872 | 2024-12-18T22:42:23.668Z | Checking salsa20 v0.10.2 |
1873 | 2024-12-18T22:42:23.891Z | Checking pbkdf2 v0.12.2 |
1874 | 2024-12-18T22:42:23.995Z | Checking aws-lc-sys v0.22.0 |
1875 | 2024-12-18T22:42:24.067Z | Checking httparse v1.9.5 |
1876 | 2024-12-18T22:42:24.069Z | Checking mirai-annotations v1.12.0 |
1877 | 2024-12-18T22:42:24.080Z | Checking icu_properties_data v1.5.0 |
1878 | 2024-12-18T22:42:24.157Z | Checking untrusted v0.7.1 |
1879 | 2024-12-18T22:42:24.244Z | Checking powerfmt v0.2.0 |
1880 | 2024-12-18T22:42:24.317Z | Checking untrusted v0.9.0 |
1881 | 2024-12-18T22:42:24.334Z | Checking icu_properties v1.5.1 |
1882 | 2024-12-18T22:42:24.397Z | Checking scrypt v0.11.0 |
1883 | 2024-12-18T22:42:24.461Z | Checking ring v0.17.8 |
1884 | 2024-12-18T22:42:24.500Z | Checking deranged v0.3.11 |
1885 | 2024-12-18T22:42:24.517Z | Checking aes v0.8.4 |
1886 | 2024-12-18T22:42:24.548Z | Checking cbc v0.1.2 |
1887 | 2024-12-18T22:42:24.610Z | Checking crossbeam-utils v0.8.20 |
1888 | 2024-12-18T22:42:24.770Z | Checking num_threads v0.1.7 |
1889 | 2024-12-18T22:42:24.879Z | Checking utf8_iter v1.0.4 |
1890 | 2024-12-18T22:42:25.088Z | Checking num-conv v0.1.0 |
1891 | 2024-12-18T22:42:25.303Z | Checking time-core v0.1.2 |
1892 | 2024-12-18T22:42:25.345Z | Checking icu_normalizer_data v1.5.0 |
1893 | 2024-12-18T22:42:25.442Z | Checking atomic-waker v1.1.2 |
1894 | 2024-12-18T22:42:25.458Z | Checking utf16_iter v1.0.5 |
1895 | 2024-12-18T22:42:25.472Z | Checking write16 v1.0.0 |
1896 | 2024-12-18T22:42:25.577Z | Checking pkcs5 v0.7.1 |
1897 | 2024-12-18T22:42:25.597Z | Checking http-body v1.0.1 |
1898 | 2024-12-18T22:42:25.618Z | Checking form_urlencoded v1.2.1 |
1899 | 2024-12-18T22:42:25.798Z | Checking try-lock v0.2.5 |
1900 | 2024-12-18T22:42:25.828Z | Checking httpdate v1.0.3 |
1901 | 2024-12-18T22:42:25.928Z | Checking want v0.3.1 |
1902 | 2024-12-18T22:42:26.069Z | Checking unicode-ident v1.0.13 |
1903 | 2024-12-18T22:42:26.087Z | Checking pkcs8 v0.10.2 |
1904 | 2024-12-18T22:42:26.111Z | Checking uuid v1.11.0 |
1905 | 2024-12-18T22:42:26.235Z | Checking proc-macro2 v1.0.89 |
1906 | 2024-12-18T22:42:26.263Z | Checking time v0.3.36 |
1907 | 2024-12-18T22:42:26.322Z | Checking toml_datetime v0.6.8 |
1908 | 2024-12-18T22:42:26.379Z | Checking serde_spanned v0.6.8 |
1909 | 2024-12-18T22:42:26.573Z | Checking slog v2.7.0 |
1910 | 2024-12-18T22:42:26.619Z | Checking scroll v0.12.0 |
1911 | 2024-12-18T22:42:26.636Z | Checking aws-lc-rs v1.10.0 |
1912 | 2024-12-18T22:42:26.731Z | Checking adler2 v2.0.0 |
1913 | 2024-12-18T22:42:26.882Z | Checking tower-service v0.3.3 |
1914 | 2024-12-18T22:42:26.901Z | Checking match_cfg v0.1.0 |
1915 | 2024-12-18T22:42:26.988Z | Checking ucd-trie v0.1.7 |
1916 | 2024-12-18T22:42:27.004Z | Checking plain v0.2.3 |
1917 | 2024-12-18T22:42:27.053Z | Checking base64 v0.22.1 |
1918 | 2024-12-18T22:42:27.087Z | Checking iana-time-zone v0.1.61 |
1919 | 2024-12-18T22:42:27.138Z | Checking foreign-types-shared v0.1.1 |
1920 | 2024-12-18T22:42:27.186Z | Checking pest v2.7.14 |
1921 | 2024-12-18T22:42:27.240Z | Checking foreign-types v0.3.2 |
1922 | 2024-12-18T22:42:27.242Z | Checking chrono v0.4.38 |
1923 | 2024-12-18T22:42:27.326Z | Checking goblin v0.8.2 |
1924 | 2024-12-18T22:42:27.529Z | Checking hostname v0.3.1 |
1925 | 2024-12-18T22:42:27.659Z | Checking quote v1.0.37 |
1926 | 2024-12-18T22:42:27.774Z | Checking icu_normalizer v1.5.0 |
1927 | 2024-12-18T22:42:28.020Z | Checking miniz_oxide v0.8.0 |
1928 | 2024-12-18T22:42:28.460Z | Checking rustls-webpki v0.102.8 |
1929 | 2024-12-18T22:42:28.560Z | Checking idna_adapter v1.2.0 |
1930 | 2024-12-18T22:42:28.762Z | Checking idna v1.0.3 |
1931 | 2024-12-18T22:42:28.793Z | Checking openssl-sys v0.9.103 |
1932 | 2024-12-18T22:42:28.903Z | Checking dirs-sys-next v0.1.2 |
1933 | 2024-12-18T22:42:29.092Z | Checking errno v0.3.9 |
1934 | 2024-12-18T22:42:29.268Z | Checking aho-corasick v1.1.3 |
1935 | 2024-12-18T22:42:29.284Z | Checking url v2.5.3 |
1936 | 2024-12-18T22:42:29.298Z | Checking data-encoding v2.6.0 |
1937 | 2024-12-18T22:42:29.433Z | Checking pretty-hex v0.4.1 |
1938 | 2024-12-18T22:42:29.618Z | Checking regex-syntax v0.8.5 |
1939 | 2024-12-18T22:42:29.733Z | Checking siphasher v0.3.11 |
1940 | 2024-12-18T22:42:29.969Z | Checking dtrace-parser v0.2.0 |
1941 | 2024-12-18T22:42:30.032Z | Checking rustix v0.38.37 |
1942 | 2024-12-18T22:42:30.096Z | Checking openssl v0.10.66 |
1943 | 2024-12-18T22:42:30.116Z | Checking dirs-next v2.0.0 |
1944 | 2024-12-18T22:42:30.216Z | Checking tokio-util v0.7.12 |
1945 | 2024-12-18T22:42:30.248Z | Checking syn v2.0.87 |
1946 | 2024-12-18T22:42:30.440Z | Checking http-body-util v0.1.2 |
1947 | 2024-12-18T22:42:30.894Z | Checking crossbeam-epoch v0.9.18 |
1948 | 2024-12-18T22:42:30.911Z | Checking signature v2.2.0 |
1949 | 2024-12-18T22:42:31.104Z | Checking sha1 v0.10.6 |
1950 | 2024-12-18T22:42:31.129Z | Checking h2 v0.4.6 |
1951 | 2024-12-18T22:42:31.313Z | Checking lazy_static v1.5.0 |
1952 | 2024-12-18T22:42:31.376Z | Checking thread-id v4.2.2 |
1953 | 2024-12-18T22:42:31.432Z | Checking thread_local v1.1.8 |
1954 | 2024-12-18T22:42:31.480Z | Checking encoding_rs v0.8.34 |
1955 | 2024-12-18T22:42:31.721Z | Checking either v1.13.0 |
1956 | 2024-12-18T22:42:32.100Z | Checking ipnet v2.10.1 |
1957 | 2024-12-18T22:42:32.347Z | Checking dof v0.3.0 |
1958 | 2024-12-18T22:42:32.565Z | Checking unicode-properties v0.1.3 |
1959 | 2024-12-18T22:42:32.927Z | Checking winnow v0.6.20 |
1960 | 2024-12-18T22:42:32.930Z | Checking utf8parse v0.2.2 |
1961 | 2024-12-18T22:42:32.959Z | Checking regex-automata v0.4.8 |
1962 | 2024-12-18T22:42:33.090Z | Checking anstyle v1.0.10 |
1963 | 2024-12-18T22:42:33.463Z | Checking gimli v0.31.1 |
1964 | 2024-12-18T22:42:33.567Z | Checking openssl-probe v0.1.5 |
1965 | 2024-12-18T22:42:33.727Z | Checking mime v0.3.17 |
1966 | 2024-12-18T22:42:33.861Z | Checking anstyle-parse v0.2.5 |
1967 | 2024-12-18T22:42:34.049Z | Checking stringprep v0.1.5 |
1968 | 2024-12-18T22:42:34.162Z | Checking crossbeam-deque v0.8.5 |
1969 | 2024-12-18T22:42:34.344Z | Checking term v0.7.0 |
1970 | 2024-12-18T22:42:34.481Z | Checking rustls v0.22.4 |
1971 | 2024-12-18T22:42:34.769Z | Checking rustls v0.23.14 |
1972 | 2024-12-18T22:42:35.713Z | Checking native-tls v0.2.12 |
1973 | 2024-12-18T22:42:35.996Z | Checking toml_edit v0.22.22 |
1974 | 2024-12-18T22:42:36.014Z | Checking slog-json v2.6.1 |
1975 | 2024-12-18T22:42:36.277Z | Checking serde_urlencoded v0.7.1 |
1976 | 2024-12-18T22:42:36.717Z | Checking crossbeam-channel v0.5.13 |
1977 | 2024-12-18T22:42:36.757Z | Checking usdt-impl v0.5.0 |
1978 | 2024-12-18T22:42:37.303Z | Checking futures-executor v0.3.31 |
1979 | 2024-12-18T22:42:37.437Z | Checking num-integer v0.1.46 |
1980 | 2024-12-18T22:42:37.439Z | Checking hyper v1.5.0 |
1981 | 2024-12-18T22:42:37.514Z | Checking rustls-pemfile v2.2.0 |
1982 | 2024-12-18T22:42:37.614Z | Checking addr2line v0.24.2 |
1983 | 2024-12-18T22:42:37.737Z | Checking idna v0.4.0 |
1984 | 2024-12-18T22:42:37.756Z | Checking idna v0.3.0 |
1985 | 2024-12-18T22:42:37.913Z | Checking md-5 v0.10.6 |
1986 | 2024-12-18T22:42:38.142Z | Checking ff v0.13.0 |
1987 | 2024-12-18T22:42:38.159Z | Checking hash32 v0.2.1 |
1988 | 2024-12-18T22:42:38.269Z | Checking memmap v0.7.0 |
1989 | 2024-12-18T22:42:38.355Z | Checking is-terminal v0.4.13 |
1990 | 2024-12-18T22:42:38.462Z | Checking object v0.36.5 |
1991 | 2024-12-18T22:42:38.477Z | Checking utf-8 v0.7.6 |
1992 | 2024-12-18T22:42:38.478Z | Checking fallible-iterator v0.2.0 |
1993 | 2024-12-18T22:42:38.541Z | Checking dyn-clone v1.0.17 |
1994 | 2024-12-18T22:42:38.582Z | Checking rustc-demangle v0.1.24 |
1995 | 2024-12-18T22:42:38.618Z | Checking colorchoice v1.0.2 |
1996 | 2024-12-18T22:42:38.679Z | Checking psl-types v2.0.11 |
1997 | 2024-12-18T22:42:38.681Z | Checking linked-hash-map v0.5.6 |
1998 | 2024-12-18T22:42:38.738Z | Checking is_terminal_polyfill v1.70.1 |
1999 | 2024-12-18T22:42:38.855Z | Checking quick-error v1.2.3 |
2000 | 2024-12-18T22:42:38.858Z | Checking take_mut v0.2.2 |
2001 | 2024-12-18T22:42:39.008Z | Checking anstyle-query v1.1.1 |
2002 | 2024-12-18T22:42:39.010Z | Checking base16ct v0.2.0 |
2003 | 2024-12-18T22:42:39.024Z | Checking slog-async v2.8.0 |
2004 | 2024-12-18T22:42:39.051Z | Checking lru-cache v0.1.2 |
2005 | 2024-12-18T22:42:39.115Z | Checking postgres-protocol v0.6.7 |
2006 | 2024-12-18T22:42:39.131Z | Checking anstream v0.6.15 |
2007 | 2024-12-18T22:42:39.211Z | Checking sec1 v0.7.3 |
2008 | 2024-12-18T22:42:39.231Z | Checking resolv-conf v0.7.0 |
2009 | 2024-12-18T22:42:39.319Z | Checking publicsuffix v2.2.3 |
2010 | 2024-12-18T22:42:39.509Z | Checking tungstenite v0.24.0 |
2011 | 2024-12-18T22:42:39.530Z | Checking hyper-util v0.1.10 |
2012 | 2024-12-18T22:42:39.552Z | Checking schemars v0.8.21 |
2013 | 2024-12-18T22:42:39.568Z | Checking hickory-proto v0.24.1 |
2014 | 2024-12-18T22:42:39.584Z | Checking toml v0.8.19 |
2015 | 2024-12-18T22:42:39.814Z | Checking usdt v0.5.0 |
2016 | 2024-12-18T22:42:40.079Z | Checking slog-term v2.9.1 |
2017 | 2024-12-18T22:42:40.317Z | Checking heapless v0.7.17 |
2018 | 2024-12-18T22:42:40.359Z | Checking tokio-rustls v0.26.0 |
2019 | 2024-12-18T22:42:40.403Z | Checking group v0.13.0 |
2020 | 2024-12-18T22:42:40.572Z | Checking tokio-rustls v0.25.0 |
2021 | 2024-12-18T22:42:40.664Z | Checking num-iter v0.1.45 |
2022 | 2024-12-18T22:42:40.788Z | Checking futures v0.3.31 |
2023 | 2024-12-18T22:42:40.844Z | Checking slog-bunyan v2.5.0 |
2024 | 2024-12-18T22:42:40.905Z | Checking tokio-native-tls v0.3.1 |
2025 | 2024-12-18T22:42:40.965Z | Checking rayon-core v1.12.1 |
2026 | 2024-12-18T22:42:41.000Z | Checking multer v3.1.0 |
2027 | 2024-12-18T22:42:41.164Z | Checking terminal_size v0.4.0 |
2028 | 2024-12-18T22:42:41.242Z | Checking phf_shared v0.11.2 |
2029 | 2024-12-18T22:42:41.573Z | Checking cookie v0.18.1 |
2030 | 2024-12-18T22:42:41.580Z | Checking async-stream v0.3.6 |
2031 | 2024-12-18T22:42:41.580Z | Checking bzip2-sys v0.1.11+1.0.8 |
2032 | 2024-12-18T22:42:41.581Z | Checking camino v1.1.9 |
2033 | 2024-12-18T22:42:41.581Z | Checking signal-hook v0.3.17 |
2034 | 2024-12-18T22:42:41.581Z | Checking waitgroup v0.1.2 |
2035 | 2024-12-18T22:42:41.581Z | Checking openapiv3 v2.0.0 |
2036 | 2024-12-18T22:42:41.637Z | Checking webpki-roots v0.26.6 |
2037 | 2024-12-18T22:42:41.665Z | Checking serde_path_to_error v0.1.16 |
2038 | 2024-12-18T22:42:41.796Z | Checking idna v0.5.0 |
2039 | 2024-12-18T22:42:41.843Z | Checking hkdf v0.12.4 |
2040 | 2024-12-18T22:42:41.863Z | Checking crypto-bigint v0.5.5 |
2041 | 2024-12-18T22:42:42.060Z | Checking hostname v0.4.0 |
2042 | 2024-12-18T22:42:42.094Z | Checking crc32fast v1.4.2 |
2043 | 2024-12-18T22:42:42.199Z | Checking winnow v0.5.40 |
2044 | 2024-12-18T22:42:42.284Z | Checking bitflags v1.3.2 |
2045 | 2024-12-18T22:42:42.323Z | Checking clap_lex v0.7.2 |
2046 | 2024-12-18T22:42:42.386Z | Checking unicode-width v0.1.14 |
2047 | 2024-12-18T22:42:42.580Z | Checking debug-ignore v1.0.5 |
2048 | 2024-12-18T22:42:42.626Z | Checking strsim v0.11.1 |
2049 | 2024-12-18T22:42:42.722Z | Checking managed v0.8.0 |
2050 | 2024-12-18T22:42:42.887Z | Checking console v0.15.8 |
2051 | 2024-12-18T22:42:42.911Z | Checking clap_builder v4.5.21 |
2052 | 2024-12-18T22:42:43.109Z | Checking smoltcp v0.9.1 |
2053 | 2024-12-18T22:42:43.483Z | Checking cookie_store v0.21.0 |
2054 | 2024-12-18T22:42:44.168Z | Checking flate2 v1.0.34 |
2055 | 2024-12-18T22:42:44.439Z | Checking hickory-resolver v0.24.1 |
2056 | 2024-12-18T22:42:44.709Z | Checking signal-hook-mio v0.2.4 |
2057 | 2024-12-18T22:42:44.792Z | Checking elliptic-curve v0.13.8 |
2058 | 2024-12-18T22:42:44.807Z | Checking hyper-rustls v0.27.3 |
2059 | 2024-12-18T22:42:44.847Z | Checking rayon v1.10.0 |
2060 | 2024-12-18T22:42:44.981Z | Checking backtrace v0.3.74 |
2061 | 2024-12-18T22:42:45.020Z | Checking dropshot v0.12.0 |
2062 | 2024-12-18T22:42:45.135Z | Checking hyper-tls v0.6.0 |
2063 | 2024-12-18T22:42:45.197Z | Checking toml_edit v0.19.15 |
2064 | 2024-12-18T22:42:45.424Z | Checking phf v0.11.2 |
2065 | 2024-12-18T22:42:45.441Z | Checking bzip2 v0.4.4 |
2066 | 2024-12-18T22:42:45.538Z | Checking anyhow v1.0.93 |
2067 | 2024-12-18T22:42:45.705Z | Checking num-bigint-dig v0.8.4 |
2068 | 2024-12-18T22:42:45.737Z | Checking tokio-tungstenite v0.24.0 |
2069 | 2024-12-18T22:42:45.915Z | Checking postgres-types v0.2.8 |
2070 | 2024-12-18T22:42:46.064Z | Checking regex v1.11.1 |
2071 | 2024-12-18T22:42:46.086Z | Checking bstr v1.10.0 |
2072 | 2024-12-18T22:42:46.206Z | Checking tokio-stream v0.1.16 |
2073 | 2024-12-18T22:42:46.687Z | Checking ed25519 v2.2.3 |
2074 | 2024-12-18T22:42:46.717Z | Checking phf_shared v0.10.0 |
2075 | 2024-12-18T22:42:47.008Z | Checking zerocopy v0.6.6 |
2076 | 2024-12-18T22:42:47.008Z | Checking curve25519-dalek v4.1.3 |
2077 | 2024-12-18T22:42:47.064Z | Checking pkcs1 v0.7.5 |
2078 | 2024-12-18T22:42:47.088Z | Checking hubpack v0.1.2 |
2079 | 2024-12-18T22:42:47.412Z | Checking portable-atomic v1.9.0 |
2080 | 2024-12-18T22:42:47.462Z | Checking float-cmp v0.9.0 |
2081 | 2024-12-18T22:42:47.654Z | Checking serde-big-array v0.5.1 |
2082 | 2024-12-18T22:42:47.673Z | Checking rfc6979 v0.4.0 |
2083 | 2024-12-18T22:42:47.807Z | Checking sync_wrapper v1.0.1 |
2084 | 2024-12-18T22:42:47.842Z | Checking difflib v0.4.0 |
2085 | 2024-12-18T22:42:47.862Z | Checking precomputed-hash v0.1.1 |
2086 | 2024-12-18T22:42:47.875Z | Checking predicates-core v1.0.8 |
2087 | 2024-12-18T22:42:47.958Z | Checking minimal-lexical v0.2.1 |
2088 | 2024-12-18T22:42:47.974Z | Checking static_assertions v1.1.0 |
2089 | 2024-12-18T22:42:48.060Z | Checking number_prefix v0.4.0 |
2090 | 2024-12-18T22:42:48.077Z | Checking new_debug_unreachable v1.0.6 |
2091 | 2024-12-18T22:42:48.134Z | Checking normalize-line-endings v0.3.0 |
2092 | 2024-12-18T22:42:48.166Z | Checking bit-vec v0.6.3 |
2093 | 2024-12-18T22:42:48.243Z | Checking whoami v1.5.2 |
2094 | 2024-12-18T22:42:48.258Z | Checking unicode-width v0.2.0 |
2095 | 2024-12-18T22:42:48.344Z | Checking fixedbitset v0.4.2 |
2096 | 2024-12-18T22:42:48.481Z | Checking unicode-segmentation v1.12.0 |
2097 | 2024-12-18T22:42:48.505Z | Checking bit-set v0.5.3 |
2098 | 2024-12-18T22:42:48.538Z | Checking tokio-postgres v0.7.12 |
2099 | 2024-12-18T22:42:48.597Z | Checking petgraph v0.6.5 |
2100 | 2024-12-18T22:42:48.711Z | Checking nom v7.1.3 |
2101 | 2024-12-18T22:42:48.714Z | Checking qorb v0.2.1 |
2102 | 2024-12-18T22:42:48.742Z | Checking predicates v3.1.2 |
2103 | 2024-12-18T22:42:48.745Z | Checking indicatif v0.17.9 |
2104 | 2024-12-18T22:42:48.861Z | Checking ed25519-dalek v2.1.1 |
2105 | 2024-12-18T22:42:49.170Z | Checking similar v2.6.0 |
2106 | 2024-12-18T22:42:49.286Z | Checking string_cache v0.8.7 |
2107 | 2024-12-18T22:42:49.458Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2108 | 2024-12-18T22:42:49.565Z | Checking reqwest v0.12.9 |
2109 | 2024-12-18T22:42:49.582Z | Checking rsa v0.9.6 |
2110 | 2024-12-18T22:42:50.039Z | Checking ecdsa v0.16.9 |
2111 | 2024-12-18T22:42:50.633Z | Checking toml v0.7.8 |
2112 | 2024-12-18T22:42:50.764Z | Checking clap v4.5.21 |
2113 | 2024-12-18T22:42:50.886Z | Checking zip v0.6.6 |
2114 | 2024-12-18T22:42:51.406Z | Checking crossterm v0.28.1 |
2115 | 2024-12-18T22:42:51.445Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2116 | 2024-12-18T22:42:51.463Z | Checking itertools v0.10.5 |
2117 | 2024-12-18T22:42:51.482Z | Checking itertools v0.12.1 |
2118 | 2024-12-18T22:42:51.591Z | Checking fs-err v2.11.0 |
2119 | 2024-12-18T22:42:51.593Z | Checking ahash v0.8.11 |
2120 | 2024-12-18T22:42:51.636Z | Checking x509-cert v0.2.5 |
2121 | 2024-12-18T22:42:52.022Z | Checking hex v0.4.3 |
2122 | 2024-12-18T22:42:52.160Z | Checking semver v1.0.23 |
2123 | 2024-12-18T22:42:52.213Z | Checking lalrpop-util v0.19.12 |
2124 | 2024-12-18T22:42:52.522Z | Checking peg-runtime v0.8.3 |
2125 | 2024-12-18T22:42:52.565Z | Checking sigpipe v0.1.3 |
2126 | 2024-12-18T22:42:54.344Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2127 | 2024-12-18T22:42:54.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.54s |
2128 | 2024-12-18T22:42:54.822Z | |
2129 | 2024-12-18T22:42:54.823Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2130 | 2024-12-18T22:42:55.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2131 | 2024-12-18T22:42:55.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2132 | 2024-12-18T22:42:55.478Z | Compiling hashbrown v0.14.5 |
2133 | 2024-12-18T22:42:55.599Z | Checking heck v0.5.0 |
2134 | 2024-12-18T22:42:55.611Z | Compiling unsafe-libyaml v0.2.11 |
2135 | 2024-12-18T22:42:55.625Z | Compiling ident_case v1.0.1 |
2136 | 2024-12-18T22:42:55.627Z | Checking progenitor-client v0.8.0 |
2137 | 2024-12-18T22:42:55.654Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2138 | 2024-12-18T22:42:55.670Z | Compiling proc-macro-crate v1.3.1 |
2139 | 2024-12-18T22:42:55.758Z | Checking ipnetwork v0.20.0 |
2140 | 2024-12-18T22:42:55.796Z | Compiling darling_core v0.20.10 |
2141 | 2024-12-18T22:42:55.999Z | Compiling structmeta-derive v0.3.0 |
2142 | 2024-12-18T22:42:56.016Z | Compiling newtype-uuid v1.1.3 |
2143 | 2024-12-18T22:42:56.121Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2144 | 2024-12-18T22:42:56.309Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2145 | 2024-12-18T22:42:56.425Z | Compiling lzma-sys v0.1.20 |
2146 | 2024-12-18T22:42:56.655Z | Compiling foreign-types-macros v0.2.3 |
2147 | 2024-12-18T22:42:56.724Z | Checking regress v0.10.1 |
2148 | 2024-12-18T22:42:56.873Z | Compiling serde_yaml v0.9.34+deprecated |
2149 | 2024-12-18T22:42:57.195Z | Compiling num_enum_derive v0.5.11 |
2150 | 2024-12-18T22:42:57.520Z | Compiling dropshot v0.13.0 |
2151 | 2024-12-18T22:42:57.828Z | Checking foreign-types-shared v0.3.1 |
2152 | 2024-12-18T22:42:57.935Z | Checking arc-swap v1.7.1 |
2153 | 2024-12-18T22:42:57.938Z | Checking foreign-types v0.5.0 |
2154 | 2024-12-18T22:42:58.168Z | Compiling proc-macro-error v1.0.4 |
2155 | 2024-12-18T22:42:58.379Z | Checking slog-scope v4.4.0 |
2156 | 2024-12-18T22:42:58.967Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2157 | 2024-12-18T22:42:58.989Z | Compiling structmeta v0.3.0 |
2158 | 2024-12-18T22:42:59.091Z | Checking tungstenite v0.21.0 |
2159 | 2024-12-18T22:42:59.108Z | Compiling heck v0.3.3 |
2160 | 2024-12-18T22:42:59.410Z | Compiling parse-display-derive v0.10.0 |
2161 | 2024-12-18T22:42:59.544Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2162 | 2024-12-18T22:42:59.831Z | Checking num_enum v0.5.11 |
2163 | 2024-12-18T22:42:59.993Z | Compiling dropshot_endpoint v0.13.0 |
2164 | 2024-12-18T22:43:00.029Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2165 | 2024-12-18T22:43:00.343Z | Checking typify-impl v0.2.0 |
2166 | 2024-12-18T22:43:00.378Z | Checking cstr-argument v0.1.2 |
2167 | 2024-12-18T22:43:00.794Z | Checking instant v0.1.13 |
2168 | 2024-12-18T22:43:00.916Z | Checking pretty-hex v0.2.1 |
2169 | 2024-12-18T22:43:01.077Z | Checking fastrand v2.1.1 |
2170 | 2024-12-18T22:43:01.235Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2171 | 2024-12-18T22:43:01.406Z | Checking base64 v0.21.7 |
2172 | 2024-12-18T22:43:01.543Z | Checking tempfile v3.13.0 |
2173 | 2024-12-18T22:43:01.898Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2174 | 2024-12-18T22:43:01.926Z | Checking backoff v0.4.0 |
2175 | 2024-12-18T22:43:01.929Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2176 | 2024-12-18T22:43:02.078Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2177 | 2024-12-18T22:43:02.163Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2178 | 2024-12-18T22:43:02.248Z | Checking tokio-tungstenite v0.21.0 |
2179 | 2024-12-18T22:43:02.322Z | Checking strum v0.26.3 |
2180 | 2024-12-18T22:43:02.398Z | Compiling zone_cfg_derive v0.1.2 |
2181 | 2024-12-18T22:43:02.484Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2182 | 2024-12-18T22:43:02.753Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2183 | 2024-12-18T22:43:02.854Z | Checking slog-stdlog v4.1.1 |
2184 | 2024-12-18T22:43:02.913Z | Compiling darling_macro v0.20.10 |
2185 | 2024-12-18T22:43:03.022Z | Checking regress v0.9.1 |
2186 | 2024-12-18T22:43:03.151Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2187 | 2024-12-18T22:43:03.227Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2188 | 2024-12-18T22:43:03.298Z | Checking colored v2.1.0 |
2189 | 2024-12-18T22:43:03.528Z | Checking macaddr v1.0.1 |
2190 | 2024-12-18T22:43:03.602Z | Checking base64 v0.13.1 |
2191 | 2024-12-18T22:43:03.894Z | Compiling darling v0.20.10 |
2192 | 2024-12-18T22:43:03.897Z | Checking zone v0.1.8 |
2193 | 2024-12-18T22:43:04.025Z | Checking ron v0.7.1 |
2194 | 2024-12-18T22:43:04.084Z | Compiling serde_with_macros v3.11.0 |
2195 | 2024-12-18T22:43:04.174Z | Checking parse-display v0.10.0 |
2196 | 2024-12-18T22:43:04.406Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2197 | 2024-12-18T22:43:04.655Z | Checking xz2 v0.1.7 |
2198 | 2024-12-18T22:43:04.907Z | Checking slog-envlogger v2.2.0 |
2199 | 2024-12-18T22:43:04.969Z | Checking tabwriter v1.4.0 |
2200 | 2024-12-18T22:43:05.134Z | Checking xattr v1.3.1 |
2201 | 2024-12-18T22:43:05.200Z | Checking pem v3.0.4 |
2202 | 2024-12-18T22:43:05.216Z | Checking yasna v0.5.2 |
2203 | 2024-12-18T22:43:05.324Z | Checking headers-core v0.3.0 |
2204 | 2024-12-18T22:43:05.475Z | Checking smf v0.2.3 |
2205 | 2024-12-18T22:43:05.491Z | Checking filetime v0.2.25 |
2206 | 2024-12-18T22:43:05.706Z | Checking same-file v1.0.6 |
2207 | 2024-12-18T22:43:05.887Z | Checking walkdir v2.5.0 |
2208 | 2024-12-18T22:43:05.929Z | Checking tar v0.4.42 |
2209 | 2024-12-18T22:43:05.989Z | Checking headers v0.4.0 |
2210 | 2024-12-18T22:43:06.073Z | Checking rcgen v0.12.1 |
2211 | 2024-12-18T22:43:06.152Z | Checking atomicwrites v0.4.4 |
2212 | 2024-12-18T22:43:06.355Z | Checking camino-tempfile v1.1.1 |
2213 | 2024-12-18T22:43:06.564Z | Checking subprocess v0.2.9 |
2214 | 2024-12-18T22:43:06.967Z | Checking serde_with v3.11.0 |
2215 | 2024-12-18T22:43:10.935Z | Compiling typify-macro v0.2.0 |
2216 | 2024-12-18T22:43:12.833Z | Compiling typify v0.2.0 |
2217 | 2024-12-18T22:43:12.903Z | Compiling progenitor-impl v0.8.0 |
2218 | 2024-12-18T22:43:16.199Z | Compiling progenitor-macro v0.8.0 |
2219 | 2024-12-18T22:43:21.053Z | Checking progenitor v0.8.0 |
2220 | 2024-12-18T22:43:21.207Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2221 | 2024-12-18T22:43:21.210Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2222 | 2024-12-18T22:43:23.944Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2223 | 2024-12-18T22:43:24.285Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2224 | 2024-12-18T22:43:30.822Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2225 | 2024-12-18T22:43:32.453Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2226 | 2024-12-18T22:43:33.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.91s |
2227 | 2024-12-18T22:43:33.921Z | |
2228 | 2024-12-18T22:43:33.921Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2229 | 2024-12-18T22:43:34.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2230 | 2024-12-18T22:43:34.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2231 | 2024-12-18T22:43:34.588Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2232 | 2024-12-18T22:43:36.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s |
2233 | 2024-12-18T22:43:36.246Z | |
2234 | 2024-12-18T22:43:36.246Z | info: running `cargo check --bins` on nexus-config (31/173) |
2235 | 2024-12-18T22:43:36.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2024-12-18T22:43:36.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2024-12-18T22:43:36.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2238 | 2024-12-18T22:43:36.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2239 | 2024-12-18T22:43:36.871Z | |
2240 | 2024-12-18T22:43:36.872Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2241 | 2024-12-18T22:43:37.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2024-12-18T22:43:37.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2024-12-18T22:43:37.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2244 | 2024-12-18T22:43:37.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2245 | 2024-12-18T22:43:37.481Z | |
2246 | 2024-12-18T22:43:37.481Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2247 | 2024-12-18T22:43:38.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2024-12-18T22:43:38.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2024-12-18T22:43:38.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2250 | 2024-12-18T22:43:38.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2251 | 2024-12-18T22:43:38.121Z | |
2252 | 2024-12-18T22:43:38.121Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2253 | 2024-12-18T22:43:38.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2254 | 2024-12-18T22:43:38.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2255 | 2024-12-18T22:43:38.815Z | Compiling zerocopy v0.8.10 |
2256 | 2024-12-18T22:43:38.815Z | Compiling progenitor-client v0.8.0 |
2257 | 2024-12-18T22:43:38.815Z | Compiling itertools v0.13.0 |
2258 | 2024-12-18T22:43:38.815Z | Compiling zerocopy-derive v0.8.10 |
2259 | 2024-12-18T22:43:38.818Z | Compiling heapless v0.8.0 |
2260 | 2024-12-18T22:43:38.818Z | Compiling newtype-uuid v1.1.3 |
2261 | 2024-12-18T22:43:38.818Z | Compiling ipnetwork v0.20.0 |
2262 | 2024-12-18T22:43:38.818Z | Checking hash32 v0.3.1 |
2263 | 2024-12-18T22:43:39.100Z | Compiling instant v0.1.13 |
2264 | 2024-12-18T22:43:39.245Z | Compiling smoltcp v0.11.0 |
2265 | 2024-12-18T22:43:39.263Z | Compiling progenitor v0.8.0 |
2266 | 2024-12-18T22:43:39.376Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2267 | 2024-12-18T22:43:39.509Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2268 | 2024-12-18T22:43:39.849Z | Compiling backoff v0.4.0 |
2269 | 2024-12-18T22:43:39.894Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2270 | 2024-12-18T22:43:39.990Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2271 | 2024-12-18T22:43:40.138Z | Compiling serde_with v3.11.0 |
2272 | 2024-12-18T22:43:40.173Z | Compiling dropshot v0.13.0 |
2273 | 2024-12-18T22:43:40.195Z | Compiling parse-display v0.10.0 |
2274 | 2024-12-18T22:43:40.261Z | Checking num-rational v0.4.2 |
2275 | 2024-12-18T22:43:40.799Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2276 | 2024-12-18T22:43:40.940Z | Compiling regress v0.9.1 |
2277 | 2024-12-18T22:43:40.959Z | Compiling phf_generator v0.11.2 |
2278 | 2024-12-18T22:43:41.149Z | Checking num-complex v0.4.6 |
2279 | 2024-12-18T22:43:42.150Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2280 | 2024-12-18T22:43:42.822Z | Compiling macaddr v1.0.1 |
2281 | 2024-12-18T22:43:43.159Z | Checking cobs v0.2.3 |
2282 | 2024-12-18T22:43:43.245Z | Compiling num v0.4.3 |
2283 | 2024-12-18T22:43:43.335Z | Checking postcard v1.0.10 |
2284 | 2024-12-18T22:43:43.476Z | Compiling phf_codegen v0.11.2 |
2285 | 2024-12-18T22:43:43.904Z | Compiling parse-zoneinfo v0.3.1 |
2286 | 2024-12-18T22:43:44.147Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2287 | 2024-12-18T22:43:44.436Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2288 | 2024-12-18T22:43:44.599Z | Compiling float-ord v0.3.2 |
2289 | 2024-12-18T22:43:44.774Z | Compiling convert_case v0.4.0 |
2290 | 2024-12-18T22:43:45.280Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2291 | 2024-12-18T22:43:45.955Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2292 | 2024-12-18T22:43:45.967Z | Compiling derive_more v0.99.18 |
2293 | 2024-12-18T22:43:46.125Z | Compiling chrono-tz-build v0.4.0 |
2294 | 2024-12-18T22:43:46.861Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2295 | 2024-12-18T22:43:47.667Z | Compiling thiserror v2.0.3 |
2296 | 2024-12-18T22:43:47.793Z | Compiling crucible-workspace-hack v0.1.0 |
2297 | 2024-12-18T22:43:47.979Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2298 | 2024-12-18T22:43:48.081Z | Compiling chrono-tz v0.10.0 |
2299 | 2024-12-18T22:43:48.284Z | Checking newline-converter v0.3.0 |
2300 | 2024-12-18T22:43:48.433Z | Checking prettyplease v0.2.25 |
2301 | 2024-12-18T22:43:48.646Z | Compiling thiserror-impl v2.0.3 |
2302 | 2024-12-18T22:43:48.740Z | Compiling slog-dtrace v0.3.0 |
2303 | 2024-12-18T22:43:49.078Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2304 | 2024-12-18T22:43:49.607Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2305 | 2024-12-18T22:43:49.635Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2306 | 2024-12-18T22:43:49.772Z | Checking expectorate v1.1.0 |
2307 | 2024-12-18T22:43:49.933Z | Compiling zone_cfg_derive v0.3.0 |
2308 | 2024-12-18T22:43:50.446Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2309 | 2024-12-18T22:43:50.683Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2310 | 2024-12-18T22:43:50.750Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2311 | 2024-12-18T22:43:51.465Z | Compiling const_format_proc_macros v0.2.33 |
2312 | 2024-12-18T22:43:51.564Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2313 | 2024-12-18T22:43:51.923Z | Compiling num-derive v0.4.2 |
2314 | 2024-12-18T22:43:52.550Z | Checking highway v1.2.0 |
2315 | 2024-12-18T22:43:52.772Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2316 | 2024-12-18T22:43:52.788Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2317 | 2024-12-18T22:43:52.986Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2318 | 2024-12-18T22:43:53.124Z | Checking zone v0.3.0 |
2319 | 2024-12-18T22:43:53.591Z | Checking const_format v0.2.33 |
2320 | 2024-12-18T22:43:53.787Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2321 | 2024-12-18T22:43:53.880Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2322 | 2024-12-18T22:43:53.926Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2323 | 2024-12-18T22:43:54.218Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2324 | 2024-12-18T22:43:54.409Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2325 | 2024-12-18T22:43:54.488Z | Checking gethostname v0.5.0 |
2326 | 2024-12-18T22:43:54.537Z | Checking bcs v0.1.6 |
2327 | 2024-12-18T22:43:54.612Z | Compiling async-recursion v1.1.1 |
2328 | 2024-12-18T22:43:55.809Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2329 | 2024-12-18T22:43:56.057Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2330 | 2024-12-18T22:44:02.082Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2331 | 2024-12-18T22:44:05.465Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2332 | 2024-12-18T22:44:08.158Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2333 | 2024-12-18T22:44:09.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.30s |
2334 | 2024-12-18T22:44:09.614Z | |
2335 | 2024-12-18T22:44:09.614Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2336 | 2024-12-18T22:44:10.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2337 | 2024-12-18T22:44:10.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2338 | 2024-12-18T22:44:10.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2339 | 2024-12-18T22:44:10.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2340 | 2024-12-18T22:44:10.273Z | |
2341 | 2024-12-18T22:44:10.273Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2342 | 2024-12-18T22:44:10.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2343 | 2024-12-18T22:44:10.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2344 | 2024-12-18T22:44:10.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2345 | 2024-12-18T22:44:10.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2346 | 2024-12-18T22:44:10.912Z | |
2347 | 2024-12-18T22:44:10.912Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2348 | 2024-12-18T22:44:11.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2024-12-18T22:44:11.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2024-12-18T22:44:11.573Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2351 | 2024-12-18T22:44:12.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2352 | 2024-12-18T22:44:12.399Z | |
2353 | 2024-12-18T22:44:12.399Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2354 | 2024-12-18T22:44:12.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2355 | 2024-12-18T22:44:12.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2356 | 2024-12-18T22:44:13.064Z | Compiling cfg_aliases v0.1.1 |
2357 | 2024-12-18T22:44:13.066Z | Compiling vte_generate_state_changes v0.1.2 |
2358 | 2024-12-18T22:44:13.066Z | Checking fd-lock v4.0.2 |
2359 | 2024-12-18T22:44:13.181Z | Checking nibble_vec v0.1.0 |
2360 | 2024-12-18T22:44:13.184Z | Checking bytecount v0.6.8 |
2361 | 2024-12-18T22:44:13.185Z | Checking endian-type v0.1.2 |
2362 | 2024-12-18T22:44:13.190Z | Compiling tabled_derive v0.7.0 |
2363 | 2024-12-18T22:44:13.227Z | Compiling peg-macros v0.8.4 |
2364 | 2024-12-18T22:44:13.242Z | Compiling nix v0.28.0 |
2365 | 2024-12-18T22:44:13.313Z | Checking papergrid v0.11.0 |
2366 | 2024-12-18T22:44:13.356Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2367 | 2024-12-18T22:44:13.410Z | Checking radix_trie v0.2.1 |
2368 | 2024-12-18T22:44:13.728Z | Compiling sqlparser_derive v0.2.2 |
2369 | 2024-12-18T22:44:13.750Z | Checking vte v0.11.1 |
2370 | 2024-12-18T22:44:13.809Z | Checking unicode_categories v0.1.1 |
2371 | 2024-12-18T22:44:14.126Z | Checking home v0.5.9 |
2372 | 2024-12-18T22:44:14.284Z | Checking nu-ansi-term v0.50.1 |
2373 | 2024-12-18T22:44:14.493Z | Checking sqlformat v0.2.6 |
2374 | 2024-12-18T22:44:14.679Z | Checking display-error-chain v0.2.2 |
2375 | 2024-12-18T22:44:14.839Z | Checking sqlparser v0.45.0 |
2376 | 2024-12-18T22:44:15.160Z | Checking strip-ansi-escapes v0.2.0 |
2377 | 2024-12-18T22:44:15.317Z | Checking reedline v0.35.0 |
2378 | 2024-12-18T22:44:15.523Z | Checking tabled v0.15.0 |
2379 | 2024-12-18T22:44:16.122Z | Checking peg v0.8.4 |
2380 | 2024-12-18T22:44:16.414Z | Checking rustyline v14.0.0 |
2381 | 2024-12-18T22:44:25.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.12s |
2382 | 2024-12-18T22:44:25.710Z | |
2383 | 2024-12-18T22:44:25.710Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2384 | 2024-12-18T22:44:26.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2024-12-18T22:44:26.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2024-12-18T22:44:26.382Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2387 | 2024-12-18T22:44:31.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
2388 | 2024-12-18T22:44:31.669Z | |
2389 | 2024-12-18T22:44:31.669Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2390 | 2024-12-18T22:44:32.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-12-18T22:44:32.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-12-18T22:44:32.346Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2393 | 2024-12-18T22:44:36.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s |
2394 | 2024-12-18T22:44:36.393Z | |
2395 | 2024-12-18T22:44:36.393Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2396 | 2024-12-18T22:44:36.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-12-18T22:44:36.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-12-18T22:44:37.071Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2399 | 2024-12-18T22:44:41.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
2400 | 2024-12-18T22:44:42.103Z | |
2401 | 2024-12-18T22:44:42.103Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2402 | 2024-12-18T22:44:42.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-12-18T22:44:42.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-12-18T22:44:42.783Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2405 | 2024-12-18T22:44:47.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
2406 | 2024-12-18T22:44:47.836Z | |
2407 | 2024-12-18T22:44:47.836Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2408 | 2024-12-18T22:44:48.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-12-18T22:44:48.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-12-18T22:44:48.506Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2411 | 2024-12-18T22:44:52.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
2412 | 2024-12-18T22:44:52.760Z | |
2413 | 2024-12-18T22:44:52.760Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2414 | 2024-12-18T22:44:53.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-12-18T22:44:53.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-12-18T22:44:53.432Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2417 | 2024-12-18T22:44:57.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
2418 | 2024-12-18T22:44:57.727Z | |
2419 | 2024-12-18T22:44:57.727Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2420 | 2024-12-18T22:44:58.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-12-18T22:44:58.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-12-18T22:44:58.402Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2423 | 2024-12-18T22:45:03.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
2424 | 2024-12-18T22:45:03.651Z | |
2425 | 2024-12-18T22:45:03.651Z | info: running `cargo check --bins` on oximeter (46/173) |
2426 | 2024-12-18T22:45:04.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-12-18T22:45:04.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-12-18T22:45:04.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2429 | 2024-12-18T22:45:04.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2430 | 2024-12-18T22:45:04.322Z | |
2431 | 2024-12-18T22:45:04.322Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2432 | 2024-12-18T22:45:04.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-12-18T22:45:04.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-12-18T22:45:04.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2435 | 2024-12-18T22:45:04.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2436 | 2024-12-18T22:45:04.950Z | |
2437 | 2024-12-18T22:45:04.950Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2438 | 2024-12-18T22:45:05.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-12-18T22:45:05.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-12-18T22:45:05.595Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2441 | 2024-12-18T22:45:06.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
2442 | 2024-12-18T22:45:06.212Z | |
2443 | 2024-12-18T22:45:06.212Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2444 | 2024-12-18T22:45:06.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2024-12-18T22:45:06.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2024-12-18T22:45:06.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2447 | 2024-12-18T22:45:06.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2448 | 2024-12-18T22:45:06.847Z | |
2449 | 2024-12-18T22:45:06.847Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2450 | 2024-12-18T22:45:07.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-12-18T22:45:07.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-12-18T22:45:07.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2024-12-18T22:45:07.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2454 | 2024-12-18T22:45:07.505Z | |
2455 | 2024-12-18T22:45:07.505Z | info: running `cargo check --bins` on oxql-types (51/173) |
2456 | 2024-12-18T22:45:08.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-12-18T22:45:08.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-12-18T22:45:08.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2459 | 2024-12-18T22:45:08.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2460 | 2024-12-18T22:45:08.155Z | |
2461 | 2024-12-18T22:45:08.155Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2462 | 2024-12-18T22:45:08.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2024-12-18T22:45:08.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2024-12-18T22:45:08.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2465 | 2024-12-18T22:45:08.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2466 | 2024-12-18T22:45:08.817Z | |
2467 | 2024-12-18T22:45:08.817Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2468 | 2024-12-18T22:45:09.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2024-12-18T22:45:09.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2024-12-18T22:45:09.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2471 | 2024-12-18T22:45:09.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2472 | 2024-12-18T22:45:09.460Z | |
2473 | 2024-12-18T22:45:09.460Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2474 | 2024-12-18T22:45:10.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2024-12-18T22:45:10.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2024-12-18T22:45:10.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2024-12-18T22:45:10.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2478 | 2024-12-18T22:45:10.124Z | |
2479 | 2024-12-18T22:45:10.124Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2480 | 2024-12-18T22:45:10.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2024-12-18T22:45:10.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2024-12-18T22:45:10.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2483 | 2024-12-18T22:45:10.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2484 | 2024-12-18T22:45:10.772Z | |
2485 | 2024-12-18T22:45:10.772Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2486 | 2024-12-18T22:45:11.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2024-12-18T22:45:11.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2024-12-18T22:45:11.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2489 | 2024-12-18T22:45:11.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2490 | 2024-12-18T22:45:11.409Z | |
2491 | 2024-12-18T22:45:11.409Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2492 | 2024-12-18T22:45:11.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2024-12-18T22:45:11.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2024-12-18T22:45:11.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2495 | 2024-12-18T22:45:11.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2496 | 2024-12-18T22:45:12.050Z | |
2497 | 2024-12-18T22:45:12.050Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2498 | 2024-12-18T22:45:12.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2499 | 2024-12-18T22:45:12.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2500 | 2024-12-18T22:45:12.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2501 | 2024-12-18T22:45:12.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2502 | 2024-12-18T22:45:12.682Z | |
2503 | 2024-12-18T22:45:12.682Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2504 | 2024-12-18T22:45:13.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2505 | 2024-12-18T22:45:13.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2506 | 2024-12-18T22:45:13.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2507 | 2024-12-18T22:45:13.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2508 | 2024-12-18T22:45:13.349Z | |
2509 | 2024-12-18T22:45:13.349Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2510 | 2024-12-18T22:45:13.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2024-12-18T22:45:13.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2024-12-18T22:45:13.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2513 | 2024-12-18T22:45:13.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2514 | 2024-12-18T22:45:13.979Z | |
2515 | 2024-12-18T22:45:13.980Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2516 | 2024-12-18T22:45:14.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2024-12-18T22:45:14.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2024-12-18T22:45:14.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2519 | 2024-12-18T22:45:14.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2520 | 2024-12-18T22:45:14.608Z | |
2521 | 2024-12-18T22:45:14.608Z | info: running `cargo check --bins` on dpd-client (62/173) |
2522 | 2024-12-18T22:45:15.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2024-12-18T22:45:15.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2024-12-18T22:45:15.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2525 | 2024-12-18T22:45:15.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2526 | 2024-12-18T22:45:15.237Z | |
2527 | 2024-12-18T22:45:15.237Z | info: running `cargo check --bins` on gateway-client (63/173) |
2528 | 2024-12-18T22:45:15.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2024-12-18T22:45:15.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2024-12-18T22:45:15.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2531 | 2024-12-18T22:45:15.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2532 | 2024-12-18T22:45:15.865Z | |
2533 | 2024-12-18T22:45:15.865Z | info: running `cargo check --bins` on installinator-client (64/173) |
2534 | 2024-12-18T22:45:16.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2024-12-18T22:45:16.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2024-12-18T22:45:16.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2537 | 2024-12-18T22:45:16.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2538 | 2024-12-18T22:45:16.516Z | |
2539 | 2024-12-18T22:45:16.516Z | info: running `cargo check --bins` on installinator-common (65/173) |
2540 | 2024-12-18T22:45:17.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2024-12-18T22:45:17.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2024-12-18T22:45:17.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2543 | 2024-12-18T22:45:17.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2544 | 2024-12-18T22:45:17.176Z | |
2545 | 2024-12-18T22:45:17.176Z | info: running `cargo check --bins` on update-engine (66/173) |
2546 | 2024-12-18T22:45:17.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2024-12-18T22:45:17.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2024-12-18T22:45:17.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2549 | 2024-12-18T22:45:17.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2550 | 2024-12-18T22:45:17.808Z | |
2551 | 2024-12-18T22:45:17.808Z | info: running `cargo check --bins` on nexus-client (67/173) |
2552 | 2024-12-18T22:45:18.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2024-12-18T22:45:18.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2024-12-18T22:45:18.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2024-12-18T22:45:18.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2556 | 2024-12-18T22:45:18.465Z | |
2557 | 2024-12-18T22:45:18.465Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2558 | 2024-12-18T22:45:19.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2024-12-18T22:45:19.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2024-12-18T22:45:19.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2024-12-18T22:45:19.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2562 | 2024-12-18T22:45:19.113Z | |
2563 | 2024-12-18T22:45:19.113Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2564 | 2024-12-18T22:45:19.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2024-12-18T22:45:19.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2024-12-18T22:45:19.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2024-12-18T22:45:19.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2568 | 2024-12-18T22:45:19.741Z | |
2569 | 2024-12-18T22:45:19.741Z | info: running `cargo check --bins` on nexus-types (70/173) |
2570 | 2024-12-18T22:45:20.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2024-12-18T22:45:20.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2024-12-18T22:45:20.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2573 | 2024-12-18T22:45:20.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2574 | 2024-12-18T22:45:20.400Z | |
2575 | 2024-12-18T22:45:20.400Z | info: running `cargo check --bins` on oxide-client (71/173) |
2576 | 2024-12-18T22:45:20.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2024-12-18T22:45:20.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2024-12-18T22:45:20.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2579 | 2024-12-18T22:45:20.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2580 | 2024-12-18T22:45:21.013Z | |
2581 | 2024-12-18T22:45:21.013Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2582 | 2024-12-18T22:45:21.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2024-12-18T22:45:21.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2024-12-18T22:45:21.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2024-12-18T22:45:21.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2586 | 2024-12-18T22:45:21.640Z | |
2587 | 2024-12-18T22:45:21.640Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2588 | 2024-12-18T22:45:22.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2024-12-18T22:45:22.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2024-12-18T22:45:22.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2024-12-18T22:45:22.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2592 | 2024-12-18T22:45:22.255Z | |
2593 | 2024-12-18T22:45:22.255Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2594 | 2024-12-18T22:45:22.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2024-12-18T22:45:22.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2024-12-18T22:45:22.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2024-12-18T22:45:22.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2598 | 2024-12-18T22:45:22.902Z | |
2599 | 2024-12-18T22:45:22.903Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2600 | 2024-12-18T22:45:23.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2024-12-18T22:45:23.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2024-12-18T22:45:23.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2024-12-18T22:45:23.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2604 | 2024-12-18T22:45:23.574Z | |
2605 | 2024-12-18T22:45:23.574Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2606 | 2024-12-18T22:45:24.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2024-12-18T22:45:24.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2024-12-18T22:45:24.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2024-12-18T22:45:24.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2610 | 2024-12-18T22:45:24.236Z | |
2611 | 2024-12-18T22:45:24.236Z | info: running `cargo check --bins` on wicket-common (77/173) |
2612 | 2024-12-18T22:45:24.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2024-12-18T22:45:24.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2024-12-18T22:45:24.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2024-12-18T22:45:24.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2616 | 2024-12-18T22:45:24.888Z | |
2617 | 2024-12-18T22:45:24.888Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2618 | 2024-12-18T22:45:25.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2024-12-18T22:45:25.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2024-12-18T22:45:25.552Z | Checking csv-core v0.1.11 |
2621 | 2024-12-18T22:45:25.552Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2622 | 2024-12-18T22:45:25.555Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2623 | 2024-12-18T22:45:25.874Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2624 | 2024-12-18T22:45:25.888Z | Checking csv v1.3.0 |
2625 | 2024-12-18T22:45:26.454Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2626 | 2024-12-18T22:45:26.809Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2627 | 2024-12-18T22:45:28.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
2628 | 2024-12-18T22:45:28.263Z | |
2629 | 2024-12-18T22:45:28.263Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2630 | 2024-12-18T22:45:28.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2024-12-18T22:45:28.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2024-12-18T22:45:28.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2024-12-18T22:45:28.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2634 | 2024-12-18T22:45:28.897Z | |
2635 | 2024-12-18T22:45:28.897Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2636 | 2024-12-18T22:45:29.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2024-12-18T22:45:29.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2024-12-18T22:45:29.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2024-12-18T22:45:29.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2640 | 2024-12-18T22:45:29.539Z | |
2641 | 2024-12-18T22:45:29.539Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2642 | 2024-12-18T22:45:30.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2024-12-18T22:45:30.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2024-12-18T22:45:30.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2024-12-18T22:45:30.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2646 | 2024-12-18T22:45:30.280Z | |
2647 | 2024-12-18T22:45:30.280Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2648 | 2024-12-18T22:45:30.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2024-12-18T22:45:30.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2024-12-18T22:45:30.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2024-12-18T22:45:30.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2652 | 2024-12-18T22:45:31.009Z | |
2653 | 2024-12-18T22:45:31.009Z | info: running `cargo check --bins` on dns-server (83/173) |
2654 | 2024-12-18T22:45:31.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2024-12-18T22:45:31.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2024-12-18T22:45:31.657Z | Compiling parking_lot_core v0.8.6 |
2657 | 2024-12-18T22:45:31.657Z | Checking fxhash v0.2.1 |
2658 | 2024-12-18T22:45:31.660Z | Checking hickory-server v0.24.1 |
2659 | 2024-12-18T22:45:31.660Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2660 | 2024-12-18T22:45:31.660Z | Checking hickory-client v0.24.1 |
2661 | 2024-12-18T22:45:32.350Z | Checking parking_lot v0.11.2 |
2662 | 2024-12-18T22:45:32.477Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2663 | 2024-12-18T22:45:32.477Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2664 | 2024-12-18T22:45:32.595Z | Checking sled v0.34.7 |
2665 | 2024-12-18T22:45:34.413Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2666 | 2024-12-18T22:45:35.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
2667 | 2024-12-18T22:45:35.881Z | |
2668 | 2024-12-18T22:45:35.881Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2669 | 2024-12-18T22:45:36.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-12-18T22:45:36.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-12-18T22:45:36.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-12-18T22:45:36.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2673 | 2024-12-18T22:45:36.507Z | |
2674 | 2024-12-18T22:45:36.507Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2675 | 2024-12-18T22:45:37.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-12-18T22:45:37.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-12-18T22:45:37.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-12-18T22:45:37.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2679 | 2024-12-18T22:45:37.189Z | |
2680 | 2024-12-18T22:45:37.189Z | info: running `cargo check --bins` on gateway-types (86/173) |
2681 | 2024-12-18T22:45:37.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-12-18T22:45:37.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-12-18T22:45:37.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2024-12-18T22:45:37.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2685 | 2024-12-18T22:45:37.830Z | |
2686 | 2024-12-18T22:45:37.830Z | info: running `cargo check --bins` on ipcc (87/173) |
2687 | 2024-12-18T22:45:38.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-12-18T22:45:38.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-12-18T22:45:38.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2024-12-18T22:45:38.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2691 | 2024-12-18T22:45:38.466Z | |
2692 | 2024-12-18T22:45:38.466Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2693 | 2024-12-18T22:45:39.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2024-12-18T22:45:39.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2024-12-18T22:45:39.172Z | Compiling radium v0.7.0 |
2696 | 2024-12-18T22:45:39.172Z | Compiling semver v0.1.20 |
2697 | 2024-12-18T22:45:39.176Z | Compiling maybe-uninit v2.0.0 |
2698 | 2024-12-18T22:45:39.176Z | Checking tap v1.0.1 |
2699 | 2024-12-18T22:45:39.312Z | Checking password-hash v0.5.0 |
2700 | 2024-12-18T22:45:39.315Z | Checking blake2 v0.10.6 |
2701 | 2024-12-18T22:45:39.315Z | Compiling cancel-safe-futures v0.1.5 |
2702 | 2024-12-18T22:45:39.315Z | Checking funty v2.0.0 |
2703 | 2024-12-18T22:45:39.456Z | Checking wyz v0.5.1 |
2704 | 2024-12-18T22:45:39.691Z | Compiling rustc_version v0.1.7 |
2705 | 2024-12-18T22:45:39.760Z | Checking crc-catalog v2.4.0 |
2706 | 2024-12-18T22:45:39.778Z | Compiling owo-colors v4.1.0 |
2707 | 2024-12-18T22:45:39.825Z | Compiling packed_struct v0.10.1 |
2708 | 2024-12-18T22:45:39.860Z | Checking argon2 v0.5.3 |
2709 | 2024-12-18T22:45:39.893Z | Checking crc v3.2.1 |
2710 | 2024-12-18T22:45:40.002Z | Compiling packed_struct_codegen v0.10.1 |
2711 | 2024-12-18T22:45:40.093Z | Checking half v2.4.1 |
2712 | 2024-12-18T22:45:40.183Z | Compiling indexmap v1.9.3 |
2713 | 2024-12-18T22:45:40.200Z | Compiling newtype_derive v0.1.6 |
2714 | 2024-12-18T22:45:40.242Z | Checking bitvec v1.0.1 |
2715 | 2024-12-18T22:45:40.291Z | Checking ciborium-io v0.2.2 |
2716 | 2024-12-18T22:45:40.332Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2717 | 2024-12-18T22:45:40.414Z | Checking nodrop v0.1.14 |
2718 | 2024-12-18T22:45:40.527Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2719 | 2024-12-18T22:45:40.544Z | Checking array-init v0.0.4 |
2720 | 2024-12-18T22:45:40.577Z | Checking ciborium-ll v0.2.2 |
2721 | 2024-12-18T22:45:40.629Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2722 | 2024-12-18T22:45:40.828Z | Checking smallvec v0.6.14 |
2723 | 2024-12-18T22:45:40.881Z | Checking libsw v3.3.1 |
2724 | 2024-12-18T22:45:41.092Z | Compiling memoffset v0.9.1 |
2725 | 2024-12-18T22:45:41.160Z | Checking hashbrown v0.12.3 |
2726 | 2024-12-18T22:45:41.246Z | Checking linear-map v1.2.0 |
2727 | 2024-12-18T22:45:41.359Z | Checking bitfield v0.14.0 |
2728 | 2024-12-18T22:45:41.397Z | Checking indent_write v2.2.0 |
2729 | 2024-12-18T22:45:41.554Z | Checking termcolor v1.4.1 |
2730 | 2024-12-18T22:45:41.593Z | Checking swrite v0.1.0 |
2731 | 2024-12-18T22:45:41.613Z | Checking ron v0.8.1 |
2732 | 2024-12-18T22:45:41.628Z | Checking serde-hex v0.1.0 |
2733 | 2024-12-18T22:45:41.868Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2734 | 2024-12-18T22:45:42.009Z | Checking env_logger v0.10.2 |
2735 | 2024-12-18T22:45:42.377Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2736 | 2024-12-18T22:45:42.412Z | Checking ciborium v0.2.2 |
2737 | 2024-12-18T22:45:42.890Z | Checking steno v0.4.1 |
2738 | 2024-12-18T22:45:42.925Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2739 | 2024-12-18T22:45:43.191Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2740 | 2024-12-18T22:45:43.400Z | Checking hashbrown v0.13.2 |
2741 | 2024-12-18T22:45:43.588Z | Checking humantime v2.1.0 |
2742 | 2024-12-18T22:45:43.901Z | Checking crc-any v2.5.0 |
2743 | 2024-12-18T22:45:44.284Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2744 | 2024-12-18T22:45:44.493Z | Checking object v0.30.4 |
2745 | 2024-12-18T22:45:44.638Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2746 | 2024-12-18T22:45:44.848Z | Checking path-slash v0.1.5 |
2747 | 2024-12-18T22:45:45.039Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2748 | 2024-12-18T22:45:45.057Z | Checking nix v0.27.1 |
2749 | 2024-12-18T22:45:45.080Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2750 | 2024-12-18T22:45:45.281Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2751 | 2024-12-18T22:45:45.484Z | Checking tungstenite v0.23.0 |
2752 | 2024-12-18T22:45:45.556Z | Checking kstat-rs v0.2.4 |
2753 | 2024-12-18T22:45:45.634Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2754 | 2024-12-18T22:45:45.800Z | Checking signal-hook-tokio v0.3.1 |
2755 | 2024-12-18T22:45:45.905Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2756 | 2024-12-18T22:45:46.315Z | Checking tokio-tungstenite v0.23.1 |
2757 | 2024-12-18T22:45:46.557Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2758 | 2024-12-18T22:45:47.510Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2759 | 2024-12-18T22:45:48.062Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2760 | 2024-12-18T22:45:53.717Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2761 | 2024-12-18T22:45:55.033Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2762 | 2024-12-18T22:45:58.594Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2763 | 2024-12-18T22:46:04.401Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2764 | 2024-12-18T22:46:05.112Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2765 | 2024-12-18T22:46:07.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.52s |
2766 | 2024-12-18T22:46:08.185Z | |
2767 | 2024-12-18T22:46:08.185Z | info: running `cargo check --bins` on gateway-api (89/173) |
2768 | 2024-12-18T22:46:08.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-12-18T22:46:08.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-12-18T22:46:08.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2024-12-18T22:46:08.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2772 | 2024-12-18T22:46:08.820Z | |
2773 | 2024-12-18T22:46:08.821Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2774 | 2024-12-18T22:46:09.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-12-18T22:46:09.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-12-18T22:46:09.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2024-12-18T22:46:09.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2778 | 2024-12-18T22:46:09.440Z | |
2779 | 2024-12-18T22:46:09.440Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2780 | 2024-12-18T22:46:10.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-12-18T22:46:10.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-12-18T22:46:10.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2024-12-18T22:46:10.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2784 | 2024-12-18T22:46:10.092Z | |
2785 | 2024-12-18T22:46:10.092Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2786 | 2024-12-18T22:46:10.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-12-18T22:46:10.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-12-18T22:46:10.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2024-12-18T22:46:10.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2790 | 2024-12-18T22:46:10.734Z | |
2791 | 2024-12-18T22:46:10.734Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2792 | 2024-12-18T22:46:11.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-12-18T22:46:11.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-12-18T22:46:11.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-12-18T22:46:11.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2796 | 2024-12-18T22:46:11.362Z | |
2797 | 2024-12-18T22:46:11.362Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2798 | 2024-12-18T22:46:11.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-12-18T22:46:11.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-12-18T22:46:11.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-12-18T22:46:11.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2802 | 2024-12-18T22:46:11.999Z | |
2803 | 2024-12-18T22:46:11.999Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2804 | 2024-12-18T22:46:12.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-12-18T22:46:12.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-12-18T22:46:12.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-12-18T22:46:12.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2808 | 2024-12-18T22:46:12.633Z | |
2809 | 2024-12-18T22:46:12.633Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2810 | 2024-12-18T22:46:13.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-12-18T22:46:13.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-12-18T22:46:13.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-12-18T22:46:13.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2814 | 2024-12-18T22:46:13.276Z | |
2815 | 2024-12-18T22:46:13.276Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2816 | 2024-12-18T22:46:13.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-12-18T22:46:13.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-12-18T22:46:13.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2024-12-18T22:46:13.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2820 | 2024-12-18T22:46:13.942Z | |
2821 | 2024-12-18T22:46:13.942Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2822 | 2024-12-18T22:46:14.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-12-18T22:46:14.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-12-18T22:46:14.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2024-12-18T22:46:14.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2826 | 2024-12-18T22:46:14.581Z | |
2827 | 2024-12-18T22:46:14.581Z | info: running `cargo check --bins` on sp-sim (99/173) |
2828 | 2024-12-18T22:46:15.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2024-12-18T22:46:15.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2024-12-18T22:46:15.232Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2831 | 2024-12-18T22:46:17.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
2832 | 2024-12-18T22:46:17.317Z | |
2833 | 2024-12-18T22:46:17.317Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2834 | 2024-12-18T22:46:17.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-12-18T22:46:17.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-12-18T22:46:17.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2024-12-18T22:46:17.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2838 | 2024-12-18T22:46:18.006Z | |
2839 | 2024-12-18T22:46:18.006Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2840 | 2024-12-18T22:46:18.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-12-18T22:46:18.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-12-18T22:46:18.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2024-12-18T22:46:18.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2844 | 2024-12-18T22:46:18.693Z | |
2845 | 2024-12-18T22:46:18.693Z | info: running `cargo check --bins` on db-macros (102/173) |
2846 | 2024-12-18T22:46:19.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-12-18T22:46:19.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-12-18T22:46:19.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2024-12-18T22:46:19.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2850 | 2024-12-18T22:46:19.322Z | |
2851 | 2024-12-18T22:46:19.322Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2852 | 2024-12-18T22:46:19.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-12-18T22:46:19.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-12-18T22:46:19.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2855 | 2024-12-18T22:46:19.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2856 | 2024-12-18T22:46:19.959Z | |
2857 | 2024-12-18T22:46:19.959Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2858 | 2024-12-18T22:46:20.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-12-18T22:46:20.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-12-18T22:46:20.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2861 | 2024-12-18T22:46:20.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2862 | 2024-12-18T22:46:20.627Z | |
2863 | 2024-12-18T22:46:20.627Z | info: running `cargo check --bins` on authz-macros (105/173) |
2864 | 2024-12-18T22:46:21.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-12-18T22:46:21.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-12-18T22:46:21.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2867 | 2024-12-18T22:46:21.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2868 | 2024-12-18T22:46:21.244Z | |
2869 | 2024-12-18T22:46:21.244Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2870 | 2024-12-18T22:46:21.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-12-18T22:46:21.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-12-18T22:46:21.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2873 | 2024-12-18T22:46:21.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2874 | 2024-12-18T22:46:21.912Z | |
2875 | 2024-12-18T22:46:21.912Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2876 | 2024-12-18T22:46:22.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-12-18T22:46:22.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-12-18T22:46:22.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2024-12-18T22:46:22.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2880 | 2024-12-18T22:46:22.581Z | |
2881 | 2024-12-18T22:46:22.581Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2882 | 2024-12-18T22:46:23.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-12-18T22:46:23.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-12-18T22:46:23.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-12-18T22:46:23.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2886 | 2024-12-18T22:46:23.217Z | |
2887 | 2024-12-18T22:46:23.217Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2888 | 2024-12-18T22:46:23.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-12-18T22:46:23.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-12-18T22:46:23.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-12-18T22:46:23.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2892 | 2024-12-18T22:46:23.884Z | |
2893 | 2024-12-18T22:46:23.884Z | info: running `cargo check --bins` on typed-rng (110/173) |
2894 | 2024-12-18T22:46:24.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-12-18T22:46:24.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-12-18T22:46:24.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2897 | 2024-12-18T22:46:24.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2898 | 2024-12-18T22:46:24.504Z | |
2899 | 2024-12-18T22:46:24.504Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2900 | 2024-12-18T22:46:25.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2901 | 2024-12-18T22:46:25.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2902 | 2024-12-18T22:46:25.263Z | Checking keccak v0.1.5 |
2903 | 2024-12-18T22:46:25.373Z | Checking secrecy v0.8.0 |
2904 | 2024-12-18T22:46:25.375Z | Compiling unicase v2.7.0 |
2905 | 2024-12-18T22:46:25.375Z | Compiling same-file v1.0.6 |
2906 | 2024-12-18T22:46:25.385Z | Compiling tempfile v3.13.0 |
2907 | 2024-12-18T22:46:25.423Z | Compiling thiserror-impl-no-std v2.0.2 |
2908 | 2024-12-18T22:46:25.429Z | Checking universal-hash v0.5.1 |
2909 | 2024-12-18T22:46:25.429Z | Compiling blake3 v1.5.4 |
2910 | 2024-12-18T22:46:25.566Z | Compiling walkdir v2.5.0 |
2911 | 2024-12-18T22:46:25.645Z | Checking sha3 v0.10.8 |
2912 | 2024-12-18T22:46:25.647Z | Compiling ring v0.16.20 |
2913 | 2024-12-18T22:46:25.675Z | Checking opaque-debug v0.3.1 |
2914 | 2024-12-18T22:46:25.806Z | Checking poly1305 v0.8.0 |
2915 | 2024-12-18T22:46:25.829Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2916 | 2024-12-18T22:46:26.063Z | Checking chacha20 v0.9.1 |
2917 | 2024-12-18T22:46:26.123Z | Checking aead v0.5.2 |
2918 | 2024-12-18T22:46:26.259Z | Compiling memmap2 v0.9.5 |
2919 | 2024-12-18T22:46:26.299Z | Compiling salty v0.3.0 |
2920 | 2024-12-18T22:46:26.337Z | Compiling arrayref v0.3.9 |
2921 | 2024-12-18T22:46:26.355Z | Compiling arrayvec v0.7.6 |
2922 | 2024-12-18T22:46:26.410Z | Compiling constant_time_eq v0.3.1 |
2923 | 2024-12-18T22:46:26.447Z | Compiling libefi-sys v0.1.0 |
2924 | 2024-12-18T22:46:26.593Z | Compiling spin v0.5.2 |
2925 | 2024-12-18T22:46:26.695Z | Checking chacha20poly1305 v0.10.1 |
2926 | 2024-12-18T22:46:26.793Z | Compiling toolchain_find v0.4.0 |
2927 | 2024-12-18T22:46:26.825Z | Compiling camino-tempfile v1.1.1 |
2928 | 2024-12-18T22:46:26.841Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2929 | 2024-12-18T22:46:26.862Z | Compiling bitfield-struct v0.6.2 |
2930 | 2024-12-18T22:46:27.191Z | Compiling topological-sort v0.2.2 |
2931 | 2024-12-18T22:46:27.275Z | Compiling mime_guess v2.0.5 |
2932 | 2024-12-18T22:46:27.352Z | Compiling rustfmt-wrapper v0.2.1 |
2933 | 2024-12-18T22:46:27.825Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2934 | 2024-12-18T22:46:27.926Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2935 | 2024-12-18T22:46:27.964Z | Checking primeorder v0.13.6 |
2936 | 2024-12-18T22:46:28.021Z | Checking env_filter v0.1.2 |
2937 | 2024-12-18T22:46:28.218Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2938 | 2024-12-18T22:46:28.256Z | Checking env_logger v0.11.5 |
2939 | 2024-12-18T22:46:28.352Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2940 | 2024-12-18T22:46:28.426Z | Checking p384 v0.13.0 |
2941 | 2024-12-18T22:46:28.567Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2942 | 2024-12-18T22:46:28.585Z | Checking thiserror-no-std v2.0.2 |
2943 | 2024-12-18T22:46:28.588Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2944 | 2024-12-18T22:46:28.703Z | Checking vsss-rs v3.3.4 |
2945 | 2024-12-18T22:46:28.841Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2946 | 2024-12-18T22:46:28.871Z | Compiling zip v2.1.3 |
2947 | 2024-12-18T22:46:28.915Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2948 | 2024-12-18T22:46:29.207Z | Checking http-range v0.1.5 |
2949 | 2024-12-18T22:46:29.240Z | Checking simd-adler32 v0.3.7 |
2950 | 2024-12-18T22:46:29.275Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2951 | 2024-12-18T22:46:29.400Z | Checking lockfree-object-pool v0.1.6 |
2952 | 2024-12-18T22:46:29.431Z | Checking bumpalo v3.16.0 |
2953 | 2024-12-18T22:46:29.555Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2954 | 2024-12-18T22:46:29.597Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2955 | 2024-12-18T22:46:29.666Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2956 | 2024-12-18T22:46:29.774Z | Checking zopfli v0.8.1 |
2957 | 2024-12-18T22:46:29.854Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2958 | 2024-12-18T22:46:30.300Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2959 | 2024-12-18T22:46:30.346Z | Checking nanorand v0.7.0 |
2960 | 2024-12-18T22:46:30.393Z | Checking atty v0.2.14 |
2961 | 2024-12-18T22:46:30.468Z | Checking glob v0.3.1 |
2962 | 2024-12-18T22:46:30.531Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2963 | 2024-12-18T22:46:30.708Z | Checking flume v0.11.1 |
2964 | 2024-12-18T22:46:31.103Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2965 | 2024-12-18T22:46:31.229Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2966 | 2024-12-18T22:46:31.486Z | Compiling omicron-zone-package v0.11.1 |
2967 | 2024-12-18T22:46:31.922Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2968 | 2024-12-18T22:46:32.304Z | Checking hyper-staticfile v0.10.1 |
2969 | 2024-12-18T22:46:32.846Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2970 | 2024-12-18T22:46:33.028Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2971 | 2024-12-18T22:46:33.158Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2972 | 2024-12-18T22:46:33.250Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2973 | 2024-12-18T22:46:33.359Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2974 | 2024-12-18T22:46:33.874Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2975 | 2024-12-18T22:46:34.365Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2976 | 2024-12-18T22:46:34.703Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2977 | 2024-12-18T22:46:35.853Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2978 | 2024-12-18T22:46:37.588Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2979 | 2024-12-18T22:46:37.591Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2980 | 2024-12-18T22:46:48.044Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2981 | 2024-12-18T22:47:02.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.50s |
2982 | 2024-12-18T22:47:02.212Z | |
2983 | 2024-12-18T22:47:02.212Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2984 | 2024-12-18T22:47:02.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2024-12-18T22:47:02.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2024-12-18T22:47:02.962Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2987 | 2024-12-18T22:47:16.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s |
2988 | 2024-12-18T22:47:17.041Z | |
2989 | 2024-12-18T22:47:17.041Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2990 | 2024-12-18T22:47:17.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2991 | 2024-12-18T22:47:17.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2992 | 2024-12-18T22:47:17.793Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2993 | 2024-12-18T22:47:31.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.81s |
2994 | 2024-12-18T22:47:32.032Z | |
2995 | 2024-12-18T22:47:32.032Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2996 | 2024-12-18T22:47:32.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2997 | 2024-12-18T22:47:32.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2998 | 2024-12-18T22:47:32.794Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2999 | 2024-12-18T22:47:46.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.71s |
3000 | 2024-12-18T22:47:46.951Z | |
3001 | 2024-12-18T22:47:46.951Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
3002 | 2024-12-18T22:47:47.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2024-12-18T22:47:47.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2024-12-18T22:47:47.714Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3005 | 2024-12-18T22:48:01.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.84s |
3006 | 2024-12-18T22:48:01.990Z | |
3007 | 2024-12-18T22:48:01.990Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
3008 | 2024-12-18T22:48:02.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3009 | 2024-12-18T22:48:02.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3010 | 2024-12-18T22:48:02.739Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3011 | 2024-12-18T22:48:16.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.81s |
3012 | 2024-12-18T22:48:17.002Z | |
3013 | 2024-12-18T22:48:17.003Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3014 | 2024-12-18T22:48:17.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2024-12-18T22:48:17.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2024-12-18T22:48:17.766Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3017 | 2024-12-18T22:48:31.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.77s |
3018 | 2024-12-18T22:48:31.975Z | |
3019 | 2024-12-18T22:48:31.975Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3020 | 2024-12-18T22:48:32.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2024-12-18T22:48:32.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2024-12-18T22:48:32.725Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3023 | 2024-12-18T22:48:46.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.98s |
3024 | 2024-12-18T22:48:47.153Z | |
3025 | 2024-12-18T22:48:47.153Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3026 | 2024-12-18T22:48:47.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2024-12-18T22:48:47.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2024-12-18T22:48:47.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3029 | 2024-12-18T22:48:47.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3030 | 2024-12-18T22:48:47.825Z | |
3031 | 2024-12-18T22:48:47.825Z | info: running `cargo check --bins` on key-manager (120/173) |
3032 | 2024-12-18T22:48:48.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2024-12-18T22:48:48.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2024-12-18T22:48:48.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3035 | 2024-12-18T22:48:48.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3036 | 2024-12-18T22:48:48.458Z | |
3037 | 2024-12-18T22:48:48.458Z | info: running `cargo check --bins` on range-requests (121/173) |
3038 | 2024-12-18T22:48:49.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2024-12-18T22:48:49.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2024-12-18T22:48:49.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3041 | 2024-12-18T22:48:49.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3042 | 2024-12-18T22:48:49.091Z | |
3043 | 2024-12-18T22:48:49.091Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3044 | 2024-12-18T22:48:49.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3045 | 2024-12-18T22:48:49.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3046 | 2024-12-18T22:48:49.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3047 | 2024-12-18T22:48:49.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3048 | 2024-12-18T22:48:49.729Z | |
3049 | 2024-12-18T22:48:49.729Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3050 | 2024-12-18T22:48:50.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3051 | 2024-12-18T22:48:50.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3052 | 2024-12-18T22:48:50.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3053 | 2024-12-18T22:48:50.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3054 | 2024-12-18T22:48:50.402Z | |
3055 | 2024-12-18T22:48:50.402Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3056 | 2024-12-18T22:48:50.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3057 | 2024-12-18T22:48:50.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3058 | 2024-12-18T22:48:50.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3059 | 2024-12-18T22:48:50.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3060 | 2024-12-18T22:48:51.053Z | |
3061 | 2024-12-18T22:48:51.053Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3062 | 2024-12-18T22:48:51.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2024-12-18T22:48:51.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2024-12-18T22:48:51.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3065 | 2024-12-18T22:48:51.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3066 | 2024-12-18T22:48:51.713Z | |
3067 | 2024-12-18T22:48:51.713Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3068 | 2024-12-18T22:48:52.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3069 | 2024-12-18T22:48:52.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3070 | 2024-12-18T22:48:52.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3071 | 2024-12-18T22:48:52.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3072 | 2024-12-18T22:48:52.377Z | |
3073 | 2024-12-18T22:48:52.377Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3074 | 2024-12-18T22:48:52.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3075 | 2024-12-18T22:48:52.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3076 | 2024-12-18T22:48:52.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3077 | 2024-12-18T22:48:52.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3078 | 2024-12-18T22:48:53.053Z | |
3079 | 2024-12-18T22:48:53.053Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3080 | 2024-12-18T22:48:53.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3081 | 2024-12-18T22:48:53.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3082 | 2024-12-18T22:48:53.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3083 | 2024-12-18T22:48:53.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3084 | 2024-12-18T22:48:53.730Z | |
3085 | 2024-12-18T22:48:53.732Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3086 | 2024-12-18T22:48:54.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3087 | 2024-12-18T22:48:54.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3088 | 2024-12-18T22:48:55.434Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3089 | 2024-12-18T22:48:55.435Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3090 | 2024-12-18T22:48:55.438Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3091 | 2024-12-18T22:48:57.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
3092 | 2024-12-18T22:48:57.574Z | |
3093 | 2024-12-18T22:48:57.574Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3094 | 2024-12-18T22:48:58.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-12-18T22:48:58.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-12-18T22:48:58.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3097 | 2024-12-18T22:48:58.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3098 | 2024-12-18T22:48:58.213Z | |
3099 | 2024-12-18T22:48:58.213Z | info: running `cargo check --bins` on cert-dev (131/173) |
3100 | 2024-12-18T22:48:58.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-12-18T22:48:58.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-12-18T22:48:58.843Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3103 | 2024-12-18T22:48:59.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3104 | 2024-12-18T22:48:59.289Z | |
3105 | 2024-12-18T22:48:59.289Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3106 | 2024-12-18T22:48:59.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2024-12-18T22:48:59.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2024-12-18T22:48:59.990Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3109 | 2024-12-18T22:48:59.990Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3110 | 2024-12-18T22:49:00.587Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3111 | 2024-12-18T22:49:00.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3112 | 2024-12-18T22:49:01.147Z | |
3113 | 2024-12-18T22:49:01.147Z | info: running `cargo check --bins` on ch-dev (133/173) |
3114 | 2024-12-18T22:49:01.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2024-12-18T22:49:01.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2024-12-18T22:49:01.819Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3117 | 2024-12-18T22:49:02.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3118 | 2024-12-18T22:49:02.726Z | |
3119 | 2024-12-18T22:49:02.726Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3120 | 2024-12-18T22:49:03.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3121 | 2024-12-18T22:49:03.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3122 | 2024-12-18T22:49:03.406Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3123 | 2024-12-18T22:49:03.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
3124 | 2024-12-18T22:49:03.968Z | |
3125 | 2024-12-18T22:49:03.968Z | info: running `cargo check --bins` on db-dev (135/173) |
3126 | 2024-12-18T22:49:04.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3127 | 2024-12-18T22:49:04.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3128 | 2024-12-18T22:49:04.642Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3129 | 2024-12-18T22:49:05.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
3130 | 2024-12-18T22:49:05.583Z | |
3131 | 2024-12-18T22:49:05.583Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3132 | 2024-12-18T22:49:06.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3133 | 2024-12-18T22:49:06.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3134 | 2024-12-18T22:49:06.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3135 | 2024-12-18T22:49:06.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3136 | 2024-12-18T22:49:06.240Z | |
3137 | 2024-12-18T22:49:06.240Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3138 | 2024-12-18T22:49:06.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2024-12-18T22:49:06.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2024-12-18T22:49:06.871Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3141 | 2024-12-18T22:49:07.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
3142 | 2024-12-18T22:49:07.943Z | |
3143 | 2024-12-18T22:49:07.943Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3144 | 2024-12-18T22:49:08.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3145 | 2024-12-18T22:49:08.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3146 | 2024-12-18T22:49:08.582Z | Checking cargo-platform v0.1.8 |
3147 | 2024-12-18T22:49:08.856Z | Checking cargo_metadata v0.18.1 |
3148 | 2024-12-18T22:49:09.887Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3149 | 2024-12-18T22:49:10.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.71s |
3150 | 2024-12-18T22:49:10.824Z | |
3151 | 2024-12-18T22:49:10.824Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3152 | 2024-12-18T22:49:11.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2024-12-18T22:49:11.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2024-12-18T22:49:11.560Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3155 | 2024-12-18T22:49:12.299Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3156 | 2024-12-18T22:49:12.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
3157 | 2024-12-18T22:49:13.076Z | |
3158 | 2024-12-18T22:49:13.076Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3159 | 2024-12-18T22:49:13.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3160 | 2024-12-18T22:49:13.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3161 | 2024-12-18T22:49:13.889Z | Compiling crunchy v0.2.2 |
3162 | 2024-12-18T22:49:13.890Z | Compiling tiny-keccak v2.0.2 |
3163 | 2024-12-18T22:49:13.892Z | Compiling dsl_auto_type v0.1.2 |
3164 | 2024-12-18T22:49:13.892Z | Checking scheduled-thread-pool v0.2.7 |
3165 | 2024-12-18T22:49:13.892Z | Compiling diesel_table_macro_syntax v0.2.0 |
3166 | 2024-12-18T22:49:13.892Z | Compiling ascii-canvas v3.0.0 |
3167 | 2024-12-18T22:49:13.892Z | Compiling ena v0.14.3 |
3168 | 2024-12-18T22:49:13.892Z | Compiling diff v0.1.13 |
3169 | 2024-12-18T22:49:14.334Z | Compiling regex-syntax v0.6.29 |
3170 | 2024-12-18T22:49:14.396Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3171 | 2024-12-18T22:49:14.475Z | Compiling ref-cast v1.0.23 |
3172 | 2024-12-18T22:49:14.593Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3173 | 2024-12-18T22:49:14.611Z | Compiling derive_builder_core v0.20.2 |
3174 | 2024-12-18T22:49:14.703Z | Compiling libxml v0.3.3 |
3175 | 2024-12-18T22:49:14.863Z | Compiling ref-cast-impl v1.0.23 |
3176 | 2024-12-18T22:49:15.026Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3177 | 2024-12-18T22:49:15.116Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3178 | 2024-12-18T22:49:15.303Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3179 | 2024-12-18T22:49:15.498Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3180 | 2024-12-18T22:49:15.545Z | Checking r2d2 v0.8.10 |
3181 | 2024-12-18T22:49:15.576Z | Compiling diesel_derives v2.2.3 |
3182 | 2024-12-18T22:49:15.578Z | Compiling strum_macros v0.24.3 |
3183 | 2024-12-18T22:49:15.846Z | Compiling samael v0.0.17 |
3184 | 2024-12-18T22:49:15.882Z | Compiling indoc v1.0.9 |
3185 | 2024-12-18T22:49:16.824Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3186 | 2024-12-18T22:49:17.064Z | Compiling derive_builder_macro v0.20.2 |
3187 | 2024-12-18T22:49:17.104Z | Compiling oso-derive v0.27.3 |
3188 | 2024-12-18T22:49:17.682Z | Compiling lalrpop v0.19.12 |
3189 | 2024-12-18T22:49:17.965Z | Checking derive_builder v0.20.2 |
3190 | 2024-12-18T22:49:18.121Z | Compiling impl-trait-for-tuples v0.2.2 |
3191 | 2024-12-18T22:49:18.165Z | Checking quick-xml v0.33.0 |
3192 | 2024-12-18T22:49:18.621Z | Compiling diesel-dtrace v0.4.0 |
3193 | 2024-12-18T22:49:18.910Z | Checking maplit v1.0.2 |
3194 | 2024-12-18T22:49:19.214Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3195 | 2024-12-18T22:49:19.377Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3196 | 2024-12-18T22:49:19.676Z | Checking bb8 v0.8.5 |
3197 | 2024-12-18T22:49:20.246Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3198 | 2024-12-18T22:49:20.273Z | Checking castaway v0.2.3 |
3199 | 2024-12-18T22:49:20.396Z | Checking rand_seeder v0.3.0 |
3200 | 2024-12-18T22:49:20.443Z | Checking compact_str v0.8.0 |
3201 | 2024-12-18T22:49:20.568Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3202 | 2024-12-18T22:49:20.631Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3203 | 2024-12-18T22:49:20.831Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3204 | 2024-12-18T22:49:20.976Z | Checking unicode-truncate v1.1.0 |
3205 | 2024-12-18T22:49:21.220Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3206 | 2024-12-18T22:49:21.378Z | Checking lru v0.12.5 |
3207 | 2024-12-18T22:49:21.507Z | Compiling instability v0.3.2 |
3208 | 2024-12-18T22:49:21.694Z | Checking unicode-linebreak v0.1.5 |
3209 | 2024-12-18T22:49:22.131Z | Checking cassowary v0.3.0 |
3210 | 2024-12-18T22:49:22.319Z | Checking smawk v0.3.2 |
3211 | 2024-12-18T22:49:22.521Z | Checking is_ci v1.2.0 |
3212 | 2024-12-18T22:49:22.538Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3213 | 2024-12-18T22:49:22.542Z | Checking textwrap v0.16.1 |
3214 | 2024-12-18T22:49:22.623Z | Checking ratatui v0.28.1 |
3215 | 2024-12-18T22:49:22.657Z | Checking supports-color v3.0.1 |
3216 | 2024-12-18T22:49:22.874Z | Checking multimap v0.10.0 |
3217 | 2024-12-18T22:49:25.833Z | Checking diesel v2.2.6 |
3218 | 2024-12-18T22:49:51.971Z | Compiling polar-core v0.27.3 |
3219 | 2024-12-18T22:49:55.850Z | Checking async-bb8-diesel v0.2.1 |
3220 | 2024-12-18T22:49:59.549Z | Checking oso v0.27.3 |
3221 | 2024-12-18T22:51:09.952Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3222 | 2024-12-18T22:51:16.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
3223 | 2024-12-18T22:51:16.449Z | |
3224 | 2024-12-18T22:51:16.449Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3225 | 2024-12-18T22:51:17.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3226 | 2024-12-18T22:51:17.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3227 | 2024-12-18T22:51:17.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3228 | 2024-12-18T22:51:17.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3229 | 2024-12-18T22:51:17.149Z | |
3230 | 2024-12-18T22:51:17.149Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3231 | 2024-12-18T22:51:17.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2024-12-18T22:51:17.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2024-12-18T22:51:17.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3234 | 2024-12-18T22:51:17.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3235 | 2024-12-18T22:51:17.840Z | |
3236 | 2024-12-18T22:51:17.841Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3237 | 2024-12-18T22:51:18.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2024-12-18T22:51:18.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2024-12-18T22:51:18.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3240 | 2024-12-18T22:51:18.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3241 | 2024-12-18T22:51:18.463Z | |
3242 | 2024-12-18T22:51:18.463Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3243 | 2024-12-18T22:51:19.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3244 | 2024-12-18T22:51:19.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3245 | 2024-12-18T22:51:19.271Z | Compiling libz-sys v1.1.20 |
3246 | 2024-12-18T22:51:19.385Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3247 | 2024-12-18T22:51:19.398Z | Compiling vergen v8.3.2 |
3248 | 2024-12-18T22:51:19.401Z | Compiling cargo-platform v0.1.8 |
3249 | 2024-12-18T22:51:19.401Z | Compiling pin-project-internal v1.1.6 |
3250 | 2024-12-18T22:51:19.435Z | Compiling libsqlite3-sys v0.30.1 |
3251 | 2024-12-18T22:51:19.438Z | Compiling snafu-derive v0.8.5 |
3252 | 2024-12-18T22:51:19.438Z | Compiling buf-list v1.0.3 |
3253 | 2024-12-18T22:51:19.730Z | Compiling rustls v0.21.12 |
3254 | 2024-12-18T22:51:19.944Z | Compiling cargo_metadata v0.18.1 |
3255 | 2024-12-18T22:51:19.966Z | Compiling cfg_aliases v0.2.1 |
3256 | 2024-12-18T22:51:20.092Z | Compiling nix v0.29.0 |
3257 | 2024-12-18T22:51:20.136Z | Checking globset v0.4.15 |
3258 | 2024-12-18T22:51:20.191Z | Checking olpc-cjson v0.1.4 |
3259 | 2024-12-18T22:51:20.339Z | Checking rustls-webpki v0.101.7 |
3260 | 2024-12-18T22:51:20.416Z | Checking sct v0.7.1 |
3261 | 2024-12-18T22:51:20.620Z | Checking serde_plain v1.0.2 |
3262 | 2024-12-18T22:51:20.639Z | Checking typed-path v0.9.3 |
3263 | 2024-12-18T22:51:21.175Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3264 | 2024-12-18T22:51:21.680Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3265 | 2024-12-18T22:51:21.686Z | Checking hashlink v0.9.1 |
3266 | 2024-12-18T22:51:21.715Z | Checking fallible-iterator v0.3.0 |
3267 | 2024-12-18T22:51:22.060Z | Checking parse-size v1.1.0 |
3268 | 2024-12-18T22:51:22.247Z | Checking fallible-streaming-iterator v0.1.9 |
3269 | 2024-12-18T22:51:22.420Z | Checking pin-project v1.1.6 |
3270 | 2024-12-18T22:51:22.496Z | Checking rusqlite v0.32.1 |
3271 | 2024-12-18T22:51:22.546Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3272 | 2024-12-18T22:51:22.689Z | Checking rustls-pemfile v1.0.4 |
3273 | 2024-12-18T22:51:22.846Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3274 | 2024-12-18T22:51:22.871Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3275 | 2024-12-18T22:51:23.152Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3276 | 2024-12-18T22:51:23.513Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3277 | 2024-12-18T22:51:23.579Z | Checking twox-hash v1.6.3 |
3278 | 2024-12-18T22:51:23.642Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3279 | 2024-12-18T22:51:24.126Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3280 | 2024-12-18T22:51:24.145Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3281 | 2024-12-18T22:51:24.448Z | Checking tokio-rustls v0.24.1 |
3282 | 2024-12-18T22:51:24.602Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3283 | 2024-12-18T22:51:24.723Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3284 | 2024-12-18T22:51:24.823Z | Checking fatfs v0.3.6 |
3285 | 2024-12-18T22:51:25.081Z | Checking snafu v0.8.5 |
3286 | 2024-12-18T22:51:25.598Z | Checking tough v0.19.0 |
3287 | 2024-12-18T22:51:25.621Z | Checking assert_matches v1.5.0 |
3288 | 2024-12-18T22:51:29.784Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3289 | 2024-12-18T22:51:31.158Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3290 | 2024-12-18T22:51:31.924Z | Compiling git2 v0.19.0 |
3291 | 2024-12-18T22:51:36.773Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3292 | 2024-12-18T22:52:31.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3293 | 2024-12-18T22:52:31.686Z | |
3294 | 2024-12-18T22:52:31.686Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3295 | 2024-12-18T22:52:32.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3296 | 2024-12-18T22:52:32.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3297 | 2024-12-18T22:52:32.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3298 | 2024-12-18T22:52:32.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3299 | 2024-12-18T22:52:32.394Z | |
3300 | 2024-12-18T22:52:32.394Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3301 | 2024-12-18T22:52:32.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3302 | 2024-12-18T22:52:32.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3303 | 2024-12-18T22:52:32.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3304 | 2024-12-18T22:52:32.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3305 | 2024-12-18T22:52:33.019Z | |
3306 | 2024-12-18T22:52:33.019Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3307 | 2024-12-18T22:52:33.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2024-12-18T22:52:33.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2024-12-18T22:52:33.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3310 | 2024-12-18T22:52:33.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3311 | 2024-12-18T22:52:33.685Z | |
3312 | 2024-12-18T22:52:33.685Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3313 | 2024-12-18T22:52:34.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3314 | 2024-12-18T22:52:34.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3315 | 2024-12-18T22:52:34.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3316 | 2024-12-18T22:52:34.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3317 | 2024-12-18T22:52:34.382Z | |
3318 | 2024-12-18T22:52:34.382Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3319 | 2024-12-18T22:52:34.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2024-12-18T22:52:34.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2024-12-18T22:52:34.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3322 | 2024-12-18T22:52:34.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3323 | 2024-12-18T22:52:35.066Z | |
3324 | 2024-12-18T22:52:35.066Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3325 | 2024-12-18T22:52:35.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2024-12-18T22:52:35.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2024-12-18T22:52:35.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3328 | 2024-12-18T22:52:35.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3329 | 2024-12-18T22:52:35.741Z | |
3330 | 2024-12-18T22:52:35.741Z | info: running `cargo check --bins` on update-common (151/173) |
3331 | 2024-12-18T22:52:36.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2024-12-18T22:52:36.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2024-12-18T22:52:36.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3334 | 2024-12-18T22:52:36.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3335 | 2024-12-18T22:52:36.399Z | |
3336 | 2024-12-18T22:52:36.399Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3337 | 2024-12-18T22:52:36.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2024-12-18T22:52:36.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2024-12-18T22:52:36.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3340 | 2024-12-18T22:52:36.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3341 | 2024-12-18T22:52:37.052Z | |
3342 | 2024-12-18T22:52:37.052Z | info: running `cargo check --bins` on tufaceous (153/173) |
3343 | 2024-12-18T22:52:37.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2024-12-18T22:52:37.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2024-12-18T22:52:37.748Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3346 | 2024-12-18T22:52:38.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
3347 | 2024-12-18T22:52:38.925Z | |
3348 | 2024-12-18T22:52:38.925Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3349 | 2024-12-18T22:52:39.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2024-12-18T22:52:39.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2024-12-18T22:52:39.801Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3352 | 2024-12-18T22:52:39.922Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3353 | 2024-12-18T22:52:39.922Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3354 | 2024-12-18T22:52:39.925Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3355 | 2024-12-18T22:53:06.841Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3356 | 2024-12-18T22:53:06.843Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3357 | 2024-12-18T22:53:06.843Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3358 | 2024-12-18T22:53:06.844Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3359 | 2024-12-18T22:53:06.844Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3360 | 2024-12-18T22:53:07.796Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3361 | 2024-12-18T22:53:09.099Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3362 | 2024-12-18T22:53:49.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3363 | 2024-12-18T22:53:49.730Z | |
3364 | 2024-12-18T22:53:49.730Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3365 | 2024-12-18T22:53:50.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3366 | 2024-12-18T22:53:50.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3367 | 2024-12-18T22:53:50.457Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3368 | 2024-12-18T22:53:50.457Z | Checking heck v0.4.1 |
3369 | 2024-12-18T22:53:50.462Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3370 | 2024-12-18T22:53:50.706Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3371 | 2024-12-18T22:53:52.152Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3372 | 2024-12-18T22:53:53.075Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3373 | 2024-12-18T22:53:54.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s |
3374 | 2024-12-18T22:53:54.382Z | |
3375 | 2024-12-18T22:53:54.382Z | info: running `cargo check --bins` on installinator-api (156/173) |
3376 | 2024-12-18T22:53:54.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3377 | 2024-12-18T22:53:54.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3378 | 2024-12-18T22:53:54.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3379 | 2024-12-18T22:53:54.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3380 | 2024-12-18T22:53:55.036Z | |
3381 | 2024-12-18T22:53:55.037Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3382 | 2024-12-18T22:53:55.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2024-12-18T22:53:55.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2024-12-18T22:53:55.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3385 | 2024-12-18T22:53:55.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3386 | 2024-12-18T22:53:55.690Z | |
3387 | 2024-12-18T22:53:55.690Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3388 | 2024-12-18T22:53:56.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3389 | 2024-12-18T22:53:56.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3390 | 2024-12-18T22:53:56.381Z | Compiling petname v2.0.2 |
3391 | 2024-12-18T22:53:56.385Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3392 | 2024-12-18T22:53:56.386Z | Checking sync-ptr v0.1.1 |
3393 | 2024-12-18T22:53:57.826Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3394 | 2024-12-18T22:53:59.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.72s |
3395 | 2024-12-18T22:53:59.612Z | |
3396 | 2024-12-18T22:53:59.613Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3397 | 2024-12-18T22:54:00.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3398 | 2024-12-18T22:54:00.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3399 | 2024-12-18T22:54:00.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3400 | 2024-12-18T22:54:00.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3401 | 2024-12-18T22:54:00.282Z | |
3402 | 2024-12-18T22:54:00.282Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3403 | 2024-12-18T22:54:00.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3404 | 2024-12-18T22:54:00.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3405 | 2024-12-18T22:54:00.952Z | Checking memmap2 v0.9.5 |
3406 | 2024-12-18T22:54:00.952Z | Checking arrayvec v0.7.6 |
3407 | 2024-12-18T22:54:00.959Z | Checking spin v0.5.2 |
3408 | 2024-12-18T22:54:00.959Z | Checking constant_time_eq v0.3.1 |
3409 | 2024-12-18T22:54:00.959Z | Checking arrayref v0.3.9 |
3410 | 2024-12-18T22:54:00.959Z | Checking topological-sort v0.2.2 |
3411 | 2024-12-18T22:54:00.959Z | Checking shell-words v1.1.0 |
3412 | 2024-12-18T22:54:01.234Z | Checking ring v0.16.20 |
3413 | 2024-12-18T22:54:01.342Z | Checking blake3 v1.5.4 |
3414 | 2024-12-18T22:54:04.672Z | Checking omicron-zone-package v0.11.1 |
3415 | 2024-12-18T22:54:04.672Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3416 | 2024-12-18T22:54:04.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
3417 | 2024-12-18T22:54:04.719Z | |
3418 | 2024-12-18T22:54:04.719Z | info: running `cargo check --bins` on xtask (161/173) |
3419 | 2024-12-18T22:54:05.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3420 | 2024-12-18T22:54:05.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3421 | 2024-12-18T22:54:05.110Z | Checking bitflags v2.6.0 |
3422 | 2024-12-18T22:54:05.113Z | Checking serde v1.0.215 |
3423 | 2024-12-18T22:54:05.113Z | Checking thiserror v1.0.69 |
3424 | 2024-12-18T22:54:05.197Z | Checking scroll v0.12.0 |
3425 | 2024-12-18T22:54:05.213Z | Checking hashbrown v0.15.1 |
3426 | 2024-12-18T22:54:05.216Z | Checking log v0.4.22 |
3427 | 2024-12-18T22:54:05.216Z | Checking zerocopy v0.7.35 |
3428 | 2024-12-18T22:54:05.251Z | Checking syn v2.0.87 |
3429 | 2024-12-18T22:54:05.294Z | Checking pest v2.7.14 |
3430 | 2024-12-18T22:54:05.426Z | Checking rustix v0.38.37 |
3431 | 2024-12-18T22:54:05.483Z | Checking once_cell v1.20.2 |
3432 | 2024-12-18T22:54:05.671Z | Checking goblin v0.8.2 |
3433 | 2024-12-18T22:54:05.786Z | Checking fs-err v2.11.0 |
3434 | 2024-12-18T22:54:06.117Z | Checking anyhow v1.0.93 |
3435 | 2024-12-18T22:54:06.282Z | Checking indexmap v2.6.0 |
3436 | 2024-12-18T22:54:06.489Z | Checking tabled v0.15.0 |
3437 | 2024-12-18T22:54:07.460Z | Checking terminal_size v0.4.0 |
3438 | 2024-12-18T22:54:07.462Z | Checking tempfile v3.13.0 |
3439 | 2024-12-18T22:54:07.563Z | Checking dtrace-parser v0.2.0 |
3440 | 2024-12-18T22:54:07.625Z | Checking clap_builder v4.5.21 |
3441 | 2024-12-18T22:54:09.699Z | Checking serde_json v1.0.132 |
3442 | 2024-12-18T22:54:09.699Z | Checking toml_datetime v0.6.8 |
3443 | 2024-12-18T22:54:09.703Z | Checking serde_spanned v0.6.8 |
3444 | 2024-12-18T22:54:09.703Z | Checking camino v1.1.9 |
3445 | 2024-12-18T22:54:09.703Z | Checking semver v1.0.23 |
3446 | 2024-12-18T22:54:09.703Z | Checking cargo-platform v0.1.8 |
3447 | 2024-12-18T22:54:09.767Z | Checking macaddr v1.0.1 |
3448 | 2024-12-18T22:54:09.968Z | Checking toml_edit v0.22.22 |
3449 | 2024-12-18T22:54:10.257Z | Checking camino-tempfile v1.1.1 |
3450 | 2024-12-18T22:54:10.342Z | Checking clap v4.5.21 |
3451 | 2024-12-18T22:54:10.910Z | Checking dof v0.3.0 |
3452 | 2024-12-18T22:54:10.910Z | Checking cargo_metadata v0.18.1 |
3453 | 2024-12-18T22:54:11.330Z | Checking usdt-impl v0.5.0 |
3454 | 2024-12-18T22:54:11.694Z | Checking usdt v0.5.0 |
3455 | 2024-12-18T22:54:11.777Z | Checking toml v0.8.19 |
3456 | 2024-12-18T22:54:12.263Z | Checking cargo_toml v0.20.5 |
3457 | 2024-12-18T22:54:13.484Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3458 | 2024-12-18T22:54:14.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.44s |
3459 | 2024-12-18T22:54:14.220Z | |
3460 | 2024-12-18T22:54:14.220Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3461 | 2024-12-18T22:54:14.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3462 | 2024-12-18T22:54:14.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3463 | 2024-12-18T22:54:15.007Z | Checking polyval v0.6.2 |
3464 | 2024-12-18T22:54:15.122Z | Checking ctr v0.9.2 |
3465 | 2024-12-18T22:54:15.135Z | Checking ssh-encoding v0.2.0 |
3466 | 2024-12-18T22:54:15.137Z | Checking blowfish v0.9.1 |
3467 | 2024-12-18T22:54:15.161Z | Checking password-hash v0.4.2 |
3468 | 2024-12-18T22:54:15.164Z | Checking matches v0.1.10 |
3469 | 2024-12-18T22:54:15.195Z | Checking p256 v0.13.2 |
3470 | 2024-12-18T22:54:15.197Z | Checking p521 v0.13.3 |
3471 | 2024-12-18T22:54:15.266Z | Checking idna v0.2.3 |
3472 | 2024-12-18T22:54:15.346Z | Checking ghash v0.5.1 |
3473 | 2024-12-18T22:54:15.375Z | Checking bcrypt-pbkdf v0.10.0 |
3474 | 2024-12-18T22:54:15.387Z | Compiling enum-as-inner v0.5.1 |
3475 | 2024-12-18T22:54:15.464Z | Checking russh-cryptovec v0.7.3 |
3476 | 2024-12-18T22:54:15.513Z | Checking aes-gcm v0.10.3 |
3477 | 2024-12-18T22:54:15.558Z | Checking pbkdf2 v0.11.0 |
3478 | 2024-12-18T22:54:15.618Z | Checking md5 v0.7.0 |
3479 | 2024-12-18T22:54:15.666Z | Checking num-bigint v0.4.6 |
3480 | 2024-12-18T22:54:15.695Z | Checking des v0.8.1 |
3481 | 2024-12-18T22:54:15.748Z | Checking ssh-cipher v0.2.0 |
3482 | 2024-12-18T22:54:15.841Z | Compiling dhcproto-macros v0.1.0 |
3483 | 2024-12-18T22:54:15.903Z | Checking hex-literal v0.4.1 |
3484 | 2024-12-18T22:54:15.961Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3485 | 2024-12-18T22:54:16.043Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3486 | 2024-12-18T22:54:16.062Z | Checking ssh-key v0.6.6 |
3487 | 2024-12-18T22:54:16.140Z | Checking internet-checksum v0.2.1 |
3488 | 2024-12-18T22:54:16.414Z | Checking trust-dns-proto v0.22.0 |
3489 | 2024-12-18T22:54:17.393Z | Checking russh-keys v0.45.0 |
3490 | 2024-12-18T22:54:18.357Z | Checking russh v0.45.0 |
3491 | 2024-12-18T22:54:19.038Z | Checking dhcproto v0.12.0 |
3492 | 2024-12-18T22:54:36.670Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3493 | 2024-12-18T22:54:38.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.92s |
3494 | 2024-12-18T22:54:38.352Z | |
3495 | 2024-12-18T22:54:38.352Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3496 | 2024-12-18T22:54:38.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3497 | 2024-12-18T22:54:38.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3498 | 2024-12-18T22:54:39.010Z | Checking termios v0.3.3 |
3499 | 2024-12-18T22:54:39.233Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3500 | 2024-12-18T22:54:40.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
3501 | 2024-12-18T22:54:40.217Z | |
3502 | 2024-12-18T22:54:40.217Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3503 | 2024-12-18T22:54:40.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3504 | 2024-12-18T22:54:40.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3505 | 2024-12-18T22:54:40.928Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3506 | 2024-12-18T22:54:43.041Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3507 | 2024-12-18T22:54:44.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
3508 | 2024-12-18T22:54:45.175Z | |
3509 | 2024-12-18T22:54:45.175Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3510 | 2024-12-18T22:54:45.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3511 | 2024-12-18T22:54:45.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3512 | 2024-12-18T22:54:45.830Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3513 | 2024-12-18T22:54:46.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3514 | 2024-12-18T22:54:46.494Z | |
3515 | 2024-12-18T22:54:46.494Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3516 | 2024-12-18T22:54:47.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2024-12-18T22:54:47.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2024-12-18T22:54:47.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3519 | 2024-12-18T22:54:47.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3520 | 2024-12-18T22:54:47.120Z | |
3521 | 2024-12-18T22:54:47.120Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3522 | 2024-12-18T22:54:47.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3523 | 2024-12-18T22:54:47.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3524 | 2024-12-18T22:54:47.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3525 | 2024-12-18T22:54:47.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3526 | 2024-12-18T22:54:47.760Z | |
3527 | 2024-12-18T22:54:47.760Z | info: running `cargo check --bins` on omicron-package (168/173) |
3528 | 2024-12-18T22:54:48.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2024-12-18T22:54:48.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2024-12-18T22:54:48.453Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3531 | 2024-12-18T22:54:49.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
3532 | 2024-12-18T22:54:49.977Z | |
3533 | 2024-12-18T22:54:49.978Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3534 | 2024-12-18T22:54:50.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3535 | 2024-12-18T22:54:50.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3536 | 2024-12-18T22:54:50.721Z | Checking rtoolbox v0.0.2 |
3537 | 2024-12-18T22:54:50.721Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3538 | 2024-12-18T22:54:50.724Z | Checking tui-tree-widget v0.22.0 |
3539 | 2024-12-18T22:54:50.948Z | Checking rpassword v7.3.1 |
3540 | 2024-12-18T22:54:55.127Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3541 | 2024-12-18T22:54:58.242Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3542 | 2024-12-18T22:54:59.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.55s |
3543 | 2024-12-18T22:54:59.720Z | |
3544 | 2024-12-18T22:54:59.720Z | info: running `cargo check --bins` on wicket (170/173) |
3545 | 2024-12-18T22:55:00.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2024-12-18T22:55:00.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2024-12-18T22:55:00.450Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3548 | 2024-12-18T22:55:00.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
3549 | 2024-12-18T22:55:01.088Z | |
3550 | 2024-12-18T22:55:01.089Z | info: running `cargo check --bins` on wicketd (171/173) |
3551 | 2024-12-18T22:55:01.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2024-12-18T22:55:01.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2024-12-18T22:55:01.832Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3554 | 2024-12-18T22:55:05.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s |
3555 | 2024-12-18T22:55:06.143Z | |
3556 | 2024-12-18T22:55:06.143Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3557 | 2024-12-18T22:55:06.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2024-12-18T22:55:06.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2024-12-18T22:55:06.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3560 | 2024-12-18T22:55:06.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3561 | 2024-12-18T22:55:06.772Z | |
3562 | 2024-12-18T22:55:06.772Z | info: running `cargo check --bins` on zone-setup (173/173) |
3563 | 2024-12-18T22:55:07.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3564 | 2024-12-18T22:55:07.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3565 | 2024-12-18T22:55:07.526Z | Checking uzers v0.12.1 |
3566 | 2024-12-18T22:55:07.877Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3567 | 2024-12-18T22:55:09.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
3568 | 2024-12-18T22:55:09.284Z | |
3569 | 2024-12-18T22:55:09.284Z | real 13:18.571099931 |
3570 | 2024-12-18T22:55:09.284Z | user 24:46.419847482 |
3571 | 2024-12-18T22:55:09.284Z | sys 5:29.816661699 |
3572 | 2024-12-18T22:55:09.284Z | trap 0.488428797 |
3573 | 2024-12-18T22:55:09.284Z | tflt 2.377025037 |
3574 | 2024-12-18T22:55:09.284Z | dflt 3.307496035 |
3575 | 2024-12-18T22:55:09.284Z | kflt 0.000837903 |
3576 | 2024-12-18T22:55:09.287Z | lock 47:49.023197589 |
3577 | 2024-12-18T22:55:09.287Z | slp 2:09:11.110930892 |
3578 | 2024-12-18T22:55:09.287Z | lat 1:01.687293117 |
3579 | 2024-12-18T22:55:09.287Z | stop 3:29.025097431 |
3580 | 2024-12-18T22:55:09.287Z | process exited: duration 1138555 ms, exit code 0 |
|
3581 | 2024-12-18T22:55:09.294Z | found 0 output files |