|
|
|
1 | 2024-12-20T21:15:51.049Z | job assigned to worker 01JFJYS0BN6KAQNTGXE5CG5W21 [factory aws, i-0fddcbfdff4c0a006] (queued for 53 s) |
|
2 | 2024-12-20T21:15:58.351Z | starting task 0: "setup" |
3 | 2024-12-20T21:15:58.361Z | ++ uname -s |
4 | 2024-12-20T21:15:58.365Z | + kern=SunOS |
5 | 2024-12-20T21:15:58.365Z | + case "$kern" in |
6 | 2024-12-20T21:15:58.365Z | + groupadd -g 12345 build |
7 | 2024-12-20T21:15:58.368Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T21:16:00.374Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T21:16:00.490Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T21:16:00.496Z | + home_fs=zfs |
11 | 2024-12-20T21:16:00.496Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T21:16:00.496Z | + mkdir -p /home/build |
13 | 2024-12-20T21:16:00.496Z | + chown build:build /home/build /work |
14 | 2024-12-20T21:16:02.497Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T21:16:02.504Z | process exited: duration 4148 ms, exit code 0 |
|
16 | 2024-12-20T21:16:02.517Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T21:16:02.521Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T21:16:02.521Z | ' 1.81.0 |
19 | 2024-12-20T21:16:02.521Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T21:16:02.521Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-20T21:16:02.521Z | ' default |
22 | 2024-12-20T21:16:02.521Z | * toolchain profile = "default" |
23 | 2024-12-20T21:16:02.521Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T21:16:02.521Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T21:16:02.639Z | info: downloading installer |
26 | 2024-12-20T21:16:03.994Z | info: profile set to 'default' |
27 | 2024-12-20T21:16:03.994Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T21:16:03.998Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T21:16:04.129Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T21:16:04.129Z | info: downloading component 'cargo' |
31 | 2024-12-20T21:16:04.837Z | info: downloading component 'clippy' |
32 | 2024-12-20T21:16:05.096Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T21:16:06.077Z | info: downloading component 'rust-std' |
34 | 2024-12-20T21:16:07.640Z | info: downloading component 'rustc' |
35 | 2024-12-20T21:16:13.180Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T21:16:13.390Z | info: installing component 'cargo' |
37 | 2024-12-20T21:16:14.179Z | info: installing component 'clippy' |
38 | 2024-12-20T21:16:14.536Z | info: installing component 'rust-docs' |
39 | 2024-12-20T21:16:16.133Z | info: installing component 'rust-std' |
40 | 2024-12-20T21:16:17.838Z | info: installing component 'rustc' |
41 | 2024-12-20T21:16:23.503Z | info: installing component 'rustfmt' |
42 | 2024-12-20T21:16:23.865Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T21:16:23.865Z | |
44 | 2024-12-20T21:16:24.200Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T21:16:24.200Z | |
46 | 2024-12-20T21:16:24.221Z | |
47 | 2024-12-20T21:16:24.221Z | Rust is installed now. Great! |
48 | 2024-12-20T21:16:24.221Z | |
49 | 2024-12-20T21:16:24.221Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T21:16:24.222Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T21:16:24.222Z | |
52 | 2024-12-20T21:16:24.222Z | To configure your current shell, you need to source |
53 | 2024-12-20T21:16:24.222Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T21:16:24.222Z | |
55 | 2024-12-20T21:16:24.222Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T21:16:24.222Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T21:16:24.222Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T21:16:24.289Z | + rustc --version |
59 | 2024-12-20T21:16:24.339Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T21:16:24.354Z | process exited: duration 21813 ms, exit code 0 |
|
61 | 2024-12-20T21:16:24.392Z | starting task 2: "authentication" |
62 | 2024-12-20T21:16:24.413Z | process exited: duration 24 ms, exit code 0 |
|
63 | 2024-12-20T21:16:24.447Z | starting task 3: "clone repository" |
64 | 2024-12-20T21:16:24.453Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T21:16:24.453Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T21:16:24.497Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T21:16:31.919Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T21:16:31.923Z | + git fetch origin 5ecbe5f8c69e9341929462519acbb113b522705b |
69 | 2024-12-20T21:16:32.235Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T21:16:32.235Z | * branch 5ecbe5f8c69e9341929462519acbb113b522705b -> FETCH_HEAD |
71 | 2024-12-20T21:16:32.245Z | + [[ -n sunshowers/spr/2n-omicron-package-better-error-messages-around-target ]] |
72 | 2024-12-20T21:16:32.248Z | ++ git branch --show-current |
73 | 2024-12-20T21:16:32.251Z | + current=main |
74 | 2024-12-20T21:16:32.251Z | + [[ main != sunshowers/spr/2n-omicron-package-better-error-messages-around-target ]] |
75 | 2024-12-20T21:16:32.251Z | + git branch -f sunshowers/spr/2n-omicron-package-better-error-messages-around-target 5ecbe5f8c69e9341929462519acbb113b522705b |
76 | 2024-12-20T21:16:32.253Z | + git checkout -f sunshowers/spr/2n-omicron-package-better-error-messages-around-target |
77 | 2024-12-20T21:16:32.423Z | Switched to branch 'sunshowers/spr/2n-omicron-package-better-error-messages-around-target' |
78 | 2024-12-20T21:16:32.426Z | + git reset --hard 5ecbe5f8c69e9341929462519acbb113b522705b |
79 | 2024-12-20T21:16:32.589Z | HEAD is now at 5ecbe5f8c rebase |
80 | 2024-12-20T21:16:32.593Z | process exited: duration 8152 ms, exit code 0 |
|
81 | 2024-12-20T21:16:32.600Z | starting task 4: "build" |
82 | 2024-12-20T21:16:32.604Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T21:16:32.604Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T21:16:32.604Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T21:16:32.604Z | + cargo --version |
86 | 2024-12-20T21:16:32.661Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T21:16:32.664Z | + rustc --version |
88 | 2024-12-20T21:16:32.723Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T21:16:32.728Z | + source ./env.sh |
90 | 2024-12-20T21:16:32.728Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-20T21:16:32.728Z | ++ set -o xtrace |
92 | 2024-12-20T21:16:32.731Z | ++++ dirname ./env.sh |
93 | 2024-12-20T21:16:32.731Z | +++ readlink -f . |
94 | 2024-12-20T21:16:32.735Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-20T21:16:32.738Z | ++ 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-20T21:16:32.738Z | ++ 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-20T21:16:32.738Z | ++ 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-20T21:16:32.738Z | ++ 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-20T21:16:32.738Z | ++ 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-20T21:16:32.738Z | ++ 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-20T21:16:32.738Z | ++ 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-20T21:16:32.738Z | ++ 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-20T21:16:32.738Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-20T21:16:32.739Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-20T21:16:32.739Z | + 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-20T21:16:32.739Z | + 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-20T21:16:32.739Z | + banner prerequisites |
108 | 2024-12-20T21:16:32.743Z | |
109 | 2024-12-20T21:16:32.743Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-20T21:16:32.743Z | # # # # # # # # # # # # # # # |
111 | 2024-12-20T21:16:32.743Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-20T21:16:32.743Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-20T21:16:32.743Z | # # # # # # # # # # # # # # # |
114 | 2024-12-20T21:16:32.743Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-20T21:16:32.743Z | |
116 | 2024-12-20T21:16:32.743Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-20T21:16:40.506Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-20T21:16:44.416Z | Startup: Caching catalogs ... Done |
119 | 2024-12-20T21:16:55.000Z | Planning: Solver setup ... Done (9.613s) |
120 | 2024-12-20T21:16:55.132Z | Planning: Running solver ... Done (0.132s) |
121 | 2024-12-20T21:16:55.240Z | Planning: Finding local manifests ... Done (0.004s) |
122 | 2024-12-20T21:16:55.254Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-20T21:16:55.502Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-20T21:16:55.596Z | Planning: Package planning ... Done (0.098s) |
125 | 2024-12-20T21:16:55.648Z | Planning: Merging actions ... Done (0.055s) |
126 | 2024-12-20T21:16:56.079Z | Planning: Checking for conflicting actions ... Done (0.355s) |
127 | 2024-12-20T21:16:58.171Z | Planning: Consolidating action changes ... Done (2.163s) |
128 | 2024-12-20T21:16:58.616Z | Planning: Evaluating mediators ... Done (0.449s) |
129 | 2024-12-20T21:16:58.696Z | Planning: Planning completed in 14.18 seconds |
130 | 2024-12-20T21:16:58.713Z | Packages to install: 4 |
131 | 2024-12-20T21:16:58.713Z | Packages to update: 1 |
132 | 2024-12-20T21:16:58.716Z | Mediators to change: 2 |
133 | 2024-12-20T21:16:58.716Z | Services to change: 1 |
134 | 2024-12-20T21:16:58.716Z | Estimated space available: 155.64 GB |
135 | 2024-12-20T21:16:58.716Z | Estimated space to be consumed: 1.62 GB |
136 | 2024-12-20T21:16:58.716Z | Create boot environment: No |
137 | 2024-12-20T21:16:58.716Z | Create backup boot environment: Yes |
138 | 2024-12-20T21:16:58.716Z | Rebuild boot archive: No |
139 | 2024-12-20T21:16:58.716Z | |
140 | 2024-12-20T21:16:58.716Z | Changed mediators: |
141 | 2024-12-20T21:16:58.717Z | mediator clang: |
142 | 2024-12-20T21:16:58.717Z | version: None -> 15 (system default) |
143 | 2024-12-20T21:16:58.717Z | |
144 | 2024-12-20T21:16:58.717Z | mediator llvm: |
145 | 2024-12-20T21:16:58.717Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-20T21:16:58.717Z | |
147 | 2024-12-20T21:16:58.717Z | Changed packages: |
148 | 2024-12-20T21:16:58.717Z | helios-dev |
149 | 2024-12-20T21:16:58.717Z | developer/build-essential |
150 | 2024-12-20T21:16:58.717Z | None -> 11-2.0 |
151 | 2024-12-20T21:16:58.717Z | library/libxmlsec1 |
152 | 2024-12-20T21:16:58.717Z | None -> 1.2.35-2.0 |
153 | 2024-12-20T21:16:58.717Z | ooce/developer/clang-15 |
154 | 2024-12-20T21:16:58.717Z | None -> 15.0.7-2.0 |
155 | 2024-12-20T21:16:58.717Z | ooce/developer/llvm-15 |
156 | 2024-12-20T21:16:58.717Z | None -> 15.0.7-2.0 |
157 | 2024-12-20T21:16:58.717Z | package/pkg |
158 | 2024-12-20T21:16:58.717Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-20T21:16:58.717Z | |
160 | 2024-12-20T21:16:58.717Z | Services: |
161 | 2024-12-20T21:16:58.717Z | restart_fmri: |
162 | 2024-12-20T21:16:58.717Z | svc:/system/update-man-index:default |
163 | 2024-12-20T21:16:58.717Z | |
164 | 2024-12-20T21:16:58.717Z | Editable files to change: |
165 | 2024-12-20T21:16:58.717Z | Update: |
166 | 2024-12-20T21:16:58.717Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-20T21:16:58.789Z | |
168 | 2024-12-20T21:16:58.789Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-20T21:17:03.792Z | Download: 972/4281 items 19.4/220.6MB 8% complete (4.0M/s) |
170 | 2024-12-20T21:17:09.372Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (10.2M/s) |
171 | 2024-12-20T21:17:14.381Z | Download: 1576/4281 items 116.8/220.6MB 52% complete (9.6M/s) |
172 | 2024-12-20T21:17:19.383Z | Download: 2171/4281 items 118.8/220.6MB 53% complete (3.5M/s) |
173 | 2024-12-20T21:17:24.973Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (2.3M/s) |
174 | 2024-12-20T21:17:29.976Z | Download: 2978/4281 items 121.3/220.6MB 54% complete (248k/s) |
175 | 2024-12-20T21:17:35.186Z | Download: 3275/4281 items 207.3/220.6MB 93% complete (8.8M/s) |
176 | 2024-12-20T21:17:40.190Z | Download: 3579/4281 items 215.7/220.6MB 97% complete (9.5M/s) |
177 | 2024-12-20T21:17:45.199Z | Download: 4072/4281 items 219.5/220.6MB 99% complete (1.7M/s) |
178 | 2024-12-20T21:17:51.658Z | Download: 4205/4281 items 220.6/220.6MB 99% complete (949k/s) |
179 | 2024-12-20T21:18:07.055Z | Download: 4207/4281 items 220.6/220.6MB 99% complete |
180 | 2024-12-20T21:18:07.166Z | Download: Completed 220.60 MB in 68.36 seconds (3.2M/s) |
181 | 2024-12-20T21:18:09.229Z | Actions: 1/5063 actions (Removing old actions) |
182 | 2024-12-20T21:18:09.292Z | Actions: 194/5063 actions (Installing new actions) |
183 | 2024-12-20T21:18:13.892Z | Actions: 4226/5063 actions (Updating modified actions) |
184 | 2024-12-20T21:18:14.208Z | Actions: Completed 5063 actions in 4.99 seconds. |
185 | 2024-12-20T21:18:14.642Z | Done (0.409s) |
186 | 2024-12-20T21:18:14.656Z | Done (0.000s) |
187 | 2024-12-20T21:18:15.204Z | Done (0.570s) |
188 | 2024-12-20T21:18:19.521Z | Done (4.099s) |
189 | 2024-12-20T21:18:19.604Z | Done (0.017s) |
190 | 2024-12-20T21:18:19.607Z | Done (0.000s) |
191 | 2024-12-20T21:18:19.769Z | Done (0.000s) |
192 | 2024-12-20T21:18:20.454Z | Planning: Evaluating mediator changes ... Done |
193 | 2024-12-20T21:18:20.614Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-12-20T21:18:20.618Z | Planning: Consolidating action changes ... Done |
195 | 2024-12-20T21:18:20.885Z | Planning: Evaluating mediators ... Done |
196 | 2024-12-20T21:18:20.887Z | Planning: Planning completed in 0.43 seconds |
197 | 2024-12-20T21:18:20.923Z | Mediators to change: 2 |
198 | 2024-12-20T21:18:20.923Z | Create boot environment: No |
199 | 2024-12-20T21:18:20.926Z | Create backup boot environment: No |
200 | 2024-12-20T21:18:21.005Z | Done |
201 | 2024-12-20T21:18:21.005Z | Done |
202 | 2024-12-20T21:18:21.361Z | Done |
203 | 2024-12-20T21:18:24.953Z | Done |
204 | 2024-12-20T21:18:25.035Z | Done |
205 | 2024-12-20T21:18:25.046Z | Done |
206 | 2024-12-20T21:18:25.163Z | Done |
207 | 2024-12-20T21:18:25.859Z | Planning: Evaluating mediator changes ... Done |
208 | 2024-12-20T21:18:25.962Z | Planning: Merging actions ... Done |
209 | 2024-12-20T21:18:26.021Z | Planning: Checking for conflicting actions ... Done |
210 | 2024-12-20T21:18:26.021Z | Planning: Consolidating action changes ... Done |
211 | 2024-12-20T21:18:26.284Z | Planning: Evaluating mediators ... Done |
212 | 2024-12-20T21:18:26.300Z | Planning: Planning completed in 0.76 seconds |
213 | 2024-12-20T21:18:26.351Z | Packages to change: 1 |
214 | 2024-12-20T21:18:26.351Z | Mediators to change: 1 |
215 | 2024-12-20T21:18:26.374Z | Services to change: 1 |
216 | 2024-12-20T21:18:26.375Z | Create boot environment: No |
217 | 2024-12-20T21:18:26.375Z | Create backup boot environment: Yes |
218 | 2024-12-20T21:18:28.491Z | Actions: 1/6 actions (Updating modified actions) |
219 | 2024-12-20T21:18:28.493Z | Actions: Completed 6 actions in 0.00 seconds. |
220 | 2024-12-20T21:18:28.494Z | Done |
221 | 2024-12-20T21:18:28.494Z | Done |
222 | 2024-12-20T21:18:28.607Z | Done |
223 | 2024-12-20T21:18:32.187Z | Done |
224 | 2024-12-20T21:18:32.275Z | Done |
225 | 2024-12-20T21:18:32.278Z | Done |
226 | 2024-12-20T21:18:32.409Z | Done |
227 | 2024-12-20T21:18:32.840Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
228 | 2024-12-20T21:18:32.840Z | clang system 15 system |
229 | 2024-12-20T21:18:32.840Z | csh system system illumos |
230 | 2024-12-20T21:18:32.840Z | ctags system system illumos |
231 | 2024-12-20T21:18:32.840Z | gcc vendor 12 vendor |
232 | 2024-12-20T21:18:32.840Z | gcc system 10 system |
233 | 2024-12-20T21:18:32.840Z | gcc system 7 system |
234 | 2024-12-20T21:18:32.840Z | go system 1.20 system |
235 | 2024-12-20T21:18:32.841Z | go system 1.19 system |
236 | 2024-12-20T21:18:32.841Z | llvm system 15 system |
237 | 2024-12-20T21:18:32.841Z | llvm system 14 system |
238 | 2024-12-20T21:18:32.841Z | mariadb system 10.6 system |
239 | 2024-12-20T21:18:32.841Z | mta vendor vendor dma |
240 | 2024-12-20T21:18:32.841Z | openjdk system 17 system |
241 | 2024-12-20T21:18:32.841Z | openjdk system 11 system |
242 | 2024-12-20T21:18:32.841Z | openjdk system 1.8 system |
243 | 2024-12-20T21:18:32.841Z | openssl vendor 3 vendor |
244 | 2024-12-20T21:18:32.841Z | perl system 5.36 system |
245 | 2024-12-20T21:18:32.841Z | postgresql system 15 system |
246 | 2024-12-20T21:18:32.841Z | postgresql system 13 system |
247 | 2024-12-20T21:18:32.841Z | python vendor 3 vendor |
248 | 2024-12-20T21:18:32.841Z | python system 2 system |
249 | 2024-12-20T21:18:32.841Z | python3 system 3.11 system |
250 | 2024-12-20T21:18:32.841Z | ruby system 3.0 system |
251 | 2024-12-20T21:18:32.841Z | words vendor vendor american-english |
252 | 2024-12-20T21:18:32.841Z | words system system australian-english |
253 | 2024-12-20T21:18:32.841Z | words system system british-english |
254 | 2024-12-20T21:18:32.841Z | words system system canadian-english |
255 | 2024-12-20T21:18:32.841Z | words system system french |
256 | 2024-12-20T21:18:32.841Z | words system system italian |
257 | 2024-12-20T21:18:32.841Z | words system system ngerman |
258 | 2024-12-20T21:18:32.841Z | words system system ogerman |
259 | 2024-12-20T21:18:32.841Z | words system system spanish |
260 | 2024-12-20T21:18:33.167Z | PUBLISHER TYPE STATUS P LOCATION |
261 | 2024-12-20T21:18:33.167Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
262 | 2024-12-20T21:18:35.879Z | FMRI IFO |
263 | 2024-12-20T21:18:35.879Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
264 | 2024-12-20T21:18:35.880Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
265 | 2024-12-20T21:18:35.880Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
266 | 2024-12-20T21:18:35.880Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
267 | 2024-12-20T21:18:35.880Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
268 | 2024-12-20T21:18:35.880Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
269 | 2024-12-20T21:18:35.880Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
270 | 2024-12-20T21:18:35.880Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
271 | 2024-12-20T21:18:35.880Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
272 | 2024-12-20T21:18:35.880Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
273 | 2024-12-20T21:18:35.880Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
274 | 2024-12-20T21:18:35.880Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
275 | 2024-12-20T21:18:35.880Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
276 | 2024-12-20T21:18:35.881Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
277 | 2024-12-20T21:18:35.881Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
278 | 2024-12-20T21:18:36.711Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
279 | 2024-12-20T21:18:36.923Z | Updating crates.io index |
280 | 2024-12-20T21:18:36.993Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
281 | 2024-12-20T21:18:37.420Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
282 | 2024-12-20T21:18:37.663Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
283 | 2024-12-20T21:18:37.866Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
284 | 2024-12-20T21:18:38.099Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
285 | 2024-12-20T21:18:38.923Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
286 | 2024-12-20T21:18:40.397Z | Updating git repository `https://github.com/oxidecomputer/opte` |
287 | 2024-12-20T21:18:41.021Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
288 | 2024-12-20T21:18:41.822Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
289 | 2024-12-20T21:18:42.157Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
290 | 2024-12-20T21:18:42.506Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
291 | 2024-12-20T21:18:43.064Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
292 | 2024-12-20T21:18:43.349Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
293 | 2024-12-20T21:18:43.737Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
294 | 2024-12-20T21:18:43.968Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
295 | 2024-12-20T21:18:44.225Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
296 | 2024-12-20T21:18:44.421Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
297 | 2024-12-20T21:18:44.696Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
298 | 2024-12-20T21:18:44.991Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
299 | 2024-12-20T21:18:45.343Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
300 | 2024-12-20T21:18:45.573Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
301 | 2024-12-20T21:18:46.036Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
302 | 2024-12-20T21:18:46.289Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
303 | 2024-12-20T21:18:46.637Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
304 | 2024-12-20T21:18:46.986Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
305 | 2024-12-20T21:18:47.295Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
306 | 2024-12-20T21:18:47.529Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
307 | 2024-12-20T21:18:47.763Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
308 | 2024-12-20T21:18:49.103Z | Downloading crates ... |
309 | 2024-12-20T21:18:49.202Z | Downloaded autocfg v1.4.0 |
310 | 2024-12-20T21:18:49.213Z | Downloaded camino v1.1.9 |
311 | 2024-12-20T21:18:49.223Z | Downloaded equivalent v1.0.1 |
312 | 2024-12-20T21:18:49.246Z | Downloaded dtrace-parser v0.2.0 |
313 | 2024-12-20T21:18:49.249Z | Downloaded pretty-hex v0.4.1 |
314 | 2024-12-20T21:18:49.254Z | Downloaded usdt-macro v0.5.0 |
315 | 2024-12-20T21:18:49.257Z | Downloaded scroll_derive v0.12.0 |
316 | 2024-12-20T21:18:49.257Z | Downloaded fastrand v2.1.1 |
317 | 2024-12-20T21:18:49.260Z | Downloaded usdt-attr-macro v0.5.0 |
318 | 2024-12-20T21:18:49.272Z | Downloaded cfg-if v1.0.0 |
319 | 2024-12-20T21:18:49.275Z | Downloaded cargo-platform v0.1.8 |
320 | 2024-12-20T21:18:49.275Z | Downloaded block-buffer v0.10.4 |
321 | 2024-12-20T21:18:49.275Z | Downloaded anstyle-parse v0.2.5 |
322 | 2024-12-20T21:18:49.282Z | Downloaded byteorder v1.5.0 |
323 | 2024-12-20T21:18:49.288Z | Downloaded macaddr v1.0.1 |
324 | 2024-12-20T21:18:49.288Z | Downloaded is_terminal_polyfill v1.70.1 |
325 | 2024-12-20T21:18:49.288Z | Downloaded generic-array v0.14.7 |
326 | 2024-12-20T21:18:49.288Z | Downloaded heck v0.4.1 |
327 | 2024-12-20T21:18:49.288Z | Downloaded digest v0.10.7 |
328 | 2024-12-20T21:18:49.291Z | Downloaded anstyle-query v1.1.1 |
329 | 2024-12-20T21:18:49.291Z | Downloaded fs-err v2.11.0 |
330 | 2024-12-20T21:18:49.291Z | Downloaded dof v0.3.0 |
331 | 2024-12-20T21:18:49.296Z | Downloaded colorchoice v1.0.2 |
332 | 2024-12-20T21:18:49.296Z | Downloaded memmap v0.7.0 |
333 | 2024-12-20T21:18:49.299Z | Downloaded heck v0.5.0 |
334 | 2024-12-20T21:18:49.299Z | Downloaded fnv v1.0.7 |
335 | 2024-12-20T21:18:49.299Z | Downloaded errno v0.3.9 |
336 | 2024-12-20T21:18:49.299Z | Downloaded clap_lex v0.7.2 |
337 | 2024-12-20T21:18:49.302Z | Downloaded plain v0.2.3 |
338 | 2024-12-20T21:18:49.302Z | Downloaded cpufeatures v0.2.14 |
339 | 2024-12-20T21:18:49.302Z | Downloaded bytecount v0.6.8 |
340 | 2024-12-20T21:18:49.305Z | Downloaded swrite v0.1.0 |
341 | 2024-12-20T21:18:49.307Z | Downloaded pest_generator v2.7.14 |
342 | 2024-12-20T21:18:49.310Z | Downloaded strsim v0.11.1 |
343 | 2024-12-20T21:18:49.310Z | Downloaded proc-macro-error-attr v1.0.4 |
344 | 2024-12-20T21:18:49.314Z | Downloaded tabled_derive v0.7.0 |
345 | 2024-12-20T21:18:49.320Z | Downloaded unicode-linebreak v0.1.5 |
346 | 2024-12-20T21:18:49.320Z | Downloaded usdt v0.5.0 |
347 | 2024-12-20T21:18:49.320Z | Downloaded thiserror v1.0.69 |
348 | 2024-12-20T21:18:49.323Z | Downloaded toml_datetime v0.6.8 |
349 | 2024-12-20T21:18:49.326Z | Downloaded serde_tokenstream v0.2.2 |
350 | 2024-12-20T21:18:49.326Z | Downloaded serde_spanned v0.6.8 |
351 | 2024-12-20T21:18:49.329Z | Downloaded smawk v0.3.2 |
352 | 2024-12-20T21:18:49.333Z | Downloaded terminal_size v0.4.0 |
353 | 2024-12-20T21:18:49.336Z | Downloaded version_check v0.9.5 |
354 | 2024-12-20T21:18:49.338Z | Downloaded utf8parse v0.2.2 |
355 | 2024-12-20T21:18:49.338Z | Downloaded thread-id v4.2.2 |
356 | 2024-12-20T21:18:49.342Z | Downloaded crypto-common v0.1.6 |
357 | 2024-12-20T21:18:49.342Z | Downloaded cargo_toml v0.20.5 |
358 | 2024-12-20T21:18:49.342Z | Downloaded cargo_metadata v0.18.1 |
359 | 2024-12-20T21:18:49.344Z | Downloaded anstream v0.6.15 |
360 | 2024-12-20T21:18:49.347Z | Downloaded itoa v1.0.11 |
361 | 2024-12-20T21:18:49.347Z | Downloaded anstyle v1.0.10 |
362 | 2024-12-20T21:18:49.347Z | Downloaded camino-tempfile v1.1.1 |
363 | 2024-12-20T21:18:49.357Z | Downloaded quote v1.0.37 |
364 | 2024-12-20T21:18:49.360Z | Downloaded semver v1.0.23 |
365 | 2024-12-20T21:18:49.362Z | Downloaded proc-macro-error v1.0.4 |
366 | 2024-12-20T21:18:49.365Z | Downloaded sha2 v0.10.8 |
367 | 2024-12-20T21:18:49.368Z | Downloaded thiserror-impl v1.0.69 |
368 | 2024-12-20T21:18:49.371Z | Downloaded pest_derive v2.7.14 |
369 | 2024-12-20T21:18:49.374Z | Downloaded clap_derive v4.5.18 |
370 | 2024-12-20T21:18:49.377Z | Downloaded zerocopy-derive v0.7.35 |
371 | 2024-12-20T21:18:49.381Z | Downloaded usdt-impl v0.5.0 |
372 | 2024-12-20T21:18:49.385Z | Downloaded bitflags v2.6.0 |
373 | 2024-12-20T21:18:49.388Z | Downloaded papergrid v0.11.0 |
374 | 2024-12-20T21:18:49.391Z | Downloaded pest_meta v2.7.14 |
375 | 2024-12-20T21:18:49.394Z | Downloaded log v0.4.22 |
376 | 2024-12-20T21:18:49.394Z | Downloaded ryu v1.0.18 |
377 | 2024-12-20T21:18:49.397Z | Downloaded toml v0.8.19 |
378 | 2024-12-20T21:18:49.400Z | Downloaded unicode-ident v1.0.13 |
379 | 2024-12-20T21:18:49.402Z | Downloaded textwrap v0.16.1 |
380 | 2024-12-20T21:18:49.405Z | Downloaded clap v4.5.21 |
381 | 2024-12-20T21:18:49.413Z | Downloaded proc-macro2 v1.0.89 |
382 | 2024-12-20T21:18:49.416Z | Downloaded ucd-trie v0.1.7 |
383 | 2024-12-20T21:18:49.419Z | Downloaded typenum v1.17.0 |
384 | 2024-12-20T21:18:49.421Z | Downloaded tempfile v3.13.0 |
385 | 2024-12-20T21:18:49.421Z | Downloaded once_cell v1.20.2 |
386 | 2024-12-20T21:18:49.424Z | Downloaded serde_derive v1.0.215 |
387 | 2024-12-20T21:18:49.426Z | Downloaded anyhow v1.0.93 |
388 | 2024-12-20T21:18:49.430Z | Downloaded scroll v0.12.0 |
389 | 2024-12-20T21:18:49.446Z | Downloaded memchr v2.7.4 |
390 | 2024-12-20T21:18:49.451Z | Downloaded indexmap v2.6.0 |
391 | 2024-12-20T21:18:49.468Z | Downloaded serde v1.0.215 |
392 | 2024-12-20T21:18:49.473Z | Downloaded toml_edit v0.22.22 |
393 | 2024-12-20T21:18:49.494Z | Downloaded hashbrown v0.15.1 |
394 | 2024-12-20T21:18:49.498Z | Downloaded clap_builder v4.5.21 |
395 | 2024-12-20T21:18:49.510Z | Downloaded pest v2.7.14 |
396 | 2024-12-20T21:18:49.515Z | Downloaded goblin v0.8.2 |
397 | 2024-12-20T21:18:49.520Z | Downloaded serde_json v1.0.132 |
398 | 2024-12-20T21:18:49.527Z | Downloaded zerocopy v0.7.35 |
399 | 2024-12-20T21:18:49.542Z | Downloaded winnow v0.6.20 |
400 | 2024-12-20T21:18:49.552Z | Downloaded tabled v0.15.0 |
401 | 2024-12-20T21:18:49.567Z | Downloaded syn v1.0.109 |
402 | 2024-12-20T21:18:49.580Z | Downloaded unicode-width v0.1.14 |
403 | 2024-12-20T21:18:49.995Z | Downloaded syn v2.0.87 |
404 | 2024-12-20T21:18:49.995Z | Downloaded rustix v0.38.37 |
405 | 2024-12-20T21:18:49.995Z | Downloaded libc v0.2.162 |
406 | 2024-12-20T21:18:49.995Z | Compiling proc-macro2 v1.0.89 |
407 | 2024-12-20T21:18:49.995Z | Compiling unicode-ident v1.0.13 |
408 | 2024-12-20T21:18:49.996Z | Compiling version_check v0.9.5 |
409 | 2024-12-20T21:18:49.996Z | Compiling serde v1.0.215 |
410 | 2024-12-20T21:18:49.996Z | Compiling thiserror v1.0.69 |
411 | 2024-12-20T21:18:49.996Z | Compiling memchr v2.7.4 |
412 | 2024-12-20T21:18:49.996Z | Compiling libc v0.2.162 |
413 | 2024-12-20T21:18:49.996Z | Compiling itoa v1.0.11 |
414 | 2024-12-20T21:18:50.181Z | Compiling ryu v1.0.18 |
415 | 2024-12-20T21:18:50.307Z | Compiling ucd-trie v0.1.7 |
416 | 2024-12-20T21:18:50.531Z | Compiling once_cell v1.20.2 |
417 | 2024-12-20T21:18:50.824Z | Compiling byteorder v1.5.0 |
418 | 2024-12-20T21:18:50.918Z | Compiling serde_json v1.0.132 |
419 | 2024-12-20T21:18:50.944Z | Compiling rustix v0.38.37 |
420 | 2024-12-20T21:18:51.268Z | Compiling bitflags v2.6.0 |
421 | 2024-12-20T21:18:51.314Z | Compiling usdt-impl v0.5.0 |
422 | 2024-12-20T21:18:51.638Z | Compiling proc-macro-error-attr v1.0.4 |
423 | 2024-12-20T21:18:51.663Z | Compiling syn v1.0.109 |
424 | 2024-12-20T21:18:51.713Z | Compiling proc-macro-error v1.0.4 |
425 | 2024-12-20T21:18:51.823Z | Compiling quote v1.0.37 |
426 | 2024-12-20T21:18:51.873Z | Compiling hashbrown v0.15.1 |
427 | 2024-12-20T21:18:51.973Z | Compiling equivalent v1.0.1 |
428 | 2024-12-20T21:18:51.998Z | Compiling log v0.4.22 |
429 | 2024-12-20T21:18:52.097Z | Compiling errno v0.3.9 |
430 | 2024-12-20T21:18:52.260Z | Compiling syn v2.0.87 |
431 | 2024-12-20T21:18:52.443Z | Compiling plain v0.2.3 |
432 | 2024-12-20T21:18:52.493Z | Compiling camino v1.1.9 |
433 | 2024-12-20T21:18:52.570Z | Compiling thread-id v4.2.2 |
434 | 2024-12-20T21:18:52.602Z | Compiling utf8parse v0.2.2 |
435 | 2024-12-20T21:18:52.779Z | Compiling anstyle-parse v0.2.5 |
436 | 2024-12-20T21:18:53.111Z | Compiling indexmap v2.6.0 |
437 | 2024-12-20T21:18:53.207Z | Compiling pretty-hex v0.4.1 |
438 | 2024-12-20T21:18:53.211Z | Compiling winnow v0.6.20 |
439 | 2024-12-20T21:18:53.258Z | Compiling is_terminal_polyfill v1.70.1 |
440 | 2024-12-20T21:18:53.397Z | Compiling unicode-width v0.1.14 |
441 | 2024-12-20T21:18:53.433Z | Compiling anstyle-query v1.1.1 |
442 | 2024-12-20T21:18:53.605Z | Compiling semver v1.0.23 |
443 | 2024-12-20T21:18:53.676Z | Compiling anstyle v1.0.10 |
444 | 2024-12-20T21:18:53.932Z | Compiling colorchoice v1.0.2 |
445 | 2024-12-20T21:18:54.097Z | Compiling autocfg v1.4.0 |
446 | 2024-12-20T21:18:54.141Z | Compiling anstream v0.6.15 |
447 | 2024-12-20T21:18:54.512Z | Compiling strsim v0.11.1 |
448 | 2024-12-20T21:18:54.548Z | Compiling terminal_size v0.4.0 |
449 | 2024-12-20T21:18:54.766Z | Compiling bytecount v0.6.8 |
450 | 2024-12-20T21:18:54.888Z | Compiling heck v0.4.1 |
451 | 2024-12-20T21:18:54.996Z | Compiling heck v0.5.0 |
452 | 2024-12-20T21:18:55.219Z | Compiling fs-err v2.11.0 |
453 | 2024-12-20T21:18:55.373Z | Compiling anyhow v1.0.93 |
454 | 2024-12-20T21:18:55.419Z | Compiling clap_lex v0.7.2 |
455 | 2024-12-20T21:18:55.530Z | Compiling fnv v1.0.7 |
456 | 2024-12-20T21:18:55.665Z | Compiling cfg-if v1.0.0 |
457 | 2024-12-20T21:18:55.759Z | Compiling fastrand v2.1.1 |
458 | 2024-12-20T21:18:55.782Z | Compiling clap_builder v4.5.21 |
459 | 2024-12-20T21:18:55.943Z | Compiling papergrid v0.11.0 |
460 | 2024-12-20T21:18:56.201Z | Compiling tempfile v3.13.0 |
461 | 2024-12-20T21:18:56.350Z | Compiling memmap v0.7.0 |
462 | 2024-12-20T21:18:56.458Z | Compiling unicode-linebreak v0.1.5 |
463 | 2024-12-20T21:18:56.697Z | Compiling smawk v0.3.2 |
464 | 2024-12-20T21:18:56.925Z | Compiling textwrap v0.16.1 |
465 | 2024-12-20T21:18:57.066Z | Compiling swrite v0.1.0 |
466 | 2024-12-20T21:18:58.308Z | Compiling tabled_derive v0.7.0 |
467 | 2024-12-20T21:18:59.882Z | Compiling tabled v0.15.0 |
468 | 2024-12-20T21:19:01.272Z | Compiling serde_derive v1.0.215 |
469 | 2024-12-20T21:19:01.275Z | Compiling thiserror-impl v1.0.69 |
470 | 2024-12-20T21:19:01.275Z | Compiling zerocopy-derive v0.7.35 |
471 | 2024-12-20T21:19:01.275Z | Compiling scroll_derive v0.12.0 |
472 | 2024-12-20T21:19:01.399Z | Compiling clap_derive v4.5.18 |
473 | 2024-12-20T21:19:02.567Z | Compiling scroll v0.12.0 |
474 | 2024-12-20T21:19:03.108Z | Compiling goblin v0.8.2 |
475 | 2024-12-20T21:19:03.645Z | Compiling zerocopy v0.7.35 |
476 | 2024-12-20T21:19:03.834Z | Compiling pest v2.7.14 |
477 | 2024-12-20T21:19:04.977Z | Compiling clap v4.5.21 |
478 | 2024-12-20T21:19:06.094Z | Compiling pest_meta v2.7.14 |
479 | 2024-12-20T21:19:06.927Z | Compiling pest_generator v2.7.14 |
480 | 2024-12-20T21:19:08.868Z | Compiling pest_derive v2.7.14 |
481 | 2024-12-20T21:19:09.499Z | Compiling dtrace-parser v0.2.0 |
482 | 2024-12-20T21:19:11.251Z | Compiling toml_datetime v0.6.8 |
483 | 2024-12-20T21:19:11.254Z | Compiling serde_spanned v0.6.8 |
484 | 2024-12-20T21:19:11.254Z | Compiling cargo-platform v0.1.8 |
485 | 2024-12-20T21:19:11.549Z | Compiling macaddr v1.0.1 |
486 | 2024-12-20T21:19:11.624Z | Compiling toml_edit v0.22.22 |
487 | 2024-12-20T21:19:11.870Z | Compiling serde_tokenstream v0.2.2 |
488 | 2024-12-20T21:19:11.992Z | Compiling camino-tempfile v1.1.1 |
489 | 2024-12-20T21:19:12.776Z | Compiling dof v0.3.0 |
490 | 2024-12-20T21:19:12.776Z | Compiling cargo_metadata v0.18.1 |
491 | 2024-12-20T21:19:14.465Z | Compiling toml v0.8.19 |
492 | 2024-12-20T21:19:14.984Z | Compiling usdt-attr-macro v0.5.0 |
493 | 2024-12-20T21:19:15.008Z | Compiling usdt-macro v0.5.0 |
494 | 2024-12-20T21:19:15.348Z | Compiling cargo_toml v0.20.5 |
495 | 2024-12-20T21:19:16.298Z | Compiling usdt v0.5.0 |
496 | 2024-12-20T21:19:18.895Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
497 | 2024-12-20T21:19:22.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.58s |
498 | 2024-12-20T21:19:23.246Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
499 | 2024-12-20T21:19:23.760Z | Downloading crates ... |
500 | 2024-12-20T21:19:23.912Z | Downloaded headers-core v0.3.0 |
501 | 2024-12-20T21:19:23.914Z | Downloaded ciborium-io v0.2.2 |
502 | 2024-12-20T21:19:23.917Z | Downloaded darling v0.20.10 |
503 | 2024-12-20T21:19:23.924Z | Downloaded http-body v1.0.1 |
504 | 2024-12-20T21:19:23.931Z | Downloaded atty v0.2.14 |
505 | 2024-12-20T21:19:23.935Z | Downloaded atomicwrites v0.4.4 |
506 | 2024-12-20T21:19:23.937Z | Downloaded cfg_aliases v0.2.1 |
507 | 2024-12-20T21:19:23.937Z | Downloaded instant v0.1.13 |
508 | 2024-12-20T21:19:23.940Z | Downloaded cfg_aliases v0.1.1 |
509 | 2024-12-20T21:19:23.941Z | Downloaded crucible-workspace-hack v0.1.0 |
510 | 2024-12-20T21:19:23.944Z | Downloaded icu_provider_macros v1.5.0 |
511 | 2024-12-20T21:19:23.944Z | Downloaded hubpack_derive v0.1.1 |
512 | 2024-12-20T21:19:23.944Z | Downloaded http-range v0.1.5 |
513 | 2024-12-20T21:19:23.947Z | Downloaded cstr-argument v0.1.2 |
514 | 2024-12-20T21:19:23.950Z | Downloaded async-stream-impl v0.3.6 |
515 | 2024-12-20T21:19:23.952Z | Downloaded is_ci v1.2.0 |
516 | 2024-12-20T21:19:23.956Z | Downloaded async-recursion v1.1.1 |
517 | 2024-12-20T21:19:23.959Z | Downloaded ident_case v1.0.1 |
518 | 2024-12-20T21:19:23.959Z | Downloaded arrayref v0.3.9 |
519 | 2024-12-20T21:19:23.962Z | Downloaded md5 v0.7.0 |
520 | 2024-12-20T21:19:23.962Z | Downloaded aead v0.5.2 |
521 | 2024-12-20T21:19:23.965Z | Downloaded assert_matches v1.5.0 |
522 | 2024-12-20T21:19:23.965Z | Downloaded crunchy v0.2.2 |
523 | 2024-12-20T21:19:23.965Z | Downloaded match_cfg v0.1.0 |
524 | 2024-12-20T21:19:23.967Z | Downloaded ascii-canvas v3.0.0 |
525 | 2024-12-20T21:19:23.967Z | Downloaded bit-set v0.5.3 |
526 | 2024-12-20T21:19:23.970Z | Downloaded hyper-tls v0.6.0 |
527 | 2024-12-20T21:19:23.970Z | Downloaded hubpack v0.1.2 |
528 | 2024-12-20T21:19:23.973Z | Downloaded httpdate v1.0.3 |
529 | 2024-12-20T21:19:23.973Z | Downloaded humantime v2.1.0 |
530 | 2024-12-20T21:19:23.980Z | Downloaded cipher v0.4.4 |
531 | 2024-12-20T21:19:23.981Z | Downloaded matches v0.1.10 |
532 | 2024-12-20T21:19:23.981Z | Downloaded hickory-client v0.24.1 |
533 | 2024-12-20T21:19:23.983Z | Downloaded http-body-util v0.1.2 |
534 | 2024-12-20T21:19:23.983Z | Downloaded hex-literal v0.4.1 |
535 | 2024-12-20T21:19:23.983Z | Downloaded linked-hash-map v0.5.6 |
536 | 2024-12-20T21:19:23.987Z | Downloaded atomic-waker v1.1.2 |
537 | 2024-12-20T21:19:23.987Z | Downloaded hex v0.4.3 |
538 | 2024-12-20T21:19:23.991Z | Downloaded heck v0.3.3 |
539 | 2024-12-20T21:19:23.991Z | Downloaded buf-list v1.0.3 |
540 | 2024-12-20T21:19:23.993Z | Downloaded indoc v1.0.9 |
541 | 2024-12-20T21:19:23.997Z | Downloaded cobs v0.2.3 |
542 | 2024-12-20T21:19:23.997Z | Downloaded mime v0.3.17 |
543 | 2024-12-20T21:19:24.001Z | Downloaded bitflags v1.3.2 |
544 | 2024-12-20T21:19:24.004Z | Downloaded memoffset v0.9.1 |
545 | 2024-12-20T21:19:24.004Z | Downloaded maplit v1.0.2 |
546 | 2024-12-20T21:19:24.004Z | Downloaded libsw v3.3.1 |
547 | 2024-12-20T21:19:24.007Z | Downloaded libefi-sys v0.1.0 |
548 | 2024-12-20T21:19:24.007Z | Downloaded keccak v0.1.5 |
549 | 2024-12-20T21:19:24.009Z | Downloaded internet-checksum v0.2.1 |
550 | 2024-12-20T21:19:24.009Z | Downloaded crossbeam-deque v0.8.5 |
551 | 2024-12-20T21:19:24.012Z | Downloaded impl-trait-for-tuples v0.2.2 |
552 | 2024-12-20T21:19:24.016Z | Downloaded maybe-uninit v2.0.0 |
553 | 2024-12-20T21:19:24.018Z | Downloaded ipnetwork v0.20.0 |
554 | 2024-12-20T21:19:24.018Z | Downloaded bb8 v0.8.5 |
555 | 2024-12-20T21:19:24.019Z | Downloaded is-terminal v0.4.13 |
556 | 2024-12-20T21:19:24.021Z | Downloaded iana-time-zone v0.1.61 |
557 | 2024-12-20T21:19:24.026Z | Downloaded cexpr v0.6.0 |
558 | 2024-12-20T21:19:24.026Z | Downloaded adler2 v2.0.0 |
559 | 2024-12-20T21:19:24.034Z | Downloaded hmac v0.12.1 |
560 | 2024-12-20T21:19:24.034Z | Downloaded md-5 v0.10.6 |
561 | 2024-12-20T21:19:24.037Z | Downloaded progenitor-client v0.8.0 |
562 | 2024-12-20T21:19:24.037Z | Downloaded hyper-rustls v0.27.3 |
563 | 2024-12-20T21:19:24.037Z | Downloaded httparse v1.9.5 |
564 | 2024-12-20T21:19:24.037Z | Downloaded addr2line v0.24.2 |
565 | 2024-12-20T21:19:24.039Z | Downloaded bitfield v0.14.0 |
566 | 2024-12-20T21:19:24.042Z | Downloaded rpassword v7.3.1 |
567 | 2024-12-20T21:19:24.042Z | Downloaded constant_time_eq v0.3.1 |
568 | 2024-12-20T21:19:24.045Z | Downloaded hyper-staticfile v0.10.1 |
569 | 2024-12-20T21:19:24.045Z | Downloaded lazycell v1.3.0 |
570 | 2024-12-20T21:19:24.048Z | Downloaded serde-big-array v0.5.1 |
571 | 2024-12-20T21:19:24.048Z | Downloaded libloading v0.8.5 |
572 | 2024-12-20T21:19:24.053Z | Downloaded managed v0.8.0 |
573 | 2024-12-20T21:19:24.055Z | Downloaded lock_api v0.4.12 |
574 | 2024-12-20T21:19:24.055Z | Downloaded lru v0.12.5 |
575 | 2024-12-20T21:19:24.055Z | Downloaded backoff v0.4.0 |
576 | 2024-12-20T21:19:24.058Z | Downloaded ipnet v2.10.1 |
577 | 2024-12-20T21:19:24.060Z | Downloaded memmap2 v0.9.5 |
578 | 2024-12-20T21:19:24.063Z | Downloaded kstat-rs v0.2.4 |
579 | 2024-12-20T21:19:24.063Z | Downloaded jobserver v0.1.32 |
580 | 2024-12-20T21:19:24.066Z | Downloaded icu_locid_transform v1.5.0 |
581 | 2024-12-20T21:19:24.068Z | Downloaded strip-ansi-escapes v0.2.0 |
582 | 2024-12-20T21:19:24.073Z | Downloaded lalrpop-util v0.19.12 |
583 | 2024-12-20T21:19:24.073Z | Downloaded bitfield-struct v0.6.2 |
584 | 2024-12-20T21:19:24.074Z | Downloaded bcs v0.1.6 |
585 | 2024-12-20T21:19:24.079Z | Downloaded cookie_store v0.21.0 |
586 | 2024-12-20T21:19:24.079Z | Downloaded quinn-udp v0.5.5 |
587 | 2024-12-20T21:19:24.083Z | Downloaded litemap v0.7.3 |
588 | 2024-12-20T21:19:24.083Z | Downloaded mime_guess v2.0.5 |
589 | 2024-12-20T21:19:24.083Z | Downloaded arc-swap v1.7.1 |
590 | 2024-12-20T21:19:24.086Z | Downloaded ahash v0.8.11 |
591 | 2024-12-20T21:19:24.088Z | Downloaded darling_macro v0.20.10 |
592 | 2024-12-20T21:19:24.091Z | Downloaded async-bb8-diesel v0.2.1 |
593 | 2024-12-20T21:19:24.093Z | Downloaded mirai-annotations v1.12.0 |
594 | 2024-12-20T21:19:24.094Z | Downloaded zone_cfg_derive v0.3.0 |
595 | 2024-12-20T21:19:24.096Z | Downloaded ciborium v0.2.2 |
596 | 2024-12-20T21:19:24.099Z | Downloaded scopeguard v1.2.0 |
597 | 2024-12-20T21:19:24.099Z | Downloaded string_cache v0.8.7 |
598 | 2024-12-20T21:19:24.102Z | Downloaded zerofrom v0.1.4 |
599 | 2024-12-20T21:19:24.102Z | Downloaded waitgroup v0.1.2 |
600 | 2024-12-20T21:19:24.104Z | Downloaded foreign-types v0.3.2 |
601 | 2024-12-20T21:19:24.104Z | Downloaded tls_codec_derive v0.4.1 |
602 | 2024-12-20T21:19:24.107Z | Downloaded static_assertions v1.1.0 |
603 | 2024-12-20T21:19:24.107Z | Downloaded newtype_derive v0.1.6 |
604 | 2024-12-20T21:19:24.110Z | Downloaded icu_normalizer v1.5.0 |
605 | 2024-12-20T21:19:24.113Z | Downloaded ref-cast-impl v1.0.23 |
606 | 2024-12-20T21:19:24.113Z | Downloaded ref-cast v1.0.23 |
607 | 2024-12-20T21:19:24.117Z | Downloaded indexmap v1.9.3 |
608 | 2024-12-20T21:19:24.119Z | Downloaded shell-words v1.1.0 |
609 | 2024-12-20T21:19:24.122Z | Downloaded serde-hex v0.1.0 |
610 | 2024-12-20T21:19:24.122Z | Downloaded icu_normalizer_data v1.5.0 |
611 | 2024-12-20T21:19:24.126Z | Downloaded icu_locid_transform_data v1.5.0 |
612 | 2024-12-20T21:19:24.128Z | Downloaded oso-derive v0.27.3 |
613 | 2024-12-20T21:19:24.129Z | Downloaded crossbeam-epoch v0.9.18 |
614 | 2024-12-20T21:19:24.132Z | Downloaded const_format_proc_macros v0.2.33 |
615 | 2024-12-20T21:19:24.134Z | Downloaded clang-sys v1.8.1 |
616 | 2024-12-20T21:19:24.137Z | Downloaded icu_locid v1.5.0 |
617 | 2024-12-20T21:19:24.142Z | Downloaded openssl-probe v0.1.5 |
618 | 2024-12-20T21:19:24.144Z | Downloaded crossbeam-utils v0.8.20 |
619 | 2024-12-20T21:19:24.144Z | Downloaded xz2 v0.1.7 |
620 | 2024-12-20T21:19:24.147Z | Downloaded thiserror-impl-no-std v2.0.2 |
621 | 2024-12-20T21:19:24.149Z | Downloaded thiserror-impl v2.0.3 |
622 | 2024-12-20T21:19:24.149Z | Downloaded thiserror v2.0.3 |
623 | 2024-12-20T21:19:24.154Z | Downloaded sigpipe v0.1.3 |
624 | 2024-12-20T21:19:24.157Z | Downloaded pretty-hex v0.2.1 |
625 | 2024-12-20T21:19:24.157Z | Downloaded unicode-xid v0.2.6 |
626 | 2024-12-20T21:19:24.160Z | Downloaded unarray v0.1.4 |
627 | 2024-12-20T21:19:24.160Z | Downloaded ed25519 v2.2.3 |
628 | 2024-12-20T21:19:24.162Z | Downloaded funty v2.0.0 |
629 | 2024-12-20T21:19:24.165Z | Downloaded rand_chacha v0.3.1 |
630 | 2024-12-20T21:19:24.165Z | Downloaded mockall v0.13.0 |
631 | 2024-12-20T21:19:24.167Z | Downloaded fragile v2.0.0 |
632 | 2024-12-20T21:19:24.168Z | Downloaded dyn-clone v1.0.17 |
633 | 2024-12-20T21:19:24.170Z | Downloaded icu_properties v1.5.1 |
634 | 2024-12-20T21:19:24.173Z | Downloaded dunce v1.0.5 |
635 | 2024-12-20T21:19:24.176Z | Downloaded zone v0.3.0 |
636 | 2024-12-20T21:19:24.176Z | Downloaded newtype-uuid v1.1.3 |
637 | 2024-12-20T21:19:24.178Z | Downloaded rustversion v1.0.17 |
638 | 2024-12-20T21:19:24.181Z | Downloaded glob v0.3.1 |
639 | 2024-12-20T21:19:24.181Z | Downloaded zone v0.1.8 |
640 | 2024-12-20T21:19:24.183Z | Downloaded zerovec-derive v0.10.3 |
641 | 2024-12-20T21:19:24.183Z | Downloaded indicatif v0.17.9 |
642 | 2024-12-20T21:19:24.187Z | Downloaded compact_str v0.8.0 |
643 | 2024-12-20T21:19:24.191Z | Downloaded num-derive v0.4.2 |
644 | 2024-12-20T21:19:24.193Z | Downloaded bytes v1.8.0 |
645 | 2024-12-20T21:19:24.197Z | Downloaded tokio-tungstenite v0.23.1 |
646 | 2024-12-20T21:19:24.201Z | Downloaded rustc-demangle v0.1.24 |
647 | 2024-12-20T21:19:24.203Z | Downloaded spki v0.7.3 |
648 | 2024-12-20T21:19:24.203Z | Downloaded diesel_table_macro_syntax v0.2.0 |
649 | 2024-12-20T21:19:24.207Z | Downloaded tower-service v0.3.3 |
650 | 2024-12-20T21:19:24.207Z | Downloaded tokio-tungstenite v0.24.0 |
651 | 2024-12-20T21:19:24.210Z | Downloaded spin v0.9.8 |
652 | 2024-12-20T21:19:24.216Z | Downloaded write16 v1.0.0 |
653 | 2024-12-20T21:19:24.216Z | Downloaded percent-encoding v2.3.1 |
654 | 2024-12-20T21:19:24.216Z | Downloaded rand_core v0.6.4 |
655 | 2024-12-20T21:19:24.221Z | Downloaded rand_seeder v0.3.0 |
656 | 2024-12-20T21:19:24.221Z | Downloaded pkg-config v0.3.31 |
657 | 2024-12-20T21:19:24.221Z | Downloaded path-slash v0.1.5 |
658 | 2024-12-20T21:19:24.221Z | Downloaded paste v1.0.15 |
659 | 2024-12-20T21:19:24.224Z | Downloaded predicates-tree v1.0.11 |
660 | 2024-12-20T21:19:24.224Z | Downloaded ghash v0.5.1 |
661 | 2024-12-20T21:19:24.224Z | Downloaded wait-timeout v0.2.0 |
662 | 2024-12-20T21:19:24.229Z | Downloaded smallvec v0.6.14 |
663 | 2024-12-20T21:19:24.232Z | Downloaded strum_macros v0.25.3 |
664 | 2024-12-20T21:19:24.232Z | Downloaded slog-scope v4.4.0 |
665 | 2024-12-20T21:19:24.232Z | Downloaded signature v2.2.0 |
666 | 2024-12-20T21:19:24.235Z | Downloaded signal-hook-tokio v0.3.1 |
667 | 2024-12-20T21:19:24.235Z | Downloaded term v0.7.0 |
668 | 2024-12-20T21:19:24.237Z | Downloaded newline-converter v0.3.0 |
669 | 2024-12-20T21:19:24.241Z | Downloaded hyper-util v0.1.10 |
670 | 2024-12-20T21:19:24.244Z | Downloaded rtoolbox v0.0.2 |
671 | 2024-12-20T21:19:24.244Z | Downloaded icu_collections v1.5.0 |
672 | 2024-12-20T21:19:24.250Z | Downloaded num-complex v0.4.6 |
673 | 2024-12-20T21:19:24.253Z | Downloaded fs_extra v1.3.0 |
674 | 2024-12-20T21:19:24.255Z | Downloaded tracing-attributes v0.1.27 |
675 | 2024-12-20T21:19:24.258Z | Downloaded tokio-native-tls v0.3.1 |
676 | 2024-12-20T21:19:24.261Z | Downloaded const_format v0.2.33 |
677 | 2024-12-20T21:19:24.263Z | Downloaded crypto-bigint v0.5.5 |
678 | 2024-12-20T21:19:24.270Z | Downloaded unicode-truncate v1.1.0 |
679 | 2024-12-20T21:19:24.272Z | Downloaded wyz v0.5.1 |
680 | 2024-12-20T21:19:24.276Z | Downloaded typify-macro v0.2.0 |
681 | 2024-12-20T21:19:24.276Z | Downloaded aes v0.8.4 |
682 | 2024-12-20T21:19:24.279Z | Downloaded thread_local v1.1.8 |
683 | 2024-12-20T21:19:24.281Z | Downloaded either v1.13.0 |
684 | 2024-12-20T21:19:24.281Z | Downloaded sync-ptr v0.1.1 |
685 | 2024-12-20T21:19:24.284Z | Downloaded zopfli v0.8.1 |
686 | 2024-12-20T21:19:24.287Z | Downloaded float-cmp v0.9.0 |
687 | 2024-12-20T21:19:24.287Z | Downloaded flagset v0.4.6 |
688 | 2024-12-20T21:19:24.289Z | Downloaded fixedbitset v0.4.2 |
689 | 2024-12-20T21:19:24.289Z | Downloaded futures-io v0.3.31 |
690 | 2024-12-20T21:19:24.292Z | Downloaded futures-executor v0.3.31 |
691 | 2024-12-20T21:19:24.294Z | Downloaded num_enum v0.5.11 |
692 | 2024-12-20T21:19:24.298Z | Downloaded smallvec v1.13.2 |
693 | 2024-12-20T21:19:24.300Z | Downloaded new_debug_unreachable v1.0.6 |
694 | 2024-12-20T21:19:24.303Z | Downloaded group v0.13.0 |
695 | 2024-12-20T21:19:24.303Z | Downloaded try-lock v0.2.5 |
696 | 2024-12-20T21:19:24.313Z | Downloaded dhcproto-macros v0.1.0 |
697 | 2024-12-20T21:19:24.316Z | Downloaded heapless v0.8.0 |
698 | 2024-12-20T21:19:24.320Z | Downloaded progenitor v0.8.0 |
699 | 2024-12-20T21:19:24.324Z | Downloaded samael v0.0.17 |
700 | 2024-12-20T21:19:24.327Z | Downloaded tokio-rustls v0.24.1 |
701 | 2024-12-20T21:19:24.330Z | Downloaded hickory-resolver v0.24.1 |
702 | 2024-12-20T21:19:24.333Z | Downloaded normalize-line-endings v0.3.0 |
703 | 2024-12-20T21:19:24.337Z | Downloaded structmeta v0.2.0 |
704 | 2024-12-20T21:19:24.337Z | Downloaded endian-type v0.1.2 |
705 | 2024-12-20T21:19:24.337Z | Downloaded vsss-rs v3.3.4 |
706 | 2024-12-20T21:19:24.341Z | Downloaded r2d2 v0.8.10 |
707 | 2024-12-20T21:19:24.344Z | Downloaded derive_builder v0.20.2 |
708 | 2024-12-20T21:19:24.346Z | Downloaded defmt-macros v0.3.9 |
709 | 2024-12-20T21:19:24.359Z | Downloaded primeorder v0.13.6 |
710 | 2024-12-20T21:19:24.363Z | Downloaded fatfs v0.3.6 |
711 | 2024-12-20T21:19:24.363Z | Downloaded supports-color v3.0.1 |
712 | 2024-12-20T21:19:24.363Z | Downloaded slog-envlogger v2.2.0 |
713 | 2024-12-20T21:19:24.363Z | Downloaded slog-dtrace v0.3.0 |
714 | 2024-12-20T21:19:24.363Z | Downloaded zip v0.6.6 |
715 | 2024-12-20T21:19:24.363Z | Downloaded slog-bunyan v2.5.0 |
716 | 2024-12-20T21:19:24.366Z | Downloaded slog-async v2.8.0 |
717 | 2024-12-20T21:19:24.366Z | Downloaded peg v0.8.4 |
718 | 2024-12-20T21:19:24.369Z | Downloaded env_filter v0.1.2 |
719 | 2024-12-20T21:19:24.371Z | Downloaded tls_codec v0.4.1 |
720 | 2024-12-20T21:19:24.374Z | Downloaded tracing v0.1.40 |
721 | 2024-12-20T21:19:24.377Z | Downloaded take_mut v0.2.2 |
722 | 2024-12-20T21:19:24.380Z | Downloaded sync_wrapper v1.0.1 |
723 | 2024-12-20T21:19:24.380Z | Downloaded packed_struct v0.10.1 |
724 | 2024-12-20T21:19:24.382Z | Downloaded password-hash v0.5.0 |
725 | 2024-12-20T21:19:24.385Z | Downloaded form_urlencoded v1.2.1 |
726 | 2024-12-20T21:19:24.385Z | Downloaded defmt-parser v0.3.4 |
727 | 2024-12-20T21:19:24.388Z | Downloaded rusty-fork v0.3.0 |
728 | 2024-12-20T21:19:24.388Z | Downloaded dropshot_endpoint v0.12.0 |
729 | 2024-12-20T21:19:24.390Z | Downloaded parse-display v0.10.0 |
730 | 2024-12-20T21:19:24.393Z | Downloaded pkcs8 v0.10.2 |
731 | 2024-12-20T21:19:24.395Z | Downloaded pkcs1 v0.7.5 |
732 | 2024-12-20T21:19:24.398Z | Downloaded foreign-types-shared v0.1.1 |
733 | 2024-12-20T21:19:24.398Z | Downloaded half v2.4.1 |
734 | 2024-12-20T21:19:24.401Z | Downloaded crossbeam-channel v0.5.13 |
735 | 2024-12-20T21:19:24.405Z | Downloaded tokio-tungstenite v0.21.0 |
736 | 2024-12-20T21:19:24.408Z | Downloaded enum-as-inner v0.6.1 |
737 | 2024-12-20T21:19:24.411Z | Downloaded enum-as-inner v0.5.1 |
738 | 2024-12-20T21:19:24.411Z | Downloaded downcast v0.11.0 |
739 | 2024-12-20T21:19:24.415Z | Downloaded libxml v0.3.3 |
740 | 2024-12-20T21:19:24.418Z | Downloaded opaque-debug v0.3.1 |
741 | 2024-12-20T21:19:24.421Z | Downloaded nodrop v0.1.14 |
742 | 2024-12-20T21:19:24.421Z | Downloaded hash32 v0.3.1 |
743 | 2024-12-20T21:19:24.425Z | Downloaded precomputed-hash v0.1.1 |
744 | 2024-12-20T21:19:24.425Z | Downloaded serde_urlencoded v0.7.1 |
745 | 2024-12-20T21:19:24.428Z | Downloaded serde_derive_internals v0.29.1 |
746 | 2024-12-20T21:19:24.428Z | Downloaded libm v0.2.8 |
747 | 2024-12-20T21:19:24.434Z | Downloaded ron v0.8.1 |
748 | 2024-12-20T21:19:24.440Z | Downloaded time-core v0.1.2 |
749 | 2024-12-20T21:19:24.442Z | Downloaded untrusted v0.9.0 |
750 | 2024-12-20T21:19:24.447Z | Downloaded sqlparser_derive v0.2.2 |
751 | 2024-12-20T21:19:24.447Z | Downloaded zeroize_derive v1.4.2 |
752 | 2024-12-20T21:19:24.447Z | Downloaded parking_lot_core v0.9.10 |
753 | 2024-12-20T21:19:24.447Z | Downloaded yasna v0.5.2 |
754 | 2024-12-20T21:19:24.450Z | Downloaded ed25519-dalek v2.1.1 |
755 | 2024-12-20T21:19:24.454Z | Downloaded yoke v0.7.4 |
756 | 2024-12-20T21:19:24.458Z | Downloaded openssl-sys v0.9.103 |
757 | 2024-12-20T21:19:24.470Z | Downloaded futures-macro v0.3.31 |
758 | 2024-12-20T21:19:24.470Z | Downloaded futures-core v0.3.31 |
759 | 2024-12-20T21:19:24.470Z | Downloaded predicates v3.1.2 |
760 | 2024-12-20T21:19:24.476Z | Downloaded want v0.3.1 |
761 | 2024-12-20T21:19:24.476Z | Downloaded unicode-properties v0.1.3 |
762 | 2024-12-20T21:19:24.476Z | Downloaded time-macros v0.2.18 |
763 | 2024-12-20T21:19:24.476Z | Downloaded num-integer v0.1.46 |
764 | 2024-12-20T21:19:24.479Z | Downloaded untrusted v0.7.1 |
765 | 2024-12-20T21:19:24.479Z | Downloaded bumpalo v3.16.0 |
766 | 2024-12-20T21:19:24.479Z | Downloaded tokio-postgres v0.7.12 |
767 | 2024-12-20T21:19:24.486Z | Downloaded peg-runtime v0.8.3 |
768 | 2024-12-20T21:19:24.491Z | Downloaded fallible-iterator v0.3.0 |
769 | 2024-12-20T21:19:24.491Z | Downloaded ssh-encoding v0.2.0 |
770 | 2024-12-20T21:19:24.491Z | Downloaded pkcs5 v0.7.1 |
771 | 2024-12-20T21:19:24.495Z | Downloaded foreign-types-macros v0.2.3 |
772 | 2024-12-20T21:19:24.495Z | Downloaded phf v0.11.2 |
773 | 2024-12-20T21:19:24.495Z | Downloaded diesel_derives v2.2.3 |
774 | 2024-12-20T21:19:24.498Z | Downloaded rsa v0.9.6 |
775 | 2024-12-20T21:19:24.502Z | Downloaded tiny-keccak v2.0.2 |
776 | 2024-12-20T21:19:24.505Z | Downloaded des v0.8.1 |
777 | 2024-12-20T21:19:24.508Z | Downloaded synstructure v0.13.1 |
778 | 2024-12-20T21:19:24.511Z | Downloaded thiserror-no-std v2.0.2 |
779 | 2024-12-20T21:19:24.514Z | Downloaded ssh-cipher v0.2.0 |
780 | 2024-12-20T21:19:24.514Z | Downloaded termtree v0.4.1 |
781 | 2024-12-20T21:19:24.516Z | Downloaded fd-lock v4.0.2 |
782 | 2024-12-20T21:19:24.519Z | Downloaded siphasher v0.3.11 |
783 | 2024-12-20T21:19:24.519Z | Downloaded pin-project v1.1.6 |
784 | 2024-12-20T21:19:24.529Z | Downloaded fxhash v0.2.1 |
785 | 2024-12-20T21:19:24.532Z | Downloaded itertools v0.13.0 |
786 | 2024-12-20T21:19:24.538Z | Downloaded num_enum_derive v0.5.11 |
787 | 2024-12-20T21:19:24.541Z | Downloaded ff v0.13.0 |
788 | 2024-12-20T21:19:24.544Z | Downloaded whoami v1.5.2 |
789 | 2024-12-20T21:19:24.544Z | Downloaded tinyvec_macros v0.1.1 |
790 | 2024-12-20T21:19:24.544Z | Downloaded which v4.4.2 |
791 | 2024-12-20T21:19:24.547Z | Downloaded zerofrom-derive v0.1.4 |
792 | 2024-12-20T21:19:24.547Z | Downloaded embedded-io v0.4.0 |
793 | 2024-12-20T21:19:24.549Z | Downloaded tokio-stream v0.1.16 |
794 | 2024-12-20T21:19:24.554Z | Downloaded tap v1.0.1 |
795 | 2024-12-20T21:19:24.557Z | Downloaded parse-size v1.1.0 |
796 | 2024-12-20T21:19:24.557Z | Downloaded phf_codegen v0.11.2 |
797 | 2024-12-20T21:19:24.557Z | Downloaded fallible-iterator v0.2.0 |
798 | 2024-12-20T21:19:24.561Z | Downloaded rustls-pemfile v2.2.0 |
799 | 2024-12-20T21:19:24.565Z | Downloaded rand_xorshift v0.3.0 |
800 | 2024-12-20T21:19:24.566Z | Downloaded signal-hook-registry v1.4.2 |
801 | 2024-12-20T21:19:24.566Z | Downloaded signal-hook-mio v0.2.4 |
802 | 2024-12-20T21:19:24.566Z | Downloaded postcard v1.0.10 |
803 | 2024-12-20T21:19:24.570Z | Downloaded fallible-streaming-iterator v0.1.9 |
804 | 2024-12-20T21:19:24.570Z | Downloaded dhcproto v0.12.0 |
805 | 2024-12-20T21:19:24.573Z | Downloaded aes-gcm v0.10.3 |
806 | 2024-12-20T21:19:24.576Z | Downloaded x509-cert v0.2.5 |
807 | 2024-12-20T21:19:24.580Z | Downloaded data-encoding v2.6.0 |
808 | 2024-12-20T21:19:24.584Z | Downloaded utf8_iter v1.0.4 |
809 | 2024-12-20T21:19:24.584Z | Downloaded tinystr v0.7.6 |
810 | 2024-12-20T21:19:24.587Z | Downloaded idna v1.0.3 |
811 | 2024-12-20T21:19:24.590Z | Downloaded futures-sink v0.3.31 |
812 | 2024-12-20T21:19:24.593Z | Downloaded debug-ignore v1.0.5 |
813 | 2024-12-20T21:19:24.593Z | Downloaded pin-utils v0.1.0 |
814 | 2024-12-20T21:19:24.593Z | Downloaded futures-task v0.3.31 |
815 | 2024-12-20T21:19:24.596Z | Downloaded termios v0.3.3 |
816 | 2024-12-20T21:19:24.598Z | Downloaded spin v0.5.2 |
817 | 2024-12-20T21:19:24.598Z | Downloaded hkdf v0.12.4 |
818 | 2024-12-20T21:19:24.601Z | Downloaded same-file v1.0.6 |
819 | 2024-12-20T21:19:24.601Z | Downloaded pem v3.0.4 |
820 | 2024-12-20T21:19:24.604Z | Downloaded globset v0.4.15 |
821 | 2024-12-20T21:19:24.607Z | Downloaded omicron-zone-package v0.11.1 |
822 | 2024-12-20T21:19:24.612Z | Downloaded quick-error v1.2.3 |
823 | 2024-12-20T21:19:24.612Z | Downloaded unicode-bidi v0.3.17 |
824 | 2024-12-20T21:19:24.617Z | Downloaded zeroize v1.8.1 |
825 | 2024-12-20T21:19:24.617Z | Downloaded structmeta-derive v0.3.0 |
826 | 2024-12-20T21:19:24.617Z | Downloaded ena v0.14.3 |
827 | 2024-12-20T21:19:24.619Z | Downloaded num-iter v0.1.45 |
828 | 2024-12-20T21:19:24.619Z | Downloaded nanorand v0.7.0 |
829 | 2024-12-20T21:19:24.619Z | Downloaded num v0.4.3 |
830 | 2024-12-20T21:19:24.622Z | Downloaded multimap v0.10.0 |
831 | 2024-12-20T21:19:24.622Z | Downloaded toml v0.7.8 |
832 | 2024-12-20T21:19:24.626Z | Downloaded embedded-io v0.6.1 |
833 | 2024-12-20T21:19:24.629Z | Downloaded derive_more v0.99.18 |
834 | 2024-12-20T21:19:24.633Z | Downloaded predicates-core v1.0.8 |
835 | 2024-12-20T21:19:24.633Z | Downloaded futures v0.3.31 |
836 | 2024-12-20T21:19:24.638Z | Downloaded slog-json v2.6.1 |
837 | 2024-12-20T21:19:24.642Z | Downloaded rustc_version v0.4.1 |
838 | 2024-12-20T21:19:24.647Z | Downloaded deranged v0.3.11 |
839 | 2024-12-20T21:19:24.647Z | Downloaded parking_lot_core v0.8.6 |
840 | 2024-12-20T21:19:24.647Z | Downloaded subtle v2.6.1 |
841 | 2024-12-20T21:19:24.651Z | Downloaded float-ord v0.3.2 |
842 | 2024-12-20T21:19:24.651Z | Downloaded salsa20 v0.10.2 |
843 | 2024-12-20T21:19:24.651Z | Downloaded russh v0.45.0 |
844 | 2024-12-20T21:19:24.654Z | Downloaded openssl-macros v0.1.1 |
845 | 2024-12-20T21:19:24.657Z | Downloaded russh-cryptovec v0.7.3 |
846 | 2024-12-20T21:19:24.657Z | Downloaded difflib v0.4.0 |
847 | 2024-12-20T21:19:24.657Z | Downloaded toolchain_find v0.4.0 |
848 | 2024-12-20T21:19:24.657Z | Downloaded unicode-segmentation v1.12.0 |
849 | 2024-12-20T21:19:24.662Z | Downloaded sqlformat v0.2.6 |
850 | 2024-12-20T21:19:24.665Z | Downloaded sha1 v0.10.6 |
851 | 2024-12-20T21:19:24.665Z | Downloaded packed_struct_codegen v0.10.1 |
852 | 2024-12-20T21:19:24.668Z | Downloaded unicase v2.7.0 |
853 | 2024-12-20T21:19:24.668Z | Downloaded test-strategy v0.3.1 |
854 | 2024-12-20T21:19:24.670Z | Downloaded getrandom v0.2.15 |
855 | 2024-12-20T21:19:24.679Z | Downloaded num-bigint-dig v0.8.4 |
856 | 2024-12-20T21:19:24.683Z | Downloaded derive_builder_macro v0.20.2 |
857 | 2024-12-20T21:19:24.683Z | Downloaded nu-ansi-term v0.50.1 |
858 | 2024-12-20T21:19:24.683Z | Downloaded rustls-pki-types v1.10.0 |
859 | 2024-12-20T21:19:24.685Z | Downloaded structmeta-derive v0.2.0 |
860 | 2024-12-20T21:19:24.688Z | Downloaded dirs-sys-next v0.1.2 |
861 | 2024-12-20T21:19:24.688Z | Downloaded url v2.5.3 |
862 | 2024-12-20T21:19:24.690Z | Downloaded vte v0.11.1 |
863 | 2024-12-20T21:19:24.693Z | Downloaded hashbrown v0.12.3 |
864 | 2024-12-20T21:19:24.696Z | Downloaded hashbrown v0.13.2 |
865 | 2024-12-20T21:19:24.700Z | Downloaded parse-display-derive v0.10.0 |
866 | 2024-12-20T21:19:24.703Z | Downloaded publicsuffix v2.2.3 |
867 | 2024-12-20T21:19:24.706Z | Downloaded strum_macros v0.26.4 |
868 | 2024-12-20T21:19:24.708Z | Downloaded password-hash v0.4.2 |
869 | 2024-12-20T21:19:24.708Z | Downloaded ppv-lite86 v0.2.20 |
870 | 2024-12-20T21:19:24.711Z | Downloaded aho-corasick v1.1.3 |
871 | 2024-12-20T21:19:24.716Z | Downloaded smf v0.2.3 |
872 | 2024-12-20T21:19:24.720Z | Downloaded dirs-next v2.0.0 |
873 | 2024-12-20T21:19:24.720Z | Downloaded structmeta v0.3.0 |
874 | 2024-12-20T21:19:24.724Z | Downloaded display-error-chain v0.2.2 |
875 | 2024-12-20T21:19:24.724Z | Downloaded gethostname v0.5.0 |
876 | 2024-12-20T21:19:24.724Z | Downloaded native-tls v0.2.12 |
877 | 2024-12-20T21:19:24.730Z | Downloaded socket2 v0.5.7 |
878 | 2024-12-20T21:19:24.730Z | Downloaded topological-sort v0.2.2 |
879 | 2024-12-20T21:19:24.730Z | Downloaded postgres-types v0.2.8 |
880 | 2024-12-20T21:19:24.737Z | Downloaded phf_shared v0.10.0 |
881 | 2024-12-20T21:19:24.737Z | Downloaded tinyvec v1.8.0 |
882 | 2024-12-20T21:19:24.737Z | Downloaded parking_lot v0.11.2 |
883 | 2024-12-20T21:19:24.741Z | Downloaded rustfmt-wrapper v0.2.1 |
884 | 2024-12-20T21:19:24.741Z | Downloaded rustc_version v0.1.7 |
885 | 2024-12-20T21:19:24.741Z | Downloaded env_logger v0.10.2 |
886 | 2024-12-20T21:19:24.741Z | Downloaded rustc-hash v2.0.0 |
887 | 2024-12-20T21:19:24.745Z | Downloaded diff v0.1.13 |
888 | 2024-12-20T21:19:24.750Z | Downloaded rayon-core v1.12.1 |
889 | 2024-12-20T21:19:24.755Z | Downloaded rfc6979 v0.4.0 |
890 | 2024-12-20T21:19:24.756Z | Downloaded progenitor-macro v0.8.0 |
891 | 2024-12-20T21:19:24.756Z | Downloaded phf_shared v0.11.2 |
892 | 2024-12-20T21:19:24.756Z | Downloaded time v0.3.36 |
893 | 2024-12-20T21:19:24.759Z | Downloaded tokio-macros v2.4.0 |
894 | 2024-12-20T21:19:24.767Z | Downloaded simd-adler32 v0.3.7 |
895 | 2024-12-20T21:19:24.767Z | Downloaded tokio-util v0.7.12 |
896 | 2024-12-20T21:19:24.772Z | Downloaded stable_deref_trait v1.2.0 |
897 | 2024-12-20T21:19:24.772Z | Downloaded value-bag v1.9.0 |
898 | 2024-12-20T21:19:24.780Z | Downloaded hashlink v0.9.1 |
899 | 2024-12-20T21:19:24.780Z | Downloaded uzers v0.12.1 |
900 | 2024-12-20T21:19:24.780Z | Downloaded tungstenite v0.24.0 |
901 | 2024-12-20T21:19:24.784Z | Downloaded phf_generator v0.11.2 |
902 | 2024-12-20T21:19:24.784Z | Downloaded diesel-dtrace v0.4.2 |
903 | 2024-12-20T21:19:24.784Z | Downloaded num-traits v0.2.19 |
904 | 2024-12-20T21:19:24.787Z | Downloaded foldhash v0.1.3 |
905 | 2024-12-20T21:19:24.787Z | Downloaded polyval v0.6.2 |
906 | 2024-12-20T21:19:24.787Z | Downloaded slab v0.4.9 |
907 | 2024-12-20T21:19:24.789Z | Downloaded progenitor-impl v0.8.0 |
908 | 2024-12-20T21:19:24.789Z | Downloaded subprocess v0.2.9 |
909 | 2024-12-20T21:19:24.792Z | Downloaded filetime v0.2.25 |
910 | 2024-12-20T21:19:24.795Z | Downloaded typify v0.2.0 |
911 | 2024-12-20T21:19:24.798Z | Downloaded multer v3.1.0 |
912 | 2024-12-20T21:19:24.801Z | Downloaded quinn v0.11.5 |
913 | 2024-12-20T21:19:24.805Z | Downloaded tar v0.4.42 |
914 | 2024-12-20T21:19:24.810Z | Downloaded schemars v0.8.21 |
915 | 2024-12-20T21:19:24.816Z | Downloaded tui-tree-widget v0.22.0 |
916 | 2024-12-20T21:19:24.819Z | Downloaded snafu-derive v0.8.5 |
917 | 2024-12-20T21:19:24.824Z | Downloaded powerfmt v0.2.0 |
918 | 2024-12-20T21:19:24.824Z | Downloaded peg-macros v0.8.4 |
919 | 2024-12-20T21:19:24.827Z | Downloaded parking_lot v0.12.3 |
920 | 2024-12-20T21:19:24.827Z | Downloaded rcgen v0.12.1 |
921 | 2024-12-20T21:19:24.829Z | Downloaded env_logger v0.11.5 |
922 | 2024-12-20T21:19:24.829Z | Downloaded icu_properties_data v1.5.0 |
923 | 2024-12-20T21:19:24.840Z | Downloaded tokio-rustls v0.25.0 |
924 | 2024-12-20T21:19:24.844Z | Downloaded blake3 v1.5.4 |
925 | 2024-12-20T21:19:24.851Z | Downloaded similar v2.6.0 |
926 | 2024-12-20T21:19:24.854Z | Downloaded postgres-protocol v0.6.7 |
927 | 2024-12-20T21:19:24.857Z | Downloaded rusqlite v0.32.1 |
928 | 2024-12-20T21:19:24.862Z | Downloaded rand v0.8.5 |
929 | 2024-12-20T21:19:24.865Z | Downloaded owo-colors v4.1.0 |
930 | 2024-12-20T21:19:24.868Z | Downloaded lalrpop v0.19.12 |
931 | 2024-12-20T21:19:24.879Z | Downloaded zerocopy v0.6.6 |
932 | 2024-12-20T21:19:24.881Z | Downloaded derive_builder_core v0.20.2 |
933 | 2024-12-20T21:19:24.885Z | Downloaded signal-hook v0.3.17 |
934 | 2024-12-20T21:19:24.887Z | Downloaded typed-path v0.9.3 |
935 | 2024-12-20T21:19:24.894Z | Downloaded der_derive v0.7.3 |
936 | 2024-12-20T21:19:24.901Z | Downloaded tokio-rustls v0.26.0 |
937 | 2024-12-20T21:19:24.901Z | Downloaded flume v0.11.1 |
938 | 2024-12-20T21:19:24.906Z | Downloaded headers v0.4.0 |
939 | 2024-12-20T21:19:24.910Z | Downloaded mio v1.0.2 |
940 | 2024-12-20T21:19:24.913Z | Downloaded tungstenite v0.23.0 |
941 | 2024-12-20T21:19:24.916Z | Downloaded elliptic-curve v0.13.8 |
942 | 2024-12-20T21:19:24.920Z | Downloaded zerovec v0.10.4 |
943 | 2024-12-20T21:19:24.923Z | Downloaded miniz_oxide v0.8.0 |
944 | 2024-12-20T21:19:24.927Z | Downloaded uuid v1.11.0 |
945 | 2024-12-20T21:19:24.932Z | Downloaded der v0.7.9 |
946 | 2024-12-20T21:19:24.935Z | Downloaded parse-zoneinfo v0.3.1 |
947 | 2024-12-20T21:19:24.937Z | Downloaded bindgen v0.69.5 |
948 | 2024-12-20T21:19:24.943Z | Downloaded git2 v0.19.0 |
949 | 2024-12-20T21:19:24.951Z | Downloaded idna v0.5.0 |
950 | 2024-12-20T21:19:24.958Z | Downloaded idna v0.4.0 |
951 | 2024-12-20T21:19:24.965Z | Downloaded h2 v0.4.6 |
952 | 2024-12-20T21:19:24.971Z | Downloaded reedline v0.35.0 |
953 | 2024-12-20T21:19:24.981Z | Downloaded rustls-webpki v0.101.7 |
954 | 2024-12-20T21:19:24.991Z | Downloaded idna v0.3.0 |
955 | 2024-12-20T21:19:24.998Z | Downloaded idna v0.2.3 |
956 | 2024-12-20T21:19:25.004Z | Downloaded quick-xml v0.33.0 |
957 | 2024-12-20T21:19:25.011Z | Downloaded futures-util v0.3.31 |
958 | 2024-12-20T21:19:25.022Z | Downloaded portable-atomic v1.9.0 |
959 | 2024-12-20T21:19:25.029Z | Downloaded zerocopy-derive v0.8.10 |
960 | 2024-12-20T21:19:25.035Z | Downloaded chrono v0.4.38 |
961 | 2024-12-20T21:19:25.042Z | Downloaded smoltcp v0.9.1 |
962 | 2024-12-20T21:19:25.052Z | Downloaded serde_with v3.11.0 |
963 | 2024-12-20T21:19:25.060Z | Downloaded expectorate v1.1.0 |
964 | 2024-12-20T21:19:25.063Z | Downloaded polar-core v0.27.3 |
965 | 2024-12-20T21:19:25.071Z | Downloaded bitvec v1.0.1 |
966 | 2024-12-20T21:19:25.086Z | Downloaded reqwest v0.12.9 |
967 | 2024-12-20T21:19:25.094Z | Downloaded regex-syntax v0.6.29 |
968 | 2024-12-20T21:19:25.101Z | Downloaded tough v0.19.0 |
969 | 2024-12-20T21:19:25.109Z | Downloaded winnow v0.5.40 |
970 | 2024-12-20T21:19:25.117Z | Downloaded object v0.30.4 |
971 | 2024-12-20T21:19:25.127Z | Downloaded zerocopy v0.8.10 |
972 | 2024-12-20T21:19:25.150Z | Downloaded sqlparser v0.45.0 |
973 | 2024-12-20T21:19:25.155Z | Downloaded rustls v0.21.12 |
974 | 2024-12-20T21:19:25.166Z | Downloaded p384 v0.13.0 |
975 | 2024-12-20T21:19:25.172Z | Downloaded rustls v0.23.19 |
976 | 2024-12-20T21:19:25.183Z | Downloaded smoltcp v0.11.0 |
977 | 2024-12-20T21:19:25.195Z | Downloaded openssl v0.10.66 |
978 | 2024-12-20T21:19:25.204Z | Downloaded salty v0.3.0 |
979 | 2024-12-20T21:19:25.214Z | Downloaded proptest v1.5.0 |
980 | 2024-12-20T21:19:25.219Z | Downloaded rustls v0.22.4 |
981 | 2024-12-20T21:19:25.232Z | Downloaded regress v0.9.1 |
982 | 2024-12-20T21:19:25.240Z | Downloaded petname v2.0.2 |
983 | 2024-12-20T21:19:25.245Z | Downloaded regex v1.11.1 |
984 | 2024-12-20T21:19:25.257Z | Downloaded diesel v2.2.6 |
985 | 2024-12-20T21:19:25.277Z | Downloaded openapiv3 v2.0.0 |
986 | 2024-12-20T21:19:25.287Z | Downloaded gimli v0.31.1 |
987 | 2024-12-20T21:19:25.295Z | Downloaded curve25519-dalek v4.1.3 |
988 | 2024-12-20T21:19:25.304Z | Downloaded vcpkg v0.2.15 |
989 | 2024-12-20T21:19:25.340Z | Downloaded typify-impl v0.2.0 |
990 | 2024-12-20T21:19:25.355Z | Downloaded ratatui v0.28.1 |
991 | 2024-12-20T21:19:25.374Z | Downloaded bstr v1.10.0 |
992 | 2024-12-20T21:19:25.386Z | Downloaded nix v0.28.0 |
993 | 2024-12-20T21:19:25.395Z | Downloaded dropshot v0.13.0 |
994 | 2024-12-20T21:19:25.414Z | Downloaded nix v0.29.0 |
995 | 2024-12-20T21:19:25.425Z | Downloaded object v0.36.5 |
996 | 2024-12-20T21:19:25.437Z | Downloaded dropshot v0.12.0 |
997 | 2024-12-20T21:19:25.456Z | Downloaded trust-dns-proto v0.22.0 |
998 | 2024-12-20T21:19:25.467Z | Downloaded regress v0.10.1 |
999 | 2024-12-20T21:19:25.475Z | Downloaded regex-syntax v0.8.5 |
1000 | 2024-12-20T21:19:25.484Z | Downloaded lzma-sys v0.1.20 |
1001 | 2024-12-20T21:19:25.511Z | Downloaded webpki-roots v0.26.6 |
1002 | 2024-12-20T21:19:25.516Z | Downloaded libz-sys v1.1.20 |
1003 | 2024-12-20T21:19:25.535Z | Downloaded tokio v1.40.0 |
1004 | 2024-12-20T21:19:25.570Z | Downloaded nix v0.27.1 |
1005 | 2024-12-20T21:19:25.580Z | Downloaded chrono-tz v0.10.0 |
1006 | 2024-12-20T21:19:25.588Z | Downloaded unicode-width v0.2.0 |
1007 | 2024-12-20T21:19:25.593Z | Downloaded radix_trie v0.2.1 |
1008 | 2024-12-20T21:19:25.598Z | Downloaded hickory-proto v0.24.1 |
1009 | 2024-12-20T21:19:25.612Z | Downloaded hashbrown v0.14.5 |
1010 | 2024-12-20T21:19:25.617Z | Downloaded rustyline v14.0.0 |
1011 | 2024-12-20T21:19:25.622Z | Downloaded rustls-webpki v0.102.8 |
1012 | 2024-12-20T21:19:25.638Z | Downloaded tracing-core v0.1.32 |
1013 | 2024-12-20T21:19:25.641Z | Downloaded sled v0.34.7 |
1014 | 2024-12-20T21:19:25.651Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1015 | 2024-12-20T21:19:25.662Z | Downloaded unicode-normalization v0.1.24 |
1016 | 2024-12-20T21:19:25.666Z | Downloaded quinn-proto v0.11.8 |
1017 | 2024-12-20T21:19:25.672Z | Downloaded p521 v0.13.3 |
1018 | 2024-12-20T21:19:25.675Z | Downloaded rayon v1.10.0 |
1019 | 2024-12-20T21:19:25.684Z | Downloaded pin-project-internal v1.1.6 |
1020 | 2024-12-20T21:19:25.686Z | Downloaded nom v7.1.3 |
1021 | 2024-12-20T21:19:25.691Z | Downloaded mockall_derive v0.13.0 |
1022 | 2024-12-20T21:19:25.693Z | Downloaded num-rational v0.4.2 |
1023 | 2024-12-20T21:19:25.694Z | Downloaded serde_with_macros v3.11.0 |
1024 | 2024-12-20T21:19:25.696Z | Downloaded regex-automata v0.4.8 |
1025 | 2024-12-20T21:19:25.713Z | Downloaded snafu v0.8.5 |
1026 | 2024-12-20T21:19:25.717Z | Downloaded serde_yaml v0.9.34+deprecated |
1027 | 2024-12-20T21:19:25.729Z | Downloaded p256 v0.13.2 |
1028 | 2024-12-20T21:19:25.729Z | Downloaded zerocopy-derive v0.6.6 |
1029 | 2024-12-20T21:19:25.732Z | Downloaded toml_edit v0.19.15 |
1030 | 2024-12-20T21:19:25.749Z | Downloaded petgraph v0.6.5 |
1031 | 2024-12-20T21:19:25.763Z | Downloaded ssh-key v0.6.6 |
1032 | 2024-12-20T21:19:25.770Z | Downloaded aws-lc-rs v1.10.0 |
1033 | 2024-12-20T21:19:25.779Z | Downloaded futures-channel v0.3.31 |
1034 | 2024-12-20T21:19:25.782Z | Downloaded flate2 v1.0.34 |
1035 | 2024-12-20T21:19:25.785Z | Downloaded itertools v0.12.1 |
1036 | 2024-12-20T21:19:25.791Z | Downloaded crossterm v0.28.1 |
1037 | 2024-12-20T21:19:25.796Z | Downloaded sha3 v0.10.8 |
1038 | 2024-12-20T21:19:25.801Z | Downloaded num-bigint v0.4.6 |
1039 | 2024-12-20T21:19:25.805Z | Downloaded csv v1.3.0 |
1040 | 2024-12-20T21:19:25.826Z | Downloaded hyper v1.5.0 |
1041 | 2024-12-20T21:19:25.831Z | Downloaded defmt v0.3.8 |
1042 | 2024-12-20T21:19:25.833Z | Downloaded zip v2.1.3 |
1043 | 2024-12-20T21:19:25.838Z | Downloaded foreign-types v0.5.0 |
1044 | 2024-12-20T21:19:25.842Z | Downloaded pem-rfc7468 v0.7.0 |
1045 | 2024-12-20T21:19:25.842Z | Downloaded utf16_iter v1.0.5 |
1046 | 2024-12-20T21:19:25.844Z | Downloaded utf-8 v0.7.6 |
1047 | 2024-12-20T21:19:25.844Z | Downloaded tabwriter v1.4.0 |
1048 | 2024-12-20T21:19:25.844Z | Downloaded schemars_derive v0.8.21 |
1049 | 2024-12-20T21:19:25.847Z | Downloaded scheduled-thread-pool v0.2.7 |
1050 | 2024-12-20T21:19:25.847Z | Downloaded psl-types v2.0.11 |
1051 | 2024-12-20T21:19:25.847Z | Downloaded ron v0.7.1 |
1052 | 2024-12-20T21:19:25.851Z | Downloaded unicode_categories v0.1.1 |
1053 | 2024-12-20T21:19:25.853Z | Downloaded dropshot_endpoint v0.13.0 |
1054 | 2024-12-20T21:19:25.857Z | Downloaded scrypt v0.11.0 |
1055 | 2024-12-20T21:19:25.859Z | Downloaded rustls-pemfile v1.0.4 |
1056 | 2024-12-20T21:19:25.859Z | Downloaded displaydoc v0.2.5 |
1057 | 2024-12-20T21:19:25.862Z | Downloaded tungstenite v0.21.0 |
1058 | 2024-12-20T21:19:25.865Z | Downloaded number_prefix v0.4.0 |
1059 | 2024-12-20T21:19:25.865Z | Downloaded num_threads v0.1.7 |
1060 | 2024-12-20T21:19:25.868Z | Downloaded walkdir v2.5.0 |
1061 | 2024-12-20T21:19:25.868Z | Downloaded steno v0.4.1 |
1062 | 2024-12-20T21:19:25.871Z | Downloaded itertools v0.10.5 |
1063 | 2024-12-20T21:19:25.877Z | Downloaded derive-where v1.2.7 |
1064 | 2024-12-20T21:19:25.880Z | Downloaded vergen v8.3.2 |
1065 | 2024-12-20T21:19:25.883Z | Downloaded serde_path_to_error v0.1.16 |
1066 | 2024-12-20T21:19:25.885Z | Downloaded sct v0.7.1 |
1067 | 2024-12-20T21:19:25.888Z | Downloaded poly1305 v0.8.0 |
1068 | 2024-12-20T21:19:25.891Z | Downloaded darling_core v0.20.10 |
1069 | 2024-12-20T21:19:25.893Z | Downloaded writeable v0.5.5 |
1070 | 2024-12-20T21:19:25.897Z | Downloaded serde_repr v0.1.19 |
1071 | 2024-12-20T21:19:25.899Z | Downloaded serde_plain v1.0.2 |
1072 | 2024-12-20T21:19:25.899Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1073 | 2024-12-20T21:19:25.953Z | Downloaded unsafe-libyaml v0.2.11 |
1074 | 2024-12-20T21:19:25.956Z | Downloaded foreign-types-shared v0.3.1 |
1075 | 2024-12-20T21:19:25.959Z | Downloaded radium v0.7.0 |
1076 | 2024-12-20T21:19:25.959Z | Downloaded qorb v0.2.1 |
1077 | 2024-12-20T21:19:25.963Z | Downloaded cc v1.1.30 |
1078 | 2024-12-20T21:19:25.966Z | Downloaded proc-macro-crate v1.3.1 |
1079 | 2024-12-20T21:19:25.966Z | Downloaded pbkdf2 v0.12.2 |
1080 | 2024-12-20T21:19:25.968Z | Downloaded pbkdf2 v0.11.0 |
1081 | 2024-12-20T21:19:25.971Z | Downloaded termcolor v1.4.1 |
1082 | 2024-12-20T21:19:25.971Z | Downloaded yoke-derive v0.7.4 |
1083 | 2024-12-20T21:19:25.971Z | Downloaded olpc-cjson v0.1.4 |
1084 | 2024-12-20T21:19:25.973Z | Downloaded oso v0.27.3 |
1085 | 2024-12-20T21:19:25.976Z | Downloaded minimal-lexical v0.2.1 |
1086 | 2024-12-20T21:19:25.979Z | Downloaded base64 v0.22.1 |
1087 | 2024-12-20T21:19:25.984Z | Downloaded nibble_vec v0.1.0 |
1088 | 2024-12-20T21:19:25.987Z | Downloaded slog-term v2.9.1 |
1089 | 2024-12-20T21:19:25.987Z | Downloaded hash32 v0.2.1 |
1090 | 2024-12-20T21:19:25.987Z | Downloaded russh-keys v0.45.0 |
1091 | 2024-12-20T21:19:25.991Z | Downloaded hickory-server v0.24.1 |
1092 | 2024-12-20T21:19:25.994Z | Downloaded allocator-api2 v0.2.18 |
1093 | 2024-12-20T21:19:25.997Z | Downloaded chacha20poly1305 v0.10.1 |
1094 | 2024-12-20T21:19:25.999Z | Downloaded backtrace v0.3.74 |
1095 | 2024-12-20T21:19:26.003Z | Downloaded dsl_auto_type v0.1.2 |
1096 | 2024-12-20T21:19:26.005Z | Downloaded pin-project-lite v0.2.14 |
1097 | 2024-12-20T21:19:26.009Z | Downloaded prettyplease v0.2.25 |
1098 | 2024-12-20T21:19:26.012Z | Downloaded http v1.1.0 |
1099 | 2024-12-20T21:19:26.015Z | Downloaded base64 v0.21.7 |
1100 | 2024-12-20T21:19:26.020Z | Downloaded base64 v0.13.1 |
1101 | 2024-12-20T21:19:26.023Z | Downloaded slog v2.7.0 |
1102 | 2024-12-20T21:19:26.026Z | Downloaded strum_macros v0.24.3 |
1103 | 2024-12-20T21:19:26.026Z | Downloaded strum v0.26.3 |
1104 | 2024-12-20T21:19:26.029Z | Downloaded secrecy v0.8.0 |
1105 | 2024-12-20T21:19:26.029Z | Downloaded sec1 v0.7.3 |
1106 | 2024-12-20T21:19:26.029Z | Downloaded heapless v0.7.17 |
1107 | 2024-12-20T21:19:26.033Z | Downloaded ecdsa v0.16.9 |
1108 | 2024-12-20T21:19:26.035Z | Downloaded slog-stdlog v4.1.1 |
1109 | 2024-12-20T21:19:26.038Z | Downloaded xattr v1.3.1 |
1110 | 2024-12-20T21:19:26.038Z | Downloaded universal-hash v0.5.1 |
1111 | 2024-12-20T21:19:26.041Z | Downloaded twox-hash v1.6.3 |
1112 | 2024-12-20T21:19:26.041Z | Downloaded cookie v0.18.1 |
1113 | 2024-12-20T21:19:26.044Z | Downloaded arrayvec v0.7.6 |
1114 | 2024-12-20T21:19:26.044Z | Downloaded cancel-safe-futures v0.1.5 |
1115 | 2024-12-20T21:19:26.049Z | Downloaded encoding_rs v0.8.34 |
1116 | 2024-12-20T21:19:26.067Z | Downloaded num-conv v0.1.0 |
1117 | 2024-12-20T21:19:26.069Z | Downloaded const-oid v0.9.6 |
1118 | 2024-12-20T21:19:26.074Z | Downloaded blake2 v0.10.6 |
1119 | 2024-12-20T21:19:26.074Z | Downloaded semver v0.1.20 |
1120 | 2024-12-20T21:19:26.077Z | Downloaded icu_provider v1.5.0 |
1121 | 2024-12-20T21:19:26.077Z | Downloaded crc-any v2.5.0 |
1122 | 2024-12-20T21:19:26.079Z | Downloaded vte_generate_state_changes v0.1.2 |
1123 | 2024-12-20T21:19:26.079Z | Downloaded stringprep v0.1.5 |
1124 | 2024-12-20T21:19:26.079Z | Downloaded shlex v1.3.0 |
1125 | 2024-12-20T21:19:26.082Z | Downloaded rustc-hash v1.1.0 |
1126 | 2024-12-20T21:19:26.082Z | Downloaded resolv-conf v0.7.0 |
1127 | 2024-12-20T21:19:26.085Z | Downloaded zone_cfg_derive v0.1.2 |
1128 | 2024-12-20T21:19:26.085Z | Downloaded bzip2 v0.4.4 |
1129 | 2024-12-20T21:19:26.085Z | Downloaded async-trait v0.1.83 |
1130 | 2024-12-20T21:19:26.088Z | Downloaded indent_write v2.2.0 |
1131 | 2024-12-20T21:19:26.091Z | Downloaded csv-core v0.1.11 |
1132 | 2024-12-20T21:19:26.091Z | Downloaded crc32fast v1.4.2 |
1133 | 2024-12-20T21:19:26.094Z | Downloaded console v0.15.8 |
1134 | 2024-12-20T21:19:26.094Z | Downloaded bcrypt-pbkdf v0.10.0 |
1135 | 2024-12-20T21:19:26.097Z | Downloaded base64ct v1.6.0 |
1136 | 2024-12-20T21:19:26.100Z | Downloaded argon2 v0.5.3 |
1137 | 2024-12-20T21:19:26.100Z | Downloaded lazy_static v1.5.0 |
1138 | 2024-12-20T21:19:26.104Z | Downloaded highway v1.2.0 |
1139 | 2024-12-20T21:19:26.104Z | Downloaded array-init v0.0.4 |
1140 | 2024-12-20T21:19:26.104Z | Downloaded lockfree-object-pool v0.1.6 |
1141 | 2024-12-20T21:19:26.106Z | Downloaded curve25519-dalek-derive v0.1.1 |
1142 | 2024-12-20T21:19:26.106Z | Downloaded ctr v0.9.2 |
1143 | 2024-12-20T21:19:26.109Z | Downloaded async-stream v0.3.6 |
1144 | 2024-12-20T21:19:26.109Z | Downloaded instability v0.3.2 |
1145 | 2024-12-20T21:19:26.112Z | Downloaded cmake v0.1.51 |
1146 | 2024-12-20T21:19:26.112Z | Downloaded castaway v0.2.3 |
1147 | 2024-12-20T21:19:26.113Z | Downloaded convert_case v0.4.0 |
1148 | 2024-12-20T21:19:26.116Z | Downloaded chacha20 v0.9.1 |
1149 | 2024-12-20T21:19:26.117Z | Downloaded linear-map v1.2.0 |
1150 | 2024-12-20T21:19:26.117Z | Downloaded inout v0.1.3 |
1151 | 2024-12-20T21:19:26.120Z | Downloaded idna_adapter v1.2.0 |
1152 | 2024-12-20T21:19:26.120Z | Downloaded crc-catalog v2.4.0 |
1153 | 2024-12-20T21:19:26.120Z | Downloaded crc v3.2.1 |
1154 | 2024-12-20T21:19:26.123Z | Downloaded ciborium-ll v0.2.2 |
1155 | 2024-12-20T21:19:26.123Z | Downloaded chrono-tz-build v0.4.0 |
1156 | 2024-12-20T21:19:26.123Z | Downloaded blowfish v0.9.1 |
1157 | 2024-12-20T21:19:26.126Z | Downloaded lru-cache v0.1.2 |
1158 | 2024-12-20T21:19:26.126Z | Downloaded cbc v0.1.2 |
1159 | 2024-12-20T21:19:26.126Z | Downloaded bit-vec v0.6.3 |
1160 | 2024-12-20T21:19:26.130Z | Downloaded hostname v0.3.1 |
1161 | 2024-12-20T21:19:26.130Z | Downloaded colored v2.1.0 |
1162 | 2024-12-20T21:19:26.133Z | Downloaded cassowary v0.3.0 |
1163 | 2024-12-20T21:19:26.133Z | Downloaded block-padding v0.3.3 |
1164 | 2024-12-20T21:19:26.133Z | Downloaded hostname v0.4.0 |
1165 | 2024-12-20T21:19:26.133Z | Downloaded home v0.5.9 |
1166 | 2024-12-20T21:19:26.142Z | Downloaded base16ct v0.2.0 |
1167 | 2024-12-20T21:19:26.250Z | Downloaded libsqlite3-sys v0.30.1 |
1168 | 2024-12-20T21:19:26.707Z | Downloaded ring v0.17.8 |
1169 | 2024-12-20T21:19:26.903Z | Downloaded ring v0.16.20 |
1170 | 2024-12-20T21:19:27.164Z | Downloaded aws-lc-sys v0.22.0 |
1171 | 2024-12-20T21:19:27.519Z | Compiling serde v1.0.215 |
1172 | 2024-12-20T21:19:27.522Z | Compiling lock_api v0.4.12 |
1173 | 2024-12-20T21:19:27.522Z | Compiling scopeguard v1.2.0 |
1174 | 2024-12-20T21:19:27.522Z | Compiling value-bag v1.9.0 |
1175 | 2024-12-20T21:19:27.522Z | Compiling typenum v1.17.0 |
1176 | 2024-12-20T21:19:27.677Z | Compiling generic-array v0.14.7 |
1177 | 2024-12-20T21:19:27.718Z | Compiling syn v2.0.87 |
1178 | 2024-12-20T21:19:27.732Z | Compiling getrandom v0.2.15 |
1179 | 2024-12-20T21:19:27.810Z | Compiling subtle v2.6.1 |
1180 | 2024-12-20T21:19:28.047Z | Compiling rand_core v0.6.4 |
1181 | 2024-12-20T21:19:28.164Z | Compiling log v0.4.22 |
1182 | 2024-12-20T21:19:28.248Z | Compiling shlex v1.3.0 |
1183 | 2024-12-20T21:19:28.269Z | Compiling jobserver v0.1.32 |
1184 | 2024-12-20T21:19:28.326Z | Compiling const-oid v0.9.6 |
1185 | 2024-12-20T21:19:28.604Z | Compiling smallvec v1.13.2 |
1186 | 2024-12-20T21:19:28.606Z | Compiling cc v1.1.30 |
1187 | 2024-12-20T21:19:28.660Z | Compiling spin v0.9.8 |
1188 | 2024-12-20T21:19:29.021Z | Compiling pin-project-lite v0.2.14 |
1189 | 2024-12-20T21:19:29.072Z | Compiling rustix v0.38.37 |
1190 | 2024-12-20T21:19:29.113Z | Compiling parking_lot_core v0.9.10 |
1191 | 2024-12-20T21:19:29.142Z | Compiling futures-core v0.3.31 |
1192 | 2024-12-20T21:19:29.196Z | Compiling signal-hook-registry v1.4.2 |
1193 | 2024-12-20T21:19:29.377Z | Compiling mio v1.0.2 |
1194 | 2024-12-20T21:19:30.015Z | Compiling parking_lot v0.12.3 |
1195 | 2024-12-20T21:19:30.065Z | Compiling aho-corasick v1.1.3 |
1196 | 2024-12-20T21:19:30.287Z | Compiling regex-syntax v0.8.5 |
1197 | 2024-12-20T21:19:30.333Z | Compiling cpufeatures v0.2.14 |
1198 | 2024-12-20T21:19:30.408Z | Compiling lazy_static v1.5.0 |
1199 | 2024-12-20T21:19:30.431Z | Compiling futures-sink v0.3.31 |
1200 | 2024-12-20T21:19:30.533Z | Compiling stable_deref_trait v1.2.0 |
1201 | 2024-12-20T21:19:30.590Z | Compiling either v1.13.0 |
1202 | 2024-12-20T21:19:30.606Z | Compiling glob v0.3.1 |
1203 | 2024-12-20T21:19:30.646Z | Compiling socket2 v0.5.7 |
1204 | 2024-12-20T21:19:30.970Z | Compiling slab v0.4.9 |
1205 | 2024-12-20T21:19:31.013Z | Compiling prettyplease v0.2.25 |
1206 | 2024-12-20T21:19:31.360Z | Compiling minimal-lexical v0.2.1 |
1207 | 2024-12-20T21:19:31.612Z | Compiling clang-sys v1.8.1 |
1208 | 2024-12-20T21:19:31.647Z | Compiling libloading v0.8.5 |
1209 | 2024-12-20T21:19:31.685Z | Compiling home v0.5.9 |
1210 | 2024-12-20T21:19:31.849Z | Compiling nom v7.1.3 |
1211 | 2024-12-20T21:19:31.935Z | Compiling serde_json v1.0.132 |
1212 | 2024-12-20T21:19:32.044Z | Compiling bindgen v0.69.5 |
1213 | 2024-12-20T21:19:32.256Z | Compiling itertools v0.10.5 |
1214 | 2024-12-20T21:19:32.863Z | Compiling futures-channel v0.3.31 |
1215 | 2024-12-20T21:19:32.909Z | Compiling foldhash v0.1.3 |
1216 | 2024-12-20T21:19:33.198Z | Compiling futures-io v0.3.31 |
1217 | 2024-12-20T21:19:33.288Z | Compiling allocator-api2 v0.2.18 |
1218 | 2024-12-20T21:19:33.529Z | Compiling lazycell v1.3.0 |
1219 | 2024-12-20T21:19:33.703Z | Compiling futures-task v0.3.31 |
1220 | 2024-12-20T21:19:33.997Z | Compiling regex-automata v0.4.8 |
1221 | 2024-12-20T21:19:34.066Z | Compiling rustc-hash v1.1.0 |
1222 | 2024-12-20T21:19:34.217Z | Compiling pin-utils v0.1.0 |
1223 | 2024-12-20T21:19:34.309Z | Compiling hashbrown v0.15.1 |
1224 | 2024-12-20T21:19:35.078Z | Compiling cmake v0.1.51 |
1225 | 2024-12-20T21:19:35.488Z | Compiling synstructure v0.13.1 |
1226 | 2024-12-20T21:19:35.678Z | Compiling cexpr v0.6.0 |
1227 | 2024-12-20T21:19:36.108Z | Compiling fs_extra v1.3.0 |
1228 | 2024-12-20T21:19:36.703Z | Compiling libm v0.2.8 |
1229 | 2024-12-20T21:19:37.029Z | Compiling tinyvec_macros v0.1.1 |
1230 | 2024-12-20T21:19:37.058Z | Compiling pkg-config v0.3.31 |
1231 | 2024-12-20T21:19:37.123Z | Compiling dunce v1.0.5 |
1232 | 2024-12-20T21:19:37.163Z | Compiling tinyvec v1.8.0 |
1233 | 2024-12-20T21:19:37.283Z | Compiling num-traits v0.2.19 |
1234 | 2024-12-20T21:19:37.827Z | Compiling ring v0.17.8 |
1235 | 2024-12-20T21:19:38.611Z | Compiling paste v1.0.15 |
1236 | 2024-12-20T21:19:38.690Z | Compiling unicode-normalization v0.1.24 |
1237 | 2024-12-20T21:19:38.847Z | Compiling writeable v0.5.5 |
1238 | 2024-12-20T21:19:38.865Z | Compiling unicode-bidi v0.3.17 |
1239 | 2024-12-20T21:19:38.934Z | Compiling base64ct v1.6.0 |
1240 | 2024-12-20T21:19:39.121Z | Compiling litemap v0.7.3 |
1241 | 2024-12-20T21:19:39.410Z | Compiling regex v1.11.1 |
1242 | 2024-12-20T21:19:39.497Z | Compiling pem-rfc7468 v0.7.0 |
1243 | 2024-12-20T21:19:40.196Z | Compiling aws-lc-rs v1.10.0 |
1244 | 2024-12-20T21:19:40.255Z | Compiling flagset v0.4.6 |
1245 | 2024-12-20T21:19:40.469Z | Compiling httparse v1.9.5 |
1246 | 2024-12-20T21:19:40.637Z | Compiling tracing-core v0.1.32 |
1247 | 2024-12-20T21:19:41.242Z | Compiling crossbeam-utils v0.8.20 |
1248 | 2024-12-20T21:19:41.661Z | Compiling rustls-pki-types v1.10.0 |
1249 | 2024-12-20T21:19:41.665Z | Compiling percent-encoding v2.3.1 |
1250 | 2024-12-20T21:19:41.828Z | Compiling icu_locid_transform_data v1.5.0 |
1251 | 2024-12-20T21:19:41.979Z | Compiling time-core v0.1.2 |
1252 | 2024-12-20T21:19:42.031Z | Compiling powerfmt v0.2.0 |
1253 | 2024-12-20T21:19:42.104Z | Compiling serde_derive v1.0.215 |
1254 | 2024-12-20T21:19:42.145Z | Compiling zeroize_derive v1.4.2 |
1255 | 2024-12-20T21:19:42.430Z | Compiling zerocopy-derive v0.7.35 |
1256 | 2024-12-20T21:19:42.721Z | Compiling tokio-macros v2.4.0 |
1257 | 2024-12-20T21:19:42.838Z | Compiling zerofrom-derive v0.1.4 |
1258 | 2024-12-20T21:19:43.735Z | Compiling zeroize v1.8.1 |
1259 | 2024-12-20T21:19:44.178Z | Compiling yoke-derive v0.7.4 |
1260 | 2024-12-20T21:19:44.271Z | Compiling thiserror-impl v1.0.69 |
1261 | 2024-12-20T21:19:44.689Z | Compiling zerocopy v0.7.35 |
1262 | 2024-12-20T21:19:45.351Z | Compiling crypto-common v0.1.6 |
1263 | 2024-12-20T21:19:45.419Z | Compiling block-buffer v0.10.4 |
1264 | 2024-12-20T21:19:45.593Z | Compiling zerovec-derive v0.10.3 |
1265 | 2024-12-20T21:19:45.682Z | Compiling digest v0.10.7 |
1266 | 2024-12-20T21:19:46.162Z | Compiling hmac v0.12.1 |
1267 | 2024-12-20T21:19:46.335Z | Compiling futures-macro v0.3.31 |
1268 | 2024-12-20T21:19:46.401Z | Compiling block-padding v0.3.3 |
1269 | 2024-12-20T21:19:46.653Z | Compiling displaydoc v0.2.5 |
1270 | 2024-12-20T21:19:46.657Z | Compiling inout v0.1.3 |
1271 | 2024-12-20T21:19:46.943Z | Compiling zerofrom v0.1.4 |
1272 | 2024-12-20T21:19:46.963Z | Compiling cipher v0.4.4 |
1273 | 2024-12-20T21:19:47.186Z | Compiling sha2 v0.10.8 |
1274 | 2024-12-20T21:19:47.207Z | Compiling yoke v0.7.4 |
1275 | 2024-12-20T21:19:47.509Z | Compiling ppv-lite86 v0.2.20 |
1276 | 2024-12-20T21:19:47.594Z | Compiling icu_provider_macros v1.5.0 |
1277 | 2024-12-20T21:19:47.646Z | Compiling thiserror v1.0.69 |
1278 | 2024-12-20T21:19:47.772Z | Compiling der_derive v0.7.3 |
1279 | 2024-12-20T21:19:48.359Z | Compiling futures-util v0.3.31 |
1280 | 2024-12-20T21:19:48.398Z | Compiling rand_chacha v0.3.1 |
1281 | 2024-12-20T21:19:48.434Z | Compiling tracing-attributes v0.1.27 |
1282 | 2024-12-20T21:19:48.434Z | Compiling zerovec v0.10.4 |
1283 | 2024-12-20T21:19:48.788Z | Compiling rand v0.8.5 |
1284 | 2024-12-20T21:19:50.313Z | Compiling tinystr v0.7.6 |
1285 | 2024-12-20T21:19:50.607Z | Compiling der v0.7.9 |
1286 | 2024-12-20T21:19:50.625Z | Compiling icu_collections v1.5.0 |
1287 | 2024-12-20T21:19:50.743Z | Compiling icu_locid v1.5.0 |
1288 | 2024-12-20T21:19:50.765Z | Compiling pest v2.7.14 |
1289 | 2024-12-20T21:19:50.974Z | Compiling salsa20 v0.10.2 |
1290 | 2024-12-20T21:19:51.203Z | Compiling pbkdf2 v0.12.2 |
1291 | 2024-12-20T21:19:51.378Z | Compiling vcpkg v0.2.15 |
1292 | 2024-12-20T21:19:52.146Z | Compiling icu_provider v1.5.0 |
1293 | 2024-12-20T21:19:52.299Z | Compiling tracing v0.1.40 |
1294 | 2024-12-20T21:19:52.870Z | Compiling spki v0.7.3 |
1295 | 2024-12-20T21:19:53.239Z | Compiling icu_locid_transform v1.5.0 |
1296 | 2024-12-20T21:19:53.276Z | Compiling untrusted v0.7.1 |
1297 | 2024-12-20T21:19:53.320Z | Compiling untrusted v0.9.0 |
1298 | 2024-12-20T21:19:53.458Z | Compiling num-conv v0.1.0 |
1299 | 2024-12-20T21:19:53.499Z | Compiling icu_properties_data v1.5.0 |
1300 | 2024-12-20T21:19:53.560Z | Compiling mirai-annotations v1.12.0 |
1301 | 2024-12-20T21:19:53.745Z | Compiling openssl-sys v0.9.103 |
1302 | 2024-12-20T21:19:53.745Z | Compiling time-macros v0.2.18 |
1303 | 2024-12-20T21:19:53.871Z | Compiling pest_meta v2.7.14 |
1304 | 2024-12-20T21:19:53.927Z | Compiling scrypt v0.11.0 |
1305 | 2024-12-20T21:19:54.451Z | Compiling icu_properties v1.5.1 |
1306 | 2024-12-20T21:19:54.510Z | Compiling cbc v0.1.2 |
1307 | 2024-12-20T21:19:54.761Z | Compiling aes v0.8.4 |
1308 | 2024-12-20T21:19:54.837Z | Compiling deranged v0.3.11 |
1309 | 2024-12-20T21:19:55.840Z | Compiling scroll_derive v0.12.0 |
1310 | 2024-12-20T21:19:56.423Z | Compiling bitflags v2.6.0 |
1311 | 2024-12-20T21:19:56.797Z | Compiling bytes v1.8.0 |
1312 | 2024-12-20T21:19:57.301Z | Compiling indexmap v2.6.0 |
1313 | 2024-12-20T21:19:57.537Z | Compiling semver v1.0.23 |
1314 | 2024-12-20T21:19:58.105Z | Compiling tokio v1.40.0 |
1315 | 2024-12-20T21:19:58.312Z | Compiling http v1.1.0 |
1316 | 2024-12-20T21:19:58.774Z | Compiling rustc_version v0.4.1 |
1317 | 2024-12-20T21:19:58.897Z | Compiling icu_normalizer_data v1.5.0 |
1318 | 2024-12-20T21:19:59.002Z | Compiling utf8_iter v1.0.4 |
1319 | 2024-12-20T21:19:59.020Z | Compiling num_threads v0.1.7 |
1320 | 2024-12-20T21:19:59.148Z | Compiling atomic-waker v1.1.2 |
1321 | 2024-12-20T21:19:59.251Z | Compiling utf16_iter v1.0.5 |
1322 | 2024-12-20T21:19:59.339Z | Compiling write16 v1.0.0 |
1323 | 2024-12-20T21:19:59.358Z | Compiling time v0.3.36 |
1324 | 2024-12-20T21:19:59.455Z | Compiling icu_normalizer v1.5.0 |
1325 | 2024-12-20T21:19:59.474Z | Compiling scroll v0.12.0 |
1326 | 2024-12-20T21:19:59.492Z | Compiling pkcs5 v0.7.1 |
1327 | 2024-12-20T21:20:00.017Z | Compiling http-body v1.0.1 |
1328 | 2024-12-20T21:20:00.250Z | Compiling pest_generator v2.7.14 |
1329 | 2024-12-20T21:20:00.369Z | Compiling form_urlencoded v1.2.1 |
1330 | 2024-12-20T21:20:00.694Z | Compiling which v4.4.2 |
1331 | 2024-12-20T21:20:00.719Z | Compiling try-lock v0.2.5 |
1332 | 2024-12-20T21:20:00.801Z | Compiling slog v2.7.0 |
1333 | 2024-12-20T21:20:00.874Z | Compiling want v0.3.1 |
1334 | 2024-12-20T21:20:01.327Z | Compiling goblin v0.8.2 |
1335 | 2024-12-20T21:20:01.441Z | Compiling idna_adapter v1.2.0 |
1336 | 2024-12-20T21:20:01.529Z | Compiling pkcs8 v0.10.2 |
1337 | 2024-12-20T21:20:01.656Z | Compiling httpdate v1.0.3 |
1338 | 2024-12-20T21:20:02.100Z | Compiling idna v1.0.3 |
1339 | 2024-12-20T21:20:02.259Z | Compiling pest_derive v2.7.14 |
1340 | 2024-12-20T21:20:02.380Z | Compiling serde_spanned v0.6.8 |
1341 | 2024-12-20T21:20:02.541Z | Compiling toml_datetime v0.6.8 |
1342 | 2024-12-20T21:20:02.988Z | Compiling uuid v1.11.0 |
1343 | 2024-12-20T21:20:03.011Z | Compiling serde_tokenstream v0.2.2 |
1344 | 2024-12-20T21:20:03.025Z | Compiling dtrace-parser v0.2.0 |
1345 | 2024-12-20T21:20:03.603Z | Compiling base64 v0.22.1 |
1346 | 2024-12-20T21:20:03.971Z | Compiling match_cfg v0.1.0 |
1347 | 2024-12-20T21:20:04.061Z | Compiling tower-service v0.3.3 |
1348 | 2024-12-20T21:20:04.210Z | Compiling openssl v0.10.66 |
1349 | 2024-12-20T21:20:04.366Z | Compiling foreign-types-shared v0.1.1 |
1350 | 2024-12-20T21:20:04.456Z | Compiling rustversion v1.0.17 |
1351 | 2024-12-20T21:20:04.499Z | Compiling iana-time-zone v0.1.61 |
1352 | 2024-12-20T21:20:04.583Z | Compiling adler2 v2.0.0 |
1353 | 2024-12-20T21:20:04.631Z | Compiling chrono v0.4.38 |
1354 | 2024-12-20T21:20:04.783Z | Compiling miniz_oxide v0.8.0 |
1355 | 2024-12-20T21:20:04.936Z | Compiling foreign-types v0.3.2 |
1356 | 2024-12-20T21:20:05.414Z | Compiling hostname v0.3.1 |
1357 | 2024-12-20T21:20:05.433Z | Compiling url v2.5.3 |
1358 | 2024-12-20T21:20:05.433Z | Compiling openssl-macros v0.1.1 |
1359 | 2024-12-20T21:20:06.051Z | Compiling async-trait v0.1.83 |
1360 | 2024-12-20T21:20:06.282Z | Compiling dirs-sys-next v0.1.2 |
1361 | 2024-12-20T21:20:06.632Z | Compiling tokio-util v0.7.12 |
1362 | 2024-12-20T21:20:06.934Z | Compiling dof v0.3.0 |
1363 | 2024-12-20T21:20:07.149Z | Compiling syn v1.0.109 |
1364 | 2024-12-20T21:20:07.831Z | Compiling h2 v0.4.6 |
1365 | 2024-12-20T21:20:08.111Z | Compiling usdt-impl v0.5.0 |
1366 | 2024-12-20T21:20:08.284Z | Compiling data-encoding v2.6.0 |
1367 | 2024-12-20T21:20:08.806Z | Compiling rustls v0.22.4 |
1368 | 2024-12-20T21:20:09.060Z | Compiling siphasher v0.3.11 |
1369 | 2024-12-20T21:20:09.094Z | Compiling rustls v0.23.19 |
1370 | 2024-12-20T21:20:09.355Z | Compiling native-tls v0.2.12 |
1371 | 2024-12-20T21:20:09.550Z | Compiling dirs-next v2.0.0 |
1372 | 2024-12-20T21:20:09.738Z | Compiling http-body-util v0.1.2 |
1373 | 2024-12-20T21:20:10.272Z | Compiling heapless v0.7.17 |
1374 | 2024-12-20T21:20:10.685Z | Compiling crossbeam-epoch v0.9.18 |
1375 | 2024-12-20T21:20:10.704Z | Compiling signature v2.2.0 |
1376 | 2024-12-20T21:20:10.998Z | Compiling sha1 v0.10.6 |
1377 | 2024-12-20T21:20:11.109Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1378 | 2024-12-20T21:20:11.420Z | Compiling serde_derive_internals v0.29.1 |
1379 | 2024-12-20T21:20:11.444Z | Compiling thread_local v1.1.8 |
1380 | 2024-12-20T21:20:11.567Z | Compiling multer v3.1.0 |
1381 | 2024-12-20T21:20:11.585Z | Compiling cookie v0.18.1 |
1382 | 2024-12-20T21:20:11.847Z | Compiling encoding_rs v0.8.34 |
1383 | 2024-12-20T21:20:11.867Z | Compiling mime v0.3.17 |
1384 | 2024-12-20T21:20:11.937Z | Compiling openssl-probe v0.1.5 |
1385 | 2024-12-20T21:20:12.293Z | Compiling schemars v0.8.21 |
1386 | 2024-12-20T21:20:12.507Z | Compiling rayon-core v1.12.1 |
1387 | 2024-12-20T21:20:12.676Z | Compiling slog-async v2.8.0 |
1388 | 2024-12-20T21:20:12.789Z | Compiling unicode-properties v0.1.3 |
1389 | 2024-12-20T21:20:13.199Z | Compiling ipnet v2.10.1 |
1390 | 2024-12-20T21:20:13.219Z | Compiling gimli v0.31.1 |
1391 | 2024-12-20T21:20:13.562Z | Compiling signal-hook v0.3.17 |
1392 | 2024-12-20T21:20:13.926Z | Compiling stringprep v0.1.5 |
1393 | 2024-12-20T21:20:14.161Z | Compiling schemars_derive v0.8.21 |
1394 | 2024-12-20T21:20:14.511Z | Compiling toml_edit v0.22.22 |
1395 | 2024-12-20T21:20:15.188Z | Compiling hyper v1.5.0 |
1396 | 2024-12-20T21:20:17.539Z | Compiling hyper-util v0.1.10 |
1397 | 2024-12-20T21:20:18.156Z | Compiling addr2line v0.24.2 |
1398 | 2024-12-20T21:20:18.262Z | Compiling usdt-attr-macro v0.5.0 |
1399 | 2024-12-20T21:20:18.393Z | Compiling usdt-macro v0.5.0 |
1400 | 2024-12-20T21:20:18.664Z | Compiling crossbeam-deque v0.8.5 |
1401 | 2024-12-20T21:20:18.878Z | Compiling term v0.7.0 |
1402 | 2024-12-20T21:20:19.297Z | Compiling slog-json v2.6.1 |
1403 | 2024-12-20T21:20:19.657Z | Compiling serde_urlencoded v0.7.1 |
1404 | 2024-12-20T21:20:19.855Z | Compiling curve25519-dalek v4.1.3 |
1405 | 2024-12-20T21:20:19.891Z | Compiling crossbeam-channel v0.5.13 |
1406 | 2024-12-20T21:20:20.194Z | Compiling futures-executor v0.3.31 |
1407 | 2024-12-20T21:20:20.351Z | Compiling md-5 v0.10.6 |
1408 | 2024-12-20T21:20:20.445Z | Compiling rustls-pemfile v2.2.0 |
1409 | 2024-12-20T21:20:20.620Z | Compiling async-stream-impl v0.3.6 |
1410 | 2024-12-20T21:20:20.676Z | Compiling enum-as-inner v0.6.1 |
1411 | 2024-12-20T21:20:20.730Z | Compiling num-integer v0.1.46 |
1412 | 2024-12-20T21:20:20.770Z | Compiling idna v0.3.0 |
1413 | 2024-12-20T21:20:20.995Z | Compiling idna v0.4.0 |
1414 | 2024-12-20T21:20:21.482Z | Compiling hash32 v0.2.1 |
1415 | 2024-12-20T21:20:21.799Z | Compiling ff v0.13.0 |
1416 | 2024-12-20T21:20:21.861Z | Compiling is-terminal v0.4.13 |
1417 | 2024-12-20T21:20:21.973Z | Compiling dropshot v0.12.0 |
1418 | 2024-12-20T21:20:21.994Z | Compiling object v0.36.5 |
1419 | 2024-12-20T21:20:22.029Z | Compiling num-bigint-dig v0.8.4 |
1420 | 2024-12-20T21:20:22.257Z | Compiling psl-types v2.0.11 |
1421 | 2024-12-20T21:20:22.312Z | Compiling anyhow v1.0.93 |
1422 | 2024-12-20T21:20:22.476Z | Compiling fallible-iterator v0.2.0 |
1423 | 2024-12-20T21:20:22.519Z | Compiling smoltcp v0.9.1 |
1424 | 2024-12-20T21:20:22.667Z | Compiling quick-error v1.2.3 |
1425 | 2024-12-20T21:20:22.693Z | Compiling portable-atomic v1.9.0 |
1426 | 2024-12-20T21:20:22.816Z | Compiling base16ct v0.2.0 |
1427 | 2024-12-20T21:20:22.975Z | Compiling utf-8 v0.7.6 |
1428 | 2024-12-20T21:20:23.173Z | Compiling linked-hash-map v0.5.6 |
1429 | 2024-12-20T21:20:23.235Z | Compiling rustc-demangle v0.1.24 |
1430 | 2024-12-20T21:20:23.283Z | Compiling dyn-clone v1.0.17 |
1431 | 2024-12-20T21:20:23.372Z | Compiling take_mut v0.2.2 |
1432 | 2024-12-20T21:20:23.600Z | Compiling lru-cache v0.1.2 |
1433 | 2024-12-20T21:20:23.803Z | Compiling tungstenite v0.24.0 |
1434 | 2024-12-20T21:20:23.855Z | Compiling postgres-protocol v0.6.7 |
1435 | 2024-12-20T21:20:24.254Z | Compiling sec1 v0.7.3 |
1436 | 2024-12-20T21:20:24.797Z | Compiling resolv-conf v0.7.0 |
1437 | 2024-12-20T21:20:25.051Z | Compiling publicsuffix v2.2.3 |
1438 | 2024-12-20T21:20:25.232Z | Compiling group v0.13.0 |
1439 | 2024-12-20T21:20:25.306Z | Compiling async-stream v0.3.6 |
1440 | 2024-12-20T21:20:25.562Z | Compiling slog-term v2.9.1 |
1441 | 2024-12-20T21:20:25.587Z | Compiling hickory-proto v0.24.1 |
1442 | 2024-12-20T21:20:25.626Z | Compiling usdt v0.5.0 |
1443 | 2024-12-20T21:20:26.143Z | Compiling num-iter v0.1.45 |
1444 | 2024-12-20T21:20:26.456Z | Compiling futures v0.3.31 |
1445 | 2024-12-20T21:20:26.581Z | Compiling slog-bunyan v2.5.0 |
1446 | 2024-12-20T21:20:26.963Z | Compiling toml v0.8.19 |
1447 | 2024-12-20T21:20:28.337Z | Compiling tokio-native-tls v0.3.1 |
1448 | 2024-12-20T21:20:28.403Z | Compiling camino v1.1.9 |
1449 | 2024-12-20T21:20:28.622Z | Compiling phf_shared v0.11.2 |
1450 | 2024-12-20T21:20:28.789Z | Compiling dropshot_endpoint v0.12.0 |
1451 | 2024-12-20T21:20:29.017Z | Compiling terminal_size v0.4.0 |
1452 | 2024-12-20T21:20:29.227Z | Compiling waitgroup v0.1.2 |
1453 | 2024-12-20T21:20:29.383Z | Compiling backtrace v0.3.74 |
1454 | 2024-12-20T21:20:29.443Z | Compiling openapiv3 v2.0.0 |
1455 | 2024-12-20T21:20:29.599Z | Compiling serde_path_to_error v0.1.16 |
1456 | 2024-12-20T21:20:30.028Z | Compiling hkdf v0.12.4 |
1457 | 2024-12-20T21:20:30.278Z | Compiling crypto-bigint v0.5.5 |
1458 | 2024-12-20T21:20:30.466Z | Compiling webpki-roots v0.26.6 |
1459 | 2024-12-20T21:20:30.677Z | Compiling zerocopy-derive v0.6.6 |
1460 | 2024-12-20T21:20:33.015Z | Compiling curve25519-dalek-derive v0.1.1 |
1461 | 2024-12-20T21:20:33.051Z | Compiling hubpack_derive v0.1.1 |
1462 | 2024-12-20T21:20:33.155Z | Compiling idna v0.5.0 |
1463 | 2024-12-20T21:20:33.439Z | Compiling hostname v0.4.0 |
1464 | 2024-12-20T21:20:33.715Z | Compiling ahash v0.8.11 |
1465 | 2024-12-20T21:20:33.914Z | Compiling fs-err v2.11.0 |
1466 | 2024-12-20T21:20:33.917Z | Compiling crc32fast v1.4.2 |
1467 | 2024-12-20T21:20:34.055Z | Compiling bitflags v1.3.2 |
1468 | 2024-12-20T21:20:34.154Z | Compiling debug-ignore v1.0.5 |
1469 | 2024-12-20T21:20:34.191Z | Compiling managed v0.8.0 |
1470 | 2024-12-20T21:20:34.263Z | Compiling winnow v0.5.40 |
1471 | 2024-12-20T21:20:34.302Z | Compiling clap_builder v4.5.21 |
1472 | 2024-12-20T21:20:34.814Z | Compiling strum_macros v0.25.3 |
1473 | 2024-12-20T21:20:35.898Z | Compiling console v0.15.8 |
1474 | 2024-12-20T21:20:36.539Z | Compiling flate2 v1.0.34 |
1475 | 2024-12-20T21:20:36.939Z | Compiling cookie_store v0.21.0 |
1476 | 2024-12-20T21:20:37.530Z | Compiling hubpack v0.1.2 |
1477 | 2024-12-20T21:20:37.533Z | Compiling elliptic-curve v0.13.8 |
1478 | 2024-12-20T21:20:38.013Z | Compiling toml_edit v0.19.15 |
1479 | 2024-12-20T21:20:38.155Z | Compiling zerocopy v0.6.6 |
1480 | 2024-12-20T21:20:38.401Z | Compiling hickory-resolver v0.24.1 |
1481 | 2024-12-20T21:20:38.923Z | Compiling signal-hook-mio v0.2.4 |
1482 | 2024-12-20T21:20:38.976Z | Compiling phf v0.11.2 |
1483 | 2024-12-20T21:20:39.082Z | Compiling hyper-tls v0.6.0 |
1484 | 2024-12-20T21:20:39.279Z | Compiling rayon v1.10.0 |
1485 | 2024-12-20T21:20:39.477Z | Compiling bzip2 v0.4.4 |
1486 | 2024-12-20T21:20:39.869Z | Compiling tokio-tungstenite v0.24.0 |
1487 | 2024-12-20T21:20:40.396Z | Compiling postgres-types v0.2.8 |
1488 | 2024-12-20T21:20:42.501Z | Compiling ed25519 v2.2.3 |
1489 | 2024-12-20T21:20:43.390Z | Compiling phf_shared v0.10.0 |
1490 | 2024-12-20T21:20:43.674Z | Compiling tokio-stream v0.1.16 |
1491 | 2024-12-20T21:20:43.806Z | Compiling pkcs1 v0.7.5 |
1492 | 2024-12-20T21:20:44.079Z | Compiling serde-big-array v0.5.1 |
1493 | 2024-12-20T21:20:44.317Z | Compiling rfc6979 v0.4.0 |
1494 | 2024-12-20T21:20:44.410Z | Compiling clap_derive v4.5.18 |
1495 | 2024-12-20T21:20:44.515Z | Compiling derive-where v1.2.7 |
1496 | 2024-12-20T21:20:44.763Z | Compiling serde_repr v0.1.19 |
1497 | 2024-12-20T21:20:44.824Z | Compiling float-cmp v0.9.0 |
1498 | 2024-12-20T21:20:45.034Z | Compiling bstr v1.10.0 |
1499 | 2024-12-20T21:20:45.072Z | Compiling sync_wrapper v1.0.1 |
1500 | 2024-12-20T21:20:45.226Z | Compiling normalize-line-endings v0.3.0 |
1501 | 2024-12-20T21:20:45.361Z | Compiling difflib v0.4.0 |
1502 | 2024-12-20T21:20:45.932Z | Compiling unicode-width v0.2.0 |
1503 | 2024-12-20T21:20:45.953Z | Compiling unicode-segmentation v1.12.0 |
1504 | 2024-12-20T21:20:46.469Z | Compiling bit-vec v0.6.3 |
1505 | 2024-12-20T21:20:46.842Z | Compiling whoami v1.5.2 |
1506 | 2024-12-20T21:20:46.864Z | Compiling fixedbitset v0.4.2 |
1507 | 2024-12-20T21:20:46.922Z | Compiling predicates-core v1.0.8 |
1508 | 2024-12-20T21:20:47.007Z | Compiling precomputed-hash v0.1.1 |
1509 | 2024-12-20T21:20:47.130Z | Compiling number_prefix v0.4.0 |
1510 | 2024-12-20T21:20:47.289Z | Compiling static_assertions v1.1.0 |
1511 | 2024-12-20T21:20:47.325Z | Compiling new_debug_unreachable v1.0.6 |
1512 | 2024-12-20T21:20:47.381Z | Compiling indicatif v0.17.9 |
1513 | 2024-12-20T21:20:47.413Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1514 | 2024-12-20T21:20:47.441Z | Compiling string_cache v0.8.7 |
1515 | 2024-12-20T21:20:47.479Z | Compiling tokio-postgres v0.7.12 |
1516 | 2024-12-20T21:20:47.909Z | Compiling petgraph v0.6.5 |
1517 | 2024-12-20T21:20:48.132Z | Compiling predicates v3.1.2 |
1518 | 2024-12-20T21:20:49.440Z | Compiling clap v4.5.21 |
1519 | 2024-12-20T21:20:49.565Z | Compiling bit-set v0.5.3 |
1520 | 2024-12-20T21:20:49.623Z | Compiling similar v2.6.0 |
1521 | 2024-12-20T21:20:49.866Z | Compiling ecdsa v0.16.9 |
1522 | 2024-12-20T21:20:49.870Z | Compiling rsa v0.9.6 |
1523 | 2024-12-20T21:20:50.724Z | Compiling ed25519-dalek v2.1.1 |
1524 | 2024-12-20T21:20:52.013Z | Compiling toml v0.7.8 |
1525 | 2024-12-20T21:20:52.035Z | Compiling zip v0.6.6 |
1526 | 2024-12-20T21:20:52.055Z | Compiling crossterm v0.28.1 |
1527 | 2024-12-20T21:20:53.722Z | Compiling hex v0.4.3 |
1528 | 2024-12-20T21:20:53.827Z | Compiling x509-cert v0.2.5 |
1529 | 2024-12-20T21:20:54.052Z | Compiling unicode-xid v0.2.6 |
1530 | 2024-12-20T21:20:54.227Z | Compiling lalrpop-util v0.19.12 |
1531 | 2024-12-20T21:20:54.306Z | Compiling peg-runtime v0.8.3 |
1532 | 2024-12-20T21:20:54.324Z | Compiling strum_macros v0.26.4 |
1533 | 2024-12-20T21:20:54.386Z | Compiling xattr v1.3.1 |
1534 | 2024-12-20T21:20:54.582Z | Compiling filetime v0.2.25 |
1535 | 2024-12-20T21:20:54.896Z | Compiling tar v0.4.42 |
1536 | 2024-12-20T21:20:59.478Z | Compiling strum v0.26.3 |
1537 | 2024-12-20T21:21:02.169Z | Compiling aws-lc-sys v0.22.0 |
1538 | 2024-12-20T21:21:29.928Z | Compiling rustls-webpki v0.102.8 |
1539 | 2024-12-20T21:21:33.316Z | Compiling tokio-rustls v0.25.0 |
1540 | 2024-12-20T21:21:34.996Z | Compiling tokio-rustls v0.26.0 |
1541 | 2024-12-20T21:21:35.375Z | Compiling hyper-rustls v0.27.3 |
1542 | 2024-12-20T21:21:35.692Z | Compiling reqwest v0.12.9 |
1543 | 2024-12-20T21:21:36.670Z | Compiling qorb v0.2.1 |
1544 | 2024-12-20T21:21:41.531Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1545 | 2024-12-20T21:21:41.761Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1546 | 2024-12-20T21:21:47.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
1547 | 2024-12-20T21:21:47.646Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1548 | 2024-12-20T21:21:47.697Z | Dec 20 21:21:46.935 INFO Starting download, target: Clickhouse |
1549 | 2024-12-20T21:21:47.700Z | Dec 20 21:21:46.936 INFO Starting download, target: Cockroach |
1550 | 2024-12-20T21:21:47.700Z | Dec 20 21:21:46.936 INFO Starting download, target: Console |
1551 | 2024-12-20T21:21:47.700Z | Dec 20 21:21:46.936 INFO Starting download, target: DendriteOpenapi |
1552 | 2024-12-20T21:21:47.700Z | Dec 20 21:21:46.936 INFO Starting download, target: DendriteStub |
1553 | 2024-12-20T21:21:47.700Z | Dec 20 21:21:46.936 INFO Starting download, target: MaghemiteMgd |
1554 | 2024-12-20T21:21:47.700Z | Dec 20 21:21:46.936 INFO Starting download, target: TransceiverControl |
1555 | 2024-12-20T21:21:47.700Z | Dec 20 21:21:46.936 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1556 | 2024-12-20T21:21:47.700Z | Dec 20 21:21:46.936 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1557 | 2024-12-20T21:21:47.700Z | Dec 20 21:21:46.936 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1558 | 2024-12-20T21:21:47.700Z | Dec 20 21:21:46.937 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1559 | 2024-12-20T21:21:47.700Z | Dec 20 21:21:46.937 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1560 | 2024-12-20T21:21:47.700Z | Dec 20 21:21:46.937 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1561 | 2024-12-20T21:21:47.701Z | Dec 20 21:21:46.937 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1562 | 2024-12-20T21:21:47.897Z | Dec 20 21:21:47.122 INFO Download complete, target: DendriteOpenapi |
1563 | 2024-12-20T21:21:48.145Z | Dec 20 21:21:47.311 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1564 | 2024-12-20T21:21:48.193Z | Dec 20 21:21:47.397 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1565 | 2024-12-20T21:21:48.552Z | Dec 20 21:21:47.765 INFO Download complete, target: Console |
1566 | 2024-12-20T21:21:48.642Z | Dec 20 21:21:47.835 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1567 | 2024-12-20T21:21:48.645Z | Dec 20 21:21:47.860 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1568 | 2024-12-20T21:21:48.758Z | Dec 20 21:21:47.973 INFO Download complete, target: TransceiverControl |
1569 | 2024-12-20T21:21:49.652Z | Dec 20 21:21:48.812 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1570 | 2024-12-20T21:21:49.804Z | Dec 20 21:21:49.018 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1571 | 2024-12-20T21:21:49.804Z | Dec 20 21:21:49.018 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1572 | 2024-12-20T21:21:51.456Z | Dec 20 21:21:50.694 INFO Download complete, target: DendriteStub |
1573 | 2024-12-20T21:21:51.482Z | Dec 20 21:21:50.720 INFO Download complete, target: MaghemiteMgd |
1574 | 2024-12-20T21:21:57.232Z | Dec 20 21:21:56.467 INFO Checking that binary works, target: Cockroach |
1575 | 2024-12-20T21:21:57.387Z | Dec 20 21:21:56.623 INFO Download complete, target: Cockroach |
1576 | 2024-12-20T21:22:02.179Z | Dec 20 21:22:01.415 INFO Checking that binary works, target: Clickhouse |
1577 | 2024-12-20T21:22:02.290Z | Dec 20 21:22:01.526 INFO Download complete, target: Clickhouse |
1578 | 2024-12-20T21:22:02.310Z | All builder prerequisites installed successfully, and PATH looks valid |
1579 | 2024-12-20T21:22:02.314Z | |
1580 | 2024-12-20T21:22:02.314Z | real 5:29.528787848 |
1581 | 2024-12-20T21:22:02.314Z | user 16:17.029826714 |
1582 | 2024-12-20T21:22:02.314Z | sys 3:12.907156767 |
1583 | 2024-12-20T21:22:02.314Z | trap 0.529400814 |
1584 | 2024-12-20T21:22:02.314Z | tflt 1.580638016 |
1585 | 2024-12-20T21:22:02.314Z | dflt 2.105445705 |
1586 | 2024-12-20T21:22:02.314Z | kflt 0.027993240 |
1587 | 2024-12-20T21:22:02.314Z | lock 29:11.856250605 |
1588 | 2024-12-20T21:22:02.314Z | slp 1:01:47.518618783 |
1589 | 2024-12-20T21:22:02.314Z | lat 57.472576529 |
1590 | 2024-12-20T21:22:02.314Z | stop 2:19.168866727 |
1591 | 2024-12-20T21:22:02.314Z | + banner hack-check |
1592 | 2024-12-20T21:22:02.333Z | |
1593 | 2024-12-20T21:22:02.334Z | # # ## #### # # #### # # ###### #### # # |
1594 | 2024-12-20T21:22:02.334Z | # # # # # # # # # # # # # # # # # |
1595 | 2024-12-20T21:22:02.334Z | ###### # # # #### ##### # ###### ##### # #### |
1596 | 2024-12-20T21:22:02.334Z | # # ###### # # # # # # # # # # |
1597 | 2024-12-20T21:22:02.334Z | # # # # # # # # # # # # # # # # # |
1598 | 2024-12-20T21:22:02.334Z | # # # # #### # # #### # # ###### #### # # |
1599 | 2024-12-20T21:22:02.334Z | |
1600 | 2024-12-20T21:22:02.334Z | + export CARGO_INCREMENTAL=0 |
1601 | 2024-12-20T21:22:02.334Z | + CARGO_INCREMENTAL=0 |
1602 | 2024-12-20T21:22:02.334Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1603 | 2024-12-20T21:22:02.840Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1604 | 2024-12-20T21:22:06.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
1605 | 2024-12-20T21:22:06.382Z | Running `target/debug/xtask check-features --ci` |
1606 | 2024-12-20T21:22:06.401Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1607 | 2024-12-20T21:22:06.404Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1608 | 2024-12-20T21:22:06.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1609 | 2024-12-20T21:22:06.872Z | Running `target/debug/xtask download cargo-hack` |
1610 | 2024-12-20T21:22:07.677Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1611 | 2024-12-20T21:22:08.121Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1612 | 2024-12-20T21:22:12.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s |
1613 | 2024-12-20T21:22:13.115Z | Running `target/debug/xtask-downloader cargo-hack` |
1614 | 2024-12-20T21:22:13.149Z | Dec 20 21:22:12.384 INFO Starting download, target: CargoHack |
1615 | 2024-12-20T21:22:13.151Z | Dec 20 21:22:12.385 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1616 | 2024-12-20T21:22:13.573Z | Dec 20 21:22:12.809 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1617 | 2024-12-20T21:22:13.662Z | Dec 20 21:22:12.897 INFO Download complete, target: CargoHack |
1618 | 2024-12-20T21:22:13.665Z | 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-20T21:22:13.681Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1620 | 2024-12-20T21:22:13.847Z | info: running `cargo check --bins` on api_identity (1/175) |
1621 | 2024-12-20T21:22:14.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-12-20T21:22:14.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-12-20T21:22:14.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1624 | 2024-12-20T21:22:14.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1625 | 2024-12-20T21:22:14.442Z | |
1626 | 2024-12-20T21:22:14.442Z | info: running `cargo check --bins` on bootstore (2/175) |
1627 | 2024-12-20T21:22:15.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-12-20T21:22:15.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-12-20T21:22:15.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1630 | 2024-12-20T21:22:15.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1631 | 2024-12-20T21:22:15.167Z | |
1632 | 2024-12-20T21:22:15.167Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/175) |
1633 | 2024-12-20T21:22:15.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-12-20T21:22:15.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-12-20T21:22:15.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-12-20T21:22:15.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1637 | 2024-12-20T21:22:15.713Z | |
1638 | 2024-12-20T21:22:15.714Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175) |
1639 | 2024-12-20T21:22:16.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-12-20T21:22:16.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-12-20T21:22:16.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-12-20T21:22:16.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1643 | 2024-12-20T21:22:16.304Z | |
1644 | 2024-12-20T21:22:16.305Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175) |
1645 | 2024-12-20T21:22:16.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-12-20T21:22:16.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-12-20T21:22:16.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-12-20T21:22:16.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1649 | 2024-12-20T21:22:16.716Z | |
1650 | 2024-12-20T21:22:16.716Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175) |
1651 | 2024-12-20T21:22:17.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-12-20T21:22:17.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-12-20T21:22:17.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-12-20T21:22:17.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1655 | 2024-12-20T21:22:17.157Z | |
1656 | 2024-12-20T21:22:17.157Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175) |
1657 | 2024-12-20T21:22:17.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-12-20T21:22:17.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-12-20T21:22:17.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-12-20T21:22:17.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1661 | 2024-12-20T21:22:17.568Z | |
1662 | 2024-12-20T21:22:17.568Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175) |
1663 | 2024-12-20T21:22:17.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2024-12-20T21:22:17.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2024-12-20T21:22:17.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2024-12-20T21:22:17.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1667 | 2024-12-20T21:22:17.985Z | |
1668 | 2024-12-20T21:22:17.985Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175) |
1669 | 2024-12-20T21:22:18.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2024-12-20T21:22:18.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2024-12-20T21:22:18.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2024-12-20T21:22:18.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1673 | 2024-12-20T21:22:18.404Z | |
1674 | 2024-12-20T21:22:18.404Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175) |
1675 | 2024-12-20T21:22:18.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-12-20T21:22:18.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-12-20T21:22:18.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-12-20T21:22:18.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1679 | 2024-12-20T21:22:18.817Z | |
1680 | 2024-12-20T21:22:18.817Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175) |
1681 | 2024-12-20T21:22:19.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2024-12-20T21:22:19.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2024-12-20T21:22:19.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2024-12-20T21:22:19.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1685 | 2024-12-20T21:22:19.231Z | |
1686 | 2024-12-20T21:22:19.231Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175) |
1687 | 2024-12-20T21:22:19.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-12-20T21:22:19.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-12-20T21:22:19.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-12-20T21:22:19.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1691 | 2024-12-20T21:22:19.720Z | |
1692 | 2024-12-20T21:22:19.720Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175) |
1693 | 2024-12-20T21:22:20.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-12-20T21:22:20.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-12-20T21:22:20.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2024-12-20T21:22:20.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1697 | 2024-12-20T21:22:20.184Z | |
1698 | 2024-12-20T21:22:20.184Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175) |
1699 | 2024-12-20T21:22:20.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2024-12-20T21:22:20.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2024-12-20T21:22:20.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2024-12-20T21:22:20.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1703 | 2024-12-20T21:22:20.699Z | |
1704 | 2024-12-20T21:22:20.699Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175) |
1705 | 2024-12-20T21:22:20.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2024-12-20T21:22:20.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2024-12-20T21:22:20.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2024-12-20T21:22:20.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1709 | 2024-12-20T21:22:20.959Z | |
1710 | 2024-12-20T21:22:20.960Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175) |
1711 | 2024-12-20T21:22:21.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2024-12-20T21:22:21.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2024-12-20T21:22:21.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2024-12-20T21:22:21.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1715 | 2024-12-20T21:22:21.306Z | |
1716 | 2024-12-20T21:22:21.307Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175) |
1717 | 2024-12-20T21:22:21.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2024-12-20T21:22:21.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2024-12-20T21:22:21.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2024-12-20T21:22:21.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1721 | 2024-12-20T21:22:21.718Z | |
1722 | 2024-12-20T21:22:21.718Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175) |
1723 | 2024-12-20T21:22:22.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2024-12-20T21:22:22.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2024-12-20T21:22:22.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2024-12-20T21:22:22.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1727 | 2024-12-20T21:22:22.139Z | |
1728 | 2024-12-20T21:22:22.139Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175) |
1729 | 2024-12-20T21:22:22.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2024-12-20T21:22:22.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2024-12-20T21:22:22.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2024-12-20T21:22:22.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1733 | 2024-12-20T21:22:22.564Z | |
1734 | 2024-12-20T21:22:22.564Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175) |
1735 | 2024-12-20T21:22:22.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2024-12-20T21:22:22.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2024-12-20T21:22:22.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2024-12-20T21:22:22.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1739 | 2024-12-20T21:22:22.980Z | |
1740 | 2024-12-20T21:22:22.980Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175) |
1741 | 2024-12-20T21:22:23.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2024-12-20T21:22:23.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2024-12-20T21:22:23.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2024-12-20T21:22:23.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1745 | 2024-12-20T21:22:23.398Z | |
1746 | 2024-12-20T21:22:23.398Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175) |
1747 | 2024-12-20T21:22:23.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2024-12-20T21:22:23.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2024-12-20T21:22:23.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2024-12-20T21:22:23.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1751 | 2024-12-20T21:22:23.816Z | |
1752 | 2024-12-20T21:22:23.816Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175) |
1753 | 2024-12-20T21:22:24.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2024-12-20T21:22:24.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2024-12-20T21:22:24.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2024-12-20T21:22:24.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1757 | 2024-12-20T21:22:24.235Z | |
1758 | 2024-12-20T21:22:24.236Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175) |
1759 | 2024-12-20T21:22:24.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2024-12-20T21:22:24.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2024-12-20T21:22:24.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2024-12-20T21:22:24.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1763 | 2024-12-20T21:22:24.652Z | |
1764 | 2024-12-20T21:22:24.652Z | info: running `cargo check --bins` on sled-hardware-types (25/175) |
1765 | 2024-12-20T21:22:25.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2024-12-20T21:22:25.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2024-12-20T21:22:25.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2024-12-20T21:22:25.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1769 | 2024-12-20T21:22:25.278Z | |
1770 | 2024-12-20T21:22:25.278Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/175) |
1771 | 2024-12-20T21:22:25.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2024-12-20T21:22:25.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2024-12-20T21:22:25.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2024-12-20T21:22:25.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1775 | 2024-12-20T21:22:26.020Z | |
1776 | 2024-12-20T21:22:26.021Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175) |
1777 | 2024-12-20T21:22:26.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2024-12-20T21:22:26.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2024-12-20T21:22:26.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2024-12-20T21:22:26.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1781 | 2024-12-20T21:22:26.534Z | |
1782 | 2024-12-20T21:22:26.534Z | info: running `cargo check --bins` on oxlog (28/175) |
1783 | 2024-12-20T21:22:27.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2024-12-20T21:22:27.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2024-12-20T21:22:27.134Z | Checking cfg-if v1.0.0 |
1786 | 2024-12-20T21:22:27.137Z | Checking libc v0.2.162 |
1787 | 2024-12-20T21:22:27.655Z | Checking serde v1.0.215 |
1788 | 2024-12-20T21:22:27.689Z | Checking zeroize v1.8.1 |
1789 | 2024-12-20T21:22:27.689Z | Checking memchr v2.7.4 |
1790 | 2024-12-20T21:22:27.689Z | Checking typenum v1.17.0 |
1791 | 2024-12-20T21:22:27.689Z | Checking scopeguard v1.2.0 |
1792 | 2024-12-20T21:22:27.689Z | Checking subtle v2.6.1 |
1793 | 2024-12-20T21:22:27.689Z | Checking value-bag v1.9.0 |
1794 | 2024-12-20T21:22:27.689Z | Checking lock_api v0.4.12 |
1795 | 2024-12-20T21:22:27.689Z | Checking smallvec v1.13.2 |
1796 | 2024-12-20T21:22:27.689Z | Checking const-oid v0.9.6 |
1797 | 2024-12-20T21:22:27.726Z | Checking log v0.4.22 |
1798 | 2024-12-20T21:22:27.810Z | Checking itoa v1.0.11 |
1799 | 2024-12-20T21:22:27.855Z | Checking pin-project-lite v0.2.14 |
1800 | 2024-12-20T21:22:27.965Z | Checking byteorder v1.5.0 |
1801 | 2024-12-20T21:22:28.026Z | Checking futures-core v0.3.31 |
1802 | 2024-12-20T21:22:28.104Z | Checking once_cell v1.20.2 |
1803 | 2024-12-20T21:22:28.198Z | Checking cpufeatures v0.2.14 |
1804 | 2024-12-20T21:22:28.278Z | Checking futures-sink v0.3.31 |
1805 | 2024-12-20T21:22:28.294Z | Checking stable_deref_trait v1.2.0 |
1806 | 2024-12-20T21:22:28.362Z | Checking spin v0.9.8 |
1807 | 2024-12-20T21:22:28.379Z | Checking getrandom v0.2.15 |
1808 | 2024-12-20T21:22:28.379Z | Checking parking_lot_core v0.9.10 |
1809 | 2024-12-20T21:22:28.379Z | Checking signal-hook-registry v1.4.2 |
1810 | 2024-12-20T21:22:28.412Z | Checking mio v1.0.2 |
1811 | 2024-12-20T21:22:28.548Z | Checking generic-array v0.14.7 |
1812 | 2024-12-20T21:22:28.583Z | Checking rand_core v0.6.4 |
1813 | 2024-12-20T21:22:28.625Z | Checking socket2 v0.5.7 |
1814 | 2024-12-20T21:22:28.682Z | Checking zerocopy v0.7.35 |
1815 | 2024-12-20T21:22:28.710Z | Checking parking_lot v0.12.3 |
1816 | 2024-12-20T21:22:28.876Z | Checking slab v0.4.9 |
1817 | 2024-12-20T21:22:28.999Z | Checking zerofrom v0.1.4 |
1818 | 2024-12-20T21:22:29.032Z | Checking futures-channel v0.3.31 |
1819 | 2024-12-20T21:22:29.125Z | Checking equivalent v1.0.1 |
1820 | 2024-12-20T21:22:29.128Z | Checking allocator-api2 v0.2.18 |
1821 | 2024-12-20T21:22:29.193Z | Checking yoke v0.7.4 |
1822 | 2024-12-20T21:22:29.224Z | Checking foldhash v0.1.3 |
1823 | 2024-12-20T21:22:29.365Z | Checking pin-utils v0.1.0 |
1824 | 2024-12-20T21:22:29.378Z | Checking futures-task v0.3.31 |
1825 | 2024-12-20T21:22:29.412Z | Checking futures-io v0.3.31 |
1826 | 2024-12-20T21:22:29.451Z | Checking ryu v1.0.18 |
1827 | 2024-12-20T21:22:29.516Z | Checking zerovec v0.10.4 |
1828 | 2024-12-20T21:22:29.585Z | Checking tinyvec_macros v0.1.1 |
1829 | 2024-12-20T21:22:29.600Z | Checking futures-util v0.3.31 |
1830 | 2024-12-20T21:22:29.670Z | Checking tinyvec v1.8.0 |
1831 | 2024-12-20T21:22:29.686Z | Checking crypto-common v0.1.6 |
1832 | 2024-12-20T21:22:29.686Z | Checking block-buffer v0.10.4 |
1833 | 2024-12-20T21:22:29.759Z | Checking hashbrown v0.15.1 |
1834 | 2024-12-20T21:22:29.855Z | Checking block-padding v0.3.3 |
1835 | 2024-12-20T21:22:29.904Z | Checking digest v0.10.7 |
1836 | 2024-12-20T21:22:30.044Z | Checking inout v0.1.3 |
1837 | 2024-12-20T21:22:30.073Z | Checking fnv v1.0.7 |
1838 | 2024-12-20T21:22:30.190Z | Checking libm v0.2.8 |
1839 | 2024-12-20T21:22:30.261Z | Checking cipher v0.4.4 |
1840 | 2024-12-20T21:22:30.278Z | Checking hmac v0.12.1 |
1841 | 2024-12-20T21:22:30.467Z | Checking sha2 v0.10.8 |
1842 | 2024-12-20T21:22:30.676Z | Checking litemap v0.7.3 |
1843 | 2024-12-20T21:22:30.855Z | Checking writeable v0.5.5 |
1844 | 2024-12-20T21:22:30.977Z | Checking unicode-normalization v0.1.24 |
1845 | 2024-12-20T21:22:31.017Z | Checking base64ct v1.6.0 |
1846 | 2024-12-20T21:22:31.036Z | Checking unicode-bidi v0.3.17 |
1847 | 2024-12-20T21:22:31.057Z | Checking num-traits v0.2.19 |
1848 | 2024-12-20T21:22:31.149Z | Checking tinystr v0.7.6 |
1849 | 2024-12-20T21:22:31.174Z | Checking ppv-lite86 v0.2.20 |
1850 | 2024-12-20T21:22:31.418Z | Checking pem-rfc7468 v0.7.0 |
1851 | 2024-12-20T21:22:31.528Z | Checking icu_locid v1.5.0 |
1852 | 2024-12-20T21:22:31.669Z | Checking flagset v0.4.6 |
1853 | 2024-12-20T21:22:31.686Z | Checking tracing-core v0.1.32 |
1854 | 2024-12-20T21:22:31.857Z | Checking der v0.7.9 |
1855 | 2024-12-20T21:22:31.888Z | Checking thiserror v1.0.69 |
1856 | 2024-12-20T21:22:31.935Z | Checking rand_chacha v0.3.1 |
1857 | 2024-12-20T21:22:32.015Z | Checking rustls-pki-types v1.10.0 |
1858 | 2024-12-20T21:22:32.192Z | Checking bytes v1.8.0 |
1859 | 2024-12-20T21:22:32.316Z | Checking indexmap v2.6.0 |
1860 | 2024-12-20T21:22:32.335Z | Checking serde_json v1.0.132 |
1861 | 2024-12-20T21:22:32.530Z | Checking icu_provider v1.5.0 |
1862 | 2024-12-20T21:22:32.574Z | Checking bitflags v2.6.0 |
1863 | 2024-12-20T21:22:32.728Z | Checking percent-encoding v2.3.1 |
1864 | 2024-12-20T21:22:32.844Z | Checking icu_locid_transform_data v1.5.0 |
1865 | 2024-12-20T21:22:32.936Z | Checking tracing v0.1.40 |
1866 | 2024-12-20T21:22:32.939Z | Checking rand v0.8.5 |
1867 | 2024-12-20T21:22:32.996Z | Checking tokio v1.40.0 |
1868 | 2024-12-20T21:22:33.183Z | Checking http v1.1.0 |
1869 | 2024-12-20T21:22:33.297Z | Checking icu_locid_transform v1.5.0 |
1870 | 2024-12-20T21:22:33.598Z | Checking icu_collections v1.5.0 |
1871 | 2024-12-20T21:22:33.716Z | Checking spki v0.7.3 |
1872 | 2024-12-20T21:22:33.983Z | Checking salsa20 v0.10.2 |
1873 | 2024-12-20T21:22:34.065Z | Checking pbkdf2 v0.12.2 |
1874 | 2024-12-20T21:22:34.188Z | Checking aws-lc-sys v0.22.0 |
1875 | 2024-12-20T21:22:34.219Z | Checking httparse v1.9.5 |
1876 | 2024-12-20T21:22:34.234Z | Checking untrusted v0.7.1 |
1877 | 2024-12-20T21:22:34.253Z | Checking icu_properties_data v1.5.0 |
1878 | 2024-12-20T21:22:34.265Z | Checking mirai-annotations v1.12.0 |
1879 | 2024-12-20T21:22:34.382Z | Checking powerfmt v0.2.0 |
1880 | 2024-12-20T21:22:34.424Z | Checking untrusted v0.9.0 |
1881 | 2024-12-20T21:22:34.474Z | Checking icu_properties v1.5.1 |
1882 | 2024-12-20T21:22:34.489Z | Checking scrypt v0.11.0 |
1883 | 2024-12-20T21:22:34.582Z | Checking ring v0.17.8 |
1884 | 2024-12-20T21:22:34.623Z | Checking aes v0.8.4 |
1885 | 2024-12-20T21:22:34.638Z | Checking deranged v0.3.11 |
1886 | 2024-12-20T21:22:34.655Z | Checking cbc v0.1.2 |
1887 | 2024-12-20T21:22:34.698Z | Checking crossbeam-utils v0.8.20 |
1888 | 2024-12-20T21:22:34.859Z | Checking time-core v0.1.2 |
1889 | 2024-12-20T21:22:35.001Z | Checking write16 v1.0.0 |
1890 | 2024-12-20T21:22:35.121Z | Checking atomic-waker v1.1.2 |
1891 | 2024-12-20T21:22:35.250Z | Checking num-conv v0.1.0 |
1892 | 2024-12-20T21:22:35.366Z | Checking icu_normalizer_data v1.5.0 |
1893 | 2024-12-20T21:22:35.460Z | Checking utf16_iter v1.0.5 |
1894 | 2024-12-20T21:22:35.490Z | Checking utf8_iter v1.0.4 |
1895 | 2024-12-20T21:22:35.528Z | Checking num_threads v0.1.7 |
1896 | 2024-12-20T21:22:35.618Z | Checking pkcs5 v0.7.1 |
1897 | 2024-12-20T21:22:35.636Z | Checking http-body v1.0.1 |
1898 | 2024-12-20T21:22:35.675Z | Checking form_urlencoded v1.2.1 |
1899 | 2024-12-20T21:22:35.837Z | Checking try-lock v0.2.5 |
1900 | 2024-12-20T21:22:35.872Z | Checking unicode-ident v1.0.13 |
1901 | 2024-12-20T21:22:35.969Z | Checking want v0.3.1 |
1902 | 2024-12-20T21:22:36.038Z | Checking httpdate v1.0.3 |
1903 | 2024-12-20T21:22:36.126Z | Checking pkcs8 v0.10.2 |
1904 | 2024-12-20T21:22:36.149Z | Checking proc-macro2 v1.0.89 |
1905 | 2024-12-20T21:22:36.264Z | Checking serde_spanned v0.6.8 |
1906 | 2024-12-20T21:22:36.410Z | Checking time v0.3.36 |
1907 | 2024-12-20T21:22:36.412Z | Checking toml_datetime v0.6.8 |
1908 | 2024-12-20T21:22:36.412Z | Checking uuid v1.11.0 |
1909 | 2024-12-20T21:22:36.447Z | Checking slog v2.7.0 |
1910 | 2024-12-20T21:22:36.686Z | Checking scroll v0.12.0 |
1911 | 2024-12-20T21:22:36.737Z | Checking aws-lc-rs v1.10.0 |
1912 | 2024-12-20T21:22:36.788Z | Checking tower-service v0.3.3 |
1913 | 2024-12-20T21:22:36.908Z | Checking plain v0.2.3 |
1914 | 2024-12-20T21:22:36.925Z | Checking foreign-types-shared v0.1.1 |
1915 | 2024-12-20T21:22:37.017Z | Checking ucd-trie v0.1.7 |
1916 | 2024-12-20T21:22:37.035Z | Checking adler2 v2.0.0 |
1917 | 2024-12-20T21:22:37.053Z | Checking iana-time-zone v0.1.61 |
1918 | 2024-12-20T21:22:37.150Z | Checking match_cfg v0.1.0 |
1919 | 2024-12-20T21:22:37.186Z | Checking base64 v0.22.1 |
1920 | 2024-12-20T21:22:37.204Z | Checking chrono v0.4.38 |
1921 | 2024-12-20T21:22:37.204Z | Checking pest v2.7.14 |
1922 | 2024-12-20T21:22:37.234Z | Checking hostname v0.3.1 |
1923 | 2024-12-20T21:22:37.350Z | Checking miniz_oxide v0.8.0 |
1924 | 2024-12-20T21:22:37.673Z | Checking goblin v0.8.2 |
1925 | 2024-12-20T21:22:37.771Z | Checking icu_normalizer v1.5.0 |
1926 | 2024-12-20T21:22:38.050Z | Checking foreign-types v0.3.2 |
1927 | 2024-12-20T21:22:38.135Z | Checking quote v1.0.37 |
1928 | 2024-12-20T21:22:38.487Z | Checking openssl-sys v0.9.103 |
1929 | 2024-12-20T21:22:38.541Z | Checking idna_adapter v1.2.0 |
1930 | 2024-12-20T21:22:38.549Z | Checking rustls-webpki v0.102.8 |
1931 | 2024-12-20T21:22:38.751Z | Checking idna v1.0.3 |
1932 | 2024-12-20T21:22:38.866Z | Checking dirs-sys-next v0.1.2 |
1933 | 2024-12-20T21:22:39.029Z | Checking errno v0.3.9 |
1934 | 2024-12-20T21:22:39.200Z | Checking aho-corasick v1.1.3 |
1935 | 2024-12-20T21:22:39.227Z | Checking siphasher v0.3.11 |
1936 | 2024-12-20T21:22:39.242Z | Checking url v2.5.3 |
1937 | 2024-12-20T21:22:39.368Z | Checking data-encoding v2.6.0 |
1938 | 2024-12-20T21:22:39.508Z | Checking regex-syntax v0.8.5 |
1939 | 2024-12-20T21:22:39.708Z | Checking pretty-hex v0.4.1 |
1940 | 2024-12-20T21:22:39.735Z | Checking openssl v0.10.66 |
1941 | 2024-12-20T21:22:39.862Z | Checking dtrace-parser v0.2.0 |
1942 | 2024-12-20T21:22:39.979Z | Checking rustix v0.38.37 |
1943 | 2024-12-20T21:22:40.078Z | Checking dirs-next v2.0.0 |
1944 | 2024-12-20T21:22:40.118Z | Checking tokio-util v0.7.12 |
1945 | 2024-12-20T21:22:40.202Z | Checking syn v2.0.87 |
1946 | 2024-12-20T21:22:40.300Z | Checking http-body-util v0.1.2 |
1947 | 2024-12-20T21:22:40.763Z | Checking crossbeam-epoch v0.9.18 |
1948 | 2024-12-20T21:22:40.787Z | Checking signature v2.2.0 |
1949 | 2024-12-20T21:22:40.983Z | Checking sha1 v0.10.6 |
1950 | 2024-12-20T21:22:41.052Z | Checking h2 v0.4.6 |
1951 | 2024-12-20T21:22:41.212Z | Checking lazy_static v1.5.0 |
1952 | 2024-12-20T21:22:41.240Z | Checking thread-id v4.2.2 |
1953 | 2024-12-20T21:22:41.332Z | Checking thread_local v1.1.8 |
1954 | 2024-12-20T21:22:41.352Z | Checking encoding_rs v0.8.34 |
1955 | 2024-12-20T21:22:41.605Z | Checking anstyle v1.0.10 |
1956 | 2024-12-20T21:22:41.974Z | Checking openssl-probe v0.1.5 |
1957 | 2024-12-20T21:22:42.137Z | Checking ipnet v2.10.1 |
1958 | 2024-12-20T21:22:42.625Z | Checking gimli v0.31.1 |
1959 | 2024-12-20T21:22:42.650Z | Checking dof v0.3.0 |
1960 | 2024-12-20T21:22:42.682Z | Checking regex-automata v0.4.8 |
1961 | 2024-12-20T21:22:43.229Z | Checking utf8parse v0.2.2 |
1962 | 2024-12-20T21:22:43.363Z | Checking unicode-properties v0.1.3 |
1963 | 2024-12-20T21:22:43.503Z | Checking mime v0.3.17 |
1964 | 2024-12-20T21:22:43.663Z | Checking winnow v0.6.20 |
1965 | 2024-12-20T21:22:43.744Z | Checking stringprep v0.1.5 |
1966 | 2024-12-20T21:22:43.831Z | Checking anstyle-parse v0.2.5 |
1967 | 2024-12-20T21:22:44.027Z | Checking crossbeam-deque v0.8.5 |
1968 | 2024-12-20T21:22:44.104Z | Checking term v0.7.0 |
1969 | 2024-12-20T21:22:44.335Z | Checking rustls v0.22.4 |
1970 | 2024-12-20T21:22:44.534Z | Checking rustls v0.23.19 |
1971 | 2024-12-20T21:22:45.153Z | Checking native-tls v0.2.12 |
1972 | 2024-12-20T21:22:45.470Z | Checking slog-json v2.6.1 |
1973 | 2024-12-20T21:22:45.722Z | Checking serde_urlencoded v0.7.1 |
1974 | 2024-12-20T21:22:46.113Z | Checking crossbeam-channel v0.5.13 |
1975 | 2024-12-20T21:22:46.503Z | Checking usdt-impl v0.5.0 |
1976 | 2024-12-20T21:22:46.528Z | Checking addr2line v0.24.2 |
1977 | 2024-12-20T21:22:46.580Z | Checking toml_edit v0.22.22 |
1978 | 2024-12-20T21:22:46.813Z | Checking futures-executor v0.3.31 |
1979 | 2024-12-20T21:22:47.022Z | Checking num-integer v0.1.46 |
1980 | 2024-12-20T21:22:47.036Z | Checking rustls-pemfile v2.2.0 |
1981 | 2024-12-20T21:22:47.055Z | Checking idna v0.3.0 |
1982 | 2024-12-20T21:22:47.120Z | Checking hyper v1.5.0 |
1983 | 2024-12-20T21:22:47.236Z | Checking idna v0.4.0 |
1984 | 2024-12-20T21:22:47.254Z | Checking md-5 v0.10.6 |
1985 | 2024-12-20T21:22:47.471Z | Checking ff v0.13.0 |
1986 | 2024-12-20T21:22:47.484Z | Checking memmap v0.7.0 |
1987 | 2024-12-20T21:22:47.670Z | Checking is-terminal v0.4.13 |
1988 | 2024-12-20T21:22:47.686Z | Checking hash32 v0.2.1 |
1989 | 2024-12-20T21:22:47.781Z | Checking object v0.36.5 |
1990 | 2024-12-20T21:22:47.883Z | Checking psl-types v2.0.11 |
1991 | 2024-12-20T21:22:47.971Z | Checking dyn-clone v1.0.17 |
1992 | 2024-12-20T21:22:47.986Z | Checking either v1.13.0 |
1993 | 2024-12-20T21:22:48.049Z | Checking linked-hash-map v0.5.6 |
1994 | 2024-12-20T21:22:48.095Z | Checking rustc-demangle v0.1.24 |
1995 | 2024-12-20T21:22:48.110Z | Checking take_mut v0.2.2 |
1996 | 2024-12-20T21:22:48.242Z | Checking quick-error v1.2.3 |
1997 | 2024-12-20T21:22:48.360Z | Checking is_terminal_polyfill v1.70.1 |
1998 | 2024-12-20T21:22:48.377Z | Checking colorchoice v1.0.2 |
1999 | 2024-12-20T21:22:48.380Z | Checking utf-8 v0.7.6 |
2000 | 2024-12-20T21:22:48.472Z | Checking fallible-iterator v0.2.0 |
2001 | 2024-12-20T21:22:48.500Z | Checking anstyle-query v1.1.1 |
2002 | 2024-12-20T21:22:48.515Z | Checking base16ct v0.2.0 |
2003 | 2024-12-20T21:22:48.578Z | Checking tungstenite v0.24.0 |
2004 | 2024-12-20T21:22:48.618Z | Checking anstream v0.6.15 |
2005 | 2024-12-20T21:22:48.696Z | Checking sec1 v0.7.3 |
2006 | 2024-12-20T21:22:48.986Z | Checking resolv-conf v0.7.0 |
2007 | 2024-12-20T21:22:49.061Z | Checking lru-cache v0.1.2 |
2008 | 2024-12-20T21:22:49.078Z | Checking postgres-protocol v0.6.7 |
2009 | 2024-12-20T21:22:49.110Z | Checking toml v0.8.19 |
2010 | 2024-12-20T21:22:49.140Z | Checking hyper-util v0.1.10 |
2011 | 2024-12-20T21:22:49.242Z | Checking slog-async v2.8.0 |
2012 | 2024-12-20T21:22:49.310Z | Checking schemars v0.8.21 |
2013 | 2024-12-20T21:22:49.445Z | Checking hickory-proto v0.24.1 |
2014 | 2024-12-20T21:22:49.523Z | Checking publicsuffix v2.2.3 |
2015 | 2024-12-20T21:22:49.726Z | Checking heapless v0.7.17 |
2016 | 2024-12-20T21:22:49.761Z | Checking tokio-rustls v0.25.0 |
2017 | 2024-12-20T21:22:49.837Z | Checking slog-term v2.9.1 |
2018 | 2024-12-20T21:22:49.999Z | Checking tokio-rustls v0.26.0 |
2019 | 2024-12-20T21:22:50.122Z | Checking usdt v0.5.0 |
2020 | 2024-12-20T21:22:50.335Z | Checking group v0.13.0 |
2021 | 2024-12-20T21:22:50.380Z | Checking num-iter v0.1.45 |
2022 | 2024-12-20T21:22:50.420Z | Checking futures v0.3.31 |
2023 | 2024-12-20T21:22:50.533Z | Checking slog-bunyan v2.5.0 |
2024 | 2024-12-20T21:22:50.547Z | Checking tokio-native-tls v0.3.1 |
2025 | 2024-12-20T21:22:50.565Z | Checking rayon-core v1.12.1 |
2026 | 2024-12-20T21:22:50.696Z | Checking multer v3.1.0 |
2027 | 2024-12-20T21:22:50.765Z | Checking terminal_size v0.4.0 |
2028 | 2024-12-20T21:22:50.812Z | Checking phf_shared v0.11.2 |
2029 | 2024-12-20T21:22:50.865Z | Checking cookie v0.18.1 |
2030 | 2024-12-20T21:22:50.929Z | Checking async-stream v0.3.6 |
2031 | 2024-12-20T21:22:51.040Z | Checking bzip2-sys v0.1.11+1.0.8 |
2032 | 2024-12-20T21:22:51.065Z | Checking camino v1.1.9 |
2033 | 2024-12-20T21:22:51.083Z | Checking signal-hook v0.3.17 |
2034 | 2024-12-20T21:22:51.117Z | Checking waitgroup v0.1.2 |
2035 | 2024-12-20T21:22:51.150Z | Checking openapiv3 v2.0.0 |
2036 | 2024-12-20T21:22:51.216Z | Checking webpki-roots v0.26.6 |
2037 | 2024-12-20T21:22:51.241Z | Checking serde_path_to_error v0.1.16 |
2038 | 2024-12-20T21:22:51.318Z | Checking idna v0.5.0 |
2039 | 2024-12-20T21:22:51.400Z | Checking hkdf v0.12.4 |
2040 | 2024-12-20T21:22:51.416Z | Checking crypto-bigint v0.5.5 |
2041 | 2024-12-20T21:22:51.599Z | Checking hostname v0.4.0 |
2042 | 2024-12-20T21:22:51.621Z | Checking crc32fast v1.4.2 |
2043 | 2024-12-20T21:22:51.742Z | Checking clap_lex v0.7.2 |
2044 | 2024-12-20T21:22:51.816Z | Checking winnow v0.5.40 |
2045 | 2024-12-20T21:22:51.855Z | Checking managed v0.8.0 |
2046 | 2024-12-20T21:22:51.989Z | Checking unicode-width v0.1.14 |
2047 | 2024-12-20T21:22:52.200Z | Checking debug-ignore v1.0.5 |
2048 | 2024-12-20T21:22:52.226Z | Checking bitflags v1.3.2 |
2049 | 2024-12-20T21:22:52.322Z | Checking strsim v0.11.1 |
2050 | 2024-12-20T21:22:52.339Z | Checking smoltcp v0.9.1 |
2051 | 2024-12-20T21:22:52.474Z | Checking console v0.15.8 |
2052 | 2024-12-20T21:22:52.592Z | Checking clap_builder v4.5.21 |
2053 | 2024-12-20T21:22:53.063Z | Checking cookie_store v0.21.0 |
2054 | 2024-12-20T21:22:53.745Z | Checking flate2 v1.0.34 |
2055 | 2024-12-20T21:22:53.765Z | Checking hyper-rustls v0.27.3 |
2056 | 2024-12-20T21:22:54.081Z | Checking signal-hook-mio v0.2.4 |
2057 | 2024-12-20T21:22:54.150Z | Checking hickory-resolver v0.24.1 |
2058 | 2024-12-20T21:22:54.185Z | Checking backtrace v0.3.74 |
2059 | 2024-12-20T21:22:54.207Z | Checking rayon v1.10.0 |
2060 | 2024-12-20T21:22:54.257Z | Checking elliptic-curve v0.13.8 |
2061 | 2024-12-20T21:22:54.370Z | Checking bzip2 v0.4.4 |
2062 | 2024-12-20T21:22:54.473Z | Checking dropshot v0.12.0 |
2063 | 2024-12-20T21:22:54.662Z | Checking phf v0.11.2 |
2064 | 2024-12-20T21:22:54.732Z | Checking anyhow v1.0.93 |
2065 | 2024-12-20T21:22:54.872Z | Checking hyper-tls v0.6.0 |
2066 | 2024-12-20T21:22:54.911Z | Checking toml_edit v0.19.15 |
2067 | 2024-12-20T21:22:54.927Z | Checking num-bigint-dig v0.8.4 |
2068 | 2024-12-20T21:22:55.097Z | Checking postgres-types v0.2.8 |
2069 | 2024-12-20T21:22:55.142Z | Checking tokio-tungstenite v0.24.0 |
2070 | 2024-12-20T21:22:55.547Z | Checking regex v1.11.1 |
2071 | 2024-12-20T21:22:55.615Z | Checking bstr v1.10.0 |
2072 | 2024-12-20T21:22:55.738Z | Checking tokio-stream v0.1.16 |
2073 | 2024-12-20T21:22:55.792Z | Checking ed25519 v2.2.3 |
2074 | 2024-12-20T21:22:56.096Z | Checking phf_shared v0.10.0 |
2075 | 2024-12-20T21:22:56.197Z | Checking zerocopy v0.6.6 |
2076 | 2024-12-20T21:22:56.376Z | Checking curve25519-dalek v4.1.3 |
2077 | 2024-12-20T21:22:56.564Z | Checking pkcs1 v0.7.5 |
2078 | 2024-12-20T21:22:56.647Z | Checking hubpack v0.1.2 |
2079 | 2024-12-20T21:22:56.960Z | Checking portable-atomic v1.9.0 |
2080 | 2024-12-20T21:22:56.976Z | Checking float-cmp v0.9.0 |
2081 | 2024-12-20T21:22:56.979Z | Checking serde-big-array v0.5.1 |
2082 | 2024-12-20T21:22:57.061Z | Checking rfc6979 v0.4.0 |
2083 | 2024-12-20T21:22:57.164Z | Checking sync_wrapper v1.0.1 |
2084 | 2024-12-20T21:22:57.195Z | Checking minimal-lexical v0.2.1 |
2085 | 2024-12-20T21:22:57.238Z | Checking fixedbitset v0.4.2 |
2086 | 2024-12-20T21:22:57.296Z | Checking new_debug_unreachable v1.0.6 |
2087 | 2024-12-20T21:22:57.351Z | Checking number_prefix v0.4.0 |
2088 | 2024-12-20T21:22:57.383Z | Checking precomputed-hash v0.1.1 |
2089 | 2024-12-20T21:22:57.494Z | Checking unicode-segmentation v1.12.0 |
2090 | 2024-12-20T21:22:57.497Z | Checking whoami v1.5.2 |
2091 | 2024-12-20T21:22:57.530Z | Checking predicates-core v1.0.8 |
2092 | 2024-12-20T21:22:57.574Z | Checking static_assertions v1.1.0 |
2093 | 2024-12-20T21:22:57.667Z | Checking difflib v0.4.0 |
2094 | 2024-12-20T21:22:57.715Z | Checking bit-vec v0.6.3 |
2095 | 2024-12-20T21:22:57.795Z | Checking unicode-width v0.2.0 |
2096 | 2024-12-20T21:22:57.978Z | Checking normalize-line-endings v0.3.0 |
2097 | 2024-12-20T21:22:57.995Z | Checking tokio-postgres v0.7.12 |
2098 | 2024-12-20T21:22:58.010Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2099 | 2024-12-20T21:22:58.039Z | Checking bit-set v0.5.3 |
2100 | 2024-12-20T21:22:58.083Z | Checking predicates v3.1.2 |
2101 | 2024-12-20T21:22:58.098Z | Checking qorb v0.2.1 |
2102 | 2024-12-20T21:22:58.135Z | Checking similar v2.6.0 |
2103 | 2024-12-20T21:22:58.215Z | Checking ed25519-dalek v2.1.1 |
2104 | 2024-12-20T21:22:58.251Z | Checking indicatif v0.17.9 |
2105 | 2024-12-20T21:22:58.287Z | Checking nom v7.1.3 |
2106 | 2024-12-20T21:22:58.616Z | Checking string_cache v0.8.7 |
2107 | 2024-12-20T21:22:58.724Z | Checking petgraph v0.6.5 |
2108 | 2024-12-20T21:22:58.893Z | Checking toml v0.7.8 |
2109 | 2024-12-20T21:22:58.977Z | Checking reqwest v0.12.9 |
2110 | 2024-12-20T21:22:59.017Z | Checking ecdsa v0.16.9 |
2111 | 2024-12-20T21:22:59.615Z | Checking rsa v0.9.6 |
2112 | 2024-12-20T21:22:59.714Z | Checking clap v4.5.21 |
2113 | 2024-12-20T21:22:59.834Z | Checking zip v0.6.6 |
2114 | 2024-12-20T21:23:00.513Z | Checking crossterm v0.28.1 |
2115 | 2024-12-20T21:23:00.587Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2116 | 2024-12-20T21:23:00.612Z | Checking itertools v0.10.5 |
2117 | 2024-12-20T21:23:00.634Z | Checking fs-err v2.11.0 |
2118 | 2024-12-20T21:23:00.800Z | Checking ahash v0.8.11 |
2119 | 2024-12-20T21:23:01.076Z | Checking x509-cert v0.2.5 |
2120 | 2024-12-20T21:23:01.090Z | Checking semver v1.0.23 |
2121 | 2024-12-20T21:23:01.176Z | Checking hex v0.4.3 |
2122 | 2024-12-20T21:23:01.332Z | Checking lalrpop-util v0.19.12 |
2123 | 2024-12-20T21:23:01.497Z | Checking heck v0.4.1 |
2124 | 2024-12-20T21:23:01.628Z | Checking peg-runtime v0.8.3 |
2125 | 2024-12-20T21:23:01.677Z | Checking sigpipe v0.1.3 |
2126 | 2024-12-20T21:23:02.842Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2127 | 2024-12-20T21:23:03.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.61s |
2128 | 2024-12-20T21:23:03.302Z | |
2129 | 2024-12-20T21:23:03.302Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175) |
2130 | 2024-12-20T21:23:03.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2131 | 2024-12-20T21:23:03.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2132 | 2024-12-20T21:23:03.944Z | Compiling hashbrown v0.14.5 |
2133 | 2024-12-20T21:23:04.060Z | Checking heck v0.5.0 |
2134 | 2024-12-20T21:23:04.071Z | Compiling unsafe-libyaml v0.2.11 |
2135 | 2024-12-20T21:23:04.083Z | Compiling ident_case v1.0.1 |
2136 | 2024-12-20T21:23:04.085Z | Checking progenitor-client v0.8.0 |
2137 | 2024-12-20T21:23:04.110Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2138 | 2024-12-20T21:23:04.124Z | Compiling proc-macro-crate v1.3.1 |
2139 | 2024-12-20T21:23:04.213Z | Compiling darling_core v0.20.10 |
2140 | 2024-12-20T21:23:04.240Z | Checking ipnetwork v0.20.0 |
2141 | 2024-12-20T21:23:04.435Z | Compiling structmeta-derive v0.3.0 |
2142 | 2024-12-20T21:23:04.451Z | Compiling newtype-uuid v1.1.3 |
2143 | 2024-12-20T21:23:04.560Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2144 | 2024-12-20T21:23:04.735Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2145 | 2024-12-20T21:23:04.820Z | Compiling lzma-sys v0.1.20 |
2146 | 2024-12-20T21:23:05.070Z | Compiling foreign-types-macros v0.2.3 |
2147 | 2024-12-20T21:23:05.169Z | Checking regress v0.10.1 |
2148 | 2024-12-20T21:23:05.190Z | Compiling num_enum_derive v0.5.11 |
2149 | 2024-12-20T21:23:05.572Z | Compiling serde_yaml v0.9.34+deprecated |
2150 | 2024-12-20T21:23:05.987Z | Compiling dropshot v0.13.0 |
2151 | 2024-12-20T21:23:06.264Z | Checking arc-swap v1.7.1 |
2152 | 2024-12-20T21:23:06.388Z | Checking foreign-types-shared v0.3.1 |
2153 | 2024-12-20T21:23:06.498Z | Checking foreign-types v0.5.0 |
2154 | 2024-12-20T21:23:06.692Z | Checking slog-scope v4.4.0 |
2155 | 2024-12-20T21:23:06.708Z | Compiling proc-macro-error v1.0.4 |
2156 | 2024-12-20T21:23:07.379Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2157 | 2024-12-20T21:23:07.396Z | Compiling structmeta v0.3.0 |
2158 | 2024-12-20T21:23:07.458Z | Checking tungstenite v0.21.0 |
2159 | 2024-12-20T21:23:07.484Z | Compiling heck v0.3.3 |
2160 | 2024-12-20T21:23:07.785Z | Compiling parse-display-derive v0.10.0 |
2161 | 2024-12-20T21:23:07.821Z | Checking num_enum v0.5.11 |
2162 | 2024-12-20T21:23:07.917Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2163 | 2024-12-20T21:23:07.967Z | Compiling dropshot_endpoint v0.13.0 |
2164 | 2024-12-20T21:23:08.381Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2165 | 2024-12-20T21:23:08.641Z | Checking typify-impl v0.2.0 |
2166 | 2024-12-20T21:23:08.730Z | Checking cstr-argument v0.1.2 |
2167 | 2024-12-20T21:23:08.907Z | Checking instant v0.1.13 |
2168 | 2024-12-20T21:23:09.007Z | Checking pretty-hex v0.2.1 |
2169 | 2024-12-20T21:23:09.165Z | Checking base64 v0.21.7 |
2170 | 2024-12-20T21:23:09.636Z | Checking fastrand v2.1.1 |
2171 | 2024-12-20T21:23:09.838Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2172 | 2024-12-20T21:23:09.968Z | Checking tempfile v3.13.0 |
2173 | 2024-12-20T21:23:10.136Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2174 | 2024-12-20T21:23:10.335Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2175 | 2024-12-20T21:23:10.404Z | Checking backoff v0.4.0 |
2176 | 2024-12-20T21:23:10.463Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2177 | 2024-12-20T21:23:10.478Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2178 | 2024-12-20T21:23:10.629Z | Checking tokio-tungstenite v0.21.0 |
2179 | 2024-12-20T21:23:10.699Z | Checking strum v0.26.3 |
2180 | 2024-12-20T21:23:10.779Z | Compiling zone_cfg_derive v0.1.2 |
2181 | 2024-12-20T21:23:10.852Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2182 | 2024-12-20T21:23:11.092Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2183 | 2024-12-20T21:23:11.111Z | Checking slog-stdlog v4.1.1 |
2184 | 2024-12-20T21:23:11.189Z | Compiling darling_macro v0.20.10 |
2185 | 2024-12-20T21:23:11.304Z | Checking regress v0.9.1 |
2186 | 2024-12-20T21:23:11.428Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2187 | 2024-12-20T21:23:11.576Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2188 | 2024-12-20T21:23:11.576Z | Checking colored v2.1.0 |
2189 | 2024-12-20T21:23:11.883Z | Checking macaddr v1.0.1 |
2190 | 2024-12-20T21:23:11.902Z | Checking base64 v0.13.1 |
2191 | 2024-12-20T21:23:12.184Z | Compiling darling v0.20.10 |
2192 | 2024-12-20T21:23:12.213Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2193 | 2024-12-20T21:23:12.304Z | Compiling serde_with_macros v3.11.0 |
2194 | 2024-12-20T21:23:12.310Z | Checking ron v0.7.1 |
2195 | 2024-12-20T21:23:12.331Z | Checking zone v0.1.8 |
2196 | 2024-12-20T21:23:12.382Z | Checking parse-display v0.10.0 |
2197 | 2024-12-20T21:23:12.675Z | Checking xz2 v0.1.7 |
2198 | 2024-12-20T21:23:12.968Z | Checking slog-envlogger v2.2.0 |
2199 | 2024-12-20T21:23:13.000Z | Checking tabwriter v1.4.0 |
2200 | 2024-12-20T21:23:13.181Z | Checking xattr v1.3.1 |
2201 | 2024-12-20T21:23:13.238Z | Checking pem v3.0.4 |
2202 | 2024-12-20T21:23:13.372Z | Checking yasna v0.5.2 |
2203 | 2024-12-20T21:23:13.490Z | Checking headers-core v0.3.0 |
2204 | 2024-12-20T21:23:13.493Z | Checking smf v0.2.3 |
2205 | 2024-12-20T21:23:13.624Z | Checking filetime v0.2.25 |
2206 | 2024-12-20T21:23:13.831Z | Checking same-file v1.0.6 |
2207 | 2024-12-20T21:23:13.945Z | Checking tar v0.4.42 |
2208 | 2024-12-20T21:23:14.001Z | Checking walkdir v2.5.0 |
2209 | 2024-12-20T21:23:14.248Z | Checking rcgen v0.12.1 |
2210 | 2024-12-20T21:23:14.271Z | Checking headers v0.4.0 |
2211 | 2024-12-20T21:23:14.511Z | Checking atomicwrites v0.4.4 |
2212 | 2024-12-20T21:23:15.116Z | Checking camino-tempfile v1.1.1 |
2213 | 2024-12-20T21:23:15.136Z | Checking subprocess v0.2.9 |
2214 | 2024-12-20T21:23:15.136Z | Checking serde_with v3.11.0 |
2215 | 2024-12-20T21:23:18.911Z | Compiling typify-macro v0.2.0 |
2216 | 2024-12-20T21:23:20.748Z | Compiling typify v0.2.0 |
2217 | 2024-12-20T21:23:20.818Z | Compiling progenitor-impl v0.8.0 |
2218 | 2024-12-20T21:23:23.998Z | Compiling progenitor-macro v0.8.0 |
2219 | 2024-12-20T21:23:28.780Z | Checking progenitor v0.8.0 |
2220 | 2024-12-20T21:23:28.929Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2221 | 2024-12-20T21:23:28.932Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2222 | 2024-12-20T21:23:31.585Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2223 | 2024-12-20T21:23:31.892Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2224 | 2024-12-20T21:23:38.159Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2225 | 2024-12-20T21:23:39.709Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2226 | 2024-12-20T21:23:40.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.60s |
2227 | 2024-12-20T21:23:41.082Z | |
2228 | 2024-12-20T21:23:41.082Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175) |
2229 | 2024-12-20T21:23:41.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2230 | 2024-12-20T21:23:41.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2231 | 2024-12-20T21:23:41.723Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2232 | 2024-12-20T21:23:43.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
2233 | 2024-12-20T21:23:43.279Z | |
2234 | 2024-12-20T21:23:43.279Z | info: running `cargo check --bins` on nexus-config (31/175) |
2235 | 2024-12-20T21:23:43.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2024-12-20T21:23:43.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2024-12-20T21:23:43.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2238 | 2024-12-20T21:23:43.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2239 | 2024-12-20T21:23:43.888Z | |
2240 | 2024-12-20T21:23:43.888Z | info: running `cargo check --bins` on omicron-rpaths (32/175) |
2241 | 2024-12-20T21:23:44.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2024-12-20T21:23:44.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2024-12-20T21:23:44.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2244 | 2024-12-20T21:23:44.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2245 | 2024-12-20T21:23:44.484Z | |
2246 | 2024-12-20T21:23:44.485Z | info: running `cargo check --bins` on omicron-certificates (33/175) |
2247 | 2024-12-20T21:23:45.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2024-12-20T21:23:45.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2024-12-20T21:23:45.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2250 | 2024-12-20T21:23:45.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2251 | 2024-12-20T21:23:45.101Z | |
2252 | 2024-12-20T21:23:45.101Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/175) |
2253 | 2024-12-20T21:23:45.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2254 | 2024-12-20T21:23:45.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2255 | 2024-12-20T21:23:45.785Z | Compiling zerocopy v0.8.10 |
2256 | 2024-12-20T21:23:45.785Z | Compiling progenitor-client v0.8.0 |
2257 | 2024-12-20T21:23:45.785Z | Compiling itertools v0.13.0 |
2258 | 2024-12-20T21:23:45.838Z | Compiling zerocopy-derive v0.8.10 |
2259 | 2024-12-20T21:23:45.839Z | Compiling heapless v0.8.0 |
2260 | 2024-12-20T21:23:45.839Z | Compiling newtype-uuid v1.1.3 |
2261 | 2024-12-20T21:23:45.840Z | Compiling ipnetwork v0.20.0 |
2262 | 2024-12-20T21:23:45.840Z | Checking hash32 v0.3.1 |
2263 | 2024-12-20T21:23:46.141Z | Compiling instant v0.1.13 |
2264 | 2024-12-20T21:23:46.222Z | Compiling smoltcp v0.11.0 |
2265 | 2024-12-20T21:23:46.310Z | Compiling backoff v0.4.0 |
2266 | 2024-12-20T21:23:46.401Z | Compiling progenitor v0.8.0 |
2267 | 2024-12-20T21:23:46.605Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2268 | 2024-12-20T21:23:46.640Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2269 | 2024-12-20T21:23:46.786Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2270 | 2024-12-20T21:23:46.838Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2271 | 2024-12-20T21:23:46.855Z | Compiling dropshot v0.13.0 |
2272 | 2024-12-20T21:23:46.994Z | Compiling serde_with v3.11.0 |
2273 | 2024-12-20T21:23:47.141Z | Compiling parse-display v0.10.0 |
2274 | 2024-12-20T21:23:47.323Z | Checking num-rational v0.4.2 |
2275 | 2024-12-20T21:23:47.622Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2276 | 2024-12-20T21:23:47.852Z | Compiling regress v0.9.1 |
2277 | 2024-12-20T21:23:47.998Z | Compiling phf_generator v0.11.2 |
2278 | 2024-12-20T21:23:48.179Z | Checking num-complex v0.4.6 |
2279 | 2024-12-20T21:23:49.166Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2280 | 2024-12-20T21:23:49.581Z | Compiling macaddr v1.0.1 |
2281 | 2024-12-20T21:23:50.024Z | Checking cobs v0.2.3 |
2282 | 2024-12-20T21:23:50.077Z | Compiling num v0.4.3 |
2283 | 2024-12-20T21:23:50.198Z | Checking postcard v1.0.10 |
2284 | 2024-12-20T21:23:50.293Z | Compiling phf_codegen v0.11.2 |
2285 | 2024-12-20T21:23:50.771Z | Compiling parse-zoneinfo v0.3.1 |
2286 | 2024-12-20T21:23:51.122Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2287 | 2024-12-20T21:23:51.389Z | Compiling convert_case v0.4.0 |
2288 | 2024-12-20T21:23:51.864Z | Compiling float-ord v0.3.2 |
2289 | 2024-12-20T21:23:52.041Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2290 | 2024-12-20T21:23:52.396Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2291 | 2024-12-20T21:23:52.696Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2292 | 2024-12-20T21:23:52.788Z | Compiling derive_more v0.99.18 |
2293 | 2024-12-20T21:23:53.070Z | Compiling chrono-tz-build v0.4.0 |
2294 | 2024-12-20T21:23:53.504Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2295 | 2024-12-20T21:23:54.427Z | Compiling thiserror v2.0.3 |
2296 | 2024-12-20T21:23:54.504Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2297 | 2024-12-20T21:23:54.763Z | Compiling crucible-workspace-hack v0.1.0 |
2298 | 2024-12-20T21:23:54.806Z | Compiling chrono-tz v0.10.0 |
2299 | 2024-12-20T21:23:55.049Z | Checking newline-converter v0.3.0 |
2300 | 2024-12-20T21:23:55.393Z | Checking prettyplease v0.2.25 |
2301 | 2024-12-20T21:23:55.434Z | Compiling thiserror-impl v2.0.3 |
2302 | 2024-12-20T21:23:56.265Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2303 | 2024-12-20T21:23:56.320Z | Compiling slog-dtrace v0.3.0 |
2304 | 2024-12-20T21:23:56.427Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2305 | 2024-12-20T21:23:56.443Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2306 | 2024-12-20T21:23:57.119Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2307 | 2024-12-20T21:23:57.481Z | Checking expectorate v1.1.0 |
2308 | 2024-12-20T21:23:57.643Z | Compiling zone_cfg_derive v0.3.0 |
2309 | 2024-12-20T21:23:57.892Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2310 | 2024-12-20T21:23:57.959Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2311 | 2024-12-20T21:23:58.247Z | Compiling const_format_proc_macros v0.2.33 |
2312 | 2024-12-20T21:23:58.671Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2313 | 2024-12-20T21:23:59.081Z | Compiling num-derive v0.4.2 |
2314 | 2024-12-20T21:23:59.137Z | Checking highway v1.2.0 |
2315 | 2024-12-20T21:23:59.306Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2316 | 2024-12-20T21:23:59.458Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2317 | 2024-12-20T21:23:59.548Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2318 | 2024-12-20T21:23:59.595Z | Checking zone v0.3.0 |
2319 | 2024-12-20T21:23:59.850Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2320 | 2024-12-20T21:24:00.375Z | Checking const_format v0.2.33 |
2321 | 2024-12-20T21:24:00.441Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2322 | 2024-12-20T21:24:00.731Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2323 | 2024-12-20T21:24:00.829Z | Checking gethostname v0.5.0 |
2324 | 2024-12-20T21:24:00.895Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2325 | 2024-12-20T21:24:00.919Z | Checking bcs v0.1.6 |
2326 | 2024-12-20T21:24:00.947Z | Compiling async-recursion v1.1.1 |
2327 | 2024-12-20T21:24:01.391Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2328 | 2024-12-20T21:24:02.577Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2329 | 2024-12-20T21:24:02.761Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2330 | 2024-12-20T21:24:08.511Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2331 | 2024-12-20T21:24:11.785Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2332 | 2024-12-20T21:24:14.378Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2333 | 2024-12-20T21:24:15.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.46s |
2334 | 2024-12-20T21:24:15.754Z | |
2335 | 2024-12-20T21:24:15.754Z | info: running `cargo check --bins` on clickhouse-admin-api (35/175) |
2336 | 2024-12-20T21:24:16.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2337 | 2024-12-20T21:24:16.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2338 | 2024-12-20T21:24:16.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2339 | 2024-12-20T21:24:16.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2340 | 2024-12-20T21:24:16.367Z | |
2341 | 2024-12-20T21:24:16.367Z | info: running `cargo check --bins` on clickhouse-admin-types (36/175) |
2342 | 2024-12-20T21:24:16.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2343 | 2024-12-20T21:24:16.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2344 | 2024-12-20T21:24:16.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2345 | 2024-12-20T21:24:16.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2346 | 2024-12-20T21:24:16.984Z | |
2347 | 2024-12-20T21:24:16.984Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/175) |
2348 | 2024-12-20T21:24:17.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2024-12-20T21:24:17.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2024-12-20T21:24:17.631Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2351 | 2024-12-20T21:24:18.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2352 | 2024-12-20T21:24:18.432Z | |
2353 | 2024-12-20T21:24:18.432Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175) |
2354 | 2024-12-20T21:24:18.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2355 | 2024-12-20T21:24:19.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2356 | 2024-12-20T21:24:19.074Z | Compiling cfg_aliases v0.1.1 |
2357 | 2024-12-20T21:24:19.085Z | Compiling vte_generate_state_changes v0.1.2 |
2358 | 2024-12-20T21:24:19.085Z | Checking fd-lock v4.0.2 |
2359 | 2024-12-20T21:24:19.198Z | Checking nibble_vec v0.1.0 |
2360 | 2024-12-20T21:24:19.210Z | Checking endian-type v0.1.2 |
2361 | 2024-12-20T21:24:19.210Z | Checking bytecount v0.6.8 |
2362 | 2024-12-20T21:24:19.220Z | Compiling tabled_derive v0.7.0 |
2363 | 2024-12-20T21:24:19.243Z | Checking itertools v0.12.1 |
2364 | 2024-12-20T21:24:19.260Z | Compiling nix v0.28.0 |
2365 | 2024-12-20T21:24:19.355Z | Checking papergrid v0.11.0 |
2366 | 2024-12-20T21:24:19.372Z | Compiling peg-macros v0.8.4 |
2367 | 2024-12-20T21:24:19.372Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2368 | 2024-12-20T21:24:19.383Z | Checking radix_trie v0.2.1 |
2369 | 2024-12-20T21:24:19.764Z | Checking vte v0.11.1 |
2370 | 2024-12-20T21:24:19.768Z | Compiling sqlparser_derive v0.2.2 |
2371 | 2024-12-20T21:24:20.533Z | Checking unicode_categories v0.1.1 |
2372 | 2024-12-20T21:24:20.765Z | Checking nu-ansi-term v0.50.1 |
2373 | 2024-12-20T21:24:20.813Z | Checking home v0.5.9 |
2374 | 2024-12-20T21:24:20.840Z | Checking sqlparser v0.45.0 |
2375 | 2024-12-20T21:24:20.956Z | Checking sqlformat v0.2.6 |
2376 | 2024-12-20T21:24:21.154Z | Checking strip-ansi-escapes v0.2.0 |
2377 | 2024-12-20T21:24:21.204Z | Checking display-error-chain v0.2.2 |
2378 | 2024-12-20T21:24:21.667Z | Checking tabled v0.15.0 |
2379 | 2024-12-20T21:24:21.826Z | Checking reedline v0.35.0 |
2380 | 2024-12-20T21:24:22.373Z | Checking peg v0.8.4 |
2381 | 2024-12-20T21:24:22.587Z | Checking rustyline v14.0.0 |
2382 | 2024-12-20T21:24:31.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.85s |
2383 | 2024-12-20T21:24:31.443Z | |
2384 | 2024-12-20T21:24:31.443Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175) |
2385 | 2024-12-20T21:24:32.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-12-20T21:24:32.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-12-20T21:24:32.104Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2388 | 2024-12-20T21:24:37.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
2389 | 2024-12-20T21:24:37.217Z | |
2390 | 2024-12-20T21:24:37.217Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175) |
2391 | 2024-12-20T21:24:37.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-12-20T21:24:37.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-12-20T21:24:37.867Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2394 | 2024-12-20T21:24:41.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
2395 | 2024-12-20T21:24:41.726Z | |
2396 | 2024-12-20T21:24:41.726Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175) |
2397 | 2024-12-20T21:24:42.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-12-20T21:24:42.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-12-20T21:24:42.391Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2400 | 2024-12-20T21:24:47.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
2401 | 2024-12-20T21:24:47.245Z | |
2402 | 2024-12-20T21:24:47.245Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175) |
2403 | 2024-12-20T21:24:47.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-12-20T21:24:47.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-12-20T21:24:47.903Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2406 | 2024-12-20T21:24:52.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s |
2407 | 2024-12-20T21:24:52.840Z | |
2408 | 2024-12-20T21:24:52.840Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175) |
2409 | 2024-12-20T21:24:53.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-12-20T21:24:53.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-12-20T21:24:53.488Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2412 | 2024-12-20T21:24:57.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
2413 | 2024-12-20T21:24:57.539Z | |
2414 | 2024-12-20T21:24:57.539Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175) |
2415 | 2024-12-20T21:24:58.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-12-20T21:24:58.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-12-20T21:24:58.191Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2418 | 2024-12-20T21:25:02.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
2419 | 2024-12-20T21:25:02.377Z | |
2420 | 2024-12-20T21:25:02.377Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175) |
2421 | 2024-12-20T21:25:02.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-12-20T21:25:02.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-12-20T21:25:03.059Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2424 | 2024-12-20T21:25:07.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
2425 | 2024-12-20T21:25:08.131Z | |
2426 | 2024-12-20T21:25:08.131Z | info: running `cargo check --bins` on oximeter (46/175) |
2427 | 2024-12-20T21:25:08.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-12-20T21:25:08.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-12-20T21:25:08.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2024-12-20T21:25:08.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2431 | 2024-12-20T21:25:08.745Z | |
2432 | 2024-12-20T21:25:08.745Z | info: running `cargo check --bins` on oximeter-macro-impl (47/175) |
2433 | 2024-12-20T21:25:09.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-12-20T21:25:09.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-12-20T21:25:09.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2436 | 2024-12-20T21:25:09.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2437 | 2024-12-20T21:25:09.342Z | |
2438 | 2024-12-20T21:25:09.342Z | info: running `cargo check --bins` on oximeter-schema (48/175) |
2439 | 2024-12-20T21:25:09.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-12-20T21:25:09.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-12-20T21:25:09.961Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2442 | 2024-12-20T21:25:10.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
2443 | 2024-12-20T21:25:10.566Z | |
2444 | 2024-12-20T21:25:10.566Z | info: running `cargo check --bins` on oximeter-types (49/175) |
2445 | 2024-12-20T21:25:11.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-12-20T21:25:11.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-12-20T21:25:11.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-12-20T21:25:11.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2449 | 2024-12-20T21:25:11.187Z | |
2450 | 2024-12-20T21:25:11.187Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/175) |
2451 | 2024-12-20T21:25:11.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-12-20T21:25:11.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-12-20T21:25:11.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-12-20T21:25:11.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2455 | 2024-12-20T21:25:11.805Z | |
2456 | 2024-12-20T21:25:11.805Z | info: running `cargo check --bins` on oxql-types (51/175) |
2457 | 2024-12-20T21:25:12.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-12-20T21:25:12.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-12-20T21:25:12.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-12-20T21:25:12.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2461 | 2024-12-20T21:25:12.415Z | |
2462 | 2024-12-20T21:25:12.415Z | info: running `cargo check --bins` on oximeter-test-utils (52/175) |
2463 | 2024-12-20T21:25:12.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-12-20T21:25:12.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-12-20T21:25:12.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-12-20T21:25:12.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2467 | 2024-12-20T21:25:13.058Z | |
2468 | 2024-12-20T21:25:13.058Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/175) |
2469 | 2024-12-20T21:25:13.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-12-20T21:25:13.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-12-20T21:25:13.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-12-20T21:25:13.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2473 | 2024-12-20T21:25:13.678Z | |
2474 | 2024-12-20T21:25:13.678Z | info: running `cargo check --bins` on bootstrap-agent-client (54/175) |
2475 | 2024-12-20T21:25:14.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-12-20T21:25:14.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-12-20T21:25:14.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-12-20T21:25:14.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2479 | 2024-12-20T21:25:14.309Z | |
2480 | 2024-12-20T21:25:14.309Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175) |
2481 | 2024-12-20T21:25:14.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-12-20T21:25:14.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-12-20T21:25:14.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-12-20T21:25:14.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2485 | 2024-12-20T21:25:14.923Z | |
2486 | 2024-12-20T21:25:14.923Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/175) |
2487 | 2024-12-20T21:25:15.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-12-20T21:25:15.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-12-20T21:25:15.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-12-20T21:25:15.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2491 | 2024-12-20T21:25:15.543Z | |
2492 | 2024-12-20T21:25:15.543Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/175) |
2493 | 2024-12-20T21:25:16.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-12-20T21:25:16.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-12-20T21:25:16.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-12-20T21:25:16.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2497 | 2024-12-20T21:25:16.158Z | |
2498 | 2024-12-20T21:25:16.158Z | info: running `cargo check --bins` on cockroach-admin-client (58/175) |
2499 | 2024-12-20T21:25:16.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-12-20T21:25:16.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-12-20T21:25:16.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-12-20T21:25:16.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2503 | 2024-12-20T21:25:16.761Z | |
2504 | 2024-12-20T21:25:16.761Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/175) |
2505 | 2024-12-20T21:25:17.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-12-20T21:25:17.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-12-20T21:25:17.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-12-20T21:25:17.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2509 | 2024-12-20T21:25:17.387Z | |
2510 | 2024-12-20T21:25:17.387Z | info: running `cargo check --bins` on dns-service-client (60/175) |
2511 | 2024-12-20T21:25:17.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-12-20T21:25:17.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-12-20T21:25:17.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-12-20T21:25:17.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2515 | 2024-12-20T21:25:18.007Z | |
2516 | 2024-12-20T21:25:18.007Z | info: running `cargo check --bins` on internal-dns-types (61/175) |
2517 | 2024-12-20T21:25:18.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-12-20T21:25:18.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-12-20T21:25:18.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-12-20T21:25:18.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2521 | 2024-12-20T21:25:18.623Z | |
2522 | 2024-12-20T21:25:18.623Z | info: running `cargo check --bins` on dpd-client (62/175) |
2523 | 2024-12-20T21:25:19.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-12-20T21:25:19.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-12-20T21:25:19.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-12-20T21:25:19.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2527 | 2024-12-20T21:25:19.238Z | |
2528 | 2024-12-20T21:25:19.238Z | info: running `cargo check --bins` on gateway-client (63/175) |
2529 | 2024-12-20T21:25:19.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-12-20T21:25:19.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-12-20T21:25:19.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-12-20T21:25:19.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2533 | 2024-12-20T21:25:19.841Z | |
2534 | 2024-12-20T21:25:19.841Z | info: running `cargo check --bins` on installinator-client (64/175) |
2535 | 2024-12-20T21:25:20.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-12-20T21:25:20.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-12-20T21:25:20.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-12-20T21:25:20.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2539 | 2024-12-20T21:25:20.466Z | |
2540 | 2024-12-20T21:25:20.466Z | info: running `cargo check --bins` on installinator-common (65/175) |
2541 | 2024-12-20T21:25:21.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-12-20T21:25:21.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-12-20T21:25:21.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-12-20T21:25:21.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2545 | 2024-12-20T21:25:21.105Z | |
2546 | 2024-12-20T21:25:21.105Z | info: running `cargo check --bins` on update-engine (66/175) |
2547 | 2024-12-20T21:25:21.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-12-20T21:25:21.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-12-20T21:25:21.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-12-20T21:25:21.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2551 | 2024-12-20T21:25:21.800Z | |
2552 | 2024-12-20T21:25:21.800Z | info: running `cargo check --bins` on nexus-client (67/175) |
2553 | 2024-12-20T21:25:22.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-12-20T21:25:22.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-12-20T21:25:22.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-12-20T21:25:22.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2557 | 2024-12-20T21:25:22.350Z | |
2558 | 2024-12-20T21:25:22.350Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/175) |
2559 | 2024-12-20T21:25:22.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-12-20T21:25:22.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-12-20T21:25:22.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-12-20T21:25:22.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2563 | 2024-12-20T21:25:22.983Z | |
2564 | 2024-12-20T21:25:22.984Z | info: running `cargo check --bins` on omicron-passwords (69/175) |
2565 | 2024-12-20T21:25:23.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-12-20T21:25:23.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-12-20T21:25:23.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-12-20T21:25:23.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2569 | 2024-12-20T21:25:23.588Z | |
2570 | 2024-12-20T21:25:23.588Z | info: running `cargo check --bins` on nexus-types (70/175) |
2571 | 2024-12-20T21:25:24.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-12-20T21:25:24.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-12-20T21:25:24.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-12-20T21:25:24.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2575 | 2024-12-20T21:25:24.232Z | |
2576 | 2024-12-20T21:25:24.232Z | info: running `cargo check --bins` on oxide-client (71/175) |
2577 | 2024-12-20T21:25:24.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-12-20T21:25:24.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-12-20T21:25:24.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-12-20T21:25:24.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2581 | 2024-12-20T21:25:24.836Z | |
2582 | 2024-12-20T21:25:24.836Z | info: running `cargo check --bins` on oximeter-client (72/175) |
2583 | 2024-12-20T21:25:25.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-12-20T21:25:25.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-12-20T21:25:25.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-12-20T21:25:25.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2587 | 2024-12-20T21:25:25.452Z | |
2588 | 2024-12-20T21:25:25.452Z | info: running `cargo check --bins` on repo-depot-client (73/175) |
2589 | 2024-12-20T21:25:25.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-12-20T21:25:25.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-12-20T21:25:25.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-12-20T21:25:25.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2593 | 2024-12-20T21:25:26.056Z | |
2594 | 2024-12-20T21:25:26.056Z | info: running `cargo check --bins` on sled-agent-client (74/175) |
2595 | 2024-12-20T21:25:26.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-12-20T21:25:26.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-12-20T21:25:26.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-12-20T21:25:26.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2599 | 2024-12-20T21:25:26.689Z | |
2600 | 2024-12-20T21:25:26.689Z | info: running `cargo check --bins` on wicketd-client (75/175) |
2601 | 2024-12-20T21:25:27.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-12-20T21:25:27.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-12-20T21:25:27.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-12-20T21:25:27.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2605 | 2024-12-20T21:25:27.343Z | |
2606 | 2024-12-20T21:25:27.343Z | info: running `cargo check --bins` on sled-agent-types (76/175) |
2607 | 2024-12-20T21:25:27.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-12-20T21:25:27.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-12-20T21:25:27.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2024-12-20T21:25:27.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2611 | 2024-12-20T21:25:27.989Z | |
2612 | 2024-12-20T21:25:27.989Z | info: running `cargo check --bins` on wicket-common (77/175) |
2613 | 2024-12-20T21:25:28.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-12-20T21:25:28.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-12-20T21:25:28.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2616 | 2024-12-20T21:25:28.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2617 | 2024-12-20T21:25:28.633Z | |
2618 | 2024-12-20T21:25:28.633Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/175) |
2619 | 2024-12-20T21:25:29.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-12-20T21:25:29.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-12-20T21:25:29.285Z | Checking csv-core v0.1.11 |
2622 | 2024-12-20T21:25:29.285Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2623 | 2024-12-20T21:25:29.289Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2624 | 2024-12-20T21:25:29.587Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2625 | 2024-12-20T21:25:29.600Z | Checking csv v1.3.0 |
2626 | 2024-12-20T21:25:30.160Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2627 | 2024-12-20T21:25:30.489Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2628 | 2024-12-20T21:25:31.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
2629 | 2024-12-20T21:25:31.923Z | |
2630 | 2024-12-20T21:25:31.924Z | info: running `cargo check --bins` on cockroach-admin-api (79/175) |
2631 | 2024-12-20T21:25:32.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-12-20T21:25:32.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-12-20T21:25:32.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2024-12-20T21:25:32.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2635 | 2024-12-20T21:25:32.538Z | |
2636 | 2024-12-20T21:25:32.538Z | info: running `cargo check --bins` on cockroach-admin-types (80/175) |
2637 | 2024-12-20T21:25:33.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2024-12-20T21:25:33.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2024-12-20T21:25:33.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2640 | 2024-12-20T21:25:33.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2641 | 2024-12-20T21:25:33.160Z | |
2642 | 2024-12-20T21:25:33.160Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175) |
2643 | 2024-12-20T21:25:33.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2024-12-20T21:25:33.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2024-12-20T21:25:33.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2024-12-20T21:25:33.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2647 | 2024-12-20T21:25:33.884Z | |
2648 | 2024-12-20T21:25:33.884Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175) |
2649 | 2024-12-20T21:25:34.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2024-12-20T21:25:34.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2024-12-20T21:25:34.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2652 | 2024-12-20T21:25:34.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2653 | 2024-12-20T21:25:34.603Z | |
2654 | 2024-12-20T21:25:34.603Z | info: running `cargo check --bins` on dns-server (83/175) |
2655 | 2024-12-20T21:25:35.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2024-12-20T21:25:35.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2024-12-20T21:25:35.240Z | Compiling parking_lot_core v0.8.6 |
2658 | 2024-12-20T21:25:35.240Z | Checking fxhash v0.2.1 |
2659 | 2024-12-20T21:25:35.243Z | Checking hickory-server v0.24.1 |
2660 | 2024-12-20T21:25:35.243Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2661 | 2024-12-20T21:25:35.243Z | Checking hickory-client v0.24.1 |
2662 | 2024-12-20T21:25:35.915Z | Checking parking_lot v0.11.2 |
2663 | 2024-12-20T21:25:36.061Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2664 | 2024-12-20T21:25:36.061Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2665 | 2024-12-20T21:25:36.158Z | Checking sled v0.34.7 |
2666 | 2024-12-20T21:25:37.928Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2667 | 2024-12-20T21:25:39.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s |
2668 | 2024-12-20T21:25:39.319Z | |
2669 | 2024-12-20T21:25:39.319Z | info: running `cargo check --bins` on dns-server-api (84/175) |
2670 | 2024-12-20T21:25:39.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-12-20T21:25:39.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-12-20T21:25:39.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2024-12-20T21:25:39.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2674 | 2024-12-20T21:25:39.931Z | |
2675 | 2024-12-20T21:25:39.931Z | info: running `cargo check --bins` on gateway-test-utils (85/175) |
2676 | 2024-12-20T21:25:40.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2024-12-20T21:25:40.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2024-12-20T21:25:40.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2024-12-20T21:25:40.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2680 | 2024-12-20T21:25:40.599Z | |
2681 | 2024-12-20T21:25:40.599Z | info: running `cargo check --bins` on gateway-types (86/175) |
2682 | 2024-12-20T21:25:41.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-12-20T21:25:41.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-12-20T21:25:41.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2024-12-20T21:25:41.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2686 | 2024-12-20T21:25:41.219Z | |
2687 | 2024-12-20T21:25:41.219Z | info: running `cargo check --bins` on ipcc (87/175) |
2688 | 2024-12-20T21:25:41.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-12-20T21:25:41.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-12-20T21:25:41.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2691 | 2024-12-20T21:25:41.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2692 | 2024-12-20T21:25:41.836Z | |
2693 | 2024-12-20T21:25:41.836Z | info: running `cargo check --bins` on omicron-gateway (88/175) |
2694 | 2024-12-20T21:25:42.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-12-20T21:25:42.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-12-20T21:25:42.521Z | Compiling radium v0.7.0 |
2697 | 2024-12-20T21:25:42.521Z | Compiling semver v0.1.20 |
2698 | 2024-12-20T21:25:42.634Z | Checking tap v1.0.1 |
2699 | 2024-12-20T21:25:42.636Z | Compiling maybe-uninit v2.0.0 |
2700 | 2024-12-20T21:25:42.650Z | Checking password-hash v0.5.0 |
2701 | 2024-12-20T21:25:42.652Z | Checking blake2 v0.10.6 |
2702 | 2024-12-20T21:25:42.653Z | Checking funty v2.0.0 |
2703 | 2024-12-20T21:25:42.653Z | Compiling cancel-safe-futures v0.1.5 |
2704 | 2024-12-20T21:25:42.780Z | Checking wyz v0.5.1 |
2705 | 2024-12-20T21:25:43.004Z | Compiling rustc_version v0.1.7 |
2706 | 2024-12-20T21:25:43.075Z | Checking crc-catalog v2.4.0 |
2707 | 2024-12-20T21:25:43.135Z | Compiling owo-colors v4.1.0 |
2708 | 2024-12-20T21:25:43.162Z | Compiling packed_struct v0.10.1 |
2709 | 2024-12-20T21:25:43.201Z | Checking crc v3.2.1 |
2710 | 2024-12-20T21:25:43.225Z | Checking argon2 v0.5.3 |
2711 | 2024-12-20T21:25:43.301Z | Compiling packed_struct_codegen v0.10.1 |
2712 | 2024-12-20T21:25:43.428Z | Checking half v2.4.1 |
2713 | 2024-12-20T21:25:43.451Z | Compiling indexmap v1.9.3 |
2714 | 2024-12-20T21:25:43.517Z | Compiling newtype_derive v0.1.6 |
2715 | 2024-12-20T21:25:43.537Z | Checking bitvec v1.0.1 |
2716 | 2024-12-20T21:25:43.616Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2717 | 2024-12-20T21:25:43.643Z | Checking ciborium-io v0.2.2 |
2718 | 2024-12-20T21:25:43.733Z | Checking nodrop v0.1.14 |
2719 | 2024-12-20T21:25:43.847Z | Checking ciborium-ll v0.2.2 |
2720 | 2024-12-20T21:25:43.865Z | Checking array-init v0.0.4 |
2721 | 2024-12-20T21:25:43.880Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2722 | 2024-12-20T21:25:43.937Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2723 | 2024-12-20T21:25:44.122Z | Checking smallvec v0.6.14 |
2724 | 2024-12-20T21:25:44.179Z | Checking libsw v3.3.1 |
2725 | 2024-12-20T21:25:44.399Z | Compiling memoffset v0.9.1 |
2726 | 2024-12-20T21:25:44.451Z | Checking bitfield v0.14.0 |
2727 | 2024-12-20T21:25:44.524Z | Checking linear-map v1.2.0 |
2728 | 2024-12-20T21:25:44.676Z | Checking hashbrown v0.12.3 |
2729 | 2024-12-20T21:25:44.692Z | Checking swrite v0.1.0 |
2730 | 2024-12-20T21:25:44.706Z | Checking termcolor v1.4.1 |
2731 | 2024-12-20T21:25:44.809Z | Checking indent_write v2.2.0 |
2732 | 2024-12-20T21:25:44.863Z | Checking serde-hex v0.1.0 |
2733 | 2024-12-20T21:25:44.982Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2734 | 2024-12-20T21:25:45.006Z | Checking ron v0.8.1 |
2735 | 2024-12-20T21:25:45.118Z | Checking env_logger v0.10.2 |
2736 | 2024-12-20T21:25:45.541Z | Checking ciborium v0.2.2 |
2737 | 2024-12-20T21:25:45.650Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2738 | 2024-12-20T21:25:46.008Z | Checking steno v0.4.1 |
2739 | 2024-12-20T21:25:46.353Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2740 | 2024-12-20T21:25:46.437Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2741 | 2024-12-20T21:25:46.512Z | Checking hashbrown v0.13.2 |
2742 | 2024-12-20T21:25:46.585Z | Checking crc-any v2.5.0 |
2743 | 2024-12-20T21:25:46.626Z | Checking humantime v2.1.0 |
2744 | 2024-12-20T21:25:46.939Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2745 | 2024-12-20T21:25:46.983Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2746 | 2024-12-20T21:25:47.316Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2747 | 2024-12-20T21:25:47.574Z | Checking object v0.30.4 |
2748 | 2024-12-20T21:25:47.591Z | Checking path-slash v0.1.5 |
2749 | 2024-12-20T21:25:47.668Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2750 | 2024-12-20T21:25:47.725Z | Checking nix v0.27.1 |
2751 | 2024-12-20T21:25:48.291Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2752 | 2024-12-20T21:25:48.682Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2753 | 2024-12-20T21:25:48.788Z | Checking tungstenite v0.23.0 |
2754 | 2024-12-20T21:25:48.933Z | Checking kstat-rs v0.2.4 |
2755 | 2024-12-20T21:25:48.992Z | Checking signal-hook-tokio v0.3.1 |
2756 | 2024-12-20T21:25:49.255Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2757 | 2024-12-20T21:25:49.550Z | Checking tokio-tungstenite v0.23.1 |
2758 | 2024-12-20T21:25:49.835Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2759 | 2024-12-20T21:25:50.233Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2760 | 2024-12-20T21:25:50.744Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2761 | 2024-12-20T21:25:56.877Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2762 | 2024-12-20T21:25:58.174Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2763 | 2024-12-20T21:26:01.348Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2764 | 2024-12-20T21:26:07.068Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2765 | 2024-12-20T21:26:07.755Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2766 | 2024-12-20T21:26:10.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.69s |
2767 | 2024-12-20T21:26:10.710Z | |
2768 | 2024-12-20T21:26:10.711Z | info: running `cargo check --bins` on gateway-api (89/175) |
2769 | 2024-12-20T21:26:11.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2024-12-20T21:26:11.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2024-12-20T21:26:11.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2024-12-20T21:26:11.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2773 | 2024-12-20T21:26:11.334Z | |
2774 | 2024-12-20T21:26:11.334Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175) |
2775 | 2024-12-20T21:26:11.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-12-20T21:26:11.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-12-20T21:26:11.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2024-12-20T21:26:11.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2779 | 2024-12-20T21:26:11.929Z | |
2780 | 2024-12-20T21:26:11.929Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175) |
2781 | 2024-12-20T21:26:12.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-12-20T21:26:12.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-12-20T21:26:12.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2024-12-20T21:26:12.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2785 | 2024-12-20T21:26:12.544Z | |
2786 | 2024-12-20T21:26:12.544Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175) |
2787 | 2024-12-20T21:26:13.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-12-20T21:26:13.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-12-20T21:26:13.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2024-12-20T21:26:13.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2791 | 2024-12-20T21:26:13.159Z | |
2792 | 2024-12-20T21:26:13.159Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175) |
2793 | 2024-12-20T21:26:13.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-12-20T21:26:13.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-12-20T21:26:13.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2024-12-20T21:26:13.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2797 | 2024-12-20T21:26:13.774Z | |
2798 | 2024-12-20T21:26:13.774Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175) |
2799 | 2024-12-20T21:26:14.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-12-20T21:26:14.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-12-20T21:26:14.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-12-20T21:26:14.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2803 | 2024-12-20T21:26:14.395Z | |
2804 | 2024-12-20T21:26:14.395Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175) |
2805 | 2024-12-20T21:26:14.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-12-20T21:26:14.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-12-20T21:26:14.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2024-12-20T21:26:14.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2809 | 2024-12-20T21:26:15.006Z | |
2810 | 2024-12-20T21:26:15.006Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175) |
2811 | 2024-12-20T21:26:15.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-12-20T21:26:15.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-12-20T21:26:15.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2024-12-20T21:26:15.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2815 | 2024-12-20T21:26:15.623Z | |
2816 | 2024-12-20T21:26:15.623Z | info: running `cargo check --bins` on oximeter-producer (97/175) |
2817 | 2024-12-20T21:26:16.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-12-20T21:26:16.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-12-20T21:26:16.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2024-12-20T21:26:16.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2821 | 2024-12-20T21:26:16.261Z | |
2822 | 2024-12-20T21:26:16.261Z | info: running `cargo check --bins` on internal-dns-resolver (98/175) |
2823 | 2024-12-20T21:26:16.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-12-20T21:26:16.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-12-20T21:26:16.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2024-12-20T21:26:16.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2827 | 2024-12-20T21:26:16.875Z | |
2828 | 2024-12-20T21:26:16.875Z | info: running `cargo check --bins` on sp-sim (99/175) |
2829 | 2024-12-20T21:26:17.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-12-20T21:26:17.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-12-20T21:26:17.499Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2832 | 2024-12-20T21:26:19.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
2833 | 2024-12-20T21:26:19.507Z | |
2834 | 2024-12-20T21:26:19.507Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175) |
2835 | 2024-12-20T21:26:20.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-12-20T21:26:20.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-12-20T21:26:20.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2024-12-20T21:26:20.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2839 | 2024-12-20T21:26:20.164Z | |
2840 | 2024-12-20T21:26:20.165Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175) |
2841 | 2024-12-20T21:26:20.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-12-20T21:26:20.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-12-20T21:26:20.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2024-12-20T21:26:20.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2845 | 2024-12-20T21:26:20.833Z | |
2846 | 2024-12-20T21:26:20.833Z | info: running `cargo check --bins` on db-macros (102/175) |
2847 | 2024-12-20T21:26:21.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-12-20T21:26:21.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-12-20T21:26:21.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2024-12-20T21:26:21.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2851 | 2024-12-20T21:26:21.428Z | |
2852 | 2024-12-20T21:26:21.428Z | info: running `cargo check --bins` on nexus-macros-common (103/175) |
2853 | 2024-12-20T21:26:21.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-12-20T21:26:21.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-12-20T21:26:21.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2024-12-20T21:26:21.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2857 | 2024-12-20T21:26:22.025Z | |
2858 | 2024-12-20T21:26:22.025Z | info: running `cargo check --bins` on nexus-auth (104/175) |
2859 | 2024-12-20T21:26:22.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-12-20T21:26:22.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-12-20T21:26:22.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-12-20T21:26:22.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2863 | 2024-12-20T21:26:22.684Z | |
2864 | 2024-12-20T21:26:22.684Z | info: running `cargo check --bins` on authz-macros (105/175) |
2865 | 2024-12-20T21:26:23.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-12-20T21:26:23.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-12-20T21:26:23.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2024-12-20T21:26:23.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2869 | 2024-12-20T21:26:23.278Z | |
2870 | 2024-12-20T21:26:23.278Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/175) |
2871 | 2024-12-20T21:26:23.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-12-20T21:26:23.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-12-20T21:26:23.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2024-12-20T21:26:23.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2875 | 2024-12-20T21:26:23.921Z | |
2876 | 2024-12-20T21:26:23.921Z | info: running `cargo check --bins` on nexus-db-model (107/175) |
2877 | 2024-12-20T21:26:24.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-12-20T21:26:24.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-12-20T21:26:24.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2024-12-20T21:26:24.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2881 | 2024-12-20T21:26:24.565Z | |
2882 | 2024-12-20T21:26:24.565Z | info: running `cargo check --bins` on nexus-defaults (108/175) |
2883 | 2024-12-20T21:26:25.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-12-20T21:26:25.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-12-20T21:26:25.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2024-12-20T21:26:25.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2887 | 2024-12-20T21:26:25.237Z | |
2888 | 2024-12-20T21:26:25.237Z | info: running `cargo check --bins` on nexus-inventory (109/175) |
2889 | 2024-12-20T21:26:25.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-12-20T21:26:25.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-12-20T21:26:25.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2024-12-20T21:26:25.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2893 | 2024-12-20T21:26:25.818Z | |
2894 | 2024-12-20T21:26:25.818Z | info: running `cargo check --bins` on typed-rng (110/175) |
2895 | 2024-12-20T21:26:26.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2024-12-20T21:26:26.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2024-12-20T21:26:26.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2898 | 2024-12-20T21:26:26.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2899 | 2024-12-20T21:26:26.415Z | |
2900 | 2024-12-20T21:26:26.415Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175) |
2901 | 2024-12-20T21:26:27.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2902 | 2024-12-20T21:26:27.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2903 | 2024-12-20T21:26:27.142Z | Checking keccak v0.1.5 |
2904 | 2024-12-20T21:26:27.252Z | Checking secrecy v0.8.0 |
2905 | 2024-12-20T21:26:27.254Z | Compiling unicase v2.7.0 |
2906 | 2024-12-20T21:26:27.254Z | Compiling same-file v1.0.6 |
2907 | 2024-12-20T21:26:27.276Z | Compiling tempfile v3.13.0 |
2908 | 2024-12-20T21:26:27.288Z | Compiling thiserror-impl-no-std v2.0.2 |
2909 | 2024-12-20T21:26:27.290Z | Checking universal-hash v0.5.1 |
2910 | 2024-12-20T21:26:27.290Z | Compiling blake3 v1.5.4 |
2911 | 2024-12-20T21:26:27.430Z | Compiling walkdir v2.5.0 |
2912 | 2024-12-20T21:26:27.469Z | Compiling ring v0.16.20 |
2913 | 2024-12-20T21:26:27.526Z | Checking sha3 v0.10.8 |
2914 | 2024-12-20T21:26:27.540Z | Checking opaque-debug v0.3.1 |
2915 | 2024-12-20T21:26:27.630Z | Checking poly1305 v0.8.0 |
2916 | 2024-12-20T21:26:27.687Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2917 | 2024-12-20T21:26:27.904Z | Checking chacha20 v0.9.1 |
2918 | 2024-12-20T21:26:27.971Z | Checking aead v0.5.2 |
2919 | 2024-12-20T21:26:28.099Z | Compiling memmap2 v0.9.5 |
2920 | 2024-12-20T21:26:28.137Z | Compiling libefi-sys v0.1.0 |
2921 | 2024-12-20T21:26:28.189Z | Compiling spin v0.5.2 |
2922 | 2024-12-20T21:26:28.205Z | Compiling salty v0.3.0 |
2923 | 2024-12-20T21:26:28.241Z | Compiling constant_time_eq v0.3.1 |
2924 | 2024-12-20T21:26:28.381Z | Compiling arrayvec v0.7.6 |
2925 | 2024-12-20T21:26:28.397Z | Compiling arrayref v0.3.9 |
2926 | 2024-12-20T21:26:28.441Z | Checking chacha20poly1305 v0.10.1 |
2927 | 2024-12-20T21:26:28.525Z | Compiling toolchain_find v0.4.0 |
2928 | 2024-12-20T21:26:28.575Z | Compiling camino-tempfile v1.1.1 |
2929 | 2024-12-20T21:26:28.616Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2930 | 2024-12-20T21:26:28.630Z | Compiling bitfield-struct v0.6.2 |
2931 | 2024-12-20T21:26:28.932Z | Compiling topological-sort v0.2.2 |
2932 | 2024-12-20T21:26:29.020Z | Compiling mime_guess v2.0.5 |
2933 | 2024-12-20T21:26:29.112Z | Compiling rustfmt-wrapper v0.2.1 |
2934 | 2024-12-20T21:26:29.570Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2935 | 2024-12-20T21:26:29.669Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2936 | 2024-12-20T21:26:29.690Z | Checking primeorder v0.13.6 |
2937 | 2024-12-20T21:26:29.953Z | Checking env_filter v0.1.2 |
2938 | 2024-12-20T21:26:30.004Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2939 | 2024-12-20T21:26:30.036Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2940 | 2024-12-20T21:26:30.152Z | Checking p384 v0.13.0 |
2941 | 2024-12-20T21:26:30.172Z | Checking env_logger v0.11.5 |
2942 | 2024-12-20T21:26:30.321Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2943 | 2024-12-20T21:26:30.339Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2944 | 2024-12-20T21:26:30.413Z | Checking thiserror-no-std v2.0.2 |
2945 | 2024-12-20T21:26:30.517Z | Checking vsss-rs v3.3.4 |
2946 | 2024-12-20T21:26:30.579Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2947 | 2024-12-20T21:26:30.596Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2948 | 2024-12-20T21:26:30.724Z | Checking simd-adler32 v0.3.7 |
2949 | 2024-12-20T21:26:30.926Z | Compiling zip v2.1.3 |
2950 | 2024-12-20T21:26:30.970Z | Checking http-range v0.1.5 |
2951 | 2024-12-20T21:26:31.055Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2952 | 2024-12-20T21:26:31.073Z | Checking bumpalo v3.16.0 |
2953 | 2024-12-20T21:26:31.133Z | Checking lockfree-object-pool v0.1.6 |
2954 | 2024-12-20T21:26:31.201Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2955 | 2024-12-20T21:26:31.248Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2956 | 2024-12-20T21:26:31.376Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2957 | 2024-12-20T21:26:31.396Z | Checking zopfli v0.8.1 |
2958 | 2024-12-20T21:26:31.473Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2959 | 2024-12-20T21:26:32.025Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2960 | 2024-12-20T21:26:32.065Z | Checking nanorand v0.7.0 |
2961 | 2024-12-20T21:26:32.083Z | Checking atty v0.2.14 |
2962 | 2024-12-20T21:26:32.100Z | Checking glob v0.3.1 |
2963 | 2024-12-20T21:26:32.196Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2964 | 2024-12-20T21:26:32.437Z | Checking flume v0.11.1 |
2965 | 2024-12-20T21:26:32.801Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2966 | 2024-12-20T21:26:32.934Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2967 | 2024-12-20T21:26:33.224Z | Compiling omicron-zone-package v0.11.1 |
2968 | 2024-12-20T21:26:33.508Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2969 | 2024-12-20T21:26:33.929Z | Checking hyper-staticfile v0.10.1 |
2970 | 2024-12-20T21:26:34.458Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2971 | 2024-12-20T21:26:34.676Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2972 | 2024-12-20T21:26:34.822Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2973 | 2024-12-20T21:26:34.869Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2974 | 2024-12-20T21:26:35.025Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2975 | 2024-12-20T21:26:35.545Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2976 | 2024-12-20T21:26:35.963Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2977 | 2024-12-20T21:26:36.071Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2978 | 2024-12-20T21:26:36.419Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2979 | 2024-12-20T21:26:37.575Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2980 | 2024-12-20T21:26:39.166Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2981 | 2024-12-20T21:26:39.169Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2982 | 2024-12-20T21:26:49.498Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2983 | 2024-12-20T21:27:03.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.70s |
2984 | 2024-12-20T21:27:03.298Z | |
2985 | 2024-12-20T21:27:03.298Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175) |
2986 | 2024-12-20T21:27:03.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-12-20T21:27:03.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-12-20T21:27:04.019Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2989 | 2024-12-20T21:27:17.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.16s |
2990 | 2024-12-20T21:27:17.655Z | |
2991 | 2024-12-20T21:27:17.655Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175) |
2992 | 2024-12-20T21:27:18.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2024-12-20T21:27:18.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2024-12-20T21:27:18.373Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2995 | 2024-12-20T21:27:31.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s |
2996 | 2024-12-20T21:27:32.167Z | |
2997 | 2024-12-20T21:27:32.168Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175) |
2998 | 2024-12-20T21:27:32.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2024-12-20T21:27:32.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2024-12-20T21:27:32.885Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3001 | 2024-12-20T21:27:46.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s |
3002 | 2024-12-20T21:27:46.612Z | |
3003 | 2024-12-20T21:27:46.612Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175) |
3004 | 2024-12-20T21:27:47.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2024-12-20T21:27:47.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2024-12-20T21:27:47.339Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3007 | 2024-12-20T21:28:00.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s |
3008 | 2024-12-20T21:28:01.175Z | |
3009 | 2024-12-20T21:28:01.175Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175) |
3010 | 2024-12-20T21:28:01.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2024-12-20T21:28:01.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2024-12-20T21:28:01.900Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3013 | 2024-12-20T21:28:15.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.18s |
3014 | 2024-12-20T21:28:15.547Z | |
3015 | 2024-12-20T21:28:15.547Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175) |
3016 | 2024-12-20T21:28:16.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-12-20T21:28:16.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-12-20T21:28:16.265Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3019 | 2024-12-20T21:28:29.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s |
3020 | 2024-12-20T21:28:30.004Z | |
3021 | 2024-12-20T21:28:30.004Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175) |
3022 | 2024-12-20T21:28:30.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2024-12-20T21:28:30.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2024-12-20T21:28:30.720Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3025 | 2024-12-20T21:28:44.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s |
3026 | 2024-12-20T21:28:44.480Z | |
3027 | 2024-12-20T21:28:44.480Z | info: running `cargo check --bins` on bootstrap-agent-api (119/175) |
3028 | 2024-12-20T21:28:45.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2024-12-20T21:28:45.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2024-12-20T21:28:45.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2024-12-20T21:28:45.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3032 | 2024-12-20T21:28:45.128Z | |
3033 | 2024-12-20T21:28:45.128Z | info: running `cargo check --bins` on key-manager (120/175) |
3034 | 2024-12-20T21:28:45.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2024-12-20T21:28:45.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2024-12-20T21:28:45.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2024-12-20T21:28:45.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3038 | 2024-12-20T21:28:45.746Z | |
3039 | 2024-12-20T21:28:45.746Z | info: running `cargo check --bins` on range-requests (121/175) |
3040 | 2024-12-20T21:28:46.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2024-12-20T21:28:46.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2024-12-20T21:28:46.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2024-12-20T21:28:46.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3044 | 2024-12-20T21:28:46.350Z | |
3045 | 2024-12-20T21:28:46.350Z | info: running `cargo check --bins` on repo-depot-api (122/175) |
3046 | 2024-12-20T21:28:46.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2024-12-20T21:28:46.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2024-12-20T21:28:46.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2024-12-20T21:28:46.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3050 | 2024-12-20T21:28:46.974Z | |
3051 | 2024-12-20T21:28:46.974Z | info: running `cargo check --bins` on sled-agent-api (123/175) |
3052 | 2024-12-20T21:28:47.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2024-12-20T21:28:47.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2024-12-20T21:28:47.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2024-12-20T21:28:47.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3056 | 2024-12-20T21:28:47.619Z | |
3057 | 2024-12-20T21:28:47.619Z | info: running `cargo check --bins` on sled-diagnostics (124/175) |
3058 | 2024-12-20T21:28:48.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2024-12-20T21:28:48.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2024-12-20T21:28:48.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2024-12-20T21:28:48.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3062 | 2024-12-20T21:28:48.221Z | |
3063 | 2024-12-20T21:28:48.221Z | info: running `cargo check --bins` on sled-hardware (125/175) |
3064 | 2024-12-20T21:28:48.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-12-20T21:28:48.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-12-20T21:28:48.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2024-12-20T21:28:48.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3068 | 2024-12-20T21:28:48.855Z | |
3069 | 2024-12-20T21:28:48.855Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/175) |
3070 | 2024-12-20T21:28:49.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2024-12-20T21:28:49.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2024-12-20T21:28:49.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2024-12-20T21:28:49.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3074 | 2024-12-20T21:28:49.490Z | |
3075 | 2024-12-20T21:28:49.490Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175) |
3076 | 2024-12-20T21:28:50.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-12-20T21:28:50.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-12-20T21:28:50.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2024-12-20T21:28:50.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3080 | 2024-12-20T21:28:50.129Z | |
3081 | 2024-12-20T21:28:50.129Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/175) |
3082 | 2024-12-20T21:28:50.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2024-12-20T21:28:50.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2024-12-20T21:28:50.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3085 | 2024-12-20T21:28:50.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3086 | 2024-12-20T21:28:50.777Z | |
3087 | 2024-12-20T21:28:50.777Z | info: running `cargo check --bins` on nexus-test-interface (129/175) |
3088 | 2024-12-20T21:28:51.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2024-12-20T21:28:51.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2024-12-20T21:28:51.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2024-12-20T21:28:51.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3092 | 2024-12-20T21:28:51.413Z | |
3093 | 2024-12-20T21:28:51.413Z | info: running `cargo check --bins` on oximeter-collector (130/175) |
3094 | 2024-12-20T21:28:51.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-12-20T21:28:51.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-12-20T21:28:52.094Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3097 | 2024-12-20T21:28:52.094Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3098 | 2024-12-20T21:28:52.952Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3099 | 2024-12-20T21:28:54.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
3100 | 2024-12-20T21:28:55.133Z | |
3101 | 2024-12-20T21:28:55.133Z | info: running `cargo check --bins` on oximeter-api (131/175) |
3102 | 2024-12-20T21:28:55.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2024-12-20T21:28:55.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2024-12-20T21:28:55.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3105 | 2024-12-20T21:28:55.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3106 | 2024-12-20T21:28:55.749Z | |
3107 | 2024-12-20T21:28:55.749Z | info: running `cargo check --bins` on cert-dev (132/175) |
3108 | 2024-12-20T21:28:56.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2024-12-20T21:28:56.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2024-12-20T21:28:56.347Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3111 | 2024-12-20T21:28:56.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3112 | 2024-12-20T21:28:56.769Z | |
3113 | 2024-12-20T21:28:56.769Z | info: running `cargo check --bins` on clickana (133/175) |
3114 | 2024-12-20T21:28:57.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2024-12-20T21:28:57.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2024-12-20T21:28:57.403Z | Checking castaway v0.2.3 |
3117 | 2024-12-20T21:28:57.403Z | Checking unicode-truncate v1.1.0 |
3118 | 2024-12-20T21:28:57.406Z | Checking lru v0.12.5 |
3119 | 2024-12-20T21:28:57.406Z | Compiling instability v0.3.2 |
3120 | 2024-12-20T21:28:57.406Z | Checking cassowary v0.3.0 |
3121 | 2024-12-20T21:28:57.406Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3122 | 2024-12-20T21:28:57.623Z | Checking compact_str v0.8.0 |
3123 | 2024-12-20T21:28:58.221Z | Checking ratatui v0.28.1 |
3124 | 2024-12-20T21:29:00.103Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3125 | 2024-12-20T21:29:00.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
3126 | 2024-12-20T21:29:01.090Z | |
3127 | 2024-12-20T21:29:01.090Z | info: running `cargo check --bins` on clickhouse-cluster-dev (134/175) |
3128 | 2024-12-20T21:29:01.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3129 | 2024-12-20T21:29:01.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3130 | 2024-12-20T21:29:01.768Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3131 | 2024-12-20T21:29:01.768Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3132 | 2024-12-20T21:29:02.372Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3133 | 2024-12-20T21:29:02.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3134 | 2024-12-20T21:29:02.906Z | |
3135 | 2024-12-20T21:29:02.906Z | info: running `cargo check --bins` on ch-dev (135/175) |
3136 | 2024-12-20T21:29:03.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3137 | 2024-12-20T21:29:03.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3138 | 2024-12-20T21:29:03.558Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3139 | 2024-12-20T21:29:04.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3140 | 2024-12-20T21:29:04.437Z | |
3141 | 2024-12-20T21:29:04.437Z | info: running `cargo check --bins` on crdb-seed (136/175) |
3142 | 2024-12-20T21:29:04.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3143 | 2024-12-20T21:29:05.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3144 | 2024-12-20T21:29:05.087Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3145 | 2024-12-20T21:29:05.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3146 | 2024-12-20T21:29:05.621Z | |
3147 | 2024-12-20T21:29:05.621Z | info: running `cargo check --bins` on db-dev (137/175) |
3148 | 2024-12-20T21:29:06.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2024-12-20T21:29:06.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2024-12-20T21:29:06.268Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3151 | 2024-12-20T21:29:06.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3152 | 2024-12-20T21:29:07.158Z | |
3153 | 2024-12-20T21:29:07.158Z | info: running `cargo check --bins` on omicron-dev-lib (138/175) |
3154 | 2024-12-20T21:29:07.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2024-12-20T21:29:07.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2024-12-20T21:29:07.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3157 | 2024-12-20T21:29:07.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3158 | 2024-12-20T21:29:07.795Z | |
3159 | 2024-12-20T21:29:07.795Z | info: running `cargo check --bins` on xtask-downloader (139/175) |
3160 | 2024-12-20T21:29:08.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3161 | 2024-12-20T21:29:08.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3162 | 2024-12-20T21:29:08.403Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3163 | 2024-12-20T21:29:09.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3164 | 2024-12-20T21:29:09.435Z | |
3165 | 2024-12-20T21:29:09.435Z | info: running `cargo check --bins` on omicron-ls-apis (140/175) |
3166 | 2024-12-20T21:29:09.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2024-12-20T21:29:09.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2024-12-20T21:29:10.047Z | Checking cargo-platform v0.1.8 |
3169 | 2024-12-20T21:29:10.313Z | Checking cargo_metadata v0.18.1 |
3170 | 2024-12-20T21:29:11.261Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3171 | 2024-12-20T21:29:12.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s |
3172 | 2024-12-20T21:29:12.254Z | |
3173 | 2024-12-20T21:29:12.254Z | info: running `cargo check --bins` on mgs-dev (141/175) |
3174 | 2024-12-20T21:29:12.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3175 | 2024-12-20T21:29:12.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3176 | 2024-12-20T21:29:12.956Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3177 | 2024-12-20T21:29:13.671Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3178 | 2024-12-20T21:29:14.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3179 | 2024-12-20T21:29:14.407Z | |
3180 | 2024-12-20T21:29:14.407Z | info: running `cargo check --bins` on omicron-omdb (142/175) |
3181 | 2024-12-20T21:29:15.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2024-12-20T21:29:15.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2024-12-20T21:29:15.164Z | Compiling crunchy v0.2.2 |
3184 | 2024-12-20T21:29:15.164Z | Compiling tiny-keccak v2.0.2 |
3185 | 2024-12-20T21:29:15.167Z | Compiling dsl_auto_type v0.1.2 |
3186 | 2024-12-20T21:29:15.167Z | Checking scheduled-thread-pool v0.2.7 |
3187 | 2024-12-20T21:29:15.167Z | Compiling diesel_table_macro_syntax v0.2.0 |
3188 | 2024-12-20T21:29:15.285Z | Compiling ascii-canvas v3.0.0 |
3189 | 2024-12-20T21:29:15.292Z | Compiling ena v0.14.3 |
3190 | 2024-12-20T21:29:15.300Z | Compiling diff v0.1.13 |
3191 | 2024-12-20T21:29:15.463Z | Checking r2d2 v0.8.10 |
3192 | 2024-12-20T21:29:15.571Z | Compiling regex-syntax v0.6.29 |
3193 | 2024-12-20T21:29:15.703Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3194 | 2024-12-20T21:29:15.724Z | Compiling ref-cast v1.0.23 |
3195 | 2024-12-20T21:29:15.786Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3196 | 2024-12-20T21:29:15.814Z | Compiling derive_builder_core v0.20.2 |
3197 | 2024-12-20T21:29:15.926Z | Compiling libxml v0.3.3 |
3198 | 2024-12-20T21:29:15.964Z | Compiling ref-cast-impl v1.0.23 |
3199 | 2024-12-20T21:29:16.042Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3200 | 2024-12-20T21:29:16.310Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3201 | 2024-12-20T21:29:16.333Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3202 | 2024-12-20T21:29:16.476Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3203 | 2024-12-20T21:29:16.551Z | Compiling strum_macros v0.24.3 |
3204 | 2024-12-20T21:29:16.602Z | Compiling samael v0.0.17 |
3205 | 2024-12-20T21:29:16.882Z | Compiling diesel_derives v2.2.3 |
3206 | 2024-12-20T21:29:16.900Z | Compiling indoc v1.0.9 |
3207 | 2024-12-20T21:29:17.880Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3208 | 2024-12-20T21:29:18.157Z | Compiling impl-trait-for-tuples v0.2.2 |
3209 | 2024-12-20T21:29:18.286Z | Compiling derive_builder_macro v0.20.2 |
3210 | 2024-12-20T21:29:19.045Z | Compiling lalrpop v0.19.12 |
3211 | 2024-12-20T21:29:19.155Z | Checking derive_builder v0.20.2 |
3212 | 2024-12-20T21:29:19.303Z | Compiling oso-derive v0.27.3 |
3213 | 2024-12-20T21:29:19.799Z | Checking quick-xml v0.33.0 |
3214 | 2024-12-20T21:29:20.222Z | Compiling diesel-dtrace v0.4.2 |
3215 | 2024-12-20T21:29:20.311Z | Checking maplit v1.0.2 |
3216 | 2024-12-20T21:29:20.453Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3217 | 2024-12-20T21:29:20.580Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3218 | 2024-12-20T21:29:20.809Z | Checking bb8 v0.8.5 |
3219 | 2024-12-20T21:29:20.879Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3220 | 2024-12-20T21:29:21.153Z | Checking rand_seeder v0.3.0 |
3221 | 2024-12-20T21:29:21.328Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3222 | 2024-12-20T21:29:21.392Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3223 | 2024-12-20T21:29:21.425Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3224 | 2024-12-20T21:29:21.585Z | Checking unicode-linebreak v0.1.5 |
3225 | 2024-12-20T21:29:21.695Z | Checking smawk v0.3.2 |
3226 | 2024-12-20T21:29:21.977Z | Checking is_ci v1.2.0 |
3227 | 2024-12-20T21:29:22.087Z | Checking textwrap v0.16.1 |
3228 | 2024-12-20T21:29:22.124Z | Checking supports-color v3.0.1 |
3229 | 2024-12-20T21:29:22.212Z | Checking multimap v0.10.0 |
3230 | 2024-12-20T21:29:23.142Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3231 | 2024-12-20T21:29:25.530Z | Checking diesel v2.2.6 |
3232 | 2024-12-20T21:29:51.635Z | Compiling polar-core v0.27.3 |
3233 | 2024-12-20T21:29:54.049Z | Checking async-bb8-diesel v0.2.1 |
3234 | 2024-12-20T21:29:59.094Z | Checking oso v0.27.3 |
3235 | 2024-12-20T21:31:07.111Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3236 | 2024-12-20T21:31:13.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s |
3237 | 2024-12-20T21:31:13.373Z | |
3238 | 2024-12-20T21:31:13.373Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175) |
3239 | 2024-12-20T21:31:13.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2024-12-20T21:31:13.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2024-12-20T21:31:13.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3242 | 2024-12-20T21:31:13.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3243 | 2024-12-20T21:31:14.028Z | |
3244 | 2024-12-20T21:31:14.028Z | info: running `cargo check --bins` on nexus-saga-recovery (144/175) |
3245 | 2024-12-20T21:31:14.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2024-12-20T21:31:14.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2024-12-20T21:31:14.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3248 | 2024-12-20T21:31:14.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3249 | 2024-12-20T21:31:14.707Z | |
3250 | 2024-12-20T21:31:14.707Z | info: running `cargo check --bins` on nexus-test-utils-macros (145/175) |
3251 | 2024-12-20T21:31:15.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2024-12-20T21:31:15.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2024-12-20T21:31:15.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3254 | 2024-12-20T21:31:15.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3255 | 2024-12-20T21:31:15.290Z | |
3256 | 2024-12-20T21:31:15.290Z | info: running `cargo check --bins` on omicron-nexus (146/175) |
3257 | 2024-12-20T21:31:15.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2024-12-20T21:31:15.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2024-12-20T21:31:16.069Z | Compiling libz-sys v1.1.20 |
3260 | 2024-12-20T21:31:16.183Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3261 | 2024-12-20T21:31:16.193Z | Compiling vergen v8.3.2 |
3262 | 2024-12-20T21:31:16.196Z | Compiling cargo-platform v0.1.8 |
3263 | 2024-12-20T21:31:16.196Z | Compiling pin-project-internal v1.1.6 |
3264 | 2024-12-20T21:31:16.231Z | Compiling snafu-derive v0.8.5 |
3265 | 2024-12-20T21:31:16.231Z | Compiling libsqlite3-sys v0.30.1 |
3266 | 2024-12-20T21:31:16.234Z | Compiling buf-list v1.0.3 |
3267 | 2024-12-20T21:31:16.469Z | Compiling rustls v0.21.12 |
3268 | 2024-12-20T21:31:16.733Z | Compiling cargo_metadata v0.18.1 |
3269 | 2024-12-20T21:31:16.736Z | Compiling cfg_aliases v0.2.1 |
3270 | 2024-12-20T21:31:16.858Z | Compiling nix v0.29.0 |
3271 | 2024-12-20T21:31:16.927Z | Checking globset v0.4.15 |
3272 | 2024-12-20T21:31:16.998Z | Checking olpc-cjson v0.1.4 |
3273 | 2024-12-20T21:31:17.109Z | Checking sct v0.7.1 |
3274 | 2024-12-20T21:31:17.185Z | Checking rustls-webpki v0.101.7 |
3275 | 2024-12-20T21:31:17.311Z | Checking serde_plain v1.0.2 |
3276 | 2024-12-20T21:31:17.398Z | Checking typed-path v0.9.3 |
3277 | 2024-12-20T21:31:17.847Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3278 | 2024-12-20T21:31:18.112Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3279 | 2024-12-20T21:31:18.188Z | Checking hashlink v0.9.1 |
3280 | 2024-12-20T21:31:18.381Z | Checking fallible-iterator v0.3.0 |
3281 | 2024-12-20T21:31:18.785Z | Checking parse-size v1.1.0 |
3282 | 2024-12-20T21:31:18.964Z | Checking fallible-streaming-iterator v0.1.9 |
3283 | 2024-12-20T21:31:19.169Z | Checking rusqlite v0.32.1 |
3284 | 2024-12-20T21:31:19.252Z | Checking pin-project v1.1.6 |
3285 | 2024-12-20T21:31:19.374Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3286 | 2024-12-20T21:31:19.419Z | Checking rustls-pemfile v1.0.4 |
3287 | 2024-12-20T21:31:19.526Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3288 | 2024-12-20T21:31:19.618Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3289 | 2024-12-20T21:31:19.880Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3290 | 2024-12-20T21:31:20.203Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3291 | 2024-12-20T21:31:20.333Z | Checking twox-hash v1.6.3 |
3292 | 2024-12-20T21:31:20.382Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3293 | 2024-12-20T21:31:20.751Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3294 | 2024-12-20T21:31:20.799Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3295 | 2024-12-20T21:31:20.877Z | Checking tokio-rustls v0.24.1 |
3296 | 2024-12-20T21:31:21.217Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3297 | 2024-12-20T21:31:21.336Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3298 | 2024-12-20T21:31:21.358Z | Checking fatfs v0.3.6 |
3299 | 2024-12-20T21:31:21.627Z | Checking snafu v0.8.5 |
3300 | 2024-12-20T21:31:22.132Z | Checking tough v0.19.0 |
3301 | 2024-12-20T21:31:22.297Z | Checking assert_matches v1.5.0 |
3302 | 2024-12-20T21:31:26.184Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3303 | 2024-12-20T21:31:27.558Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3304 | 2024-12-20T21:31:28.089Z | Compiling git2 v0.19.0 |
3305 | 2024-12-20T21:31:32.774Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3306 | 2024-12-20T21:32:24.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
3307 | 2024-12-20T21:32:24.714Z | |
3308 | 2024-12-20T21:32:24.714Z | info: running `cargo check --bins` on nexus-external-api (147/175) |
3309 | 2024-12-20T21:32:25.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2024-12-20T21:32:25.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2024-12-20T21:32:25.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3312 | 2024-12-20T21:32:25.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3313 | 2024-12-20T21:32:25.384Z | |
3314 | 2024-12-20T21:32:25.384Z | info: running `cargo check --bins` on openapi-manager-types (148/175) |
3315 | 2024-12-20T21:32:25.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2024-12-20T21:32:25.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2024-12-20T21:32:25.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3318 | 2024-12-20T21:32:25.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3319 | 2024-12-20T21:32:25.981Z | |
3320 | 2024-12-20T21:32:25.981Z | info: running `cargo check --bins` on nexus-internal-api (149/175) |
3321 | 2024-12-20T21:32:26.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2024-12-20T21:32:26.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2024-12-20T21:32:26.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3324 | 2024-12-20T21:32:26.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3325 | 2024-12-20T21:32:26.639Z | |
3326 | 2024-12-20T21:32:26.639Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (150/175) |
3327 | 2024-12-20T21:32:27.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2024-12-20T21:32:27.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2024-12-20T21:32:27.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3330 | 2024-12-20T21:32:27.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3331 | 2024-12-20T21:32:27.303Z | |
3332 | 2024-12-20T21:32:27.303Z | info: running `cargo check --bins` on nexus-networking (151/175) |
3333 | 2024-12-20T21:32:27.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2024-12-20T21:32:27.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2024-12-20T21:32:27.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3336 | 2024-12-20T21:32:27.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3337 | 2024-12-20T21:32:27.959Z | |
3338 | 2024-12-20T21:32:27.959Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (152/175) |
3339 | 2024-12-20T21:32:28.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2024-12-20T21:32:28.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2024-12-20T21:32:28.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3342 | 2024-12-20T21:32:28.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3343 | 2024-12-20T21:32:28.623Z | |
3344 | 2024-12-20T21:32:28.623Z | info: running `cargo check --bins` on update-common (153/175) |
3345 | 2024-12-20T21:32:29.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2024-12-20T21:32:29.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2024-12-20T21:32:29.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3348 | 2024-12-20T21:32:29.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3349 | 2024-12-20T21:32:29.257Z | |
3350 | 2024-12-20T21:32:29.257Z | info: running `cargo check --bins` on tufaceous-lib (154/175) |
3351 | 2024-12-20T21:32:29.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2024-12-20T21:32:29.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2024-12-20T21:32:29.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3354 | 2024-12-20T21:32:29.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3355 | 2024-12-20T21:32:29.894Z | |
3356 | 2024-12-20T21:32:29.894Z | info: running `cargo check --bins` on tufaceous (155/175) |
3357 | 2024-12-20T21:32:30.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2024-12-20T21:32:30.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2024-12-20T21:32:30.544Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3360 | 2024-12-20T21:32:31.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
3361 | 2024-12-20T21:32:31.680Z | |
3362 | 2024-12-20T21:32:31.680Z | info: running `cargo check --bins` on omicron-dev (156/175) |
3363 | 2024-12-20T21:32:32.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3364 | 2024-12-20T21:32:32.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3365 | 2024-12-20T21:32:32.510Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3366 | 2024-12-20T21:32:32.636Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3367 | 2024-12-20T21:32:32.638Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3368 | 2024-12-20T21:32:32.647Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3369 | 2024-12-20T21:32:58.294Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3370 | 2024-12-20T21:32:58.297Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3371 | 2024-12-20T21:32:58.297Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3372 | 2024-12-20T21:32:58.297Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3373 | 2024-12-20T21:32:58.297Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3374 | 2024-12-20T21:32:59.114Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3375 | 2024-12-20T21:33:00.364Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3376 | 2024-12-20T21:33:37.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
3377 | 2024-12-20T21:33:37.783Z | |
3378 | 2024-12-20T21:33:37.783Z | info: running `cargo check --bins` on openapi-manager (157/175) |
3379 | 2024-12-20T21:33:38.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3380 | 2024-12-20T21:33:38.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3381 | 2024-12-20T21:33:38.477Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3382 | 2024-12-20T21:33:38.477Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3383 | 2024-12-20T21:33:38.480Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3384 | 2024-12-20T21:33:40.108Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3385 | 2024-12-20T21:33:40.998Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3386 | 2024-12-20T21:33:42.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
3387 | 2024-12-20T21:33:42.266Z | |
3388 | 2024-12-20T21:33:42.266Z | info: running `cargo check --bins` on installinator-api (158/175) |
3389 | 2024-12-20T21:33:42.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3390 | 2024-12-20T21:33:42.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3391 | 2024-12-20T21:33:42.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3392 | 2024-12-20T21:33:42.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3393 | 2024-12-20T21:33:42.899Z | |
3394 | 2024-12-20T21:33:42.899Z | info: running `cargo check --bins` on wicketd-api (159/175) |
3395 | 2024-12-20T21:33:43.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3396 | 2024-12-20T21:33:43.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3397 | 2024-12-20T21:33:43.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3398 | 2024-12-20T21:33:43.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3399 | 2024-12-20T21:33:43.539Z | |
3400 | 2024-12-20T21:33:43.539Z | info: running `cargo check --bins` on reconfigurator-cli (160/175) |
3401 | 2024-12-20T21:33:44.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3402 | 2024-12-20T21:33:44.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3403 | 2024-12-20T21:33:44.210Z | Compiling petname v2.0.2 |
3404 | 2024-12-20T21:33:44.212Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3405 | 2024-12-20T21:33:44.212Z | Checking sync-ptr v0.1.1 |
3406 | 2024-12-20T21:33:45.614Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3407 | 2024-12-20T21:33:47.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
3408 | 2024-12-20T21:33:47.376Z | |
3409 | 2024-12-20T21:33:47.377Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175) |
3410 | 2024-12-20T21:33:47.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3411 | 2024-12-20T21:33:47.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3412 | 2024-12-20T21:33:47.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3413 | 2024-12-20T21:33:47.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3414 | 2024-12-20T21:33:48.030Z | |
3415 | 2024-12-20T21:33:48.030Z | info: running `cargo check --bins` on omicron-releng (162/175) |
3416 | 2024-12-20T21:33:48.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3417 | 2024-12-20T21:33:48.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3418 | 2024-12-20T21:33:48.695Z | Checking memmap2 v0.9.5 |
3419 | 2024-12-20T21:33:48.695Z | Checking constant_time_eq v0.3.1 |
3420 | 2024-12-20T21:33:48.698Z | Checking arrayref v0.3.9 |
3421 | 2024-12-20T21:33:48.698Z | Checking arrayvec v0.7.6 |
3422 | 2024-12-20T21:33:48.698Z | Checking spin v0.5.2 |
3423 | 2024-12-20T21:33:48.698Z | Checking topological-sort v0.2.2 |
3424 | 2024-12-20T21:33:48.698Z | Checking shell-words v1.1.0 |
3425 | 2024-12-20T21:33:48.999Z | Checking ring v0.16.20 |
3426 | 2024-12-20T21:33:49.071Z | Checking blake3 v1.5.4 |
3427 | 2024-12-20T21:33:50.078Z | Checking omicron-zone-package v0.11.1 |
3428 | 2024-12-20T21:33:51.198Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3429 | 2024-12-20T21:33:52.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
3430 | 2024-12-20T21:33:52.311Z | |
3431 | 2024-12-20T21:33:52.311Z | info: running `cargo check --bins` on xtask (163/175) |
3432 | 2024-12-20T21:33:52.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3433 | 2024-12-20T21:33:52.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3434 | 2024-12-20T21:33:52.744Z | Checking bitflags v2.6.0 |
3435 | 2024-12-20T21:33:52.823Z | Checking serde v1.0.215 |
3436 | 2024-12-20T21:33:52.825Z | Checking thiserror v1.0.69 |
3437 | 2024-12-20T21:33:52.840Z | Checking scroll v0.12.0 |
3438 | 2024-12-20T21:33:52.843Z | Checking log v0.4.22 |
3439 | 2024-12-20T21:33:52.848Z | Checking hashbrown v0.15.1 |
3440 | 2024-12-20T21:33:52.856Z | Checking zerocopy v0.7.35 |
3441 | 2024-12-20T21:33:52.881Z | Checking syn v2.0.87 |
3442 | 2024-12-20T21:33:52.941Z | Checking pest v2.7.14 |
3443 | 2024-12-20T21:33:53.052Z | Checking rustix v0.38.37 |
3444 | 2024-12-20T21:33:53.097Z | Checking once_cell v1.20.2 |
3445 | 2024-12-20T21:33:53.259Z | Checking goblin v0.8.2 |
3446 | 2024-12-20T21:33:53.390Z | Checking fs-err v2.11.0 |
3447 | 2024-12-20T21:33:53.685Z | Checking anyhow v1.0.93 |
3448 | 2024-12-20T21:33:53.903Z | Checking indexmap v2.6.0 |
3449 | 2024-12-20T21:33:54.065Z | Checking tabled v0.15.0 |
3450 | 2024-12-20T21:33:54.717Z | Checking terminal_size v0.4.0 |
3451 | 2024-12-20T21:33:54.717Z | Checking tempfile v3.13.0 |
3452 | 2024-12-20T21:33:54.879Z | Checking clap_builder v4.5.21 |
3453 | 2024-12-20T21:33:55.375Z | Checking dtrace-parser v0.2.0 |
3454 | 2024-12-20T21:33:57.254Z | Checking clap v4.5.21 |
3455 | 2024-12-20T21:33:57.354Z | Checking serde_json v1.0.132 |
3456 | 2024-12-20T21:33:57.354Z | Checking toml_datetime v0.6.8 |
3457 | 2024-12-20T21:33:57.358Z | Checking serde_spanned v0.6.8 |
3458 | 2024-12-20T21:33:57.358Z | Checking camino v1.1.9 |
3459 | 2024-12-20T21:33:57.358Z | Checking semver v1.0.23 |
3460 | 2024-12-20T21:33:57.358Z | Checking cargo-platform v0.1.8 |
3461 | 2024-12-20T21:33:57.358Z | Checking macaddr v1.0.1 |
3462 | 2024-12-20T21:33:57.623Z | Checking toml_edit v0.22.22 |
3463 | 2024-12-20T21:33:57.798Z | Checking camino-tempfile v1.1.1 |
3464 | 2024-12-20T21:33:58.426Z | Checking dof v0.3.0 |
3465 | 2024-12-20T21:33:58.426Z | Checking cargo_metadata v0.18.1 |
3466 | 2024-12-20T21:33:58.832Z | Checking usdt-impl v0.5.0 |
3467 | 2024-12-20T21:33:59.176Z | Checking usdt v0.5.0 |
3468 | 2024-12-20T21:33:59.332Z | Checking toml v0.8.19 |
3469 | 2024-12-20T21:33:59.783Z | Checking cargo_toml v0.20.5 |
3470 | 2024-12-20T21:34:00.972Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3471 | 2024-12-20T21:34:01.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s |
3472 | 2024-12-20T21:34:01.677Z | |
3473 | 2024-12-20T21:34:01.677Z | info: running `cargo check --bins` on end-to-end-tests (164/175) |
3474 | 2024-12-20T21:34:02.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3475 | 2024-12-20T21:34:02.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3476 | 2024-12-20T21:34:02.434Z | Checking polyval v0.6.2 |
3477 | 2024-12-20T21:34:02.546Z | Checking ctr v0.9.2 |
3478 | 2024-12-20T21:34:02.556Z | Checking ssh-encoding v0.2.0 |
3479 | 2024-12-20T21:34:02.559Z | Checking blowfish v0.9.1 |
3480 | 2024-12-20T21:34:02.575Z | Checking password-hash v0.4.2 |
3481 | 2024-12-20T21:34:02.581Z | Checking matches v0.1.10 |
3482 | 2024-12-20T21:34:02.604Z | Checking p256 v0.13.2 |
3483 | 2024-12-20T21:34:02.604Z | Checking p521 v0.13.3 |
3484 | 2024-12-20T21:34:02.678Z | Checking idna v0.2.3 |
3485 | 2024-12-20T21:34:02.754Z | Checking ghash v0.5.1 |
3486 | 2024-12-20T21:34:02.771Z | Checking bcrypt-pbkdf v0.10.0 |
3487 | 2024-12-20T21:34:02.789Z | Compiling enum-as-inner v0.5.1 |
3488 | 2024-12-20T21:34:02.879Z | Checking russh-cryptovec v0.7.3 |
3489 | 2024-12-20T21:34:02.909Z | Checking aes-gcm v0.10.3 |
3490 | 2024-12-20T21:34:02.985Z | Checking pbkdf2 v0.11.0 |
3491 | 2024-12-20T21:34:03.033Z | Checking md5 v0.7.0 |
3492 | 2024-12-20T21:34:03.061Z | Checking num-bigint v0.4.6 |
3493 | 2024-12-20T21:34:03.077Z | Checking des v0.8.1 |
3494 | 2024-12-20T21:34:03.139Z | Checking ssh-cipher v0.2.0 |
3495 | 2024-12-20T21:34:03.295Z | Checking hex-literal v0.4.1 |
3496 | 2024-12-20T21:34:03.298Z | Compiling dhcproto-macros v0.1.0 |
3497 | 2024-12-20T21:34:03.349Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3498 | 2024-12-20T21:34:03.416Z | Checking ssh-key v0.6.6 |
3499 | 2024-12-20T21:34:03.434Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3500 | 2024-12-20T21:34:03.477Z | Checking internet-checksum v0.2.1 |
3501 | 2024-12-20T21:34:03.789Z | Checking trust-dns-proto v0.22.0 |
3502 | 2024-12-20T21:34:04.733Z | Checking russh-keys v0.45.0 |
3503 | 2024-12-20T21:34:05.646Z | Checking russh v0.45.0 |
3504 | 2024-12-20T21:34:06.286Z | Checking dhcproto v0.12.0 |
3505 | 2024-12-20T21:34:23.040Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3506 | 2024-12-20T21:34:24.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.74s |
3507 | 2024-12-20T21:34:24.624Z | |
3508 | 2024-12-20T21:34:24.624Z | info: running `cargo check --bins` on gateway-cli (165/175) |
3509 | 2024-12-20T21:34:25.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3510 | 2024-12-20T21:34:25.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3511 | 2024-12-20T21:34:25.259Z | Checking termios v0.3.3 |
3512 | 2024-12-20T21:34:25.474Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3513 | 2024-12-20T21:34:26.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3514 | 2024-12-20T21:34:26.439Z | |
3515 | 2024-12-20T21:34:26.439Z | info: running `cargo check --bins --no-default-features` on installinator (166/175) |
3516 | 2024-12-20T21:34:27.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2024-12-20T21:34:27.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2024-12-20T21:34:27.124Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3519 | 2024-12-20T21:34:29.138Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3520 | 2024-12-20T21:34:30.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s |
3521 | 2024-12-20T21:34:31.177Z | |
3522 | 2024-12-20T21:34:31.177Z | info: running `cargo check --bins` on internal-dns-cli (167/175) |
3523 | 2024-12-20T21:34:31.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3524 | 2024-12-20T21:34:31.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3525 | 2024-12-20T21:34:31.802Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3526 | 2024-12-20T21:34:32.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3527 | 2024-12-20T21:34:32.448Z | |
3528 | 2024-12-20T21:34:32.448Z | info: running `cargo check --bins` on omicron-live-tests (168/175) |
3529 | 2024-12-20T21:34:32.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3530 | 2024-12-20T21:34:32.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3531 | 2024-12-20T21:34:32.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3532 | 2024-12-20T21:34:32.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3533 | 2024-12-20T21:34:33.047Z | |
3534 | 2024-12-20T21:34:33.047Z | info: running `cargo check --bins` on live-tests-macros (169/175) |
3535 | 2024-12-20T21:34:33.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3536 | 2024-12-20T21:34:33.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3537 | 2024-12-20T21:34:33.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3538 | 2024-12-20T21:34:33.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3539 | 2024-12-20T21:34:33.647Z | |
3540 | 2024-12-20T21:34:33.647Z | info: running `cargo check --bins` on omicron-package (170/175) |
3541 | 2024-12-20T21:34:34.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3542 | 2024-12-20T21:34:34.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3543 | 2024-12-20T21:34:34.301Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3544 | 2024-12-20T21:34:35.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3545 | 2024-12-20T21:34:35.821Z | |
3546 | 2024-12-20T21:34:35.821Z | info: running `cargo check --bins` on wicket-dbg (171/175) |
3547 | 2024-12-20T21:34:36.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3548 | 2024-12-20T21:34:36.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3549 | 2024-12-20T21:34:36.504Z | Checking rtoolbox v0.0.2 |
3550 | 2024-12-20T21:34:36.504Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3551 | 2024-12-20T21:34:36.504Z | Checking tui-tree-widget v0.22.0 |
3552 | 2024-12-20T21:34:36.727Z | Checking rpassword v7.3.1 |
3553 | 2024-12-20T21:34:40.738Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3554 | 2024-12-20T21:34:43.726Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3555 | 2024-12-20T21:34:44.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s |
3556 | 2024-12-20T21:34:45.142Z | |
3557 | 2024-12-20T21:34:45.142Z | info: running `cargo check --bins` on wicket (172/175) |
3558 | 2024-12-20T21:34:45.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3559 | 2024-12-20T21:34:45.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3560 | 2024-12-20T21:34:45.828Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3561 | 2024-12-20T21:34:46.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3562 | 2024-12-20T21:34:46.453Z | |
3563 | 2024-12-20T21:34:46.453Z | info: running `cargo check --bins` on wicketd (173/175) |
3564 | 2024-12-20T21:34:47.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3565 | 2024-12-20T21:34:47.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3566 | 2024-12-20T21:34:47.153Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3567 | 2024-12-20T21:34:51.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
3568 | 2024-12-20T21:34:51.250Z | |
3569 | 2024-12-20T21:34:51.250Z | info: running `cargo check --bins` on omicron-workspace-hack (174/175) |
3570 | 2024-12-20T21:34:51.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3571 | 2024-12-20T21:34:51.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3572 | 2024-12-20T21:34:51.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3573 | 2024-12-20T21:34:51.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3574 | 2024-12-20T21:34:51.848Z | |
3575 | 2024-12-20T21:34:51.848Z | info: running `cargo check --bins` on zone-setup (175/175) |
3576 | 2024-12-20T21:34:52.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3577 | 2024-12-20T21:34:52.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3578 | 2024-12-20T21:34:52.575Z | Checking uzers v0.12.1 |
3579 | 2024-12-20T21:34:52.911Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3580 | 2024-12-20T21:34:54.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
3581 | 2024-12-20T21:34:54.273Z | |
3582 | 2024-12-20T21:34:54.273Z | real 12:51.859924783 |
3583 | 2024-12-20T21:34:54.273Z | user 23:57.057488214 |
3584 | 2024-12-20T21:34:54.273Z | sys 5:22.965269558 |
3585 | 2024-12-20T21:34:54.273Z | trap 0.456600971 |
3586 | 2024-12-20T21:34:54.276Z | tflt 2.305373646 |
3587 | 2024-12-20T21:34:54.276Z | dflt 3.364597959 |
3588 | 2024-12-20T21:34:54.276Z | kflt 0.000860594 |
3589 | 2024-12-20T21:34:54.276Z | lock 45:13.337003527 |
3590 | 2024-12-20T21:34:54.276Z | slp 2:04:54.842953947 |
3591 | 2024-12-20T21:34:54.276Z | lat 1:02.766642289 |
3592 | 2024-12-20T21:34:54.276Z | stop 3:14.624828138 |
3593 | 2024-12-20T21:34:54.276Z | process exited: duration 1101536 ms, exit code 0 |
|
3594 | 2024-12-20T21:34:54.283Z | found 0 output files |