|
|
|
1 | 2025-01-24T19:12:27.444Z | job assigned to worker 01JJCVMB3Y5AFG77DRNAJC2976 [factory aws, i-08076c7fa153a6a24] (queued for 49 s) |
|
2 | 2025-01-24T19:12:35.511Z | starting task 0: "setup" |
3 | 2025-01-24T19:12:35.520Z | ++ uname -s |
4 | 2025-01-24T19:12:35.523Z | + kern=SunOS |
5 | 2025-01-24T19:12:35.523Z | + case "$kern" in |
6 | 2025-01-24T19:12:35.523Z | + groupadd -g 12345 build |
7 | 2025-01-24T19:12:35.525Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-24T19:12:37.534Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-24T19:12:37.632Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-24T19:12:37.635Z | + home_fs=zfs |
11 | 2025-01-24T19:12:37.635Z | + [[ zfs == autofs ]] |
12 | 2025-01-24T19:12:37.635Z | + mkdir -p /home/build |
13 | 2025-01-24T19:12:37.638Z | + chown build:build /home/build /work |
14 | 2025-01-24T19:12:39.639Z | + chmod 0700 /home/build /work |
15 | 2025-01-24T19:12:39.642Z | process exited: duration 4132 ms, exit code 0 |
|
16 | 2025-01-24T19:12:39.647Z | starting task 1: "rust-toolchain" |
17 | 2025-01-24T19:12:39.652Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-24T19:12:39.652Z | ' 1.84.0 |
19 | 2025-01-24T19:12:39.655Z | * toolchain channel = "1.84.0" |
20 | 2025-01-24T19:12:39.655Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-24T19:12:39.655Z | ' default |
22 | 2025-01-24T19:12:39.655Z | * toolchain profile = "default" |
23 | 2025-01-24T19:12:39.655Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-24T19:12:39.655Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-24T19:12:39.776Z | info: downloading installer |
26 | 2025-01-24T19:12:41.378Z | info: profile set to 'default' |
27 | 2025-01-24T19:12:41.378Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-24T19:12:41.381Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-24T19:12:41.515Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-24T19:12:41.515Z | info: downloading component 'cargo' |
31 | 2025-01-24T19:12:42.248Z | info: downloading component 'clippy' |
32 | 2025-01-24T19:12:42.529Z | info: downloading component 'rust-docs' |
33 | 2025-01-24T19:12:43.543Z | info: downloading component 'rust-std' |
34 | 2025-01-24T19:12:45.028Z | info: downloading component 'rustc' |
35 | 2025-01-24T19:12:50.713Z | info: downloading component 'rustfmt' |
36 | 2025-01-24T19:12:50.927Z | info: installing component 'cargo' |
37 | 2025-01-24T19:12:51.750Z | info: installing component 'clippy' |
38 | 2025-01-24T19:12:52.128Z | info: installing component 'rust-docs' |
39 | 2025-01-24T19:12:53.780Z | info: installing component 'rust-std' |
40 | 2025-01-24T19:12:55.521Z | info: installing component 'rustc' |
41 | 2025-01-24T19:13:01.446Z | info: installing component 'rustfmt' |
42 | 2025-01-24T19:13:01.777Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-24T19:13:01.777Z | |
44 | 2025-01-24T19:13:02.167Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-24T19:13:02.167Z | |
46 | 2025-01-24T19:13:02.170Z | |
47 | 2025-01-24T19:13:02.170Z | Rust is installed now. Great! |
48 | 2025-01-24T19:13:02.170Z | |
49 | 2025-01-24T19:13:02.170Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-24T19:13:02.170Z | environment variable. This has not been done automatically. |
51 | 2025-01-24T19:13:02.170Z | |
52 | 2025-01-24T19:13:02.170Z | To configure your current shell, you need to source |
53 | 2025-01-24T19:13:02.170Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-24T19:13:02.170Z | |
55 | 2025-01-24T19:13:02.170Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-24T19:13:02.170Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-24T19:13:02.170Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-24T19:13:02.249Z | + rustc --version |
59 | 2025-01-24T19:13:02.320Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-24T19:13:02.324Z | process exited: duration 22675 ms, exit code 0 |
|
61 | 2025-01-24T19:13:02.329Z | starting task 2: "authentication" |
62 | 2025-01-24T19:13:02.351Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-24T19:13:02.356Z | starting task 3: "clone repository" |
64 | 2025-01-24T19:13:02.361Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-24T19:13:02.364Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-24T19:13:02.473Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-24T19:13:10.158Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-24T19:13:10.158Z | + git fetch origin 41e6a9e1a7295073337b5083d2d3c32d12317cb6 |
69 | 2025-01-24T19:13:10.493Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-24T19:13:10.493Z | * branch 41e6a9e1a7295073337b5083d2d3c32d12317cb6 -> FETCH_HEAD |
71 | 2025-01-24T19:13:10.504Z | + [[ -n iliana/nexus-tuf ]] |
72 | 2025-01-24T19:13:10.506Z | ++ git branch --show-current |
73 | 2025-01-24T19:13:10.510Z | + current=main |
74 | 2025-01-24T19:13:10.510Z | + [[ main != iliana/nexus-tuf ]] |
75 | 2025-01-24T19:13:10.510Z | + git branch -f iliana/nexus-tuf 41e6a9e1a7295073337b5083d2d3c32d12317cb6 |
76 | 2025-01-24T19:13:10.518Z | + git checkout -f iliana/nexus-tuf |
77 | 2025-01-24T19:13:10.704Z | Switched to branch 'iliana/nexus-tuf' |
78 | 2025-01-24T19:13:10.706Z | + git reset --hard 41e6a9e1a7295073337b5083d2d3c32d12317cb6 |
79 | 2025-01-24T19:13:10.729Z | HEAD is now at 41e6a9e1a Merge remote-tracking branch 'origin/main' into iliana/nexus-tuf |
80 | 2025-01-24T19:13:10.732Z | process exited: duration 8373 ms, exit code 0 |
|
81 | 2025-01-24T19:13:10.740Z | starting task 4: "build" |
82 | 2025-01-24T19:13:10.743Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-24T19:13:10.746Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-24T19:13:10.746Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-24T19:13:10.746Z | + cargo --version |
86 | 2025-01-24T19:13:10.804Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-24T19:13:10.807Z | + rustc --version |
88 | 2025-01-24T19:13:10.872Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-24T19:13:10.875Z | + source ./env.sh |
90 | 2025-01-24T19:13:10.875Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-24T19:13:10.875Z | ++ set -o xtrace |
92 | 2025-01-24T19:13:10.877Z | ++++ dirname ./env.sh |
93 | 2025-01-24T19:13:10.880Z | +++ readlink -f . |
94 | 2025-01-24T19:13:10.896Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-24T19:13:10.898Z | ++ 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 | 2025-01-24T19:13:10.899Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2025-01-24T19:13:10.899Z | ++ 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 | 2025-01-24T19:13:10.899Z | ++ 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 | 2025-01-24T19:13:10.899Z | ++ 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 | 2025-01-24T19:13:10.899Z | ++ 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 | 2025-01-24T19:13:10.899Z | ++ 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 | 2025-01-24T19:13:10.899Z | ++ 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 | 2025-01-24T19:13:10.899Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-24T19:13:10.899Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-24T19:13:10.899Z | + 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 | 2025-01-24T19:13:10.899Z | + 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 | 2025-01-24T19:13:10.899Z | + banner prerequisites |
108 | 2025-01-24T19:13:10.902Z | |
109 | 2025-01-24T19:13:10.902Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-24T19:13:10.902Z | # # # # # # # # # # # # # # # |
111 | 2025-01-24T19:13:10.902Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-24T19:13:10.902Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-24T19:13:10.902Z | # # # # # # # # # # # # # # # |
114 | 2025-01-24T19:13:10.903Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-24T19:13:10.903Z | |
116 | 2025-01-24T19:13:10.903Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-24T19:13:12.505Z | pkg list: illegal option -- F |
118 | 2025-01-24T19:13:12.506Z | Usage: |
119 | 2025-01-24T19:13:12.508Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-24T19:13:12.508Z | [pkg_fmri_pattern ...] |
121 | 2025-01-24T19:13:13.339Z | pkg list: illegal option -- F |
122 | 2025-01-24T19:13:13.339Z | Usage: |
123 | 2025-01-24T19:13:13.342Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-24T19:13:13.342Z | [pkg_fmri_pattern ...] |
125 | 2025-01-24T19:13:19.424Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-24T19:13:23.682Z | Startup: Caching catalogs ... Done |
127 | 2025-01-24T19:13:35.085Z | Planning: Solver setup ... Done (10.574s) |
128 | 2025-01-24T19:13:35.231Z | Planning: Running solver ... Done (0.146s) |
129 | 2025-01-24T19:13:35.643Z | Planning: Finding local manifests ... Done (0.303s) |
130 | 2025-01-24T19:13:35.657Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-24T19:13:35.886Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-24T19:13:36.400Z | Planning: Package planning ... Done (0.515s) |
133 | 2025-01-24T19:13:36.458Z | Planning: Merging actions ... Done (0.057s) |
134 | 2025-01-24T19:13:37.409Z | Planning: Checking for conflicting actions ... Done (0.951s) |
135 | 2025-01-24T19:13:44.012Z | Planning: Consolidating action changes ... Done (6.600s) |
136 | 2025-01-24T19:13:44.429Z | Planning: Evaluating mediators ... Done (0.417s) |
137 | 2025-01-24T19:13:44.508Z | Planning: Planning completed in 20.73 seconds |
138 | 2025-01-24T19:13:44.523Z | Packages to install: 4 |
139 | 2025-01-24T19:13:44.523Z | Packages to update: 3 |
140 | 2025-01-24T19:13:44.525Z | Mediators to change: 2 |
141 | 2025-01-24T19:13:44.525Z | Services to change: 1 |
142 | 2025-01-24T19:13:44.526Z | Estimated space available: 155.61 GB |
143 | 2025-01-24T19:13:44.526Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-24T19:13:44.526Z | Create boot environment: No |
145 | 2025-01-24T19:13:44.526Z | Create backup boot environment: Yes |
146 | 2025-01-24T19:13:44.526Z | Rebuild boot archive: No |
147 | 2025-01-24T19:13:44.526Z | |
148 | 2025-01-24T19:13:44.526Z | Changed mediators: |
149 | 2025-01-24T19:13:44.526Z | mediator clang: |
150 | 2025-01-24T19:13:44.526Z | version: None -> 15 (system default) |
151 | 2025-01-24T19:13:44.526Z | |
152 | 2025-01-24T19:13:44.526Z | mediator llvm: |
153 | 2025-01-24T19:13:44.526Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-24T19:13:44.526Z | |
155 | 2025-01-24T19:13:44.526Z | Changed packages: |
156 | 2025-01-24T19:13:44.526Z | helios-dev |
157 | 2025-01-24T19:13:44.526Z | developer/build-essential |
158 | 2025-01-24T19:13:44.526Z | None -> 11-2.0 |
159 | 2025-01-24T19:13:44.526Z | library/libxmlsec1 |
160 | 2025-01-24T19:13:44.526Z | None -> 1.2.35-2.0 |
161 | 2025-01-24T19:13:44.526Z | ooce/developer/clang-15 |
162 | 2025-01-24T19:13:44.526Z | None -> 15.0.7-2.0 |
163 | 2025-01-24T19:13:44.526Z | ooce/developer/llvm-15 |
164 | 2025-01-24T19:13:44.526Z | None -> 15.0.7-2.0 |
165 | 2025-01-24T19:13:44.526Z | package/pkg |
166 | 2025-01-24T19:13:44.526Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-24T19:13:44.526Z | system/library/g++-runtime |
168 | 2025-01-24T19:13:44.526Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-24T19:13:44.526Z | system/library/gcc-runtime |
170 | 2025-01-24T19:13:44.526Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-24T19:13:44.526Z | |
172 | 2025-01-24T19:13:44.526Z | Services: |
173 | 2025-01-24T19:13:44.526Z | restart_fmri: |
174 | 2025-01-24T19:13:44.526Z | svc:/system/update-man-index:default |
175 | 2025-01-24T19:13:44.526Z | |
176 | 2025-01-24T19:13:44.526Z | Editable files to change: |
177 | 2025-01-24T19:13:44.526Z | Update: |
178 | 2025-01-24T19:13:44.527Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-24T19:13:44.713Z | |
180 | 2025-01-24T19:13:44.713Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-24T19:13:49.714Z | Download: 1029/4301 items 19.6/225.4MB 8% complete (4.0M/s) |
182 | 2025-01-24T19:13:54.721Z | Download: 1354/4301 items 116.8/225.4MB 51% complete (11.7M/s) |
183 | 2025-01-24T19:14:01.200Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (10.1M/s) |
184 | 2025-01-24T19:14:06.202Z | Download: 3061/4301 items 121.4/225.4MB 53% complete (372k/s) |
185 | 2025-01-24T19:14:27.484Z | Download: 3248/4301 items 203.1/225.4MB 90% complete |
186 | 2025-01-24T19:14:32.415Z | Download: 3555/4301 items 215.8/225.4MB 95% complete (2.5M/s) |
187 | 2025-01-24T19:14:37.449Z | Download: 4199/4301 items 220.5/225.4MB 97% complete (1.8M/s) |
188 | 2025-01-24T19:14:40.857Z | Download: Completed 225.42 MB in 56.14 seconds (4.0M/s) |
189 | 2025-01-24T19:14:42.951Z | Actions: 1/5122 actions (Removing old actions) |
190 | 2025-01-24T19:14:42.966Z | Actions: 194/5122 actions (Installing new actions) |
191 | 2025-01-24T19:14:47.665Z | Actions: 4267/5122 actions (Updating modified actions) |
192 | 2025-01-24T19:14:48.011Z | Actions: Completed 5122 actions in 5.07 seconds. |
193 | 2025-01-24T19:14:48.429Z | Done (0.410s) |
194 | 2025-01-24T19:14:48.432Z | Done (0.001s) |
195 | 2025-01-24T19:14:49.014Z | Done (0.583s) |
196 | 2025-01-24T19:14:55.262Z | Done (6.013s) |
197 | 2025-01-24T19:14:55.738Z | Done (0.399s) |
198 | 2025-01-24T19:14:55.741Z | Done (0.000s) |
199 | 2025-01-24T19:14:55.912Z | Done (0.000s) |
200 | 2025-01-24T19:14:56.610Z | Planning: Evaluating mediator changes ... Done |
201 | 2025-01-24T19:14:56.769Z | Planning: Checking for conflicting actions ... Done |
202 | 2025-01-24T19:14:56.772Z | Planning: Consolidating action changes ... Done |
203 | 2025-01-24T19:14:57.043Z | Planning: Evaluating mediators ... Done |
204 | 2025-01-24T19:14:57.046Z | Planning: Planning completed in 0.43 seconds |
205 | 2025-01-24T19:14:57.084Z | Mediators to change: 2 |
206 | 2025-01-24T19:14:57.084Z | Create boot environment: No |
207 | 2025-01-24T19:14:57.087Z | Create backup boot environment: No |
208 | 2025-01-24T19:14:57.166Z | Done |
209 | 2025-01-24T19:14:57.166Z | Done |
210 | 2025-01-24T19:14:57.528Z | Done |
211 | 2025-01-24T19:15:01.193Z | Done |
212 | 2025-01-24T19:15:01.288Z | Done |
213 | 2025-01-24T19:15:01.297Z | Done |
214 | 2025-01-24T19:15:01.415Z | Done |
215 | 2025-01-24T19:15:02.043Z | Planning: Evaluating mediator changes ... Done |
216 | 2025-01-24T19:15:02.047Z | Planning: Merging actions ... Done |
217 | 2025-01-24T19:15:02.239Z | Planning: Checking for conflicting actions ... Done |
218 | 2025-01-24T19:15:02.242Z | Planning: Consolidating action changes ... Done |
219 | 2025-01-24T19:15:02.513Z | Planning: Evaluating mediators ... Done |
220 | 2025-01-24T19:15:02.570Z | Planning: Planning completed in 0.78 seconds |
221 | 2025-01-24T19:15:02.611Z | Packages to change: 1 |
222 | 2025-01-24T19:15:02.612Z | Mediators to change: 1 |
223 | 2025-01-24T19:15:02.615Z | Services to change: 1 |
224 | 2025-01-24T19:15:02.615Z | Create boot environment: No |
225 | 2025-01-24T19:15:02.615Z | Create backup boot environment: Yes |
226 | 2025-01-24T19:15:04.920Z | Actions: 1/6 actions (Updating modified actions) |
227 | 2025-01-24T19:15:04.922Z | Actions: Completed 6 actions in 0.00 seconds. |
228 | 2025-01-24T19:15:04.922Z | Done |
229 | 2025-01-24T19:15:04.922Z | Done |
230 | 2025-01-24T19:15:05.041Z | Done |
231 | 2025-01-24T19:15:08.723Z | Done |
232 | 2025-01-24T19:15:08.820Z | Done |
233 | 2025-01-24T19:15:08.822Z | Done |
234 | 2025-01-24T19:15:08.963Z | Done |
235 | 2025-01-24T19:15:09.402Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
236 | 2025-01-24T19:15:09.402Z | clang system 15 system |
237 | 2025-01-24T19:15:09.402Z | csh system system illumos |
238 | 2025-01-24T19:15:09.402Z | ctags system system illumos |
239 | 2025-01-24T19:15:09.402Z | gcc vendor 12 vendor |
240 | 2025-01-24T19:15:09.402Z | gcc system 10 system |
241 | 2025-01-24T19:15:09.402Z | gcc system 7 system |
242 | 2025-01-24T19:15:09.402Z | go system 1.20 system |
243 | 2025-01-24T19:15:09.402Z | go system 1.19 system |
244 | 2025-01-24T19:15:09.402Z | llvm system 15 system |
245 | 2025-01-24T19:15:09.402Z | llvm system 14 system |
246 | 2025-01-24T19:15:09.403Z | mariadb system 10.6 system |
247 | 2025-01-24T19:15:09.403Z | mta vendor vendor dma |
248 | 2025-01-24T19:15:09.403Z | openjdk system 17 system |
249 | 2025-01-24T19:15:09.404Z | openjdk system 11 system |
250 | 2025-01-24T19:15:09.404Z | openjdk system 1.8 system |
251 | 2025-01-24T19:15:09.404Z | openssl vendor 3 vendor |
252 | 2025-01-24T19:15:09.404Z | perl system 5.36 system |
253 | 2025-01-24T19:15:09.404Z | postgresql system 15 system |
254 | 2025-01-24T19:15:09.404Z | postgresql system 13 system |
255 | 2025-01-24T19:15:09.404Z | python vendor 3 vendor |
256 | 2025-01-24T19:15:09.404Z | python system 2 system |
257 | 2025-01-24T19:15:09.404Z | python3 system 3.11 system |
258 | 2025-01-24T19:15:09.404Z | ruby system 3.0 system |
259 | 2025-01-24T19:15:09.404Z | words vendor vendor american-english |
260 | 2025-01-24T19:15:09.404Z | words system system australian-english |
261 | 2025-01-24T19:15:09.404Z | words system system british-english |
262 | 2025-01-24T19:15:09.404Z | words system system canadian-english |
263 | 2025-01-24T19:15:09.404Z | words system system french |
264 | 2025-01-24T19:15:09.404Z | words system system italian |
265 | 2025-01-24T19:15:09.404Z | words system system ngerman |
266 | 2025-01-24T19:15:09.404Z | words system system ogerman |
267 | 2025-01-24T19:15:09.404Z | words system system spanish |
268 | 2025-01-24T19:15:09.739Z | PUBLISHER TYPE STATUS P LOCATION |
269 | 2025-01-24T19:15:09.739Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
270 | 2025-01-24T19:15:12.555Z | FMRI IFO |
271 | 2025-01-24T19:15:12.555Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
272 | 2025-01-24T19:15:12.555Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
273 | 2025-01-24T19:15:12.555Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
274 | 2025-01-24T19:15:12.555Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
275 | 2025-01-24T19:15:12.555Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
276 | 2025-01-24T19:15:12.555Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
277 | 2025-01-24T19:15:12.555Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
278 | 2025-01-24T19:15:12.555Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
279 | 2025-01-24T19:15:12.555Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
280 | 2025-01-24T19:15:12.555Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
281 | 2025-01-24T19:15:12.555Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
282 | 2025-01-24T19:15:12.555Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
283 | 2025-01-24T19:15:12.555Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
284 | 2025-01-24T19:15:12.555Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
285 | 2025-01-24T19:15:12.555Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
286 | 2025-01-24T19:15:13.346Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
287 | 2025-01-24T19:15:13.708Z | Updating crates.io index |
288 | 2025-01-24T19:15:13.711Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
289 | 2025-01-24T19:15:14.146Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
290 | 2025-01-24T19:15:14.621Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
291 | 2025-01-24T19:15:14.872Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
292 | 2025-01-24T19:15:15.157Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
293 | 2025-01-24T19:15:15.397Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
294 | 2025-01-24T19:15:16.393Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
295 | 2025-01-24T19:15:18.068Z | Updating git repository `https://github.com/oxidecomputer/opte` |
296 | 2025-01-24T19:15:18.744Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2025-01-24T19:15:19.542Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
298 | 2025-01-24T19:15:19.844Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
299 | 2025-01-24T19:15:20.166Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
300 | 2025-01-24T19:15:20.903Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
301 | 2025-01-24T19:15:21.299Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
302 | 2025-01-24T19:15:21.625Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
303 | 2025-01-24T19:15:21.936Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
304 | 2025-01-24T19:15:22.208Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
305 | 2025-01-24T19:15:22.490Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
306 | 2025-01-24T19:15:22.881Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
307 | 2025-01-24T19:15:23.079Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
308 | 2025-01-24T19:15:23.482Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
309 | 2025-01-24T19:15:24.009Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
310 | 2025-01-24T19:15:24.283Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
311 | 2025-01-24T19:15:24.817Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
312 | 2025-01-24T19:15:25.070Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
313 | 2025-01-24T19:15:25.461Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
314 | 2025-01-24T19:15:25.832Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
315 | 2025-01-24T19:15:26.193Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
316 | 2025-01-24T19:15:26.446Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
317 | 2025-01-24T19:15:26.729Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
318 | 2025-01-24T19:15:27.932Z | Downloading crates ... |
319 | 2025-01-24T19:15:27.999Z | Downloaded anstyle v1.0.10 |
320 | 2025-01-24T19:15:28.007Z | Downloaded anstyle-parse v0.2.5 |
321 | 2025-01-24T19:15:28.010Z | Downloaded byteorder v1.5.0 |
322 | 2025-01-24T19:15:28.013Z | Downloaded autocfg v1.4.0 |
323 | 2025-01-24T19:15:28.018Z | Downloaded equivalent v1.0.1 |
324 | 2025-01-24T19:15:28.036Z | Downloaded swrite v0.1.0 |
325 | 2025-01-24T19:15:28.039Z | Downloaded cargo-platform v0.1.8 |
326 | 2025-01-24T19:15:28.041Z | Downloaded block-buffer v0.10.4 |
327 | 2025-01-24T19:15:28.049Z | Downloaded usdt-macro v0.5.0 |
328 | 2025-01-24T19:15:28.057Z | Downloaded pretty-hex v0.4.1 |
329 | 2025-01-24T19:15:28.061Z | Downloaded scroll_derive v0.12.0 |
330 | 2025-01-24T19:15:28.069Z | Downloaded dtrace-parser v0.2.0 |
331 | 2025-01-24T19:15:28.072Z | Downloaded usdt-attr-macro v0.5.0 |
332 | 2025-01-24T19:15:28.072Z | Downloaded camino-tempfile v1.1.1 |
333 | 2025-01-24T19:15:28.074Z | Downloaded heck v0.4.1 |
334 | 2025-01-24T19:15:28.077Z | Downloaded bytecount v0.6.8 |
335 | 2025-01-24T19:15:28.079Z | Downloaded anstyle-query v1.1.1 |
336 | 2025-01-24T19:15:28.082Z | Downloaded fs-err v2.11.0 |
337 | 2025-01-24T19:15:28.084Z | Downloaded fastrand v2.1.1 |
338 | 2025-01-24T19:15:28.090Z | Downloaded heck v0.5.0 |
339 | 2025-01-24T19:15:28.092Z | Downloaded thiserror v1.0.69 |
340 | 2025-01-24T19:15:28.096Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2025-01-24T19:15:28.098Z | Downloaded errno v0.3.9 |
342 | 2025-01-24T19:15:28.101Z | Downloaded dof v0.3.0 |
343 | 2025-01-24T19:15:28.101Z | Downloaded unicode-linebreak v0.1.5 |
344 | 2025-01-24T19:15:28.104Z | Downloaded plain v0.2.3 |
345 | 2025-01-24T19:15:28.104Z | Downloaded pest_generator v2.7.14 |
346 | 2025-01-24T19:15:28.107Z | Downloaded generic-array v0.14.7 |
347 | 2025-01-24T19:15:28.109Z | Downloaded itoa v1.0.11 |
348 | 2025-01-24T19:15:28.109Z | Downloaded cfg-if v1.0.0 |
349 | 2025-01-24T19:15:28.112Z | Downloaded colorchoice v1.0.2 |
350 | 2025-01-24T19:15:28.112Z | Downloaded thiserror-impl v1.0.69 |
351 | 2025-01-24T19:15:28.115Z | Downloaded serde_spanned v0.6.8 |
352 | 2025-01-24T19:15:28.115Z | Downloaded macaddr v1.0.1 |
353 | 2025-01-24T19:15:28.118Z | Downloaded is_terminal_polyfill v1.70.1 |
354 | 2025-01-24T19:15:28.118Z | Downloaded digest v0.10.7 |
355 | 2025-01-24T19:15:28.120Z | Downloaded terminal_size v0.4.0 |
356 | 2025-01-24T19:15:28.121Z | Downloaded memmap v0.7.0 |
357 | 2025-01-24T19:15:28.123Z | Downloaded fnv v1.0.7 |
358 | 2025-01-24T19:15:28.123Z | Downloaded strsim v0.11.1 |
359 | 2025-01-24T19:15:28.129Z | Downloaded usdt-impl v0.5.0 |
360 | 2025-01-24T19:15:28.135Z | Downloaded usdt v0.5.0 |
361 | 2025-01-24T19:15:28.137Z | Downloaded toml_datetime v0.6.8 |
362 | 2025-01-24T19:15:28.139Z | Downloaded version_check v0.9.5 |
363 | 2025-01-24T19:15:28.140Z | Downloaded utf8parse v0.2.2 |
364 | 2025-01-24T19:15:28.142Z | Downloaded anstream v0.6.15 |
365 | 2025-01-24T19:15:28.145Z | Downloaded clap_lex v0.7.2 |
366 | 2025-01-24T19:15:28.145Z | Downloaded tabled_derive v0.7.0 |
367 | 2025-01-24T19:15:28.148Z | Downloaded serde_tokenstream v0.2.2 |
368 | 2025-01-24T19:15:28.151Z | Downloaded cpufeatures v0.2.14 |
369 | 2025-01-24T19:15:28.153Z | Downloaded quote v1.0.38 |
370 | 2025-01-24T19:15:28.156Z | Downloaded pest_derive v2.7.14 |
371 | 2025-01-24T19:15:28.159Z | Downloaded crypto-common v0.1.6 |
372 | 2025-01-24T19:15:28.161Z | Downloaded cargo_toml v0.20.5 |
373 | 2025-01-24T19:15:28.164Z | Downloaded cargo_metadata v0.18.1 |
374 | 2025-01-24T19:15:28.169Z | Downloaded clap_derive v4.5.18 |
375 | 2025-01-24T19:15:28.178Z | Downloaded thread-id v4.2.2 |
376 | 2025-01-24T19:15:28.181Z | Downloaded tempfile v3.13.0 |
377 | 2025-01-24T19:15:28.184Z | Downloaded sha2 v0.10.8 |
378 | 2025-01-24T19:15:28.186Z | Downloaded once_cell v1.20.2 |
379 | 2025-01-24T19:15:28.188Z | Downloaded semver v1.0.24 |
380 | 2025-01-24T19:15:28.191Z | Downloaded smawk v0.3.2 |
381 | 2025-01-24T19:15:28.191Z | Downloaded zerocopy-derive v0.7.35 |
382 | 2025-01-24T19:15:28.194Z | Downloaded ryu v1.0.18 |
383 | 2025-01-24T19:15:28.197Z | Downloaded proc-macro-error v1.0.4 |
384 | 2025-01-24T19:15:28.200Z | Downloaded log v0.4.22 |
385 | 2025-01-24T19:15:28.203Z | Downloaded unicode-ident v1.0.14 |
386 | 2025-01-24T19:15:28.206Z | Downloaded ucd-trie v0.1.7 |
387 | 2025-01-24T19:15:28.209Z | Downloaded typenum v1.17.0 |
388 | 2025-01-24T19:15:28.209Z | Downloaded camino v1.1.9 |
389 | 2025-01-24T19:15:28.211Z | Downloaded bitflags v2.6.0 |
390 | 2025-01-24T19:15:28.214Z | Downloaded pest_meta v2.7.14 |
391 | 2025-01-24T19:15:28.217Z | Downloaded anyhow v1.0.95 |
392 | 2025-01-24T19:15:28.220Z | Downloaded scroll v0.12.0 |
393 | 2025-01-24T19:15:28.223Z | Downloaded textwrap v0.16.1 |
394 | 2025-01-24T19:15:28.225Z | Downloaded proc-macro2 v1.0.92 |
395 | 2025-01-24T19:15:28.228Z | Downloaded clap v4.5.21 |
396 | 2025-01-24T19:15:28.236Z | Downloaded toml v0.8.19 |
397 | 2025-01-24T19:15:28.239Z | Downloaded serde_derive v1.0.217 |
398 | 2025-01-24T19:15:28.242Z | Downloaded papergrid v0.11.0 |
399 | 2025-01-24T19:15:28.253Z | Downloaded indexmap v2.7.0 |
400 | 2025-01-24T19:15:28.261Z | Downloaded serde v1.0.217 |
401 | 2025-01-24T19:15:28.291Z | Downloaded toml_edit v0.22.22 |
402 | 2025-01-24T19:15:28.312Z | Downloaded memchr v2.7.4 |
403 | 2025-01-24T19:15:28.333Z | Downloaded pest v2.7.14 |
404 | 2025-01-24T19:15:28.343Z | Downloaded serde_json v1.0.135 |
405 | 2025-01-24T19:15:28.353Z | Downloaded zerocopy v0.7.35 |
406 | 2025-01-24T19:15:28.368Z | Downloaded winnow v0.6.20 |
407 | 2025-01-24T19:15:28.376Z | Downloaded goblin v0.8.2 |
408 | 2025-01-24T19:15:28.381Z | Downloaded clap_builder v4.5.21 |
409 | 2025-01-24T19:15:28.388Z | Downloaded hashbrown v0.15.1 |
410 | 2025-01-24T19:15:28.392Z | Downloaded tabled v0.15.0 |
411 | 2025-01-24T19:15:28.407Z | Downloaded unicode-width v0.1.14 |
412 | 2025-01-24T19:15:28.412Z | Downloaded syn v1.0.109 |
413 | 2025-01-24T19:15:28.422Z | Downloaded syn v2.0.96 |
414 | 2025-01-24T19:15:28.433Z | Downloaded rustix v0.38.37 |
415 | 2025-01-24T19:15:28.465Z | Downloaded libc v0.2.169 |
416 | 2025-01-24T19:15:28.775Z | Compiling proc-macro2 v1.0.92 |
417 | 2025-01-24T19:15:28.775Z | Compiling unicode-ident v1.0.14 |
418 | 2025-01-24T19:15:28.778Z | Compiling serde v1.0.217 |
419 | 2025-01-24T19:15:28.778Z | Compiling version_check v0.9.5 |
420 | 2025-01-24T19:15:28.778Z | Compiling memchr v2.7.4 |
421 | 2025-01-24T19:15:28.778Z | Compiling thiserror v1.0.69 |
422 | 2025-01-24T19:15:28.812Z | Compiling libc v0.2.169 |
423 | 2025-01-24T19:15:28.815Z | Compiling ryu v1.0.18 |
424 | 2025-01-24T19:15:29.077Z | Compiling itoa v1.0.11 |
425 | 2025-01-24T19:15:29.215Z | Compiling ucd-trie v0.1.7 |
426 | 2025-01-24T19:15:29.335Z | Compiling once_cell v1.20.2 |
427 | 2025-01-24T19:15:29.729Z | Compiling byteorder v1.5.0 |
428 | 2025-01-24T19:15:29.777Z | Compiling serde_json v1.0.135 |
429 | 2025-01-24T19:15:29.851Z | Compiling rustix v0.38.37 |
430 | 2025-01-24T19:15:30.187Z | Compiling bitflags v2.6.0 |
431 | 2025-01-24T19:15:30.216Z | Compiling proc-macro-error-attr v1.0.4 |
432 | 2025-01-24T19:15:30.340Z | Compiling usdt-impl v0.5.0 |
433 | 2025-01-24T19:15:30.527Z | Compiling syn v1.0.109 |
434 | 2025-01-24T19:15:30.599Z | Compiling proc-macro-error v1.0.4 |
435 | 2025-01-24T19:15:30.646Z | Compiling camino v1.1.9 |
436 | 2025-01-24T19:15:30.703Z | Compiling equivalent v1.0.1 |
437 | 2025-01-24T19:15:30.846Z | Compiling quote v1.0.38 |
438 | 2025-01-24T19:15:30.880Z | Compiling errno v0.3.9 |
439 | 2025-01-24T19:15:30.906Z | Compiling log v0.4.22 |
440 | 2025-01-24T19:15:31.017Z | Compiling utf8parse v0.2.2 |
441 | 2025-01-24T19:15:31.193Z | Compiling hashbrown v0.15.1 |
442 | 2025-01-24T19:15:31.220Z | Compiling syn v2.0.96 |
443 | 2025-01-24T19:15:31.246Z | Compiling plain v0.2.3 |
444 | 2025-01-24T19:15:31.434Z | Compiling thread-id v4.2.2 |
445 | 2025-01-24T19:15:31.437Z | Compiling anstyle-parse v0.2.5 |
446 | 2025-01-24T19:15:31.657Z | Compiling anstyle v1.0.10 |
447 | 2025-01-24T19:15:31.792Z | Compiling colorchoice v1.0.2 |
448 | 2025-01-24T19:15:31.931Z | Compiling is_terminal_polyfill v1.70.1 |
449 | 2025-01-24T19:15:31.971Z | Compiling autocfg v1.4.0 |
450 | 2025-01-24T19:15:32.061Z | Compiling pretty-hex v0.4.1 |
451 | 2025-01-24T19:15:32.100Z | Compiling anstyle-query v1.1.1 |
452 | 2025-01-24T19:15:32.249Z | Compiling indexmap v2.7.0 |
453 | 2025-01-24T19:15:32.274Z | Compiling semver v1.0.24 |
454 | 2025-01-24T19:15:32.301Z | Compiling unicode-width v0.1.14 |
455 | 2025-01-24T19:15:32.337Z | Compiling winnow v0.6.20 |
456 | 2025-01-24T19:15:32.858Z | Compiling anstream v0.6.15 |
457 | 2025-01-24T19:15:32.925Z | Compiling fs-err v2.11.0 |
458 | 2025-01-24T19:15:33.046Z | Compiling terminal_size v0.4.0 |
459 | 2025-01-24T19:15:33.285Z | Compiling fastrand v2.1.1 |
460 | 2025-01-24T19:15:33.393Z | Compiling fnv v1.0.7 |
461 | 2025-01-24T19:15:33.448Z | Compiling clap_lex v0.7.2 |
462 | 2025-01-24T19:15:33.520Z | Compiling strsim v0.11.1 |
463 | 2025-01-24T19:15:33.557Z | Compiling anyhow v1.0.95 |
464 | 2025-01-24T19:15:33.609Z | Compiling heck v0.5.0 |
465 | 2025-01-24T19:15:33.760Z | Compiling heck v0.4.1 |
466 | 2025-01-24T19:15:33.944Z | Compiling cfg-if v1.0.0 |
467 | 2025-01-24T19:15:34.219Z | Compiling bytecount v0.6.8 |
468 | 2025-01-24T19:15:34.333Z | Compiling clap_builder v4.5.21 |
469 | 2025-01-24T19:15:34.445Z | Compiling papergrid v0.11.0 |
470 | 2025-01-24T19:15:34.606Z | Compiling tempfile v3.13.0 |
471 | 2025-01-24T19:15:34.675Z | Compiling memmap v0.7.0 |
472 | 2025-01-24T19:15:34.783Z | Compiling unicode-linebreak v0.1.5 |
473 | 2025-01-24T19:15:34.995Z | Compiling smawk v0.3.2 |
474 | 2025-01-24T19:15:35.243Z | Compiling textwrap v0.16.1 |
475 | 2025-01-24T19:15:35.659Z | Compiling swrite v0.1.0 |
476 | 2025-01-24T19:15:36.356Z | Compiling tabled_derive v0.7.0 |
477 | 2025-01-24T19:15:37.840Z | Compiling tabled v0.15.0 |
478 | 2025-01-24T19:15:38.103Z | Compiling serde_derive v1.0.217 |
479 | 2025-01-24T19:15:38.103Z | Compiling thiserror-impl v1.0.69 |
480 | 2025-01-24T19:15:38.269Z | Compiling zerocopy-derive v0.7.35 |
481 | 2025-01-24T19:15:38.295Z | Compiling scroll_derive v0.12.0 |
482 | 2025-01-24T19:15:38.298Z | Compiling clap_derive v4.5.18 |
483 | 2025-01-24T19:15:39.759Z | Compiling scroll v0.12.0 |
484 | 2025-01-24T19:15:40.172Z | Compiling goblin v0.8.2 |
485 | 2025-01-24T19:15:40.198Z | Compiling zerocopy v0.7.35 |
486 | 2025-01-24T19:15:40.782Z | Compiling pest v2.7.14 |
487 | 2025-01-24T19:15:41.546Z | Compiling clap v4.5.21 |
488 | 2025-01-24T19:15:42.954Z | Compiling pest_meta v2.7.14 |
489 | 2025-01-24T19:15:43.838Z | Compiling pest_generator v2.7.14 |
490 | 2025-01-24T19:15:45.201Z | Compiling pest_derive v2.7.14 |
491 | 2025-01-24T19:15:45.865Z | Compiling dtrace-parser v0.2.0 |
492 | 2025-01-24T19:15:46.744Z | Compiling serde_tokenstream v0.2.2 |
493 | 2025-01-24T19:15:46.810Z | Compiling toml_datetime v0.6.8 |
494 | 2025-01-24T19:15:46.810Z | Compiling serde_spanned v0.6.8 |
495 | 2025-01-24T19:15:47.107Z | Compiling cargo-platform v0.1.8 |
496 | 2025-01-24T19:15:47.148Z | Compiling macaddr v1.0.1 |
497 | 2025-01-24T19:15:47.360Z | Compiling toml_edit v0.22.22 |
498 | 2025-01-24T19:15:47.478Z | Compiling camino-tempfile v1.1.1 |
499 | 2025-01-24T19:15:48.126Z | Compiling dof v0.3.0 |
500 | 2025-01-24T19:15:48.403Z | Compiling cargo_metadata v0.18.1 |
501 | 2025-01-24T19:15:49.498Z | Compiling usdt-attr-macro v0.5.0 |
502 | 2025-01-24T19:15:49.498Z | Compiling usdt-macro v0.5.0 |
503 | 2025-01-24T19:15:50.028Z | Compiling toml v0.8.19 |
504 | 2025-01-24T19:15:50.581Z | Compiling usdt v0.5.0 |
505 | 2025-01-24T19:15:50.838Z | Compiling cargo_toml v0.20.5 |
506 | 2025-01-24T19:15:53.451Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
507 | 2025-01-24T19:15:56.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.48s |
508 | 2025-01-24T19:15:56.886Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
509 | 2025-01-24T19:15:57.424Z | Downloading crates ... |
510 | 2025-01-24T19:15:57.534Z | Downloaded aead v0.5.2 |
511 | 2025-01-24T19:15:57.612Z | Downloaded atty v0.2.14 |
512 | 2025-01-24T19:15:57.612Z | Downloaded async-stream-impl v0.3.6 |
513 | 2025-01-24T19:15:57.612Z | Downloaded atomicwrites v0.4.4 |
514 | 2025-01-24T19:15:57.613Z | Downloaded ciborium-io v0.2.2 |
515 | 2025-01-24T19:15:57.613Z | Downloaded crunchy v0.2.2 |
516 | 2025-01-24T19:15:57.613Z | Downloaded http-body-util v0.1.2 |
517 | 2025-01-24T19:15:57.613Z | Downloaded http-range v0.1.5 |
518 | 2025-01-24T19:15:57.712Z | Downloaded http-body v1.0.1 |
519 | 2025-01-24T19:15:57.712Z | Downloaded crucible-workspace-hack v0.1.0 |
520 | 2025-01-24T19:15:57.712Z | Downloaded adler2 v2.0.0 |
521 | 2025-01-24T19:15:57.713Z | Downloaded httparse v1.9.5 |
522 | 2025-01-24T19:15:57.713Z | Downloaded httpdate v1.0.3 |
523 | 2025-01-24T19:15:57.713Z | Downloaded cfg_aliases v0.2.1 |
524 | 2025-01-24T19:15:57.714Z | Downloaded ascii-canvas v3.0.0 |
525 | 2025-01-24T19:15:57.714Z | Downloaded cfg_aliases v0.1.1 |
526 | 2025-01-24T19:15:57.714Z | Downloaded cstr-argument v0.1.2 |
527 | 2025-01-24T19:15:57.714Z | Downloaded async-stream v0.3.6 |
528 | 2025-01-24T19:15:57.715Z | Downloaded async-recursion v1.1.1 |
529 | 2025-01-24T19:15:57.715Z | Downloaded assert_matches v1.5.0 |
530 | 2025-01-24T19:15:57.715Z | Downloaded base16ct v0.2.0 |
531 | 2025-01-24T19:15:57.715Z | Downloaded arrayref v0.3.9 |
532 | 2025-01-24T19:15:57.715Z | Downloaded array-init v0.0.4 |
533 | 2025-01-24T19:15:57.715Z | Downloaded cobs v0.2.3 |
534 | 2025-01-24T19:15:57.715Z | Downloaded chrono-tz-build v0.4.0 |
535 | 2025-01-24T19:15:57.715Z | Downloaded chacha20 v0.9.1 |
536 | 2025-01-24T19:15:57.716Z | Downloaded bb8 v0.8.5 |
537 | 2025-01-24T19:15:57.716Z | Downloaded maybe-uninit v2.0.0 |
538 | 2025-01-24T19:15:57.716Z | Downloaded colored v2.1.0 |
539 | 2025-01-24T19:15:57.716Z | Downloaded castaway v0.2.3 |
540 | 2025-01-24T19:15:57.716Z | Downloaded cassowary v0.3.0 |
541 | 2025-01-24T19:15:57.716Z | Downloaded bitfield v0.14.0 |
542 | 2025-01-24T19:15:57.716Z | Downloaded atomic-waker v1.1.2 |
543 | 2025-01-24T19:15:57.716Z | Downloaded match_cfg v0.1.0 |
544 | 2025-01-24T19:15:57.717Z | Downloaded bitflags v1.3.2 |
545 | 2025-01-24T19:15:57.717Z | Downloaded bcrypt-pbkdf v0.10.0 |
546 | 2025-01-24T19:15:57.717Z | Downloaded bit-set v0.5.3 |
547 | 2025-01-24T19:15:57.717Z | Downloaded lockfree-object-pool v0.1.6 |
548 | 2025-01-24T19:15:57.717Z | Downloaded lru-cache v0.1.2 |
549 | 2025-01-24T19:15:57.717Z | Downloaded lru v0.12.5 |
550 | 2025-01-24T19:15:57.717Z | Downloaded mime v0.3.17 |
551 | 2025-01-24T19:15:57.717Z | Downloaded lock_api v0.4.12 |
552 | 2025-01-24T19:15:57.718Z | Downloaded litrs v0.4.1 |
553 | 2025-01-24T19:15:57.718Z | Downloaded litemap v0.7.3 |
554 | 2025-01-24T19:15:57.718Z | Downloaded libxml v0.3.3 |
555 | 2025-01-24T19:15:57.746Z | Downloaded memmap2 v0.9.5 |
556 | 2025-01-24T19:15:57.746Z | Downloaded crossbeam-deque v0.8.5 |
557 | 2025-01-24T19:15:57.746Z | Downloaded md5 v0.7.0 |
558 | 2025-01-24T19:15:57.746Z | Downloaded cmake v0.1.51 |
559 | 2025-01-24T19:15:57.746Z | Downloaded md-5 v0.10.6 |
560 | 2025-01-24T19:15:57.746Z | Downloaded managed v0.8.0 |
561 | 2025-01-24T19:15:57.747Z | Downloaded cbc v0.1.2 |
562 | 2025-01-24T19:15:57.747Z | Downloaded block-padding v0.3.3 |
563 | 2025-01-24T19:15:57.747Z | Downloaded crc-catalog v2.4.0 |
564 | 2025-01-24T19:15:57.747Z | Downloaded hostname v0.3.1 |
565 | 2025-01-24T19:15:57.747Z | Downloaded ctr v0.9.2 |
566 | 2025-01-24T19:15:57.747Z | Downloaded bitfield-struct v0.6.2 |
567 | 2025-01-24T19:15:57.747Z | Downloaded aes v0.8.4 |
568 | 2025-01-24T19:15:57.747Z | Downloaded crc v3.2.1 |
569 | 2025-01-24T19:15:57.747Z | Downloaded blowfish v0.9.1 |
570 | 2025-01-24T19:15:57.747Z | Downloaded convert_case v0.4.0 |
571 | 2025-01-24T19:15:57.747Z | Downloaded icu_provider_macros v1.5.0 |
572 | 2025-01-24T19:15:57.748Z | Downloaded maplit v1.0.2 |
573 | 2025-01-24T19:15:57.748Z | Downloaded curve25519-dalek-derive v0.1.1 |
574 | 2025-01-24T19:15:57.748Z | Downloaded darling v0.20.10 |
575 | 2025-01-24T19:15:57.748Z | Downloaded memoffset v0.9.1 |
576 | 2025-01-24T19:15:57.748Z | Downloaded ident_case v1.0.1 |
577 | 2025-01-24T19:15:57.748Z | Downloaded hubpack_derive v0.1.1 |
578 | 2025-01-24T19:15:57.748Z | Downloaded bit-vec v0.6.3 |
579 | 2025-01-24T19:15:57.748Z | Downloaded async-bb8-diesel v0.2.1 |
580 | 2025-01-24T19:15:57.748Z | Downloaded is_ci v1.2.0 |
581 | 2025-01-24T19:15:57.748Z | Downloaded instant v0.1.13 |
582 | 2025-01-24T19:15:57.748Z | Downloaded backoff v0.4.0 |
583 | 2025-01-24T19:15:57.748Z | Downloaded argon2 v0.5.3 |
584 | 2025-01-24T19:15:57.748Z | Downloaded new_debug_unreachable v1.0.6 |
585 | 2025-01-24T19:15:57.749Z | Downloaded cipher v0.4.4 |
586 | 2025-01-24T19:15:57.749Z | Downloaded mirai-annotations v1.12.0 |
587 | 2025-01-24T19:15:57.749Z | Downloaded buf-list v1.0.3 |
588 | 2025-01-24T19:15:57.750Z | Downloaded home v0.5.9 |
589 | 2025-01-24T19:15:57.750Z | Downloaded base64ct v1.6.0 |
590 | 2025-01-24T19:15:57.750Z | Downloaded humantime v2.1.0 |
591 | 2025-01-24T19:15:57.750Z | Downloaded console v0.15.8 |
592 | 2025-01-24T19:15:57.750Z | Downloaded hyper-tls v0.6.0 |
593 | 2025-01-24T19:15:57.750Z | Downloaded addr2line v0.24.2 |
594 | 2025-01-24T19:15:57.751Z | Downloaded async-trait v0.1.83 |
595 | 2025-01-24T19:15:57.751Z | Downloaded is-terminal v0.4.13 |
596 | 2025-01-24T19:15:57.751Z | Downloaded indent_write v2.2.0 |
597 | 2025-01-24T19:15:57.751Z | Downloaded strum v0.26.3 |
598 | 2025-01-24T19:15:57.751Z | Downloaded bzip2 v0.4.4 |
599 | 2025-01-24T19:15:57.751Z | Downloaded arrayvec v0.7.6 |
600 | 2025-01-24T19:15:57.751Z | Downloaded tower-service v0.3.3 |
601 | 2025-01-24T19:15:57.905Z | Downloaded bcs v0.1.6 |
602 | 2025-01-24T19:15:57.906Z | Downloaded ipnetwork v0.20.0 |
603 | 2025-01-24T19:15:57.906Z | Downloaded mime_guess v2.0.5 |
604 | 2025-01-24T19:15:57.906Z | Downloaded libefi-sys v0.1.0 |
605 | 2025-01-24T19:15:57.906Z | Downloaded lazy_static v1.5.0 |
606 | 2025-01-24T19:15:57.906Z | Downloaded idna_adapter v1.2.0 |
607 | 2025-01-24T19:15:57.906Z | Downloaded crc32fast v1.4.2 |
608 | 2025-01-24T19:15:57.906Z | Downloaded lazycell v1.3.0 |
609 | 2025-01-24T19:15:57.906Z | Downloaded lalrpop-util v0.19.12 |
610 | 2025-01-24T19:15:57.906Z | Downloaded const_format_proc_macros v0.2.33 |
611 | 2025-01-24T19:15:57.906Z | Downloaded yoke-derive v0.7.4 |
612 | 2025-01-24T19:15:57.906Z | Downloaded kstat-rs v0.2.4 |
613 | 2025-01-24T19:15:57.906Z | Downloaded instability v0.3.2 |
614 | 2025-01-24T19:15:57.906Z | Downloaded nanorand v0.7.0 |
615 | 2025-01-24T19:15:57.907Z | Downloaded multimap v0.10.0 |
616 | 2025-01-24T19:15:57.907Z | Downloaded cookie_store v0.21.1 |
617 | 2025-01-24T19:15:57.907Z | Downloaded csv-core v0.1.11 |
618 | 2025-01-24T19:15:57.907Z | Downloaded hyper-staticfile v0.10.1 |
619 | 2025-01-24T19:15:57.907Z | Downloaded iana-time-zone v0.1.61 |
620 | 2025-01-24T19:15:57.961Z | Downloaded hickory-client v0.24.2 |
621 | 2025-01-24T19:15:57.961Z | Downloaded radium v0.7.0 |
622 | 2025-01-24T19:15:57.962Z | Downloaded psl-types v2.0.11 |
623 | 2025-01-24T19:15:57.962Z | Downloaded rand_seeder v0.3.0 |
624 | 2025-01-24T19:15:57.962Z | Downloaded hyper-rustls v0.27.3 |
625 | 2025-01-24T19:15:57.962Z | Downloaded ahash v0.8.11 |
626 | 2025-01-24T19:15:57.964Z | Downloaded cancel-safe-futures v0.1.5 |
627 | 2025-01-24T19:15:57.964Z | Downloaded foreign-types v0.5.0 |
628 | 2025-01-24T19:15:57.965Z | Downloaded libsw v3.3.1 |
629 | 2025-01-24T19:15:57.965Z | Downloaded num-conv v0.1.0 |
630 | 2025-01-24T19:15:57.965Z | Downloaded funty v2.0.0 |
631 | 2025-01-24T19:15:57.965Z | Downloaded clang-sys v1.8.1 |
632 | 2025-01-24T19:15:57.966Z | Downloaded indoc v1.0.9 |
633 | 2025-01-24T19:15:57.966Z | Downloaded twox-hash v1.6.3 |
634 | 2025-01-24T19:15:57.966Z | Downloaded tiny-keccak v2.0.2 |
635 | 2025-01-24T19:15:57.966Z | Downloaded ipnet v2.10.1 |
636 | 2025-01-24T19:15:57.966Z | Downloaded smf v0.2.3 |
637 | 2025-01-24T19:15:57.966Z | Downloaded slab v0.4.9 |
638 | 2025-01-24T19:15:57.969Z | Downloaded subtle v2.6.1 |
639 | 2025-01-24T19:15:57.969Z | Downloaded peg-runtime v0.8.3 |
640 | 2025-01-24T19:15:57.969Z | Downloaded supports-color v3.0.1 |
641 | 2025-01-24T19:15:57.969Z | Downloaded unicode-truncate v1.1.0 |
642 | 2025-01-24T19:15:57.969Z | Downloaded endian-type v0.1.2 |
643 | 2025-01-24T19:15:57.969Z | Downloaded number_prefix v0.4.0 |
644 | 2025-01-24T19:15:57.969Z | Downloaded highway v1.2.0 |
645 | 2025-01-24T19:15:57.969Z | Downloaded native-tls v0.2.12 |
646 | 2025-01-24T19:15:57.969Z | Downloaded multer v3.1.0 |
647 | 2025-01-24T19:15:57.970Z | Downloaded mockall v0.13.0 |
648 | 2025-01-24T19:15:57.970Z | Downloaded termios v0.3.3 |
649 | 2025-01-24T19:15:57.971Z | Downloaded cexpr v0.6.0 |
650 | 2025-01-24T19:15:57.971Z | Downloaded tokio-native-tls v0.3.1 |
651 | 2025-01-24T19:15:57.971Z | Downloaded cookie v0.18.1 |
652 | 2025-01-24T19:15:57.971Z | Downloaded icu_normalizer_data v1.5.0 |
653 | 2025-01-24T19:15:57.971Z | Downloaded icu_locid_transform_data v1.5.0 |
654 | 2025-01-24T19:15:57.971Z | Downloaded icu_locid v1.5.0 |
655 | 2025-01-24T19:15:57.972Z | Downloaded crossbeam-epoch v0.9.18 |
656 | 2025-01-24T19:15:57.972Z | Downloaded const-oid v0.9.6 |
657 | 2025-01-24T19:15:57.972Z | Downloaded tokio-macros v2.5.0 |
658 | 2025-01-24T19:15:57.972Z | Downloaded blake2 v0.10.6 |
659 | 2025-01-24T19:15:57.973Z | Downloaded xattr v1.3.1 |
660 | 2025-01-24T19:15:57.973Z | Downloaded icu_normalizer v1.5.0 |
661 | 2025-01-24T19:15:57.973Z | Downloaded hex-literal v0.4.1 |
662 | 2025-01-24T19:15:57.973Z | Downloaded hex v0.4.3 |
663 | 2025-01-24T19:15:57.973Z | Downloaded arc-swap v1.7.1 |
664 | 2025-01-24T19:15:57.973Z | Downloaded value-bag v1.9.0 |
665 | 2025-01-24T19:15:57.973Z | Downloaded libloading v0.8.5 |
666 | 2025-01-24T19:15:57.973Z | Downloaded time-core v0.1.2 |
667 | 2025-01-24T19:15:57.973Z | Downloaded crossbeam-utils v0.8.20 |
668 | 2025-01-24T19:15:57.973Z | Downloaded uzers v0.12.1 |
669 | 2025-01-24T19:15:57.974Z | Downloaded base64 v0.13.1 |
670 | 2025-01-24T19:15:57.974Z | Downloaded ed25519 v2.2.3 |
671 | 2025-01-24T19:15:57.974Z | Downloaded snafu-derive v0.8.5 |
672 | 2025-01-24T19:15:57.974Z | Downloaded mockall_derive v0.13.0 |
673 | 2025-01-24T19:15:57.974Z | Downloaded xz2 v0.1.7 |
674 | 2025-01-24T19:15:57.974Z | Downloaded display-error-chain v0.2.2 |
675 | 2025-01-24T19:15:57.974Z | Downloaded des v0.8.1 |
676 | 2025-01-24T19:15:57.974Z | Downloaded defmt-parser v0.3.4 |
677 | 2025-01-24T19:15:57.974Z | Downloaded hickory-server v0.24.2 |
678 | 2025-01-24T19:15:57.975Z | Downloaded group v0.13.0 |
679 | 2025-01-24T19:15:57.975Z | Downloaded flagset v0.4.6 |
680 | 2025-01-24T19:15:57.975Z | Downloaded ron v0.7.1 |
681 | 2025-01-24T19:15:57.975Z | Downloaded polyval v0.6.2 |
682 | 2025-01-24T19:15:57.975Z | Downloaded ref-cast-impl v1.0.23 |
683 | 2025-01-24T19:15:57.975Z | Downloaded ref-cast v1.0.23 |
684 | 2025-01-24T19:15:57.976Z | Downloaded rustc_version v0.1.7 |
685 | 2025-01-24T19:15:57.976Z | Downloaded indicatif v0.17.9 |
686 | 2025-01-24T19:15:57.976Z | Downloaded serde_urlencoded v0.7.1 |
687 | 2025-01-24T19:15:57.976Z | Downloaded chacha20poly1305 v0.10.1 |
688 | 2025-01-24T19:15:57.976Z | Downloaded uuid v1.12.0 |
689 | 2025-01-24T19:15:57.976Z | Downloaded newtype_derive v0.1.6 |
690 | 2025-01-24T19:15:57.976Z | Downloaded rcgen v0.12.1 |
691 | 2025-01-24T19:15:57.976Z | Downloaded zerofrom v0.1.4 |
692 | 2025-01-24T19:15:57.976Z | Downloaded slog-scope v4.4.0 |
693 | 2025-01-24T19:15:57.976Z | Downloaded structmeta-derive v0.2.0 |
694 | 2025-01-24T19:15:57.976Z | Downloaded spki v0.7.3 |
695 | 2025-01-24T19:15:58.053Z | Downloaded parse-display v0.10.0 |
696 | 2025-01-24T19:15:58.053Z | Downloaded password-hash v0.5.0 |
697 | 2025-01-24T19:15:58.053Z | Downloaded primeorder v0.13.6 |
698 | 2025-01-24T19:15:58.053Z | Downloaded dropshot_endpoint v0.15.1 |
699 | 2025-01-24T19:15:58.053Z | Downloaded icu_collections v1.5.0 |
700 | 2025-01-24T19:15:58.053Z | Downloaded hyper-util v0.1.10 |
701 | 2025-01-24T19:15:58.053Z | Downloaded dirs-next v2.0.0 |
702 | 2025-01-24T19:15:58.053Z | Downloaded fallible-iterator v0.2.0 |
703 | 2025-01-24T19:15:58.053Z | Downloaded zeroize v1.8.1 |
704 | 2025-01-24T19:15:58.054Z | Downloaded tap v1.0.1 |
705 | 2025-01-24T19:15:58.054Z | Downloaded structmeta v0.3.0 |
706 | 2025-01-24T19:15:58.054Z | Downloaded structmeta v0.2.0 |
707 | 2025-01-24T19:15:58.054Z | Downloaded fallible-streaming-iterator v0.1.9 |
708 | 2025-01-24T19:15:58.054Z | Downloaded hash32 v0.3.1 |
709 | 2025-01-24T19:15:58.054Z | Downloaded foreign-types-macros v0.2.3 |
710 | 2025-01-24T19:15:58.054Z | Downloaded zerofrom-derive v0.1.4 |
711 | 2025-01-24T19:15:58.054Z | Downloaded which v4.4.2 |
712 | 2025-01-24T19:15:58.054Z | Downloaded untrusted v0.9.0 |
713 | 2025-01-24T19:15:58.054Z | Downloaded thiserror v2.0.11 |
714 | 2025-01-24T19:15:58.054Z | Downloaded parse-display-derive v0.10.0 |
715 | 2025-01-24T19:15:58.054Z | Downloaded darling_core v0.20.10 |
716 | 2025-01-24T19:15:58.054Z | Downloaded take_mut v0.2.2 |
717 | 2025-01-24T19:15:58.054Z | Downloaded hickory-resolver v0.24.2 |
718 | 2025-01-24T19:15:58.054Z | Downloaded const_format v0.2.33 |
719 | 2025-01-24T19:15:58.054Z | Downloaded untrusted v0.7.1 |
720 | 2025-01-24T19:15:58.055Z | Downloaded ppv-lite86 v0.2.20 |
721 | 2025-01-24T19:15:58.055Z | Downloaded pin-project v1.1.6 |
722 | 2025-01-24T19:15:58.075Z | Downloaded r2d2 v0.8.10 |
723 | 2025-01-24T19:15:58.075Z | Downloaded displaydoc v0.2.5 |
724 | 2025-01-24T19:15:58.075Z | Downloaded stable_deref_trait v1.2.0 |
725 | 2025-01-24T19:15:58.076Z | Downloaded bumpalo v3.16.0 |
726 | 2025-01-24T19:15:58.076Z | Downloaded scrypt v0.11.0 |
727 | 2025-01-24T19:15:58.076Z | Downloaded rtoolbox v0.0.2 |
728 | 2025-01-24T19:15:58.076Z | Downloaded base64 v0.22.1 |
729 | 2025-01-24T19:15:58.076Z | Downloaded oso-derive v0.27.3 |
730 | 2025-01-24T19:15:58.076Z | Downloaded packed_struct v0.10.1 |
731 | 2025-01-24T19:15:58.076Z | Downloaded num_enum v0.5.11 |
732 | 2025-01-24T19:15:58.076Z | Downloaded parking_lot_core v0.9.10 |
733 | 2025-01-24T19:15:58.076Z | Downloaded phf_codegen v0.11.2 |
734 | 2025-01-24T19:15:58.076Z | Downloaded pem v3.0.4 |
735 | 2025-01-24T19:15:58.076Z | Downloaded snafu v0.8.5 |
736 | 2025-01-24T19:15:58.076Z | Downloaded downcast v0.11.0 |
737 | 2025-01-24T19:15:58.076Z | Downloaded tabwriter v1.4.0 |
738 | 2025-01-24T19:15:58.076Z | Downloaded mio v1.0.2 |
739 | 2025-01-24T19:15:58.077Z | Downloaded tokio-rustls v0.25.0 |
740 | 2025-01-24T19:15:58.077Z | Downloaded tokio-rustls v0.26.0 |
741 | 2025-01-24T19:15:58.077Z | Downloaded num-iter v0.1.45 |
742 | 2025-01-24T19:15:58.077Z | Downloaded num v0.4.3 |
743 | 2025-01-24T19:15:58.077Z | Downloaded rustc-demangle v0.1.24 |
744 | 2025-01-24T19:15:58.077Z | Downloaded postgres-types v0.2.8 |
745 | 2025-01-24T19:15:58.077Z | Downloaded derive-where v1.2.7 |
746 | 2025-01-24T19:15:58.077Z | Downloaded termtree v0.4.1 |
747 | 2025-01-24T19:15:58.077Z | Downloaded wyz v0.5.1 |
748 | 2025-01-24T19:15:58.077Z | Downloaded writeable v0.5.5 |
749 | 2025-01-24T19:15:58.077Z | Downloaded crossbeam-channel v0.5.13 |
750 | 2025-01-24T19:15:58.129Z | Downloaded pretty-hex v0.2.1 |
751 | 2025-01-24T19:15:58.129Z | Downloaded hash32 v0.2.1 |
752 | 2025-01-24T19:15:58.130Z | Downloaded foldhash v0.1.3 |
753 | 2025-01-24T19:15:58.131Z | Downloaded scopeguard v1.2.0 |
754 | 2025-01-24T19:15:58.131Z | Downloaded scheduled-thread-pool v0.2.7 |
755 | 2025-01-24T19:15:58.132Z | Downloaded same-file v1.0.6 |
756 | 2025-01-24T19:15:58.132Z | Downloaded rusty-fork v0.3.0 |
757 | 2025-01-24T19:15:58.132Z | Downloaded futures-channel v0.3.31 |
758 | 2025-01-24T19:15:58.132Z | Downloaded difflib v0.4.0 |
759 | 2025-01-24T19:15:58.132Z | Downloaded compact_str v0.8.0 |
760 | 2025-01-24T19:15:58.132Z | Downloaded tinyvec_macros v0.1.1 |
761 | 2025-01-24T19:15:58.132Z | Downloaded newtype-uuid v1.2.1 |
762 | 2025-01-24T19:15:58.133Z | Downloaded synstructure v0.13.1 |
763 | 2025-01-24T19:15:58.133Z | Downloaded minimal-lexical v0.2.1 |
764 | 2025-01-24T19:15:58.219Z | Downloaded tokio-stream v0.1.16 |
765 | 2025-01-24T19:15:58.220Z | Downloaded diesel_table_macro_syntax v0.2.0 |
766 | 2025-01-24T19:15:58.220Z | Downloaded phf_generator v0.11.2 |
767 | 2025-01-24T19:15:58.220Z | Downloaded phf v0.11.2 |
768 | 2025-01-24T19:15:58.220Z | Downloaded pbkdf2 v0.11.0 |
769 | 2025-01-24T19:15:58.220Z | Downloaded glob v0.3.1 |
770 | 2025-01-24T19:15:58.220Z | Downloaded float-ord v0.3.2 |
771 | 2025-01-24T19:15:58.220Z | Downloaded quinn-udp v0.5.5 |
772 | 2025-01-24T19:15:58.220Z | Downloaded tokio-tungstenite v0.24.0 |
773 | 2025-01-24T19:15:58.221Z | Downloaded tokio-rustls v0.24.1 |
774 | 2025-01-24T19:15:58.221Z | Downloaded tokio-tungstenite v0.23.1 |
775 | 2025-01-24T19:15:58.221Z | Downloaded vsss-rs v3.3.4 |
776 | 2025-01-24T19:15:58.221Z | Downloaded publicsuffix v2.3.0 |
777 | 2025-01-24T19:15:58.221Z | Downloaded zeroize_derive v1.4.2 |
778 | 2025-01-24T19:15:58.221Z | Downloaded p256 v0.13.2 |
779 | 2025-01-24T19:15:58.221Z | Downloaded heapless v0.8.0 |
780 | 2025-01-24T19:15:58.221Z | Downloaded progenitor-client v0.8.0 |
781 | 2025-01-24T19:15:58.221Z | Downloaded parse-size v1.1.0 |
782 | 2025-01-24T19:15:58.221Z | Downloaded static_assertions v1.1.0 |
783 | 2025-01-24T19:15:58.221Z | Downloaded typify-macro v0.2.0 |
784 | 2025-01-24T19:15:58.222Z | Downloaded tls_codec_derive v0.4.1 |
785 | 2025-01-24T19:15:58.222Z | Downloaded progenitor-macro v0.8.0 |
786 | 2025-01-24T19:15:58.222Z | Downloaded typed-path v0.9.3 |
787 | 2025-01-24T19:15:58.222Z | Downloaded idna v1.0.3 |
788 | 2025-01-24T19:15:58.222Z | Downloaded float-cmp v0.9.0 |
789 | 2025-01-24T19:15:58.257Z | Downloaded diesel-dtrace v0.4.2 |
790 | 2025-01-24T19:15:58.257Z | Downloaded owo-colors v4.1.0 |
791 | 2025-01-24T19:15:58.257Z | Downloaded sqlparser_derive v0.2.2 |
792 | 2025-01-24T19:15:58.257Z | Downloaded rpassword v7.3.1 |
793 | 2025-01-24T19:15:58.257Z | Downloaded slog-stdlog v4.1.1 |
794 | 2025-01-24T19:15:58.257Z | Downloaded signal-hook-registry v1.4.2 |
795 | 2025-01-24T19:15:58.257Z | Downloaded itertools v0.10.5 |
796 | 2025-01-24T19:15:58.257Z | Downloaded sync_wrapper v1.0.1 |
797 | 2025-01-24T19:15:58.257Z | Downloaded sync-ptr v0.1.1 |
798 | 2025-01-24T19:15:58.257Z | Downloaded tls_codec v0.4.1 |
799 | 2025-01-24T19:15:58.258Z | Downloaded signal-hook-tokio v0.3.1 |
800 | 2025-01-24T19:15:58.258Z | Downloaded num-integer v0.1.46 |
801 | 2025-01-24T19:15:58.258Z | Downloaded unicode-properties v0.1.3 |
802 | 2025-01-24T19:15:58.258Z | Downloaded futures-task v0.3.31 |
803 | 2025-01-24T19:15:58.258Z | Downloaded zone v0.1.8 |
804 | 2025-01-24T19:15:58.258Z | Downloaded universal-hash v0.5.1 |
805 | 2025-01-24T19:15:58.258Z | Downloaded toml v0.7.8 |
806 | 2025-01-24T19:15:58.258Z | Downloaded schemars v0.8.21 |
807 | 2025-01-24T19:15:58.258Z | Downloaded foreign-types-shared v0.3.1 |
808 | 2025-01-24T19:15:58.258Z | Downloaded itertools v0.12.1 |
809 | 2025-01-24T19:15:58.259Z | Downloaded rustversion v1.0.17 |
810 | 2025-01-24T19:15:58.259Z | Downloaded whoami v1.5.2 |
811 | 2025-01-24T19:15:58.259Z | Downloaded libm v0.2.8 |
812 | 2025-01-24T19:15:58.259Z | Downloaded toolchain_find v0.4.0 |
813 | 2025-01-24T19:15:58.259Z | Downloaded headers-core v0.3.0 |
814 | 2025-01-24T19:15:58.259Z | Downloaded futures-io v0.3.31 |
815 | 2025-01-24T19:15:58.259Z | Downloaded futures-macro v0.3.31 |
816 | 2025-01-24T19:15:58.259Z | Downloaded waitgroup v0.1.2 |
817 | 2025-01-24T19:15:58.259Z | Downloaded stringprep v0.1.5 |
818 | 2025-01-24T19:15:58.259Z | Downloaded document-features v0.2.10 |
819 | 2025-01-24T19:15:58.259Z | Downloaded zone v0.3.0 |
820 | 2025-01-24T19:15:58.260Z | Downloaded hyper v1.5.2 |
821 | 2025-01-24T19:15:58.260Z | Downloaded foreign-types-shared v0.1.1 |
822 | 2025-01-24T19:15:58.260Z | Downloaded utf8_iter v1.0.4 |
823 | 2025-01-24T19:15:58.260Z | Downloaded utf16_iter v1.0.5 |
824 | 2025-01-24T19:15:58.260Z | Downloaded vergen v8.3.2 |
825 | 2025-01-24T19:15:58.260Z | Downloaded packed_struct_codegen v0.10.1 |
826 | 2025-01-24T19:15:58.261Z | Downloaded pin-utils v0.1.0 |
827 | 2025-01-24T19:15:58.261Z | Downloaded rayon-core v1.12.1 |
828 | 2025-01-24T19:15:58.261Z | Downloaded unicode-bidi v0.3.17 |
829 | 2025-01-24T19:15:58.332Z | Downloaded form_urlencoded v1.2.1 |
830 | 2025-01-24T19:15:58.332Z | Downloaded tough v0.19.0 |
831 | 2025-01-24T19:15:58.333Z | Downloaded derive_builder_macro v0.20.2 |
832 | 2025-01-24T19:15:58.333Z | Downloaded zerovec-derive v0.10.3 |
833 | 2025-01-24T19:15:58.333Z | Downloaded embedded-io v0.4.0 |
834 | 2025-01-24T19:15:58.333Z | Downloaded crossterm v0.28.1 |
835 | 2025-01-24T19:15:58.333Z | Downloaded unarray v0.1.4 |
836 | 2025-01-24T19:15:58.367Z | Downloaded half v2.4.1 |
837 | 2025-01-24T19:15:58.368Z | Downloaded thiserror-impl-no-std v2.0.2 |
838 | 2025-01-24T19:15:58.368Z | Downloaded itertools v0.13.0 |
839 | 2025-01-24T19:15:58.368Z | Downloaded env_filter v0.1.2 |
840 | 2025-01-24T19:15:58.368Z | Downloaded term v0.7.0 |
841 | 2025-01-24T19:15:58.368Z | Downloaded enum-as-inner v0.6.1 |
842 | 2025-01-24T19:15:58.368Z | Downloaded zerocopy-derive v0.8.10 |
843 | 2025-01-24T19:15:58.368Z | Downloaded phf_shared v0.10.0 |
844 | 2025-01-24T19:15:58.368Z | Downloaded nodrop v0.1.14 |
845 | 2025-01-24T19:15:58.368Z | Downloaded progenitor-impl v0.8.0 |
846 | 2025-01-24T19:15:58.368Z | Downloaded pin-project-lite v0.2.14 |
847 | 2025-01-24T19:15:58.368Z | Downloaded fxhash v0.2.1 |
848 | 2025-01-24T19:15:58.369Z | Downloaded sigpipe v0.1.3 |
849 | 2025-01-24T19:15:58.369Z | Downloaded resolv-conf v0.7.0 |
850 | 2025-01-24T19:15:58.369Z | Downloaded paste v1.0.15 |
851 | 2025-01-24T19:15:58.369Z | Downloaded hashbrown v0.12.3 |
852 | 2025-01-24T19:15:58.369Z | Downloaded predicates-tree v1.0.11 |
853 | 2025-01-24T19:15:58.369Z | Downloaded aes-gcm v0.10.3 |
854 | 2025-01-24T19:15:58.369Z | Downloaded parking_lot_core v0.8.6 |
855 | 2025-01-24T19:15:58.369Z | Downloaded smallvec v0.6.14 |
856 | 2025-01-24T19:15:58.369Z | Downloaded typify v0.2.0 |
857 | 2025-01-24T19:15:58.369Z | Downloaded slog-envlogger v2.2.0 |
858 | 2025-01-24T19:15:58.369Z | Downloaded serde-big-array v0.5.1 |
859 | 2025-01-24T19:15:58.369Z | Downloaded utf-8 v0.7.6 |
860 | 2025-01-24T19:15:58.369Z | Downloaded slog-dtrace v0.3.0 |
861 | 2025-01-24T19:15:58.369Z | Downloaded proc-macro-crate v1.3.1 |
862 | 2025-01-24T19:15:58.370Z | Downloaded progenitor v0.8.0 |
863 | 2025-01-24T19:15:58.370Z | Downloaded either v1.13.0 |
864 | 2025-01-24T19:15:58.370Z | Downloaded unicase v2.7.0 |
865 | 2025-01-24T19:15:58.370Z | Downloaded signal-hook v0.3.17 |
866 | 2025-01-24T19:15:58.370Z | Downloaded quinn v0.11.5 |
867 | 2025-01-24T19:15:58.370Z | Downloaded wait-timeout v0.2.0 |
868 | 2025-01-24T19:15:58.370Z | Downloaded x509-cert v0.2.5 |
869 | 2025-01-24T19:15:58.370Z | Downloaded try-lock v0.2.5 |
870 | 2025-01-24T19:15:58.419Z | Downloaded russh-cryptovec v0.7.3 |
871 | 2025-01-24T19:15:58.419Z | Downloaded num_threads v0.1.7 |
872 | 2025-01-24T19:15:58.419Z | Downloaded peg v0.8.4 |
873 | 2025-01-24T19:15:58.419Z | Downloaded strip-ansi-escapes v0.2.0 |
874 | 2025-01-24T19:15:58.419Z | Downloaded string_cache v0.8.7 |
875 | 2025-01-24T19:15:58.420Z | Downloaded percent-encoding v2.3.1 |
876 | 2025-01-24T19:15:58.421Z | Downloaded flume v0.11.1 |
877 | 2025-01-24T19:15:58.421Z | Downloaded pin-project-internal v1.1.6 |
878 | 2025-01-24T19:15:58.421Z | Downloaded tokio-util v0.7.12 |
879 | 2025-01-24T19:15:58.421Z | Downloaded zone_cfg_derive v0.1.2 |
880 | 2025-01-24T19:15:58.421Z | Downloaded secrecy v0.8.0 |
881 | 2025-01-24T19:15:58.421Z | Downloaded russh v0.45.0 |
882 | 2025-01-24T19:15:58.421Z | Downloaded fixedbitset v0.4.2 |
883 | 2025-01-24T19:15:58.423Z | Downloaded shlex v1.3.0 |
884 | 2025-01-24T19:15:58.423Z | Downloaded expectorate v1.1.0 |
885 | 2025-01-24T19:15:58.423Z | Downloaded sha1 v0.10.6 |
886 | 2025-01-24T19:15:58.423Z | Downloaded gethostname v0.5.0 |
887 | 2025-01-24T19:15:58.423Z | Downloaded futures-executor v0.3.31 |
888 | 2025-01-24T19:15:58.423Z | Downloaded slog-json v2.6.1 |
889 | 2025-01-24T19:15:58.454Z | Downloaded futures-core v0.3.31 |
890 | 2025-01-24T19:15:58.454Z | Downloaded serde-hex v0.1.0 |
891 | 2025-01-24T19:15:58.454Z | Downloaded env_logger v0.11.5 |
892 | 2025-01-24T19:15:58.454Z | Downloaded openssl-probe v0.1.5 |
893 | 2025-01-24T19:15:58.455Z | Downloaded darling_macro v0.20.10 |
894 | 2025-01-24T19:15:58.455Z | Downloaded vte v0.11.1 |
895 | 2025-01-24T19:15:58.456Z | Downloaded opaque-debug v0.3.1 |
896 | 2025-01-24T19:15:58.456Z | Downloaded pbkdf2 v0.12.2 |
897 | 2025-01-24T19:15:58.457Z | Downloaded vte_generate_state_changes v0.1.2 |
898 | 2025-01-24T19:15:58.457Z | Downloaded env_logger v0.10.2 |
899 | 2025-01-24T19:15:58.457Z | Downloaded zone_cfg_derive v0.3.0 |
900 | 2025-01-24T19:15:58.457Z | Downloaded write16 v1.0.0 |
901 | 2025-01-24T19:15:58.458Z | Downloaded normalize-line-endings v0.3.0 |
902 | 2025-01-24T19:15:58.461Z | Downloaded parking_lot v0.12.3 |
903 | 2025-01-24T19:15:58.461Z | Downloaded smallvec v1.13.2 |
904 | 2025-01-24T19:15:58.461Z | Downloaded pkcs8 v0.10.2 |
905 | 2025-01-24T19:15:58.462Z | Downloaded pem-rfc7468 v0.7.0 |
906 | 2025-01-24T19:15:58.462Z | Downloaded subprocess v0.2.9 |
907 | 2025-01-24T19:15:58.462Z | Downloaded diff v0.1.13 |
908 | 2025-01-24T19:15:58.462Z | Downloaded heck v0.3.3 |
909 | 2025-01-24T19:15:58.462Z | Downloaded simd-adler32 v0.3.7 |
910 | 2025-01-24T19:15:58.462Z | Downloaded shell-words v1.1.0 |
911 | 2025-01-24T19:15:58.463Z | Downloaded want v0.3.1 |
912 | 2025-01-24T19:15:58.463Z | Downloaded openssl-macros v0.1.1 |
913 | 2025-01-24T19:15:58.463Z | Downloaded path-slash v0.1.5 |
914 | 2025-01-24T19:15:58.464Z | Downloaded rand_chacha v0.3.1 |
915 | 2025-01-24T19:15:58.464Z | Downloaded password-hash v0.4.2 |
916 | 2025-01-24T19:15:58.464Z | Downloaded unicode-normalization v0.1.24 |
917 | 2025-01-24T19:15:58.490Z | Downloaded der v0.7.9 |
918 | 2025-01-24T19:15:58.490Z | Downloaded semver v0.1.20 |
919 | 2025-01-24T19:15:58.490Z | Downloaded nom v7.1.3 |
920 | 2025-01-24T19:15:58.490Z | Downloaded newline-converter v0.3.0 |
921 | 2025-01-24T19:15:58.490Z | Downloaded thread_local v1.1.8 |
922 | 2025-01-24T19:15:58.490Z | Downloaded unicode-segmentation v1.12.0 |
923 | 2025-01-24T19:15:58.491Z | Downloaded walkdir v2.5.0 |
924 | 2025-01-24T19:15:58.491Z | Downloaded diesel_derives v2.2.3 |
925 | 2025-01-24T19:15:58.491Z | Downloaded strum_macros v0.24.3 |
926 | 2025-01-24T19:15:58.491Z | Downloaded precomputed-hash v0.1.1 |
927 | 2025-01-24T19:15:58.491Z | Downloaded structmeta-derive v0.3.0 |
928 | 2025-01-24T19:15:58.491Z | Downloaded topological-sort v0.2.2 |
929 | 2025-01-24T19:15:58.491Z | Downloaded parse-zoneinfo v0.3.1 |
930 | 2025-01-24T19:15:58.491Z | Downloaded rfc6979 v0.4.0 |
931 | 2025-01-24T19:15:58.491Z | Downloaded predicates-core v1.0.8 |
932 | 2025-01-24T19:15:58.491Z | Downloaded portable-atomic v1.9.0 |
933 | 2025-01-24T19:15:58.514Z | Downloaded rustls-pemfile v1.0.4 |
934 | 2025-01-24T19:15:58.514Z | Downloaded slog v2.7.0 |
935 | 2025-01-24T19:15:58.515Z | Downloaded spin v0.9.8 |
936 | 2025-01-24T19:15:58.515Z | Downloaded postcard v1.0.10 |
937 | 2025-01-24T19:15:58.515Z | Downloaded tui-tree-widget v0.22.0 |
938 | 2025-01-24T19:15:58.515Z | Downloaded thiserror-impl v2.0.11 |
939 | 2025-01-24T19:15:58.515Z | Downloaded thiserror-no-std v2.0.2 |
940 | 2025-01-24T19:15:58.515Z | Downloaded tokio-postgres v0.7.12 |
941 | 2025-01-24T19:15:58.515Z | Downloaded sct v0.7.1 |
942 | 2025-01-24T19:15:58.546Z | Downloaded blake3 v1.5.4 |
943 | 2025-01-24T19:15:58.546Z | Downloaded olpc-cjson v0.1.4 |
944 | 2025-01-24T19:15:58.546Z | Downloaded pkcs5 v0.7.1 |
945 | 2025-01-24T19:15:58.547Z | Downloaded openssl-sys v0.9.103 |
946 | 2025-01-24T19:15:58.547Z | Downloaded ecdsa v0.16.9 |
947 | 2025-01-24T19:15:58.547Z | Downloaded der_derive v0.7.3 |
948 | 2025-01-24T19:15:58.547Z | Downloaded defmt v0.3.8 |
949 | 2025-01-24T19:15:58.547Z | Downloaded futures v0.3.31 |
950 | 2025-01-24T19:15:58.547Z | Downloaded tungstenite v0.23.0 |
951 | 2025-01-24T19:15:58.547Z | Downloaded socket2 v0.5.7 |
952 | 2025-01-24T19:15:58.614Z | Downloaded ssh-encoding v0.2.0 |
953 | 2025-01-24T19:15:58.614Z | Downloaded rustfmt-wrapper v0.2.1 |
954 | 2025-01-24T19:15:58.614Z | Downloaded rustc_version v0.4.1 |
955 | 2025-01-24T19:15:58.615Z | Downloaded pkg-config v0.3.31 |
956 | 2025-01-24T19:15:58.615Z | Downloaded tracing-attributes v0.1.27 |
957 | 2025-01-24T19:15:58.615Z | Downloaded ssh-key v0.6.6 |
958 | 2025-01-24T19:15:58.615Z | Downloaded debug-ignore v1.0.5 |
959 | 2025-01-24T19:15:58.615Z | Downloaded aws-lc-rs v1.10.0 |
960 | 2025-01-24T19:15:58.615Z | Downloaded nu-ansi-term v0.50.1 |
961 | 2025-01-24T19:15:58.615Z | Downloaded icu_properties_data v1.5.0 |
962 | 2025-01-24T19:15:58.615Z | Downloaded headers v0.4.0 |
963 | 2025-01-24T19:15:58.670Z | Downloaded deranged v0.3.11 |
964 | 2025-01-24T19:15:58.670Z | Downloaded strum_macros v0.26.4 |
965 | 2025-01-24T19:15:58.670Z | Downloaded steno v0.4.1 |
966 | 2025-01-24T19:15:58.670Z | Downloaded tinyvec v1.8.0 |
967 | 2025-01-24T19:15:58.670Z | Downloaded aho-corasick v1.1.3 |
968 | 2025-01-24T19:15:58.670Z | Downloaded derive_builder_core v0.20.2 |
969 | 2025-01-24T19:15:58.670Z | Downloaded hashlink v0.9.1 |
970 | 2025-01-24T19:15:58.671Z | Downloaded tungstenite v0.21.0 |
971 | 2025-01-24T19:15:58.671Z | Downloaded zip v0.6.6 |
972 | 2025-01-24T19:15:58.671Z | Downloaded lalrpop v0.19.12 |
973 | 2025-01-24T19:15:58.671Z | Downloaded tracing v0.1.40 |
974 | 2025-01-24T19:15:58.671Z | Downloaded p384 v0.13.0 |
975 | 2025-01-24T19:15:58.671Z | Downloaded flate2 v1.0.35 |
976 | 2025-01-24T19:15:58.671Z | Downloaded tracing-core v0.1.32 |
977 | 2025-01-24T19:15:58.671Z | Downloaded zopfli v0.8.1 |
978 | 2025-01-24T19:15:58.672Z | Downloaded tinystr v0.7.6 |
979 | 2025-01-24T19:15:58.672Z | Downloaded futures-util v0.3.31 |
980 | 2025-01-24T19:15:58.694Z | Downloaded proptest v1.5.0 |
981 | 2025-01-24T19:15:58.694Z | Downloaded h2 v0.4.6 |
982 | 2025-01-24T19:15:58.695Z | Downloaded ed25519-dalek v2.1.1 |
983 | 2025-01-24T19:15:58.695Z | Downloaded num-bigint-dig v0.8.4 |
984 | 2025-01-24T19:15:58.695Z | Downloaded rsa v0.9.6 |
985 | 2025-01-24T19:15:58.695Z | Downloaded zip v2.1.3 |
986 | 2025-01-24T19:15:58.695Z | Downloaded num-bigint v0.4.6 |
987 | 2025-01-24T19:15:58.695Z | Downloaded bitvec v1.0.1 |
988 | 2025-01-24T19:15:58.732Z | Downloaded quinn-proto v0.11.8 |
989 | 2025-01-24T19:15:58.732Z | Downloaded salty v0.3.0 |
990 | 2025-01-24T19:15:58.761Z | Downloaded zerocopy v0.8.10 |
991 | 2025-01-24T19:15:58.761Z | Downloaded p521 v0.13.3 |
992 | 2025-01-24T19:15:58.761Z | Downloaded rusqlite v0.32.1 |
993 | 2025-01-24T19:15:58.854Z | Downloaded zerovec v0.10.4 |
994 | 2025-01-24T19:15:58.854Z | Downloaded regex v1.11.1 |
995 | 2025-01-24T19:15:58.854Z | Downloaded hashbrown v0.14.5 |
996 | 2025-01-24T19:15:58.854Z | Downloaded regress v0.10.1 |
997 | 2025-01-24T19:15:58.855Z | Downloaded hickory-proto v0.24.2 |
998 | 2025-01-24T19:15:58.855Z | Downloaded radix_trie v0.2.1 |
999 | 2025-01-24T19:15:58.921Z | Downloaded gimli v0.31.1 |
1000 | 2025-01-24T19:15:58.921Z | Downloaded vcpkg v0.2.15 |
1001 | 2025-01-24T19:15:58.921Z | Downloaded object v0.36.5 |
1002 | 2025-01-24T19:15:58.921Z | Downloaded dropshot v0.12.0 |
1003 | 2025-01-24T19:15:58.921Z | Downloaded object v0.30.4 |
1004 | 2025-01-24T19:15:58.980Z | Downloaded openssl v0.10.66 |
1005 | 2025-01-24T19:15:58.980Z | Downloaded rustls v0.23.19 |
1006 | 2025-01-24T19:15:58.980Z | Downloaded dropshot v0.15.1 |
1007 | 2025-01-24T19:15:59.084Z | Downloaded reqwest v0.12.9 |
1008 | 2025-01-24T19:15:59.084Z | Downloaded rustls-webpki v0.102.8 |
1009 | 2025-01-24T19:15:59.084Z | Downloaded rustls v0.22.4 |
1010 | 2025-01-24T19:15:59.084Z | Downloaded libz-sys v1.1.20 |
1011 | 2025-01-24T19:15:59.085Z | Downloaded smoltcp v0.11.0 |
1012 | 2025-01-24T19:15:59.085Z | Downloaded regex-syntax v0.8.5 |
1013 | 2025-01-24T19:15:59.163Z | Downloaded chrono-tz v0.10.1 |
1014 | 2025-01-24T19:15:59.164Z | Downloaded petname v2.0.2 |
1015 | 2025-01-24T19:15:59.164Z | Downloaded webpki-roots v0.26.6 |
1016 | 2025-01-24T19:15:59.164Z | Downloaded regex-syntax v0.6.29 |
1017 | 2025-01-24T19:15:59.164Z | Downloaded git2 v0.19.0 |
1018 | 2025-01-24T19:15:59.164Z | Downloaded typify-impl v0.3.0 |
1019 | 2025-01-24T19:15:59.164Z | Downloaded nix v0.27.1 |
1020 | 2025-01-24T19:15:59.164Z | Downloaded regex-automata v0.4.8 |
1021 | 2025-01-24T19:15:59.164Z | Downloaded typify-impl v0.2.0 |
1022 | 2025-01-24T19:15:59.203Z | Downloaded nix v0.28.0 |
1023 | 2025-01-24T19:15:59.203Z | Downloaded nix v0.29.0 |
1024 | 2025-01-24T19:15:59.203Z | Downloaded bstr v1.10.0 |
1025 | 2025-01-24T19:15:59.204Z | Downloaded regress v0.9.1 |
1026 | 2025-01-24T19:15:59.204Z | Downloaded openapiv3 v2.0.0 |
1027 | 2025-01-24T19:15:59.204Z | Downloaded lzma-sys v0.1.20 |
1028 | 2025-01-24T19:15:59.241Z | Downloaded polar-core v0.27.3 |
1029 | 2025-01-24T19:15:59.241Z | Downloaded diesel v2.2.6 |
1030 | 2025-01-24T19:15:59.265Z | Downloaded smoltcp v0.9.1 |
1031 | 2025-01-24T19:15:59.265Z | Downloaded curve25519-dalek v4.1.3 |
1032 | 2025-01-24T19:15:59.265Z | Downloaded rayon v1.10.0 |
1033 | 2025-01-24T19:15:59.280Z | Downloaded bindgen v0.69.5 |
1034 | 2025-01-24T19:15:59.280Z | Downloaded ratatui v0.28.1 |
1035 | 2025-01-24T19:15:59.304Z | Downloaded unicode-width v0.2.0 |
1036 | 2025-01-24T19:15:59.304Z | Downloaded sled v0.34.7 |
1037 | 2025-01-24T19:15:59.310Z | Downloaded tokio v1.43.0 |
1038 | 2025-01-24T19:15:59.340Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1039 | 2025-01-24T19:15:59.366Z | Downloaded zerocopy-derive v0.6.6 |
1040 | 2025-01-24T19:15:59.425Z | Downloaded sha3 v0.10.8 |
1041 | 2025-01-24T19:15:59.425Z | Downloaded rustls v0.21.12 |
1042 | 2025-01-24T19:15:59.425Z | Downloaded chrono v0.4.39 |
1043 | 2025-01-24T19:15:59.426Z | Downloaded quick-xml v0.33.0 |
1044 | 2025-01-24T19:15:59.426Z | Downloaded ssh-cipher v0.2.0 |
1045 | 2025-01-24T19:15:59.426Z | Downloaded rustls-pki-types v1.10.0 |
1046 | 2025-01-24T19:15:59.426Z | Downloaded rustls-pemfile v2.2.0 |
1047 | 2025-01-24T19:15:59.426Z | Downloaded sqlparser v0.45.0 |
1048 | 2025-01-24T19:15:59.426Z | Downloaded omicron-zone-package v0.12.0 |
1049 | 2025-01-24T19:15:59.426Z | Downloaded petgraph v0.6.5 |
1050 | 2025-01-24T19:15:59.446Z | Downloaded heapless v0.7.17 |
1051 | 2025-01-24T19:15:59.446Z | Downloaded elliptic-curve v0.13.8 |
1052 | 2025-01-24T19:15:59.446Z | Downloaded ghash v0.5.1 |
1053 | 2025-01-24T19:15:59.446Z | Downloaded unicode_categories v0.1.1 |
1054 | 2025-01-24T19:15:59.446Z | Downloaded serde_with v3.11.0 |
1055 | 2025-01-24T19:15:59.446Z | Downloaded predicates v3.1.2 |
1056 | 2025-01-24T19:15:59.446Z | Downloaded csv v1.3.0 |
1057 | 2025-01-24T19:15:59.471Z | Downloaded ron v0.8.1 |
1058 | 2025-01-24T19:15:59.471Z | Downloaded filetime v0.2.25 |
1059 | 2025-01-24T19:15:59.471Z | Downloaded ff v0.13.0 |
1060 | 2025-01-24T19:15:59.472Z | Downloaded fd-lock v4.0.2 |
1061 | 2025-01-24T19:15:59.481Z | Downloaded hashbrown v0.13.2 |
1062 | 2025-01-24T19:15:59.481Z | Downloaded reedline v0.35.0 |
1063 | 2025-01-24T19:15:59.481Z | Downloaded rustls-webpki v0.101.7 |
1064 | 2025-01-24T19:15:59.491Z | Downloaded test-strategy v0.3.1 |
1065 | 2025-01-24T19:15:59.512Z | Downloaded toml_edit v0.19.15 |
1066 | 2025-01-24T19:15:59.525Z | Downloaded qorb v0.2.1 |
1067 | 2025-01-24T19:15:59.525Z | Downloaded progenitor-impl v0.9.1 |
1068 | 2025-01-24T19:15:59.530Z | Downloaded parking_lot v0.11.2 |
1069 | 2025-01-24T19:15:59.530Z | Downloaded nibble_vec v0.1.0 |
1070 | 2025-01-24T19:15:59.531Z | Downloaded unsafe-libyaml v0.2.11 |
1071 | 2025-01-24T19:15:59.531Z | Downloaded time v0.3.36 |
1072 | 2025-01-24T19:15:59.531Z | Downloaded winnow v0.5.40 |
1073 | 2025-01-24T19:15:59.571Z | Downloaded hkdf v0.12.4 |
1074 | 2025-01-24T19:15:59.571Z | Downloaded rustyline v14.0.0 |
1075 | 2025-01-24T19:15:59.571Z | Downloaded samael v0.0.17 |
1076 | 2025-01-24T19:15:59.619Z | Downloaded embedded-io v0.6.1 |
1077 | 2025-01-24T19:15:59.619Z | Downloaded data-encoding v2.6.0 |
1078 | 2025-01-24T19:15:59.620Z | Downloaded unicode-xid v0.2.6 |
1079 | 2025-01-24T19:15:59.620Z | Downloaded rand_xorshift v0.3.0 |
1080 | 2025-01-24T19:15:59.620Z | Downloaded rand_core v0.6.4 |
1081 | 2025-01-24T19:15:59.620Z | Downloaded typify-macro v0.3.0 |
1082 | 2025-01-24T19:15:59.620Z | Downloaded slog-bunyan v2.5.0 |
1083 | 2025-01-24T19:15:59.620Z | Downloaded signature v2.2.0 |
1084 | 2025-01-24T19:15:59.620Z | Downloaded url v2.5.3 |
1085 | 2025-01-24T19:15:59.620Z | Downloaded rand v0.8.5 |
1086 | 2025-01-24T19:15:59.620Z | Downloaded foreign-types v0.3.2 |
1087 | 2025-01-24T19:15:59.620Z | Downloaded oso v0.27.3 |
1088 | 2025-01-24T19:15:59.620Z | Downloaded tar v0.4.42 |
1089 | 2025-01-24T19:15:59.621Z | Downloaded prettyplease v0.2.25 |
1090 | 2025-01-24T19:15:59.621Z | Downloaded progenitor v0.9.1 |
1091 | 2025-01-24T19:15:59.621Z | Downloaded termtree v0.5.1 |
1092 | 2025-01-24T19:15:59.621Z | Downloaded fatfs v0.3.6 |
1093 | 2025-01-24T19:15:59.659Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1094 | 2025-01-24T19:15:59.672Z | Downloaded dropshot_endpoint v0.12.0 |
1095 | 2025-01-24T19:15:59.672Z | Downloaded zerocopy v0.6.6 |
1096 | 2025-01-24T19:15:59.672Z | Downloaded typify v0.3.0 |
1097 | 2025-01-24T19:15:59.672Z | Downloaded encoding_rs v0.8.34 |
1098 | 2025-01-24T19:15:59.676Z | Downloaded num-derive v0.4.2 |
1099 | 2025-01-24T19:15:59.676Z | Downloaded dyn-clone v1.0.17 |
1100 | 2025-01-24T19:15:59.676Z | Downloaded dunce v1.0.5 |
1101 | 2025-01-24T19:15:59.682Z | Downloaded dsl_auto_type v0.1.2 |
1102 | 2025-01-24T19:15:59.682Z | Downloaded signal-hook-mio v0.2.4 |
1103 | 2025-01-24T19:15:59.682Z | Downloaded pkcs1 v0.7.5 |
1104 | 2025-01-24T19:15:59.692Z | Downloaded num-traits v0.2.19 |
1105 | 2025-01-24T19:15:59.692Z | Downloaded slog-term v2.9.1 |
1106 | 2025-01-24T19:15:59.692Z | Downloaded quick-error v1.2.3 |
1107 | 2025-01-24T19:15:59.700Z | Downloaded postgres-protocol v0.6.7 |
1108 | 2025-01-24T19:15:59.701Z | Downloaded num-rational v0.4.2 |
1109 | 2025-01-24T19:15:59.701Z | Downloaded futures-sink v0.3.31 |
1110 | 2025-01-24T19:15:59.701Z | Downloaded russh-keys v0.45.0 |
1111 | 2025-01-24T19:15:59.701Z | Downloaded serde_yaml v0.9.34+deprecated |
1112 | 2025-01-24T19:15:59.740Z | Downloaded progenitor-client v0.9.1 |
1113 | 2025-01-24T19:15:59.740Z | Downloaded num_enum_derive v0.5.11 |
1114 | 2025-01-24T19:15:59.740Z | Downloaded strum_macros v0.25.3 |
1115 | 2025-01-24T19:15:59.740Z | Downloaded base64 v0.21.7 |
1116 | 2025-01-24T19:15:59.740Z | Downloaded powerfmt v0.2.0 |
1117 | 2025-01-24T19:15:59.741Z | Downloaded fallible-iterator v0.3.0 |
1118 | 2025-01-24T19:15:59.741Z | Downloaded ena v0.14.3 |
1119 | 2025-01-24T19:15:59.741Z | Downloaded dirs-sys-next v0.1.2 |
1120 | 2025-01-24T19:15:59.741Z | Downloaded derive_builder v0.20.2 |
1121 | 2025-01-24T19:15:59.741Z | Downloaded peg-macros v0.8.4 |
1122 | 2025-01-24T19:15:59.741Z | Downloaded bytes v1.9.0 |
1123 | 2025-01-24T19:15:59.741Z | Downloaded tokio-tungstenite v0.21.0 |
1124 | 2025-01-24T19:15:59.742Z | Downloaded num-complex v0.4.6 |
1125 | 2025-01-24T19:15:59.754Z | Downloaded globset v0.4.15 |
1126 | 2025-01-24T19:15:59.754Z | Downloaded sqlformat v0.2.6 |
1127 | 2025-01-24T19:15:59.754Z | Downloaded slog-async v2.8.0 |
1128 | 2025-01-24T19:15:59.754Z | Downloaded rustc-hash v2.0.0 |
1129 | 2025-01-24T19:15:59.754Z | Downloaded progenitor-macro v0.9.1 |
1130 | 2025-01-24T19:15:59.754Z | Downloaded tungstenite v0.24.0 |
1131 | 2025-01-24T19:15:59.754Z | Downloaded similar v2.6.0 |
1132 | 2025-01-24T19:15:59.754Z | Downloaded http v1.2.0 |
1133 | 2025-01-24T19:15:59.754Z | Downloaded crypto-bigint v0.5.5 |
1134 | 2025-01-24T19:15:59.782Z | Downloaded cc v1.1.30 |
1135 | 2025-01-24T19:15:59.782Z | Downloaded derive_more v0.99.18 |
1136 | 2025-01-24T19:15:59.782Z | Downloaded miniz_oxide v0.8.0 |
1137 | 2025-01-24T19:15:59.805Z | Downloaded defmt-macros v0.3.9 |
1138 | 2025-01-24T19:15:59.805Z | Downloaded backtrace v0.3.74 |
1139 | 2025-01-24T19:15:59.805Z | Downloaded yoke v0.7.4 |
1140 | 2025-01-24T19:15:59.806Z | Downloaded yasna v0.5.2 |
1141 | 2025-01-24T19:15:59.806Z | Downloaded indexmap v1.9.3 |
1142 | 2025-01-24T19:15:59.806Z | Downloaded icu_provider v1.5.0 |
1143 | 2025-01-24T19:15:59.806Z | Downloaded serde_repr v0.1.19 |
1144 | 2025-01-24T19:15:59.806Z | Downloaded serde_plain v1.0.2 |
1145 | 2025-01-24T19:15:59.806Z | Downloaded serde_path_to_error v0.1.16 |
1146 | 2025-01-24T19:15:59.806Z | Downloaded schemars_derive v0.8.21 |
1147 | 2025-01-24T19:15:59.806Z | Downloaded fs_extra v1.3.0 |
1148 | 2025-01-24T19:15:59.806Z | Downloaded poly1305 v0.8.0 |
1149 | 2025-01-24T19:15:59.806Z | Downloaded phf_shared v0.11.2 |
1150 | 2025-01-24T19:15:59.813Z | Downloaded getrandom v0.2.15 |
1151 | 2025-01-24T19:15:59.813Z | Downloaded time-macros v0.2.18 |
1152 | 2025-01-24T19:15:59.813Z | Downloaded icu_properties v1.5.1 |
1153 | 2025-01-24T19:15:59.813Z | Downloaded termcolor v1.4.1 |
1154 | 2025-01-24T19:15:59.813Z | Downloaded serde_with_macros v3.11.0 |
1155 | 2025-01-24T19:15:59.813Z | Downloaded serde_derive_internals v0.29.1 |
1156 | 2025-01-24T19:15:59.813Z | Downloaded fragile v2.0.0 |
1157 | 2025-01-24T19:15:59.813Z | Downloaded allocator-api2 v0.2.18 |
1158 | 2025-01-24T19:15:59.813Z | Downloaded siphasher v0.3.11 |
1159 | 2025-01-24T19:15:59.814Z | Downloaded jobserver v0.1.32 |
1160 | 2025-01-24T19:15:59.819Z | Downloaded icu_locid_transform v1.5.0 |
1161 | 2025-01-24T19:15:59.819Z | Downloaded sec1 v0.7.3 |
1162 | 2025-01-24T19:15:59.819Z | Downloaded salsa20 v0.10.2 |
1163 | 2025-01-24T19:15:59.819Z | Downloaded rustc-hash v1.1.0 |
1164 | 2025-01-24T19:15:59.819Z | Downloaded crc-any v2.5.0 |
1165 | 2025-01-24T19:15:59.819Z | Downloaded internet-checksum v0.2.1 |
1166 | 2025-01-24T19:15:59.826Z | Downloaded inout v0.1.3 |
1167 | 2025-01-24T19:15:59.826Z | Downloaded keccak v0.1.5 |
1168 | 2025-01-24T19:15:59.827Z | Downloaded constant_time_eq v0.3.1 |
1169 | 2025-01-24T19:15:59.827Z | Downloaded ciborium-ll v0.2.2 |
1170 | 2025-01-24T19:15:59.836Z | Downloaded impl-trait-for-tuples v0.2.2 |
1171 | 2025-01-24T19:15:59.836Z | Downloaded ciborium v0.2.2 |
1172 | 2025-01-24T19:15:59.836Z | Downloaded hmac v0.12.1 |
1173 | 2025-01-24T19:15:59.836Z | Downloaded hostname v0.4.0 |
1174 | 2025-01-24T19:15:59.840Z | Downloaded linear-map v1.2.0 |
1175 | 2025-01-24T19:15:59.840Z | Downloaded hubpack v0.1.2 |
1176 | 2025-01-24T19:15:59.840Z | Downloaded linked-hash-map v0.5.6 |
1177 | 2025-01-24T19:15:59.971Z | Downloaded libsqlite3-sys v0.30.1 |
1178 | 2025-01-24T19:16:00.228Z | Downloaded ring v0.17.8 |
1179 | 2025-01-24T19:16:00.564Z | Downloaded aws-lc-sys v0.22.0 |
1180 | 2025-01-24T19:16:00.876Z | Compiling serde v1.0.217 |
1181 | 2025-01-24T19:16:00.879Z | Compiling lock_api v0.4.12 |
1182 | 2025-01-24T19:16:00.879Z | Compiling scopeguard v1.2.0 |
1183 | 2025-01-24T19:16:00.879Z | Compiling value-bag v1.9.0 |
1184 | 2025-01-24T19:16:00.879Z | Compiling typenum v1.17.0 |
1185 | 2025-01-24T19:16:01.029Z | Compiling generic-array v0.14.7 |
1186 | 2025-01-24T19:16:01.067Z | Compiling syn v2.0.96 |
1187 | 2025-01-24T19:16:01.083Z | Compiling getrandom v0.2.15 |
1188 | 2025-01-24T19:16:01.210Z | Compiling shlex v1.3.0 |
1189 | 2025-01-24T19:16:01.458Z | Compiling log v0.4.22 |
1190 | 2025-01-24T19:16:01.514Z | Compiling rand_core v0.6.4 |
1191 | 2025-01-24T19:16:01.573Z | Compiling subtle v2.6.1 |
1192 | 2025-01-24T19:16:01.591Z | Compiling jobserver v0.1.32 |
1193 | 2025-01-24T19:16:01.642Z | Compiling smallvec v1.13.2 |
1194 | 2025-01-24T19:16:01.909Z | Compiling const-oid v0.9.6 |
1195 | 2025-01-24T19:16:01.953Z | Compiling spin v0.9.8 |
1196 | 2025-01-24T19:16:02.023Z | Compiling cc v1.1.30 |
1197 | 2025-01-24T19:16:02.042Z | Compiling pin-project-lite v0.2.14 |
1198 | 2025-01-24T19:16:02.187Z | Compiling rustix v0.38.37 |
1199 | 2025-01-24T19:16:02.206Z | Compiling parking_lot_core v0.9.10 |
1200 | 2025-01-24T19:16:02.310Z | Compiling futures-core v0.3.31 |
1201 | 2025-01-24T19:16:02.396Z | Compiling signal-hook-registry v1.4.2 |
1202 | 2025-01-24T19:16:02.578Z | Compiling mio v1.0.2 |
1203 | 2025-01-24T19:16:02.970Z | Compiling aho-corasick v1.1.3 |
1204 | 2025-01-24T19:16:03.070Z | Compiling parking_lot v0.12.3 |
1205 | 2025-01-24T19:16:03.227Z | Compiling either v1.13.0 |
1206 | 2025-01-24T19:16:03.346Z | Compiling stable_deref_trait v1.2.0 |
1207 | 2025-01-24T19:16:03.481Z | Compiling cpufeatures v0.2.14 |
1208 | 2025-01-24T19:16:03.587Z | Compiling regex-syntax v0.8.5 |
1209 | 2025-01-24T19:16:03.633Z | Compiling lazy_static v1.5.0 |
1210 | 2025-01-24T19:16:03.660Z | Compiling futures-sink v0.3.31 |
1211 | 2025-01-24T19:16:03.765Z | Compiling glob v0.3.1 |
1212 | 2025-01-24T19:16:03.808Z | Compiling socket2 v0.5.7 |
1213 | 2025-01-24T19:16:03.916Z | Compiling slab v0.4.9 |
1214 | 2025-01-24T19:16:03.981Z | Compiling prettyplease v0.2.25 |
1215 | 2025-01-24T19:16:04.349Z | Compiling minimal-lexical v0.2.1 |
1216 | 2025-01-24T19:16:04.432Z | Compiling serde_json v1.0.135 |
1217 | 2025-01-24T19:16:04.694Z | Compiling clang-sys v1.8.1 |
1218 | 2025-01-24T19:16:04.795Z | Compiling nom v7.1.3 |
1219 | 2025-01-24T19:16:04.867Z | Compiling libloading v0.8.5 |
1220 | 2025-01-24T19:16:05.096Z | Compiling bindgen v0.69.5 |
1221 | 2025-01-24T19:16:05.270Z | Compiling home v0.5.9 |
1222 | 2025-01-24T19:16:05.531Z | Compiling futures-channel v0.3.31 |
1223 | 2025-01-24T19:16:05.672Z | Compiling itertools v0.12.1 |
1224 | 2025-01-24T19:16:05.941Z | Compiling futures-io v0.3.31 |
1225 | 2025-01-24T19:16:05.964Z | Compiling foldhash v0.1.3 |
1226 | 2025-01-24T19:16:06.220Z | Compiling futures-task v0.3.31 |
1227 | 2025-01-24T19:16:06.423Z | Compiling pin-utils v0.1.0 |
1228 | 2025-01-24T19:16:06.444Z | Compiling lazycell v1.3.0 |
1229 | 2025-01-24T19:16:08.124Z | Compiling allocator-api2 v0.2.18 |
1230 | 2025-01-24T19:16:08.243Z | Compiling libm v0.2.8 |
1231 | 2025-01-24T19:16:08.243Z | Compiling rustc-hash v1.1.0 |
1232 | 2025-01-24T19:16:08.243Z | Compiling cmake v0.1.51 |
1233 | 2025-01-24T19:16:08.243Z | Compiling hashbrown v0.15.1 |
1234 | 2025-01-24T19:16:08.243Z | Compiling regex-automata v0.4.8 |
1235 | 2025-01-24T19:16:08.243Z | Compiling cexpr v0.6.0 |
1236 | 2025-01-24T19:16:08.294Z | Compiling num-traits v0.2.19 |
1237 | 2025-01-24T19:16:08.496Z | Compiling synstructure v0.13.1 |
1238 | 2025-01-24T19:16:08.555Z | Compiling fs_extra v1.3.0 |
1239 | 2025-01-24T19:16:09.044Z | Compiling dunce v1.0.5 |
1240 | 2025-01-24T19:16:09.191Z | Compiling pkg-config v0.3.31 |
1241 | 2025-01-24T19:16:10.376Z | Compiling litemap v0.7.3 |
1242 | 2025-01-24T19:16:10.442Z | Compiling writeable v0.5.5 |
1243 | 2025-01-24T19:16:10.442Z | Compiling ring v0.17.8 |
1244 | 2025-01-24T19:16:10.506Z | Compiling base64ct v1.6.0 |
1245 | 2025-01-24T19:16:10.564Z | Compiling paste v1.0.15 |
1246 | 2025-01-24T19:16:11.162Z | Compiling pem-rfc7468 v0.7.0 |
1247 | 2025-01-24T19:16:11.168Z | Compiling flagset v0.4.6 |
1248 | 2025-01-24T19:16:11.220Z | Compiling aws-lc-rs v1.10.0 |
1249 | 2025-01-24T19:16:11.362Z | Compiling httparse v1.9.5 |
1250 | 2025-01-24T19:16:11.706Z | Compiling icu_locid_transform_data v1.5.0 |
1251 | 2025-01-24T19:16:11.757Z | Compiling tracing-core v0.1.32 |
1252 | 2025-01-24T19:16:12.002Z | Compiling crossbeam-utils v0.8.20 |
1253 | 2025-01-24T19:16:16.329Z | Compiling percent-encoding v2.3.1 |
1254 | 2025-01-24T19:16:16.355Z | Compiling rustls-pki-types v1.10.0 |
1255 | 2025-01-24T19:16:16.355Z | Compiling icu_properties_data v1.5.0 |
1256 | 2025-01-24T19:16:16.355Z | Compiling utf8_iter v1.0.4 |
1257 | 2025-01-24T19:16:16.355Z | Compiling regex v1.11.1 |
1258 | 2025-01-24T19:16:16.355Z | Compiling powerfmt v0.2.0 |
1259 | 2025-01-24T19:16:16.356Z | Compiling utf16_iter v1.0.5 |
1260 | 2025-01-24T19:16:16.356Z | Compiling icu_normalizer_data v1.5.0 |
1261 | 2025-01-24T19:16:16.356Z | Compiling serde_derive v1.0.217 |
1262 | 2025-01-24T19:16:16.356Z | Compiling zeroize_derive v1.4.2 |
1263 | 2025-01-24T19:16:16.356Z | Compiling zerocopy-derive v0.7.35 |
1264 | 2025-01-24T19:16:16.356Z | Compiling tokio-macros v2.5.0 |
1265 | 2025-01-24T19:16:16.356Z | Compiling zerofrom-derive v0.1.4 |
1266 | 2025-01-24T19:16:16.356Z | Compiling zeroize v1.8.1 |
1267 | 2025-01-24T19:16:16.356Z | Compiling yoke-derive v0.7.4 |
1268 | 2025-01-24T19:16:16.356Z | Compiling zerocopy v0.7.35 |
1269 | 2025-01-24T19:16:16.356Z | Compiling thiserror-impl v1.0.69 |
1270 | 2025-01-24T19:16:16.531Z | Compiling crypto-common v0.1.6 |
1271 | 2025-01-24T19:16:16.779Z | Compiling block-buffer v0.10.4 |
1272 | 2025-01-24T19:16:16.800Z | Compiling zerovec-derive v0.10.3 |
1273 | 2025-01-24T19:16:17.051Z | Compiling digest v0.10.7 |
1274 | 2025-01-24T19:16:17.356Z | Compiling zerofrom v0.1.4 |
1275 | 2025-01-24T19:16:17.521Z | Compiling hmac v0.12.1 |
1276 | 2025-01-24T19:16:17.588Z | Compiling displaydoc v0.2.5 |
1277 | 2025-01-24T19:16:17.703Z | Compiling yoke v0.7.4 |
1278 | 2025-01-24T19:16:17.766Z | Compiling futures-macro v0.3.31 |
1279 | 2025-01-24T19:16:18.062Z | Compiling block-padding v0.3.3 |
1280 | 2025-01-24T19:16:18.327Z | Compiling inout v0.1.3 |
1281 | 2025-01-24T19:16:18.405Z | Compiling sha2 v0.10.8 |
1282 | 2025-01-24T19:16:18.609Z | Compiling cipher v0.4.4 |
1283 | 2025-01-24T19:16:18.848Z | Compiling thiserror v1.0.69 |
1284 | 2025-01-24T19:16:19.029Z | Compiling icu_provider_macros v1.5.0 |
1285 | 2025-01-24T19:16:19.134Z | Compiling ppv-lite86 v0.2.20 |
1286 | 2025-01-24T19:16:19.154Z | Compiling der_derive v0.7.3 |
1287 | 2025-01-24T19:16:19.265Z | Compiling zerovec v0.10.4 |
1288 | 2025-01-24T19:16:19.582Z | Compiling futures-util v0.3.31 |
1289 | 2025-01-24T19:16:19.875Z | Compiling rand_chacha v0.3.1 |
1290 | 2025-01-24T19:16:20.121Z | Compiling tracing-attributes v0.1.27 |
1291 | 2025-01-24T19:16:21.157Z | Compiling tinystr v0.7.6 |
1292 | 2025-01-24T19:16:21.207Z | Compiling icu_collections v1.5.0 |
1293 | 2025-01-24T19:16:21.350Z | Compiling der v0.7.9 |
1294 | 2025-01-24T19:16:21.548Z | Compiling icu_locid v1.5.0 |
1295 | 2025-01-24T19:16:21.948Z | Compiling rand v0.8.5 |
1296 | 2025-01-24T19:16:22.099Z | Compiling salsa20 v0.10.2 |
1297 | 2025-01-24T19:16:22.337Z | Compiling pest v2.7.14 |
1298 | 2025-01-24T19:16:22.500Z | Compiling pbkdf2 v0.12.2 |
1299 | 2025-01-24T19:16:22.688Z | Compiling icu_provider v1.5.0 |
1300 | 2025-01-24T19:16:23.367Z | Compiling icu_locid_transform v1.5.0 |
1301 | 2025-01-24T19:16:23.602Z | Compiling tracing v0.1.40 |
1302 | 2025-01-24T19:16:23.622Z | Compiling spki v0.7.3 |
1303 | 2025-01-24T19:16:24.018Z | Compiling write16 v1.0.0 |
1304 | 2025-01-24T19:16:24.033Z | Compiling untrusted v0.9.0 |
1305 | 2025-01-24T19:16:24.079Z | Compiling time-core v0.1.2 |
1306 | 2025-01-24T19:16:24.160Z | Compiling num-conv v0.1.0 |
1307 | 2025-01-24T19:16:24.225Z | Compiling mirai-annotations v1.12.0 |
1308 | 2025-01-24T19:16:24.275Z | Compiling untrusted v0.7.1 |
1309 | 2025-01-24T19:16:24.423Z | Compiling vcpkg v0.2.15 |
1310 | 2025-01-24T19:16:24.466Z | Compiling time-macros v0.2.18 |
1311 | 2025-01-24T19:16:24.486Z | Compiling scrypt v0.11.0 |
1312 | 2025-01-24T19:16:24.825Z | Compiling icu_properties v1.5.1 |
1313 | 2025-01-24T19:16:24.988Z | Compiling pest_meta v2.7.14 |
1314 | 2025-01-24T19:16:25.441Z | Compiling aes v0.8.4 |
1315 | 2025-01-24T19:16:25.737Z | Compiling bitflags v2.6.0 |
1316 | 2025-01-24T19:16:26.048Z | Compiling bytes v1.9.0 |
1317 | 2025-01-24T19:16:27.280Z | Compiling tokio v1.43.0 |
1318 | 2025-01-24T19:16:27.486Z | Compiling indexmap v2.7.0 |
1319 | 2025-01-24T19:16:27.829Z | Compiling http v1.2.0 |
1320 | 2025-01-24T19:16:28.224Z | Compiling semver v1.0.24 |
1321 | 2025-01-24T19:16:28.764Z | Compiling rustc_version v0.4.1 |
1322 | 2025-01-24T19:16:28.932Z | Compiling icu_normalizer v1.5.0 |
1323 | 2025-01-24T19:16:29.123Z | Compiling openssl-sys v0.9.103 |
1324 | 2025-01-24T19:16:29.325Z | Compiling cbc v0.1.2 |
1325 | 2025-01-24T19:16:29.436Z | Compiling scroll_derive v0.12.0 |
1326 | 2025-01-24T19:16:29.490Z | Compiling deranged v0.3.11 |
1327 | 2025-01-24T19:16:30.065Z | Compiling which v4.4.2 |
1328 | 2025-01-24T19:16:30.190Z | Compiling num_threads v0.1.7 |
1329 | 2025-01-24T19:16:30.342Z | Compiling tinyvec_macros v0.1.1 |
1330 | 2025-01-24T19:16:30.633Z | Compiling atomic-waker v1.1.2 |
1331 | 2025-01-24T19:16:30.655Z | Compiling tinyvec v1.8.0 |
1332 | 2025-01-24T19:16:30.820Z | Compiling idna_adapter v1.2.0 |
1333 | 2025-01-24T19:16:30.841Z | Compiling time v0.3.36 |
1334 | 2025-01-24T19:16:30.862Z | Compiling scroll v0.12.0 |
1335 | 2025-01-24T19:16:30.889Z | Compiling pkcs5 v0.7.1 |
1336 | 2025-01-24T19:16:30.910Z | Compiling http-body v1.0.1 |
1337 | 2025-01-24T19:16:31.047Z | Compiling pest_generator v2.7.14 |
1338 | 2025-01-24T19:16:31.146Z | Compiling form_urlencoded v1.2.1 |
1339 | 2025-01-24T19:16:31.390Z | Compiling slog v2.7.0 |
1340 | 2025-01-24T19:16:31.458Z | Compiling try-lock v0.2.5 |
1341 | 2025-01-24T19:16:31.616Z | Compiling want v0.3.1 |
1342 | 2025-01-24T19:16:31.922Z | Compiling pkcs8 v0.10.2 |
1343 | 2025-01-24T19:16:31.979Z | Compiling goblin v0.8.2 |
1344 | 2025-01-24T19:16:31.999Z | Compiling idna v1.0.3 |
1345 | 2025-01-24T19:16:32.054Z | Compiling uuid v1.12.0 |
1346 | 2025-01-24T19:16:32.567Z | Compiling httpdate v1.0.3 |
1347 | 2025-01-24T19:16:32.872Z | Compiling pest_derive v2.7.14 |
1348 | 2025-01-24T19:16:33.018Z | Compiling iana-time-zone v0.1.61 |
1349 | 2025-01-24T19:16:33.411Z | Compiling chrono v0.4.39 |
1350 | 2025-01-24T19:16:33.649Z | Compiling dtrace-parser v0.2.0 |
1351 | 2025-01-24T19:16:33.669Z | Compiling serde_spanned v0.6.8 |
1352 | 2025-01-24T19:16:33.941Z | Compiling toml_datetime v0.6.8 |
1353 | 2025-01-24T19:16:34.295Z | Compiling serde_tokenstream v0.2.2 |
1354 | 2025-01-24T19:16:34.422Z | Compiling tower-service v0.3.3 |
1355 | 2025-01-24T19:16:34.571Z | Compiling openssl v0.10.66 |
1356 | 2025-01-24T19:16:34.878Z | Compiling match_cfg v0.1.0 |
1357 | 2025-01-24T19:16:34.981Z | Compiling base64 v0.22.1 |
1358 | 2025-01-24T19:16:35.001Z | Compiling adler2 v2.0.0 |
1359 | 2025-01-24T19:16:35.219Z | Compiling tokio-util v0.7.12 |
1360 | 2025-01-24T19:16:35.418Z | Compiling rustversion v1.0.17 |
1361 | 2025-01-24T19:16:35.593Z | Compiling foreign-types-shared v0.1.1 |
1362 | 2025-01-24T19:16:35.675Z | Compiling miniz_oxide v0.8.0 |
1363 | 2025-01-24T19:16:35.720Z | Compiling foreign-types v0.3.2 |
1364 | 2025-01-24T19:16:35.862Z | Compiling hostname v0.3.1 |
1365 | 2025-01-24T19:16:36.067Z | Compiling url v2.5.3 |
1366 | 2025-01-24T19:16:36.088Z | Compiling h2 v0.4.6 |
1367 | 2025-01-24T19:16:36.811Z | Compiling openssl-macros v0.1.1 |
1368 | 2025-01-24T19:16:37.126Z | Compiling async-trait v0.1.83 |
1369 | 2025-01-24T19:16:37.532Z | Compiling serde_derive_internals v0.29.1 |
1370 | 2025-01-24T19:16:37.730Z | Compiling dof v0.3.0 |
1371 | 2025-01-24T19:16:37.866Z | Compiling dirs-sys-next v0.1.2 |
1372 | 2025-01-24T19:16:38.435Z | Compiling rustls v0.22.4 |
1373 | 2025-01-24T19:16:38.707Z | Compiling usdt-impl v0.5.0 |
1374 | 2025-01-24T19:16:39.554Z | Compiling siphasher v0.3.11 |
1375 | 2025-01-24T19:16:39.605Z | Compiling rustls v0.23.19 |
1376 | 2025-01-24T19:16:39.887Z | Compiling schemars v0.8.21 |
1377 | 2025-01-24T19:16:39.937Z | Compiling data-encoding v2.6.0 |
1378 | 2025-01-24T19:16:39.958Z | Compiling syn v1.0.109 |
1379 | 2025-01-24T19:16:40.157Z | Compiling native-tls v0.2.12 |
1380 | 2025-01-24T19:16:40.235Z | Compiling schemars_derive v0.8.21 |
1381 | 2025-01-24T19:16:40.534Z | Compiling dirs-next v2.0.0 |
1382 | 2025-01-24T19:16:40.731Z | Compiling unicode-normalization v0.1.24 |
1383 | 2025-01-24T19:16:41.346Z | Compiling http-body-util v0.1.2 |
1384 | 2025-01-24T19:16:41.812Z | Compiling crossbeam-epoch v0.9.18 |
1385 | 2025-01-24T19:16:41.835Z | Compiling heapless v0.7.17 |
1386 | 2025-01-24T19:16:41.899Z | Compiling signature v2.2.0 |
1387 | 2025-01-24T19:16:41.990Z | Compiling sha1 v0.10.6 |
1388 | 2025-01-24T19:16:42.188Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1389 | 2025-01-24T19:16:42.266Z | Compiling thread_local v1.1.8 |
1390 | 2025-01-24T19:16:42.402Z | Compiling encoding_rs v0.8.34 |
1391 | 2025-01-24T19:16:42.458Z | Compiling multer v3.1.0 |
1392 | 2025-01-24T19:16:42.666Z | Compiling cookie v0.18.1 |
1393 | 2025-01-24T19:16:42.745Z | Compiling openssl-probe v0.1.5 |
1394 | 2025-01-24T19:16:42.748Z | Compiling unicode-bidi v0.3.17 |
1395 | 2025-01-24T19:16:42.942Z | Compiling hyper v1.5.2 |
1396 | 2025-01-24T19:16:43.071Z | Compiling unicode-properties v0.1.3 |
1397 | 2025-01-24T19:16:43.147Z | Compiling mime v0.3.17 |
1398 | 2025-01-24T19:16:43.512Z | Compiling signal-hook v0.3.17 |
1399 | 2025-01-24T19:16:43.640Z | Compiling slog-async v2.8.0 |
1400 | 2025-01-24T19:16:43.794Z | Compiling rayon-core v1.12.1 |
1401 | 2025-01-24T19:16:44.016Z | Compiling dyn-clone v1.0.17 |
1402 | 2025-01-24T19:16:44.109Z | Compiling ipnet v2.10.1 |
1403 | 2025-01-24T19:16:44.144Z | Compiling gimli v0.31.1 |
1404 | 2025-01-24T19:16:45.330Z | Compiling hyper-util v0.1.10 |
1405 | 2025-01-24T19:16:45.958Z | Compiling toml_edit v0.22.22 |
1406 | 2025-01-24T19:16:46.674Z | Compiling stringprep v0.1.5 |
1407 | 2025-01-24T19:16:47.670Z | Compiling crossbeam-deque v0.8.5 |
1408 | 2025-01-24T19:16:47.763Z | Compiling usdt-attr-macro v0.5.0 |
1409 | 2025-01-24T19:16:48.026Z | Compiling usdt-macro v0.5.0 |
1410 | 2025-01-24T19:16:48.209Z | Compiling addr2line v0.24.2 |
1411 | 2025-01-24T19:16:48.230Z | Compiling term v0.7.0 |
1412 | 2025-01-24T19:16:48.854Z | Compiling slog-json v2.6.1 |
1413 | 2025-01-24T19:16:48.977Z | Compiling serde_urlencoded v0.7.1 |
1414 | 2025-01-24T19:16:49.240Z | Compiling crossbeam-channel v0.5.13 |
1415 | 2025-01-24T19:16:49.271Z | Compiling curve25519-dalek v4.1.3 |
1416 | 2025-01-24T19:16:49.419Z | Compiling futures-executor v0.3.31 |
1417 | 2025-01-24T19:16:49.439Z | Compiling enum-as-inner v0.6.1 |
1418 | 2025-01-24T19:16:49.532Z | Compiling md-5 v0.10.6 |
1419 | 2025-01-24T19:16:49.811Z | Compiling async-stream-impl v0.3.6 |
1420 | 2025-01-24T19:16:49.941Z | Compiling rustls-pemfile v2.2.0 |
1421 | 2025-01-24T19:16:49.943Z | Compiling num-integer v0.1.46 |
1422 | 2025-01-24T19:16:50.257Z | Compiling hash32 v0.2.1 |
1423 | 2025-01-24T19:16:50.301Z | Compiling ff v0.13.0 |
1424 | 2025-01-24T19:16:50.467Z | Compiling is-terminal v0.4.13 |
1425 | 2025-01-24T19:16:50.537Z | Compiling object v0.36.5 |
1426 | 2025-01-24T19:16:50.608Z | Compiling dropshot v0.12.0 |
1427 | 2025-01-24T19:16:50.629Z | Compiling portable-atomic v1.9.0 |
1428 | 2025-01-24T19:16:50.671Z | Compiling linked-hash-map v0.5.6 |
1429 | 2025-01-24T19:16:50.891Z | Compiling num-bigint-dig v0.8.4 |
1430 | 2025-01-24T19:16:51.003Z | Compiling base16ct v0.2.0 |
1431 | 2025-01-24T19:16:51.031Z | Compiling quick-error v1.2.3 |
1432 | 2025-01-24T19:16:51.196Z | Compiling take_mut v0.2.2 |
1433 | 2025-01-24T19:16:51.199Z | Compiling litrs v0.4.1 |
1434 | 2025-01-24T19:16:51.305Z | Compiling psl-types v2.0.11 |
1435 | 2025-01-24T19:16:51.356Z | Compiling fallible-iterator v0.2.0 |
1436 | 2025-01-24T19:16:51.500Z | Compiling rustc-demangle v0.1.24 |
1437 | 2025-01-24T19:16:51.587Z | Compiling utf-8 v0.7.6 |
1438 | 2025-01-24T19:16:51.910Z | Compiling smoltcp v0.9.1 |
1439 | 2025-01-24T19:16:51.987Z | Compiling anyhow v1.0.95 |
1440 | 2025-01-24T19:16:52.317Z | Compiling document-features v0.2.10 |
1441 | 2025-01-24T19:16:52.461Z | Compiling postgres-protocol v0.6.7 |
1442 | 2025-01-24T19:16:52.565Z | Compiling tungstenite v0.24.0 |
1443 | 2025-01-24T19:16:53.066Z | Compiling publicsuffix v2.3.0 |
1444 | 2025-01-24T19:16:53.431Z | Compiling sec1 v0.7.3 |
1445 | 2025-01-24T19:16:53.466Z | Compiling resolv-conf v0.7.0 |
1446 | 2025-01-24T19:16:53.618Z | Compiling async-stream v0.3.6 |
1447 | 2025-01-24T19:16:53.956Z | Compiling lru-cache v0.1.2 |
1448 | 2025-01-24T19:16:54.087Z | Compiling slog-term v2.9.1 |
1449 | 2025-01-24T19:16:54.210Z | Compiling usdt v0.5.0 |
1450 | 2025-01-24T19:16:54.421Z | Compiling group v0.13.0 |
1451 | 2025-01-24T19:16:54.683Z | Compiling hickory-proto v0.24.2 |
1452 | 2025-01-24T19:16:54.721Z | Compiling num-iter v0.1.45 |
1453 | 2025-01-24T19:16:54.874Z | Compiling futures v0.3.31 |
1454 | 2025-01-24T19:16:54.919Z | Compiling toml v0.8.19 |
1455 | 2025-01-24T19:16:54.993Z | Compiling slog-bunyan v2.5.0 |
1456 | 2025-01-24T19:16:55.355Z | Compiling camino v1.1.9 |
1457 | 2025-01-24T19:16:56.220Z | Compiling tokio-native-tls v0.3.1 |
1458 | 2025-01-24T19:16:56.507Z | Compiling phf_shared v0.11.2 |
1459 | 2025-01-24T19:16:56.751Z | Compiling dropshot_endpoint v0.12.0 |
1460 | 2025-01-24T19:16:56.876Z | Compiling waitgroup v0.1.2 |
1461 | 2025-01-24T19:16:57.109Z | Compiling backtrace v0.3.74 |
1462 | 2025-01-24T19:16:57.179Z | Compiling terminal_size v0.4.0 |
1463 | 2025-01-24T19:16:57.241Z | Compiling openapiv3 v2.0.0 |
1464 | 2025-01-24T19:16:57.541Z | Compiling serde_path_to_error v0.1.16 |
1465 | 2025-01-24T19:16:57.694Z | Compiling hkdf v0.12.4 |
1466 | 2025-01-24T19:16:57.947Z | Compiling crypto-bigint v0.5.5 |
1467 | 2025-01-24T19:16:58.145Z | Compiling curve25519-dalek-derive v0.1.1 |
1468 | 2025-01-24T19:16:59.609Z | Compiling zerocopy-derive v0.6.6 |
1469 | 2025-01-24T19:17:00.146Z | Compiling webpki-roots v0.26.6 |
1470 | 2025-01-24T19:17:00.367Z | Compiling hostname v0.4.0 |
1471 | 2025-01-24T19:17:00.581Z | Compiling crc32fast v1.4.2 |
1472 | 2025-01-24T19:17:00.910Z | Compiling fs-err v2.11.0 |
1473 | 2025-01-24T19:17:00.934Z | Compiling ahash v0.8.11 |
1474 | 2025-01-24T19:17:01.210Z | Compiling bitflags v1.3.2 |
1475 | 2025-01-24T19:17:01.231Z | Compiling winnow v0.5.40 |
1476 | 2025-01-24T19:17:01.255Z | Compiling hubpack_derive v0.1.1 |
1477 | 2025-01-24T19:17:01.269Z | Compiling newtype-uuid v1.2.1 |
1478 | 2025-01-24T19:17:01.319Z | Compiling managed v0.8.0 |
1479 | 2025-01-24T19:17:01.548Z | Compiling debug-ignore v1.0.5 |
1480 | 2025-01-24T19:17:01.568Z | Compiling clap_builder v4.5.21 |
1481 | 2025-01-24T19:17:01.732Z | Compiling zerocopy v0.6.6 |
1482 | 2025-01-24T19:17:02.080Z | Compiling hubpack v0.1.2 |
1483 | 2025-01-24T19:17:02.522Z | Compiling console v0.15.8 |
1484 | 2025-01-24T19:17:02.579Z | Compiling strum_macros v0.25.3 |
1485 | 2025-01-24T19:17:03.805Z | Compiling flate2 v1.0.35 |
1486 | 2025-01-24T19:17:03.843Z | Compiling elliptic-curve v0.13.8 |
1487 | 2025-01-24T19:17:03.865Z | Compiling hickory-resolver v0.24.2 |
1488 | 2025-01-24T19:17:04.679Z | Compiling toml_edit v0.19.15 |
1489 | 2025-01-24T19:17:04.766Z | Compiling signal-hook-mio v0.2.4 |
1490 | 2025-01-24T19:17:04.939Z | Compiling phf v0.11.2 |
1491 | 2025-01-24T19:17:05.234Z | Compiling cookie_store v0.21.1 |
1492 | 2025-01-24T19:17:05.508Z | Compiling hyper-tls v0.6.0 |
1493 | 2025-01-24T19:17:05.896Z | Compiling rayon v1.10.0 |
1494 | 2025-01-24T19:17:06.338Z | Compiling bzip2 v0.4.4 |
1495 | 2025-01-24T19:17:06.734Z | Compiling tokio-tungstenite v0.24.0 |
1496 | 2025-01-24T19:17:07.258Z | Compiling postgres-types v0.2.8 |
1497 | 2025-01-24T19:17:09.783Z | Compiling ed25519 v2.2.3 |
1498 | 2025-01-24T19:17:09.806Z | Compiling phf_shared v0.10.0 |
1499 | 2025-01-24T19:17:09.870Z | Compiling tokio-stream v0.1.16 |
1500 | 2025-01-24T19:17:10.165Z | Compiling pkcs1 v0.7.5 |
1501 | 2025-01-24T19:17:10.264Z | Compiling serde-big-array v0.5.1 |
1502 | 2025-01-24T19:17:10.503Z | Compiling clap_derive v4.5.18 |
1503 | 2025-01-24T19:17:10.816Z | Compiling rfc6979 v0.4.0 |
1504 | 2025-01-24T19:17:11.023Z | Compiling serde_repr v0.1.19 |
1505 | 2025-01-24T19:17:11.063Z | Compiling derive-where v1.2.7 |
1506 | 2025-01-24T19:17:11.631Z | Compiling bstr v1.10.0 |
1507 | 2025-01-24T19:17:11.730Z | Compiling float-cmp v0.9.0 |
1508 | 2025-01-24T19:17:11.871Z | Compiling sync_wrapper v1.0.1 |
1509 | 2025-01-24T19:17:11.974Z | Compiling difflib v0.4.0 |
1510 | 2025-01-24T19:17:12.046Z | Compiling unicode-width v0.2.0 |
1511 | 2025-01-24T19:17:12.130Z | Compiling unicode-segmentation v1.12.0 |
1512 | 2025-01-24T19:17:12.603Z | Compiling predicates-core v1.0.8 |
1513 | 2025-01-24T19:17:12.925Z | Compiling number_prefix v0.4.0 |
1514 | 2025-01-24T19:17:12.990Z | Compiling bit-vec v0.6.3 |
1515 | 2025-01-24T19:17:13.159Z | Compiling normalize-line-endings v0.3.0 |
1516 | 2025-01-24T19:17:13.208Z | Compiling whoami v1.5.2 |
1517 | 2025-01-24T19:17:13.296Z | Compiling static_assertions v1.1.0 |
1518 | 2025-01-24T19:17:13.316Z | Compiling new_debug_unreachable v1.0.6 |
1519 | 2025-01-24T19:17:13.380Z | Compiling precomputed-hash v0.1.1 |
1520 | 2025-01-24T19:17:13.407Z | Compiling fixedbitset v0.4.2 |
1521 | 2025-01-24T19:17:13.425Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1522 | 2025-01-24T19:17:13.515Z | Compiling string_cache v0.8.7 |
1523 | 2025-01-24T19:17:13.767Z | Compiling petgraph v0.6.5 |
1524 | 2025-01-24T19:17:13.863Z | Compiling tokio-postgres v0.7.12 |
1525 | 2025-01-24T19:17:13.973Z | Compiling bit-set v0.5.3 |
1526 | 2025-01-24T19:17:14.249Z | Compiling predicates v3.1.2 |
1527 | 2025-01-24T19:17:14.342Z | Compiling indicatif v0.17.9 |
1528 | 2025-01-24T19:17:15.028Z | Compiling clap v4.5.21 |
1529 | 2025-01-24T19:17:15.159Z | Compiling similar v2.6.0 |
1530 | 2025-01-24T19:17:15.766Z | Compiling ecdsa v0.16.9 |
1531 | 2025-01-24T19:17:16.402Z | Compiling rsa v0.9.6 |
1532 | 2025-01-24T19:17:16.579Z | Compiling ed25519-dalek v2.1.1 |
1533 | 2025-01-24T19:17:17.353Z | Compiling toml v0.7.8 |
1534 | 2025-01-24T19:17:17.372Z | Compiling zip v0.6.6 |
1535 | 2025-01-24T19:17:17.916Z | Compiling crossterm v0.28.1 |
1536 | 2025-01-24T19:17:19.525Z | Compiling hex v0.4.3 |
1537 | 2025-01-24T19:17:19.569Z | Compiling x509-cert v0.2.5 |
1538 | 2025-01-24T19:17:19.743Z | Compiling itertools v0.10.5 |
1539 | 2025-01-24T19:17:19.764Z | Compiling unicode-xid v0.2.6 |
1540 | 2025-01-24T19:17:19.963Z | Compiling lalrpop-util v0.19.12 |
1541 | 2025-01-24T19:17:20.122Z | Compiling peg-runtime v0.8.3 |
1542 | 2025-01-24T19:17:20.339Z | Compiling strum_macros v0.26.4 |
1543 | 2025-01-24T19:17:20.419Z | Compiling xattr v1.3.1 |
1544 | 2025-01-24T19:17:20.695Z | Compiling filetime v0.2.25 |
1545 | 2025-01-24T19:17:21.007Z | Compiling tar v0.4.42 |
1546 | 2025-01-24T19:17:24.954Z | Compiling strum v0.26.3 |
1547 | 2025-01-24T19:17:28.266Z | Compiling aws-lc-sys v0.22.0 |
1548 | 2025-01-24T19:17:56.208Z | Compiling rustls-webpki v0.102.8 |
1549 | 2025-01-24T19:17:59.360Z | Compiling tokio-rustls v0.25.0 |
1550 | 2025-01-24T19:18:01.032Z | Compiling tokio-rustls v0.26.0 |
1551 | 2025-01-24T19:18:01.297Z | Compiling hyper-rustls v0.27.3 |
1552 | 2025-01-24T19:18:01.625Z | Compiling reqwest v0.12.9 |
1553 | 2025-01-24T19:18:02.892Z | Compiling qorb v0.2.1 |
1554 | 2025-01-24T19:18:06.050Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1555 | 2025-01-24T19:18:06.303Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1556 | 2025-01-24T19:18:10.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1557 | 2025-01-24T19:18:10.908Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1558 | 2025-01-24T19:18:10.957Z | Jan 24 19:18:09.596 INFO Starting download, target: Cockroach |
1559 | 2025-01-24T19:18:10.957Z | Jan 24 19:18:09.596 INFO Starting download, target: Clickhouse |
1560 | 2025-01-24T19:18:10.959Z | Jan 24 19:18:09.596 INFO Starting download, target: Console |
1561 | 2025-01-24T19:18:10.960Z | Jan 24 19:18:09.596 INFO Starting download, target: DendriteOpenapi |
1562 | 2025-01-24T19:18:10.960Z | Jan 24 19:18:09.596 INFO Starting download, target: DendriteStub |
1563 | 2025-01-24T19:18:10.960Z | Jan 24 19:18:09.596 INFO Starting download, target: MaghemiteMgd |
1564 | 2025-01-24T19:18:10.960Z | Jan 24 19:18:09.596 INFO Starting download, target: TransceiverControl |
1565 | 2025-01-24T19:18:10.960Z | Jan 24 19:18:09.597 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1566 | 2025-01-24T19:18:10.960Z | Jan 24 19:18:09.597 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1567 | 2025-01-24T19:18:10.960Z | Jan 24 19:18:09.597 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1568 | 2025-01-24T19:18:10.960Z | Jan 24 19:18:09.597 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1569 | 2025-01-24T19:18:10.960Z | Jan 24 19:18:09.597 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1570 | 2025-01-24T19:18:10.960Z | Jan 24 19:18:09.597 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1571 | 2025-01-24T19:18:10.960Z | Jan 24 19:18:09.597 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1572 | 2025-01-24T19:18:11.118Z | Jan 24 19:18:09.750 INFO Download complete, target: DendriteOpenapi |
1573 | 2025-01-24T19:18:11.288Z | Jan 24 19:18:09.905 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1574 | 2025-01-24T19:18:11.533Z | Jan 24 19:18:10.133 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1575 | 2025-01-24T19:18:11.842Z | Jan 24 19:18:10.479 INFO Download complete, target: Console |
1576 | 2025-01-24T19:18:11.862Z | Jan 24 19:18:10.497 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1577 | 2025-01-24T19:18:11.956Z | Jan 24 19:18:10.593 INFO Download complete, target: TransceiverControl |
1578 | 2025-01-24T19:18:12.034Z | Jan 24 19:18:10.672 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1579 | 2025-01-24T19:18:12.644Z | Jan 24 19:18:11.282 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1580 | 2025-01-24T19:18:12.644Z | Jan 24 19:18:11.282 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1581 | 2025-01-24T19:18:13.052Z | Jan 24 19:18:11.686 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1582 | 2025-01-24T19:18:14.753Z | Jan 24 19:18:13.392 INFO Download complete, target: DendriteStub |
1583 | 2025-01-24T19:18:14.958Z | Jan 24 19:18:13.597 INFO Download complete, target: MaghemiteMgd |
1584 | 2025-01-24T19:18:20.032Z | Jan 24 19:18:18.670 INFO Checking that binary works, target: Cockroach |
1585 | 2025-01-24T19:18:20.198Z | Jan 24 19:18:18.837 INFO Download complete, target: Cockroach |
1586 | 2025-01-24T19:18:25.509Z | Jan 24 19:18:24.147 INFO Checking that binary works, target: Clickhouse |
1587 | 2025-01-24T19:18:25.616Z | Jan 24 19:18:24.253 INFO Download complete, target: Clickhouse |
1588 | 2025-01-24T19:18:25.637Z | All builder prerequisites installed successfully, and PATH looks valid |
1589 | 2025-01-24T19:18:25.639Z | |
1590 | 2025-01-24T19:18:25.639Z | real 5:14.713199866 |
1591 | 2025-01-24T19:18:25.639Z | user 15:38.839716773 |
1592 | 2025-01-24T19:18:25.639Z | sys 2:03.838395852 |
1593 | 2025-01-24T19:18:25.639Z | trap 0.547299944 |
1594 | 2025-01-24T19:18:25.639Z | tflt 4.924330906 |
1595 | 2025-01-24T19:18:25.639Z | dflt 3.057735461 |
1596 | 2025-01-24T19:18:25.639Z | kflt 0.029392112 |
1597 | 2025-01-24T19:18:25.639Z | lock 24:43.160997908 |
1598 | 2025-01-24T19:18:25.639Z | slp 55:52.709847625 |
1599 | 2025-01-24T19:18:25.639Z | lat 57.492937589 |
1600 | 2025-01-24T19:18:25.639Z | stop 2:21.121920017 |
1601 | 2025-01-24T19:18:25.639Z | + banner hack-check |
1602 | 2025-01-24T19:18:25.642Z | |
1603 | 2025-01-24T19:18:25.642Z | # # ## #### # # #### # # ###### #### # # |
1604 | 2025-01-24T19:18:25.642Z | # # # # # # # # # # # # # # # # # |
1605 | 2025-01-24T19:18:25.642Z | ###### # # # #### ##### # ###### ##### # #### |
1606 | 2025-01-24T19:18:25.642Z | # # ###### # # # # # # # # # # |
1607 | 2025-01-24T19:18:25.642Z | # # # # # # # # # # # # # # # # # |
1608 | 2025-01-24T19:18:25.642Z | # # # # #### # # #### # # ###### #### # # |
1609 | 2025-01-24T19:18:25.642Z | |
1610 | 2025-01-24T19:18:25.642Z | + export CARGO_INCREMENTAL=0 |
1611 | 2025-01-24T19:18:25.642Z | + CARGO_INCREMENTAL=0 |
1612 | 2025-01-24T19:18:25.642Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1613 | 2025-01-24T19:18:26.161Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1614 | 2025-01-24T19:18:29.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
1615 | 2025-01-24T19:18:29.092Z | Running `target/debug/xtask check-features --ci` |
1616 | 2025-01-24T19:18:29.112Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1617 | 2025-01-24T19:18:29.115Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1618 | 2025-01-24T19:18:29.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1619 | 2025-01-24T19:18:29.565Z | Running `target/debug/xtask download cargo-hack` |
1620 | 2025-01-24T19:18:30.397Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1621 | 2025-01-24T19:18:30.767Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1622 | 2025-01-24T19:18:34.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s |
1623 | 2025-01-24T19:18:34.551Z | Running `target/debug/xtask-downloader cargo-hack` |
1624 | 2025-01-24T19:18:34.586Z | Jan 24 19:18:33.223 INFO Starting download, target: CargoHack |
1625 | 2025-01-24T19:18:34.590Z | Jan 24 19:18:33.224 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1626 | 2025-01-24T19:18:35.279Z | Jan 24 19:18:33.914 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1627 | 2025-01-24T19:18:35.369Z | Jan 24 19:18:34.006 INFO Download complete, target: CargoHack |
1628 | 2025-01-24T19:18:35.374Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1629 | 2025-01-24T19:18:35.390Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1630 | 2025-01-24T19:18:35.561Z | info: running `cargo check --bins` on api_identity (1/198) |
1631 | 2025-01-24T19:18:36.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2025-01-24T19:18:36.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2025-01-24T19:18:36.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2025-01-24T19:18:36.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1635 | 2025-01-24T19:18:36.140Z | |
1636 | 2025-01-24T19:18:36.140Z | info: running `cargo check --bins` on bootstore (2/198) |
1637 | 2025-01-24T19:18:36.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2025-01-24T19:18:36.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2025-01-24T19:18:36.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2025-01-24T19:18:36.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1641 | 2025-01-24T19:18:36.760Z | |
1642 | 2025-01-24T19:18:36.760Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/198) |
1643 | 2025-01-24T19:18:37.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2025-01-24T19:18:37.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2025-01-24T19:18:37.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2025-01-24T19:18:37.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1647 | 2025-01-24T19:18:37.355Z | |
1648 | 2025-01-24T19:18:37.355Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/198) |
1649 | 2025-01-24T19:18:37.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2025-01-24T19:18:37.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2025-01-24T19:18:37.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2025-01-24T19:18:37.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1653 | 2025-01-24T19:18:37.962Z | |
1654 | 2025-01-24T19:18:37.963Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/198) |
1655 | 2025-01-24T19:18:38.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2025-01-24T19:18:38.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2025-01-24T19:18:38.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2025-01-24T19:18:38.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1659 | 2025-01-24T19:18:38.386Z | |
1660 | 2025-01-24T19:18:38.386Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/198) |
1661 | 2025-01-24T19:18:38.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2025-01-24T19:18:38.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2025-01-24T19:18:38.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2025-01-24T19:18:38.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1665 | 2025-01-24T19:18:38.803Z | |
1666 | 2025-01-24T19:18:38.803Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/198) |
1667 | 2025-01-24T19:18:39.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2025-01-24T19:18:39.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2025-01-24T19:18:39.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2025-01-24T19:18:39.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1671 | 2025-01-24T19:18:39.212Z | |
1672 | 2025-01-24T19:18:39.212Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/198) |
1673 | 2025-01-24T19:18:39.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2025-01-24T19:18:39.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2025-01-24T19:18:39.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2025-01-24T19:18:39.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1677 | 2025-01-24T19:18:39.626Z | |
1678 | 2025-01-24T19:18:39.626Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/198) |
1679 | 2025-01-24T19:18:40.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2025-01-24T19:18:40.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2025-01-24T19:18:40.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2025-01-24T19:18:40.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1683 | 2025-01-24T19:18:40.048Z | |
1684 | 2025-01-24T19:18:40.048Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/198) |
1685 | 2025-01-24T19:18:40.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2025-01-24T19:18:40.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2025-01-24T19:18:40.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2025-01-24T19:18:40.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1689 | 2025-01-24T19:18:40.462Z | |
1690 | 2025-01-24T19:18:40.462Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/198) |
1691 | 2025-01-24T19:18:40.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2025-01-24T19:18:40.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2025-01-24T19:18:40.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2025-01-24T19:18:40.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1695 | 2025-01-24T19:18:40.873Z | |
1696 | 2025-01-24T19:18:40.873Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/198) |
1697 | 2025-01-24T19:18:41.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2025-01-24T19:18:41.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2025-01-24T19:18:41.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2025-01-24T19:18:41.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1701 | 2025-01-24T19:18:41.293Z | |
1702 | 2025-01-24T19:18:41.293Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/198) |
1703 | 2025-01-24T19:18:41.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2025-01-24T19:18:41.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2025-01-24T19:18:41.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2025-01-24T19:18:41.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1707 | 2025-01-24T19:18:41.711Z | |
1708 | 2025-01-24T19:18:41.711Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/198) |
1709 | 2025-01-24T19:18:42.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2025-01-24T19:18:42.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2025-01-24T19:18:42.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2025-01-24T19:18:42.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1713 | 2025-01-24T19:18:42.126Z | |
1714 | 2025-01-24T19:18:42.126Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/198) |
1715 | 2025-01-24T19:18:42.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2025-01-24T19:18:42.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2025-01-24T19:18:42.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2025-01-24T19:18:42.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1719 | 2025-01-24T19:18:42.543Z | |
1720 | 2025-01-24T19:18:42.543Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/198) |
1721 | 2025-01-24T19:18:42.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2025-01-24T19:18:42.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2025-01-24T19:18:42.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2025-01-24T19:18:42.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1725 | 2025-01-24T19:18:42.962Z | |
1726 | 2025-01-24T19:18:42.962Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/198) |
1727 | 2025-01-24T19:18:43.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2025-01-24T19:18:43.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2025-01-24T19:18:43.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2025-01-24T19:18:43.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1731 | 2025-01-24T19:18:43.386Z | |
1732 | 2025-01-24T19:18:43.386Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/198) |
1733 | 2025-01-24T19:18:43.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2025-01-24T19:18:43.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2025-01-24T19:18:43.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2025-01-24T19:18:43.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1737 | 2025-01-24T19:18:43.804Z | |
1738 | 2025-01-24T19:18:43.804Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/198) |
1739 | 2025-01-24T19:18:44.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2025-01-24T19:18:44.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2025-01-24T19:18:44.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2025-01-24T19:18:44.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1743 | 2025-01-24T19:18:44.226Z | |
1744 | 2025-01-24T19:18:44.226Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/198) |
1745 | 2025-01-24T19:18:44.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2025-01-24T19:18:44.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2025-01-24T19:18:44.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2025-01-24T19:18:44.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1749 | 2025-01-24T19:18:44.652Z | |
1750 | 2025-01-24T19:18:44.652Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/198) |
1751 | 2025-01-24T19:18:45.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2025-01-24T19:18:45.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2025-01-24T19:18:45.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2025-01-24T19:18:45.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1755 | 2025-01-24T19:18:45.073Z | |
1756 | 2025-01-24T19:18:45.073Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/198) |
1757 | 2025-01-24T19:18:45.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2025-01-24T19:18:45.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2025-01-24T19:18:45.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2025-01-24T19:18:45.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1761 | 2025-01-24T19:18:45.493Z | |
1762 | 2025-01-24T19:18:45.493Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/198) |
1763 | 2025-01-24T19:18:45.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2025-01-24T19:18:45.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2025-01-24T19:18:45.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2025-01-24T19:18:45.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1767 | 2025-01-24T19:18:45.911Z | |
1768 | 2025-01-24T19:18:45.911Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/198) |
1769 | 2025-01-24T19:18:46.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2025-01-24T19:18:46.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2025-01-24T19:18:46.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2025-01-24T19:18:46.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1773 | 2025-01-24T19:18:46.339Z | |
1774 | 2025-01-24T19:18:46.339Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/198) |
1775 | 2025-01-24T19:18:46.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2025-01-24T19:18:46.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2025-01-24T19:18:46.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2025-01-24T19:18:46.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1779 | 2025-01-24T19:18:46.783Z | |
1780 | 2025-01-24T19:18:46.783Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/198) |
1781 | 2025-01-24T19:18:47.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2025-01-24T19:18:47.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2025-01-24T19:18:47.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2025-01-24T19:18:47.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1785 | 2025-01-24T19:18:47.201Z | |
1786 | 2025-01-24T19:18:47.201Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/198) |
1787 | 2025-01-24T19:18:47.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2025-01-24T19:18:47.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2025-01-24T19:18:47.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1790 | 2025-01-24T19:18:47.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1791 | 2025-01-24T19:18:47.621Z | |
1792 | 2025-01-24T19:18:47.621Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/198) |
1793 | 2025-01-24T19:18:47.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1794 | 2025-01-24T19:18:48.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1795 | 2025-01-24T19:18:48.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1796 | 2025-01-24T19:18:48.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1797 | 2025-01-24T19:18:48.041Z | |
1798 | 2025-01-24T19:18:48.041Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/198) |
1799 | 2025-01-24T19:18:48.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1800 | 2025-01-24T19:18:48.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1801 | 2025-01-24T19:18:48.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1802 | 2025-01-24T19:18:48.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1803 | 2025-01-24T19:18:48.460Z | |
1804 | 2025-01-24T19:18:48.460Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/198) |
1805 | 2025-01-24T19:18:48.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1806 | 2025-01-24T19:18:48.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1807 | 2025-01-24T19:18:48.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1808 | 2025-01-24T19:18:48.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1809 | 2025-01-24T19:18:48.879Z | |
1810 | 2025-01-24T19:18:48.879Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/198) |
1811 | 2025-01-24T19:18:49.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1812 | 2025-01-24T19:18:49.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1813 | 2025-01-24T19:18:49.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1814 | 2025-01-24T19:18:49.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1815 | 2025-01-24T19:18:49.302Z | |
1816 | 2025-01-24T19:18:49.302Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/198) |
1817 | 2025-01-24T19:18:49.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1818 | 2025-01-24T19:18:49.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1819 | 2025-01-24T19:18:49.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1820 | 2025-01-24T19:18:49.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1821 | 2025-01-24T19:18:49.746Z | |
1822 | 2025-01-24T19:18:49.746Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/198) |
1823 | 2025-01-24T19:18:50.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1824 | 2025-01-24T19:18:50.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1825 | 2025-01-24T19:18:50.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1826 | 2025-01-24T19:18:50.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1827 | 2025-01-24T19:18:50.136Z | |
1828 | 2025-01-24T19:18:50.136Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/198) |
1829 | 2025-01-24T19:18:50.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1830 | 2025-01-24T19:18:50.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1831 | 2025-01-24T19:18:50.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1832 | 2025-01-24T19:18:50.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1833 | 2025-01-24T19:18:50.557Z | |
1834 | 2025-01-24T19:18:50.557Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/198) |
1835 | 2025-01-24T19:18:50.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1836 | 2025-01-24T19:18:50.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1837 | 2025-01-24T19:18:50.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1838 | 2025-01-24T19:18:50.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1839 | 2025-01-24T19:18:50.976Z | |
1840 | 2025-01-24T19:18:50.976Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/198) |
1841 | 2025-01-24T19:18:51.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1842 | 2025-01-24T19:18:51.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1843 | 2025-01-24T19:18:51.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1844 | 2025-01-24T19:18:51.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1845 | 2025-01-24T19:18:51.400Z | |
1846 | 2025-01-24T19:18:51.400Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/198) |
1847 | 2025-01-24T19:18:51.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1848 | 2025-01-24T19:18:51.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1849 | 2025-01-24T19:18:51.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1850 | 2025-01-24T19:18:51.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1851 | 2025-01-24T19:18:51.824Z | |
1852 | 2025-01-24T19:18:51.824Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/198) |
1853 | 2025-01-24T19:18:52.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1854 | 2025-01-24T19:18:52.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1855 | 2025-01-24T19:18:52.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1856 | 2025-01-24T19:18:52.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1857 | 2025-01-24T19:18:52.249Z | |
1858 | 2025-01-24T19:18:52.249Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/198) |
1859 | 2025-01-24T19:18:52.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1860 | 2025-01-24T19:18:52.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1861 | 2025-01-24T19:18:52.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1862 | 2025-01-24T19:18:52.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1863 | 2025-01-24T19:18:52.671Z | |
1864 | 2025-01-24T19:18:52.671Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/198) |
1865 | 2025-01-24T19:18:53.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1866 | 2025-01-24T19:18:53.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1867 | 2025-01-24T19:18:53.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1868 | 2025-01-24T19:18:53.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1869 | 2025-01-24T19:18:53.100Z | |
1870 | 2025-01-24T19:18:53.100Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/198) |
1871 | 2025-01-24T19:18:53.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1872 | 2025-01-24T19:18:53.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1873 | 2025-01-24T19:18:53.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1874 | 2025-01-24T19:18:53.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1875 | 2025-01-24T19:18:53.524Z | |
1876 | 2025-01-24T19:18:53.524Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/198) |
1877 | 2025-01-24T19:18:53.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1878 | 2025-01-24T19:18:53.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1879 | 2025-01-24T19:18:53.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1880 | 2025-01-24T19:18:53.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1881 | 2025-01-24T19:18:53.942Z | |
1882 | 2025-01-24T19:18:53.942Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/198) |
1883 | 2025-01-24T19:18:54.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1884 | 2025-01-24T19:18:54.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1885 | 2025-01-24T19:18:54.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1886 | 2025-01-24T19:18:54.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1887 | 2025-01-24T19:18:54.360Z | |
1888 | 2025-01-24T19:18:54.360Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/198) |
1889 | 2025-01-24T19:18:54.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1890 | 2025-01-24T19:18:54.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1891 | 2025-01-24T19:18:54.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1892 | 2025-01-24T19:18:54.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1893 | 2025-01-24T19:18:54.783Z | |
1894 | 2025-01-24T19:18:54.784Z | info: running `cargo check --bins` on sled-hardware-types (45/198) |
1895 | 2025-01-24T19:18:55.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1896 | 2025-01-24T19:18:55.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1897 | 2025-01-24T19:18:55.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1898 | 2025-01-24T19:18:55.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1899 | 2025-01-24T19:18:55.397Z | |
1900 | 2025-01-24T19:18:55.397Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/198) |
1901 | 2025-01-24T19:18:55.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1902 | 2025-01-24T19:18:55.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1903 | 2025-01-24T19:18:55.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1904 | 2025-01-24T19:18:55.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1905 | 2025-01-24T19:18:56.007Z | |
1906 | 2025-01-24T19:18:56.007Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/198) |
1907 | 2025-01-24T19:18:56.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1908 | 2025-01-24T19:18:56.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1909 | 2025-01-24T19:18:56.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1910 | 2025-01-24T19:18:56.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1911 | 2025-01-24T19:18:56.625Z | |
1912 | 2025-01-24T19:18:56.625Z | info: running `cargo check --bins` on oxlog (48/198) |
1913 | 2025-01-24T19:18:57.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1914 | 2025-01-24T19:18:57.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1915 | 2025-01-24T19:18:57.220Z | Checking cfg-if v1.0.0 |
1916 | 2025-01-24T19:18:57.222Z | Checking libc v0.2.169 |
1917 | 2025-01-24T19:18:57.329Z | Checking serde v1.0.217 |
1918 | 2025-01-24T19:18:57.332Z | Checking zeroize v1.8.1 |
1919 | 2025-01-24T19:18:57.349Z | Checking memchr v2.7.4 |
1920 | 2025-01-24T19:18:57.351Z | Checking typenum v1.17.0 |
1921 | 2025-01-24T19:18:57.359Z | Checking scopeguard v1.2.0 |
1922 | 2025-01-24T19:18:57.381Z | Checking subtle v2.6.1 |
1923 | 2025-01-24T19:18:57.398Z | Checking value-bag v1.9.0 |
1924 | 2025-01-24T19:18:57.505Z | Checking lock_api v0.4.12 |
1925 | 2025-01-24T19:18:57.579Z | Checking smallvec v1.13.2 |
1926 | 2025-01-24T19:18:57.649Z | Checking const-oid v0.9.6 |
1927 | 2025-01-24T19:18:57.784Z | Checking log v0.4.22 |
1928 | 2025-01-24T19:18:57.889Z | Checking itoa v1.0.11 |
1929 | 2025-01-24T19:18:57.906Z | Checking pin-project-lite v0.2.14 |
1930 | 2025-01-24T19:18:58.032Z | Checking byteorder v1.5.0 |
1931 | 2025-01-24T19:18:58.126Z | Checking futures-core v0.3.31 |
1932 | 2025-01-24T19:18:58.163Z | Checking once_cell v1.20.2 |
1933 | 2025-01-24T19:18:58.241Z | Checking stable_deref_trait v1.2.0 |
1934 | 2025-01-24T19:18:58.301Z | Checking getrandom v0.2.15 |
1935 | 2025-01-24T19:18:58.317Z | Checking parking_lot_core v0.9.10 |
1936 | 2025-01-24T19:18:58.349Z | Checking signal-hook-registry v1.4.2 |
1937 | 2025-01-24T19:18:58.413Z | Checking generic-array v0.14.7 |
1938 | 2025-01-24T19:18:58.439Z | Checking mio v1.0.2 |
1939 | 2025-01-24T19:18:58.457Z | Checking cpufeatures v0.2.14 |
1940 | 2025-01-24T19:18:58.527Z | Checking rand_core v0.6.4 |
1941 | 2025-01-24T19:18:58.554Z | Checking futures-sink v0.3.31 |
1942 | 2025-01-24T19:18:58.588Z | Checking socket2 v0.5.7 |
1943 | 2025-01-24T19:18:58.634Z | Checking parking_lot v0.12.3 |
1944 | 2025-01-24T19:18:58.711Z | Checking spin v0.9.8 |
1945 | 2025-01-24T19:18:58.847Z | Checking zerocopy v0.7.35 |
1946 | 2025-01-24T19:18:58.996Z | Checking zerofrom v0.1.4 |
1947 | 2025-01-24T19:18:59.013Z | Checking slab v0.4.9 |
1948 | 2025-01-24T19:18:59.055Z | Checking futures-channel v0.3.31 |
1949 | 2025-01-24T19:18:59.058Z | Checking pin-utils v0.1.0 |
1950 | 2025-01-24T19:18:59.160Z | Checking foldhash v0.1.3 |
1951 | 2025-01-24T19:18:59.194Z | Checking yoke v0.7.4 |
1952 | 2025-01-24T19:18:59.244Z | Checking futures-task v0.3.31 |
1953 | 2025-01-24T19:18:59.356Z | Checking futures-io v0.3.31 |
1954 | 2025-01-24T19:18:59.391Z | Checking equivalent v1.0.1 |
1955 | 2025-01-24T19:18:59.443Z | Checking crypto-common v0.1.6 |
1956 | 2025-01-24T19:18:59.459Z | Checking block-buffer v0.10.4 |
1957 | 2025-01-24T19:18:59.497Z | Checking allocator-api2 v0.2.18 |
1958 | 2025-01-24T19:18:59.514Z | Checking zerovec v0.10.4 |
1959 | 2025-01-24T19:18:59.518Z | Checking block-padding v0.3.3 |
1960 | 2025-01-24T19:18:59.546Z | Checking futures-util v0.3.31 |
1961 | 2025-01-24T19:18:59.617Z | Checking ryu v1.0.18 |
1962 | 2025-01-24T19:18:59.670Z | Checking digest v0.10.7 |
1963 | 2025-01-24T19:18:59.744Z | Checking inout v0.1.3 |
1964 | 2025-01-24T19:18:59.855Z | Checking fnv v1.0.7 |
1965 | 2025-01-24T19:18:59.960Z | Checking litemap v0.7.3 |
1966 | 2025-01-24T19:18:59.985Z | Checking writeable v0.5.5 |
1967 | 2025-01-24T19:19:00.038Z | Checking hmac v0.12.1 |
1968 | 2025-01-24T19:19:00.064Z | Checking sha2 v0.10.8 |
1969 | 2025-01-24T19:19:00.119Z | Checking hashbrown v0.15.1 |
1970 | 2025-01-24T19:19:00.249Z | Checking cipher v0.4.4 |
1971 | 2025-01-24T19:19:00.293Z | Checking libm v0.2.8 |
1972 | 2025-01-24T19:19:00.307Z | Checking base64ct v1.6.0 |
1973 | 2025-01-24T19:19:00.615Z | Checking ppv-lite86 v0.2.20 |
1974 | 2025-01-24T19:19:00.657Z | Checking icu_locid_transform_data v1.5.0 |
1975 | 2025-01-24T19:19:00.757Z | Checking pem-rfc7468 v0.7.0 |
1976 | 2025-01-24T19:19:00.773Z | Checking flagset v0.4.6 |
1977 | 2025-01-24T19:19:00.976Z | Checking tracing-core v0.1.32 |
1978 | 2025-01-24T19:19:01.020Z | Checking der v0.7.9 |
1979 | 2025-01-24T19:19:01.047Z | Checking tinystr v0.7.6 |
1980 | 2025-01-24T19:19:01.147Z | Checking icu_collections v1.5.0 |
1981 | 2025-01-24T19:19:01.180Z | Checking num-traits v0.2.19 |
1982 | 2025-01-24T19:19:01.311Z | Checking rand_chacha v0.3.1 |
1983 | 2025-01-24T19:19:01.380Z | Checking icu_locid v1.5.0 |
1984 | 2025-01-24T19:19:01.594Z | Checking thiserror v1.0.69 |
1985 | 2025-01-24T19:19:01.713Z | Checking percent-encoding v2.3.1 |
1986 | 2025-01-24T19:19:01.738Z | Checking icu_properties_data v1.5.0 |
1987 | 2025-01-24T19:19:01.796Z | Checking rustls-pki-types v1.10.0 |
1988 | 2025-01-24T19:19:01.869Z | Checking bytes v1.9.0 |
1989 | 2025-01-24T19:19:01.935Z | Checking indexmap v2.7.0 |
1990 | 2025-01-24T19:19:01.974Z | Checking serde_json v1.0.135 |
1991 | 2025-01-24T19:19:02.311Z | Checking icu_provider v1.5.0 |
1992 | 2025-01-24T19:19:02.328Z | Checking bitflags v2.6.0 |
1993 | 2025-01-24T19:19:02.630Z | Checking rand v0.8.5 |
1994 | 2025-01-24T19:19:02.676Z | Checking tokio v1.43.0 |
1995 | 2025-01-24T19:19:02.694Z | Checking http v1.2.0 |
1996 | 2025-01-24T19:19:02.760Z | Checking spki v0.7.3 |
1997 | 2025-01-24T19:19:02.907Z | Checking icu_locid_transform v1.5.0 |
1998 | 2025-01-24T19:19:03.036Z | Checking tracing v0.1.40 |
1999 | 2025-01-24T19:19:03.080Z | Checking salsa20 v0.10.2 |
2000 | 2025-01-24T19:19:03.299Z | Checking pbkdf2 v0.12.2 |
2001 | 2025-01-24T19:19:03.380Z | Checking aws-lc-sys v0.22.0 |
2002 | 2025-01-24T19:19:03.471Z | Checking httparse v1.9.5 |
2003 | 2025-01-24T19:19:03.561Z | Checking powerfmt v0.2.0 |
2004 | 2025-01-24T19:19:03.838Z | Checking mirai-annotations v1.12.0 |
2005 | 2025-01-24T19:19:03.841Z | Checking utf16_iter v1.0.5 |
2006 | 2025-01-24T19:19:03.867Z | Checking icu_properties v1.5.1 |
2007 | 2025-01-24T19:19:03.882Z | Checking untrusted v0.7.1 |
2008 | 2025-01-24T19:19:03.904Z | Checking icu_normalizer_data v1.5.0 |
2009 | 2025-01-24T19:19:04.001Z | Checking write16 v1.0.0 |
2010 | 2025-01-24T19:19:04.004Z | Checking untrusted v0.9.0 |
2011 | 2025-01-24T19:19:04.020Z | Checking utf8_iter v1.0.4 |
2012 | 2025-01-24T19:19:04.047Z | Checking deranged v0.3.11 |
2013 | 2025-01-24T19:19:04.050Z | Checking scrypt v0.11.0 |
2014 | 2025-01-24T19:19:04.132Z | Checking cbc v0.1.2 |
2015 | 2025-01-24T19:19:04.180Z | Checking ring v0.17.8 |
2016 | 2025-01-24T19:19:04.217Z | Checking aes v0.8.4 |
2017 | 2025-01-24T19:19:04.273Z | Checking crossbeam-utils v0.8.20 |
2018 | 2025-01-24T19:19:04.334Z | Checking tinyvec_macros v0.1.1 |
2019 | 2025-01-24T19:19:04.432Z | Checking time-core v0.1.2 |
2020 | 2025-01-24T19:19:04.605Z | Checking atomic-waker v1.1.2 |
2021 | 2025-01-24T19:19:04.759Z | Checking num_threads v0.1.7 |
2022 | 2025-01-24T19:19:04.884Z | Checking num-conv v0.1.0 |
2023 | 2025-01-24T19:19:04.972Z | Checking tinyvec v1.8.0 |
2024 | 2025-01-24T19:19:05.052Z | Checking pkcs5 v0.7.1 |
2025 | 2025-01-24T19:19:05.131Z | Checking http-body v1.0.1 |
2026 | 2025-01-24T19:19:05.339Z | Checking form_urlencoded v1.2.1 |
2027 | 2025-01-24T19:19:05.371Z | Checking time v0.3.36 |
2028 | 2025-01-24T19:19:05.473Z | Checking aws-lc-rs v1.10.0 |
2029 | 2025-01-24T19:19:05.528Z | Checking try-lock v0.2.5 |
2030 | 2025-01-24T19:19:05.545Z | Checking pkcs8 v0.10.2 |
2031 | 2025-01-24T19:19:05.670Z | Checking want v0.3.1 |
2032 | 2025-01-24T19:19:05.852Z | Checking uuid v1.12.0 |
2033 | 2025-01-24T19:19:05.872Z | Checking unicode-ident v1.0.14 |
2034 | 2025-01-24T19:19:05.961Z | Checking httpdate v1.0.3 |
2035 | 2025-01-24T19:19:06.048Z | Checking proc-macro2 v1.0.92 |
2036 | 2025-01-24T19:19:06.203Z | Checking serde_spanned v0.6.8 |
2037 | 2025-01-24T19:19:06.297Z | Checking toml_datetime v0.6.8 |
2038 | 2025-01-24T19:19:06.413Z | Checking slog v2.7.0 |
2039 | 2025-01-24T19:19:06.485Z | Checking scroll v0.12.0 |
2040 | 2025-01-24T19:19:06.585Z | Checking match_cfg v0.1.0 |
2041 | 2025-01-24T19:19:06.686Z | Checking iana-time-zone v0.1.61 |
2042 | 2025-01-24T19:19:06.714Z | Checking adler2 v2.0.0 |
2043 | 2025-01-24T19:19:06.849Z | Checking ucd-trie v0.1.7 |
2044 | 2025-01-24T19:19:06.867Z | Checking foreign-types-shared v0.1.1 |
2045 | 2025-01-24T19:19:06.882Z | Checking tower-service v0.3.3 |
2046 | 2025-01-24T19:19:06.955Z | Checking base64 v0.22.1 |
2047 | 2025-01-24T19:19:06.979Z | Checking plain v0.2.3 |
2048 | 2025-01-24T19:19:07.003Z | Checking foreign-types v0.3.2 |
2049 | 2025-01-24T19:19:07.055Z | Checking pest v2.7.14 |
2050 | 2025-01-24T19:19:07.106Z | Checking miniz_oxide v0.8.0 |
2051 | 2025-01-24T19:19:07.123Z | Checking icu_normalizer v1.5.0 |
2052 | 2025-01-24T19:19:07.126Z | Checking rustls-webpki v0.102.8 |
2053 | 2025-01-24T19:19:07.155Z | Checking goblin v0.8.2 |
2054 | 2025-01-24T19:19:07.394Z | Checking chrono v0.4.39 |
2055 | 2025-01-24T19:19:07.620Z | Checking quote v1.0.38 |
2056 | 2025-01-24T19:19:07.823Z | Checking hostname v0.3.1 |
2057 | 2025-01-24T19:19:07.869Z | Checking idna_adapter v1.2.0 |
2058 | 2025-01-24T19:19:07.896Z | Checking openssl-sys v0.9.103 |
2059 | 2025-01-24T19:19:07.954Z | Checking dirs-sys-next v0.1.2 |
2060 | 2025-01-24T19:19:07.970Z | Checking errno v0.3.9 |
2061 | 2025-01-24T19:19:08.048Z | Checking idna v1.0.3 |
2062 | 2025-01-24T19:19:08.130Z | Checking aho-corasick v1.1.3 |
2063 | 2025-01-24T19:19:08.149Z | Checking siphasher v0.3.11 |
2064 | 2025-01-24T19:19:08.450Z | Compiling newtype-uuid v1.2.1 |
2065 | 2025-01-24T19:19:08.536Z | Checking url v2.5.3 |
2066 | 2025-01-24T19:19:08.731Z | Checking regex-syntax v0.8.5 |
2067 | 2025-01-24T19:19:09.062Z | Checking pretty-hex v0.4.1 |
2068 | 2025-01-24T19:19:09.265Z | Checking data-encoding v2.6.0 |
2069 | 2025-01-24T19:19:09.320Z | Checking openssl v0.10.66 |
2070 | 2025-01-24T19:19:09.371Z | Checking tokio-util v0.7.12 |
2071 | 2025-01-24T19:19:09.392Z | Checking rustix v0.38.37 |
2072 | 2025-01-24T19:19:09.603Z | Checking dtrace-parser v0.2.0 |
2073 | 2025-01-24T19:19:09.683Z | Checking dirs-next v2.0.0 |
2074 | 2025-01-24T19:19:09.822Z | Checking syn v2.0.96 |
2075 | 2025-01-24T19:19:09.839Z | Checking unicode-normalization v0.1.24 |
2076 | 2025-01-24T19:19:10.094Z | Checking http-body-util v0.1.2 |
2077 | 2025-01-24T19:19:10.201Z | Checking h2 v0.4.6 |
2078 | 2025-01-24T19:19:10.519Z | Checking crossbeam-epoch v0.9.18 |
2079 | 2025-01-24T19:19:10.783Z | Checking signature v2.2.0 |
2080 | 2025-01-24T19:19:10.949Z | Checking sha1 v0.10.6 |
2081 | 2025-01-24T19:19:10.975Z | Checking lazy_static v1.5.0 |
2082 | 2025-01-24T19:19:11.100Z | Checking thread_local v1.1.8 |
2083 | 2025-01-24T19:19:11.227Z | Checking thread-id v4.2.2 |
2084 | 2025-01-24T19:19:11.347Z | Checking encoding_rs v0.8.34 |
2085 | 2025-01-24T19:19:11.373Z | Checking unicode-properties v0.1.3 |
2086 | 2025-01-24T19:19:11.769Z | Checking anstyle v1.0.10 |
2087 | 2025-01-24T19:19:11.852Z | Checking dof v0.3.0 |
2088 | 2025-01-24T19:19:11.968Z | Checking regex-automata v0.4.8 |
2089 | 2025-01-24T19:19:12.109Z | Checking ipnet v2.10.1 |
2090 | 2025-01-24T19:19:12.409Z | Checking openssl-probe v0.1.5 |
2091 | 2025-01-24T19:19:12.559Z | Checking either v1.13.0 |
2092 | 2025-01-24T19:19:12.562Z | Checking unicode-bidi v0.3.17 |
2093 | 2025-01-24T19:19:12.591Z | Checking mime v0.3.17 |
2094 | 2025-01-24T19:19:12.915Z | Checking gimli v0.31.1 |
2095 | 2025-01-24T19:19:12.931Z | Checking utf8parse v0.2.2 |
2096 | 2025-01-24T19:19:13.089Z | Checking winnow v0.6.20 |
2097 | 2025-01-24T19:19:13.160Z | Checking stringprep v0.1.5 |
2098 | 2025-01-24T19:19:13.452Z | Checking anstyle-parse v0.2.5 |
2099 | 2025-01-24T19:19:13.689Z | Checking crossbeam-deque v0.8.5 |
2100 | 2025-01-24T19:19:13.742Z | Checking term v0.7.0 |
2101 | 2025-01-24T19:19:14.031Z | Checking rustls v0.22.4 |
2102 | 2025-01-24T19:19:14.178Z | Checking rustls v0.23.19 |
2103 | 2025-01-24T19:19:14.182Z | Checking native-tls v0.2.12 |
2104 | 2025-01-24T19:19:14.496Z | Checking slog-json v2.6.1 |
2105 | 2025-01-24T19:19:14.777Z | Checking serde_urlencoded v0.7.1 |
2106 | 2025-01-24T19:19:15.204Z | Checking crossbeam-channel v0.5.13 |
2107 | 2025-01-24T19:19:15.665Z | Checking usdt-impl v0.5.0 |
2108 | 2025-01-24T19:19:15.792Z | Checking toml_edit v0.22.22 |
2109 | 2025-01-24T19:19:15.965Z | Checking futures-executor v0.3.31 |
2110 | 2025-01-24T19:19:16.193Z | Checking num-integer v0.1.46 |
2111 | 2025-01-24T19:19:16.213Z | Checking rustls-pemfile v2.2.0 |
2112 | 2025-01-24T19:19:16.327Z | Checking hyper v1.5.2 |
2113 | 2025-01-24T19:19:16.346Z | Checking md-5 v0.10.6 |
2114 | 2025-01-24T19:19:16.429Z | Checking ff v0.13.0 |
2115 | 2025-01-24T19:19:16.586Z | Checking hash32 v0.2.1 |
2116 | 2025-01-24T19:19:16.630Z | Checking memmap v0.7.0 |
2117 | 2025-01-24T19:19:16.651Z | Checking is-terminal v0.4.13 |
2118 | 2025-01-24T19:19:16.667Z | Checking addr2line v0.24.2 |
2119 | 2025-01-24T19:19:16.783Z | Checking object v0.36.5 |
2120 | 2025-01-24T19:19:16.828Z | Checking linked-hash-map v0.5.6 |
2121 | 2025-01-24T19:19:16.887Z | Checking take_mut v0.2.2 |
2122 | 2025-01-24T19:19:17.040Z | Checking rustc-demangle v0.1.24 |
2123 | 2025-01-24T19:19:17.137Z | Checking fallible-iterator v0.2.0 |
2124 | 2025-01-24T19:19:17.171Z | Checking quick-error v1.2.3 |
2125 | 2025-01-24T19:19:17.333Z | Checking psl-types v2.0.11 |
2126 | 2025-01-24T19:19:17.375Z | Checking colorchoice v1.0.2 |
2127 | 2025-01-24T19:19:17.494Z | Checking anstyle-query v1.1.1 |
2128 | 2025-01-24T19:19:17.514Z | Checking dyn-clone v1.0.17 |
2129 | 2025-01-24T19:19:17.531Z | Checking base16ct v0.2.0 |
2130 | 2025-01-24T19:19:17.626Z | Checking utf-8 v0.7.6 |
2131 | 2025-01-24T19:19:17.660Z | Checking is_terminal_polyfill v1.70.1 |
2132 | 2025-01-24T19:19:17.663Z | Checking schemars v0.8.21 |
2133 | 2025-01-24T19:19:17.731Z | Checking sec1 v0.7.3 |
2134 | 2025-01-24T19:19:17.786Z | Checking anstream v0.6.15 |
2135 | 2025-01-24T19:19:17.836Z | Checking tungstenite v0.24.0 |
2136 | 2025-01-24T19:19:18.097Z | Checking postgres-protocol v0.6.7 |
2137 | 2025-01-24T19:19:18.144Z | Checking publicsuffix v2.3.0 |
2138 | 2025-01-24T19:19:18.297Z | Checking hyper-util v0.1.10 |
2139 | 2025-01-24T19:19:18.396Z | Checking toml v0.8.19 |
2140 | 2025-01-24T19:19:18.413Z | Checking tokio-rustls v0.25.0 |
2141 | 2025-01-24T19:19:18.704Z | Checking resolv-conf v0.7.0 |
2142 | 2025-01-24T19:19:18.727Z | Checking lru-cache v0.1.2 |
2143 | 2025-01-24T19:19:18.792Z | Checking slog-async v2.8.0 |
2144 | 2025-01-24T19:19:19.049Z | Checking heapless v0.7.17 |
2145 | 2025-01-24T19:19:19.055Z | Checking usdt v0.5.0 |
2146 | 2025-01-24T19:19:19.074Z | Checking slog-term v2.9.1 |
2147 | 2025-01-24T19:19:19.095Z | Checking num-iter v0.1.45 |
2148 | 2025-01-24T19:19:19.224Z | Checking group v0.13.0 |
2149 | 2025-01-24T19:19:19.261Z | Checking futures v0.3.31 |
2150 | 2025-01-24T19:19:19.264Z | Checking tokio-rustls v0.26.0 |
2151 | 2025-01-24T19:19:19.309Z | Checking slog-bunyan v2.5.0 |
2152 | 2025-01-24T19:19:19.376Z | Checking tokio-native-tls v0.3.1 |
2153 | 2025-01-24T19:19:19.475Z | Checking rayon-core v1.12.1 |
2154 | 2025-01-24T19:19:19.477Z | Checking multer v3.1.0 |
2155 | 2025-01-24T19:19:19.532Z | Checking terminal_size v0.4.0 |
2156 | 2025-01-24T19:19:19.611Z | Checking hickory-proto v0.24.2 |
2157 | 2025-01-24T19:19:19.722Z | Checking phf_shared v0.11.2 |
2158 | 2025-01-24T19:19:19.815Z | Checking cookie v0.18.1 |
2159 | 2025-01-24T19:19:19.870Z | Checking async-stream v0.3.6 |
2160 | 2025-01-24T19:19:19.956Z | Checking bzip2-sys v0.1.11+1.0.8 |
2161 | 2025-01-24T19:19:19.985Z | Checking camino v1.1.9 |
2162 | 2025-01-24T19:19:20.058Z | Checking signal-hook v0.3.17 |
2163 | 2025-01-24T19:19:20.093Z | Checking waitgroup v0.1.2 |
2164 | 2025-01-24T19:19:20.170Z | Checking openapiv3 v2.0.0 |
2165 | 2025-01-24T19:19:20.241Z | Checking webpki-roots v0.26.6 |
2166 | 2025-01-24T19:19:20.260Z | Checking serde_path_to_error v0.1.16 |
2167 | 2025-01-24T19:19:20.276Z | Checking hkdf v0.12.4 |
2168 | 2025-01-24T19:19:20.404Z | Checking crypto-bigint v0.5.5 |
2169 | 2025-01-24T19:19:20.455Z | Checking hostname v0.4.0 |
2170 | 2025-01-24T19:19:20.485Z | Checking crc32fast v1.4.2 |
2171 | 2025-01-24T19:19:20.502Z | Checking debug-ignore v1.0.5 |
2172 | 2025-01-24T19:19:20.583Z | Checking clap_lex v0.7.2 |
2173 | 2025-01-24T19:19:20.637Z | Checking bitflags v1.3.2 |
2174 | 2025-01-24T19:19:20.740Z | Checking winnow v0.5.40 |
2175 | 2025-01-24T19:19:20.757Z | Checking managed v0.8.0 |
2176 | 2025-01-24T19:19:20.820Z | Checking unicode-width v0.1.14 |
2177 | 2025-01-24T19:19:20.836Z | Checking strsim v0.11.1 |
2178 | 2025-01-24T19:19:21.109Z | Checking clap_builder v4.5.21 |
2179 | 2025-01-24T19:19:21.113Z | Checking smoltcp v0.9.1 |
2180 | 2025-01-24T19:19:21.315Z | Checking console v0.15.8 |
2181 | 2025-01-24T19:19:21.875Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2182 | 2025-01-24T19:19:22.157Z | Checking flate2 v1.0.35 |
2183 | 2025-01-24T19:19:22.447Z | Checking hyper-rustls v0.27.3 |
2184 | 2025-01-24T19:19:22.653Z | Checking backtrace v0.3.74 |
2185 | 2025-01-24T19:19:22.778Z | Checking signal-hook-mio v0.2.4 |
2186 | 2025-01-24T19:19:22.781Z | Checking hyper-tls v0.6.0 |
2187 | 2025-01-24T19:19:22.941Z | Checking cookie_store v0.21.1 |
2188 | 2025-01-24T19:19:23.047Z | Checking rayon v1.10.0 |
2189 | 2025-01-24T19:19:23.050Z | Checking elliptic-curve v0.13.8 |
2190 | 2025-01-24T19:19:23.214Z | Checking anyhow v1.0.95 |
2191 | 2025-01-24T19:19:23.283Z | Checking dropshot v0.12.0 |
2192 | 2025-01-24T19:19:23.422Z | Checking toml_edit v0.19.15 |
2193 | 2025-01-24T19:19:23.574Z | Checking bzip2 v0.4.4 |
2194 | 2025-01-24T19:19:23.605Z | Checking phf v0.11.2 |
2195 | 2025-01-24T19:19:23.680Z | Checking num-bigint-dig v0.8.4 |
2196 | 2025-01-24T19:19:23.845Z | Checking postgres-types v0.2.8 |
2197 | 2025-01-24T19:19:23.866Z | Checking tokio-tungstenite v0.24.0 |
2198 | 2025-01-24T19:19:24.035Z | Checking regex v1.11.1 |
2199 | 2025-01-24T19:19:24.038Z | Checking hickory-resolver v0.24.2 |
2200 | 2025-01-24T19:19:24.310Z | Checking bstr v1.10.0 |
2201 | 2025-01-24T19:19:24.505Z | Checking ed25519 v2.2.3 |
2202 | 2025-01-24T19:19:24.623Z | Checking tokio-stream v0.1.16 |
2203 | 2025-01-24T19:19:24.841Z | Checking phf_shared v0.10.0 |
2204 | 2025-01-24T19:19:25.112Z | Checking curve25519-dalek v4.1.3 |
2205 | 2025-01-24T19:19:25.204Z | Checking zerocopy v0.6.6 |
2206 | 2025-01-24T19:19:25.420Z | Checking hubpack v0.1.2 |
2207 | 2025-01-24T19:19:25.616Z | Checking portable-atomic v1.9.0 |
2208 | 2025-01-24T19:19:25.637Z | Checking pkcs1 v0.7.5 |
2209 | 2025-01-24T19:19:25.707Z | Checking float-cmp v0.9.0 |
2210 | 2025-01-24T19:19:25.807Z | Checking serde-big-array v0.5.1 |
2211 | 2025-01-24T19:19:25.854Z | Checking rfc6979 v0.4.0 |
2212 | 2025-01-24T19:19:25.890Z | Checking sync_wrapper v1.0.1 |
2213 | 2025-01-24T19:19:26.008Z | Checking difflib v0.4.0 |
2214 | 2025-01-24T19:19:26.024Z | Checking normalize-line-endings v0.3.0 |
2215 | 2025-01-24T19:19:26.039Z | Checking bit-vec v0.6.3 |
2216 | 2025-01-24T19:19:26.042Z | Checking fixedbitset v0.4.2 |
2217 | 2025-01-24T19:19:26.140Z | Checking unicode-segmentation v1.12.0 |
2218 | 2025-01-24T19:19:26.318Z | Checking minimal-lexical v0.2.1 |
2219 | 2025-01-24T19:19:26.340Z | Checking static_assertions v1.1.0 |
2220 | 2025-01-24T19:19:26.357Z | Checking precomputed-hash v0.1.1 |
2221 | 2025-01-24T19:19:26.433Z | Checking whoami v1.5.2 |
2222 | 2025-01-24T19:19:26.472Z | Checking number_prefix v0.4.0 |
2223 | 2025-01-24T19:19:26.488Z | Checking new_debug_unreachable v1.0.6 |
2224 | 2025-01-24T19:19:26.575Z | Checking predicates-core v1.0.8 |
2225 | 2025-01-24T19:19:26.592Z | Checking unicode-width v0.2.0 |
2226 | 2025-01-24T19:19:26.653Z | Checking string_cache v0.8.7 |
2227 | 2025-01-24T19:19:26.703Z | Checking nom v7.1.3 |
2228 | 2025-01-24T19:19:26.724Z | Checking qorb v0.2.1 |
2229 | 2025-01-24T19:19:26.739Z | Checking tokio-postgres v0.7.12 |
2230 | 2025-01-24T19:19:26.768Z | Checking predicates v3.1.2 |
2231 | 2025-01-24T19:19:26.827Z | Checking similar v2.6.0 |
2232 | 2025-01-24T19:19:26.842Z | Checking ed25519-dalek v2.1.1 |
2233 | 2025-01-24T19:19:26.920Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2234 | 2025-01-24T19:19:27.063Z | Checking indicatif v0.17.9 |
2235 | 2025-01-24T19:19:27.221Z | Checking bit-set v0.5.3 |
2236 | 2025-01-24T19:19:27.360Z | Checking petgraph v0.6.5 |
2237 | 2025-01-24T19:19:27.476Z | Checking reqwest v0.12.9 |
2238 | 2025-01-24T19:19:27.632Z | Checking ecdsa v0.16.9 |
2239 | 2025-01-24T19:19:27.783Z | Checking rsa v0.9.6 |
2240 | 2025-01-24T19:19:28.313Z | Checking toml v0.7.8 |
2241 | 2025-01-24T19:19:28.773Z | Checking clap v4.5.21 |
2242 | 2025-01-24T19:19:28.891Z | Checking zip v0.6.6 |
2243 | 2025-01-24T19:19:28.986Z | Checking crossterm v0.28.1 |
2244 | 2025-01-24T19:19:29.218Z | Checking itertools v0.12.1 |
2245 | 2025-01-24T19:19:29.234Z | Checking itertools v0.10.5 |
2246 | 2025-01-24T19:19:29.236Z | Checking ahash v0.8.11 |
2247 | 2025-01-24T19:19:29.506Z | Checking fs-err v2.11.0 |
2248 | 2025-01-24T19:19:29.744Z | Checking x509-cert v0.2.5 |
2249 | 2025-01-24T19:19:29.794Z | Checking hex v0.4.3 |
2250 | 2025-01-24T19:19:30.030Z | Checking semver v1.0.24 |
2251 | 2025-01-24T19:19:30.275Z | Checking peg-runtime v0.8.3 |
2252 | 2025-01-24T19:19:30.328Z | Checking lalrpop-util v0.19.12 |
2253 | 2025-01-24T19:19:30.446Z | Checking sigpipe v0.1.3 |
2254 | 2025-01-24T19:19:31.427Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2255 | 2025-01-24T19:19:31.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.11s |
2256 | 2025-01-24T19:19:31.915Z | |
2257 | 2025-01-24T19:19:31.916Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/198) |
2258 | 2025-01-24T19:19:32.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2259 | 2025-01-24T19:19:32.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2260 | 2025-01-24T19:19:32.555Z | Compiling hashbrown v0.14.5 |
2261 | 2025-01-24T19:19:32.675Z | Checking heck v0.5.0 |
2262 | 2025-01-24T19:19:32.688Z | Compiling unsafe-libyaml v0.2.11 |
2263 | 2025-01-24T19:19:32.702Z | Checking ipnetwork v0.20.0 |
2264 | 2025-01-24T19:19:32.715Z | Compiling ident_case v1.0.1 |
2265 | 2025-01-24T19:19:32.730Z | Checking progenitor-client v0.8.0 |
2266 | 2025-01-24T19:19:32.745Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2267 | 2025-01-24T19:19:32.843Z | Checking newtype-uuid v1.2.1 |
2268 | 2025-01-24T19:19:32.887Z | Compiling darling_core v0.20.10 |
2269 | 2025-01-24T19:19:33.022Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2270 | 2025-01-24T19:19:33.054Z | Compiling proc-macro-crate v1.3.1 |
2271 | 2025-01-24T19:19:33.080Z | Compiling structmeta-derive v0.3.0 |
2272 | 2025-01-24T19:19:33.125Z | Compiling thiserror v2.0.11 |
2273 | 2025-01-24T19:19:33.344Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2274 | 2025-01-24T19:19:33.657Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2275 | 2025-01-24T19:19:33.672Z | Compiling regress v0.10.1 |
2276 | 2025-01-24T19:19:33.960Z | Compiling serde_yaml v0.9.34+deprecated |
2277 | 2025-01-24T19:19:34.127Z | Compiling num_enum_derive v0.5.11 |
2278 | 2025-01-24T19:19:34.529Z | Compiling lzma-sys v0.1.20 |
2279 | 2025-01-24T19:19:34.919Z | Compiling foreign-types-macros v0.2.3 |
2280 | 2025-01-24T19:19:35.279Z | Compiling thiserror-impl v2.0.11 |
2281 | 2025-01-24T19:19:35.647Z | Compiling structmeta v0.3.0 |
2282 | 2025-01-24T19:19:36.046Z | Compiling dropshot v0.15.1 |
2283 | 2025-01-24T19:19:36.113Z | Checking arc-swap v1.7.1 |
2284 | 2025-01-24T19:19:36.355Z | Checking foreign-types-shared v0.3.1 |
2285 | 2025-01-24T19:19:36.489Z | Checking num_enum v0.5.11 |
2286 | 2025-01-24T19:19:36.492Z | Checking foreign-types v0.5.0 |
2287 | 2025-01-24T19:19:36.530Z | Checking slog-scope v4.4.0 |
2288 | 2025-01-24T19:19:36.657Z | Compiling parse-display-derive v0.10.0 |
2289 | 2025-01-24T19:19:36.731Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2290 | 2025-01-24T19:19:36.744Z | Compiling proc-macro-error v1.0.4 |
2291 | 2025-01-24T19:19:37.169Z | Checking typify-impl v0.2.0 |
2292 | 2025-01-24T19:19:37.513Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2293 | 2025-01-24T19:19:37.625Z | Checking tungstenite v0.21.0 |
2294 | 2025-01-24T19:19:37.660Z | Compiling heck v0.3.3 |
2295 | 2025-01-24T19:19:38.028Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2296 | 2025-01-24T19:19:38.356Z | Compiling dropshot_endpoint v0.15.1 |
2297 | 2025-01-24T19:19:38.435Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2298 | 2025-01-24T19:19:38.623Z | Checking cstr-argument v0.1.2 |
2299 | 2025-01-24T19:19:38.814Z | Checking instant v0.1.13 |
2300 | 2025-01-24T19:19:38.840Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2301 | 2025-01-24T19:19:38.945Z | Checking fastrand v2.1.1 |
2302 | 2025-01-24T19:19:38.969Z | Compiling darling_macro v0.20.10 |
2303 | 2025-01-24T19:19:39.121Z | Checking pretty-hex v0.2.1 |
2304 | 2025-01-24T19:19:39.154Z | Checking base64 v0.21.7 |
2305 | 2025-01-24T19:19:39.296Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2306 | 2025-01-24T19:19:39.377Z | Checking tempfile v3.13.0 |
2307 | 2025-01-24T19:19:39.577Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2308 | 2025-01-24T19:19:39.631Z | Checking backoff v0.4.0 |
2309 | 2025-01-24T19:19:39.712Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2310 | 2025-01-24T19:19:39.747Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2311 | 2025-01-24T19:19:39.808Z | Checking tokio-tungstenite v0.21.0 |
2312 | 2025-01-24T19:19:39.864Z | Checking strum v0.26.3 |
2313 | 2025-01-24T19:19:39.892Z | Compiling darling v0.20.10 |
2314 | 2025-01-24T19:19:39.973Z | Compiling zone_cfg_derive v0.1.2 |
2315 | 2025-01-24T19:19:40.011Z | Compiling serde_with_macros v3.11.0 |
2316 | 2025-01-24T19:19:40.034Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2317 | 2025-01-24T19:19:40.052Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2318 | 2025-01-24T19:19:40.280Z | Checking slog-stdlog v4.1.1 |
2319 | 2025-01-24T19:19:40.452Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2320 | 2025-01-24T19:19:40.531Z | Checking regress v0.9.1 |
2321 | 2025-01-24T19:19:40.613Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2322 | 2025-01-24T19:19:40.691Z | Checking parse-display v0.10.0 |
2323 | 2025-01-24T19:19:40.750Z | Checking progenitor-client v0.9.1 |
2324 | 2025-01-24T19:19:40.888Z | Checking colored v2.1.0 |
2325 | 2025-01-24T19:19:40.924Z | Checking macaddr v1.0.1 |
2326 | 2025-01-24T19:19:41.133Z | Checking base64 v0.13.1 |
2327 | 2025-01-24T19:19:41.256Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2328 | 2025-01-24T19:19:41.370Z | Checking zone v0.1.8 |
2329 | 2025-01-24T19:19:41.534Z | Checking ron v0.7.1 |
2330 | 2025-01-24T19:19:41.726Z | Checking xz2 v0.1.7 |
2331 | 2025-01-24T19:19:42.019Z | Checking slog-envlogger v2.2.0 |
2332 | 2025-01-24T19:19:42.035Z | Checking tabwriter v1.4.0 |
2333 | 2025-01-24T19:19:42.225Z | Checking xattr v1.3.1 |
2334 | 2025-01-24T19:19:42.280Z | Checking pem v3.0.4 |
2335 | 2025-01-24T19:19:42.415Z | Checking yasna v0.5.2 |
2336 | 2025-01-24T19:19:42.534Z | Checking headers-core v0.3.0 |
2337 | 2025-01-24T19:19:42.603Z | Checking serde_with v3.11.0 |
2338 | 2025-01-24T19:19:42.621Z | Checking smf v0.2.3 |
2339 | 2025-01-24T19:19:42.674Z | Checking filetime v0.2.25 |
2340 | 2025-01-24T19:19:42.882Z | Checking same-file v1.0.6 |
2341 | 2025-01-24T19:19:42.997Z | Checking tar v0.4.42 |
2342 | 2025-01-24T19:19:43.057Z | Checking headers v0.4.0 |
2343 | 2025-01-24T19:19:43.074Z | Checking walkdir v2.5.0 |
2344 | 2025-01-24T19:19:43.238Z | Checking rcgen v0.12.1 |
2345 | 2025-01-24T19:19:43.352Z | Checking atomicwrites v0.4.4 |
2346 | 2025-01-24T19:19:43.544Z | Checking camino-tempfile v1.1.1 |
2347 | 2025-01-24T19:19:43.820Z | Checking subprocess v0.2.9 |
2348 | 2025-01-24T19:19:46.460Z | Compiling typify-macro v0.2.0 |
2349 | 2025-01-24T19:19:47.916Z | Compiling typify v0.2.0 |
2350 | 2025-01-24T19:19:47.985Z | Compiling progenitor-impl v0.8.0 |
2351 | 2025-01-24T19:19:50.376Z | Compiling progenitor-macro v0.8.0 |
2352 | 2025-01-24T19:19:53.974Z | Checking progenitor v0.8.0 |
2353 | 2025-01-24T19:19:54.105Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2354 | 2025-01-24T19:19:54.108Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2355 | 2025-01-24T19:19:56.578Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2356 | 2025-01-24T19:19:56.971Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2357 | 2025-01-24T19:20:02.847Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2358 | 2025-01-24T19:20:04.319Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2359 | 2025-01-24T19:20:05.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.59s |
2360 | 2025-01-24T19:20:05.689Z | |
2361 | 2025-01-24T19:20:05.689Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/198) |
2362 | 2025-01-24T19:20:06.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2363 | 2025-01-24T19:20:06.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2364 | 2025-01-24T19:20:06.329Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2365 | 2025-01-24T19:20:07.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
2366 | 2025-01-24T19:20:07.841Z | |
2367 | 2025-01-24T19:20:07.841Z | info: running `cargo check --bins` on nexus-config (51/198) |
2368 | 2025-01-24T19:20:08.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2369 | 2025-01-24T19:20:08.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2370 | 2025-01-24T19:20:08.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2371 | 2025-01-24T19:20:08.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2372 | 2025-01-24T19:20:08.448Z | |
2373 | 2025-01-24T19:20:08.448Z | info: running `cargo check --bins` on omicron-rpaths (52/198) |
2374 | 2025-01-24T19:20:08.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2025-01-24T19:20:08.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2025-01-24T19:20:08.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2377 | 2025-01-24T19:20:08.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2378 | 2025-01-24T19:20:09.038Z | |
2379 | 2025-01-24T19:20:09.038Z | info: running `cargo check --bins` on omicron-certificates (53/198) |
2380 | 2025-01-24T19:20:09.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2025-01-24T19:20:09.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2025-01-24T19:20:09.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2383 | 2025-01-24T19:20:09.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2384 | 2025-01-24T19:20:09.644Z | |
2385 | 2025-01-24T19:20:09.644Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/198) |
2386 | 2025-01-24T19:20:10.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2025-01-24T19:20:10.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2025-01-24T19:20:10.320Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2389 | 2025-01-24T19:20:10.432Z | Compiling ipnetwork v0.20.0 |
2390 | 2025-01-24T19:20:10.432Z | Compiling zerocopy v0.8.10 |
2391 | 2025-01-24T19:20:10.435Z | Compiling progenitor-client v0.8.0 |
2392 | 2025-01-24T19:20:10.435Z | Compiling itertools v0.13.0 |
2393 | 2025-01-24T19:20:10.435Z | Compiling zerocopy-derive v0.8.10 |
2394 | 2025-01-24T19:20:10.435Z | Compiling heapless v0.8.0 |
2395 | 2025-01-24T19:20:10.435Z | Compiling thiserror v2.0.11 |
2396 | 2025-01-24T19:20:10.627Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2397 | 2025-01-24T19:20:10.711Z | Checking hash32 v0.3.1 |
2398 | 2025-01-24T19:20:10.916Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2399 | 2025-01-24T19:20:10.940Z | Compiling progenitor v0.8.0 |
2400 | 2025-01-24T19:20:11.144Z | Compiling instant v0.1.13 |
2401 | 2025-01-24T19:20:11.207Z | Compiling smoltcp v0.11.0 |
2402 | 2025-01-24T19:20:11.281Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2403 | 2025-01-24T19:20:11.299Z | Compiling backoff v0.4.0 |
2404 | 2025-01-24T19:20:11.326Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2405 | 2025-01-24T19:20:11.613Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2406 | 2025-01-24T19:20:11.654Z | Compiling dropshot v0.15.1 |
2407 | 2025-01-24T19:20:11.854Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2408 | 2025-01-24T19:20:12.071Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2409 | 2025-01-24T19:20:12.112Z | Compiling serde_with v3.11.0 |
2410 | 2025-01-24T19:20:12.208Z | Compiling parse-display v0.10.0 |
2411 | 2025-01-24T19:20:12.533Z | Checking num-rational v0.4.2 |
2412 | 2025-01-24T19:20:12.806Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2413 | 2025-01-24T19:20:12.979Z | Compiling progenitor-client v0.9.1 |
2414 | 2025-01-24T19:20:13.223Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2415 | 2025-01-24T19:20:13.501Z | Compiling regress v0.9.1 |
2416 | 2025-01-24T19:20:14.698Z | Compiling phf_generator v0.11.2 |
2417 | 2025-01-24T19:20:14.923Z | Checking num-complex v0.4.6 |
2418 | 2025-01-24T19:20:15.757Z | Compiling macaddr v1.0.1 |
2419 | 2025-01-24T19:20:16.003Z | Checking cobs v0.2.3 |
2420 | 2025-01-24T19:20:16.208Z | Checking postcard v1.0.10 |
2421 | 2025-01-24T19:20:16.235Z | Checking num v0.4.3 |
2422 | 2025-01-24T19:20:16.386Z | Compiling phf_codegen v0.11.2 |
2423 | 2025-01-24T19:20:16.620Z | Compiling parse-zoneinfo v0.3.1 |
2424 | 2025-01-24T19:20:16.737Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2425 | 2025-01-24T19:20:17.040Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2426 | 2025-01-24T19:20:17.213Z | Compiling float-ord v0.3.2 |
2427 | 2025-01-24T19:20:18.399Z | Compiling convert_case v0.4.0 |
2428 | 2025-01-24T19:20:18.618Z | Compiling chrono-tz-build v0.4.0 |
2429 | 2025-01-24T19:20:19.108Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2430 | 2025-01-24T19:20:19.258Z | Compiling derive_more v0.99.18 |
2431 | 2025-01-24T19:20:19.338Z | Compiling crucible-workspace-hack v0.1.0 |
2432 | 2025-01-24T19:20:19.652Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2433 | 2025-01-24T19:20:19.793Z | Compiling chrono-tz v0.10.1 |
2434 | 2025-01-24T19:20:19.877Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2435 | 2025-01-24T19:20:19.981Z | Checking newline-converter v0.3.0 |
2436 | 2025-01-24T19:20:20.157Z | Checking prettyplease v0.2.25 |
2437 | 2025-01-24T19:20:20.480Z | Compiling slog-dtrace v0.3.0 |
2438 | 2025-01-24T19:20:20.552Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2439 | 2025-01-24T19:20:20.615Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2440 | 2025-01-24T19:20:20.870Z | Checking expectorate v1.1.0 |
2441 | 2025-01-24T19:20:21.303Z | Compiling zone_cfg_derive v0.3.0 |
2442 | 2025-01-24T19:20:21.462Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2443 | 2025-01-24T19:20:21.947Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2444 | 2025-01-24T19:20:22.498Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2445 | 2025-01-24T19:20:22.531Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2446 | 2025-01-24T19:20:22.744Z | Compiling const_format_proc_macros v0.2.33 |
2447 | 2025-01-24T19:20:22.839Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2448 | 2025-01-24T19:20:22.857Z | Compiling num-derive v0.4.2 |
2449 | 2025-01-24T19:20:22.972Z | Checking highway v1.2.0 |
2450 | 2025-01-24T19:20:23.412Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2451 | 2025-01-24T19:20:23.735Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2452 | 2025-01-24T19:20:23.844Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2453 | 2025-01-24T19:20:23.942Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2454 | 2025-01-24T19:20:23.982Z | Checking zone v0.3.0 |
2455 | 2025-01-24T19:20:24.637Z | Checking const_format v0.2.33 |
2456 | 2025-01-24T19:20:24.839Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2457 | 2025-01-24T19:20:25.128Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2458 | 2025-01-24T19:20:25.174Z | Checking gethostname v0.5.0 |
2459 | 2025-01-24T19:20:25.177Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2460 | 2025-01-24T19:20:25.333Z | Checking bcs v0.1.6 |
2461 | 2025-01-24T19:20:25.527Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2462 | 2025-01-24T19:20:25.591Z | Compiling async-recursion v1.1.1 |
2463 | 2025-01-24T19:20:25.789Z | Checking termtree v0.5.1 |
2464 | 2025-01-24T19:20:26.224Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2465 | 2025-01-24T19:20:26.227Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2466 | 2025-01-24T19:20:27.889Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2467 | 2025-01-24T19:20:32.223Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2468 | 2025-01-24T19:20:35.488Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2469 | 2025-01-24T19:20:37.921Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2470 | 2025-01-24T19:20:39.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.40s |
2471 | 2025-01-24T19:20:39.239Z | |
2472 | 2025-01-24T19:20:39.239Z | info: running `cargo check --bins` on clickhouse-admin-api (55/198) |
2473 | 2025-01-24T19:20:39.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2025-01-24T19:20:39.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2025-01-24T19:20:39.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2025-01-24T19:20:39.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2477 | 2025-01-24T19:20:39.893Z | |
2478 | 2025-01-24T19:20:39.893Z | info: running `cargo check --bins` on clickhouse-admin-types (56/198) |
2479 | 2025-01-24T19:20:40.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2025-01-24T19:20:40.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2025-01-24T19:20:40.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2025-01-24T19:20:40.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2483 | 2025-01-24T19:20:40.531Z | |
2484 | 2025-01-24T19:20:40.532Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/198) |
2485 | 2025-01-24T19:20:41.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2025-01-24T19:20:41.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2025-01-24T19:20:41.179Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2488 | 2025-01-24T19:20:41.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2489 | 2025-01-24T19:20:41.977Z | |
2490 | 2025-01-24T19:20:41.977Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/198) |
2491 | 2025-01-24T19:20:42.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2025-01-24T19:20:42.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2025-01-24T19:20:42.626Z | Compiling cfg_aliases v0.1.1 |
2494 | 2025-01-24T19:20:42.629Z | Compiling vte_generate_state_changes v0.1.2 |
2495 | 2025-01-24T19:20:42.629Z | Checking fd-lock v4.0.2 |
2496 | 2025-01-24T19:20:42.729Z | Checking nibble_vec v0.1.0 |
2497 | 2025-01-24T19:20:42.741Z | Checking endian-type v0.1.2 |
2498 | 2025-01-24T19:20:42.743Z | Checking bytecount v0.6.8 |
2499 | 2025-01-24T19:20:42.772Z | Compiling tabled_derive v0.7.0 |
2500 | 2025-01-24T19:20:42.786Z | Compiling peg-macros v0.8.4 |
2501 | 2025-01-24T19:20:42.816Z | Compiling nix v0.28.0 |
2502 | 2025-01-24T19:20:42.890Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2503 | 2025-01-24T19:20:42.914Z | Compiling sqlparser_derive v0.2.2 |
2504 | 2025-01-24T19:20:42.917Z | Checking papergrid v0.11.0 |
2505 | 2025-01-24T19:20:42.950Z | Checking radix_trie v0.2.1 |
2506 | 2025-01-24T19:20:43.335Z | Checking vte v0.11.1 |
2507 | 2025-01-24T19:20:43.343Z | Checking nu-ansi-term v0.50.1 |
2508 | 2025-01-24T19:20:43.773Z | Checking home v0.5.9 |
2509 | 2025-01-24T19:20:43.918Z | Checking unicode_categories v0.1.1 |
2510 | 2025-01-24T19:20:43.950Z | Checking sqlparser v0.45.0 |
2511 | 2025-01-24T19:20:43.974Z | Checking display-error-chain v0.2.2 |
2512 | 2025-01-24T19:20:44.221Z | Checking sqlformat v0.2.6 |
2513 | 2025-01-24T19:20:44.745Z | Checking strip-ansi-escapes v0.2.0 |
2514 | 2025-01-24T19:20:44.863Z | Checking tabled v0.15.0 |
2515 | 2025-01-24T19:20:44.899Z | Checking reedline v0.35.0 |
2516 | 2025-01-24T19:20:45.271Z | Checking peg v0.8.4 |
2517 | 2025-01-24T19:20:45.735Z | Checking rustyline v14.0.0 |
2518 | 2025-01-24T19:20:54.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.52s |
2519 | 2025-01-24T19:20:54.687Z | |
2520 | 2025-01-24T19:20:54.687Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/198) |
2521 | 2025-01-24T19:20:55.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2025-01-24T19:20:55.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2025-01-24T19:20:55.333Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2524 | 2025-01-24T19:21:00.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
2525 | 2025-01-24T19:21:00.587Z | |
2526 | 2025-01-24T19:21:00.587Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/198) |
2527 | 2025-01-24T19:21:01.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2025-01-24T19:21:01.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2025-01-24T19:21:01.237Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2530 | 2025-01-24T19:21:04.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
2531 | 2025-01-24T19:21:04.879Z | |
2532 | 2025-01-24T19:21:04.879Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/198) |
2533 | 2025-01-24T19:21:05.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2025-01-24T19:21:05.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2025-01-24T19:21:05.524Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2536 | 2025-01-24T19:21:10.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
2537 | 2025-01-24T19:21:10.386Z | |
2538 | 2025-01-24T19:21:10.386Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/198) |
2539 | 2025-01-24T19:21:10.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2025-01-24T19:21:10.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2025-01-24T19:21:11.035Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2542 | 2025-01-24T19:21:15.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s |
2543 | 2025-01-24T19:21:16.087Z | |
2544 | 2025-01-24T19:21:16.088Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/198) |
2545 | 2025-01-24T19:21:16.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2025-01-24T19:21:16.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2025-01-24T19:21:16.740Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2548 | 2025-01-24T19:21:20.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
2549 | 2025-01-24T19:21:20.633Z | |
2550 | 2025-01-24T19:21:20.633Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/198) |
2551 | 2025-01-24T19:21:21.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2025-01-24T19:21:21.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2025-01-24T19:21:21.274Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2554 | 2025-01-24T19:21:24.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
2555 | 2025-01-24T19:21:25.132Z | |
2556 | 2025-01-24T19:21:25.132Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/198) |
2557 | 2025-01-24T19:21:25.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2025-01-24T19:21:25.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2025-01-24T19:21:25.782Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2560 | 2025-01-24T19:21:30.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
2561 | 2025-01-24T19:21:30.941Z | |
2562 | 2025-01-24T19:21:30.941Z | info: running `cargo check --bins` on oximeter (66/198) |
2563 | 2025-01-24T19:21:31.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2025-01-24T19:21:31.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2025-01-24T19:21:31.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2025-01-24T19:21:31.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2567 | 2025-01-24T19:21:31.555Z | |
2568 | 2025-01-24T19:21:31.555Z | info: running `cargo check --bins` on oximeter-macro-impl (67/198) |
2569 | 2025-01-24T19:21:32.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2025-01-24T19:21:32.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2025-01-24T19:21:32.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2025-01-24T19:21:32.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2573 | 2025-01-24T19:21:32.140Z | |
2574 | 2025-01-24T19:21:32.140Z | info: running `cargo check --bins` on oximeter-schema (68/198) |
2575 | 2025-01-24T19:21:32.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2025-01-24T19:21:32.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2025-01-24T19:21:32.759Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2578 | 2025-01-24T19:21:34.753Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2579 | 2025-01-24T19:21:35.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
2580 | 2025-01-24T19:21:35.854Z | |
2581 | 2025-01-24T19:21:35.854Z | info: running `cargo check --bins` on oximeter-types (69/198) |
2582 | 2025-01-24T19:21:36.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2025-01-24T19:21:36.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2025-01-24T19:21:36.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2025-01-24T19:21:36.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2586 | 2025-01-24T19:21:36.469Z | |
2587 | 2025-01-24T19:21:36.469Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/198) |
2588 | 2025-01-24T19:21:37.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2025-01-24T19:21:37.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2025-01-24T19:21:37.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2025-01-24T19:21:37.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2592 | 2025-01-24T19:21:37.077Z | |
2593 | 2025-01-24T19:21:37.077Z | info: running `cargo check --bins` on oxql-types (71/198) |
2594 | 2025-01-24T19:21:37.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2025-01-24T19:21:37.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2025-01-24T19:21:37.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2025-01-24T19:21:37.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2598 | 2025-01-24T19:21:37.701Z | |
2599 | 2025-01-24T19:21:37.701Z | info: running `cargo check --bins` on oximeter-test-utils (72/198) |
2600 | 2025-01-24T19:21:38.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2025-01-24T19:21:38.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2025-01-24T19:21:38.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2025-01-24T19:21:38.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2604 | 2025-01-24T19:21:38.338Z | |
2605 | 2025-01-24T19:21:38.338Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/198) |
2606 | 2025-01-24T19:21:38.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2025-01-24T19:21:38.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2025-01-24T19:21:38.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2025-01-24T19:21:38.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2610 | 2025-01-24T19:21:38.953Z | |
2611 | 2025-01-24T19:21:38.953Z | info: running `cargo check --bins` on bootstrap-agent-client (74/198) |
2612 | 2025-01-24T19:21:41.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2025-01-24T19:21:41.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2025-01-24T19:21:41.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2025-01-24T19:21:41.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2616 | 2025-01-24T19:21:41.050Z | |
2617 | 2025-01-24T19:21:41.050Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/198) |
2618 | 2025-01-24T19:21:41.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2025-01-24T19:21:41.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2025-01-24T19:21:41.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2025-01-24T19:21:41.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2622 | 2025-01-24T19:21:41.050Z | |
2623 | 2025-01-24T19:21:41.050Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/198) |
2624 | 2025-01-24T19:21:41.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2025-01-24T19:21:41.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2025-01-24T19:21:41.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2025-01-24T19:21:41.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2628 | 2025-01-24T19:21:41.050Z | |
2629 | 2025-01-24T19:21:41.050Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/198) |
2630 | 2025-01-24T19:21:41.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2025-01-24T19:21:41.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2025-01-24T19:21:41.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2025-01-24T19:21:41.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2634 | 2025-01-24T19:21:41.432Z | |
2635 | 2025-01-24T19:21:41.432Z | info: running `cargo check --bins` on cockroach-admin-client (78/198) |
2636 | 2025-01-24T19:21:41.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2025-01-24T19:21:41.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2025-01-24T19:21:41.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2025-01-24T19:21:41.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2640 | 2025-01-24T19:21:42.028Z | |
2641 | 2025-01-24T19:21:42.028Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/198) |
2642 | 2025-01-24T19:21:42.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2025-01-24T19:21:42.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2025-01-24T19:21:42.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2025-01-24T19:21:42.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2646 | 2025-01-24T19:21:42.657Z | |
2647 | 2025-01-24T19:21:42.657Z | info: running `cargo check --bins` on dns-service-client (80/198) |
2648 | 2025-01-24T19:21:43.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2025-01-24T19:21:43.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2025-01-24T19:21:43.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2025-01-24T19:21:43.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2652 | 2025-01-24T19:21:43.262Z | |
2653 | 2025-01-24T19:21:43.262Z | info: running `cargo check --bins` on internal-dns-types (81/198) |
2654 | 2025-01-24T19:21:43.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2025-01-24T19:21:43.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2025-01-24T19:21:43.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2025-01-24T19:21:43.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2658 | 2025-01-24T19:21:43.869Z | |
2659 | 2025-01-24T19:21:43.869Z | info: running `cargo check --bins` on dpd-client (82/198) |
2660 | 2025-01-24T19:21:47.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-01-24T19:21:47.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-01-24T19:21:47.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2025-01-24T19:21:47.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2664 | 2025-01-24T19:21:47.599Z | |
2665 | 2025-01-24T19:21:47.599Z | info: running `cargo check --bins` on gateway-client (83/198) |
2666 | 2025-01-24T19:21:47.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-01-24T19:21:47.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-01-24T19:21:47.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2025-01-24T19:21:47.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2670 | 2025-01-24T19:21:47.599Z | |
2671 | 2025-01-24T19:21:47.599Z | info: running `cargo check --bins` on installinator-client (84/198) |
2672 | 2025-01-24T19:21:47.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-01-24T19:21:47.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-01-24T19:21:47.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2025-01-24T19:21:47.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2676 | 2025-01-24T19:21:47.701Z | |
2677 | 2025-01-24T19:21:47.702Z | info: running `cargo check --bins` on installinator-common (85/198) |
2678 | 2025-01-24T19:21:47.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2025-01-24T19:21:47.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2025-01-24T19:21:47.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2025-01-24T19:21:47.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2682 | 2025-01-24T19:21:47.702Z | |
2683 | 2025-01-24T19:21:47.702Z | info: running `cargo check --bins` on update-engine (86/198) |
2684 | 2025-01-24T19:21:47.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2025-01-24T19:21:47.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2025-01-24T19:21:47.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2025-01-24T19:21:47.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2688 | 2025-01-24T19:21:47.702Z | |
2689 | 2025-01-24T19:21:47.702Z | info: running `cargo check --bins` on nexus-client (87/198) |
2690 | 2025-01-24T19:21:47.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2025-01-24T19:21:47.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2025-01-24T19:21:47.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2693 | 2025-01-24T19:21:47.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2694 | 2025-01-24T19:21:47.703Z | |
2695 | 2025-01-24T19:21:47.703Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/198) |
2696 | 2025-01-24T19:21:48.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2025-01-24T19:21:48.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2025-01-24T19:21:48.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2025-01-24T19:21:48.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2700 | 2025-01-24T19:21:48.145Z | |
2701 | 2025-01-24T19:21:48.145Z | info: running `cargo check --bins` on omicron-passwords (89/198) |
2702 | 2025-01-24T19:21:48.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2025-01-24T19:21:48.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2025-01-24T19:21:48.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2025-01-24T19:21:48.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2706 | 2025-01-24T19:21:48.744Z | |
2707 | 2025-01-24T19:21:48.744Z | info: running `cargo check --bins` on nexus-types (90/198) |
2708 | 2025-01-24T19:21:49.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2025-01-24T19:21:49.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2025-01-24T19:21:49.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2025-01-24T19:21:49.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2712 | 2025-01-24T19:21:49.374Z | |
2713 | 2025-01-24T19:21:49.374Z | info: running `cargo check --bins` on oxide-client (91/198) |
2714 | 2025-01-24T19:21:49.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2025-01-24T19:21:49.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2025-01-24T19:21:49.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2025-01-24T19:21:49.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2718 | 2025-01-24T19:21:49.973Z | |
2719 | 2025-01-24T19:21:49.973Z | info: running `cargo check --bins` on oximeter-client (92/198) |
2720 | 2025-01-24T19:21:50.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2025-01-24T19:21:50.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2025-01-24T19:21:50.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2025-01-24T19:21:50.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2724 | 2025-01-24T19:21:50.582Z | |
2725 | 2025-01-24T19:21:50.582Z | info: running `cargo check --bins` on repo-depot-client (93/198) |
2726 | 2025-01-24T19:21:51.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2025-01-24T19:21:51.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2025-01-24T19:21:51.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2025-01-24T19:21:51.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2730 | 2025-01-24T19:21:51.194Z | |
2731 | 2025-01-24T19:21:51.195Z | info: running `cargo check --bins` on sled-agent-client (94/198) |
2732 | 2025-01-24T19:21:51.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2025-01-24T19:21:51.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2025-01-24T19:21:51.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2025-01-24T19:21:51.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2736 | 2025-01-24T19:21:51.803Z | |
2737 | 2025-01-24T19:21:51.803Z | info: running `cargo check --bins` on wicketd-client (95/198) |
2738 | 2025-01-24T19:21:52.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2025-01-24T19:21:52.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2025-01-24T19:21:52.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2025-01-24T19:21:52.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2742 | 2025-01-24T19:21:52.443Z | |
2743 | 2025-01-24T19:21:52.443Z | info: running `cargo check --bins` on sled-agent-types (96/198) |
2744 | 2025-01-24T19:21:52.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2025-01-24T19:21:52.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2025-01-24T19:21:52.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2025-01-24T19:21:53.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2748 | 2025-01-24T19:21:53.074Z | |
2749 | 2025-01-24T19:21:53.074Z | info: running `cargo check --bins` on wicket-common (97/198) |
2750 | 2025-01-24T19:21:53.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2025-01-24T19:21:53.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2025-01-24T19:21:53.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2025-01-24T19:21:53.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2754 | 2025-01-24T19:21:53.707Z | |
2755 | 2025-01-24T19:21:53.708Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/198) |
2756 | 2025-01-24T19:21:54.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2025-01-24T19:21:54.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2025-01-24T19:21:54.348Z | Checking csv-core v0.1.11 |
2759 | 2025-01-24T19:21:54.348Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2760 | 2025-01-24T19:21:54.352Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2761 | 2025-01-24T19:21:54.353Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2762 | 2025-01-24T19:21:54.622Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2763 | 2025-01-24T19:21:54.638Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2764 | 2025-01-24T19:21:54.701Z | Checking csv v1.3.0 |
2765 | 2025-01-24T19:21:55.250Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2766 | 2025-01-24T19:21:55.584Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2767 | 2025-01-24T19:21:57.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s |
2768 | 2025-01-24T19:21:57.356Z | |
2769 | 2025-01-24T19:21:57.356Z | info: running `cargo check --bins` on cockroach-admin-api (99/198) |
2770 | 2025-01-24T19:21:57.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2025-01-24T19:21:57.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2025-01-24T19:21:57.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2025-01-24T19:21:57.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2774 | 2025-01-24T19:21:57.971Z | |
2775 | 2025-01-24T19:21:57.971Z | info: running `cargo check --bins` on cockroach-admin-types (100/198) |
2776 | 2025-01-24T19:21:58.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2025-01-24T19:21:58.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2025-01-24T19:21:58.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2025-01-24T19:21:58.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2780 | 2025-01-24T19:21:58.579Z | |
2781 | 2025-01-24T19:21:58.579Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/198) |
2782 | 2025-01-24T19:21:59.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2025-01-24T19:21:59.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2025-01-24T19:21:59.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2025-01-24T19:21:59.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2786 | 2025-01-24T19:21:59.285Z | |
2787 | 2025-01-24T19:21:59.286Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/198) |
2788 | 2025-01-24T19:21:59.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2025-01-24T19:21:59.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2025-01-24T19:21:59.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2025-01-24T19:21:59.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2792 | 2025-01-24T19:22:00.001Z | |
2793 | 2025-01-24T19:22:00.001Z | info: running `cargo check --bins` on dns-server (103/198) |
2794 | 2025-01-24T19:22:00.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2025-01-24T19:22:00.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2025-01-24T19:22:00.631Z | Compiling typify-impl v0.3.0 |
2797 | 2025-01-24T19:22:00.737Z | Compiling parking_lot_core v0.8.6 |
2798 | 2025-01-24T19:22:00.741Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2799 | 2025-01-24T19:22:00.757Z | Checking fxhash v0.2.1 |
2800 | 2025-01-24T19:22:00.767Z | Checking hickory-client v0.24.2 |
2801 | 2025-01-24T19:22:00.780Z | Checking hickory-server v0.24.2 |
2802 | 2025-01-24T19:22:01.406Z | Checking parking_lot v0.11.2 |
2803 | 2025-01-24T19:22:01.496Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2804 | 2025-01-24T19:22:01.770Z | Checking sled v0.34.7 |
2805 | 2025-01-24T19:22:06.033Z | Compiling typify-macro v0.3.0 |
2806 | 2025-01-24T19:22:07.573Z | Compiling typify v0.3.0 |
2807 | 2025-01-24T19:22:07.641Z | Compiling progenitor-impl v0.9.1 |
2808 | 2025-01-24T19:22:10.037Z | Compiling progenitor-macro v0.9.1 |
2809 | 2025-01-24T19:22:13.726Z | Checking progenitor v0.9.1 |
2810 | 2025-01-24T19:22:13.860Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2811 | 2025-01-24T19:22:14.323Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2812 | 2025-01-24T19:22:15.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.61s |
2813 | 2025-01-24T19:22:15.792Z | |
2814 | 2025-01-24T19:22:15.792Z | info: running `cargo check --bins` on dns-server-api (104/198) |
2815 | 2025-01-24T19:22:16.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2025-01-24T19:22:16.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2025-01-24T19:22:16.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2025-01-24T19:22:16.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2819 | 2025-01-24T19:22:16.418Z | |
2820 | 2025-01-24T19:22:16.418Z | info: running `cargo check --bins` on gateway-test-utils (105/198) |
2821 | 2025-01-24T19:22:17.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2025-01-24T19:22:17.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2025-01-24T19:22:17.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2025-01-24T19:22:17.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2825 | 2025-01-24T19:22:17.099Z | |
2826 | 2025-01-24T19:22:17.100Z | info: running `cargo check --bins` on gateway-types (106/198) |
2827 | 2025-01-24T19:22:17.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2025-01-24T19:22:17.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2025-01-24T19:22:17.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2025-01-24T19:22:17.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2831 | 2025-01-24T19:22:17.721Z | |
2832 | 2025-01-24T19:22:17.721Z | info: running `cargo check --bins` on ipcc (107/198) |
2833 | 2025-01-24T19:22:18.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2025-01-24T19:22:18.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2025-01-24T19:22:18.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2025-01-24T19:22:18.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2837 | 2025-01-24T19:22:18.342Z | |
2838 | 2025-01-24T19:22:18.342Z | info: running `cargo check --bins` on omicron-gateway (108/198) |
2839 | 2025-01-24T19:22:18.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2025-01-24T19:22:18.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2025-01-24T19:22:19.035Z | Compiling semver v0.1.20 |
2842 | 2025-01-24T19:22:19.035Z | Compiling radium v0.7.0 |
2843 | 2025-01-24T19:22:19.154Z | Checking tap v1.0.1 |
2844 | 2025-01-24T19:22:19.156Z | Compiling maybe-uninit v2.0.0 |
2845 | 2025-01-24T19:22:19.178Z | Checking password-hash v0.5.0 |
2846 | 2025-01-24T19:22:19.181Z | Checking blake2 v0.10.6 |
2847 | 2025-01-24T19:22:19.181Z | Compiling cancel-safe-futures v0.1.5 |
2848 | 2025-01-24T19:22:19.181Z | Compiling owo-colors v4.1.0 |
2849 | 2025-01-24T19:22:19.302Z | Checking wyz v0.5.1 |
2850 | 2025-01-24T19:22:19.494Z | Compiling rustc_version v0.1.7 |
2851 | 2025-01-24T19:22:19.528Z | Compiling packed_struct v0.10.1 |
2852 | 2025-01-24T19:22:19.593Z | Checking crc-catalog v2.4.0 |
2853 | 2025-01-24T19:22:19.640Z | Checking funty v2.0.0 |
2854 | 2025-01-24T19:22:19.655Z | Checking argon2 v0.5.3 |
2855 | 2025-01-24T19:22:19.766Z | Checking crc v3.2.1 |
2856 | 2025-01-24T19:22:19.788Z | Compiling packed_struct_codegen v0.10.1 |
2857 | 2025-01-24T19:22:19.831Z | Checking half v2.4.1 |
2858 | 2025-01-24T19:22:19.938Z | Compiling newtype_derive v0.1.6 |
2859 | 2025-01-24T19:22:19.976Z | Compiling indexmap v1.9.3 |
2860 | 2025-01-24T19:22:19.998Z | Checking ciborium-io v0.2.2 |
2861 | 2025-01-24T19:22:20.121Z | Checking nodrop v0.1.14 |
2862 | 2025-01-24T19:22:20.194Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2863 | 2025-01-24T19:22:20.247Z | Checking array-init v0.0.4 |
2864 | 2025-01-24T19:22:20.293Z | Checking ciborium-ll v0.2.2 |
2865 | 2025-01-24T19:22:20.310Z | Checking smallvec v0.6.14 |
2866 | 2025-01-24T19:22:20.341Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2867 | 2025-01-24T19:22:20.424Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2868 | 2025-01-24T19:22:20.486Z | Checking bitvec v1.0.1 |
2869 | 2025-01-24T19:22:20.630Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2870 | 2025-01-24T19:22:20.667Z | Checking libsw v3.3.1 |
2871 | 2025-01-24T19:22:20.922Z | Compiling memoffset v0.9.1 |
2872 | 2025-01-24T19:22:21.005Z | Checking indent_write v2.2.0 |
2873 | 2025-01-24T19:22:21.094Z | Checking bitfield v0.14.0 |
2874 | 2025-01-24T19:22:21.113Z | Checking linear-map v1.2.0 |
2875 | 2025-01-24T19:22:21.228Z | Checking hashbrown v0.12.3 |
2876 | 2025-01-24T19:22:21.231Z | Checking swrite v0.1.0 |
2877 | 2025-01-24T19:22:21.369Z | Checking termcolor v1.4.1 |
2878 | 2025-01-24T19:22:21.408Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2879 | 2025-01-24T19:22:21.538Z | Checking serde-hex v0.1.0 |
2880 | 2025-01-24T19:22:21.590Z | Checking ron v0.8.1 |
2881 | 2025-01-24T19:22:21.764Z | Checking env_logger v0.10.2 |
2882 | 2025-01-24T19:22:21.961Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2883 | 2025-01-24T19:22:22.189Z | Checking ciborium v0.2.2 |
2884 | 2025-01-24T19:22:22.446Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2885 | 2025-01-24T19:22:22.748Z | Checking steno v0.4.1 |
2886 | 2025-01-24T19:22:22.810Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2887 | 2025-01-24T19:22:22.864Z | Checking hashbrown v0.13.2 |
2888 | 2025-01-24T19:22:23.055Z | Checking crc-any v2.5.0 |
2889 | 2025-01-24T19:22:23.134Z | Checking humantime v2.1.0 |
2890 | 2025-01-24T19:22:23.432Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2891 | 2025-01-24T19:22:23.435Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2892 | 2025-01-24T19:22:23.744Z | Checking object v0.30.4 |
2893 | 2025-01-24T19:22:23.832Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2894 | 2025-01-24T19:22:24.041Z | Checking path-slash v0.1.5 |
2895 | 2025-01-24T19:22:24.195Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2896 | 2025-01-24T19:22:24.213Z | Checking nix v0.27.1 |
2897 | 2025-01-24T19:22:24.814Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2898 | 2025-01-24T19:22:24.836Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2899 | 2025-01-24T19:22:25.084Z | Checking tungstenite v0.23.0 |
2900 | 2025-01-24T19:22:25.353Z | Checking kstat-rs v0.2.4 |
2901 | 2025-01-24T19:22:25.403Z | Checking signal-hook-tokio v0.3.1 |
2902 | 2025-01-24T19:22:25.692Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2903 | 2025-01-24T19:22:25.860Z | Checking tokio-tungstenite v0.23.1 |
2904 | 2025-01-24T19:22:26.500Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2905 | 2025-01-24T19:22:26.552Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2906 | 2025-01-24T19:22:26.707Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2907 | 2025-01-24T19:22:33.342Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2908 | 2025-01-24T19:22:34.666Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2909 | 2025-01-24T19:22:36.829Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2910 | 2025-01-24T19:22:41.990Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2911 | 2025-01-24T19:22:42.643Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2912 | 2025-01-24T19:22:45.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.93s |
2913 | 2025-01-24T19:22:45.467Z | |
2914 | 2025-01-24T19:22:45.467Z | info: running `cargo check --bins` on gateway-api (109/198) |
2915 | 2025-01-24T19:22:46.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2025-01-24T19:22:46.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2025-01-24T19:22:46.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2918 | 2025-01-24T19:22:46.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2919 | 2025-01-24T19:22:46.080Z | |
2920 | 2025-01-24T19:22:46.081Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/198) |
2921 | 2025-01-24T19:22:46.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2922 | 2025-01-24T19:22:46.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2923 | 2025-01-24T19:22:46.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2924 | 2025-01-24T19:22:46.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2925 | 2025-01-24T19:22:46.674Z | |
2926 | 2025-01-24T19:22:46.674Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/198) |
2927 | 2025-01-24T19:22:47.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2928 | 2025-01-24T19:22:47.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2929 | 2025-01-24T19:22:47.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2930 | 2025-01-24T19:22:47.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2931 | 2025-01-24T19:22:47.288Z | |
2932 | 2025-01-24T19:22:47.288Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/198) |
2933 | 2025-01-24T19:22:47.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2934 | 2025-01-24T19:22:47.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2935 | 2025-01-24T19:22:47.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2936 | 2025-01-24T19:22:47.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2937 | 2025-01-24T19:22:47.904Z | |
2938 | 2025-01-24T19:22:47.904Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/198) |
2939 | 2025-01-24T19:22:48.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2940 | 2025-01-24T19:22:48.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2941 | 2025-01-24T19:22:48.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2942 | 2025-01-24T19:22:48.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2943 | 2025-01-24T19:22:48.516Z | |
2944 | 2025-01-24T19:22:48.516Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/198) |
2945 | 2025-01-24T19:22:49.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2946 | 2025-01-24T19:22:49.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2947 | 2025-01-24T19:22:49.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2948 | 2025-01-24T19:22:49.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2949 | 2025-01-24T19:22:49.125Z | |
2950 | 2025-01-24T19:22:49.125Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/198) |
2951 | 2025-01-24T19:22:49.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2952 | 2025-01-24T19:22:49.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2953 | 2025-01-24T19:22:49.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2954 | 2025-01-24T19:22:49.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2955 | 2025-01-24T19:22:49.757Z | |
2956 | 2025-01-24T19:22:49.757Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/198) |
2957 | 2025-01-24T19:22:50.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2958 | 2025-01-24T19:22:50.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2959 | 2025-01-24T19:22:50.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2960 | 2025-01-24T19:22:50.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2961 | 2025-01-24T19:22:50.364Z | |
2962 | 2025-01-24T19:22:50.364Z | info: running `cargo check --bins` on oximeter-producer (117/198) |
2963 | 2025-01-24T19:22:50.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2964 | 2025-01-24T19:22:50.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2965 | 2025-01-24T19:22:50.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2966 | 2025-01-24T19:22:50.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2967 | 2025-01-24T19:22:51.007Z | |
2968 | 2025-01-24T19:22:51.007Z | info: running `cargo check --bins` on internal-dns-resolver (118/198) |
2969 | 2025-01-24T19:22:51.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2970 | 2025-01-24T19:22:51.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2971 | 2025-01-24T19:22:51.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2972 | 2025-01-24T19:22:51.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2973 | 2025-01-24T19:22:51.623Z | |
2974 | 2025-01-24T19:22:51.623Z | info: running `cargo check --bins` on sp-sim (119/198) |
2975 | 2025-01-24T19:22:52.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2976 | 2025-01-24T19:22:52.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2977 | 2025-01-24T19:22:52.240Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2978 | 2025-01-24T19:22:52.681Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2979 | 2025-01-24T19:22:54.300Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2980 | 2025-01-24T19:22:55.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
2981 | 2025-01-24T19:22:56.077Z | |
2982 | 2025-01-24T19:22:56.077Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/198) |
2983 | 2025-01-24T19:22:56.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2025-01-24T19:22:56.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2025-01-24T19:22:56.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2986 | 2025-01-24T19:22:56.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2987 | 2025-01-24T19:22:56.749Z | |
2988 | 2025-01-24T19:22:56.749Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/198) |
2989 | 2025-01-24T19:22:57.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2025-01-24T19:22:57.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2025-01-24T19:22:57.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2992 | 2025-01-24T19:22:57.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2993 | 2025-01-24T19:22:57.417Z | |
2994 | 2025-01-24T19:22:57.417Z | info: running `cargo check --bins` on db-macros (122/198) |
2995 | 2025-01-24T19:22:57.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2025-01-24T19:22:57.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2025-01-24T19:22:57.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2998 | 2025-01-24T19:22:57.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2999 | 2025-01-24T19:22:58.012Z | |
3000 | 2025-01-24T19:22:58.012Z | info: running `cargo check --bins` on nexus-macros-common (123/198) |
3001 | 2025-01-24T19:22:58.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2025-01-24T19:22:58.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2025-01-24T19:22:58.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3004 | 2025-01-24T19:22:58.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3005 | 2025-01-24T19:22:58.619Z | |
3006 | 2025-01-24T19:22:58.619Z | info: running `cargo check --bins` on nexus-auth (124/198) |
3007 | 2025-01-24T19:22:59.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2025-01-24T19:22:59.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2025-01-24T19:22:59.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3010 | 2025-01-24T19:22:59.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3011 | 2025-01-24T19:22:59.285Z | |
3012 | 2025-01-24T19:22:59.285Z | info: running `cargo check --bins` on authz-macros (125/198) |
3013 | 2025-01-24T19:22:59.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2025-01-24T19:22:59.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2025-01-24T19:22:59.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3016 | 2025-01-24T19:22:59.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3017 | 2025-01-24T19:22:59.884Z | |
3018 | 2025-01-24T19:22:59.884Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/198) |
3019 | 2025-01-24T19:23:00.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2025-01-24T19:23:00.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2025-01-24T19:23:00.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3022 | 2025-01-24T19:23:00.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3023 | 2025-01-24T19:23:00.540Z | |
3024 | 2025-01-24T19:23:00.540Z | info: running `cargo check --bins` on nexus-db-model (127/198) |
3025 | 2025-01-24T19:23:01.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2025-01-24T19:23:01.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2025-01-24T19:23:01.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2025-01-24T19:23:01.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3029 | 2025-01-24T19:23:01.186Z | |
3030 | 2025-01-24T19:23:01.187Z | info: running `cargo check --bins` on nexus-defaults (128/198) |
3031 | 2025-01-24T19:23:01.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2025-01-24T19:23:01.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2025-01-24T19:23:01.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2025-01-24T19:23:01.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3035 | 2025-01-24T19:23:01.803Z | |
3036 | 2025-01-24T19:23:01.803Z | info: running `cargo check --bins` on nexus-inventory (129/198) |
3037 | 2025-01-24T19:23:02.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2025-01-24T19:23:02.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2025-01-24T19:23:02.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2025-01-24T19:23:02.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3041 | 2025-01-24T19:23:02.469Z | |
3042 | 2025-01-24T19:23:02.469Z | info: running `cargo check --bins` on typed-rng (130/198) |
3043 | 2025-01-24T19:23:03.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2025-01-24T19:23:03.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2025-01-24T19:23:03.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2025-01-24T19:23:03.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3047 | 2025-01-24T19:23:03.077Z | |
3048 | 2025-01-24T19:23:03.077Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/198) |
3049 | 2025-01-24T19:23:03.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2025-01-24T19:23:03.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2025-01-24T19:23:03.879Z | Checking keccak v0.1.5 |
3052 | 2025-01-24T19:23:03.992Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3053 | 2025-01-24T19:23:03.996Z | Checking secrecy v0.8.0 |
3054 | 2025-01-24T19:23:03.996Z | Compiling unicase v2.7.0 |
3055 | 2025-01-24T19:23:03.996Z | Compiling same-file v1.0.6 |
3056 | 2025-01-24T19:23:04.048Z | Compiling tempfile v3.13.0 |
3057 | 2025-01-24T19:23:04.065Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3058 | 2025-01-24T19:23:04.067Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3059 | 2025-01-24T19:23:04.185Z | Compiling thiserror-impl-no-std v2.0.2 |
3060 | 2025-01-24T19:23:04.296Z | Checking sha3 v0.10.8 |
3061 | 2025-01-24T19:23:04.318Z | Compiling walkdir v2.5.0 |
3062 | 2025-01-24T19:23:04.397Z | Checking universal-hash v0.5.1 |
3063 | 2025-01-24T19:23:04.424Z | Compiling blake3 v1.5.4 |
3064 | 2025-01-24T19:23:04.592Z | Checking opaque-debug v0.3.1 |
3065 | 2025-01-24T19:23:04.615Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3066 | 2025-01-24T19:23:04.635Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3067 | 2025-01-24T19:23:04.698Z | Checking poly1305 v0.8.0 |
3068 | 2025-01-24T19:23:04.720Z | Checking chacha20 v0.9.1 |
3069 | 2025-01-24T19:23:04.878Z | Checking aead v0.5.2 |
3070 | 2025-01-24T19:23:04.940Z | Compiling memmap2 v0.9.5 |
3071 | 2025-01-24T19:23:05.057Z | Compiling libefi-sys v0.1.0 |
3072 | 2025-01-24T19:23:05.090Z | Compiling constant_time_eq v0.3.1 |
3073 | 2025-01-24T19:23:05.111Z | Compiling arrayvec v0.7.6 |
3074 | 2025-01-24T19:23:05.232Z | Compiling salty v0.3.0 |
3075 | 2025-01-24T19:23:05.289Z | Compiling arrayref v0.3.9 |
3076 | 2025-01-24T19:23:05.381Z | Checking chacha20poly1305 v0.10.1 |
3077 | 2025-01-24T19:23:05.417Z | Compiling toolchain_find v0.4.0 |
3078 | 2025-01-24T19:23:05.496Z | Compiling camino-tempfile v1.1.1 |
3079 | 2025-01-24T19:23:05.565Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3080 | 2025-01-24T19:23:05.658Z | Compiling bitfield-struct v0.6.2 |
3081 | 2025-01-24T19:23:05.854Z | Compiling topological-sort v0.2.2 |
3082 | 2025-01-24T19:23:05.945Z | Compiling mime_guess v2.0.5 |
3083 | 2025-01-24T19:23:06.091Z | Compiling rustfmt-wrapper v0.2.1 |
3084 | 2025-01-24T19:23:06.547Z | Compiling omicron-zone-package v0.12.0 |
3085 | 2025-01-24T19:23:06.605Z | Compiling progenitor v0.9.1 |
3086 | 2025-01-24T19:23:06.702Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3087 | 2025-01-24T19:23:06.828Z | Checking primeorder v0.13.6 |
3088 | 2025-01-24T19:23:06.984Z | Checking env_filter v0.1.2 |
3089 | 2025-01-24T19:23:07.004Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3090 | 2025-01-24T19:23:07.052Z | Checking thiserror-no-std v2.0.2 |
3091 | 2025-01-24T19:23:07.103Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3092 | 2025-01-24T19:23:07.172Z | Checking vsss-rs v3.3.4 |
3093 | 2025-01-24T19:23:07.199Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3094 | 2025-01-24T19:23:07.217Z | Checking env_logger v0.11.5 |
3095 | 2025-01-24T19:23:07.234Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3096 | 2025-01-24T19:23:07.253Z | Checking p384 v0.13.0 |
3097 | 2025-01-24T19:23:07.355Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3098 | 2025-01-24T19:23:07.593Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3099 | 2025-01-24T19:23:07.652Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3100 | 2025-01-24T19:23:07.734Z | Checking lockfree-object-pool v0.1.6 |
3101 | 2025-01-24T19:23:07.814Z | Checking http-range v0.1.5 |
3102 | 2025-01-24T19:23:07.887Z | Compiling zip v2.1.3 |
3103 | 2025-01-24T19:23:07.959Z | Checking bumpalo v3.16.0 |
3104 | 2025-01-24T19:23:08.002Z | Checking simd-adler32 v0.3.7 |
3105 | 2025-01-24T19:23:08.082Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3106 | 2025-01-24T19:23:08.266Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3107 | 2025-01-24T19:23:08.326Z | Checking zopfli v0.8.1 |
3108 | 2025-01-24T19:23:08.345Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3109 | 2025-01-24T19:23:08.624Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3110 | 2025-01-24T19:23:08.834Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3111 | 2025-01-24T19:23:08.997Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3112 | 2025-01-24T19:23:09.025Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3113 | 2025-01-24T19:23:09.233Z | Checking nanorand v0.7.0 |
3114 | 2025-01-24T19:23:09.371Z | Checking atty v0.2.14 |
3115 | 2025-01-24T19:23:09.442Z | Checking glob v0.3.1 |
3116 | 2025-01-24T19:23:09.511Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3117 | 2025-01-24T19:23:09.560Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3118 | 2025-01-24T19:23:09.608Z | Checking flume v0.11.1 |
3119 | 2025-01-24T19:23:09.791Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3120 | 2025-01-24T19:23:10.181Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3121 | 2025-01-24T19:23:10.814Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3122 | 2025-01-24T19:23:10.834Z | Checking hyper-staticfile v0.10.1 |
3123 | 2025-01-24T19:23:11.166Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3124 | 2025-01-24T19:23:11.317Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3125 | 2025-01-24T19:23:11.491Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3126 | 2025-01-24T19:23:11.563Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3127 | 2025-01-24T19:23:11.762Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3128 | 2025-01-24T19:23:12.262Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3129 | 2025-01-24T19:23:12.373Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3130 | 2025-01-24T19:23:12.448Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3131 | 2025-01-24T19:23:12.718Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3132 | 2025-01-24T19:23:15.791Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3133 | 2025-01-24T19:23:15.791Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3134 | 2025-01-24T19:23:23.726Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3135 | 2025-01-24T19:23:36.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.55s |
3136 | 2025-01-24T19:23:36.821Z | |
3137 | 2025-01-24T19:23:36.822Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/198) |
3138 | 2025-01-24T19:23:37.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2025-01-24T19:23:37.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2025-01-24T19:23:37.550Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3141 | 2025-01-24T19:23:50.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s |
3142 | 2025-01-24T19:23:50.758Z | |
3143 | 2025-01-24T19:23:50.758Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/198) |
3144 | 2025-01-24T19:23:51.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3145 | 2025-01-24T19:23:51.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3146 | 2025-01-24T19:23:51.478Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3147 | 2025-01-24T19:24:04.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s |
3148 | 2025-01-24T19:24:04.725Z | |
3149 | 2025-01-24T19:24:04.725Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/198) |
3150 | 2025-01-24T19:24:05.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3151 | 2025-01-24T19:24:05.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3152 | 2025-01-24T19:24:05.443Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3153 | 2025-01-24T19:24:18.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s |
3154 | 2025-01-24T19:24:18.737Z | |
3155 | 2025-01-24T19:24:18.737Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/198) |
3156 | 2025-01-24T19:24:19.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3157 | 2025-01-24T19:24:19.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3158 | 2025-01-24T19:24:19.461Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3159 | 2025-01-24T19:24:32.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s |
3160 | 2025-01-24T19:24:32.750Z | |
3161 | 2025-01-24T19:24:32.750Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/198) |
3162 | 2025-01-24T19:24:33.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3163 | 2025-01-24T19:24:33.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3164 | 2025-01-24T19:24:33.476Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3165 | 2025-01-24T19:24:46.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s |
3166 | 2025-01-24T19:24:46.631Z | |
3167 | 2025-01-24T19:24:46.631Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/198) |
3168 | 2025-01-24T19:24:47.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3169 | 2025-01-24T19:24:47.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3170 | 2025-01-24T19:24:47.350Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3171 | 2025-01-24T19:25:00.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s |
3172 | 2025-01-24T19:25:00.552Z | |
3173 | 2025-01-24T19:25:00.552Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/198) |
3174 | 2025-01-24T19:25:01.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3175 | 2025-01-24T19:25:01.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3176 | 2025-01-24T19:25:01.279Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3177 | 2025-01-24T19:25:15.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.72s |
3178 | 2025-01-24T19:25:15.481Z | |
3179 | 2025-01-24T19:25:15.481Z | info: running `cargo check --bins` on bootstrap-agent-api (139/198) |
3180 | 2025-01-24T19:25:16.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3181 | 2025-01-24T19:25:16.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3182 | 2025-01-24T19:25:16.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3183 | 2025-01-24T19:25:16.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3184 | 2025-01-24T19:25:16.131Z | |
3185 | 2025-01-24T19:25:16.131Z | info: running `cargo check --bins` on key-manager (140/198) |
3186 | 2025-01-24T19:25:16.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3187 | 2025-01-24T19:25:16.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3188 | 2025-01-24T19:25:16.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3189 | 2025-01-24T19:25:16.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3190 | 2025-01-24T19:25:16.771Z | |
3191 | 2025-01-24T19:25:16.771Z | info: running `cargo check --bins` on range-requests (141/198) |
3192 | 2025-01-24T19:25:17.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3193 | 2025-01-24T19:25:17.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3194 | 2025-01-24T19:25:17.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3195 | 2025-01-24T19:25:17.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3196 | 2025-01-24T19:25:17.395Z | |
3197 | 2025-01-24T19:25:17.395Z | info: running `cargo check --bins` on repo-depot-api (142/198) |
3198 | 2025-01-24T19:25:17.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3199 | 2025-01-24T19:25:17.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3200 | 2025-01-24T19:25:17.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3201 | 2025-01-24T19:25:17.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3202 | 2025-01-24T19:25:18.024Z | |
3203 | 2025-01-24T19:25:18.024Z | info: running `cargo check --bins` on sled-agent-api (143/198) |
3204 | 2025-01-24T19:25:18.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3205 | 2025-01-24T19:25:18.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3206 | 2025-01-24T19:25:18.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3207 | 2025-01-24T19:25:18.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3208 | 2025-01-24T19:25:18.678Z | |
3209 | 2025-01-24T19:25:18.678Z | info: running `cargo check --bins` on sled-diagnostics (144/198) |
3210 | 2025-01-24T19:25:19.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3211 | 2025-01-24T19:25:19.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3212 | 2025-01-24T19:25:19.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3213 | 2025-01-24T19:25:19.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3214 | 2025-01-24T19:25:19.287Z | |
3215 | 2025-01-24T19:25:19.287Z | info: running `cargo check --bins` on sled-hardware (145/198) |
3216 | 2025-01-24T19:25:19.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3217 | 2025-01-24T19:25:19.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3218 | 2025-01-24T19:25:19.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3219 | 2025-01-24T19:25:19.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3220 | 2025-01-24T19:25:19.932Z | |
3221 | 2025-01-24T19:25:19.932Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/198) |
3222 | 2025-01-24T19:25:20.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3223 | 2025-01-24T19:25:20.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3224 | 2025-01-24T19:25:20.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3225 | 2025-01-24T19:25:20.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3226 | 2025-01-24T19:25:20.568Z | |
3227 | 2025-01-24T19:25:20.568Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/198) |
3228 | 2025-01-24T19:25:21.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3229 | 2025-01-24T19:25:21.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3230 | 2025-01-24T19:25:21.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3231 | 2025-01-24T19:25:21.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3232 | 2025-01-24T19:25:21.192Z | |
3233 | 2025-01-24T19:25:21.192Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/198) |
3234 | 2025-01-24T19:25:21.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3235 | 2025-01-24T19:25:21.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3236 | 2025-01-24T19:25:21.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3237 | 2025-01-24T19:25:21.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3238 | 2025-01-24T19:25:21.841Z | |
3239 | 2025-01-24T19:25:21.841Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/198) |
3240 | 2025-01-24T19:25:22.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3241 | 2025-01-24T19:25:22.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3242 | 2025-01-24T19:25:22.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3243 | 2025-01-24T19:25:22.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3244 | 2025-01-24T19:25:22.489Z | |
3245 | 2025-01-24T19:25:22.489Z | info: running `cargo check --bins` on nexus-test-interface (150/198) |
3246 | 2025-01-24T19:25:23.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3247 | 2025-01-24T19:25:23.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3248 | 2025-01-24T19:25:23.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3249 | 2025-01-24T19:25:23.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3250 | 2025-01-24T19:25:23.127Z | |
3251 | 2025-01-24T19:25:23.127Z | info: running `cargo check --bins` on oximeter-collector (151/198) |
3252 | 2025-01-24T19:25:23.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3253 | 2025-01-24T19:25:23.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3254 | 2025-01-24T19:25:23.805Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3255 | 2025-01-24T19:25:23.805Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3256 | 2025-01-24T19:25:24.648Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3257 | 2025-01-24T19:25:26.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s |
3258 | 2025-01-24T19:25:26.746Z | |
3259 | 2025-01-24T19:25:26.747Z | info: running `cargo check --bins` on oximeter-api (152/198) |
3260 | 2025-01-24T19:25:27.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3261 | 2025-01-24T19:25:27.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3262 | 2025-01-24T19:25:27.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3263 | 2025-01-24T19:25:27.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3264 | 2025-01-24T19:25:27.363Z | |
3265 | 2025-01-24T19:25:27.363Z | info: running `cargo check --bins` on cert-dev (153/198) |
3266 | 2025-01-24T19:25:27.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3267 | 2025-01-24T19:25:27.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3268 | 2025-01-24T19:25:27.961Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3269 | 2025-01-24T19:25:28.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3270 | 2025-01-24T19:25:28.397Z | |
3271 | 2025-01-24T19:25:28.398Z | info: running `cargo check --bins` on clickana (154/198) |
3272 | 2025-01-24T19:25:28.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3273 | 2025-01-24T19:25:28.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3274 | 2025-01-24T19:25:29.028Z | Checking castaway v0.2.3 |
3275 | 2025-01-24T19:25:29.028Z | Checking unicode-truncate v1.1.0 |
3276 | 2025-01-24T19:25:29.031Z | Checking lru v0.12.5 |
3277 | 2025-01-24T19:25:29.031Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3278 | 2025-01-24T19:25:29.031Z | Compiling instability v0.3.2 |
3279 | 2025-01-24T19:25:29.031Z | Checking cassowary v0.3.0 |
3280 | 2025-01-24T19:25:29.260Z | Checking compact_str v0.8.0 |
3281 | 2025-01-24T19:25:29.838Z | Checking ratatui v0.28.1 |
3282 | 2025-01-24T19:25:30.661Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3283 | 2025-01-24T19:25:31.619Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3284 | 2025-01-24T19:25:32.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
3285 | 2025-01-24T19:25:32.612Z | |
3286 | 2025-01-24T19:25:32.612Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/198) |
3287 | 2025-01-24T19:25:33.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2025-01-24T19:25:33.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2025-01-24T19:25:33.284Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3290 | 2025-01-24T19:25:33.284Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3291 | 2025-01-24T19:25:34.281Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3292 | 2025-01-24T19:25:34.756Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3293 | 2025-01-24T19:25:35.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
3294 | 2025-01-24T19:25:35.269Z | |
3295 | 2025-01-24T19:25:35.269Z | info: running `cargo check --bins` on ch-dev (156/198) |
3296 | 2025-01-24T19:25:35.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3297 | 2025-01-24T19:25:35.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3298 | 2025-01-24T19:25:35.915Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3299 | 2025-01-24T19:25:36.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3300 | 2025-01-24T19:25:36.800Z | |
3301 | 2025-01-24T19:25:36.800Z | info: running `cargo check --bins` on crdb-seed (157/198) |
3302 | 2025-01-24T19:25:37.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3303 | 2025-01-24T19:25:37.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3304 | 2025-01-24T19:25:37.471Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3305 | 2025-01-24T19:25:37.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3306 | 2025-01-24T19:25:37.995Z | |
3307 | 2025-01-24T19:25:37.995Z | info: running `cargo check --bins` on db-dev (158/198) |
3308 | 2025-01-24T19:25:38.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3309 | 2025-01-24T19:25:38.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3310 | 2025-01-24T19:25:38.644Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3311 | 2025-01-24T19:25:39.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3312 | 2025-01-24T19:25:39.526Z | |
3313 | 2025-01-24T19:25:39.526Z | info: running `cargo check --bins` on omicron-dev-lib (159/198) |
3314 | 2025-01-24T19:25:40.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2025-01-24T19:25:40.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2025-01-24T19:25:40.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3317 | 2025-01-24T19:25:40.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3318 | 2025-01-24T19:25:40.166Z | |
3319 | 2025-01-24T19:25:40.166Z | info: running `cargo check --bins` on xtask-downloader (160/198) |
3320 | 2025-01-24T19:25:40.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3321 | 2025-01-24T19:25:40.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3322 | 2025-01-24T19:25:40.776Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3323 | 2025-01-24T19:25:41.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
3324 | 2025-01-24T19:25:41.770Z | |
3325 | 2025-01-24T19:25:41.770Z | info: running `cargo check --bins` on omicron-ls-apis (161/198) |
3326 | 2025-01-24T19:25:42.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3327 | 2025-01-24T19:25:42.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3328 | 2025-01-24T19:25:42.384Z | Checking cargo-platform v0.1.8 |
3329 | 2025-01-24T19:25:42.663Z | Checking cargo_metadata v0.18.1 |
3330 | 2025-01-24T19:25:43.587Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3331 | 2025-01-24T19:25:44.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s |
3332 | 2025-01-24T19:25:44.564Z | |
3333 | 2025-01-24T19:25:44.564Z | info: running `cargo check --bins` on mgs-dev (162/198) |
3334 | 2025-01-24T19:25:45.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3335 | 2025-01-24T19:25:45.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3336 | 2025-01-24T19:25:45.268Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3337 | 2025-01-24T19:25:46.664Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3338 | 2025-01-24T19:25:47.217Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3339 | 2025-01-24T19:25:47.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
3340 | 2025-01-24T19:25:47.953Z | |
3341 | 2025-01-24T19:25:47.953Z | info: running `cargo check --bins` on omicron-omdb (163/198) |
3342 | 2025-01-24T19:25:48.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2025-01-24T19:25:48.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2025-01-24T19:25:48.733Z | Compiling crunchy v0.2.2 |
3345 | 2025-01-24T19:25:48.733Z | Compiling tiny-keccak v2.0.2 |
3346 | 2025-01-24T19:25:48.736Z | Compiling dsl_auto_type v0.1.2 |
3347 | 2025-01-24T19:25:48.736Z | Checking scheduled-thread-pool v0.2.7 |
3348 | 2025-01-24T19:25:48.736Z | Compiling diesel_table_macro_syntax v0.2.0 |
3349 | 2025-01-24T19:25:48.736Z | Compiling ascii-canvas v3.0.0 |
3350 | 2025-01-24T19:25:48.736Z | Compiling ena v0.14.3 |
3351 | 2025-01-24T19:25:48.858Z | Compiling regex-syntax v0.6.29 |
3352 | 2025-01-24T19:25:49.066Z | Checking r2d2 v0.8.10 |
3353 | 2025-01-24T19:25:49.124Z | Compiling diff v0.1.13 |
3354 | 2025-01-24T19:25:49.289Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3355 | 2025-01-24T19:25:49.304Z | Compiling ref-cast v1.0.23 |
3356 | 2025-01-24T19:25:49.343Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3357 | 2025-01-24T19:25:49.360Z | Compiling derive_builder_core v0.20.2 |
3358 | 2025-01-24T19:25:49.505Z | Compiling libxml v0.3.3 |
3359 | 2025-01-24T19:25:49.620Z | Compiling ref-cast-impl v1.0.23 |
3360 | 2025-01-24T19:25:49.639Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3361 | 2025-01-24T19:25:49.900Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3362 | 2025-01-24T19:25:49.917Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3363 | 2025-01-24T19:25:50.141Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3364 | 2025-01-24T19:25:50.180Z | Compiling strum_macros v0.24.3 |
3365 | 2025-01-24T19:25:50.200Z | Compiling samael v0.0.17 |
3366 | 2025-01-24T19:25:50.241Z | Compiling diesel_derives v2.2.3 |
3367 | 2025-01-24T19:25:50.506Z | Compiling indoc v1.0.9 |
3368 | 2025-01-24T19:25:51.404Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3369 | 2025-01-24T19:25:51.552Z | Compiling derive_builder_macro v0.20.2 |
3370 | 2025-01-24T19:25:51.696Z | Compiling impl-trait-for-tuples v0.2.2 |
3371 | 2025-01-24T19:25:52.305Z | Compiling lalrpop v0.19.12 |
3372 | 2025-01-24T19:25:52.388Z | Checking derive_builder v0.20.2 |
3373 | 2025-01-24T19:25:52.543Z | Compiling oso-derive v0.27.3 |
3374 | 2025-01-24T19:25:52.927Z | Checking quick-xml v0.33.0 |
3375 | 2025-01-24T19:25:53.422Z | Compiling diesel-dtrace v0.4.2 |
3376 | 2025-01-24T19:25:53.471Z | Checking maplit v1.0.2 |
3377 | 2025-01-24T19:25:53.636Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3378 | 2025-01-24T19:25:53.802Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3379 | 2025-01-24T19:25:54.055Z | Checking bb8 v0.8.5 |
3380 | 2025-01-24T19:25:54.112Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3381 | 2025-01-24T19:25:54.284Z | Checking rand_seeder v0.3.0 |
3382 | 2025-01-24T19:25:54.453Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3383 | 2025-01-24T19:25:54.507Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3384 | 2025-01-24T19:25:54.558Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3385 | 2025-01-24T19:25:54.837Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3386 | 2025-01-24T19:25:55.127Z | Checking smawk v0.3.2 |
3387 | 2025-01-24T19:25:55.162Z | Checking unicode-linebreak v0.1.5 |
3388 | 2025-01-24T19:25:55.362Z | Checking is_ci v1.2.0 |
3389 | 2025-01-24T19:25:55.511Z | Checking supports-color v3.0.1 |
3390 | 2025-01-24T19:25:55.600Z | Checking textwrap v0.16.1 |
3391 | 2025-01-24T19:25:55.755Z | Checking multimap v0.10.0 |
3392 | 2025-01-24T19:25:56.321Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3393 | 2025-01-24T19:25:58.316Z | Checking diesel v2.2.6 |
3394 | 2025-01-24T19:26:22.856Z | Compiling polar-core v0.27.3 |
3395 | 2025-01-24T19:26:23.663Z | Checking async-bb8-diesel v0.2.1 |
3396 | 2025-01-24T19:26:30.087Z | Checking oso v0.27.3 |
3397 | 2025-01-24T19:27:30.685Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3398 | 2025-01-24T19:27:36.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s |
3399 | 2025-01-24T19:27:37.194Z | |
3400 | 2025-01-24T19:27:37.195Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/198) |
3401 | 2025-01-24T19:27:37.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3402 | 2025-01-24T19:27:37.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3403 | 2025-01-24T19:27:37.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3404 | 2025-01-24T19:27:37.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3405 | 2025-01-24T19:27:37.866Z | |
3406 | 2025-01-24T19:27:37.866Z | info: running `cargo check --bins` on nexus-saga-recovery (165/198) |
3407 | 2025-01-24T19:27:38.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3408 | 2025-01-24T19:27:38.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3409 | 2025-01-24T19:27:38.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3410 | 2025-01-24T19:27:38.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3411 | 2025-01-24T19:27:38.519Z | |
3412 | 2025-01-24T19:27:38.519Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/198) |
3413 | 2025-01-24T19:27:39.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2025-01-24T19:27:39.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2025-01-24T19:27:39.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3416 | 2025-01-24T19:27:39.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3417 | 2025-01-24T19:27:39.109Z | |
3418 | 2025-01-24T19:27:39.109Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (167/198) |
3419 | 2025-01-24T19:27:39.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3420 | 2025-01-24T19:27:39.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3421 | 2025-01-24T19:27:39.903Z | Compiling libz-sys v1.1.20 |
3422 | 2025-01-24T19:27:39.906Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3423 | 2025-01-24T19:27:40.030Z | Compiling vergen v8.3.2 |
3424 | 2025-01-24T19:27:40.033Z | Compiling cargo-platform v0.1.8 |
3425 | 2025-01-24T19:27:40.033Z | Compiling pin-project-internal v1.1.6 |
3426 | 2025-01-24T19:27:40.068Z | Compiling libsqlite3-sys v0.30.1 |
3427 | 2025-01-24T19:27:40.070Z | Compiling snafu-derive v0.8.5 |
3428 | 2025-01-24T19:27:40.070Z | Compiling buf-list v1.0.3 |
3429 | 2025-01-24T19:27:40.318Z | Compiling cfg_aliases v0.2.1 |
3430 | 2025-01-24T19:27:40.439Z | Compiling cargo_metadata v0.18.1 |
3431 | 2025-01-24T19:27:40.537Z | Compiling rustls v0.21.12 |
3432 | 2025-01-24T19:27:40.643Z | Compiling nix v0.29.0 |
3433 | 2025-01-24T19:27:40.732Z | Checking globset v0.4.15 |
3434 | 2025-01-24T19:27:40.868Z | Checking olpc-cjson v0.1.4 |
3435 | 2025-01-24T19:27:40.915Z | Checking rustls-webpki v0.101.7 |
3436 | 2025-01-24T19:27:41.091Z | Checking sct v0.7.1 |
3437 | 2025-01-24T19:27:41.197Z | Checking serde_plain v1.0.2 |
3438 | 2025-01-24T19:27:41.298Z | Checking typed-path v0.9.3 |
3439 | 2025-01-24T19:27:41.730Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3440 | 2025-01-24T19:27:41.889Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3441 | 2025-01-24T19:27:42.023Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3442 | 2025-01-24T19:27:42.164Z | Checking hashlink v0.9.1 |
3443 | 2025-01-24T19:27:42.312Z | Checking parse-size v1.1.0 |
3444 | 2025-01-24T19:27:42.499Z | Checking fallible-iterator v0.3.0 |
3445 | 2025-01-24T19:27:42.700Z | Checking fallible-streaming-iterator v0.1.9 |
3446 | 2025-01-24T19:27:42.725Z | Checking pin-project v1.1.6 |
3447 | 2025-01-24T19:27:42.959Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3448 | 2025-01-24T19:27:43.053Z | Checking rusqlite v0.32.1 |
3449 | 2025-01-24T19:27:43.145Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3450 | 2025-01-24T19:27:43.371Z | Checking rustls-pemfile v1.0.4 |
3451 | 2025-01-24T19:27:43.423Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3452 | 2025-01-24T19:27:43.552Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3453 | 2025-01-24T19:27:43.974Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3454 | 2025-01-24T19:27:43.995Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3455 | 2025-01-24T19:27:44.089Z | Checking twox-hash v1.6.3 |
3456 | 2025-01-24T19:27:44.119Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3457 | 2025-01-24T19:27:44.291Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3458 | 2025-01-24T19:27:44.380Z | Checking tokio-rustls v0.24.1 |
3459 | 2025-01-24T19:27:44.744Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3460 | 2025-01-24T19:27:44.818Z | Checking snafu v0.8.5 |
3461 | 2025-01-24T19:27:45.215Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3462 | 2025-01-24T19:27:45.253Z | Checking tough v0.19.0 |
3463 | 2025-01-24T19:27:45.299Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3464 | 2025-01-24T19:27:45.325Z | Checking fatfs v0.3.6 |
3465 | 2025-01-24T19:27:45.993Z | Checking assert_matches v1.5.0 |
3466 | 2025-01-24T19:27:49.154Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3467 | 2025-01-24T19:27:50.446Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3468 | 2025-01-24T19:27:51.932Z | Compiling git2 v0.19.0 |
3469 | 2025-01-24T19:27:55.966Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3470 | 2025-01-24T19:28:51.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3471 | 2025-01-24T19:28:51.914Z | |
3472 | 2025-01-24T19:28:51.914Z | info: running `cargo check --bins --no-default-features --features rack-topology-single-sled` on omicron-nexus (168/198) |
3473 | 2025-01-24T19:28:52.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3474 | 2025-01-24T19:28:52.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3475 | 2025-01-24T19:28:52.739Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3476 | 2025-01-24T19:29:33.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.37s |
3477 | 2025-01-24T19:29:33.503Z | |
3478 | 2025-01-24T19:29:33.503Z | info: running `cargo check --bins` on nexus-external-api (169/198) |
3479 | 2025-01-24T19:29:34.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3480 | 2025-01-24T19:29:34.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3481 | 2025-01-24T19:29:34.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3482 | 2025-01-24T19:29:34.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3483 | 2025-01-24T19:29:34.146Z | |
3484 | 2025-01-24T19:29:34.146Z | info: running `cargo check --bins` on openapi-manager-types (170/198) |
3485 | 2025-01-24T19:29:34.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3486 | 2025-01-24T19:29:34.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3487 | 2025-01-24T19:29:34.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3488 | 2025-01-24T19:29:34.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3489 | 2025-01-24T19:29:34.749Z | |
3490 | 2025-01-24T19:29:34.749Z | info: running `cargo check --bins` on nexus-internal-api (171/198) |
3491 | 2025-01-24T19:29:35.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3492 | 2025-01-24T19:29:35.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3493 | 2025-01-24T19:29:35.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3494 | 2025-01-24T19:29:35.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3495 | 2025-01-24T19:29:35.381Z | |
3496 | 2025-01-24T19:29:35.381Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/198) |
3497 | 2025-01-24T19:29:35.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3498 | 2025-01-24T19:29:35.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3499 | 2025-01-24T19:29:35.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3500 | 2025-01-24T19:29:35.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3501 | 2025-01-24T19:29:36.038Z | |
3502 | 2025-01-24T19:29:36.038Z | info: running `cargo check --bins` on nexus-networking (173/198) |
3503 | 2025-01-24T19:29:36.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3504 | 2025-01-24T19:29:36.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3505 | 2025-01-24T19:29:36.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3506 | 2025-01-24T19:29:36.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3507 | 2025-01-24T19:29:36.695Z | |
3508 | 2025-01-24T19:29:36.696Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/198) |
3509 | 2025-01-24T19:29:37.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3510 | 2025-01-24T19:29:37.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3511 | 2025-01-24T19:29:37.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3512 | 2025-01-24T19:29:37.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3513 | 2025-01-24T19:29:37.349Z | |
3514 | 2025-01-24T19:29:37.349Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/198) |
3515 | 2025-01-24T19:29:37.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3516 | 2025-01-24T19:29:37.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3517 | 2025-01-24T19:29:37.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3518 | 2025-01-24T19:29:37.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3519 | 2025-01-24T19:29:38.011Z | |
3520 | 2025-01-24T19:29:38.011Z | info: running `cargo check --bins` on update-common (176/198) |
3521 | 2025-01-24T19:29:38.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3522 | 2025-01-24T19:29:38.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3523 | 2025-01-24T19:29:38.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3524 | 2025-01-24T19:29:38.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3525 | 2025-01-24T19:29:38.644Z | |
3526 | 2025-01-24T19:29:38.644Z | info: running `cargo check --bins` on tufaceous-lib (177/198) |
3527 | 2025-01-24T19:29:39.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3528 | 2025-01-24T19:29:39.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3529 | 2025-01-24T19:29:39.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3530 | 2025-01-24T19:29:39.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3531 | 2025-01-24T19:29:39.277Z | |
3532 | 2025-01-24T19:29:39.277Z | info: running `cargo check --bins` on tufaceous (178/198) |
3533 | 2025-01-24T19:29:39.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3534 | 2025-01-24T19:29:39.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3535 | 2025-01-24T19:29:39.924Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3536 | 2025-01-24T19:29:41.036Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3537 | 2025-01-24T19:29:41.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
3538 | 2025-01-24T19:29:41.994Z | |
3539 | 2025-01-24T19:29:41.994Z | info: running `cargo check --bins` on omicron-dev (179/198) |
3540 | 2025-01-24T19:29:42.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3541 | 2025-01-24T19:29:42.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3542 | 2025-01-24T19:29:42.818Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3543 | 2025-01-24T19:29:42.821Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3544 | 2025-01-24T19:29:42.955Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3545 | 2025-01-24T19:29:42.958Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3546 | 2025-01-24T19:29:43.913Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3547 | 2025-01-24T19:30:10.776Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3548 | 2025-01-24T19:30:10.778Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3549 | 2025-01-24T19:30:10.778Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3550 | 2025-01-24T19:30:10.778Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3551 | 2025-01-24T19:30:10.778Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3552 | 2025-01-24T19:30:10.778Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3553 | 2025-01-24T19:30:11.538Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3554 | 2025-01-24T19:30:12.793Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3555 | 2025-01-24T19:30:52.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3556 | 2025-01-24T19:30:52.531Z | |
3557 | 2025-01-24T19:30:52.531Z | info: running `cargo check --bins` on openapi-manager (180/198) |
3558 | 2025-01-24T19:30:53.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3559 | 2025-01-24T19:30:53.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3560 | 2025-01-24T19:30:53.224Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3561 | 2025-01-24T19:30:53.224Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3562 | 2025-01-24T19:30:53.227Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3563 | 2025-01-24T19:30:53.351Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3564 | 2025-01-24T19:30:53.353Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3565 | 2025-01-24T19:30:53.377Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3566 | 2025-01-24T19:30:53.380Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3567 | 2025-01-24T19:30:53.393Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3568 | 2025-01-24T19:30:53.544Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3569 | 2025-01-24T19:30:53.592Z | Checking heck v0.4.1 |
3570 | 2025-01-24T19:30:53.652Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3571 | 2025-01-24T19:30:53.814Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3572 | 2025-01-24T19:30:53.970Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3573 | 2025-01-24T19:30:54.193Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3574 | 2025-01-24T19:30:54.591Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3575 | 2025-01-24T19:30:54.792Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3576 | 2025-01-24T19:30:55.103Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3577 | 2025-01-24T19:30:56.142Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3578 | 2025-01-24T19:30:56.469Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3579 | 2025-01-24T19:30:56.961Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3580 | 2025-01-24T19:30:56.975Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3581 | 2025-01-24T19:30:58.707Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3582 | 2025-01-24T19:30:58.710Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3583 | 2025-01-24T19:31:00.185Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3584 | 2025-01-24T19:31:01.601Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3585 | 2025-01-24T19:31:07.685Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3586 | 2025-01-24T19:31:07.685Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3587 | 2025-01-24T19:31:08.757Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3588 | 2025-01-24T19:31:09.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.21s |
3589 | 2025-01-24T19:31:09.943Z | |
3590 | 2025-01-24T19:31:09.943Z | info: running `cargo check --bins` on installinator-api (181/198) |
3591 | 2025-01-24T19:31:10.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3592 | 2025-01-24T19:31:10.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3593 | 2025-01-24T19:31:10.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3594 | 2025-01-24T19:31:10.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3595 | 2025-01-24T19:31:10.587Z | |
3596 | 2025-01-24T19:31:10.587Z | info: running `cargo check --bins` on wicketd-api (182/198) |
3597 | 2025-01-24T19:31:11.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3598 | 2025-01-24T19:31:11.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3599 | 2025-01-24T19:31:11.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3600 | 2025-01-24T19:31:11.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3601 | 2025-01-24T19:31:11.220Z | |
3602 | 2025-01-24T19:31:11.220Z | info: running `cargo check --bins` on reconfigurator-cli (183/198) |
3603 | 2025-01-24T19:31:11.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3604 | 2025-01-24T19:31:11.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3605 | 2025-01-24T19:31:11.899Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3606 | 2025-01-24T19:31:11.902Z | Compiling petname v2.0.2 |
3607 | 2025-01-24T19:31:11.902Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3608 | 2025-01-24T19:31:11.902Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3609 | 2025-01-24T19:31:11.902Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3610 | 2025-01-24T19:31:11.902Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3611 | 2025-01-24T19:31:12.022Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3612 | 2025-01-24T19:31:12.033Z | Checking sync-ptr v0.1.1 |
3613 | 2025-01-24T19:31:17.261Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3614 | 2025-01-24T19:31:17.882Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3615 | 2025-01-24T19:31:19.041Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3616 | 2025-01-24T19:31:20.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.35s |
3617 | 2025-01-24T19:31:20.759Z | |
3618 | 2025-01-24T19:31:20.759Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (184/198) |
3619 | 2025-01-24T19:31:21.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3620 | 2025-01-24T19:31:21.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3621 | 2025-01-24T19:31:21.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3622 | 2025-01-24T19:31:21.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3623 | 2025-01-24T19:31:21.404Z | |
3624 | 2025-01-24T19:31:21.404Z | info: running `cargo check --bins` on omicron-releng (185/198) |
3625 | 2025-01-24T19:31:21.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3626 | 2025-01-24T19:31:21.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3627 | 2025-01-24T19:31:22.049Z | Checking memmap2 v0.9.5 |
3628 | 2025-01-24T19:31:22.049Z | Checking arrayvec v0.7.6 |
3629 | 2025-01-24T19:31:22.051Z | Checking constant_time_eq v0.3.1 |
3630 | 2025-01-24T19:31:22.051Z | Checking arrayref v0.3.9 |
3631 | 2025-01-24T19:31:22.051Z | Checking topological-sort v0.2.2 |
3632 | 2025-01-24T19:31:22.051Z | Checking shell-words v1.1.0 |
3633 | 2025-01-24T19:31:22.400Z | Checking blake3 v1.5.4 |
3634 | 2025-01-24T19:31:22.729Z | Checking omicron-zone-package v0.12.0 |
3635 | 2025-01-24T19:31:23.822Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3636 | 2025-01-24T19:31:24.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
3637 | 2025-01-24T19:31:24.878Z | |
3638 | 2025-01-24T19:31:24.878Z | info: running `cargo check --bins` on xtask (186/198) |
3639 | 2025-01-24T19:31:25.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3640 | 2025-01-24T19:31:25.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3641 | 2025-01-24T19:31:25.304Z | Checking bitflags v2.6.0 |
3642 | 2025-01-24T19:31:25.307Z | Checking serde v1.0.217 |
3643 | 2025-01-24T19:31:25.307Z | Checking thiserror v1.0.69 |
3644 | 2025-01-24T19:31:25.402Z | Checking scroll v0.12.0 |
3645 | 2025-01-24T19:31:25.404Z | Checking log v0.4.22 |
3646 | 2025-01-24T19:31:25.404Z | Checking hashbrown v0.15.1 |
3647 | 2025-01-24T19:31:25.437Z | Checking zerocopy v0.7.35 |
3648 | 2025-01-24T19:31:25.452Z | Checking syn v2.0.96 |
3649 | 2025-01-24T19:31:25.503Z | Checking pest v2.7.14 |
3650 | 2025-01-24T19:31:25.612Z | Checking rustix v0.38.37 |
3651 | 2025-01-24T19:31:25.667Z | Checking once_cell v1.20.2 |
3652 | 2025-01-24T19:31:25.839Z | Checking goblin v0.8.2 |
3653 | 2025-01-24T19:31:25.958Z | Checking fs-err v2.11.0 |
3654 | 2025-01-24T19:31:26.245Z | Checking tabled v0.15.0 |
3655 | 2025-01-24T19:31:26.382Z | Checking indexmap v2.7.0 |
3656 | 2025-01-24T19:31:26.627Z | Checking anyhow v1.0.95 |
3657 | 2025-01-24T19:31:27.334Z | Checking terminal_size v0.4.0 |
3658 | 2025-01-24T19:31:27.336Z | Checking tempfile v3.13.0 |
3659 | 2025-01-24T19:31:27.515Z | Checking clap_builder v4.5.21 |
3660 | 2025-01-24T19:31:28.125Z | Checking dtrace-parser v0.2.0 |
3661 | 2025-01-24T19:31:29.124Z | Checking serde_json v1.0.135 |
3662 | 2025-01-24T19:31:29.124Z | Checking toml_datetime v0.6.8 |
3663 | 2025-01-24T19:31:29.127Z | Checking serde_spanned v0.6.8 |
3664 | 2025-01-24T19:31:29.127Z | Checking camino v1.1.9 |
3665 | 2025-01-24T19:31:29.127Z | Checking semver v1.0.24 |
3666 | 2025-01-24T19:31:29.366Z | Checking cargo-platform v0.1.8 |
3667 | 2025-01-24T19:31:29.444Z | Checking toml_edit v0.22.22 |
3668 | 2025-01-24T19:31:29.520Z | Checking macaddr v1.0.1 |
3669 | 2025-01-24T19:31:29.623Z | Checking camino-tempfile v1.1.1 |
3670 | 2025-01-24T19:31:30.019Z | Checking clap v4.5.21 |
3671 | 2025-01-24T19:31:30.348Z | Checking dof v0.3.0 |
3672 | 2025-01-24T19:31:30.348Z | Checking cargo_metadata v0.18.1 |
3673 | 2025-01-24T19:31:30.733Z | Checking usdt-impl v0.5.0 |
3674 | 2025-01-24T19:31:31.081Z | Checking usdt v0.5.0 |
3675 | 2025-01-24T19:31:31.275Z | Checking toml v0.8.19 |
3676 | 2025-01-24T19:31:31.697Z | Checking cargo_toml v0.20.5 |
3677 | 2025-01-24T19:31:32.810Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3678 | 2025-01-24T19:31:33.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.53s |
3679 | 2025-01-24T19:31:33.519Z | |
3680 | 2025-01-24T19:31:33.519Z | info: running `cargo check --bins` on end-to-end-tests (187/198) |
3681 | 2025-01-24T19:31:34.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3682 | 2025-01-24T19:31:34.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3683 | 2025-01-24T19:31:34.263Z | Checking polyval v0.6.2 |
3684 | 2025-01-24T19:31:34.376Z | Checking ctr v0.9.2 |
3685 | 2025-01-24T19:31:34.387Z | Checking ssh-encoding v0.2.0 |
3686 | 2025-01-24T19:31:34.390Z | Checking blowfish v0.9.1 |
3687 | 2025-01-24T19:31:34.409Z | Checking password-hash v0.4.2 |
3688 | 2025-01-24T19:31:34.424Z | Checking p256 v0.13.2 |
3689 | 2025-01-24T19:31:34.426Z | Checking p521 v0.13.3 |
3690 | 2025-01-24T19:31:34.441Z | Checking russh-cryptovec v0.7.3 |
3691 | 2025-01-24T19:31:34.598Z | Checking bcrypt-pbkdf v0.10.0 |
3692 | 2025-01-24T19:31:34.624Z | Checking ghash v0.5.1 |
3693 | 2025-01-24T19:31:34.627Z | Checking md5 v0.7.0 |
3694 | 2025-01-24T19:31:34.695Z | Checking num-bigint v0.4.6 |
3695 | 2025-01-24T19:31:34.717Z | Checking des v0.8.1 |
3696 | 2025-01-24T19:31:34.813Z | Checking pbkdf2 v0.11.0 |
3697 | 2025-01-24T19:31:34.832Z | Checking aes-gcm v0.10.3 |
3698 | 2025-01-24T19:31:34.851Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3699 | 2025-01-24T19:31:34.900Z | Checking hex-literal v0.4.1 |
3700 | 2025-01-24T19:31:34.948Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3701 | 2025-01-24T19:31:34.979Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3702 | 2025-01-24T19:31:35.039Z | Checking internet-checksum v0.2.1 |
3703 | 2025-01-24T19:31:35.055Z | Checking ssh-cipher v0.2.0 |
3704 | 2025-01-24T19:31:35.321Z | Checking ssh-key v0.6.6 |
3705 | 2025-01-24T19:31:35.477Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3706 | 2025-01-24T19:31:36.389Z | Checking russh-keys v0.45.0 |
3707 | 2025-01-24T19:31:37.213Z | Checking russh v0.45.0 |
3708 | 2025-01-24T19:31:53.696Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3709 | 2025-01-24T19:31:55.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.52s |
3710 | 2025-01-24T19:31:55.244Z | |
3711 | 2025-01-24T19:31:55.244Z | info: running `cargo check --bins` on gateway-cli (188/198) |
3712 | 2025-01-24T19:31:55.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3713 | 2025-01-24T19:31:55.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3714 | 2025-01-24T19:31:55.874Z | Checking termios v0.3.3 |
3715 | 2025-01-24T19:31:56.096Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3716 | 2025-01-24T19:31:56.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3717 | 2025-01-24T19:31:57.056Z | |
3718 | 2025-01-24T19:31:57.056Z | info: running `cargo check --bins --no-default-features` on installinator (189/198) |
3719 | 2025-01-24T19:31:57.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3720 | 2025-01-24T19:31:57.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3721 | 2025-01-24T19:31:57.733Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3722 | 2025-01-24T19:31:57.733Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3723 | 2025-01-24T19:31:57.736Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3724 | 2025-01-24T19:31:57.842Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3725 | 2025-01-24T19:31:58.737Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3726 | 2025-01-24T19:31:59.977Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3727 | 2025-01-24T19:32:01.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
3728 | 2025-01-24T19:32:01.890Z | |
3729 | 2025-01-24T19:32:01.890Z | info: running `cargo check --bins` on internal-dns-cli (190/198) |
3730 | 2025-01-24T19:32:02.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3731 | 2025-01-24T19:32:02.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3732 | 2025-01-24T19:32:02.522Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3733 | 2025-01-24T19:32:02.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3734 | 2025-01-24T19:32:03.160Z | |
3735 | 2025-01-24T19:32:03.160Z | info: running `cargo check --bins` on omicron-live-tests (191/198) |
3736 | 2025-01-24T19:32:03.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3737 | 2025-01-24T19:32:03.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3738 | 2025-01-24T19:32:03.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3739 | 2025-01-24T19:32:03.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3740 | 2025-01-24T19:32:03.763Z | |
3741 | 2025-01-24T19:32:03.763Z | info: running `cargo check --bins` on live-tests-macros (192/198) |
3742 | 2025-01-24T19:32:04.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3743 | 2025-01-24T19:32:04.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3744 | 2025-01-24T19:32:04.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3745 | 2025-01-24T19:32:04.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3746 | 2025-01-24T19:32:04.375Z | |
3747 | 2025-01-24T19:32:04.375Z | info: running `cargo check --bins` on omicron-package (193/198) |
3748 | 2025-01-24T19:32:04.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3749 | 2025-01-24T19:32:04.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3750 | 2025-01-24T19:32:05.031Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3751 | 2025-01-24T19:32:06.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3752 | 2025-01-24T19:32:06.553Z | |
3753 | 2025-01-24T19:32:06.553Z | info: running `cargo check --bins` on wicket-dbg (194/198) |
3754 | 2025-01-24T19:32:07.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3755 | 2025-01-24T19:32:07.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3756 | 2025-01-24T19:32:07.248Z | Checking rtoolbox v0.0.2 |
3757 | 2025-01-24T19:32:07.250Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3758 | 2025-01-24T19:32:07.250Z | Checking tui-tree-widget v0.22.0 |
3759 | 2025-01-24T19:32:07.481Z | Checking rpassword v7.3.1 |
3760 | 2025-01-24T19:32:11.178Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3761 | 2025-01-24T19:32:13.964Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3762 | 2025-01-24T19:32:15.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.57s |
3763 | 2025-01-24T19:32:15.316Z | |
3764 | 2025-01-24T19:32:15.316Z | info: running `cargo check --bins` on wicket (195/198) |
3765 | 2025-01-24T19:32:15.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3766 | 2025-01-24T19:32:15.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3767 | 2025-01-24T19:32:16.023Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3768 | 2025-01-24T19:32:16.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3769 | 2025-01-24T19:32:16.632Z | |
3770 | 2025-01-24T19:32:16.632Z | info: running `cargo check --bins` on wicketd (196/198) |
3771 | 2025-01-24T19:32:17.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3772 | 2025-01-24T19:32:17.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3773 | 2025-01-24T19:32:17.351Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3774 | 2025-01-24T19:32:17.352Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3775 | 2025-01-24T19:32:18.163Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3776 | 2025-01-24T19:32:21.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s |
3777 | 2025-01-24T19:32:22.106Z | |
3778 | 2025-01-24T19:32:22.106Z | info: running `cargo check --bins` on omicron-workspace-hack (197/198) |
3779 | 2025-01-24T19:32:22.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3780 | 2025-01-24T19:32:22.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3781 | 2025-01-24T19:32:22.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3782 | 2025-01-24T19:32:22.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3783 | 2025-01-24T19:32:22.702Z | |
3784 | 2025-01-24T19:32:22.702Z | info: running `cargo check --bins` on zone-setup (198/198) |
3785 | 2025-01-24T19:32:23.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3786 | 2025-01-24T19:32:23.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3787 | 2025-01-24T19:32:23.418Z | Checking uzers v0.12.1 |
3788 | 2025-01-24T19:32:23.756Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3789 | 2025-01-24T19:32:24.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
3790 | 2025-01-24T19:32:25.035Z | |
3791 | 2025-01-24T19:32:25.035Z | real 13:59.332777389 |
3792 | 2025-01-24T19:32:25.035Z | user 26:12.648653528 |
3793 | 2025-01-24T19:32:25.035Z | sys 4:12.927502537 |
3794 | 2025-01-24T19:32:25.038Z | trap 0.528631266 |
3795 | 2025-01-24T19:32:25.038Z | tflt 3.074078862 |
3796 | 2025-01-24T19:32:25.039Z | dflt 2.275196165 |
3797 | 2025-01-24T19:32:25.039Z | kflt 0.007361606 |
3798 | 2025-01-24T19:32:25.039Z | lock 47:19.965129761 |
3799 | 2025-01-24T19:32:25.039Z | slp 2:11:53.499008982 |
3800 | 2025-01-24T19:32:25.039Z | lat 1:06.417301013 |
3801 | 2025-01-24T19:32:25.039Z | stop 3:48.910416689 |
3802 | 2025-01-24T19:32:25.039Z | process exited: duration 1154216 ms, exit code 0 |
|
3803 | 2025-01-24T19:32:25.045Z | found 0 output files |