|
|
|
1 | 2024-12-21T04:19:07.947Z | job assigned to worker 01JFKQ00VDCT06ARQGDY30446R [factory aws, i-0d6763f7e7fb4d489] (queued for 50 s) |
|
2 | 2024-12-21T04:19:16.839Z | starting task 0: "setup" |
3 | 2024-12-21T04:19:16.847Z | ++ uname -s |
4 | 2024-12-21T04:19:16.849Z | + kern=SunOS |
5 | 2024-12-21T04:19:16.849Z | + case "$kern" in |
6 | 2024-12-21T04:19:16.849Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:19:16.852Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:19:18.859Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:19:18.967Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:19:18.970Z | + home_fs=zfs |
11 | 2024-12-21T04:19:18.970Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:19:18.970Z | + mkdir -p /home/build |
13 | 2024-12-21T04:19:18.973Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:19:20.975Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:19:20.978Z | process exited: duration 4138 ms, exit code 0 |
|
16 | 2024-12-21T04:19:20.983Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:19:20.989Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:19:20.989Z | ' 1.81.0 |
19 | 2024-12-21T04:19:20.989Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T04:19:20.989Z | * toolchain profile = "default" |
21 | 2024-12-21T04:19:20.991Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-21T04:19:20.991Z | ' default |
23 | 2024-12-21T04:19:20.991Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:19:20.991Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:19:21.109Z | info: downloading installer |
26 | 2024-12-21T04:19:22.404Z | info: profile set to 'default' |
27 | 2024-12-21T04:19:22.404Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:19:22.408Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:19:22.562Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:19:22.563Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:19:23.402Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:19:23.716Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:19:24.878Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:19:26.788Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:19:33.311Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:19:33.555Z | info: installing component 'cargo' |
37 | 2024-12-21T04:19:34.370Z | info: installing component 'clippy' |
38 | 2024-12-21T04:19:34.742Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:19:36.400Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:19:38.119Z | info: installing component 'rustc' |
41 | 2024-12-21T04:19:43.978Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:19:44.309Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:19:44.309Z | |
44 | 2024-12-21T04:19:44.668Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:19:44.668Z | |
46 | 2024-12-21T04:19:44.670Z | |
47 | 2024-12-21T04:19:44.670Z | Rust is installed now. Great! |
48 | 2024-12-21T04:19:44.670Z | |
49 | 2024-12-21T04:19:44.670Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:19:44.670Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:19:44.670Z | |
52 | 2024-12-21T04:19:44.670Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:19:44.670Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:19:44.670Z | |
55 | 2024-12-21T04:19:44.671Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:19:44.671Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:19:44.671Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:19:44.738Z | + rustc --version |
59 | 2024-12-21T04:19:44.808Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:19:44.812Z | process exited: duration 23817 ms, exit code 0 |
|
61 | 2024-12-21T04:19:44.817Z | starting task 2: "authentication" |
62 | 2024-12-21T04:19:44.838Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-21T04:19:44.843Z | starting task 3: "clone repository" |
64 | 2024-12-21T04:19:44.848Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T04:19:44.851Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T04:19:45.201Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T04:19:51.837Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T04:19:51.837Z | + git fetch origin 3c83ce0d399ef2b772bdc55c585c74fe917acf16 |
69 | 2024-12-21T04:19:52.194Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T04:19:52.194Z | * branch 3c83ce0d399ef2b772bdc55c585c74fe917acf16 -> FETCH_HEAD |
71 | 2024-12-21T04:19:52.205Z | + [[ -n renovate/csv-1.x ]] |
72 | 2024-12-21T04:19:52.208Z | ++ git branch --show-current |
73 | 2024-12-21T04:19:52.211Z | + current=main |
74 | 2024-12-21T04:19:52.211Z | + [[ main != renovate/csv-1.x ]] |
75 | 2024-12-21T04:19:52.211Z | + git branch -f renovate/csv-1.x 3c83ce0d399ef2b772bdc55c585c74fe917acf16 |
76 | 2024-12-21T04:19:52.214Z | + git checkout -f renovate/csv-1.x |
77 | 2024-12-21T04:19:52.389Z | Switched to branch 'renovate/csv-1.x' |
78 | 2024-12-21T04:19:52.392Z | + git reset --hard 3c83ce0d399ef2b772bdc55c585c74fe917acf16 |
79 | 2024-12-21T04:19:52.406Z | HEAD is now at 3c83ce0d3 Update Rust crate csv to 1.3.1 |
80 | 2024-12-21T04:19:52.409Z | process exited: duration 7561 ms, exit code 0 |
|
81 | 2024-12-21T04:19:52.415Z | starting task 4: "build" |
82 | 2024-12-21T04:19:52.420Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T04:19:52.420Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T04:19:52.423Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:19:52.423Z | + cargo --version |
86 | 2024-12-21T04:19:52.480Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T04:19:52.483Z | + rustc --version |
88 | 2024-12-21T04:19:52.548Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T04:19:52.556Z | + source ./env.sh |
90 | 2024-12-21T04:19:52.556Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-21T04:19:52.556Z | ++ set -o xtrace |
92 | 2024-12-21T04:19:52.556Z | ++++ dirname ./env.sh |
93 | 2024-12-21T04:19:52.556Z | +++ readlink -f . |
94 | 2024-12-21T04:19:52.650Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-21T04:19:52.652Z | ++ 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-21T04:19:52.652Z | ++ 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-21T04:19:52.652Z | ++ 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-21T04:19:52.652Z | ++ 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-21T04:19:52.652Z | ++ 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-21T04:19:52.652Z | ++ 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-21T04:19:52.652Z | ++ 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-21T04:19:52.654Z | ++ 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-21T04:19:52.654Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-21T04:19:52.654Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-21T04:19:52.654Z | + 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-21T04:19:52.654Z | + 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-21T04:19:52.654Z | + banner prerequisites |
108 | 2024-12-21T04:19:52.751Z | |
109 | 2024-12-21T04:19:52.751Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-21T04:19:52.751Z | # # # # # # # # # # # # # # # |
111 | 2024-12-21T04:19:52.751Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-21T04:19:52.751Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-21T04:19:52.751Z | # # # # # # # # # # # # # # # |
114 | 2024-12-21T04:19:52.751Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-21T04:19:52.751Z | |
116 | 2024-12-21T04:19:52.754Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-21T04:20:09.306Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-21T04:20:13.454Z | Startup: Caching catalogs ... Done |
119 | 2024-12-21T04:20:24.426Z | Planning: Solver setup ... Done (9.985s) |
120 | 2024-12-21T04:20:24.559Z | Planning: Running solver ... Done (0.134s) |
121 | 2024-12-21T04:20:24.757Z | Planning: Finding local manifests ... Done (0.099s) |
122 | 2024-12-21T04:20:26.010Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-21T04:20:26.757Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-21T04:20:27.060Z | Planning: Package planning ... Done (0.280s) |
125 | 2024-12-21T04:20:27.273Z | Planning: Merging actions ... Done (0.240s) |
126 | 2024-12-21T04:20:28.186Z | Planning: Checking for conflicting actions ... Done (0.877s) |
127 | 2024-12-21T04:20:34.050Z | Planning: Consolidating action changes ... Done (5.903s) |
128 | 2024-12-21T04:20:34.459Z | Planning: Evaluating mediators ... Done (0.409s) |
129 | 2024-12-21T04:20:34.588Z | Planning: Planning completed in 21.05 seconds |
130 | 2024-12-21T04:20:34.720Z | Packages to install: 4 |
131 | 2024-12-21T04:20:34.720Z | Packages to update: 1 |
132 | 2024-12-21T04:20:34.720Z | Mediators to change: 2 |
133 | 2024-12-21T04:20:34.724Z | Services to change: 1 |
134 | 2024-12-21T04:20:34.724Z | Estimated space available: 155.63 GB |
135 | 2024-12-21T04:20:34.724Z | Estimated space to be consumed: 1.62 GB |
136 | 2024-12-21T04:20:34.724Z | Create boot environment: No |
137 | 2024-12-21T04:20:34.724Z | Create backup boot environment: Yes |
138 | 2024-12-21T04:20:34.724Z | Rebuild boot archive: No |
139 | 2024-12-21T04:20:34.724Z | |
140 | 2024-12-21T04:20:34.724Z | Changed mediators: |
141 | 2024-12-21T04:20:34.724Z | mediator clang: |
142 | 2024-12-21T04:20:34.724Z | version: None -> 15 (system default) |
143 | 2024-12-21T04:20:34.724Z | |
144 | 2024-12-21T04:20:34.724Z | mediator llvm: |
145 | 2024-12-21T04:20:34.724Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-21T04:20:34.724Z | |
147 | 2024-12-21T04:20:34.726Z | Changed packages: |
148 | 2024-12-21T04:20:34.726Z | helios-dev |
149 | 2024-12-21T04:20:34.726Z | developer/build-essential |
150 | 2024-12-21T04:20:34.726Z | None -> 11-2.0 |
151 | 2024-12-21T04:20:34.726Z | library/libxmlsec1 |
152 | 2024-12-21T04:20:34.726Z | None -> 1.2.35-2.0 |
153 | 2024-12-21T04:20:34.726Z | ooce/developer/clang-15 |
154 | 2024-12-21T04:20:34.726Z | None -> 15.0.7-2.0 |
155 | 2024-12-21T04:20:34.726Z | ooce/developer/llvm-15 |
156 | 2024-12-21T04:20:34.726Z | None -> 15.0.7-2.0 |
157 | 2024-12-21T04:20:34.726Z | package/pkg |
158 | 2024-12-21T04:20:34.726Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-21T04:20:34.726Z | |
160 | 2024-12-21T04:20:34.726Z | Services: |
161 | 2024-12-21T04:20:34.726Z | restart_fmri: |
162 | 2024-12-21T04:20:34.726Z | svc:/system/update-man-index:default |
163 | 2024-12-21T04:20:34.726Z | |
164 | 2024-12-21T04:20:34.726Z | Editable files to change: |
165 | 2024-12-21T04:20:34.726Z | Update: |
166 | 2024-12-21T04:20:34.726Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-21T04:20:34.975Z | |
168 | 2024-12-21T04:20:34.975Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-21T04:20:40.025Z | Download: 562/4281 items 17.5/220.6MB 7% complete (3.6M/s) |
170 | 2024-12-21T04:20:45.008Z | Download: 846/4281 items 18.8/220.6MB 8% complete (2.0M/s) |
171 | 2024-12-21T04:20:50.170Z | Download: 1169/4281 items 68.3/220.6MB 30% complete (5.0M/s) |
172 | 2024-12-21T04:20:55.142Z | Download: 1299/4281 items 113.0/220.6MB 51% complete (9.4M/s) |
173 | 2024-12-21T04:21:00.053Z | Download: 1822/4281 items 118.4/220.6MB 53% complete (6.5M/s) |
174 | 2024-12-21T04:21:05.125Z | Download: 2211/4281 items 119.2/220.6MB 54% complete (963k/s) |
175 | 2024-12-21T04:21:10.218Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (692k/s) |
176 | 2024-12-21T04:21:15.211Z | Download: 2738/4281 items 120.6/220.6MB 54% complete (136k/s) |
177 | 2024-12-21T04:21:20.913Z | Download: 3238/4281 items 201.6/220.6MB 91% complete (8.3M/s) |
178 | 2024-12-21T04:21:38.132Z | Download: 3246/4281 items 203.1/220.6MB 92% complete |
179 | 2024-12-21T04:21:43.104Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (3.1k/s) |
180 | 2024-12-21T04:21:48.186Z | Download: 4205/4281 items 220.6/220.6MB 99% complete (1.9M/s) |
181 | 2024-12-21T04:22:15.385Z | Download: 4207/4281 items 220.6/220.6MB 99% complete |
182 | 2024-12-21T04:22:15.918Z | Download: Completed 220.60 MB in 100.90 seconds (2.2M/s) |
183 | 2024-12-21T04:22:17.889Z | Actions: 1/5063 actions (Removing old actions) |
184 | 2024-12-21T04:22:17.911Z | Actions: 194/5063 actions (Installing new actions) |
185 | 2024-12-21T04:22:22.916Z | Actions: 4102/5063 actions (Installing new actions) |
186 | 2024-12-21T04:22:23.717Z | Actions: 4226/5063 actions (Updating modified actions) |
187 | 2024-12-21T04:22:24.138Z | Actions: Completed 5063 actions in 6.25 seconds. |
188 | 2024-12-21T04:22:24.581Z | Done (0.435s) |
189 | 2024-12-21T04:22:24.584Z | Done (0.000s) |
190 | 2024-12-21T04:22:25.159Z | Done (0.576s) |
191 | 2024-12-21T04:22:32.237Z | Done (6.839s) |
192 | 2024-12-21T04:22:32.598Z | Done (0.280s) |
193 | 2024-12-21T04:22:32.623Z | Done (0.000s) |
194 | 2024-12-21T04:22:32.789Z | Done (0.000s) |
195 | 2024-12-21T04:22:33.512Z | Planning: Evaluating mediator changes ... Done |
196 | 2024-12-21T04:22:33.688Z | Planning: Checking for conflicting actions ... Done |
197 | 2024-12-21T04:22:33.691Z | Planning: Consolidating action changes ... Done |
198 | 2024-12-21T04:22:33.964Z | Planning: Evaluating mediators ... Done |
199 | 2024-12-21T04:22:33.967Z | Planning: Planning completed in 0.45 seconds |
200 | 2024-12-21T04:22:34.003Z | Mediators to change: 2 |
201 | 2024-12-21T04:22:34.003Z | Create boot environment: No |
202 | 2024-12-21T04:22:34.003Z | Create backup boot environment: No |
203 | 2024-12-21T04:22:34.086Z | Done |
204 | 2024-12-21T04:22:34.086Z | Done |
205 | 2024-12-21T04:22:34.468Z | Done |
206 | 2024-12-21T04:22:38.477Z | Done |
207 | 2024-12-21T04:22:38.576Z | Done |
208 | 2024-12-21T04:22:38.578Z | Done |
209 | 2024-12-21T04:22:38.729Z | Done |
210 | 2024-12-21T04:22:39.381Z | Planning: Evaluating mediator changes ... Done |
211 | 2024-12-21T04:22:39.384Z | Planning: Merging actions ... Done |
212 | 2024-12-21T04:22:39.580Z | Planning: Checking for conflicting actions ... Done |
213 | 2024-12-21T04:22:39.583Z | Planning: Consolidating action changes ... Done |
214 | 2024-12-21T04:22:39.864Z | Planning: Evaluating mediators ... Done |
215 | 2024-12-21T04:22:39.923Z | Planning: Planning completed in 0.80 seconds |
216 | 2024-12-21T04:22:39.966Z | Packages to change: 1 |
217 | 2024-12-21T04:22:39.967Z | Mediators to change: 1 |
218 | 2024-12-21T04:22:39.967Z | Services to change: 1 |
219 | 2024-12-21T04:22:39.967Z | Create boot environment: No |
220 | 2024-12-21T04:22:39.967Z | Create backup boot environment: Yes |
221 | 2024-12-21T04:22:42.065Z | Actions: 1/6 actions (Updating modified actions) |
222 | 2024-12-21T04:22:42.156Z | Actions: Completed 6 actions in 0.09 seconds. |
223 | 2024-12-21T04:22:42.158Z | Done |
224 | 2024-12-21T04:22:42.158Z | Done |
225 | 2024-12-21T04:22:42.275Z | Done |
226 | 2024-12-21T04:22:46.372Z | Done |
227 | 2024-12-21T04:22:46.472Z | Done |
228 | 2024-12-21T04:22:46.474Z | Done |
229 | 2024-12-21T04:22:46.629Z | Done |
230 | 2024-12-21T04:22:47.093Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
231 | 2024-12-21T04:22:47.093Z | clang system 15 system |
232 | 2024-12-21T04:22:47.093Z | csh system system illumos |
233 | 2024-12-21T04:22:47.093Z | ctags system system illumos |
234 | 2024-12-21T04:22:47.093Z | gcc vendor 12 vendor |
235 | 2024-12-21T04:22:47.093Z | gcc system 10 system |
236 | 2024-12-21T04:22:47.093Z | gcc system 7 system |
237 | 2024-12-21T04:22:47.093Z | go system 1.20 system |
238 | 2024-12-21T04:22:47.093Z | go system 1.19 system |
239 | 2024-12-21T04:22:47.093Z | llvm system 15 system |
240 | 2024-12-21T04:22:47.093Z | llvm system 14 system |
241 | 2024-12-21T04:22:47.093Z | mariadb system 10.6 system |
242 | 2024-12-21T04:22:47.093Z | mta vendor vendor dma |
243 | 2024-12-21T04:22:47.093Z | openjdk system 17 system |
244 | 2024-12-21T04:22:47.093Z | openjdk system 11 system |
245 | 2024-12-21T04:22:47.093Z | openjdk system 1.8 system |
246 | 2024-12-21T04:22:47.093Z | openssl vendor 3 vendor |
247 | 2024-12-21T04:22:47.093Z | perl system 5.36 system |
248 | 2024-12-21T04:22:47.093Z | postgresql system 15 system |
249 | 2024-12-21T04:22:47.093Z | postgresql system 13 system |
250 | 2024-12-21T04:22:47.093Z | python vendor 3 vendor |
251 | 2024-12-21T04:22:47.093Z | python system 2 system |
252 | 2024-12-21T04:22:47.094Z | python3 system 3.11 system |
253 | 2024-12-21T04:22:47.094Z | ruby system 3.0 system |
254 | 2024-12-21T04:22:47.094Z | words vendor vendor american-english |
255 | 2024-12-21T04:22:47.094Z | words system system australian-english |
256 | 2024-12-21T04:22:47.094Z | words system system british-english |
257 | 2024-12-21T04:22:47.094Z | words system system canadian-english |
258 | 2024-12-21T04:22:47.094Z | words system system french |
259 | 2024-12-21T04:22:47.094Z | words system system italian |
260 | 2024-12-21T04:22:47.094Z | words system system ngerman |
261 | 2024-12-21T04:22:47.094Z | words system system ogerman |
262 | 2024-12-21T04:22:47.094Z | words system system spanish |
263 | 2024-12-21T04:22:47.437Z | PUBLISHER TYPE STATUS P LOCATION |
264 | 2024-12-21T04:22:47.437Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
265 | 2024-12-21T04:22:50.255Z | FMRI IFO |
266 | 2024-12-21T04:22:50.255Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
267 | 2024-12-21T04:22:50.255Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
268 | 2024-12-21T04:22:50.255Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
269 | 2024-12-21T04:22:50.255Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
270 | 2024-12-21T04:22:50.255Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
271 | 2024-12-21T04:22:50.255Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
272 | 2024-12-21T04:22:50.255Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
273 | 2024-12-21T04:22:50.255Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
274 | 2024-12-21T04:22:50.255Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
275 | 2024-12-21T04:22:50.255Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
276 | 2024-12-21T04:22:50.255Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
277 | 2024-12-21T04:22:50.255Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
278 | 2024-12-21T04:22:50.255Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
279 | 2024-12-21T04:22:50.255Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
280 | 2024-12-21T04:22:50.255Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
281 | 2024-12-21T04:22:51.044Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
282 | 2024-12-21T04:22:51.333Z | Updating crates.io index |
283 | 2024-12-21T04:22:51.338Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
284 | 2024-12-21T04:22:51.761Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
285 | 2024-12-21T04:22:52.257Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
286 | 2024-12-21T04:22:52.487Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
287 | 2024-12-21T04:22:52.765Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
288 | 2024-12-21T04:22:52.994Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
289 | 2024-12-21T04:22:53.944Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
290 | 2024-12-21T04:22:55.406Z | Updating git repository `https://github.com/oxidecomputer/opte` |
291 | 2024-12-21T04:22:55.990Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
292 | 2024-12-21T04:22:56.702Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
293 | 2024-12-21T04:22:56.983Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
294 | 2024-12-21T04:22:57.275Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
295 | 2024-12-21T04:22:57.969Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
296 | 2024-12-21T04:22:58.282Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
297 | 2024-12-21T04:22:58.622Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
298 | 2024-12-21T04:22:58.913Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
299 | 2024-12-21T04:22:59.153Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
300 | 2024-12-21T04:22:59.402Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
301 | 2024-12-21T04:22:59.699Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
302 | 2024-12-21T04:23:00.002Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2024-12-21T04:23:00.405Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
304 | 2024-12-21T04:23:00.734Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
305 | 2024-12-21T04:23:01.201Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
306 | 2024-12-21T04:23:01.565Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
307 | 2024-12-21T04:23:01.928Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
308 | 2024-12-21T04:23:02.297Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
309 | 2024-12-21T04:23:02.636Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
310 | 2024-12-21T04:23:02.942Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
311 | 2024-12-21T04:23:03.174Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
312 | 2024-12-21T04:23:04.596Z | Downloading crates ... |
313 | 2024-12-21T04:23:04.660Z | Downloaded crypto-common v0.1.6 |
314 | 2024-12-21T04:23:04.663Z | Downloaded anstyle-parse v0.2.5 |
315 | 2024-12-21T04:23:04.668Z | Downloaded anyhow v1.0.93 |
316 | 2024-12-21T04:23:04.682Z | Downloaded usdt-attr-macro v0.5.0 |
317 | 2024-12-21T04:23:04.686Z | Downloaded equivalent v1.0.1 |
318 | 2024-12-21T04:23:04.693Z | Downloaded heck v0.5.0 |
319 | 2024-12-21T04:23:04.696Z | Downloaded dtrace-parser v0.2.0 |
320 | 2024-12-21T04:23:04.701Z | Downloaded scroll_derive v0.12.0 |
321 | 2024-12-21T04:23:04.704Z | Downloaded pretty-hex v0.4.1 |
322 | 2024-12-21T04:23:04.706Z | Downloaded usdt-macro v0.5.0 |
323 | 2024-12-21T04:23:04.709Z | Downloaded swrite v0.1.0 |
324 | 2024-12-21T04:23:04.712Z | Downloaded toml_datetime v0.6.8 |
325 | 2024-12-21T04:23:04.715Z | Downloaded bytecount v0.6.8 |
326 | 2024-12-21T04:23:04.717Z | Downloaded autocfg v1.4.0 |
327 | 2024-12-21T04:23:04.719Z | Downloaded plain v0.2.3 |
328 | 2024-12-21T04:23:04.719Z | Downloaded is_terminal_polyfill v1.70.1 |
329 | 2024-12-21T04:23:04.721Z | Downloaded macaddr v1.0.1 |
330 | 2024-12-21T04:23:04.721Z | Downloaded anstyle v1.0.10 |
331 | 2024-12-21T04:23:04.724Z | Downloaded clap_lex v0.7.2 |
332 | 2024-12-21T04:23:04.724Z | Downloaded heck v0.4.1 |
333 | 2024-12-21T04:23:04.727Z | Downloaded anstyle-query v1.1.1 |
334 | 2024-12-21T04:23:04.727Z | Downloaded strsim v0.11.1 |
335 | 2024-12-21T04:23:04.732Z | Downloaded generic-array v0.14.7 |
336 | 2024-12-21T04:23:04.732Z | Downloaded digest v0.10.7 |
337 | 2024-12-21T04:23:04.735Z | Downloaded itoa v1.0.11 |
338 | 2024-12-21T04:23:04.735Z | Downloaded smawk v0.3.2 |
339 | 2024-12-21T04:23:04.735Z | Downloaded proc-macro-error-attr v1.0.4 |
340 | 2024-12-21T04:23:04.738Z | Downloaded cfg-if v1.0.0 |
341 | 2024-12-21T04:23:04.738Z | Downloaded block-buffer v0.10.4 |
342 | 2024-12-21T04:23:04.738Z | Downloaded fs-err v2.11.0 |
343 | 2024-12-21T04:23:04.740Z | Downloaded thiserror-impl v1.0.69 |
344 | 2024-12-21T04:23:04.745Z | Downloaded tabled_derive v0.7.0 |
345 | 2024-12-21T04:23:04.745Z | Downloaded usdt v0.5.0 |
346 | 2024-12-21T04:23:04.749Z | Downloaded serde_tokenstream v0.2.2 |
347 | 2024-12-21T04:23:04.749Z | Downloaded fnv v1.0.7 |
348 | 2024-12-21T04:23:04.749Z | Downloaded scroll v0.12.0 |
349 | 2024-12-21T04:23:04.749Z | Downloaded memmap v0.7.0 |
350 | 2024-12-21T04:23:04.752Z | Downloaded colorchoice v1.0.2 |
351 | 2024-12-21T04:23:04.752Z | Downloaded fastrand v2.1.1 |
352 | 2024-12-21T04:23:04.752Z | Downloaded dof v0.3.0 |
353 | 2024-12-21T04:23:04.754Z | Downloaded cpufeatures v0.2.14 |
354 | 2024-12-21T04:23:04.757Z | Downloaded pest_generator v2.7.14 |
355 | 2024-12-21T04:23:04.761Z | Downloaded serde_spanned v0.6.8 |
356 | 2024-12-21T04:23:04.765Z | Downloaded terminal_size v0.4.0 |
357 | 2024-12-21T04:23:04.765Z | Downloaded errno v0.3.9 |
358 | 2024-12-21T04:23:04.767Z | Downloaded cargo_toml v0.20.5 |
359 | 2024-12-21T04:23:04.770Z | Downloaded cargo_metadata v0.18.1 |
360 | 2024-12-21T04:23:04.773Z | Downloaded zerocopy-derive v0.7.35 |
361 | 2024-12-21T04:23:04.776Z | Downloaded sha2 v0.10.8 |
362 | 2024-12-21T04:23:04.779Z | Downloaded thiserror v1.0.69 |
363 | 2024-12-21T04:23:04.785Z | Downloaded pest_derive v2.7.14 |
364 | 2024-12-21T04:23:04.787Z | Downloaded camino-tempfile v1.1.1 |
365 | 2024-12-21T04:23:04.790Z | Downloaded byteorder v1.5.0 |
366 | 2024-12-21T04:23:04.792Z | Downloaded bitflags v2.6.0 |
367 | 2024-12-21T04:23:04.794Z | Downloaded tempfile v3.13.0 |
368 | 2024-12-21T04:23:04.796Z | Downloaded version_check v0.9.5 |
369 | 2024-12-21T04:23:04.799Z | Downloaded utf8parse v0.2.2 |
370 | 2024-12-21T04:23:04.799Z | Downloaded semver v1.0.23 |
371 | 2024-12-21T04:23:04.801Z | Downloaded once_cell v1.20.2 |
372 | 2024-12-21T04:23:04.804Z | Downloaded thread-id v4.2.2 |
373 | 2024-12-21T04:23:04.807Z | Downloaded anstream v0.6.15 |
374 | 2024-12-21T04:23:04.809Z | Downloaded unicode-linebreak v0.1.5 |
375 | 2024-12-21T04:23:04.809Z | Downloaded toml v0.8.19 |
376 | 2024-12-21T04:23:04.812Z | Downloaded unicode-ident v1.0.13 |
377 | 2024-12-21T04:23:04.814Z | Downloaded typenum v1.17.0 |
378 | 2024-12-21T04:23:04.816Z | Downloaded ucd-trie v0.1.7 |
379 | 2024-12-21T04:23:04.819Z | Downloaded proc-macro2 v1.0.89 |
380 | 2024-12-21T04:23:04.821Z | Downloaded textwrap v0.16.1 |
381 | 2024-12-21T04:23:04.823Z | Downloaded quote v1.0.37 |
382 | 2024-12-21T04:23:04.826Z | Downloaded usdt-impl v0.5.0 |
383 | 2024-12-21T04:23:04.828Z | Downloaded log v0.4.22 |
384 | 2024-12-21T04:23:04.831Z | Downloaded ryu v1.0.18 |
385 | 2024-12-21T04:23:04.833Z | Downloaded proc-macro-error v1.0.4 |
386 | 2024-12-21T04:23:04.836Z | Downloaded serde_derive v1.0.215 |
387 | 2024-12-21T04:23:04.839Z | Downloaded pest_meta v2.7.14 |
388 | 2024-12-21T04:23:04.841Z | Downloaded papergrid v0.11.0 |
389 | 2024-12-21T04:23:04.848Z | Downloaded indexmap v2.6.0 |
390 | 2024-12-21T04:23:04.851Z | Downloaded clap v4.5.21 |
391 | 2024-12-21T04:23:04.860Z | Downloaded serde v1.0.215 |
392 | 2024-12-21T04:23:04.864Z | Downloaded memchr v2.7.4 |
393 | 2024-12-21T04:23:04.869Z | Downloaded camino v1.1.9 |
394 | 2024-12-21T04:23:04.874Z | Downloaded cargo-platform v0.1.8 |
395 | 2024-12-21T04:23:04.880Z | Downloaded clap_derive v4.5.18 |
396 | 2024-12-21T04:23:04.880Z | Downloaded toml_edit v0.22.22 |
397 | 2024-12-21T04:23:04.898Z | Downloaded hashbrown v0.15.1 |
398 | 2024-12-21T04:23:04.905Z | Downloaded pest v2.7.14 |
399 | 2024-12-21T04:23:04.913Z | Downloaded serde_json v1.0.133 |
400 | 2024-12-21T04:23:04.921Z | Downloaded zerocopy v0.7.35 |
401 | 2024-12-21T04:23:04.936Z | Downloaded winnow v0.6.20 |
402 | 2024-12-21T04:23:04.945Z | Downloaded clap_builder v4.5.21 |
403 | 2024-12-21T04:23:04.951Z | Downloaded goblin v0.8.2 |
404 | 2024-12-21T04:23:04.957Z | Downloaded tabled v0.15.0 |
405 | 2024-12-21T04:23:04.973Z | Downloaded syn v1.0.109 |
406 | 2024-12-21T04:23:04.983Z | Downloaded syn v2.0.87 |
407 | 2024-12-21T04:23:04.994Z | Downloaded unicode-width v0.1.14 |
408 | 2024-12-21T04:23:05.002Z | Downloaded rustix v0.38.37 |
409 | 2024-12-21T04:23:05.030Z | Downloaded libc v0.2.162 |
410 | 2024-12-21T04:23:05.344Z | Compiling proc-macro2 v1.0.89 |
411 | 2024-12-21T04:23:05.344Z | Compiling unicode-ident v1.0.13 |
412 | 2024-12-21T04:23:05.344Z | Compiling version_check v0.9.5 |
413 | 2024-12-21T04:23:05.347Z | Compiling serde v1.0.215 |
414 | 2024-12-21T04:23:05.347Z | Compiling thiserror v1.0.69 |
415 | 2024-12-21T04:23:05.347Z | Compiling memchr v2.7.4 |
416 | 2024-12-21T04:23:05.347Z | Compiling libc v0.2.162 |
417 | 2024-12-21T04:23:05.382Z | Compiling itoa v1.0.11 |
418 | 2024-12-21T04:23:05.604Z | Compiling ucd-trie v0.1.7 |
419 | 2024-12-21T04:23:05.733Z | Compiling ryu v1.0.18 |
420 | 2024-12-21T04:23:06.054Z | Compiling once_cell v1.20.2 |
421 | 2024-12-21T04:23:06.220Z | Compiling byteorder v1.5.0 |
422 | 2024-12-21T04:23:06.390Z | Compiling serde_json v1.0.133 |
423 | 2024-12-21T04:23:06.630Z | Compiling rustix v0.38.37 |
424 | 2024-12-21T04:23:07.319Z | Compiling bitflags v2.6.0 |
425 | 2024-12-21T04:23:07.385Z | Compiling usdt-impl v0.5.0 |
426 | 2024-12-21T04:23:07.481Z | Compiling proc-macro-error-attr v1.0.4 |
427 | 2024-12-21T04:23:07.574Z | Compiling syn v1.0.109 |
428 | 2024-12-21T04:23:07.682Z | Compiling proc-macro-error v1.0.4 |
429 | 2024-12-21T04:23:07.734Z | Compiling log v0.4.22 |
430 | 2024-12-21T04:23:07.828Z | Compiling utf8parse v0.2.2 |
431 | 2024-12-21T04:23:07.866Z | Compiling camino v1.1.9 |
432 | 2024-12-21T04:23:07.963Z | Compiling plain v0.2.3 |
433 | 2024-12-21T04:23:08.016Z | Compiling hashbrown v0.15.1 |
434 | 2024-12-21T04:23:08.129Z | Compiling equivalent v1.0.1 |
435 | 2024-12-21T04:23:08.157Z | Compiling anstyle-parse v0.2.5 |
436 | 2024-12-21T04:23:08.363Z | Compiling quote v1.0.37 |
437 | 2024-12-21T04:23:08.408Z | Compiling thread-id v4.2.2 |
438 | 2024-12-21T04:23:08.511Z | Compiling unicode-width v0.1.14 |
439 | 2024-12-21T04:23:08.541Z | Compiling autocfg v1.4.0 |
440 | 2024-12-21T04:23:08.645Z | Compiling errno v0.3.9 |
441 | 2024-12-21T04:23:08.825Z | Compiling syn v2.0.87 |
442 | 2024-12-21T04:23:09.088Z | Compiling semver v1.0.23 |
443 | 2024-12-21T04:23:09.091Z | Compiling is_terminal_polyfill v1.70.1 |
444 | 2024-12-21T04:23:09.258Z | Compiling indexmap v2.6.0 |
445 | 2024-12-21T04:23:09.334Z | Compiling colorchoice v1.0.2 |
446 | 2024-12-21T04:23:09.515Z | Compiling winnow v0.6.20 |
447 | 2024-12-21T04:23:09.635Z | Compiling pretty-hex v0.4.1 |
448 | 2024-12-21T04:23:09.724Z | Compiling anstyle v1.0.10 |
449 | 2024-12-21T04:23:09.868Z | Compiling anstyle-query v1.1.1 |
450 | 2024-12-21T04:23:10.044Z | Compiling fs-err v2.11.0 |
451 | 2024-12-21T04:23:10.216Z | Compiling anstream v0.6.15 |
452 | 2024-12-21T04:23:10.572Z | Compiling bytecount v0.6.8 |
453 | 2024-12-21T04:23:10.600Z | Compiling fastrand v2.1.1 |
454 | 2024-12-21T04:23:10.748Z | Compiling strsim v0.11.1 |
455 | 2024-12-21T04:23:10.791Z | Compiling cfg-if v1.0.0 |
456 | 2024-12-21T04:23:10.895Z | Compiling heck v0.5.0 |
457 | 2024-12-21T04:23:11.000Z | Compiling fnv v1.0.7 |
458 | 2024-12-21T04:23:11.148Z | Compiling terminal_size v0.4.0 |
459 | 2024-12-21T04:23:11.172Z | Compiling clap_lex v0.7.2 |
460 | 2024-12-21T04:23:11.441Z | Compiling anyhow v1.0.93 |
461 | 2024-12-21T04:23:11.672Z | Compiling heck v0.4.1 |
462 | 2024-12-21T04:23:11.778Z | Compiling tempfile v3.13.0 |
463 | 2024-12-21T04:23:11.847Z | Compiling clap_builder v4.5.21 |
464 | 2024-12-21T04:23:12.227Z | Compiling papergrid v0.11.0 |
465 | 2024-12-21T04:23:12.643Z | Compiling memmap v0.7.0 |
466 | 2024-12-21T04:23:12.668Z | Compiling unicode-linebreak v0.1.5 |
467 | 2024-12-21T04:23:12.693Z | Compiling smawk v0.3.2 |
468 | 2024-12-21T04:23:13.187Z | Compiling textwrap v0.16.1 |
469 | 2024-12-21T04:23:13.460Z | Compiling swrite v0.1.0 |
470 | 2024-12-21T04:23:14.658Z | Compiling tabled_derive v0.7.0 |
471 | 2024-12-21T04:23:16.300Z | Compiling tabled v0.15.0 |
472 | 2024-12-21T04:23:17.973Z | Compiling serde_derive v1.0.215 |
473 | 2024-12-21T04:23:17.973Z | Compiling thiserror-impl v1.0.69 |
474 | 2024-12-21T04:23:17.975Z | Compiling zerocopy-derive v0.7.35 |
475 | 2024-12-21T04:23:17.975Z | Compiling scroll_derive v0.12.0 |
476 | 2024-12-21T04:23:17.975Z | Compiling clap_derive v4.5.18 |
477 | 2024-12-21T04:23:19.143Z | Compiling scroll v0.12.0 |
478 | 2024-12-21T04:23:19.657Z | Compiling goblin v0.8.2 |
479 | 2024-12-21T04:23:19.855Z | Compiling zerocopy v0.7.35 |
480 | 2024-12-21T04:23:20.809Z | Compiling pest v2.7.14 |
481 | 2024-12-21T04:23:21.821Z | Compiling clap v4.5.21 |
482 | 2024-12-21T04:23:22.979Z | Compiling pest_meta v2.7.14 |
483 | 2024-12-21T04:23:23.831Z | Compiling pest_generator v2.7.14 |
484 | 2024-12-21T04:23:25.792Z | Compiling pest_derive v2.7.14 |
485 | 2024-12-21T04:23:26.526Z | Compiling dtrace-parser v0.2.0 |
486 | 2024-12-21T04:23:28.425Z | Compiling serde_tokenstream v0.2.2 |
487 | 2024-12-21T04:23:28.575Z | Compiling toml_datetime v0.6.8 |
488 | 2024-12-21T04:23:28.575Z | Compiling serde_spanned v0.6.8 |
489 | 2024-12-21T04:23:28.689Z | Compiling cargo-platform v0.1.8 |
490 | 2024-12-21T04:23:28.984Z | Compiling toml_edit v0.22.22 |
491 | 2024-12-21T04:23:29.012Z | Compiling macaddr v1.0.1 |
492 | 2024-12-21T04:23:29.287Z | Compiling camino-tempfile v1.1.1 |
493 | 2024-12-21T04:23:29.855Z | Compiling dof v0.3.0 |
494 | 2024-12-21T04:23:30.176Z | Compiling cargo_metadata v0.18.1 |
495 | 2024-12-21T04:23:31.587Z | Compiling usdt-macro v0.5.0 |
496 | 2024-12-21T04:23:31.590Z | Compiling usdt-attr-macro v0.5.0 |
497 | 2024-12-21T04:23:31.939Z | Compiling toml v0.8.19 |
498 | 2024-12-21T04:23:32.822Z | Compiling cargo_toml v0.20.5 |
499 | 2024-12-21T04:23:32.927Z | Compiling usdt v0.5.0 |
500 | 2024-12-21T04:23:36.487Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
501 | 2024-12-21T04:23:40.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.18s |
502 | 2024-12-21T04:23:41.287Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
503 | 2024-12-21T04:23:41.900Z | Downloading crates ... |
504 | 2024-12-21T04:23:42.034Z | Downloaded aead v0.5.2 |
505 | 2024-12-21T04:23:42.041Z | Downloaded atty v0.2.14 |
506 | 2024-12-21T04:23:42.052Z | Downloaded hex-literal v0.4.1 |
507 | 2024-12-21T04:23:42.055Z | Downloaded atomicwrites v0.4.4 |
508 | 2024-12-21T04:23:42.057Z | Downloaded async-stream-impl v0.3.6 |
509 | 2024-12-21T04:23:42.060Z | Downloaded hickory-client v0.24.1 |
510 | 2024-12-21T04:23:42.063Z | Downloaded hyper-rustls v0.27.3 |
511 | 2024-12-21T04:23:42.066Z | Downloaded cfg_aliases v0.2.1 |
512 | 2024-12-21T04:23:42.069Z | Downloaded icu_provider_macros v1.5.0 |
513 | 2024-12-21T04:23:42.072Z | Downloaded http-body v1.0.1 |
514 | 2024-12-21T04:23:42.072Z | Downloaded adler2 v2.0.0 |
515 | 2024-12-21T04:23:42.075Z | Downloaded hubpack_derive v0.1.1 |
516 | 2024-12-21T04:23:42.075Z | Downloaded headers-core v0.3.0 |
517 | 2024-12-21T04:23:42.077Z | Downloaded ident_case v1.0.1 |
518 | 2024-12-21T04:23:42.086Z | Downloaded http-range v0.1.5 |
519 | 2024-12-21T04:23:42.098Z | Downloaded md5 v0.7.0 |
520 | 2024-12-21T04:23:42.102Z | Downloaded ciborium-io v0.2.2 |
521 | 2024-12-21T04:23:42.102Z | Downloaded crucible-workspace-hack v0.1.0 |
522 | 2024-12-21T04:23:42.102Z | Downloaded matches v0.1.10 |
523 | 2024-12-21T04:23:42.104Z | Downloaded crunchy v0.2.2 |
524 | 2024-12-21T04:23:42.104Z | Downloaded cfg_aliases v0.1.1 |
525 | 2024-12-21T04:23:42.107Z | Downloaded instant v0.1.13 |
526 | 2024-12-21T04:23:42.109Z | Downloaded cstr-argument v0.1.2 |
527 | 2024-12-21T04:23:42.109Z | Downloaded match_cfg v0.1.0 |
528 | 2024-12-21T04:23:42.111Z | Downloaded iana-time-zone v0.1.61 |
529 | 2024-12-21T04:23:42.115Z | Downloaded is_ci v1.2.0 |
530 | 2024-12-21T04:23:42.118Z | Downloaded cexpr v0.6.0 |
531 | 2024-12-21T04:23:42.118Z | Downloaded cmake v0.1.51 |
532 | 2024-12-21T04:23:42.120Z | Downloaded lru v0.12.5 |
533 | 2024-12-21T04:23:42.120Z | Downloaded bitflags v1.3.2 |
534 | 2024-12-21T04:23:42.127Z | Downloaded cipher v0.4.4 |
535 | 2024-12-21T04:23:42.130Z | Downloaded bitfield-struct v0.6.2 |
536 | 2024-12-21T04:23:42.130Z | Downloaded async-recursion v1.1.1 |
537 | 2024-12-21T04:23:42.132Z | Downloaded hostname v0.3.1 |
538 | 2024-12-21T04:23:42.134Z | Downloaded bb8 v0.8.5 |
539 | 2024-12-21T04:23:42.135Z | Downloaded addr2line v0.24.2 |
540 | 2024-12-21T04:23:42.137Z | Downloaded http-body-util v0.1.2 |
541 | 2024-12-21T04:23:42.140Z | Downloaded internet-checksum v0.2.1 |
542 | 2024-12-21T04:23:42.142Z | Downloaded instability v0.3.2 |
543 | 2024-12-21T04:23:42.142Z | Downloaded home v0.5.9 |
544 | 2024-12-21T04:23:42.144Z | Downloaded hostname v0.4.0 |
545 | 2024-12-21T04:23:42.147Z | Downloaded humantime v2.1.0 |
546 | 2024-12-21T04:23:42.149Z | Downloaded cbc v0.1.2 |
547 | 2024-12-21T04:23:42.151Z | Downloaded crc v3.2.1 |
548 | 2024-12-21T04:23:42.153Z | Downloaded async-stream v0.3.6 |
549 | 2024-12-21T04:23:42.155Z | Downloaded lazycell v1.3.0 |
550 | 2024-12-21T04:23:42.157Z | Downloaded md-5 v0.10.6 |
551 | 2024-12-21T04:23:42.160Z | Downloaded crc-catalog v2.4.0 |
552 | 2024-12-21T04:23:42.164Z | Downloaded convert_case v0.4.0 |
553 | 2024-12-21T04:23:42.164Z | Downloaded mime v0.3.17 |
554 | 2024-12-21T04:23:42.167Z | Downloaded memoffset v0.9.1 |
555 | 2024-12-21T04:23:42.167Z | Downloaded lru-cache v0.1.2 |
556 | 2024-12-21T04:23:42.170Z | Downloaded hubpack v0.1.2 |
557 | 2024-12-21T04:23:42.170Z | Downloaded kstat-rs v0.2.4 |
558 | 2024-12-21T04:23:42.174Z | Downloaded cobs v0.2.3 |
559 | 2024-12-21T04:23:42.174Z | Downloaded linear-map v1.2.0 |
560 | 2024-12-21T04:23:42.176Z | Downloaded ciborium-ll v0.2.2 |
561 | 2024-12-21T04:23:42.176Z | Downloaded keccak v0.1.5 |
562 | 2024-12-21T04:23:42.179Z | Downloaded indoc v1.0.9 |
563 | 2024-12-21T04:23:42.181Z | Downloaded rpassword v7.3.1 |
564 | 2024-12-21T04:23:42.183Z | Downloaded arrayvec v0.7.6 |
565 | 2024-12-21T04:23:42.185Z | Downloaded libefi-sys v0.1.0 |
566 | 2024-12-21T04:23:42.186Z | Downloaded lalrpop-util v0.19.12 |
567 | 2024-12-21T04:23:42.188Z | Downloaded lockfree-object-pool v0.1.6 |
568 | 2024-12-21T04:23:42.190Z | Downloaded maybe-uninit v2.0.0 |
569 | 2024-12-21T04:23:42.193Z | Downloaded icu_locid_transform v1.5.0 |
570 | 2024-12-21T04:23:42.196Z | Downloaded bcrypt-pbkdf v0.10.0 |
571 | 2024-12-21T04:23:42.196Z | Downloaded maplit v1.0.2 |
572 | 2024-12-21T04:23:42.198Z | Downloaded httparse v1.9.5 |
573 | 2024-12-21T04:23:42.200Z | Downloaded hex v0.4.3 |
574 | 2024-12-21T04:23:42.202Z | Downloaded darling v0.20.10 |
575 | 2024-12-21T04:23:42.207Z | Downloaded mime_guess v2.0.5 |
576 | 2024-12-21T04:23:42.210Z | Downloaded ipnetwork v0.20.0 |
577 | 2024-12-21T04:23:42.212Z | Downloaded hyper-staticfile v0.10.1 |
578 | 2024-12-21T04:23:42.214Z | Downloaded curve25519-dalek-derive v0.1.1 |
579 | 2024-12-21T04:23:42.218Z | Downloaded bitfield v0.14.0 |
580 | 2024-12-21T04:23:42.218Z | Downloaded chrono-tz-build v0.4.0 |
581 | 2024-12-21T04:23:42.220Z | Downloaded lock_api v0.4.12 |
582 | 2024-12-21T04:23:42.220Z | Downloaded libloading v0.8.5 |
583 | 2024-12-21T04:23:42.223Z | Downloaded ipnet v2.10.1 |
584 | 2024-12-21T04:23:42.225Z | Downloaded jobserver v0.1.32 |
585 | 2024-12-21T04:23:42.228Z | Downloaded sqlparser_derive v0.2.2 |
586 | 2024-12-21T04:23:42.230Z | Downloaded ahash v0.8.11 |
587 | 2024-12-21T04:23:42.232Z | Downloaded crc32fast v1.4.2 |
588 | 2024-12-21T04:23:42.234Z | Downloaded strum v0.26.3 |
589 | 2024-12-21T04:23:42.236Z | Downloaded managed v0.8.0 |
590 | 2024-12-21T04:23:42.240Z | Downloaded zone_cfg_derive v0.1.2 |
591 | 2024-12-21T04:23:42.240Z | Downloaded ctr v0.9.2 |
592 | 2024-12-21T04:23:42.242Z | Downloaded csv-core v0.1.11 |
593 | 2024-12-21T04:23:42.245Z | Downloaded litemap v0.7.3 |
594 | 2024-12-21T04:23:42.247Z | Downloaded scopeguard v1.2.0 |
595 | 2024-12-21T04:23:42.247Z | Downloaded console v0.15.8 |
596 | 2024-12-21T04:23:42.250Z | Downloaded memmap2 v0.9.5 |
597 | 2024-12-21T04:23:42.254Z | Downloaded icu_locid_transform_data v1.5.0 |
598 | 2024-12-21T04:23:42.256Z | Downloaded tokio-macros v2.4.0 |
599 | 2024-12-21T04:23:42.256Z | Downloaded base64ct v1.6.0 |
600 | 2024-12-21T04:23:42.259Z | Downloaded hmac v0.12.1 |
601 | 2024-12-21T04:23:42.261Z | Downloaded bit-set v0.5.3 |
602 | 2024-12-21T04:23:42.264Z | Downloaded icu_normalizer_data v1.5.0 |
603 | 2024-12-21T04:23:42.267Z | Downloaded rand_chacha v0.3.1 |
604 | 2024-12-21T04:23:42.270Z | Downloaded cookie_store v0.21.0 |
605 | 2024-12-21T04:23:42.270Z | Downloaded ciborium v0.2.2 |
606 | 2024-12-21T04:23:42.273Z | Downloaded icu_locid v1.5.0 |
607 | 2024-12-21T04:23:42.278Z | Downloaded icu_normalizer v1.5.0 |
608 | 2024-12-21T04:23:42.282Z | Downloaded blake2 v0.10.6 |
609 | 2024-12-21T04:23:42.285Z | Downloaded backoff v0.4.0 |
610 | 2024-12-21T04:23:42.288Z | Downloaded rustversion v1.0.17 |
611 | 2024-12-21T04:23:42.290Z | Downloaded ref-cast v1.0.23 |
612 | 2024-12-21T04:23:42.294Z | Downloaded num_threads v0.1.7 |
613 | 2024-12-21T04:23:42.296Z | Downloaded mirai-annotations v1.12.0 |
614 | 2024-12-21T04:23:42.299Z | Downloaded crossbeam-epoch v0.9.18 |
615 | 2024-12-21T04:23:42.301Z | Downloaded path-slash v0.1.5 |
616 | 2024-12-21T04:23:42.301Z | Downloaded num_enum_derive v0.5.11 |
617 | 2024-12-21T04:23:42.303Z | Downloaded precomputed-hash v0.1.1 |
618 | 2024-12-21T04:23:42.303Z | Downloaded strum_macros v0.24.3 |
619 | 2024-12-21T04:23:42.306Z | Downloaded derive_builder_macro v0.20.2 |
620 | 2024-12-21T04:23:42.308Z | Downloaded rustc_version v0.4.1 |
621 | 2024-12-21T04:23:42.308Z | Downloaded thiserror-impl-no-std v2.0.2 |
622 | 2024-12-21T04:23:42.311Z | Downloaded rustc_version v0.1.7 |
623 | 2024-12-21T04:23:42.311Z | Downloaded rfc6979 v0.4.0 |
624 | 2024-12-21T04:23:42.313Z | Downloaded twox-hash v1.6.3 |
625 | 2024-12-21T04:23:42.316Z | Downloaded slog-scope v4.4.0 |
626 | 2024-12-21T04:23:42.318Z | Downloaded slog-json v2.6.1 |
627 | 2024-12-21T04:23:42.320Z | Downloaded sqlformat v0.2.6 |
628 | 2024-12-21T04:23:42.323Z | Downloaded slog-envlogger v2.2.0 |
629 | 2024-12-21T04:23:42.323Z | Downloaded slog-dtrace v0.3.0 |
630 | 2024-12-21T04:23:42.325Z | Downloaded icu_properties v1.5.1 |
631 | 2024-12-21T04:23:42.328Z | Downloaded radium v0.7.0 |
632 | 2024-12-21T04:23:42.330Z | Downloaded icu_provider v1.5.0 |
633 | 2024-12-21T04:23:42.333Z | Downloaded const-oid v0.9.6 |
634 | 2024-12-21T04:23:42.336Z | Downloaded topological-sort v0.2.2 |
635 | 2024-12-21T04:23:42.340Z | Downloaded tiny-keccak v2.0.2 |
636 | 2024-12-21T04:23:42.342Z | Downloaded which v4.4.2 |
637 | 2024-12-21T04:23:42.345Z | Downloaded utf8_iter v1.0.4 |
638 | 2024-12-21T04:23:42.345Z | Downloaded impl-trait-for-tuples v0.2.2 |
639 | 2024-12-21T04:23:42.347Z | Downloaded termios v0.3.3 |
640 | 2024-12-21T04:23:42.349Z | Downloaded structmeta-derive v0.3.0 |
641 | 2024-12-21T04:23:42.353Z | Downloaded structmeta-derive v0.2.0 |
642 | 2024-12-21T04:23:42.353Z | Downloaded zone v0.3.0 |
643 | 2024-12-21T04:23:42.357Z | Downloaded crossbeam-utils v0.8.20 |
644 | 2024-12-21T04:23:42.359Z | Downloaded fallible-iterator v0.3.0 |
645 | 2024-12-21T04:23:42.359Z | Downloaded fallible-iterator v0.2.0 |
646 | 2024-12-21T04:23:42.362Z | Downloaded arc-swap v1.7.1 |
647 | 2024-12-21T04:23:42.375Z | Downloaded sync_wrapper v1.0.1 |
648 | 2024-12-21T04:23:42.378Z | Downloaded sync-ptr v0.1.1 |
649 | 2024-12-21T04:23:42.378Z | Downloaded foreign-types-shared v0.3.1 |
650 | 2024-12-21T04:23:42.378Z | Downloaded phf_codegen v0.11.2 |
651 | 2024-12-21T04:23:42.380Z | Downloaded paste v1.0.15 |
652 | 2024-12-21T04:23:42.383Z | Downloaded tinyvec_macros v0.1.1 |
653 | 2024-12-21T04:23:42.385Z | Downloaded predicates-core v1.0.8 |
654 | 2024-12-21T04:23:42.385Z | Downloaded packed_struct v0.10.1 |
655 | 2024-12-21T04:23:42.387Z | Downloaded uzers v0.12.1 |
656 | 2024-12-21T04:23:42.390Z | Downloaded heapless v0.8.0 |
657 | 2024-12-21T04:23:42.393Z | Downloaded num v0.4.3 |
658 | 2024-12-21T04:23:42.396Z | Downloaded group v0.13.0 |
659 | 2024-12-21T04:23:42.398Z | Downloaded num_enum v0.5.11 |
660 | 2024-12-21T04:23:42.402Z | Downloaded icu_collections v1.5.0 |
661 | 2024-12-21T04:23:42.408Z | Downloaded r2d2 v0.8.10 |
662 | 2024-12-21T04:23:42.411Z | Downloaded phf v0.11.2 |
663 | 2024-12-21T04:23:42.413Z | Downloaded tokio-native-tls v0.3.1 |
664 | 2024-12-21T04:23:42.416Z | Downloaded rtoolbox v0.0.2 |
665 | 2024-12-21T04:23:42.416Z | Downloaded heapless v0.7.17 |
666 | 2024-12-21T04:23:42.419Z | Downloaded hyper-util v0.1.10 |
667 | 2024-12-21T04:23:42.424Z | Downloaded whoami v1.5.2 |
668 | 2024-12-21T04:23:42.427Z | Downloaded progenitor-impl v0.8.0 |
669 | 2024-12-21T04:23:42.430Z | Downloaded same-file v1.0.6 |
670 | 2024-12-21T04:23:42.432Z | Downloaded hickory-server v0.24.1 |
671 | 2024-12-21T04:23:42.437Z | Downloaded base64 v0.13.1 |
672 | 2024-12-21T04:23:42.441Z | Downloaded foreign-types-shared v0.1.1 |
673 | 2024-12-21T04:23:42.443Z | Downloaded postcard v1.0.10 |
674 | 2024-12-21T04:23:42.445Z | Downloaded const_format v0.2.33 |
675 | 2024-12-21T04:23:42.450Z | Downloaded synstructure v0.13.1 |
676 | 2024-12-21T04:23:42.454Z | Downloaded new_debug_unreachable v1.0.6 |
677 | 2024-12-21T04:23:42.454Z | Downloaded fxhash v0.2.1 |
678 | 2024-12-21T04:23:42.457Z | Downloaded supports-color v3.0.1 |
679 | 2024-12-21T04:23:42.457Z | Downloaded unicode-xid v0.2.6 |
680 | 2024-12-21T04:23:42.460Z | Downloaded predicates v3.1.2 |
681 | 2024-12-21T04:23:42.462Z | Downloaded pkcs8 v0.10.2 |
682 | 2024-12-21T04:23:42.465Z | Downloaded newline-converter v0.3.0 |
683 | 2024-12-21T04:23:42.465Z | Downloaded derive_builder v0.20.2 |
684 | 2024-12-21T04:23:42.470Z | Downloaded http v1.1.0 |
685 | 2024-12-21T04:23:42.475Z | Downloaded hickory-resolver v0.24.1 |
686 | 2024-12-21T04:23:42.479Z | Downloaded chacha20poly1305 v0.10.1 |
687 | 2024-12-21T04:23:42.483Z | Downloaded serde_yaml v0.9.34+deprecated |
688 | 2024-12-21T04:23:42.485Z | Downloaded serde-big-array v0.5.1 |
689 | 2024-12-21T04:23:42.488Z | Downloaded samael v0.0.17 |
690 | 2024-12-21T04:23:42.493Z | Downloaded dyn-clone v1.0.17 |
691 | 2024-12-21T04:23:42.495Z | Downloaded deranged v0.3.11 |
692 | 2024-12-21T04:23:42.499Z | Downloaded data-encoding v2.6.0 |
693 | 2024-12-21T04:23:42.499Z | Downloaded sct v0.7.1 |
694 | 2024-12-21T04:23:42.502Z | Downloaded dropshot_endpoint v0.13.0 |
695 | 2024-12-21T04:23:42.505Z | Downloaded dropshot_endpoint v0.12.0 |
696 | 2024-12-21T04:23:42.509Z | Downloaded dirs-sys-next v0.1.2 |
697 | 2024-12-21T04:23:42.511Z | Downloaded parking_lot_core v0.8.6 |
698 | 2024-12-21T04:23:42.514Z | Downloaded endian-type v0.1.2 |
699 | 2024-12-21T04:23:42.514Z | Downloaded serde_derive_internals v0.29.1 |
700 | 2024-12-21T04:23:42.516Z | Downloaded uuid v1.11.0 |
701 | 2024-12-21T04:23:42.519Z | Downloaded quinn-udp v0.5.5 |
702 | 2024-12-21T04:23:42.524Z | Downloaded flagset v0.4.6 |
703 | 2024-12-21T04:23:42.524Z | Downloaded tokio-tungstenite v0.24.0 |
704 | 2024-12-21T04:23:42.527Z | Downloaded tungstenite v0.24.0 |
705 | 2024-12-21T04:23:42.529Z | Downloaded rsa v0.9.6 |
706 | 2024-12-21T04:23:42.534Z | Downloaded minimal-lexical v0.2.1 |
707 | 2024-12-21T04:23:42.539Z | Downloaded waitgroup v0.1.2 |
708 | 2024-12-21T04:23:42.541Z | Downloaded darling_macro v0.20.10 |
709 | 2024-12-21T04:23:42.541Z | Downloaded vte_generate_state_changes v0.1.2 |
710 | 2024-12-21T04:23:42.544Z | Downloaded tower-service v0.3.3 |
711 | 2024-12-21T04:23:42.544Z | Downloaded thread_local v1.1.8 |
712 | 2024-12-21T04:23:42.546Z | Downloaded foreign-types-macros v0.2.3 |
713 | 2024-12-21T04:23:42.547Z | Downloaded semver v0.1.20 |
714 | 2024-12-21T04:23:42.549Z | Downloaded sec1 v0.7.3 |
715 | 2024-12-21T04:23:42.551Z | Downloaded newtype_derive v0.1.6 |
716 | 2024-12-21T04:23:42.551Z | Downloaded newtype-uuid v1.1.3 |
717 | 2024-12-21T04:23:42.554Z | Downloaded scrypt v0.11.0 |
718 | 2024-12-21T04:23:42.554Z | Downloaded env_logger v0.11.5 |
719 | 2024-12-21T04:23:42.556Z | Downloaded signal-hook v0.3.17 |
720 | 2024-12-21T04:23:42.560Z | Downloaded peg v0.8.4 |
721 | 2024-12-21T04:23:42.564Z | Downloaded pbkdf2 v0.12.2 |
722 | 2024-12-21T04:23:42.566Z | Downloaded pbkdf2 v0.11.0 |
723 | 2024-12-21T04:23:42.568Z | Downloaded polyval v0.6.2 |
724 | 2024-12-21T04:23:42.571Z | Downloaded pretty-hex v0.2.1 |
725 | 2024-12-21T04:23:42.573Z | Downloaded peg-runtime v0.8.3 |
726 | 2024-12-21T04:23:42.573Z | Downloaded universal-hash v0.5.1 |
727 | 2024-12-21T04:23:42.576Z | Downloaded tls_codec v0.4.1 |
728 | 2024-12-21T04:23:42.576Z | Downloaded structmeta v0.3.0 |
729 | 2024-12-21T04:23:42.578Z | Downloaded strip-ansi-escapes v0.2.0 |
730 | 2024-12-21T04:23:42.578Z | Downloaded stringprep v0.1.5 |
731 | 2024-12-21T04:23:42.581Z | Downloaded string_cache v0.8.7 |
732 | 2024-12-21T04:23:42.583Z | Downloaded unsafe-libyaml v0.2.11 |
733 | 2024-12-21T04:23:42.586Z | Downloaded tokio-postgres v0.7.12 |
734 | 2024-12-21T04:23:42.591Z | Downloaded oso-derive v0.27.3 |
735 | 2024-12-21T04:23:42.594Z | Downloaded spin v0.5.2 |
736 | 2024-12-21T04:23:42.594Z | Downloaded scheduled-thread-pool v0.2.7 |
737 | 2024-12-21T04:23:42.597Z | Downloaded resolv-conf v0.7.0 |
738 | 2024-12-21T04:23:42.599Z | Downloaded libxml v0.3.3 |
739 | 2024-12-21T04:23:42.604Z | Downloaded schemars_derive v0.8.21 |
740 | 2024-12-21T04:23:42.607Z | Downloaded ron v0.7.1 |
741 | 2024-12-21T04:23:42.610Z | Downloaded fallible-streaming-iterator v0.1.9 |
742 | 2024-12-21T04:23:42.613Z | Downloaded rcgen v0.12.1 |
743 | 2024-12-21T04:23:42.615Z | Downloaded env_filter v0.1.2 |
744 | 2024-12-21T04:23:42.617Z | Downloaded tungstenite v0.23.0 |
745 | 2024-12-21T04:23:42.621Z | Downloaded nanorand v0.7.0 |
746 | 2024-12-21T04:23:42.624Z | Downloaded percent-encoding v2.3.1 |
747 | 2024-12-21T04:23:42.626Z | Downloaded time-core v0.1.2 |
748 | 2024-12-21T04:23:42.629Z | Downloaded unicase v2.7.0 |
749 | 2024-12-21T04:23:42.629Z | Downloaded predicates-tree v1.0.11 |
750 | 2024-12-21T04:23:42.631Z | Downloaded pem v3.0.4 |
751 | 2024-12-21T04:23:42.631Z | Downloaded walkdir v2.5.0 |
752 | 2024-12-21T04:23:42.634Z | Downloaded tokio-stream v0.1.16 |
753 | 2024-12-21T04:23:42.639Z | Downloaded toolchain_find v0.4.0 |
754 | 2024-12-21T04:23:42.642Z | Downloaded zerofrom v0.1.4 |
755 | 2024-12-21T04:23:42.642Z | Downloaded zerovec-derive v0.10.3 |
756 | 2024-12-21T04:23:42.645Z | Downloaded dhcproto-macros v0.1.0 |
757 | 2024-12-21T04:23:42.645Z | Downloaded peg-macros v0.8.4 |
758 | 2024-12-21T04:23:42.647Z | Downloaded diesel-dtrace v0.4.2 |
759 | 2024-12-21T04:23:42.647Z | Downloaded poly1305 v0.8.0 |
760 | 2024-12-21T04:23:42.650Z | Downloaded miniz_oxide v0.8.0 |
761 | 2024-12-21T04:23:42.653Z | Downloaded headers v0.4.0 |
762 | 2024-12-21T04:23:42.659Z | Downloaded normalize-line-endings v0.3.0 |
763 | 2024-12-21T04:23:42.662Z | Downloaded nodrop v0.1.14 |
764 | 2024-12-21T04:23:42.662Z | Downloaded hash32 v0.3.1 |
765 | 2024-12-21T04:23:42.665Z | Downloaded hash32 v0.2.1 |
766 | 2024-12-21T04:23:42.665Z | Downloaded enum-as-inner v0.6.1 |
767 | 2024-12-21T04:23:42.667Z | Downloaded serde-hex v0.1.0 |
768 | 2024-12-21T04:23:42.670Z | Downloaded russh-cryptovec v0.7.3 |
769 | 2024-12-21T04:23:42.670Z | Downloaded siphasher v0.3.11 |
770 | 2024-12-21T04:23:42.672Z | Downloaded spin v0.9.8 |
771 | 2024-12-21T04:23:42.675Z | Downloaded env_logger v0.10.2 |
772 | 2024-12-21T04:23:42.678Z | Downloaded ppv-lite86 v0.2.20 |
773 | 2024-12-21T04:23:42.681Z | Downloaded powerfmt v0.2.0 |
774 | 2024-12-21T04:23:42.684Z | Downloaded native-tls v0.2.12 |
775 | 2024-12-21T04:23:42.684Z | Downloaded ron v0.8.1 |
776 | 2024-12-21T04:23:42.690Z | Downloaded take_mut v0.2.2 |
777 | 2024-12-21T04:23:42.692Z | Downloaded crossbeam-channel v0.5.13 |
778 | 2024-12-21T04:23:42.696Z | Downloaded zerofrom-derive v0.1.4 |
779 | 2024-12-21T04:23:42.698Z | Downloaded aes v0.8.4 |
780 | 2024-12-21T04:23:42.701Z | Downloaded zeroize v1.8.1 |
781 | 2024-12-21T04:23:42.704Z | Downloaded getrandom v0.2.15 |
782 | 2024-12-21T04:23:42.707Z | Downloaded idna v1.0.3 |
783 | 2024-12-21T04:23:42.711Z | Downloaded snafu v0.8.5 |
784 | 2024-12-21T04:23:42.718Z | Downloaded unarray v0.1.4 |
785 | 2024-12-21T04:23:42.721Z | Downloaded static_assertions v1.1.0 |
786 | 2024-12-21T04:23:42.725Z | Downloaded smallvec v0.6.14 |
787 | 2024-12-21T04:23:42.725Z | Downloaded derive-where v1.2.7 |
788 | 2024-12-21T04:23:42.728Z | Downloaded tungstenite v0.21.0 |
789 | 2024-12-21T04:23:42.731Z | Downloaded parse-size v1.1.0 |
790 | 2024-12-21T04:23:42.733Z | Downloaded num-traits v0.2.19 |
791 | 2024-12-21T04:23:42.736Z | Downloaded either v1.13.0 |
792 | 2024-12-21T04:23:42.739Z | Downloaded fatfs v0.3.6 |
793 | 2024-12-21T04:23:42.741Z | Downloaded progenitor v0.8.0 |
794 | 2024-12-21T04:23:42.744Z | Downloaded proc-macro-crate v1.3.1 |
795 | 2024-12-21T04:23:42.747Z | Downloaded primeorder v0.13.6 |
796 | 2024-12-21T04:23:42.747Z | Downloaded multimap v0.10.0 |
797 | 2024-12-21T04:23:42.749Z | Downloaded embedded-io v0.4.0 |
798 | 2024-12-21T04:23:42.750Z | Downloaded pem-rfc7468 v0.7.0 |
799 | 2024-12-21T04:23:42.752Z | Downloaded dunce v1.0.5 |
800 | 2024-12-21T04:23:42.754Z | Downloaded thiserror-no-std v2.0.2 |
801 | 2024-12-21T04:23:42.757Z | Downloaded write16 v1.0.0 |
802 | 2024-12-21T04:23:42.759Z | Downloaded rusty-fork v0.3.0 |
803 | 2024-12-21T04:23:42.762Z | Downloaded time-macros v0.2.18 |
804 | 2024-12-21T04:23:42.764Z | Downloaded tinystr v0.7.6 |
805 | 2024-12-21T04:23:42.766Z | Downloaded strum_macros v0.26.4 |
806 | 2024-12-21T04:23:42.769Z | Downloaded itertools v0.13.0 |
807 | 2024-12-21T04:23:42.775Z | Downloaded quinn v0.11.5 |
808 | 2024-12-21T04:23:42.780Z | Downloaded sigpipe v0.1.3 |
809 | 2024-12-21T04:23:42.782Z | Downloaded try-lock v0.2.5 |
810 | 2024-12-21T04:23:42.785Z | Downloaded float-cmp v0.9.0 |
811 | 2024-12-21T04:23:42.785Z | Downloaded slog-term v2.9.1 |
812 | 2024-12-21T04:23:42.787Z | Downloaded xattr v1.3.1 |
813 | 2024-12-21T04:23:42.789Z | Downloaded smf v0.2.3 |
814 | 2024-12-21T04:23:42.792Z | Downloaded nu-ansi-term v0.50.1 |
815 | 2024-12-21T04:23:42.795Z | Downloaded olpc-cjson v0.1.4 |
816 | 2024-12-21T04:23:42.795Z | Downloaded futures-io v0.3.31 |
817 | 2024-12-21T04:23:42.799Z | Downloaded funty v2.0.0 |
818 | 2024-12-21T04:23:42.799Z | Downloaded tabwriter v1.4.0 |
819 | 2024-12-21T04:23:42.801Z | Downloaded float-ord v0.3.2 |
820 | 2024-12-21T04:23:42.801Z | Downloaded dirs-next v2.0.0 |
821 | 2024-12-21T04:23:42.801Z | Downloaded pin-utils v0.1.0 |
822 | 2024-12-21T04:23:42.804Z | Downloaded postgres-types v0.2.8 |
823 | 2024-12-21T04:23:42.806Z | Downloaded debug-ignore v1.0.5 |
824 | 2024-12-21T04:23:42.809Z | Downloaded mio v1.0.2 |
825 | 2024-12-21T04:23:42.813Z | Downloaded defmt-macros v0.3.9 |
826 | 2024-12-21T04:23:42.816Z | Downloaded foreign-types v0.3.2 |
827 | 2024-12-21T04:23:42.819Z | Downloaded yoke-derive v0.7.4 |
828 | 2024-12-21T04:23:42.822Z | Downloaded tokio-rustls v0.24.1 |
829 | 2024-12-21T04:23:42.822Z | Downloaded tls_codec_derive v0.4.1 |
830 | 2024-12-21T04:23:42.824Z | Downloaded signal-hook-tokio v0.3.1 |
831 | 2024-12-21T04:23:42.827Z | Downloaded slab v0.4.9 |
832 | 2024-12-21T04:23:42.827Z | Downloaded form_urlencoded v1.2.1 |
833 | 2024-12-21T04:23:42.830Z | Downloaded serde_path_to_error v0.1.16 |
834 | 2024-12-21T04:23:42.833Z | Downloaded multer v3.1.0 |
835 | 2024-12-21T04:23:42.833Z | Downloaded embedded-io v0.6.1 |
836 | 2024-12-21T04:23:42.835Z | Downloaded schemars v0.8.21 |
837 | 2024-12-21T04:23:42.855Z | Downloaded termtree v0.4.1 |
838 | 2024-12-21T04:23:42.859Z | Downloaded packed_struct_codegen v0.10.1 |
839 | 2024-12-21T04:23:42.859Z | Downloaded foldhash v0.1.3 |
840 | 2024-12-21T04:23:42.859Z | Downloaded dhcproto v0.12.0 |
841 | 2024-12-21T04:23:42.859Z | Downloaded hyper v1.5.0 |
842 | 2024-12-21T04:23:42.862Z | Downloaded phf_shared v0.10.0 |
843 | 2024-12-21T04:23:42.864Z | Downloaded openssl-probe v0.1.5 |
844 | 2024-12-21T04:23:42.865Z | Downloaded rand_core v0.6.4 |
845 | 2024-12-21T04:23:42.867Z | Downloaded openssl-macros v0.1.1 |
846 | 2024-12-21T04:23:42.867Z | Downloaded diesel_table_macro_syntax v0.2.0 |
847 | 2024-12-21T04:23:42.869Z | Downloaded quick-error v1.2.3 |
848 | 2024-12-21T04:23:42.873Z | Downloaded thiserror-impl v2.0.3 |
849 | 2024-12-21T04:23:42.873Z | Downloaded simd-adler32 v0.3.7 |
850 | 2024-12-21T04:23:42.875Z | Downloaded pin-project-lite v0.2.14 |
851 | 2024-12-21T04:23:42.878Z | Downloaded pin-project-internal v1.1.6 |
852 | 2024-12-21T04:23:42.881Z | Downloaded aes-gcm v0.10.3 |
853 | 2024-12-21T04:23:42.884Z | Downloaded slog-async v2.8.0 |
854 | 2024-12-21T04:23:42.887Z | Downloaded unicode-properties v0.1.3 |
855 | 2024-12-21T04:23:42.890Z | Downloaded difflib v0.4.0 |
856 | 2024-12-21T04:23:42.892Z | Downloaded rustls-pemfile v2.2.0 |
857 | 2024-12-21T04:23:42.895Z | Downloaded fixedbitset v0.4.2 |
858 | 2024-12-21T04:23:42.895Z | Downloaded filetime v0.2.25 |
859 | 2024-12-21T04:23:42.897Z | Downloaded opaque-debug v0.3.1 |
860 | 2024-12-21T04:23:42.900Z | Downloaded diesel_derives v2.2.3 |
861 | 2024-12-21T04:23:42.903Z | Downloaded expectorate v1.1.0 |
862 | 2024-12-21T04:23:42.906Z | Downloaded num-conv v0.1.0 |
863 | 2024-12-21T04:23:42.906Z | Downloaded signature v2.2.0 |
864 | 2024-12-21T04:23:42.911Z | Downloaded num-bigint v0.4.6 |
865 | 2024-12-21T04:23:42.914Z | Downloaded hkdf v0.12.4 |
866 | 2024-12-21T04:23:42.917Z | Downloaded serde_urlencoded v0.7.1 |
867 | 2024-12-21T04:23:42.917Z | Downloaded displaydoc v0.2.5 |
868 | 2024-12-21T04:23:42.920Z | Downloaded parking_lot_core v0.9.10 |
869 | 2024-12-21T04:23:42.923Z | Downloaded parking_lot v0.11.2 |
870 | 2024-12-21T04:23:42.926Z | Downloaded untrusted v0.7.1 |
871 | 2024-12-21T04:23:42.929Z | Downloaded foreign-types v0.5.0 |
872 | 2024-12-21T04:23:42.929Z | Downloaded mockall_derive v0.13.0 |
873 | 2024-12-21T04:23:42.932Z | Downloaded russh-keys v0.45.0 |
874 | 2024-12-21T04:23:42.935Z | Downloaded signal-hook-registry v1.4.2 |
875 | 2024-12-21T04:23:42.935Z | Downloaded shlex v1.3.0 |
876 | 2024-12-21T04:23:42.937Z | Downloaded display-error-chain v0.2.2 |
877 | 2024-12-21T04:23:42.937Z | Downloaded fragile v2.0.0 |
878 | 2024-12-21T04:23:42.940Z | Downloaded wyz v0.5.1 |
879 | 2024-12-21T04:23:42.941Z | Downloaded psl-types v2.0.11 |
880 | 2024-12-21T04:23:42.944Z | Downloaded zeroize_derive v1.4.2 |
881 | 2024-12-21T04:23:42.944Z | Downloaded num-rational v0.4.2 |
882 | 2024-12-21T04:23:42.946Z | Downloaded rayon-core v1.12.1 |
883 | 2024-12-21T04:23:42.949Z | Downloaded fs_extra v1.3.0 |
884 | 2024-12-21T04:23:42.951Z | Downloaded serde_repr v0.1.19 |
885 | 2024-12-21T04:23:42.954Z | Downloaded tap v1.0.1 |
886 | 2024-12-21T04:23:42.954Z | Downloaded untrusted v0.9.0 |
887 | 2024-12-21T04:23:42.956Z | Downloaded fd-lock v4.0.2 |
888 | 2024-12-21T04:23:42.959Z | Downloaded phf_shared v0.11.2 |
889 | 2024-12-21T04:23:42.959Z | Downloaded xz2 v0.1.7 |
890 | 2024-12-21T04:23:42.962Z | Downloaded stable_deref_trait v1.2.0 |
891 | 2024-12-21T04:23:42.964Z | Downloaded smallvec v1.13.2 |
892 | 2024-12-21T04:23:42.967Z | Downloaded slog v2.7.0 |
893 | 2024-12-21T04:23:42.969Z | Downloaded ghash v0.5.1 |
894 | 2024-12-21T04:23:42.969Z | Downloaded typify-macro v0.2.0 |
895 | 2024-12-21T04:23:42.971Z | Downloaded want v0.3.1 |
896 | 2024-12-21T04:23:42.971Z | Downloaded termcolor v1.4.1 |
897 | 2024-12-21T04:23:42.974Z | Downloaded similar v2.6.0 |
898 | 2024-12-21T04:23:42.978Z | Downloaded downcast v0.11.0 |
899 | 2024-12-21T04:23:42.980Z | Downloaded defmt v0.3.8 |
900 | 2024-12-21T04:23:42.983Z | Downloaded tui-tree-widget v0.22.0 |
901 | 2024-12-21T04:23:42.985Z | Downloaded parking_lot v0.12.3 |
902 | 2024-12-21T04:23:42.988Z | Downloaded hashlink v0.9.1 |
903 | 2024-12-21T04:23:42.990Z | Downloaded tracing-attributes v0.1.27 |
904 | 2024-12-21T04:23:42.993Z | Downloaded zone_cfg_derive v0.3.0 |
905 | 2024-12-21T04:23:42.995Z | Downloaded p256 v0.13.2 |
906 | 2024-12-21T04:23:42.997Z | Downloaded postgres-protocol v0.6.7 |
907 | 2024-12-21T04:23:43.000Z | Downloaded tracing v0.1.40 |
908 | 2024-12-21T04:23:43.004Z | Downloaded futures-macro v0.3.31 |
909 | 2024-12-21T04:23:43.006Z | Downloaded utf-8 v0.7.6 |
910 | 2024-12-21T04:23:43.015Z | Downloaded oso v0.27.3 |
911 | 2024-12-21T04:23:43.019Z | Downloaded progenitor-macro v0.8.0 |
912 | 2024-12-21T04:23:43.019Z | Downloaded der v0.7.9 |
913 | 2024-12-21T04:23:43.019Z | Downloaded ena v0.14.3 |
914 | 2024-12-21T04:23:43.022Z | Downloaded rustfmt-wrapper v0.2.1 |
915 | 2024-12-21T04:23:43.022Z | Downloaded utf16_iter v1.0.5 |
916 | 2024-12-21T04:23:43.022Z | Downloaded aho-corasick v1.1.3 |
917 | 2024-12-21T04:23:43.027Z | Downloaded num-iter v0.1.45 |
918 | 2024-12-21T04:23:43.030Z | Downloaded num-complex v0.4.6 |
919 | 2024-12-21T04:23:43.032Z | Downloaded rustls-pki-types v1.10.0 |
920 | 2024-12-21T04:23:43.035Z | Downloaded crossterm v0.28.1 |
921 | 2024-12-21T04:23:43.041Z | Downloaded progenitor-client v0.8.0 |
922 | 2024-12-21T04:23:43.044Z | Downloaded icu_properties_data v1.5.0 |
923 | 2024-12-21T04:23:43.053Z | Downloaded futures-sink v0.3.31 |
924 | 2024-12-21T04:23:43.056Z | Downloaded num-derive v0.4.2 |
925 | 2024-12-21T04:23:43.059Z | Downloaded des v0.8.1 |
926 | 2024-12-21T04:23:43.059Z | Downloaded tokio-rustls v0.26.0 |
927 | 2024-12-21T04:23:43.061Z | Downloaded rand v0.8.5 |
928 | 2024-12-21T04:23:43.064Z | Downloaded parse-display v0.10.0 |
929 | 2024-12-21T04:23:43.067Z | Downloaded pkcs1 v0.7.5 |
930 | 2024-12-21T04:23:43.070Z | Downloaded reedline v0.35.0 |
931 | 2024-12-21T04:23:43.076Z | Downloaded ref-cast-impl v1.0.23 |
932 | 2024-12-21T04:23:43.079Z | Downloaded spki v0.7.3 |
933 | 2024-12-21T04:23:43.081Z | Downloaded pkg-config v0.3.31 |
934 | 2024-12-21T04:23:43.081Z | Downloaded phf_generator v0.11.2 |
935 | 2024-12-21T04:23:43.084Z | Downloaded vte v0.11.1 |
936 | 2024-12-21T04:23:43.086Z | Downloaded value-bag v1.9.0 |
937 | 2024-12-21T04:23:43.088Z | Downloaded elliptic-curve v0.13.8 |
938 | 2024-12-21T04:23:43.091Z | Downloaded term v0.7.0 |
939 | 2024-12-21T04:23:43.095Z | Downloaded writeable v0.5.5 |
940 | 2024-12-21T04:23:43.097Z | Downloaded ed25519-dalek v2.1.1 |
941 | 2024-12-21T04:23:43.100Z | Downloaded rusqlite v0.32.1 |
942 | 2024-12-21T04:23:43.107Z | Downloaded parse-display-derive v0.10.0 |
943 | 2024-12-21T04:23:43.111Z | Downloaded defmt-parser v0.3.4 |
944 | 2024-12-21T04:23:43.133Z | Downloaded rand_seeder v0.3.0 |
945 | 2024-12-21T04:23:43.133Z | Downloaded x509-cert v0.2.5 |
946 | 2024-12-21T04:23:43.138Z | Downloaded glob v0.3.1 |
947 | 2024-12-21T04:23:43.138Z | Downloaded zerovec v0.10.4 |
948 | 2024-12-21T04:23:43.138Z | Downloaded diff v0.1.13 |
949 | 2024-12-21T04:23:43.138Z | Downloaded aws-lc-rs v1.10.0 |
950 | 2024-12-21T04:23:43.142Z | Downloaded ff v0.13.0 |
951 | 2024-12-21T04:23:43.142Z | Downloaded zip v0.6.6 |
952 | 2024-12-21T04:23:43.145Z | Downloaded ssh-cipher v0.2.0 |
953 | 2024-12-21T04:23:43.148Z | Downloaded ssh-encoding v0.2.0 |
954 | 2024-12-21T04:23:43.150Z | Downloaded num-integer v0.1.46 |
955 | 2024-12-21T04:23:43.150Z | Downloaded rustc-demangle v0.1.24 |
956 | 2024-12-21T04:23:43.152Z | Downloaded darling_core v0.20.10 |
957 | 2024-12-21T04:23:43.156Z | Downloaded typify v0.2.0 |
958 | 2024-12-21T04:23:43.160Z | Downloaded subprocess v0.2.9 |
959 | 2024-12-21T04:23:43.163Z | Downloaded tokio-rustls v0.25.0 |
960 | 2024-12-21T04:23:43.165Z | Downloaded zerocopy v0.6.6 |
961 | 2024-12-21T04:23:43.168Z | Downloaded p521 v0.13.3 |
962 | 2024-12-21T04:23:43.171Z | Downloaded publicsuffix v2.2.3 |
963 | 2024-12-21T04:23:43.174Z | Downloaded toml v0.7.8 |
964 | 2024-12-21T04:23:43.177Z | Downloaded globset v0.4.15 |
965 | 2024-12-21T04:23:43.181Z | Downloaded thiserror v2.0.3 |
966 | 2024-12-21T04:23:43.186Z | Downloaded parse-zoneinfo v0.3.1 |
967 | 2024-12-21T04:23:43.188Z | Downloaded time v0.3.36 |
968 | 2024-12-21T04:23:43.196Z | Downloaded zopfli v0.8.1 |
969 | 2024-12-21T04:23:43.198Z | Downloaded openssl-sys v0.9.103 |
970 | 2024-12-21T04:23:43.204Z | Downloaded pin-project v1.1.6 |
971 | 2024-12-21T04:23:43.216Z | Downloaded socket2 v0.5.7 |
972 | 2024-12-21T04:23:43.220Z | Downloaded nom v7.1.3 |
973 | 2024-12-21T04:23:43.225Z | Downloaded lalrpop v0.19.12 |
974 | 2024-12-21T04:23:43.236Z | Downloaded half v2.4.1 |
975 | 2024-12-21T04:23:43.239Z | Downloaded quick-xml v0.33.0 |
976 | 2024-12-21T04:23:43.245Z | Downloaded idna v0.4.0 |
977 | 2024-12-21T04:23:43.253Z | Downloaded salty v0.3.0 |
978 | 2024-12-21T04:23:43.260Z | Downloaded bitvec v1.0.1 |
979 | 2024-12-21T04:23:43.275Z | Downloaded idna v0.2.3 |
980 | 2024-12-21T04:23:43.282Z | Downloaded h2 v0.4.6 |
981 | 2024-12-21T04:23:43.290Z | Downloaded test-strategy v0.3.1 |
982 | 2024-12-21T04:23:43.293Z | Downloaded hashbrown v0.13.2 |
983 | 2024-12-21T04:23:43.298Z | Downloaded quinn-proto v0.11.8 |
984 | 2024-12-21T04:23:43.304Z | Downloaded tokio-util v0.7.12 |
985 | 2024-12-21T04:23:43.312Z | Downloaded url v2.5.3 |
986 | 2024-12-21T04:23:43.315Z | Downloaded futures-util v0.3.31 |
987 | 2024-12-21T04:23:43.327Z | Downloaded serde_with v3.11.0 |
988 | 2024-12-21T04:23:43.336Z | Downloaded flate2 v1.0.34 |
989 | 2024-12-21T04:23:43.342Z | Downloaded rustyline v14.0.0 |
990 | 2024-12-21T04:23:43.347Z | Downloaded chrono v0.4.38 |
991 | 2024-12-21T04:23:43.355Z | Downloaded dropshot v0.12.0 |
992 | 2024-12-21T04:23:43.378Z | Downloaded num-bigint-dig v0.8.4 |
993 | 2024-12-21T04:23:43.382Z | Downloaded toml_edit v0.19.15 |
994 | 2024-12-21T04:23:43.398Z | Downloaded hashbrown v0.12.3 |
995 | 2024-12-21T04:23:43.402Z | Downloaded tough v0.19.0 |
996 | 2024-12-21T04:23:43.410Z | Downloaded bindgen v0.69.5 |
997 | 2024-12-21T04:23:43.419Z | Downloaded idna v0.5.0 |
998 | 2024-12-21T04:23:43.427Z | Downloaded winnow v0.5.40 |
999 | 2024-12-21T04:23:43.436Z | Downloaded idna v0.3.0 |
1000 | 2024-12-21T04:23:43.443Z | Downloaded russh v0.45.0 |
1001 | 2024-12-21T04:23:43.449Z | Downloaded rustls-webpki v0.101.7 |
1002 | 2024-12-21T04:23:43.464Z | Downloaded rayon v1.10.0 |
1003 | 2024-12-21T04:23:43.474Z | Downloaded p384 v0.13.0 |
1004 | 2024-12-21T04:23:43.481Z | Downloaded ssh-key v0.6.6 |
1005 | 2024-12-21T04:23:43.489Z | Downloaded hickory-proto v0.24.1 |
1006 | 2024-12-21T04:23:43.506Z | Downloaded reqwest v0.12.9 |
1007 | 2024-12-21T04:23:43.515Z | Downloaded object v0.36.5 |
1008 | 2024-12-21T04:23:43.529Z | Downloaded regex v1.11.1 |
1009 | 2024-12-21T04:23:43.546Z | Downloaded webpki-roots v0.26.6 |
1010 | 2024-12-21T04:23:43.548Z | Downloaded nix v0.29.0 |
1011 | 2024-12-21T04:23:43.561Z | Downloaded regress v0.10.1 |
1012 | 2024-12-21T04:23:43.571Z | Downloaded dropshot v0.13.0 |
1013 | 2024-12-21T04:23:43.594Z | Downloaded petname v2.0.2 |
1014 | 2024-12-21T04:23:43.600Z | Downloaded object v0.30.4 |
1015 | 2024-12-21T04:23:43.613Z | Downloaded rustls v0.21.12 |
1016 | 2024-12-21T04:23:43.625Z | Downloaded regex-syntax v0.6.29 |
1017 | 2024-12-21T04:23:43.635Z | Downloaded diesel v2.2.6 |
1018 | 2024-12-21T04:23:43.653Z | Downloaded rustls v0.23.19 |
1019 | 2024-12-21T04:23:43.666Z | Downloaded ratatui v0.28.1 |
1020 | 2024-12-21T04:23:43.687Z | Downloaded git2 v0.19.0 |
1021 | 2024-12-21T04:23:43.696Z | Downloaded regex-syntax v0.8.5 |
1022 | 2024-12-21T04:23:43.706Z | Downloaded zerocopy v0.8.10 |
1023 | 2024-12-21T04:23:43.732Z | Downloaded chrono-tz v0.10.0 |
1024 | 2024-12-21T04:23:43.740Z | Downloaded bstr v1.10.0 |
1025 | 2024-12-21T04:23:43.751Z | Downloaded openssl v0.10.66 |
1026 | 2024-12-21T04:23:43.762Z | Downloaded typify-impl v0.2.0 |
1027 | 2024-12-21T04:23:43.779Z | Downloaded regress v0.9.1 |
1028 | 2024-12-21T04:23:43.789Z | Downloaded trust-dns-proto v0.22.0 |
1029 | 2024-12-21T04:23:43.802Z | Downloaded unicode-width v0.2.0 |
1030 | 2024-12-21T04:23:43.809Z | Downloaded polar-core v0.27.3 |
1031 | 2024-12-21T04:23:43.819Z | Downloaded lzma-sys v0.1.20 |
1032 | 2024-12-21T04:23:43.850Z | Downloaded smoltcp v0.11.0 |
1033 | 2024-12-21T04:23:43.863Z | Downloaded regex-automata v0.4.8 |
1034 | 2024-12-21T04:23:43.880Z | Downloaded libz-sys v1.1.20 |
1035 | 2024-12-21T04:23:43.901Z | Downloaded openapiv3 v2.0.0 |
1036 | 2024-12-21T04:23:43.914Z | Downloaded rustls v0.22.4 |
1037 | 2024-12-21T04:23:43.929Z | Downloaded smoltcp v0.9.1 |
1038 | 2024-12-21T04:23:43.943Z | Downloaded zerocopy-derive v0.6.6 |
1039 | 2024-12-21T04:23:43.951Z | Downloaded sled v0.34.7 |
1040 | 2024-12-21T04:23:43.961Z | Downloaded tokio v1.40.0 |
1041 | 2024-12-21T04:23:44.000Z | Downloaded gimli v0.31.1 |
1042 | 2024-12-21T04:23:44.008Z | Downloaded nix v0.28.0 |
1043 | 2024-12-21T04:23:44.020Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1044 | 2024-12-21T04:23:44.033Z | Downloaded rustls-webpki v0.102.8 |
1045 | 2024-12-21T04:23:44.050Z | Downloaded curve25519-dalek v4.1.3 |
1046 | 2024-12-21T04:23:44.059Z | Downloaded proptest v1.5.0 |
1047 | 2024-12-21T04:23:44.069Z | Downloaded hashbrown v0.14.5 |
1048 | 2024-12-21T04:23:44.074Z | Downloaded nix v0.27.1 |
1049 | 2024-12-21T04:23:44.085Z | Downloaded vcpkg v0.2.15 |
1050 | 2024-12-21T04:23:44.124Z | Downloaded radix_trie v0.2.1 |
1051 | 2024-12-21T04:23:44.129Z | Downloaded steno v0.4.1 |
1052 | 2024-12-21T04:23:44.133Z | Downloaded tar v0.4.42 |
1053 | 2024-12-21T04:23:44.136Z | Downloaded unicode-segmentation v1.12.0 |
1054 | 2024-12-21T04:23:44.139Z | Downloaded unicode-normalization v0.1.24 |
1055 | 2024-12-21T04:23:44.146Z | Downloaded petgraph v0.6.5 |
1056 | 2024-12-21T04:23:44.161Z | Downloaded portable-atomic v1.9.0 |
1057 | 2024-12-21T04:23:44.168Z | Downloaded blake3 v1.5.4 |
1058 | 2024-12-21T04:23:44.176Z | Downloaded sha3 v0.10.8 |
1059 | 2024-12-21T04:23:44.181Z | Downloaded serde_with_macros v3.11.0 |
1060 | 2024-12-21T04:23:44.183Z | Downloaded sqlparser v0.45.0 |
1061 | 2024-12-21T04:23:44.188Z | Downloaded rand_xorshift v0.3.0 |
1062 | 2024-12-21T04:23:44.191Z | Downloaded slog-stdlog v4.1.1 |
1063 | 2024-12-21T04:23:44.191Z | Downloaded pkcs5 v0.7.1 |
1064 | 2024-12-21T04:23:44.195Z | Downloaded csv v1.3.1 |
1065 | 2024-12-21T04:23:44.216Z | Downloaded omicron-zone-package v0.11.1 |
1066 | 2024-12-21T04:23:44.219Z | Downloaded enum-as-inner v0.5.1 |
1067 | 2024-12-21T04:23:44.223Z | Downloaded itertools v0.12.1 |
1068 | 2024-12-21T04:23:44.227Z | Downloaded wait-timeout v0.2.0 |
1069 | 2024-12-21T04:23:44.231Z | Downloaded tinyvec v1.8.0 |
1070 | 2024-12-21T04:23:44.233Z | Downloaded unicode_categories v0.1.1 |
1071 | 2024-12-21T04:23:44.233Z | Downloaded typed-path v0.9.3 |
1072 | 2024-12-21T04:23:44.240Z | Downloaded unicode-truncate v1.1.0 |
1073 | 2024-12-21T04:23:44.242Z | Downloaded strum_macros v0.25.3 |
1074 | 2024-12-21T04:23:44.244Z | Downloaded yasna v0.5.2 |
1075 | 2024-12-21T04:23:44.246Z | Downloaded vergen v8.3.2 |
1076 | 2024-12-21T04:23:44.249Z | Downloaded salsa20 v0.10.2 |
1077 | 2024-12-21T04:23:44.249Z | Downloaded rustls-pemfile v1.0.4 |
1078 | 2024-12-21T04:23:44.251Z | Downloaded ed25519 v2.2.3 |
1079 | 2024-12-21T04:23:44.254Z | Downloaded crypto-bigint v0.5.5 |
1080 | 2024-12-21T04:23:44.261Z | Downloaded password-hash v0.4.2 |
1081 | 2024-12-21T04:23:44.264Z | Downloaded tokio-tungstenite v0.21.0 |
1082 | 2024-12-21T04:23:44.264Z | Downloaded owo-colors v4.1.0 |
1083 | 2024-12-21T04:23:44.266Z | Downloaded unicode-bidi v0.3.17 |
1084 | 2024-12-21T04:23:44.268Z | Downloaded zip v2.1.3 |
1085 | 2024-12-21T04:23:44.273Z | Downloaded zerocopy-derive v0.8.10 |
1086 | 2024-12-21T04:23:44.280Z | Downloaded nibble_vec v0.1.0 |
1087 | 2024-12-21T04:23:44.283Z | Downloaded libm v0.2.8 |
1088 | 2024-12-21T04:23:44.289Z | Downloaded itertools v0.10.5 |
1089 | 2024-12-21T04:23:44.295Z | Downloaded vsss-rs v3.3.4 |
1090 | 2024-12-21T04:23:44.298Z | Downloaded flume v0.11.1 |
1091 | 2024-12-21T04:23:44.303Z | Downloaded bumpalo v3.16.0 |
1092 | 2024-12-21T04:23:44.309Z | Downloaded ecdsa v0.16.9 |
1093 | 2024-12-21T04:23:44.311Z | Downloaded der_derive v0.7.3 |
1094 | 2024-12-21T04:23:44.313Z | Downloaded yoke v0.7.4 |
1095 | 2024-12-21T04:23:44.315Z | Downloaded derive_more v0.99.18 |
1096 | 2024-12-21T04:23:44.319Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1097 | 2024-12-21T04:23:44.376Z | Downloaded rustc-hash v2.0.0 |
1098 | 2024-12-21T04:23:44.379Z | Downloaded rustc-hash v1.1.0 |
1099 | 2024-12-21T04:23:44.379Z | Downloaded gethostname v0.5.0 |
1100 | 2024-12-21T04:23:44.383Z | Downloaded futures-task v0.3.31 |
1101 | 2024-12-21T04:23:44.383Z | Downloaded snafu-derive v0.8.5 |
1102 | 2024-12-21T04:23:44.386Z | Downloaded sha1 v0.10.6 |
1103 | 2024-12-21T04:23:44.386Z | Downloaded tracing-core v0.1.32 |
1104 | 2024-12-21T04:23:44.390Z | Downloaded backtrace v0.3.74 |
1105 | 2024-12-21T04:23:44.400Z | Downloaded tokio-tungstenite v0.23.1 |
1106 | 2024-12-21T04:23:44.404Z | Downloaded cc v1.1.30 |
1107 | 2024-12-21T04:23:44.404Z | Downloaded prettyplease v0.2.25 |
1108 | 2024-12-21T04:23:44.404Z | Downloaded futures v0.3.31 |
1109 | 2024-12-21T04:23:44.408Z | Downloaded qorb v0.2.1 |
1110 | 2024-12-21T04:23:44.410Z | Downloaded password-hash v0.5.0 |
1111 | 2024-12-21T04:23:44.410Z | Downloaded subtle v2.6.1 |
1112 | 2024-12-21T04:23:44.412Z | Downloaded structmeta v0.2.0 |
1113 | 2024-12-21T04:23:44.414Z | Downloaded slog-bunyan v2.5.0 |
1114 | 2024-12-21T04:23:44.414Z | Downloaded shell-words v1.1.0 |
1115 | 2024-12-21T04:23:44.414Z | Downloaded compact_str v0.8.0 |
1116 | 2024-12-21T04:23:44.417Z | Downloaded mockall v0.13.0 |
1117 | 2024-12-21T04:23:44.420Z | Downloaded futures-channel v0.3.31 |
1118 | 2024-12-21T04:23:44.423Z | Downloaded base64 v0.22.1 |
1119 | 2024-12-21T04:23:44.425Z | Downloaded base64 v0.21.7 |
1120 | 2024-12-21T04:23:44.428Z | Downloaded allocator-api2 v0.2.18 |
1121 | 2024-12-21T04:23:44.431Z | Downloaded derive_builder_core v0.20.2 |
1122 | 2024-12-21T04:23:44.434Z | Downloaded number_prefix v0.4.0 |
1123 | 2024-12-21T04:23:44.436Z | Downloaded futures-executor v0.3.31 |
1124 | 2024-12-21T04:23:44.437Z | Downloaded futures-core v0.3.31 |
1125 | 2024-12-21T04:23:44.439Z | Downloaded dsl_auto_type v0.1.2 |
1126 | 2024-12-21T04:23:44.439Z | Downloaded bytes v1.8.0 |
1127 | 2024-12-21T04:23:44.442Z | Downloaded zone v0.1.8 |
1128 | 2024-12-21T04:23:44.444Z | Downloaded indicatif v0.17.9 |
1129 | 2024-12-21T04:23:44.447Z | Downloaded indexmap v1.9.3 |
1130 | 2024-12-21T04:23:44.450Z | Downloaded clang-sys v1.8.1 |
1131 | 2024-12-21T04:23:44.452Z | Downloaded crc-any v2.5.0 |
1132 | 2024-12-21T04:23:44.454Z | Downloaded signal-hook-mio v0.2.4 |
1133 | 2024-12-21T04:23:44.459Z | Downloaded serde_plain v1.0.2 |
1134 | 2024-12-21T04:23:44.461Z | Downloaded secrecy v0.8.0 |
1135 | 2024-12-21T04:23:44.461Z | Downloaded cookie v0.18.1 |
1136 | 2024-12-21T04:23:44.461Z | Downloaded cancel-safe-futures v0.1.5 |
1137 | 2024-12-21T04:23:44.463Z | Downloaded bzip2 v0.4.4 |
1138 | 2024-12-21T04:23:44.466Z | Downloaded encoding_rs v0.8.34 |
1139 | 2024-12-21T04:23:44.487Z | Downloaded buf-list v1.0.3 |
1140 | 2024-12-21T04:23:44.490Z | Downloaded const_format_proc_macros v0.2.33 |
1141 | 2024-12-21T04:23:44.494Z | Downloaded async-trait v0.1.83 |
1142 | 2024-12-21T04:23:44.497Z | Downloaded async-bb8-diesel v0.2.1 |
1143 | 2024-12-21T04:23:44.499Z | Downloaded argon2 v0.5.3 |
1144 | 2024-12-21T04:23:44.499Z | Downloaded bcs v0.1.6 |
1145 | 2024-12-21T04:23:44.502Z | Downloaded idna_adapter v1.2.0 |
1146 | 2024-12-21T04:23:44.502Z | Downloaded colored v2.1.0 |
1147 | 2024-12-21T04:23:44.504Z | Downloaded highway v1.2.0 |
1148 | 2024-12-21T04:23:44.504Z | Downloaded crossbeam-deque v0.8.5 |
1149 | 2024-12-21T04:23:44.507Z | Downloaded bit-vec v0.6.3 |
1150 | 2024-12-21T04:23:44.509Z | Downloaded atomic-waker v1.1.2 |
1151 | 2024-12-21T04:23:44.509Z | Downloaded inout v0.1.3 |
1152 | 2024-12-21T04:23:44.512Z | Downloaded httpdate v1.0.3 |
1153 | 2024-12-21T04:23:44.512Z | Downloaded heck v0.3.3 |
1154 | 2024-12-21T04:23:44.512Z | Downloaded blowfish v0.9.1 |
1155 | 2024-12-21T04:23:44.516Z | Downloaded linked-hash-map v0.5.6 |
1156 | 2024-12-21T04:23:44.516Z | Downloaded lazy_static v1.5.0 |
1157 | 2024-12-21T04:23:44.519Z | Downloaded hyper-tls v0.6.0 |
1158 | 2024-12-21T04:23:44.519Z | Downloaded chacha20 v0.9.1 |
1159 | 2024-12-21T04:23:44.521Z | Downloaded castaway v0.2.3 |
1160 | 2024-12-21T04:23:44.521Z | Downloaded libsw v3.3.1 |
1161 | 2024-12-21T04:23:44.524Z | Downloaded is-terminal v0.4.13 |
1162 | 2024-12-21T04:23:44.524Z | Downloaded indent_write v2.2.0 |
1163 | 2024-12-21T04:23:44.526Z | Downloaded cassowary v0.3.0 |
1164 | 2024-12-21T04:23:44.526Z | Downloaded ascii-canvas v3.0.0 |
1165 | 2024-12-21T04:23:44.529Z | Downloaded block-padding v0.3.3 |
1166 | 2024-12-21T04:23:44.529Z | Downloaded arrayref v0.3.9 |
1167 | 2024-12-21T04:23:44.529Z | Downloaded array-init v0.0.4 |
1168 | 2024-12-21T04:23:44.531Z | Downloaded constant_time_eq v0.3.1 |
1169 | 2024-12-21T04:23:44.531Z | Downloaded base16ct v0.2.0 |
1170 | 2024-12-21T04:23:44.534Z | Downloaded assert_matches v1.5.0 |
1171 | 2024-12-21T04:23:44.685Z | Downloaded libsqlite3-sys v0.30.1 |
1172 | 2024-12-21T04:23:45.236Z | Downloaded ring v0.17.8 |
1173 | 2024-12-21T04:23:45.425Z | Downloaded ring v0.16.20 |
1174 | 2024-12-21T04:23:45.728Z | Downloaded aws-lc-sys v0.22.0 |
1175 | 2024-12-21T04:23:46.047Z | Compiling serde v1.0.215 |
1176 | 2024-12-21T04:23:46.049Z | Compiling lock_api v0.4.12 |
1177 | 2024-12-21T04:23:46.050Z | Compiling scopeguard v1.2.0 |
1178 | 2024-12-21T04:23:46.050Z | Compiling value-bag v1.9.0 |
1179 | 2024-12-21T04:23:46.050Z | Compiling typenum v1.17.0 |
1180 | 2024-12-21T04:23:46.050Z | Compiling generic-array v0.14.7 |
1181 | 2024-12-21T04:23:46.219Z | Compiling syn v2.0.87 |
1182 | 2024-12-21T04:23:46.233Z | Compiling getrandom v0.2.15 |
1183 | 2024-12-21T04:23:46.337Z | Compiling subtle v2.6.1 |
1184 | 2024-12-21T04:23:46.515Z | Compiling rand_core v0.6.4 |
1185 | 2024-12-21T04:23:46.796Z | Compiling log v0.4.22 |
1186 | 2024-12-21T04:23:46.882Z | Compiling shlex v1.3.0 |
1187 | 2024-12-21T04:23:46.904Z | Compiling jobserver v0.1.32 |
1188 | 2024-12-21T04:23:46.924Z | Compiling smallvec v1.13.2 |
1189 | 2024-12-21T04:23:47.241Z | Compiling const-oid v0.9.6 |
1190 | 2024-12-21T04:23:47.315Z | Compiling cc v1.1.30 |
1191 | 2024-12-21T04:23:47.337Z | Compiling spin v0.9.8 |
1192 | 2024-12-21T04:23:47.360Z | Compiling pin-project-lite v0.2.14 |
1193 | 2024-12-21T04:23:47.508Z | Compiling rustix v0.38.37 |
1194 | 2024-12-21T04:23:47.721Z | Compiling parking_lot_core v0.9.10 |
1195 | 2024-12-21T04:23:47.787Z | Compiling futures-core v0.3.31 |
1196 | 2024-12-21T04:23:47.909Z | Compiling signal-hook-registry v1.4.2 |
1197 | 2024-12-21T04:23:48.080Z | Compiling mio v1.0.2 |
1198 | 2024-12-21T04:23:48.437Z | Compiling aho-corasick v1.1.3 |
1199 | 2024-12-21T04:23:48.779Z | Compiling parking_lot v0.12.3 |
1200 | 2024-12-21T04:23:48.990Z | Compiling cpufeatures v0.2.14 |
1201 | 2024-12-21T04:23:49.099Z | Compiling either v1.13.0 |
1202 | 2024-12-21T04:23:49.243Z | Compiling regex-syntax v0.8.5 |
1203 | 2024-12-21T04:23:49.300Z | Compiling lazy_static v1.5.0 |
1204 | 2024-12-21T04:23:49.422Z | Compiling glob v0.3.1 |
1205 | 2024-12-21T04:23:49.442Z | Compiling stable_deref_trait v1.2.0 |
1206 | 2024-12-21T04:23:49.550Z | Compiling futures-sink v0.3.31 |
1207 | 2024-12-21T04:23:49.571Z | Compiling socket2 v0.5.7 |
1208 | 2024-12-21T04:23:49.728Z | Compiling slab v0.4.9 |
1209 | 2024-12-21T04:23:49.769Z | Compiling prettyplease v0.2.25 |
1210 | 2024-12-21T04:23:50.131Z | Compiling minimal-lexical v0.2.1 |
1211 | 2024-12-21T04:23:50.210Z | Compiling serde_json v1.0.133 |
1212 | 2024-12-21T04:23:50.497Z | Compiling clang-sys v1.8.1 |
1213 | 2024-12-21T04:23:50.582Z | Compiling nom v7.1.3 |
1214 | 2024-12-21T04:23:50.687Z | Compiling libloading v0.8.5 |
1215 | 2024-12-21T04:23:50.962Z | Compiling bindgen v0.69.5 |
1216 | 2024-12-21T04:23:51.112Z | Compiling home v0.5.9 |
1217 | 2024-12-21T04:23:51.384Z | Compiling futures-channel v0.3.31 |
1218 | 2024-12-21T04:23:51.836Z | Compiling itertools v0.12.1 |
1219 | 2024-12-21T04:23:51.857Z | Compiling futures-task v0.3.31 |
1220 | 2024-12-21T04:23:51.959Z | Compiling futures-io v0.3.31 |
1221 | 2024-12-21T04:23:52.176Z | Compiling allocator-api2 v0.2.18 |
1222 | 2024-12-21T04:23:52.311Z | Compiling pin-utils v0.1.0 |
1223 | 2024-12-21T04:23:52.420Z | Compiling rustc-hash v1.1.0 |
1224 | 2024-12-21T04:23:52.594Z | Compiling foldhash v0.1.3 |
1225 | 2024-12-21T04:23:52.885Z | Compiling libm v0.2.8 |
1226 | 2024-12-21T04:23:53.015Z | Compiling regex-automata v0.4.8 |
1227 | 2024-12-21T04:23:53.240Z | Compiling lazycell v1.3.0 |
1228 | 2024-12-21T04:23:53.458Z | Compiling hashbrown v0.15.1 |
1229 | 2024-12-21T04:23:54.315Z | Compiling synstructure v0.13.1 |
1230 | 2024-12-21T04:23:54.856Z | Compiling cexpr v0.6.0 |
1231 | 2024-12-21T04:23:55.076Z | Compiling cmake v0.1.51 |
1232 | 2024-12-21T04:23:56.093Z | Compiling num-traits v0.2.19 |
1233 | 2024-12-21T04:23:56.163Z | Compiling fs_extra v1.3.0 |
1234 | 2024-12-21T04:23:56.386Z | Compiling pkg-config v0.3.31 |
1235 | 2024-12-21T04:23:56.407Z | Compiling tinyvec_macros v0.1.1 |
1236 | 2024-12-21T04:23:56.508Z | Compiling dunce v1.0.5 |
1237 | 2024-12-21T04:23:56.691Z | Compiling tinyvec v1.8.0 |
1238 | 2024-12-21T04:23:56.988Z | Compiling ring v0.17.8 |
1239 | 2024-12-21T04:23:57.744Z | Compiling base64ct v1.6.0 |
1240 | 2024-12-21T04:23:58.184Z | Compiling writeable v0.5.5 |
1241 | 2024-12-21T04:23:58.283Z | Compiling unicode-normalization v0.1.24 |
1242 | 2024-12-21T04:23:58.305Z | Compiling litemap v0.7.3 |
1243 | 2024-12-21T04:23:58.327Z | Compiling paste v1.0.15 |
1244 | 2024-12-21T04:23:58.714Z | Compiling unicode-bidi v0.3.17 |
1245 | 2024-12-21T04:23:58.919Z | Compiling regex v1.11.1 |
1246 | 2024-12-21T04:23:59.419Z | Compiling pem-rfc7468 v0.7.0 |
1247 | 2024-12-21T04:23:59.926Z | Compiling httparse v1.9.5 |
1248 | 2024-12-21T04:24:00.055Z | Compiling flagset v0.4.6 |
1249 | 2024-12-21T04:24:00.105Z | Compiling aws-lc-rs v1.10.0 |
1250 | 2024-12-21T04:24:00.259Z | Compiling tracing-core v0.1.32 |
1251 | 2024-12-21T04:24:00.561Z | Compiling percent-encoding v2.3.1 |
1252 | 2024-12-21T04:24:00.760Z | Compiling icu_locid_transform_data v1.5.0 |
1253 | 2024-12-21T04:24:00.860Z | Compiling crossbeam-utils v0.8.20 |
1254 | 2024-12-21T04:24:00.930Z | Compiling rustls-pki-types v1.10.0 |
1255 | 2024-12-21T04:24:01.467Z | Compiling untrusted v0.7.1 |
1256 | 2024-12-21T04:24:01.670Z | Compiling icu_properties_data v1.5.0 |
1257 | 2024-12-21T04:24:01.691Z | Compiling time-core v0.1.2 |
1258 | 2024-12-21T04:24:01.737Z | Compiling serde_derive v1.0.215 |
1259 | 2024-12-21T04:24:01.879Z | Compiling zeroize_derive v1.4.2 |
1260 | 2024-12-21T04:24:01.929Z | Compiling zerocopy-derive v0.7.35 |
1261 | 2024-12-21T04:24:02.015Z | Compiling tokio-macros v2.4.0 |
1262 | 2024-12-21T04:24:02.078Z | Compiling zerofrom-derive v0.1.4 |
1263 | 2024-12-21T04:24:03.510Z | Compiling thiserror-impl v1.0.69 |
1264 | 2024-12-21T04:24:03.534Z | Compiling zeroize v1.8.1 |
1265 | 2024-12-21T04:24:03.703Z | Compiling yoke-derive v0.7.4 |
1266 | 2024-12-21T04:24:04.317Z | Compiling zerocopy v0.7.35 |
1267 | 2024-12-21T04:24:05.397Z | Compiling crypto-common v0.1.6 |
1268 | 2024-12-21T04:24:05.639Z | Compiling block-buffer v0.10.4 |
1269 | 2024-12-21T04:24:05.869Z | Compiling digest v0.10.7 |
1270 | 2024-12-21T04:24:05.903Z | Compiling futures-macro v0.3.31 |
1271 | 2024-12-21T04:24:06.363Z | Compiling hmac v0.12.1 |
1272 | 2024-12-21T04:24:06.383Z | Compiling zerofrom v0.1.4 |
1273 | 2024-12-21T04:24:06.449Z | Compiling zerovec-derive v0.10.3 |
1274 | 2024-12-21T04:24:06.633Z | Compiling block-padding v0.3.3 |
1275 | 2024-12-21T04:24:06.652Z | Compiling displaydoc v0.2.5 |
1276 | 2024-12-21T04:24:06.886Z | Compiling inout v0.1.3 |
1277 | 2024-12-21T04:24:06.939Z | Compiling yoke v0.7.4 |
1278 | 2024-12-21T04:24:07.078Z | Compiling thiserror v1.0.69 |
1279 | 2024-12-21T04:24:07.167Z | Compiling cipher v0.4.4 |
1280 | 2024-12-21T04:24:07.225Z | Compiling sha2 v0.10.8 |
1281 | 2024-12-21T04:24:07.333Z | Compiling ppv-lite86 v0.2.20 |
1282 | 2024-12-21T04:24:07.734Z | Compiling icu_provider_macros v1.5.0 |
1283 | 2024-12-21T04:24:07.925Z | Compiling futures-util v0.3.31 |
1284 | 2024-12-21T04:24:08.227Z | Compiling der_derive v0.7.3 |
1285 | 2024-12-21T04:24:08.374Z | Compiling rand_chacha v0.3.1 |
1286 | 2024-12-21T04:24:08.865Z | Compiling tracing-attributes v0.1.27 |
1287 | 2024-12-21T04:24:08.945Z | Compiling rand v0.8.5 |
1288 | 2024-12-21T04:24:09.213Z | Compiling zerovec v0.10.4 |
1289 | 2024-12-21T04:24:10.796Z | Compiling salsa20 v0.10.2 |
1290 | 2024-12-21T04:24:10.834Z | Compiling pest v2.7.14 |
1291 | 2024-12-21T04:24:10.924Z | Compiling der v0.7.9 |
1292 | 2024-12-21T04:24:11.038Z | Compiling pbkdf2 v0.12.2 |
1293 | 2024-12-21T04:24:11.190Z | Compiling tinystr v0.7.6 |
1294 | 2024-12-21T04:24:11.230Z | Compiling icu_collections v1.5.0 |
1295 | 2024-12-21T04:24:11.615Z | Compiling icu_locid v1.5.0 |
1296 | 2024-12-21T04:24:11.680Z | Compiling mirai-annotations v1.12.0 |
1297 | 2024-12-21T04:24:11.904Z | Compiling vcpkg v0.2.15 |
1298 | 2024-12-21T04:24:12.819Z | Compiling untrusted v0.9.0 |
1299 | 2024-12-21T04:24:12.991Z | Compiling icu_provider v1.5.0 |
1300 | 2024-12-21T04:24:13.011Z | Compiling tracing v0.1.40 |
1301 | 2024-12-21T04:24:13.540Z | Compiling spki v0.7.3 |
1302 | 2024-12-21T04:24:13.940Z | Compiling icu_locid_transform v1.5.0 |
1303 | 2024-12-21T04:24:14.064Z | Compiling num-conv v0.1.0 |
1304 | 2024-12-21T04:24:14.103Z | Compiling powerfmt v0.2.0 |
1305 | 2024-12-21T04:24:14.148Z | Compiling pest_meta v2.7.14 |
1306 | 2024-12-21T04:24:14.230Z | Compiling openssl-sys v0.9.103 |
1307 | 2024-12-21T04:24:14.352Z | Compiling time-macros v0.2.18 |
1308 | 2024-12-21T04:24:14.444Z | Compiling deranged v0.3.11 |
1309 | 2024-12-21T04:24:14.524Z | Compiling scrypt v0.11.0 |
1310 | 2024-12-21T04:24:15.175Z | Compiling cbc v0.1.2 |
1311 | 2024-12-21T04:24:15.389Z | Compiling icu_properties v1.5.1 |
1312 | 2024-12-21T04:24:15.448Z | Compiling aes v0.8.4 |
1313 | 2024-12-21T04:24:16.337Z | Compiling bitflags v2.6.0 |
1314 | 2024-12-21T04:24:16.444Z | Compiling bytes v1.8.0 |
1315 | 2024-12-21T04:24:17.811Z | Compiling tokio v1.40.0 |
1316 | 2024-12-21T04:24:17.880Z | Compiling indexmap v2.6.0 |
1317 | 2024-12-21T04:24:18.430Z | Compiling http v1.1.0 |
1318 | 2024-12-21T04:24:18.514Z | Compiling semver v1.0.23 |
1319 | 2024-12-21T04:24:19.285Z | Compiling rustc_version v0.4.1 |
1320 | 2024-12-21T04:24:19.399Z | Compiling scroll_derive v0.12.0 |
1321 | 2024-12-21T04:24:20.094Z | Compiling utf8_iter v1.0.4 |
1322 | 2024-12-21T04:24:20.202Z | Compiling utf16_iter v1.0.5 |
1323 | 2024-12-21T04:24:20.358Z | Compiling write16 v1.0.0 |
1324 | 2024-12-21T04:24:20.425Z | Compiling num_threads v0.1.7 |
1325 | 2024-12-21T04:24:20.492Z | Compiling atomic-waker v1.1.2 |
1326 | 2024-12-21T04:24:20.516Z | Compiling icu_normalizer_data v1.5.0 |
1327 | 2024-12-21T04:24:20.558Z | Compiling time v0.3.36 |
1328 | 2024-12-21T04:24:20.627Z | Compiling icu_normalizer v1.5.0 |
1329 | 2024-12-21T04:24:20.683Z | Compiling http-body v1.0.1 |
1330 | 2024-12-21T04:24:20.911Z | Compiling which v4.4.2 |
1331 | 2024-12-21T04:24:20.942Z | Compiling scroll v0.12.0 |
1332 | 2024-12-21T04:24:20.946Z | Compiling pkcs5 v0.7.1 |
1333 | 2024-12-21T04:24:20.982Z | Compiling pest_generator v2.7.14 |
1334 | 2024-12-21T04:24:21.824Z | Compiling form_urlencoded v1.2.1 |
1335 | 2024-12-21T04:24:22.185Z | Compiling try-lock v0.2.5 |
1336 | 2024-12-21T04:24:22.257Z | Compiling slog v2.7.0 |
1337 | 2024-12-21T04:24:22.332Z | Compiling goblin v0.8.2 |
1338 | 2024-12-21T04:24:22.388Z | Compiling want v0.3.1 |
1339 | 2024-12-21T04:24:22.689Z | Compiling pkcs8 v0.10.2 |
1340 | 2024-12-21T04:24:22.718Z | Compiling idna_adapter v1.2.0 |
1341 | 2024-12-21T04:24:22.868Z | Compiling uuid v1.11.0 |
1342 | 2024-12-21T04:24:22.934Z | Compiling iana-time-zone v0.1.61 |
1343 | 2024-12-21T04:24:23.116Z | Compiling pest_derive v2.7.14 |
1344 | 2024-12-21T04:24:23.428Z | Compiling httpdate v1.0.3 |
1345 | 2024-12-21T04:24:23.448Z | Compiling chrono v0.4.38 |
1346 | 2024-12-21T04:24:23.930Z | Compiling idna v1.0.3 |
1347 | 2024-12-21T04:24:23.955Z | Compiling dtrace-parser v0.2.0 |
1348 | 2024-12-21T04:24:25.281Z | Compiling toml_datetime v0.6.8 |
1349 | 2024-12-21T04:24:25.819Z | Compiling serde_spanned v0.6.8 |
1350 | 2024-12-21T04:24:25.866Z | Compiling serde_tokenstream v0.2.2 |
1351 | 2024-12-21T04:24:26.072Z | Compiling adler2 v2.0.0 |
1352 | 2024-12-21T04:24:26.095Z | Compiling foreign-types-shared v0.1.1 |
1353 | 2024-12-21T04:24:26.159Z | Compiling tower-service v0.3.3 |
1354 | 2024-12-21T04:24:26.210Z | Compiling match_cfg v0.1.0 |
1355 | 2024-12-21T04:24:26.297Z | Compiling rustversion v1.0.17 |
1356 | 2024-12-21T04:24:26.319Z | Compiling base64 v0.22.1 |
1357 | 2024-12-21T04:24:26.319Z | Compiling openssl v0.10.66 |
1358 | 2024-12-21T04:24:26.504Z | Compiling tokio-util v0.7.12 |
1359 | 2024-12-21T04:24:26.847Z | Compiling hostname v0.3.1 |
1360 | 2024-12-21T04:24:27.131Z | Compiling miniz_oxide v0.8.0 |
1361 | 2024-12-21T04:24:27.170Z | Compiling foreign-types v0.3.2 |
1362 | 2024-12-21T04:24:27.190Z | Compiling url v2.5.3 |
1363 | 2024-12-21T04:24:27.366Z | Compiling openssl-macros v0.1.1 |
1364 | 2024-12-21T04:24:28.011Z | Compiling h2 v0.4.6 |
1365 | 2024-12-21T04:24:28.157Z | Compiling async-trait v0.1.83 |
1366 | 2024-12-21T04:24:28.684Z | Compiling dof v0.3.0 |
1367 | 2024-12-21T04:24:28.708Z | Compiling serde_derive_internals v0.29.1 |
1368 | 2024-12-21T04:24:29.297Z | Compiling dirs-sys-next v0.1.2 |
1369 | 2024-12-21T04:24:30.010Z | Compiling usdt-impl v0.5.0 |
1370 | 2024-12-21T04:24:30.923Z | Compiling syn v1.0.109 |
1371 | 2024-12-21T04:24:30.982Z | Compiling rustls v0.23.19 |
1372 | 2024-12-21T04:24:31.261Z | Compiling rustls v0.22.4 |
1373 | 2024-12-21T04:24:31.493Z | Compiling data-encoding v2.6.0 |
1374 | 2024-12-21T04:24:31.519Z | Compiling schemars v0.8.21 |
1375 | 2024-12-21T04:24:31.558Z | Compiling siphasher v0.3.11 |
1376 | 2024-12-21T04:24:31.674Z | Compiling native-tls v0.2.12 |
1377 | 2024-12-21T04:24:31.988Z | Compiling schemars_derive v0.8.21 |
1378 | 2024-12-21T04:24:32.044Z | Compiling dirs-next v2.0.0 |
1379 | 2024-12-21T04:24:33.109Z | Compiling http-body-util v0.1.2 |
1380 | 2024-12-21T04:24:33.670Z | Compiling crossbeam-epoch v0.9.18 |
1381 | 2024-12-21T04:24:33.722Z | Compiling heapless v0.7.17 |
1382 | 2024-12-21T04:24:33.937Z | Compiling sha1 v0.10.6 |
1383 | 2024-12-21T04:24:34.034Z | Compiling signature v2.2.0 |
1384 | 2024-12-21T04:24:34.171Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1385 | 2024-12-21T04:24:34.336Z | Compiling thread_local v1.1.8 |
1386 | 2024-12-21T04:24:34.371Z | Compiling multer v3.1.0 |
1387 | 2024-12-21T04:24:34.433Z | Compiling cookie v0.18.1 |
1388 | 2024-12-21T04:24:34.670Z | Compiling encoding_rs v0.8.34 |
1389 | 2024-12-21T04:24:34.690Z | Compiling slog-async v2.8.0 |
1390 | 2024-12-21T04:24:34.728Z | Compiling ipnet v2.10.1 |
1391 | 2024-12-21T04:24:34.878Z | Compiling openssl-probe v0.1.5 |
1392 | 2024-12-21T04:24:35.202Z | Compiling hyper v1.5.0 |
1393 | 2024-12-21T04:24:35.222Z | Compiling signal-hook v0.3.17 |
1394 | 2024-12-21T04:24:35.415Z | Compiling gimli v0.31.1 |
1395 | 2024-12-21T04:24:35.473Z | Compiling mime v0.3.17 |
1396 | 2024-12-21T04:24:35.937Z | Compiling rayon-core v1.12.1 |
1397 | 2024-12-21T04:24:36.088Z | Compiling unicode-properties v0.1.3 |
1398 | 2024-12-21T04:24:36.210Z | Compiling dyn-clone v1.0.17 |
1399 | 2024-12-21T04:24:36.454Z | Compiling stringprep v0.1.5 |
1400 | 2024-12-21T04:24:37.817Z | Compiling hyper-util v0.1.10 |
1401 | 2024-12-21T04:24:39.379Z | Compiling toml_edit v0.22.22 |
1402 | 2024-12-21T04:24:39.979Z | Compiling crossbeam-deque v0.8.5 |
1403 | 2024-12-21T04:24:40.338Z | Compiling addr2line v0.24.2 |
1404 | 2024-12-21T04:24:40.551Z | Compiling usdt-attr-macro v0.5.0 |
1405 | 2024-12-21T04:24:40.786Z | Compiling usdt-macro v0.5.0 |
1406 | 2024-12-21T04:24:40.974Z | Compiling term v0.7.0 |
1407 | 2024-12-21T04:24:41.223Z | Compiling slog-json v2.6.1 |
1408 | 2024-12-21T04:24:41.367Z | Compiling serde_urlencoded v0.7.1 |
1409 | 2024-12-21T04:24:41.625Z | Compiling crossbeam-channel v0.5.13 |
1410 | 2024-12-21T04:24:41.942Z | Compiling curve25519-dalek v4.1.3 |
1411 | 2024-12-21T04:24:42.245Z | Compiling futures-executor v0.3.31 |
1412 | 2024-12-21T04:24:42.294Z | Compiling enum-as-inner v0.6.1 |
1413 | 2024-12-21T04:24:42.543Z | Compiling md-5 v0.10.6 |
1414 | 2024-12-21T04:24:42.617Z | Compiling async-stream-impl v0.3.6 |
1415 | 2024-12-21T04:24:42.787Z | Compiling rustls-pemfile v2.2.0 |
1416 | 2024-12-21T04:24:42.842Z | Compiling num-integer v0.1.46 |
1417 | 2024-12-21T04:24:42.865Z | Compiling idna v0.3.0 |
1418 | 2024-12-21T04:24:43.174Z | Compiling idna v0.4.0 |
1419 | 2024-12-21T04:24:43.457Z | Compiling hash32 v0.2.1 |
1420 | 2024-12-21T04:24:43.693Z | Compiling ff v0.13.0 |
1421 | 2024-12-21T04:24:43.879Z | Compiling is-terminal v0.4.13 |
1422 | 2024-12-21T04:24:43.943Z | Compiling dropshot v0.12.0 |
1423 | 2024-12-21T04:24:44.013Z | Compiling object v0.36.5 |
1424 | 2024-12-21T04:24:44.082Z | Compiling quick-error v1.2.3 |
1425 | 2024-12-21T04:24:44.237Z | Compiling psl-types v2.0.11 |
1426 | 2024-12-21T04:24:44.259Z | Compiling portable-atomic v1.9.0 |
1427 | 2024-12-21T04:24:44.456Z | Compiling utf-8 v0.7.6 |
1428 | 2024-12-21T04:24:44.677Z | Compiling smoltcp v0.9.1 |
1429 | 2024-12-21T04:24:44.794Z | Compiling rustc-demangle v0.1.24 |
1430 | 2024-12-21T04:24:44.994Z | Compiling linked-hash-map v0.5.6 |
1431 | 2024-12-21T04:24:45.380Z | Compiling base16ct v0.2.0 |
1432 | 2024-12-21T04:24:45.398Z | Compiling num-bigint-dig v0.8.4 |
1433 | 2024-12-21T04:24:45.420Z | Compiling anyhow v1.0.93 |
1434 | 2024-12-21T04:24:45.710Z | Compiling fallible-iterator v0.2.0 |
1435 | 2024-12-21T04:24:45.732Z | Compiling take_mut v0.2.2 |
1436 | 2024-12-21T04:24:45.853Z | Compiling sec1 v0.7.3 |
1437 | 2024-12-21T04:24:46.631Z | Compiling postgres-protocol v0.6.7 |
1438 | 2024-12-21T04:24:46.656Z | Compiling lru-cache v0.1.2 |
1439 | 2024-12-21T04:24:46.656Z | Compiling tungstenite v0.24.0 |
1440 | 2024-12-21T04:24:46.779Z | Compiling publicsuffix v2.2.3 |
1441 | 2024-12-21T04:24:47.147Z | Compiling resolv-conf v0.7.0 |
1442 | 2024-12-21T04:24:47.273Z | Compiling hickory-proto v0.24.1 |
1443 | 2024-12-21T04:24:47.887Z | Compiling async-stream v0.3.6 |
1444 | 2024-12-21T04:24:47.996Z | Compiling slog-term v2.9.1 |
1445 | 2024-12-21T04:24:48.158Z | Compiling usdt v0.5.0 |
1446 | 2024-12-21T04:24:48.208Z | Compiling group v0.13.0 |
1447 | 2024-12-21T04:24:48.700Z | Compiling num-iter v0.1.45 |
1448 | 2024-12-21T04:24:48.908Z | Compiling toml v0.8.19 |
1449 | 2024-12-21T04:24:49.201Z | Compiling futures v0.3.31 |
1450 | 2024-12-21T04:24:49.325Z | Compiling slog-bunyan v2.5.0 |
1451 | 2024-12-21T04:24:50.798Z | Compiling tokio-native-tls v0.3.1 |
1452 | 2024-12-21T04:24:51.015Z | Compiling camino v1.1.9 |
1453 | 2024-12-21T04:24:51.129Z | Compiling phf_shared v0.11.2 |
1454 | 2024-12-21T04:24:51.443Z | Compiling dropshot_endpoint v0.12.0 |
1455 | 2024-12-21T04:24:51.545Z | Compiling backtrace v0.3.74 |
1456 | 2024-12-21T04:24:51.823Z | Compiling terminal_size v0.4.0 |
1457 | 2024-12-21T04:24:52.050Z | Compiling waitgroup v0.1.2 |
1458 | 2024-12-21T04:24:52.066Z | Compiling openapiv3 v2.0.0 |
1459 | 2024-12-21T04:24:52.291Z | Compiling serde_path_to_error v0.1.16 |
1460 | 2024-12-21T04:24:52.393Z | Compiling hkdf v0.12.4 |
1461 | 2024-12-21T04:24:52.686Z | Compiling crypto-bigint v0.5.5 |
1462 | 2024-12-21T04:24:53.180Z | Compiling curve25519-dalek-derive v0.1.1 |
1463 | 2024-12-21T04:24:54.845Z | Compiling zerocopy-derive v0.6.6 |
1464 | 2024-12-21T04:24:55.504Z | Compiling webpki-roots v0.26.6 |
1465 | 2024-12-21T04:24:55.742Z | Compiling idna v0.5.0 |
1466 | 2024-12-21T04:24:55.902Z | Compiling hubpack_derive v0.1.1 |
1467 | 2024-12-21T04:24:56.346Z | Compiling hostname v0.4.0 |
1468 | 2024-12-21T04:24:56.626Z | Compiling crc32fast v1.4.2 |
1469 | 2024-12-21T04:24:56.669Z | Compiling fs-err v2.11.0 |
1470 | 2024-12-21T04:24:56.857Z | Compiling ahash v0.8.11 |
1471 | 2024-12-21T04:24:56.945Z | Compiling newtype-uuid v1.1.3 |
1472 | 2024-12-21T04:24:56.976Z | Compiling bitflags v1.3.2 |
1473 | 2024-12-21T04:24:57.095Z | Compiling winnow v0.5.40 |
1474 | 2024-12-21T04:24:57.152Z | Compiling debug-ignore v1.0.5 |
1475 | 2024-12-21T04:24:57.197Z | Compiling managed v0.8.0 |
1476 | 2024-12-21T04:24:57.232Z | Compiling clap_builder v4.5.21 |
1477 | 2024-12-21T04:24:57.419Z | Compiling strum_macros v0.25.3 |
1478 | 2024-12-21T04:24:57.475Z | Compiling console v0.15.8 |
1479 | 2024-12-21T04:24:58.411Z | Compiling zerocopy v0.6.6 |
1480 | 2024-12-21T04:24:59.189Z | Compiling flate2 v1.0.34 |
1481 | 2024-12-21T04:24:59.293Z | Compiling hubpack v0.1.2 |
1482 | 2024-12-21T04:24:59.322Z | Compiling cookie_store v0.21.0 |
1483 | 2024-12-21T04:24:59.773Z | Compiling elliptic-curve v0.13.8 |
1484 | 2024-12-21T04:25:00.239Z | Compiling hickory-resolver v0.24.1 |
1485 | 2024-12-21T04:25:00.675Z | Compiling toml_edit v0.19.15 |
1486 | 2024-12-21T04:25:01.079Z | Compiling phf v0.11.2 |
1487 | 2024-12-21T04:25:01.408Z | Compiling signal-hook-mio v0.2.4 |
1488 | 2024-12-21T04:25:01.635Z | Compiling hyper-tls v0.6.0 |
1489 | 2024-12-21T04:25:01.917Z | Compiling rayon v1.10.0 |
1490 | 2024-12-21T04:25:02.006Z | Compiling bzip2 v0.4.4 |
1491 | 2024-12-21T04:25:02.439Z | Compiling tokio-tungstenite v0.24.0 |
1492 | 2024-12-21T04:25:03.033Z | Compiling postgres-types v0.2.8 |
1493 | 2024-12-21T04:25:06.182Z | Compiling ed25519 v2.2.3 |
1494 | 2024-12-21T04:25:07.266Z | Compiling phf_shared v0.10.0 |
1495 | 2024-12-21T04:25:07.290Z | Compiling tokio-stream v0.1.16 |
1496 | 2024-12-21T04:25:07.698Z | Compiling pkcs1 v0.7.5 |
1497 | 2024-12-21T04:25:07.782Z | Compiling serde-big-array v0.5.1 |
1498 | 2024-12-21T04:25:08.035Z | Compiling clap_derive v4.5.18 |
1499 | 2024-12-21T04:25:08.311Z | Compiling rfc6979 v0.4.0 |
1500 | 2024-12-21T04:25:08.475Z | Compiling serde_repr v0.1.19 |
1501 | 2024-12-21T04:25:08.533Z | Compiling derive-where v1.2.7 |
1502 | 2024-12-21T04:25:08.642Z | Compiling float-cmp v0.9.0 |
1503 | 2024-12-21T04:25:08.805Z | Compiling bstr v1.10.0 |
1504 | 2024-12-21T04:25:08.894Z | Compiling sync_wrapper v1.0.1 |
1505 | 2024-12-21T04:25:09.070Z | Compiling predicates-core v1.0.8 |
1506 | 2024-12-21T04:25:09.463Z | Compiling static_assertions v1.1.0 |
1507 | 2024-12-21T04:25:09.537Z | Compiling unicode-segmentation v1.12.0 |
1508 | 2024-12-21T04:25:09.581Z | Compiling new_debug_unreachable v1.0.6 |
1509 | 2024-12-21T04:25:09.691Z | Compiling number_prefix v0.4.0 |
1510 | 2024-12-21T04:25:09.724Z | Compiling normalize-line-endings v0.3.0 |
1511 | 2024-12-21T04:25:09.867Z | Compiling precomputed-hash v0.1.1 |
1512 | 2024-12-21T04:25:09.934Z | Compiling fixedbitset v0.4.2 |
1513 | 2024-12-21T04:25:10.000Z | Compiling difflib v0.4.0 |
1514 | 2024-12-21T04:25:10.407Z | Compiling whoami v1.5.2 |
1515 | 2024-12-21T04:25:10.492Z | Compiling bit-vec v0.6.3 |
1516 | 2024-12-21T04:25:10.644Z | Compiling unicode-width v0.2.0 |
1517 | 2024-12-21T04:25:10.958Z | Compiling bit-set v0.5.3 |
1518 | 2024-12-21T04:25:11.095Z | Compiling tokio-postgres v0.7.12 |
1519 | 2024-12-21T04:25:11.191Z | Compiling indicatif v0.17.9 |
1520 | 2024-12-21T04:25:11.244Z | Compiling predicates v3.1.2 |
1521 | 2024-12-21T04:25:11.731Z | Compiling similar v2.6.0 |
1522 | 2024-12-21T04:25:12.322Z | Compiling petgraph v0.6.5 |
1523 | 2024-12-21T04:25:13.138Z | Compiling string_cache v0.8.7 |
1524 | 2024-12-21T04:25:13.419Z | Compiling clap v4.5.21 |
1525 | 2024-12-21T04:25:13.556Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1526 | 2024-12-21T04:25:13.595Z | Compiling ecdsa v0.16.9 |
1527 | 2024-12-21T04:25:13.669Z | Compiling rsa v0.9.6 |
1528 | 2024-12-21T04:25:14.332Z | Compiling ed25519-dalek v2.1.1 |
1529 | 2024-12-21T04:25:14.537Z | Compiling toml v0.7.8 |
1530 | 2024-12-21T04:25:15.798Z | Compiling zip v0.6.6 |
1531 | 2024-12-21T04:25:16.368Z | Compiling crossterm v0.28.1 |
1532 | 2024-12-21T04:25:17.670Z | Compiling hex v0.4.3 |
1533 | 2024-12-21T04:25:17.675Z | Compiling x509-cert v0.2.5 |
1534 | 2024-12-21T04:25:17.736Z | Compiling itertools v0.10.5 |
1535 | 2024-12-21T04:25:18.022Z | Compiling peg-runtime v0.8.3 |
1536 | 2024-12-21T04:25:18.305Z | Compiling unicode-xid v0.2.6 |
1537 | 2024-12-21T04:25:18.495Z | Compiling lalrpop-util v0.19.12 |
1538 | 2024-12-21T04:25:18.704Z | Compiling strum_macros v0.26.4 |
1539 | 2024-12-21T04:25:18.872Z | Compiling xattr v1.3.1 |
1540 | 2024-12-21T04:25:19.149Z | Compiling filetime v0.2.25 |
1541 | 2024-12-21T04:25:19.491Z | Compiling tar v0.4.42 |
1542 | 2024-12-21T04:25:24.263Z | Compiling strum v0.26.3 |
1543 | 2024-12-21T04:25:27.147Z | Compiling aws-lc-sys v0.22.0 |
1544 | 2024-12-21T04:26:00.328Z | Compiling rustls-webpki v0.102.8 |
1545 | 2024-12-21T04:26:04.167Z | Compiling tokio-rustls v0.25.0 |
1546 | 2024-12-21T04:26:05.893Z | Compiling tokio-rustls v0.26.0 |
1547 | 2024-12-21T04:26:06.369Z | Compiling hyper-rustls v0.27.3 |
1548 | 2024-12-21T04:26:06.741Z | Compiling reqwest v0.12.9 |
1549 | 2024-12-21T04:26:07.899Z | Compiling qorb v0.2.1 |
1550 | 2024-12-21T04:26:12.892Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1551 | 2024-12-21T04:26:13.138Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1552 | 2024-12-21T04:26:19.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s |
1553 | 2024-12-21T04:26:19.447Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1554 | 2024-12-21T04:26:19.492Z | Dec 21 04:26:19.055 INFO Starting download, target: Cockroach |
1555 | 2024-12-21T04:26:19.492Z | Dec 21 04:26:19.055 INFO Starting download, target: Clickhouse |
1556 | 2024-12-21T04:26:19.492Z | Dec 21 04:26:19.055 INFO Starting download, target: Console |
1557 | 2024-12-21T04:26:19.492Z | Dec 21 04:26:19.055 INFO Starting download, target: DendriteOpenapi |
1558 | 2024-12-21T04:26:19.492Z | Dec 21 04:26:19.055 INFO Starting download, target: DendriteStub |
1559 | 2024-12-21T04:26:19.493Z | Dec 21 04:26:19.055 INFO Starting download, target: MaghemiteMgd |
1560 | 2024-12-21T04:26:19.493Z | Dec 21 04:26:19.055 INFO Starting download, target: TransceiverControl |
1561 | 2024-12-21T04:26:19.576Z | Dec 21 04:26:19.056 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1562 | 2024-12-21T04:26:19.576Z | Dec 21 04:26:19.056 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1563 | 2024-12-21T04:26:19.576Z | Dec 21 04:26:19.056 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1564 | 2024-12-21T04:26:19.577Z | Dec 21 04:26:19.056 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1565 | 2024-12-21T04:26:19.577Z | Dec 21 04:26:19.056 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1566 | 2024-12-21T04:26:19.577Z | Dec 21 04:26:19.056 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1567 | 2024-12-21T04:26:19.577Z | Dec 21 04:26:19.056 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1568 | 2024-12-21T04:26:19.849Z | Dec 21 04:26:19.421 INFO Download complete, target: DendriteOpenapi |
1569 | 2024-12-21T04:26:20.042Z | Dec 21 04:26:19.537 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1570 | 2024-12-21T04:26:20.165Z | Dec 21 04:26:19.673 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1571 | 2024-12-21T04:26:20.302Z | Dec 21 04:26:19.847 INFO Download complete, target: Console |
1572 | 2024-12-21T04:26:20.758Z | Dec 21 04:26:20.309 INFO Download complete, target: TransceiverControl |
1573 | 2024-12-21T04:26:21.019Z | Dec 21 04:26:20.502 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1574 | 2024-12-21T04:26:21.392Z | Dec 21 04:26:20.941 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1575 | 2024-12-21T04:26:21.756Z | Dec 21 04:26:21.318 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1576 | 2024-12-21T04:26:22.158Z | Dec 21 04:26:21.734 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1577 | 2024-12-21T04:26:22.158Z | Dec 21 04:26:21.734 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1578 | 2024-12-21T04:26:23.733Z | Dec 21 04:26:23.307 INFO Download complete, target: DendriteStub |
1579 | 2024-12-21T04:26:24.218Z | Dec 21 04:26:23.793 INFO Download complete, target: MaghemiteMgd |
1580 | 2024-12-21T04:26:29.525Z | Dec 21 04:26:29.098 INFO Checking that binary works, target: Cockroach |
1581 | 2024-12-21T04:26:29.684Z | Dec 21 04:26:29.257 INFO Download complete, target: Cockroach |
1582 | 2024-12-21T04:26:34.151Z | Dec 21 04:26:33.719 INFO Checking that binary works, target: Clickhouse |
1583 | 2024-12-21T04:26:34.589Z | Dec 21 04:26:34.159 INFO Download complete, target: Clickhouse |
1584 | 2024-12-21T04:26:34.684Z | All builder prerequisites installed successfully, and PATH looks valid |
1585 | 2024-12-21T04:26:34.687Z | |
1586 | 2024-12-21T04:26:34.687Z | real 6:41.752869816 |
1587 | 2024-12-21T04:26:34.687Z | user 17:12.955644215 |
1588 | 2024-12-21T04:26:34.687Z | sys 3:20.352597915 |
1589 | 2024-12-21T04:26:34.687Z | trap 0.603787600 |
1590 | 2024-12-21T04:26:34.687Z | tflt 5.059539275 |
1591 | 2024-12-21T04:26:34.687Z | dflt 5.390011294 |
1592 | 2024-12-21T04:26:34.687Z | kflt 0.276863168 |
1593 | 2024-12-21T04:26:34.687Z | lock 30:54.940372012 |
1594 | 2024-12-21T04:26:34.687Z | slp 1:08:00.048067180 |
1595 | 2024-12-21T04:26:34.687Z | lat 57.193132518 |
1596 | 2024-12-21T04:26:34.687Z | stop 2:24.929942075 |
1597 | 2024-12-21T04:26:34.687Z | + banner hack-check |
1598 | 2024-12-21T04:26:34.690Z | |
1599 | 2024-12-21T04:26:34.690Z | # # ## #### # # #### # # ###### #### # # |
1600 | 2024-12-21T04:26:34.690Z | # # # # # # # # # # # # # # # # # |
1601 | 2024-12-21T04:26:34.690Z | ###### # # # #### ##### # ###### ##### # #### |
1602 | 2024-12-21T04:26:34.690Z | # # ###### # # # # # # # # # # |
1603 | 2024-12-21T04:26:34.690Z | # # # # # # # # # # # # # # # # # |
1604 | 2024-12-21T04:26:34.690Z | # # # # #### # # #### # # ###### #### # # |
1605 | 2024-12-21T04:26:34.690Z | |
1606 | 2024-12-21T04:26:34.690Z | + export CARGO_INCREMENTAL=0 |
1607 | 2024-12-21T04:26:34.690Z | + CARGO_INCREMENTAL=0 |
1608 | 2024-12-21T04:26:34.690Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1609 | 2024-12-21T04:26:35.270Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1610 | 2024-12-21T04:26:38.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
1611 | 2024-12-21T04:26:38.999Z | Running `target/debug/xtask check-features --ci` |
1612 | 2024-12-21T04:26:39.022Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1613 | 2024-12-21T04:26:39.022Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1614 | 2024-12-21T04:26:39.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1615 | 2024-12-21T04:26:39.527Z | Running `target/debug/xtask download cargo-hack` |
1616 | 2024-12-21T04:26:40.376Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1617 | 2024-12-21T04:26:40.711Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1618 | 2024-12-21T04:26:45.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.41s |
1619 | 2024-12-21T04:26:46.134Z | Running `target/debug/xtask-downloader cargo-hack` |
1620 | 2024-12-21T04:26:46.176Z | Dec 21 04:26:45.741 INFO Starting download, target: CargoHack |
1621 | 2024-12-21T04:26:46.179Z | Dec 21 04:26:45.742 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1622 | 2024-12-21T04:26:46.665Z | Dec 21 04:26:46.230 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1623 | 2024-12-21T04:26:46.755Z | Dec 21 04:26:46.320 INFO Download complete, target: CargoHack |
1624 | 2024-12-21T04:26:46.759Z | 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" |
1625 | 2024-12-21T04:26:46.775Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1626 | 2024-12-21T04:26:46.950Z | info: running `cargo check --bins` on api_identity (1/176) |
1627 | 2024-12-21T04:26:47.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-12-21T04:26:47.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-12-21T04:26:47.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1630 | 2024-12-21T04:26:47.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1631 | 2024-12-21T04:26:47.588Z | |
1632 | 2024-12-21T04:26:47.588Z | info: running `cargo check --bins` on bootstore (2/176) |
1633 | 2024-12-21T04:26:48.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-12-21T04:26:48.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-12-21T04:26:48.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-12-21T04:26:48.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1637 | 2024-12-21T04:26:48.251Z | |
1638 | 2024-12-21T04:26:48.251Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1639 | 2024-12-21T04:26:48.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-12-21T04:26:48.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-12-21T04:26:48.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-12-21T04:26:48.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1643 | 2024-12-21T04:26:48.921Z | |
1644 | 2024-12-21T04:26:48.921Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1645 | 2024-12-21T04:26:49.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-12-21T04:26:49.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-12-21T04:26:49.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-12-21T04:26:49.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1649 | 2024-12-21T04:26:49.573Z | |
1650 | 2024-12-21T04:26:49.573Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1651 | 2024-12-21T04:26:49.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-12-21T04:26:49.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-12-21T04:26:49.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-12-21T04:26:49.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1655 | 2024-12-21T04:26:49.995Z | |
1656 | 2024-12-21T04:26:49.995Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1657 | 2024-12-21T04:26:50.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-12-21T04:26:50.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-12-21T04:26:50.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-12-21T04:26:50.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1661 | 2024-12-21T04:26:50.436Z | |
1662 | 2024-12-21T04:26:50.437Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1663 | 2024-12-21T04:26:50.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2024-12-21T04:26:50.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2024-12-21T04:26:50.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2024-12-21T04:26:50.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1667 | 2024-12-21T04:26:50.898Z | |
1668 | 2024-12-21T04:26:50.899Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1669 | 2024-12-21T04:26:51.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2024-12-21T04:26:51.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2024-12-21T04:26:51.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2024-12-21T04:26:51.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1673 | 2024-12-21T04:26:51.362Z | |
1674 | 2024-12-21T04:26:51.362Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1675 | 2024-12-21T04:26:51.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-12-21T04:26:51.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-12-21T04:26:51.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-12-21T04:26:51.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1679 | 2024-12-21T04:26:51.804Z | |
1680 | 2024-12-21T04:26:51.804Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1681 | 2024-12-21T04:26:52.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2024-12-21T04:26:52.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2024-12-21T04:26:52.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2024-12-21T04:26:52.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1685 | 2024-12-21T04:26:52.260Z | |
1686 | 2024-12-21T04:26:52.260Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1687 | 2024-12-21T04:26:52.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-12-21T04:26:52.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-12-21T04:26:52.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-12-21T04:26:52.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1691 | 2024-12-21T04:26:52.734Z | |
1692 | 2024-12-21T04:26:52.734Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1693 | 2024-12-21T04:26:53.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-12-21T04:26:53.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-12-21T04:26:53.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2024-12-21T04:26:53.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1697 | 2024-12-21T04:26:53.184Z | |
1698 | 2024-12-21T04:26:53.184Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1699 | 2024-12-21T04:26:53.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2024-12-21T04:26:53.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2024-12-21T04:26:53.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2024-12-21T04:26:53.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1703 | 2024-12-21T04:26:53.617Z | |
1704 | 2024-12-21T04:26:53.617Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1705 | 2024-12-21T04:26:54.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2024-12-21T04:26:54.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2024-12-21T04:26:54.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2024-12-21T04:26:54.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1709 | 2024-12-21T04:26:54.047Z | |
1710 | 2024-12-21T04:26:54.047Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1711 | 2024-12-21T04:26:54.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2024-12-21T04:26:54.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2024-12-21T04:26:54.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2024-12-21T04:26:54.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1715 | 2024-12-21T04:26:54.480Z | |
1716 | 2024-12-21T04:26:54.480Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1717 | 2024-12-21T04:26:54.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2024-12-21T04:26:54.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2024-12-21T04:26:54.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2024-12-21T04:26:54.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1721 | 2024-12-21T04:26:54.910Z | |
1722 | 2024-12-21T04:26:54.910Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1723 | 2024-12-21T04:26:55.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2024-12-21T04:26:55.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2024-12-21T04:26:55.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2024-12-21T04:26:55.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1727 | 2024-12-21T04:26:55.344Z | |
1728 | 2024-12-21T04:26:55.344Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1729 | 2024-12-21T04:26:55.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2024-12-21T04:26:55.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2024-12-21T04:26:55.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2024-12-21T04:26:55.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1733 | 2024-12-21T04:26:55.822Z | |
1734 | 2024-12-21T04:26:55.823Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1735 | 2024-12-21T04:26:56.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2024-12-21T04:26:56.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2024-12-21T04:26:56.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2024-12-21T04:26:56.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1739 | 2024-12-21T04:26:56.292Z | |
1740 | 2024-12-21T04:26:56.292Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1741 | 2024-12-21T04:26:56.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2024-12-21T04:26:56.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2024-12-21T04:26:56.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2024-12-21T04:26:56.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1745 | 2024-12-21T04:26:56.731Z | |
1746 | 2024-12-21T04:26:56.731Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1747 | 2024-12-21T04:26:57.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2024-12-21T04:26:57.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2024-12-21T04:26:57.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2024-12-21T04:26:57.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1751 | 2024-12-21T04:26:57.181Z | |
1752 | 2024-12-21T04:26:57.181Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1753 | 2024-12-21T04:26:57.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2024-12-21T04:26:57.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2024-12-21T04:26:57.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2024-12-21T04:26:57.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1757 | 2024-12-21T04:26:57.635Z | |
1758 | 2024-12-21T04:26:57.635Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1759 | 2024-12-21T04:26:58.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2024-12-21T04:26:58.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2024-12-21T04:26:58.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2024-12-21T04:26:58.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1763 | 2024-12-21T04:26:58.107Z | |
1764 | 2024-12-21T04:26:58.107Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1765 | 2024-12-21T04:26:58.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2024-12-21T04:26:58.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2024-12-21T04:26:58.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2024-12-21T04:26:58.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1769 | 2024-12-21T04:26:58.568Z | |
1770 | 2024-12-21T04:26:58.568Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1771 | 2024-12-21T04:26:59.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2024-12-21T04:26:59.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2024-12-21T04:26:59.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2024-12-21T04:26:59.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1775 | 2024-12-21T04:26:59.264Z | |
1776 | 2024-12-21T04:26:59.264Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1777 | 2024-12-21T04:26:59.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2024-12-21T04:26:59.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2024-12-21T04:26:59.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2024-12-21T04:26:59.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1781 | 2024-12-21T04:26:59.914Z | |
1782 | 2024-12-21T04:26:59.914Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1783 | 2024-12-21T04:27:00.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2024-12-21T04:27:00.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2024-12-21T04:27:00.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1786 | 2024-12-21T04:27:00.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1787 | 2024-12-21T04:27:00.616Z | |
1788 | 2024-12-21T04:27:00.616Z | info: running `cargo check --bins` on oxlog (28/176) |
1789 | 2024-12-21T04:27:01.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1790 | 2024-12-21T04:27:01.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1791 | 2024-12-21T04:27:01.319Z | Checking cfg-if v1.0.0 |
1792 | 2024-12-21T04:27:01.321Z | Checking libc v0.2.162 |
1793 | 2024-12-21T04:27:01.431Z | Checking serde v1.0.215 |
1794 | 2024-12-21T04:27:01.434Z | Checking zeroize v1.8.1 |
1795 | 2024-12-21T04:27:01.456Z | Checking memchr v2.7.4 |
1796 | 2024-12-21T04:27:01.458Z | Checking typenum v1.17.0 |
1797 | 2024-12-21T04:27:01.469Z | Checking scopeguard v1.2.0 |
1798 | 2024-12-21T04:27:01.480Z | Checking subtle v2.6.1 |
1799 | 2024-12-21T04:27:01.509Z | Checking value-bag v1.9.0 |
1800 | 2024-12-21T04:27:01.620Z | Checking lock_api v0.4.12 |
1801 | 2024-12-21T04:27:01.698Z | Checking smallvec v1.13.2 |
1802 | 2024-12-21T04:27:01.745Z | Checking const-oid v0.9.6 |
1803 | 2024-12-21T04:27:01.940Z | Checking log v0.4.22 |
1804 | 2024-12-21T04:27:02.023Z | Checking itoa v1.0.11 |
1805 | 2024-12-21T04:27:02.065Z | Checking pin-project-lite v0.2.14 |
1806 | 2024-12-21T04:27:02.188Z | Checking byteorder v1.5.0 |
1807 | 2024-12-21T04:27:02.245Z | Checking futures-core v0.3.31 |
1808 | 2024-12-21T04:27:02.403Z | Checking once_cell v1.20.2 |
1809 | 2024-12-21T04:27:02.426Z | Checking cpufeatures v0.2.14 |
1810 | 2024-12-21T04:27:02.459Z | Checking futures-sink v0.3.31 |
1811 | 2024-12-21T04:27:02.514Z | Checking stable_deref_trait v1.2.0 |
1812 | 2024-12-21T04:27:02.594Z | Checking getrandom v0.2.15 |
1813 | 2024-12-21T04:27:02.594Z | Checking signal-hook-registry v1.4.2 |
1814 | 2024-12-21T04:27:02.622Z | Checking parking_lot_core v0.9.10 |
1815 | 2024-12-21T04:27:02.633Z | Checking mio v1.0.2 |
1816 | 2024-12-21T04:27:02.698Z | Checking socket2 v0.5.7 |
1817 | 2024-12-21T04:27:02.785Z | Checking generic-array v0.14.7 |
1818 | 2024-12-21T04:27:02.828Z | Checking rand_core v0.6.4 |
1819 | 2024-12-21T04:27:02.861Z | Checking spin v0.9.8 |
1820 | 2024-12-21T04:27:02.936Z | Checking parking_lot v0.12.3 |
1821 | 2024-12-21T04:27:03.163Z | Checking zerocopy v0.7.35 |
1822 | 2024-12-21T04:27:03.195Z | Checking slab v0.4.9 |
1823 | 2024-12-21T04:27:03.219Z | Checking zerofrom v0.1.4 |
1824 | 2024-12-21T04:27:03.249Z | Checking futures-channel v0.3.31 |
1825 | 2024-12-21T04:27:03.318Z | Checking futures-io v0.3.31 |
1826 | 2024-12-21T04:27:03.450Z | Checking yoke v0.7.4 |
1827 | 2024-12-21T04:27:03.464Z | Checking equivalent v1.0.1 |
1828 | 2024-12-21T04:27:03.498Z | Checking pin-utils v0.1.0 |
1829 | 2024-12-21T04:27:03.571Z | Checking foldhash v0.1.3 |
1830 | 2024-12-21T04:27:03.588Z | Checking allocator-api2 v0.2.18 |
1831 | 2024-12-21T04:27:03.603Z | Checking futures-task v0.3.31 |
1832 | 2024-12-21T04:27:03.619Z | Checking tinyvec_macros v0.1.1 |
1833 | 2024-12-21T04:27:03.709Z | Checking ryu v1.0.18 |
1834 | 2024-12-21T04:27:03.767Z | Checking zerovec v0.10.4 |
1835 | 2024-12-21T04:27:03.783Z | Checking tinyvec v1.8.0 |
1836 | 2024-12-21T04:27:03.839Z | Checking futures-util v0.3.31 |
1837 | 2024-12-21T04:27:03.959Z | Checking fnv v1.0.7 |
1838 | 2024-12-21T04:27:03.993Z | Checking crypto-common v0.1.6 |
1839 | 2024-12-21T04:27:04.099Z | Checking block-buffer v0.10.4 |
1840 | 2024-12-21T04:27:04.185Z | Checking block-padding v0.3.3 |
1841 | 2024-12-21T04:27:04.267Z | Checking hashbrown v0.15.1 |
1842 | 2024-12-21T04:27:04.321Z | Checking digest v0.10.7 |
1843 | 2024-12-21T04:27:04.409Z | Checking inout v0.1.3 |
1844 | 2024-12-21T04:27:04.632Z | Checking libm v0.2.8 |
1845 | 2024-12-21T04:27:04.653Z | Checking cipher v0.4.4 |
1846 | 2024-12-21T04:27:04.701Z | Checking hmac v0.12.1 |
1847 | 2024-12-21T04:27:04.934Z | Checking sha2 v0.10.8 |
1848 | 2024-12-21T04:27:05.068Z | Checking litemap v0.7.3 |
1849 | 2024-12-21T04:27:05.145Z | Checking unicode-normalization v0.1.24 |
1850 | 2024-12-21T04:27:05.421Z | Checking writeable v0.5.5 |
1851 | 2024-12-21T04:27:05.481Z | Checking tinystr v0.7.6 |
1852 | 2024-12-21T04:27:05.481Z | Checking unicode-bidi v0.3.17 |
1853 | 2024-12-21T04:27:05.520Z | Checking base64ct v1.6.0 |
1854 | 2024-12-21T04:27:05.603Z | Checking num-traits v0.2.19 |
1855 | 2024-12-21T04:27:05.736Z | Checking ppv-lite86 v0.2.20 |
1856 | 2024-12-21T04:27:05.891Z | Checking icu_locid v1.5.0 |
1857 | 2024-12-21T04:27:05.962Z | Checking pem-rfc7468 v0.7.0 |
1858 | 2024-12-21T04:27:06.089Z | Checking flagset v0.4.6 |
1859 | 2024-12-21T04:27:06.132Z | Checking tracing-core v0.1.32 |
1860 | 2024-12-21T04:27:06.240Z | Checking thiserror v1.0.69 |
1861 | 2024-12-21T04:27:06.302Z | Checking der v0.7.9 |
1862 | 2024-12-21T04:27:06.377Z | Checking percent-encoding v2.3.1 |
1863 | 2024-12-21T04:27:06.503Z | Checking rand_chacha v0.3.1 |
1864 | 2024-12-21T04:27:06.529Z | Checking bytes v1.8.0 |
1865 | 2024-12-21T04:27:06.591Z | Checking indexmap v2.6.0 |
1866 | 2024-12-21T04:27:06.832Z | Checking serde_json v1.0.133 |
1867 | 2024-12-21T04:27:06.912Z | Checking bitflags v2.6.0 |
1868 | 2024-12-21T04:27:07.001Z | Checking icu_provider v1.5.0 |
1869 | 2024-12-21T04:27:07.212Z | Checking rustls-pki-types v1.10.0 |
1870 | 2024-12-21T04:27:07.317Z | Checking icu_locid_transform_data v1.5.0 |
1871 | 2024-12-21T04:27:07.415Z | Checking tokio v1.40.0 |
1872 | 2024-12-21T04:27:07.431Z | Checking http v1.1.0 |
1873 | 2024-12-21T04:27:07.700Z | Checking icu_locid_transform v1.5.0 |
1874 | 2024-12-21T04:27:07.791Z | Checking rand v0.8.5 |
1875 | 2024-12-21T04:27:07.978Z | Checking tracing v0.1.40 |
1876 | 2024-12-21T04:27:08.245Z | Checking spki v0.7.3 |
1877 | 2024-12-21T04:27:08.587Z | Checking icu_collections v1.5.0 |
1878 | 2024-12-21T04:27:08.602Z | Checking salsa20 v0.10.2 |
1879 | 2024-12-21T04:27:08.617Z | Checking pbkdf2 v0.12.2 |
1880 | 2024-12-21T04:27:08.720Z | Checking aws-lc-sys v0.22.0 |
1881 | 2024-12-21T04:27:08.751Z | Checking httparse v1.9.5 |
1882 | 2024-12-21T04:27:08.792Z | Checking untrusted v0.9.0 |
1883 | 2024-12-21T04:27:08.810Z | Checking powerfmt v0.2.0 |
1884 | 2024-12-21T04:27:08.944Z | Checking icu_properties_data v1.5.0 |
1885 | 2024-12-21T04:27:09.045Z | Checking mirai-annotations v1.12.0 |
1886 | 2024-12-21T04:27:09.084Z | Checking untrusted v0.7.1 |
1887 | 2024-12-21T04:27:09.104Z | Checking deranged v0.3.11 |
1888 | 2024-12-21T04:27:09.132Z | Checking ring v0.17.8 |
1889 | 2024-12-21T04:27:09.185Z | Checking scrypt v0.11.0 |
1890 | 2024-12-21T04:27:09.199Z | Checking icu_properties v1.5.1 |
1891 | 2024-12-21T04:27:09.216Z | Checking cbc v0.1.2 |
1892 | 2024-12-21T04:27:09.236Z | Checking aes v0.8.4 |
1893 | 2024-12-21T04:27:09.398Z | Checking crossbeam-utils v0.8.20 |
1894 | 2024-12-21T04:27:09.422Z | Checking time-core v0.1.2 |
1895 | 2024-12-21T04:27:09.577Z | Checking icu_normalizer_data v1.5.0 |
1896 | 2024-12-21T04:27:09.672Z | Checking write16 v1.0.0 |
1897 | 2024-12-21T04:27:09.800Z | Checking utf16_iter v1.0.5 |
1898 | 2024-12-21T04:27:09.974Z | Checking atomic-waker v1.1.2 |
1899 | 2024-12-21T04:27:10.112Z | Checking num-conv v0.1.0 |
1900 | 2024-12-21T04:27:10.143Z | Checking num_threads v0.1.7 |
1901 | 2024-12-21T04:27:10.159Z | Checking utf8_iter v1.0.4 |
1902 | 2024-12-21T04:27:10.262Z | Checking pkcs5 v0.7.1 |
1903 | 2024-12-21T04:27:10.358Z | Checking http-body v1.0.1 |
1904 | 2024-12-21T04:27:10.375Z | Checking form_urlencoded v1.2.1 |
1905 | 2024-12-21T04:27:10.556Z | Checking try-lock v0.2.5 |
1906 | 2024-12-21T04:27:10.575Z | Checking uuid v1.11.0 |
1907 | 2024-12-21T04:27:10.684Z | Checking want v0.3.1 |
1908 | 2024-12-21T04:27:10.759Z | Checking pkcs8 v0.10.2 |
1909 | 2024-12-21T04:27:10.853Z | Checking unicode-ident v1.0.13 |
1910 | 2024-12-21T04:27:10.870Z | Checking time v0.3.36 |
1911 | 2024-12-21T04:27:11.005Z | Checking httpdate v1.0.3 |
1912 | 2024-12-21T04:27:11.021Z | Checking proc-macro2 v1.0.89 |
1913 | 2024-12-21T04:27:11.077Z | Checking toml_datetime v0.6.8 |
1914 | 2024-12-21T04:27:11.175Z | Checking serde_spanned v0.6.8 |
1915 | 2024-12-21T04:27:11.263Z | Checking slog v2.7.0 |
1916 | 2024-12-21T04:27:11.280Z | Checking aws-lc-rs v1.10.0 |
1917 | 2024-12-21T04:27:11.349Z | Checking scroll v0.12.0 |
1918 | 2024-12-21T04:27:11.372Z | Checking iana-time-zone v0.1.61 |
1919 | 2024-12-21T04:27:11.524Z | Checking tower-service v0.3.3 |
1920 | 2024-12-21T04:27:11.645Z | Checking plain v0.2.3 |
1921 | 2024-12-21T04:27:11.741Z | Checking adler2 v2.0.0 |
1922 | 2024-12-21T04:27:11.771Z | Checking base64 v0.22.1 |
1923 | 2024-12-21T04:27:11.800Z | Checking match_cfg v0.1.0 |
1924 | 2024-12-21T04:27:11.861Z | Checking ucd-trie v0.1.7 |
1925 | 2024-12-21T04:27:11.897Z | Checking foreign-types-shared v0.1.1 |
1926 | 2024-12-21T04:27:11.914Z | Checking miniz_oxide v0.8.0 |
1927 | 2024-12-21T04:27:12.008Z | Checking foreign-types v0.3.2 |
1928 | 2024-12-21T04:27:12.081Z | Checking pest v2.7.14 |
1929 | 2024-12-21T04:27:12.111Z | Checking hostname v0.3.1 |
1930 | 2024-12-21T04:27:12.244Z | Checking goblin v0.8.2 |
1931 | 2024-12-21T04:27:12.263Z | Checking quote v1.0.37 |
1932 | 2024-12-21T04:27:12.634Z | Checking chrono v0.4.38 |
1933 | 2024-12-21T04:27:12.652Z | Checking icu_normalizer v1.5.0 |
1934 | 2024-12-21T04:27:12.704Z | Checking openssl-sys v0.9.103 |
1935 | 2024-12-21T04:27:13.120Z | Checking rustls-webpki v0.102.8 |
1936 | 2024-12-21T04:27:13.504Z | Checking dirs-sys-next v0.1.2 |
1937 | 2024-12-21T04:27:13.537Z | Checking idna_adapter v1.2.0 |
1938 | 2024-12-21T04:27:13.715Z | Checking errno v0.3.9 |
1939 | 2024-12-21T04:27:13.731Z | Checking idna v1.0.3 |
1940 | 2024-12-21T04:27:13.897Z | Checking aho-corasick v1.1.3 |
1941 | 2024-12-21T04:27:14.021Z | Checking siphasher v0.3.11 |
1942 | 2024-12-21T04:27:14.056Z | Checking pretty-hex v0.4.1 |
1943 | 2024-12-21T04:27:14.237Z | Compiling newtype-uuid v1.1.3 |
1944 | 2024-12-21T04:27:14.266Z | Checking url v2.5.3 |
1945 | 2024-12-21T04:27:14.333Z | Checking regex-syntax v0.8.5 |
1946 | 2024-12-21T04:27:14.524Z | Checking data-encoding v2.6.0 |
1947 | 2024-12-21T04:27:14.722Z | Checking dtrace-parser v0.2.0 |
1948 | 2024-12-21T04:27:14.815Z | Checking openssl v0.10.66 |
1949 | 2024-12-21T04:27:15.010Z | Checking tokio-util v0.7.12 |
1950 | 2024-12-21T04:27:15.132Z | Checking rustix v0.38.37 |
1951 | 2024-12-21T04:27:15.167Z | Checking dirs-next v2.0.0 |
1952 | 2024-12-21T04:27:15.238Z | Checking syn v2.0.87 |
1953 | 2024-12-21T04:27:15.296Z | Checking http-body-util v0.1.2 |
1954 | 2024-12-21T04:27:15.617Z | Checking crossbeam-epoch v0.9.18 |
1955 | 2024-12-21T04:27:15.735Z | Checking signature v2.2.0 |
1956 | 2024-12-21T04:27:15.930Z | Checking sha1 v0.10.6 |
1957 | 2024-12-21T04:27:15.949Z | Checking h2 v0.4.6 |
1958 | 2024-12-21T04:27:16.062Z | Checking lazy_static v1.5.0 |
1959 | 2024-12-21T04:27:16.184Z | Checking thread_local v1.1.8 |
1960 | 2024-12-21T04:27:16.225Z | Checking thread-id v4.2.2 |
1961 | 2024-12-21T04:27:16.334Z | Checking encoding_rs v0.8.34 |
1962 | 2024-12-21T04:27:16.460Z | Checking gimli v0.31.1 |
1963 | 2024-12-21T04:27:17.543Z | Checking dof v0.3.0 |
1964 | 2024-12-21T04:27:17.696Z | Checking regex-automata v0.4.8 |
1965 | 2024-12-21T04:27:18.193Z | Checking utf8parse v0.2.2 |
1966 | 2024-12-21T04:27:18.340Z | Checking anstyle v1.0.10 |
1967 | 2024-12-21T04:27:18.689Z | Checking openssl-probe v0.1.5 |
1968 | 2024-12-21T04:27:18.712Z | Checking winnow v0.6.20 |
1969 | 2024-12-21T04:27:18.795Z | Checking unicode-properties v0.1.3 |
1970 | 2024-12-21T04:27:18.847Z | Checking ipnet v2.10.1 |
1971 | 2024-12-21T04:27:19.203Z | Checking either v1.13.0 |
1972 | 2024-12-21T04:27:19.337Z | Checking mime v0.3.17 |
1973 | 2024-12-21T04:27:19.621Z | Checking stringprep v0.1.5 |
1974 | 2024-12-21T04:27:19.683Z | Checking anstyle-parse v0.2.5 |
1975 | 2024-12-21T04:27:19.915Z | Checking crossbeam-deque v0.8.5 |
1976 | 2024-12-21T04:27:19.962Z | Checking term v0.7.0 |
1977 | 2024-12-21T04:27:20.227Z | Checking rustls v0.22.4 |
1978 | 2024-12-21T04:27:20.382Z | Checking native-tls v0.2.12 |
1979 | 2024-12-21T04:27:20.399Z | Checking rustls v0.23.19 |
1980 | 2024-12-21T04:27:20.483Z | Checking addr2line v0.24.2 |
1981 | 2024-12-21T04:27:20.694Z | Checking slog-json v2.6.1 |
1982 | 2024-12-21T04:27:20.952Z | Checking serde_urlencoded v0.7.1 |
1983 | 2024-12-21T04:27:21.005Z | Checking crossbeam-channel v0.5.13 |
1984 | 2024-12-21T04:27:21.418Z | Checking futures-executor v0.3.31 |
1985 | 2024-12-21T04:27:21.665Z | Checking rustls-pemfile v2.2.0 |
1986 | 2024-12-21T04:27:21.726Z | Checking usdt-impl v0.5.0 |
1987 | 2024-12-21T04:27:21.749Z | Checking toml_edit v0.22.22 |
1988 | 2024-12-21T04:27:21.784Z | Checking num-integer v0.1.46 |
1989 | 2024-12-21T04:27:21.879Z | Checking idna v0.3.0 |
1990 | 2024-12-21T04:27:22.263Z | Checking idna v0.4.0 |
1991 | 2024-12-21T04:27:22.313Z | Checking md-5 v0.10.6 |
1992 | 2024-12-21T04:27:22.536Z | Checking ff v0.13.0 |
1993 | 2024-12-21T04:27:22.539Z | Checking hyper v1.5.0 |
1994 | 2024-12-21T04:27:22.568Z | Checking hash32 v0.2.1 |
1995 | 2024-12-21T04:27:22.761Z | Checking memmap v0.7.0 |
1996 | 2024-12-21T04:27:22.778Z | Checking is-terminal v0.4.13 |
1997 | 2024-12-21T04:27:22.882Z | Checking object v0.36.5 |
1998 | 2024-12-21T04:27:22.902Z | Checking anstyle-query v1.1.1 |
1999 | 2024-12-21T04:27:22.985Z | Checking dyn-clone v1.0.17 |
2000 | 2024-12-21T04:27:23.031Z | Checking fallible-iterator v0.2.0 |
2001 | 2024-12-21T04:27:23.142Z | Checking quick-error v1.2.3 |
2002 | 2024-12-21T04:27:23.225Z | Checking rustc-demangle v0.1.24 |
2003 | 2024-12-21T04:27:23.309Z | Checking linked-hash-map v0.5.6 |
2004 | 2024-12-21T04:27:23.615Z | Checking utf-8 v0.7.6 |
2005 | 2024-12-21T04:27:23.675Z | Checking is_terminal_polyfill v1.70.1 |
2006 | 2024-12-21T04:27:23.704Z | Checking take_mut v0.2.2 |
2007 | 2024-12-21T04:27:23.769Z | Checking psl-types v2.0.11 |
2008 | 2024-12-21T04:27:23.802Z | Checking base16ct v0.2.0 |
2009 | 2024-12-21T04:27:23.817Z | Checking colorchoice v1.0.2 |
2010 | 2024-12-21T04:27:23.955Z | Checking anstream v0.6.15 |
2011 | 2024-12-21T04:27:23.960Z | Checking publicsuffix v2.2.3 |
2012 | 2024-12-21T04:27:23.970Z | Checking sec1 v0.7.3 |
2013 | 2024-12-21T04:27:24.037Z | Checking tokio-rustls v0.25.0 |
2014 | 2024-12-21T04:27:24.194Z | Checking slog-async v2.8.0 |
2015 | 2024-12-21T04:27:24.315Z | Checking tungstenite v0.24.0 |
2016 | 2024-12-21T04:27:24.358Z | Checking postgres-protocol v0.6.7 |
2017 | 2024-12-21T04:27:24.431Z | Checking toml v0.8.19 |
2018 | 2024-12-21T04:27:24.461Z | Checking lru-cache v0.1.2 |
2019 | 2024-12-21T04:27:24.480Z | Checking resolv-conf v0.7.0 |
2020 | 2024-12-21T04:27:24.660Z | Checking hickory-proto v0.24.1 |
2021 | 2024-12-21T04:27:24.719Z | Checking hyper-util v0.1.10 |
2022 | 2024-12-21T04:27:24.842Z | Checking schemars v0.8.21 |
2023 | 2024-12-21T04:27:25.050Z | Checking usdt v0.5.0 |
2024 | 2024-12-21T04:27:25.176Z | Checking slog-term v2.9.1 |
2025 | 2024-12-21T04:27:25.210Z | Checking heapless v0.7.17 |
2026 | 2024-12-21T04:27:25.312Z | Checking group v0.13.0 |
2027 | 2024-12-21T04:27:25.576Z | Checking num-iter v0.1.45 |
2028 | 2024-12-21T04:27:25.654Z | Checking futures v0.3.31 |
2029 | 2024-12-21T04:27:25.737Z | Checking slog-bunyan v2.5.0 |
2030 | 2024-12-21T04:27:25.772Z | Checking tokio-native-tls v0.3.1 |
2031 | 2024-12-21T04:27:25.910Z | Checking rayon-core v1.12.1 |
2032 | 2024-12-21T04:27:26.045Z | Checking multer v3.1.0 |
2033 | 2024-12-21T04:27:26.198Z | Checking tokio-rustls v0.26.0 |
2034 | 2024-12-21T04:27:26.285Z | Checking terminal_size v0.4.0 |
2035 | 2024-12-21T04:27:26.483Z | Checking phf_shared v0.11.2 |
2036 | 2024-12-21T04:27:26.502Z | Checking cookie v0.18.1 |
2037 | 2024-12-21T04:27:26.591Z | Checking async-stream v0.3.6 |
2038 | 2024-12-21T04:27:26.638Z | Checking bzip2-sys v0.1.11+1.0.8 |
2039 | 2024-12-21T04:27:26.740Z | Checking signal-hook v0.3.17 |
2040 | 2024-12-21T04:27:26.757Z | Checking camino v1.1.9 |
2041 | 2024-12-21T04:27:26.759Z | Checking waitgroup v0.1.2 |
2042 | 2024-12-21T04:27:26.789Z | Checking openapiv3 v2.0.0 |
2043 | 2024-12-21T04:27:26.815Z | Checking webpki-roots v0.26.6 |
2044 | 2024-12-21T04:27:26.910Z | Checking serde_path_to_error v0.1.16 |
2045 | 2024-12-21T04:27:26.959Z | Checking idna v0.5.0 |
2046 | 2024-12-21T04:27:27.017Z | Checking hkdf v0.12.4 |
2047 | 2024-12-21T04:27:27.065Z | Checking crypto-bigint v0.5.5 |
2048 | 2024-12-21T04:27:27.241Z | Checking hostname v0.4.0 |
2049 | 2024-12-21T04:27:27.325Z | Checking crc32fast v1.4.2 |
2050 | 2024-12-21T04:27:27.383Z | Checking managed v0.8.0 |
2051 | 2024-12-21T04:27:27.514Z | Checking winnow v0.5.40 |
2052 | 2024-12-21T04:27:27.558Z | Checking unicode-width v0.1.14 |
2053 | 2024-12-21T04:27:27.791Z | Checking strsim v0.11.1 |
2054 | 2024-12-21T04:27:27.818Z | Checking debug-ignore v1.0.5 |
2055 | 2024-12-21T04:27:27.951Z | Checking bitflags v1.3.2 |
2056 | 2024-12-21T04:27:28.038Z | Checking clap_lex v0.7.2 |
2057 | 2024-12-21T04:27:28.052Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2058 | 2024-12-21T04:27:28.091Z | Checking smoltcp v0.9.1 |
2059 | 2024-12-21T04:27:28.291Z | Checking clap_builder v4.5.21 |
2060 | 2024-12-21T04:27:28.331Z | Checking console v0.15.8 |
2061 | 2024-12-21T04:27:28.942Z | Checking cookie_store v0.21.0 |
2062 | 2024-12-21T04:27:29.448Z | Checking backtrace v0.3.74 |
2063 | 2024-12-21T04:27:29.592Z | Checking flate2 v1.0.34 |
2064 | 2024-12-21T04:27:29.609Z | Checking hickory-resolver v0.24.1 |
2065 | 2024-12-21T04:27:29.648Z | Checking signal-hook-mio v0.2.4 |
2066 | 2024-12-21T04:27:29.793Z | Checking hyper-rustls v0.27.3 |
2067 | 2024-12-21T04:27:30.023Z | Checking anyhow v1.0.93 |
2068 | 2024-12-21T04:27:30.039Z | Checking elliptic-curve v0.13.8 |
2069 | 2024-12-21T04:27:30.161Z | Checking hyper-tls v0.6.0 |
2070 | 2024-12-21T04:27:30.251Z | Checking bzip2 v0.4.4 |
2071 | 2024-12-21T04:27:30.361Z | Checking dropshot v0.12.0 |
2072 | 2024-12-21T04:27:30.418Z | Checking phf v0.11.2 |
2073 | 2024-12-21T04:27:30.468Z | Checking rayon v1.10.0 |
2074 | 2024-12-21T04:27:30.536Z | Checking num-bigint-dig v0.8.4 |
2075 | 2024-12-21T04:27:30.641Z | Checking toml_edit v0.19.15 |
2076 | 2024-12-21T04:27:30.688Z | Checking tokio-tungstenite v0.24.0 |
2077 | 2024-12-21T04:27:30.742Z | Checking postgres-types v0.2.8 |
2078 | 2024-12-21T04:27:31.187Z | Checking regex v1.11.1 |
2079 | 2024-12-21T04:27:31.306Z | Checking bstr v1.10.0 |
2080 | 2024-12-21T04:27:31.522Z | Checking tokio-stream v0.1.16 |
2081 | 2024-12-21T04:27:31.539Z | Checking ed25519 v2.2.3 |
2082 | 2024-12-21T04:27:31.840Z | Checking phf_shared v0.10.0 |
2083 | 2024-12-21T04:27:31.857Z | Checking curve25519-dalek v4.1.3 |
2084 | 2024-12-21T04:27:32.146Z | Checking zerocopy v0.6.6 |
2085 | 2024-12-21T04:27:32.287Z | Checking hubpack v0.1.2 |
2086 | 2024-12-21T04:27:32.416Z | Checking pkcs1 v0.7.5 |
2087 | 2024-12-21T04:27:32.627Z | Checking portable-atomic v1.9.0 |
2088 | 2024-12-21T04:27:32.776Z | Checking float-cmp v0.9.0 |
2089 | 2024-12-21T04:27:32.849Z | Checking serde-big-array v0.5.1 |
2090 | 2024-12-21T04:27:32.921Z | Checking rfc6979 v0.4.0 |
2091 | 2024-12-21T04:27:32.977Z | Checking sync_wrapper v1.0.1 |
2092 | 2024-12-21T04:27:33.078Z | Checking fixedbitset v0.4.2 |
2093 | 2024-12-21T04:27:33.101Z | Checking whoami v1.5.2 |
2094 | 2024-12-21T04:27:33.125Z | Checking bit-vec v0.6.3 |
2095 | 2024-12-21T04:27:33.203Z | Checking unicode-width v0.2.0 |
2096 | 2024-12-21T04:27:33.364Z | Checking difflib v0.4.0 |
2097 | 2024-12-21T04:27:33.415Z | Checking predicates-core v1.0.8 |
2098 | 2024-12-21T04:27:33.468Z | Checking number_prefix v0.4.0 |
2099 | 2024-12-21T04:27:33.610Z | Checking static_assertions v1.1.0 |
2100 | 2024-12-21T04:27:33.676Z | Checking unicode-segmentation v1.12.0 |
2101 | 2024-12-21T04:27:33.693Z | Checking new_debug_unreachable v1.0.6 |
2102 | 2024-12-21T04:27:33.708Z | Checking precomputed-hash v0.1.1 |
2103 | 2024-12-21T04:27:33.710Z | Checking normalize-line-endings v0.3.0 |
2104 | 2024-12-21T04:27:33.710Z | Checking minimal-lexical v0.2.1 |
2105 | 2024-12-21T04:27:33.780Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2106 | 2024-12-21T04:27:33.804Z | Checking ed25519-dalek v2.1.1 |
2107 | 2024-12-21T04:27:33.821Z | Checking string_cache v0.8.7 |
2108 | 2024-12-21T04:27:33.856Z | Checking predicates v3.1.2 |
2109 | 2024-12-21T04:27:34.105Z | Checking qorb v0.2.1 |
2110 | 2024-12-21T04:27:34.119Z | Checking bit-set v0.5.3 |
2111 | 2024-12-21T04:27:34.122Z | Checking nom v7.1.3 |
2112 | 2024-12-21T04:27:34.220Z | Checking tokio-postgres v0.7.12 |
2113 | 2024-12-21T04:27:34.334Z | Checking similar v2.6.0 |
2114 | 2024-12-21T04:27:34.368Z | Checking petgraph v0.6.5 |
2115 | 2024-12-21T04:27:34.457Z | Checking indicatif v0.17.9 |
2116 | 2024-12-21T04:27:34.533Z | Checking toml v0.7.8 |
2117 | 2024-12-21T04:27:35.232Z | Checking reqwest v0.12.9 |
2118 | 2024-12-21T04:27:35.249Z | Checking ecdsa v0.16.9 |
2119 | 2024-12-21T04:27:35.288Z | Checking rsa v0.9.6 |
2120 | 2024-12-21T04:27:36.018Z | Checking clap v4.5.21 |
2121 | 2024-12-21T04:27:36.151Z | Checking zip v0.6.6 |
2122 | 2024-12-21T04:27:36.444Z | Checking crossterm v0.28.1 |
2123 | 2024-12-21T04:27:36.932Z | Checking itertools v0.10.5 |
2124 | 2024-12-21T04:27:36.955Z | Checking itertools v0.12.1 |
2125 | 2024-12-21T04:27:37.118Z | Checking fs-err v2.11.0 |
2126 | 2024-12-21T04:27:37.216Z | Checking ahash v0.8.11 |
2127 | 2024-12-21T04:27:37.675Z | Checking x509-cert v0.2.5 |
2128 | 2024-12-21T04:27:37.774Z | Checking semver v1.0.23 |
2129 | 2024-12-21T04:27:37.790Z | Checking hex v0.4.3 |
2130 | 2024-12-21T04:27:37.805Z | Checking lalrpop-util v0.19.12 |
2131 | 2024-12-21T04:27:38.109Z | Checking peg-runtime v0.8.3 |
2132 | 2024-12-21T04:27:38.179Z | Checking sigpipe v0.1.3 |
2133 | 2024-12-21T04:27:39.248Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2134 | 2024-12-21T04:27:39.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.93s |
2135 | 2024-12-21T04:27:39.763Z | |
2136 | 2024-12-21T04:27:39.764Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2137 | 2024-12-21T04:27:40.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2138 | 2024-12-21T04:27:40.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2139 | 2024-12-21T04:27:40.468Z | Compiling hashbrown v0.14.5 |
2140 | 2024-12-21T04:27:40.596Z | Checking heck v0.5.0 |
2141 | 2024-12-21T04:27:40.643Z | Compiling unsafe-libyaml v0.2.11 |
2142 | 2024-12-21T04:27:40.643Z | Checking ipnetwork v0.20.0 |
2143 | 2024-12-21T04:27:40.643Z | Compiling ident_case v1.0.1 |
2144 | 2024-12-21T04:27:40.660Z | Checking progenitor-client v0.8.0 |
2145 | 2024-12-21T04:27:40.661Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2146 | 2024-12-21T04:27:40.735Z | Checking newtype-uuid v1.1.3 |
2147 | 2024-12-21T04:27:40.790Z | Compiling darling_core v0.20.10 |
2148 | 2024-12-21T04:27:40.952Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2149 | 2024-12-21T04:27:40.980Z | Compiling proc-macro-crate v1.3.1 |
2150 | 2024-12-21T04:27:40.994Z | Compiling structmeta-derive v0.3.0 |
2151 | 2024-12-21T04:27:41.066Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2152 | 2024-12-21T04:27:41.288Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2153 | 2024-12-21T04:27:41.378Z | Compiling lzma-sys v0.1.20 |
2154 | 2024-12-21T04:27:41.760Z | Checking regress v0.10.1 |
2155 | 2024-12-21T04:27:42.163Z | Compiling serde_yaml v0.9.34+deprecated |
2156 | 2024-12-21T04:27:42.179Z | Compiling num_enum_derive v0.5.11 |
2157 | 2024-12-21T04:27:42.530Z | Compiling foreign-types-macros v0.2.3 |
2158 | 2024-12-21T04:27:42.581Z | Compiling dropshot v0.13.0 |
2159 | 2024-12-21T04:27:42.884Z | Checking arc-swap v1.7.1 |
2160 | 2024-12-21T04:27:43.350Z | Checking foreign-types-shared v0.3.1 |
2161 | 2024-12-21T04:27:43.470Z | Checking slog-scope v4.4.0 |
2162 | 2024-12-21T04:27:43.752Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2163 | 2024-12-21T04:27:43.914Z | Checking foreign-types v0.5.0 |
2164 | 2024-12-21T04:27:44.110Z | Compiling structmeta v0.3.0 |
2165 | 2024-12-21T04:27:44.220Z | Compiling proc-macro-error v1.0.4 |
2166 | 2024-12-21T04:27:44.517Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2167 | 2024-12-21T04:27:44.571Z | Compiling parse-display-derive v0.10.0 |
2168 | 2024-12-21T04:27:44.630Z | Checking tungstenite v0.21.0 |
2169 | 2024-12-21T04:27:44.820Z | Checking num_enum v0.5.11 |
2170 | 2024-12-21T04:27:44.938Z | Compiling heck v0.3.3 |
2171 | 2024-12-21T04:27:44.978Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2172 | 2024-12-21T04:27:45.392Z | Compiling dropshot_endpoint v0.13.0 |
2173 | 2024-12-21T04:27:45.409Z | Checking typify-impl v0.2.0 |
2174 | 2024-12-21T04:27:45.628Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2175 | 2024-12-21T04:27:46.436Z | Checking cstr-argument v0.1.2 |
2176 | 2024-12-21T04:27:46.607Z | Checking instant v0.1.13 |
2177 | 2024-12-21T04:27:46.624Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2178 | 2024-12-21T04:27:46.726Z | Checking base64 v0.21.7 |
2179 | 2024-12-21T04:27:46.908Z | Checking pretty-hex v0.2.1 |
2180 | 2024-12-21T04:27:47.080Z | Checking fastrand v2.1.1 |
2181 | 2024-12-21T04:27:47.227Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2182 | 2024-12-21T04:27:47.340Z | Checking backoff v0.4.0 |
2183 | 2024-12-21T04:27:47.409Z | Checking tempfile v3.13.0 |
2184 | 2024-12-21T04:27:47.507Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2185 | 2024-12-21T04:27:47.660Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2186 | 2024-12-21T04:27:47.816Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2187 | 2024-12-21T04:27:47.848Z | Checking tokio-tungstenite v0.21.0 |
2188 | 2024-12-21T04:27:47.885Z | Compiling zone_cfg_derive v0.1.2 |
2189 | 2024-12-21T04:27:47.959Z | Checking strum v0.26.3 |
2190 | 2024-12-21T04:27:48.083Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2191 | 2024-12-21T04:27:48.140Z | Compiling darling_macro v0.20.10 |
2192 | 2024-12-21T04:27:48.169Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2193 | 2024-12-21T04:27:48.433Z | Checking slog-stdlog v4.1.1 |
2194 | 2024-12-21T04:27:48.472Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2195 | 2024-12-21T04:27:48.593Z | Checking regress v0.9.1 |
2196 | 2024-12-21T04:27:48.618Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2197 | 2024-12-21T04:27:48.816Z | Checking colored v2.1.0 |
2198 | 2024-12-21T04:27:48.918Z | Checking macaddr v1.0.1 |
2199 | 2024-12-21T04:27:49.029Z | Compiling darling v0.20.10 |
2200 | 2024-12-21T04:27:49.096Z | Checking base64 v0.13.1 |
2201 | 2024-12-21T04:27:49.147Z | Compiling serde_with_macros v3.11.0 |
2202 | 2024-12-21T04:27:49.317Z | Checking parse-display v0.10.0 |
2203 | 2024-12-21T04:27:49.332Z | Checking zone v0.1.8 |
2204 | 2024-12-21T04:27:49.494Z | Checking ron v0.7.1 |
2205 | 2024-12-21T04:27:49.548Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2206 | 2024-12-21T04:27:50.015Z | Checking slog-envlogger v2.2.0 |
2207 | 2024-12-21T04:27:50.057Z | Checking xz2 v0.1.7 |
2208 | 2024-12-21T04:27:50.248Z | Checking tabwriter v1.4.0 |
2209 | 2024-12-21T04:27:50.367Z | Checking xattr v1.3.1 |
2210 | 2024-12-21T04:27:50.498Z | Checking pem v3.0.4 |
2211 | 2024-12-21T04:27:50.566Z | Checking yasna v0.5.2 |
2212 | 2024-12-21T04:27:50.742Z | Checking headers-core v0.3.0 |
2213 | 2024-12-21T04:27:50.773Z | Checking smf v0.2.3 |
2214 | 2024-12-21T04:27:50.897Z | Checking filetime v0.2.25 |
2215 | 2024-12-21T04:27:51.153Z | Checking same-file v1.0.6 |
2216 | 2024-12-21T04:27:51.309Z | Checking tar v0.4.42 |
2217 | 2024-12-21T04:27:51.341Z | Checking headers v0.4.0 |
2218 | 2024-12-21T04:27:51.357Z | Checking walkdir v2.5.0 |
2219 | 2024-12-21T04:27:51.492Z | Checking rcgen v0.12.1 |
2220 | 2024-12-21T04:27:51.655Z | Checking atomicwrites v0.4.4 |
2221 | 2024-12-21T04:27:51.868Z | Checking camino-tempfile v1.1.1 |
2222 | 2024-12-21T04:27:52.130Z | Checking subprocess v0.2.9 |
2223 | 2024-12-21T04:27:52.147Z | Checking serde_with v3.11.0 |
2224 | 2024-12-21T04:27:56.486Z | Compiling typify-macro v0.2.0 |
2225 | 2024-12-21T04:27:58.440Z | Compiling typify v0.2.0 |
2226 | 2024-12-21T04:27:58.511Z | Compiling progenitor-impl v0.8.0 |
2227 | 2024-12-21T04:28:01.983Z | Compiling progenitor-macro v0.8.0 |
2228 | 2024-12-21T04:28:06.995Z | Checking progenitor v0.8.0 |
2229 | 2024-12-21T04:28:07.150Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2230 | 2024-12-21T04:28:07.154Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2231 | 2024-12-21T04:28:09.962Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2232 | 2024-12-21T04:28:10.402Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2233 | 2024-12-21T04:28:17.471Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2234 | 2024-12-21T04:28:19.106Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2235 | 2024-12-21T04:28:20.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.64s |
2236 | 2024-12-21T04:28:20.596Z | |
2237 | 2024-12-21T04:28:20.596Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2238 | 2024-12-21T04:28:21.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2239 | 2024-12-21T04:28:21.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2240 | 2024-12-21T04:28:21.302Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2241 | 2024-12-21T04:28:22.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
2242 | 2024-12-21T04:28:23.025Z | |
2243 | 2024-12-21T04:28:23.025Z | info: running `cargo check --bins` on nexus-config (31/176) |
2244 | 2024-12-21T04:28:23.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2245 | 2024-12-21T04:28:23.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2246 | 2024-12-21T04:28:23.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2247 | 2024-12-21T04:28:23.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2248 | 2024-12-21T04:28:23.625Z | |
2249 | 2024-12-21T04:28:23.625Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2250 | 2024-12-21T04:28:24.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2251 | 2024-12-21T04:28:24.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2252 | 2024-12-21T04:28:24.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2253 | 2024-12-21T04:28:24.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2254 | 2024-12-21T04:28:24.270Z | |
2255 | 2024-12-21T04:28:24.270Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2256 | 2024-12-21T04:28:24.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2257 | 2024-12-21T04:28:24.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2258 | 2024-12-21T04:28:24.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2259 | 2024-12-21T04:28:24.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2260 | 2024-12-21T04:28:24.934Z | |
2261 | 2024-12-21T04:28:24.934Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2262 | 2024-12-21T04:28:25.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2263 | 2024-12-21T04:28:25.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2264 | 2024-12-21T04:28:25.675Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2265 | 2024-12-21T04:28:25.786Z | Compiling ipnetwork v0.20.0 |
2266 | 2024-12-21T04:28:25.786Z | Compiling zerocopy v0.8.10 |
2267 | 2024-12-21T04:28:25.790Z | Compiling progenitor-client v0.8.0 |
2268 | 2024-12-21T04:28:25.790Z | Compiling itertools v0.13.0 |
2269 | 2024-12-21T04:28:25.791Z | Compiling zerocopy-derive v0.8.10 |
2270 | 2024-12-21T04:28:25.791Z | Compiling heapless v0.8.0 |
2271 | 2024-12-21T04:28:25.791Z | Checking hash32 v0.3.1 |
2272 | 2024-12-21T04:28:25.987Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2273 | 2024-12-21T04:28:26.125Z | Compiling progenitor v0.8.0 |
2274 | 2024-12-21T04:28:26.247Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2275 | 2024-12-21T04:28:26.386Z | Compiling instant v0.1.13 |
2276 | 2024-12-21T04:28:26.530Z | Compiling smoltcp v0.11.0 |
2277 | 2024-12-21T04:28:26.727Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2278 | 2024-12-21T04:28:26.745Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2279 | 2024-12-21T04:28:26.844Z | Compiling backoff v0.4.0 |
2280 | 2024-12-21T04:28:27.029Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2281 | 2024-12-21T04:28:27.224Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2282 | 2024-12-21T04:28:27.295Z | Compiling dropshot v0.13.0 |
2283 | 2024-12-21T04:28:27.418Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2284 | 2024-12-21T04:28:27.741Z | Compiling serde_with v3.11.0 |
2285 | 2024-12-21T04:28:27.785Z | Compiling parse-display v0.10.0 |
2286 | 2024-12-21T04:28:27.897Z | Checking num-rational v0.4.2 |
2287 | 2024-12-21T04:28:28.528Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2288 | 2024-12-21T04:28:28.697Z | Compiling regress v0.9.1 |
2289 | 2024-12-21T04:28:29.177Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2290 | 2024-12-21T04:28:30.431Z | Compiling phf_generator v0.11.2 |
2291 | 2024-12-21T04:28:30.626Z | Checking num-complex v0.4.6 |
2292 | 2024-12-21T04:28:31.862Z | Compiling macaddr v1.0.1 |
2293 | 2024-12-21T04:28:32.213Z | Checking cobs v0.2.3 |
2294 | 2024-12-21T04:28:32.342Z | Checking num v0.4.3 |
2295 | 2024-12-21T04:28:32.393Z | Checking postcard v1.0.10 |
2296 | 2024-12-21T04:28:32.452Z | Compiling phf_codegen v0.11.2 |
2297 | 2024-12-21T04:28:32.813Z | Compiling parse-zoneinfo v0.3.1 |
2298 | 2024-12-21T04:28:34.003Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2299 | 2024-12-21T04:28:34.307Z | Compiling convert_case v0.4.0 |
2300 | 2024-12-21T04:28:34.945Z | Compiling float-ord v0.3.2 |
2301 | 2024-12-21T04:28:35.145Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2302 | 2024-12-21T04:28:35.398Z | Compiling derive_more v0.99.18 |
2303 | 2024-12-21T04:28:35.580Z | Compiling chrono-tz-build v0.4.0 |
2304 | 2024-12-21T04:28:35.747Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2305 | 2024-12-21T04:28:35.870Z | Compiling thiserror v2.0.3 |
2306 | 2024-12-21T04:28:36.541Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2307 | 2024-12-21T04:28:36.694Z | Compiling crucible-workspace-hack v0.1.0 |
2308 | 2024-12-21T04:28:36.913Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2309 | 2024-12-21T04:28:36.987Z | Checking newline-converter v0.3.0 |
2310 | 2024-12-21T04:28:37.062Z | Compiling chrono-tz v0.10.0 |
2311 | 2024-12-21T04:28:37.201Z | Checking prettyplease v0.2.25 |
2312 | 2024-12-21T04:28:37.307Z | Compiling thiserror-impl v2.0.3 |
2313 | 2024-12-21T04:28:37.682Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2314 | 2024-12-21T04:28:37.710Z | Compiling slog-dtrace v0.3.0 |
2315 | 2024-12-21T04:28:38.026Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2316 | 2024-12-21T04:28:38.221Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2317 | 2024-12-21T04:28:39.497Z | Checking expectorate v1.1.0 |
2318 | 2024-12-21T04:28:39.684Z | Compiling zone_cfg_derive v0.3.0 |
2319 | 2024-12-21T04:28:39.991Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2320 | 2024-12-21T04:28:40.099Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2321 | 2024-12-21T04:28:40.521Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2322 | 2024-12-21T04:28:40.916Z | Compiling const_format_proc_macros v0.2.33 |
2323 | 2024-12-21T04:28:41.217Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2324 | 2024-12-21T04:28:41.337Z | Compiling num-derive v0.4.2 |
2325 | 2024-12-21T04:28:41.357Z | Checking highway v1.2.0 |
2326 | 2024-12-21T04:28:41.659Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2327 | 2024-12-21T04:28:41.816Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2328 | 2024-12-21T04:28:41.934Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2329 | 2024-12-21T04:28:42.129Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2330 | 2024-12-21T04:28:42.427Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2331 | 2024-12-21T04:28:42.678Z | Checking zone v0.3.0 |
2332 | 2024-12-21T04:28:43.208Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2333 | 2024-12-21T04:28:43.231Z | Checking const_format v0.2.33 |
2334 | 2024-12-21T04:28:43.555Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2335 | 2024-12-21T04:28:43.636Z | Checking gethostname v0.5.0 |
2336 | 2024-12-21T04:28:43.655Z | Checking bcs v0.1.6 |
2337 | 2024-12-21T04:28:43.671Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2338 | 2024-12-21T04:28:43.756Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2339 | 2024-12-21T04:28:43.822Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2340 | 2024-12-21T04:28:43.873Z | Compiling async-recursion v1.1.1 |
2341 | 2024-12-21T04:28:46.168Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2342 | 2024-12-21T04:28:51.173Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2343 | 2024-12-21T04:28:54.687Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2344 | 2024-12-21T04:28:57.482Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2345 | 2024-12-21T04:28:58.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.89s |
2346 | 2024-12-21T04:28:59.062Z | |
2347 | 2024-12-21T04:28:59.062Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2348 | 2024-12-21T04:28:59.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2024-12-21T04:28:59.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2024-12-21T04:28:59.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2351 | 2024-12-21T04:28:59.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2352 | 2024-12-21T04:28:59.737Z | |
2353 | 2024-12-21T04:28:59.737Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2354 | 2024-12-21T04:29:00.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2355 | 2024-12-21T04:29:00.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2356 | 2024-12-21T04:29:00.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2357 | 2024-12-21T04:29:00.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2358 | 2024-12-21T04:29:00.410Z | |
2359 | 2024-12-21T04:29:00.410Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2360 | 2024-12-21T04:29:01.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2361 | 2024-12-21T04:29:01.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2362 | 2024-12-21T04:29:01.147Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2363 | 2024-12-21T04:29:01.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
2364 | 2024-12-21T04:29:02.007Z | |
2365 | 2024-12-21T04:29:02.007Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2366 | 2024-12-21T04:29:02.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2367 | 2024-12-21T04:29:02.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2368 | 2024-12-21T04:29:02.722Z | Compiling cfg_aliases v0.1.1 |
2369 | 2024-12-21T04:29:02.725Z | Compiling vte_generate_state_changes v0.1.2 |
2370 | 2024-12-21T04:29:02.725Z | Checking fd-lock v4.0.2 |
2371 | 2024-12-21T04:29:02.725Z | Checking nibble_vec v0.1.0 |
2372 | 2024-12-21T04:29:02.826Z | Checking endian-type v0.1.2 |
2373 | 2024-12-21T04:29:02.837Z | Checking bytecount v0.6.8 |
2374 | 2024-12-21T04:29:02.864Z | Compiling tabled_derive v0.7.0 |
2375 | 2024-12-21T04:29:02.892Z | Compiling peg-macros v0.8.4 |
2376 | 2024-12-21T04:29:02.921Z | Compiling nix v0.28.0 |
2377 | 2024-12-21T04:29:02.987Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2378 | 2024-12-21T04:29:03.009Z | Checking papergrid v0.11.0 |
2379 | 2024-12-21T04:29:03.026Z | Compiling sqlparser_derive v0.2.2 |
2380 | 2024-12-21T04:29:03.080Z | Checking radix_trie v0.2.1 |
2381 | 2024-12-21T04:29:03.471Z | Checking vte v0.11.1 |
2382 | 2024-12-21T04:29:03.504Z | Checking unicode_categories v0.1.1 |
2383 | 2024-12-21T04:29:03.813Z | Checking nu-ansi-term v0.50.1 |
2384 | 2024-12-21T04:29:04.165Z | Checking home v0.5.9 |
2385 | 2024-12-21T04:29:04.206Z | Checking sqlparser v0.45.0 |
2386 | 2024-12-21T04:29:04.228Z | Checking sqlformat v0.2.6 |
2387 | 2024-12-21T04:29:04.315Z | Checking display-error-chain v0.2.2 |
2388 | 2024-12-21T04:29:04.915Z | Checking strip-ansi-escapes v0.2.0 |
2389 | 2024-12-21T04:29:05.072Z | Checking reedline v0.35.0 |
2390 | 2024-12-21T04:29:05.378Z | Checking tabled v0.15.0 |
2391 | 2024-12-21T04:29:05.865Z | Checking peg v0.8.4 |
2392 | 2024-12-21T04:29:06.230Z | Checking rustyline v14.0.0 |
2393 | 2024-12-21T04:29:15.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s |
2394 | 2024-12-21T04:29:15.942Z | |
2395 | 2024-12-21T04:29:15.942Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2396 | 2024-12-21T04:29:16.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-12-21T04:29:16.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-12-21T04:29:16.650Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2399 | 2024-12-21T04:29:22.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s |
2400 | 2024-12-21T04:29:22.406Z | |
2401 | 2024-12-21T04:29:22.406Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2402 | 2024-12-21T04:29:22.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-12-21T04:29:22.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-12-21T04:29:23.094Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2405 | 2024-12-21T04:29:27.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
2406 | 2024-12-21T04:29:27.336Z | |
2407 | 2024-12-21T04:29:27.336Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2408 | 2024-12-21T04:29:27.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-12-21T04:29:27.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-12-21T04:29:28.065Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2411 | 2024-12-21T04:29:33.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s |
2412 | 2024-12-21T04:29:33.427Z | |
2413 | 2024-12-21T04:29:33.427Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2414 | 2024-12-21T04:29:34.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-12-21T04:29:34.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-12-21T04:29:34.156Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2417 | 2024-12-21T04:29:39.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s |
2418 | 2024-12-21T04:29:39.751Z | |
2419 | 2024-12-21T04:29:39.751Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2420 | 2024-12-21T04:29:40.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-12-21T04:29:40.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-12-21T04:29:40.480Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2423 | 2024-12-21T04:29:44.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s |
2424 | 2024-12-21T04:29:45.016Z | |
2425 | 2024-12-21T04:29:45.016Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2426 | 2024-12-21T04:29:45.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-12-21T04:29:45.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-12-21T04:29:45.731Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2429 | 2024-12-21T04:29:50.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s |
2430 | 2024-12-21T04:29:50.274Z | |
2431 | 2024-12-21T04:29:50.274Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2432 | 2024-12-21T04:29:50.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-12-21T04:29:50.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-12-21T04:29:50.966Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2435 | 2024-12-21T04:29:56.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s |
2436 | 2024-12-21T04:29:56.659Z | |
2437 | 2024-12-21T04:29:56.659Z | info: running `cargo check --bins` on oximeter (46/176) |
2438 | 2024-12-21T04:29:57.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-12-21T04:29:57.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-12-21T04:29:57.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2441 | 2024-12-21T04:29:57.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2442 | 2024-12-21T04:29:57.316Z | |
2443 | 2024-12-21T04:29:57.316Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2444 | 2024-12-21T04:29:57.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2024-12-21T04:29:57.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2024-12-21T04:29:57.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2447 | 2024-12-21T04:29:57.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2448 | 2024-12-21T04:29:57.932Z | |
2449 | 2024-12-21T04:29:57.932Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2450 | 2024-12-21T04:29:58.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-12-21T04:29:58.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-12-21T04:29:58.605Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2453 | 2024-12-21T04:30:00.928Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2454 | 2024-12-21T04:30:02.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
2455 | 2024-12-21T04:30:02.368Z | |
2456 | 2024-12-21T04:30:02.368Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2457 | 2024-12-21T04:30:03.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-12-21T04:30:03.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-12-21T04:30:03.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-12-21T04:30:03.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2461 | 2024-12-21T04:30:03.095Z | |
2462 | 2024-12-21T04:30:03.095Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2463 | 2024-12-21T04:30:03.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-12-21T04:30:03.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-12-21T04:30:03.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-12-21T04:30:03.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2467 | 2024-12-21T04:30:03.830Z | |
2468 | 2024-12-21T04:30:03.830Z | info: running `cargo check --bins` on oxql-types (51/176) |
2469 | 2024-12-21T04:30:04.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-12-21T04:30:04.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-12-21T04:30:04.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-12-21T04:30:04.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2473 | 2024-12-21T04:30:04.555Z | |
2474 | 2024-12-21T04:30:04.555Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2475 | 2024-12-21T04:30:05.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-12-21T04:30:05.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-12-21T04:30:05.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-12-21T04:30:05.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2479 | 2024-12-21T04:30:05.313Z | |
2480 | 2024-12-21T04:30:05.313Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2481 | 2024-12-21T04:30:05.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-12-21T04:30:05.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-12-21T04:30:05.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-12-21T04:30:05.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2485 | 2024-12-21T04:30:06.033Z | |
2486 | 2024-12-21T04:30:06.033Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2487 | 2024-12-21T04:30:06.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-12-21T04:30:06.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-12-21T04:30:06.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-12-21T04:30:06.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2491 | 2024-12-21T04:30:06.762Z | |
2492 | 2024-12-21T04:30:06.762Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2493 | 2024-12-21T04:30:07.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-12-21T04:30:07.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-12-21T04:30:07.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-12-21T04:30:07.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2497 | 2024-12-21T04:30:07.455Z | |
2498 | 2024-12-21T04:30:07.455Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2499 | 2024-12-21T04:30:08.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-12-21T04:30:08.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-12-21T04:30:08.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-12-21T04:30:08.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2503 | 2024-12-21T04:30:08.161Z | |
2504 | 2024-12-21T04:30:08.161Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2505 | 2024-12-21T04:30:08.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-12-21T04:30:08.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-12-21T04:30:08.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-12-21T04:30:08.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2509 | 2024-12-21T04:30:08.892Z | |
2510 | 2024-12-21T04:30:08.892Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2511 | 2024-12-21T04:30:09.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-12-21T04:30:09.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-12-21T04:30:09.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-12-21T04:30:09.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2515 | 2024-12-21T04:30:09.588Z | |
2516 | 2024-12-21T04:30:09.588Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2517 | 2024-12-21T04:30:10.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-12-21T04:30:10.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-12-21T04:30:10.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-12-21T04:30:10.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2521 | 2024-12-21T04:30:10.298Z | |
2522 | 2024-12-21T04:30:10.298Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2523 | 2024-12-21T04:30:10.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-12-21T04:30:10.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-12-21T04:30:10.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-12-21T04:30:10.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2527 | 2024-12-21T04:30:10.973Z | |
2528 | 2024-12-21T04:30:10.973Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2529 | 2024-12-21T04:30:11.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-12-21T04:30:11.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-12-21T04:30:11.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-12-21T04:30:11.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2533 | 2024-12-21T04:30:11.628Z | |
2534 | 2024-12-21T04:30:11.628Z | info: running `cargo check --bins` on dpd-client (62/176) |
2535 | 2024-12-21T04:30:12.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-12-21T04:30:12.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-12-21T04:30:12.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-12-21T04:30:12.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2539 | 2024-12-21T04:30:12.302Z | |
2540 | 2024-12-21T04:30:12.302Z | info: running `cargo check --bins` on gateway-client (63/176) |
2541 | 2024-12-21T04:30:12.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-12-21T04:30:12.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-12-21T04:30:12.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-12-21T04:30:12.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2545 | 2024-12-21T04:30:12.952Z | |
2546 | 2024-12-21T04:30:12.952Z | info: running `cargo check --bins` on installinator-client (64/176) |
2547 | 2024-12-21T04:30:13.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-12-21T04:30:13.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-12-21T04:30:13.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-12-21T04:30:13.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2551 | 2024-12-21T04:30:13.661Z | |
2552 | 2024-12-21T04:30:13.661Z | info: running `cargo check --bins` on installinator-common (65/176) |
2553 | 2024-12-21T04:30:14.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-12-21T04:30:14.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-12-21T04:30:14.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-12-21T04:30:14.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2557 | 2024-12-21T04:30:14.372Z | |
2558 | 2024-12-21T04:30:14.373Z | info: running `cargo check --bins` on update-engine (66/176) |
2559 | 2024-12-21T04:30:14.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-12-21T04:30:14.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-12-21T04:30:14.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-12-21T04:30:14.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2563 | 2024-12-21T04:30:15.015Z | |
2564 | 2024-12-21T04:30:15.015Z | info: running `cargo check --bins` on nexus-client (67/176) |
2565 | 2024-12-21T04:30:15.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-12-21T04:30:15.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-12-21T04:30:15.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-12-21T04:30:15.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2569 | 2024-12-21T04:30:15.727Z | |
2570 | 2024-12-21T04:30:15.727Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2571 | 2024-12-21T04:30:16.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-12-21T04:30:16.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-12-21T04:30:16.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-12-21T04:30:16.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2575 | 2024-12-21T04:30:16.444Z | |
2576 | 2024-12-21T04:30:16.444Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2577 | 2024-12-21T04:30:17.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-12-21T04:30:17.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-12-21T04:30:17.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-12-21T04:30:17.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2581 | 2024-12-21T04:30:17.156Z | |
2582 | 2024-12-21T04:30:17.156Z | info: running `cargo check --bins` on nexus-types (70/176) |
2583 | 2024-12-21T04:30:17.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-12-21T04:30:17.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-12-21T04:30:17.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-12-21T04:30:17.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2587 | 2024-12-21T04:30:17.926Z | |
2588 | 2024-12-21T04:30:17.926Z | info: running `cargo check --bins` on oxide-client (71/176) |
2589 | 2024-12-21T04:30:18.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-12-21T04:30:18.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-12-21T04:30:18.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-12-21T04:30:18.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2593 | 2024-12-21T04:30:18.496Z | |
2594 | 2024-12-21T04:30:18.496Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2595 | 2024-12-21T04:30:19.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-12-21T04:30:19.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-12-21T04:30:19.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-12-21T04:30:19.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2599 | 2024-12-21T04:30:19.135Z | |
2600 | 2024-12-21T04:30:19.135Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2601 | 2024-12-21T04:30:19.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-12-21T04:30:19.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-12-21T04:30:19.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-12-21T04:30:19.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2605 | 2024-12-21T04:30:19.767Z | |
2606 | 2024-12-21T04:30:19.767Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2607 | 2024-12-21T04:30:20.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-12-21T04:30:20.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-12-21T04:30:20.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2024-12-21T04:30:20.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2611 | 2024-12-21T04:30:20.481Z | |
2612 | 2024-12-21T04:30:20.481Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2613 | 2024-12-21T04:30:21.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-12-21T04:30:21.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-12-21T04:30:21.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2616 | 2024-12-21T04:30:21.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2617 | 2024-12-21T04:30:21.211Z | |
2618 | 2024-12-21T04:30:21.211Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2619 | 2024-12-21T04:30:21.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-12-21T04:30:21.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-12-21T04:30:21.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-12-21T04:30:21.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2623 | 2024-12-21T04:30:21.922Z | |
2624 | 2024-12-21T04:30:21.922Z | info: running `cargo check --bins` on wicket-common (77/176) |
2625 | 2024-12-21T04:30:22.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-12-21T04:30:22.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-12-21T04:30:22.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-12-21T04:30:22.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2629 | 2024-12-21T04:30:22.642Z | |
2630 | 2024-12-21T04:30:22.642Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2631 | 2024-12-21T04:30:23.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-12-21T04:30:23.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-12-21T04:30:23.376Z | Checking csv-core v0.1.11 |
2634 | 2024-12-21T04:30:23.376Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2635 | 2024-12-21T04:30:23.378Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2636 | 2024-12-21T04:30:23.378Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2637 | 2024-12-21T04:30:23.680Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2638 | 2024-12-21T04:30:23.721Z | Checking csv v1.3.1 |
2639 | 2024-12-21T04:30:23.740Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2640 | 2024-12-21T04:30:24.342Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2641 | 2024-12-21T04:30:24.725Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2642 | 2024-12-21T04:30:26.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
2643 | 2024-12-21T04:30:26.909Z | |
2644 | 2024-12-21T04:30:26.909Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2645 | 2024-12-21T04:30:27.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-12-21T04:30:27.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-12-21T04:30:27.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2648 | 2024-12-21T04:30:27.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2649 | 2024-12-21T04:30:27.582Z | |
2650 | 2024-12-21T04:30:27.583Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2651 | 2024-12-21T04:30:28.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2024-12-21T04:30:28.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2024-12-21T04:30:28.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2654 | 2024-12-21T04:30:28.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2655 | 2024-12-21T04:30:28.270Z | |
2656 | 2024-12-21T04:30:28.270Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2657 | 2024-12-21T04:30:28.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-12-21T04:30:28.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-12-21T04:30:28.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2660 | 2024-12-21T04:30:28.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2661 | 2024-12-21T04:30:29.043Z | |
2662 | 2024-12-21T04:30:29.043Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2663 | 2024-12-21T04:30:29.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-12-21T04:30:29.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-12-21T04:30:29.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2024-12-21T04:30:29.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2667 | 2024-12-21T04:30:29.806Z | |
2668 | 2024-12-21T04:30:29.806Z | info: running `cargo check --bins` on dns-server (83/176) |
2669 | 2024-12-21T04:30:30.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-12-21T04:30:30.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-12-21T04:30:30.528Z | Compiling parking_lot_core v0.8.6 |
2672 | 2024-12-21T04:30:30.537Z | Checking fxhash v0.2.1 |
2673 | 2024-12-21T04:30:30.537Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2674 | 2024-12-21T04:30:30.537Z | Checking hickory-server v0.24.1 |
2675 | 2024-12-21T04:30:30.631Z | Checking hickory-client v0.24.1 |
2676 | 2024-12-21T04:30:31.214Z | Checking parking_lot v0.11.2 |
2677 | 2024-12-21T04:30:31.417Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2678 | 2024-12-21T04:30:31.417Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2679 | 2024-12-21T04:30:31.458Z | Checking sled v0.34.7 |
2680 | 2024-12-21T04:30:33.298Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2681 | 2024-12-21T04:30:34.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s |
2682 | 2024-12-21T04:30:34.905Z | |
2683 | 2024-12-21T04:30:34.905Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2684 | 2024-12-21T04:30:35.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2024-12-21T04:30:35.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2024-12-21T04:30:35.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2024-12-21T04:30:35.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2688 | 2024-12-21T04:30:35.545Z | |
2689 | 2024-12-21T04:30:35.545Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2690 | 2024-12-21T04:30:36.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2024-12-21T04:30:36.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2024-12-21T04:30:36.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2693 | 2024-12-21T04:30:36.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2694 | 2024-12-21T04:30:36.265Z | |
2695 | 2024-12-21T04:30:36.265Z | info: running `cargo check --bins` on gateway-types (86/176) |
2696 | 2024-12-21T04:30:36.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2024-12-21T04:30:36.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2024-12-21T04:30:36.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2024-12-21T04:30:36.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2700 | 2024-12-21T04:30:36.948Z | |
2701 | 2024-12-21T04:30:36.948Z | info: running `cargo check --bins` on ipcc (87/176) |
2702 | 2024-12-21T04:30:37.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2024-12-21T04:30:37.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2024-12-21T04:30:37.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2024-12-21T04:30:37.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2706 | 2024-12-21T04:30:37.621Z | |
2707 | 2024-12-21T04:30:37.621Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2708 | 2024-12-21T04:30:38.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2024-12-21T04:30:38.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2024-12-21T04:30:38.373Z | Compiling semver v0.1.20 |
2711 | 2024-12-21T04:30:38.376Z | Compiling radium v0.7.0 |
2712 | 2024-12-21T04:30:38.491Z | Checking tap v1.0.1 |
2713 | 2024-12-21T04:30:38.491Z | Compiling maybe-uninit v2.0.0 |
2714 | 2024-12-21T04:30:38.517Z | Checking password-hash v0.5.0 |
2715 | 2024-12-21T04:30:38.519Z | Checking blake2 v0.10.6 |
2716 | 2024-12-21T04:30:38.519Z | Compiling cancel-safe-futures v0.1.5 |
2717 | 2024-12-21T04:30:38.519Z | Checking funty v2.0.0 |
2718 | 2024-12-21T04:30:38.631Z | Checking wyz v0.5.1 |
2719 | 2024-12-21T04:30:38.892Z | Compiling rustc_version v0.1.7 |
2720 | 2024-12-21T04:30:38.976Z | Compiling owo-colors v4.1.0 |
2721 | 2024-12-21T04:30:38.990Z | Checking crc-catalog v2.4.0 |
2722 | 2024-12-21T04:30:39.041Z | Compiling packed_struct v0.10.1 |
2723 | 2024-12-21T04:30:39.091Z | Checking argon2 v0.5.3 |
2724 | 2024-12-21T04:30:39.122Z | Checking crc v3.2.1 |
2725 | 2024-12-21T04:30:39.201Z | Compiling packed_struct_codegen v0.10.1 |
2726 | 2024-12-21T04:30:39.281Z | Compiling indexmap v1.9.3 |
2727 | 2024-12-21T04:30:39.331Z | Checking half v2.4.1 |
2728 | 2024-12-21T04:30:39.399Z | Compiling newtype_derive v0.1.6 |
2729 | 2024-12-21T04:30:39.531Z | Checking bitvec v1.0.1 |
2730 | 2024-12-21T04:30:39.531Z | Checking nodrop v0.1.14 |
2731 | 2024-12-21T04:30:39.587Z | Checking ciborium-io v0.2.2 |
2732 | 2024-12-21T04:30:39.605Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2733 | 2024-12-21T04:30:39.786Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2734 | 2024-12-21T04:30:39.803Z | Checking ciborium-ll v0.2.2 |
2735 | 2024-12-21T04:30:39.862Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2736 | 2024-12-21T04:30:40.082Z | Checking smallvec v0.6.14 |
2737 | 2024-12-21T04:30:40.104Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2738 | 2024-12-21T04:30:40.347Z | Checking libsw v3.3.1 |
2739 | 2024-12-21T04:30:40.436Z | Compiling memoffset v0.9.1 |
2740 | 2024-12-21T04:30:40.602Z | Checking termcolor v1.4.1 |
2741 | 2024-12-21T04:30:40.617Z | Checking swrite v0.1.0 |
2742 | 2024-12-21T04:30:40.727Z | Checking linear-map v1.2.0 |
2743 | 2024-12-21T04:30:40.746Z | Checking indent_write v2.2.0 |
2744 | 2024-12-21T04:30:40.966Z | Checking bitfield v0.14.0 |
2745 | 2024-12-21T04:30:41.028Z | Checking hashbrown v0.12.3 |
2746 | 2024-12-21T04:30:41.055Z | Checking ron v0.8.1 |
2747 | 2024-12-21T04:30:41.114Z | Checking env_logger v0.10.2 |
2748 | 2024-12-21T04:30:41.415Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2749 | 2024-12-21T04:30:41.511Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2750 | 2024-12-21T04:30:41.550Z | Checking ciborium v0.2.2 |
2751 | 2024-12-21T04:30:42.381Z | Checking steno v0.4.1 |
2752 | 2024-12-21T04:30:42.400Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2753 | 2024-12-21T04:30:42.529Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2754 | 2024-12-21T04:30:42.686Z | Checking hashbrown v0.13.2 |
2755 | 2024-12-21T04:30:42.747Z | Checking array-init v0.0.4 |
2756 | 2024-12-21T04:30:42.767Z | Checking crc-any v2.5.0 |
2757 | 2024-12-21T04:30:42.967Z | Checking humantime v2.1.0 |
2758 | 2024-12-21T04:30:43.156Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2759 | 2024-12-21T04:30:43.290Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2760 | 2024-12-21T04:30:43.570Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2761 | 2024-12-21T04:30:43.781Z | Checking serde-hex v0.1.0 |
2762 | 2024-12-21T04:30:43.803Z | Checking object v0.30.4 |
2763 | 2024-12-21T04:30:43.870Z | Checking path-slash v0.1.5 |
2764 | 2024-12-21T04:30:43.965Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2765 | 2024-12-21T04:30:44.085Z | Checking nix v0.27.1 |
2766 | 2024-12-21T04:30:44.428Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2767 | 2024-12-21T04:30:44.741Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2768 | 2024-12-21T04:30:45.006Z | Checking tungstenite v0.23.0 |
2769 | 2024-12-21T04:30:45.226Z | Checking kstat-rs v0.2.4 |
2770 | 2024-12-21T04:30:45.351Z | Checking signal-hook-tokio v0.3.1 |
2771 | 2024-12-21T04:30:45.603Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2772 | 2024-12-21T04:30:45.941Z | Checking tokio-tungstenite v0.23.1 |
2773 | 2024-12-21T04:30:46.036Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2774 | 2024-12-21T04:30:47.170Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2775 | 2024-12-21T04:30:47.245Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2776 | 2024-12-21T04:30:53.700Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2777 | 2024-12-21T04:30:55.084Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2778 | 2024-12-21T04:30:59.211Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2779 | 2024-12-21T04:31:05.573Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2780 | 2024-12-21T04:31:06.346Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2781 | 2024-12-21T04:31:09.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.77s |
2782 | 2024-12-21T04:31:09.601Z | |
2783 | 2024-12-21T04:31:09.601Z | info: running `cargo check --bins` on gateway-api (89/176) |
2784 | 2024-12-21T04:31:10.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2024-12-21T04:31:10.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2024-12-21T04:31:10.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2024-12-21T04:31:10.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2788 | 2024-12-21T04:31:10.284Z | |
2789 | 2024-12-21T04:31:10.284Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2790 | 2024-12-21T04:31:10.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-12-21T04:31:10.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-12-21T04:31:10.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2024-12-21T04:31:10.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2794 | 2024-12-21T04:31:10.969Z | |
2795 | 2024-12-21T04:31:10.969Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2796 | 2024-12-21T04:31:11.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-12-21T04:31:11.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-12-21T04:31:11.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2024-12-21T04:31:11.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2800 | 2024-12-21T04:31:11.664Z | |
2801 | 2024-12-21T04:31:11.664Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2802 | 2024-12-21T04:31:12.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-12-21T04:31:12.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-12-21T04:31:12.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2805 | 2024-12-21T04:31:12.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2806 | 2024-12-21T04:31:12.357Z | |
2807 | 2024-12-21T04:31:12.357Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2808 | 2024-12-21T04:31:12.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2024-12-21T04:31:12.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2024-12-21T04:31:12.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2811 | 2024-12-21T04:31:12.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2812 | 2024-12-21T04:31:13.045Z | |
2813 | 2024-12-21T04:31:13.045Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2814 | 2024-12-21T04:31:13.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2815 | 2024-12-21T04:31:13.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2816 | 2024-12-21T04:31:13.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2817 | 2024-12-21T04:31:13.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2818 | 2024-12-21T04:31:13.710Z | |
2819 | 2024-12-21T04:31:13.710Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2820 | 2024-12-21T04:31:14.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2024-12-21T04:31:14.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2024-12-21T04:31:14.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2823 | 2024-12-21T04:31:14.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2824 | 2024-12-21T04:31:14.384Z | |
2825 | 2024-12-21T04:31:14.384Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2826 | 2024-12-21T04:31:14.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2024-12-21T04:31:14.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2024-12-21T04:31:14.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2829 | 2024-12-21T04:31:14.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2830 | 2024-12-21T04:31:15.069Z | |
2831 | 2024-12-21T04:31:15.069Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2832 | 2024-12-21T04:31:15.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-12-21T04:31:15.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-12-21T04:31:15.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2024-12-21T04:31:15.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2836 | 2024-12-21T04:31:15.737Z | |
2837 | 2024-12-21T04:31:15.737Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2838 | 2024-12-21T04:31:16.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-12-21T04:31:16.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-12-21T04:31:16.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-12-21T04:31:16.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2842 | 2024-12-21T04:31:16.390Z | |
2843 | 2024-12-21T04:31:16.390Z | info: running `cargo check --bins` on sp-sim (99/176) |
2844 | 2024-12-21T04:31:16.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-12-21T04:31:16.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-12-21T04:31:17.090Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2847 | 2024-12-21T04:31:17.584Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2848 | 2024-12-21T04:31:19.594Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2849 | 2024-12-21T04:31:21.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s |
2850 | 2024-12-21T04:31:21.700Z | |
2851 | 2024-12-21T04:31:21.700Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2852 | 2024-12-21T04:31:22.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-12-21T04:31:22.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-12-21T04:31:22.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2855 | 2024-12-21T04:31:22.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2856 | 2024-12-21T04:31:22.437Z | |
2857 | 2024-12-21T04:31:22.437Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2858 | 2024-12-21T04:31:23.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-12-21T04:31:23.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-12-21T04:31:23.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2861 | 2024-12-21T04:31:23.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2862 | 2024-12-21T04:31:23.167Z | |
2863 | 2024-12-21T04:31:23.167Z | info: running `cargo check --bins` on db-macros (102/176) |
2864 | 2024-12-21T04:31:23.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-12-21T04:31:23.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-12-21T04:31:23.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2867 | 2024-12-21T04:31:23.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2868 | 2024-12-21T04:31:23.796Z | |
2869 | 2024-12-21T04:31:23.796Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2870 | 2024-12-21T04:31:24.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-12-21T04:31:24.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-12-21T04:31:24.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2873 | 2024-12-21T04:31:24.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2874 | 2024-12-21T04:31:24.456Z | |
2875 | 2024-12-21T04:31:24.456Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2876 | 2024-12-21T04:31:25.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-12-21T04:31:25.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-12-21T04:31:25.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2024-12-21T04:31:25.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2880 | 2024-12-21T04:31:25.157Z | |
2881 | 2024-12-21T04:31:25.157Z | info: running `cargo check --bins` on authz-macros (105/176) |
2882 | 2024-12-21T04:31:25.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-12-21T04:31:25.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-12-21T04:31:25.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-12-21T04:31:25.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2886 | 2024-12-21T04:31:25.838Z | |
2887 | 2024-12-21T04:31:25.838Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2888 | 2024-12-21T04:31:26.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-12-21T04:31:26.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-12-21T04:31:26.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-12-21T04:31:26.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2892 | 2024-12-21T04:31:26.555Z | |
2893 | 2024-12-21T04:31:26.555Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2894 | 2024-12-21T04:31:27.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-12-21T04:31:27.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-12-21T04:31:27.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2897 | 2024-12-21T04:31:27.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2898 | 2024-12-21T04:31:27.273Z | |
2899 | 2024-12-21T04:31:27.274Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2900 | 2024-12-21T04:31:27.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2901 | 2024-12-21T04:31:27.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2902 | 2024-12-21T04:31:27.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2903 | 2024-12-21T04:31:27.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2904 | 2024-12-21T04:31:27.980Z | |
2905 | 2024-12-21T04:31:27.980Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2906 | 2024-12-21T04:31:28.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2907 | 2024-12-21T04:31:28.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2908 | 2024-12-21T04:31:28.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2909 | 2024-12-21T04:31:28.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2910 | 2024-12-21T04:31:28.685Z | |
2911 | 2024-12-21T04:31:28.685Z | info: running `cargo check --bins` on typed-rng (110/176) |
2912 | 2024-12-21T04:31:29.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2024-12-21T04:31:29.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2024-12-21T04:31:29.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2915 | 2024-12-21T04:31:29.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2916 | 2024-12-21T04:31:29.342Z | |
2917 | 2024-12-21T04:31:29.342Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2918 | 2024-12-21T04:31:29.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2919 | 2024-12-21T04:31:29.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2920 | 2024-12-21T04:31:30.127Z | Checking keccak v0.1.5 |
2921 | 2024-12-21T04:31:30.236Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2922 | 2024-12-21T04:31:30.239Z | Checking secrecy v0.8.0 |
2923 | 2024-12-21T04:31:30.239Z | Compiling unicase v2.7.0 |
2924 | 2024-12-21T04:31:30.259Z | Compiling same-file v1.0.6 |
2925 | 2024-12-21T04:31:30.272Z | Compiling tempfile v3.13.0 |
2926 | 2024-12-21T04:31:30.299Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2927 | 2024-12-21T04:31:30.299Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2928 | 2024-12-21T04:31:30.481Z | Checking sha3 v0.10.8 |
2929 | 2024-12-21T04:31:30.552Z | Compiling walkdir v2.5.0 |
2930 | 2024-12-21T04:31:30.586Z | Compiling thiserror-impl-no-std v2.0.2 |
2931 | 2024-12-21T04:31:30.607Z | Checking universal-hash v0.5.1 |
2932 | 2024-12-21T04:31:30.626Z | Compiling blake3 v1.5.4 |
2933 | 2024-12-21T04:31:30.737Z | Compiling ring v0.16.20 |
2934 | 2024-12-21T04:31:30.809Z | Checking opaque-debug v0.3.1 |
2935 | 2024-12-21T04:31:30.888Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2936 | 2024-12-21T04:31:30.906Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2937 | 2024-12-21T04:31:30.923Z | Checking poly1305 v0.8.0 |
2938 | 2024-12-21T04:31:31.179Z | Checking chacha20 v0.9.1 |
2939 | 2024-12-21T04:31:31.211Z | Checking aead v0.5.2 |
2940 | 2024-12-21T04:31:31.355Z | Compiling memmap2 v0.9.5 |
2941 | 2024-12-21T04:31:31.456Z | Compiling spin v0.5.2 |
2942 | 2024-12-21T04:31:31.474Z | Compiling constant_time_eq v0.3.1 |
2943 | 2024-12-21T04:31:31.560Z | Compiling libefi-sys v0.1.0 |
2944 | 2024-12-21T04:31:31.656Z | Compiling salty v0.3.0 |
2945 | 2024-12-21T04:31:31.698Z | Compiling arrayref v0.3.9 |
2946 | 2024-12-21T04:31:31.806Z | Compiling arrayvec v0.7.6 |
2947 | 2024-12-21T04:31:31.827Z | Checking chacha20poly1305 v0.10.1 |
2948 | 2024-12-21T04:31:31.898Z | Compiling toolchain_find v0.4.0 |
2949 | 2024-12-21T04:31:32.035Z | Compiling camino-tempfile v1.1.1 |
2950 | 2024-12-21T04:31:32.119Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2951 | 2024-12-21T04:31:32.385Z | Compiling bitfield-struct v0.6.2 |
2952 | 2024-12-21T04:31:32.528Z | Compiling topological-sort v0.2.2 |
2953 | 2024-12-21T04:31:32.637Z | Compiling mime_guess v2.0.5 |
2954 | 2024-12-21T04:31:32.682Z | Compiling rustfmt-wrapper v0.2.1 |
2955 | 2024-12-21T04:31:33.364Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2956 | 2024-12-21T04:31:33.574Z | Checking primeorder v0.13.6 |
2957 | 2024-12-21T04:31:33.690Z | Checking env_filter v0.1.2 |
2958 | 2024-12-21T04:31:33.693Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2959 | 2024-12-21T04:31:33.799Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2960 | 2024-12-21T04:31:33.889Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2961 | 2024-12-21T04:31:33.936Z | Checking env_logger v0.11.5 |
2962 | 2024-12-21T04:31:33.952Z | Checking thiserror-no-std v2.0.2 |
2963 | 2024-12-21T04:31:34.041Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2964 | 2024-12-21T04:31:34.061Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2965 | 2024-12-21T04:31:34.079Z | Checking vsss-rs v3.3.4 |
2966 | 2024-12-21T04:31:34.094Z | Checking p384 v0.13.0 |
2967 | 2024-12-21T04:31:34.284Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2968 | 2024-12-21T04:31:34.443Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2969 | 2024-12-21T04:31:34.539Z | Checking bumpalo v3.16.0 |
2970 | 2024-12-21T04:31:34.564Z | Checking http-range v0.1.5 |
2971 | 2024-12-21T04:31:34.681Z | Checking simd-adler32 v0.3.7 |
2972 | 2024-12-21T04:31:34.740Z | Checking lockfree-object-pool v0.1.6 |
2973 | 2024-12-21T04:31:34.875Z | Compiling zip v2.1.3 |
2974 | 2024-12-21T04:31:34.914Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2975 | 2024-12-21T04:31:35.028Z | Checking zopfli v0.8.1 |
2976 | 2024-12-21T04:31:35.214Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2977 | 2024-12-21T04:31:35.254Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2978 | 2024-12-21T04:31:35.581Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2979 | 2024-12-21T04:31:35.702Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2980 | 2024-12-21T04:31:35.728Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2981 | 2024-12-21T04:31:35.898Z | Checking nanorand v0.7.0 |
2982 | 2024-12-21T04:31:36.163Z | Checking atty v0.2.14 |
2983 | 2024-12-21T04:31:36.279Z | Checking glob v0.3.1 |
2984 | 2024-12-21T04:31:36.311Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2985 | 2024-12-21T04:31:36.427Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2986 | 2024-12-21T04:31:36.476Z | Checking flume v0.11.1 |
2987 | 2024-12-21T04:31:36.631Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2988 | 2024-12-21T04:31:36.998Z | Compiling omicron-zone-package v0.11.1 |
2989 | 2024-12-21T04:31:37.020Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2990 | 2024-12-21T04:31:37.846Z | Checking hyper-staticfile v0.10.1 |
2991 | 2024-12-21T04:31:37.943Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2992 | 2024-12-21T04:31:38.416Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2993 | 2024-12-21T04:31:38.830Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2994 | 2024-12-21T04:31:38.874Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2995 | 2024-12-21T04:31:39.001Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2996 | 2024-12-21T04:31:39.102Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2997 | 2024-12-21T04:31:40.153Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2998 | 2024-12-21T04:31:40.182Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2999 | 2024-12-21T04:31:40.239Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3000 | 2024-12-21T04:31:40.480Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3001 | 2024-12-21T04:31:42.039Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3002 | 2024-12-21T04:31:43.776Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3003 | 2024-12-21T04:31:43.780Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3004 | 2024-12-21T04:31:54.835Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3005 | 2024-12-21T04:32:11.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.93s |
3006 | 2024-12-21T04:32:11.503Z | |
3007 | 2024-12-21T04:32:11.503Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
3008 | 2024-12-21T04:32:12.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3009 | 2024-12-21T04:32:12.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3010 | 2024-12-21T04:32:12.342Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3011 | 2024-12-21T04:32:28.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.13s |
3012 | 2024-12-21T04:32:28.846Z | |
3013 | 2024-12-21T04:32:28.846Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3014 | 2024-12-21T04:32:29.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2024-12-21T04:32:29.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2024-12-21T04:32:29.652Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3017 | 2024-12-21T04:32:45.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.30s |
3018 | 2024-12-21T04:32:45.366Z | |
3019 | 2024-12-21T04:32:45.366Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3020 | 2024-12-21T04:32:46.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2024-12-21T04:32:46.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2024-12-21T04:32:46.146Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3023 | 2024-12-21T04:33:01.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.44s |
3024 | 2024-12-21T04:33:02.031Z | |
3025 | 2024-12-21T04:33:02.031Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3026 | 2024-12-21T04:33:03.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2024-12-21T04:33:03.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2024-12-21T04:33:03.695Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3029 | 2024-12-21T04:33:18.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.42s |
3030 | 2024-12-21T04:33:18.665Z | |
3031 | 2024-12-21T04:33:18.665Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3032 | 2024-12-21T04:33:19.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2024-12-21T04:33:19.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2024-12-21T04:33:19.482Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3035 | 2024-12-21T04:33:34.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.67s |
3036 | 2024-12-21T04:33:34.553Z | |
3037 | 2024-12-21T04:33:34.553Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3038 | 2024-12-21T04:33:35.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2024-12-21T04:33:35.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2024-12-21T04:33:35.346Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3041 | 2024-12-21T04:33:50.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.01s |
3042 | 2024-12-21T04:33:50.778Z | |
3043 | 2024-12-21T04:33:50.778Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3044 | 2024-12-21T04:33:51.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3045 | 2024-12-21T04:33:51.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3046 | 2024-12-21T04:33:51.619Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3047 | 2024-12-21T04:34:08.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.13s |
3048 | 2024-12-21T04:34:09.135Z | |
3049 | 2024-12-21T04:34:09.135Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3050 | 2024-12-21T04:34:09.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3051 | 2024-12-21T04:34:09.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3052 | 2024-12-21T04:34:09.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3053 | 2024-12-21T04:34:09.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3054 | 2024-12-21T04:34:09.901Z | |
3055 | 2024-12-21T04:34:09.901Z | info: running `cargo check --bins` on key-manager (120/176) |
3056 | 2024-12-21T04:34:10.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3057 | 2024-12-21T04:34:10.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3058 | 2024-12-21T04:34:10.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3059 | 2024-12-21T04:34:10.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3060 | 2024-12-21T04:34:10.669Z | |
3061 | 2024-12-21T04:34:10.669Z | info: running `cargo check --bins` on range-requests (121/176) |
3062 | 2024-12-21T04:34:11.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2024-12-21T04:34:11.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2024-12-21T04:34:11.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3065 | 2024-12-21T04:34:11.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3066 | 2024-12-21T04:34:11.373Z | |
3067 | 2024-12-21T04:34:11.374Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3068 | 2024-12-21T04:34:12.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3069 | 2024-12-21T04:34:12.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3070 | 2024-12-21T04:34:12.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3071 | 2024-12-21T04:34:12.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3072 | 2024-12-21T04:34:12.099Z | |
3073 | 2024-12-21T04:34:12.099Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3074 | 2024-12-21T04:34:12.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3075 | 2024-12-21T04:34:12.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3076 | 2024-12-21T04:34:12.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3077 | 2024-12-21T04:34:12.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3078 | 2024-12-21T04:34:12.844Z | |
3079 | 2024-12-21T04:34:12.844Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3080 | 2024-12-21T04:34:13.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3081 | 2024-12-21T04:34:13.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3082 | 2024-12-21T04:34:13.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3083 | 2024-12-21T04:34:13.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3084 | 2024-12-21T04:34:13.530Z | |
3085 | 2024-12-21T04:34:13.530Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3086 | 2024-12-21T04:34:14.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3087 | 2024-12-21T04:34:14.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3088 | 2024-12-21T04:34:14.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3089 | 2024-12-21T04:34:14.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3090 | 2024-12-21T04:34:14.257Z | |
3091 | 2024-12-21T04:34:14.257Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3092 | 2024-12-21T04:34:14.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3093 | 2024-12-21T04:34:14.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3094 | 2024-12-21T04:34:14.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3095 | 2024-12-21T04:34:14.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3096 | 2024-12-21T04:34:14.993Z | |
3097 | 2024-12-21T04:34:14.993Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3098 | 2024-12-21T04:34:15.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2024-12-21T04:34:15.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2024-12-21T04:34:15.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3101 | 2024-12-21T04:34:15.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3102 | 2024-12-21T04:34:15.668Z | |
3103 | 2024-12-21T04:34:15.668Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/176) |
3104 | 2024-12-21T04:34:16.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3105 | 2024-12-21T04:34:16.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3106 | 2024-12-21T04:34:16.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3107 | 2024-12-21T04:34:16.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3108 | 2024-12-21T04:34:16.370Z | |
3109 | 2024-12-21T04:34:16.370Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176) |
3110 | 2024-12-21T04:34:17.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3111 | 2024-12-21T04:34:17.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3112 | 2024-12-21T04:34:17.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3113 | 2024-12-21T04:34:17.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3114 | 2024-12-21T04:34:17.102Z | |
3115 | 2024-12-21T04:34:17.102Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3116 | 2024-12-21T04:34:17.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3117 | 2024-12-21T04:34:17.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3118 | 2024-12-21T04:34:17.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3119 | 2024-12-21T04:34:17.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3120 | 2024-12-21T04:34:17.836Z | |
3121 | 2024-12-21T04:34:17.836Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3122 | 2024-12-21T04:34:18.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3123 | 2024-12-21T04:34:18.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3124 | 2024-12-21T04:34:18.623Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3125 | 2024-12-21T04:34:18.623Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3126 | 2024-12-21T04:34:19.601Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3127 | 2024-12-21T04:34:21.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
3128 | 2024-12-21T04:34:22.000Z | |
3129 | 2024-12-21T04:34:22.000Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3130 | 2024-12-21T04:34:22.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3131 | 2024-12-21T04:34:22.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3132 | 2024-12-21T04:34:22.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3133 | 2024-12-21T04:34:22.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3134 | 2024-12-21T04:34:22.675Z | |
3135 | 2024-12-21T04:34:22.675Z | info: running `cargo check --bins` on cert-dev (133/176) |
3136 | 2024-12-21T04:34:23.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3137 | 2024-12-21T04:34:23.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3138 | 2024-12-21T04:34:23.321Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3139 | 2024-12-21T04:34:23.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
3140 | 2024-12-21T04:34:23.788Z | |
3141 | 2024-12-21T04:34:23.788Z | info: running `cargo check --bins` on clickana (134/176) |
3142 | 2024-12-21T04:34:24.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3143 | 2024-12-21T04:34:24.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3144 | 2024-12-21T04:34:24.496Z | Checking castaway v0.2.3 |
3145 | 2024-12-21T04:34:24.501Z | Checking unicode-truncate v1.1.0 |
3146 | 2024-12-21T04:34:24.501Z | Checking lru v0.12.5 |
3147 | 2024-12-21T04:34:24.501Z | Compiling instability v0.3.2 |
3148 | 2024-12-21T04:34:24.501Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3149 | 2024-12-21T04:34:24.501Z | Checking cassowary v0.3.0 |
3150 | 2024-12-21T04:34:24.709Z | Checking compact_str v0.8.0 |
3151 | 2024-12-21T04:34:25.366Z | Checking ratatui v0.28.1 |
3152 | 2024-12-21T04:34:26.502Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3153 | 2024-12-21T04:34:27.608Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3154 | 2024-12-21T04:34:28.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
3155 | 2024-12-21T04:34:28.755Z | |
3156 | 2024-12-21T04:34:28.755Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3157 | 2024-12-21T04:34:29.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3158 | 2024-12-21T04:34:29.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3159 | 2024-12-21T04:34:29.507Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3160 | 2024-12-21T04:34:29.507Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3161 | 2024-12-21T04:34:30.692Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3162 | 2024-12-21T04:34:31.236Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3163 | 2024-12-21T04:34:31.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s |
3164 | 2024-12-21T04:34:31.830Z | |
3165 | 2024-12-21T04:34:31.830Z | info: running `cargo check --bins` on ch-dev (136/176) |
3166 | 2024-12-21T04:34:32.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2024-12-21T04:34:32.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2024-12-21T04:34:32.565Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3169 | 2024-12-21T04:34:33.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
3170 | 2024-12-21T04:34:33.524Z | |
3171 | 2024-12-21T04:34:33.524Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3172 | 2024-12-21T04:34:34.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2024-12-21T04:34:34.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2024-12-21T04:34:34.205Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3175 | 2024-12-21T04:34:34.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3176 | 2024-12-21T04:34:34.811Z | |
3177 | 2024-12-21T04:34:34.811Z | info: running `cargo check --bins` on db-dev (138/176) |
3178 | 2024-12-21T04:34:35.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2024-12-21T04:34:35.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2024-12-21T04:34:35.554Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3181 | 2024-12-21T04:34:36.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
3182 | 2024-12-21T04:34:36.541Z | |
3183 | 2024-12-21T04:34:36.541Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3184 | 2024-12-21T04:34:37.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2024-12-21T04:34:37.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2024-12-21T04:34:37.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3187 | 2024-12-21T04:34:37.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3188 | 2024-12-21T04:34:37.236Z | |
3189 | 2024-12-21T04:34:37.236Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3190 | 2024-12-21T04:34:37.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2024-12-21T04:34:37.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2024-12-21T04:34:37.906Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3193 | 2024-12-21T04:34:38.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3194 | 2024-12-21T04:34:39.090Z | |
3195 | 2024-12-21T04:34:39.090Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3196 | 2024-12-21T04:34:39.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3197 | 2024-12-21T04:34:39.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3198 | 2024-12-21T04:34:39.731Z | Checking cargo-platform v0.1.8 |
3199 | 2024-12-21T04:34:40.022Z | Checking cargo_metadata v0.18.1 |
3200 | 2024-12-21T04:34:41.127Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3201 | 2024-12-21T04:34:42.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s |
3202 | 2024-12-21T04:34:42.178Z | |
3203 | 2024-12-21T04:34:42.178Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3204 | 2024-12-21T04:34:42.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3205 | 2024-12-21T04:34:42.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3206 | 2024-12-21T04:34:42.991Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3207 | 2024-12-21T04:34:44.685Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3208 | 2024-12-21T04:34:45.402Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3209 | 2024-12-21T04:34:46.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
3210 | 2024-12-21T04:34:46.295Z | |
3211 | 2024-12-21T04:34:46.295Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3212 | 2024-12-21T04:34:47.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2024-12-21T04:34:47.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2024-12-21T04:34:47.194Z | Compiling crunchy v0.2.2 |
3215 | 2024-12-21T04:34:47.197Z | Compiling tiny-keccak v2.0.2 |
3216 | 2024-12-21T04:34:47.197Z | Compiling dsl_auto_type v0.1.2 |
3217 | 2024-12-21T04:34:47.197Z | Checking scheduled-thread-pool v0.2.7 |
3218 | 2024-12-21T04:34:47.197Z | Compiling diesel_table_macro_syntax v0.2.0 |
3219 | 2024-12-21T04:34:47.350Z | Compiling ascii-canvas v3.0.0 |
3220 | 2024-12-21T04:34:47.363Z | Compiling ena v0.14.3 |
3221 | 2024-12-21T04:34:47.376Z | Compiling regex-syntax v0.6.29 |
3222 | 2024-12-21T04:34:47.532Z | Checking r2d2 v0.8.10 |
3223 | 2024-12-21T04:34:47.627Z | Compiling diff v0.1.13 |
3224 | 2024-12-21T04:34:47.797Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3225 | 2024-12-21T04:34:47.832Z | Compiling ref-cast v1.0.23 |
3226 | 2024-12-21T04:34:47.875Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3227 | 2024-12-21T04:34:47.905Z | Compiling derive_builder_core v0.20.2 |
3228 | 2024-12-21T04:34:48.050Z | Compiling libxml v0.3.3 |
3229 | 2024-12-21T04:34:48.167Z | Compiling ref-cast-impl v1.0.23 |
3230 | 2024-12-21T04:34:48.307Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3231 | 2024-12-21T04:34:48.471Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3232 | 2024-12-21T04:34:48.491Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3233 | 2024-12-21T04:34:48.667Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3234 | 2024-12-21T04:34:48.771Z | Compiling strum_macros v0.24.3 |
3235 | 2024-12-21T04:34:48.903Z | Compiling samael v0.0.17 |
3236 | 2024-12-21T04:34:49.049Z | Compiling diesel_derives v2.2.3 |
3237 | 2024-12-21T04:34:49.153Z | Compiling indoc v1.0.9 |
3238 | 2024-12-21T04:34:50.190Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3239 | 2024-12-21T04:34:50.490Z | Compiling impl-trait-for-tuples v0.2.2 |
3240 | 2024-12-21T04:34:50.514Z | Compiling derive_builder_macro v0.20.2 |
3241 | 2024-12-21T04:34:50.805Z | Compiling lalrpop v0.19.12 |
3242 | 2024-12-21T04:34:51.491Z | Checking derive_builder v0.20.2 |
3243 | 2024-12-21T04:34:51.674Z | Compiling oso-derive v0.27.3 |
3244 | 2024-12-21T04:34:52.236Z | Checking quick-xml v0.33.0 |
3245 | 2024-12-21T04:34:52.674Z | Compiling diesel-dtrace v0.4.2 |
3246 | 2024-12-21T04:34:52.823Z | Checking maplit v1.0.2 |
3247 | 2024-12-21T04:34:53.007Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3248 | 2024-12-21T04:34:53.051Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3249 | 2024-12-21T04:34:53.355Z | Checking bb8 v0.8.5 |
3250 | 2024-12-21T04:34:53.645Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3251 | 2024-12-21T04:34:53.787Z | Checking rand_seeder v0.3.0 |
3252 | 2024-12-21T04:34:53.896Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3253 | 2024-12-21T04:34:53.983Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3254 | 2024-12-21T04:34:54.056Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3255 | 2024-12-21T04:34:54.286Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3256 | 2024-12-21T04:34:54.573Z | Checking is_ci v1.2.0 |
3257 | 2024-12-21T04:34:54.721Z | Checking unicode-linebreak v0.1.5 |
3258 | 2024-12-21T04:34:54.754Z | Checking smawk v0.3.2 |
3259 | 2024-12-21T04:34:54.965Z | Checking supports-color v3.0.1 |
3260 | 2024-12-21T04:34:55.130Z | Checking textwrap v0.16.1 |
3261 | 2024-12-21T04:34:55.192Z | Checking multimap v0.10.0 |
3262 | 2024-12-21T04:34:56.054Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3263 | 2024-12-21T04:34:58.774Z | Checking diesel v2.2.6 |
3264 | 2024-12-21T04:35:26.295Z | Compiling polar-core v0.27.3 |
3265 | 2024-12-21T04:35:30.253Z | Checking async-bb8-diesel v0.2.1 |
3266 | 2024-12-21T04:35:34.233Z | Checking oso v0.27.3 |
3267 | 2024-12-21T04:36:49.750Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3268 | 2024-12-21T04:36:56.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s |
3269 | 2024-12-21T04:36:57.171Z | |
3270 | 2024-12-21T04:36:57.171Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3271 | 2024-12-21T04:36:57.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3272 | 2024-12-21T04:36:57.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3273 | 2024-12-21T04:36:57.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3274 | 2024-12-21T04:36:57.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3275 | 2024-12-21T04:36:57.916Z | |
3276 | 2024-12-21T04:36:57.916Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3277 | 2024-12-21T04:36:58.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3278 | 2024-12-21T04:36:58.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3279 | 2024-12-21T04:36:58.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3280 | 2024-12-21T04:36:58.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3281 | 2024-12-21T04:36:58.671Z | |
3282 | 2024-12-21T04:36:58.671Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3283 | 2024-12-21T04:36:59.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2024-12-21T04:36:59.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2024-12-21T04:36:59.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3286 | 2024-12-21T04:36:59.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3287 | 2024-12-21T04:36:59.341Z | |
3288 | 2024-12-21T04:36:59.342Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3289 | 2024-12-21T04:37:00.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2024-12-21T04:37:00.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2024-12-21T04:37:00.224Z | Compiling libz-sys v1.1.20 |
3292 | 2024-12-21T04:37:00.340Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3293 | 2024-12-21T04:37:00.354Z | Compiling vergen v8.3.2 |
3294 | 2024-12-21T04:37:00.357Z | Compiling cargo-platform v0.1.8 |
3295 | 2024-12-21T04:37:00.357Z | Compiling pin-project-internal v1.1.6 |
3296 | 2024-12-21T04:37:00.398Z | Compiling libsqlite3-sys v0.30.1 |
3297 | 2024-12-21T04:37:00.407Z | Compiling snafu-derive v0.8.5 |
3298 | 2024-12-21T04:37:00.407Z | Compiling cfg_aliases v0.2.1 |
3299 | 2024-12-21T04:37:00.563Z | Compiling buf-list v1.0.3 |
3300 | 2024-12-21T04:37:00.650Z | Compiling rustls v0.21.12 |
3301 | 2024-12-21T04:37:00.929Z | Compiling cargo_metadata v0.18.1 |
3302 | 2024-12-21T04:37:00.984Z | Compiling nix v0.29.0 |
3303 | 2024-12-21T04:37:01.059Z | Checking globset v0.4.15 |
3304 | 2024-12-21T04:37:01.319Z | Checking olpc-cjson v0.1.4 |
3305 | 2024-12-21T04:37:01.362Z | Checking rustls-webpki v0.101.7 |
3306 | 2024-12-21T04:37:01.572Z | Checking sct v0.7.1 |
3307 | 2024-12-21T04:37:01.591Z | Checking serde_plain v1.0.2 |
3308 | 2024-12-21T04:37:01.788Z | Checking typed-path v0.9.3 |
3309 | 2024-12-21T04:37:02.164Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3310 | 2024-12-21T04:37:02.388Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3311 | 2024-12-21T04:37:02.458Z | Checking hashlink v0.9.1 |
3312 | 2024-12-21T04:37:02.691Z | Checking fallible-streaming-iterator v0.1.9 |
3313 | 2024-12-21T04:37:02.943Z | Checking fallible-iterator v0.3.0 |
3314 | 2024-12-21T04:37:03.104Z | Checking parse-size v1.1.0 |
3315 | 2024-12-21T04:37:03.622Z | Checking rusqlite v0.32.1 |
3316 | 2024-12-21T04:37:03.640Z | Checking pin-project v1.1.6 |
3317 | 2024-12-21T04:37:03.782Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3318 | 2024-12-21T04:37:03.882Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3319 | 2024-12-21T04:37:03.912Z | Checking rustls-pemfile v1.0.4 |
3320 | 2024-12-21T04:37:04.123Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3321 | 2024-12-21T04:37:04.717Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3322 | 2024-12-21T04:37:04.890Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3323 | 2024-12-21T04:37:04.925Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3324 | 2024-12-21T04:37:04.992Z | Checking twox-hash v1.6.3 |
3325 | 2024-12-21T04:37:05.036Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3326 | 2024-12-21T04:37:05.052Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3327 | 2024-12-21T04:37:05.467Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3328 | 2024-12-21T04:37:05.667Z | Checking tokio-rustls v0.24.1 |
3329 | 2024-12-21T04:37:06.036Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3330 | 2024-12-21T04:37:06.057Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3331 | 2024-12-21T04:37:06.263Z | Checking fatfs v0.3.6 |
3332 | 2024-12-21T04:37:06.322Z | Checking snafu v0.8.5 |
3333 | 2024-12-21T04:37:06.839Z | Checking tough v0.19.0 |
3334 | 2024-12-21T04:37:07.041Z | Checking assert_matches v1.5.0 |
3335 | 2024-12-21T04:37:11.276Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3336 | 2024-12-21T04:37:12.782Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3337 | 2024-12-21T04:37:13.393Z | Compiling git2 v0.19.0 |
3338 | 2024-12-21T04:37:18.476Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3339 | 2024-12-21T04:38:19.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
3340 | 2024-12-21T04:38:19.349Z | |
3341 | 2024-12-21T04:38:19.349Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3342 | 2024-12-21T04:38:19.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2024-12-21T04:38:19.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2024-12-21T04:38:19.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3345 | 2024-12-21T04:38:19.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3346 | 2024-12-21T04:38:20.071Z | |
3347 | 2024-12-21T04:38:20.071Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3348 | 2024-12-21T04:38:20.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3349 | 2024-12-21T04:38:20.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3350 | 2024-12-21T04:38:20.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3351 | 2024-12-21T04:38:20.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3352 | 2024-12-21T04:38:20.711Z | |
3353 | 2024-12-21T04:38:20.711Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3354 | 2024-12-21T04:38:21.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3355 | 2024-12-21T04:38:21.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3356 | 2024-12-21T04:38:21.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3357 | 2024-12-21T04:38:21.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3358 | 2024-12-21T04:38:21.415Z | |
3359 | 2024-12-21T04:38:21.415Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3360 | 2024-12-21T04:38:22.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2024-12-21T04:38:22.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2024-12-21T04:38:22.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3363 | 2024-12-21T04:38:22.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3364 | 2024-12-21T04:38:22.133Z | |
3365 | 2024-12-21T04:38:22.133Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3366 | 2024-12-21T04:38:22.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3367 | 2024-12-21T04:38:22.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3368 | 2024-12-21T04:38:22.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3369 | 2024-12-21T04:38:22.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3370 | 2024-12-21T04:38:22.848Z | |
3371 | 2024-12-21T04:38:22.848Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3372 | 2024-12-21T04:38:23.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2024-12-21T04:38:23.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2024-12-21T04:38:23.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3375 | 2024-12-21T04:38:23.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3376 | 2024-12-21T04:38:23.557Z | |
3377 | 2024-12-21T04:38:23.557Z | info: running `cargo check --bins` on update-common (154/176) |
3378 | 2024-12-21T04:38:24.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3379 | 2024-12-21T04:38:24.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3380 | 2024-12-21T04:38:24.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3381 | 2024-12-21T04:38:24.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3382 | 2024-12-21T04:38:24.270Z | |
3383 | 2024-12-21T04:38:24.270Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3384 | 2024-12-21T04:38:24.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2024-12-21T04:38:24.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2024-12-21T04:38:24.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3387 | 2024-12-21T04:38:24.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3388 | 2024-12-21T04:38:24.932Z | |
3389 | 2024-12-21T04:38:24.933Z | info: running `cargo check --bins` on tufaceous (156/176) |
3390 | 2024-12-21T04:38:25.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2024-12-21T04:38:25.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2024-12-21T04:38:25.615Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3393 | 2024-12-21T04:38:26.972Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3394 | 2024-12-21T04:38:27.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
3395 | 2024-12-21T04:38:28.103Z | |
3396 | 2024-12-21T04:38:28.103Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3397 | 2024-12-21T04:38:28.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3398 | 2024-12-21T04:38:28.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3399 | 2024-12-21T04:38:29.001Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3400 | 2024-12-21T04:38:29.004Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3401 | 2024-12-21T04:38:29.142Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3402 | 2024-12-21T04:38:29.146Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3403 | 2024-12-21T04:38:30.238Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3404 | 2024-12-21T04:38:58.945Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3405 | 2024-12-21T04:38:58.947Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3406 | 2024-12-21T04:38:58.947Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3407 | 2024-12-21T04:38:58.947Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3408 | 2024-12-21T04:38:58.947Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3409 | 2024-12-21T04:38:59.803Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3410 | 2024-12-21T04:39:01.281Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3411 | 2024-12-21T04:39:47.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
3412 | 2024-12-21T04:39:47.374Z | |
3413 | 2024-12-21T04:39:47.374Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3414 | 2024-12-21T04:39:48.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3415 | 2024-12-21T04:39:48.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3416 | 2024-12-21T04:39:48.173Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3417 | 2024-12-21T04:39:48.176Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3418 | 2024-12-21T04:39:48.176Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3419 | 2024-12-21T04:39:48.310Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3420 | 2024-12-21T04:39:48.312Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3421 | 2024-12-21T04:39:48.339Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3422 | 2024-12-21T04:39:48.342Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3423 | 2024-12-21T04:39:48.342Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3424 | 2024-12-21T04:39:48.503Z | Checking heck v0.4.1 |
3425 | 2024-12-21T04:39:48.618Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3426 | 2024-12-21T04:39:48.688Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3427 | 2024-12-21T04:39:49.010Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3428 | 2024-12-21T04:39:49.030Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3429 | 2024-12-21T04:39:49.082Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3430 | 2024-12-21T04:39:49.716Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3431 | 2024-12-21T04:39:49.897Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3432 | 2024-12-21T04:39:51.185Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3433 | 2024-12-21T04:39:52.250Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3434 | 2024-12-21T04:39:52.358Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3435 | 2024-12-21T04:39:52.388Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3436 | 2024-12-21T04:39:55.086Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3437 | 2024-12-21T04:39:55.089Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3438 | 2024-12-21T04:39:56.091Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3439 | 2024-12-21T04:39:57.745Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3440 | 2024-12-21T04:40:04.152Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3441 | 2024-12-21T04:40:04.152Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3442 | 2024-12-21T04:40:05.558Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3443 | 2024-12-21T04:40:06.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.38s |
3444 | 2024-12-21T04:40:06.974Z | |
3445 | 2024-12-21T04:40:06.974Z | info: running `cargo check --bins` on installinator-api (159/176) |
3446 | 2024-12-21T04:40:07.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3447 | 2024-12-21T04:40:07.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3448 | 2024-12-21T04:40:07.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3449 | 2024-12-21T04:40:07.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3450 | 2024-12-21T04:40:07.710Z | |
3451 | 2024-12-21T04:40:07.710Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3452 | 2024-12-21T04:40:08.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3453 | 2024-12-21T04:40:08.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3454 | 2024-12-21T04:40:08.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3455 | 2024-12-21T04:40:08.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3456 | 2024-12-21T04:40:08.489Z | |
3457 | 2024-12-21T04:40:08.489Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3458 | 2024-12-21T04:40:09.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3459 | 2024-12-21T04:40:09.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3460 | 2024-12-21T04:40:09.221Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3461 | 2024-12-21T04:40:09.221Z | Compiling petname v2.0.2 |
3462 | 2024-12-21T04:40:09.278Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3463 | 2024-12-21T04:40:09.278Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3464 | 2024-12-21T04:40:09.278Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3465 | 2024-12-21T04:40:09.278Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3466 | 2024-12-21T04:40:09.357Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3467 | 2024-12-21T04:40:09.384Z | Checking sync-ptr v0.1.1 |
3468 | 2024-12-21T04:40:15.266Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3469 | 2024-12-21T04:40:15.991Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3470 | 2024-12-21T04:40:17.340Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3471 | 2024-12-21T04:40:19.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s |
3472 | 2024-12-21T04:40:19.232Z | |
3473 | 2024-12-21T04:40:19.232Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3474 | 2024-12-21T04:40:19.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3475 | 2024-12-21T04:40:19.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3476 | 2024-12-21T04:40:19.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3477 | 2024-12-21T04:40:19.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3478 | 2024-12-21T04:40:19.953Z | |
3479 | 2024-12-21T04:40:19.953Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3480 | 2024-12-21T04:40:20.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3481 | 2024-12-21T04:40:20.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3482 | 2024-12-21T04:40:20.677Z | Checking memmap2 v0.9.5 |
3483 | 2024-12-21T04:40:20.677Z | Checking spin v0.5.2 |
3484 | 2024-12-21T04:40:20.680Z | Checking constant_time_eq v0.3.1 |
3485 | 2024-12-21T04:40:20.680Z | Checking arrayref v0.3.9 |
3486 | 2024-12-21T04:40:20.680Z | Checking arrayvec v0.7.6 |
3487 | 2024-12-21T04:40:20.680Z | Checking topological-sort v0.2.2 |
3488 | 2024-12-21T04:40:20.777Z | Checking shell-words v1.1.0 |
3489 | 2024-12-21T04:40:20.999Z | Checking ring v0.16.20 |
3490 | 2024-12-21T04:40:21.105Z | Checking blake3 v1.5.4 |
3491 | 2024-12-21T04:40:22.232Z | Checking omicron-zone-package v0.11.1 |
3492 | 2024-12-21T04:40:23.468Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3493 | 2024-12-21T04:40:24.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
3494 | 2024-12-21T04:40:24.648Z | |
3495 | 2024-12-21T04:40:24.649Z | info: running `cargo check --bins` on xtask (164/176) |
3496 | 2024-12-21T04:40:25.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3497 | 2024-12-21T04:40:25.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3498 | 2024-12-21T04:40:25.123Z | Checking bitflags v2.6.0 |
3499 | 2024-12-21T04:40:25.123Z | Checking serde v1.0.215 |
3500 | 2024-12-21T04:40:25.123Z | Checking thiserror v1.0.69 |
3501 | 2024-12-21T04:40:25.217Z | Checking scroll v0.12.0 |
3502 | 2024-12-21T04:40:25.223Z | Checking hashbrown v0.15.1 |
3503 | 2024-12-21T04:40:25.237Z | Checking log v0.4.22 |
3504 | 2024-12-21T04:40:25.249Z | Checking zerocopy v0.7.35 |
3505 | 2024-12-21T04:40:25.265Z | Checking syn v2.0.87 |
3506 | 2024-12-21T04:40:25.314Z | Checking pest v2.7.14 |
3507 | 2024-12-21T04:40:25.631Z | Checking rustix v0.38.37 |
3508 | 2024-12-21T04:40:25.652Z | Checking once_cell v1.20.2 |
3509 | 2024-12-21T04:40:25.709Z | Checking goblin v0.8.2 |
3510 | 2024-12-21T04:40:25.830Z | Checking fs-err v2.11.0 |
3511 | 2024-12-21T04:40:26.153Z | Checking tabled v0.15.0 |
3512 | 2024-12-21T04:40:26.364Z | Checking indexmap v2.6.0 |
3513 | 2024-12-21T04:40:26.661Z | Checking anyhow v1.0.93 |
3514 | 2024-12-21T04:40:27.613Z | Checking terminal_size v0.4.0 |
3515 | 2024-12-21T04:40:30.851Z | Checking tempfile v3.13.0 |
3516 | 2024-12-21T04:40:30.862Z | Checking clap_builder v4.5.21 |
3517 | 2024-12-21T04:40:30.863Z | Checking dtrace-parser v0.2.0 |
3518 | 2024-12-21T04:40:30.863Z | Checking serde_json v1.0.133 |
3519 | 2024-12-21T04:40:30.863Z | Checking serde_spanned v0.6.8 |
3520 | 2024-12-21T04:40:30.863Z | Checking toml_datetime v0.6.8 |
3521 | 2024-12-21T04:40:30.863Z | Checking camino v1.1.9 |
3522 | 2024-12-21T04:40:30.863Z | Checking cargo-platform v0.1.8 |
3523 | 2024-12-21T04:40:30.863Z | Checking semver v1.0.23 |
3524 | 2024-12-21T04:40:30.863Z | Checking macaddr v1.0.1 |
3525 | 2024-12-21T04:40:30.863Z | Checking toml_edit v0.22.22 |
3526 | 2024-12-21T04:40:30.863Z | Checking camino-tempfile v1.1.1 |
3527 | 2024-12-21T04:40:30.863Z | Checking clap v4.5.21 |
3528 | 2024-12-21T04:40:31.016Z | Checking dof v0.3.0 |
3529 | 2024-12-21T04:40:31.016Z | Checking cargo_metadata v0.18.1 |
3530 | 2024-12-21T04:40:31.621Z | Checking usdt-impl v0.5.0 |
3531 | 2024-12-21T04:40:31.875Z | Checking usdt v0.5.0 |
3532 | 2024-12-21T04:40:32.094Z | Checking toml v0.8.19 |
3533 | 2024-12-21T04:40:32.604Z | Checking cargo_toml v0.20.5 |
3534 | 2024-12-21T04:40:33.870Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3535 | 2024-12-21T04:40:34.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.83s |
3536 | 2024-12-21T04:40:34.645Z | |
3537 | 2024-12-21T04:40:34.645Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3538 | 2024-12-21T04:40:35.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3539 | 2024-12-21T04:40:35.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3540 | 2024-12-21T04:40:35.416Z | Checking polyval v0.6.2 |
3541 | 2024-12-21T04:40:35.530Z | Checking ctr v0.9.2 |
3542 | 2024-12-21T04:40:35.543Z | Checking ssh-encoding v0.2.0 |
3543 | 2024-12-21T04:40:35.546Z | Checking blowfish v0.9.1 |
3544 | 2024-12-21T04:40:35.568Z | Checking password-hash v0.4.2 |
3545 | 2024-12-21T04:40:35.571Z | Checking matches v0.1.10 |
3546 | 2024-12-21T04:40:35.603Z | Checking p256 v0.13.2 |
3547 | 2024-12-21T04:40:35.605Z | Checking p521 v0.13.3 |
3548 | 2024-12-21T04:40:35.680Z | Checking idna v0.2.3 |
3549 | 2024-12-21T04:40:35.767Z | Checking ghash v0.5.1 |
3550 | 2024-12-21T04:40:35.784Z | Checking bcrypt-pbkdf v0.10.0 |
3551 | 2024-12-21T04:40:35.800Z | Compiling enum-as-inner v0.5.1 |
3552 | 2024-12-21T04:40:35.863Z | Checking russh-cryptovec v0.7.3 |
3553 | 2024-12-21T04:40:35.925Z | Checking aes-gcm v0.10.3 |
3554 | 2024-12-21T04:40:35.975Z | Checking pbkdf2 v0.11.0 |
3555 | 2024-12-21T04:40:36.031Z | Checking md5 v0.7.0 |
3556 | 2024-12-21T04:40:36.069Z | Checking num-bigint v0.4.6 |
3557 | 2024-12-21T04:40:36.109Z | Checking des v0.8.1 |
3558 | 2024-12-21T04:40:36.160Z | Checking ssh-cipher v0.2.0 |
3559 | 2024-12-21T04:40:36.290Z | Checking hex-literal v0.4.1 |
3560 | 2024-12-21T04:40:36.325Z | Compiling dhcproto-macros v0.1.0 |
3561 | 2024-12-21T04:40:36.386Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3562 | 2024-12-21T04:40:36.427Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3563 | 2024-12-21T04:40:36.447Z | Checking ssh-key v0.6.6 |
3564 | 2024-12-21T04:40:36.563Z | Checking internet-checksum v0.2.1 |
3565 | 2024-12-21T04:40:36.836Z | Checking trust-dns-proto v0.22.0 |
3566 | 2024-12-21T04:40:37.858Z | Checking russh-keys v0.45.0 |
3567 | 2024-12-21T04:40:38.884Z | Checking russh v0.45.0 |
3568 | 2024-12-21T04:40:39.517Z | Checking dhcproto v0.12.0 |
3569 | 2024-12-21T04:40:57.936Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3570 | 2024-12-21T04:40:59.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.91s |
3571 | 2024-12-21T04:40:59.742Z | |
3572 | 2024-12-21T04:40:59.742Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3573 | 2024-12-21T04:41:00.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3574 | 2024-12-21T04:41:00.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3575 | 2024-12-21T04:41:00.439Z | Checking termios v0.3.3 |
3576 | 2024-12-21T04:41:00.671Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3577 | 2024-12-21T04:41:01.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
3578 | 2024-12-21T04:41:01.670Z | |
3579 | 2024-12-21T04:41:01.670Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3580 | 2024-12-21T04:41:02.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3581 | 2024-12-21T04:41:02.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3582 | 2024-12-21T04:41:02.427Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3583 | 2024-12-21T04:41:02.427Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3584 | 2024-12-21T04:41:02.427Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3585 | 2024-12-21T04:41:02.427Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3586 | 2024-12-21T04:41:03.577Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3587 | 2024-12-21T04:41:04.959Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3588 | 2024-12-21T04:41:07.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
3589 | 2024-12-21T04:41:07.289Z | |
3590 | 2024-12-21T04:41:07.289Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3591 | 2024-12-21T04:41:07.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3592 | 2024-12-21T04:41:07.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3593 | 2024-12-21T04:41:07.946Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3594 | 2024-12-21T04:41:08.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3595 | 2024-12-21T04:41:08.624Z | |
3596 | 2024-12-21T04:41:08.624Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3597 | 2024-12-21T04:41:09.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3598 | 2024-12-21T04:41:09.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3599 | 2024-12-21T04:41:09.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3600 | 2024-12-21T04:41:09.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3601 | 2024-12-21T04:41:09.282Z | |
3602 | 2024-12-21T04:41:09.282Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3603 | 2024-12-21T04:41:09.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3604 | 2024-12-21T04:41:09.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3605 | 2024-12-21T04:41:09.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3606 | 2024-12-21T04:41:09.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3607 | 2024-12-21T04:41:09.926Z | |
3608 | 2024-12-21T04:41:09.926Z | info: running `cargo check --bins` on omicron-package (171/176) |
3609 | 2024-12-21T04:41:10.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3610 | 2024-12-21T04:41:10.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3611 | 2024-12-21T04:41:10.612Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3612 | 2024-12-21T04:41:12.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
3613 | 2024-12-21T04:41:12.280Z | |
3614 | 2024-12-21T04:41:12.280Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3615 | 2024-12-21T04:41:12.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3616 | 2024-12-21T04:41:12.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3617 | 2024-12-21T04:41:13.004Z | Checking rtoolbox v0.0.2 |
3618 | 2024-12-21T04:41:13.006Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3619 | 2024-12-21T04:41:13.006Z | Checking tui-tree-widget v0.22.0 |
3620 | 2024-12-21T04:41:13.233Z | Checking rpassword v7.3.1 |
3621 | 2024-12-21T04:41:17.546Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3622 | 2024-12-21T04:41:20.723Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3623 | 2024-12-21T04:41:22.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.82s |
3624 | 2024-12-21T04:41:22.313Z | |
3625 | 2024-12-21T04:41:22.313Z | info: running `cargo check --bins` on wicket (173/176) |
3626 | 2024-12-21T04:41:22.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3627 | 2024-12-21T04:41:22.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3628 | 2024-12-21T04:41:23.054Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3629 | 2024-12-21T04:41:23.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
3630 | 2024-12-21T04:41:23.723Z | |
3631 | 2024-12-21T04:41:23.723Z | info: running `cargo check --bins` on wicketd (174/176) |
3632 | 2024-12-21T04:41:24.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3633 | 2024-12-21T04:41:24.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3634 | 2024-12-21T04:41:24.467Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3635 | 2024-12-21T04:41:24.467Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3636 | 2024-12-21T04:41:25.405Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3637 | 2024-12-21T04:41:29.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.92s |
3638 | 2024-12-21T04:41:29.858Z | |
3639 | 2024-12-21T04:41:29.858Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3640 | 2024-12-21T04:41:30.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3641 | 2024-12-21T04:41:30.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3642 | 2024-12-21T04:41:30.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3643 | 2024-12-21T04:41:30.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3644 | 2024-12-21T04:41:30.520Z | |
3645 | 2024-12-21T04:41:30.520Z | info: running `cargo check --bins` on zone-setup (176/176) |
3646 | 2024-12-21T04:41:31.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3647 | 2024-12-21T04:41:31.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3648 | 2024-12-21T04:41:31.285Z | Checking uzers v0.12.1 |
3649 | 2024-12-21T04:41:31.649Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3650 | 2024-12-21T04:41:32.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s |
3651 | 2024-12-21T04:41:33.119Z | |
3652 | 2024-12-21T04:41:33.119Z | real 14:58.024898466 |
3653 | 2024-12-21T04:41:33.119Z | user 27:32.208555883 |
3654 | 2024-12-21T04:41:33.119Z | sys 6:05.174941638 |
3655 | 2024-12-21T04:41:33.119Z | trap 0.593074068 |
3656 | 2024-12-21T04:41:33.119Z | tflt 2.678397476 |
3657 | 2024-12-21T04:41:33.119Z | dflt 3.059060721 |
3658 | 2024-12-21T04:41:33.119Z | kflt 0.000833714 |
3659 | 2024-12-21T04:41:33.119Z | lock 52:57.789669749 |
3660 | 2024-12-21T04:41:33.120Z | slp 2:25:44.876485876 |
3661 | 2024-12-21T04:41:33.120Z | lat 1:06.518981253 |
3662 | 2024-12-21T04:41:33.120Z | stop 3:38.889302752 |
3663 | 2024-12-21T04:41:33.123Z | process exited: duration 1300121 ms, exit code 0 |
|
3664 | 2024-12-21T04:41:33.130Z | found 0 output files |