|
|
|
1 | 2024-12-17T20:38:46.589Z | job assigned to worker 01JFB5F3J80Z1K1APHYWA3WKD2 [factory aws, i-0128d73b014a96e88] (queued for 47 s) |
|
2 | 2024-12-17T20:38:54.341Z | starting task 0: "setup" |
3 | 2024-12-17T20:38:54.351Z | ++ uname -s |
4 | 2024-12-17T20:38:54.353Z | + kern=SunOS |
5 | 2024-12-17T20:38:54.353Z | + case "$kern" in |
6 | 2024-12-17T20:38:54.353Z | + groupadd -g 12345 build |
7 | 2024-12-17T20:38:54.356Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-17T20:38:56.363Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-17T20:38:56.468Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-17T20:38:56.471Z | + home_fs=zfs |
11 | 2024-12-17T20:38:56.471Z | + [[ zfs == autofs ]] |
12 | 2024-12-17T20:38:56.471Z | + mkdir -p /home/build |
13 | 2024-12-17T20:38:56.475Z | + chown build:build /home/build /work |
14 | 2024-12-17T20:38:57.475Z | + chmod 0700 /home/build /work |
15 | 2024-12-17T20:38:57.478Z | process exited: duration 3137 ms, exit code 0 |
|
16 | 2024-12-17T20:38:57.484Z | starting task 1: "rust-toolchain" |
17 | 2024-12-17T20:38:57.489Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-17T20:38:57.489Z | ' 1.81.0 |
19 | 2024-12-17T20:38:57.490Z | * toolchain channel = "1.81.0" |
20 | 2024-12-17T20:38:57.490Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-17T20:38:57.490Z | ' default |
22 | 2024-12-17T20:38:57.490Z | * toolchain profile = "default" |
23 | 2024-12-17T20:38:57.493Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-17T20:38:57.493Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-17T20:38:57.611Z | info: downloading installer |
26 | 2024-12-17T20:38:59.006Z | info: profile set to 'default' |
27 | 2024-12-17T20:38:59.006Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-17T20:38:59.008Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-17T20:38:59.163Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-17T20:38:59.163Z | info: downloading component 'cargo' |
31 | 2024-12-17T20:39:00.030Z | info: downloading component 'clippy' |
32 | 2024-12-17T20:39:00.348Z | info: downloading component 'rust-docs' |
33 | 2024-12-17T20:39:01.545Z | info: downloading component 'rust-std' |
34 | 2024-12-17T20:39:03.498Z | info: downloading component 'rustc' |
35 | 2024-12-17T20:39:10.272Z | info: downloading component 'rustfmt' |
36 | 2024-12-17T20:39:10.619Z | info: installing component 'cargo' |
37 | 2024-12-17T20:39:11.444Z | info: installing component 'clippy' |
38 | 2024-12-17T20:39:11.812Z | info: installing component 'rust-docs' |
39 | 2024-12-17T20:39:13.458Z | info: installing component 'rust-std' |
40 | 2024-12-17T20:39:15.204Z | info: installing component 'rustc' |
41 | 2024-12-17T20:39:21.004Z | info: installing component 'rustfmt' |
42 | 2024-12-17T20:39:21.316Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-17T20:39:21.316Z | |
44 | 2024-12-17T20:39:21.686Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-17T20:39:21.686Z | |
46 | 2024-12-17T20:39:21.689Z | |
47 | 2024-12-17T20:39:21.689Z | Rust is installed now. Great! |
48 | 2024-12-17T20:39:21.689Z | |
49 | 2024-12-17T20:39:21.689Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-17T20:39:21.689Z | environment variable. This has not been done automatically. |
51 | 2024-12-17T20:39:21.689Z | |
52 | 2024-12-17T20:39:21.689Z | To configure your current shell, you need to source |
53 | 2024-12-17T20:39:21.689Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-17T20:39:21.689Z | |
55 | 2024-12-17T20:39:21.689Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-17T20:39:21.689Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-17T20:39:21.689Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-17T20:39:21.770Z | + rustc --version |
59 | 2024-12-17T20:39:21.839Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-17T20:39:21.843Z | process exited: duration 24355 ms, exit code 0 |
|
61 | 2024-12-17T20:39:21.849Z | starting task 2: "authentication" |
62 | 2024-12-17T20:39:21.870Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-17T20:39:21.875Z | starting task 3: "clone repository" |
64 | 2024-12-17T20:39:21.881Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-17T20:39:21.884Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-17T20:39:21.919Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-17T20:39:28.948Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-17T20:39:28.948Z | + git fetch origin 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 |
69 | 2024-12-17T20:39:29.227Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-17T20:39:29.227Z | * branch 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 -> FETCH_HEAD |
71 | 2024-12-17T20:39:29.238Z | + [[ -n ixi/propolis-addr-err-messages ]] |
72 | 2024-12-17T20:39:29.241Z | ++ git branch --show-current |
73 | 2024-12-17T20:39:29.244Z | + current=main |
74 | 2024-12-17T20:39:29.244Z | + [[ main != ixi/propolis-addr-err-messages ]] |
75 | 2024-12-17T20:39:29.244Z | + git branch -f ixi/propolis-addr-err-messages 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 |
76 | 2024-12-17T20:39:29.246Z | + git checkout -f ixi/propolis-addr-err-messages |
77 | 2024-12-17T20:39:29.432Z | Switched to branch 'ixi/propolis-addr-err-messages' |
78 | 2024-12-17T20:39:29.434Z | + git reset --hard 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 |
79 | 2024-12-17T20:39:29.609Z | HEAD is now at 1214a47dc refine error messages about not having a propolis address |
80 | 2024-12-17T20:39:29.612Z | process exited: duration 7734 ms, exit code 0 |
|
81 | 2024-12-17T20:39:29.617Z | starting task 4: "build" |
82 | 2024-12-17T20:39:29.623Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-17T20:39:29.623Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-17T20:39:29.623Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-17T20:39:29.623Z | + cargo --version |
86 | 2024-12-17T20:39:29.684Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-17T20:39:29.687Z | + rustc --version |
88 | 2024-12-17T20:39:29.753Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-17T20:39:29.757Z | + source ./env.sh |
90 | 2024-12-17T20:39:29.759Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-17T20:39:29.759Z | ++ set -o xtrace |
92 | 2024-12-17T20:39:29.762Z | ++++ dirname ./env.sh |
93 | 2024-12-17T20:39:29.762Z | +++ readlink -f . |
94 | 2024-12-17T20:39:29.765Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-17T20:39:29.767Z | ++ 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-17T20:39:29.767Z | ++ 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-17T20:39:29.767Z | ++ 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-17T20:39:29.767Z | ++ 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-17T20:39:29.767Z | ++ 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-17T20:39:29.767Z | ++ 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-17T20:39:29.767Z | ++ 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-17T20:39:29.767Z | ++ 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-17T20:39:29.767Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-17T20:39:29.767Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-17T20:39:29.767Z | + 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-17T20:39:29.767Z | + 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-17T20:39:29.767Z | + banner prerequisites |
108 | 2024-12-17T20:39:29.770Z | |
109 | 2024-12-17T20:39:29.770Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-17T20:39:29.770Z | # # # # # # # # # # # # # # # |
111 | 2024-12-17T20:39:29.770Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-17T20:39:29.770Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-17T20:39:29.770Z | # # # # # # # # # # # # # # # |
114 | 2024-12-17T20:39:29.770Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-17T20:39:29.770Z | |
116 | 2024-12-17T20:39:29.770Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-17T20:39:38.647Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-17T20:39:42.572Z | Startup: Caching catalogs ... Done |
119 | 2024-12-17T20:39:53.153Z | Planning: Solver setup ... Done (9.688s) |
120 | 2024-12-17T20:39:53.288Z | Planning: Running solver ... Done (0.135s) |
121 | 2024-12-17T20:39:53.393Z | Planning: Finding local manifests ... Done (0.004s) |
122 | 2024-12-17T20:39:53.407Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-17T20:39:54.025Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-17T20:39:54.134Z | Planning: Package planning ... Done (0.109s) |
125 | 2024-12-17T20:39:54.191Z | Planning: Merging actions ... Done (0.057s) |
126 | 2024-12-17T20:39:54.387Z | Planning: Checking for conflicting actions ... Done (0.196s) |
127 | 2024-12-17T20:39:56.430Z | Planning: Consolidating action changes ... Done (2.042s) |
128 | 2024-12-17T20:39:56.878Z | Planning: Evaluating mediators ... Done (0.448s) |
129 | 2024-12-17T20:39:56.963Z | Planning: Planning completed in 14.29 seconds |
130 | 2024-12-17T20:39:56.980Z | Packages to install: 4 |
131 | 2024-12-17T20:39:56.980Z | Packages to update: 1 |
132 | 2024-12-17T20:39:56.983Z | Mediators to change: 2 |
133 | 2024-12-17T20:39:56.983Z | Services to change: 1 |
134 | 2024-12-17T20:39:56.983Z | Estimated space available: 155.64 GB |
135 | 2024-12-17T20:39:56.983Z | Estimated space to be consumed: 1.61 GB |
136 | 2024-12-17T20:39:56.983Z | Create boot environment: No |
137 | 2024-12-17T20:39:56.983Z | Create backup boot environment: Yes |
138 | 2024-12-17T20:39:56.983Z | Rebuild boot archive: No |
139 | 2024-12-17T20:39:56.983Z | |
140 | 2024-12-17T20:39:56.983Z | Changed mediators: |
141 | 2024-12-17T20:39:56.983Z | mediator clang: |
142 | 2024-12-17T20:39:56.983Z | version: None -> 15 (system default) |
143 | 2024-12-17T20:39:56.983Z | |
144 | 2024-12-17T20:39:56.983Z | mediator llvm: |
145 | 2024-12-17T20:39:56.983Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-17T20:39:56.983Z | |
147 | 2024-12-17T20:39:56.983Z | Changed packages: |
148 | 2024-12-17T20:39:56.983Z | helios-dev |
149 | 2024-12-17T20:39:56.983Z | developer/build-essential |
150 | 2024-12-17T20:39:56.983Z | None -> 11-2.0 |
151 | 2024-12-17T20:39:56.983Z | library/libxmlsec1 |
152 | 2024-12-17T20:39:56.983Z | None -> 1.2.35-2.0 |
153 | 2024-12-17T20:39:56.983Z | ooce/developer/clang-15 |
154 | 2024-12-17T20:39:56.983Z | None -> 15.0.7-2.0 |
155 | 2024-12-17T20:39:56.985Z | ooce/developer/llvm-15 |
156 | 2024-12-17T20:39:56.985Z | None -> 15.0.7-2.0 |
157 | 2024-12-17T20:39:56.985Z | package/pkg |
158 | 2024-12-17T20:39:56.985Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-17T20:39:56.985Z | |
160 | 2024-12-17T20:39:56.985Z | Services: |
161 | 2024-12-17T20:39:56.985Z | restart_fmri: |
162 | 2024-12-17T20:39:56.985Z | svc:/system/update-man-index:default |
163 | 2024-12-17T20:39:56.985Z | |
164 | 2024-12-17T20:39:56.985Z | Editable files to change: |
165 | 2024-12-17T20:39:56.985Z | Update: |
166 | 2024-12-17T20:39:56.985Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-17T20:39:57.062Z | |
168 | 2024-12-17T20:39:57.062Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-17T20:40:02.064Z | Download: 673/4281 items 17.9/220.6MB 8% complete (3.6M/s) |
170 | 2024-12-17T20:40:07.137Z | Download: 1251/4281 items 105.9/220.6MB 48% complete (10.7M/s) |
171 | 2024-12-17T20:40:12.314Z | Download: 2222/4281 items 118.6/220.6MB 53% complete (11.3M/s) |
172 | 2024-12-17T20:40:17.318Z | Download: 3283/4281 items 210.5/220.6MB 95% complete (10.3M/s) |
173 | 2024-12-17T20:40:22.115Z | Download: Completed 220.60 MB in 25.05 seconds (8.8M/s) |
174 | 2024-12-17T20:40:24.280Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-12-17T20:40:24.301Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-12-17T20:40:29.019Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-12-17T20:40:29.342Z | Actions: Completed 5063 actions in 5.06 seconds. |
178 | 2024-12-17T20:40:29.751Z | Done (0.396s) |
179 | 2024-12-17T20:40:29.760Z | Done (0.000s) |
180 | 2024-12-17T20:40:30.317Z | Done (0.569s) |
181 | 2024-12-17T20:40:34.971Z | Done (4.424s) |
182 | 2024-12-17T20:40:35.060Z | Done (0.018s) |
183 | 2024-12-17T20:40:35.063Z | Done (0.000s) |
184 | 2024-12-17T20:40:35.222Z | Done (0.000s) |
185 | 2024-12-17T20:40:35.954Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-12-17T20:40:36.122Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-12-17T20:40:36.124Z | Planning: Consolidating action changes ... Done |
188 | 2024-12-17T20:40:36.404Z | Planning: Evaluating mediators ... Done |
189 | 2024-12-17T20:40:36.407Z | Planning: Planning completed in 0.45 seconds |
190 | 2024-12-17T20:40:36.445Z | Mediators to change: 2 |
191 | 2024-12-17T20:40:36.445Z | Create boot environment: No |
192 | 2024-12-17T20:40:36.445Z | Create backup boot environment: No |
193 | 2024-12-17T20:40:36.606Z | Done |
194 | 2024-12-17T20:40:36.606Z | Done |
195 | 2024-12-17T20:40:37.009Z | Done |
196 | 2024-12-17T20:40:40.887Z | Done |
197 | 2024-12-17T20:40:40.979Z | Done |
198 | 2024-12-17T20:40:40.982Z | Done |
199 | 2024-12-17T20:40:41.097Z | Done |
200 | 2024-12-17T20:40:41.740Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-12-17T20:40:41.743Z | Planning: Merging actions ... Done |
202 | 2024-12-17T20:40:41.937Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-12-17T20:40:41.940Z | Planning: Consolidating action changes ... Done |
204 | 2024-12-17T20:40:42.220Z | Planning: Evaluating mediators ... Done |
205 | 2024-12-17T20:40:42.281Z | Planning: Planning completed in 0.79 seconds |
206 | 2024-12-17T20:40:42.324Z | Packages to change: 1 |
207 | 2024-12-17T20:40:42.324Z | Mediators to change: 1 |
208 | 2024-12-17T20:40:42.324Z | Services to change: 1 |
209 | 2024-12-17T20:40:42.327Z | Create boot environment: No |
210 | 2024-12-17T20:40:42.327Z | Create backup boot environment: Yes |
211 | 2024-12-17T20:40:44.681Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-12-17T20:40:44.689Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-12-17T20:40:44.689Z | Done |
214 | 2024-12-17T20:40:44.689Z | Done |
215 | 2024-12-17T20:40:44.800Z | Done |
216 | 2024-12-17T20:40:48.723Z | Done |
217 | 2024-12-17T20:40:48.820Z | Done |
218 | 2024-12-17T20:40:48.823Z | Done |
219 | 2024-12-17T20:40:48.970Z | Done |
220 | 2024-12-17T20:40:49.444Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-12-17T20:40:49.444Z | clang system 15 system |
222 | 2024-12-17T20:40:49.444Z | csh system system illumos |
223 | 2024-12-17T20:40:49.444Z | ctags system system illumos |
224 | 2024-12-17T20:40:49.444Z | gcc vendor 12 vendor |
225 | 2024-12-17T20:40:49.444Z | gcc system 10 system |
226 | 2024-12-17T20:40:49.444Z | gcc system 7 system |
227 | 2024-12-17T20:40:49.444Z | go system 1.20 system |
228 | 2024-12-17T20:40:49.444Z | go system 1.19 system |
229 | 2024-12-17T20:40:49.444Z | llvm system 15 system |
230 | 2024-12-17T20:40:49.444Z | llvm system 14 system |
231 | 2024-12-17T20:40:49.444Z | mariadb system 10.6 system |
232 | 2024-12-17T20:40:49.444Z | mta vendor vendor dma |
233 | 2024-12-17T20:40:49.445Z | openjdk system 17 system |
234 | 2024-12-17T20:40:49.445Z | openjdk system 11 system |
235 | 2024-12-17T20:40:49.445Z | openjdk system 1.8 system |
236 | 2024-12-17T20:40:49.445Z | openssl vendor 3 vendor |
237 | 2024-12-17T20:40:49.445Z | perl system 5.36 system |
238 | 2024-12-17T20:40:49.445Z | postgresql system 15 system |
239 | 2024-12-17T20:40:49.445Z | postgresql system 13 system |
240 | 2024-12-17T20:40:49.445Z | python vendor 3 vendor |
241 | 2024-12-17T20:40:49.445Z | python system 2 system |
242 | 2024-12-17T20:40:49.445Z | python3 system 3.11 system |
243 | 2024-12-17T20:40:49.445Z | ruby system 3.0 system |
244 | 2024-12-17T20:40:49.445Z | words vendor vendor american-english |
245 | 2024-12-17T20:40:49.445Z | words system system australian-english |
246 | 2024-12-17T20:40:49.445Z | words system system british-english |
247 | 2024-12-17T20:40:49.445Z | words system system canadian-english |
248 | 2024-12-17T20:40:49.445Z | words system system french |
249 | 2024-12-17T20:40:49.445Z | words system system italian |
250 | 2024-12-17T20:40:49.445Z | words system system ngerman |
251 | 2024-12-17T20:40:49.445Z | words system system ogerman |
252 | 2024-12-17T20:40:49.445Z | words system system spanish |
253 | 2024-12-17T20:40:49.807Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-12-17T20:40:49.807Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-12-17T20:40:52.537Z | FMRI IFO |
256 | 2024-12-17T20:40:52.537Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-12-17T20:40:52.537Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-12-17T20:40:52.537Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-12-17T20:40:52.537Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-12-17T20:40:52.537Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-12-17T20:40:52.537Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-12-17T20:40:52.537Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-12-17T20:40:52.537Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-12-17T20:40:52.537Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-12-17T20:40:52.537Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2024-12-17T20:40:52.537Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-12-17T20:40:52.537Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-12-17T20:40:52.537Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2024-12-17T20:40:52.537Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-12-17T20:40:52.537Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-12-17T20:40:53.346Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-12-17T20:40:53.659Z | Updating crates.io index |
273 | 2024-12-17T20:40:53.667Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-12-17T20:40:54.190Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-12-17T20:40:54.462Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-12-17T20:40:54.689Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-12-17T20:40:54.977Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-12-17T20:40:55.899Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-12-17T20:40:57.483Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-12-17T20:40:58.169Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-12-17T20:40:59.212Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-12-17T20:40:59.466Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-12-17T20:40:59.803Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-12-17T20:41:00.431Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-12-17T20:41:00.777Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-12-17T20:41:01.134Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-12-17T20:41:01.554Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-12-17T20:41:01.855Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-12-17T20:41:02.134Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-12-17T20:41:02.479Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-12-17T20:41:02.814Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-12-17T20:41:03.197Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-12-17T20:41:03.623Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-12-17T20:41:04.167Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-12-17T20:41:04.456Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2024-12-17T20:41:04.925Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-12-17T20:41:05.401Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
298 | 2024-12-17T20:41:05.805Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-12-17T20:41:06.110Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-12-17T20:41:06.394Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-12-17T20:41:07.724Z | Downloading crates ... |
302 | 2024-12-17T20:41:07.806Z | Downloaded anstyle v1.0.10 |
303 | 2024-12-17T20:41:07.809Z | Downloaded anstream v0.6.15 |
304 | 2024-12-17T20:41:07.817Z | Downloaded cfg-if v1.0.0 |
305 | 2024-12-17T20:41:07.820Z | Downloaded anyhow v1.0.93 |
306 | 2024-12-17T20:41:07.822Z | Downloaded autocfg v1.4.0 |
307 | 2024-12-17T20:41:07.824Z | Downloaded block-buffer v0.10.4 |
308 | 2024-12-17T20:41:07.826Z | Downloaded byteorder v1.5.0 |
309 | 2024-12-17T20:41:07.829Z | Downloaded clap_lex v0.7.2 |
310 | 2024-12-17T20:41:07.833Z | Downloaded cargo_metadata v0.18.1 |
311 | 2024-12-17T20:41:07.835Z | Downloaded bitflags v2.6.0 |
312 | 2024-12-17T20:41:07.844Z | Downloaded equivalent v1.0.1 |
313 | 2024-12-17T20:41:07.846Z | Downloaded digest v0.10.7 |
314 | 2024-12-17T20:41:07.849Z | Downloaded fnv v1.0.7 |
315 | 2024-12-17T20:41:07.849Z | Downloaded dtrace-parser v0.2.0 |
316 | 2024-12-17T20:41:07.849Z | Downloaded colorchoice v1.0.2 |
317 | 2024-12-17T20:41:07.851Z | Downloaded bytecount v0.6.8 |
318 | 2024-12-17T20:41:07.854Z | Downloaded generic-array v0.14.7 |
319 | 2024-12-17T20:41:07.856Z | Downloaded fs-err v2.11.0 |
320 | 2024-12-17T20:41:07.859Z | Downloaded fastrand v2.1.1 |
321 | 2024-12-17T20:41:07.859Z | Downloaded errno v0.3.9 |
322 | 2024-12-17T20:41:07.861Z | Downloaded cargo-platform v0.1.8 |
323 | 2024-12-17T20:41:07.861Z | Downloaded dof v0.3.0 |
324 | 2024-12-17T20:41:07.864Z | Downloaded crypto-common v0.1.6 |
325 | 2024-12-17T20:41:07.864Z | Downloaded cpufeatures v0.2.14 |
326 | 2024-12-17T20:41:07.866Z | Downloaded pretty-hex v0.4.1 |
327 | 2024-12-17T20:41:07.872Z | Downloaded cargo_toml v0.20.5 |
328 | 2024-12-17T20:41:07.874Z | Downloaded clap_derive v4.5.18 |
329 | 2024-12-17T20:41:07.876Z | Downloaded heck v0.4.1 |
330 | 2024-12-17T20:41:07.878Z | Downloaded anstyle-parse v0.2.5 |
331 | 2024-12-17T20:41:07.878Z | Downloaded camino-tempfile v1.1.1 |
332 | 2024-12-17T20:41:07.881Z | Downloaded anstyle-query v1.1.1 |
333 | 2024-12-17T20:41:07.883Z | Downloaded swrite v0.1.0 |
334 | 2024-12-17T20:41:07.899Z | Downloaded usdt-attr-macro v0.5.0 |
335 | 2024-12-17T20:41:07.901Z | Downloaded is_terminal_polyfill v1.70.1 |
336 | 2024-12-17T20:41:07.904Z | Downloaded macaddr v1.0.1 |
337 | 2024-12-17T20:41:07.904Z | Downloaded heck v0.5.0 |
338 | 2024-12-17T20:41:07.906Z | Downloaded scroll_derive v0.12.0 |
339 | 2024-12-17T20:41:07.908Z | Downloaded proc-macro-error-attr v1.0.4 |
340 | 2024-12-17T20:41:07.911Z | Downloaded memmap v0.7.0 |
341 | 2024-12-17T20:41:07.913Z | Downloaded itoa v1.0.11 |
342 | 2024-12-17T20:41:07.919Z | Downloaded clap v4.5.21 |
343 | 2024-12-17T20:41:07.927Z | Downloaded camino v1.1.9 |
344 | 2024-12-17T20:41:07.929Z | Downloaded strsim v0.11.1 |
345 | 2024-12-17T20:41:07.932Z | Downloaded serde_spanned v0.6.8 |
346 | 2024-12-17T20:41:07.932Z | Downloaded serde_tokenstream v0.2.2 |
347 | 2024-12-17T20:41:07.934Z | Downloaded plain v0.2.3 |
348 | 2024-12-17T20:41:07.937Z | Downloaded smawk v0.3.2 |
349 | 2024-12-17T20:41:07.939Z | Downloaded usdt-macro v0.5.0 |
350 | 2024-12-17T20:41:07.945Z | Downloaded utf8parse v0.2.2 |
351 | 2024-12-17T20:41:07.947Z | Downloaded thread-id v4.2.2 |
352 | 2024-12-17T20:41:07.947Z | Downloaded version_check v0.9.5 |
353 | 2024-12-17T20:41:07.950Z | Downloaded toml_datetime v0.6.8 |
354 | 2024-12-17T20:41:07.950Z | Downloaded thiserror v1.0.69 |
355 | 2024-12-17T20:41:07.954Z | Downloaded unicode-linebreak v0.1.5 |
356 | 2024-12-17T20:41:07.956Z | Downloaded once_cell v1.20.2 |
357 | 2024-12-17T20:41:07.959Z | Downloaded quote v1.0.37 |
358 | 2024-12-17T20:41:07.961Z | Downloaded tabled_derive v0.7.0 |
359 | 2024-12-17T20:41:07.961Z | Downloaded terminal_size v0.4.0 |
360 | 2024-12-17T20:41:07.964Z | Downloaded thiserror-impl v1.0.69 |
361 | 2024-12-17T20:41:07.964Z | Downloaded proc-macro-error v1.0.4 |
362 | 2024-12-17T20:41:07.966Z | Downloaded semver v1.0.23 |
363 | 2024-12-17T20:41:07.968Z | Downloaded pest_generator v2.7.14 |
364 | 2024-12-17T20:41:07.972Z | Downloaded sha2 v0.10.8 |
365 | 2024-12-17T20:41:07.981Z | Downloaded usdt v0.5.0 |
366 | 2024-12-17T20:41:07.983Z | Downloaded scroll v0.12.0 |
367 | 2024-12-17T20:41:07.986Z | Downloaded usdt-impl v0.5.0 |
368 | 2024-12-17T20:41:07.986Z | Downloaded tempfile v3.13.0 |
369 | 2024-12-17T20:41:07.988Z | Downloaded log v0.4.22 |
370 | 2024-12-17T20:41:07.992Z | Downloaded pest_derive v2.7.14 |
371 | 2024-12-17T20:41:07.998Z | Downloaded proc-macro2 v1.0.89 |
372 | 2024-12-17T20:41:08.008Z | Downloaded unicode-ident v1.0.13 |
373 | 2024-12-17T20:41:08.011Z | Downloaded ucd-trie v0.1.7 |
374 | 2024-12-17T20:41:08.014Z | Downloaded textwrap v0.16.1 |
375 | 2024-12-17T20:41:08.016Z | Downloaded toml v0.8.19 |
376 | 2024-12-17T20:41:08.018Z | Downloaded serde_derive v1.0.215 |
377 | 2024-12-17T20:41:08.021Z | Downloaded zerocopy-derive v0.7.35 |
378 | 2024-12-17T20:41:08.024Z | Downloaded ryu v1.0.18 |
379 | 2024-12-17T20:41:08.027Z | Downloaded papergrid v0.11.0 |
380 | 2024-12-17T20:41:08.032Z | Downloaded typenum v1.17.0 |
381 | 2024-12-17T20:41:08.034Z | Downloaded pest_meta v2.7.14 |
382 | 2024-12-17T20:41:08.037Z | Downloaded indexmap v2.6.0 |
383 | 2024-12-17T20:41:08.054Z | Downloaded memchr v2.7.4 |
384 | 2024-12-17T20:41:08.059Z | Downloaded serde v1.0.215 |
385 | 2024-12-17T20:41:08.082Z | Downloaded pest v2.7.14 |
386 | 2024-12-17T20:41:08.087Z | Downloaded hashbrown v0.15.1 |
387 | 2024-12-17T20:41:08.091Z | Downloaded toml_edit v0.22.22 |
388 | 2024-12-17T20:41:08.112Z | Downloaded clap_builder v4.5.21 |
389 | 2024-12-17T20:41:08.118Z | Downloaded serde_json v1.0.132 |
390 | 2024-12-17T20:41:08.128Z | Downloaded zerocopy v0.7.35 |
391 | 2024-12-17T20:41:08.143Z | Downloaded goblin v0.8.2 |
392 | 2024-12-17T20:41:08.148Z | Downloaded winnow v0.6.20 |
393 | 2024-12-17T20:41:08.157Z | Downloaded tabled v0.15.0 |
394 | 2024-12-17T20:41:08.171Z | Downloaded syn v1.0.109 |
395 | 2024-12-17T20:41:08.181Z | Downloaded syn v2.0.87 |
396 | 2024-12-17T20:41:08.192Z | Downloaded unicode-width v0.1.14 |
397 | 2024-12-17T20:41:08.197Z | Downloaded rustix v0.38.37 |
398 | 2024-12-17T20:41:08.247Z | Downloaded libc v0.2.162 |
399 | 2024-12-17T20:41:08.559Z | Compiling proc-macro2 v1.0.89 |
400 | 2024-12-17T20:41:08.559Z | Compiling unicode-ident v1.0.13 |
401 | 2024-12-17T20:41:08.559Z | Compiling version_check v0.9.5 |
402 | 2024-12-17T20:41:08.562Z | Compiling serde v1.0.215 |
403 | 2024-12-17T20:41:08.562Z | Compiling thiserror v1.0.69 |
404 | 2024-12-17T20:41:08.562Z | Compiling memchr v2.7.4 |
405 | 2024-12-17T20:41:08.562Z | Compiling libc v0.2.162 |
406 | 2024-12-17T20:41:08.562Z | Compiling ucd-trie v0.1.7 |
407 | 2024-12-17T20:41:08.822Z | Compiling itoa v1.0.11 |
408 | 2024-12-17T20:41:09.077Z | Compiling ryu v1.0.18 |
409 | 2024-12-17T20:41:09.397Z | Compiling once_cell v1.20.2 |
410 | 2024-12-17T20:41:09.457Z | Compiling byteorder v1.5.0 |
411 | 2024-12-17T20:41:09.659Z | Compiling serde_json v1.0.132 |
412 | 2024-12-17T20:41:09.845Z | Compiling rustix v0.38.37 |
413 | 2024-12-17T20:41:09.943Z | Compiling bitflags v2.6.0 |
414 | 2024-12-17T20:41:10.059Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-12-17T20:41:10.335Z | Compiling usdt-impl v0.5.0 |
416 | 2024-12-17T20:41:10.386Z | Compiling syn v1.0.109 |
417 | 2024-12-17T20:41:10.514Z | Compiling quote v1.0.37 |
418 | 2024-12-17T20:41:10.541Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-12-17T20:41:10.811Z | Compiling errno v0.3.9 |
420 | 2024-12-17T20:41:10.839Z | Compiling hashbrown v0.15.1 |
421 | 2024-12-17T20:41:10.842Z | Compiling equivalent v1.0.1 |
422 | 2024-12-17T20:41:10.985Z | Compiling syn v2.0.87 |
423 | 2024-12-17T20:41:11.121Z | Compiling thread-id v4.2.2 |
424 | 2024-12-17T20:41:11.147Z | Compiling log v0.4.22 |
425 | 2024-12-17T20:41:11.190Z | Compiling utf8parse v0.2.2 |
426 | 2024-12-17T20:41:11.237Z | Compiling plain v0.2.3 |
427 | 2024-12-17T20:41:11.265Z | Compiling camino v1.1.9 |
428 | 2024-12-17T20:41:11.358Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-12-17T20:41:11.724Z | Compiling unicode-width v0.1.14 |
430 | 2024-12-17T20:41:12.004Z | Compiling winnow v0.6.20 |
431 | 2024-12-17T20:41:12.069Z | Compiling indexmap v2.6.0 |
432 | 2024-12-17T20:41:12.114Z | Compiling is_terminal_polyfill v1.70.1 |
433 | 2024-12-17T20:41:12.253Z | Compiling anstyle v1.0.10 |
434 | 2024-12-17T20:41:12.277Z | Compiling colorchoice v1.0.2 |
435 | 2024-12-17T20:41:12.307Z | Compiling semver v1.0.23 |
436 | 2024-12-17T20:41:12.446Z | Compiling pretty-hex v0.4.1 |
437 | 2024-12-17T20:41:12.683Z | Compiling autocfg v1.4.0 |
438 | 2024-12-17T20:41:12.717Z | Compiling anstyle-query v1.1.1 |
439 | 2024-12-17T20:41:12.886Z | Compiling anstream v0.6.15 |
440 | 2024-12-17T20:41:13.225Z | Compiling terminal_size v0.4.0 |
441 | 2024-12-17T20:41:13.451Z | Compiling strsim v0.11.1 |
442 | 2024-12-17T20:41:13.488Z | Compiling bytecount v0.6.8 |
443 | 2024-12-17T20:41:13.707Z | Compiling heck v0.5.0 |
444 | 2024-12-17T20:41:13.732Z | Compiling anyhow v1.0.93 |
445 | 2024-12-17T20:41:13.924Z | Compiling fs-err v2.11.0 |
446 | 2024-12-17T20:41:14.227Z | Compiling fnv v1.0.7 |
447 | 2024-12-17T20:41:14.381Z | Compiling clap_lex v0.7.2 |
448 | 2024-12-17T20:41:14.409Z | Compiling fastrand v2.1.1 |
449 | 2024-12-17T20:41:14.499Z | Compiling cfg-if v1.0.0 |
450 | 2024-12-17T20:41:14.546Z | Compiling heck v0.4.1 |
451 | 2024-12-17T20:41:14.935Z | Compiling tempfile v3.13.0 |
452 | 2024-12-17T20:41:14.992Z | Compiling clap_builder v4.5.21 |
453 | 2024-12-17T20:41:15.018Z | Compiling papergrid v0.11.0 |
454 | 2024-12-17T20:41:15.066Z | Compiling memmap v0.7.0 |
455 | 2024-12-17T20:41:15.186Z | Compiling smawk v0.3.2 |
456 | 2024-12-17T20:41:15.428Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-12-17T20:41:15.936Z | Compiling textwrap v0.16.1 |
458 | 2024-12-17T20:41:16.079Z | Compiling swrite v0.1.0 |
459 | 2024-12-17T20:41:17.142Z | Compiling tabled_derive v0.7.0 |
460 | 2024-12-17T20:41:18.821Z | Compiling tabled v0.15.0 |
461 | 2024-12-17T20:41:20.252Z | Compiling serde_derive v1.0.215 |
462 | 2024-12-17T20:41:20.252Z | Compiling thiserror-impl v1.0.69 |
463 | 2024-12-17T20:41:20.258Z | Compiling zerocopy-derive v0.7.35 |
464 | 2024-12-17T20:41:20.258Z | Compiling scroll_derive v0.12.0 |
465 | 2024-12-17T20:41:20.553Z | Compiling clap_derive v4.5.18 |
466 | 2024-12-17T20:41:21.776Z | Compiling scroll v0.12.0 |
467 | 2024-12-17T20:41:22.264Z | Compiling goblin v0.8.2 |
468 | 2024-12-17T20:41:22.330Z | Compiling zerocopy v0.7.35 |
469 | 2024-12-17T20:41:23.034Z | Compiling pest v2.7.14 |
470 | 2024-12-17T20:41:24.486Z | Compiling clap v4.5.21 |
471 | 2024-12-17T20:41:25.404Z | Compiling pest_meta v2.7.14 |
472 | 2024-12-17T20:41:26.273Z | Compiling pest_generator v2.7.14 |
473 | 2024-12-17T20:41:28.054Z | Compiling pest_derive v2.7.14 |
474 | 2024-12-17T20:41:28.801Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-12-17T20:41:30.836Z | Compiling serde_tokenstream v0.2.2 |
476 | 2024-12-17T20:41:31.017Z | Compiling serde_spanned v0.6.8 |
477 | 2024-12-17T20:41:31.018Z | Compiling toml_datetime v0.6.8 |
478 | 2024-12-17T20:41:31.337Z | Compiling toml_edit v0.22.22 |
479 | 2024-12-17T20:41:31.427Z | Compiling cargo-platform v0.1.8 |
480 | 2024-12-17T20:41:31.451Z | Compiling macaddr v1.0.1 |
481 | 2024-12-17T20:41:31.764Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-12-17T20:41:32.413Z | Compiling dof v0.3.0 |
483 | 2024-12-17T20:41:32.534Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-12-17T20:41:34.241Z | Compiling toml v0.8.19 |
485 | 2024-12-17T20:41:34.274Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-12-17T20:41:34.276Z | Compiling usdt-macro v0.5.0 |
487 | 2024-12-17T20:41:35.366Z | Compiling cargo_toml v0.20.5 |
488 | 2024-12-17T20:41:35.774Z | Compiling usdt v0.5.0 |
489 | 2024-12-17T20:41:39.024Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-12-17T20:41:43.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.24s |
491 | 2024-12-17T20:41:43.614Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-12-17T20:41:44.202Z | Downloading crates ... |
493 | 2024-12-17T20:41:44.318Z | Downloaded addr2line v0.24.2 |
494 | 2024-12-17T20:41:44.330Z | Downloaded arc-swap v1.7.1 |
495 | 2024-12-17T20:41:44.336Z | Downloaded atty v0.2.14 |
496 | 2024-12-17T20:41:44.339Z | Downloaded darling v0.20.10 |
497 | 2024-12-17T20:41:44.345Z | Downloaded http-range v0.1.5 |
498 | 2024-12-17T20:41:44.347Z | Downloaded hex-literal v0.4.1 |
499 | 2024-12-17T20:41:44.349Z | Downloaded atomicwrites v0.4.4 |
500 | 2024-12-17T20:41:44.349Z | Downloaded hex v0.4.3 |
501 | 2024-12-17T20:41:44.354Z | Downloaded hubpack_derive v0.1.1 |
502 | 2024-12-17T20:41:44.356Z | Downloaded cstr-argument v0.1.2 |
503 | 2024-12-17T20:41:44.359Z | Downloaded crunchy v0.2.2 |
504 | 2024-12-17T20:41:44.359Z | Downloaded ciborium-io v0.2.2 |
505 | 2024-12-17T20:41:44.359Z | Downloaded ident_case v1.0.1 |
506 | 2024-12-17T20:41:44.362Z | Downloaded cfg_aliases v0.1.1 |
507 | 2024-12-17T20:41:44.365Z | Downloaded crucible-workspace-hack v0.1.0 |
508 | 2024-12-17T20:41:44.365Z | Downloaded async-stream-impl v0.3.6 |
509 | 2024-12-17T20:41:44.371Z | Downloaded mirai-annotations v1.12.0 |
510 | 2024-12-17T20:41:44.373Z | Downloaded buf-list v1.0.3 |
511 | 2024-12-17T20:41:44.373Z | Downloaded atomic-waker v1.1.2 |
512 | 2024-12-17T20:41:44.376Z | Downloaded instant v0.1.13 |
513 | 2024-12-17T20:41:44.380Z | Downloaded http v1.1.0 |
514 | 2024-12-17T20:41:44.384Z | Downloaded block-padding v0.3.3 |
515 | 2024-12-17T20:41:44.384Z | Downloaded http-body v1.0.1 |
516 | 2024-12-17T20:41:44.386Z | Downloaded crossbeam-deque v0.8.5 |
517 | 2024-12-17T20:41:44.388Z | Downloaded castaway v0.2.3 |
518 | 2024-12-17T20:41:44.391Z | Downloaded md5 v0.7.0 |
519 | 2024-12-17T20:41:44.391Z | Downloaded convert_case v0.4.0 |
520 | 2024-12-17T20:41:44.393Z | Downloaded crc v3.2.1 |
521 | 2024-12-17T20:41:44.395Z | Downloaded matches v0.1.10 |
522 | 2024-12-17T20:41:44.398Z | Downloaded crc-catalog v2.4.0 |
523 | 2024-12-17T20:41:44.406Z | Downloaded hyper-tls v0.6.0 |
524 | 2024-12-17T20:41:44.406Z | Downloaded cobs v0.2.3 |
525 | 2024-12-17T20:41:44.406Z | Downloaded ciborium-ll v0.2.2 |
526 | 2024-12-17T20:41:44.406Z | Downloaded humantime v2.1.0 |
527 | 2024-12-17T20:41:44.406Z | Downloaded match_cfg v0.1.0 |
528 | 2024-12-17T20:41:44.409Z | Downloaded cbc v0.1.2 |
529 | 2024-12-17T20:41:44.409Z | Downloaded linked-hash-map v0.5.6 |
530 | 2024-12-17T20:41:44.412Z | Downloaded ipnetwork v0.20.0 |
531 | 2024-12-17T20:41:44.415Z | Downloaded maybe-uninit v2.0.0 |
532 | 2024-12-17T20:41:44.415Z | Downloaded chacha20 v0.9.1 |
533 | 2024-12-17T20:41:44.417Z | Downloaded indent_write v2.2.0 |
534 | 2024-12-17T20:41:44.420Z | Downloaded bitfield v0.14.0 |
535 | 2024-12-17T20:41:44.422Z | Downloaded maplit v1.0.2 |
536 | 2024-12-17T20:41:44.422Z | Downloaded libsw v3.3.1 |
537 | 2024-12-17T20:41:44.425Z | Downloaded md-5 v0.10.6 |
538 | 2024-12-17T20:41:44.427Z | Downloaded mockall v0.13.0 |
539 | 2024-12-17T20:41:44.430Z | Downloaded is-terminal v0.4.13 |
540 | 2024-12-17T20:41:44.432Z | Downloaded kstat-rs v0.2.4 |
541 | 2024-12-17T20:41:44.434Z | Downloaded ctr v0.9.2 |
542 | 2024-12-17T20:41:44.437Z | Downloaded managed v0.8.0 |
543 | 2024-12-17T20:41:44.439Z | Downloaded lru-cache v0.1.2 |
544 | 2024-12-17T20:41:44.439Z | Downloaded lalrpop-util v0.19.12 |
545 | 2024-12-17T20:41:44.442Z | Downloaded lru v0.12.5 |
546 | 2024-12-17T20:41:44.442Z | Downloaded libefi-sys v0.1.0 |
547 | 2024-12-17T20:41:44.445Z | Downloaded crc32fast v1.4.2 |
548 | 2024-12-17T20:41:44.448Z | Downloaded serde-big-array v0.5.1 |
549 | 2024-12-17T20:41:44.450Z | Downloaded bcs v0.1.6 |
550 | 2024-12-17T20:41:44.452Z | Downloaded linear-map v1.2.0 |
551 | 2024-12-17T20:41:44.454Z | Downloaded mime v0.3.17 |
552 | 2024-12-17T20:41:44.456Z | Downloaded cipher v0.4.4 |
553 | 2024-12-17T20:41:44.459Z | Downloaded lazy_static v1.5.0 |
554 | 2024-12-17T20:41:44.462Z | Downloaded idna_adapter v1.2.0 |
555 | 2024-12-17T20:41:44.462Z | Downloaded hyper-rustls v0.27.3 |
556 | 2024-12-17T20:41:44.465Z | Downloaded memmap2 v0.9.5 |
557 | 2024-12-17T20:41:44.467Z | Downloaded libloading v0.8.5 |
558 | 2024-12-17T20:41:44.470Z | Downloaded jobserver v0.1.32 |
559 | 2024-12-17T20:41:44.473Z | Downloaded tinyvec_macros v0.1.1 |
560 | 2024-12-17T20:41:44.475Z | Downloaded termtree v0.4.1 |
561 | 2024-12-17T20:41:44.477Z | Downloaded rtoolbox v0.0.2 |
562 | 2024-12-17T20:41:44.477Z | Downloaded rpassword v7.3.1 |
563 | 2024-12-17T20:41:44.480Z | Downloaded same-file v1.0.6 |
564 | 2024-12-17T20:41:44.482Z | Downloaded litemap v0.7.3 |
565 | 2024-12-17T20:41:44.484Z | Downloaded rand_chacha v0.3.1 |
566 | 2024-12-17T20:41:44.487Z | Downloaded httparse v1.9.5 |
567 | 2024-12-17T20:41:44.489Z | Downloaded waitgroup v0.1.2 |
568 | 2024-12-17T20:41:44.492Z | Downloaded downcast v0.11.0 |
569 | 2024-12-17T20:41:44.492Z | Downloaded mime_guess v2.0.5 |
570 | 2024-12-17T20:41:44.494Z | Downloaded sqlparser_derive v0.2.2 |
571 | 2024-12-17T20:41:44.496Z | Downloaded quinn-udp v0.5.5 |
572 | 2024-12-17T20:41:44.498Z | Downloaded csv-core v0.1.11 |
573 | 2024-12-17T20:41:44.501Z | Downloaded zerofrom v0.1.4 |
574 | 2024-12-17T20:41:44.501Z | Downloaded icu_locid_transform_data v1.5.0 |
575 | 2024-12-17T20:41:44.503Z | Downloaded icu_provider v1.5.0 |
576 | 2024-12-17T20:41:44.507Z | Downloaded serde-hex v0.1.0 |
577 | 2024-12-17T20:41:44.509Z | Downloaded lock_api v0.4.12 |
578 | 2024-12-17T20:41:44.512Z | Downloaded cookie v0.18.1 |
579 | 2024-12-17T20:41:44.515Z | Downloaded icu_locid_transform v1.5.0 |
580 | 2024-12-17T20:41:44.518Z | Downloaded crossbeam-epoch v0.9.18 |
581 | 2024-12-17T20:41:44.522Z | Downloaded const-oid v0.9.6 |
582 | 2024-12-17T20:41:44.524Z | Downloaded sync_wrapper v1.0.1 |
583 | 2024-12-17T20:41:44.527Z | Downloaded tls_codec v0.4.1 |
584 | 2024-12-17T20:41:44.530Z | Downloaded new_debug_unreachable v1.0.6 |
585 | 2024-12-17T20:41:44.532Z | Downloaded newtype_derive v0.1.6 |
586 | 2024-12-17T20:41:44.532Z | Downloaded hickory-client v0.24.1 |
587 | 2024-12-17T20:41:44.536Z | Downloaded xattr v1.3.1 |
588 | 2024-12-17T20:41:44.539Z | Downloaded tokio-tungstenite v0.23.1 |
589 | 2024-12-17T20:41:44.542Z | Downloaded termios v0.3.3 |
590 | 2024-12-17T20:41:44.544Z | Downloaded universal-hash v0.5.1 |
591 | 2024-12-17T20:41:44.547Z | Downloaded debug-ignore v1.0.5 |
592 | 2024-12-17T20:41:44.549Z | Downloaded pretty-hex v0.2.1 |
593 | 2024-12-17T20:41:44.549Z | Downloaded olpc-cjson v0.1.4 |
594 | 2024-12-17T20:41:44.552Z | Downloaded zeroize v1.8.1 |
595 | 2024-12-17T20:41:44.554Z | Downloaded sigpipe v0.1.3 |
596 | 2024-12-17T20:41:44.554Z | Downloaded semver v0.1.20 |
597 | 2024-12-17T20:41:44.556Z | Downloaded deranged v0.3.11 |
598 | 2024-12-17T20:41:44.559Z | Downloaded zerofrom-derive v0.1.4 |
599 | 2024-12-17T20:41:44.559Z | Downloaded crossbeam-utils v0.8.20 |
600 | 2024-12-17T20:41:44.562Z | Downloaded env_filter v0.1.2 |
601 | 2024-12-17T20:41:44.564Z | Downloaded allocator-api2 v0.2.18 |
602 | 2024-12-17T20:41:44.568Z | Downloaded indexmap v1.9.3 |
603 | 2024-12-17T20:41:44.573Z | Downloaded icu_locid v1.5.0 |
604 | 2024-12-17T20:41:44.579Z | Downloaded newline-converter v0.3.0 |
605 | 2024-12-17T20:41:44.582Z | Downloaded gethostname v0.5.0 |
606 | 2024-12-17T20:41:44.584Z | Downloaded strum v0.26.3 |
607 | 2024-12-17T20:41:44.584Z | Downloaded chacha20poly1305 v0.10.1 |
608 | 2024-12-17T20:41:44.587Z | Downloaded time-core v0.1.2 |
609 | 2024-12-17T20:41:44.587Z | Downloaded progenitor-impl v0.8.0 |
610 | 2024-12-17T20:41:44.591Z | Downloaded heck v0.3.3 |
611 | 2024-12-17T20:41:44.593Z | Downloaded miniz_oxide v0.8.0 |
612 | 2024-12-17T20:41:44.595Z | Downloaded sqlformat v0.2.6 |
613 | 2024-12-17T20:41:44.599Z | Downloaded tokio-stream v0.1.16 |
614 | 2024-12-17T20:41:44.602Z | Downloaded parse-size v1.1.0 |
615 | 2024-12-17T20:41:44.605Z | Downloaded zone_cfg_derive v0.3.0 |
616 | 2024-12-17T20:41:44.607Z | Downloaded tower-service v0.3.3 |
617 | 2024-12-17T20:41:44.607Z | Downloaded predicates-core v1.0.8 |
618 | 2024-12-17T20:41:44.610Z | Downloaded derive_builder v0.20.2 |
619 | 2024-12-17T20:41:44.614Z | Downloaded static_assertions v1.1.0 |
620 | 2024-12-17T20:41:44.616Z | Downloaded indicatif v0.17.9 |
621 | 2024-12-17T20:41:44.621Z | Downloaded similar v2.6.0 |
622 | 2024-12-17T20:41:44.627Z | Downloaded const_format v0.2.33 |
623 | 2024-12-17T20:41:44.632Z | Downloaded crypto-bigint v0.5.5 |
624 | 2024-12-17T20:41:44.641Z | Downloaded openssl-macros v0.1.1 |
625 | 2024-12-17T20:41:44.643Z | Downloaded foreign-types-shared v0.3.1 |
626 | 2024-12-17T20:41:44.645Z | Downloaded foreign-types-shared v0.1.1 |
627 | 2024-12-17T20:41:44.645Z | Downloaded darling_macro v0.20.10 |
628 | 2024-12-17T20:41:44.647Z | Downloaded native-tls v0.2.12 |
629 | 2024-12-17T20:41:44.650Z | Downloaded test-strategy v0.3.1 |
630 | 2024-12-17T20:41:44.653Z | Downloaded strum_macros v0.24.3 |
631 | 2024-12-17T20:41:44.656Z | Downloaded precomputed-hash v0.1.1 |
632 | 2024-12-17T20:41:44.658Z | Downloaded scrypt v0.11.0 |
633 | 2024-12-17T20:41:44.658Z | Downloaded base64 v0.21.7 |
634 | 2024-12-17T20:41:44.662Z | Downloaded zerovec-derive v0.10.3 |
635 | 2024-12-17T20:41:44.665Z | Downloaded foldhash v0.1.3 |
636 | 2024-12-17T20:41:44.668Z | Downloaded predicates-tree v1.0.11 |
637 | 2024-12-17T20:41:44.668Z | Downloaded derive-where v1.2.7 |
638 | 2024-12-17T20:41:44.672Z | Downloaded env_logger v0.11.5 |
639 | 2024-12-17T20:41:44.676Z | Downloaded typify-macro v0.2.0 |
640 | 2024-12-17T20:41:44.678Z | Downloaded tui-tree-widget v0.22.0 |
641 | 2024-12-17T20:41:44.691Z | Downloaded try-lock v0.2.5 |
642 | 2024-12-17T20:41:44.694Z | Downloaded hickory-resolver v0.24.1 |
643 | 2024-12-17T20:41:44.697Z | Downloaded num_enum v0.5.11 |
644 | 2024-12-17T20:41:44.703Z | Downloaded foreign-types-macros v0.2.3 |
645 | 2024-12-17T20:41:44.705Z | Downloaded endian-type v0.1.2 |
646 | 2024-12-17T20:41:44.708Z | Downloaded unsafe-libyaml v0.2.11 |
647 | 2024-12-17T20:41:44.711Z | Downloaded rand v0.8.5 |
648 | 2024-12-17T20:41:44.715Z | Downloaded typify v0.2.0 |
649 | 2024-12-17T20:41:44.719Z | Downloaded smf v0.2.3 |
650 | 2024-12-17T20:41:44.722Z | Downloaded omicron-zone-package v0.11.1 |
651 | 2024-12-17T20:41:44.724Z | Downloaded shell-words v1.1.0 |
652 | 2024-12-17T20:41:44.726Z | Downloaded sha1 v0.10.6 |
653 | 2024-12-17T20:41:44.729Z | Downloaded peg v0.8.4 |
654 | 2024-12-17T20:41:44.732Z | Downloaded rand_seeder v0.3.0 |
655 | 2024-12-17T20:41:44.735Z | Downloaded whoami v1.5.2 |
656 | 2024-12-17T20:41:44.738Z | Downloaded ref-cast-impl v1.0.23 |
657 | 2024-12-17T20:41:44.740Z | Downloaded pkcs5 v0.7.1 |
658 | 2024-12-17T20:41:44.744Z | Downloaded thread_local v1.1.8 |
659 | 2024-12-17T20:41:44.747Z | Downloaded thiserror-no-std v2.0.2 |
660 | 2024-12-17T20:41:44.751Z | Downloaded password-hash v0.5.0 |
661 | 2024-12-17T20:41:44.753Z | Downloaded num-rational v0.4.2 |
662 | 2024-12-17T20:41:44.760Z | Downloaded ppv-lite86 v0.2.20 |
663 | 2024-12-17T20:41:44.760Z | Downloaded num v0.4.3 |
664 | 2024-12-17T20:41:44.760Z | Downloaded normalize-line-endings v0.3.0 |
665 | 2024-12-17T20:41:44.760Z | Downloaded utf-8 v0.7.6 |
666 | 2024-12-17T20:41:44.763Z | Downloaded structmeta v0.3.0 |
667 | 2024-12-17T20:41:44.763Z | Downloaded ena v0.14.3 |
668 | 2024-12-17T20:41:44.765Z | Downloaded slog v2.7.0 |
669 | 2024-12-17T20:41:44.768Z | Downloaded glob v0.3.1 |
670 | 2024-12-17T20:41:44.770Z | Downloaded nibble_vec v0.1.0 |
671 | 2024-12-17T20:41:44.773Z | Downloaded which v4.4.2 |
672 | 2024-12-17T20:41:44.774Z | Downloaded slog-term v2.9.1 |
673 | 2024-12-17T20:41:44.778Z | Downloaded pkcs1 v0.7.5 |
674 | 2024-12-17T20:41:44.781Z | Downloaded schemars v0.8.21 |
675 | 2024-12-17T20:41:44.795Z | Downloaded toolchain_find v0.4.0 |
676 | 2024-12-17T20:41:44.797Z | Downloaded aes v0.8.4 |
677 | 2024-12-17T20:41:44.800Z | Downloaded fallible-iterator v0.2.0 |
678 | 2024-12-17T20:41:44.802Z | Downloaded zeroize_derive v1.4.2 |
679 | 2024-12-17T20:41:44.805Z | Downloaded vsss-rs v3.3.4 |
680 | 2024-12-17T20:41:44.807Z | Downloaded time-macros v0.2.18 |
681 | 2024-12-17T20:41:44.810Z | Downloaded nu-ansi-term v0.50.1 |
682 | 2024-12-17T20:41:44.812Z | Downloaded secrecy v0.8.0 |
683 | 2024-12-17T20:41:44.814Z | Downloaded rustls-pemfile v1.0.4 |
684 | 2024-12-17T20:41:44.816Z | Downloaded quick-error v1.2.3 |
685 | 2024-12-17T20:41:44.818Z | Downloaded yoke v0.7.4 |
686 | 2024-12-17T20:41:44.820Z | Downloaded phf_shared v0.10.0 |
687 | 2024-12-17T20:41:44.820Z | Downloaded slog-json v2.6.1 |
688 | 2024-12-17T20:41:44.823Z | Downloaded x509-cert v0.2.5 |
689 | 2024-12-17T20:41:44.830Z | Downloaded opaque-debug v0.3.1 |
690 | 2024-12-17T20:41:44.832Z | Downloaded russh-cryptovec v0.7.3 |
691 | 2024-12-17T20:41:44.834Z | Downloaded elliptic-curve v0.13.8 |
692 | 2024-12-17T20:41:44.837Z | Downloaded number_prefix v0.4.0 |
693 | 2024-12-17T20:41:44.839Z | Downloaded num_threads v0.1.7 |
694 | 2024-12-17T20:41:44.842Z | Downloaded structmeta-derive v0.3.0 |
695 | 2024-12-17T20:41:44.842Z | Downloaded structmeta-derive v0.2.0 |
696 | 2024-12-17T20:41:44.845Z | Downloaded slog-stdlog v4.1.1 |
697 | 2024-12-17T20:41:44.847Z | Downloaded slog-scope v4.4.0 |
698 | 2024-12-17T20:41:44.849Z | Downloaded phf_shared v0.11.2 |
699 | 2024-12-17T20:41:44.849Z | Downloaded fatfs v0.3.6 |
700 | 2024-12-17T20:41:44.851Z | Downloaded darling_core v0.20.10 |
701 | 2024-12-17T20:41:44.857Z | Downloaded derive_builder_macro v0.20.2 |
702 | 2024-12-17T20:41:44.859Z | Downloaded defmt-parser v0.3.4 |
703 | 2024-12-17T20:41:44.861Z | Downloaded pin-project-internal v1.1.6 |
704 | 2024-12-17T20:41:44.864Z | Downloaded num_enum_derive v0.5.11 |
705 | 2024-12-17T20:41:44.867Z | Downloaded futures-executor v0.3.31 |
706 | 2024-12-17T20:41:44.867Z | Downloaded funty v2.0.0 |
707 | 2024-12-17T20:41:44.869Z | Downloaded form_urlencoded v1.2.1 |
708 | 2024-12-17T20:41:44.869Z | Downloaded password-hash v0.4.2 |
709 | 2024-12-17T20:41:44.872Z | Downloaded yasna v0.5.2 |
710 | 2024-12-17T20:41:44.875Z | Downloaded zerocopy-derive v0.8.10 |
711 | 2024-12-17T20:41:44.881Z | Downloaded phf v0.11.2 |
712 | 2024-12-17T20:41:44.884Z | Downloaded path-slash v0.1.5 |
713 | 2024-12-17T20:41:44.887Z | Downloaded aes-gcm v0.10.3 |
714 | 2024-12-17T20:41:44.890Z | Downloaded pkg-config v0.3.31 |
715 | 2024-12-17T20:41:44.893Z | Downloaded pin-utils v0.1.0 |
716 | 2024-12-17T20:41:44.895Z | Downloaded futures-channel v0.3.31 |
717 | 2024-12-17T20:41:44.898Z | Downloaded strum_macros v0.26.4 |
718 | 2024-12-17T20:41:44.901Z | Downloaded rusty-fork v0.3.0 |
719 | 2024-12-17T20:41:44.901Z | Downloaded rustversion v1.0.17 |
720 | 2024-12-17T20:41:44.904Z | Downloaded shlex v1.3.0 |
721 | 2024-12-17T20:41:44.906Z | Downloaded take_mut v0.2.2 |
722 | 2024-12-17T20:41:44.909Z | Downloaded slog-dtrace v0.3.0 |
723 | 2024-12-17T20:41:44.911Z | Downloaded slog-bunyan v2.5.0 |
724 | 2024-12-17T20:41:44.911Z | Downloaded der_derive v0.7.3 |
725 | 2024-12-17T20:41:44.914Z | Downloaded unicode-truncate v1.1.0 |
726 | 2024-12-17T20:41:44.916Z | Downloaded twox-hash v1.6.3 |
727 | 2024-12-17T20:41:44.919Z | Downloaded oso-derive v0.27.3 |
728 | 2024-12-17T20:41:44.919Z | Downloaded openssl-probe v0.1.5 |
729 | 2024-12-17T20:41:44.922Z | Downloaded ghash v0.5.1 |
730 | 2024-12-17T20:41:44.924Z | Downloaded xz2 v0.1.7 |
731 | 2024-12-17T20:41:44.926Z | Downloaded fs_extra v1.3.0 |
732 | 2024-12-17T20:41:44.928Z | Downloaded reedline v0.35.0 |
733 | 2024-12-17T20:41:44.936Z | Downloaded hash32 v0.2.1 |
734 | 2024-12-17T20:41:44.939Z | Downloaded hkdf v0.12.4 |
735 | 2024-12-17T20:41:44.942Z | Downloaded pin-project-lite v0.2.14 |
736 | 2024-12-17T20:41:44.946Z | Downloaded parse-display v0.10.0 |
737 | 2024-12-17T20:41:44.949Z | Downloaded peg-runtime v0.8.3 |
738 | 2024-12-17T20:41:44.952Z | Downloaded futures-io v0.3.31 |
739 | 2024-12-17T20:41:44.952Z | Downloaded tokio-util v0.7.12 |
740 | 2024-12-17T20:41:44.958Z | Downloaded dhcproto-macros v0.1.0 |
741 | 2024-12-17T20:41:44.961Z | Downloaded signal-hook-mio v0.2.4 |
742 | 2024-12-17T20:41:44.964Z | Downloaded hashbrown v0.12.3 |
743 | 2024-12-17T20:41:44.966Z | Downloaded slog-envlogger v2.2.0 |
744 | 2024-12-17T20:41:44.968Z | Downloaded url v2.5.3 |
745 | 2024-12-17T20:41:44.972Z | Downloaded write16 v1.0.0 |
746 | 2024-12-17T20:41:44.974Z | Downloaded serde_with_macros v3.11.0 |
747 | 2024-12-17T20:41:44.976Z | Downloaded utf8_iter v1.0.4 |
748 | 2024-12-17T20:41:44.979Z | Downloaded num-iter v0.1.45 |
749 | 2024-12-17T20:41:44.979Z | Downloaded embedded-io v0.6.1 |
750 | 2024-12-17T20:41:44.981Z | Downloaded either v1.13.0 |
751 | 2024-12-17T20:41:44.984Z | Downloaded utf16_iter v1.0.5 |
752 | 2024-12-17T20:41:44.986Z | Downloaded filetime v0.2.25 |
753 | 2024-12-17T20:41:44.986Z | Downloaded des v0.8.1 |
754 | 2024-12-17T20:41:44.988Z | Downloaded mockall_derive v0.13.0 |
755 | 2024-12-17T20:41:44.991Z | Downloaded multer v3.1.0 |
756 | 2024-12-17T20:41:44.994Z | Downloaded itertools v0.13.0 |
757 | 2024-12-17T20:41:45.001Z | Downloaded num-conv v0.1.0 |
758 | 2024-12-17T20:41:45.004Z | Downloaded defmt-macros v0.3.9 |
759 | 2024-12-17T20:41:45.006Z | Downloaded packed_struct_codegen v0.10.1 |
760 | 2024-12-17T20:41:45.009Z | Downloaded packed_struct v0.10.1 |
761 | 2024-12-17T20:41:45.011Z | Downloaded r2d2 v0.8.10 |
762 | 2024-12-17T20:41:45.014Z | Downloaded synstructure v0.13.1 |
763 | 2024-12-17T20:41:45.014Z | Downloaded futures-macro v0.3.31 |
764 | 2024-12-17T20:41:45.016Z | Downloaded zone v0.3.0 |
765 | 2024-12-17T20:41:45.017Z | Downloaded supports-color v3.0.1 |
766 | 2024-12-17T20:41:45.020Z | Downloaded spin v0.5.2 |
767 | 2024-12-17T20:41:45.020Z | Downloaded rustls-pemfile v2.2.0 |
768 | 2024-12-17T20:41:45.023Z | Downloaded percent-encoding v2.3.1 |
769 | 2024-12-17T20:41:45.023Z | Downloaded aho-corasick v1.1.3 |
770 | 2024-12-17T20:41:45.030Z | Downloaded polyval v0.6.2 |
771 | 2024-12-17T20:41:45.032Z | Downloaded futures-sink v0.3.31 |
772 | 2024-12-17T20:41:45.032Z | Downloaded unicode-xid v0.2.6 |
773 | 2024-12-17T20:41:45.035Z | Downloaded uzers v0.12.1 |
774 | 2024-12-17T20:41:45.037Z | Downloaded getrandom v0.2.15 |
775 | 2024-12-17T20:41:45.040Z | Downloaded term v0.7.0 |
776 | 2024-12-17T20:41:45.044Z | Downloaded qorb v0.2.1 |
777 | 2024-12-17T20:41:45.050Z | Downloaded progenitor-client v0.8.0 |
778 | 2024-12-17T20:41:45.052Z | Downloaded thiserror-impl v2.0.3 |
779 | 2024-12-17T20:41:45.052Z | Downloaded termcolor v1.4.1 |
780 | 2024-12-17T20:41:45.055Z | Downloaded dhcproto v0.12.0 |
781 | 2024-12-17T20:41:45.057Z | Downloaded ff v0.13.0 |
782 | 2024-12-17T20:41:45.059Z | Downloaded fd-lock v4.0.2 |
783 | 2024-12-17T20:41:45.061Z | Downloaded zone v0.1.8 |
784 | 2024-12-17T20:41:45.065Z | Downloaded parking_lot v0.11.2 |
785 | 2024-12-17T20:41:45.067Z | Downloaded rcgen v0.12.1 |
786 | 2024-12-17T20:41:45.069Z | Downloaded stringprep v0.1.5 |
787 | 2024-12-17T20:41:45.072Z | Downloaded tokio-native-tls v0.3.1 |
788 | 2024-12-17T20:41:45.074Z | Downloaded pem v3.0.4 |
789 | 2024-12-17T20:41:45.076Z | Downloaded rustls-pki-types v1.10.0 |
790 | 2024-12-17T20:41:45.079Z | Downloaded diesel_table_macro_syntax v0.2.0 |
791 | 2024-12-17T20:41:45.081Z | Downloaded dunce v1.0.5 |
792 | 2024-12-17T20:41:45.081Z | Downloaded serde_repr v0.1.19 |
793 | 2024-12-17T20:41:45.083Z | Downloaded sec1 v0.7.3 |
794 | 2024-12-17T20:41:45.086Z | Downloaded salsa20 v0.10.2 |
795 | 2024-12-17T20:41:45.088Z | Downloaded pbkdf2 v0.12.2 |
796 | 2024-12-17T20:41:45.090Z | Downloaded poly1305 v0.8.0 |
797 | 2024-12-17T20:41:45.093Z | Downloaded der v0.7.9 |
798 | 2024-12-17T20:41:45.097Z | Downloaded serde_derive_internals v0.29.1 |
799 | 2024-12-17T20:41:45.100Z | Downloaded heapless v0.8.0 |
800 | 2024-12-17T20:41:45.104Z | Downloaded tinystr v0.7.6 |
801 | 2024-12-17T20:41:45.106Z | Downloaded tiny-keccak v2.0.2 |
802 | 2024-12-17T20:41:45.110Z | Downloaded diesel-dtrace v0.4.2 |
803 | 2024-12-17T20:41:45.112Z | Downloaded serde_path_to_error v0.1.16 |
804 | 2024-12-17T20:41:45.116Z | Downloaded num-integer v0.1.46 |
805 | 2024-12-17T20:41:45.118Z | Downloaded subprocess v0.2.9 |
806 | 2024-12-17T20:41:45.121Z | Downloaded rand_core v0.6.4 |
807 | 2024-12-17T20:41:45.121Z | Downloaded unicode-normalization v0.1.24 |
808 | 2024-12-17T20:41:45.125Z | Downloaded float-cmp v0.9.0 |
809 | 2024-12-17T20:41:45.128Z | Downloaded headers v0.4.0 |
810 | 2024-12-17T20:41:45.133Z | Downloaded group v0.13.0 |
811 | 2024-12-17T20:41:45.135Z | Downloaded aws-lc-rs v1.10.0 |
812 | 2024-12-17T20:41:45.146Z | Downloaded pbkdf2 v0.11.0 |
813 | 2024-12-17T20:41:45.148Z | Downloaded num-complex v0.4.6 |
814 | 2024-12-17T20:41:45.151Z | Downloaded wait-timeout v0.2.0 |
815 | 2024-12-17T20:41:45.153Z | Downloaded predicates v3.1.2 |
816 | 2024-12-17T20:41:45.156Z | Downloaded rand_xorshift v0.3.0 |
817 | 2024-12-17T20:41:45.159Z | Downloaded half v2.4.1 |
818 | 2024-12-17T20:41:45.161Z | Downloaded openssl-sys v0.9.103 |
819 | 2024-12-17T20:41:45.165Z | Downloaded snafu-derive v0.8.5 |
820 | 2024-12-17T20:41:45.168Z | Downloaded oso v0.27.3 |
821 | 2024-12-17T20:41:45.171Z | Downloaded ref-cast v1.0.23 |
822 | 2024-12-17T20:41:45.175Z | Downloaded quinn v0.11.5 |
823 | 2024-12-17T20:41:45.178Z | Downloaded time v0.3.36 |
824 | 2024-12-17T20:41:45.186Z | Downloaded toml_edit v0.19.15 |
825 | 2024-12-17T20:41:45.204Z | Downloaded radium v0.7.0 |
826 | 2024-12-17T20:41:45.206Z | Downloaded p521 v0.13.3 |
827 | 2024-12-17T20:41:45.209Z | Downloaded tinyvec v1.8.0 |
828 | 2024-12-17T20:41:45.213Z | Downloaded rustyline v14.0.0 |
829 | 2024-12-17T20:41:45.218Z | Downloaded reqwest v0.12.9 |
830 | 2024-12-17T20:41:45.229Z | Downloaded diesel_derives v2.2.3 |
831 | 2024-12-17T20:41:45.233Z | Downloaded lalrpop v0.19.12 |
832 | 2024-12-17T20:41:45.245Z | Downloaded parking_lot v0.12.3 |
833 | 2024-12-17T20:41:45.249Z | Downloaded vte v0.11.1 |
834 | 2024-12-17T20:41:45.251Z | Downloaded vergen v8.3.2 |
835 | 2024-12-17T20:41:45.254Z | Downloaded value-bag v1.9.0 |
836 | 2024-12-17T20:41:45.257Z | Downloaded ron v0.8.1 |
837 | 2024-12-17T20:41:45.264Z | Downloaded rayon-core v1.12.1 |
838 | 2024-12-17T20:41:45.267Z | Downloaded snafu v0.8.5 |
839 | 2024-12-17T20:41:45.274Z | Downloaded chrono v0.4.38 |
840 | 2024-12-17T20:41:45.283Z | Downloaded zip v2.1.3 |
841 | 2024-12-17T20:41:45.288Z | Downloaded tungstenite v0.23.0 |
842 | 2024-12-17T20:41:45.292Z | Downloaded tough v0.19.0 |
843 | 2024-12-17T20:41:45.301Z | Downloaded idna v0.5.0 |
844 | 2024-12-17T20:41:45.309Z | Downloaded ssh-key v0.6.6 |
845 | 2024-12-17T20:41:45.317Z | Downloaded flate2 v1.0.34 |
846 | 2024-12-17T20:41:45.324Z | Downloaded num-bigint v0.4.6 |
847 | 2024-12-17T20:41:45.330Z | Downloaded tokio-postgres v0.7.12 |
848 | 2024-12-17T20:41:45.335Z | Downloaded quick-xml v0.33.0 |
849 | 2024-12-17T20:41:45.342Z | Downloaded idna v0.2.3 |
850 | 2024-12-17T20:41:45.351Z | Downloaded rayon v1.10.0 |
851 | 2024-12-17T20:41:45.361Z | Downloaded serde_with v3.11.0 |
852 | 2024-12-17T20:41:45.371Z | Downloaded proptest v1.5.0 |
853 | 2024-12-17T20:41:45.382Z | Downloaded num-bigint-dig v0.8.4 |
854 | 2024-12-17T20:41:45.387Z | Downloaded git2 v0.19.0 |
855 | 2024-12-17T20:41:45.397Z | Downloaded portable-atomic v1.9.0 |
856 | 2024-12-17T20:41:45.405Z | Downloaded regex-syntax v0.6.29 |
857 | 2024-12-17T20:41:45.415Z | Downloaded russh v0.45.0 |
858 | 2024-12-17T20:41:45.420Z | Downloaded dropshot v0.12.0 |
859 | 2024-12-17T20:41:45.442Z | Downloaded rusqlite v0.32.1 |
860 | 2024-12-17T20:41:45.449Z | Downloaded h2 v0.4.6 |
861 | 2024-12-17T20:41:45.456Z | Downloaded rustls v0.23.19 |
862 | 2024-12-17T20:41:45.470Z | Downloaded salty v0.3.0 |
863 | 2024-12-17T20:41:45.476Z | Downloaded hickory-proto v0.24.1 |
864 | 2024-12-17T20:41:45.494Z | Downloaded rustls-webpki v0.101.7 |
865 | 2024-12-17T20:41:45.509Z | Downloaded object v0.36.5 |
866 | 2024-12-17T20:41:45.521Z | Downloaded nix v0.27.1 |
867 | 2024-12-17T20:41:45.533Z | Downloaded nix v0.28.0 |
868 | 2024-12-17T20:41:45.547Z | Downloaded trust-dns-proto v0.22.0 |
869 | 2024-12-17T20:41:45.559Z | Downloaded dropshot v0.13.0 |
870 | 2024-12-17T20:41:45.583Z | Downloaded webpki-roots v0.26.6 |
871 | 2024-12-17T20:41:45.586Z | Downloaded gimli v0.31.1 |
872 | 2024-12-17T20:41:45.595Z | Downloaded nix v0.29.0 |
873 | 2024-12-17T20:41:45.608Z | Downloaded vcpkg v0.2.15 |
874 | 2024-12-17T20:41:45.649Z | Downloaded smoltcp v0.9.1 |
875 | 2024-12-17T20:41:45.660Z | Downloaded openapiv3 v2.0.0 |
876 | 2024-12-17T20:41:45.672Z | Downloaded radix_trie v0.2.1 |
877 | 2024-12-17T20:41:45.678Z | Downloaded smoltcp v0.11.0 |
878 | 2024-12-17T20:41:45.691Z | Downloaded rustls v0.22.4 |
879 | 2024-12-17T20:41:45.705Z | Downloaded regex-syntax v0.8.5 |
880 | 2024-12-17T20:41:45.714Z | Downloaded diesel v2.2.6 |
881 | 2024-12-17T20:41:45.734Z | Downloaded ratatui v0.28.1 |
882 | 2024-12-17T20:41:45.754Z | Downloaded typify-impl v0.2.0 |
883 | 2024-12-17T20:41:45.770Z | Downloaded sled v0.34.7 |
884 | 2024-12-17T20:41:45.780Z | Downloaded polar-core v0.27.3 |
885 | 2024-12-17T20:41:45.789Z | Downloaded openssl v0.10.66 |
886 | 2024-12-17T20:41:45.799Z | Downloaded zerocopy-derive v0.6.6 |
887 | 2024-12-17T20:41:45.809Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
888 | 2024-12-17T20:41:45.821Z | Downloaded unicode-width v0.2.0 |
889 | 2024-12-17T20:41:45.827Z | Downloaded regress v0.10.1 |
890 | 2024-12-17T20:41:45.836Z | Downloaded chrono-tz v0.10.0 |
891 | 2024-12-17T20:41:45.844Z | Downloaded regress v0.9.1 |
892 | 2024-12-17T20:41:45.853Z | Downloaded bstr v1.10.0 |
893 | 2024-12-17T20:41:45.863Z | Downloaded lzma-sys v0.1.20 |
894 | 2024-12-17T20:41:45.893Z | Downloaded regex-automata v0.4.8 |
895 | 2024-12-17T20:41:45.911Z | Downloaded petgraph v0.6.5 |
896 | 2024-12-17T20:41:45.929Z | Downloaded object v0.30.4 |
897 | 2024-12-17T20:41:45.940Z | Downloaded rustls v0.21.12 |
898 | 2024-12-17T20:41:45.950Z | Downloaded libz-sys v1.1.20 |
899 | 2024-12-17T20:41:45.972Z | Downloaded regex v1.11.1 |
900 | 2024-12-17T20:41:45.985Z | Downloaded quinn-proto v0.11.8 |
901 | 2024-12-17T20:41:45.992Z | Downloaded zerocopy v0.8.10 |
902 | 2024-12-17T20:41:46.016Z | Downloaded petname v2.0.2 |
903 | 2024-12-17T20:41:46.022Z | Downloaded curve25519-dalek v4.1.3 |
904 | 2024-12-17T20:41:46.031Z | Downloaded tokio v1.40.0 |
905 | 2024-12-17T20:41:46.070Z | Downloaded csv v1.3.0 |
906 | 2024-12-17T20:41:46.090Z | Downloaded sha3 v0.10.8 |
907 | 2024-12-17T20:41:46.095Z | Downloaded p384 v0.13.0 |
908 | 2024-12-17T20:41:46.102Z | Downloaded idna v0.4.0 |
909 | 2024-12-17T20:41:46.109Z | Downloaded idna v0.3.0 |
910 | 2024-12-17T20:41:46.115Z | Downloaded bindgen v0.69.5 |
911 | 2024-12-17T20:41:46.123Z | Downloaded flume v0.11.1 |
912 | 2024-12-17T20:41:46.126Z | Downloaded unicode-segmentation v1.12.0 |
913 | 2024-12-17T20:41:46.130Z | Downloaded dropshot_endpoint v0.13.0 |
914 | 2024-12-17T20:41:46.133Z | Downloaded socket2 v0.5.7 |
915 | 2024-12-17T20:41:46.136Z | Downloaded tungstenite v0.21.0 |
916 | 2024-12-17T20:41:46.139Z | Downloaded unicode_categories v0.1.1 |
917 | 2024-12-17T20:41:46.142Z | Downloaded zerovec v0.10.4 |
918 | 2024-12-17T20:41:46.147Z | Downloaded bitvec v1.0.1 |
919 | 2024-12-17T20:41:46.162Z | Downloaded nom v7.1.3 |
920 | 2024-12-17T20:41:46.167Z | Downloaded heapless v0.7.17 |
921 | 2024-12-17T20:41:46.171Z | Downloaded tabwriter v1.4.0 |
922 | 2024-12-17T20:41:46.173Z | Downloaded futures-util v0.3.31 |
923 | 2024-12-17T20:41:46.184Z | Downloaded winnow v0.5.40 |
924 | 2024-12-17T20:41:46.193Z | Downloaded sqlparser v0.45.0 |
925 | 2024-12-17T20:41:46.198Z | Downloaded rustls-webpki v0.102.8 |
926 | 2024-12-17T20:41:46.217Z | Downloaded icu_properties_data v1.5.0 |
927 | 2024-12-17T20:41:46.228Z | Downloaded tar v0.4.42 |
928 | 2024-12-17T20:41:46.231Z | Downloaded tungstenite v0.24.0 |
929 | 2024-12-17T20:41:46.234Z | Downloaded float-ord v0.3.2 |
930 | 2024-12-17T20:41:46.237Z | Downloaded serde_plain v1.0.2 |
931 | 2024-12-17T20:41:46.237Z | Downloaded dyn-clone v1.0.17 |
932 | 2024-12-17T20:41:46.239Z | Downloaded ecdsa v0.16.9 |
933 | 2024-12-17T20:41:46.243Z | Downloaded derive_builder_core v0.20.2 |
934 | 2024-12-17T20:41:46.243Z | Downloaded tokio-rustls v0.25.0 |
935 | 2024-12-17T20:41:46.245Z | Downloaded uuid v1.11.0 |
936 | 2024-12-17T20:41:46.248Z | Downloaded want v0.3.1 |
937 | 2024-12-17T20:41:46.248Z | Downloaded progenitor v0.8.0 |
938 | 2024-12-17T20:41:46.250Z | Downloaded proc-macro-crate v1.3.1 |
939 | 2024-12-17T20:41:46.250Z | Downloaded fixedbitset v0.4.2 |
940 | 2024-12-17T20:41:46.253Z | Downloaded encoding_rs v0.8.34 |
941 | 2024-12-17T20:41:46.272Z | Downloaded tokio-macros v2.4.0 |
942 | 2024-12-17T20:41:46.274Z | Downloaded peg-macros v0.8.4 |
943 | 2024-12-17T20:41:46.277Z | Downloaded russh-keys v0.45.0 |
944 | 2024-12-17T20:41:46.279Z | Downloaded blake3 v1.5.4 |
945 | 2024-12-17T20:41:46.285Z | Downloaded hashbrown v0.14.5 |
946 | 2024-12-17T20:41:46.291Z | Downloaded tracing v0.1.40 |
947 | 2024-12-17T20:41:46.295Z | Downloaded fallible-streaming-iterator v0.1.9 |
948 | 2024-12-17T20:41:46.298Z | Downloaded num-derive v0.4.2 |
949 | 2024-12-17T20:41:46.298Z | Downloaded wyz v0.5.1 |
950 | 2024-12-17T20:41:46.300Z | Downloaded writeable v0.5.5 |
951 | 2024-12-17T20:41:46.302Z | Downloaded hashlink v0.9.1 |
952 | 2024-12-17T20:41:46.302Z | Downloaded derive_more v0.99.18 |
953 | 2024-12-17T20:41:46.307Z | Downloaded unicode-properties v0.1.3 |
954 | 2024-12-17T20:41:46.310Z | Downloaded zip v0.6.6 |
955 | 2024-12-17T20:41:46.313Z | Downloaded steno v0.4.1 |
956 | 2024-12-17T20:41:46.317Z | Downloaded signal-hook v0.3.17 |
957 | 2024-12-17T20:41:46.320Z | Downloaded rustc-demangle v0.1.24 |
958 | 2024-12-17T20:41:46.323Z | Downloaded hashbrown v0.13.2 |
959 | 2024-12-17T20:41:46.326Z | Downloaded string_cache v0.8.7 |
960 | 2024-12-17T20:41:46.328Z | Downloaded ssh-encoding v0.2.0 |
961 | 2024-12-17T20:41:46.331Z | Downloaded scheduled-thread-pool v0.2.7 |
962 | 2024-12-17T20:41:46.331Z | Downloaded fallible-iterator v0.3.0 |
963 | 2024-12-17T20:41:46.333Z | Downloaded parking_lot_core v0.9.10 |
964 | 2024-12-17T20:41:46.335Z | Downloaded parking_lot_core v0.8.6 |
965 | 2024-12-17T20:41:46.337Z | Downloaded dropshot_endpoint v0.12.0 |
966 | 2024-12-17T20:41:46.339Z | Downloaded toml v0.7.8 |
967 | 2024-12-17T20:41:46.342Z | Downloaded slog-async v2.8.0 |
968 | 2024-12-17T20:41:46.345Z | Downloaded dirs-next v2.0.0 |
969 | 2024-12-17T20:41:46.345Z | Downloaded tracing-attributes v0.1.27 |
970 | 2024-12-17T20:41:46.348Z | Downloaded pin-project v1.1.6 |
971 | 2024-12-17T20:41:46.358Z | Downloaded tokio-rustls v0.26.0 |
972 | 2024-12-17T20:41:46.360Z | Downloaded tracing-core v0.1.32 |
973 | 2024-12-17T20:41:46.363Z | Downloaded expectorate v1.1.0 |
974 | 2024-12-17T20:41:46.365Z | Downloaded futures v0.3.31 |
975 | 2024-12-17T20:41:46.369Z | Downloaded serde_yaml v0.9.34+deprecated |
976 | 2024-12-17T20:41:46.373Z | Downloaded hyper v1.5.0 |
977 | 2024-12-17T20:41:46.379Z | Downloaded p256 v0.13.2 |
978 | 2024-12-17T20:41:46.382Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
979 | 2024-12-17T20:41:46.442Z | Downloaded parse-zoneinfo v0.3.1 |
980 | 2024-12-17T20:41:46.444Z | Downloaded itertools v0.12.1 |
981 | 2024-12-17T20:41:46.451Z | Downloaded idna v1.0.3 |
982 | 2024-12-17T20:41:46.455Z | Downloaded typed-path v0.9.3 |
983 | 2024-12-17T20:41:46.461Z | Downloaded display-error-chain v0.2.2 |
984 | 2024-12-17T20:41:46.464Z | Downloaded dirs-sys-next v0.1.2 |
985 | 2024-12-17T20:41:46.464Z | Downloaded difflib v0.4.0 |
986 | 2024-12-17T20:41:46.466Z | Downloaded topological-sort v0.2.2 |
987 | 2024-12-17T20:41:46.466Z | Downloaded crossterm v0.28.1 |
988 | 2024-12-17T20:41:46.471Z | Downloaded displaydoc v0.2.5 |
989 | 2024-12-17T20:41:46.474Z | Downloaded libm v0.2.8 |
990 | 2024-12-17T20:41:46.482Z | Downloaded itertools v0.10.5 |
991 | 2024-12-17T20:41:46.488Z | Downloaded structmeta v0.2.0 |
992 | 2024-12-17T20:41:46.491Z | Downloaded strip-ansi-escapes v0.2.0 |
993 | 2024-12-17T20:41:46.491Z | Downloaded signal-hook-tokio v0.3.1 |
994 | 2024-12-17T20:41:46.493Z | Downloaded serde_urlencoded v0.7.1 |
995 | 2024-12-17T20:41:46.493Z | Downloaded globset v0.4.15 |
996 | 2024-12-17T20:41:46.496Z | Downloaded zopfli v0.8.1 |
997 | 2024-12-17T20:41:46.499Z | Downloaded libxml v0.3.3 |
998 | 2024-12-17T20:41:46.503Z | Downloaded psl-types v2.0.11 |
999 | 2024-12-17T20:41:46.505Z | Downloaded progenitor-macro v0.8.0 |
1000 | 2024-12-17T20:41:46.505Z | Downloaded paste v1.0.15 |
1001 | 2024-12-17T20:41:46.508Z | Downloaded nodrop v0.1.14 |
1002 | 2024-12-17T20:41:46.510Z | Downloaded ron v0.7.1 |
1003 | 2024-12-17T20:41:46.513Z | Downloaded prettyplease v0.2.25 |
1004 | 2024-12-17T20:41:46.516Z | Downloaded ed25519-dalek v2.1.1 |
1005 | 2024-12-17T20:41:46.520Z | Downloaded owo-colors v4.1.0 |
1006 | 2024-12-17T20:41:46.522Z | Downloaded zerocopy v0.6.6 |
1007 | 2024-12-17T20:41:46.524Z | Downloaded nanorand v0.7.0 |
1008 | 2024-12-17T20:41:46.527Z | Downloaded multimap v0.10.0 |
1009 | 2024-12-17T20:41:46.529Z | Downloaded postgres-protocol v0.6.7 |
1010 | 2024-12-17T20:41:46.529Z | Downloaded postcard v1.0.10 |
1011 | 2024-12-17T20:41:46.531Z | Downloaded rustc_version v0.1.7 |
1012 | 2024-12-17T20:41:46.533Z | Downloaded defmt v0.3.8 |
1013 | 2024-12-17T20:41:46.536Z | Downloaded data-encoding v2.6.0 |
1014 | 2024-12-17T20:41:46.538Z | Downloaded thiserror-impl-no-std v2.0.2 |
1015 | 2024-12-17T20:41:46.539Z | Downloaded tap v1.0.1 |
1016 | 2024-12-17T20:41:46.541Z | Downloaded subtle v2.6.1 |
1017 | 2024-12-17T20:41:46.541Z | Downloaded rustfmt-wrapper v0.2.1 |
1018 | 2024-12-17T20:41:46.544Z | Downloaded rustc_version v0.4.1 |
1019 | 2024-12-17T20:41:46.544Z | Downloaded rustc-hash v2.0.0 |
1020 | 2024-12-17T20:41:46.546Z | Downloaded rustc-hash v1.1.0 |
1021 | 2024-12-17T20:41:46.546Z | Downloaded tokio-rustls v0.24.1 |
1022 | 2024-12-17T20:41:46.548Z | Downloaded thiserror v2.0.3 |
1023 | 2024-12-17T20:41:46.552Z | Downloaded strum_macros v0.25.3 |
1024 | 2024-12-17T20:41:46.554Z | Downloaded sct v0.7.1 |
1025 | 2024-12-17T20:41:46.557Z | Downloaded num-traits v0.2.19 |
1026 | 2024-12-17T20:41:46.560Z | Downloaded yoke-derive v0.7.4 |
1027 | 2024-12-17T20:41:46.563Z | Downloaded powerfmt v0.2.0 |
1028 | 2024-12-17T20:41:46.563Z | Downloaded unicode-bidi v0.3.17 |
1029 | 2024-12-17T20:41:46.566Z | Downloaded foreign-types v0.5.0 |
1030 | 2024-12-17T20:41:46.566Z | Downloaded flagset v0.4.6 |
1031 | 2024-12-17T20:41:46.568Z | Downloaded embedded-io v0.4.0 |
1032 | 2024-12-17T20:41:46.568Z | Downloaded dsl_auto_type v0.1.2 |
1033 | 2024-12-17T20:41:46.571Z | Downloaded tls_codec_derive v0.4.1 |
1034 | 2024-12-17T20:41:46.571Z | Downloaded rsa v0.9.6 |
1035 | 2024-12-17T20:41:46.575Z | Downloaded hash32 v0.3.1 |
1036 | 2024-12-17T20:41:46.577Z | Downloaded foreign-types v0.3.2 |
1037 | 2024-12-17T20:41:46.577Z | Downloaded unarray v0.1.4 |
1038 | 2024-12-17T20:41:46.579Z | Downloaded pkcs8 v0.10.2 |
1039 | 2024-12-17T20:41:46.582Z | Downloaded publicsuffix v2.2.3 |
1040 | 2024-12-17T20:41:46.584Z | Downloaded mio v1.0.2 |
1041 | 2024-12-17T20:41:46.589Z | Downloaded minimal-lexical v0.2.1 |
1042 | 2024-12-17T20:41:46.593Z | Downloaded hickory-server v0.24.1 |
1043 | 2024-12-17T20:41:46.599Z | Downloaded crossbeam-channel v0.5.13 |
1044 | 2024-12-17T20:41:46.603Z | Downloaded compact_str v0.8.0 |
1045 | 2024-12-17T20:41:46.607Z | Downloaded diff v0.1.13 |
1046 | 2024-12-17T20:41:46.610Z | Downloaded base64 v0.22.1 |
1047 | 2024-12-17T20:41:46.613Z | Downloaded postgres-types v0.2.8 |
1048 | 2024-12-17T20:41:46.616Z | Downloaded phf_codegen v0.11.2 |
1049 | 2024-12-17T20:41:46.618Z | Downloaded pem-rfc7468 v0.7.0 |
1050 | 2024-12-17T20:41:46.618Z | Downloaded samael v0.0.17 |
1051 | 2024-12-17T20:41:46.623Z | Downloaded stable_deref_trait v1.2.0 |
1052 | 2024-12-17T20:41:46.626Z | Downloaded rfc6979 v0.4.0 |
1053 | 2024-12-17T20:41:46.626Z | Downloaded resolv-conf v0.7.0 |
1054 | 2024-12-17T20:41:46.628Z | Downloaded primeorder v0.13.6 |
1055 | 2024-12-17T20:41:46.630Z | Downloaded newtype-uuid v1.1.3 |
1056 | 2024-12-17T20:41:46.630Z | Downloaded spin v0.9.8 |
1057 | 2024-12-17T20:41:46.633Z | Downloaded bumpalo v3.16.0 |
1058 | 2024-12-17T20:41:46.635Z | Downloaded backtrace v0.3.74 |
1059 | 2024-12-17T20:41:46.639Z | Downloaded cc v1.1.30 |
1060 | 2024-12-17T20:41:46.642Z | Downloaded icu_collections v1.5.0 |
1061 | 2024-12-17T20:41:46.648Z | Downloaded clang-sys v1.8.1 |
1062 | 2024-12-17T20:41:46.651Z | Downloaded bytes v1.8.0 |
1063 | 2024-12-17T20:41:46.655Z | Downloaded icu_properties v1.5.1 |
1064 | 2024-12-17T20:41:46.657Z | Downloaded simd-adler32 v0.3.7 |
1065 | 2024-12-17T20:41:46.659Z | Downloaded signature v2.2.0 |
1066 | 2024-12-17T20:41:46.662Z | Downloaded scopeguard v1.2.0 |
1067 | 2024-12-17T20:41:46.662Z | Downloaded schemars_derive v0.8.21 |
1068 | 2024-12-17T20:41:46.664Z | Downloaded phf_generator v0.11.2 |
1069 | 2024-12-17T20:41:46.664Z | Downloaded env_logger v0.10.2 |
1070 | 2024-12-17T20:41:46.667Z | Downloaded parse-display-derive v0.10.0 |
1071 | 2024-12-17T20:41:46.670Z | Downloaded zone_cfg_derive v0.1.2 |
1072 | 2024-12-17T20:41:46.670Z | Downloaded vte_generate_state_changes v0.1.2 |
1073 | 2024-12-17T20:41:46.670Z | Downloaded walkdir v2.5.0 |
1074 | 2024-12-17T20:41:46.672Z | Downloaded tokio-tungstenite v0.24.0 |
1075 | 2024-12-17T20:41:46.674Z | Downloaded tokio-tungstenite v0.21.0 |
1076 | 2024-12-17T20:41:46.676Z | Downloaded hyper-util v0.1.10 |
1077 | 2024-12-17T20:41:46.679Z | Downloaded base64 v0.13.1 |
1078 | 2024-12-17T20:41:46.684Z | Downloaded futures-task v0.3.31 |
1079 | 2024-12-17T20:41:46.687Z | Downloaded futures-core v0.3.31 |
1080 | 2024-12-17T20:41:46.687Z | Downloaded fragile v2.0.0 |
1081 | 2024-12-17T20:41:46.690Z | Downloaded smallvec v1.13.2 |
1082 | 2024-12-17T20:41:46.693Z | Downloaded enum-as-inner v0.6.1 |
1083 | 2024-12-17T20:41:46.693Z | Downloaded enum-as-inner v0.5.1 |
1084 | 2024-12-17T20:41:46.695Z | Downloaded ed25519 v2.2.3 |
1085 | 2024-12-17T20:41:46.695Z | Downloaded ciborium v0.2.2 |
1086 | 2024-12-17T20:41:46.702Z | Downloaded unicase v2.7.0 |
1087 | 2024-12-17T20:41:46.702Z | Downloaded icu_normalizer v1.5.0 |
1088 | 2024-12-17T20:41:46.705Z | Downloaded ssh-cipher v0.2.0 |
1089 | 2024-12-17T20:41:46.705Z | Downloaded icu_normalizer_data v1.5.0 |
1090 | 2024-12-17T20:41:46.707Z | Downloaded untrusted v0.9.0 |
1091 | 2024-12-17T20:41:46.709Z | Downloaded untrusted v0.7.1 |
1092 | 2024-12-17T20:41:46.709Z | Downloaded spki v0.7.3 |
1093 | 2024-12-17T20:41:46.714Z | Downloaded signal-hook-registry v1.4.2 |
1094 | 2024-12-17T20:41:46.714Z | Downloaded highway v1.2.0 |
1095 | 2024-12-17T20:41:46.717Z | Downloaded fxhash v0.2.1 |
1096 | 2024-12-17T20:41:46.717Z | Downloaded sync-ptr v0.1.1 |
1097 | 2024-12-17T20:41:46.717Z | Downloaded smallvec v0.6.14 |
1098 | 2024-12-17T20:41:46.717Z | Downloaded slab v0.4.9 |
1099 | 2024-12-17T20:41:46.717Z | Downloaded siphasher v0.3.11 |
1100 | 2024-12-17T20:41:46.719Z | Downloaded crc-any v2.5.0 |
1101 | 2024-12-17T20:41:46.721Z | Downloaded ahash v0.8.11 |
1102 | 2024-12-17T20:41:46.723Z | Downloaded blake2 v0.10.6 |
1103 | 2024-12-17T20:41:46.727Z | Downloaded hmac v0.12.1 |
1104 | 2024-12-17T20:41:46.730Z | Downloaded bzip2 v0.4.4 |
1105 | 2024-12-17T20:41:46.732Z | Downloaded base64ct v1.6.0 |
1106 | 2024-12-17T20:41:46.734Z | Downloaded cmake v0.1.51 |
1107 | 2024-12-17T20:41:46.737Z | Downloaded backoff v0.4.0 |
1108 | 2024-12-17T20:41:46.739Z | Downloaded async-bb8-diesel v0.2.1 |
1109 | 2024-12-17T20:41:46.742Z | Downloaded ipnet v2.10.1 |
1110 | 2024-12-17T20:41:46.742Z | Downloaded iana-time-zone v0.1.61 |
1111 | 2024-12-17T20:41:46.744Z | Downloaded hyper-staticfile v0.10.1 |
1112 | 2024-12-17T20:41:46.746Z | Downloaded cookie_store v0.21.0 |
1113 | 2024-12-17T20:41:46.749Z | Downloaded colored v2.1.0 |
1114 | 2024-12-17T20:41:46.752Z | Downloaded const_format_proc_macros v0.2.33 |
1115 | 2024-12-17T20:41:46.755Z | Downloaded console v0.15.8 |
1116 | 2024-12-17T20:41:46.757Z | Downloaded cancel-safe-futures v0.1.5 |
1117 | 2024-12-17T20:41:46.757Z | Downloaded arrayvec v0.7.6 |
1118 | 2024-12-17T20:41:46.760Z | Downloaded memoffset v0.9.1 |
1119 | 2024-12-17T20:41:46.762Z | Downloaded argon2 v0.5.3 |
1120 | 2024-12-17T20:41:46.764Z | Downloaded lockfree-object-pool v0.1.6 |
1121 | 2024-12-17T20:41:46.766Z | Downloaded keccak v0.1.5 |
1122 | 2024-12-17T20:41:46.766Z | Downloaded async-trait v0.1.83 |
1123 | 2024-12-17T20:41:46.768Z | Downloaded instability v0.3.2 |
1124 | 2024-12-17T20:41:46.771Z | Downloaded home v0.5.9 |
1125 | 2024-12-17T20:41:46.771Z | Downloaded bb8 v0.8.5 |
1126 | 2024-12-17T20:41:46.774Z | Downloaded adler2 v2.0.0 |
1127 | 2024-12-17T20:41:46.774Z | Downloaded internet-checksum v0.2.1 |
1128 | 2024-12-17T20:41:46.774Z | Downloaded impl-trait-for-tuples v0.2.2 |
1129 | 2024-12-17T20:41:46.776Z | Downloaded http-body-util v0.1.2 |
1130 | 2024-12-17T20:41:46.778Z | Downloaded lazycell v1.3.0 |
1131 | 2024-12-17T20:41:46.780Z | Downloaded curve25519-dalek-derive v0.1.1 |
1132 | 2024-12-17T20:41:46.780Z | Downloaded chrono-tz-build v0.4.0 |
1133 | 2024-12-17T20:41:46.780Z | Downloaded cassowary v0.3.0 |
1134 | 2024-12-17T20:41:46.782Z | Downloaded bit-set v0.5.3 |
1135 | 2024-12-17T20:41:46.785Z | Downloaded bitflags v1.3.2 |
1136 | 2024-12-17T20:41:46.788Z | Downloaded blowfish v0.9.1 |
1137 | 2024-12-17T20:41:46.788Z | Downloaded inout v0.1.3 |
1138 | 2024-12-17T20:41:46.790Z | Downloaded hubpack v0.1.2 |
1139 | 2024-12-17T20:41:46.790Z | Downloaded base16ct v0.2.0 |
1140 | 2024-12-17T20:41:46.790Z | Downloaded httpdate v1.0.3 |
1141 | 2024-12-17T20:41:46.793Z | Downloaded hostname v0.4.0 |
1142 | 2024-12-17T20:41:46.793Z | Downloaded aead v0.5.2 |
1143 | 2024-12-17T20:41:46.795Z | Downloaded assert_matches v1.5.0 |
1144 | 2024-12-17T20:41:46.795Z | Downloaded constant_time_eq v0.3.1 |
1145 | 2024-12-17T20:41:46.798Z | Downloaded cfg_aliases v0.2.1 |
1146 | 2024-12-17T20:41:46.798Z | Downloaded cexpr v0.6.0 |
1147 | 2024-12-17T20:41:46.798Z | Downloaded async-stream v0.3.6 |
1148 | 2024-12-17T20:41:46.801Z | Downloaded bit-vec v0.6.3 |
1149 | 2024-12-17T20:41:46.803Z | Downloaded arrayref v0.3.9 |
1150 | 2024-12-17T20:41:46.803Z | Downloaded bitfield-struct v0.6.2 |
1151 | 2024-12-17T20:41:46.806Z | Downloaded bcrypt-pbkdf v0.10.0 |
1152 | 2024-12-17T20:41:46.806Z | Downloaded async-recursion v1.1.1 |
1153 | 2024-12-17T20:41:46.809Z | Downloaded ascii-canvas v3.0.0 |
1154 | 2024-12-17T20:41:46.809Z | Downloaded array-init v0.0.4 |
1155 | 2024-12-17T20:41:46.811Z | Downloaded hostname v0.3.1 |
1156 | 2024-12-17T20:41:46.811Z | Downloaded indoc v1.0.9 |
1157 | 2024-12-17T20:41:46.813Z | Downloaded headers-core v0.3.0 |
1158 | 2024-12-17T20:41:46.816Z | Downloaded is_ci v1.2.0 |
1159 | 2024-12-17T20:41:46.816Z | Downloaded icu_provider_macros v1.5.0 |
1160 | 2024-12-17T20:41:46.885Z | Downloaded ring v0.17.8 |
1161 | 2024-12-17T20:41:47.046Z | Downloaded ring v0.16.20 |
1162 | 2024-12-17T20:41:47.129Z | Downloaded libsqlite3-sys v0.30.1 |
1163 | 2024-12-17T20:41:47.214Z | Downloaded aws-lc-sys v0.22.0 |
1164 | 2024-12-17T20:41:47.531Z | Compiling serde v1.0.215 |
1165 | 2024-12-17T20:41:47.534Z | Compiling lock_api v0.4.12 |
1166 | 2024-12-17T20:41:47.534Z | Compiling scopeguard v1.2.0 |
1167 | 2024-12-17T20:41:47.534Z | Compiling value-bag v1.9.0 |
1168 | 2024-12-17T20:41:47.534Z | Compiling typenum v1.17.0 |
1169 | 2024-12-17T20:41:47.534Z | Compiling generic-array v0.14.7 |
1170 | 2024-12-17T20:41:47.694Z | Compiling syn v2.0.87 |
1171 | 2024-12-17T20:41:47.696Z | Compiling getrandom v0.2.15 |
1172 | 2024-12-17T20:41:47.875Z | Compiling subtle v2.6.1 |
1173 | 2024-12-17T20:41:48.063Z | Compiling rand_core v0.6.4 |
1174 | 2024-12-17T20:41:48.147Z | Compiling log v0.4.22 |
1175 | 2024-12-17T20:41:48.252Z | Compiling shlex v1.3.0 |
1176 | 2024-12-17T20:41:48.275Z | Compiling jobserver v0.1.32 |
1177 | 2024-12-17T20:41:48.296Z | Compiling smallvec v1.13.2 |
1178 | 2024-12-17T20:41:48.593Z | Compiling const-oid v0.9.6 |
1179 | 2024-12-17T20:41:48.614Z | Compiling spin v0.9.8 |
1180 | 2024-12-17T20:41:48.698Z | Compiling cc v1.1.30 |
1181 | 2024-12-17T20:41:48.719Z | Compiling pin-project-lite v0.2.14 |
1182 | 2024-12-17T20:41:48.852Z | Compiling rustix v0.38.37 |
1183 | 2024-12-17T20:41:49.077Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-12-17T20:41:49.180Z | Compiling futures-core v0.3.31 |
1185 | 2024-12-17T20:41:49.347Z | Compiling signal-hook-registry v1.4.2 |
1186 | 2024-12-17T20:41:49.449Z | Compiling mio v1.0.2 |
1187 | 2024-12-17T20:41:49.984Z | Compiling parking_lot v0.12.3 |
1188 | 2024-12-17T20:41:50.231Z | Compiling aho-corasick v1.1.3 |
1189 | 2024-12-17T20:41:50.291Z | Compiling cpufeatures v0.2.14 |
1190 | 2024-12-17T20:41:50.405Z | Compiling regex-syntax v0.8.5 |
1191 | 2024-12-17T20:41:50.674Z | Compiling lazy_static v1.5.0 |
1192 | 2024-12-17T20:41:50.740Z | Compiling stable_deref_trait v1.2.0 |
1193 | 2024-12-17T20:41:50.811Z | Compiling futures-sink v0.3.31 |
1194 | 2024-12-17T20:41:50.854Z | Compiling either v1.13.0 |
1195 | 2024-12-17T20:41:50.899Z | Compiling glob v0.3.1 |
1196 | 2024-12-17T20:41:50.966Z | Compiling socket2 v0.5.7 |
1197 | 2024-12-17T20:41:51.035Z | Compiling slab v0.4.9 |
1198 | 2024-12-17T20:41:51.324Z | Compiling prettyplease v0.2.25 |
1199 | 2024-12-17T20:41:51.514Z | Compiling minimal-lexical v0.2.1 |
1200 | 2024-12-17T20:41:51.983Z | Compiling clang-sys v1.8.1 |
1201 | 2024-12-17T20:41:52.022Z | Compiling nom v7.1.3 |
1202 | 2024-12-17T20:41:52.046Z | Compiling libloading v0.8.5 |
1203 | 2024-12-17T20:41:52.102Z | Compiling bindgen v0.69.5 |
1204 | 2024-12-17T20:41:52.489Z | Compiling serde_json v1.0.132 |
1205 | 2024-12-17T20:41:52.784Z | Compiling home v0.5.9 |
1206 | 2024-12-17T20:41:52.973Z | Compiling itertools v0.10.5 |
1207 | 2024-12-17T20:41:53.068Z | Compiling futures-channel v0.3.31 |
1208 | 2024-12-17T20:41:53.406Z | Compiling pin-utils v0.1.0 |
1209 | 2024-12-17T20:41:53.504Z | Compiling lazycell v1.3.0 |
1210 | 2024-12-17T20:41:53.525Z | Compiling futures-io v0.3.31 |
1211 | 2024-12-17T20:41:53.672Z | Compiling allocator-api2 v0.2.18 |
1212 | 2024-12-17T20:41:53.856Z | Compiling foldhash v0.1.3 |
1213 | 2024-12-17T20:41:54.202Z | Compiling futures-task v0.3.31 |
1214 | 2024-12-17T20:41:54.521Z | Compiling regex-automata v0.4.8 |
1215 | 2024-12-17T20:41:54.544Z | Compiling rustc-hash v1.1.0 |
1216 | 2024-12-17T20:41:54.693Z | Compiling hashbrown v0.15.1 |
1217 | 2024-12-17T20:41:55.885Z | Compiling synstructure v0.13.1 |
1218 | 2024-12-17T20:41:56.091Z | Compiling cexpr v0.6.0 |
1219 | 2024-12-17T20:41:56.328Z | Compiling cmake v0.1.51 |
1220 | 2024-12-17T20:41:57.433Z | Compiling dunce v1.0.5 |
1221 | 2024-12-17T20:41:57.576Z | Compiling pkg-config v0.3.31 |
1222 | 2024-12-17T20:41:57.685Z | Compiling libm v0.2.8 |
1223 | 2024-12-17T20:41:57.705Z | Compiling tinyvec_macros v0.1.1 |
1224 | 2024-12-17T20:41:57.807Z | Compiling fs_extra v1.3.0 |
1225 | 2024-12-17T20:41:57.964Z | Compiling tinyvec v1.8.0 |
1226 | 2024-12-17T20:41:58.052Z | Compiling num-traits v0.2.19 |
1227 | 2024-12-17T20:41:58.579Z | Compiling ring v0.17.8 |
1228 | 2024-12-17T20:41:59.190Z | Compiling paste v1.0.15 |
1229 | 2024-12-17T20:41:59.211Z | Compiling base64ct v1.6.0 |
1230 | 2024-12-17T20:41:59.578Z | Compiling unicode-normalization v0.1.24 |
1231 | 2024-12-17T20:41:59.736Z | Compiling unicode-bidi v0.3.17 |
1232 | 2024-12-17T20:41:59.817Z | Compiling litemap v0.7.3 |
1233 | 2024-12-17T20:41:59.820Z | Compiling writeable v0.5.5 |
1234 | 2024-12-17T20:42:00.241Z | Compiling regex v1.11.1 |
1235 | 2024-12-17T20:42:00.430Z | Compiling pem-rfc7468 v0.7.0 |
1236 | 2024-12-17T20:42:01.070Z | Compiling aws-lc-rs v1.10.0 |
1237 | 2024-12-17T20:42:01.178Z | Compiling flagset v0.4.6 |
1238 | 2024-12-17T20:42:01.358Z | Compiling httparse v1.9.5 |
1239 | 2024-12-17T20:42:01.532Z | Compiling tracing-core v0.1.32 |
1240 | 2024-12-17T20:42:02.201Z | Compiling crossbeam-utils v0.8.20 |
1241 | 2024-12-17T20:42:02.595Z | Compiling icu_locid_transform_data v1.5.0 |
1242 | 2024-12-17T20:42:02.708Z | Compiling rustls-pki-types v1.10.0 |
1243 | 2024-12-17T20:42:02.743Z | Compiling percent-encoding v2.3.1 |
1244 | 2024-12-17T20:42:02.875Z | Compiling powerfmt v0.2.0 |
1245 | 2024-12-17T20:42:03.113Z | Compiling num-conv v0.1.0 |
1246 | 2024-12-17T20:42:03.220Z | Compiling serde_derive v1.0.215 |
1247 | 2024-12-17T20:42:03.242Z | Compiling zeroize_derive v1.4.2 |
1248 | 2024-12-17T20:42:03.371Z | Compiling zerocopy-derive v0.7.35 |
1249 | 2024-12-17T20:42:03.552Z | Compiling tokio-macros v2.4.0 |
1250 | 2024-12-17T20:42:03.851Z | Compiling zerofrom-derive v0.1.4 |
1251 | 2024-12-17T20:42:04.914Z | Compiling zeroize v1.8.1 |
1252 | 2024-12-17T20:42:05.253Z | Compiling thiserror-impl v1.0.69 |
1253 | 2024-12-17T20:42:05.310Z | Compiling yoke-derive v0.7.4 |
1254 | 2024-12-17T20:42:05.684Z | Compiling zerovec-derive v0.10.3 |
1255 | 2024-12-17T20:42:05.705Z | Compiling zerocopy v0.7.35 |
1256 | 2024-12-17T20:42:06.637Z | Compiling crypto-common v0.1.6 |
1257 | 2024-12-17T20:42:06.890Z | Compiling block-buffer v0.10.4 |
1258 | 2024-12-17T20:42:07.173Z | Compiling digest v0.10.7 |
1259 | 2024-12-17T20:42:07.413Z | Compiling futures-macro v0.3.31 |
1260 | 2024-12-17T20:42:07.707Z | Compiling hmac v0.12.1 |
1261 | 2024-12-17T20:42:07.865Z | Compiling block-padding v0.3.3 |
1262 | 2024-12-17T20:42:07.956Z | Compiling displaydoc v0.2.5 |
1263 | 2024-12-17T20:42:08.123Z | Compiling inout v0.1.3 |
1264 | 2024-12-17T20:42:08.257Z | Compiling zerofrom v0.1.4 |
1265 | 2024-12-17T20:42:08.402Z | Compiling cipher v0.4.4 |
1266 | 2024-12-17T20:42:08.510Z | Compiling sha2 v0.10.8 |
1267 | 2024-12-17T20:42:08.561Z | Compiling yoke v0.7.4 |
1268 | 2024-12-17T20:42:08.587Z | Compiling ppv-lite86 v0.2.20 |
1269 | 2024-12-17T20:42:08.817Z | Compiling thiserror v1.0.69 |
1270 | 2024-12-17T20:42:08.969Z | Compiling zerovec v0.10.4 |
1271 | 2024-12-17T20:42:08.991Z | Compiling der_derive v0.7.3 |
1272 | 2024-12-17T20:42:09.011Z | Compiling icu_provider_macros v1.5.0 |
1273 | 2024-12-17T20:42:09.517Z | Compiling futures-util v0.3.31 |
1274 | 2024-12-17T20:42:09.538Z | Compiling rand_chacha v0.3.1 |
1275 | 2024-12-17T20:42:09.771Z | Compiling tracing-attributes v0.1.27 |
1276 | 2024-12-17T20:42:10.212Z | Compiling rand v0.8.5 |
1277 | 2024-12-17T20:42:11.210Z | Compiling tinystr v0.7.6 |
1278 | 2024-12-17T20:42:11.643Z | Compiling icu_locid v1.5.0 |
1279 | 2024-12-17T20:42:11.683Z | Compiling der v0.7.9 |
1280 | 2024-12-17T20:42:12.043Z | Compiling icu_collections v1.5.0 |
1281 | 2024-12-17T20:42:12.264Z | Compiling pest v2.7.14 |
1282 | 2024-12-17T20:42:12.428Z | Compiling salsa20 v0.10.2 |
1283 | 2024-12-17T20:42:12.670Z | Compiling pbkdf2 v0.12.2 |
1284 | 2024-12-17T20:42:12.858Z | Compiling time-core v0.1.2 |
1285 | 2024-12-17T20:42:13.049Z | Compiling icu_provider v1.5.0 |
1286 | 2024-12-17T20:42:13.575Z | Compiling untrusted v0.9.0 |
1287 | 2024-12-17T20:42:13.751Z | Compiling icu_locid_transform v1.5.0 |
1288 | 2024-12-17T20:42:13.775Z | Compiling tracing v0.1.40 |
1289 | 2024-12-17T20:42:14.174Z | Compiling spki v0.7.3 |
1290 | 2024-12-17T20:42:14.206Z | Compiling untrusted v0.7.1 |
1291 | 2024-12-17T20:42:14.379Z | Compiling mirai-annotations v1.12.0 |
1292 | 2024-12-17T20:42:14.410Z | Compiling icu_properties_data v1.5.0 |
1293 | 2024-12-17T20:42:14.588Z | Compiling vcpkg v0.2.15 |
1294 | 2024-12-17T20:42:14.690Z | Compiling time-macros v0.2.18 |
1295 | 2024-12-17T20:42:15.275Z | Compiling icu_properties v1.5.1 |
1296 | 2024-12-17T20:42:15.437Z | Compiling pest_meta v2.7.14 |
1297 | 2024-12-17T20:42:15.954Z | Compiling scrypt v0.11.0 |
1298 | 2024-12-17T20:42:16.565Z | Compiling cbc v0.1.2 |
1299 | 2024-12-17T20:42:16.606Z | Compiling aes v0.8.4 |
1300 | 2024-12-17T20:42:16.821Z | Compiling scroll_derive v0.12.0 |
1301 | 2024-12-17T20:42:16.842Z | Compiling openssl-sys v0.9.103 |
1302 | 2024-12-17T20:42:17.989Z | Compiling bitflags v2.6.0 |
1303 | 2024-12-17T20:42:18.147Z | Compiling bytes v1.8.0 |
1304 | 2024-12-17T20:42:18.429Z | Compiling indexmap v2.6.0 |
1305 | 2024-12-17T20:42:18.473Z | Compiling semver v1.0.23 |
1306 | 2024-12-17T20:42:19.319Z | Compiling tokio v1.40.0 |
1307 | 2024-12-17T20:42:19.539Z | Compiling http v1.1.0 |
1308 | 2024-12-17T20:42:19.576Z | Compiling rustc_version v0.4.1 |
1309 | 2024-12-17T20:42:19.977Z | Compiling deranged v0.3.11 |
1310 | 2024-12-17T20:42:20.451Z | Compiling write16 v1.0.0 |
1311 | 2024-12-17T20:42:20.595Z | Compiling num_threads v0.1.7 |
1312 | 2024-12-17T20:42:20.662Z | Compiling icu_normalizer_data v1.5.0 |
1313 | 2024-12-17T20:42:20.736Z | Compiling utf16_iter v1.0.5 |
1314 | 2024-12-17T20:42:20.776Z | Compiling utf8_iter v1.0.4 |
1315 | 2024-12-17T20:42:20.947Z | Compiling atomic-waker v1.1.2 |
1316 | 2024-12-17T20:42:21.049Z | Compiling icu_normalizer v1.5.0 |
1317 | 2024-12-17T20:42:21.145Z | Compiling http-body v1.0.1 |
1318 | 2024-12-17T20:42:21.399Z | Compiling scroll v0.12.0 |
1319 | 2024-12-17T20:42:21.849Z | Compiling time v0.3.36 |
1320 | 2024-12-17T20:42:21.870Z | Compiling pkcs5 v0.7.1 |
1321 | 2024-12-17T20:42:21.933Z | Compiling pest_generator v2.7.14 |
1322 | 2024-12-17T20:42:21.971Z | Compiling form_urlencoded v1.2.1 |
1323 | 2024-12-17T20:42:22.129Z | Compiling try-lock v0.2.5 |
1324 | 2024-12-17T20:42:22.292Z | Compiling which v4.4.2 |
1325 | 2024-12-17T20:42:22.313Z | Compiling slog v2.7.0 |
1326 | 2024-12-17T20:42:23.017Z | Compiling pkcs8 v0.10.2 |
1327 | 2024-12-17T20:42:23.133Z | Compiling want v0.3.1 |
1328 | 2024-12-17T20:42:23.154Z | Compiling goblin v0.8.2 |
1329 | 2024-12-17T20:42:23.441Z | Compiling idna_adapter v1.2.0 |
1330 | 2024-12-17T20:42:23.683Z | Compiling httpdate v1.0.3 |
1331 | 2024-12-17T20:42:23.762Z | Compiling idna v1.0.3 |
1332 | 2024-12-17T20:42:24.012Z | Compiling pest_derive v2.7.14 |
1333 | 2024-12-17T20:42:24.163Z | Compiling uuid v1.11.0 |
1334 | 2024-12-17T20:42:24.731Z | Compiling toml_datetime v0.6.8 |
1335 | 2024-12-17T20:42:24.863Z | Compiling dtrace-parser v0.2.0 |
1336 | 2024-12-17T20:42:25.296Z | Compiling serde_tokenstream v0.2.2 |
1337 | 2024-12-17T20:42:25.661Z | Compiling serde_spanned v0.6.8 |
1338 | 2024-12-17T20:42:25.792Z | Compiling base64 v0.22.1 |
1339 | 2024-12-17T20:42:25.905Z | Compiling rustversion v1.0.17 |
1340 | 2024-12-17T20:42:25.933Z | Compiling foreign-types-shared v0.1.1 |
1341 | 2024-12-17T20:42:26.052Z | Compiling iana-time-zone v0.1.61 |
1342 | 2024-12-17T20:42:26.523Z | Compiling tower-service v0.3.3 |
1343 | 2024-12-17T20:42:26.574Z | Compiling adler2 v2.0.0 |
1344 | 2024-12-17T20:42:26.628Z | Compiling match_cfg v0.1.0 |
1345 | 2024-12-17T20:42:26.660Z | Compiling openssl v0.10.66 |
1346 | 2024-12-17T20:42:26.734Z | Compiling hostname v0.3.1 |
1347 | 2024-12-17T20:42:26.793Z | Compiling miniz_oxide v0.8.0 |
1348 | 2024-12-17T20:42:27.079Z | Compiling chrono v0.4.38 |
1349 | 2024-12-17T20:42:27.130Z | Compiling foreign-types v0.3.2 |
1350 | 2024-12-17T20:42:27.133Z | Compiling url v2.5.3 |
1351 | 2024-12-17T20:42:27.365Z | Compiling openssl-macros v0.1.1 |
1352 | 2024-12-17T20:42:28.188Z | Compiling tokio-util v0.7.12 |
1353 | 2024-12-17T20:42:28.413Z | Compiling async-trait v0.1.83 |
1354 | 2024-12-17T20:42:28.678Z | Compiling dirs-sys-next v0.1.2 |
1355 | 2024-12-17T20:42:29.253Z | Compiling dof v0.3.0 |
1356 | 2024-12-17T20:42:29.385Z | Compiling h2 v0.4.6 |
1357 | 2024-12-17T20:42:29.749Z | Compiling data-encoding v2.6.0 |
1358 | 2024-12-17T20:42:30.926Z | Compiling usdt-impl v0.5.0 |
1359 | 2024-12-17T20:42:31.326Z | Compiling native-tls v0.2.12 |
1360 | 2024-12-17T20:42:31.599Z | Compiling rustls v0.22.4 |
1361 | 2024-12-17T20:42:31.657Z | Compiling syn v1.0.109 |
1362 | 2024-12-17T20:42:31.857Z | Compiling siphasher v0.3.11 |
1363 | 2024-12-17T20:42:32.200Z | Compiling rustls v0.23.19 |
1364 | 2024-12-17T20:42:32.368Z | Compiling dirs-next v2.0.0 |
1365 | 2024-12-17T20:42:32.546Z | Compiling http-body-util v0.1.2 |
1366 | 2024-12-17T20:42:32.586Z | Compiling crossbeam-epoch v0.9.18 |
1367 | 2024-12-17T20:42:33.119Z | Compiling heapless v0.7.17 |
1368 | 2024-12-17T20:42:33.401Z | Compiling sha1 v0.10.6 |
1369 | 2024-12-17T20:42:33.582Z | Compiling signature v2.2.0 |
1370 | 2024-12-17T20:42:33.844Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1371 | 2024-12-17T20:42:33.894Z | Compiling serde_derive_internals v0.29.1 |
1372 | 2024-12-17T20:42:34.014Z | Compiling thread_local v1.1.8 |
1373 | 2024-12-17T20:42:34.034Z | Compiling encoding_rs v0.8.34 |
1374 | 2024-12-17T20:42:34.385Z | Compiling multer v3.1.0 |
1375 | 2024-12-17T20:42:34.590Z | Compiling cookie v0.18.1 |
1376 | 2024-12-17T20:42:34.663Z | Compiling openssl-probe v0.1.5 |
1377 | 2024-12-17T20:42:34.875Z | Compiling slog-async v2.8.0 |
1378 | 2024-12-17T20:42:35.062Z | Compiling ipnet v2.10.1 |
1379 | 2024-12-17T20:42:35.434Z | Compiling mime v0.3.17 |
1380 | 2024-12-17T20:42:35.598Z | Compiling rayon-core v1.12.1 |
1381 | 2024-12-17T20:42:35.888Z | Compiling unicode-properties v0.1.3 |
1382 | 2024-12-17T20:42:36.053Z | Compiling gimli v0.31.1 |
1383 | 2024-12-17T20:42:36.310Z | Compiling schemars v0.8.21 |
1384 | 2024-12-17T20:42:36.382Z | Compiling signal-hook v0.3.17 |
1385 | 2024-12-17T20:42:36.652Z | Compiling hyper v1.5.0 |
1386 | 2024-12-17T20:42:36.739Z | Compiling toml_edit v0.22.22 |
1387 | 2024-12-17T20:42:36.802Z | Compiling schemars_derive v0.8.21 |
1388 | 2024-12-17T20:42:39.288Z | Compiling hyper-util v0.1.10 |
1389 | 2024-12-17T20:42:40.429Z | Compiling stringprep v0.1.5 |
1390 | 2024-12-17T20:42:40.986Z | Compiling addr2line v0.24.2 |
1391 | 2024-12-17T20:42:41.292Z | Compiling usdt-macro v0.5.0 |
1392 | 2024-12-17T20:42:41.553Z | Compiling usdt-attr-macro v0.5.0 |
1393 | 2024-12-17T20:42:41.719Z | Compiling crossbeam-deque v0.8.5 |
1394 | 2024-12-17T20:42:41.745Z | Compiling term v0.7.0 |
1395 | 2024-12-17T20:42:42.423Z | Compiling slog-json v2.6.1 |
1396 | 2024-12-17T20:42:42.543Z | Compiling serde_urlencoded v0.7.1 |
1397 | 2024-12-17T20:42:42.741Z | Compiling crossbeam-channel v0.5.13 |
1398 | 2024-12-17T20:42:42.803Z | Compiling curve25519-dalek v4.1.3 |
1399 | 2024-12-17T20:42:43.099Z | Compiling futures-executor v0.3.31 |
1400 | 2024-12-17T20:42:43.231Z | Compiling enum-as-inner v0.6.1 |
1401 | 2024-12-17T20:42:43.278Z | Compiling md-5 v0.10.6 |
1402 | 2024-12-17T20:42:43.447Z | Compiling rustls-pemfile v2.2.0 |
1403 | 2024-12-17T20:42:43.569Z | Compiling async-stream-impl v0.3.6 |
1404 | 2024-12-17T20:42:43.687Z | Compiling num-integer v0.1.46 |
1405 | 2024-12-17T20:42:43.789Z | Compiling idna v0.3.0 |
1406 | 2024-12-17T20:42:43.865Z | Compiling idna v0.4.0 |
1407 | 2024-12-17T20:42:44.404Z | Compiling hash32 v0.2.1 |
1408 | 2024-12-17T20:42:44.540Z | Compiling ff v0.13.0 |
1409 | 2024-12-17T20:42:44.782Z | Compiling is-terminal v0.4.13 |
1410 | 2024-12-17T20:42:44.804Z | Compiling dropshot v0.12.0 |
1411 | 2024-12-17T20:42:44.937Z | Compiling object v0.36.5 |
1412 | 2024-12-17T20:42:45.072Z | Compiling psl-types v2.0.11 |
1413 | 2024-12-17T20:42:45.103Z | Compiling take_mut v0.2.2 |
1414 | 2024-12-17T20:42:45.265Z | Compiling smoltcp v0.9.1 |
1415 | 2024-12-17T20:42:45.289Z | Compiling dyn-clone v1.0.17 |
1416 | 2024-12-17T20:42:45.456Z | Compiling portable-atomic v1.9.0 |
1417 | 2024-12-17T20:42:45.521Z | Compiling utf-8 v0.7.6 |
1418 | 2024-12-17T20:42:45.604Z | Compiling fallible-iterator v0.2.0 |
1419 | 2024-12-17T20:42:45.692Z | Compiling linked-hash-map v0.5.6 |
1420 | 2024-12-17T20:42:45.855Z | Compiling base16ct v0.2.0 |
1421 | 2024-12-17T20:42:45.987Z | Compiling quick-error v1.2.3 |
1422 | 2024-12-17T20:42:46.053Z | Compiling num-bigint-dig v0.8.4 |
1423 | 2024-12-17T20:42:46.150Z | Compiling anyhow v1.0.93 |
1424 | 2024-12-17T20:42:46.195Z | Compiling rustc-demangle v0.1.24 |
1425 | 2024-12-17T20:42:46.339Z | Compiling postgres-protocol v0.6.7 |
1426 | 2024-12-17T20:42:46.394Z | Compiling resolv-conf v0.7.0 |
1427 | 2024-12-17T20:42:46.655Z | Compiling sec1 v0.7.3 |
1428 | 2024-12-17T20:42:47.176Z | Compiling lru-cache v0.1.2 |
1429 | 2024-12-17T20:42:47.247Z | Compiling tungstenite v0.24.0 |
1430 | 2024-12-17T20:42:47.265Z | Compiling publicsuffix v2.2.3 |
1431 | 2024-12-17T20:42:47.647Z | Compiling async-stream v0.3.6 |
1432 | 2024-12-17T20:42:47.726Z | Compiling slog-term v2.9.1 |
1433 | 2024-12-17T20:42:47.969Z | Compiling hickory-proto v0.24.1 |
1434 | 2024-12-17T20:42:48.712Z | Compiling usdt v0.5.0 |
1435 | 2024-12-17T20:42:49.062Z | Compiling group v0.13.0 |
1436 | 2024-12-17T20:42:49.420Z | Compiling num-iter v0.1.45 |
1437 | 2024-12-17T20:42:49.704Z | Compiling futures v0.3.31 |
1438 | 2024-12-17T20:42:49.738Z | Compiling slog-bunyan v2.5.0 |
1439 | 2024-12-17T20:42:51.175Z | Compiling camino v1.1.9 |
1440 | 2024-12-17T20:42:51.301Z | Compiling toml v0.8.19 |
1441 | 2024-12-17T20:42:51.727Z | Compiling tokio-native-tls v0.3.1 |
1442 | 2024-12-17T20:42:52.026Z | Compiling phf_shared v0.11.2 |
1443 | 2024-12-17T20:42:52.164Z | Compiling dropshot_endpoint v0.12.0 |
1444 | 2024-12-17T20:42:52.435Z | Compiling backtrace v0.3.74 |
1445 | 2024-12-17T20:42:52.925Z | Compiling terminal_size v0.4.0 |
1446 | 2024-12-17T20:42:53.123Z | Compiling waitgroup v0.1.2 |
1447 | 2024-12-17T20:42:53.156Z | Compiling openapiv3 v2.0.0 |
1448 | 2024-12-17T20:42:53.185Z | Compiling serde_path_to_error v0.1.16 |
1449 | 2024-12-17T20:42:53.355Z | Compiling hkdf v0.12.4 |
1450 | 2024-12-17T20:42:53.635Z | Compiling crypto-bigint v0.5.5 |
1451 | 2024-12-17T20:42:54.070Z | Compiling webpki-roots v0.26.6 |
1452 | 2024-12-17T20:42:54.316Z | Compiling curve25519-dalek-derive v0.1.1 |
1453 | 2024-12-17T20:42:55.986Z | Compiling zerocopy-derive v0.6.6 |
1454 | 2024-12-17T20:42:56.278Z | Compiling idna v0.5.0 |
1455 | 2024-12-17T20:42:56.812Z | Compiling hubpack_derive v0.1.1 |
1456 | 2024-12-17T20:42:57.099Z | Compiling hostname v0.4.0 |
1457 | 2024-12-17T20:42:57.377Z | Compiling fs-err v2.11.0 |
1458 | 2024-12-17T20:42:57.686Z | Compiling ahash v0.8.11 |
1459 | 2024-12-17T20:42:57.781Z | Compiling crc32fast v1.4.2 |
1460 | 2024-12-17T20:42:57.803Z | Compiling debug-ignore v1.0.5 |
1461 | 2024-12-17T20:42:57.953Z | Compiling winnow v0.5.40 |
1462 | 2024-12-17T20:42:57.974Z | Compiling bitflags v1.3.2 |
1463 | 2024-12-17T20:42:58.038Z | Compiling managed v0.8.0 |
1464 | 2024-12-17T20:42:58.080Z | Compiling clap_builder v4.5.21 |
1465 | 2024-12-17T20:42:58.116Z | Compiling strum_macros v0.25.3 |
1466 | 2024-12-17T20:42:58.287Z | Compiling zerocopy v0.6.6 |
1467 | 2024-12-17T20:42:58.638Z | Compiling console v0.15.8 |
1468 | 2024-12-17T20:42:59.246Z | Compiling flate2 v1.0.34 |
1469 | 2024-12-17T20:43:00.178Z | Compiling hubpack v0.1.2 |
1470 | 2024-12-17T20:43:00.401Z | Compiling cookie_store v0.21.0 |
1471 | 2024-12-17T20:43:00.463Z | Compiling elliptic-curve v0.13.8 |
1472 | 2024-12-17T20:43:00.741Z | Compiling hickory-resolver v0.24.1 |
1473 | 2024-12-17T20:43:01.994Z | Compiling toml_edit v0.19.15 |
1474 | 2024-12-17T20:43:02.066Z | Compiling phf v0.11.2 |
1475 | 2024-12-17T20:43:02.299Z | Compiling signal-hook-mio v0.2.4 |
1476 | 2024-12-17T20:43:02.351Z | Compiling hyper-tls v0.6.0 |
1477 | 2024-12-17T20:43:02.473Z | Compiling rayon v1.10.0 |
1478 | 2024-12-17T20:43:02.524Z | Compiling bzip2 v0.4.4 |
1479 | 2024-12-17T20:43:02.956Z | Compiling tokio-tungstenite v0.24.0 |
1480 | 2024-12-17T20:43:03.552Z | Compiling postgres-types v0.2.8 |
1481 | 2024-12-17T20:43:06.613Z | Compiling ed25519 v2.2.3 |
1482 | 2024-12-17T20:43:07.584Z | Compiling phf_shared v0.10.0 |
1483 | 2024-12-17T20:43:07.862Z | Compiling tokio-stream v0.1.16 |
1484 | 2024-12-17T20:43:07.957Z | Compiling pkcs1 v0.7.5 |
1485 | 2024-12-17T20:43:08.032Z | Compiling serde-big-array v0.5.1 |
1486 | 2024-12-17T20:43:08.279Z | Compiling clap_derive v4.5.18 |
1487 | 2024-12-17T20:43:08.622Z | Compiling rfc6979 v0.4.0 |
1488 | 2024-12-17T20:43:08.820Z | Compiling derive-where v1.2.7 |
1489 | 2024-12-17T20:43:08.977Z | Compiling serde_repr v0.1.19 |
1490 | 2024-12-17T20:43:09.003Z | Compiling float-cmp v0.9.0 |
1491 | 2024-12-17T20:43:09.179Z | Compiling bstr v1.10.0 |
1492 | 2024-12-17T20:43:09.235Z | Compiling sync_wrapper v1.0.1 |
1493 | 2024-12-17T20:43:09.405Z | Compiling unicode-width v0.2.0 |
1494 | 2024-12-17T20:43:09.965Z | Compiling unicode-segmentation v1.12.0 |
1495 | 2024-12-17T20:43:10.224Z | Compiling new_debug_unreachable v1.0.6 |
1496 | 2024-12-17T20:43:10.331Z | Compiling static_assertions v1.1.0 |
1497 | 2024-12-17T20:43:10.434Z | Compiling normalize-line-endings v0.3.0 |
1498 | 2024-12-17T20:43:10.455Z | Compiling precomputed-hash v0.1.1 |
1499 | 2024-12-17T20:43:10.572Z | Compiling difflib v0.4.0 |
1500 | 2024-12-17T20:43:10.593Z | Compiling whoami v1.5.2 |
1501 | 2024-12-17T20:43:10.905Z | Compiling predicates-core v1.0.8 |
1502 | 2024-12-17T20:43:11.074Z | Compiling bit-vec v0.6.3 |
1503 | 2024-12-17T20:43:11.261Z | Compiling number_prefix v0.4.0 |
1504 | 2024-12-17T20:43:11.281Z | Compiling fixedbitset v0.4.2 |
1505 | 2024-12-17T20:43:11.505Z | Compiling indicatif v0.17.9 |
1506 | 2024-12-17T20:43:11.571Z | Compiling bit-set v0.5.3 |
1507 | 2024-12-17T20:43:11.783Z | Compiling petgraph v0.6.5 |
1508 | 2024-12-17T20:43:11.873Z | Compiling predicates v3.1.2 |
1509 | 2024-12-17T20:43:12.301Z | Compiling tokio-postgres v0.7.12 |
1510 | 2024-12-17T20:43:12.627Z | Compiling similar v2.6.0 |
1511 | 2024-12-17T20:43:13.615Z | Compiling clap v4.5.21 |
1512 | 2024-12-17T20:43:13.733Z | Compiling string_cache v0.8.7 |
1513 | 2024-12-17T20:43:13.756Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1514 | 2024-12-17T20:43:13.871Z | Compiling ecdsa v0.16.9 |
1515 | 2024-12-17T20:43:14.274Z | Compiling rsa v0.9.6 |
1516 | 2024-12-17T20:43:14.789Z | Compiling ed25519-dalek v2.1.1 |
1517 | 2024-12-17T20:43:15.199Z | Compiling toml v0.7.8 |
1518 | 2024-12-17T20:43:16.066Z | Compiling zip v0.6.6 |
1519 | 2024-12-17T20:43:16.132Z | Compiling crossterm v0.28.1 |
1520 | 2024-12-17T20:43:17.961Z | Compiling hex v0.4.3 |
1521 | 2024-12-17T20:43:18.092Z | Compiling x509-cert v0.2.5 |
1522 | 2024-12-17T20:43:18.287Z | Compiling lalrpop-util v0.19.12 |
1523 | 2024-12-17T20:43:18.424Z | Compiling unicode-xid v0.2.6 |
1524 | 2024-12-17T20:43:18.582Z | Compiling peg-runtime v0.8.3 |
1525 | 2024-12-17T20:43:18.609Z | Compiling strum_macros v0.26.4 |
1526 | 2024-12-17T20:43:18.655Z | Compiling xattr v1.3.1 |
1527 | 2024-12-17T20:43:18.946Z | Compiling filetime v0.2.25 |
1528 | 2024-12-17T20:43:19.284Z | Compiling tar v0.4.42 |
1529 | 2024-12-17T20:43:24.068Z | Compiling strum v0.26.3 |
1530 | 2024-12-17T20:43:27.281Z | Compiling aws-lc-sys v0.22.0 |
1531 | 2024-12-17T20:43:56.495Z | Compiling rustls-webpki v0.102.8 |
1532 | 2024-12-17T20:44:00.160Z | Compiling tokio-rustls v0.25.0 |
1533 | 2024-12-17T20:44:01.796Z | Compiling tokio-rustls v0.26.0 |
1534 | 2024-12-17T20:44:02.252Z | Compiling hyper-rustls v0.27.3 |
1535 | 2024-12-17T20:44:02.575Z | Compiling reqwest v0.12.9 |
1536 | 2024-12-17T20:44:03.806Z | Compiling qorb v0.2.1 |
1537 | 2024-12-17T20:44:08.820Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1538 | 2024-12-17T20:44:09.082Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1539 | 2024-12-17T20:44:15.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
1540 | 2024-12-17T20:44:15.321Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1541 | 2024-12-17T20:44:15.375Z | Dec 17 20:44:13.873 INFO Starting download, target: Cockroach |
1542 | 2024-12-17T20:44:15.375Z | Dec 17 20:44:13.873 INFO Starting download, target: Clickhouse |
1543 | 2024-12-17T20:44:15.375Z | Dec 17 20:44:13.873 INFO Starting download, target: Console |
1544 | 2024-12-17T20:44:15.377Z | Dec 17 20:44:13.873 INFO Starting download, target: DendriteOpenapi |
1545 | 2024-12-17T20:44:15.377Z | Dec 17 20:44:13.873 INFO Starting download, target: DendriteStub |
1546 | 2024-12-17T20:44:15.377Z | Dec 17 20:44:13.873 INFO Starting download, target: MaghemiteMgd |
1547 | 2024-12-17T20:44:15.377Z | Dec 17 20:44:13.873 INFO Starting download, target: TransceiverControl |
1548 | 2024-12-17T20:44:15.377Z | Dec 17 20:44:13.874 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1549 | 2024-12-17T20:44:15.378Z | Dec 17 20:44:13.874 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1550 | 2024-12-17T20:44:15.378Z | Dec 17 20:44:13.874 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1551 | 2024-12-17T20:44:15.378Z | Dec 17 20:44:13.874 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1552 | 2024-12-17T20:44:15.378Z | Dec 17 20:44:13.874 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1553 | 2024-12-17T20:44:15.378Z | Dec 17 20:44:13.874 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1554 | 2024-12-17T20:44:15.378Z | Dec 17 20:44:13.874 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1555 | 2024-12-17T20:44:15.515Z | Dec 17 20:44:14.012 INFO Download complete, target: DendriteOpenapi |
1556 | 2024-12-17T20:44:15.640Z | Dec 17 20:44:14.136 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1557 | 2024-12-17T20:44:15.877Z | Dec 17 20:44:14.353 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1558 | 2024-12-17T20:44:16.200Z | Dec 17 20:44:14.692 INFO Download complete, target: Console |
1559 | 2024-12-17T20:44:16.257Z | Dec 17 20:44:14.753 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1560 | 2024-12-17T20:44:16.339Z | Dec 17 20:44:14.837 INFO Download complete, target: TransceiverControl |
1561 | 2024-12-17T20:44:16.385Z | Dec 17 20:44:14.882 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1562 | 2024-12-17T20:44:17.106Z | Dec 17 20:44:15.603 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1563 | 2024-12-17T20:44:17.106Z | Dec 17 20:44:15.603 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1564 | 2024-12-17T20:44:17.760Z | Dec 17 20:44:16.258 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1565 | 2024-12-17T20:44:19.192Z | Dec 17 20:44:17.689 INFO Download complete, target: MaghemiteMgd |
1566 | 2024-12-17T20:44:19.292Z | Dec 17 20:44:17.790 INFO Download complete, target: DendriteStub |
1567 | 2024-12-17T20:44:24.676Z | Dec 17 20:44:23.170 INFO Checking that binary works, target: Cockroach |
1568 | 2024-12-17T20:44:24.837Z | Dec 17 20:44:23.334 INFO Download complete, target: Cockroach |
1569 | 2024-12-17T20:44:30.407Z | Dec 17 20:44:28.894 INFO Checking that binary works, target: Clickhouse |
1570 | 2024-12-17T20:44:30.522Z | Dec 17 20:44:29.017 INFO Download complete, target: Clickhouse |
1571 | 2024-12-17T20:44:30.543Z | All builder prerequisites installed successfully, and PATH looks valid |
1572 | 2024-12-17T20:44:30.545Z | |
1573 | 2024-12-17T20:44:30.546Z | real 5:00.722859468 |
1574 | 2024-12-17T20:44:30.546Z | user 17:07.212421358 |
1575 | 2024-12-17T20:44:30.546Z | sys 3:19.772095958 |
1576 | 2024-12-17T20:44:30.546Z | trap 0.616392140 |
1577 | 2024-12-17T20:44:30.546Z | tflt 1.560758128 |
1578 | 2024-12-17T20:44:30.546Z | dflt 2.205797391 |
1579 | 2024-12-17T20:44:30.546Z | kflt 0.025776467 |
1580 | 2024-12-17T20:44:30.546Z | lock 30:49.940418818 |
1581 | 2024-12-17T20:44:30.546Z | slp 1:03:36.112414616 |
1582 | 2024-12-17T20:44:30.546Z | lat 1:00.791060859 |
1583 | 2024-12-17T20:44:30.546Z | stop 2:23.312408354 |
1584 | 2024-12-17T20:44:30.546Z | + banner hack-check |
1585 | 2024-12-17T20:44:30.548Z | |
1586 | 2024-12-17T20:44:30.548Z | # # ## #### # # #### # # ###### #### # # |
1587 | 2024-12-17T20:44:30.548Z | # # # # # # # # # # # # # # # # # |
1588 | 2024-12-17T20:44:30.548Z | ###### # # # #### ##### # ###### ##### # #### |
1589 | 2024-12-17T20:44:30.548Z | # # ###### # # # # # # # # # # |
1590 | 2024-12-17T20:44:30.548Z | # # # # # # # # # # # # # # # # # |
1591 | 2024-12-17T20:44:30.548Z | # # # # #### # # #### # # ###### #### # # |
1592 | 2024-12-17T20:44:30.549Z | |
1593 | 2024-12-17T20:44:30.549Z | + export CARGO_INCREMENTAL=0 |
1594 | 2024-12-17T20:44:30.549Z | + CARGO_INCREMENTAL=0 |
1595 | 2024-12-17T20:44:30.549Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1596 | 2024-12-17T20:44:31.109Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1597 | 2024-12-17T20:44:34.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
1598 | 2024-12-17T20:44:34.855Z | Running `target/debug/xtask check-features --ci` |
1599 | 2024-12-17T20:44:34.878Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1600 | 2024-12-17T20:44:34.879Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1601 | 2024-12-17T20:44:35.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1602 | 2024-12-17T20:44:35.374Z | Running `target/debug/xtask download cargo-hack` |
1603 | 2024-12-17T20:44:36.240Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1604 | 2024-12-17T20:44:36.589Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1605 | 2024-12-17T20:44:41.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.47s |
1606 | 2024-12-17T20:44:42.031Z | Running `target/debug/xtask-downloader cargo-hack` |
1607 | 2024-12-17T20:44:42.070Z | Dec 17 20:44:40.564 INFO Starting download, target: CargoHack |
1608 | 2024-12-17T20:44:42.073Z | Dec 17 20:44:40.565 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1609 | 2024-12-17T20:44:42.676Z | Dec 17 20:44:41.170 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1610 | 2024-12-17T20:44:42.767Z | Dec 17 20:44:41.260 INFO Download complete, target: CargoHack |
1611 | 2024-12-17T20:44:42.771Z | 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" |
1612 | 2024-12-17T20:44:42.788Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1613 | 2024-12-17T20:44:42.968Z | info: running `cargo check --bins` on api_identity (1/174) |
1614 | 2024-12-17T20:44:43.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1615 | 2024-12-17T20:44:43.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1616 | 2024-12-17T20:44:43.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1617 | 2024-12-17T20:44:43.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1618 | 2024-12-17T20:44:43.662Z | |
1619 | 2024-12-17T20:44:43.662Z | info: running `cargo check --bins` on bootstore (2/174) |
1620 | 2024-12-17T20:44:44.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1621 | 2024-12-17T20:44:44.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1622 | 2024-12-17T20:44:44.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1623 | 2024-12-17T20:44:44.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1624 | 2024-12-17T20:44:44.302Z | |
1625 | 2024-12-17T20:44:44.302Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/174) |
1626 | 2024-12-17T20:44:44.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2024-12-17T20:44:44.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2024-12-17T20:44:44.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1629 | 2024-12-17T20:44:44.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1630 | 2024-12-17T20:44:44.960Z | |
1631 | 2024-12-17T20:44:44.960Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/174) |
1632 | 2024-12-17T20:44:45.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1633 | 2024-12-17T20:44:45.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1634 | 2024-12-17T20:44:45.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1635 | 2024-12-17T20:44:45.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1636 | 2024-12-17T20:44:45.615Z | |
1637 | 2024-12-17T20:44:45.615Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/174) |
1638 | 2024-12-17T20:44:46.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1639 | 2024-12-17T20:44:46.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1640 | 2024-12-17T20:44:46.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1641 | 2024-12-17T20:44:46.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1642 | 2024-12-17T20:44:46.057Z | |
1643 | 2024-12-17T20:44:46.057Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/174) |
1644 | 2024-12-17T20:44:46.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2024-12-17T20:44:46.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2024-12-17T20:44:46.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2024-12-17T20:44:46.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1648 | 2024-12-17T20:44:46.503Z | |
1649 | 2024-12-17T20:44:46.503Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/174) |
1650 | 2024-12-17T20:44:46.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2024-12-17T20:44:46.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2024-12-17T20:44:46.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2024-12-17T20:44:46.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1654 | 2024-12-17T20:44:46.943Z | |
1655 | 2024-12-17T20:44:46.943Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/174) |
1656 | 2024-12-17T20:44:47.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2024-12-17T20:44:47.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2024-12-17T20:44:47.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2024-12-17T20:44:47.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1660 | 2024-12-17T20:44:47.397Z | |
1661 | 2024-12-17T20:44:47.397Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/174) |
1662 | 2024-12-17T20:44:47.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2024-12-17T20:44:47.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2024-12-17T20:44:47.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2024-12-17T20:44:47.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1666 | 2024-12-17T20:44:47.847Z | |
1667 | 2024-12-17T20:44:47.847Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/174) |
1668 | 2024-12-17T20:44:48.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2024-12-17T20:44:48.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2024-12-17T20:44:48.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2024-12-17T20:44:48.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1672 | 2024-12-17T20:44:48.294Z | |
1673 | 2024-12-17T20:44:48.294Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/174) |
1674 | 2024-12-17T20:44:48.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2024-12-17T20:44:48.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2024-12-17T20:44:48.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2024-12-17T20:44:48.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1678 | 2024-12-17T20:44:48.740Z | |
1679 | 2024-12-17T20:44:48.740Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/174) |
1680 | 2024-12-17T20:44:49.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2024-12-17T20:44:49.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2024-12-17T20:44:49.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2024-12-17T20:44:49.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1684 | 2024-12-17T20:44:49.192Z | |
1685 | 2024-12-17T20:44:49.192Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/174) |
1686 | 2024-12-17T20:44:49.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2024-12-17T20:44:49.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2024-12-17T20:44:49.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2024-12-17T20:44:49.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1690 | 2024-12-17T20:44:49.638Z | |
1691 | 2024-12-17T20:44:49.638Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/174) |
1692 | 2024-12-17T20:44:50.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2024-12-17T20:44:50.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2024-12-17T20:44:50.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2024-12-17T20:44:50.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1696 | 2024-12-17T20:44:50.080Z | |
1697 | 2024-12-17T20:44:50.080Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/174) |
1698 | 2024-12-17T20:44:50.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2024-12-17T20:44:50.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2024-12-17T20:44:50.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2024-12-17T20:44:50.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1702 | 2024-12-17T20:44:50.528Z | |
1703 | 2024-12-17T20:44:50.528Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/174) |
1704 | 2024-12-17T20:44:50.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2024-12-17T20:44:50.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2024-12-17T20:44:50.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2024-12-17T20:44:50.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1708 | 2024-12-17T20:44:50.969Z | |
1709 | 2024-12-17T20:44:50.969Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/174) |
1710 | 2024-12-17T20:44:51.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2024-12-17T20:44:51.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2024-12-17T20:44:51.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2024-12-17T20:44:51.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1714 | 2024-12-17T20:44:51.408Z | |
1715 | 2024-12-17T20:44:51.408Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/174) |
1716 | 2024-12-17T20:44:51.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2024-12-17T20:44:51.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2024-12-17T20:44:51.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2024-12-17T20:44:51.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1720 | 2024-12-17T20:44:51.860Z | |
1721 | 2024-12-17T20:44:51.860Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/174) |
1722 | 2024-12-17T20:44:52.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2024-12-17T20:44:52.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2024-12-17T20:44:52.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2024-12-17T20:44:52.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1726 | 2024-12-17T20:44:52.311Z | |
1727 | 2024-12-17T20:44:52.311Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/174) |
1728 | 2024-12-17T20:44:52.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2024-12-17T20:44:52.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2024-12-17T20:44:52.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2024-12-17T20:44:52.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1732 | 2024-12-17T20:44:52.757Z | |
1733 | 2024-12-17T20:44:52.757Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/174) |
1734 | 2024-12-17T20:44:53.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2024-12-17T20:44:53.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2024-12-17T20:44:53.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2024-12-17T20:44:53.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1738 | 2024-12-17T20:44:53.207Z | |
1739 | 2024-12-17T20:44:53.207Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/174) |
1740 | 2024-12-17T20:44:53.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2024-12-17T20:44:53.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2024-12-17T20:44:53.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2024-12-17T20:44:53.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1744 | 2024-12-17T20:44:53.652Z | |
1745 | 2024-12-17T20:44:53.652Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/174) |
1746 | 2024-12-17T20:44:54.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2024-12-17T20:44:54.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2024-12-17T20:44:54.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2024-12-17T20:44:54.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1750 | 2024-12-17T20:44:54.103Z | |
1751 | 2024-12-17T20:44:54.103Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/174) |
1752 | 2024-12-17T20:44:54.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2024-12-17T20:44:54.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2024-12-17T20:44:54.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2024-12-17T20:44:54.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1756 | 2024-12-17T20:44:54.545Z | |
1757 | 2024-12-17T20:44:54.545Z | info: running `cargo check --bins` on sled-hardware-types (25/174) |
1758 | 2024-12-17T20:44:55.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2024-12-17T20:44:55.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2024-12-17T20:44:55.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2024-12-17T20:44:55.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1762 | 2024-12-17T20:44:55.208Z | |
1763 | 2024-12-17T20:44:55.208Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/174) |
1764 | 2024-12-17T20:44:55.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2024-12-17T20:44:55.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2024-12-17T20:44:55.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2024-12-17T20:44:55.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1768 | 2024-12-17T20:44:55.871Z | |
1769 | 2024-12-17T20:44:55.871Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/174) |
1770 | 2024-12-17T20:44:56.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2024-12-17T20:44:56.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2024-12-17T20:44:56.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1773 | 2024-12-17T20:44:56.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1774 | 2024-12-17T20:44:56.544Z | |
1775 | 2024-12-17T20:44:56.544Z | info: running `cargo check --bins` on oxlog (28/174) |
1776 | 2024-12-17T20:44:57.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1777 | 2024-12-17T20:44:57.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1778 | 2024-12-17T20:44:57.200Z | Checking cfg-if v1.0.0 |
1779 | 2024-12-17T20:44:57.205Z | Checking libc v0.2.162 |
1780 | 2024-12-17T20:44:57.310Z | Checking serde v1.0.215 |
1781 | 2024-12-17T20:44:57.312Z | Checking zeroize v1.8.1 |
1782 | 2024-12-17T20:44:57.334Z | Checking memchr v2.7.4 |
1783 | 2024-12-17T20:44:57.345Z | Checking typenum v1.17.0 |
1784 | 2024-12-17T20:44:57.348Z | Checking scopeguard v1.2.0 |
1785 | 2024-12-17T20:44:57.371Z | Checking subtle v2.6.1 |
1786 | 2024-12-17T20:44:57.385Z | Checking value-bag v1.9.0 |
1787 | 2024-12-17T20:44:57.490Z | Checking lock_api v0.4.12 |
1788 | 2024-12-17T20:44:57.550Z | Checking smallvec v1.13.2 |
1789 | 2024-12-17T20:44:57.624Z | Checking const-oid v0.9.6 |
1790 | 2024-12-17T20:44:57.788Z | Checking log v0.4.22 |
1791 | 2024-12-17T20:44:57.898Z | Checking itoa v1.0.11 |
1792 | 2024-12-17T20:44:57.917Z | Checking pin-project-lite v0.2.14 |
1793 | 2024-12-17T20:44:58.042Z | Checking byteorder v1.5.0 |
1794 | 2024-12-17T20:44:58.098Z | Checking futures-core v0.3.31 |
1795 | 2024-12-17T20:44:58.242Z | Checking once_cell v1.20.2 |
1796 | 2024-12-17T20:44:58.288Z | Checking cpufeatures v0.2.14 |
1797 | 2024-12-17T20:44:58.336Z | Checking futures-sink v0.3.31 |
1798 | 2024-12-17T20:44:58.381Z | Checking stable_deref_trait v1.2.0 |
1799 | 2024-12-17T20:44:58.462Z | Checking spin v0.9.8 |
1800 | 2024-12-17T20:44:58.481Z | Checking zerocopy v0.7.35 |
1801 | 2024-12-17T20:44:58.494Z | Checking getrandom v0.2.15 |
1802 | 2024-12-17T20:44:58.496Z | Checking signal-hook-registry v1.4.2 |
1803 | 2024-12-17T20:44:58.541Z | Checking parking_lot_core v0.9.10 |
1804 | 2024-12-17T20:44:58.692Z | Checking generic-array v0.14.7 |
1805 | 2024-12-17T20:44:58.714Z | Checking rand_core v0.6.4 |
1806 | 2024-12-17T20:44:58.749Z | Checking mio v1.0.2 |
1807 | 2024-12-17T20:44:58.846Z | Checking socket2 v0.5.7 |
1808 | 2024-12-17T20:44:58.900Z | Checking parking_lot v0.12.3 |
1809 | 2024-12-17T20:44:59.031Z | Checking zerofrom v0.1.4 |
1810 | 2024-12-17T20:44:59.261Z | Checking slab v0.4.9 |
1811 | 2024-12-17T20:44:59.277Z | Checking yoke v0.7.4 |
1812 | 2024-12-17T20:44:59.346Z | Checking futures-channel v0.3.31 |
1813 | 2024-12-17T20:44:59.363Z | Checking pin-utils v0.1.0 |
1814 | 2024-12-17T20:44:59.450Z | Checking equivalent v1.0.1 |
1815 | 2024-12-17T20:44:59.513Z | Checking futures-task v0.3.31 |
1816 | 2024-12-17T20:44:59.516Z | Checking foldhash v0.1.3 |
1817 | 2024-12-17T20:44:59.552Z | Checking allocator-api2 v0.2.18 |
1818 | 2024-12-17T20:44:59.617Z | Checking futures-io v0.3.31 |
1819 | 2024-12-17T20:44:59.693Z | Checking zerovec v0.10.4 |
1820 | 2024-12-17T20:44:59.734Z | Checking ryu v1.0.18 |
1821 | 2024-12-17T20:44:59.750Z | Checking tinyvec_macros v0.1.1 |
1822 | 2024-12-17T20:44:59.876Z | Checking futures-util v0.3.31 |
1823 | 2024-12-17T20:44:59.954Z | Checking tinyvec v1.8.0 |
1824 | 2024-12-17T20:44:59.954Z | Checking crypto-common v0.1.6 |
1825 | 2024-12-17T20:45:00.033Z | Checking block-buffer v0.10.4 |
1826 | 2024-12-17T20:45:00.033Z | Checking block-padding v0.3.3 |
1827 | 2024-12-17T20:45:00.070Z | Checking fnv v1.0.7 |
1828 | 2024-12-17T20:45:00.184Z | Checking digest v0.10.7 |
1829 | 2024-12-17T20:45:00.237Z | Checking libm v0.2.8 |
1830 | 2024-12-17T20:45:00.237Z | Checking inout v0.1.3 |
1831 | 2024-12-17T20:45:00.283Z | Checking hashbrown v0.15.1 |
1832 | 2024-12-17T20:45:00.455Z | Checking cipher v0.4.4 |
1833 | 2024-12-17T20:45:00.527Z | Checking hmac v0.12.1 |
1834 | 2024-12-17T20:45:00.726Z | Checking sha2 v0.10.8 |
1835 | 2024-12-17T20:45:00.828Z | Checking litemap v0.7.3 |
1836 | 2024-12-17T20:45:01.061Z | Checking unicode-bidi v0.3.17 |
1837 | 2024-12-17T20:45:01.170Z | Checking base64ct v1.6.0 |
1838 | 2024-12-17T20:45:01.188Z | Checking unicode-normalization v0.1.24 |
1839 | 2024-12-17T20:45:01.313Z | Checking writeable v0.5.5 |
1840 | 2024-12-17T20:45:01.393Z | Checking num-traits v0.2.19 |
1841 | 2024-12-17T20:45:01.409Z | Checking tinystr v0.7.6 |
1842 | 2024-12-17T20:45:01.619Z | Checking pem-rfc7468 v0.7.0 |
1843 | 2024-12-17T20:45:01.636Z | Checking ppv-lite86 v0.2.20 |
1844 | 2024-12-17T20:45:01.722Z | Checking flagset v0.4.6 |
1845 | 2024-12-17T20:45:01.798Z | Checking icu_locid v1.5.0 |
1846 | 2024-12-17T20:45:01.891Z | Checking tracing-core v0.1.32 |
1847 | 2024-12-17T20:45:01.907Z | Checking der v0.7.9 |
1848 | 2024-12-17T20:45:02.106Z | Checking thiserror v1.0.69 |
1849 | 2024-12-17T20:45:02.246Z | Checking rustls-pki-types v1.10.0 |
1850 | 2024-12-17T20:45:02.450Z | Checking rand_chacha v0.3.1 |
1851 | 2024-12-17T20:45:02.474Z | Checking bytes v1.8.0 |
1852 | 2024-12-17T20:45:02.545Z | Checking indexmap v2.6.0 |
1853 | 2024-12-17T20:45:02.849Z | Checking serde_json v1.0.132 |
1854 | 2024-12-17T20:45:02.865Z | Checking bitflags v2.6.0 |
1855 | 2024-12-17T20:45:02.901Z | Checking icu_provider v1.5.0 |
1856 | 2024-12-17T20:45:03.122Z | Checking icu_locid_transform_data v1.5.0 |
1857 | 2024-12-17T20:45:03.162Z | Checking percent-encoding v2.3.1 |
1858 | 2024-12-17T20:45:03.222Z | Checking rand v0.8.5 |
1859 | 2024-12-17T20:45:03.287Z | Checking tokio v1.40.0 |
1860 | 2024-12-17T20:45:03.370Z | Checking http v1.1.0 |
1861 | 2024-12-17T20:45:03.576Z | Checking icu_locid_transform v1.5.0 |
1862 | 2024-12-17T20:45:03.747Z | Checking spki v0.7.3 |
1863 | 2024-12-17T20:45:03.827Z | Checking tracing v0.1.40 |
1864 | 2024-12-17T20:45:04.054Z | Checking icu_collections v1.5.0 |
1865 | 2024-12-17T20:45:04.215Z | Checking salsa20 v0.10.2 |
1866 | 2024-12-17T20:45:04.440Z | Checking pbkdf2 v0.12.2 |
1867 | 2024-12-17T20:45:04.588Z | Checking aws-lc-sys v0.22.0 |
1868 | 2024-12-17T20:45:04.604Z | Checking httparse v1.9.5 |
1869 | 2024-12-17T20:45:04.606Z | Checking icu_properties_data v1.5.0 |
1870 | 2024-12-17T20:45:04.632Z | Checking untrusted v0.9.0 |
1871 | 2024-12-17T20:45:04.735Z | Checking powerfmt v0.2.0 |
1872 | 2024-12-17T20:45:04.760Z | Checking mirai-annotations v1.12.0 |
1873 | 2024-12-17T20:45:04.778Z | Checking untrusted v0.7.1 |
1874 | 2024-12-17T20:45:04.856Z | Checking icu_properties v1.5.1 |
1875 | 2024-12-17T20:45:04.938Z | Checking ring v0.17.8 |
1876 | 2024-12-17T20:45:04.956Z | Checking scrypt v0.11.0 |
1877 | 2024-12-17T20:45:04.988Z | Checking deranged v0.3.11 |
1878 | 2024-12-17T20:45:05.029Z | Checking aes v0.8.4 |
1879 | 2024-12-17T20:45:05.067Z | Checking cbc v0.1.2 |
1880 | 2024-12-17T20:45:05.170Z | Checking crossbeam-utils v0.8.20 |
1881 | 2024-12-17T20:45:05.271Z | Checking num-conv v0.1.0 |
1882 | 2024-12-17T20:45:05.527Z | Checking icu_normalizer_data v1.5.0 |
1883 | 2024-12-17T20:45:05.619Z | Checking write16 v1.0.0 |
1884 | 2024-12-17T20:45:05.748Z | Checking utf16_iter v1.0.5 |
1885 | 2024-12-17T20:45:05.911Z | Checking atomic-waker v1.1.2 |
1886 | 2024-12-17T20:45:05.926Z | Checking utf8_iter v1.0.4 |
1887 | 2024-12-17T20:45:05.955Z | Checking time-core v0.1.2 |
1888 | 2024-12-17T20:45:06.038Z | Checking num_threads v0.1.7 |
1889 | 2024-12-17T20:45:06.116Z | Checking pkcs5 v0.7.1 |
1890 | 2024-12-17T20:45:06.129Z | Checking http-body v1.0.1 |
1891 | 2024-12-17T20:45:06.159Z | Checking form_urlencoded v1.2.1 |
1892 | 2024-12-17T20:45:06.339Z | Checking try-lock v0.2.5 |
1893 | 2024-12-17T20:45:06.370Z | Checking httpdate v1.0.3 |
1894 | 2024-12-17T20:45:06.477Z | Checking want v0.3.1 |
1895 | 2024-12-17T20:45:06.611Z | Checking unicode-ident v1.0.13 |
1896 | 2024-12-17T20:45:06.666Z | Checking uuid v1.11.0 |
1897 | 2024-12-17T20:45:06.678Z | Checking pkcs8 v0.10.2 |
1898 | 2024-12-17T20:45:06.776Z | Checking proc-macro2 v1.0.89 |
1899 | 2024-12-17T20:45:06.826Z | Checking time v0.3.36 |
1900 | 2024-12-17T20:45:06.829Z | Checking toml_datetime v0.6.8 |
1901 | 2024-12-17T20:45:06.988Z | Checking serde_spanned v0.6.8 |
1902 | 2024-12-17T20:45:07.138Z | Checking slog v2.7.0 |
1903 | 2024-12-17T20:45:07.186Z | Checking aws-lc-rs v1.10.0 |
1904 | 2024-12-17T20:45:07.189Z | Checking scroll v0.12.0 |
1905 | 2024-12-17T20:45:07.269Z | Checking ucd-trie v0.1.7 |
1906 | 2024-12-17T20:45:07.470Z | Checking match_cfg v0.1.0 |
1907 | 2024-12-17T20:45:07.500Z | Checking adler2 v2.0.0 |
1908 | 2024-12-17T20:45:07.559Z | Checking plain v0.2.3 |
1909 | 2024-12-17T20:45:07.626Z | Checking base64 v0.22.1 |
1910 | 2024-12-17T20:45:07.649Z | Checking tower-service v0.3.3 |
1911 | 2024-12-17T20:45:07.687Z | Checking iana-time-zone v0.1.61 |
1912 | 2024-12-17T20:45:07.713Z | Checking foreign-types-shared v0.1.1 |
1913 | 2024-12-17T20:45:07.771Z | Checking goblin v0.8.2 |
1914 | 2024-12-17T20:45:07.823Z | Checking foreign-types v0.3.2 |
1915 | 2024-12-17T20:45:07.845Z | Checking chrono v0.4.38 |
1916 | 2024-12-17T20:45:07.919Z | Checking miniz_oxide v0.8.0 |
1917 | 2024-12-17T20:45:08.102Z | Checking hostname v0.3.1 |
1918 | 2024-12-17T20:45:08.226Z | Checking icu_normalizer v1.5.0 |
1919 | 2024-12-17T20:45:08.242Z | Checking quote v1.0.37 |
1920 | 2024-12-17T20:45:08.578Z | Checking pest v2.7.14 |
1921 | 2024-12-17T20:45:08.663Z | Checking openssl-sys v0.9.103 |
1922 | 2024-12-17T20:45:09.016Z | Checking idna_adapter v1.2.0 |
1923 | 2024-12-17T20:45:09.127Z | Checking rustls-webpki v0.102.8 |
1924 | 2024-12-17T20:45:09.219Z | Checking idna v1.0.3 |
1925 | 2024-12-17T20:45:09.440Z | Checking errno v0.3.9 |
1926 | 2024-12-17T20:45:09.618Z | Checking dirs-sys-next v0.1.2 |
1927 | 2024-12-17T20:45:09.746Z | Checking url v2.5.3 |
1928 | 2024-12-17T20:45:09.792Z | Checking aho-corasick v1.1.3 |
1929 | 2024-12-17T20:45:09.962Z | Checking pretty-hex v0.4.1 |
1930 | 2024-12-17T20:45:10.001Z | Checking data-encoding v2.6.0 |
1931 | 2024-12-17T20:45:10.026Z | Checking siphasher v0.3.11 |
1932 | 2024-12-17T20:45:10.139Z | Checking regex-syntax v0.8.5 |
1933 | 2024-12-17T20:45:10.318Z | Checking openssl v0.10.66 |
1934 | 2024-12-17T20:45:10.623Z | Checking dirs-next v2.0.0 |
1935 | 2024-12-17T20:45:10.696Z | Checking rustix v0.38.37 |
1936 | 2024-12-17T20:45:10.766Z | Checking syn v2.0.87 |
1937 | 2024-12-17T20:45:10.937Z | Checking tokio-util v0.7.12 |
1938 | 2024-12-17T20:45:11.146Z | Checking dtrace-parser v0.2.0 |
1939 | 2024-12-17T20:45:11.469Z | Checking http-body-util v0.1.2 |
1940 | 2024-12-17T20:45:11.624Z | Checking crossbeam-epoch v0.9.18 |
1941 | 2024-12-17T20:45:11.871Z | Checking h2 v0.4.6 |
1942 | 2024-12-17T20:45:11.940Z | Checking sha1 v0.10.6 |
1943 | 2024-12-17T20:45:12.082Z | Checking signature v2.2.0 |
1944 | 2024-12-17T20:45:12.246Z | Checking lazy_static v1.5.0 |
1945 | 2024-12-17T20:45:12.294Z | Checking thread_local v1.1.8 |
1946 | 2024-12-17T20:45:12.374Z | Checking thread-id v4.2.2 |
1947 | 2024-12-17T20:45:12.482Z | Checking encoding_rs v0.8.34 |
1948 | 2024-12-17T20:45:12.569Z | Checking utf8parse v0.2.2 |
1949 | 2024-12-17T20:45:12.722Z | Checking gimli v0.31.1 |
1950 | 2024-12-17T20:45:12.988Z | Checking dof v0.3.0 |
1951 | 2024-12-17T20:45:13.496Z | Checking regex-automata v0.4.8 |
1952 | 2024-12-17T20:45:13.642Z | Checking anstyle v1.0.10 |
1953 | 2024-12-17T20:45:14.012Z | Checking openssl-probe v0.1.5 |
1954 | 2024-12-17T20:45:14.175Z | Checking mime v0.3.17 |
1955 | 2024-12-17T20:45:14.368Z | Checking unicode-properties v0.1.3 |
1956 | 2024-12-17T20:45:14.526Z | Checking ipnet v2.10.1 |
1957 | 2024-12-17T20:45:14.733Z | Checking winnow v0.6.20 |
1958 | 2024-12-17T20:45:14.825Z | Checking stringprep v0.1.5 |
1959 | 2024-12-17T20:45:14.980Z | Checking anstyle-parse v0.2.5 |
1960 | 2024-12-17T20:45:15.102Z | Checking crossbeam-deque v0.8.5 |
1961 | 2024-12-17T20:45:15.251Z | Checking term v0.7.0 |
1962 | 2024-12-17T20:45:15.428Z | Checking rustls v0.22.4 |
1963 | 2024-12-17T20:45:15.684Z | Checking rustls v0.23.19 |
1964 | 2024-12-17T20:45:15.873Z | Checking native-tls v0.2.12 |
1965 | 2024-12-17T20:45:16.193Z | Checking slog-json v2.6.1 |
1966 | 2024-12-17T20:45:16.444Z | Checking serde_urlencoded v0.7.1 |
1967 | 2024-12-17T20:45:16.880Z | Checking crossbeam-channel v0.5.13 |
1968 | 2024-12-17T20:45:17.011Z | Checking addr2line v0.24.2 |
1969 | 2024-12-17T20:45:17.383Z | Checking usdt-impl v0.5.0 |
1970 | 2024-12-17T20:45:17.559Z | Checking futures-executor v0.3.31 |
1971 | 2024-12-17T20:45:17.653Z | Checking num-integer v0.1.46 |
1972 | 2024-12-17T20:45:17.730Z | Checking toml_edit v0.22.22 |
1973 | 2024-12-17T20:45:17.794Z | Checking rustls-pemfile v2.2.0 |
1974 | 2024-12-17T20:45:17.934Z | Checking idna v0.3.0 |
1975 | 2024-12-17T20:45:17.996Z | Checking idna v0.4.0 |
1976 | 2024-12-17T20:45:18.149Z | Checking md-5 v0.10.6 |
1977 | 2024-12-17T20:45:18.285Z | Checking hyper v1.5.0 |
1978 | 2024-12-17T20:45:18.353Z | Checking ff v0.13.0 |
1979 | 2024-12-17T20:45:18.377Z | Checking is-terminal v0.4.13 |
1980 | 2024-12-17T20:45:18.507Z | Checking memmap v0.7.0 |
1981 | 2024-12-17T20:45:18.555Z | Checking hash32 v0.2.1 |
1982 | 2024-12-17T20:45:18.706Z | Checking object v0.36.5 |
1983 | 2024-12-17T20:45:18.849Z | Checking either v1.13.0 |
1984 | 2024-12-17T20:45:18.866Z | Checking is_terminal_polyfill v1.70.1 |
1985 | 2024-12-17T20:45:18.884Z | Checking base16ct v0.2.0 |
1986 | 2024-12-17T20:45:18.990Z | Checking fallible-iterator v0.2.0 |
1987 | 2024-12-17T20:45:19.090Z | Checking quick-error v1.2.3 |
1988 | 2024-12-17T20:45:19.187Z | Checking psl-types v2.0.11 |
1989 | 2024-12-17T20:45:19.238Z | Checking colorchoice v1.0.2 |
1990 | 2024-12-17T20:45:19.255Z | Checking linked-hash-map v0.5.6 |
1991 | 2024-12-17T20:45:19.361Z | Checking anstyle-query v1.1.1 |
1992 | 2024-12-17T20:45:19.374Z | Checking dyn-clone v1.0.17 |
1993 | 2024-12-17T20:45:19.489Z | Checking utf-8 v0.7.6 |
1994 | 2024-12-17T20:45:19.520Z | Checking take_mut v0.2.2 |
1995 | 2024-12-17T20:45:19.586Z | Checking rustc-demangle v0.1.24 |
1996 | 2024-12-17T20:45:19.622Z | Checking postgres-protocol v0.6.7 |
1997 | 2024-12-17T20:45:19.659Z | Checking slog-async v2.8.0 |
1998 | 2024-12-17T20:45:19.684Z | Checking tungstenite v0.24.0 |
1999 | 2024-12-17T20:45:19.955Z | Checking lru-cache v0.1.2 |
2000 | 2024-12-17T20:45:20.025Z | Checking schemars v0.8.21 |
2001 | 2024-12-17T20:45:20.136Z | Checking anstream v0.6.15 |
2002 | 2024-12-17T20:45:20.323Z | Checking publicsuffix v2.2.3 |
2003 | 2024-12-17T20:45:20.358Z | Checking toml v0.8.19 |
2004 | 2024-12-17T20:45:20.375Z | Checking hyper-util v0.1.10 |
2005 | 2024-12-17T20:45:20.508Z | Checking resolv-conf v0.7.0 |
2006 | 2024-12-17T20:45:20.559Z | Checking tokio-rustls v0.25.0 |
2007 | 2024-12-17T20:45:20.622Z | Checking sec1 v0.7.3 |
2008 | 2024-12-17T20:45:20.875Z | Checking hickory-proto v0.24.1 |
2009 | 2024-12-17T20:45:20.953Z | Checking heapless v0.7.17 |
2010 | 2024-12-17T20:45:21.020Z | Checking usdt v0.5.0 |
2011 | 2024-12-17T20:45:21.128Z | Checking group v0.13.0 |
2012 | 2024-12-17T20:45:21.281Z | Checking slog-term v2.9.1 |
2013 | 2024-12-17T20:45:21.314Z | Checking tokio-rustls v0.26.0 |
2014 | 2024-12-17T20:45:21.395Z | Checking num-iter v0.1.45 |
2015 | 2024-12-17T20:45:21.575Z | Checking futures v0.3.31 |
2016 | 2024-12-17T20:45:21.688Z | Checking slog-bunyan v2.5.0 |
2017 | 2024-12-17T20:45:21.715Z | Checking tokio-native-tls v0.3.1 |
2018 | 2024-12-17T20:45:21.732Z | Checking rayon-core v1.12.1 |
2019 | 2024-12-17T20:45:21.814Z | Checking multer v3.1.0 |
2020 | 2024-12-17T20:45:21.851Z | Checking terminal_size v0.4.0 |
2021 | 2024-12-17T20:45:21.970Z | Checking phf_shared v0.11.2 |
2022 | 2024-12-17T20:45:21.986Z | Checking cookie v0.18.1 |
2023 | 2024-12-17T20:45:22.016Z | Checking async-stream v0.3.6 |
2024 | 2024-12-17T20:45:22.211Z | Checking bzip2-sys v0.1.11+1.0.8 |
2025 | 2024-12-17T20:45:22.227Z | Checking camino v1.1.9 |
2026 | 2024-12-17T20:45:22.257Z | Checking signal-hook v0.3.17 |
2027 | 2024-12-17T20:45:22.334Z | Checking waitgroup v0.1.2 |
2028 | 2024-12-17T20:45:22.399Z | Checking openapiv3 v2.0.0 |
2029 | 2024-12-17T20:45:22.441Z | Checking webpki-roots v0.26.6 |
2030 | 2024-12-17T20:45:22.462Z | Checking serde_path_to_error v0.1.16 |
2031 | 2024-12-17T20:45:22.490Z | Checking idna v0.5.0 |
2032 | 2024-12-17T20:45:22.591Z | Checking hkdf v0.12.4 |
2033 | 2024-12-17T20:45:22.654Z | Checking crypto-bigint v0.5.5 |
2034 | 2024-12-17T20:45:22.794Z | Checking hostname v0.4.0 |
2035 | 2024-12-17T20:45:22.811Z | Checking crc32fast v1.4.2 |
2036 | 2024-12-17T20:45:22.929Z | Checking clap_lex v0.7.2 |
2037 | 2024-12-17T20:45:23.049Z | Checking managed v0.8.0 |
2038 | 2024-12-17T20:45:23.078Z | Checking winnow v0.5.40 |
2039 | 2024-12-17T20:45:23.174Z | Checking bitflags v1.3.2 |
2040 | 2024-12-17T20:45:23.273Z | Checking strsim v0.11.1 |
2041 | 2024-12-17T20:45:23.340Z | Checking debug-ignore v1.0.5 |
2042 | 2024-12-17T20:45:23.414Z | Checking unicode-width v0.1.14 |
2043 | 2024-12-17T20:45:23.485Z | Checking smoltcp v0.9.1 |
2044 | 2024-12-17T20:45:23.579Z | Checking clap_builder v4.5.21 |
2045 | 2024-12-17T20:45:23.906Z | Checking console v0.15.8 |
2046 | 2024-12-17T20:45:24.570Z | Checking cookie_store v0.21.0 |
2047 | 2024-12-17T20:45:24.996Z | Checking flate2 v1.0.34 |
2048 | 2024-12-17T20:45:25.327Z | Checking hyper-rustls v0.27.3 |
2049 | 2024-12-17T20:45:25.345Z | Checking backtrace v0.3.74 |
2050 | 2024-12-17T20:45:25.621Z | Checking signal-hook-mio v0.2.4 |
2051 | 2024-12-17T20:45:25.662Z | Checking elliptic-curve v0.13.8 |
2052 | 2024-12-17T20:45:25.683Z | Checking hyper-tls v0.6.0 |
2053 | 2024-12-17T20:45:25.757Z | Checking rayon v1.10.0 |
2054 | 2024-12-17T20:45:25.774Z | Checking hickory-resolver v0.24.1 |
2055 | 2024-12-17T20:45:25.917Z | Checking dropshot v0.12.0 |
2056 | 2024-12-17T20:45:25.919Z | Checking anyhow v1.0.93 |
2057 | 2024-12-17T20:45:25.979Z | Checking bzip2 v0.4.4 |
2058 | 2024-12-17T20:45:26.196Z | Checking toml_edit v0.19.15 |
2059 | 2024-12-17T20:45:26.276Z | Checking phf v0.11.2 |
2060 | 2024-12-17T20:45:26.305Z | Checking num-bigint-dig v0.8.4 |
2061 | 2024-12-17T20:45:26.553Z | Checking tokio-tungstenite v0.24.0 |
2062 | 2024-12-17T20:45:26.843Z | Checking postgres-types v0.2.8 |
2063 | 2024-12-17T20:45:27.047Z | Checking bstr v1.10.0 |
2064 | 2024-12-17T20:45:27.425Z | Checking regex v1.11.1 |
2065 | 2024-12-17T20:45:27.687Z | Checking ed25519 v2.2.3 |
2066 | 2024-12-17T20:45:27.896Z | Checking tokio-stream v0.1.16 |
2067 | 2024-12-17T20:45:27.972Z | Checking phf_shared v0.10.0 |
2068 | 2024-12-17T20:45:28.053Z | Checking zerocopy v0.6.6 |
2069 | 2024-12-17T20:45:28.224Z | Checking curve25519-dalek v4.1.3 |
2070 | 2024-12-17T20:45:28.459Z | Checking pkcs1 v0.7.5 |
2071 | 2024-12-17T20:45:28.607Z | Checking hubpack v0.1.2 |
2072 | 2024-12-17T20:45:28.712Z | Checking portable-atomic v1.9.0 |
2073 | 2024-12-17T20:45:28.770Z | Checking float-cmp v0.9.0 |
2074 | 2024-12-17T20:45:28.800Z | Checking serde-big-array v0.5.1 |
2075 | 2024-12-17T20:45:28.888Z | Checking rfc6979 v0.4.0 |
2076 | 2024-12-17T20:45:28.922Z | Checking sync_wrapper v1.0.1 |
2077 | 2024-12-17T20:45:29.018Z | Checking unicode-segmentation v1.12.0 |
2078 | 2024-12-17T20:45:29.056Z | Checking precomputed-hash v0.1.1 |
2079 | 2024-12-17T20:45:29.071Z | Checking difflib v0.4.0 |
2080 | 2024-12-17T20:45:29.091Z | Checking normalize-line-endings v0.3.0 |
2081 | 2024-12-17T20:45:29.145Z | Checking fixedbitset v0.4.2 |
2082 | 2024-12-17T20:45:29.168Z | Checking predicates-core v1.0.8 |
2083 | 2024-12-17T20:45:29.208Z | Checking new_debug_unreachable v1.0.6 |
2084 | 2024-12-17T20:45:29.300Z | Checking unicode-width v0.2.0 |
2085 | 2024-12-17T20:45:29.361Z | Checking static_assertions v1.1.0 |
2086 | 2024-12-17T20:45:29.391Z | Checking number_prefix v0.4.0 |
2087 | 2024-12-17T20:45:29.413Z | Checking whoami v1.5.2 |
2088 | 2024-12-17T20:45:29.452Z | Checking bit-vec v0.6.3 |
2089 | 2024-12-17T20:45:29.472Z | Checking minimal-lexical v0.2.1 |
2090 | 2024-12-17T20:45:29.583Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2091 | 2024-12-17T20:45:29.698Z | Checking tokio-postgres v0.7.12 |
2092 | 2024-12-17T20:45:29.714Z | Checking similar v2.6.0 |
2093 | 2024-12-17T20:45:29.756Z | Checking petgraph v0.6.5 |
2094 | 2024-12-17T20:45:29.778Z | Checking indicatif v0.17.9 |
2095 | 2024-12-17T20:45:29.781Z | Checking bit-set v0.5.3 |
2096 | 2024-12-17T20:45:29.859Z | Checking nom v7.1.3 |
2097 | 2024-12-17T20:45:30.044Z | Checking predicates v3.1.2 |
2098 | 2024-12-17T20:45:30.168Z | Checking ed25519-dalek v2.1.1 |
2099 | 2024-12-17T20:45:30.565Z | Checking string_cache v0.8.7 |
2100 | 2024-12-17T20:45:30.589Z | Checking qorb v0.2.1 |
2101 | 2024-12-17T20:45:30.628Z | Checking reqwest v0.12.9 |
2102 | 2024-12-17T20:45:30.730Z | Checking ecdsa v0.16.9 |
2103 | 2024-12-17T20:45:30.862Z | Checking rsa v0.9.6 |
2104 | 2024-12-17T20:45:31.477Z | Checking toml v0.7.8 |
2105 | 2024-12-17T20:45:31.995Z | Checking clap v4.5.21 |
2106 | 2024-12-17T20:45:32.121Z | Checking zip v0.6.6 |
2107 | 2024-12-17T20:45:32.230Z | Checking crossterm v0.28.1 |
2108 | 2024-12-17T20:45:32.618Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2109 | 2024-12-17T20:45:32.648Z | Checking itertools v0.10.5 |
2110 | 2024-12-17T20:45:32.795Z | Checking fs-err v2.11.0 |
2111 | 2024-12-17T20:45:32.828Z | Checking ahash v0.8.11 |
2112 | 2024-12-17T20:45:32.962Z | Checking x509-cert v0.2.5 |
2113 | 2024-12-17T20:45:33.063Z | Checking hex v0.4.3 |
2114 | 2024-12-17T20:45:33.309Z | Checking semver v1.0.23 |
2115 | 2024-12-17T20:45:33.365Z | Checking lalrpop-util v0.19.12 |
2116 | 2024-12-17T20:45:33.412Z | Checking heck v0.4.1 |
2117 | 2024-12-17T20:45:33.589Z | Checking peg-runtime v0.8.3 |
2118 | 2024-12-17T20:45:33.629Z | Checking sigpipe v0.1.3 |
2119 | 2024-12-17T20:45:34.644Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2120 | 2024-12-17T20:45:34.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.41s |
2121 | 2024-12-17T20:45:35.128Z | |
2122 | 2024-12-17T20:45:35.128Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/174) |
2123 | 2024-12-17T20:45:35.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2124 | 2024-12-17T20:45:35.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2125 | 2024-12-17T20:45:35.820Z | Compiling hashbrown v0.14.5 |
2126 | 2024-12-17T20:45:35.941Z | Checking heck v0.5.0 |
2127 | 2024-12-17T20:45:35.956Z | Compiling unsafe-libyaml v0.2.11 |
2128 | 2024-12-17T20:45:35.970Z | Compiling ident_case v1.0.1 |
2129 | 2024-12-17T20:45:35.982Z | Checking progenitor-client v0.8.0 |
2130 | 2024-12-17T20:45:35.995Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2131 | 2024-12-17T20:45:36.010Z | Compiling proc-macro-crate v1.3.1 |
2132 | 2024-12-17T20:45:36.111Z | Compiling darling_core v0.20.10 |
2133 | 2024-12-17T20:45:36.136Z | Checking ipnetwork v0.20.0 |
2134 | 2024-12-17T20:45:36.360Z | Compiling structmeta-derive v0.3.0 |
2135 | 2024-12-17T20:45:36.363Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2136 | 2024-12-17T20:45:36.481Z | Compiling newtype-uuid v1.1.3 |
2137 | 2024-12-17T20:45:36.675Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2138 | 2024-12-17T20:45:36.785Z | Compiling lzma-sys v0.1.20 |
2139 | 2024-12-17T20:45:37.044Z | Compiling foreign-types-macros v0.2.3 |
2140 | 2024-12-17T20:45:37.096Z | Compiling num_enum_derive v0.5.11 |
2141 | 2024-12-17T20:45:37.118Z | Checking regress v0.10.1 |
2142 | 2024-12-17T20:45:37.586Z | Compiling serde_yaml v0.9.34+deprecated |
2143 | 2024-12-17T20:45:37.965Z | Compiling dropshot v0.13.0 |
2144 | 2024-12-17T20:45:38.275Z | Checking arc-swap v1.7.1 |
2145 | 2024-12-17T20:45:38.328Z | Checking foreign-types-shared v0.3.1 |
2146 | 2024-12-17T20:45:38.444Z | Checking foreign-types v0.5.0 |
2147 | 2024-12-17T20:45:38.676Z | Compiling proc-macro-error v1.0.4 |
2148 | 2024-12-17T20:45:38.712Z | Checking slog-scope v4.4.0 |
2149 | 2024-12-17T20:45:39.391Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2150 | 2024-12-17T20:45:39.449Z | Compiling structmeta v0.3.0 |
2151 | 2024-12-17T20:45:39.504Z | Checking tungstenite v0.21.0 |
2152 | 2024-12-17T20:45:39.531Z | Compiling heck v0.3.3 |
2153 | 2024-12-17T20:45:39.796Z | Checking num_enum v0.5.11 |
2154 | 2024-12-17T20:45:39.925Z | Compiling parse-display-derive v0.10.0 |
2155 | 2024-12-17T20:45:39.956Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2156 | 2024-12-17T20:45:39.993Z | Compiling dropshot_endpoint v0.13.0 |
2157 | 2024-12-17T20:45:40.445Z | Checking cstr-argument v0.1.2 |
2158 | 2024-12-17T20:45:40.626Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2159 | 2024-12-17T20:45:40.825Z | Checking instant v0.1.13 |
2160 | 2024-12-17T20:45:40.918Z | Checking typify-impl v0.2.0 |
2161 | 2024-12-17T20:45:40.947Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2162 | 2024-12-17T20:45:41.404Z | Checking base64 v0.21.7 |
2163 | 2024-12-17T20:45:41.906Z | Checking fastrand v2.1.1 |
2164 | 2024-12-17T20:45:41.928Z | Checking pretty-hex v0.2.1 |
2165 | 2024-12-17T20:45:42.097Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2166 | 2024-12-17T20:45:42.261Z | Checking tempfile v3.13.0 |
2167 | 2024-12-17T20:45:42.376Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2168 | 2024-12-17T20:45:42.538Z | Checking backoff v0.4.0 |
2169 | 2024-12-17T20:45:42.566Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2170 | 2024-12-17T20:45:42.643Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2171 | 2024-12-17T20:45:42.726Z | Checking tokio-tungstenite v0.21.0 |
2172 | 2024-12-17T20:45:42.856Z | Compiling zone_cfg_derive v0.1.2 |
2173 | 2024-12-17T20:45:42.965Z | Checking strum v0.26.3 |
2174 | 2024-12-17T20:45:43.127Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2175 | 2024-12-17T20:45:43.251Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2176 | 2024-12-17T20:45:43.480Z | Checking slog-stdlog v4.1.1 |
2177 | 2024-12-17T20:45:43.500Z | Compiling darling_macro v0.20.10 |
2178 | 2024-12-17T20:45:43.644Z | Checking regress v0.9.1 |
2179 | 2024-12-17T20:45:43.699Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2180 | 2024-12-17T20:45:43.852Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2181 | 2024-12-17T20:45:43.894Z | Checking colored v2.1.0 |
2182 | 2024-12-17T20:45:44.161Z | Checking macaddr v1.0.1 |
2183 | 2024-12-17T20:45:44.215Z | Checking base64 v0.13.1 |
2184 | 2024-12-17T20:45:44.437Z | Checking zone v0.1.8 |
2185 | 2024-12-17T20:45:44.459Z | Compiling darling v0.20.10 |
2186 | 2024-12-17T20:45:44.579Z | Compiling serde_with_macros v3.11.0 |
2187 | 2024-12-17T20:45:44.658Z | Checking ron v0.7.1 |
2188 | 2024-12-17T20:45:44.782Z | Checking parse-display v0.10.0 |
2189 | 2024-12-17T20:45:45.022Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2190 | 2024-12-17T20:45:45.114Z | Checking xz2 v0.1.7 |
2191 | 2024-12-17T20:45:45.423Z | Checking slog-envlogger v2.2.0 |
2192 | 2024-12-17T20:45:45.527Z | Checking tabwriter v1.4.0 |
2193 | 2024-12-17T20:45:45.643Z | Checking xattr v1.3.1 |
2194 | 2024-12-17T20:45:45.765Z | Checking pem v3.0.4 |
2195 | 2024-12-17T20:45:45.782Z | Checking yasna v0.5.2 |
2196 | 2024-12-17T20:45:45.839Z | Checking headers-core v0.3.0 |
2197 | 2024-12-17T20:45:45.982Z | Checking smf v0.2.3 |
2198 | 2024-12-17T20:45:46.030Z | Checking filetime v0.2.25 |
2199 | 2024-12-17T20:45:46.248Z | Checking same-file v1.0.6 |
2200 | 2024-12-17T20:45:46.429Z | Checking walkdir v2.5.0 |
2201 | 2024-12-17T20:45:46.443Z | Checking tar v0.4.42 |
2202 | 2024-12-17T20:45:46.579Z | Checking headers v0.4.0 |
2203 | 2024-12-17T20:45:46.681Z | Checking rcgen v0.12.1 |
2204 | 2024-12-17T20:45:46.702Z | Checking atomicwrites v0.4.4 |
2205 | 2024-12-17T20:45:46.888Z | Checking camino-tempfile v1.1.1 |
2206 | 2024-12-17T20:45:47.181Z | Checking subprocess v0.2.9 |
2207 | 2024-12-17T20:45:47.562Z | Checking serde_with v3.11.0 |
2208 | 2024-12-17T20:45:51.699Z | Compiling typify-macro v0.2.0 |
2209 | 2024-12-17T20:45:53.628Z | Compiling typify v0.2.0 |
2210 | 2024-12-17T20:45:53.698Z | Compiling progenitor-impl v0.8.0 |
2211 | 2024-12-17T20:45:57.096Z | Compiling progenitor-macro v0.8.0 |
2212 | 2024-12-17T20:46:02.104Z | Checking progenitor v0.8.0 |
2213 | 2024-12-17T20:46:02.283Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2214 | 2024-12-17T20:46:02.403Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2215 | 2024-12-17T20:46:05.169Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2216 | 2024-12-17T20:46:05.491Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2217 | 2024-12-17T20:46:12.445Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2218 | 2024-12-17T20:46:14.091Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2219 | 2024-12-17T20:46:15.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.28s |
2220 | 2024-12-17T20:46:15.635Z | |
2221 | 2024-12-17T20:46:15.635Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/174) |
2222 | 2024-12-17T20:46:16.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2223 | 2024-12-17T20:46:16.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2224 | 2024-12-17T20:46:16.336Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2225 | 2024-12-17T20:46:17.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
2226 | 2024-12-17T20:46:18.007Z | |
2227 | 2024-12-17T20:46:18.007Z | info: running `cargo check --bins` on nexus-config (31/174) |
2228 | 2024-12-17T20:46:18.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2229 | 2024-12-17T20:46:18.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2230 | 2024-12-17T20:46:18.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2231 | 2024-12-17T20:46:18.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2232 | 2024-12-17T20:46:18.623Z | |
2233 | 2024-12-17T20:46:18.623Z | info: running `cargo check --bins` on omicron-rpaths (32/174) |
2234 | 2024-12-17T20:46:19.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2235 | 2024-12-17T20:46:19.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2236 | 2024-12-17T20:46:19.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2237 | 2024-12-17T20:46:19.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2238 | 2024-12-17T20:46:19.791Z | |
2239 | 2024-12-17T20:46:19.791Z | info: running `cargo check --bins` on omicron-certificates (33/174) |
2240 | 2024-12-17T20:46:20.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2241 | 2024-12-17T20:46:20.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2242 | 2024-12-17T20:46:20.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2243 | 2024-12-17T20:46:20.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2244 | 2024-12-17T20:46:20.099Z | |
2245 | 2024-12-17T20:46:20.099Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/174) |
2246 | 2024-12-17T20:46:20.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2247 | 2024-12-17T20:46:21.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2248 | 2024-12-17T20:46:21.141Z | Compiling zerocopy v0.8.10 |
2249 | 2024-12-17T20:46:21.141Z | Compiling progenitor-client v0.8.0 |
2250 | 2024-12-17T20:46:21.141Z | Compiling itertools v0.13.0 |
2251 | 2024-12-17T20:46:21.141Z | Compiling zerocopy-derive v0.8.10 |
2252 | 2024-12-17T20:46:21.141Z | Compiling heapless v0.8.0 |
2253 | 2024-12-17T20:46:21.142Z | Compiling newtype-uuid v1.1.3 |
2254 | 2024-12-17T20:46:21.142Z | Compiling ipnetwork v0.20.0 |
2255 | 2024-12-17T20:46:21.143Z | Checking hash32 v0.3.1 |
2256 | 2024-12-17T20:46:21.494Z | Compiling instant v0.1.13 |
2257 | 2024-12-17T20:46:21.495Z | Compiling smoltcp v0.11.0 |
2258 | 2024-12-17T20:46:21.496Z | Compiling backoff v0.4.0 |
2259 | 2024-12-17T20:46:21.496Z | Compiling progenitor v0.8.0 |
2260 | 2024-12-17T20:46:21.795Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2261 | 2024-12-17T20:46:21.795Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2262 | 2024-12-17T20:46:22.138Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2263 | 2024-12-17T20:46:22.138Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2264 | 2024-12-17T20:46:22.138Z | Compiling dropshot v0.13.0 |
2265 | 2024-12-17T20:46:22.138Z | Compiling serde_with v3.11.0 |
2266 | 2024-12-17T20:46:22.485Z | Compiling parse-display v0.10.0 |
2267 | 2024-12-17T20:46:22.852Z | Checking num-rational v0.4.2 |
2268 | 2024-12-17T20:46:23.042Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2269 | 2024-12-17T20:46:23.042Z | Compiling regress v0.9.1 |
2270 | 2024-12-17T20:46:23.258Z | Compiling phf_generator v0.11.2 |
2271 | 2024-12-17T20:46:23.575Z | Checking num-complex v0.4.6 |
2272 | 2024-12-17T20:46:24.247Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2273 | 2024-12-17T20:46:24.902Z | Compiling macaddr v1.0.1 |
2274 | 2024-12-17T20:46:25.277Z | Checking cobs v0.2.3 |
2275 | 2024-12-17T20:46:25.471Z | Checking postcard v1.0.10 |
2276 | 2024-12-17T20:46:25.471Z | Compiling num v0.4.3 |
2277 | 2024-12-17T20:46:25.807Z | Compiling phf_codegen v0.11.2 |
2278 | 2024-12-17T20:46:26.111Z | Compiling parse-zoneinfo v0.3.1 |
2279 | 2024-12-17T20:46:26.305Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2280 | 2024-12-17T20:46:26.468Z | Compiling float-ord v0.3.2 |
2281 | 2024-12-17T20:46:26.530Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2282 | 2024-12-17T20:46:26.628Z | Compiling convert_case v0.4.0 |
2283 | 2024-12-17T20:46:27.110Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2284 | 2024-12-17T20:46:27.800Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2285 | 2024-12-17T20:46:28.009Z | Compiling derive_more v0.99.18 |
2286 | 2024-12-17T20:46:28.076Z | Compiling chrono-tz-build v0.4.0 |
2287 | 2024-12-17T20:46:29.050Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2288 | 2024-12-17T20:46:29.590Z | Compiling thiserror v2.0.3 |
2289 | 2024-12-17T20:46:29.958Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2290 | 2024-12-17T20:46:29.991Z | Compiling crucible-workspace-hack v0.1.0 |
2291 | 2024-12-17T20:46:30.288Z | Compiling chrono-tz v0.10.0 |
2292 | 2024-12-17T20:46:30.298Z | Checking newline-converter v0.3.0 |
2293 | 2024-12-17T20:46:30.824Z | Checking prettyplease v0.2.25 |
2294 | 2024-12-17T20:46:32.065Z | Compiling thiserror-impl v2.0.3 |
2295 | 2024-12-17T20:46:33.137Z | Compiling slog-dtrace v0.3.0 |
2296 | 2024-12-17T20:46:33.137Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2297 | 2024-12-17T20:46:33.137Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2298 | 2024-12-17T20:46:33.137Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2299 | 2024-12-17T20:46:33.722Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2300 | 2024-12-17T20:46:33.722Z | Checking expectorate v1.1.0 |
2301 | 2024-12-17T20:46:33.722Z | Compiling zone_cfg_derive v0.3.0 |
2302 | 2024-12-17T20:46:33.722Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2303 | 2024-12-17T20:46:33.722Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2304 | 2024-12-17T20:46:33.722Z | Compiling const_format_proc_macros v0.2.33 |
2305 | 2024-12-17T20:46:34.478Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2306 | 2024-12-17T20:46:35.299Z | Compiling num-derive v0.4.2 |
2307 | 2024-12-17T20:46:35.300Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2308 | 2024-12-17T20:46:36.108Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2309 | 2024-12-17T20:46:36.108Z | Checking highway v1.2.0 |
2310 | 2024-12-17T20:46:36.109Z | Checking zone v0.3.0 |
2311 | 2024-12-17T20:46:36.111Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2312 | 2024-12-17T20:46:36.111Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2313 | 2024-12-17T20:46:36.648Z | Checking const_format v0.2.33 |
2314 | 2024-12-17T20:46:36.648Z | Checking gethostname v0.5.0 |
2315 | 2024-12-17T20:46:36.648Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2316 | 2024-12-17T20:46:36.649Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2317 | 2024-12-17T20:46:37.202Z | Checking bcs v0.1.6 |
2318 | 2024-12-17T20:46:37.202Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2319 | 2024-12-17T20:46:37.630Z | Compiling async-recursion v1.1.1 |
2320 | 2024-12-17T20:46:37.630Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2321 | 2024-12-17T20:46:38.229Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2322 | 2024-12-17T20:46:38.698Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2323 | 2024-12-17T20:46:44.911Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2324 | 2024-12-17T20:46:48.193Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2325 | 2024-12-17T20:46:50.970Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2326 | 2024-12-17T20:46:52.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.33s |
2327 | 2024-12-17T20:46:52.442Z | |
2328 | 2024-12-17T20:46:52.442Z | info: running `cargo check --bins` on clickhouse-admin-api (35/174) |
2329 | 2024-12-17T20:46:53.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2330 | 2024-12-17T20:46:53.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2331 | 2024-12-17T20:46:53.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2332 | 2024-12-17T20:46:53.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2333 | 2024-12-17T20:46:53.108Z | |
2334 | 2024-12-17T20:46:53.108Z | info: running `cargo check --bins` on clickhouse-admin-types (36/174) |
2335 | 2024-12-17T20:46:53.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-12-17T20:46:53.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-12-17T20:46:53.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2338 | 2024-12-17T20:46:53.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2339 | 2024-12-17T20:46:53.771Z | |
2340 | 2024-12-17T20:46:53.771Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/174) |
2341 | 2024-12-17T20:46:54.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-12-17T20:46:54.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-12-17T20:46:54.469Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2344 | 2024-12-17T20:46:55.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
2345 | 2024-12-17T20:46:55.324Z | |
2346 | 2024-12-17T20:46:55.324Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/174) |
2347 | 2024-12-17T20:46:55.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-12-17T20:46:55.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-12-17T20:46:56.025Z | Compiling cfg_aliases v0.1.1 |
2350 | 2024-12-17T20:46:56.038Z | Compiling vte_generate_state_changes v0.1.2 |
2351 | 2024-12-17T20:46:56.038Z | Checking fd-lock v4.0.2 |
2352 | 2024-12-17T20:46:56.038Z | Checking nibble_vec v0.1.0 |
2353 | 2024-12-17T20:46:56.127Z | Checking endian-type v0.1.2 |
2354 | 2024-12-17T20:46:56.130Z | Checking bytecount v0.6.8 |
2355 | 2024-12-17T20:46:56.152Z | Compiling tabled_derive v0.7.0 |
2356 | 2024-12-17T20:46:56.189Z | Checking itertools v0.12.1 |
2357 | 2024-12-17T20:46:56.215Z | Compiling nix v0.28.0 |
2358 | 2024-12-17T20:46:56.304Z | Compiling peg-macros v0.8.4 |
2359 | 2024-12-17T20:46:56.320Z | Checking papergrid v0.11.0 |
2360 | 2024-12-17T20:46:56.338Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2361 | 2024-12-17T20:46:56.341Z | Checking radix_trie v0.2.1 |
2362 | 2024-12-17T20:46:56.777Z | Compiling sqlparser_derive v0.2.2 |
2363 | 2024-12-17T20:46:56.786Z | Checking vte v0.11.1 |
2364 | 2024-12-17T20:46:57.526Z | Checking unicode_categories v0.1.1 |
2365 | 2024-12-17T20:46:57.843Z | Checking home v0.5.9 |
2366 | 2024-12-17T20:46:57.845Z | Checking nu-ansi-term v0.50.1 |
2367 | 2024-12-17T20:46:57.940Z | Checking sqlparser v0.45.0 |
2368 | 2024-12-17T20:46:57.995Z | Checking sqlformat v0.2.6 |
2369 | 2024-12-17T20:46:58.266Z | Checking strip-ansi-escapes v0.2.0 |
2370 | 2024-12-17T20:46:58.323Z | Checking display-error-chain v0.2.2 |
2371 | 2024-12-17T20:46:58.728Z | Checking tabled v0.15.0 |
2372 | 2024-12-17T20:46:58.835Z | Checking reedline v0.35.0 |
2373 | 2024-12-17T20:46:59.556Z | Checking peg v0.8.4 |
2374 | 2024-12-17T20:46:59.648Z | Checking rustyline v14.0.0 |
2375 | 2024-12-17T20:47:09.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s |
2376 | 2024-12-17T20:47:09.234Z | |
2377 | 2024-12-17T20:47:09.234Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/174) |
2378 | 2024-12-17T20:47:09.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2024-12-17T20:47:09.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2024-12-17T20:47:09.940Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2381 | 2024-12-17T20:47:15.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s |
2382 | 2024-12-17T20:47:15.439Z | |
2383 | 2024-12-17T20:47:15.439Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/174) |
2384 | 2024-12-17T20:47:16.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2024-12-17T20:47:16.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2024-12-17T20:47:16.154Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2387 | 2024-12-17T20:47:20.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
2388 | 2024-12-17T20:47:20.321Z | |
2389 | 2024-12-17T20:47:20.321Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/174) |
2390 | 2024-12-17T20:47:20.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-12-17T20:47:20.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-12-17T20:47:21.028Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2393 | 2024-12-17T20:47:26.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
2394 | 2024-12-17T20:47:26.212Z | |
2395 | 2024-12-17T20:47:26.212Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/174) |
2396 | 2024-12-17T20:47:26.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-12-17T20:47:26.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-12-17T20:47:26.913Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2399 | 2024-12-17T20:47:31.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s |
2400 | 2024-12-17T20:47:32.170Z | |
2401 | 2024-12-17T20:47:32.170Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/174) |
2402 | 2024-12-17T20:47:32.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-12-17T20:47:32.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-12-17T20:47:32.884Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2405 | 2024-12-17T20:47:37.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s |
2406 | 2024-12-17T20:47:37.242Z | |
2407 | 2024-12-17T20:47:37.242Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/174) |
2408 | 2024-12-17T20:47:37.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-12-17T20:47:37.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-12-17T20:47:37.948Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2411 | 2024-12-17T20:47:42.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s |
2412 | 2024-12-17T20:47:42.386Z | |
2413 | 2024-12-17T20:47:42.386Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/174) |
2414 | 2024-12-17T20:47:42.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-12-17T20:47:42.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-12-17T20:47:43.091Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2417 | 2024-12-17T20:47:48.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s |
2418 | 2024-12-17T20:47:48.599Z | |
2419 | 2024-12-17T20:47:48.599Z | info: running `cargo check --bins` on oximeter (46/174) |
2420 | 2024-12-17T20:47:49.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-12-17T20:47:49.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-12-17T20:47:49.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2423 | 2024-12-17T20:47:49.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2424 | 2024-12-17T20:47:49.280Z | |
2425 | 2024-12-17T20:47:49.280Z | info: running `cargo check --bins` on oximeter-macro-impl (47/174) |
2426 | 2024-12-17T20:47:49.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-12-17T20:47:49.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-12-17T20:47:49.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2429 | 2024-12-17T20:47:49.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2430 | 2024-12-17T20:47:49.898Z | |
2431 | 2024-12-17T20:47:49.898Z | info: running `cargo check --bins` on oximeter-schema (48/174) |
2432 | 2024-12-17T20:47:50.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-12-17T20:47:50.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-12-17T20:47:50.567Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2435 | 2024-12-17T20:47:51.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
2436 | 2024-12-17T20:47:51.200Z | |
2437 | 2024-12-17T20:47:51.201Z | info: running `cargo check --bins` on oximeter-types (49/174) |
2438 | 2024-12-17T20:47:51.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-12-17T20:47:51.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-12-17T20:47:51.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2441 | 2024-12-17T20:47:51.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2442 | 2024-12-17T20:47:51.857Z | |
2443 | 2024-12-17T20:47:51.857Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/174) |
2444 | 2024-12-17T20:47:52.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2024-12-17T20:47:52.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2024-12-17T20:47:52.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2447 | 2024-12-17T20:47:52.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2448 | 2024-12-17T20:47:52.510Z | |
2449 | 2024-12-17T20:47:52.510Z | info: running `cargo check --bins` on oxql-types (51/174) |
2450 | 2024-12-17T20:47:53.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-12-17T20:47:53.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-12-17T20:47:53.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2024-12-17T20:47:53.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2454 | 2024-12-17T20:47:53.167Z | |
2455 | 2024-12-17T20:47:53.167Z | info: running `cargo check --bins` on oximeter-test-utils (52/174) |
2456 | 2024-12-17T20:47:53.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-12-17T20:47:53.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-12-17T20:47:53.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2459 | 2024-12-17T20:47:53.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2460 | 2024-12-17T20:47:53.850Z | |
2461 | 2024-12-17T20:47:53.851Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/174) |
2462 | 2024-12-17T20:47:54.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2024-12-17T20:47:54.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2024-12-17T20:47:54.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2465 | 2024-12-17T20:47:54.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2466 | 2024-12-17T20:47:54.521Z | |
2467 | 2024-12-17T20:47:54.521Z | info: running `cargo check --bins` on bootstrap-agent-client (54/174) |
2468 | 2024-12-17T20:47:55.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2024-12-17T20:47:55.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2024-12-17T20:47:55.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2471 | 2024-12-17T20:47:55.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2472 | 2024-12-17T20:47:55.193Z | |
2473 | 2024-12-17T20:47:55.193Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/174) |
2474 | 2024-12-17T20:47:55.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2024-12-17T20:47:55.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2024-12-17T20:47:55.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2024-12-17T20:47:55.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2478 | 2024-12-17T20:47:55.859Z | |
2479 | 2024-12-17T20:47:55.860Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/174) |
2480 | 2024-12-17T20:47:56.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2024-12-17T20:47:56.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2024-12-17T20:47:56.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2483 | 2024-12-17T20:47:56.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2484 | 2024-12-17T20:47:56.522Z | |
2485 | 2024-12-17T20:47:56.522Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/174) |
2486 | 2024-12-17T20:47:57.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2024-12-17T20:47:57.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2024-12-17T20:47:57.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2489 | 2024-12-17T20:47:57.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2490 | 2024-12-17T20:47:57.187Z | |
2491 | 2024-12-17T20:47:57.187Z | info: running `cargo check --bins` on cockroach-admin-client (58/174) |
2492 | 2024-12-17T20:47:57.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2024-12-17T20:47:57.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2024-12-17T20:47:57.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2495 | 2024-12-17T20:47:57.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2496 | 2024-12-17T20:47:57.837Z | |
2497 | 2024-12-17T20:47:57.837Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/174) |
2498 | 2024-12-17T20:47:58.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2499 | 2024-12-17T20:47:58.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2500 | 2024-12-17T20:47:58.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2501 | 2024-12-17T20:47:58.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2502 | 2024-12-17T20:47:58.512Z | |
2503 | 2024-12-17T20:47:58.512Z | info: running `cargo check --bins` on dns-service-client (60/174) |
2504 | 2024-12-17T20:47:59.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2505 | 2024-12-17T20:47:59.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2506 | 2024-12-17T20:47:59.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2507 | 2024-12-17T20:47:59.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2508 | 2024-12-17T20:47:59.173Z | |
2509 | 2024-12-17T20:47:59.173Z | info: running `cargo check --bins` on internal-dns-types (61/174) |
2510 | 2024-12-17T20:47:59.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2024-12-17T20:47:59.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2024-12-17T20:47:59.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2513 | 2024-12-17T20:47:59.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2514 | 2024-12-17T20:47:59.836Z | |
2515 | 2024-12-17T20:47:59.836Z | info: running `cargo check --bins` on dpd-client (62/174) |
2516 | 2024-12-17T20:48:00.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2024-12-17T20:48:00.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2024-12-17T20:48:00.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2519 | 2024-12-17T20:48:00.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2520 | 2024-12-17T20:48:00.489Z | |
2521 | 2024-12-17T20:48:00.489Z | info: running `cargo check --bins` on gateway-client (63/174) |
2522 | 2024-12-17T20:48:01.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2024-12-17T20:48:01.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2024-12-17T20:48:01.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2525 | 2024-12-17T20:48:01.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2526 | 2024-12-17T20:48:01.141Z | |
2527 | 2024-12-17T20:48:01.141Z | info: running `cargo check --bins` on installinator-client (64/174) |
2528 | 2024-12-17T20:48:01.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2024-12-17T20:48:01.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2024-12-17T20:48:01.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2531 | 2024-12-17T20:48:01.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2532 | 2024-12-17T20:48:01.830Z | |
2533 | 2024-12-17T20:48:01.830Z | info: running `cargo check --bins` on installinator-common (65/174) |
2534 | 2024-12-17T20:48:02.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2024-12-17T20:48:02.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2024-12-17T20:48:02.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2537 | 2024-12-17T20:48:02.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2538 | 2024-12-17T20:48:02.512Z | |
2539 | 2024-12-17T20:48:02.512Z | info: running `cargo check --bins` on update-engine (66/174) |
2540 | 2024-12-17T20:48:03.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2024-12-17T20:48:03.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2024-12-17T20:48:03.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2543 | 2024-12-17T20:48:03.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2544 | 2024-12-17T20:48:03.156Z | |
2545 | 2024-12-17T20:48:03.156Z | info: running `cargo check --bins` on nexus-client (67/174) |
2546 | 2024-12-17T20:48:03.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2024-12-17T20:48:03.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2024-12-17T20:48:03.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2549 | 2024-12-17T20:48:03.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2550 | 2024-12-17T20:48:03.844Z | |
2551 | 2024-12-17T20:48:03.844Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/174) |
2552 | 2024-12-17T20:48:04.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2024-12-17T20:48:04.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2024-12-17T20:48:04.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2024-12-17T20:48:04.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2556 | 2024-12-17T20:48:04.522Z | |
2557 | 2024-12-17T20:48:04.522Z | info: running `cargo check --bins` on omicron-passwords (69/174) |
2558 | 2024-12-17T20:48:05.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2024-12-17T20:48:05.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2024-12-17T20:48:05.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2024-12-17T20:48:05.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2562 | 2024-12-17T20:48:05.170Z | |
2563 | 2024-12-17T20:48:05.170Z | info: running `cargo check --bins` on nexus-types (70/174) |
2564 | 2024-12-17T20:48:05.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2024-12-17T20:48:05.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2024-12-17T20:48:05.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2024-12-17T20:48:05.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2568 | 2024-12-17T20:48:05.858Z | |
2569 | 2024-12-17T20:48:05.858Z | info: running `cargo check --bins` on oxide-client (71/174) |
2570 | 2024-12-17T20:48:06.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2024-12-17T20:48:06.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2024-12-17T20:48:06.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2573 | 2024-12-17T20:48:06.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2574 | 2024-12-17T20:48:06.506Z | |
2575 | 2024-12-17T20:48:06.507Z | info: running `cargo check --bins` on oximeter-client (72/174) |
2576 | 2024-12-17T20:48:07.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2024-12-17T20:48:07.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2024-12-17T20:48:07.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2579 | 2024-12-17T20:48:07.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2580 | 2024-12-17T20:48:07.172Z | |
2581 | 2024-12-17T20:48:07.173Z | info: running `cargo check --bins` on repo-depot-client (73/174) |
2582 | 2024-12-17T20:48:07.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2024-12-17T20:48:07.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2024-12-17T20:48:07.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2024-12-17T20:48:07.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2586 | 2024-12-17T20:48:07.824Z | |
2587 | 2024-12-17T20:48:07.824Z | info: running `cargo check --bins` on sled-agent-client (74/174) |
2588 | 2024-12-17T20:48:08.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2024-12-17T20:48:08.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2024-12-17T20:48:08.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2024-12-17T20:48:08.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2592 | 2024-12-17T20:48:08.497Z | |
2593 | 2024-12-17T20:48:08.497Z | info: running `cargo check --bins` on wicketd-client (75/174) |
2594 | 2024-12-17T20:48:09.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2024-12-17T20:48:09.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2024-12-17T20:48:09.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2024-12-17T20:48:09.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2598 | 2024-12-17T20:48:09.197Z | |
2599 | 2024-12-17T20:48:09.197Z | info: running `cargo check --bins` on sled-agent-types (76/174) |
2600 | 2024-12-17T20:48:09.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2024-12-17T20:48:09.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2024-12-17T20:48:09.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2024-12-17T20:48:09.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2604 | 2024-12-17T20:48:09.884Z | |
2605 | 2024-12-17T20:48:09.884Z | info: running `cargo check --bins` on wicket-common (77/174) |
2606 | 2024-12-17T20:48:10.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2024-12-17T20:48:10.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2024-12-17T20:48:10.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2024-12-17T20:48:10.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2610 | 2024-12-17T20:48:10.566Z | |
2611 | 2024-12-17T20:48:10.566Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/174) |
2612 | 2024-12-17T20:48:11.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2024-12-17T20:48:11.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2024-12-17T20:48:11.267Z | Checking csv-core v0.1.11 |
2615 | 2024-12-17T20:48:11.267Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2616 | 2024-12-17T20:48:11.270Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2617 | 2024-12-17T20:48:11.594Z | Checking csv v1.3.0 |
2618 | 2024-12-17T20:48:11.608Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2619 | 2024-12-17T20:48:12.172Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2620 | 2024-12-17T20:48:12.531Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2621 | 2024-12-17T20:48:13.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
2622 | 2024-12-17T20:48:14.040Z | |
2623 | 2024-12-17T20:48:14.040Z | info: running `cargo check --bins` on cockroach-admin-api (79/174) |
2624 | 2024-12-17T20:48:14.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2024-12-17T20:48:14.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2024-12-17T20:48:14.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2024-12-17T20:48:14.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2628 | 2024-12-17T20:48:14.704Z | |
2629 | 2024-12-17T20:48:14.704Z | info: running `cargo check --bins` on cockroach-admin-types (80/174) |
2630 | 2024-12-17T20:48:15.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2024-12-17T20:48:15.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2024-12-17T20:48:15.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2024-12-17T20:48:15.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2634 | 2024-12-17T20:48:15.366Z | |
2635 | 2024-12-17T20:48:15.366Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/174) |
2636 | 2024-12-17T20:48:16.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2024-12-17T20:48:16.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2024-12-17T20:48:16.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2024-12-17T20:48:16.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2640 | 2024-12-17T20:48:16.140Z | |
2641 | 2024-12-17T20:48:16.140Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/174) |
2642 | 2024-12-17T20:48:16.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2024-12-17T20:48:16.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2024-12-17T20:48:16.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2024-12-17T20:48:16.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2646 | 2024-12-17T20:48:16.917Z | |
2647 | 2024-12-17T20:48:16.917Z | info: running `cargo check --bins` on dns-server (83/174) |
2648 | 2024-12-17T20:48:17.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2024-12-17T20:48:17.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2024-12-17T20:48:17.598Z | Compiling parking_lot_core v0.8.6 |
2651 | 2024-12-17T20:48:17.598Z | Checking fxhash v0.2.1 |
2652 | 2024-12-17T20:48:17.600Z | Checking hickory-server v0.24.1 |
2653 | 2024-12-17T20:48:17.600Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2654 | 2024-12-17T20:48:17.700Z | Checking hickory-client v0.24.1 |
2655 | 2024-12-17T20:48:18.298Z | Checking parking_lot v0.11.2 |
2656 | 2024-12-17T20:48:18.467Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2657 | 2024-12-17T20:48:18.467Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2658 | 2024-12-17T20:48:18.539Z | Checking sled v0.34.7 |
2659 | 2024-12-17T20:48:20.397Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2660 | 2024-12-17T20:48:21.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
2661 | 2024-12-17T20:48:21.895Z | |
2662 | 2024-12-17T20:48:21.895Z | info: running `cargo check --bins` on dns-server-api (84/174) |
2663 | 2024-12-17T20:48:22.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-12-17T20:48:22.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-12-17T20:48:22.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2024-12-17T20:48:22.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2667 | 2024-12-17T20:48:22.562Z | |
2668 | 2024-12-17T20:48:22.562Z | info: running `cargo check --bins` on gateway-test-utils (85/174) |
2669 | 2024-12-17T20:48:23.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-12-17T20:48:23.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-12-17T20:48:23.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-12-17T20:48:23.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2673 | 2024-12-17T20:48:23.284Z | |
2674 | 2024-12-17T20:48:23.284Z | info: running `cargo check --bins` on gateway-types (86/174) |
2675 | 2024-12-17T20:48:23.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-12-17T20:48:23.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-12-17T20:48:23.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-12-17T20:48:23.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2679 | 2024-12-17T20:48:23.946Z | |
2680 | 2024-12-17T20:48:23.947Z | info: running `cargo check --bins` on ipcc (87/174) |
2681 | 2024-12-17T20:48:24.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-12-17T20:48:24.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-12-17T20:48:24.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2024-12-17T20:48:24.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2685 | 2024-12-17T20:48:24.611Z | |
2686 | 2024-12-17T20:48:24.611Z | info: running `cargo check --bins` on omicron-gateway (88/174) |
2687 | 2024-12-17T20:48:25.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-12-17T20:48:25.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-12-17T20:48:25.352Z | Compiling semver v0.1.20 |
2690 | 2024-12-17T20:48:25.352Z | Compiling radium v0.7.0 |
2691 | 2024-12-17T20:48:25.355Z | Checking tap v1.0.1 |
2692 | 2024-12-17T20:48:25.459Z | Compiling maybe-uninit v2.0.0 |
2693 | 2024-12-17T20:48:25.495Z | Checking password-hash v0.5.0 |
2694 | 2024-12-17T20:48:25.498Z | Checking blake2 v0.10.6 |
2695 | 2024-12-17T20:48:25.498Z | Compiling owo-colors v4.1.0 |
2696 | 2024-12-17T20:48:25.498Z | Checking funty v2.0.0 |
2697 | 2024-12-17T20:48:25.610Z | Checking wyz v0.5.1 |
2698 | 2024-12-17T20:48:25.811Z | Compiling rustc_version v0.1.7 |
2699 | 2024-12-17T20:48:25.937Z | Checking crc-catalog v2.4.0 |
2700 | 2024-12-17T20:48:25.957Z | Compiling cancel-safe-futures v0.1.5 |
2701 | 2024-12-17T20:48:25.989Z | Compiling packed_struct v0.10.1 |
2702 | 2024-12-17T20:48:26.074Z | Checking crc v3.2.1 |
2703 | 2024-12-17T20:48:26.094Z | Checking argon2 v0.5.3 |
2704 | 2024-12-17T20:48:26.240Z | Compiling packed_struct_codegen v0.10.1 |
2705 | 2024-12-17T20:48:26.305Z | Compiling indexmap v1.9.3 |
2706 | 2024-12-17T20:48:26.324Z | Compiling newtype_derive v0.1.6 |
2707 | 2024-12-17T20:48:26.337Z | Checking half v2.4.1 |
2708 | 2024-12-17T20:48:26.412Z | Checking bitvec v1.0.1 |
2709 | 2024-12-17T20:48:26.488Z | Checking ciborium-io v0.2.2 |
2710 | 2024-12-17T20:48:26.513Z | Checking nodrop v0.1.14 |
2711 | 2024-12-17T20:48:26.596Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2712 | 2024-12-17T20:48:26.640Z | Checking array-init v0.0.4 |
2713 | 2024-12-17T20:48:26.789Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2714 | 2024-12-17T20:48:26.792Z | Checking ciborium-ll v0.2.2 |
2715 | 2024-12-17T20:48:26.823Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2716 | 2024-12-17T20:48:27.093Z | Checking smallvec v0.6.14 |
2717 | 2024-12-17T20:48:27.113Z | Checking libsw v3.3.1 |
2718 | 2024-12-17T20:48:27.115Z | Compiling memoffset v0.9.1 |
2719 | 2024-12-17T20:48:27.403Z | Checking bitfield v0.14.0 |
2720 | 2024-12-17T20:48:27.424Z | Checking indent_write v2.2.0 |
2721 | 2024-12-17T20:48:27.473Z | Checking hashbrown v0.12.3 |
2722 | 2024-12-17T20:48:27.578Z | Checking swrite v0.1.0 |
2723 | 2024-12-17T20:48:27.633Z | Checking linear-map v1.2.0 |
2724 | 2024-12-17T20:48:27.653Z | Checking termcolor v1.4.1 |
2725 | 2024-12-17T20:48:27.673Z | Checking serde-hex v0.1.0 |
2726 | 2024-12-17T20:48:27.706Z | Checking ron v0.8.1 |
2727 | 2024-12-17T20:48:27.975Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2728 | 2024-12-17T20:48:28.103Z | Checking env_logger v0.10.2 |
2729 | 2024-12-17T20:48:28.657Z | Checking ciborium v0.2.2 |
2730 | 2024-12-17T20:48:28.802Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2731 | 2024-12-17T20:48:29.167Z | Checking steno v0.4.1 |
2732 | 2024-12-17T20:48:29.237Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2733 | 2024-12-17T20:48:29.274Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2734 | 2024-12-17T20:48:29.496Z | Checking hashbrown v0.13.2 |
2735 | 2024-12-17T20:48:29.696Z | Checking crc-any v2.5.0 |
2736 | 2024-12-17T20:48:29.715Z | Checking humantime v2.1.0 |
2737 | 2024-12-17T20:48:30.018Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2738 | 2024-12-17T20:48:30.077Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2739 | 2024-12-17T20:48:30.455Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2740 | 2024-12-17T20:48:30.603Z | Checking object v0.30.4 |
2741 | 2024-12-17T20:48:30.653Z | Checking path-slash v0.1.5 |
2742 | 2024-12-17T20:48:30.800Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2743 | 2024-12-17T20:48:30.825Z | Checking nix v0.27.1 |
2744 | 2024-12-17T20:48:31.470Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2745 | 2024-12-17T20:48:31.799Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2746 | 2024-12-17T20:48:32.052Z | Checking tungstenite v0.23.0 |
2747 | 2024-12-17T20:48:32.072Z | Checking kstat-rs v0.2.4 |
2748 | 2024-12-17T20:48:32.133Z | Checking signal-hook-tokio v0.3.1 |
2749 | 2024-12-17T20:48:32.372Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2750 | 2024-12-17T20:48:33.014Z | Checking tokio-tungstenite v0.23.1 |
2751 | 2024-12-17T20:48:33.174Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2752 | 2024-12-17T20:48:33.581Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2753 | 2024-12-17T20:48:33.865Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2754 | 2024-12-17T20:48:40.552Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2755 | 2024-12-17T20:48:41.879Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2756 | 2024-12-17T20:48:44.987Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2757 | 2024-12-17T20:48:51.120Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2758 | 2024-12-17T20:48:51.854Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2759 | 2024-12-17T20:48:54.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.25s |
2760 | 2024-12-17T20:48:55.059Z | |
2761 | 2024-12-17T20:48:55.060Z | info: running `cargo check --bins` on gateway-api (89/174) |
2762 | 2024-12-17T20:48:55.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-12-17T20:48:55.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-12-17T20:48:55.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2024-12-17T20:48:55.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2766 | 2024-12-17T20:48:55.727Z | |
2767 | 2024-12-17T20:48:55.727Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/174) |
2768 | 2024-12-17T20:48:56.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-12-17T20:48:56.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-12-17T20:48:56.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2024-12-17T20:48:56.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2772 | 2024-12-17T20:48:56.368Z | |
2773 | 2024-12-17T20:48:56.368Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/174) |
2774 | 2024-12-17T20:48:56.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-12-17T20:48:56.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-12-17T20:48:56.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2024-12-17T20:48:56.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2778 | 2024-12-17T20:48:57.029Z | |
2779 | 2024-12-17T20:48:57.029Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/174) |
2780 | 2024-12-17T20:48:57.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-12-17T20:48:57.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-12-17T20:48:57.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2024-12-17T20:48:57.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2784 | 2024-12-17T20:48:57.689Z | |
2785 | 2024-12-17T20:48:57.689Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/174) |
2786 | 2024-12-17T20:48:58.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-12-17T20:48:58.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-12-17T20:48:58.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2024-12-17T20:48:58.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2790 | 2024-12-17T20:48:58.351Z | |
2791 | 2024-12-17T20:48:58.351Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/174) |
2792 | 2024-12-17T20:48:58.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-12-17T20:48:58.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-12-17T20:48:58.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-12-17T20:48:58.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2796 | 2024-12-17T20:48:59.008Z | |
2797 | 2024-12-17T20:48:59.008Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/174) |
2798 | 2024-12-17T20:48:59.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-12-17T20:48:59.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-12-17T20:48:59.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-12-17T20:48:59.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2802 | 2024-12-17T20:48:59.676Z | |
2803 | 2024-12-17T20:48:59.676Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/174) |
2804 | 2024-12-17T20:49:00.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-12-17T20:49:00.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-12-17T20:49:00.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-12-17T20:49:00.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2808 | 2024-12-17T20:49:00.333Z | |
2809 | 2024-12-17T20:49:00.333Z | info: running `cargo check --bins` on oximeter-producer (97/174) |
2810 | 2024-12-17T20:49:00.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-12-17T20:49:00.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-12-17T20:49:00.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-12-17T20:49:00.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2814 | 2024-12-17T20:49:01.027Z | |
2815 | 2024-12-17T20:49:01.027Z | info: running `cargo check --bins` on internal-dns-resolver (98/174) |
2816 | 2024-12-17T20:49:01.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-12-17T20:49:01.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-12-17T20:49:01.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2024-12-17T20:49:01.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2820 | 2024-12-17T20:49:01.691Z | |
2821 | 2024-12-17T20:49:01.691Z | info: running `cargo check --bins` on sp-sim (99/174) |
2822 | 2024-12-17T20:49:02.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-12-17T20:49:02.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-12-17T20:49:02.369Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2825 | 2024-12-17T20:49:04.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s |
2826 | 2024-12-17T20:49:04.501Z | |
2827 | 2024-12-17T20:49:04.501Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/174) |
2828 | 2024-12-17T20:49:05.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2024-12-17T20:49:05.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2024-12-17T20:49:05.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2831 | 2024-12-17T20:49:05.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2832 | 2024-12-17T20:49:05.211Z | |
2833 | 2024-12-17T20:49:05.211Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/174) |
2834 | 2024-12-17T20:49:05.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-12-17T20:49:05.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-12-17T20:49:05.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2024-12-17T20:49:05.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2838 | 2024-12-17T20:49:05.929Z | |
2839 | 2024-12-17T20:49:05.929Z | info: running `cargo check --bins` on db-macros (102/174) |
2840 | 2024-12-17T20:49:06.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-12-17T20:49:06.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-12-17T20:49:06.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2024-12-17T20:49:06.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2844 | 2024-12-17T20:49:06.576Z | |
2845 | 2024-12-17T20:49:06.576Z | info: running `cargo check --bins` on nexus-macros-common (103/174) |
2846 | 2024-12-17T20:49:07.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-12-17T20:49:07.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-12-17T20:49:07.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2024-12-17T20:49:07.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2850 | 2024-12-17T20:49:07.228Z | |
2851 | 2024-12-17T20:49:07.228Z | info: running `cargo check --bins` on nexus-auth (104/174) |
2852 | 2024-12-17T20:49:07.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-12-17T20:49:07.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-12-17T20:49:07.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2855 | 2024-12-17T20:49:07.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2856 | 2024-12-17T20:49:07.934Z | |
2857 | 2024-12-17T20:49:07.934Z | info: running `cargo check --bins` on authz-macros (105/174) |
2858 | 2024-12-17T20:49:08.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-12-17T20:49:08.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-12-17T20:49:08.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2861 | 2024-12-17T20:49:08.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2862 | 2024-12-17T20:49:08.579Z | |
2863 | 2024-12-17T20:49:08.579Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/174) |
2864 | 2024-12-17T20:49:09.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-12-17T20:49:09.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-12-17T20:49:09.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2867 | 2024-12-17T20:49:09.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2868 | 2024-12-17T20:49:09.268Z | |
2869 | 2024-12-17T20:49:09.269Z | info: running `cargo check --bins` on nexus-db-model (107/174) |
2870 | 2024-12-17T20:49:09.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-12-17T20:49:09.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-12-17T20:49:09.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2873 | 2024-12-17T20:49:09.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2874 | 2024-12-17T20:49:09.966Z | |
2875 | 2024-12-17T20:49:09.966Z | info: running `cargo check --bins` on nexus-defaults (108/174) |
2876 | 2024-12-17T20:49:10.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-12-17T20:49:10.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-12-17T20:49:10.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2024-12-17T20:49:10.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2880 | 2024-12-17T20:49:10.628Z | |
2881 | 2024-12-17T20:49:10.628Z | info: running `cargo check --bins` on nexus-inventory (109/174) |
2882 | 2024-12-17T20:49:11.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-12-17T20:49:11.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-12-17T20:49:11.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-12-17T20:49:11.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2886 | 2024-12-17T20:49:11.317Z | |
2887 | 2024-12-17T20:49:11.317Z | info: running `cargo check --bins` on typed-rng (110/174) |
2888 | 2024-12-17T20:49:11.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-12-17T20:49:11.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-12-17T20:49:11.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-12-17T20:49:11.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2892 | 2024-12-17T20:49:11.957Z | |
2893 | 2024-12-17T20:49:11.958Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/174) |
2894 | 2024-12-17T20:49:12.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-12-17T20:49:12.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-12-17T20:49:12.743Z | Checking keccak v0.1.5 |
2897 | 2024-12-17T20:49:12.858Z | Checking secrecy v0.8.0 |
2898 | 2024-12-17T20:49:12.861Z | Compiling unicase v2.7.0 |
2899 | 2024-12-17T20:49:12.861Z | Compiling same-file v1.0.6 |
2900 | 2024-12-17T20:49:12.878Z | Compiling tempfile v3.13.0 |
2901 | 2024-12-17T20:49:12.906Z | Compiling thiserror-impl-no-std v2.0.2 |
2902 | 2024-12-17T20:49:12.909Z | Checking universal-hash v0.5.1 |
2903 | 2024-12-17T20:49:12.909Z | Compiling blake3 v1.5.4 |
2904 | 2024-12-17T20:49:13.050Z | Compiling walkdir v2.5.0 |
2905 | 2024-12-17T20:49:13.079Z | Compiling ring v0.16.20 |
2906 | 2024-12-17T20:49:13.131Z | Checking sha3 v0.10.8 |
2907 | 2024-12-17T20:49:13.172Z | Checking opaque-debug v0.3.1 |
2908 | 2024-12-17T20:49:13.268Z | Checking poly1305 v0.8.0 |
2909 | 2024-12-17T20:49:13.347Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2910 | 2024-12-17T20:49:13.517Z | Checking chacha20 v0.9.1 |
2911 | 2024-12-17T20:49:13.639Z | Checking aead v0.5.2 |
2912 | 2024-12-17T20:49:13.746Z | Compiling memmap2 v0.9.5 |
2913 | 2024-12-17T20:49:13.823Z | Compiling arrayvec v0.7.6 |
2914 | 2024-12-17T20:49:13.848Z | Compiling salty v0.3.0 |
2915 | 2024-12-17T20:49:13.869Z | Compiling libefi-sys v0.1.0 |
2916 | 2024-12-17T20:49:13.884Z | Compiling arrayref v0.3.9 |
2917 | 2024-12-17T20:49:13.971Z | Compiling spin v0.5.2 |
2918 | 2024-12-17T20:49:14.152Z | Compiling constant_time_eq v0.3.1 |
2919 | 2024-12-17T20:49:14.218Z | Checking chacha20poly1305 v0.10.1 |
2920 | 2024-12-17T20:49:14.252Z | Compiling toolchain_find v0.4.0 |
2921 | 2024-12-17T20:49:14.331Z | Compiling camino-tempfile v1.1.1 |
2922 | 2024-12-17T20:49:14.351Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2923 | 2024-12-17T20:49:14.401Z | Compiling bitfield-struct v0.6.2 |
2924 | 2024-12-17T20:49:14.694Z | Compiling topological-sort v0.2.2 |
2925 | 2024-12-17T20:49:14.806Z | Compiling mime_guess v2.0.5 |
2926 | 2024-12-17T20:49:14.872Z | Compiling rustfmt-wrapper v0.2.1 |
2927 | 2024-12-17T20:49:15.371Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2928 | 2024-12-17T20:49:15.448Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2929 | 2024-12-17T20:49:15.509Z | Checking primeorder v0.13.6 |
2930 | 2024-12-17T20:49:15.557Z | Checking env_filter v0.1.2 |
2931 | 2024-12-17T20:49:15.742Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2932 | 2024-12-17T20:49:15.797Z | Checking env_logger v0.11.5 |
2933 | 2024-12-17T20:49:15.895Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2934 | 2024-12-17T20:49:15.972Z | Checking p384 v0.13.0 |
2935 | 2024-12-17T20:49:16.106Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2936 | 2024-12-17T20:49:16.129Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2937 | 2024-12-17T20:49:16.260Z | Checking thiserror-no-std v2.0.2 |
2938 | 2024-12-17T20:49:16.371Z | Checking vsss-rs v3.3.4 |
2939 | 2024-12-17T20:49:16.374Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2940 | 2024-12-17T20:49:16.450Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2941 | 2024-12-17T20:49:16.453Z | Checking simd-adler32 v0.3.7 |
2942 | 2024-12-17T20:49:16.728Z | Compiling zip v2.1.3 |
2943 | 2024-12-17T20:49:16.769Z | Checking lockfree-object-pool v0.1.6 |
2944 | 2024-12-17T20:49:16.812Z | Checking http-range v0.1.5 |
2945 | 2024-12-17T20:49:16.955Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2946 | 2024-12-17T20:49:16.986Z | Checking bumpalo v3.16.0 |
2947 | 2024-12-17T20:49:17.012Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2948 | 2024-12-17T20:49:17.079Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2949 | 2024-12-17T20:49:17.266Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2950 | 2024-12-17T20:49:17.329Z | Checking zopfli v0.8.1 |
2951 | 2024-12-17T20:49:17.371Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2952 | 2024-12-17T20:49:17.761Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2953 | 2024-12-17T20:49:17.930Z | Checking nanorand v0.7.0 |
2954 | 2024-12-17T20:49:17.980Z | Checking atty v0.2.14 |
2955 | 2024-12-17T20:49:18.059Z | Checking glob v0.3.1 |
2956 | 2024-12-17T20:49:18.111Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2957 | 2024-12-17T20:49:18.323Z | Checking flume v0.11.1 |
2958 | 2024-12-17T20:49:18.527Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2959 | 2024-12-17T20:49:18.846Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2960 | 2024-12-17T20:49:19.042Z | Compiling omicron-zone-package v0.11.1 |
2961 | 2024-12-17T20:49:19.597Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2962 | 2024-12-17T20:49:19.858Z | Checking hyper-staticfile v0.10.1 |
2963 | 2024-12-17T20:49:20.451Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2964 | 2024-12-17T20:49:20.689Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2965 | 2024-12-17T20:49:20.734Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2966 | 2024-12-17T20:49:20.866Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2967 | 2024-12-17T20:49:21.131Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2968 | 2024-12-17T20:49:21.715Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2969 | 2024-12-17T20:49:22.030Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2970 | 2024-12-17T20:49:22.278Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2971 | 2024-12-17T20:49:22.712Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2972 | 2024-12-17T20:49:23.698Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2973 | 2024-12-17T20:49:25.850Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2974 | 2024-12-17T20:49:25.855Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2975 | 2024-12-17T20:49:36.521Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2976 | 2024-12-17T20:49:50.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.84s |
2977 | 2024-12-17T20:49:50.997Z | |
2978 | 2024-12-17T20:49:50.997Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/174) |
2979 | 2024-12-17T20:49:51.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2024-12-17T20:49:51.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2024-12-17T20:49:51.784Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2982 | 2024-12-17T20:50:06.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.21s |
2983 | 2024-12-17T20:50:06.413Z | |
2984 | 2024-12-17T20:50:06.413Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/174) |
2985 | 2024-12-17T20:50:07.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2024-12-17T20:50:07.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2024-12-17T20:50:07.213Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2988 | 2024-12-17T20:50:21.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.42s |
2989 | 2024-12-17T20:50:22.043Z | |
2990 | 2024-12-17T20:50:22.043Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/174) |
2991 | 2024-12-17T20:50:22.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2024-12-17T20:50:22.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2024-12-17T20:50:22.826Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2994 | 2024-12-17T20:50:37.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.52s |
2995 | 2024-12-17T20:50:37.764Z | |
2996 | 2024-12-17T20:50:37.764Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/174) |
2997 | 2024-12-17T20:50:38.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2024-12-17T20:50:38.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2024-12-17T20:50:38.550Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3000 | 2024-12-17T20:50:53.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.31s |
3001 | 2024-12-17T20:50:53.284Z | |
3002 | 2024-12-17T20:50:53.284Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/174) |
3003 | 2024-12-17T20:50:53.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2024-12-17T20:50:53.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2024-12-17T20:50:54.071Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3006 | 2024-12-17T20:51:08.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.33s |
3007 | 2024-12-17T20:51:08.826Z | |
3008 | 2024-12-17T20:51:08.826Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/174) |
3009 | 2024-12-17T20:51:09.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2024-12-17T20:51:09.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2024-12-17T20:51:09.610Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3012 | 2024-12-17T20:51:24.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.40s |
3013 | 2024-12-17T20:51:24.431Z | |
3014 | 2024-12-17T20:51:24.431Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/174) |
3015 | 2024-12-17T20:51:25.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2024-12-17T20:51:25.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2024-12-17T20:51:25.217Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3018 | 2024-12-17T20:51:39.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.34s |
3019 | 2024-12-17T20:51:39.975Z | |
3020 | 2024-12-17T20:51:39.975Z | info: running `cargo check --bins` on bootstrap-agent-api (119/174) |
3021 | 2024-12-17T20:51:40.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2024-12-17T20:51:40.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2024-12-17T20:51:40.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3024 | 2024-12-17T20:51:40.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3025 | 2024-12-17T20:51:40.677Z | |
3026 | 2024-12-17T20:51:40.677Z | info: running `cargo check --bins` on key-manager (120/174) |
3027 | 2024-12-17T20:51:41.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2024-12-17T20:51:41.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2024-12-17T20:51:41.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2024-12-17T20:51:41.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3031 | 2024-12-17T20:51:41.338Z | |
3032 | 2024-12-17T20:51:41.339Z | info: running `cargo check --bins` on range-requests (121/174) |
3033 | 2024-12-17T20:51:41.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2024-12-17T20:51:41.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2024-12-17T20:51:41.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2024-12-17T20:51:41.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3037 | 2024-12-17T20:51:41.983Z | |
3038 | 2024-12-17T20:51:41.983Z | info: running `cargo check --bins` on repo-depot-api (122/174) |
3039 | 2024-12-17T20:51:42.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2024-12-17T20:51:42.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2024-12-17T20:51:42.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2024-12-17T20:51:42.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3043 | 2024-12-17T20:51:42.647Z | |
3044 | 2024-12-17T20:51:42.647Z | info: running `cargo check --bins` on sled-agent-api (123/174) |
3045 | 2024-12-17T20:51:43.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2024-12-17T20:51:43.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2024-12-17T20:51:43.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2024-12-17T20:51:43.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3049 | 2024-12-17T20:51:43.335Z | |
3050 | 2024-12-17T20:51:43.335Z | info: running `cargo check --bins` on sled-diagnostics (124/174) |
3051 | 2024-12-17T20:51:43.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2024-12-17T20:51:43.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2024-12-17T20:51:43.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2024-12-17T20:51:43.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3055 | 2024-12-17T20:51:43.973Z | |
3056 | 2024-12-17T20:51:43.973Z | info: running `cargo check --bins` on sled-hardware (125/174) |
3057 | 2024-12-17T20:51:44.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-12-17T20:51:44.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-12-17T20:51:44.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2024-12-17T20:51:44.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3061 | 2024-12-17T20:51:44.652Z | |
3062 | 2024-12-17T20:51:44.652Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/174) |
3063 | 2024-12-17T20:51:45.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2024-12-17T20:51:45.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2024-12-17T20:51:45.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2024-12-17T20:51:45.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3067 | 2024-12-17T20:51:45.332Z | |
3068 | 2024-12-17T20:51:45.332Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/174) |
3069 | 2024-12-17T20:51:45.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2024-12-17T20:51:45.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2024-12-17T20:51:45.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2024-12-17T20:51:45.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3073 | 2024-12-17T20:51:46.011Z | |
3074 | 2024-12-17T20:51:46.011Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/174) |
3075 | 2024-12-17T20:51:46.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2024-12-17T20:51:46.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2024-12-17T20:51:46.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2024-12-17T20:51:46.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3079 | 2024-12-17T20:51:46.700Z | |
3080 | 2024-12-17T20:51:46.700Z | info: running `cargo check --bins` on nexus-test-interface (129/174) |
3081 | 2024-12-17T20:51:47.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2024-12-17T20:51:47.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2024-12-17T20:51:47.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3084 | 2024-12-17T20:51:47.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3085 | 2024-12-17T20:51:47.386Z | |
3086 | 2024-12-17T20:51:47.386Z | info: running `cargo check --bins` on oximeter-collector (130/174) |
3087 | 2024-12-17T20:51:47.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2024-12-17T20:51:47.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2024-12-17T20:51:48.112Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3090 | 2024-12-17T20:51:48.112Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3091 | 2024-12-17T20:51:49.033Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3092 | 2024-12-17T20:51:51.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s |
3093 | 2024-12-17T20:51:51.342Z | |
3094 | 2024-12-17T20:51:51.342Z | info: running `cargo check --bins` on oximeter-api (131/174) |
3095 | 2024-12-17T20:51:51.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2024-12-17T20:51:51.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2024-12-17T20:51:51.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3098 | 2024-12-17T20:51:51.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3099 | 2024-12-17T20:51:51.999Z | |
3100 | 2024-12-17T20:51:51.999Z | info: running `cargo check --bins` on cert-dev (132/174) |
3101 | 2024-12-17T20:51:52.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2024-12-17T20:51:52.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2024-12-17T20:51:52.646Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3104 | 2024-12-17T20:51:52.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3105 | 2024-12-17T20:51:53.090Z | |
3106 | 2024-12-17T20:51:53.091Z | info: running `cargo check --bins` on clickhouse-cluster-dev (133/174) |
3107 | 2024-12-17T20:51:53.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-12-17T20:51:53.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-12-17T20:51:53.814Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3110 | 2024-12-17T20:51:53.814Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3111 | 2024-12-17T20:51:54.436Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3112 | 2024-12-17T20:51:54.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
3113 | 2024-12-17T20:51:54.993Z | |
3114 | 2024-12-17T20:51:54.993Z | info: running `cargo check --bins` on ch-dev (134/174) |
3115 | 2024-12-17T20:51:55.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2024-12-17T20:51:55.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2024-12-17T20:51:55.690Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3118 | 2024-12-17T20:51:56.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
3119 | 2024-12-17T20:51:56.620Z | |
3120 | 2024-12-17T20:51:56.620Z | info: running `cargo check --bins` on crdb-seed (135/174) |
3121 | 2024-12-17T20:51:57.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2024-12-17T20:51:57.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2024-12-17T20:51:57.314Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3124 | 2024-12-17T20:51:57.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
3125 | 2024-12-17T20:51:57.884Z | |
3126 | 2024-12-17T20:51:57.884Z | info: running `cargo check --bins` on db-dev (136/174) |
3127 | 2024-12-17T20:51:58.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2024-12-17T20:51:58.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2024-12-17T20:51:58.571Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3130 | 2024-12-17T20:51:59.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
3131 | 2024-12-17T20:51:59.508Z | |
3132 | 2024-12-17T20:51:59.508Z | info: running `cargo check --bins` on omicron-dev-lib (137/174) |
3133 | 2024-12-17T20:52:00.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2024-12-17T20:52:00.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2024-12-17T20:52:00.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3136 | 2024-12-17T20:52:00.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3137 | 2024-12-17T20:52:00.186Z | |
3138 | 2024-12-17T20:52:00.186Z | info: running `cargo check --bins` on xtask-downloader (138/174) |
3139 | 2024-12-17T20:52:00.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2024-12-17T20:52:00.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2024-12-17T20:52:00.844Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3142 | 2024-12-17T20:52:01.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
3143 | 2024-12-17T20:52:01.994Z | |
3144 | 2024-12-17T20:52:01.994Z | info: running `cargo check --bins` on omicron-ls-apis (139/174) |
3145 | 2024-12-17T20:52:02.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3146 | 2024-12-17T20:52:02.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3147 | 2024-12-17T20:52:02.634Z | Checking cargo-platform v0.1.8 |
3148 | 2024-12-17T20:52:02.911Z | Checking cargo_metadata v0.18.1 |
3149 | 2024-12-17T20:52:03.950Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3150 | 2024-12-17T20:52:04.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s |
3151 | 2024-12-17T20:52:04.993Z | |
3152 | 2024-12-17T20:52:04.994Z | info: running `cargo check --bins` on mgs-dev (140/174) |
3153 | 2024-12-17T20:52:05.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3154 | 2024-12-17T20:52:05.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3155 | 2024-12-17T20:52:05.754Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3156 | 2024-12-17T20:52:06.509Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3157 | 2024-12-17T20:52:07.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
3158 | 2024-12-17T20:52:07.294Z | |
3159 | 2024-12-17T20:52:07.294Z | info: running `cargo check --bins` on omicron-omdb (141/174) |
3160 | 2024-12-17T20:52:07.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3161 | 2024-12-17T20:52:07.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3162 | 2024-12-17T20:52:08.133Z | Compiling crunchy v0.2.2 |
3163 | 2024-12-17T20:52:08.136Z | Compiling tiny-keccak v2.0.2 |
3164 | 2024-12-17T20:52:08.136Z | Compiling dsl_auto_type v0.1.2 |
3165 | 2024-12-17T20:52:08.136Z | Checking scheduled-thread-pool v0.2.7 |
3166 | 2024-12-17T20:52:08.136Z | Compiling diesel_table_macro_syntax v0.2.0 |
3167 | 2024-12-17T20:52:08.136Z | Compiling ascii-canvas v3.0.0 |
3168 | 2024-12-17T20:52:08.136Z | Compiling ena v0.14.3 |
3169 | 2024-12-17T20:52:08.136Z | Compiling diff v0.1.13 |
3170 | 2024-12-17T20:52:08.426Z | Checking r2d2 v0.8.10 |
3171 | 2024-12-17T20:52:08.619Z | Compiling regex-syntax v0.6.29 |
3172 | 2024-12-17T20:52:08.690Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3173 | 2024-12-17T20:52:08.721Z | Compiling ref-cast v1.0.23 |
3174 | 2024-12-17T20:52:08.773Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3175 | 2024-12-17T20:52:08.819Z | Compiling derive_builder_core v0.20.2 |
3176 | 2024-12-17T20:52:08.916Z | Compiling libxml v0.3.3 |
3177 | 2024-12-17T20:52:08.996Z | Compiling ref-cast-impl v1.0.23 |
3178 | 2024-12-17T20:52:09.066Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3179 | 2024-12-17T20:52:09.339Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3180 | 2024-12-17T20:52:09.369Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3181 | 2024-12-17T20:52:09.622Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3182 | 2024-12-17T20:52:09.647Z | Compiling strum_macros v0.24.3 |
3183 | 2024-12-17T20:52:09.666Z | Compiling samael v0.0.17 |
3184 | 2024-12-17T20:52:09.916Z | Compiling diesel_derives v2.2.3 |
3185 | 2024-12-17T20:52:10.037Z | Compiling indoc v1.0.9 |
3186 | 2024-12-17T20:52:11.063Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3187 | 2024-12-17T20:52:11.332Z | Compiling derive_builder_macro v0.20.2 |
3188 | 2024-12-17T20:52:11.356Z | Compiling impl-trait-for-tuples v0.2.2 |
3189 | 2024-12-17T20:52:12.225Z | Compiling lalrpop v0.19.12 |
3190 | 2024-12-17T20:52:12.340Z | Checking derive_builder v0.20.2 |
3191 | 2024-12-17T20:52:12.506Z | Compiling oso-derive v0.27.3 |
3192 | 2024-12-17T20:52:12.967Z | Checking quick-xml v0.33.0 |
3193 | 2024-12-17T20:52:13.474Z | Compiling diesel-dtrace v0.4.2 |
3194 | 2024-12-17T20:52:13.569Z | Checking maplit v1.0.2 |
3195 | 2024-12-17T20:52:13.726Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3196 | 2024-12-17T20:52:13.847Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3197 | 2024-12-17T20:52:13.949Z | Checking bb8 v0.8.5 |
3198 | 2024-12-17T20:52:14.240Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3199 | 2024-12-17T20:52:14.500Z | Checking castaway v0.2.3 |
3200 | 2024-12-17T20:52:14.537Z | Checking rand_seeder v0.3.0 |
3201 | 2024-12-17T20:52:14.681Z | Checking compact_str v0.8.0 |
3202 | 2024-12-17T20:52:14.778Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3203 | 2024-12-17T20:52:14.953Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3204 | 2024-12-17T20:52:15.002Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3205 | 2024-12-17T20:52:15.606Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3206 | 2024-12-17T20:52:15.622Z | Checking unicode-truncate v1.1.0 |
3207 | 2024-12-17T20:52:15.861Z | Checking lru v0.12.5 |
3208 | 2024-12-17T20:52:15.896Z | Compiling instability v0.3.2 |
3209 | 2024-12-17T20:52:16.170Z | Checking cassowary v0.3.0 |
3210 | 2024-12-17T20:52:16.610Z | Checking unicode-linebreak v0.1.5 |
3211 | 2024-12-17T20:52:16.706Z | Checking is_ci v1.2.0 |
3212 | 2024-12-17T20:52:16.851Z | Checking smawk v0.3.2 |
3213 | 2024-12-17T20:52:16.975Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3214 | 2024-12-17T20:52:17.011Z | Checking ratatui v0.28.1 |
3215 | 2024-12-17T20:52:17.049Z | Checking supports-color v3.0.1 |
3216 | 2024-12-17T20:52:17.068Z | Checking textwrap v0.16.1 |
3217 | 2024-12-17T20:52:17.276Z | Checking multimap v0.10.0 |
3218 | 2024-12-17T20:52:20.152Z | Checking diesel v2.2.6 |
3219 | 2024-12-17T20:52:47.055Z | Compiling polar-core v0.27.3 |
3220 | 2024-12-17T20:52:50.270Z | Checking async-bb8-diesel v0.2.1 |
3221 | 2024-12-17T20:52:54.779Z | Checking oso v0.27.3 |
3222 | 2024-12-17T20:54:09.033Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3223 | 2024-12-17T20:54:15.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s |
3224 | 2024-12-17T20:54:15.776Z | |
3225 | 2024-12-17T20:54:15.776Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (142/174) |
3226 | 2024-12-17T20:54:16.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2024-12-17T20:54:16.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2024-12-17T20:54:16.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3229 | 2024-12-17T20:54:16.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3230 | 2024-12-17T20:54:16.503Z | |
3231 | 2024-12-17T20:54:16.503Z | info: running `cargo check --bins` on nexus-saga-recovery (143/174) |
3232 | 2024-12-17T20:54:17.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2024-12-17T20:54:17.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2024-12-17T20:54:17.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3235 | 2024-12-17T20:54:17.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3236 | 2024-12-17T20:54:17.214Z | |
3237 | 2024-12-17T20:54:17.214Z | info: running `cargo check --bins` on nexus-test-utils-macros (144/174) |
3238 | 2024-12-17T20:54:17.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2024-12-17T20:54:17.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2024-12-17T20:54:17.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3241 | 2024-12-17T20:54:17.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3242 | 2024-12-17T20:54:17.868Z | |
3243 | 2024-12-17T20:54:17.868Z | info: running `cargo check --bins` on omicron-nexus (145/174) |
3244 | 2024-12-17T20:54:18.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2024-12-17T20:54:18.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2024-12-17T20:54:18.725Z | Compiling libz-sys v1.1.20 |
3247 | 2024-12-17T20:54:18.839Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3248 | 2024-12-17T20:54:18.853Z | Compiling vergen v8.3.2 |
3249 | 2024-12-17T20:54:18.856Z | Compiling cargo-platform v0.1.8 |
3250 | 2024-12-17T20:54:18.856Z | Compiling pin-project-internal v1.1.6 |
3251 | 2024-12-17T20:54:18.897Z | Compiling snafu-derive v0.8.5 |
3252 | 2024-12-17T20:54:18.900Z | Compiling libsqlite3-sys v0.30.1 |
3253 | 2024-12-17T20:54:18.900Z | Compiling rustls v0.21.12 |
3254 | 2024-12-17T20:54:19.138Z | Compiling cfg_aliases v0.2.1 |
3255 | 2024-12-17T20:54:19.192Z | Compiling cargo_metadata v0.18.1 |
3256 | 2024-12-17T20:54:19.253Z | Compiling buf-list v1.0.3 |
3257 | 2024-12-17T20:54:19.456Z | Compiling nix v0.29.0 |
3258 | 2024-12-17T20:54:19.560Z | Checking globset v0.4.15 |
3259 | 2024-12-17T20:54:19.815Z | Checking olpc-cjson v0.1.4 |
3260 | 2024-12-17T20:54:19.984Z | Checking sct v0.7.1 |
3261 | 2024-12-17T20:54:20.042Z | Checking rustls-webpki v0.101.7 |
3262 | 2024-12-17T20:54:20.068Z | Checking serde_plain v1.0.2 |
3263 | 2024-12-17T20:54:20.177Z | Checking typed-path v0.9.3 |
3264 | 2024-12-17T20:54:20.628Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3265 | 2024-12-17T20:54:20.856Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3266 | 2024-12-17T20:54:20.903Z | Checking hashlink v0.9.1 |
3267 | 2024-12-17T20:54:21.144Z | Checking parse-size v1.1.0 |
3268 | 2024-12-17T20:54:21.334Z | Checking fallible-iterator v0.3.0 |
3269 | 2024-12-17T20:54:21.528Z | Checking fallible-streaming-iterator v0.1.9 |
3270 | 2024-12-17T20:54:21.943Z | Checking rusqlite v0.32.1 |
3271 | 2024-12-17T20:54:21.962Z | Checking pin-project v1.1.6 |
3272 | 2024-12-17T20:54:22.089Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3273 | 2024-12-17T20:54:22.214Z | Checking rustls-pemfile v1.0.4 |
3274 | 2024-12-17T20:54:22.300Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3275 | 2024-12-17T20:54:22.415Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3276 | 2024-12-17T20:54:22.686Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3277 | 2024-12-17T20:54:22.991Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3278 | 2024-12-17T20:54:23.092Z | Checking twox-hash v1.6.3 |
3279 | 2024-12-17T20:54:23.130Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3280 | 2024-12-17T20:54:23.586Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3281 | 2024-12-17T20:54:23.608Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3282 | 2024-12-17T20:54:24.168Z | Checking tokio-rustls v0.24.1 |
3283 | 2024-12-17T20:54:24.230Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3284 | 2024-12-17T20:54:24.257Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3285 | 2024-12-17T20:54:24.530Z | Checking fatfs v0.3.6 |
3286 | 2024-12-17T20:54:24.722Z | Checking snafu v0.8.5 |
3287 | 2024-12-17T20:54:25.156Z | Checking assert_matches v1.5.0 |
3288 | 2024-12-17T20:54:25.215Z | Checking tough v0.19.0 |
3289 | 2024-12-17T20:54:29.590Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3290 | 2024-12-17T20:54:30.951Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3291 | 2024-12-17T20:54:31.471Z | Compiling git2 v0.19.0 |
3292 | 2024-12-17T20:54:36.509Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3293 | 2024-12-17T20:55:34.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
3294 | 2024-12-17T20:55:34.944Z | |
3295 | 2024-12-17T20:55:34.944Z | info: running `cargo check --bins` on nexus-external-api (146/174) |
3296 | 2024-12-17T20:55:35.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3297 | 2024-12-17T20:55:35.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3298 | 2024-12-17T20:55:35.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3299 | 2024-12-17T20:55:35.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3300 | 2024-12-17T20:55:35.676Z | |
3301 | 2024-12-17T20:55:35.676Z | info: running `cargo check --bins` on openapi-manager-types (147/174) |
3302 | 2024-12-17T20:55:36.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3303 | 2024-12-17T20:55:36.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3304 | 2024-12-17T20:55:36.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3305 | 2024-12-17T20:55:36.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3306 | 2024-12-17T20:55:36.332Z | |
3307 | 2024-12-17T20:55:36.333Z | info: running `cargo check --bins` on nexus-internal-api (148/174) |
3308 | 2024-12-17T20:55:36.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3309 | 2024-12-17T20:55:36.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3310 | 2024-12-17T20:55:36.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3311 | 2024-12-17T20:55:36.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3312 | 2024-12-17T20:55:37.026Z | |
3313 | 2024-12-17T20:55:37.026Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (149/174) |
3314 | 2024-12-17T20:55:37.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2024-12-17T20:55:37.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2024-12-17T20:55:37.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3317 | 2024-12-17T20:55:37.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3318 | 2024-12-17T20:55:37.746Z | |
3319 | 2024-12-17T20:55:37.746Z | info: running `cargo check --bins` on nexus-networking (150/174) |
3320 | 2024-12-17T20:55:38.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3321 | 2024-12-17T20:55:38.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3322 | 2024-12-17T20:55:38.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3323 | 2024-12-17T20:55:38.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3324 | 2024-12-17T20:55:38.463Z | |
3325 | 2024-12-17T20:55:38.463Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (151/174) |
3326 | 2024-12-17T20:55:39.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3327 | 2024-12-17T20:55:39.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3328 | 2024-12-17T20:55:39.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3329 | 2024-12-17T20:55:39.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3330 | 2024-12-17T20:55:39.188Z | |
3331 | 2024-12-17T20:55:39.188Z | info: running `cargo check --bins` on update-common (152/174) |
3332 | 2024-12-17T20:55:39.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3333 | 2024-12-17T20:55:39.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3334 | 2024-12-17T20:55:39.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3335 | 2024-12-17T20:55:39.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3336 | 2024-12-17T20:55:39.886Z | |
3337 | 2024-12-17T20:55:39.886Z | info: running `cargo check --bins` on tufaceous-lib (153/174) |
3338 | 2024-12-17T20:55:40.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3339 | 2024-12-17T20:55:40.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3340 | 2024-12-17T20:55:40.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3341 | 2024-12-17T20:55:40.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3342 | 2024-12-17T20:55:40.581Z | |
3343 | 2024-12-17T20:55:40.581Z | info: running `cargo check --bins` on tufaceous (154/174) |
3344 | 2024-12-17T20:55:41.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2024-12-17T20:55:41.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2024-12-17T20:55:41.291Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3347 | 2024-12-17T20:55:42.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
3348 | 2024-12-17T20:55:42.505Z | |
3349 | 2024-12-17T20:55:42.505Z | info: running `cargo check --bins` on omicron-dev (155/174) |
3350 | 2024-12-17T20:55:43.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3351 | 2024-12-17T20:55:43.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3352 | 2024-12-17T20:55:43.419Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3353 | 2024-12-17T20:55:43.543Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3354 | 2024-12-17T20:55:43.547Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3355 | 2024-12-17T20:55:43.556Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3356 | 2024-12-17T20:56:12.202Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3357 | 2024-12-17T20:56:12.202Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3358 | 2024-12-17T20:56:12.205Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3359 | 2024-12-17T20:56:12.205Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3360 | 2024-12-17T20:56:12.205Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3361 | 2024-12-17T20:56:13.039Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3362 | 2024-12-17T20:56:14.430Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3363 | 2024-12-17T20:56:57.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
3364 | 2024-12-17T20:56:57.694Z | |
3365 | 2024-12-17T20:56:57.694Z | info: running `cargo check --bins` on openapi-manager (156/174) |
3366 | 2024-12-17T20:56:58.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3367 | 2024-12-17T20:56:58.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3368 | 2024-12-17T20:56:58.447Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3369 | 2024-12-17T20:56:58.450Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3370 | 2024-12-17T20:56:58.450Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3371 | 2024-12-17T20:57:00.208Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3372 | 2024-12-17T20:57:01.131Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3373 | 2024-12-17T20:57:02.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
3374 | 2024-12-17T20:57:02.520Z | |
3375 | 2024-12-17T20:57:02.520Z | info: running `cargo check --bins` on installinator-api (157/174) |
3376 | 2024-12-17T20:57:03.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3377 | 2024-12-17T20:57:03.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3378 | 2024-12-17T20:57:03.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3379 | 2024-12-17T20:57:03.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3380 | 2024-12-17T20:57:03.205Z | |
3381 | 2024-12-17T20:57:03.205Z | info: running `cargo check --bins` on wicketd-api (158/174) |
3382 | 2024-12-17T20:57:03.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2024-12-17T20:57:03.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2024-12-17T20:57:03.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3385 | 2024-12-17T20:57:03.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3386 | 2024-12-17T20:57:03.919Z | |
3387 | 2024-12-17T20:57:03.919Z | info: running `cargo check --bins` on reconfigurator-cli (159/174) |
3388 | 2024-12-17T20:57:04.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3389 | 2024-12-17T20:57:04.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3390 | 2024-12-17T20:57:04.667Z | Compiling petname v2.0.2 |
3391 | 2024-12-17T20:57:04.670Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3392 | 2024-12-17T20:57:04.670Z | Checking sync-ptr v0.1.1 |
3393 | 2024-12-17T20:57:06.204Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3394 | 2024-12-17T20:57:07.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
3395 | 2024-12-17T20:57:08.021Z | |
3396 | 2024-12-17T20:57:08.021Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (160/174) |
3397 | 2024-12-17T20:57:08.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3398 | 2024-12-17T20:57:08.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3399 | 2024-12-17T20:57:08.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3400 | 2024-12-17T20:57:08.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3401 | 2024-12-17T20:57:08.723Z | |
3402 | 2024-12-17T20:57:08.723Z | info: running `cargo check --bins` on omicron-releng (161/174) |
3403 | 2024-12-17T20:57:09.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3404 | 2024-12-17T20:57:09.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3405 | 2024-12-17T20:57:09.453Z | Checking memmap2 v0.9.5 |
3406 | 2024-12-17T20:57:09.453Z | Checking arrayvec v0.7.6 |
3407 | 2024-12-17T20:57:09.456Z | Checking constant_time_eq v0.3.1 |
3408 | 2024-12-17T20:57:09.456Z | Checking arrayref v0.3.9 |
3409 | 2024-12-17T20:57:09.456Z | Checking spin v0.5.2 |
3410 | 2024-12-17T20:57:09.456Z | Checking topological-sort v0.2.2 |
3411 | 2024-12-17T20:57:09.570Z | Checking shell-words v1.1.0 |
3412 | 2024-12-17T20:57:09.782Z | Checking ring v0.16.20 |
3413 | 2024-12-17T20:57:09.859Z | Checking blake3 v1.5.4 |
3414 | 2024-12-17T20:57:10.977Z | Checking omicron-zone-package v0.11.1 |
3415 | 2024-12-17T20:57:12.176Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3416 | 2024-12-17T20:57:13.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
3417 | 2024-12-17T20:57:13.352Z | |
3418 | 2024-12-17T20:57:13.352Z | info: running `cargo check --bins` on xtask (162/174) |
3419 | 2024-12-17T20:57:13.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3420 | 2024-12-17T20:57:13.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3421 | 2024-12-17T20:57:13.807Z | Checking bitflags v2.6.0 |
3422 | 2024-12-17T20:57:13.813Z | Checking serde v1.0.215 |
3423 | 2024-12-17T20:57:13.813Z | Checking thiserror v1.0.69 |
3424 | 2024-12-17T20:57:13.900Z | Checking scroll v0.12.0 |
3425 | 2024-12-17T20:57:13.903Z | Checking log v0.4.22 |
3426 | 2024-12-17T20:57:13.912Z | Checking hashbrown v0.15.1 |
3427 | 2024-12-17T20:57:13.923Z | Checking zerocopy v0.7.35 |
3428 | 2024-12-17T20:57:13.950Z | Checking syn v2.0.87 |
3429 | 2024-12-17T20:57:14.006Z | Checking pest v2.7.14 |
3430 | 2024-12-17T20:57:14.125Z | Checking rustix v0.38.37 |
3431 | 2024-12-17T20:57:14.174Z | Checking once_cell v1.20.2 |
3432 | 2024-12-17T20:57:14.377Z | Checking goblin v0.8.2 |
3433 | 2024-12-17T20:57:14.491Z | Checking fs-err v2.11.0 |
3434 | 2024-12-17T20:57:14.795Z | Checking tabled v0.15.0 |
3435 | 2024-12-17T20:57:14.964Z | Checking indexmap v2.6.0 |
3436 | 2024-12-17T20:57:15.443Z | Checking anyhow v1.0.93 |
3437 | 2024-12-17T20:57:16.127Z | Checking terminal_size v0.4.0 |
3438 | 2024-12-17T20:57:16.130Z | Checking tempfile v3.13.0 |
3439 | 2024-12-17T20:57:16.306Z | Checking clap_builder v4.5.21 |
3440 | 2024-12-17T20:57:16.642Z | Checking dtrace-parser v0.2.0 |
3441 | 2024-12-17T20:57:18.198Z | Checking serde_json v1.0.132 |
3442 | 2024-12-17T20:57:18.198Z | Checking toml_datetime v0.6.8 |
3443 | 2024-12-17T20:57:18.198Z | Checking serde_spanned v0.6.8 |
3444 | 2024-12-17T20:57:18.200Z | Checking camino v1.1.9 |
3445 | 2024-12-17T20:57:18.200Z | Checking cargo-platform v0.1.8 |
3446 | 2024-12-17T20:57:18.379Z | Checking semver v1.0.23 |
3447 | 2024-12-17T20:57:18.406Z | Checking macaddr v1.0.1 |
3448 | 2024-12-17T20:57:18.513Z | Checking toml_edit v0.22.22 |
3449 | 2024-12-17T20:57:18.733Z | Checking camino-tempfile v1.1.1 |
3450 | 2024-12-17T20:57:18.795Z | Checking clap v4.5.21 |
3451 | 2024-12-17T20:57:19.481Z | Checking dof v0.3.0 |
3452 | 2024-12-17T20:57:19.481Z | Checking cargo_metadata v0.18.1 |
3453 | 2024-12-17T20:57:19.909Z | Checking usdt-impl v0.5.0 |
3454 | 2024-12-17T20:57:20.289Z | Checking usdt v0.5.0 |
3455 | 2024-12-17T20:57:20.430Z | Checking toml v0.8.19 |
3456 | 2024-12-17T20:57:20.929Z | Checking cargo_toml v0.20.5 |
3457 | 2024-12-17T20:57:22.240Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3458 | 2024-12-17T20:57:22.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.54s |
3459 | 2024-12-17T20:57:22.998Z | |
3460 | 2024-12-17T20:57:22.998Z | info: running `cargo check --bins` on end-to-end-tests (163/174) |
3461 | 2024-12-17T20:57:23.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3462 | 2024-12-17T20:57:23.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3463 | 2024-12-17T20:57:23.811Z | Checking polyval v0.6.2 |
3464 | 2024-12-17T20:57:23.926Z | Checking ctr v0.9.2 |
3465 | 2024-12-17T20:57:23.939Z | Checking ssh-encoding v0.2.0 |
3466 | 2024-12-17T20:57:23.951Z | Checking blowfish v0.9.1 |
3467 | 2024-12-17T20:57:23.965Z | Checking password-hash v0.4.2 |
3468 | 2024-12-17T20:57:23.968Z | Checking matches v0.1.10 |
3469 | 2024-12-17T20:57:24.000Z | Checking p256 v0.13.2 |
3470 | 2024-12-17T20:57:24.000Z | Checking p521 v0.13.3 |
3471 | 2024-12-17T20:57:24.071Z | Checking idna v0.2.3 |
3472 | 2024-12-17T20:57:24.150Z | Checking ghash v0.5.1 |
3473 | 2024-12-17T20:57:24.193Z | Checking bcrypt-pbkdf v0.10.0 |
3474 | 2024-12-17T20:57:24.197Z | Compiling enum-as-inner v0.5.1 |
3475 | 2024-12-17T20:57:24.280Z | Checking russh-cryptovec v0.7.3 |
3476 | 2024-12-17T20:57:24.311Z | Checking aes-gcm v0.10.3 |
3477 | 2024-12-17T20:57:24.409Z | Checking pbkdf2 v0.11.0 |
3478 | 2024-12-17T20:57:24.455Z | Checking md5 v0.7.0 |
3479 | 2024-12-17T20:57:24.491Z | Checking num-bigint v0.4.6 |
3480 | 2024-12-17T20:57:24.512Z | Checking des v0.8.1 |
3481 | 2024-12-17T20:57:24.547Z | Checking ssh-cipher v0.2.0 |
3482 | 2024-12-17T20:57:24.690Z | Compiling dhcproto-macros v0.1.0 |
3483 | 2024-12-17T20:57:24.726Z | Checking hex-literal v0.4.1 |
3484 | 2024-12-17T20:57:24.789Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3485 | 2024-12-17T20:57:24.837Z | Checking ssh-key v0.6.6 |
3486 | 2024-12-17T20:57:24.868Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3487 | 2024-12-17T20:57:24.951Z | Checking internet-checksum v0.2.1 |
3488 | 2024-12-17T20:57:25.316Z | Checking trust-dns-proto v0.22.0 |
3489 | 2024-12-17T20:57:26.216Z | Checking russh-keys v0.45.0 |
3490 | 2024-12-17T20:57:27.196Z | Checking russh v0.45.0 |
3491 | 2024-12-17T20:57:27.920Z | Checking dhcproto v0.12.0 |
3492 | 2024-12-17T20:57:46.167Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3493 | 2024-12-17T20:57:47.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.71s |
3494 | 2024-12-17T20:57:47.927Z | |
3495 | 2024-12-17T20:57:47.927Z | info: running `cargo check --bins` on gateway-cli (164/174) |
3496 | 2024-12-17T20:57:48.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3497 | 2024-12-17T20:57:48.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3498 | 2024-12-17T20:57:48.604Z | Checking termios v0.3.3 |
3499 | 2024-12-17T20:57:48.828Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3500 | 2024-12-17T20:57:49.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
3501 | 2024-12-17T20:57:49.865Z | |
3502 | 2024-12-17T20:57:49.865Z | info: running `cargo check --bins --no-default-features` on installinator (165/174) |
3503 | 2024-12-17T20:57:50.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3504 | 2024-12-17T20:57:50.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3505 | 2024-12-17T20:57:50.606Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3506 | 2024-12-17T20:57:52.731Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3507 | 2024-12-17T20:57:54.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s |
3508 | 2024-12-17T20:57:54.918Z | |
3509 | 2024-12-17T20:57:54.918Z | info: running `cargo check --bins` on internal-dns-cli (166/174) |
3510 | 2024-12-17T20:57:55.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3511 | 2024-12-17T20:57:55.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3512 | 2024-12-17T20:57:55.592Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3513 | 2024-12-17T20:57:56.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
3514 | 2024-12-17T20:57:56.287Z | |
3515 | 2024-12-17T20:57:56.287Z | info: running `cargo check --bins` on omicron-live-tests (167/174) |
3516 | 2024-12-17T20:57:56.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2024-12-17T20:57:56.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2024-12-17T20:57:56.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3519 | 2024-12-17T20:57:56.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3520 | 2024-12-17T20:57:56.932Z | |
3521 | 2024-12-17T20:57:56.932Z | info: running `cargo check --bins` on live-tests-macros (168/174) |
3522 | 2024-12-17T20:57:57.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3523 | 2024-12-17T20:57:57.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3524 | 2024-12-17T20:57:57.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3525 | 2024-12-17T20:57:57.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3526 | 2024-12-17T20:57:57.579Z | |
3527 | 2024-12-17T20:57:57.579Z | info: running `cargo check --bins` on omicron-package (169/174) |
3528 | 2024-12-17T20:57:58.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2024-12-17T20:57:58.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2024-12-17T20:57:58.291Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3531 | 2024-12-17T20:57:59.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
3532 | 2024-12-17T20:57:59.875Z | |
3533 | 2024-12-17T20:57:59.875Z | info: running `cargo check --bins` on wicket-dbg (170/174) |
3534 | 2024-12-17T20:58:00.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3535 | 2024-12-17T20:58:00.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3536 | 2024-12-17T20:58:00.628Z | Checking rtoolbox v0.0.2 |
3537 | 2024-12-17T20:58:00.630Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3538 | 2024-12-17T20:58:00.630Z | Checking tui-tree-widget v0.22.0 |
3539 | 2024-12-17T20:58:00.859Z | Checking rpassword v7.3.1 |
3540 | 2024-12-17T20:58:05.273Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3541 | 2024-12-17T20:58:08.472Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3542 | 2024-12-17T20:58:09.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.94s |
3543 | 2024-12-17T20:58:10.010Z | |
3544 | 2024-12-17T20:58:10.010Z | info: running `cargo check --bins` on wicket (171/174) |
3545 | 2024-12-17T20:58:10.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2024-12-17T20:58:10.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2024-12-17T20:58:10.750Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3548 | 2024-12-17T20:58:11.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
3549 | 2024-12-17T20:58:11.405Z | |
3550 | 2024-12-17T20:58:11.405Z | info: running `cargo check --bins` on wicketd (172/174) |
3551 | 2024-12-17T20:58:12.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2024-12-17T20:58:12.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2024-12-17T20:58:12.167Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3554 | 2024-12-17T20:58:16.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s |
3555 | 2024-12-17T20:58:16.617Z | |
3556 | 2024-12-17T20:58:16.617Z | info: running `cargo check --bins` on omicron-workspace-hack (173/174) |
3557 | 2024-12-17T20:58:17.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2024-12-17T20:58:17.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2024-12-17T20:58:17.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3560 | 2024-12-17T20:58:17.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3561 | 2024-12-17T20:58:17.280Z | |
3562 | 2024-12-17T20:58:17.280Z | info: running `cargo check --bins` on zone-setup (174/174) |
3563 | 2024-12-17T20:58:17.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3564 | 2024-12-17T20:58:17.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3565 | 2024-12-17T20:58:18.054Z | Checking uzers v0.12.1 |
3566 | 2024-12-17T20:58:18.407Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3567 | 2024-12-17T20:58:19.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s |
3568 | 2024-12-17T20:58:19.849Z | |
3569 | 2024-12-17T20:58:19.849Z | real 13:49.163528231 |
3570 | 2024-12-17T20:58:19.849Z | user 25:32.936654854 |
3571 | 2024-12-17T20:58:19.849Z | sys 5:39.131627522 |
3572 | 2024-12-17T20:58:19.852Z | trap 0.550402082 |
3573 | 2024-12-17T20:58:19.852Z | tflt 2.386641617 |
3574 | 2024-12-17T20:58:19.852Z | dflt 3.052428031 |
3575 | 2024-12-17T20:58:19.853Z | kflt 0.000844769 |
3576 | 2024-12-17T20:58:19.853Z | lock 49:15.738908746 |
3577 | 2024-12-17T20:58:19.853Z | slp 2:13:45.391406446 |
3578 | 2024-12-17T20:58:19.853Z | lat 1:04.915211408 |
3579 | 2024-12-17T20:58:19.853Z | stop 3:30.500870280 |
3580 | 2024-12-17T20:58:19.853Z | process exited: duration 1130046 ms, exit code 0 |
|
3581 | 2024-12-17T20:58:19.859Z | found 0 output files |